@charset "UTF-8";
/*-----------------------------------------------------------------------------------


-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
	02. MEANMENU CSS START
	03. header CSS START
	04. hero CSS START
	05. about CSS START
	06. feature CSS START
	07. service CSS START
	08. app CSS START
	09. faq CSS START
	10. choose CSS START
	11. counter CSS START
	12. brand CSS START
	13. cta CSS START
	14. testimonial CSS START
	15. support CSS START
	16. platform CSS START
	17. price CSS START
	18. project CSS START
	19. team CSS START
	20. blog CSS START
	21. contact CSS START
	22. 404 CSS START
	23. footer CSS START

**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet');

:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Jost', sans-serif;
  ;
  --tp-ff-heading: 'Jost', sans-serif;
  ;
  --tp-ff-fontawesome: Font Awesome 5 Pro;
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #101010;
  --tp-common-pink: #db9830;
  --tp-common-blue: #f0daa8;
  --tp-heading-primary: #101010;
  --tp-grey-1: #f4f8fb;
  --tp-grey-2: #f6f4f0;
  --tp-grey-3: #f1f1f1;
  --tp-text-body: #666666;
  --tp-theme-1: #db9830;
  --tp-theme-2: linear-gradient(to right, #db9830, #f0daa8);
  --tp-border-1: #e165b6;
}

@media (min-width: 1400px) {

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

* {
  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;
}

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-common-black);
  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: 26px;
  font-family: "Poppins", sans-serif;
}

span {
  font-family: "Poppins", sans-serif;
}

.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;
}

li {
  list-style: none;
}

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-theme-1);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgb(116, 116, 116);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgb(116, 116, 116);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgb(116, 116, 116);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgb(116, 116, 116);
}

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-theme-1);
  font-size: var(--tp-fz-body);
  opacity: 1;
}

*::placeholder {
  color: var(--tp-theme-1);
  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;
}

/*--
    - Spacing
-----------------------------------------*/
.tp-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background-image: linear-gradient(to right, #e6bf7f, #df9629);
  height: 57px;
  line-height: 55px;
  text-align: center;
  padding: 0 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn {
    height: 45px;
    line-height: 45px;
    padding: 0 32px;
  }
}

.tp-btn.back-bg:before {
  background-color: var(--tp-common-black);
}

.tp-btn.back-bg:hover:before {
  color: var(--tp-common-white);
}

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

.tp-btn i {
  padding-left: 17px;
}

.tp-btn.radius {
  border-radius: 33px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .tp-btn.radius {
    margin-top: 10px;
  }
}

.tp-btn:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: var(--tp-common-white);
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.tp-btn:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: var(--tp-common-white);
}

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

.tp-btn span {
  z-index: 1;
  position: relative;
}

.tp-btn.back-color:before {
  background-color: var(--tp-common-black);
}

.tp-btn-sm {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  height: 57px;
  line-height: 55px;
  text-align: center;
  padding: 0 33px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .tp-btn-sm {
    height: 45px;
    line-height: 45px;
    padding: 0 32px;
  }
}

.tp-btn-sm.back-bg:before {
  background-color: var(--tp-common-black);
}

.tp-btn-sm.back-bg:hover:before {
  color: var(--tp-common-white);
}

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

.tp-btn-sm i {
  padding-left: 17px;
}

.tp-btn-sm.radius {
  border-radius: 33px;
}

.tp-btn-sm:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: var(--tp-common-white);
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.tp-btn-sm:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: var(--tp-common-white);
}

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

.tp-btn-sm span {
  z-index: 1;
  position: relative;
}

.tp-btn-sm.back-color:before {
  background-color: var(--tp-common-black);
}

.tp-btn-xsm {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  height: 46px;
  line-height: 46px;
  text-align: center;
  padding: 0 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}

.tp-btn-xsm.back-bg:before {
  background-color: var(--tp-common-black);
}

.tp-btn-xsm.back-bg:hover:before {
  color: var(--tp-common-white);
}

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

.tp-btn-xsm i {
  padding-left: 17px;
}

.tp-btn-xsm.radius {
  border-radius: 33px;
}

.tp-btn-xsm:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: var(--tp-common-white);
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.tp-btn-xsm:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: var(--tp-common-white);
}

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

.tp-btn-xsm span {
  z-index: 1;
  position: relative;
}

.tp-btn-xsm.back-color:before {
  background-color: var(--tp-common-black);
}

.tp-btn-black {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  height: 57px;
  line-height: 55px;
  text-align: center;
  padding: 0 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
  border-radius: 33px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-black {
    height: 45px;
    line-height: 45px;
    padding: 0 32px;
  }
}

.tp-btn-black.back-bg:before {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
}

.tp-btn-black.back-bg:hover:before {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
}

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

.tp-btn-black i {
  padding-left: 17px;
}

.tp-btn-black:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.tp-btn-black:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  background-image: linear-gradient(to right, #ff0081, #374fc0);
}

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

.tp-btn-black span {
  z-index: 1;
  position: relative;
}

.tp-btn-black.back-color:before {
  background-color: var(--tp-common-black);
}

.tp-btn-similar {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}

.tp-btn-similar i {
  padding-left: 17px;
}

.tp-btn-similar:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: var(--tp-common-black);
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.tp-btn-similar:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: var(--tp-common-white);
}

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

.tp-btn-similar span {
  z-index: 1;
  position: relative;
}

.tp-btn-border {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-common-white);
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}

.tp-btn-border i {
  padding-left: 17px;
}

.tp-btn-border:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: var(--tp-theme-2);
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

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

.tp-btn-border:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: var(--tp-common-white);
}

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

.tp-btn-border span {
  z-index: 1;
  position: relative;
  color: var(--tp-common-white);
}

.tp-btn-white {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}

.tp-btn-white i {
  padding-left: 17px;
}

.tp-btn-white:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: var(--tp-theme-2);
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.tp-btn-white:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: var(--tp-common-white);
}

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

.tp-btn-white span {
  z-index: 1;
  position: relative;
}

.tp-btn-lg-black {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}

.tp-btn-lg-black i {
  padding-left: 17px;
}

.tp-btn-lg-black:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: var(--tp-common-pink);
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.tp-btn-lg-black:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: var(--tp-common-white);
}

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

.tp-btn-lg-black span {
  z-index: 1;
  position: relative;
}

.tp-btn-lg {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}

.tp-btn-lg i {
  padding-left: 17px;
}

.tp-btn-lg:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: var(--tp-theme-1);
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.tp-btn-lg:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: var(--tp-common-white);
}

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

.tp-btn-lg span {
  z-index: 1;
  position: relative;
}

.tp-pulse-border::after,
.tp-pulse-border::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 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%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  animation: borderanimate2 2s linear infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -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;
  z-index: 99;
}

/* 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-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% {
    -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 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);
  }

  50% {
    transform: translatey(-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 rotate2 {
  from {
    transform: rotate(0deg);
  }

  to {
    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% {
    transform: rotate(0deg);
  }

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

@keyframes circle-animation2 {
  0% {
    transform: scale(-1, 1) rotate(360deg);
  }

  100% {
    transform: scale(-1, 1) rotate(0deg);
  }
}

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

  50% {
    transform: scale(1);
  }

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

@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 */
@-webkit-keyframes bounceRight {

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

  40% {
    -ms-transform: translateX(-90px);
    transform: translateX(-90px);
  }

  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@-moz-keyframes bounceRight {

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

  40% {
    -ms-transform: translateX(-90px);
    transform: translateX(-90px);
  }

  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@keyframes bounceRight {

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

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

  60% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

/* /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 ---*/
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 6px;
  z-index: 999;
  color: var(--tp-common-white);
  text-align: center;
  cursor: pointer;
  background: var(--tp-theme-1);
  transition: 1s ease;
  border: none;
}

.scroll-top.open {
  bottom: 30px;
}

/*---------------------------------------
         Background color
-----------------------------------------*/
.grey-bg {
  background: var(--tp-grey-1);
}

.grey-bg-2 {
  background: var(--tp-grey-2);
}

.white-bg {
  background: var(--tp-common-white);
}

.blue-bg {
  background: var(--tp-common-blue);
}

.black-bg {
  background: var(--tp-common-black);
}

.theme-bg {
  background: var(--tp-theme-1);
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}

.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}

.body-overlay:hover {
  cursor: url(../img/cross-out.html), pointer;
}

.tp-instagram img {
  width: 100%;
}

.tpoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--tp-common-black);
  z-index: 9999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}

.tpoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .tpoffcanvas {
    width: 300px;
    padding: 40px 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas {
    width: 400px;
    padding: 40px;
  }
}

.tpoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}

.tpoffcanvas__logo {
  margin-bottom: 40px;
}

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

.tpoffcanvas__logo img {
  width: 150px;
  height: 100%;
}

.tpoffcanvas__close-btn button {
  font-size: 35px;
  color: white;
  position: absolute;
  right: 50px;
  top: 43px;
  transition: 1s;
  font-weight: 300;
  opacity: 0.2;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__close-btn button {
    font-size: 28px;
    right: 48px;
    top: 52px;
  }
}

@media (max-width: 767px) {
  .tpoffcanvas__close-btn button {
    font-size: 28px;
    right: 20px;
    top: 52px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas__close-btn button {
    font-size: 28px;
    right: 47px;
    top: 38px;
  }
}

.tpoffcanvas__close-btn button:hover {
  color: #fff;
  opacity: 1;
}

.tpoffcanvas__content {
  margin-bottom: 30px;
}

.tpoffcanvas__content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}

.tpoffcanvas__content span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}

.tpoffcanvas__content a {
  font-size: 30px;
  line-height: 51px;
  font-weight: 700;
  color: var(--tp-common-white);
  display: inline-block;
}

@media (max-width: 767px) {
  .tpoffcanvas__content a {
    font-size: 27px;
  }
}

.tpoffcanvas__social {
  margin-top: 50px;
}

.tpoffcanvas__social .social-icon a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background-color: var(--tp-common-white);
  color: var(--tp-theme-1);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .tpoffcanvas__social .social-icon a {
    margin-right: 3px;
  }
}

.tpoffcanvas__social .social-icon a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tpoffcanvas__text {
  border-bottom: 1px solid #3b3838;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tpoffcanvas__text {
    display: none;
  }
}

.tpoffcanvas__text p {
  color: var(--tp-common-white);
  font-size: 18px;
}

.tpoffcanvas__info {
  border-bottom: 1px solid #3b3838;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.tpoffcanvas__info .offcanva-title {
  color: var(--tp-common-white);
  margin: 30px 0 40px 0;
  font-size: 20px;
  font-weight: 600;
}

.tpoffcanvas__info-icon a {
  height: 50px;
  width: 50px;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  margin-right: 20px;
}

.tpoffcanvas__info-address span {
  display: block;
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 400;
}

.tpoffcanvas__info-address a {
  display: block;
  color: var(--tp-common-white);
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .tpoffcanvas__info-address a {
    font-size: 16px;
  }
}

.tpoffcanvas__info-address a:hover {
  color: var(--tp-common-white-2);
}

.mobile-menu.mean-container {
  margin-bottom: 50px;
}

.offcan-social-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}

.tpoffcanvas-social {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.header-border-2.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--tp-common-white);
  width: 100%;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 2px 55px rgba(168, 182, 218, 0.32);
  z-index: 999;
}

.header-border-2.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--tp-common-white);
  width: 100%;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.05);
  z-index: 999;
}

.header-transparent.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  width: 100%;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.header-transparent.header-sticky.header-border {
  border: none;
}

.black-bg.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ededed;
  width: 100%;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.black-bg.header-sticky.header-border {
  border: none;
}

.sticky-white-bg.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--tp-common-white);
  width: 100%;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.05);
  z-index: 999;
}

.tp-header-black-sticky.header-sticky {
  background-color: #2c2c2c;
}

.breadcrumb__overlay {
  position: relative;
}

.breadcrumb__overlay::after {
  content: "";
  background-color: #646455;
  opacity: 0.84;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.breadcrumb__height {
  padding-top: 250px;
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .breadcrumb__height {
    padding-top: 200px;
    padding-bottom: 180px;
  }
}

.breadcrumb__title {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.1;
  color: var(--tp-common-white);
  padding-bottom: 15px;
}

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

@media (max-width: 767px) {
  .breadcrumb__title {
    font-size: 35px;
    margin-bottom: 0;
  }
}

.breadcrumb__list {
  display: inline-block;
  padding: 0px 10px;
  line-height: 2;
}

.breadcrumb__list span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.breadcrumb__list span.dvdr i {
  font-size: 18px;
  padding: 0px 5px;
  font-weight: 400;
}

.breadcrumb__list span.theme-color {
  color: var(--tp-common-pink);
}

.tp-custom-accordio .accordion-items {
  margin-bottom: 20px;
  background-color: var(--tp-grey-1);
  border-radius: 5px;
}

.tp-custom-accordio .accordion-buttons {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  padding: 30px 30px;
  font-size: 24px;
}

.tp-custom-accordio .accordion-buttons:not(.collapsed) {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .tp-custom-accordio .accordion-buttons {
    font-size: 17px;
    padding: 20px 15px;
  }
}

.tp-custom-accordio .accordion-buttons i {
  font-size: 25px;
  color: var(--tp-theme-1);
  margin-right: 10px;
}

@media (max-width: 767px) {
  .tp-custom-accordio .accordion-buttons i {
    font-size: 17px;
  }
}

.tp-custom-accordio .accordion-buttons::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  background-image: none;
  top: 25px;
  right: 20px;
  color: var(--tp-theme-1);
  width: auto;
  height: auto;
  font-weight: 700;
  font-size: 16px;
  opacity: 1;
}

@media (max-width: 767px) {
  .tp-custom-accordio .accordion-buttons::after {
    top: 19px;
  }
}

.tp-custom-accordio .accordion-buttons.collapsed::after {
  content: "\f107";
  opacity: 0.3;
}

.tp-custom-accordio .accordion-body {
  padding: 30px 30px;
  padding-top: 5px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 26px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-custom-accordio .accordion-body {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tp-custom-accordio .accordion-body {
    font-size: 14px;
  }
}

.accordion-left-space {
  padding-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .accordion-left-space {
    padding-left: 0;
  }
}

.tp-custom-accordio-2 .accordion-items {
  margin-bottom: 20px;
  background-color: var(--tp-common-white);
  border-radius: 5px;
}

.tp-custom-accordio-2 .accordion-buttons {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 20px;
  font-size: 24px;
}

.tp-custom-accordio-2 .accordion-buttons:not(.collapsed) {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .tp-custom-accordio-2 .accordion-buttons {
    font-size: 17px;
    padding: 20px 15px;
  }
}

.tp-custom-accordio-2 .accordion-buttons i {
  font-size: 25px;
  background: linear-gradient(to right, #e50a89 0%, #5145b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .tp-custom-accordio-2 .accordion-buttons i {
    font-size: 17px;
  }
}

.tp-custom-accordio-2 .accordion-buttons::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  background-image: none;
  top: 25px;
  right: 20px;
  color: var(--tp-theme-1);
  width: auto;
  height: auto;
  font-weight: 700;
  font-size: 16px;
  opacity: 1;
}

@media (max-width: 767px) {
  .tp-custom-accordio-2 .accordion-buttons::after {
    top: 19px;
  }
}

.tp-custom-accordio-2 .accordion-buttons.collapsed::after {
  content: "\f107";
  opacity: 0.3;
}

.tp-custom-accordio-2 .accordion-body {
  padding: 20px 20px;
  padding-top: 5px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 26px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-custom-accordio-2 .accordion-body {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tp-custom-accordio-2 .accordion-body {
    font-size: 14px;
  }
}

.tp-custom-accordio-3 .accordion-items {
  margin-bottom: 20px;
  background-color: var(--tp-common-white);
  border-radius: 5px;
  box-shadow: 3px 5.196px 40px 0px rgba(0, 0, 0, 0.06);
}

.tp-custom-accordio-3 .accordion-buttons {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 20px;
  color: var(--tp-common-black);
  font-weight: 600;
  padding: 30px 30px;
  font-size: 24px;
}

.tp-custom-accordio-3 .accordion-buttons:not(.collapsed) {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .tp-custom-accordio-3 .accordion-buttons {
    font-size: 17px;
    padding: 20px 15px;
  }
}

.tp-custom-accordio-3 .accordion-buttons i {
  font-size: 25px;
  background: linear-gradient(to right, #e50a89 0%, #5145b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .tp-custom-accordio-3 .accordion-buttons i {
    font-size: 17px;
  }
}

.tp-custom-accordio-3 .accordion-buttons::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  background-image: none;
  top: 25px;
  right: 20px;
  color: var(--tp-theme-1);
  width: auto;
  height: auto;
  font-weight: 700;
  font-size: 16px;
  opacity: 1;
}

@media (max-width: 767px) {
  .tp-custom-accordio-3 .accordion-buttons::after {
    top: 19px;
  }
}

.tp-custom-accordio-3 .accordion-buttons.collapsed::after {
  content: "\f107";
  opacity: 0.3;
}

.tp-custom-accordio-3 .accordion-body {
  padding: 20px 30px;
  padding-top: 5px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 26px;
}

.tp-custom-accordio-3 .accordion-body::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-custom-accordio-3 .accordion-body {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tp-custom-accordio-3 .accordion-body {
    font-size: 14px;
  }
}

.section-subtitle {
  font-size: 16px;
  font-weight: 500;
  background-image: linear-gradient(to right, #db9830, #f5cb68);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.section-subtitle span {
  position: relative;
  top: -35px;
  left: -50%;
  height: 8px;
  width: 8px;
  background-image: linear-gradient(to right, #db9830, #f0daa8);
  display: inline-block;
  border-radius: 50%;
}

.section-subtitle span.gradient-left {
  left: 0;
  top: -3px;
  margin-right: 20px;
}

.section-subtitle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(2.5);
  border-radius: 50%;
  background-image: linear-gradient(to right, #db9830, #f0daa8);
  display: inline-block;
  z-index: -2;
}

.section-subtitle span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(2);
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  z-index: -1;
}

.section-subtitle span.black-transparent::after {
  background-color: #12172c;
}

@media (max-width: 767px) {
  .section-subtitle {
    font-size: 12px;
  }
}

.section-subtitle-2 {
  font-size: 16px;
  font-weight: 500;
  background-image: linear-gradient(to right, #db9830, #f0daa8);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  padding: 9px 15px;
}

.section-subtitle-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #db9830, #f0daa8);
  display: inline-block;
  opacity: 0.1;
  border-radius: 30px;
}

.section-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
}

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

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

  .section-title br {
    display: none;
  }
}

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

  .section-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 29px;
    padding-bottom: 5px;
  }

  .section-title br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title {
    font-size: 30px;
    padding-bottom: 5px;
  }

  .section-title br {
    display: none;
  }
}

/*----------------------------------------*/
/*  03. MEANMENU CSS START
/*----------------------------------------*/
.mobile-menu.mean-container {
  overflow: hidden;
}

@media (max-width: 767px) {
  .mobile-menu.mean-container {
    margin-bottom: 30px;
  }
}

.mobile-menu .sidebar-list {
  clear: both;
}

.mobile-menu .sidebar-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  color: var(--tp-common-white);
}

.mobile-menu .sidebar-list li::after {
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #c00;
  background-color: transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

.mobile-menu .tp-sidebar-social {
  margin-top: 20px;
}

.mobile-menu .tp-sidebar-social a {
  margin-right: 5px;
  background-color: var(--tp-theme-primary);
  color: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
}

.sidebar-title h3 {
  color: var(--tp-common-white);
}

/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--tp-theme-3);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 10px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  color: var(--tp-theme-2);
  border-color: #888888;
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tp-theme-2);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  03. header CSS START
/*----------------------------------------*/
.header__grey-bg {
  position: relative;
}

.header__grey-bg::before {
  content: "";
  background-color: var(--tp-grey-1);
  top: 0;
  right: -60px;
  position: absolute;
  height: 100%;
  width: 99999px;
  z-index: -1;
}

.header__logo {
  padding: 41px 0;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__logo {
    padding: 44px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .header__logo {
    padding: 20px 0;
  }
}

.header__top-link-wrapper {
  position: relative;
}

.header__top-link-wrapper::after {
  content: "";
  background-image: linear-gradient(to right, #db9830, #f0daa8);
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 140%;
}

.header__top-link ul {
  padding-left: 50px;
}

.header__top-link ul li {
  display: inline-block;
  padding: 10px 18px;
  position: relative;
}

.header__top-link ul li::before {
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: var(--tp-border-1);
  position: absolute;
}

.header__top-link ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.header__top-link ul li:last-child::before {
  display: none;
}

.header__top-link ul li a {
  font-size: 14px;
  color: var(--tp-common-white);
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}

.header__top-link ul li a:hover {
  color: var(--tp-common-black);
}

.header__top-link ul li a:hover i {
  color: var(--tp-common-black);
}

.header__top-link ul li a i {
  color: var(--tp-common-white);
  font-size: 16px;
  margin-right: 10px;
  transition: 0.3s;
}

.header__top-social-box a {
  font-size: 15px;
  color: var(--tp-common-white);
  display: inline-block;
  padding: 10px 0;
  padding-left: 15px;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__top-social-box a {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__top-social-box a {
    padding-left: 3px;
    font-size: 13px;
  }
}

.header__top-social-box a:hover {
  color: var(--tp-common-black);
}

.header-bottom-2__main-menu ul {
  margin-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-bottom-2__main-menu ul {
    margin-left: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom-2__main-menu ul {
    margin-left: 40px;
  }
}

.header-bottom-2__main-menu ul li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom-2__main-menu ul li {
    margin-right: 15px;
  }
}

.header-bottom-2__main-menu ul li .submenu {
  position: absolute;
  background-color: #fff;
  width: 200px;
  z-index: 999;
  margin-left: 0;
  padding: 30px 0px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  box-shadow: 0px 8px 20px rgba(61, 110, 168, 0.2);
  text-align: start;
  transform: scaleY(0);
  transform-origin: top center;
}

.header-bottom-2__main-menu ul li .submenu li {
  margin: 0;
  display: block;
  margin-bottom: 15px;
  padding: 0 35px;
}

.header-bottom-2__main-menu ul li .submenu li:last-child {
  margin-bottom: 0;
}

.header-bottom-2__main-menu ul li .submenu li a {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-transform: capitalizes;
  font-size: 15px;
  color: var(--tp-text-body);
  position: relative;
  letter-spacing: 1px;
  font-weight: 600;
}

.header-bottom-2__main-menu ul li .submenu li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--tp-theme-1);
  transition: 0.7s;
  display: inline-block;
}

.header-bottom-2__main-menu ul li .submenu li:hover a {
  color: var(--tp-theme-1);
}

.header-bottom-2__main-menu ul li .submenu li:hover a::after {
  width: 100%;
  right: auto;
  left: 0;
}

.header-bottom-2__main-menu ul li .submenu li .submenu {
  left: 100%;
  top: 0;
}

.header-bottom-2__main-menu ul li:last-child {
  margin-right: 0;
}

.header-bottom-2__main-menu ul li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-black);
  padding: 27px 0;
  display: inline-block;
  position: relative;
}

.header-bottom-2__main-menu ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}

.header-bottom-2__main-menu ul li a::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 13px;
  background-color: var(--tp-common-pink);
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom-2__main-menu ul li a {
    font-size: 15px;
  }
}

.header-bottom-2__main-menu ul li a i {
  transform: translateY(3px);
  margin-left: 5px;
  transition: 0.3s;
  font-weight: 400;
}

.header-bottom-2__main-menu ul li:hover a {
  color: var(--tp-common-pink);
}

.header-bottom-2__main-menu ul li:hover a i {
  color: var(--tp-common-pink);
  transform: rotate(-180deg);
}

.header-bottom-2__main-menu ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.header-bottom-2__right button.menu-bar {
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  background: var(--tp-theme-1);
  margin-left: 15px;
}

.header-bottom-2__right button.menu-bar i {
  color: var(--tp-common-white);
  font-size: 20px;
}

.header-bottom-2__right button i {
  font-size: 16px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--tp-grey-3);
}

.header-bottom-2__search-wrapper.search-open .header-bottom__icon-search {
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
}

.header-bottom-2__search-wrapper.search-open .header-bottom__icon-close {
  transform: scale(1);
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.header-bottom-2__search-wrapper.search-open .header-bottom__search-box {
  opacity: 1;
  visibility: visible;
  top: 114%;
}

.header-bottom-2__search {
  position: relative;
}

.header-bottom-2__search a {
  color: var(--tp-common-black);
  font-size: 16px;
  display: inline-block;
  height: 100%;
  padding: 20px 0;
  margin-right: 30px;
}

.header-bottom-2__icon-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: scale(0);
  transition: 0.3s;
}

.header-bottom-2__search-box {
  position: absolute;
  top: 180%;
  right: 0;
  padding: 40px;
  background-color: black;
  transition: 0.5s;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .header-bottom-2__search-box {
    padding: 20px;
  }
}

.header-bottom-2__search-box button {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  font-size: 20px;
  color: rgba(255, 255, 255, 0.292);
  background-color: transparent;
  border: none;
}

.header-bottom-2__search-box input {
  padding-right: 50px;
  width: 270px;
  margin-bottom: 0;
  color: inherit;
  border: none;
  display: block;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-width: 0 0 1px 0;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
}

@media (max-width: 767px) {
  .header-bottom-2__search-box input {
    width: 200px;
  }
}

.header-bottom-2__search-box input::placeholder {
  color: #fff;
}

.header-bottom-2__list-icon a {
  font-size: 20px;
  display: inline-block;
  margin-left: 30px;
  height: 55px;
  width: 55px;
  background-color: var(--tp-grey-1);
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
}

.header-top__blue-bg {
  position: relative;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
}

.header-top__blue-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 999999px;
  background-color: var(--tp-theme-1);
  z-index: -1;
}

.header-top__blue-bg-none::after {
  display: none;
}

@media (max-width: 767px) {
  .header-top__left-info {
    text-align: center;
  }
}

.header-top__left-info ul li {
  display: inline-block;
  margin-right: 15px;
  padding: 15px 20px 15px 0;
  position: relative;
}

.header-top__left-info ul li::before {
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: var(--tp-border-1);
  position: absolute;
}

.header-top__left-info ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.header-top__left-info ul li:last-child::before {
  display: none;
}

.header-top__left-info ul li a {
  font-size: 16px;
  color: var(--tp-common-white);
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}

.header-top__left-info ul li a:hover {
  color: var(--tp-common-black);
}

.header-top__left-info ul li a i {
  color: var(--tp-common-white);
  font-size: 16px;
  margin-right: 10px;
}

.header-top__social span {
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 400;
}

.header-top__social a {
  color: var(--tp-common-white);
  font-size: 16px;
  margin-left: 15px;
}

.header-top__social a:hover {
  color: var(--tp-common-black);
}

.header-top__social-white span {
  margin-right: 10px;
}

.header-top__social-white a {
  width: 30px;
  height: 30px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s;
}

.header-top__social-white a:hover {
  color: var(--tp-theme-1);
}

.header-bottom__area.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #222;
  width: 100%;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.06);
}

.header-bottom__transparent {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}

.header-bottom__blue-bg {
  position: relative;
  box-shadow: 8px 13.856px 35px 0px rgba(0, 0, 0, 0.06);
  z-index: 1;
}

.header-bottom__blue-bg::after {
  position: absolute;
  content: "";
  top: 0;
  right: -39px;
  height: 100%;
  width: 999999px;
  background-color: var(--tp-theme-1);
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-bottom__blue-bg::after {
    right: -49px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom__blue-bg::after {
    right: 115px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-bottom__blue-bg::after {
    right: 50px;
  }
}

@media only screen and (min-width: 470px) and (max-width: 575px) {
  .header-bottom__blue-bg::after {
    right: 17px;
  }
}

.header-bottom__blue-bg-none::after {
  display: none;
}

.header-bottom__blue-bg-none.white-bg {
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.06);
}

.header-bottom__main-menu ul {
  margin-left: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-bottom__main-menu ul {
    margin-left: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu ul {
    margin-left: 55px;
  }
}

.header-bottom__main-menu ul li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu ul li {
    margin-right: 15px;
  }
}

.header-bottom__main-menu ul li .submenu {
  position: absolute;
  background-color: #fff;
  width: 210px;
  z-index: 999;
  margin-left: 0;
  padding: 30px 0px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  box-shadow: 0px 8px 20px rgba(61, 110, 168, 0.2);
  transform: scaleY(0);
  transform-origin: top center;
}

.header-bottom__main-menu ul li .submenu li {
  margin: 0;
  display: block;
  margin-bottom: 15px;
  padding: 0 35px;
}

.header-bottom__main-menu ul li .submenu li:last-child {
  margin-bottom: 0;
}

.header-bottom__main-menu ul li .submenu li a {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-transform: capitalizes;
  font-size: 15px;
  color: var(--tp-text-body);
  position: relative;
  letter-spacing: 1px;
  font-weight: 600;
}

.header-bottom__main-menu ul li .submenu li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--tp-common-pink);
  transition: 0.3s;
  display: inline-block;
}

.header-bottom__main-menu ul li .submenu li a::before {
  display: none;
}

.header-bottom__main-menu ul li .submenu li:hover a {
  color: var(--tp-common-pink);
}

.header-bottom__main-menu ul li .submenu li:hover a::after {
  width: 100%;
  right: auto;
  left: 0;
}

.header-bottom__main-menu ul li:last-child {
  margin-right: 0;
}

.header-bottom__main-menu ul li>a {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: "Jost", sans-serif;
  padding: 29px 0;
  display: inline-block;
  position: relative;
}

.header-bottom__main-menu ul li>a::before {
  position: absolute;
  bottom: -7px;
  left: 30%;
  height: 14px;
  width: 14px;
  background-color: var(--tp-common-pink);
  content: "";
  clip-path: polygon(50% 0%, 100% 50%, 53% 50%, 0% 50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu ul li>a {
    font-size: 16px;
  }
}

.header-bottom__main-menu ul li>a i {
  transform: translateY(3px);
  margin-left: 5px;
  transition: 0.3s;
  font-weight: 400;
}

.header-bottom__main-menu ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.header-bottom__main-menu ul li:hover a {
  color: var(--tp-common-pink);
}

.header-bottom__main-menu ul li:hover a::before {
  opacity: 1;
  visibility: visible;
}

.header-bottom__main-menu ul li:hover a i {
  transform: rotate(-180deg);
}

.header-bottom__main-menu-2 nav ul li a {
  padding: 40px 0;
}

.header-bottom__main-menu-2 nav ul li a::before {
  display: none;
}

.header-bottom__main-menu-3 nav ul li a {
  padding: 40px 0;
  color: var(--tp-common-white);
}

.header-bottom__main-menu-3 nav ul li a::before {
  display: none;
}

.header-bottom__right a.menu-bar {
  height: 40px;
  width: 40px;
  line-height: 47px;
  text-align: center;
  background-color: var(--tp-theme-1);
  margin-left: 15px;
}

.header-bottom__right a.menu-bar i {
  color: var(--tp-common-white);
  font-size: 20px;
}

.header-bottom__right a i {
  color: var(--tp-common-black);
  font-size: 16px;
}

.header-bottom__search-wrapper.search-open .header-bottom__icon-search {
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
}

.header-bottom__search-wrapper.search-open .header-bottom__icon-close {
  transform: scale(1);
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.header-bottom__search-wrapper.search-open .header-bottom__search-box {
  opacity: 1;
  visibility: visible;
  top: 130%;
}

.header-bottom__search {
  position: relative;
}

.header-bottom__search a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  height: 100%;
  padding: 20px 0;
}

.header-bottom__icon-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: scale(0);
  transition: 0.3s;
}

.header-bottom__search-box {
  position: absolute;
  top: 180%;
  right: 0;
  padding: 40px;
  background-color: black;
  transition: 0.5s;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .header-bottom__search-box {
    padding: 20px;
  }
}

.header-bottom__search-box button {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  font-size: 20px;
  color: rgba(255, 255, 255, 0.292);
  background-color: transparent;
  border: none;
}

.header-bottom__search-box input {
  padding-right: 50px;
  width: 270px;
  margin-bottom: 0;
  color: inherit;
  border: none;
  display: block;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-width: 0 0 1px 0;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
}

@media (max-width: 767px) {
  .header-bottom__search-box input {
    width: 200px;
  }
}

.header-bottom__search-box input::placeholder {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .mobile-menu-space {
    padding: 15px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .header-bottom__right .tp-btn.ml-30 {
    margin-left: 0;
  }
}

.transparent-menu.header-sticky {
  background-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  03. slider CSS START
/*----------------------------------------*/
.slider__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__bg {
    background-position: right;
  }
}

.slider__height {
  height: 800px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__height {
    height: 768px;
  }
}

@media (max-width: 767px) {
  .slider__height {
    height: 560px;
  }
}

.slider__height-2 {
  height: 930px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__height-2 {
    height: 768px;
  }
}

@media (max-width: 767px) {
  .slider__height-2 {
    height: 700px;
  }
}

.slider__overlay {
  position: relative;
}

.slider__overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255 165 0 / 20%), rgba(55, 80, 192, 0.2));
}

.slider__content-box {
  position: relative;
  z-index: 99;
}

.slider__video {
  margin-bottom: 30px;
}

.slider__video a {
  height: 55px;
  width: 55px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  display: inline-block;
  margin-right: 20px;
  border: 6px solid var(--tp-theme-2);
}

.slider__video a i {
  margin-left: 2px;
}

@media (max-width: 767px) {
  .slider__video a {
    height: 50px;
    width: 50px;
    line-height: 40px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 470px) and (max-width: 575px) {
  .slider__video a {
    line-height: 40px;
  }
}

.slider__video span {
  font-weight: 600;
  color: var(--tp-common-white);
  font-size: 20px;
}

@media (max-width: 767px) {
  .slider__video span {
    font-size: 18px;
  }
}

.slider__title-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--tp-common-white);
  max-width: 530px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .slider__title-box p {
    font-size: 16px;
  }

  .slider__title-box p br {
    display: none;
  }
}

.slider__title-box p.grey {
  color: #666666;
}

.slider__sub-title {
  color: var(--tp-common-white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .slider__sub-title {
    font-size: 20px;
  }
}

.slider__sub-title.gradiant {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slider__sub-title-2 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
}

.slider__title {
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
}

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

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

.slider__video-btn-2 {
  position: absolute;
  right: -60%;
  top: 32%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__video-btn-2 {
    right: -33%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__video-btn-2 {
    right: -30%;
  }
}

.slider__video-btn-2 a {
  font-size: 25px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  height: 90px;
  width: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  position: absolute;
  top: 30%;
  right: -23%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__video-btn-2 a {
    right: -13%;
  }
}

.slider__video-btn-2 a i {
  margin-left: 5px;
}

.slider__video {
  margin-bottom: 30px;
}

.slider__video a {
  height: 55px;
  width: 55px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  display: inline-block;
  margin-right: 20px;
  border: 6px solid var(--tp-theme-2);
}

.slider__video a i {
  margin-left: 2px;
}

@media (max-width: 767px) {
  .slider__video a {
    height: 50px;
    width: 50px;
    line-height: 40px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 470px) and (max-width: 575px) {
  .slider__video a {
    line-height: 40px;
  }
}

.slider__video span {
  font-weight: 600;
  color: var(--tp-common-white);
  font-size: 20px;
}

@media (max-width: 767px) {
  .slider__video span {
    font-size: 18px;
  }
}

.slider__active:hover button {
  opacity: 1;
  visibility: visible;
}

.slider__active button {
  height: 60px;
  width: 60px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  font-weight: 600;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
}

.slider__active button.slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  z-index: 9;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider__active button.slick-prev {
    left: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__active button.slick-prev {
    top: 85%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__active button.slick-prev {
    top: 85%;
  }
}

.slider__active button.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  z-index: 9;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider__active button.slick-next {
    right: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__active button.slick-next {
    left: 140px;
    top: 85%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__active button.slick-next {
    left: 140px;
    top: 85%;
  }
}

@media (max-width: 767px) {
  .slider__title {
    padding-bottom: 10px;
  }
}

/*----------------------------------------*/
/*  15. step CSS START
/*----------------------------------------*/
.step__item-box {
  margin: 0 16px;
}

.step__title-sm {
  font-size: 22px;
  color: var(--tp-common-white);
  font-weight: 600;
}

.step__item {
  padding: 23px;
}

.step__item p {
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.step__item-bg {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
}

.step__slider-active .slick-slide {
  padding: 0 15px;
}

.step__slider-active .slick-current {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
}

.step__slider-active button {
  height: 60px;
  width: 60px;
  background-color: var(--tp-common-white);
  color: var(--tp-theme-1);
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .step__slider-active button {
    height: 50px;
    width: 50px;
    line-height: 55px;
  }
}

.step__slider-active button:hover {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  color: var(--tp-common-white);
}

.step__slider-active button.slick-prev {
  position: absolute;
  top: 26%;
  left: -6%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .step__slider-active button.slick-prev {
    left: -2%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .step__slider-active button.slick-prev {
    left: 0;
  }
}

.step__slider-active button.slick-next {
  position: absolute;
  top: 26%;
  right: -6%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .step__slider-active button.slick-next {
    right: -2%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .step__slider-active button.slick-next {
    right: 0;
  }
}

/*----------------------------------------*/
/*  03. feature CSS START
/*----------------------------------------*/
.feature__item {
  box-shadow: 4px 6.928px 24px 0px rgba(0, 0, 0, 0.06);
  padding: 22px 31px 30px 30px;
  position: relative;
}

.feature__item:hover::after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

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

.feature__item:hover p {
  color: var(--tp-common-white);
}

.feature__item:hover .feature__title-sm {
  color: var(--tp-common-white);
}

.feature__item::after {
  content: "";
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.feature__item span {
  font-size: 48px;
  font-weight: 600;
  color: var(--tp-common-black);
  margin-bottom: 15px;
  display: inline-block;
  transition: 0.3s;
}

.feature__item p {
  margin-bottom: 0;
  transition: 0.3s;
}

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

.feature__title-sm {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  transform: 0.3s;
}

/*----------------------------------------*/
/*  04. service CSS START
/*----------------------------------------*/
.service__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.service__item:hover .service__wrapper {
  bottom: 0;
}

.service__thumb img {
  width: 100%;
}

.service__item-2 {
  margin-bottom: 30px;
}

.service__wrapper {
  position: absolute;
  bottom: -141px;
  left: 0;
  margin: 0 19px;
  transition: 0.5s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__wrapper {
    bottom: -148px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__wrapper {
    bottom: -142px;
  }
}

@media (max-width: 767px) {
  .service__wrapper {
    bottom: -175px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service__wrapper {
    bottom: -118px;
  }
}

@media only screen and (min-width: 330px) and (max-width: 480px) {
  .service__wrapper {
    bottom: -143px;
  }
}

.service__content {
  border-radius: 5px;
  background-color: var(--tp-common-white);
  padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.service__icon {
  background-color: var(--tp-common-white);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  margin-top: -70px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__icon {
    margin-bottom: 0;
  }
}

.service__icon i {
  line-height: 80px;
  font-size: 30px;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service__title-sm {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  transition: 0.4s;
}

.service__title-sm:hover {
  color: var(--tp-common-pink);
}

.service__text span {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

.service__text span a {
  padding-bottom: 10px;
}

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

.service__link span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  padding: 10px 30px;
  display: inline-block;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .service__link span {
    padding: 10px 15px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service__link span {
    padding: 10px 7px;
    font-size: 14px;
  }
}

.service__link span a {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.service__link span a::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  bottom: 0;
  left: 0;
}

.service-2__item {
  background-color: var(--tp-common-white);
  padding: 50px 24px;
  border-radius: 10px;
  box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  margin-bottom: 35px;
}

.service-2__item:hover {
  box-shadow: 8px 13.856px 35px 0px rgba(0, 0, 0, 0.14);
}

.service-2__item:hover .service-2__text a {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-2__item:hover .service-2__icon {
  animation: icon-bounce 0.8s 1;
}

.service-2__bg {
  padding-top: 120px;
  padding-bottom: 120px;
}

.service-2__icon {
  background-color: #f8f7f3;
  height: 100px;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.service-2__icon i {
  font-size: 45px;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 100px;
}

.service-2__text p {
  font-size: 16px;
  padding-bottom: 15px;
}

.service-2__text a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
}

.service-2__text a i {
  margin-left: 10px;
}

.service-2__title-sm a {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
}

.service-2__link span {
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  font-family: "Jost", sans-serif;
  background-color: var(--tp-common-white);
  padding: 10px 30px;
  display: inline-block;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .service-2__link span {
    padding: 10px 15px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-2__link span {
    padding: 10px 7px;
    font-size: 14px;
  }
}

.service-2__link span a {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.service-2__link span a::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  bottom: 0;
  left: 0;
}

.postbox-2__title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
}

.postbox-2__content {
  background-color: var(--tp-common-white);
  padding: 55px 30px;
  margin-top: -170px;
  box-shadow: 3px 5.196px 40px 0px rgba(0, 0, 0, 0.06);
}

.postbox-2__content-text {
  font-weight: 500;
  font-size: 24px;
  color: #666666;
  line-height: 1.3;
  padding-bottom: 20px;
}

.postbox-2__content-list ul li {
  padding-bottom: 15px;
}

.postbox-2__content-list ul li:last-child {
  padding-bottom: 0;
}

.postbox-2__content-list ul li i {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  color: var(--tp-common-white);
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  line-height: 16px;
  text-align: center;
  font-size: 8px;
  margin-right: 10px;
}

.postbox-2__content-thumb-1 {
  position: relative;
  display: inline-block;
}

.postbox-2__content-thumb-1::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, #ff0081, #374fc0);
  height: 100%;
  width: 100%;
  opacity: 0.8;
}

.postbox-2__thumb-overly {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.postbox-2__thumb-overly-text {
  padding: 35px 27px;
}

.postbox-2__thumb-overly-text h5 {
  font-weight: 500;
  font-size: 20px;
  color: var(--tp-common-white);
  padding-bottom: 5px;
}

.postbox-2__thumb-overly-text p {
  max-width: 273px;
  padding-bottom: 15px;
}

.postbox-2__thumb-overly-text a {
  position: relative;
}

.postbox-2__thumb-overly-text a span {
  display: inline-block;
  padding: 17px 40px 17px 70px;
  background-color: var(--tp-common-white);
  border-radius: 40px;
  font-weight: 600;
  font-size: 20px;
  color: var(--tp-common-black);
}

.postbox-2__thumb-overly-text a i {
  position: absolute;
  top: -21px;
  left: 0;
  font-size: 20px;
  height: 60px;
  width: 60px;
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  z-index: 3;
}

.postbox-2__thumb-title {
  font-weight: 700;
  font-size: 30px;
  color: var(--tp-common-white);
  line-height: 1.4;
}

.postbox-2__thumb-number {
  font-weight: 700;
  font-size: 30px;
  color: var(--tp-common-white);
}

.sidebar__widget-2 {
  padding: 35px 30px;
  background-color: var(--tp-common-white);
  box-shadow: 3px 5.196px 40px 0px rgba(0, 0, 0, 0.06);
}

.sidebar__widget-2-title {
  font-weight: 700;
  font-size: 24px;
  color: var(--tp-common-black);
  padding-bottom: 20px;
}

.sidebar__widget-2-button ul li {
  margin-bottom: 20px;
}

.sidebar__widget-2-button ul li:last-child {
  margin-bottom: 0;
}

.sidebar__widget-2-button ul li a span {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--tp-common-black);
  padding: 15px 20px;
  background-color: var(--tp-grey-3);
  width: 275px;
  transition: 0.3s;
  text-transform: capitalize;
}

.sidebar__widget-2-button ul li a span:hover {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  color: var(--tp-common-white);
}

.sidebar__widget-2-form input {
  width: 100%;
  text-transform: capitalize;
  padding: 18px 20px;
  background-color: var(--tp-grey-3);
  margin-bottom: 20px;
  color: var(--tp-common-black);
  border: 1px solid transparent;
  transition: 0.3s;
}

.sidebar__widget-2-form input::placeholder {
  font-size: 16px;
  color: #666666;
}

.sidebar__widget-2-form input:focus {
  border: 1px solid var(--tp-common-pink);
}

.sidebar__widget-2-form textarea {
  background-color: var(--tp-grey-3);
  width: 100%;
  resize: none;
  border: none;
  height: 160px;
  display: inline-block;
  margin-bottom: 15px;
  padding: 25px 20px;
  color: var(--tp-common-black);
  border: 1px solid transparent;
  transition: 0.3s;
}

.sidebar__widget-2-form textarea:focus {
  outline: none;
  border: 1px solid var(--tp-common-pink);
}

.sidebar__widget-2-form textarea::placeholder {
  font-size: 16px;
  color: #666666;
}

.sidebar__widget-2-button button {
  width: 100%;
}

.service-details__title {
  font-size: 48px;
  font-weight: 700;
  color: var(--tp-common-black);
  padding-bottom: 10px;
}

.service-details__feature {
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
  border-radius: 5px;
}

.service-details__icon {
  margin-right: 15px;
}

.service-details__icon span {
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  color: var(--tp-common-white);
  font-size: 28px;
  text-align: center;
  display: inline-block;
}

.service-details__info-text p {
  margin-bottom: 0;
}

.service-details__video-btn {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 40%);
}

@media (max-width: 767px) {
  .service-details__video-btn {
    top: 9%;
    left: 66%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-details__video-btn {
    top: 20%;
    left: 57%;
  }
}

.service-details__video-btn a {
  font-size: 25px;
  color: var(--tp-theme-1);
  height: 90px;
  width: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  background-color: var(--tp-common-white);
  position: absolute;
  top: 30%;
  right: -23%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details__video-btn a {
    right: -13%;
  }
}

.service-details__video-btn a i {
  margin-left: 5px;
}

/*----------------------------------------*/
/*  03. about CSS START
/*----------------------------------------*/
.about__wrapper {
  padding-right: 20px;
}

.about__experience-wrapper {
  background-image: linear-gradient(to right, #e6bf7f, #df9629);
  display: inline-block;
  padding: 30px 40px;
  border-radius: 5px;
  transform: translateY(-85px);
}

.about__experience-wrapper::before {
  content: "";
  width: 100%;
  height: 90%;
  border: 1px dashed #fff;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 5px;
  transform: translateY(-50%) scale(0.9);
}

.about__experience span {
  color: var(--tp-common-white);
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}

.about__experience h4 {
  font-size: 48px;
  font-weight: 700;
  margin-right: 15px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.about__section-box p {
  color: var(--tp-common-white);
  opacity: 0.7;
  padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__section-box p {
    padding-right: 70px;
  }
}

@media (max-width: 767px) {
  .about__section-box p {
    padding-right: 0;
  }
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .about__right-info {
    padding-bottom: 100px;
  }
}

.about__content-info {
  margin-right: 10px;
}

.about__content-info p {
  color: var(--tp-common-white);
  opacity: 0.7;
  padding-bottom: 20px;
  padding-right: 20px;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__content-info p {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .about__content-info p {
    padding-right: 0;
  }
}

.about__title-sm {
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 15px;
}

.about__thumb-sm {
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .about__thumb-sm {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .about__thumb-sm img {
    width: 100%;
  }
}

.about-2__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 656px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-2__bg {
    width: 44%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .about-2__bg {
    display: none;
  }
}

.about-2__bg.bg-2 {
  height: 720px;
}

.about-2__wrapper {
  box-shadow: 3px 5.196px 35px 0px rgba(0, 0, 0, 0.06);
  background-color: var(--tp-common-white);
  margin-right: 72px;
}

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

.about-2__item {
  padding: 40px 26px;
}

@media (max-width: 767px) {
  .about-2__item {
    margin-right: 0;
  }
}

.about-2__item:hover .about-2__icon {
  animation: icon-bounce 0.8s 1;
}

.about-2__icon {
  margin-bottom: 30px;
}

.about-2__icon i {
  color: var(--tp-common-white);
  font-size: 40px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  background-image: linear-gradient(to right, #db9830, #f0daa8);
  position: relative;
}

.about-2__icon i::after {
  border: 1px solid var(--tp-common-pink);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}

.about-2__title-sm {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 5px;
  transition: 0.3s;
}

.about-2__title-sm:hover {
  background-image: linear-gradient(to right, #db9830, #f0daa8);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 767px) {
  .about-2__content {
    flex-wrap: wrap;
  }
}

.about-2__content p {
  margin-bottom: 0;
}

.about-2__item-bg {
  transition: 0.3s;
  box-shadow: 3px 5.196px 24px 0px rgba(0, 0, 0, 0.1);
}

.about-2__item-bg:hover {
  background-color: var(--tp-common-white);
}

.about-2__mission-box {
  background-color: var(--tp-grey-3);
  padding: 35px;
}

.about-2__mission {
  background-color: var(--tp-common-white);
  padding: 30px 40px;
  margin-right: 110px;
}

@media (max-width: 767px) {
  .about-2__mission {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .about-2__mission {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .about-2__mission {
    padding: 20px 30px;
    margin-right: 0;
  }
}

.about-2__mission-title-sm a {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 5px;
  transition: 0.3s;
}

.about-2__mission-title-sm a:hover {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-2__mission-icon {
  flex: 0 0 auto;
  margin-right: 20px;
}

.about-2__mission-text p {
  max-width: 324px;
  margin-bottom: 0;
}

.about-2__section-title-2 {
  padding-bottom: 14px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .about-2__section-title-2 {
    padding-right: 0;
  }
}

.about-2__space-2 {
  padding-bottom: 20px;
}

/*----------------------------------------*/
/*  07. testimonial CSS START
/*----------------------------------------*/
.testimonial__shape-1 {
  position: absolute;
  top: -30px;
  left: -85px;
}

.testimonial__shape-2 {
  position: absolute;
  top: -10px;
  left: -105px;
}

.testimonial__item {
  background-color: var(--tp-common-white);
  border-radius: 7px;
  padding: 40px;
}

.testimonial__icon i {
  font-size: 40px;
  background-image: linear-gradient(to right, #db9830, #f0daa8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial__content p {
  font-size: 24px;
  color: var(--tp-common-black);
  font-style: italic;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__content p {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__content p {
    font-size: 17px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .testimonial__content p {
    font-size: 20px;
    line-height: 25px;
  }
}

.testimonial__author-name {
  font-weight: 600;
  font-size: 24px;
}

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

@media (max-width: 767px) {
  .testimonial__author-name {
    font-size: 18px;
  }
}

.testimonial__author-info span {
  color: var(--tp-theme-1);
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
  .testimonial__author-info span {
    font-size: 14px;
  }
}

.testimonial__slider-active .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  transition: 0.3s;
}

.testimonial-2__wrapper-box {
  margin-top: 60px;
}

.testimonial-2__wrapper {
  background-color: var(--tp-common-white);
  padding: 3px 60px 50px 60px;
}

@media (max-width: 767px) {
  .testimonial-2__wrapper {
    padding: 20px;
  }
}

.testimonial-2__thumb {
  margin-top: -46px;
}

.testimonial-2__content-text i {
  font-size: 30px;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 25px;
}

.testimonial-2__content-text p {
  font-size: 24px;
  color: var(--tp-common-black);
  font-weight: 500;
  font-style: italic;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .testimonial-2__content-text p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-2__content-text p {
    font-size: 21px;
  }
}

.testimonial-2__item-icon span i {
  color: #ffae00;
  font-size: 16px;
}

.testimonial-2__author-name {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 5px;
}

.testimonial-2__author-name span {
  font-weight: 400;
  font-size: 16px;
  color: #374fc0;
  font-family: "Poppins", sans-serif;
}

.testimonial-2__slider-active .slick-slide img {
  display: inline-block;
}

.testimonial-2__slider-active button {
  position: relative;
  z-index: 5;
  font-size: 17px;
  background: var(--tp-common-white);
  height: 55px;
  width: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  color: var(--tp-common-black);
  transition: 0.3s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.testimonial-2__slider-active button i {
  transition: 0.3s;
}

.testimonial-2__slider-active button:hover {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  color: var(--tp-common-white);
}

.testimonial-2__slider-active button.slick-prev {
  position: absolute;
  top: 55%;
  left: -1%;
  transform: translateY(-50%);
}

.testimonial-2__slider-active button.slick-next {
  position: absolute;
  top: 55%;
  right: -1%;
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  07. counter CSS START
/*----------------------------------------*/
.counter__item.item-2 span {
  color: var(--tp-common-black);
}

.counter__item.item-2 p {
  color: #666666;
  font-size: 24px;
}

.counter__item span {
  font-size: 48px;
  font-weight: 600;
  color: var(--tp-common-white);
  padding-bottom: 10px;
  display: inline-block;
}

.counter__item span i {
  font-style: normal;
}

.counter__item p {
  font-size: 24px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.counter-2__bg {
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  padding: 100px 0;
  margin-bottom: -151px;
}

@media (max-width: 767px) {
  .counter-2__bg {
    margin-bottom: 0px;
  }
}

.counter-2__item span {
  font-size: 48px;
  font-weight: 600;
  color: var(--tp-common-white);
  padding-bottom: 10px;
  display: inline-block;
}

.counter-2__item span i {
  font-style: normal;
}

.counter-2__item p {
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  08. quote CSS START
/*----------------------------------------*/
.quote__space {
  padding-top: 155px;
  padding-bottom: 210px;
}

.quote__shape-1 {
  position: absolute;
  top: -24px;
  left: -54px;
  content: "";
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .quote__shape-1 {
    top: -46px;
    left: -336px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quote__shape-1 {
    top: -80px;
    left: -400px;
  }
}

.quote__section-box {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .quote__section-box p {
    font-size: 14px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .quote__section-box p br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quote__title-box .section-title {
    font-size: 38px;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quote__title-box p {
    font-size: 14px;
    padding-bottom: 10px;
  }
}

.quote__thumb img {
  width: 100%;
}

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

.quote__button {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .quote__button {
    margin-bottom: 53px;
  }
}

.quote__button ul li button {
  padding: 20px 50px;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  font-size: 20px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  transition: 0.3s;
  overflow: hidden;
}

.quote__button ul li button.height {
  padding: 10px 23px;
  border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quote__button ul li button {
    padding: 20px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quote__button ul li button {
    padding: 15px 15px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .quote__button ul li button {
    padding: 20px 11px;
    font-size: 15px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .quote__button ul li button {
    padding: 20px 60px;
  }
}

.quote__button ul li button.active {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  color: var(--tp-common-white);
}

.quote__button ul li button:hover {
  color: var(--tp-common-white);
}

.quote__button ul li button:hover::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  color: var(--tp-common-white);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.quote__button ul li button:hover i {
  color: var(--tp-common-white);
}

.quote__button ul li button i {
  margin-right: 10px;
}

.quote__input.input-color input {
  background-color: var(--tp-grey-2);
}

.quote__input input {
  width: 100%;
  height: 55px;
  border: 1px solid transparent;
  background-color: var(--tp-common-white);
  padding: 0px 20px;
  margin-bottom: 20px;
  color: var(--tp-common-black);
}

.quote__input input::placeholder {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}

.quote__input input:focus {
  border-color: var(--tp-theme-1);
}

.quote__select {
  width: 100%;
}

.quote__select select {
  background-color: var(--tp-grey-2);
}

.quote__bg {
  background-color: var(--tp-common-white);
  padding: 60px;
  position: relative;
  z-index: 9;
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.14);
}

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

@media (max-width: 767px) {
  .quote__bg {
    padding: 15px;
  }
}

.quote__title-2 {
  margin-bottom: 20px;
}

.quote__section-box-2 {
  margin-left: 45px;
  padding-left: 45px;
  border-left: 1px solid #e2e2e2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .quote__section-box-2 {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
    margin-bottom: 50px;
  }
}

.quote__section-box-2 span {
  display: block;
}

.quote__section-box-2 span.frist-child {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
}

.quote__section-box-2 span.last-child {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-common-black);
}

.quote__button-2 {
  margin-bottom: 23px;
}

.quote__button-2 ul li button {
  padding: 15px 20px;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  margin-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quote__button-2 ul li button {
    padding: 20px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quote__button-2 ul li button {
    padding: 15px 15px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .quote__button-2 ul li button {
    padding: 20px 30px;
    font-size: 15px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .quote__button-2 ul li button {
    padding: 20px 60px;
  }
}

.quote__button-2 ul li button.active {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.quote__button-2 ul li button:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.dark-blue {
  background-color: var(--tp-common-blue);
  padding: 195px 0;
  margin-top: -272px;
}

.tpfeature__item {
  border: 1px solid var(--tp-border-1);
  border-radius: 15px;
  padding: 30px;
  transition: 0.4s;
}

.tpfeature__item-info i {
  font-size: 35px;
  color: #959AA5;
  margin-right: 35px;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .tpfeature__item-info i {
    font-size: 25px;
    margin-right: 15px;
  }
}

.tpfeature__item-icon i {
  font-size: 24px;
  font-weight: 400;
  color: #959AA5;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .tpfeature__item-icon i {
    font-size: 17px;
    margin-top: 2px;
  }
}

.tpfeature__item:hover .tpfeature__item-info i {
  color: var(--tp-theme-1);
}

.tpfeature__item:hover .tpfeature__item-info .tp-feature-title {
  color: var(--tp-theme-1);
}

.tpfeature__item:hover .tpfeature__item-icon i {
  color: var(--tp-theme-1);
}

.tpfeature__item2 {
  border-color: #17243D;
}

.tpfeature__item2:hover {
  box-shadow: none;
}

.tp-feature-title {
  line-height: 1;
  color: #959AA5;
  font-weight: 500;
  font-size: 24px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .tp-feature-title {
    font-size: 20px;
  }
}

.feature-color-one {
  transform: 0.3s;
}

.feature-color-one:hover {
  background-color: var(--tp-theme-1);
}

.feature-color-one:hover .tpfeature__item-info i {
  color: var(--tp-common-white);
}

.feature-color-one:hover .tpfeature__item-info .tp-feature-title {
  color: var(--tp-common-white);
}

.feature-color-one:hover .tpfeature__item-icon i {
  color: var(--tp-common-white);
}

.feature-color-one .tpfeature__item-info i {
  color: var(--tp-theme-1);
}

.feature-color-one .tpfeature__item-info .tp-feature-title {
  color: var(--tp-theme-1);
}

.feature-color-one .tpfeature__item-icon i {
  color: var(--tp-theme-1);
}

.feature-color-two {
  transform: 0.3s;
}

.feature-color-two:hover {
  background-color: var(--tp-theme-2);
}

.feature-color-two:hover .tpfeature__item-info i {
  color: var(--tp-common-white);
}

.feature-color-two:hover .tpfeature__item-info .tp-feature-title {
  color: var(--tp-common-white);
}

.feature-color-two:hover .tpfeature__item-icon i {
  color: var(--tp-common-white);
}

.feature-color-two .tpfeature__item-info i {
  color: var(--tp-theme-2);
}

.feature-color-two .tpfeature__item-info .tp-feature-title {
  color: var(--tp-theme-2);
}

.feature-color-two .tpfeature__item-icon i {
  color: var(--tp-theme-2);
}

.feature-color-three {
  transform: 0.3s;
}

.feature-color-three:hover {
  background-color: var(--tp-common-red);
}

.feature-color-three:hover .tpfeature__item-info i {
  color: var(--tp-common-white);
}

.feature-color-three:hover .tpfeature__item-info .tp-feature-title {
  color: var(--tp-common-white);
}

.feature-color-three:hover .tpfeature__item-icon i {
  color: var(--tp-common-white);
}

.feature-color-three .tpfeature__item-info i {
  color: var(--tp-common-red);
}

.feature-color-three .tpfeature__item-info .tp-feature-title {
  color: var(--tp-common-red);
}

.feature-color-three .tpfeature__item-icon i {
  color: var(--tp-common-red);
}

.feature-color-four {
  transform: 0.3s;
}

.feature-color-four:hover {
  background-color: var(--tp-common-green);
}

.feature-color-four:hover .tpfeature__item-info i {
  color: var(--tp-common-white);
}

.feature-color-four:hover .tpfeature__item-info .tp-feature-title {
  color: var(--tp-common-white);
}

.feature-color-four:hover .tpfeature__item-icon i {
  color: var(--tp-common-white);
}

.feature-color-four .tpfeature__item-info i {
  color: var(--tp-common-green);
}

.feature-color-four .tpfeature__item-info .tp-feature-title {
  color: var(--tp-common-green);
}

.feature-color-four .tpfeature__item-icon i {
  color: var(--tp-common-green);
}

.tp-Insurance-tab {
  margin-right: 165px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-Insurance-tab {
    margin-right: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-Insurance-tab {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-Insurance-tab {
    margin-right: 0px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .tp-Insurance-tab {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

.tp-Insurance-tab button {
  width: 100%;
}

.tp-Insurance-tab button.active .tpfeature__item {
  box-shadow: 0px 36px 41px rgba(122, 122, 122, 0.22);
}

.tp-Insurance-tab button.active .tpfeature__item i {
  color: var(--tp-theme-1);
}

.tp-Insurance-tab button.active .tpfeature__item .tp-feature-title {
  color: var(--tp-theme-1);
}

.tp-Insurance-tab button.button-bg-color-1.active .tpfeature__item {
  box-shadow: none;
  background-color: var(--tp-theme-1);
}

.tp-Insurance-tab button.button-bg-color-1.active .tpfeature__item i {
  color: var(--tp-common-white);
}

.tp-Insurance-tab button.button-bg-color-1.active .tpfeature__item .tp-feature-title {
  color: var(--tp-common-white);
}

.tp-Insurance-tab button.button-bg-color-2.active .tpfeature__item {
  box-shadow: none;
  background-color: var(--tp-theme-2);
}

.tp-Insurance-tab button.button-bg-color-2.active .tpfeature__item i {
  color: var(--tp-common-white);
}

.tp-Insurance-tab button.button-bg-color-2.active .tpfeature__item .tp-feature-title {
  color: var(--tp-common-white);
}

.tp-Insurance-tab button.button-bg-color-3.active .tpfeature__item {
  box-shadow: none;
  background-color: var(--tp-common-red);
}

.tp-Insurance-tab button.button-bg-color-3.active .tpfeature__item i {
  color: var(--tp-common-white);
}

.tp-Insurance-tab button.button-bg-color-3.active .tpfeature__item .tp-feature-title {
  color: var(--tp-common-white);
}

.tp-Insurance-tab button.button-bg-color-4.active .tpfeature__item {
  box-shadow: none;
  background-color: var(--tp-common-green);
}

.tp-Insurance-tab button.button-bg-color-4.active .tpfeature__item i {
  color: var(--tp-common-white);
}

.tp-Insurance-tab button.button-bg-color-4.active .tpfeature__item .tp-feature-title {
  color: var(--tp-common-white);
}

.contactform__input input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--tp-border-1);
  padding: 25px 20px;
  background-color: #F0F0F0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--tp-common-black);
}

.contactform__input input::placeholder {
  color: #A9A9A9;
}

.contactform__textarea textarea {
  width: 100%;
  height: 165px;
  padding: 25px 20px;
  resize: none;
  background-color: #F0F0F0;
  border: 1px solid var(--tp-border-1);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--tp-common-black);
  margin-bottom: 10px;
}

.contactform__textarea textarea::placeholder {
  color: #A9A9A9;
}

.contactform__textarea textarea:focus {
  outline: 0;
}

.contactform.contactform2 .tp-sp-icon .nice-select {
  background-color: #091732;
}

.contactform.contactform2 .contactform__input input {
  background-color: #091732;
  border: 1px solid #17243D;
  color: var(--tp-common-white);
}

.contactform.contactform2 .contactform__input input::placeholder {
  color: #999FA9;
}

.contactform.contactform2 .contactform__textarea textarea {
  background-color: #091732;
  border: 1px solid #17243D;
  color: var(--tp-common-white);
}

.contactform.contactform2 .contactform__textarea textarea::placeholder {
  color: #999FA9;
}

.contactform.contactform2 .tp-sp-icon .nice-select .current {
  color: #999FA9;
}

.contactform.contactform2 .tp-sp-icon .nice-select::after {
  color: #999FA9;
}

.tp-grey-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 295px;
  width: 100%;
}

.tp-dark-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 385px;
  width: 100%;
}

@media (max-width: 767px) {
  .tp-dark-bg {
    display: none;
  }
}

.bg {
  background-image: -moz-linear-gradient(0deg, rgb(189, 30, 199) 1%, rgb(249, 37, 66) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(189, 30, 199) 1%, rgb(249, 37, 66) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(189, 30, 199) 1%, rgb(249, 37, 66) 100%);
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.14);
  position: absolute;
  left: 375px;
  top: 6570px;
  width: 1170px;
  height: 532px;
  z-index: 348;
}

@media (max-width: 767px) {
  .question__item {
    margin-bottom: 40px;
  }
}

/*----------------------------------------*/
/*  08. claim CSS START
/*----------------------------------------*/
.claim__wrapper {
  padding: 60px 0;
  margin-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .claim__wrapper {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .claim__wrapper {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .claim__text {
    padding-bottom: 15px;
  }
}

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

.claim__bg {
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  margin-top: -90px;
}

.claim__space {
  margin-top: -90px;
}

/*----------------------------------------*/
/*  07. team CSS START
/*----------------------------------------*/
.tp-team-thumb {
  position: relative;
  display: inline-block;
  transition: 0.7s;
}

.tp-team-thumb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 9;
}

.tp-team-thumb-icon a {
  height: 55px;
  width: 55px;
  background-color: var(--tp-common-pink);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  display: inline-block;
}

.tp-team-thumb-icon a i {
  transform: rotate(-38deg);
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-common-white);
}

.tp-team-thumb:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.tp-team-thumb:hover::after {
  border-color: var(--tp-common-green);
}

.tp-team-thumb:hover .tp-team-thumb-icon {
  opacity: 1;
  visibility: visible;
}

.tp-team-thumb-main {
  margin-bottom: 30px;
}

.tp-team-thumb-main img {
  width: 100%;
  transition: 0.7s;
}

.tp-team:hover .tp-team-thumb img {
  transform: scale(1.1);
}

.tp-team-content span {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--tp-grey-4);
  padding-bottom: 10px;
  display: inline-block;
}

.tp-team-social a {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-common-white);
  padding: 0px 20px;
  border-right: 1px solid var(--tp-border-5);
}

.tp-team-social a:hover {
  color: var(--tp-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-social a {
    padding: 0px 15px;
  }
}

.tp-team-social a:last-child {
  border-right: 0;
}

.tp-team-title {
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
}

.tp-team-title:hover a {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-title {
    font-size: 18px;
  }
}

.team-inner .tp-team-content .tp-team-title {
  color: var(--tp-common-black);
}

.team-inner .tp-team-content span {
  color: #6A6A74;
}

.team-inner .tp-team-social a {
  color: var(--tp-common-black);
  border-right: 1px solid var(--tp-border-7);
}

.team-inner .tp-team-social a:hover {
  color: var(--tp-common-pink);
}

.team-2__item {
  border: 1px solid #e9e9e9;
  padding: 15px;
  transition: 0.3s;
}

.team-2__item:hover {
  background-color: var(--tp-common-white);
  box-shadow: 8px 13.856px 35px 0px rgba(0, 0, 0, 0.14);
}

.team-2__item:hover .team-2__icon a {
  opacity: 1;
  visibility: visible;
}

.team-2__item:hover .team-2__thumb::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  opacity: 0.2;
}

.team-2__thumb {
  position: relative;
}

.team-2__thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgb(12, 13, 14);
  opacity: 0.2;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scale(0.5);
}

.team-2__title-sm {
  font-weight: 700;
  font-size: 24px;
  transition: 0.3s;
}

.team-2__title-sm:hover {
  color: var(--tp-common-pink);
}

.team-2__content {
  padding-bottom: 15px;
}

.team-2__content span {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.team-2__content span::after {
  content: "";
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.team-2__icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transition: 0.4s;
  transform: translateY(-50%);
  text-align: center;
}

.team-2__icon a {
  opacity: 0;
  visibility: hidden;
}

.team-2__icon a.facebook {
  transition: 0.3s;
}

.team-2__icon a.twitter {
  transition: 0.5s;
}

.team-2__icon a.instagram {
  transition: 0.7s;
}

.team-2__icon a.skype {
  transition: 0.8s;
}

.team-2__icon a i {
  font-size: 16px;
  height: 40px;
  width: 40px;
  background-color: var(--tp-common-white);
  border-radius: 3px;
  color: var(--tp-theme-1);
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
}

.team-2__icon a i:hover {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  color: var(--tp-common-white);
}

.progress__wrapper {
  padding-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress__wrapper {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .progress__wrapper {
    padding-left: 0px;
  }
}

.team-3__skill-title {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-3__skill-progress {
    padding-top: 0;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .team-3__skill-progress {
    padding-top: 0;
    padding-right: 0;
  }
}

.team-3__skill-progress-item {
  position: relative;
  margin-bottom: 32px;
}

.team-3__skill-progress-item h4 {
  font-size: 18px;
  color: var(--tp-common-black);
  text-transform: uppercase;
  margin-bottom: 13px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .team-3__skill-progress-item h4 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-3__skill-progress-item h4 {
    padding-right: 0;
  }
}

.team-3__skill-progress-item .progress {
  height: 10px;
  background-color: transparent;
  border-radius: 0;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.team-3__skill-progress-item .progress::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background-color: #ececec;
  z-index: -1;
}

.team-3__skill-progress-item .progress-bar {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  overflow: visible;
  border-radius: 0 10px 10px 0;
}

.team-3__skill-progress-item .progress-count {
  position: absolute;
  top: -4px;
  right: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-theme-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .team-3__skill-thumb {
    margin-top: 50px;
  }
}

.team-3__skill-border {
  border-bottom: 1px solid #e8e8e8;
}

.team-3__skill-inner {
  border-bottom: 1px solid #e8e8e8;
}

.team-2__thumb img {
  width: 100%;
}

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

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

.team-2__details-info-icon {
  height: 40px;
  width: 40px;
  background: #E60A88;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.team-2__details-info-content p {
  margin-bottom: 5px;
}

/*----------------------------------------*/
/*  07. choice CSS START
/*----------------------------------------*/
.choice__shape-1 {
  position: absolute;
  top: 10%;
  left: -10%;
  animation: jumpTwo 4s infinite linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .choice__shape-1 {
    left: -6%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choice__section-box .section-title {
    font-size: 34px;
  }
}

.choice__shape-2 {
  position: absolute;
  bottom: -13%;
  right: -54%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .choice__shape-2 {
    right: -241px;
  }
}

.choice__thumb {
  position: absolute;
  top: 125px;
  left: 0;
}

.choice__thumb-main {
  padding-right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choice__thumb-main {
    padding-right: 0;
  }
}

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

@media (max-width: 767px) {
  .choice__thumb-main {
    padding-right: 0px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 576px) {
  .choice__thumb-main img {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .choice__thumb-main img {
    width: 100%;
  }
}

.choice__text-box {
  background: var(--tp-theme-1);
  padding: 30px;
  border-radius: 5px;
  display: inline-block;
  text-align: start;
  position: absolute;
  bottom: -52%;
  right: 15%;
}

.choice__text-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--tp-common-white);
  line-height: 1.3;
  margin-bottom: 0;
}

.choice__right-info {
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choice__right-info {
    margin-top: 250px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .choice__right-info {
    padding-left: 0;
  }
}

/*----------------------------------------*/
/*  08. quote CSS START
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .question__item {
    margin-bottom: 50px;
  }
}

.question__section-title P {
  max-width: 497px;
}

.question__btn h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 30px;
}

.question__btn h4 span {
  text-decoration: underline;
}

/*----------------------------------------*/
/*  07. blog CSS START
/*----------------------------------------*/
.blog__shape-1 {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  z-index: -1;
}

.blog__shape-2 {
  position: absolute;
  content: "";
  left: -12px;
  bottom: -228px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__shape-2 {
    left: -55px;
    bottom: -121px;
  }
}

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

.blog__item {
  background-color: var(--tp-common-white);
  transition: 0.3s;
}

.blog__item:hover.shadow {
  box-shadow: 8px 13.856px 35px 0px rgba(0, 0, 0, 0.14);
}

.blog__item:hover .blog__link {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog__item:hover .blog__img img {
  transform: scale(1.2);
}

.blog__item:hover .blog__img .blog__overly {
  opacity: 1;
  visibility: visible;
  background-color: rgb(12, 13, 14);
  opacity: 0.761;
}

.blog__item:hover .blog__button .blog__link-2 a {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog__grey-bg .blog__item {
  background-color: var(--tp-grey-2);
}

.blog__content {
  padding: 31px;
}

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

.blog__img {
  position: relative;
}

.blog__img img {
  transition: 0.6s;
}

.blog__overly {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgb(12, 13, 14);
  opacity: 0.761;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.blog__overly a i {
  color: var(--tp-common-white);
  font-size: 50px;
  padding-top: 110px;
}

.blog__tag {
  margin-top: -46px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__tag {
    margin-top: -35px;
  }
}

.blog__tag span {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  padding: 7px 15px;
  display: inline-block;
  border-radius: 5px;
  transition: 0.3s;
}

.blog__tag span:hover {
  background-color: var(--tp-common-black);
}

.blog__meta {
  margin-bottom: 15px;
}

.blog__meta span {
  font-size: 16px;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .blog__meta span {
    font-size: 14px;
  }
}

.blog__meta span.frist-child {
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .blog__meta span.frist-child {
    margin-right: 5px;
  }
}

.blog__meta span i {
  font-size: 18px;
  color: var(--tp-common-pink);
  margin-right: 7px;
  transition: 0.3s;
}

.blog__title-box p {
  padding-bottom: 5px;
  max-width: 295px;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__title-box p {
    font-size: 13px;
    line-height: 24px;
  }
}

.blog__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 5px;
  transition: 0.3s;
}

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

.blog__title:hover {
  background: linear-gradient(to right, #e50a89 0%, #5145b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog__link a {
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}

.blog__link a i {
  transform: translateY(2px);
  margin-left: 5px;
}

.blog__link-2 a {
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}

.blog__link-2 a i {
  transform: translateY(2px);
  margin-left: 5px;
}

.blog__message {
  display: inline-block;
  padding: 10px;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
}

.blog__message span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  position: relative;
  padding-left: 24px;
}

.blog__message span i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
}

.blog__button {
  box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.1);
}

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

.postbox__thumb {
  margin-bottom: -2px;
}

.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-theme-2);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

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

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

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

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

.postbox__item {
  padding: 30px 31px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}

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

.postbox__comment-box {
  padding: 30px;
}

.postbox__title-2 {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 15px;
  line-height: 1.1;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .postbox__title-2 br {
    display: none;
  }
}

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

.postbox__title-2:hover {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.postbox__content p {
  width: 100%;
}

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

@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__content p img {
    width: 100%;
  }
}

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

.postbox__title {
  font-size: 36px;
  font-weight: 600;
  color: var(--tp-common-black);
  margin-bottom: 20px;
}

@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;
  }

  .postbox__title br {
    display: none;
  }
}

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

@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-theme-1);
}

.postbox__meta {
  margin-bottom: 20px;
}

.postbox__meta span {
  font-size: 14px;
  font-weight: 700;
  color: #8A90A2;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__meta span {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .postbox__meta span {
    margin-right: 20px;
    margin-bottom: 7px;
  }
}

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

.postbox__meta span i {
  color: var(--tp-common-pink);
  margin-right: 3px;
  font-weight: 500;
  transition: all linear 0.3s;
}

.postbox__meta span:hover {
  color: var(--tp-theme-2);
}

.postbox__text {
  margin-bottom: 50px;
}

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

.postbox__text p {
  margin-bottom: 28px;
  font-size: 15px;
}

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

.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;
  list-style: none;
  box-shadow: 3px 5.196px 40px 0px rgba(0, 0, 0, 0.06);
}

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

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

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

.postbox__comment ul-title:hover {
  color: var(--tp-common-pink);
}

.postbox__comment-input {
  position: relative;
  margin-bottom: 20px;
}

.postbox__comment-input span {
  font-weight: 600;
  color: var(--tp-common-black);
  margin-bottom: 12px;
  display: block;
}

.postbox__comment-input input,
.postbox__comment-input textarea {
  height: 55px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  outline: none;
  border: 1px solid #f7f7f7;
  box-shadow: 0px 16px 24px rgba(189, 196, 205, 0.13);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  color: var(--tp-common-black);
}

.postbox__comment-input input::placeholder,
.postbox__comment-input textarea::placeholder {
  color: rgba(116, 116, 116, 0.5);
}

.postbox__comment-input input:focus,
.postbox__comment-input textarea:focus {
  border-color: var(--tp-common-pink);
  color: var(--tp-common-black);
}

.postbox__comment-input textarea {
  height: 175px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.postbox__comment-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
  color: var(--tp-common-black);
}

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

.postbox__comment-avater img {
  width: 80px;
  height: 80px;
  -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-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: var(--tp-common-black);
  display: inline-block;
  margin-right: 20px;
}

.postbox__comment-name span {
  font-size: 14px;
  color: #8A879F;
  text-transform: uppercase;
}

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

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

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

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

.postbox__comment-reply a {
  display: inline-block;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 16px;
  font-family: "Jost", sans-serif;
}

.postbox__comment-agree {
  padding-left: 5px;
}

.postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: var(--tp-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  flex: 0 0 auto;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}

.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  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%);
}

.postbox__comment-agree input:hover {
  cursor: pointer;
}

.postbox__comment-agree label {
  padding-left: 8px;
  color: var(--tp-text-1);
  line-height: 1;
}

.postbox__comment-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
  padding-left: 4px;
}

.postbox__comment-agree label a:hover {
  color: var(--tp-theme-1);
}

.postbox__comment-agree label:hover {
  cursor: pointer;
}

.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;
}

.postbox__comment-form-title {
  margin-bottom: 30px;
}

.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-1);
  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: 992px) and (max-width: 1199px) {
  .approch-thumb img {
    width: 100%;
  }
}

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

.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 {
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
  object-fit: cover;
}

.rc__post-title {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-common-black);
  line-height: 22px;
  transition: 0.3s;
}

.rc__meta span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
  display: inline-block;
}

.sidebar__wrapper {
  padding-left: 30px;
}

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

.sidebar__widget {
  padding: 30px 29px;
  background-color: var(--tp-grey-2);
}

.sidebar__widget-title {
  font-size: 22px;
  margin-bottom: 30px;
  color: var(--tp-common-black);
  font-weight: 500;
}

.sidebar__widget:last-child-title {
  border-bottom: 0;
}

.sidebar__widget ul li {
  list-style: none;
}

.sidebar__widget ul li:last-child {
  padding-bottom: 0;
}

.sidebar__widget ul li:last-child a {
  margin-bottom: 0;
}

.sidebar__widget ul li:first-child {
  padding-top: 0;
}

.sidebar__widget ul li a {
  color: #777777;
  display: block;
  margin-bottom: 10px;
  padding: 7px 0px;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
}

.sidebar__widget ul li a:hover {
  color: var(--tp-common-pink);
}

.sidebar__widget ul li a:hover span {
  color: var(--tp-common-pink);
}

.sidebar__widget ul li span {
  float: right;
  color: var(--tp-common-black);
  font-size: 16px;
  font-weight: 600;
}

.sidebar__search {
  position: relative;
}

.sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: var(--tp-grey-1);
  padding: 0 30px;
  text-transform: capitalize;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid var(--tp-grey-1);
  outline: none;
  padding-top: 3px;
  padding-right: 80px;
  color: var(--tp-common-black);
}

.sidebar__search input.active {
  background-color: var(--tp-grey-2);
}

.sidebar__search input::placeholder {
  color: #777777;
}

.sidebar__search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 97%;
  padding: 0 24px;
  color: #fff;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  line-height: 60px;
}

.sidebar__banner-content {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: var(--tp-theme-1);
}

.sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  margin-bottom: 0;
}

.sidebar__Categories {
  padding: 30px;
  background-color: var(--tp-grey-2);
}

.sidebar__Cat-title-sm {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
}

.sidebar__Cat-item ul li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #d4d2cf;
  transition: 0.3s;
}

.sidebar__Cat-item ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sidebar__Cat-item ul li a {
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s;
  padding-left: 20px;
}

.sidebar__Cat-item ul li i {
  transition: 0.3s;
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
}

.sidebar__Cat-item ul li:hover {
  color: var(--tp-common-pink);
}

.sidebar__Cat-item ul li:hover i {
  color: var(--tp-common-pink);
}

.tagcloud a {
  border: 1px solid #F2F4F6;
  background: var(--tp-common-white);
  display: inline-block;
  padding: 5px 9px;
  margin-bottom: 8px;
  margin-right: 10px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #747474;
}

.tagcloud a:hover {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  color: var(--tp-common-white);
  border: 1px solid #F2F4F6;
}

blockquote {
  background: var(--tp-grey-1);
  padding: 35px 50px;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}

blockquote p {
  line-height: 1.5;
  font-size: 20px;
  color: #57565e;
  font-weight: 400;
}

blockquote cite {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  color: #070337;
  font-style: inherit;
  font-weight: 600;
  position: relative;
}

blockquote cite::before {
  content: "";
  font-size: 28px;
  color: var(--tp-theme-1);
  padding-bottom: 0px;
  display: inline-block;
  background: var(--tp-theme-1);
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

.blog-post-slider-active {
  position: relative;
  margin-bottom: 40px;
}

.blog-post-slider-active .swiper-slide img {
  border-radius: 5px;
  width: 100%;
}

.blog-nav-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 5;
}

.blog-nav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 5;
}

.blog-post-slider-nav .nav-button {
  height: 60px;
  width: 60px;
  background-color: var(--tp-common-white);
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: var(--tp-common-black);
}

.basic-pagination ul li:not(:last-child) {
  margin-right: 5px;
}

.basic-pagination ul li {
  display: inline-block;
}

.basic-pagination ul li a,
.basic-pagination ul li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid var(--tp-border-1);
  font-size: 18px;
  font-weight: 600;
}

.basic-pagination ul li a:hover,
.basic-pagination ul li a.current,
.basic-pagination ul li span:hover,
.basic-pagination ul li span.current {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  03. brand CSS START
/*----------------------------------------*/
.brand__item {
  text-align: center;
}

.brand__slider-active .slick-slide img {
  display: inline-block;
}

/*----------------------------------------*/
/*  03. work CSS START
/*----------------------------------------*/
.work__space {
  padding-top: 160px;
  padding-bottom: 120px;
  padding-left: 175px;
  padding-right: 175px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work__space {
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .work__space {
    padding-left: 0;
    padding-right: 0;
  }
}

.work__item {
  margin-bottom: 60px;
  position: relative;
}

.work__item.space {
  margin-bottom: 30px;
}

.work__item:hover .work__thumb::before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.work__item:hover .work__icon {
  opacity: 1;
  visibility: visible;
}

.work__thumb {
  width: 100%;
}

.work__thumb img {
  width: 100%;
}

.work__thumb::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: -webkit-linear-gradient(90deg, rgb(113, 65, 0) 0%, rgba(35, 55, 117, 0.33) 67%, rgba(14, 30, 42, 0) 100%);
  opacity: 0.702;
  height: 100%;
  width: 100%;
  transition: 0.4s;
}

.work__thumb::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 0%;
  width: 100%;
  background-image: linear-gradient(rgba(14, 30, 42, 0), #ff0081);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.work__icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 30px;
}

.work__icon a i {
  color: var(--tp-common-white);
  background-color: var(--tp-common-pink);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}

.work__text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work__text {
    padding: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .work__text {
    padding: 25px;
  }
}

.work__text span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work__text span {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

.work__text span::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--tp-common-white);
}

.work__title-sm {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 26px;
  color: var(--tp-common-white);
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work__section-box {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .work__section-box {
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .work__section-box {
    padding-bottom: 25px;
  }
}

.work__button a span {
  color: var(--tp-common-white);
  padding: 0 30px;
  height: 55px;
  line-height: 55px;
  border: 1px solid var(--tp-common-white);
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}

.work__button a:hover span {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}

.work__button-box {
  padding-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work__button-box {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .work__button-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .work__button-box {
    padding-bottom: 5px;
  }
}

.work__button-box button {
  color: #666666;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 22px;
  transition: 0.3s;
  position: relative;
  border-bottom: 2px solid transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work__button-box button {
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  .work__button-box button {
    font-size: 14px;
    margin: 0px 12px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 576px) {
  .work__button-box button {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .work__button-box button {
    font-size: 14px;
    margin: 0 9px;
  }
}

.work__button-box button.active {
  border-bottom: 2px solid var(--tp-common-pink);
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.work__button-box button:hover {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.work-2__feature-item {
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .work-2__feature-item {
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
}

.work-2__shape-1 {
  position: absolute;
  top: -84px;
  left: -70px;
  animation: zoom 5s infinite;
}

.work-2__shape-1 img {
  opacity: 0.4;
}

.work-2__left-side {
  padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-2__left-side {
    padding-right: 0px;
  }
}

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

.work-2__left-content {
  padding: 30px;
  margin-right: 30px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work-2__left-content {
    padding: 22px;
  }
}

.work-2__left-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--tp-common-white);
  line-height: 1.3;
  margin-bottom: 0;
}

.work-2__left-content-icon i {
  color: var(--tp-common-white);
  font-size: 35px;
  height: 65px;
  width: 65px;
  border: 1px solid var(--tp-common-white);
  border-radius: 50%;
  line-height: 59px;
  text-align: center;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-2__thumb-main img {
    width: 100%;
    margin-bottom: 40px;
  }
}

.work-2__thumb-inner {
  flex: 0 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-2__section-title {
    padding-bottom: 10px;
  }
}

.work-2__feature-icon {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .work-2__feature-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.work-2__feature-icon a {
  font-size: 40px;
  color: var(--tp-common-white);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  display: inline-block;
  transition: 0.4s;
}

.work-2__title-sm {
  font-size: 24px;
  font-weight: 700;
  transition: 0.3s;
}

.work-2__title-sm:hover {
  color: #374fc0;
}

.work-2__feature-content p {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-2__feature-content p {
    padding-right: 30px;
  }

  .work-2__feature-content p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .work-2__feature-content p {
    padding-right: 0px;
  }

  .work-2__feature-content p br {
    display: none;
  }
}

.work-3__slider-active .slick-slide {
  padding: 0px 15px;
}

.work-3__space {
  padding-top: 120px;
  padding-bottom: 120px;
}

.work-3__item:hover .work-3__thumb::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  opacity: 0.459;
}

.work-3__item:hover .work-3__icon {
  opacity: 1;
  visibility: visible;
}

.work-3__item:hover .work-3__content {
  opacity: 1;
  visibility: visible;
}

.work-3__thumb {
  position: relative;
}

.work-3__thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(12, 13, 14);
  opacity: 0.459;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scale(0.5);
}

.work-3__thumb img {
  width: 100%;
}

.work-3__icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  margin-right: 40px;
  margin-top: 40px;
  margin-right: 25px;
  margin-top: 25px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work-3__icon {
    margin-right: 20px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-3__icon {
    margin-right: 10px;
    margin-top: 10px;
  }
}

.work-3__icon a i {
  color: var(--tp-common-white);
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  border-radius: 5px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}

.work-3__content {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 26px 68px 26px 25px;
  border-radius: 5px;
  z-index: 4;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.work-3__content span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}

.work-3__content span::before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--tp-common-white);
}

.work-3__title {
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 0;
  transition: 0.3s;
}

.work-3__title:hover {
  color: var(--tp-common-black);
}

.progress__space {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .progress__space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.progress__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress__thumb {
    height: 600px;
    width: 100%;
    position: static;
    background-position: top;
  }
}

@media (max-width: 767px) {
  .progress__thumb {
    height: 300px;
    width: 100%;
    position: static;
    background-position: top;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .progress__thumb {
    height: 500px;
    width: 100%;
    position: static;
    background-position: top;
  }
}

.work-2__thumb-main img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-2__thumb-main img {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .work-2__left-item {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .work-2__left-item {
    margin-bottom: 60px;
  }
}

/*----------------------------------------*/
/*  03. journey CSS START
/*----------------------------------------*/
.journey__shade-1 {
  position: absolute;
  top: 8px;
  left: -28px;
  animation: jumpTwo 4s infinite linear;
  z-index: -1;
}

.journey__shade-2 {
  position: absolute;
  bottom: -37px;
  right: 0;
}

.journey__thumb {
  box-shadow: 3px 5.196px 35px 0px rgba(0, 0, 0, 0.06);
}

.journey__content {
  position: absolute;
  content: "";
  bottom: -40px;
  right: 50px;
  border: 10px solid var(--tp-common-white);
  box-shadow: 3px 5.196px 35px 0px rgba(0, 0, 0, 0.06);
}

.journey__text {
  background-image: linear-gradient(to right, #db9830, #f0daa8);
  padding: 20px 45px;
}

@media (max-width: 767px) {
  .journey__text {
    padding: 20px;
  }
}

.journey__text h4 {
  font-size: 48px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .journey__text h4 {
    font-size: 35px;
  }
}

.journey__text span {
  font-size: 20px;
  color: var(--tp-common-white);
  font-weight: 600;
  font-family: "Jost", sans-serif;
}

.journey__list-2 ul li {
  float: left;
  width: 50%;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}

@media (max-width: 767px) {
  .journey__list-2 ul li {
    float: none;
    width: 100%;
  }
}

.journey__list-2 ul li i {
  margin-right: 10px;
  font-size: 18px;
  color: var(--tp-common-pink);
}

.journey__space {
  padding-top: 400px;
  padding-bottom: 60px;
  margin-top: -275px;
}

.journey__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.journey__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .journey__bg-2 {
    width: 100%;
  }
}

.journey__item-2 p {
  max-width: 550px;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  color: var(--tp-common-white);
}

.journey__wrapper {
  transform: translateX(65px);
}

@media (max-width: 767px) {
  .journey__wrapper {
    transform: translateX(0px);
  }
}

@media (max-width: 767px) {
  .journey__area {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .journey__item {
    margin-bottom: 40px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .journey__item {
    margin-bottom: 80px;
    margin-right: 0;
  }
}

/*----------------------------------------*/
/*  18. cta CSS START
/*----------------------------------------*/
.cta__bg {
  padding-top: 120px;
  padding-bottom: 95px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgb(12, 13, 14);
  opacity: 0.761;
}

.cta__section-box p {
  color: var(--tp-common-white);
  opacity: 0.7;
  padding-bottom: 15px;
  max-width: 650px;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta__section-box p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__section-box p br {
    display: none;
  }
}

.cta__btn a {
  margin: 0px 10px;
  margin-bottom: 20px;
}

.cta-2__bg {
  position: relative;
}

.cta-2__bg::after {
  content: "";
  top: 0;
  left: 0;
  background-color: rgb(14, 30, 42);
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}

.cta-2__icon {
  margin-bottom: 70px;
}

.cta-2__icon a {
  color: var(--tp-theme-1);
  font-size: 20px;
  background-color: var(--tp-common-white);
  height: 70px;
  width: 70px;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  position: relative;
  transition: 0.3s;
  animation: pulse 2s infinite;
}

.cta-2__icon a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.cta-2__icon a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid var(--tp-common-white);
  height: 100px;
  width: 100px;
  transform: translate(-50%, -50%);
}

.cta-2__icon a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid var(--tp-common-white);
  height: 120px;
  width: 120px;
  transform: translate(-50%, -50%);
}

.cta-3__title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

.cta-3__content p {
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 35px;
}

/*----------------------------------------*/
/*  03. work CSS START
/*----------------------------------------*/
.project__space {
  padding-top: 120px;
  padding-bottom: 120px;
}

.project__item {
  position: relative;
}

.project__item:hover .project__content {
  transition-delay: 0s;
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.project__wrapper {
  position: absolute;
  bottom: -60px;
  left: 0;
}

.project__content {
  background-color: var(--tp-common-white);
  padding: 40px 30px;
  margin: 0px 20px;
  transition: 0.4s;
  transform: scale(0.5);
  transition-delay: 0.5s;
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

@media (max-width: 767px) {
  .project__content p {
    font-size: 13px;
    line-height: 21px;
  }
}

.project__title-sm {
  font-size: 16px;
  font-weight: 500;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.project__title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 5px;
  transition: 0.3s;
}

.project__title:hover {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

.project__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.project__shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.project-slider-2-box {
  padding-bottom: 50px;
}

.project-slider-2-active {
  padding: 0px 130px;
}

.project-slider-2-active .slick-slide {
  padding: 0px 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-slider-2-active {
    padding: 0px 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .project-slider-2-active {
    padding: 0px;
  }
}

.portfolio__item-box {
  padding: 0 60px;
  margin-top: -85px;
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__item-box {
    padding: 0px;
    margin-top: 0;
    margin-top: 20px;
  }
}

.portfolio__item {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  padding: 60px 60px 20px 60px;
  border-radius: 10px;
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__item {
    padding: 30px;
  }
}

.portfolio__icon i {
  font-size: 45px;
  color: var(--tp-common-white);
  margin-right: 10px;
}

.portfolio__text span {
  font-weight: 400;
  font-size: 18px;
  color: var(--tp-common-white);
  padding-bottom: 10px;
  display: inline-block;
}

.portfolio__title-sm {
  font-weight: 600;
  font-size: 20px;
  color: var(--tp-common-white);
}

.portfolio__content-title {
  font-size: 700;
  font-weight: 36px;
  padding-bottom: 15px;
}

.portfolio__details {
  background-color: var(--tp-common-white);
  box-shadow: 3px 5.196px 40px 0px rgba(0, 0, 0, 0.06);
  padding: 15px 0;
}

.portfolio__details-icon i {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: var(--tp-common-white);
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  transition: 0.3s;
}

.portfolio__details-icon i:hover {
  background: var(--tp-common-black);
}

.portfolio__details-title {
  font-size: 20px;
  font-weight: 700;
}

.portfolio__bg {
  transform: translateY(40px);
}

.project-slider-active .slick-slide {
  padding: 0px 15px;
}

/*----------------------------------------*/
/*  03. fun-fact CSS START
/*----------------------------------------*/
.fun-fact__bg {
  position: relative;
  padding: 151px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -275px;
}

.fun-fact__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.761;
  background-color: rgb(12, 13, 14);
  height: 100%;
  width: 100%;
}

.fun-fact__icon a {
  border-radius: 50%;
  background-color: var(--tp-common-white);
  height: 80px;
  width: 80px;
  line-height: 91px;
  text-align: center;
  display: inline-block;
}

.fun-fact__icon a i {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 24px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
  padding-left: 5px;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.fun-fact__title-sm {
  line-height: 1.3;
  font-size: 48px;
  color: var(--tp-common-white);
}

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

/*----------------------------------------*/
/*  03. contact CSS START
/*----------------------------------------*/
.contact__item {
  padding: 35px 25px;
  background-color: var(--tp-grey-2);
  transition: 0.3s;
}

.contact__item:hover {
  background-image: linear-gradient(to right, #db9830, #f0daa8);
}

.contact__item:hover .contact__icon i {
  -webkit-text-fill-color: #fff;
}

.contact__item:hover .contact__content h4 {
  color: var(--tp-common-white);
}

.contact__item:hover .contact__content a span {
  color: var(--tp-common-white);
}

.contact__icon i {
  font-size: 45px;
  background-image: linear-gradient(to right, #db9830, #f0daa8);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-right: 15px;
  transition: 0.3s;
}

.contact__content h4 {
  font-weight: 700;
  font-size: 24px;
  transition: 0.3s;
}

.contact__content a span {
  font-size: 18px;
  transition: 0.3s;
}

.tpcontact__form input {
  width: 100%;
  text-transform: capitalize;
  height: 60px;
  border: none;
  color: var(--tp-common-black);
  margin-bottom: 25px;
  padding: 0px 20px;
}

.tpcontact__form input::placeholder {
  font-size: 15px;
  color: #666666;
}

.tpcontact__form textarea {
  width: 100%;
  resize: none;
  border: none;
  height: 160px;
  display: inline-block;
  margin-bottom: 25px;
  padding: 28px;
  color: var(--tp-common-black);
}

.tpcontact__form textarea:focus {
  outline: none;
}

.tpcontact__form textarea::placeholder {
  font-size: 15px;
  color: #666666;
}

.tpcontact__form-2 {
  padding-left: 80px;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tpcontact__form-2 {
    padding-left: 0px;
    margin-top: 40px;
  }
}

.tpcontact__form-2 input {
  background-color: var(--tp-grey-1);
  height: 65px;
  padding-right: 20px;
}

.tpcontact__form-2 textarea {
  background-color: var(--tp-grey-1);
}

.tpcontact__form-3 {
  background-color: transparent;
}

.tpcontact__form-3 input {
  border: 1px solid #EFF1F6;
}

.tpcontact__form-3 input:focus {
  border-color: var(--tp-common-pink);
}

.tpcontact__form-3 textarea {
  border: 1px solid #EFF1F6;
}

.tpcontact__form-3 textarea:focus {
  border-color: var(--tp-common-pink);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tpcontact__form-3 {
    margin-bottom: 70px;
  }
}

.contact__thumb {
  margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .contact__thumb {
    margin-left: 0;
  }
}

.contact__thumb img {
  width: 100%;
}

.tp-contact-thumb iframe {
  width: 100%;
  height: 445px;
}

/*----------------------------------------*/
/*  03. price CSS START
/*----------------------------------------*/
.plan__item p {
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 583px;
}

.plan__wrapper {
  padding: 20px 30px;
  border: 1px solid #e9e9e9;
  transition: 0.3s;
}

.plan__wrapper:hover {
  border: 1px solid var(--tp-common-pink);
}

.plan__wrapper:hover .plan__content {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
}

.plan__wrapper:hover .plan__content h5 {
  -webkit-text-fill-color: #FFF;
}

.plan__wrapper:hover .plan__content h2 {
  color: var(--tp-common-white);
}

.plan__wrapper:hover .plan__content h2 span {
  color: var(--tp-common-white);
}

.plan__list ul li {
  position: relative;
  color: var(--tp-common-black);
  font-weight: 400;
  padding-bottom: 20px;
  padding-left: 21px;
}

.plan__list ul li:last-child {
  padding-bottom: 0;
}

.plan__list ul li i {
  position: absolute;
  top: 6px;
  left: 0;
  margin-right: 10px;
  font-size: 13px;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.plan__content {
  padding: 30px;
  width: 245px;
  transition: 0.3s;
}

.plan__content h5 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 5px;
}

.plan__content h2 span {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}

.pricing__item {
  padding: 50px 35px;
  box-shadow: 3px 5.196px 24px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.pricing__item.active {
  background-color: var(--tp-common-white);
}

.pricing__top span {
  font-size: 16px;
  font-weight: 600;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
  display: inline-block;
}

.pricing__title-sm {
  font-size: 24px;
  padding-bottom: 10px;
  transition: 0.3s;
}

.pricing__title-sm:hover {
  color: var(--tp-common-pink);
}

.pricing__list ul li {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
}

.pricing__shape {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*----------------------------------------*/
/*  22. 404 CSS START
/*----------------------------------------*/
.error__area-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.error__title-sm {
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 15px;
}

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

@media (max-width: 767px) {
  .error__title-sm {
    font-size: 30px;
  }
}

.error__content {
  margin-bottom: 30px;
}

.error__content p {
  max-width: 504px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .error__content p {
    font-size: 14px;
  }
}

/*----------------------------------------*/
/*  07. footer CSS START
/*----------------------------------------*/
.footer__item p {
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 20px;
  color: #d7d7d7;
}

.footer__title-sm {
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget.footer-col-1 {
    padding-left: 50px;
  }
}

.footer__widget.footer-col-2 {
  padding-left: 83px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget.footer-col-2 {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .footer__widget.footer-col-2 {
    padding-left: 0;
  }
}

.footer__widget.footer-col-3 {
  padding-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget.footer-col-3 {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .footer__widget.footer-col-3 {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget.footer-col-4 {
    padding-left: 81px;
    padding-right: 46px;
  }
}

.footer__title {
  color: var(--tp-common-white);
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__title {
    padding-bottom: 10px;
  }
}

.footer__content {
  padding-top: 10px;
}

.footer__content p {
  color: #d7d7d7;
  padding-bottom: 15px;
  font-size: 15px;
}

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

@media (max-width: 767px) {
  .footer__content p {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.footer__menu ul li {
  margin-bottom: 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__menu ul li {
    margin-bottom: 10px;
  }
}

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

.footer__menu ul li a {
  font-size: 16px;
  color: #d7d7d7;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}

.footer__menu ul li a:hover {
  color: var(--tp-common-pink);
}

.footer__contact-box ul li {
  position: relative;
  padding-bottom: 30px;
  padding-left: 29px;
}

.footer__contact-box ul li a {
  font-size: 16px;
  color: #d7d7d7;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}

.footer__contact-box ul li a i {
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--tp-common-white);
  font-size: 17px;
  transition: 0.3s;
}

.footer__contact-box ul li a:hover {
  color: var(--tp-common-pink);
}

.footer__contact-box ul li a:hover i {
  color: var(--tp-common-pink);
}

.footer__input {
  position: relative;
  padding-bottom: 20px;
}

.footer__input input {
  width: 100%;
  border: 0;
  padding-right: 70px;
  height: 55px;
  color: #d7d7d7;
  background-color: transparent;
  font-size: 16px;
}

.footer__input::after {
  content: "";
  bottom: 23px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #5e616f;
  position: absolute;
}

.footer__input button {
  height: 55px;
  width: 55px;
  color: var(--tp-common-white);
  font-size: 17px;
  position: absolute;
  top: 0;
  right: -18px;
}

.footer__social a {
  font-size: 17px;
  color: #e6e6e6;
  background: #161b30;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s;
}

.footer__social a:hover {
  background-color: var(--tp-common-pink);
}

.copyright__bg {
  background-color: #0c101f;
  padding: 35px 0;
}

.copyright__text span {
  font-size: 16px;
  color: #d7d7d7;
}

.footer-2__item p {
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 20px;
  color: #d7d7d7;
  max-width: 312px;
}

.footer-2__title-sm {
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-common-white);
}

.footer-2__widget.footer-col-3 {
  padding-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-2__widget.footer-col-3 {
    padding-left: 0;
  }
}

.footer-2__widget.footer-col-4 {
  padding-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-2__widget.footer-col-4 {
    padding-left: 0;
  }
}

.footer-2__title {
  color: var(--tp-common-white);
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-2__title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-2__title {
    padding-bottom: 10px;
  }
}

.footer-2__contact li {
  margin-bottom: 10px;
}

.footer-2__contact li a i {
  font-weight: 600;
  font-size: 18px;
  color: var(--tp-common-white);
  font-style: normal;
}

.footer-2__contact li a span {
  font-size: 16px;
  color: var(--tp-grey-3);
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}

.footer-2__contact li a span:hover {
  color: var(--tp-common-pink);
}

.footer-2__menu ul li {
  margin-bottom: 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-2__menu ul li {
    margin-bottom: 10px;
  }
}

.footer-2__menu ul li:last-child {
  margin-bottom: 0;
}

.footer-2__menu ul li a {
  font-size: 16px;
  color: var(--tp-grey-3);
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}

.footer-2__menu ul li a:hover {
  color: var(--tp-common-pink);
}

.footer-2__thumb-sm {
  flex: 0 0 auto;
}

.footer-2__content {
  padding-top: 10px;
}

.footer-2__content p {
  color: var(--tp-grey-3);
  padding-bottom: 15px;
  font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-2__content p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footer-2__content p {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.footer-2__content-text h4 {
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-white);
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}

.footer-2__content-text span {
  font-weight: 400;
  color: var(--tp-grey-3);
}

.footer-2__button-box h4 {
  color: var(--tp-common-white);
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .footer-2__button-box h4 {
    font-size: 17px;
  }
}

.footer-2__input {
  position: relative;
  margin-right: 50px;
}

@media (max-width: 767px) {
  .footer-2__input {
    margin-right: 0;
  }
}

.footer-2__input input {
  background: none;
  border: 1px solid #37434c;
  padding: 16px 20px;
  padding-right: 170px;
  width: 100%;
  border-radius: 36px;
  color: var(--tp-common-white);
}

.footer-2__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #414556;
}

.footer-2__btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.footer-2__social a {
  font-size: 17px;
  color: #e6e6e6;
  background: #0c101f;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s;
}

.footer-2__social a:hover {
  background-color: var(--tp-common-pink);
}

.footer-2__social-box h4 {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  display: inline-block;
}

@media (max-width: 767px) {
  .footer-2__social-box h4 {
    font-size: 14px;
  }
}

.footer-2__social-box h4 a {
  transition: 0.3s;
}

.footer-2__social-box h4 a:hover {
  color: var(--tp-common-pink);
}

@media (max-width: 767px) {
  .copyright__text {
    padding-bottom: 15px;
  }
}

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