/*-----------------------------------------------------------------------------------

    Theme Name: Collax - Creative Agency, And Portfolio HTML5 Template
    Author: Theme_Pure
    Support: help.themepure.net/support
    Version: 1.1

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

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

    01. theme defult css start
	02. header css start
	03. hero css start
	04. creative css start
	05. cta css start
	06. brand css start
	07. service css start
	08. feature css start
	09. business css start
	10. project css start
	11. price css start
	12. about css start
	13. testimonial css start
	14. team css start
	15. mission css start
	16. job css start
	17. chose css start
	18. case css start
	19. product css start
	20. industri css start
	21. home-corporate css start
	22. home-blog css start
	23. blog css start
	24. news css start
	25. newsletter css start
	26. contact css start
	27. footer css start

/**********************************************/
/*----------------------------------------*/
/*  01. theme defult css start
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap" rel="stylesheet');
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'DM Sans', sans-serif;
  --tp-ff-heading: 'DM Sans', sans-serif;
  --tp-ff-p: 'DM Sans', sans-serif;
  --tp-ff-fontawesome: Font Awesome 5 Pro;
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #292930;
  --tp-common-black-2: #3A3A42;
  --tp-common-blue: #82CEFD;
  --tp-common-pink: #FFADAD;
  --tp-common-dpink: #FD346E;
  --tp-common-paste: #1EE2CF;
  --tp-heading-primary: #292930;
  --tp-grey-1: #F7F8FD;
  --tp-grey-2: #f8f8f8;
  --tp-text-body: #8A90A2;
  --tp-text-p: #8A90A2;
  --tp-theme-1: #5956E9;
  --tp-theme-2: #423EF3;
  --tp-theme-primary: #FFDC60;
  --tp-theme-secondary: #57c9da;
  --tp-border-1: #E8ECF2;
  --tp-border-2: #4E4E59;
}

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

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: 14px;
  font-weight: 400;
  color: var(--tp-text-body);
  line-height: 26px;
  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-header-1);
  margin-top: 0px;
  font-weight: var(--tp-fw-sbold);
  line-height: 1.2;
  -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;
}

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 {
  font-family: var(--tp-ff-p);
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-text-body);
  margin-bottom: 15px;
  line-height: 30px;
}

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

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 {
  outline: none;
}

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-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

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

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

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

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

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

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

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

.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-45 {
  --bs-gutter-x: 45px;
}
@media (max-width: 767px) {
  .gx-45 {
    --bs-gutter-x: 15px;
  }
}

.gx-12 {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gx-12 {
    --bs-gutter-x: 30px;
  }
}

.gx-40 {
  --bs-gutter-x: 40px;
}
@media (max-width: 767px) {
  .gx-40 {
    --bs-gutter-x: 0px;
  }
}

.gx-120 {
  --bs-gutter-x: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gx-120 {
    --bs-gutter-x: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gx-120 {
    --bs-gutter-x: 40px;
  }
}
@media (max-width: 767px) {
  .gx-120 {
    --bs-gutter-x: 0px;
  }
}

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

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

.tp-gx-15 {
  --bs-gutter-x: 15px;
}

.gx-6 {
  --bs-gutter-x: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gx-6 {
    --bs-gutter-x: 40px;
  }
}
@media (max-width: 767px) {
  .gx-6 {
    --bs-gutter-x: 15px;
  }
}

.gx-7 {
  --bs-gutter-x: 70px;
}
@media (max-width: 767px) {
  .gx-7 {
    --bs-gutter-x: 0px;
  }
}

.gx-17 {
  --bs-gutter-x: 17px;
  --bs-gutter-y: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gx-17 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
}

.gx-50 {
  --bs-gutter-x: 50px;
}
@media (max-width: 767px) {
  .gx-50 {
    --bs-gutter-x: 0px;
  }
}

.radius-20 {
  border-radius: 20px;
}

/*--
    - Spacing
-----------------------------------------*/
.tp-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
.tp-btn i {
  padding-left: 17px;
}
.tp-btn:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.tp-btn:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn::before, .tp-btn::after {
  content: "";
  background: #FFDC60;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .tp-btn {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-sky-similar {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-blue);
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
.tp-btn-sky-similar i {
  padding-left: 17px;
}
.tp-btn-sky-similar:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.tp-btn-sky-similar:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-sky-similar::before, .tp-btn-sky-similar::after {
  content: "";
  background: #fff;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-sky-similar::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-sky-similar::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-sky-similar:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-sky-similar:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tp-btn-sm-sky {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-blue);
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
.tp-btn-sm-sky i {
  padding-left: 17px;
}
.tp-btn-sm-sky:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.tp-btn-sm-sky:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-sm-sky::before, .tp-btn-sm-sky::after {
  content: "";
  background: #FFDC60;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-sm-sky::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-sm-sky::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-sm-sky:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-sm-sky:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tp-btn-sky {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-blue);
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .tp-btn-sky {
    height: 56px;
    line-height: 56px;
  }
}
.tp-btn-sky i {
  padding-left: 17px;
}
.tp-btn-sky:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.tp-btn-sky:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-sky::before, .tp-btn-sky::after {
  content: "";
  background: #FFDC60;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-sky::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-sky::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-sky:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-sky:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tp-btn-black {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn-black {
    height: 60px;
    line-height: 60px;
  }
}
.tp-btn-black i {
  padding-left: 17px;
}
.tp-btn-black:hover {
  color: var(--tp-common-white);
}
.tp-btn-black:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-black::before, .tp-btn-black::after {
  content: "";
  background: var(--tp-common-black);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-black::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-black::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-black:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-black:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-btn-black {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-sm {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-sm {
    margin-right: 30px;
  }
}
.tp-btn-sm i {
  padding-left: 17px;
}
.tp-btn-sm:hover {
  color: var(--tp-common-black);
}
.tp-btn-sm:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-sm::before, .tp-btn-sm::after {
  content: "";
  background: #FFDC60;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-sm::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-sm::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-sm:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-sm:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tp-btn-grey {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-theme-1);
  background: #EBEBF9;
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn-grey {
    height: 60px;
    line-height: 60px;
  }
}
.tp-btn-grey i {
  padding-left: 17px;
}
.tp-btn-grey:hover {
  color: var(--tp-common-white);
}
.tp-btn-grey:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-grey::before, .tp-btn-grey::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-grey::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-grey::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-grey:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-grey:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-btn-grey {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-grey-sm {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-theme-1);
  background: rgba(89, 86, 233, 0.1);
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: uppercase;
}
.tp-btn-grey-sm i {
  padding-left: 17px;
}
.tp-btn-grey-sm:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.tp-btn-grey-sm:hover i {
  animation: tfLeftToRight 0.5s forwards;
}

.tp-btn-lg-yellow {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  outline: none;
  border: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-lg-yellow {
    padding: 0 35px;
  }
}
.tp-btn-lg-yellow i {
  padding-left: 17px;
}
.tp-btn-lg-yellow:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-1);
}
.tp-btn-lg-yellow:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-lg-yellow::before, .tp-btn-lg-yellow::after {
  content: "";
  background: var(--tp-common-white);
  color: var(--tp-common-black);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-lg-yellow::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-lg-yellow::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-lg-yellow:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-lg-yellow:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-btn-lg-yellow {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-yellow {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-btn-yellow {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-yellow {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .tp-btn-yellow {
    height: 56px;
    line-height: 56px;
    left: 0;
    right: auto;
  }
}
.tp-btn-yellow i {
  padding-left: 17px;
}
.tp-btn-yellow:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-secondary);
}
.tp-btn-yellow:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-yellow::before, .tp-btn-yellow::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-yellow::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-yellow::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-yellow:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-yellow:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tp-btn-border-sm {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  border: 1px solid #F6F6F6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-border-sm {
    padding: 0 35px;
  }
}
.tp-btn-border-sm i {
  padding-left: 17px;
}
.tp-btn-border-sm:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.tp-btn-border-sm:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
@media (max-width: 767px) {
  .tp-btn-border-sm {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-yellow-sm {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-yellow-sm {
    padding: 0 35px;
  }
}
.tp-btn-yellow-sm i {
  padding-left: 17px;
}
.tp-btn-yellow-sm:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-secondary);
}
.tp-btn-yellow-sm:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-yellow-sm::before, .tp-btn-yellow-sm::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-yellow-sm::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-yellow-sm::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-yellow-sm:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-yellow-sm:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-btn-yellow-sm {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-yellow-semilar {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-btn-yellow-semilar {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-yellow-semilar {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .tp-btn-yellow-semilar {
    height: 56px;
    line-height: 56px;
    left: 0;
    right: auto;
  }
}
.tp-btn-yellow-semilar i {
  padding-left: 17px;
}
.tp-btn-yellow-semilar:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-btn-yellow-semilar:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-yellow-semilar::before, .tp-btn-yellow-semilar::after {
  content: "";
  background: var(--tp-theme-secondary);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-yellow-semilar::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-yellow-semilar::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-yellow-semilar:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-yellow-semilar:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-btn-yellow-semilar {
    height: 56px;
    line-height: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-button .tp-btn-yellow-semilar {
    padding: 0 50px;
    height: 60px;
    line-height: 60px;
  }
}

.tp-btn-white-border {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  border-bottom: 3px solid var(--tp-theme-1);
  box-shadow: 0px 2px 55px rgba(168, 182, 218, 0.32);
}
@media (max-width: 767px) {
  .tp-btn-white-border {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }
}
.tp-btn-white-border i {
  padding-left: 17px;
}
.tp-btn-white-border:hover {
  color: var(--tp-common-white);
}
.tp-btn-white-border:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-white-border::before, .tp-btn-white-border::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-white-border::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-white-border::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-white-border:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-white-border:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tp-btn-white {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  box-shadow: 0px 2px 55px rgba(168, 182, 218, 0.32);
}
.tp-btn-white i {
  padding-left: 17px;
}
.tp-btn-white:hover {
  color: var(--tp-common-white);
}
.tp-btn-white:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-white::before, .tp-btn-white::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-white::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-white::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-white:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-white:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-btn-white {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-white-md {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  box-shadow: 0px 11px 12px #EBE9F3;
}
.tp-btn-white-md i {
  padding-left: 40px;
}
.tp-btn-white-md:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-btn-white-md:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-white-md::before, .tp-btn-white-md::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-white-md::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-white-md::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-white-md:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-white-md:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tp-btn-white-brand {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  box-shadow: 0px 11px 12px #EBE9F3;
}
.tp-btn-white-brand i {
  padding-left: 15px;
}
.tp-btn-white-brand:hover {
  color: var(--tp-theme-1);
}
.tp-btn-white-brand:hover i {
  animation: tfLeftToRight 0.5s forwards;
}

.tp-btn-white-sm {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  box-shadow: 0px 11px 12px #EBE9F3;
}
.tp-btn-white-sm i {
  padding-left: 15px;
}
.tp-btn-white-sm:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-btn-white-sm:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-white-sm::before, .tp-btn-white-sm::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-white-sm::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-white-sm::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-white-sm:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-white-sm:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tp-btn-white-lg {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  height: 90px;
  line-height: 90px;
  text-align: center;
  padding-left: 30px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-btn-white-lg {
    height: 80px;
    line-height: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-white-lg {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn-white-lg {
    height: 75px;
    line-height: 75px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .tp-btn-white-lg {
    height: 70px;
    line-height: 70px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
    display: block;
  }
}
.tp-btn-white-lg i {
  padding-left: 40px;
}
.tp-btn-white-lg:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-btn-white-lg:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-white-lg::before, .tp-btn-white-lg::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-white-lg::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-white-lg::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-white-lg:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-white-lg:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.tp-btn-border {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #3F3F47;
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  color: var(--tp-theme-primary);
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
.tp-btn-border i {
  padding-left: 18px;
}
.tp-btn-border:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
.tp-btn-border::before, .tp-btn-border::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-border::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-border::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-border:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-border:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-btn-border {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-border-2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #F6F6F6;
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
.tp-btn-border-2 i {
  padding-left: 18px;
}
.tp-btn-border-2:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-theme-1);
}
.tp-btn-border-2::before, .tp-btn-border-2::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-border-2::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-border-2::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-border-2:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-border-2:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-btn-border-2 {
    height: 56px;
    line-height: 56px;
  }
}

.corporate-btn {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid rgba(84, 84, 91, 0.19);
  border-radius: 5px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
@media (max-width: 767px) {
  .corporate-btn {
    padding: 0px 20px;
  }
}
.corporate-btn::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 60%;
  background-color: var(--tp-common-pink);
  transition: 0.3s;
}
.corporate-btn span {
  position: relative;
  z-index: 99;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  color: var(--tp-common-black);
}
.corporate-btn:before {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-pink);
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}
.corporate-btn:hover:before {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
  background-color: var(--tp-common-pink);
}
.corporate-btn i {
  padding-left: 17px;
}
.corporate-btn:hover {
  border-color: var(--tp-common-pink);
}
.corporate-btn:hover span {
  position: relative;
  z-index: 999;
  color: var(--tp-common-black);
}
.corporate-btn:hover::after {
  width: 100%;
}
.corporate-btn:hover i {
  animation: tfLeftToRight 0.5s forwards;
}

.corporate-btn-2 {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid rgba(84, 84, 91, 0.19);
  border-radius: 5px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
@media (max-width: 767px) {
  .corporate-btn-2 {
    padding: 0px 20px;
  }
}
.corporate-btn-2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 60%;
  background-color: #A8ABFF;
  transition: 0.3s;
}
.corporate-btn-2 span {
  position: relative;
  z-index: 99;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  color: var(--tp-common-black);
}
.corporate-btn-2:before {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #A8ABFF;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}
.corporate-btn-2:hover:before {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
  background-color: #A8ABFF;
}
.corporate-btn-2 i {
  padding-left: 17px;
}
.corporate-btn-2:hover {
  border-color: #A8ABFF;
}
.corporate-btn-2:hover span {
  position: relative;
  z-index: 999;
  color: var(--tp-common-black);
}
.corporate-btn-2:hover::after {
  width: 100%;
}
.corporate-btn-2:hover i {
  animation: tfLeftToRight 0.5s forwards;
}

.corporate-btn-sv {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid rgba(84, 84, 91, 0.19);
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .corporate-btn-sv {
    font-size: 16px;
    padding: 0px 20px;
  }
}
.corporate-btn-sv::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 60%;
  background-color: var(--tp-common-pink);
  transition: 0.3s;
}
.corporate-btn-sv span {
  position: relative;
  z-index: 99;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  color: var(--tp-common-white);
}
.corporate-btn-sv:before {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-pink);
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}
.corporate-btn-sv:hover:before {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
  background-color: var(--tp-common-pink);
}
.corporate-btn-sv i {
  padding-left: 17px;
}
.corporate-btn-sv:hover {
  border-color: transparent;
}
.corporate-btn-sv:hover span {
  position: relative;
  z-index: 999;
  color: var(--tp-common-black);
}
.corporate-btn-sv:hover::after {
  width: 100%;
}
.corporate-btn-sv:hover i {
  animation: tfLeftToRight 0.5s forwards;
}

.corporate-pink-btn {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-pink);
  border: 1px solid rgba(84, 84, 91, 0.19);
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .corporate-pink-btn {
    padding: 0 20px;
  }
}
.corporate-pink-btn i {
  padding-left: 17px;
}
.corporate-pink-btn:hover i {
  animation: tfLeftToRight 0.5s forwards;
}

/* 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 tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes tpupdown-2 {
  0% {
    -webkit-transform: translateY(20);
    -moz-transform: translateY(20);
    -ms-transform: translateY(20);
    -o-transform: translateY(20);
    transform: translateY(20);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-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(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@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(-90px);
    transform: translateX(-90px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
/* /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);
  }
}
/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: var(--tp-grey-1);
}

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

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

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

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

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

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

.yellow-bg {
  background: var(--tp-theme-primary);
  border-radius: 20px;
}

.bg-radius-none {
  border-radius: inherit;
}

.body-overlay.apply {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  transition: 0.3s;
}

.breadcrumb__pt-310 {
  padding-top: 300px;
  padding-bottom: 145px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .breadcrumb__pt-310 {
    padding-top: 120px;
  }
}
.breadcrumb__title {
  font-size: 65px;
  color: var(--tp-common-black);
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .breadcrumb__title {
    font-size: 40px;
  }
}

.ac-about-shape-img {
  position: absolute;
  bottom: -17px;
  left: 34px;
  z-index: 999;
}

.ac-testimonial-space {
  padding-top: 115px;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .ac-testimonial-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb__area {
    background-size: cover;
    background-position: right;
  }
}
@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__area {
    background-size: cover;
    background-position: left;
  }
}

.tp-custom-accordio .accordion-items {
  margin-bottom: 20px;
}
.tp-custom-accordio .accordion-buttons {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  padding: 40px 45px;
  background-color: var(--tp-common-white);
  color: #212121;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 767px) {
  .tp-custom-accordio .accordion-buttons {
    font-size: 17px;
    padding: 28px 20px;
  }
}
.tp-custom-accordio .accordion-buttons::after {
  position: absolute;
  content: "\f063";
  font-family: "Font Awesome 5 Pro";
  background-image: none;
  top: 45px;
  right: 45px;
  color: #B8BCC8;
  width: auto;
  height: auto;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 767px) {
  .tp-custom-accordio .accordion-buttons::after {
    top: 33px;
    right: 18px;
  }
}
.tp-custom-accordio .accordion-buttons.collapsed::after {
  content: "\f062";
}
.tp-custom-accordio .collapsed {
  border-radius: 10px 10px 10px 10px;
}
.tp-custom-accordio .accordion-body {
  background-color: var(--tp-common-white);
  padding: 20px 45px;
  box-shadow: 0px 25px 32px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
  border-radius: 0 0px 10px 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .tp-custom-accordio .accordion-body {
    padding: 20px 25px;
  }
}
.tp-custom-accordio .accordion-body::before {
  position: absolute;
  content: "";
  height: 2px;
  background-color: var(--tp-grey-1);
  top: 0;
  left: 45px;
  right: 45px;
}

.faq-accordio-border .accordion-items {
  background-color: var(--tp-common-white);
  border: 1px solid #F5F5F5;
  border-radius: 10px;
}

.tp-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #8A90A2;
  margin-bottom: 20px;
}
.tp-subtitle::before {
  height: 12px;
  width: 12px;
  background-color: var(--tp-theme-primary);
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.tp-subtitle.pink-circle::before {
  height: 12px;
  width: 12px;
  background-color: var(--tp-common-pink);
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.tp-subtitle-before-color {
  color: rgba(41, 41, 48, 0.6);
}
.tp-subtitle-before-color::before {
  background-color: rgba(41, 41, 48, 0.6);
}

.tp-title {
  font-size: 60px;
  font-weight: 700;
  color: var(--tp-common-black);
  margin-bottom: 40px;
  line-height: 1.1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-title {
    font-size: 55px;
  }
  .tp-title br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-title {
    font-size: 45px;
  }
  .tp-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .tp-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-title {
    font-size: 35px;
  }
}

.tp-title-sm {
  font-size: 50px;
  letter-spacing: 0;
  color: var(--tp-common-black);
  font-weight: 700;
  letter-spacing: -2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-title-sm {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-title-sm {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-title-sm {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .tp-title-sm {
    font-size: 35px;
  }
}

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

.subtitle-secondary-color {
  color: #d2d2d2;
}

.tp-section-highlight {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.tp-section-highlight svg {
  position: absolute;
  bottom: 11px;
  left: 2px;
  z-index: -1;
  width: 0%;
  -moz-animation: section-highlight 1s ease-in-out 0.3s forwards;
  -webkit-animation: section-highlight 1s ease-in-out 0.3s forwards;
  animation: section-highlight 1s ease-in-out 0.3s forwards;
}

/*----------------------------------------*/
/*  17. 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 #888888;
  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 #353535;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--tp-theme-primary);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 10px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #888888 !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 {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  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(--clr-common-black);
}

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

/*----------------------------------------*/
/*  02. header css start
/*----------------------------------------*/
.tp-main-menu ul li {
  display: inline-block;
  margin-right: 60px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-main-menu ul li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu ul li {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu ul li {
    margin-right: 25px;
  }
}
.tp-main-menu ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #8A90A2;
  text-transform: capitalize;
  position: relative;
  padding: 37px 0;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu ul li a {
    font-size: 15px;
  }
}
.tp-main-menu ul li a i {
  margin-left: 5px;
  transform: translateY(2px);
  transition: 0.4s;
}
.tp-main-menu ul li a::after {
  position: absolute;
  content: "";
  bottom: 25px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: var(--tp-theme-1);
  border-radius: 33px;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.tp-main-menu ul li a::before {
  position: absolute;
  content: "";
  bottom: 25px;
  right: 0;
  width: 0;
  height: 4px;
  background-color: var(--tp-theme-primary);
  border-radius: 33px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-main-menu ul li:hover a {
  color: var(--tp-common-black);
}
.tp-main-menu ul li:hover a::after {
  visibility: visible;
  opacity: 1;
  width: 90%;
}
.tp-main-menu ul li:hover a::before {
  visibility: visible;
  opacity: 1;
  width: 50%;
}
.tp-main-menu ul li:hover a i {
  transform: rotate(-180deg);
}
.tp-main-menu ul li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.tp-main-menu ul li ul.submenu {
  position: absolute;
  background-color: var(--tp-common-black);
  padding: 40px;
  width: 270px;
  transition: 0.3s;
  top: 110%;
  opacity: 0;
  visibility: hidden;
}
.tp-main-menu ul li ul.submenu li {
  margin: 0;
  margin-bottom: 10px;
  display: block;
}
.tp-main-menu ul li ul.submenu li:last-child {
  margin-bottom: 0;
}
.tp-main-menu ul li ul.submenu li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-white);
  display: block;
  padding: 0;
}
.tp-main-menu ul li ul.submenu li a::after, .tp-main-menu ul li ul.submenu li a::before {
  display: none;
}
.tp-main-menu ul li ul.submenu li a:hover {
  color: var(--tp-theme-primary);
}
.tp-main-menu ul li:hover::after {
  color: var(--tp-common-black);
  transform: rotate(-180deg);
}

.hasdropdown-white {
  padding-top: 35px;
  padding-bottom: 35px;
}
.hasdropdown-white .hasdropdown::after {
  color: var(--tp-common-white);
}
.hasdropdown-white .hasdropdown:hover::after {
  color: var(--tp-theme-primary);
}

.header-space-three {
  padding-right: 115px;
  padding-left: 115px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header-space-three {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-space-three {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-space-three {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.tp-header-bs-area {
  padding-right: 115px;
  padding-left: 115px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-header-bs-area {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-bs-area {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-bs-area {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.tp-header-right button {
  font-size: 25px;
  color: #222;
  margin-left: 30px;
  height: 57px;
  width: 57px;
  line-height: 57px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px -2px 12px #EBE9F3;
}

.tp-shadow-transparent button {
  box-shadow: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shadow-transparent button {
    box-shadow: 0px -2px 12px #EBE9F3;
  }
}

.header-space-two {
  padding-top: 35px;
}

.tp-header-button {
  line-height: 0;
}

.bar button {
  font-size: 25px;
  color: #222;
  margin-left: 30px;
  height: 57px;
  width: 57px;
  line-height: 57px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px -2px 12px #EBE9F3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bar button {
    box-shadow: none;
  }
}

.tp-header-bg {
  background-color: var(--tp-common-white);
  margin-left: 80px;
  margin-right: 80px;
  padding: 0px 35px;
  margin-top: 50px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-bg {
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-menu-bar button {
  font-size: 30px;
  color: var(--tp-common-black);
  font-weight: 400;
  height: 70px;
  width: 70px;
  background-color: var(--tp-common-white);
  text-align: center;
  line-height: 70px;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.tp-menu-bar button:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-black);
}

.header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .header-transparent {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header-transparent {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-transparent {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-transparent {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-transparent-two {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--tp-common-white);
  width: 100%;
  padding-top: 0px;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 2px 55px rgba(168, 182, 218, 0.32);
  z-index: 9999;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-sticky {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header-sticky .tp-menu-bar button {
  box-shadow: 0px 2px 55px rgba(168, 182, 218, 0.32);
}
.header-sticky .header-space-two {
  padding: 0;
}
.header-sticky.tp-header-bg {
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
}
.header-sticky .tp-main-menu ul li a {
  padding: 35px 0;
}

.hasdropdown-white.header-sticky {
  background-color: var(--tp-theme-1);
  padding-bottom: 0px;
  padding-top: 0;
  box-shadow: none;
}
.hasdropdown-white.header-sticky .tp-main-menu nav > ul > li > a {
  padding-top: 35px;
  padding-bottom: 35px;
}

.tp-md-header-area.header-sticky .bar .tp-menu-bar button {
  box-shadow: 0px 2px 55px rgba(168, 182, 218, 0.32);
}

.tp-green-bg.header-sticky {
  background: var(--tp-theme-1);
}
.tp-green-bg button {
  box-shadow: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-menu-white ul li {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-menu-white ul li {
    margin-right: 26px;
  }
}
.tp-menu-white ul li a {
  color: var(--tp-common-white);
  padding: 30px 0;
}
.tp-menu-white ul li a::after {
  display: none;
}
.tp-menu-white ul li a::before {
  display: none;
}
.tp-menu-white ul li:hover a {
  color: var(--tp-theme-primary);
}
.tp-menu-white ul li:hover ul.submenu {
  top: 100%;
}
.tp-menu-white ul li ul.submenu {
  top: 110%;
}

.tp-menu-black ul li {
  margin-right: 55px;
}
.tp-menu-black ul li a {
  font-size: 16px;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .tp-menu-black ul li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-menu-black ul li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-menu-black ul li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-menu-black ul li {
    margin-right: 22px;
  }
}

.login-color-black a {
  color: var(--tp-common-black);
  transition: 0.3s;
}
.login-color-black a:hover {
  color: var(--tp-theme-1);
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .tp-bs-menu ul li {
    margin-right: 43px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-bs-menu ul li {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-bs-menu ul li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-bs-menu ul li {
    margin-right: 22px;
  }
}

.tp-yellow-space {
  margin-left: 200px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-yellow-space {
    margin-left: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-yellow-space {
    margin-left: 0;
  }
}

.tp-header-yellow-button {
  line-height: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-yellow-button {
    margin-left: 30px;
  }
}

.tp-header-login {
  font-size: 18px;
  color: var(--tp-common-white);
  font-weight: 500;
}
.tp-header-login:hover {
  color: var(--tp-theme-primary);
}

.tp-login-primary a {
  color: var(--tp-common-white);
}
.tp-login-primary a:hover {
  color: var(--tp-theme-primary);
}

.tp-menu-space {
  padding-top: 50px;
}

.tp-menu-bar span {
  cursor: pointer;
}

.tp-menu-color ul li a {
  color: #8A90A2;
  line-height: 0;
}
.tp-menu-color ul li:hover a {
  color: var(--tp-common-black);
}

.header-login-color {
  padding-bottom: 0;
}
.header-login-color a {
  color: #8A90A2;
}
.header-login-color a:hover {
  color: var(--tp-common-black);
}

.tp-header-login-space a {
  padding-right: 60px;
  position: relative;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .tp-header-login-space a {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-header-login-space a {
    padding-right: 40px;
  }
}
.tp-header-login-space a span {
  color: var(--tp-theme-1);
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.tp-header-login-space a ul {
  position: absolute;
}
.tp-logo img {
  width: 180px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-bp-menu ul li {
    margin-right: 35px;
  }
}

.tp-header-left ul {
  margin-right: 65px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1601px) and (max-width: 1800px) {
  .tp-header-left ul {
    margin-right: 50px;
  }
}
.tp-header-left ul li {
  display: inline-block;
  margin-left: 60px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1601px) and (max-width: 1800px) {
  .tp-header-left ul li {
    margin-left: 20px;
  }
}
.tp-header-left ul li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-header-left ul li a .arrow-down {
  color: var(--tp-theme-1);
  font-size: 16px;
  margin-left: 5px;
}
.tp-header-left ul li a .fa-user {
  color: var(--tp-common-black);
  font-size: 16px;
  margin-right: 5px;
}
.tp-header-left ul li:hover > a {
  color: var(--tp-theme-1);
}
.tp-header-left ul li:hover > a i {
  color: var(--tp-theme-1);
}
.tp-header-left ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 232%;
}
.tp-header-left ul li ul {
  position: absolute;
  background-color: var(--tp-common-black);
  right: 0;
  margin-right: 0;
  padding: 15px;
  top: 240%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 5;
}
.tp-header-left ul li ul li {
  margin: 0;
}
.tp-header-left ul li ul li a {
  color: var(--tp-common-white);
  font-size: 14px;
}
.tp-header-left ul li ul li:hover a {
  color: var(--tp-theme-primary);
}

.tpoffcanvas {
  position: fixed;
  top: 0;
  right: -100%;
  width: 690px;
  height: 100vh;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: black;
  z-index: 9999;
  transition: 1s;
  padding-right: 120px;
  padding-left: 100px;
  padding-top: 100px;
  padding-bottom: 50px;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .tpoffcanvas {
    width: 330px;
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas {
    width: 400px;
    padding: 40px;
  }
}
.tpoffcanvas.opened {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.tpoffcanvas__logo {
  margin-bottom: 60px;
}
.tpoffcanvas__logo img {
  width: 180px;
  height: 100%;
}
.tpoffcanvas__close-btn {
  font-size: 40px;
  color: white;
  position: absolute;
  right: 50px;
  top: 110px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .tpoffcanvas__close-btn {
    font-size: 28px;
    right: 20px;
    top: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas__close-btn {
    right: 36px;
    top: 52px;
  }
}
.tpoffcanvas__close-btn:hover {
  color: red;
  transform: rotate(10deg);
}
.tpoffcanvas__content p {
  font-size: 26px;
  color: var(--tp-common-white);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
  padding-bottom: 55px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas__content p br {
    display: none;
  }
}
.tpoffcanvas__contact {
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas__contact {
    margin-top: 60px;
  }
}
.tpoffcanvas__contact span {
  font-size: 14px;
  color: #888888;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: inline-block;
}
.tpoffcanvas__contact ul {
  margin-bottom: 60px;
}
.tpoffcanvas__contact ul li {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-white);
  margin-bottom: 27px;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .tpoffcanvas__contact ul li {
    font-size: 16px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas__contact ul li {
    font-size: 18px;
  }
}
.tpoffcanvas__contact ul li:last-child {
  margin-bottom: 0;
}
.tpoffcanvas__contact ul li i {
  color: var(--tp-theme-primary);
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 4px;
}
@media (max-width: 767px) {
  .tpoffcanvas__contact ul li i {
    font-size: 16px;
  }
}
.tpoffcanvas__contact ul li:hover {
  color: var(--tp-theme-primary);
}
.tpoffcanvas__input {
  margin-bottom: 65px;
}
.tpoffcanvas__input p {
  color: #888888;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tpoffcanvas__input input {
  background: rgba(118, 118, 130, 0.3);
  border: transparent;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 80px;
  border-radius: 10px;
  color: var(--tp-common-white);
}
.tpoffcanvas__input input::placeholder {
  font-size: 14px;
  color: var(--tp-common-white);
  font-weight: 400;
}
.tpoffcanvas__input button {
  height: 60px;
  width: 60px;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
}
.tpoffcanvas__instagram img {
  border-radius: 10px;
  max-width: 100%;
}
.tpoffcanvas__instagram P {
  font-size: 14px;
  color: #888888;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.tpoffcanvas__instagram a {
  margin-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-yellow-button {
    margin-left: 0;
  }
}

.tp-main-menu {
  position: relative;
}

.tp-main-menu ul li.has-mega-menu {
  position: static;
}

.tp-main-menu ul li.has-mega-menu ul.submenu {
  width: 800px;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu ul li.has-mega-menu ul.submenu {
    left: -170px;
  }
}

.tp-main-menu ul li.has-mega-menu ul.submenu li {
  width: 33.33%;
  float: left;
}

/*----------------------------------------*/
/*  03. hero css start
/*----------------------------------------*/
.tp-hero-space {
  padding-top: 220px;
  padding-bottom: 65px;
}

.shape-circle-yellow {
  height: 433px;
  width: 433px;
  background-color: var(--tp-theme-primary);
  border-radius: 100%;
  position: absolute;
  top: -180px;
  left: -112px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .shape-circle-yellow {
    top: -220px;
    left: -200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .shape-circle-yellow {
    height: 370px;
    width: 370px;
  }
}

.shape-circle-blue {
  overflow: hidden;
  height: 990px;
  width: 990px;
  background-color: var(--tp-theme-1);
  border-radius: 100%;
  position: absolute;
  right: -330px;
  top: -130px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .shape-circle-blue {
    right: -500px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .shape-circle-blue {
    right: -370px;
    height: 690px;
    width: 690px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shape-circle-blue {
    right: -408px;
    height: 660px;
    width: 660px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shape-circle-blue {
    height: 400px;
    width: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shape-circle-blue {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 767px) {
  .shape-circle-blue {
    display: none;
  }
}

.tp-highlight {
  position: relative;
  display: inline-block;
}
.tp-highlight svg {
  position: absolute;
  bottom: 9px;
  left: 0;
  -moz-animation: section-highlight 1s ease-in-out 0.3s forwards;
  -webkit-animation: section-highlight 1s ease-in-out 0.3s forwards;
  animation: section-highlight 1s ease-in-out 0.3s forwards;
}
.tp-highlight svg.highlight-space {
  bottom: 20px;
}
.tp-highlight svg path {
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  transform: translateX(-4px);
}
.tp-highlight i {
  position: relative;
  z-index: 2;
  font-style: normal;
}

.bs-hero-social {
  position: absolute;
  left: -8%;
  transform: rotate(90deg);
  top: 60%;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .bs-hero-social {
    left: -12%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .bs-hero-social {
    left: -16%;
  }
}

.shape-one {
  position: absolute;
  top: 50%;
  left: 90px;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .shape-one {
    top: 78%;
  }
}

.tp-bp-hero-space {
  padding-top: 330px;
  padding-bottom: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-bp-hero-space {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-bp-hero-space {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .tp-bp-hero-space {
    padding-top: 0px;
  }
}

.tp-bp-hero__img {
  max-width: inherit;
  margin-left: 67px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-bp-hero__img {
    margin-left: 0;
    margin-top: 30px;
  }
  .tp-bp-hero__img img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-bp-hero__img {
    margin-left: 0;
    margin-top: 50px;
  }
  .tp-bp-hero__img img {
    max-width: 100%;
  }
}

.tp-hero-title {
  color: var(--tp-common-black);
  font-size: 90px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 35px;
  letter-spacing: -2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-hero-title {
    font-size: 38px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .tp-hero-xs-title {
    font-size: 43px;
  }
}

.tp-hero-text p {
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-text p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-hero-text p {
    font-size: 16px;
    padding-bottom: 0;
    line-height: 28px;
    margin-bottom: 25px;
  }
}

.tp-hero-social a {
  font-size: 14px;
  color: var(--tp-common-black);
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 50px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-social a {
    padding-right: 43px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-social a {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .tp-hero-social a {
    padding-right: 25px;
  }
}
.tp-hero-social a i {
  font-size: 14px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .tp-hero-social a i {
    padding-right: 0px;
  }
}

.tp-hero-social-bg-color {
  background-color: var(--tp-common-white);
  display: inline-block;
  padding-left: 90px;
  padding-right: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-social-bg-color {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .tp-hero-social-bg-color {
    padding-left: 0px;
    padding-right: 0;
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .bp-hero-social span {
    display: none;
  }
}
@media (max-width: 767px) {
  .bp-hero-social a {
    padding-right: 0;
    height: 40px;
    width: 40px;
    background-color: var(--tp-common-white);
    color: var(--tp-common-white);
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    box-shadow: 0px 2px 55px rgba(168, 182, 218, 0.32);
    border-radius: 4px;
    transition: 0.5s;
  }
  .bp-hero-social a:hover {
    border-radius: 50%;
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-button {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .tp-hero-button {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .tp-hero-button .tp-btn, .tp-hero-button .tp-btn-grey {
    height: 56px;
    line-height: 56px;
    margin-bottom: 20px;
  }
}

.tp-hero-big-img {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .tp-hero-big-img {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.tp-hero-big-img img {
  transform: translateX(45px);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-big-img img {
    transform: translateX(-70px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-big-img img {
    transform: translateX(-40px);
    max-width: 120%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-big-img img {
    transform: translateX(-15px);
    max-width: 115%;
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  .tp-hero-big-img img {
    transform: translateX(0);
    max-width: 100%;
  }
}

.social-icon-1 {
  color: var(--tp-theme-1);
}
@media (max-width: 767px) {
  .social-icon-1 {
    margin-bottom: 20px;
  }
}
.social-icon-1:hover {
  color: var(--tp-theme-1);
}

.social-icon-2 {
  color: #1DA1F2;
}
@media (max-width: 767px) {
  .social-icon-2 {
    margin-bottom: 20px;
  }
}
.social-icon-2:hover {
  color: #1DA1F2;
}

.social-icon-3 {
  color: red;
}
@media (max-width: 767px) {
  .social-icon-3 {
    margin-bottom: 20px;
  }
}
.social-icon-3:hover {
  color: red;
}

.social-icon-4 {
  color: #1DA1F2;
}
.social-icon-4:hover {
  color: #1DA1F2;
}

.tp-hero-content-box {
  position: relative;
  z-index: 2;
  padding-top: 208px;
  padding-bottom: 86px;
}
.tp-hero-content-box .tp-hero-title {
  font-size: 62px;
  font-weight: 700;
  color: var(--tp-common-black);
  margin-bottom: 48px;
  letter-spacing: -4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-content-box .tp-hero-title {
    font-size: 53px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-content-box .tp-hero-title {
    font-size: 52px;
    letter-spacing: -1.5px;
  }
}
@media (max-width: 767px) {
  .tp-hero-content-box .tp-hero-title {
    font-size: 30px;
    letter-spacing: -1.5px;
  }
}
.tp-hero-content-box .tp-hero-title span {
  color: var(--tp-theme-1);
}

.ct-hero-title {
  font-size: 75px;
  font-weight: 700;
  color: var(--tp-common-white);
  margin-bottom: 48px;
  letter-spacing: -3px;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-hero-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-hero-title {
    font-size: 67px;
  }
}
@media (max-width: 767px) {
  .ct-hero-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

.ce-hero-shape {
  position: absolute;
  top: 270px;
  left: 45px;
  animation: rotate2 15s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ce-hero-shape {
    top: 173px;
    left: 16px;
  }
}

.ce-hero-shape-two {
  position: absolute;
  bottom: 100px;
  left: 45px;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ce-hero-shape-two {
    bottom: 165px;
    left: 20px;
  }
}

.bp-hero-shape-1 {
  position: absolute;
  top: 265px;
  left: 60px;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .bp-hero-shape-1 {
    top: 38px;
    left: 20px;
  }
}

.bp-hero-shape-2 {
  position: absolute;
  bottom: 140px;
  left: 40px;
  animation: rotate2 15s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .bp-hero-shape-2 {
    bottom: 0px;
    left: 5px;
  }
}

.bp-hero-shape-3 {
  position: absolute;
  top: 20%;
  right: 37%;
  animation: rotate2 15s linear infinite;
}

.bp-hero-shape-4 {
  position: absolute;
  right: 119px;
  bottom: 110px;
  z-index: 5;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .bp-hero-shape-4 {
    right: 119px;
    bottom: -50px;
  }
}

.tp-hero-bg-circle {
  position: relative;
  z-index: 1;
}
.tp-hero-bg-circle::after {
  position: absolute;
  content: "";
  top: -160px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1374px;
  height: 1374px;
  border-radius: 50%;
  background-color: #F4F3F9;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-bg-circle::after {
    top: -73px;
    width: 1200px;
    height: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-bg-circle::after {
    top: -70px;
    width: 1100px;
    height: 1100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-bg-circle::after {
    top: 0;
    left: 0;
    width: 900px;
    height: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-bg-circle::after {
    top: 123px;
    left: 0;
    width: 700px;
    height: 700px;
  }
}
@media (max-width: 767px) {
  .tp-hero-bg-circle::after {
    top: 123px;
    left: 0;
    width: 300px;
    height: 300px;
  }
}

.tp-hero-light-shape-one {
  position: absolute;
  right: 11%;
  top: 45%;
  z-index: 2;
  animation: jumpTwo 4s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-light-shape-one {
    right: 4%;
  }
}

.tp-hero-light-shape-two {
  position: absolute;
  top: 47%;
  left: 12.5%;
  z-index: 2;
  animation: movinglight 10s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-light-shape-two {
    left: 5.5%;
  }
}

.tp-hero-light-shape-three {
  position: absolute;
  left: 130px;
  bottom: 120px;
  animation: jumpTwo 4s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-light-shape-three {
    left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-light-shape-three {
    left: 40px;
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-hero-light-shape-three {
    left: 7px;
    bottom: 35px;
  }
}

.tp-hero-light-shape-four {
  position: absolute;
  right: 130px;
  bottom: 120px;
  animation: movinglight 10s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-light-shape-four {
    right: 24px;
    bottom: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-light-shape-four {
    right: 10px;
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-hero-light-shape-four {
    right: 7px;
    bottom: 10px;
  }
}

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

.tp-hero-shape-three {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-shape-three {
    bottom: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-shape-three {
    left: -35px;
  }
}
@media (max-width: 767px) {
  .tp-hero-shape-three {
    display: none;
  }
}

.tp-hero-social-link a {
  margin: 0 10px 30px 10px;
}

.tp-hero-social-link .tp-btn-white-brand {
  transition: 0.4s;
}
.tp-hero-social-link .tp-btn-white-brand:hover {
  transform: translateY(-10px);
}

.tp-hero-bd-title {
  font-size: 75px;
  font-weight: 700;
  color: var(--tp-common-white);
  letter-spacing: -1.5px;
  padding-bottom: 30px;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-bd-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-bd-title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .tp-hero-bd-title {
    font-size: 40px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-section-box {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .tp-hero-section-box {
    padding-bottom: 0px;
    padding-top: 50px;
  }
}
.tp-hero-section-box p {
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-common-white);
  line-height: 30px;
  padding-bottom: 35px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-section-box p {
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .tp-hero-section-box p {
    font-size: 17px;
    margin-bottom: 0;
  }
}

.xs-bottom-space {
  line-height: 1px;
}
@media (max-width: 767px) {
  .xs-bottom-space {
    margin-bottom: 30px;
  }
}

.tp-bp-hero-section-box .tp-hero-title {
  font-size: 60px;
  letter-spacing: -2px;
}
.tp-bp-hero-section-box p {
  color: #8A90A2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-bp-hero-section-box p br {
    display: none;
  }
}

.tp-hero-three-button-box {
  line-height: 1;
}
@media (max-width: 767px) {
  .tp-hero-three-button-box {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-three-button-box {
    margin-bottom: 60px;
  }
}

.tp-hero-paly-button a {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  background-color: #82CEFD;
  margin-right: 20px;
  color: var(--tp-common-black);
}
.tp-hero-paly-button a i {
  font-size: 17px;
}
.tp-hero-paly-button a:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-black);
  border-color: var(--tp-theme-primary);
}
.tp-hero-paly-button span {
  font-size: 18px;
  color: #fff;
}

.tp-bp-hero-paly-button a {
  background-color: var(--tp-theme-primary);
}
.tp-bp-hero-paly-button a:hover {
  background-color: var(--tp-common-blue);
  color: var(--tp-common-white);
  transition: 0.3s;
}
.tp-bp-hero-paly-button span {
  color: var(--tp-common-black);
}

.tp-hero-right-img {
  max-width: inherit;
  margin-left: 250px;
  position: relative;
  z-index: 2;
  padding-top: 90px;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .tp-hero-right-img {
    margin-left: 220px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-right-img {
    margin-left: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-right-img {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-right-img {
    margin-left: 0px;
    bottom: -100px;
  }
}
@media (max-width: 767px) {
  .tp-hero-right-img {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-hero-right-img img {
    max-width: 100%;
  }
}

.tp-hero-circle-three {
  position: absolute;
  height: 690px;
  width: 690px;
  background-color: var(--tp-theme-primary);
  border-radius: 50%;
  bottom: -150px;
  right: -100px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-circle-three {
    right: -300px;
  }
}
@media (max-width: 767px) {
  .tp-hero-circle-three {
    height: 300px;
    width: 300px;
  }
}

.tp-hero-section-box-four p {
  color: #8A90A2;
  padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-section-box-four p {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .tp-hero-section-box-four p {
    padding-right: 0px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .tp-hero-paly-button-four {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.tp-hero-paly-button-four a {
  color: var(--tp-common-black);
  font-size: 18px;
  font-weight: 500;
}
.tp-hero-paly-button-four a i {
  padding-right: 15px;
}
.tp-hero-paly-button-four a:hover {
  color: var(--tp-theme-1);
}

.tp-hero-yellow-shape {
  position: absolute;
  height: 100%;
  width: 475px;
  background-color: var(--tp-theme-primary);
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-yellow-shape {
    right: -162px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-yellow-shape {
    right: -200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-yellow-shape {
    right: -252px;
  }
}

.tp-hero-right-img-four {
  max-width: inherit;
  margin-left: 144px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-right-img-four {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-right-img-four img {
    max-width: 133%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-right-img-four img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-right-img-four {
    margin-left: 54px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-right-img-four {
    margin-left: -7px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-right-img-four {
    margin-left: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-right-img-four {
    margin-left: 0px;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .tp-hero-social {
    padding-bottom: 0px;
  }
}

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

.tp-hero-section-box-five {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .tp-hero-section-box-five {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .tp-hero-section-box-five__title {
    padding-bottom: 25px;
  }
}
.tp-hero-section-box-five__subtitle-wrapper {
  border: 1px solid #F1F3FA;
  padding: 15px 30px;
  border-radius: 10px;
  margin-left: -30px;
  margin-right: 260px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-section-box-five__subtitle-wrapper {
    margin-right: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-section-box-five__subtitle-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .tp-hero-section-box-five__subtitle-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    padding: 15px 10px;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.tp-hero-section-box-five__subtitle h5 {
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-common-black);
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-hero-section-box-five__subtitle h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.tp-hero-section-box-five__subtitle h5 b {
  color: #FD346E;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tp-hero-section-box-five__subtitle h5 b {
    font-size: 14px;
  }
}
.tp-hero-section-box-five__subtitle h5 span {
  color: #8A90A2;
  font-size: 12px;
  font-weight: 400;
}
.tp-hero-section-box-five__subtitle-link a {
  color: var(--tp-common-black);
  background-color: rgba(255, 220, 96, 0.2);
  border-radius: 90px;
  padding: 9px 20px;
  line-height: 0;
  display: inline-block;
}
.tp-hero-section-box-five__subtitle-link a:hover {
  background-color: rgba(137, 206, 251, 0.2);
}
.tp-hero-section-box-five__title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-section-box-five__title p {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-section-box-five__title p {
    margin-bottom: 0;
  }
  .tp-hero-section-box-five__title p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-hero-section-box-five__title p {
    font-size: 17px;
  }
  .tp-hero-section-box-five__title p br {
    display: none;
  }
}
.tp-hero-section-box-five__input {
  position: relative;
  margin-right: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-hero-section-box-five__input {
    margin-right: 0;
  }
}
.tp-hero-section-box-five__input input {
  width: 100%;
  border: 2px solid var(--tp-common-black);
  border-radius: 10px;
  height: 80px;
  padding-left: 25px;
  padding-right: 255px;
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 400;
}
@media (max-width: 767px) {
  .tp-hero-section-box-five__input input {
    padding-left: 15px;
    padding-right: 0px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}
.tp-hero-section-box-five__input button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-hero-section-box-five__input button {
    position: static;
    top: 0;
    transform: translateY(0);
  }
}

.tp-bp-hero-section-box .tp-hero-section-box p {
  color: #8A90A2;
}

.tp-hero-bs-title {
  font-size: 87px;
  font-weight: 700;
  color: var(--tp-common-black);
  letter-spacing: -5px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-bs-title {
    font-size: 65px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-bs-title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .tp-hero-bs-title {
    font-size: 33px;
    letter-spacing: 1px;
    padding-bottom: 15px;
  }
}

.tp-hero-right-side-five .tp-yellow-circle-five {
  height: 730px;
  width: 730px;
  background-color: var(--tp-theme-primary);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  margin-left: -33px;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .tp-hero-right-side-five .tp-yellow-circle-five {
    margin-left: -55 px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-right-side-five .tp-yellow-circle-five {
    height: 630px;
    width: 630px;
    margin-left: -56px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-right-side-five .tp-yellow-circle-five {
    height: 500px;
    width: 500px;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-right-side-five .tp-yellow-circle-five {
    height: 400px;
    width: 400px;
    margin-left: -20px;
    margin-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-right-side-five .tp-yellow-circle-five {
    margin-left: -16px;
  }
}
@media (max-width: 767px) {
  .tp-hero-right-side-five .tp-yellow-circle-five {
    margin-left: 0px;
    height: 300px;
    width: 300px;
  }
}
.tp-hero-right-side-five__img {
  margin-left: 10px;
  margin-top: 25px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-right-side-five__img {
    margin-left: 0px;
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-right-side-five__img {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-right-side-five__img {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-hero-right-side-five__img img {
    max-width: 100%;
  }
}

.tp-hero-border {
  border-bottom: 1px solid #EEEEEE;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-border {
    border: none;
  }
}

.tp-hero-icon-five {
  position: absolute;
  bottom: -13px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-icon-five {
    bottom: -67px;
  }
}

.tp-bp-hero-shape {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-bp-hero-shape {
    top: -31px;
    right: -185px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-bp-hero-shape {
    top: -29px;
    right: -345px;
  }
}

.bp-blur-shape {
  position: absolute;
  bottom: 0px;
  left: 110px;
  transition: 0.4s;
}

.tp-hero-area:hover .bp-blur-shape {
  bottom: -70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-bp-hero-section-box .tp-bs-hero-title {
    font-size: 53px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-bp-hero-section-box .tp-bs-hero-title {
    font-size: 43px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-bp-hero-section-box .tp-bs-hero-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tp-bp-hero-section-box .tp-bs-hero-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-bp-hero-section-box .tp-bs-hero-title {
    font-size: 45px;
  }
}

.bs-xl-hero-social {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .bs-xl-hero-social {
    margin-top: 40px;
  }
}

/*----------------------------------------*/
/*  04. creative css start
/*----------------------------------------*/
.tp-creative-content .tp-creative-title {
  color: var(--tp-common-white);
  font-weight: 700;
  font-size: 45px;
  line-height: 1.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-creative-content .tp-creative-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-creative-content .tp-creative-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .tp-creative-content .tp-creative-title {
    font-size: 26px;
  }
}
.tp-creative-content .tp-creative-title b {
  color: var(--tp-theme-primary);
  text-decoration: underline;
}

.tp-play-button a {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
  text-align: center;
  line-height: 90px;
  margin-right: 20px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-play-button a {
    margin-bottom: 20px;
  }
}
.tp-play-button a i {
  font-size: 22px;
}
.tp-play-button a:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-black);
  border-color: var(--tp-theme-primary);
}
.tp-play-button span {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 767px) {
  .tp-play-button span {
    display: block;
  }
}

.tp-creative-item {
  background-color: var(--tp-theme-primary);
  padding: 40px 50px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-creative-item {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-creative-item {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .tp-creative-item {
    padding: 40px 30px;
  }
}
.tp-creative-item:hover .tp-creative-icon {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.tp-creative-item:hover .tp-creative-icon i {
  color: rgba(41, 41, 48, 0.8);
}

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

.counter-text span {
  font-size: 45px;
  font-weight: 700;
  color: var(--tp-common-black);
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-text span {
    font-size: 40px;
  }
}
.counter-text p {
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-text p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .counter-text p {
    font-size: 16px;
  }
}

.tp-creative-blue {
  background-color: var(--tp-theme-secondary);
}

.tp-creative-pink {
  background-color: #FFADAD;
}

.creative-shape-img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative-shape-img {
    top: 31%;
    left: -74px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .creative-shape-img {
    top: 29%;
    left: -100px;
  }
}
@media (max-width: 767px) {
  .creative-shape-img {
    top: 29%;
    left: -102px;
    transform: translateY(-50%) rotate(17deg);
    transform-origin: left bottom;
  }
}

.creative-shape-img-2 {
  position: absolute;
  top: 50%;
  right: -200px;
  animation: zoom 5s infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .creative-shape-img-2 {
    top: 30%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .creative-shape-img-2 {
    top: 41%;
    right: -267px;
  }
}

.tp-creative-icon {
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-creative-icon {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .tp-creative-icon {
    margin-right: 20px;
  }
}
.tp-creative-icon i {
  transition: 0.4s;
  font-size: 77px;
  color: rgba(41, 41, 48, 0.3);
}

.shape-two {
  position: absolute;
  top: -100px;
  left: 0;
}

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

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-creative-icon {
    margin-right: 20px;
  }
}

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

.circle-animation.testimonial {
  top: 50%;
  left: 50%;
  border: 1px solid #3F3F47;
  width: 900px;
  height: 900px;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-animation.testimonial {
    top: 28%;
    width: 700px;
    height: 700px;
  }
}
@media (max-width: 767px) {
  .circle-animation.testimonial {
    top: 32%;
    width: 330px;
    height: 330px;
  }
}

.circle-animation span.tp-circle-1 {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 50%;
  width: 50%;
  height: 1px;
  background: transparent;
  transform-origin: left;
  -webkit-animation: circle-animation 13s linear infinite;
  -moz-animation: circle-animation 13s linear infinite;
  -o-animation: circle-animation 13s linear infinite;
  animation: circle-animation 13s linear infinite;
}

.circle-animation span.tp-circle-2 {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 50%;
  width: 50%;
  height: 1px;
  background: transparent;
  transform-origin: left;
  transform: scale(-1, 1);
  -webkit-animation: circle-animation2 13s linear infinite;
  -moz-animation: circle-animation2 13s linear infinite;
  -o-animation: circle-animation2 13s linear infinite;
  animation: circle-animation2 13s linear infinite;
}

.circle-animation span.tp-circle-1::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -25px;
  right: -12px;
  background-color: #FFADAD;
}

.circle-animation span.tp-circle-2::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: -25px;
  right: -7px;
  background-color: var(--tp-theme-1);
}

.tp-country-img img {
  max-width: 100%;
}

/*----------------------------------------*/
/*  05. cta css start
/*----------------------------------------*/
.tp-cta-bottom-wrapper {
  background-color: #F9FAFB;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: -115px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-bottom-wrapper {
    margin-top: -25px;
  }
}
@media (max-width: 767px) {
  .tp-cta-bottom-wrapper {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.tp-btn-white-lg {
  transition: 0.4s;
}
.tp-btn-white-lg:hover {
  transform: translateY(-10px);
}

@media (max-width: 767px) {
  .tp-cta-img-item {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-img-item img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-cta-img-item img {
    max-width: 100%;
    transform: rotateY(180deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-section-title-box {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-cta-section-title-box {
    padding-left: 0;
  }
}

/*----------------------------------------*/
/*  06. brand css start
/*----------------------------------------*/
.tp-brands-item {
  text-align: center;
}
.tp-brands-item img {
  max-width: 100%;
}

.tp-brand-title {
  color: var(--tp-common-black);
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767px) {
  .tp-brand-title {
    font-size: 17px;
  }
}

.tp-brands-title-two h3 {
  font-size: 22px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-brands-title-two span {
  color: var(--tp-theme-primary);
}

.tp-brand-title-four h4 {
  color: #8A90A2;
  font-size: 20px;
}
.tp-brand-title-four b {
  font-weight: 700;
  color: var(--tp-common-black);
}

.tp-brand-build-title {
  color: var(--tp-common-black);
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767px) {
  .tp-brand-build-title {
    font-size: 18px;
  }
}

.bp-blog-shape-1 {
  position: absolute;
  bottom: 72px;
  right: 42px;
  animation: rotate2 15s linear infinite;
}

.bp-blog-shape-2 {
  position: absolute;
  right: 62px;
  top: 53px;
  animation: moving 10s linear infinite;
}

.bp-blog-shape-3 {
  position: absolute;
  bottom: -60px;
  left: -100px;
  animation: rotate2 15s linear infinite;
}

/*----------------------------------------*/
/*  07. service css start
/*----------------------------------------*/
.tp-service-item {
  background-color: var(--tp-common-white);
  padding: 70px 60px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-item {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-item {
    padding: 30px 25px;
  }
}
@media (max-width: 767px) {
  .tp-service-item {
    flex-wrap: wrap;
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-item {
    padding: 49px 30px;
  }
}
@media (max-width: 767px) {
  .tp-service-item .tp-sv-img {
    margin-bottom: 20px;
  }
}
.tp-service-item:hover .tp-sv-img {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.tp-sv-box {
  position: relative;
}
.tp-sv-box:before {
  content: "";
  background-image: linear-gradient(-90deg, #5956E9 0%, #FFDC60 100%);
  opacity: 0.3;
  height: 27px;
  width: 84%;
  bottom: 0px;
  position: absolute;
  left: 0;
  border-radius: 30px;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: 0.4s;
}
.tp-sv-box:hover:before {
  bottom: -20px;
}

.tp-sv-img {
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
.tp-sv-img img {
  min-width: 105px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-sv-content {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-sv-content {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .tp-sv-content {
    padding-left: 0px;
  }
}
.tp-sv-content .tp-sv-title {
  color: var(--tp-common-black);
  font-size: 32px;
  font-weight: 500;
}
.tp-sv-content .tp-sv-title:hover {
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-sv-content .tp-sv-title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .tp-sv-content .tp-sv-title {
    font-size: 25px;
  }
}
.tp-sv-content p {
  line-height: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-sv-content p {
    font-size: 15px;
  }
}

.tp-service-section-box {
  position: relative;
  z-index: 2;
}

.tp-sv-link a {
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 600;
}
.tp-sv-link a:hover {
  color: var(--tp-theme-1);
}
.tp-sv-link a:hover i {
  animation: tfLeftToRight 0.4s forwards;
}
.tp-sv-link a i {
  font-weight: 400;
  padding-right: 10px;
}

.tp-sv-shape-img {
  position: absolute;
  bottom: 0;
  left: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-sv-shape-img {
    bottom: -75px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-sv-shape-img {
    bottom: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sv-shape-img {
    bottom: -74px;
  }
}
@media (max-width: 767px) {
  .tp-sv-shape-img {
    bottom: -80px;
  }
}

.tp-sv-shape-img-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}

.tp-sv-item-two {
  border: 1px solid #3F3F47;
  border-radius: 20px;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 50px;
  position: relative;
  padding-right: 44px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-sv-item-two {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 42px;
    position: relative;
    padding-right: px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-sv-item-two {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 39px;
    padding-right: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sv-item-two {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .tp-sv-item-two {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 33px;
    padding-right: 11px;
  }
}
.tp-sv-item-two:hover {
  border-color: #3F3F47;
}
.tp-sv-item-two:hover::after {
  height: 100%;
}
.tp-sv-item-two:hover .tp-sv-icon-two {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.tp-sv-icon-two {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 101%;
  width: 100%;
  background-color: #3F3F47;
  border-radius: 20px;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  transform: scale(0.9);
}
.tp-sv-icon-two i {
  font-size: 165px;
  -webkit-text-stroke: 1px #8D8D9C;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.tp-sv-icon-two a {
  height: 100%;
  width: 100%;
  display: block;
}

.tp-sv-content-tow .tp-sv-product-design {
  font-size: 32px;
  font-weight: 500;
  color: var(--tp-common-white);
  margin-bottom: 40px;
}
.tp-sv-content-tow p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #B5B8C1;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-sv-content-tow p {
    font-size: 16px;
  }
}

.tp-sv-blue-color {
  border-bottom: 3px solid #5956E9;
}

.tp-sv-sky-color {
  border-bottom: 3px solid #57c9da;
}

.tp-sv-pink-color {
  border-bottom: 3px solid #FFADAD;
}

.service-color-1 {
  background-color: rgba(255, 220, 96, 0.1);
}

.service-color-2 {
  background-color: rgba(130, 132, 253, 0.1);
}

.service-color-3 {
  background-color: rgba(255, 173, 173, 0.1);
}

.tp-services-item {
  padding: 80px 45px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-services-item {
    padding: 45px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-services-item {
    padding: 40px 45px;
  }
}
@media (max-width: 767px) {
  .tp-services-item {
    padding: 35px 30px;
  }
}
.tp-services-item__icon img {
  min-height: 123px;
}
.tp-services-item__content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #8A879F;
  margin-bottom: 0;
}
.tp-services-item:hover .tp-services-item__icon {
  animation: icon-bounce 0.8s 1;
}

.tp-sv-title {
  font-size: 32px;
  color: var(--tp-common-black);
  font-weight: 500;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-sv-title {
    margin-bottom: 25px;
  }
}
.tp-sv-title:hover {
  color: var(--tp-theme-1);
}

.tp-service-item-four {
  background-color: var(--tp-common-white);
  box-shadow: 0px 4px 4px rgba(100, 109, 152, 0.06);
  padding: 0px 55px;
  padding-top: 65px;
  padding-bottom: 55px;
  border-radius: 20px;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.tp-service-item-four__img {
  height: 60px;
  width: 60px;
  background-color: rgba(139, 64, 229, 0.15);
  line-height: 60px;
  text-align: center;
  border-radius: 6px;
  transition: 0.6s;
}

.tp-sv-sm-title {
  font-size: 24px;
  color: var(--tp-common-black);
  font-weight: 500;
  line-height: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-sv-sm-title {
    font-size: 20px;
  }
}

.tp-sv-border-effect {
  position: relative;
}
.tp-sv-border-effect::after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: 0;
  height: 40px;
  width: 100%;
  background-color: #1EE2CF;
  border-radius: 20px;
  transition: 0.4s;
}
.tp-sv-border-effect:hover .tp-service-item-four__img {
  transform: rotateY(180deg);
}
.tp-sv-border-effect:hover::after {
  bottom: -3px;
}

.sv-border-effect-1::after {
  background-color: #8B40E5;
}

.sv-border-effect-2::after {
  background-color: #FF885A;
}

.sv-border-effect-3::after {
  background-color: #FD346E;
}

.sv-border-effect-4::after {
  background-color: #0D88FF;
}

.sv-border-effect-5::after {
  background-color: #0CD68A;
}

.sv-border-effect-6::after {
  background-color: #FCDC02;
}

.sv-color-1 .tp-service-item-four__img {
  background-color: rgba(30, 226, 207, 0.15);
}
.sv-color-1 .tp-service-item-four__title:hover h3 {
  color: #1EE2CF;
}
.sv-color-1 .tp-service-item-four__title:hover .tp-service-item-four__img {
  background-color: rgba(30, 226, 207, 0.15);
}

.sv-color-2 .tp-service-item-four__img {
  background-color: rgba(139, 64, 229, 0.15);
}
.sv-color-2 .tp-service-item-four__title:hover h3 {
  color: #8B40E5;
}

.sv-color-3 .tp-service-item-four__img {
  background-color: rgba(255, 136, 90, 0.15);
}
.sv-color-3 .tp-service-item-four__title:hover h3 {
  color: #FF885A;
}

.sv-color-4 .tp-service-item-four__img {
  background-color: rgba(253, 52, 110, 0.15);
}
.sv-color-4 .tp-service-item-four__title:hover h3 {
  color: #FD346E;
}

.sv-color-5 .tp-service-item-four__img {
  background-color: rgba(13, 136, 255, 0.15);
}
.sv-color-5 .tp-service-item-four__title:hover h3 {
  color: #0D88FF;
}

.sv-color-6 .tp-service-item-four__img {
  background-color: rgba(12, 214, 138, 0.15);
}
.sv-color-6 .tp-service-item-four__title:hover h3 {
  color: #0CD68A;
}

.sv-color-7 .tp-service-item-four__img {
  background-color: rgba(252, 220, 2, 0.15);
}
.sv-color-7 .tp-service-item-four__title:hover h3 {
  color: #FCDC02;
}

.sv-color-eight {
  background-color: rgba(130, 206, 253, 0.15);
  padding-top: 65px;
  padding-bottom: 65px;
  border-radius: 20px;
}
.sv-color-eight__title h3 {
  color: var(--tp-common-black);
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
.sv-color-eight__title h3:hover {
  color: var(--tp-theme-1);
}
.sv-color-eight__title i {
  color: var(--tp-theme-1);
  font-weight: 900;
  font-size: 110px;
  transform: rotate(45deg);
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sv-color-eight__title i {
    font-size: 100px;
  }
}
.sv-color-eight__title i:hover {
  color: var(--tp-theme-secondary);
}

.tp-best-services-title-box {
  margin-bottom: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-best-services-title-box {
    margin-bottom: 50px;
  }
}

.tp-sv-button img {
  animation: rotate2 15s linear infinite;
}
@media (max-width: 767px) {
  .tp-sv-button {
    margin-bottom: 70px;
  }
}

.tpservices {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .tpservices {
    padding-left: 25px;
  }
}
.tpservices__icon i {
  font-size: 66px;
  color: rgba(0, 0, 0, 0.3);
}
.tpservices__icon .angle-right-svg {
  color: var(--tp-common-black);
  font-weight: 300;
}
.tpservices__content .tp-sv-bs-title {
  color: var(--tp-common-black);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .tpservices__content .tp-sv-bs-title {
    font-size: 20px;
  }
  .tpservices__content .tp-sv-bs-title br {
    display: none;
  }
}
.tpservices__content .tp-sv-bs-title:hover {
  color: var(--tp-theme-1);
}

.sv-border-top {
  border-top: 2px solid var(--tp-common-black);
}

.sv-border-bottom {
  border-bottom: 2px solid var(--tp-common-black);
}

.tp-sv-space-wrapper {
  margin-left: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-sv-space-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-sv-space-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-sv-space-wrapper {
    margin-left: 0;
  }
}

.service-space {
  padding: 40px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-space {
    margin-left: 0;
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .service-space {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .service-space {
    margin-left: 0;
    padding: 20px 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sv-button {
    margin-bottom: 50px;
  }
}

.bg-white-wrapper {
  transition: 0.3s;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.bg-white-wrapper:before {
  content: "";
  background: #fff;
  height: 100%;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
.bg-white-wrapper:hover:before {
  animation: bounceRight 2s;
  width: 100%;
}
.bg-white-wrapper:hover .tpservices__icon a {
  color: black;
}

.circle-animation.service {
  top: 5%;
  left: 8%;
  border: 1px solid #E8ECF2;
  width: 757px;
  height: 757px;
  position: absolute;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-animation.service {
    top: 9%;
    left: 0%;
  }
}
@media (max-width: 767px) {
  .circle-animation.service {
    top: 5%;
    left: 5%;
    height: 300px;
    width: 300px;
  }
}

.circle-animation span.tp-circle-1 {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 50%;
  width: 50%;
  height: 1px;
  background: transparent;
  transform-origin: left;
  -webkit-animation: circle-animation 13s linear infinite;
  -moz-animation: circle-animation 13s linear infinite;
  -o-animation: circle-animation 13s linear infinite;
  animation: circle-animation 13s linear infinite;
}

.circle-animation span.tp-circle-2 {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 50%;
  width: 50%;
  height: 1px;
  background: transparent;
  transform-origin: left;
  transform: scale(-1, 1);
  -webkit-animation: circle-animation2 13s linear infinite;
  -moz-animation: circle-animation2 13s linear infinite;
  -o-animation: circle-animation2 13s linear infinite;
  animation: circle-animation2 13s linear infinite;
}

.circle-animation span.tp-circle-1::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -25px;
  right: -12px;
  background-color: #FFADAD;
}

.circle-animation span.tp-circle-2::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: -25px;
  right: -7px;
  background-color: var(--tp-theme-1);
}

.circle-animation.service-two {
  bottom: -3%;
  right: 9%;
  border: 1px solid #E8ECF2;
  width: 488px;
  height: 488px;
  position: absolute;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .circle-animation.service-two {
    bottom: 0%;
    right: 0%;
  }
}
@media (max-width: 767px) {
  .circle-animation.service-two {
    bottom: 12px;
    right: 3%;
    height: 200px;
    width: 200px;
  }
}

.circle-animation span.tp-circle-skye {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 50%;
  width: 50%;
  height: 1px;
  background: transparent;
  transform-origin: left;
  -webkit-animation: circle-animation 13s linear infinite;
  -moz-animation: circle-animation 13s linear infinite;
  -o-animation: circle-animation 13s linear infinite;
  animation: circle-animation 13s linear infinite;
}

.circle-animation span.tp-circle-skye::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -25px;
  right: -12px;
  background-color: #82CEFD;
}

.tp-service-bs-space {
  margin-left: 130px;
  margin-right: 130px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-bs-space {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.bp-sv-shape-1 {
  position: absolute;
  bottom: 18px;
  right: -26px;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bp-sv-shape-1 {
    right: 0;
  }
}

.bp-sv-shape-2 {
  position: absolute;
  left: -100px;
  bottom: -90px;
  animation: rotate2 15s linear infinite;
}

.bs-shape-1 {
  position: absolute;
  left: 115px;
  top: 70px;
  animation: rotate2 15s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-shape-1 {
    top: -50px;
  }
}

.bs-shape-2 {
  position: absolute;
  top: 70px;
  right: 90px;
  animation: moving 15s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-shape-2 {
    top: 134px;
  }
}

.bpservice {
  background-color: transparent;
  border-radius: 10px;
  padding: 20px;
  transition: 0.3s;
}
.bpservice__item {
  padding: 55px 35px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bpservice__item {
    padding: 35px 15px;
  }
}
@media (max-width: 767px) {
  .bpservice__item {
    padding: 38px 15px;
  }
}
.bpservice__icon a {
  height: 84px;
  width: 84px;
  background-color: var(--tp-common-dpink);
  display: inline-block;
  text-align: center;
  line-height: 84px;
  border-radius: 50%;
  margin-bottom: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bpservice__icon a {
    margin-bottom: 25px;
  }
}
.bpservice__content .bp-sv-sm-title {
  font-size: 32px;
  color: var(--tp-common-black);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 32px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bpservice__content .bp-sv-sm-title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bpservice__content .bp-sv-sm-title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .bpservice__content .bp-sv-sm-title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.bpservice__content P {
  font-size: 16px;
  margin-bottom: 0;
}
.bpservice:hover, .bpservice.active {
  box-shadow: 0px 26px 50px rgba(206, 210, 225, 0.24);
  background-color: var(--tp-common-white);
}
.bpservice:hover .bpservice__item, .bpservice.active .bpservice__item {
  border: 1px solid #F0F0F7;
}
.bpservice:hover .bpservice__icon a, .bpservice.active .bpservice__icon a {
  animation: icon-bounce 0.8s 1;
}

.bp-sv-color-1:hover {
  color: var(--tp-common-dpink);
}

.bp-sv-color-2 .bpservice__icon a {
  background-color: var(--tp-common-blue);
}
.bp-sv-color-2:hover {
  color: var(--tp-common-blue);
}

.bp-sv-color-3 .bpservice__icon a {
  background-color: var(--tp-theme-1);
}
.bp-sv-color-3:hover {
  color: var(--tp-theme-1);
}

.sv-1-border {
  border: 1px solid #F3F3F3;
}

.svcase__img {
  margin-bottom: 30px;
  border-radius: 20px;
}
.svcase__img img {
  border-radius: 20px;
  max-width: 100%;
  transform: scale(1);
  transition: 1s;
}
.svcase:hover .svcase__img img {
  transform: scale(1.1);
}
.svcase__content p {
  font-size: 16px;
  line-height: 27px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .svcase__content p br {
    display: none;
  }
}

.sv-case-sm-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--tp-common-black);
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .sv-case-sm-title {
    font-size: 21px;
  }
}
.sv-case-sm-title:hover {
  color: var(--tp-theme-1);
}

.sv-2-border {
  border: 1px solid #F3F3F3;
}

.service-details-space {
  margin-bottom: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .service-details-space {
    margin-bottom: 80px;
  }
}

.service-pt-pb {
  padding-top: 125px;
  padding-bottom: 100px;
}

.sd-service-details-paragraph {
  padding-left: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sd-service-details-paragraph {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sd-service-details-paragraph {
    padding-left: 0px;
  }
}

.sd-service-details a {
  font-weight: 500;
  font-size: 18px;
  align-items: center;
  text-decoration-line: underline;
  color: var(--tp-common-black);
  display: inline-block;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sd-service-details a {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .sd-service-details a {
    margin-bottom: 50px;
    font-size: 16px;
  }
}
.sd-service-details a:hover {
  color: var(--tp-common-blue);
}
.sd-service-details a::before {
  content: "";
  height: 19px;
  width: 19px;
  border-radius: 50%;
  background-color: var(--tp-common-blue);
  display: inline-block;
  transform: translateY(4px);
  margin-right: 10px;
}
.sd-service-details a i {
  font-size: 14px;
  padding-left: 10px;
}

.sd-big-img {
  margin-bottom: 100px;
}
.sd-big-img img {
  border-radius: 20px;
  max-width: 100%;
}

.sv-four-color {
  background-color: rgba(130, 206, 253, 0.1);
}

.sv-five-color {
  background-color: rgba(30, 226, 207, 0.1);
}

.sv-six-color {
  background-color: rgba(253, 52, 110, 0.1);
}

/*----------------------------------------*/
/*  08. feature css start
/*----------------------------------------*/
.tp-feature-list {
  padding-bottom: 15px;
}
.tp-feature-list__icon-img {
  height: 60px;
  width: 60px;
  background-color: var(--tp-theme-1);
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .tp-feature-list__icon-img {
    margin-bottom: 20px;
  }
}
.tp-feature-list__content h4 {
  color: var(--tp-common-black);
  font-size: 24px;
  font-weight: 500;
}
.tp-feature-list__content p {
  color: #8A90A2;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 767px) {
  .tp-feature-list__content p {
    font-size: 17px;
  }
  .tp-feature-list__content p br {
    display: none;
  }
}
.tp-feature-list:hover .fea-color-1 {
  box-shadow: inset 0 0 0 40px rgba(30, 226, 207, 0.9);
}
.tp-feature-list:hover .fea-color-1 svg {
  color: var(--tp-common-white);
  position: relative;
  z-index: 3;
}
.tp-feature-list:hover .fea-color-2 {
  box-shadow: inset 0 0 0 40px rgba(66, 62, 243, 0.9);
}
.tp-feature-list:hover .fea-color-2 svg {
  color: var(--tp-common-white);
  position: relative;
  z-index: 3;
}
.tp-feature-list:hover .fea-color-3 {
  box-shadow: inset 0 0 0 40px rgba(253, 52, 110, 0.9);
}
.tp-feature-list:hover .fea-color-3 svg {
  color: var(--tp-common-white);
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .tp-fea-img {
    margin-bottom: 60px;
  }
}

.fea-color-1 {
  background-color: rgba(30, 226, 207, 0.15);
  transition: 0.5s;
}
.fea-color-1 svg {
  color: var(--tp-common-paste);
  transition: 0.5s;
}

.fea-color-2 {
  background-color: rgba(66, 62, 243, 0.15);
  transition: 0.5s;
}
.fea-color-2 svg {
  color: var(--tp-theme-1);
  transition: 0.5s;
}

.fea-color-3 {
  background-color: rgba(253, 52, 110, 0.15);
  transition: 0.5s;
}
.fea-color-3 svg {
  color: #fd346e;
  transition: 0.5s;
}

.tpchosebox {
  background-color: var(--tp-common-white);
  border-radius: 20px;
  box-shadow: 0px 26px 50px rgba(203, 206, 225, 0.24);
  padding: 50px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpchosebox {
    padding: 50px 34px;
  }
}
.tpchosebox:hover .tpchosebox__icon a {
  transform: rotateY(-180deg);
}
.tpchosebox__icon a {
  color: var(--tp-common-dpink);
  height: 60px;
  width: 60px;
  background-color: rgba(253, 52, 110, 0.15);
  display: inline-block;
  text-align: center;
  line-height: 64px;
  font-size: 26px;
  border-radius: 50%;
}
.tpchosebox__content h4 {
  color: var(--tp-common-black);
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 15px;
}
.tpchosebox__content h4 a {
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.tpchosebox__content h4 a:hover {
  background-size: 0% 1px, 100% 1px;
}
.tpchosebox__content p {
  color: #8A90A2;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.fea-color-4 a {
  background-color: rgba(30, 226, 207, 0.15);
  color: var(--tp-common-paste);
}

.fea-color-5 a {
  background-color: rgba(252, 220, 2, 0.15);
  color: var(--tp-theme-primary);
}

.fea-wrapper-main:last-child {
  margin-bottom: 0;
}

.tp-chose-bg {
  position: absolute;
  z-index: -1;
  left: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-chose-bg {
    right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-chose-bg {
    right: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-chose-bg {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tp-chose-bg {
    position: static;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .tp-chose-bg img {
    max-width: 100%;
  }
}

.ce-chose-shape {
  position: absolute;
  bottom: 130px;
  right: 100px;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ce-chose-shape {
    bottom: 70px;
  }
}

@media (max-width: 767px) {
  .tp-chose-area {
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .tpchosebox-main {
    margin-bottom: 70px;
  }
}

.tp-chose-space {
  transform: translateX(-75px);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-chose-space {
    transform: translateX(-23px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-chose-space {
    transform: translateX(0);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-chose-space {
    transform: translateX(-12px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-chose-space {
    transform: translateX(0);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-section-title-box .tp-title-sm {
    font-size: 29px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-section-title-box {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature-section-title-box {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .tp-feature-section-title-box p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-fea-img {
    margin-bottom: 70px;
  }
}
.tp-fea-img img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .tp-feature-list {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.ac-feature-title {
  font-size: 50px;
  color: var(--tp-common-black);
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ac-feature-title {
    font-size: 42px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .ac-feature-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

.ac-feature-right {
  padding-left: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ac-feature-right {
    padding-left: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ac-feature-right {
    padding-left: 0px;
  }
}

.acfeature {
  text-align: center;
  margin-top: -17px;
}
.acfeature__item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.ac-feature-sm-title {
  font-size: 24px;
  color: var(--tp-common-black);
  font-weight: 700;
  transition: 0.3s;
}
.ac-feature-sm-title:hover {
  color: var(--tp-common-dpink);
}

.ac-circle {
  height: 30px;
  width: 30px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 40px #D4DAE8;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.ac-circle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  width: 15px;
  background-color: var(--tp-common-dpink);
  box-shadow: 0px 1px 40px #D4DAE8;
  border-radius: 50%;
  display: inline-block;
  content: "";
  transform: translate(-50%, -50%);
}

.ac-feature-space {
  padding-bottom: 80px;
}

.ac-feature-border-top {
  border-top: 1px solid rgba(41, 41, 48, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ac-feature-border-top {
    border-top: transparent;
  }
}

.ac-cirle-color-2 {
  transition: 0.3s;
}
.ac-cirle-color-2:hover {
  color: var(--tp-common-paste);
}
.ac-cirle-color-2::after {
  background-color: var(--tp-common-paste);
}

.ac-cirle-color-3 {
  transition: 0.3s;
}
.ac-cirle-color-3:hover {
  color: var(--tp-theme-primary);
}
.ac-cirle-color-3::after {
  background-color: var(--tp-theme-primary);
}

.ac-cirle-color-4 {
  transition: 0.3s;
}
.ac-cirle-color-4:hover {
  color: var(--tp-theme-1);
}
.ac-cirle-color-4::after {
  background-color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  09. business css start
/*----------------------------------------*/
.tp-business-tab button {
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 500;
}

/*----------------------------------------*/
/*  10. project css start
/*----------------------------------------*/
.tp-service-tab button {
  margin-left: 45px;
  font-size: 18px;
  font-weight: 500;
  color: #8A90A2;
  position: relative;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-tab button {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-tab button {
    margin-left: 0px;
    margin-right: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tp-service-tab button {
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 20px;
  }
}
.tp-service-tab button::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: var(--tp-theme-1);
  border-radius: 33px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.tp-service-tab button::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 4px;
  background-color: var(--tp-theme-primary);
  border-radius: 33px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.tp-project-box {
  background-color: #F7F8FD;
  padding: 40px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-box {
    padding: 40px 36px;
  }
}
@media (max-width: 767px) {
  .tp-project-box {
    padding: 20px;
  }
}

.tp-project-img {
  border-radius: 20px;
}
.tp-project-img img {
  border-radius: 20px;
  transform: scale(1);
  transition: 1s;
}

.tp-project-box:hover .tp-project-img img {
  transform: scale(1.1);
}

.tp-project-item-two .project-one {
  border-radius: 20px;
}
.tp-project-item-two .project-one img {
  border-radius: 20px;
  transform: scale(1);
  transition: 1s;
}
.tp-project-item-two:hover img {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .tp-project-content {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .tp-project-content .tp-btn-sm {
    padding: 0px 21px;
  }
}
.tp-project-content .pro-lg-title {
  font-size: 35px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-bottom: 25px;
}
.tp-project-content .pro-lg-title:hover {
  color: var(--tp-theme-1);
}
@media (max-width: 767px) {
  .tp-project-content .pro-lg-title {
    font-size: 21px;
  }
}
.tp-project-content p {
  margin-bottom: 40px;
}

.tp-project-sm-content p {
  line-height: 30px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-sm-content p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-project-sm-content p {
    font-size: 16px;
  }
}

.pro-sm-title {
  font-size: 26px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-bottom: 30px;
  letter-spacing: -1px;
}
.pro-sm-title:hover {
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pro-sm-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .pro-sm-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.bp-project-shape-1 {
  position: absolute;
  top: -91px;
  left: -70px;
  animation: rotate2 15s linear infinite;
}

.bp-project-shape-2 {
  position: absolute;
  bottom: 28px;
  right: 33px;
  animation: rotate2 15s linear infinite;
}

.tp-project-box-sm {
  background-color: #F7F8FD;
  padding: 43px 0;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-box-sm {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .tp-project-box-sm {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.tp-project-box-sm:hover .tp-project-sm-img img {
  transform: scale(1.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-tab-button {
    margin-bottom: 30px;
  }
}

.tp-project-sm-img {
  width: 230px;
  flex: 0 0 auto;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-sm-img {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .tp-project-sm-img {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.tp-project-sm-img img {
  border-radius: 20px;
  width: 100%;
  transform: scale(1);
  transition: 1s;
}

.tp-service-tab button:hover::after, .tp-service-tab button.active::after {
  visibility: visible;
  opacity: 1;
  width: 98%;
}
.tp-service-tab button:hover::before, .tp-service-tab button.active::before {
  visibility: visible;
  opacity: 1;
  width: 50%;
}

.tp-project-shape {
  position: absolute;
  right: 0;
  bottom: -25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-shape {
    bottom: -51px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-shape {
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  .tp-project-shape {
    bottom: -46px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-section-box {
    text-align: center;
  }
}

.tp-project-tab-button {
  background-color: #F9FAFB;
  padding: 10px 15px;
  display: inline-block;
}
.tp-project-tab-button button {
  font-size: 15px;
  font-weight: 500;
  padding: 15px 35px;
  position: relative;
  margin-left: -4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-tab-button button {
    font-size: 14px;
    padding: 15px 15px;
  }
}
@media (max-width: 767px) {
  .tp-project-tab-button button {
    font-size: 14px;
    padding: 6px 13px;
    margin: 3px 0px;
  }
}
.tp-project-tab-button button:last-child:after {
  display: none;
}
.tp-project-tab-button button span {
  position: relative;
  z-index: 3;
}
.tp-project-tab-button button.active {
  box-shadow: 0px 15px 30px rgba(57, 81, 105, 0.05);
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tp-project-tab-button button.active:before {
  opacity: 1;
  visibility: visible;
}
.tp-project-tab-button button:hover {
  color: #222;
}
.tp-project-tab-button button:before {
  content: "";
  height: 100%;
  width: 101%;
  top: 0;
  left: -1px;
  background: #fff;
  position: absolute;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
.tp-project-tab-button button:after {
  content: "";
  height: 40px;
  width: 1px;
  top: 50%;
  right: 0;
  background: #E4E6EA;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-tab-button button:after {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .tp-project-tab-button button:after {
    display: none;
  }
}

.project-shape-img {
  position: absolute;
  top: 200px;
  left: -85px;
  animation: zoom 5s infinite;
}

.tp-project-shape-one {
  position: absolute;
  left: 3%;
  top: 12%;
  animation: jumpTwo 4s infinite linear;
}
@media (max-width: 767px) {
  .tp-project-shape-one {
    top: 0;
    left: 0;
  }
}

.tp-project-shape-two {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translate(-50%);
  animation: jumpTwo 3s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-shape-two {
    top: 85%;
  }
}
@media (max-width: 767px) {
  .tp-project-shape-two {
    top: 92%;
  }
}

.tp-project-icon-two {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.tp-project-icon-two a {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: var(--tp-theme-primary);
  color: transparent;
  display: inline-block;
  text-align: center;
  line-height: 105px;
  font-size: 36px;
  -webkit-text-stroke: 2px #292930;
  transition: 0.3s;
  transform: rotate(45deg) scale(0.7);
  opacity: 0;
  visibility: hidden;
}
.tp-project-icon-two a:hover {
  background-color: var(--tp-theme-1);
  -webkit-text-stroke: 2px #fff;
}

.tp-project-item-two:hover .tp-project-icon-two a {
  transform: rotate(45deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.tp-project-item-three__img img {
  max-width: 100%;
  border-radius: 20px;
}
.tp-project-item-three__bg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
  bottom: 25px;
  transition-delay: 0.5s;
  width: inherit;
  height: inherit;
}
.tp-project-item-three__bg-info {
  background-color: var(--tp-theme-primary);
  border-radius: 10px;
  display: inline-block;
  padding: 45px 75px;
}
@media (max-width: 767px) {
  .tp-project-item-three__bg-info {
    padding: 21px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-item-three__bg-info {
    padding: 25px 25px;
  }
}
.tp-project-item-three:hover .tp-project-title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
.tp-project-item-three:hover .tp-project-subtitle {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
.tp-project-item-three:hover .tp-project-item-three__bg {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
  transition-delay: 0s;
}

.tp-project-title {
  color: var(--tp-common-black);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -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;
  transition-delay: 0s;
  transition-delay: 0.2s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-project-title {
    font-size: 15px;
  }
}
.tp-project-title:hover {
  color: var(--tp-theme-1);
}

.tp-project-subtitle {
  color: var(--tp-common-black);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -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;
  transition-delay: 0s;
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-project-subtitle {
    font-size: 14px;
  }
}
.tp-project-subtitle:hover {
  color: var(--tp-theme-1);
}

.project-slider-dots {
  padding-top: 60px;
}
.project-slider-dots .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
  margin: 0px 3px;
  opacity: 0.5;
  transition: 0.3s;
}
.project-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-1);
  width: 30px;
  border-radius: 30px;
  opacity: 1;
}

.tp-project-item-four {
  position: relative;
}
.tp-project-item-four::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 41, 48, 0.32);
  opacity: 0;
  border-radius: 20px;
  transition: 0.3s;
  pointer-events: none;
}
.tp-project-item-four__img {
  border-radius: 15px;
}
.tp-project-item-four__img img {
  border-radius: 15px;
  transform: scale(1);
  transition: 1s;
}
.tp-project-item-four__info-four {
  background-color: var(--tp-theme-primary);
  padding: 45px 70px;
  border-radius: 10px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 5;
}
@media (max-width: 767px) {
  .tp-project-item-four__info-four {
    padding: 10px 25px;
  }
}
.tp-project-item-four__info-four h4 {
  font-size: 26px;
  font-weight: 500;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-project-item-four__info-four h4 {
    font-size: 16px;
  }
}
.tp-project-item-four__info-four h4:hover {
  color: var(--tp-theme-1);
}
.tp-project-item-four__info-four span {
  color: var(--tp-common-black);
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tp-project-item-four__info-four span {
    font-size: 14px;
  }
}
.tp-project-item-four__info-four span:hover {
  color: var(--tp-theme-1);
}
.tp-project-item-four__info-sm {
  background-color: var(--tp-theme-primary);
  padding: 20px 30px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-item-four__info-sm {
    padding: 19px 23px;
  }
}
@media (max-width: 767px) {
  .tp-project-item-four__info-sm {
    padding: 15px 20px;
  }
}
.tp-project-item-four__info-sm span {
  color: var(--tp-common-black);
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-item-four__info-sm span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-item-four__info-sm span {
    font-size: 14px;
  }
}
.tp-project-item-four__info-sm span:hover {
  color: var(--tp-theme-1);
}
.tp-project-item-four:hover .tp-project-item-four__info-four {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.tp-project-item-four:hover::after {
  opacity: 1;
}
.tp-project-item-four:hover .tp-project-item-four__img img {
  transform: scale(1.1);
}
.tp-project-item-four:hover .tp-project-item-four__info-sm {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.tp-project-item-four:hover::after {
  opacity: 1;
}

.tp-testi-cm-sm-title {
  font-size: 23px;
  font-weight: 500;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testi-cm-sm-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testi-cm-sm-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testi-cm-sm-title {
    font-size: 16px;
  }
}
.tp-testi-cm-sm-title:hover {
  color: var(--tp-theme-1);
}

.tp-radius-button {
  background-color: transparent;
}
.tp-radius-button button {
  padding: 20px 40px;
  font-size: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-radius-button button {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-radius-button button {
    padding: 20px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-radius-button button {
    padding: 20px 40px;
  }
}
.tp-radius-button button.active {
  box-shadow: 0px 15px 30px rgba(57, 81, 105, 0.05);
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cc-project button {
    padding: 10px 18px;
    font-size: 14px;
  }
}

.tp-pj-subtitle {
  font-size: 16px;
  color: var(--tp-common-black);
  font-weight: 500;
  padding-bottom: 5px;
  transition: 0.3s;
}
.tp-pj-subtitle:hover {
  color: var(--tp-theme-1);
}

.tp-pj-title {
  font-size: 30px;
  font-weight: 500;
  color: var(--tp-common-black);
  padding-bottom: 25px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pj-title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pj-title {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pj-title {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .tp-pj-title {
    font-size: 20px;
  }
}
.tp-pj-title:hover {
  color: var(--tp-theme-1);
}
.tp-pj-title:hover svg line {
  stroke: var(--tp-theme-1);
}
.tp-pj-title svg {
  margin-left: 40px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pj-title svg {
    width: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pj-title svg {
    width: 3%;
  }
}

.tpproject__thumb {
  position: relative;
}
.tpproject__thumb img {
  transform: scale(1);
  transition: 0.9s;
  border-radius: 20px;
  filter: grayscale(100%);
}
.tpproject__thumb-icon a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  height: 80px;
  width: 80px;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: 0.3s;
}
.tpproject__thumb-icon a:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-black);
}
.tpproject__thumb:hover .tpproject__thumb-icon a {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.tpproject:hover .tpproject__thumb img {
  transform: scale(1.1);
  filter: grayscale(0);
}

.my-dots {
  margin-top: 50px;
}
.my-dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--tp-common-black);
  margin: 0px 3px;
  opacity: 0.5;
}
.my-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-black);
  width: 30px;
  border-radius: 30px;
  opacity: 1;
}

.tp-project-bs-space {
  margin-left: 130px;
  margin-right: 130px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-bs-space {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.bp-project-item .bp-project-img {
  position: relative;
}
.bp-project-item .bp-project-img img {
  transform: scale(1);
  transition: 0.9s;
}
.bp-project-item .bp-project-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(41, 41, 48, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.bp-project-item span {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.bp-project-item span svg {
  color: var(--tp-common-white);
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bp-project-item span svg {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bp-project-item span svg {
    width: 50%;
  }
}
.bp-project-item span:hover svg {
  color: var(--tp-theme-primary);
}
.bp-project-item:hover .bp-project-img img {
  transform: scale(1.02);
}
.bp-project-item:hover .bp-project-img::after {
  visibility: visible;
  opacity: 1;
}
.bp-project-item:hover span {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.tp-project-item-four .tp-hover-wrapper {
  background-color: var(--tp-theme-primary);
  border-radius: 10px;
  display: inline-block;
  padding: 45px 75px;
}

.tp-project-item-four .tp-img-reveal-wrapper {
  width: auto;
  height: auto;
}

.tp-project-item-four .tp-hover-title {
  color: var(--tp-common-black);
}

.tp-project-item-four .tp-hover-subtitle {
  color: var(--tp-common-black);
  transition: inherit;
}

.tp-project-item-four p, .tp-project-item-three .tp-hover-meta {
  display: none;
}

.tp-img-reveal-item {
  text-align: center;
}

.port-space {
  margin-bottom: 70px;
}

.portfolio-four {
  position: relative;
}
.portfolio-four img {
  border-radius: 20px;
}
.portfolio-four::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-theme-1);
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: scale(0.8);
}
.portfolio-four:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.portfolio-four:hover .portfolio-icon a {
  opacity: 1;
  visibility: visible;
}

.portfolio-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.portfolio-icon a {
  color: var(--tp-common-white);
  line-height: 0;
  font-size: 36px;
  transform: rotateX(45deg);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.portfolio-icon a:hover {
  color: var(--tp-common-black);
}

.tp-portfolio-content-box {
  position: absolute;
  top: 65px;
  left: -100%;
  background-color: var(--tp-common-black);
  padding: 30px 70px 30px 40px;
  border-radius: 0px 10px 10px 0px;
  transition: 0.8s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-content-box {
    top: 30px;
    padding: 20px 30px 20px 30px;
  }
}
.tp-portfolio-content-box span {
  color: var(--tp-theme-primary);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.portfolio-animation-icon {
  position: absolute;
  bottom: 10px;
  right: 50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-animation-icon {
    right: 20px;
  }
}
.portfolio-animation-icon svg {
  color: var(--tp-common-white);
  transition: 0.3s;
}
.portfolio-animation-icon svg:hover {
  color: var(--tp-theme-1);
}

.tp-project-item-two:hover .tp-portfolio-content-box {
  left: 0;
}
.tp-project-item-two:hover .portfolio-animation-icon {
  bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.portfolio-animation-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--tp-common-white);
  letter-spacing: -1px;
}
.portfolio-animation-title:hover {
  color: var(--tp-theme-primary);
}

.portfolio-thumb {
  border-radius: 20px;
}
.portfolio-thumb img {
  transform: scale(1);
  transition: 1s;
}
.portfolio-thumb:hover img {
  transform: scale(1.1);
}

/*----------------------------------------*/
/*  11. price css start
/*----------------------------------------*/
.cpprice {
  border: 1px solid #F0F1F6;
  border-radius: 20px;
  padding: 47px 47px 55px 47px;
}
.cpprice__meta {
  margin-bottom: 30px;
}
.cpprice__meta span {
  font-size: 20px;
  color: var(--tp-common-black);
  font-weight: 400;
}
.cpprice__meta span b {
  font-size: 50px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.cpprice__list ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #8A90A2;
  margin-bottom: 17px;
}
.cpprice__button {
  padding-top: 80px;
}

.cp-price-title {
  font-size: 35px;
  font-weight: 400;
  color: var(--tp-common-black);
  border-bottom: 1px solid #F0F1F6;
  padding-bottom: 40px;
  margin-bottom: 60px;
}

.cp-price-sm-title {
  font-size: 16px;
  color: var(--tp-common-black);
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 40px;
}

.cpprice.active {
  background-color: var(--tp-common-blue);
}
.cpprice.active .cpprice__list ul li {
  color: var(--tp-common-black);
}
.cpprice.active .cpprice__button .tp-btn-yellow {
  background-color: var(--tp-common-white);
}

.jobitem {
  border: 1px solid #F6F6F6;
  padding: 50px 38px;
  border-radius: 20px;
  transition: 0.3s;
}
.jobitem__brand {
  margin-bottom: 45px;
}
.jobitem__details p {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #8A90A2;
  padding-bottom: 10px;
}
.jobitem__details p i {
  padding-right: 8px;
}
.jobitem__details p:last-child {
  padding-bottom: 36px;
}
.jobitem:hover {
  box-shadow: 0px 16px 11px rgba(224, 224, 224, 0.25);
}

.job-title-sm {
  font-size: 20px;
  color: var(--tp-common-black);
  line-height: 32px;
  font-weight: 500;
  padding-bottom: 25px;
}
.job-title-sm a {
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.job-title-sm a:hover {
  background-size: 0% 1px, 100% 1px;
}

/*----------------------------------------*/
/*  12. about css start
/*----------------------------------------*/
.bp-about-img {
  max-width: inherit;
  margin-left: -210px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), 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) {
  .bp-about-img {
    margin-left: 0;
  }
  .bp-about-img img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .bp-about-img {
    margin-left: 0;
    margin-bottom: 50px;
  }
  .bp-about-img img {
    max-width: 100%;
  }
}

.bp-about-shape {
  position: absolute;
  top: -25px;
  left: -8px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .bp-about-shape {
    top: -75px;
    left: -235px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bp-about-shape {
    top: -80px;
    left: -327px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bp-about-shape {
    top: -80px;
    left: -417px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bp-about-shape {
    top: -68px;
    left: -502px;
  }
}

.bs-section-title-space {
  padding-left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-section-title-space {
    padding-left: 0px;
  }
}

.bs-about-sm-1 {
  position: absolute;
  right: 110px;
  top: 103px;
  animation: moving 5s linear infinite;
}

.bs-about-sm-2 {
  position: absolute;
  right: 110px;
  bottom: 103px;
  animation: rotate2 5s linear infinite;
}

.ac-ab-title {
  color: var(--tp-common-black);
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.3;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ac-ab-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .ac-ab-title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ac-play-button {
    margin-bottom: 40px;
  }
}

.ac-play-button a {
  height: 66px;
  width: 66px;
  background-color: var(--tp-common-blue);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 66px;
  color: var(--tp-common-black);
  font-size: 16px;
  margin-right: 20px;
}
.ac-play-button a:hover {
  background-color: var(--tp-theme-primary);
}
.ac-play-button span {
  color: var(--tp-common-black);
  font-size: 18px;
  font-weight: 500;
}

.ac-about-right {
  padding-left: 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ac-about-right {
    padding-left: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ac-about-right {
    padding-left: 0px;
  }
}

.ac-border-bottom {
  border-bottom: 1px solid rgba(41, 41, 48, 0.08);
}

.ac-bottom-space {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .ac-bottom-space {
    padding-bottom: 50px;
  }
}

.am-fea-space {
  padding-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .am-fea-space {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .am-fea-space {
    padding-left: 0px;
  }
}

.am-fea-space-2 {
  padding-left: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .am-fea-space-2 {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .am-fea-space-2 {
    padding-left: 0px;
  }
}

.actestimonial {
  padding-right: 45px;
}
.actestimonial__icon {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .actestimonial__icon {
    margin-bottom: 20px;
  }
}
.actestimonial__position {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .actestimonial__position {
    margin-bottom: 20px;
  }
}
.actestimonial__position span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.actestimonial__paragraph p {
  font-weight: 400;
  font-size: 26px;
  color: var(--tp-common-black);
  line-height: 1.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .actestimonial__paragraph p {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .actestimonial__paragraph p {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.actestimonial__paragraph p span {
  color: var(--tp-common-blue);
  font-size: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .actestimonial__paragraph p span {
    font-size: 20px;
  }
}

.ac-client-name {
  font-size: 24px;
  color: var(--tp-common-black);
  font-weight: 700;
}

.am-p-space-1 {
  padding-bottom: 25px;
  padding-right: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .am-p-space-1 {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-p-space-1 {
    padding-right: 0px;
  }
}

.am-p-space-2 {
  padding-bottom: 25px;
  padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .am-p-space-2 {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-p-space-2 {
    padding-right: 0px;
  }
}

.am-p-space-3 {
  padding-bottom: 25px;
  padding-right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .am-p-space-3 {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-p-space-3 {
    padding-right: 0px;
  }
}

.ac-ab-img {
  width: 100%;
  border-radius: 15px;
}
.ac-ab-img img {
  border-radius: 15px;
  max-width: 100%;
  transform: scale(1);
  transition: 1s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ac-ab-img img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.ac-ab-img:hover img {
  transform: scale(1.1);
}

.amaboutinfo {
  padding-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .amaboutinfo {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .amaboutinfo {
    padding-left: 0px;
  }
}
.amaboutinfo__client-info h4 {
  font-size: 30px;
  color: var(--tp-common-black);
  font-weight: 500;
}
.amaboutinfo__client-info span {
  font-size: 12px;
  color: var(--tp-theme-1);
  text-transform: uppercase;
  padding-bottom: 25px;
  display: inline-block;
}
.amaboutinfo__client-info p {
  color: #8A90A2;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 25px;
  padding-right: 20px;
  line-height: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .amaboutinfo__client-info p {
    padding-right: 0px;
  }
}
.amaboutinfo__experience p {
  font-size: 18px;
  font-weight: 400;
  color: #8A90A2;
}
.amaboutinfo__experience p:hover a {
  color: var(--tp-theme-1);
}
.amaboutinfo__experience p b {
  color: var(--tp-common-black);
}

.amaboutsocial__icon {
  overflow: hidden;
}
@media (max-width: 767px) {
  .amaboutsocial__icon {
    display: inline-block;
    margin-bottom: 0;
  }
}
.amaboutsocial__icon > a {
  display: inline-block;
}
.amaboutsocial__icon .tp-si.tp-si-color-2 {
  background-color: var(--tp-common-blue);
}
.amaboutsocial__icon .tp-si__text {
  background-color: #4267B2;
  height: 42px;
  padding-left: 16px;
  padding-right: 28px;
  display: inline-block;
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 42px;
  border-radius: 3px 0 0 3px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  margin-right: -112px;
  z-index: -1;
  position: relative;
}
@media (max-width: 767px) {
  .amaboutsocial__icon .tp-si__text {
    display: none;
  }
}
.amaboutsocial__icon .tp-si__text.tp-si-color-1 {
  background-color: #E40028;
}
.amaboutsocial__icon .tp-si__text.tp-si-color-2 {
  background-color: var(--tp-theme-1);
}
.amaboutsocial__icon .tp-si__text.tp-si-color-3 {
  background-color: var(--tp-common-blue);
}
.amaboutsocial__icon .tp-si__text.tp-si-color-4 {
  background-color: #E40028;
}
.amaboutsocial__icon .tp-si__text::after {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 1px;
  width: 14px;
  background-color: rgba(255, 255, 255, 0.15);
  display: inline-block;
  z-index: 9;
}
.amaboutsocial__icon .tp-si__icon {
  background-color: #4267B2;
  height: 42px;
  width: 42px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  line-height: 42px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .amaboutsocial__icon .tp-si__icon {
    margin-right: 10px;
    margin-top: 20px;
  }
}
.amaboutsocial__icon .tp-si__icon.tp-si-color-1 {
  background-color: #E40028;
}
.amaboutsocial__icon .tp-si__icon.tp-si-color-2 {
  background-color: var(--tp-theme-1);
}
.amaboutsocial__icon .tp-si__icon.tp-si-color-3 {
  background-color: var(--tp-common-blue);
}
.amaboutsocial__icon .tp-si__icon.tp-si-color-4 {
  background-color: #E40028;
}

.si-btn-link:hover .tp-si__text {
  opacity: 1;
  visibility: visible;
  margin-right: 0px;
}
.si-btn-link:hover .tp-si__icon {
  border-radius: 0 3px 3px 0;
}

.feature-bottom-space {
  padding-bottom: 220px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-bottom-space {
    padding-bottom: 90px;
  }
}

.amfeature {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .amfeature {
    padding-left: 0px;
  }
}
.amfeature__item p {
  font-size: 15px;
  line-height: 26px;
}
.amfeature__title p {
  font-size: 16px;
}
.amfeature__list ul li {
  color: var(--tp-common-black);
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
}
.amfeature__list ul li i {
  color: #726FFC;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 6px;
}

.amskill__title p {
  font-size: 16px;
  line-height: 26px;
}

.am-skill-title {
  font-size: 30px;
  color: var(--tp-common-black);
  font-weight: 500;
  padding-bottom: 25px;
}

.am-skill-sm-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--tp-common-black);
  padding-bottom: 20px;
}

.am-contact-title {
  font-size: 24px;
  color: var(--tp-common-black);
  font-weight: 500;
  position: relative;
  overflow: hidden;
  background-color: var(--tp-common-white);
  padding-right: 90px;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .am-contact-title {
    font-size: 23px;
  }
}

.am-border-shape {
  position: absolute;
  height: 1px;
  background-color: #F4F6FB;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  z-index: -1;
}

.contact-form {
  background-color: var(--tp-grey-1);
  border-radius: 20px;
  padding: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .contact-form {
    padding: 10px;
  }
}
.contact-form .input input {
  width: 100%;
  height: 65px;
  border-radius: 5px;
  border: none;
  padding: 0px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.contact-form .input input::placeholder {
  color: #8A90A2;
  font-size: 15px;
  font-weight: 400;
}
.contact-form .textarea textarea {
  width: 100%;
  height: 180px;
  padding: 30px 20px;
  border: 0;
  outline: 0;
  resize: none;
  border-radius: 5px;
  margin-bottom: 30px;
}
.contact-form .textarea textarea::placeholder {
  color: #8A90A2;
  font-size: 15px;
  font-weight: 400;
}

.am-contact-info {
  margin-bottom: 35px;
}

/*----------------------------------------*/
/*  13. testimonial css start
/*----------------------------------------*/
.tp-testimonial-item {
  background-color: #3A3A42;
  padding: 60px 45px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-item {
    padding: 60px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-item {
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-item {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-item .tp-testi-meta {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.tp-testi-icon-box {
  flex: 0 0 auto;
}

.tp-testi-client-position h3 {
  color: var(--tp-common-white);
  font-size: 18px;
  font-weight: 700;
}
.tp-testi-client-position h6 {
  color: var(--tp-common-white);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .tp-testi-ratting {
    margin-top: 15px;
  }
}
.tp-testi-ratting i {
  color: var(--tp-theme-primary);
}

.tp-testi-p-text p {
  color: var(--tp-common-white);
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testi-p-text p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testi-p-text p {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.testimonial-slider-active {
  margin-left: -55px;
  margin-right: -55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider-active {
    margin-left: -390px;
    margin-right: -390px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider-active {
    margin-left: 0;
    margin-right: 0;
  }
}

.testimonial-slider-active-2 {
  margin-left: -390px;
  margin-right: -390px;
}
@media (max-width: 767px) {
  .testimonial-slider-active-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-testi-img img {
  border-radius: 10px;
}

.tp-testimonial-slider-section .swiper-slide.swiper-slide-active {
  border: 1px solid #FFDC60;
  border-radius: 20px;
}

.tp-testimonial-info img {
  border-radius: 10px;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 25px;
}
.tp-testimonial-info h4 {
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 700;
}
.tp-testimonial-info span {
  font-size: 12px;
  font-weight: 500;
  color: #8A90A2;
  margin-bottom: 30px;
  display: inline-block;
}
.tp-testimonial-info span i {
  color: var(--tp-theme-primary);
}
.tp-testimonial-info span .fa-stars-1 {
  padding-left: 8px;
}
.tp-testimonial-info p {
  color: var(--tp-common-black);
  font-size: 24px;
  line-height: 1.6;
  font-weight: 400;
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-info p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-info p {
    font-size: 18px;
  }
}

.testimonial-slider-dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
  margin: 0px 3px;
  opacity: 0.5;
  transition: 0.3s;
}
.testimonial-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-1);
  width: 30px;
  border-radius: 30px;
  opacity: 1;
}

.testimonial-shape-1 {
  position: absolute;
  top: 210px;
  left: 120px;
  animation: moving 6s linear infinite;
}

.testimonial-shape-2 {
  position: absolute;
  top: 309px;
  left: 325px;
  animation: rotate 8s linear infinite;
}

.testimonial-shape-3 {
  position: absolute;
  top: 50%;
  left: 70px;
  animation: rotate 8s linear infinite;
}

.testimonial-shape-4 {
  position: absolute;
  bottom: 160px;
  left: 280px;
  animation: rotate 8s linear infinite;
}

.testimonial-shape-5 {
  position: absolute;
  bottom: 100px;
  left: 90px;
  animation: rotate 8s linear infinite;
}

.testimonial-shape-6 {
  position: absolute;
  top: 160px;
  right: 300px;
  animation: rotate 8s linear infinite;
}

.testimonial-shape-7 {
  position: absolute;
  top: 150px;
  right: 80px;
  animation: rotate 8s linear infinite;
}

.testimonial-shape-8 {
  position: absolute;
  top: 50%;
  right: 315px;
  animation: rotate 8s linear infinite;
}

.testimonial-shape-9 {
  position: absolute;
  top: 50%;
  right: 80px;
  animation: rotate 8s linear infinite;
}

.testimonial-shape-10 {
  position: absolute;
  bottom: 160px;
  right: 210px;
  animation: rotate 8s linear infinite;
}

.tp-testimonial-box {
  background-color: var(--tp-common-white);
  padding: 75px 63px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-box {
    padding: 54px 63px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-box {
    padding: 40px 35px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-box {
    padding: 40px 20px;
  }
}
.tp-testimonial-box__rating span {
  color: var(--tp-theme-primary);
  font-size: 26px;
  padding-right: 5px;
  margin-bottom: 55px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-testimonial-box__rating span {
    margin-bottom: 35px;
    font-size: 20px;
  }
}
.tp-testimonial-box__rating p {
  font-size: 24px;
  font-weight: 400;
  color: var(--tp-common-black);
  line-height: 1.7;
  margin-bottom: 75px;
  padding-right: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-box__rating p {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-box__rating p {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.tp-testimonial-box__testi-title .testi-heading {
  font-size: 24px;
  font-weight: 700;
  color: var(--tp-common-black);
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .tp-testimonial-box__testi-title .testi-heading {
    font-size: 17px;
  }
}
.tp-testimonial-box__testi-title span {
  display: block;
  color: #8A90A2;
  font-size: 14px;
  font-weight: 500;
}

.testi-slider-active-four {
  margin-left: -320px;
  margin-right: -320px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testi-slider-active-four {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .testi-slider-active-four {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.testi-slider-opacity {
  opacity: 0.3;
}

.testi-slider-opacity.swiper-slide.swiper-slide-active {
  opacity: 1;
}

.testimonial-slider-dots-four .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
  margin: 0px 3px;
  opacity: 0.5;
  transition: 0.3s;
}
.testimonial-slider-dots-four .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-1);
  width: 30px;
  border-radius: 30px;
  opacity: 1;
}

.tp-testimonial-item-four {
  border: 1px solid #F0F1F6;
  padding: 0px 46px;
  padding-top: 50px;
  padding-bottom: 60px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-item-four {
    padding: 0px 35px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-item-four {
    padding: 0px 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-item-four {
    padding: 0px 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-item-four__meta {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-item-four__meta {
    margin-bottom: 25px;
  }
}
.tp-testimonial-item-four__rating span {
  color: var(--tp-theme-primary);
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-testimonial-item-four .tp-testi-paragraph {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
.tp-testimonial-item-four .tp-testi-paragraph p {
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-common-black);
  line-height: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-item-four .tp-testi-paragraph p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-item-four .tp-testi-paragraph p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-item-four .tp-testi-paragraph p {
    font-size: 15px;
  }
}
.tp-testimonial-item-four__position h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--tp-common-black);
}
.tp-testimonial-item-four__position span {
  color: #8A90A2;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .tp-testi-wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .tp-testimonial-title-box {
    margin-bottom: 40px;
  }
}

.ce-testi-shape {
  position: absolute;
  bottom: 150px;
  left: 45px;
  animation: rotate2 15s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .ce-testi-shape {
    bottom: 20px;
  }
}

.tp-testimonial-thumb img {
  max-width: 100%;
}

.tptestimonial__rating-5 span {
  color: var(--tp-theme-primary);
  padding-right: 2px;
  margin-bottom: 55px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tptestimonial__rating-5 span {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .tptestimonial__rating-5 span {
    margin-bottom: 25px;
  }
}
.tptestimonial__rating-5 p {
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
  line-height: 1.4;
  padding-bottom: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tptestimonial__rating-5 p {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tptestimonial__rating-5 p {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .tptestimonial__rating-5 p {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.tptestimonial__meta-5 span {
  font-size: 14px;
  font-weight: 500;
  color: #8A90A2;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .testimonial-pd-slider-section {
    padding-left: 0px;
  }
}

.tp-pd-testi-title {
  color: var(--tp-common-black);
  font-weight: 700;
  font-size: 24px;
}

.project-blue-dots {
  padding-top: 0px;
  position: absolute;
}
.project-blue-dots .swiper-pagination-bullet {
  background-color: #89cefb;
}
@media (max-width: 767px) {
  .project-blue-dots {
    padding-top: 20px;
    position: static;
  }
}

.project-blue-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-blue);
  box-shadow: 0px 2px 2px rgba(89, 86, 233, 0.25);
}

.bp-testi-shape-1 {
  position: absolute;
  top: 150px;
  left: 330px;
  animation: moving 9s linear infinite;
}

.bp-testi-shape-2 {
  position: absolute;
  top: 130px;
  right: 120px;
  animation: rotate2 15s linear infinite;
}

.bs-testi-shape-1 {
  position: absolute;
  bottom: 70px;
  left: 40px;
  animation: rotate2 15s linear infinite;
}

.ac-testimonial-right img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ac-testimonial-info {
    margin-bottom: 70px;
  }
}

.testimonial-html-space {
  padding-left: 45px;
  padding-right: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-html-space {
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .testimonial-html-space {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.basic-pagination ul li:not(:last-child) {
  margin-right: 10px;
}

.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: 2px solid #f1f1f1;
  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: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  14. team css start
/*----------------------------------------*/
.tp-team-item {
  position: relative;
  overflow: hidden;
}
.tp-team-item__img img {
  border-radius: 10px;
}
.tp-team-item__info {
  background-color: var(--tp-theme-primary);
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  padding: 25px 50px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-team-item__info {
    padding: 25px 25px;
  }
}
.tp-team-item__icon i {
  font-size: 36px;
  -webkit-text-stroke: 1px #292930;
  color: transparent;
  transform: rotate(45deg);
  font-weight: 700;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -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;
  transition-delay: 0s;
  transition-delay: 0.2s;
}
.tp-team-item:hover .tp-team-item__icon i {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
  transform: rotate(45deg);
}
.tp-team-item:hover .tp-team-title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
.tp-team-item:hover .tp-team-subtitle {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
.tp-team-item:hover .tp-team-item__info {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.tp-team-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-black);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -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;
  transition-delay: 0s;
  transition-delay: 0.2s;
}
.tp-team-title:hover {
  color: var(--tp-theme-1);
}

.tp-team-subtitle {
  font-size: 12px;
  font-weight: 500;
  color: var(--tp-common-black);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -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;
  transition-delay: 0s;
  transition-delay: 0.2s;
}

.tp-team-overlay {
  position: relative;
}
.tp-team-overlay__img img {
  border-radius: 10px;
}
.tp-team-overlay::after {
  background-color: var(--tp-theme-secondary);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  border-radius: 10px;
}
.tp-team-overlay__info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 100%;
}
.tp-team-overlay__info .team-title {
  font-size: 26px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-team-overlay__info .team-title:hover {
  color: var(--tp-theme-1);
  transition: 0.3s;
}
.tp-team-overlay__info i {
  font-size: 85px;
  -webkit-text-stroke: 2px #292930;
  color: transparent;
  transform: rotate(45deg);
  font-weight: 700;
  transition: 0.3s;
}
.tp-team-overlay__info i:hover {
  -webkit-text-stroke: 2px var(--tp-theme-1);
}

.tpteam {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.tpteam::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-blue);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tpteam__shape-1 {
  position: absolute;
  top: -70px;
  left: -60px;
  z-index: 2;
  transition: 0.6s;
}
.tpteam__shape-2 {
  position: absolute;
  bottom: -70px;
  right: -60px;
  z-index: 2;
  transition: 0.6s;
}
.tpteam__thumb img {
  border-radius: 10px;
  max-width: 100%;
}
.tpteam__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: 0.3s;
  width: 100%;
}
.tpteam__content i {
  font-size: 15px;
  color: var(--tp-common-black);
  padding: 0px 15px;
  transition: 0.3s;
}
.tpteam__content i:hover {
  color: var(--tp-common-white);
}
.tpteam:hover::after {
  opacity: 1;
  visibility: visible;
}
.tpteam:hover .tpteam__content {
  opacity: 1;
  visibility: visible;
}
.tpteam:hover .tpteam__shape-1 {
  left: 0;
  top: 0;
}
.tpteam:hover .tpteam__shape-2 {
  right: 0;
  bottom: 0;
}

.tp-team-sm-title {
  color: var(--tp-common-black);
  font-size: 22px;
  font-weight: 500;
  transition: 0.3s;
}
.tp-team-sm-title:hover {
  color: var(--tp-common-white);
}

.tp-team-sm-subtitle {
  color: var(--tp-common-black);
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s;
  padding-bottom: 5px;
}
.tp-team-sm-subtitle:hover {
  color: var(--tp-common-white);
}

.bp-team-shape-1 {
  position: absolute;
  top: 160px;
  left: 145px;
  animation: rotate2 15s linear infinite;
}

.ac-team-title {
  font-size: 50px;
  font-weight: 700;
  color: var(--tp-common-black);
  letter-spacing: -2px;
}

/*----------------------------------------*/
/*  15. mission css start
/*----------------------------------------*/
.tp-mission-tab {
  display: inline-block;
  border: 2px solid var(--tp-common-black);
  border-radius: 10px;
  padding: 0px 15px;
  margin-bottom: 55px;
}
.tp-mission-tab button {
  color: var(--tp-common-black);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 20px 45px;
  position: relative;
  margin: 7px 0;
  margin-left: -5px;
  margin-right: -2px;
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-mission-tab button {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-mission-tab button {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .tp-mission-tab button {
    padding: 19px 21px;
  }
}
.tp-mission-tab button::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 40px;
  background-color: #B5B5B5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-mission-tab button::after {
    height: 20px;
  }
}
.tp-mission-tab button::before {
  content: "";
  height: 100%;
  width: 102%;
  top: 0;
  left: -2px;
  background: var(--tp-common-blue);
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
}
.tp-mission-tab button:last-child::after {
  display: none;
}
.tp-mission-tab button span {
  position: relative;
  z-index: 9;
}

.tp-mission-tab button.active {
  background-color: var(--tp-common-blue);
}
.tp-mission-tab button.active::before {
  opacity: 1;
  visibility: visible;
}

.tp-mission-title {
  font-size: 50px;
  font-weight: 700;
  color: var(--tp-common-black);
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-mission-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .tp-mission-title {
    font-size: 28px;
  }
}

.tpmission__content p {
  font-size: 18px;
  font-weight: 400;
  color: #8A90A2;
  padding-right: 62px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpmission__content p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpmission__content p {
    font-size: 15px;
  }
  .tpmission__content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tpmission__content p {
    padding-right: 0;
    font-size: 15px;
  }
  .tpmission__content p br {
    display: none;
  }
}

.tp-mission-img {
  margin-left: 110px;
}
.tp-mission-img img {
  max-width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-mission-img {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-mission-img {
    margin-left: 0px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .tp-mission-img {
    margin-left: 0px;
    margin-top: 50px;
  }
}

.bp-mission-shape-1 {
  position: absolute;
  top: 140px;
  left: 44px;
  animation: rotate2 15s linear infinite;
}

.bp-mission-shape-2 {
  position: absolute;
  bottom: 50px;
  left: 44px;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bp-mission-shape-2 {
    bottom: -50px;
  }
}

.bp-mission-shape-3 {
  position: absolute;
  bottom: 0;
  right: 13%;
  animation: rotate2 15s linear infinite;
}

/*----------------------------------------*/
/*  16. job css start
/*----------------------------------------*/
.jobdetails__subtitle {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ECEFF4;
}
.jobdetails__title span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 45px;
  display: inline-block;
}
.jobdetails__paragraph p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.jobdetails__paragraph p b {
  color: var(--tp-common-black);
}
.jobdetails__img {
  padding-top: 30px;
  padding-bottom: 60px;
}
.jobdetails__img img {
  max-width: 100%;
  border-radius: 20px;
}
.jobdetails__feature ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
.jobdetails__feature ul li span {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.jobdetails__feature ul li i {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: var(--tp-theme-primary);
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  color: var(--tp-common-black);
  position: absolute;
  top: 3px;
  left: 0;
  margin-right: 20px;
}
.jobdetails__feature-2 ul li {
  margin-bottom: 45px;
}

.jb-subtitle {
  color: #FF2449;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.job-title {
  color: var(--tp-common-black);
  font-size: 26px;
  font-weight: 500;
}

/*----------------------------------------*/
/*  17. chose css start
/*----------------------------------------*/
.bp-chose-1 {
  position: absolute;
  bottom: 104px;
  left: 144px;
  animation: rotate2 15s linear infinite;
}

.bp-chose-2 {
  position: absolute;
  bottom: 87px;
  right: 132px;
  animation: rotate2 15s linear infinite;
}

.bp-chose-3 {
  position: absolute;
  top: 135px;
  right: 132px;
  animation: moving 9s linear infinite;
}

.ac-chose-bg {
  background-color: var(--tp-grey-1);
  border-radius: 20px;
  padding: 80px 80px 50px 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ac-chose-bg {
    padding: 40px 40px 0px 40px;
  }
}
@media (max-width: 767px) {
  .ac-chose-bg {
    padding: 30px 30px 0px 30px;
  }
}

/*----------------------------------------*/
/*  18. case css start
/*----------------------------------------*/
.cd-banner-img img {
  border-radius: 20px;
  max-width: 100%;
}

.cd-case-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-black);
  padding-bottom: 15px;
}

.cd-project-info-box {
  padding-right: 80px;
  padding-left: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cd-project-info-box {
    padding-right: 60px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cd-project-info-box {
    padding-right: 20px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-project-info-box {
    padding-right: 0px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .cd-project-info-box {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
  }
}
.cd-project-info-box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}

.cd-client-details {
  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) {
  .cd-client-details {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cd-client-details {
    padding-left: 10px;
    margin-bottom: 20px;
  }
}
.cd-client-details p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.cd-client-details p span {
  color: var(--tp-common-black);
}

.cd-project-wrapper {
  border: 1px solid #EBEBEB;
  padding: 70px 0;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-project-wrapper {
    padding: 23px 0;
  }
}
@media (max-width: 767px) {
  .cd-project-wrapper {
    padding: 10px 0;
  }
}

.cd-social-icon {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cd-social-icon {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-social-icon {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .cd-social-icon {
    padding-left: 10px;
  }
}
.cd-social-icon a {
  display: block;
  width: 45px;
  height: 45px;
  border: 1px solid #EBEBEB;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cd-social-icon a {
    display: inline-block;
    margin-right: 20px;
  }
}

.cd-si-color-1 {
  color: #4267B2;
}
.cd-si-color-1:hover {
  background-color: #4267B2;
  color: var(--tp-common-white);
  border-color: #4267B2;
}

.cd-si-color-2 {
  color: #E40028;
}
.cd-si-color-2:hover {
  background-color: #E40028;
  color: var(--tp-common-white);
  border-color: #E40028;
}

.cd-si-color-3 {
  color: #1DA1F2;
}
.cd-si-color-3:hover {
  background-color: #1DA1F2;
  color: var(--tp-common-white);
  border-color: #1DA1F2;
}

.cd-info-box {
  padding-left: 80px;
  padding-right: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cd-info-box {
    padding-left: 35px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cd-info-box {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cd-info-box {
    padding-left: 45px;
  }
}

/*----------------------------------------*/
/*  19. product css start
/*----------------------------------------*/
.tp-product-title {
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 500;
}
.tp-product-title:hover {
  color: var(--tp-theme-1);
}

.tpproduct__img {
  margin-bottom: 45px;
  position: relative;
}
.tpproduct__img::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 41, 48, 0.6);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tpproduct__meta span {
  color: #777B83;
  font-size: 18px;
  font-weight: 500;
}
.tpproduct__meta .product-rating {
  color: #F7931E;
  margin-bottom: 5px;
}
.tpproduct:hover .tpproduct__img::after {
  opacity: 1;
  visibility: visible;
}
.tpproduct:hover .tpproduct__img .tp-product-icon {
  opacity: 1;
  visibility: visible;
  bottom: 40%;
}

.tp-product-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0px 10px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.tp-product-icon a {
  height: 50px;
  width: 50px;
  background-color: var(--tp-theme-primary);
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-weight: 300;
  color: var(--tp-common-black);
  margin: 0px 6px;
}
.tp-product-icon a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.productdetails {
  padding-left: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .productdetails {
    padding-left: 0;
  }
}
.productdetails__content p {
  font-size: 16px;
  font-weight: 400;
  color: #777B83;
  line-height: 26px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .productdetails__content p br {
    display: none;
  }
}
.productdetails__ratting i {
  color: var(--tp-theme-primary);
  font-size: 14px;
}
.productdetails__ratting span {
  font-size: 14px;
  color: var(--tp-common-black);
  font-weight: 500;
  padding-bottom: 30px;
  display: inline-block;
}
.productdetails__ratting h4 {
  font-weight: 700;
  font-size: 30px;
  color: var(--tp-common-black);
  padding-bottom: 25px;
}
.productdetails__ratting h4 del {
  font-size: 20px;
  font-weight: 500;
  color: #B9B9B9;
}
.productdetails__model {
  padding-bottom: 45px;
}
.productdetails__model h5 {
  font-size: 16px;
  color: var(--tp-common-black);
  font-weight: 500;
  padding-bottom: 10px;
}
.productdetails__model a {
  font-size: 12px;
  color: #777B83;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #F7F8FD;
  height: 25px;
  display: inline-block;
  padding: 0px 20px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.productdetails__model a:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-black);
}

.pd-title {
  font-size: 30px;
  font-weight: 500;
  color: var(--tp-common-black);
  padding-bottom: 10px;
}

/*----------------------------------------*/
/*  19. SHOP css start
/*----------------------------------------*/
.productdetails-tabs {
  padding-top: 90px;
  padding-bottom: 90px;
}

.tpshopitem:hover .tpshopitem__thumb img {
  transform: scale(1.2);
}
.tpshopitem:hover .tpshopitem__thumb-icon {
  bottom: 14px;
  opacity: 1;
  visibility: visible;
}
.tpshopitem__thumb {
  border: 1px solid #ECEFF4;
  border-radius: 5px;
}
.tpshopitem__thumb img {
  width: 100%;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.tpshopitem__thumb-icon {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -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;
}
.tpshopitem__thumb-icon a {
  margin: 0 5px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid var(--tp-theme-blue);
  border-radius: 50%;
  display: inline-block;
  background-color: #0E63FF;
  color: var(--tp-common-white);
}
.tpshopitem__thumb-icon a:hover {
  background-color: var(--tp-theme-pink);
  border: 1px solid var(--tp-theme-pink);
}
.tpshopitem__content p {
  font-size: 18px;
  font-weight: 500;
  color: #777B83;
  margin-bottom: 6px;
}
.tpshopitem__title {
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.tpshopitem__title a {
  background-image: linear-gradient(#0E63FF, #0E63FF), linear-gradient(#0E63FF, #0E63FF);
  background-repeat: no-repeat;
  background-position: 100% 100%, 0% 100%;
  background-size: 0% 1px, 0 1px;
  display: inline;
}
.tpshopitem__title a:hover {
  background-size: 0% 1px, 100% 1px;
  color: var(--tp-theme-blue);
}
.tpshopitem__review i {
  color: #F7931E;
}
.tpshopitem__product-base {
  position: absolute;
  top: 20px;
  left: 30px;
  font-weight: 700;
  font-size: 12px;
  color: var(--tp-common-white);
  padding: 6px 13px;
  background: #FD4766;
  border-radius: 5px;
  line-height: 1;
}

.tpproduct span {
  font-weight: 500;
  font-size: 15px;
}

.tpfilter {
  justify-content: end;
}
@media (max-width: 767px) {
  .tpfilter {
    justify-content: start;
  }
}
.tpfilter span {
  font-weight: 500;
  font-size: 15px;
}
.tpfilter .nice-select {
  padding-left: 5px;
  border: none;
  color: var(--tp-theme-primary);
}

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

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .product {
    margin-left: 0;
  }
}
.product__details-content p {
  font-weight: 400;
  font-size: 16px;
  color: #777B83;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .product__details-content p br {
    display: none;
  }
}
.product-dtitle {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .product-dtitle {
    font-size: 24px;
  }
}
.product-dinfo span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #141515;
}
.product-rating a {
  color: #FFDC60;
}
.product-dprice {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.02em;
}
.product-model-title {
  font-family: "Archivo";
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  color: #0B0B0B;
}
.product-quantity-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #0B0B0B;
}
.product-quantity input {
  color: var(--tp-theme-primary);
  border: none;
  width: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.product-model-list a {
  font-size: 12px;
  font-weight: 600;
  color: #777B83;
  background: #F7F8FD;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 15px;
  border-radius: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-model-list a {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .product-model-list a {
    margin-right: 5px;
    padding: 0 6px;
  }
}
.product-model-list a:last-child {
  margin-right: 0;
}
.product-model-list a:hover {
  background: var(--tp-theme-blue);
  color: var(--tp-common-white);
}

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

.tp-product-quantity .cart-minus, .tp-product-quantity .cart-plus {
  cursor: pointer;
  color: #8D8884;
}
.tp-product-quantity .cart-minus:hover, .tp-product-quantity .cart-plus:hover {
  color: var(--tp-theme-primary);
}
.tp-product-quantity input {
  height: 30px;
  width: 32px;
  font-size: 14px;
  border: none;
  font-weight: 700;
  text-align: center;
}

.product-rating {
  margin-right: 20px;
}
.product-rating a {
  font-size: 16px;
  color: #FFDC60;
}

.product-dinfo {
  display: flex;
}

.product-dprice del {
  font-size: 20px;
  color: #B9B9B9;
}

.pro-details-nav {
  background: #F9FAFB;
  display: inline-block;
  padding: 7px 7px;
}

.pro-details-nav-btn {
  border: none;
}
.pro-details-nav-btn li {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-text-body);
  position: relative;
}
.pro-details-nav-btn li button span {
  position: relative;
  z-index: 9;
}
.pro-details-nav-btn li button::before {
  content: "";
  height: 100%;
  width: 102%;
  top: 0;
  left: -1px;
  background: #fff;
  position: absolute;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
.pro-details-nav-btn li button.active::before {
  opacity: 1;
  visibility: visible;
}
.pro-details-nav-btn li::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  background: #DFE3E9;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .pro-details-nav-btn li::after {
    display: none;
  }
}
.pro-details-nav-btn li:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .pro-details-nav-btn li {
    font-size: 16px;
  }
}
.pro-details-nav-btn li .nav-links {
  padding: 20px 45px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-details-nav-btn li .nav-links {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .pro-details-nav-btn li .nav-links {
    padding: 5px 15px;
  }
}
.pro-details-nav-btn li .nav-links.active {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}

.tab-para p {
  font-size: 16px;
  line-height: 30px;
}

.comments-box {
  margin-bottom: 50px;
}

.user-rating ul li {
  display: inline-block;
  color: #FFDC60;
}

.comments-text span, .comments-text p {
  font-size: 14px;
  color: #777777;
  line-height: 26px;
}

.comment-title p {
  color: #777777;
  font-size: 16px;
}

.comment-rating span {
  font-weight: 500;
  margin-right: 5px;
}
.comment-rating ul li {
  display: inline-block;
  color: #FFDC60;
}

.comment-input textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
  padding: 20px;
}
.comment-input textarea:focus {
  outline: 0;
  border: 1px solid var(--tp-theme-primary);
}
.comment-input input {
  width: 100%;
  height: 50px;
  resize: none;
  outline: 0;
  border: 1px solid #e7e7e7;
  padding: 8px 20px;
  margin-bottom: 30px;
}
.comment-input input:focus {
  border: 1px solid var(--tp-theme-primary);
}

.comments-avatar {
  flex: 0 0 auto;
}

.table .add-info {
  font-size: 18px;
  font-weight: 500;
}

.table td {
  padding: 18px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .shop-left-right {
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-comments-title {
  font-size: 24px;
  color: var(--tp-common-black);
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .tp-comments-title {
    font-size: 18px;
  }
}

.avatar-name b {
  color: var(--tp-common-black);
  font-weight: 700;
  text-transform: uppercase;
}

.shop-faq .accordion-header button {
  font-size: 18px;
  padding: 20px 55px 20px 30px;
}
@media (max-width: 767px) {
  .shop-faq .accordion-header button {
    font-size: 14px;
  }
}
.shop-faq .accordion-content p br {
  display: none;
}
.shop-faq .accordion-content p {
  padding: 0 75px 20px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-button a {
    margin-bottom: 10px;
  }
}

.comment-title {
  font-size: 24px;
  color: var(--tp-common-black);
  font-weight: 700;
  text-transform: capitalize;
}

.tp-product-slider-title {
  color: var(--tp-common-black);
  font-size: 30px;
  font-weight: 500;
}

/*----------------------------------------*/
/*  20. industri css start
/*----------------------------------------*/
.tpindustri {
  padding: 25px 35px;
  background-color: var(--tp-common-white);
  border-radius: 10px;
  display: inline-block;
  margin: 0px 10px;
  border-radius: 10px;
  box-shadow: 0px 13px 12px rgba(181, 184, 200, 0.03);
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpindustri {
    padding: 20px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpindustri {
    padding: 18px 20px;
    margin: 0px 5px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpindustri {
    padding: 20px 20px;
  }
}

.tp-industri-bg {
  background-color: var(--tp-grey-1);
  padding-top: 110px;
  padding-bottom: 120px;
  border-radius: 20px;
}

.tp-industri-space {
  padding-left: 90px;
  padding-right: 90px;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-industri-space {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-industri-space {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-industri-space {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .tp-industri-space {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.tp-industri-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .tp-industri-title {
    font-size: 15px;
  }
}
.tp-industri-title::before {
  content: "";
  height: 20px;
  width: 20px;
  background-color: var(--tp-common-blue);
  display: inline-block;
  border-radius: 50%;
  margin-right: 12px;
  flex: 0 0 auto;
}

.tp-ind-color-one::before {
  background-color: var(--tp-theme-primary);
}

.tp-ind-color-two::before {
  background-color: var(--tp-common-dpink);
}

.tp-ind-color-three::before {
  background-color: var(--tp-theme-1);
}

.tp-ind-color-four::before {
  background-color: var(--tp-theme-1);
}

.tp-ind-color-five::before {
  background-color: var(--tp-common-dpink);
}

.tp-ind-color-six::before {
  background-color: var(--tp-common-blue);
}

.tp-ind-color-seven::before {
  background-color: var(--tp-theme-primary);
}

.bs-industri-1 {
  position: absolute;
  left: 40px;
  top: 50px;
  animation: rotate2 5s linear infinite;
}

/*----------------------------------------*/
/*  21. home-corporate css start
/*----------------------------------------*/
.corporate-layout-right {
  width: calc(100% - 330px);
  margin-left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .corporate-layout-right {
    width: calc(100% - 280px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .corporate-layout-right {
    width: calc(100% - 0px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .corporate__offcanvas {
    width: 500px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 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) {
  .corporate__offcanvas .mean-container .mean-bar {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .corporate__offcanvas .tpoffcanvas__content p {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__close-btn {
    top: 60px;
  }
}

.corporate-plr {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .corporate-plr {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .corporate-plr {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .corporate-social__space {
    padding-top: 70px;
  }
}

.corporate-header__left-menu > .tp-main-menu ul li.has-mega-menu ul.submenu {
  width: 800px;
  right: 0;
}

.corporate-header__bg {
  width: 330px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 45px 55px;
  padding-right: 0;
  border-right: 1px solid #3A3A42;
  background-color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .corporate-header__bg {
    width: 280px;
    padding: 45px 35px;
    padding-right: 0;
  }
}
.corporate-header__logo {
  padding-bottom: 150px;
}
.corporate-header__logo img {
  width: 240px;
  height: 70px;
}
.corporate-header__left-menu {
  margin-bottom: 100px;
  border-left: 1px solid #3A3A42;
}
.corporate-header__left-menu > nav > ul > li {
  margin-right: 0;
  display: block;
  margin-bottom: 35px;
  padding-left: 50px;
}
.corporate-header__left-menu > nav > ul > li.left-menu-effect a {
  position: relative;
}
.corporate-header__left-menu > nav > ul > li.left-menu-effect a::after {
  content: "";
  left: -52px;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 0%;
  background-color: var(--tp-common-pink);
  position: absolute;
  transition: 0.3s;
}
.corporate-header__left-menu > nav > ul > li.left-menu-effect a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--tp-common-white);
  transition: 0.7s;
  display: inline-block;
  box-shadow: 0px 4px 12px rgba(1, 16, 61, 0.14);
  border-radius: 6px;
}
.corporate-header__left-menu > nav > ul > li ul.submenu {
  left: 110%;
  top: 0;
  transition: 0.3s;
}
.corporate-header__left-menu > nav > ul > li ul.submenu li a {
  margin-bottom: 15px;
  display: inline-block;
}
.corporate-header__left-menu > nav > ul > li > a {
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
}
.corporate-header__left-menu > nav > ul > li > a::after {
  background-color: transparent;
}
.corporate-header__left-menu > nav > ul > li > a::before {
  background-color: transparent;
}
.corporate-header__left-menu > nav > ul > li:hover > a {
  color: var(--tp-common-white);
}
.corporate-header__left-menu > nav > ul > li:hover.left-menu-effect a::after {
  height: 100%;
}
.corporate-header__left-menu > nav > ul > li:hover.left-menu-effect a::before {
  width: 100%;
  right: auto;
  left: 0;
}
.corporate-header__left-menu > nav > ul > li:hover ul.submenu {
  left: 100%;
  top: 0;
}
.corporate-header__email {
  font-weight: 700;
  font-size: 28px;
  line-height: 64px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.corporate-header__bar button {
  height: 70px;
  width: 70px;
  background-color: var(--tp-common-black);
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-size: 25px;
  color: var(--tp-common-white);
  display: inline-block;
}
.corporate-header__shape-img-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.corporate-hero-title {
  font-weight: 700;
  font-size: 125px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--tp-common-black);
  padding-bottom: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .corporate-hero-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .corporate-hero-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .corporate-hero-title {
    font-size: 95px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .corporate-hero-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .corporate-hero-title {
    font-size: 56px;
  }
}

.corporate-hero__main-img {
  animation: tptranslateX2 4s infinite alternate;
}
.corporate-hero__main-img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .corporate-hero__main-img img {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .corporate-hero__tablet-space {
    margin-bottom: 30px;
  }
}
.corporate-hero__section-box p {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #8A90A2;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .corporate-hero__section-box p {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .corporate-hero__section-box p {
    font-size: 20px;
    line-height: 25px;
  }
  .corporate-hero__section-box p br {
    display: none;
  }
}
.corporate-hero__play-btn a {
  height: 70px;
  width: 70px;
  color: var(--tp-common-black);
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  position: relative;
  border: 1px solid rgba(84, 84, 91, 0.19);
  transition: 0.3s;
}
.corporate-hero__play-btn a i {
  margin-left: 4px;
}
.corporate-hero__play-btn a:hover {
  background-color: #A8ABFF;
  color: var(--tp-common-black);
  border-color: #A8ABFF;
}
.corporate-hero__play-btn a:hover::after {
  border-color: #A8ABFF;
}
.corporate-hero__play-btn a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  border-radius: 200px;
  border: 2px solid #A8ABFF;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  transform: rotate(-180deg);
  transition: 0.3s;
}
.corporate-hero__sub-img {
  position: absolute;
  bottom: 1%;
  right: 18%;
}
.corporate-hero__sub-img img {
  animation: tpupdown-2 0.9s infinite alternate;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .corporate-social__wrapper {
    margin-bottom: 60px;
  }
}
.corporate-social__wrapper ul li {
  display: inline-block;
  margin-right: 55px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .corporate-social__wrapper ul li {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .corporate-social__wrapper ul li {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .corporate-social__wrapper ul li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .corporate-social__wrapper ul li {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .corporate-social__wrapper ul li {
    margin-right: 25px;
  }
}
.corporate-social__wrapper ul li:last-child {
  margin-right: 0;
}
.corporate-social__wrapper ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #4064AC;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .corporate-social__wrapper ul li a {
    font-size: 13px;
  }
}
.corporate-social__wrapper ul li a i {
  transition: 0.3s;
}
.corporate-social__wrapper ul li a span {
  color: var(--tp-common-black);
  margin-left: 12px;
  text-transform: uppercase;
  transition: 0.3s;
  font-weight: 500;
}
.corporate-social__wrapper ul li a:hover i {
  transform: translateY(-5px);
}
.corporate-social__wrapper ul li a.color-2 {
  color: #FF0000;
}
.corporate-social__wrapper ul li a.color-2:hover span {
  color: #FF0000;
}
.corporate-social__wrapper ul li a.color-3 {
  color: #1DA1F2;
}
.corporate-social__wrapper ul li a.color-3:hover span {
  color: #1DA1F2;
}
.corporate-social__wrapper ul li a.color-4 {
  color: #1DA1F2;
}
.corporate-social__wrapper ul li a.color-4:hover span {
  color: #1DA1F2;
}
.corporate-social__wrapper ul li a:hover span {
  color: #4064AC;
}
.corporate-social__scroll a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .corporate-social__scroll a {
    font-size: 13px;
  }
}
.corporate-social__scroll a i {
  color: var(--tp-common-pink);
  margin-right: 15px;
  animation: tpupdown 0.6s infinite alternate;
}

.corporate-about__main-img img {
  max-width: 100%;
  animation: tptranslateX2 4s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .corporate-about__left-wrapper {
    margin-bottom: 70px;
  }
}
.corporate-about__sub-img {
  position: absolute;
  bottom: 4%;
  left: 2%;
  animation: tpupdown-2 0.9s infinite alternate;
}
.corporate-about__content p {
  padding-bottom: 35px;
  padding-right: 105px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .corporate-about__content p {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .corporate-about__content p {
    padding-right: 0;
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .corporate-about__content p {
    padding-right: 0;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .corporate-about__content p {
    padding-right: 0;
    font-size: 17px;
  }
}

.corporate-service__section-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .corporate-service__section-box {
    margin-bottom: 30px;
  }
}
.corporate-service__section-box .tp-title {
  margin-bottom: 0;
}
.corporate-service__item {
  border: 1px solid #3A3A42;
  border-radius: 10px;
  padding: 40px;
  transition: 0.3s;
}
.corporate-service__item:hover {
  background-color: #3A3A42;
}
.corporate-service__item:hover .corporate-service__icon span {
  box-shadow: inset 0 0 0 60px #222;
}
.corporate-service__icon {
  margin-bottom: 30px;
}
.corporate-service__icon span {
  height: 120px;
  width: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  background: #3A3A42;
  border: 1px dashed #54545B;
  display: inline-block;
  transition: 0.5s;
}
.corporate-service__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .corporate-service__title br {
    display: none;
  }
}
.corporate-service__title a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.corporate-service__title a:hover {
  background-size: 0% 1px, 100% 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .corporate-chose__section-box .tp-title {
    font-size: 50px;
    margin-bottom: 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) {
  .corporate-chose__wrapper {
    margin-bottom: 70px;
  }
}
.corporate-chose__sub-img {
  position: absolute;
  top: 8%;
  left: 0%;
  animation: tpupdown-2 0.9s infinite alternate;
}
.corporate-chose__main-img img {
  max-width: 100%;
  animation: tptranslateX2 4s infinite alternate;
}
.corporate-chose__content p {
  padding-right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .corporate-chose__content p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .corporate-chose__content p {
    padding-right: 0;
    font-size: 15px;
  }
}

.corporate-project__section-box .tp-title {
  margin-bottom: 20px;
}
.corporate-project__img-box {
  border-radius: 20px;
}
.corporate-project__img-box img {
  border-radius: 20px;
  transition: 0.4s;
}
.corporate-project__img-box img:hover {
  transform: scale(1.1);
}
.corporate-project__img-box:hover .corporate-project__inner-content {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.corporate-project__inner-content {
  padding: 40px 45px;
  position: absolute;
  bottom: 0;
  left: -200px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--tp-common-white);
  border-radius: 10px;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .corporate-project__inner-content {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .corporate-project__inner-content {
    padding: 40px 50px;
  }
}
.corporate-project__inner-content span {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8A90A2;
  padding-bottom: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .corporate-project__inner-content span {
    font-size: 13px;
    padding-bottom: 0;
  }
}
.corporate-project__title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #292930;
}
.corporate-project__title:hover {
  color: var(--tp-common-pink);
}
@media (max-width: 767px) {
  .corporate-project__title {
    font-size: 17px;
  }
}
.corporate-project__shape-bottom {
  position: absolute;
  left: 0;
  bottom: -17px;
  z-index: 99;
}

.corporate-brand__brand-item {
  text-align: center;
}

.button button {
  border: 1px solid;
  padding: 20px;
  margin: 0px 20px;
}

.corporate-testi__slider-bg {
  background-color: #3A3A42;
  padding: 70px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .corporate-testi__slider-bg {
    padding: 30px;
  }
}
.corporate-testi__slider-active {
  padding: 0px 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .corporate-testi__slider-active {
    padding: 0px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .corporate-testi__slider-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) {
  .corporate-testi__slider-active {
    padding: 0px 0px;
  }
}
.corporate-testi__rating {
  padding-bottom: 20px;
}
.corporate-testi__rating h4 {
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.corporate-testi__rating span {
  font-weight: 900;
  font-size: 12px;
  color: #FFDC60;
}
.corporate-testi__rating span.author-position {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8A90A2;
}
.corporate-testi__content p {
  font-weight: 500;
  font-size: 26px;
  line-height: 45px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .corporate-testi__content p {
    font-size: 25px;
    line-height: 41px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .corporate-testi__content p {
    font-size: 24px;
    line-height: 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .corporate-testi__content p {
    font-size: 21px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .corporate-testi__content p {
    font-size: 17px;
    line-height: 29px;
  }
}
.corporate-testi__slider-avata-active {
  padding: 0px 150px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .corporate-testi__slider-avata-active {
    padding: 0px 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .corporate-testi__slider-avata-active {
    padding: 0px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .corporate-testi__slider-avata-active {
    padding: 0px 90px;
  }
}
.corporate-testi__slider-avata-active .slick-slide img {
  display: inline-block;
  transform: scale(0.6);
  transition: 0.4s;
  opacity: 0.5;
}
.corporate-testi__slider-avata-active .slick-center img {
  transform: scale(1);
  opacity: 1;
}
.corporate-testi__slider-avata {
  text-align: center;
}
.corporate-testi__slider-avata img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.corporate-testi__shape-1 {
  position: absolute;
  top: 8%;
  right: 2%;
  animation: animationglob 10s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.corporate-testi__shape-2 {
  position: absolute;
  bottom: 8%;
  left: 2%;
  animation: moving 9s linear infinite;
}
.corporate-testi__shape-3 {
  position: absolute;
  bottom: -2%;
  right: 0%;
}
.corporate-testi__shape-4 {
  position: absolute;
  top: 11%;
  left: 9%;
}

.corporate-blog__section-box .tp-title {
  margin-bottom: 0;
}
.corporate-blog__item:hover .corporate-blog__img img {
  transform: scale(1.2);
}
.corporate-blog__img {
  margin-bottom: 30px;
  border-radius: 20px;
}
.corporate-blog__img img {
  border-radius: 20px;
  transition: 0.4s;
  width: 100%;
}
.corporate-blog__category {
  margin-bottom: 20px;
}
.corporate-blog__category a {
  color: var(--tp-theme-1);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgba(88, 86, 233, 0.1);
  border-radius: 10px;
  padding: 0px 20px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  transition: 0.3s;
}
.corporate-blog__category a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.corporate-blog__category a:hover.corporate-blog__date {
  color: white;
}
.corporate-blog__category a.corporate-blog__date {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #8A90A2;
  margin-left: 10px;
  transition: 0.3s;
}
.corporate-blog__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.03em;
  color: #292930;
  transition: 0.3s;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .corporate-blog__title {
    font-size: 20px;
    line-height: 31px;
  }
}
.corporate-blog__title:hover {
  color: var(--tp-theme-1);
}

@media (max-width: 767px) {
  .corporate-news__left-item {
    margin-bottom: 20px;
  }
}
.corporate-news__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .corporate-news__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .corporate-news__title {
    font-size: 30px;
  }
}
.corporate-news__input input {
  width: 100%;
  height: 80px;
  padding: 30px;
  padding-right: 240px;
  border-radius: 5px;
  border: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .corporate-news__input input {
    padding-right: 175px;
  }
}
@media (max-width: 767px) {
  .corporate-news__input input {
    padding-right: 30px;
  }
}
.corporate-news__input input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #292930;
}
.corporate-news__input input:-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #292930;
}
.corporate-news__input input::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #292930;
}
.corporate-news__input input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #292930;
}
.corporate-news__input button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media (max-width: 767px) {
  .corporate-news__input button {
    position: static;
    transform: translateY(0%);
    left: 0;
    margin-top: 20px;
  }
}

.corporate-footer__space {
  margin-bottom: 70px;
}
.corporate-footer__title {
  font-weight: 500;
  font-size: 35px;
  line-height: 46px;
  letter-spacing: -2px;
  color: #FFFFFF;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .corporate-footer__title {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .corporate-footer__title {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 15px;
  }
}
.corporate-footer__social a {
  height: 66px;
  width: 66px;
  border-radius: 50%;
  text-align: center;
  line-height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-left: 20px;
  font-weight: 700;
  transition: 0.3s;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .corporate-footer__social a {
    margin-left: 5px;
  }
}
@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) {
  .corporate-footer__social a {
    margin-left: 0;
    margin-right: 7px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .corporate-footer__social a {
    margin-left: 0;
    margin-right: 5px;
    margin-top: 30px;
  }
}
.corporate-footer__social a:hover {
  background-color: var(--tp-common-pink);
  border-color: var(--tp-common-pink);
  color: var(--tp-common-black);
}
.corporate-footer__shape-left {
  position: absolute;
  bottom: 0%;
  left: -4%;
  z-index: -1;
  animation: tpupdown-2 0.9s infinite alternate;
}
.corporate-footer__shape-right {
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: -1;
}
.corporate-footer__copyright .tp-copyright-text p {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .corporate-footer__copyright .tp-copyright-text p {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .corporate-footer__copyright .tp-copyright-text p {
    font-size: 15px;
    padding-bottom: 20px;
  }
}
.corporate-footer__copyright .tp-copyright-right a {
  margin-left: 30px;
}

/*----------------------------------------*/
/*  22. home-blog css start
/*----------------------------------------*/
.bl-header-top__social a {
  font-size: 22px;
  color: #A9A9A9;
  margin-right: 40px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-header-top__social a {
    font-size: 18px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bl-header-top__social a {
    font-size: 15px;
    margin-right: 20px;
  }
}
.bl-header-top__social a:hover {
  color: var(--tp-common-black);
}
.bl-header-top__logo {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-header-top__logo {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bl-header-top__logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.bl-header-top__right a {
  font-size: 22px;
  color: #A9A9A9;
  transition: 0.3s;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-header-top__right a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bl-header-top__right a {
    font-size: 18px;
    margin-left: 15px;
  }
}
.bl-header-top__right a:hover {
  color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bl-header-bottom__mobile-space {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.bl-header-bottom__main-menu ul li {
  display: inline-block;
  margin: 0px 30px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-header-bottom__main-menu ul li {
    margin: 0 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-header-bottom__main-menu ul li {
    margin: 0 18px;
  }
}
.bl-header-bottom__main-menu ul li ul.submenu {
  position: absolute;
  background-color: var(--tp-common-black);
  padding: 40px;
  width: 270px;
  transition: 0.3s;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.bl-header-bottom__main-menu ul li ul.submenu li {
  margin: 0;
  margin-bottom: 10px;
  display: block;
}
.bl-header-bottom__main-menu ul li ul.submenu li:last-child {
  margin-bottom: 0;
}
.bl-header-bottom__main-menu ul li ul.submenu li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-white);
  display: block;
  padding: 0;
}
.bl-header-bottom__main-menu ul li ul.submenu li a:hover {
  color: var(--tp-theme-primary);
}
.bl-header-bottom__main-menu ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  padding: 30px 0;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-header-bottom__main-menu ul li a {
    font-size: 16px;
  }
}
.bl-header-bottom__main-menu ul li:hover a {
  color: var(--tp-theme-primary);
}
.bl-header-bottom__main-menu ul li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.bl-header-bottom__bar button {
  font-size: 24px;
  font-weight: 700;
  color: var(--tp-common-white);
}
.bl-header-bottom__bar button:hover {
  color: var(--tp-theme-primary);
}
.bl-header-bottom__search button {
  font-size: 20px;
  font-weight: 700;
  color: var(--tp-common-white);
}

.bl-hero__slider-wrapper {
  margin-top: 30px;
  margin-left: -480px;
  margin-right: -480px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bl-hero__slider-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.bl-hero__slider-arrow button {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  line-height: 75px;
  text-align: center;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  font-size: 22px;
  box-shadow: 0px 7px 13px rgba(44, 65, 97, 0.13);
}
@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) {
  .bl-hero__slider-arrow button {
    height: 50px;
    width: 50px;
    line-height: 55px;
  }
}
.bl-hero__slider-arrow .next-arrow {
  position: absolute;
  top: 50%;
  left: 22.9%;
  z-index: 9;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .bl-hero__slider-arrow .next-arrow {
    left: 19%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-hero__slider-arrow .next-arrow {
    left: 17.9%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-hero__slider-arrow .next-arrow {
    left: 14%;
  }
}
.bl-hero__slider-arrow .prev-arrow {
  position: absolute;
  top: 50%;
  right: 22.9%;
  z-index: 9;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .bl-hero__slider-arrow .prev-arrow {
    right: 19%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-hero__slider-arrow .prev-arrow {
    right: 17.9%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-hero__slider-arrow .prev-arrow {
    right: 14%;
  }
}
.bl-hero__slider-item {
  position: relative;
}
.bl-hero__slider-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(171.59deg, rgba(41, 41, 48, 0) 15.03%, #15151A 93.27%);
}
.bl-hero__slider-item:hover .bl-hero__slider-img img {
  transform: scale(1.2);
}
.bl-hero__slider-img img {
  transform: 0.6s;
}
.bl-hero__content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 50px;
}
@media (max-width: 767px) {
  .bl-hero__content {
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bl-hero__content {
    padding: 60px;
  }
}
.bl-hero__content p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #C7CBD7;
}
@media (max-width: 767px) {
  .bl-hero__content p {
    font-size: 14px;
    line-height: 22px;
  }
}
.bl-hero__category {
  padding: 8px 20px;
  text-transform: uppercase;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .bl-hero__category {
    padding: 3px 12px;
    font-size: 12px;
  }
}
.bl-hero__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-hero__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .bl-hero__title {
    font-size: 20px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-blog__item-box {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-blog__item-box {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .bl-blog__item-box {
    margin-bottom: 40px;
  }
}
.bl-blog__height {
  height: 745px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-blog__height {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-blog__height {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .bl-blog__height {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bl-blog__height {
    height: 600px;
  }
}
.bl-blog__slider-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.bl-blog__slider-bg::after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(171.59deg, rgba(41, 41, 48, 0) 15.03%, #15151A 93.27%);
  position: absolute;
}
.bl-blog__slider-title {
  font-weight: 500;
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .bl-blog__slider-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-blog__slider-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-blog__slider-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-blog__slider-title {
    font-size: 40px;
  }
  .bl-blog__slider-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .bl-blog__slider-title {
    font-size: 30px;
  }
  .bl-blog__slider-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bl-blog__slider-title {
    font-size: 40px;
  }
  .bl-blog__slider-title br {
    display: none;
  }
}
.bl-blog__slider-meta a {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0px 25px;
}
@media (max-width: 767px) {
  .bl-blog__slider-meta a {
    margin: 0 8px;
  }
}
.bl-blog__slider-content {
  padding: 80px;
}
@media (max-width: 767px) {
  .bl-blog__slider-content {
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bl-blog__slider-content {
    padding: 30px;
  }
}
.bl-blog__slider-content span {
  height: 48px;
  line-height: 48px;
  padding: 0px 30px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: #292930;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-blog__slider-content span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.bl-blog__section-title {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.03em;
  color: #292930;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .bl-blog__section-title {
    font-size: 35px;
  }
}
.bl-blog__category {
  padding-bottom: 10px;
}
.bl-blog__category a {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.085em;
  text-decoration-line: underline;
  color: #292930;
  margin-right: 20px;
}
.bl-blog__category a.last-child {
  color: #8A90A2;
}
.bl-blog__video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bl-blog__video-play-btn a {
  height: 90px;
  width: 90px;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  display: inline-block;
  font-size: 24px;
  color: var(--tp-common-black);
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-blog__video-play-btn a {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .bl-blog__video-play-btn a {
    height: 70px;
    width: 70px;
    line-height: 75px;
    font-size: 16px;
  }
}
.bl-blog__item:hover .bl-blog__img img {
  transform: scale(1.1) rotate(-3deg);
}
.bl-blog__img {
  margin-bottom: 20px;
}
.bl-blog__img img {
  transition: 0.3s;
}
.bl-blog__title-sm {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.03em;
  color: #292930;
  padding-bottom: 5px;
  line-height: 1.3;
}
.bl-blog__title-sm:hover {
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-blog__title-sm {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-blog__title-sm {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .bl-blog__title-sm {
    font-size: 20px;
  }
  .bl-blog__title-sm br {
    display: none;
  }
}
.bl-blog__meta span {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #8A90A2;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-blog__meta span {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .bl-blog__meta span {
    margin-right: 15px;
  }
}
.bl-blog__meta span i {
  font-style: normal;
  color: var(--tp-common-black);
}
.bl-blog__meta a {
  font-weight: 500;
  font-size: 12px;
  color: #8A90A2;
  margin-right: 30px;
  text-transform: uppercase;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-blog__meta a {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .bl-blog__meta a {
    margin-right: 15px;
  }
}
.bl-blog__meta a:hover {
  color: var(--tp-common-black);
}

.bl-cta__slider-item {
  padding: 0px 100px;
  position: relative;
}
.bl-cta__slider-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid #62626B;
}
.bl-cta__slider-item p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .bl-video-post__xs-space {
    padding-left: 0;
    padding-right: 0;
  }
}

.bl-sidebar__left-item {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .bl-sidebar__left-item {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.bl-sidebar__left-item .bl-blog__img {
  margin-right: 50px;
  margin-bottom: 0;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-sidebar__left-item .bl-blog__img {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .bl-sidebar__left-item .bl-blog__img {
    margin-right: 0;
  }
  .bl-sidebar__left-item .bl-blog__img img {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bl-sidebar__left-item .bl-blog__img {
    width: 100%;
  }
  .bl-sidebar__left-item .bl-blog__img img {
    width: 100%;
  }
}
.bl-sidebar__widget-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #000000;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #F0F0F0;
}
.bl-sidebar__social-icon i {
  font-size: 27px;
  color: var(--tp-common-white);
  font-weight: 700;
  margin-right: 20px;
}
.bl-sidebar__social-icon p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: var(--tp-common-white);
}
.bl-sidebar__social-icon p span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.bl-sidebar__social-item {
  background-color: #0A66C2;
  padding: 20px 30px;
}
.bl-sidebar__social-item.social-color-2 {
  background-color: #CD201F;
}
.bl-sidebar__social-item.social-color-3 {
  background-color: #1DA1F2;
}
.bl-sidebar__arrow-icon i {
  color: var(--tp-common-white);
  font-size: 20px;
  font-weight: 300;
  transform: translateY(4px);
}
.bl-sidebar__widget ul li {
  margin-bottom: 10px;
}
.bl-sidebar__recent-thumb {
  margin-right: 20px;
  flex: 0 0 auto;
}
.bl-sidebar__recent-meta span {
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  color: #777777;
}
.bl-sidebar__recent-meta span i {
  margin-right: 6px;
}
.bl-sidebar__recent-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #292930;
}
.bl-sidebar__widget-wrapper {
  padding-left: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-sidebar__widget-wrapper {
    padding-left: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bl-sidebar__widget-wrapper {
    padding-left: 0px;
  }
}
.bl-sidebar__recent-postbox:hover .bl-sidebar__recent-thumb img {
  transform: scale(1.1) rotate(-3deg);
}

.bl-testimonial__thumb {
  position: relative;
}
.bl-testimonial__thumb span {
  height: 430px;
  width: 430px;
  border: 1px solid red;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 5px;
  z-index: -1;
  border: 1px dashed #DCD1D1;
  border-radius: 217.445px 206.337px 0px 217.445px;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-testimonial__thumb span {
    height: 383px;
    width: 370px;
    top: 5px;
    left: 7px;
  }
}
.bl-testimonial__thumb img {
  border-radius: 0 215px 215px 0;
  max-width: 100%;
}
.bl-testimonial__rating {
  margin-bottom: 25px;
}
.bl-testimonial__rating span {
  color: #FFB11B;
}
.bl-testimonial__text p {
  font-weight: 500;
  font-size: 28px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #292930;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-testimonial__text p {
    font-size: 25px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-testimonial__text p {
    font-size: 20px;
    line-height: 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-testimonial__text p {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .bl-testimonial__text p {
    font-size: 18px;
    line-height: 28px;
  }
}
.bl-testimonial__text p span {
  color: #F2236E;
}
.bl-testimonial__slide-sm-avata {
  position: absolute;
  bottom: -125px;
  left: 50px;
}
@media (max-width: 767px) {
  .bl-testimonial__slide-sm-avata {
    bottom: -120px;
    left: -15px;
  }
}
.bl-testimonial__author-wrapper {
  margin-top: 20px;
}
.bl-testimonial__author-img {
  margin-right: 15px;
}
.bl-testimonial__author-info h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 0;
  padding-right: 10px;
}
.bl-testimonial__author-info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #445658;
}

.bl-testimonial__active {
  margin-left: 60px;
  padding-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-testimonial__active {
    margin-left: 40px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bl-testimonial__active {
    margin-left: 0;
  }
}

.bl-testimonial__slider-wrapper {
  position: relative;
}
.bl-testimonial__slider-wrapper .testimonial-slider-dots {
  position: absolute;
  right: 14%;
  bottom: -2%;
  z-index: 99;
}
@media (max-width: 767px) {
  .bl-testimonial__slider-wrapper .testimonial-slider-dots {
    left: 0;
    bottom: -15%;
  }
}
.bl-testimonial__slider-wrapper .testimonial-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-black);
  width: 30px;
  border-radius: 30px;
  opacity: 1;
}
.bl-testimonial__slider-wrapper .testimonial-slider-dots .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  display: inline-block;
  border-radius: 30px;
  background-color: var(--tp-theme-1);
  margin: 0px 3px;
  opacity: 0.5;
  transition: 0.3s;
}
.bl-testimonial__border-bottom {
  border-bottom: 1px solid #E1E1E1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bl-testimonial__border-bottom {
    border: none;
  }
}

.bl-testimonial__wrapper {
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-newsletter__left-side {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .bl-newsletter__left-side {
    margin-bottom: 30px;
  }
}
.bl-newsletter__title-box i {
  height: 80px;
  width: 80px;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  flex: 0 0 auto;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .bl-newsletter__title-box i {
    margin-right: 20px;
  }
}
.bl-newsletter__title-sm {
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.03em;
  color: #000000;
  padding-right: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-newsletter__title-sm {
    font-size: 34px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-newsletter__title-sm {
    font-size: 30px;
    line-height: 37px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .bl-newsletter__title-sm {
    font-size: 19px;
    line-height: 29px;
    padding-right: 0px;
  }
}

.bl-newsletter__input input {
  width: 100%;
  height: 60px;
  border-radius: 90px;
  border: 0;
  background: #F1F1F1;
  padding: 0 55px;
}
.bl-newsletter__input input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.bl-newsletter__input input:-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.bl-newsletter__input input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.bl-newsletter__input input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.bl-newsletter__input button {
  background: #292930;
  border-radius: 0px 90px 90px 0px;
  height: 60px;
  padding: 0px 45px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .bl-newsletter__input button {
    position: static;
    margin-top: 20px;
    border-radius: 90px;
  }
}
.bl-newsletter__input i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  color: var(--tp-common-black);
  font-size: 16px;
}

.bl-newsletter__check-wrapper {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .bl-newsletter__check-wrapper {
    padding-left: 0;
  }
}
.bl-newsletter__check-wrapper .form-check-label {
  font-size: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.bl-newsletter__check-wrapper .form-check-input:checked {
  background-color: #1AEFA2;
  border-color: transparent;
}
.bl-newsletter__check-wrapper .form-check-input:focus {
  box-shadow: none;
}
.bl-newsletter__check-wrapper .form-check-input.form-check-input[type=checkbox] {
  border-radius: 2px;
  margin-top: 6px;
}

.bl-story__item .bl-blog__title-sm {
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.03em;
  color: #292930;
}

.bl-instagram__slider-active {
  margin: 0px -230px;
}
@media (max-width: 767px) {
  .bl-instagram__slider-active {
    margin: 0px;
  }
}

.bl-instagram__slider-tag {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
@media (max-width: 767px) {
  .bl-instagram__slider-tag {
    width: 100%;
    right: 0;
    text-align: center;
  }
}
.bl-instagram__slider-tag span {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #292930;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 70px;
  padding: 20px 70px;
}
@media (max-width: 767px) {
  .bl-instagram__slider-tag span {
    padding: 15px 30px;
  }
}

.bl-footer__widget-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 39px;
  display: flex;
  align-items: center;
  letter-spacing: -2px;
  color: #FFFFFF;
  padding-bottom: 25px;
}
.bl-footer__social a {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  text-align: center;
  line-height: 45px;
  color: var(--tp-common-white);
  margin-right: 20px;
}
.bl-footer__social a:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.bl-footer__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #D4D4D6;
  mix-blend-mode: normal;
  opacity: 0.8;
  padding-bottom: 30px;
  padding-right: 100px;
}
.bl-footer__address span {
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #FFFFFF;
  mix-blend-mode: normal;
  margin-right: 10px;
}
.bl-footer__address a {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #B2B2B5;
}
.bl-footer__contact-info span {
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #FFFFFF;
  mix-blend-mode: normal;
  margin-right: 10px;
}
.bl-footer__contact-info a {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #B2B2B5;
}
.bl-footer__contact {
  padding-bottom: 40px;
}
.bl-footer__company-info ul {
  margin-bottom: 30px;
}
.bl-footer__company-info ul li {
  margin-bottom: 20px;
}
.bl-footer__company-info ul li:last-child {
  margin-bottom: 0;
}
.bl-footer__company-info ul li a {
  font-weight: 400;
  font-size: 14px;
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  color: #C6C6C6;
}
.bl-footer__company-info ul li a i {
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 20px;
  color: var(--tp-common-white);
}
.bl-footer__widget-title-sm {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  padding-bottom: 30px;
}
.bl-footer__map iframe {
  height: 160px;
  width: 260px;
}
@media (max-width: 767px) {
  .bl-footer__map iframe {
    width: 100%;
  }
}

.bl-footer__recent-content .bl-sidebar__recent-title {
  color: var(--tp-common-white);
}

.bl-footer-2 {
  padding-left: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-footer-2 {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .bl-footer-2 {
    padding-left: 0px;
  }
}

.bl-footer-3 {
  padding-left: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-footer-3 {
    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) {
  .bl-footer-3 {
    padding-left: 0px;
  }
}

.bl-vedio__img video {
  object-fit: cover;
  height: 740px;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-vedio__img video {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-vedio__img video {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .bl-vedio__img video {
    height: 400px;
  }
}

.bl-vedio__play-btn button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  height: 140px;
  width: 140px;
  line-height: 140px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--tp-common-white);
  display: inline-block;
  font-size: 30px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-vedio__play-btn button {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bl-vedio__play-btn button {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 20px;
  }
}

.vid-play-btn .play {
  transform: scale(1) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.vid-play-btn .pause {
  transform: scale(0) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.vid-play-btn.open .play {
  transform: scale(0) translate(-50%, -50%);
}
.vid-play-btn.open .pause {
  transform: scale(1) translate(-50%, -50%);
}

.post-style .tp-blog-item {
  border: 0;
}

/*----------------------------------------*/
/*  23. blog css start
/*----------------------------------------*/
@media (max-width: 767px) {
  .tp-blog-section-box .tp-title {
    font-size: 30px;
  }
}

.tp-blog-item {
  padding: 40px;
  border: 1px solid #F1F3F6;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  background-color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-blog-item {
    padding: 20px;
  }
}
.tp-blog-item:hover .tp-blog-img img {
  transform: scale(1.1);
}

.tp-blog-img {
  border-radius: 20px;
}
.tp-blog-img img {
  transition: 1s;
  border-radius: 20px;
  transform: scale(1);
}

.tp-blog-meta a {
  color: var(--tp-theme-1);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 30px;
  height: 40px;
  background-color: rgba(89, 86, 233, 0.1);
  border-radius: 10px;
  line-height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-meta a {
    padding: 0 15px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .tp-blog-meta a {
    padding: 0 17px;
    font-size: 12px;
  }
}
.tp-blog-meta a:hover {
  background-color: var(--tp-theme-1);
  color: #fff;
}
.tp-blog-meta .tp-blog-meta-color {
  background-color: #F1F2FF;
  color: #8A90A2;
}
.tp-blog-meta .tp-blog-meta-color:hover {
  background-color: rgba(89, 86, 233, 0.1);
  color: var(--tp-theme-1);
}

.tp-blog-info .tp-blog-title {
  color: var(--tp-common-black);
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tp-blog-info .tp-blog-title:hover {
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-info .tp-blog-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-info .tp-blog-title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .tp-blog-info .tp-blog-title {
    font-size: 28px;
  }
}
.tp-blog-info P {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-info P {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .tp-blog-info P {
    font-size: 17px;
  }
}

.tp-blog-border {
  border-right: 1px solid #E2E7EC;
}
@media (max-width: 767px) {
  .tp-blog-border {
    border-right: 0;
  }
}

.tp-blog-space {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-space {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.tp-blog-space .tp-blog-box::before {
  display: none;
}
.tp-blog-space .tp-blog-box .tp-blog-item {
  padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-area {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-area {
    padding-bottom: 130px;
  }
}

.blog-grey-color {
  background-color: #F7F8FD;
  border: 0;
}

.blog-border-shape {
  position: relative;
}
.blog-border-shape::after {
  position: absolute;
  content: "";
  top: 50px;
  left: 0;
  width: 1px;
  background-color: #E2E7EC;
  height: 530px;
  margin-left: -15px;
}

.tp-blog-box {
  position: relative;
}
.tp-blog-box:before {
  content: "";
  bottom: 0;
  position: absolute;
  height: 90px;
  width: 85%;
  right: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  margin: 0 auto;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  background: rgba(231, 235, 242, 0.85);
  filter: blur(45px);
}
.tp-blog-box:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: -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) {
  .tp-blog-item-three {
    margin-bottom: 60px;
  }
}
.tp-blog-item-three__img {
  border-radius: 20px;
}
.tp-blog-item-three__img img {
  transform: scale(1);
  transition: 1s;
}
.tp-blog-item-three:hover img {
  transform: scale(1.1);
}
.tp-blog-item-three__button {
  line-height: 1;
}
.tp-blog-item-three__meta a {
  color: var(--tp-theme-1);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.tp-blog-item-three__meta a:hover {
  color: var(--tp-common-black);
}
.tp-blog-item-three__meta .tp-meta-text {
  color: #8A90A2;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding-left: 25px;
  margin-left: 25px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-item-three__meta .tp-meta-text {
    padding-left: 14px;
    margin-left: 10px;
  }
}
.tp-blog-item-three__meta .tp-meta-text i {
  padding-right: 5px;
}
.tp-blog-item-three__meta .tp-meta-text::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 17px;
  background-color: #E8ECF2;
}
.tp-blog-item-three__meta .tp-meta-text span {
  font-style: normal;
  color: var(--tp-common-black);
}
.tp-blog-item-three__meta .tp-meta-text span:hover {
  color: var(--tp-theme-1);
}
.tp-blog-item-three__title p {
  font-size: 16px;
  font-weight: 400;
  color: #8A90A2;
  line-height: 27px;
  padding-bottom: 5px;
  padding-right: 23px;
}

.tp-bp-title {
  color: var(--tp-common-black);
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-bp-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-bp-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-bp-title {
    font-size: 20px;
  }
}
.tp-bp-title:hover {
  color: var(--tp-theme-1);
}

.tp-blog-border {
  border-right: 1px solid #E2E5EA;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-border {
    border: transparent;
  }
}

.tp-blog-item-four__img {
  border-radius: 20px;
}
.tp-blog-item-four__img img {
  border-radius: 20px;
  transform: scale(1);
  transition: 1s;
}
.tp-blog-item-four:hover .tp-blog-item-four__img img {
  transform: scale(1.1);
}
.tp-blog-item-four__meta a {
  color: var(--tp-theme-1);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.tp-blog-item-four__meta a:hover {
  color: var(--tp-common-black);
}
.tp-blog-item-four__meta .tp-meta-text {
  color: #8A90A2;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding-left: 45px;
  margin-left: 45px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-item-four__meta .tp-meta-text {
    padding-left: 25px;
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .tp-blog-item-four__meta .tp-meta-text {
    padding-left: 20px;
    margin-left: 20px;
  }
}
.tp-blog-item-four__meta .tp-meta-text i {
  padding-right: 5px;
}
.tp-blog-item-four__meta .tp-meta-text::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 17px;
  background-color: #E8ECF2;
}
.tp-blog-item-four__meta .tp-meta-text span {
  font-style: normal;
  color: var(--tp-common-black);
}
.tp-blog-item-four__meta .tp-meta-text span:hover {
  color: var(--tp-theme-1);
}
.tp-blog-item-four__title p {
  font-size: 16px;
  font-weight: 400;
  color: #8A90A2;
  line-height: 27px;
  padding-bottom: 5px;
  padding-right: 23px;
}

.tp-blog-user-title {
  color: var(--tp-common-black);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-user-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-user-title {
    font-size: 30px;
  }
}
.tp-blog-user-title:hover {
  color: var(--tp-theme-1);
}

@media (max-width: 767px) {
  .tp-blog-right-side-sm {
    padding-right: 0;
    flex-wrap: wrap;
  }
}
.tp-blog-right-side-sm:hover .tp-blog-right-side-sm__img img {
  transform: scale(1.2);
}
.tp-blog-right-side-sm__img {
  border-radius: 20px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-right-side-sm__img {
    marign-right: 20px;
  }
}
@media (max-width: 767px) {
  .tp-blog-right-side-sm__img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tp-blog-right-side-sm__img {
    width: 100%;
  }
}
.tp-blog-right-side-sm__img img {
  transform: scale(1);
  transition: 0.9s;
}
@media (max-width: 767px) {
  .tp-blog-right-side-sm__img img {
    width: 100%;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-right-side-sm__meta {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.tp-blog-right-side-sm__meta a {
  color: var(--tp-theme-1);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  padding-right: 40px;
  font-size: 13px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-right-side-sm__meta a {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-right-side-sm__meta a {
    padding-right: 5px;
  }
}
.tp-blog-right-side-sm__meta a:hover {
  color: var(--tp-common-black);
}
.tp-blog-right-side-sm__meta .tp-meta-text {
  color: #8A90A2;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-right-side-sm__meta .tp-meta-text {
    font-size: 13px;
  }
}
.tp-blog-right-side-sm__meta .tp-meta-text i {
  padding-right: 5px;
}
.tp-blog-right-side-sm__meta .tp-meta-text span {
  font-style: normal;
  color: var(--tp-common-black);
}
.tp-blog-right-side-sm__meta .tp-meta-text span:hover {
  color: var(--tp-theme-1);
}

.tp-blog-user-sm-title {
  color: var(--tp-common-black);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-user-sm-title {
    font-size: 23px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-user-sm-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tp-blog-user-sm-title {
    font-size: 22px;
  }
}
.tp-blog-user-sm-title:hover {
  color: var(--tp-theme-1);
}

.circle-animation.blog-animation {
  bottom: -18%;
  left: 21%;
  border: 1px solid #E8ECF2;
  width: 537px;
  height: 537px;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .circle-animation.blog-animation {
    bottom: -11%;
    left: 9%;
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 767px) {
  .circle-animation.blog-animation {
    bottom: -10%;
    left: 50%;
    height: 300px;
    width: 300px;
  }
}

.circle-animation span.tp-circle-3 {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 50%;
  width: 50%;
  height: 1px;
  background: transparent;
  transform-origin: left;
  transform: scale(-1, 1);
  -webkit-animation: circle-animation2 13s linear infinite;
  -moz-animation: circle-animation2 13s linear infinite;
  -o-animation: circle-animation2 13s linear infinite;
  animation: circle-animation2 13s linear infinite;
}

.circle-animation span.tp-circle-3::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: -25px;
  right: -7px;
  background-color: #FFADAD;
}

.tp-blg-sm-title {
  font-size: 16px;
  color: rgba(41, 41, 48, 0.6);
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 40px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blg-sm-title {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .tp-blg-sm-title {
    padding-right: 25px;
  }
}
.tp-blg-sm-title:hover {
  color: var(--tp-theme-1);
}

.tp-blg-lg-title {
  font-size: 26px;
  color: var(--tp-common-black);
  font-weight: 700;
  transition: 0.3s;
}
@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) {
  .tp-blg-lg-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-blg-lg-title {
    font-size: 22px;
  }
}
.tp-blg-lg-title a {
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.tp-blg-lg-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tpblog__item {
  padding-right: 35px;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .tpblog__item {
    flex-wrap: wrap;
    padding-right: 0;
  }
}
.tpblog:hover .tpblog__thumb img {
  transform: scale(1.1);
  transition: 0.9s;
}
.tpblog__thumb {
  margin-right: 35px;
  flex: 0 0 auto;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpblog__thumb {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .tpblog__thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.tpblog__thumb img {
  transform: scale(1);
}
@media (max-width: 767px) {
  .tpblog__thumb img {
    width: 100%;
  }
}
.tpblog__meta {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tpblog__meta {
    margin-bottom: 15px;
  }
}
.tpblog__meta span {
  font-size: 16px;
  color: rgba(41, 41, 48, 0.6);
  font-weight: 700;
  line-height: 1;
  transition: 0.3s;
}
.tpblog__meta span:hover {
  color: var(--tp-theme-1);
}

.tp-blog-bs-space {
  margin-left: 130px;
  margin-right: 130px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-bs-space {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.bpblog__img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transform: scale(1);
  transition: 0.9s;
}
.bpblog:hover .bpblog__img img {
  transform: scale(1.1);
}
.bpblog__content {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--tp-common-white);
  padding: 35px 20px;
}
.bpblog__content span {
  font-size: 12px;
  font-weight: 500;
  color: var(--tp-common-black);
  background-color: rgba(137, 206, 251, 0.2);
  height: 24px;
  padding: 0px 15px;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.3s;
  margin-bottom: 20px;
  border-radius: 3px;
}
.bpblog__content span:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.bpblog__content p {
  color: #68666E;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .bpblog__content p {
    font-size: 14px;
  }
  .bpblog__content p br {
    display: none;
  }
}

.ce-blog-shape {
  position: absolute;
  right: 40px;
  top: 161px;
  animation: rotate2 15s linear infinite;
}

.bp-blog-title {
  font-size: 22px;
  font-weight: 500;
  color: var(--tp-common-black);
  line-height: 1.4;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bp-blog-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bp-blog-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bp-blog-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .bp-blog-title {
    font-size: 20px;
  }
}
.bp-blog-title:hover {
  color: var(--tp-theme-1);
}

.bs-blog-shape-1 {
  position: absolute;
  left: 75px;
  bottom: 190px;
  animation: moving 5s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-blog-shape-1 {
    left: 75px;
    bottom: 50px;
  }
}

.bs-blog-shape-2 {
  position: absolute;
  right: 130px;
  top: 136px;
  animation: rotate2 5s linear infinite;
}

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

.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-1);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.postbox__thumb .play-btn:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-black);
}
.postbox__thumb img {
  border-radius: 20px;
  margin-bottom: 40px;
}
.postbox__audio {
  height: 100%;
  width: 100%;
}
.postbox__audio iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.postbox__item-single:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.postbox__content p img {
  margin-bottom: 30px;
  max-width: 100%;
}
.postbox__content-single {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.postbox__title {
  font-size: 36px;
  font-weight: 700;
  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;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .postbox__title {
    font-size: 25px;
  }
}
.postbox__title a:hover {
  color: var(--tp-theme-1);
}
.postbox__meta {
  margin-bottom: 10px;
}
.postbox__meta span {
  font-size: 14px;
  font-weight: 700;
  color: #8A90A2;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 30px;
}
.postbox__meta span:last-child {
  margin-right: 0;
}
.postbox__meta span i {
  color: var(--tp-common-black);
  margin-right: 3px;
  font-weight: 500;
}
.postbox__meta span:hover {
  color: var(--tp-theme-1);
}
.postbox__meta span:hover i {
  color: var(--tp-theme-1);
}
.postbox__text img {
  max-width: 100%;
}
.postbox__text p {
  margin-bottom: 28px;
  font-size: 17px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__text p {
    font-size: 16px;
  }
}
.postbox__text-single p {
  margin-bottom: 15px;
}
.postbox__slider button {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  color: var(--tp-common-white);
}
.postbox__slider button.slick-next {
  left: auto;
  right: 50px;
}
@media (max-width: 767px) {
  .postbox__slider button.slick-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .postbox__slider button {
    left: 10px;
  }
}
.postbox__comment ul li {
  margin-bottom: 30px;
  list-style: none;
}
.postbox__comment ul li.children {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .postbox__comment ul li.children {
    margin-left: 15px;
  }
}
.postbox__comment-form {
  margin-bottom: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
  background: var(--tp-common-white);
}
.postbox__comment-form-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-bottom: 40px;
}
.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;
  color: var(--tp-common-black);
  outline: none;
  border: 1px solid #f7f7f7;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.postbox__comment-input textarea {
  height: 175px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.postbox__comment-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
  color: var(--tp-common-black);
}
.postbox__comment-avater img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.postbox__comment-name {
  margin-bottom: 5px;
}
.postbox__comment-name h5 {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: var(--tp-common-black);
}
.postbox__comment-name span {
  font-size: 14px;
  color: #8A879F;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .postbox__comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
}
.postbox__comment-text p {
  font-size: 16px;
  color: var(--tp-text-11);
  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;
  color: var(--tp-theme-1);
  background: rgba(61, 108, 231, 0.1);
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.postbox__comment-reply a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
}
.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__social-wrapper {
  border-bottom: 1px solid #ECEEF3;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.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;
  border-radius: 10px;
}
.rc__post-title {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-common-black);
  line-height: 22px;
}
.rc__post-title a:hover {
  color: var(--tp-theme-1);
}
.rc__meta span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #8A879F;
}

.sidebar__wrapper {
  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) {
  .sidebar__wrapper {
    padding-left: 0;
    padding-top: 50px;
  }
}
.sidebar__widget {
  padding: 40px;
  border: 1px solid #F6F6F6;
}
.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;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  border: 1px solid #F2F5FA;
  margin-bottom: 10px;
  padding: 7px 15px;
}
.sidebar__widget ul li span {
  float: right;
  color: var(--tp-common-black);
  font-size: 16px;
  font-weight: 600;
}
.sidebar__widget ul li:hover a {
  color: var(--tp-theme-1);
}
.sidebar__widget ul li:hover span {
  color: var(--tp-theme-1);
}
.sidebar__search {
  position: relative;
}
.sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: var(--tp-grey-1);
  padding: 0 25px;
  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;
}
.sidebar__search input::placeholder {
  color: #777777;
}
.sidebar__search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 24px;
  color: #fff;
  line-height: 60px;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  color: var(--tp-common-black);
}
.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;
}

.tagcloud a {
  border: 1px solid #F2F4F6;
  color: #C1C1C1;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 25px;
  margin-bottom: 8px;
  margin-right: 10px;
  text-transform: uppercase;
  border-radius: 5px;
}
.tagcloud a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-black);
}

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: 20px;
  width: 100%;
}

.blog-nav-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 5;
}

.blog-nav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 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);
}

/*----------------------------------------*/
/*  24. news css start
/*----------------------------------------*/
.tp-news-letter-box {
  background-color: var(--tp-theme-1);
  padding-top: 82px;
  padding-bottom: 82px;
  border-radius: 20px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .tp-news-letter-box {
    background-size: cover;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-news-button .tp-btn-yellow {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-button .tp-btn-yellow {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-news-wrapper {
    padding-left: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-wrapper {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .tp-news-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .tp-news-sub-wrapper {
    padding-right: 0px;
  }
}

.tp-news-shape-img {
  position: absolute;
  bottom: -22px;
  left: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-news-shape-img {
    left: -35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-news-shape-img {
    left: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-shape-img {
    bottom: -55px;
    left: -33px;
  }
}
@media (max-width: 767px) {
  .tp-news-shape-img {
    left: -16px;
  }
}

@media (max-width: 767px) {
  .tp-news-letter-img {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-letter-img img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-news-letter-img img {
    max-width: 100%;
    padding-top: 25px;
  }
}

.tp-newsletter-left-img {
  max-width: inherit;
  margin-left: -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-newsletter-left-img {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-newsletter-left-img {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-newsletter-left-img {
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .tp-newsletter-left-img {
    margin-left: 0px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-newsletter-left-img img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-newsletter-left-img img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-newsletter-left-img img {
    max-width: 110%;
  }
}
@media (max-width: 767px) {
  .tp-newsletter-left-img img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .tp-news-letter-section-box-two {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-letter-section-box .tp-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tp-news-letter-section-box .tp-title {
    font-size: 30px;
  }
}

.news-shape-img {
  position: absolute;
  top: -50px;
  left: 57px;
  animation: zoom2 5s infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news-shape-img {
    left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-shape-img {
    left: -33px;
  }
}
@media (max-width: 767px) {
  .news-shape-img {
    left: -61px;
  }
}

@media (max-width: 767px) {
  .tp-news-button .tp-btn-lg-yellow {
    margin-bottom: 20px;
  }
}

/*----------------------------------------*/
/*  25. newsletter css start
/*----------------------------------------*/
.tp-suscribe-newslatter {
  background-repeat: no-repeat;
}

.tp-news-letter-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tp-news-title {
  font-size: 45px;
  font-weight: 700;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-news-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-news-title {
    font-size: 29px;
    margin-bottom: 20px;
  }
}

.tp-submit-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media (max-width: 767px) {
  .tp-submit-button {
    position: relative;
    top: 0;
    transform: inherit;
  }
}

.tp-news-button input {
  height: 80px;
  width: 100%;
  border: 0;
  background-color: #6461FF;
  box-shadow: 0px, 14px rgba(35, 33, 142, 0.04);
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-common-white);
  padding-left: 30px;
  padding-right: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-news-button input {
    padding-right: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-button input {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .tp-news-button input {
    padding-left: 20px;
    padding-right: 10px;
    height: 60px;
    margin-bottom: 20px;
  }
}
.tp-news-button input::placeholder {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-sub-wrapper {
    margin-bottom: 70px;
  }
}

/*----------------------------------------*/
/*  26. contact css start
/*----------------------------------------*/
.tp-contact-title {
  margin-bottom: 50px;
  color: var(--tp-common-black);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
}
.tp-contact-title svg {
  margin-right: 10px;
  flex: 0 0 auto;
}

.tpcontact__form input {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border: none;
  border-radius: 10px;
  color: #8A90A2;
  margin-bottom: 30px;
}
.tpcontact__form input::placeholder {
  font-size: 15px;
  color: #8A90A2;
}
.tpcontact__form textarea {
  width: 100%;
  resize: none;
  border: none;
  height: 215px;
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 28px;
  color: #8A90A2;
}
.tpcontact__form textarea:focus {
  outline: none;
}
.tpcontact__form textarea::placeholder {
  font-size: 15px;
  color: #8A90A2;
}
.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 textarea {
  border: 1px solid #EFF1F6;
}

.tp-border-left {
  border-left: 1px solid rgba(41, 41, 48, 0.1);
  padding-left: 100px;
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-border-left {
    border-left: transparent;
    padding-left: 0px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-border-left {
    border-left: transparent;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 60px;
  }
}

.tp-contact-thumb img {
  max-width: 100%;
}

.tp-contact-info span {
  color: #8A90A2;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-right: 33px;
}
.tp-contact-info span:hover {
  color: var(--tp-theme-1);
}

.contact-space-40 {
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-space-40 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-space-40 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .contact-space-40 {
    margin-left: 0;
    margin-bottom: 70px;
  }
}

.contact-title {
  font-weight: 700;
  color: var(--tp-common-black);
  font-size: 22px;
}

.tp-contact-big-title {
  font-size: 65px;
  font-weight: 700;
  color: var(--tp-common-black);
  margin-bottom: 60px;
}

.login-space {
  padding-top: 130px;
  padding-bottom: 130px;
}

.tp-login-title {
  font-size: 35px;
  font-weight: 700;
  color: var(--tp-common-black);
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .tp-login-title {
    font-size: 30px;
  }
}

.tp-login-thumb img {
  max-width: 100%;
}

.tplogin {
  width: 420px;
}
.tplogin__form .tp-mail {
  margin-bottom: 15px;
}
.tplogin__form .tp-mail label {
  color: var(--tp-common-black);
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.tplogin__form .tp-mail input {
  height: 60px;
  width: 100%;
  background-color: var(--tp-grey-1);
  border: 0;
  border-radius: 5px;
  padding: 0px 20px;
  color: #B2B0C1;
}
.tplogin__form .tp-mail input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #B2B0C1;
}
.tplogin__form .tp-password {
  padding-bottom: 30px;
}
.tplogin__form .tp-password label {
  color: var(--tp-common-black);
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.tplogin__form .tp-password input {
  width: 100%;
  height: 60px;
  background-color: var(--tp-grey-1);
  border: 0;
  border-radius: 5px;
  padding: 0px 20px;
  color: #B2B0C1;
}
.tplogin__form .tp-password input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #B2B0C1;
}
.tplogin__form .tp-number {
  padding-bottom: 10px;
}
.tplogin__form .tp-number label {
  color: var(--tp-common-black);
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.tplogin__form .tp-number input {
  width: 100%;
  height: 60px;
  background-color: var(--tp-grey-1);
  border: 0;
  border-radius: 5px;
  padding: 0px 20px;
  color: #B2B0C1;
}
.tplogin__form .tp-number input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #B2B0C1;
}
.tplogin__form .tp-forgot-password {
  margin-bottom: 40px;
}
.tplogin__form .tp-forgot-password .checkbox label {
  color: var(--tp-common-black);
  font-size: 14px;
  font-weight: 500;
}
.tplogin__form .tp-forgot-password .forgot a {
  color: #007AFF;
  font-size: 14px;
  font-weight: 500;
}
.tplogin__form .tp-signup {
  margin-top: 20px;
}
.tplogin__form .tp-signup .account a {
  color: var(--tp-common-black);
  font-size: 14px;
  font-weight: 500;
}
.tplogin__form .tp-signup .signin a {
  color: #007AFF;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .tp-login-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.tp-404-thumb img {
  max-width: 100%;
}

.tp-404-circle {
  position: relative;
}
.tp-404-circle::after {
  top: -170px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  content: "";
  width: 1200px;
  height: 1200px;
  background-color: var(--tp-common-white);
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-404-circle::after {
    width: 750px;
    height: 750px;
    top: 55px;
  }
}
@media (max-width: 767px) {
  .tp-404-circle::after {
    width: 320px;
    height: 320px;
    top: 155px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-404-circle::after {
    width: 550px;
    height: 550px;
    top: 96px;
  }
}

/*----------------------------------------*/
/*  27. footer css start
/*----------------------------------------*/
.tp-footer-space {
  padding-top: 230px;
}
@media (max-width: 767px) {
  .tp-footer-space {
    padding-top: 110px;
  }
}

.tp-footer-title {
  font-size: 35px;
  color: var(--tp-common-white);
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .tp-footer-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.tp-copyright-bottom {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .tp-copyright-text {
    margin-bottom: 10px;
  }
}
.tp-copyright-text p {
  color: var(--tp-common-white);
  font-weight: 400;
}
@media (max-width: 767px) {
  .tp-copyright-text p {
    font-size: 15px;
  }
}

.tp-copyright-right span {
  color: var(--tp-common-white);
  font-weight: 400;
  font-size: 400;
  padding-left: 45px;
}
.tp-copyright-right span:hover {
  color: var(--tp-theme-primary);
}

.tp-copyright-box {
  border-top: 1px solid #383841;
  border-bottom: 1px solid #383841;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tp-copyright-social a {
  color: var(--tp-common-white);
  font-size: 18px;
  font-weight: 400;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid #383841;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  margin-left: 20px;
}
.tp-copyright-social a:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-copyright-social a {
    margin-left: 0;
    margin-right: 10px;
  }
}

.footer-widget-info {
  border-bottom: 1px solid #EBECEF;
}
.footer-widget-info .tp-footer-title {
  font-size: 50px;
  font-weight: 700;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-info .tp-footer-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .footer-widget-info .tp-footer-title {
    font-size: 29px;
  }
}
.footer-widget-info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  max-width: 625px;
  margin: 0 auto;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .footer-widget-info p {
    font-size: 14px;
  }
}
.footer-widget-info .right-receved {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
}

.tp-copyright-social-two a {
  color: var(--tp-common-black);
  border-color: #EDEEF1;
  font-size: 18px;
  font-weight: 400;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .tp-copyright-social-two a {
    margin-left: 0;
    margin-top: 20px;
  }
}

.tp-cpoyright-menu a {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
  padding: 0px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cpoyright-menu a {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-cpoyright-menu a {
    padding: 0px 10px;
  }
}
.tp-cpoyright-menu a:hover {
  color: var(--tp-theme-1);
}

.tp-footer-widget {
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-widget {
    margin-bottom: 70px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-footer-widget {
    padding-left: 0;
    margin-bottom: 45px;
  }
}
.tp-footer-widget__logo img {
  width: 180px;
}
.tp-footer-widget__text p {
  font-size: 15px;
  font-weight: 400;
  color: #8A90A2;
  line-height: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-widget__text p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-widget__text p {
    margin-right: 30px;
  }
}
.tp-footer-widget__social-link a {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  background-color: #3E3E45;
  display: inline-block;
  color: #9E9EA2;
  font-size: 12px;
  margin-right: 10px;
}
.tp-footer-widget__social-link a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-footer-widget__social-link-2 a {
  background-color: var(--tp-grey-1);
}
.tp-footer-widget .footer-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-footer-widget__list ul li {
  margin-bottom: 15px;
}
.tp-footer-widget__list ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #8A90A2;
}
.tp-footer-widget__list ul li:hover a {
  color: var(--tp-theme-primary);
}
.tp-footer-widget__input {
  position: relative;
}
.tp-footer-widget__input input {
  width: 100%;
  background-color: #313138;
  border: 0;
  border-radius: 10px;
  height: 60px;
  color: #96A1B6;
  padding-left: 20px;
  padding-right: 75px;
}
.tp-footer-widget__input input::placeholder {
  color: #96A1B6;
}
.tp-footer-widget__input button {
  height: 60px;
  width: 60px;
  background-color: var(--tp-theme-1);
  border-radius: 10px;
  line-height: 60px;
  color: var(--tp-common-white);
  position: absolute;
  top: 0;
  right: 0;
}
.tp-footer-widget__tp-insta-img {
  position: relative;
}
.tp-footer-widget__tp-insta-img img {
  border-radius: 10px;
}
.tp-footer-widget__tp-insta-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(66, 62, 243, 0.8);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-footer-widget__tp-insta-img-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--tp-common-white);
  z-index: 2;
  font-size: 25px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-footer-widget__tp-insta-img:hover::after {
  opacity: 1;
  visibility: visible;
}
.tp-footer-widget__tp-insta-img:hover .tp-footer-widget__tp-insta-img-icon {
  opacity: 1;
  visibility: visible;
}

.tp-input-white input {
  background-color: var(--tp-grey-1);
}
.tp-input-white button {
  background-color: var(--tp-common-blue);
  color: var(--tp-common-black);
}

.tp-copyright-left p {
  color: var(--tp-common-white);
  font-size: 15px;
  font-weight: 400;
}

.tp-copyright-logo img {
  width: 180px;
}

.tp-copyright-right a {
  color: var(--tp-common-white);
  font-size: 15px;
  font-weight: 400;
  margin-left: 60px;
}
.tp-copyright-right a:hover {
  color: var(--tp-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-copyright-right a {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright-right a {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .tp-copyright-right a {
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.tp-copyright-color a {
  color: var(--tp-common-black);
}

.copyright-border {
  border-top: 1px solid #3E3E45;
}

.circle-animation.footer-animation {
  top: 23%;
  left: 4%;
  border: 1px solid #383841;
  width: 124px;
  height: 124px;
  position: absolute;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .circle-animation.footer-animation {
    top: 7%;
    left: 0%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .circle-animation.footer-animation {
    top: 7%;
    left: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-animation.footer-animation {
    top: 7%;
    left: 0%;
  }
}

.circle-animation span.tp-circle-3 {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 50%;
  width: 50%;
  height: 1px;
  background: transparent;
  transform-origin: left;
  transform: scale(-1, 1);
  -webkit-animation: circle-animation2 10s linear infinite;
  -moz-animation: circle-animation2 10s linear infinite;
  -o-animation: circle-animation2 10s linear infinite;
  animation: circle-animation2 10s linear infinite;
}

.circle-animation span.tp-circle-3::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: -25px;
  right: -7px;
  background-color: #FFADAD;
}

.tp-footer-border-shape {
  width: 700px;
  height: 700px;
  border: 2px solid #383841;
  position: absolute;
  top: -228px;
  left: -483px;
  transform: rotate(30deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-border-shape {
    width: 500px;
    height: 500px;
    top: -228px;
    left: -353px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-border-shape {
    width: 500px;
    height: 500px;
    top: -228px;
    left: -353px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-border-shape {
    width: 500px;
    height: 500px;
    top: -228px;
    left: -353px;
  }
}

.tp-footer-shape-one {
  position: absolute;
  left: 0;
  bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-shape-one {
    left: -60px;
    bottom: 90px;
  }
}
@media (max-width: 767px) {
  .tp-footer-shape-one {
    display: none;
  }
}

.tp-footer-shape-two {
  position: absolute;
  right: 40px;
  bottom: 140px;
  animation: jumpTwo 3s infinite linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-shape-two {
    bottom: 200px;
  }
}
@media (max-width: 767px) {
  .tp-footer-shape-two {
    display: none;
  }
}

.footer-clip-shape {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  z-index: 2;
}
.footer-clip-shape svg {
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .footer-clip-shape {
    line-height: 1;
    top: -17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-clip-shape {
    line-height: 1;
    top: -22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-clip-shape {
    line-height: 1;
    top: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-clip-shape {
    line-height: 1;
    top: -30px;
  }
}
@media (max-width: 767px) {
  .footer-clip-shape {
    line-height: 1;
    top: -42px;
  }
}

.bp-footer-widget-color {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bp-footer-widget-color .right-receved {
  color: rgba(255, 255, 255, 0.8);
}
.bp-footer-widget-color p {
  color: rgba(255, 255, 255, 0.8);
}

.bp-cpoyright-menu a {
  color: rgba(255, 255, 255, 0.8);
}

.bp-copyright-social a {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid #36363C;
}

.bp-foooter-shape-1 {
  position: absolute;
  top: 100px;
  right: 140px;
  animation: moving 12s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), 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) {
  .bp-foooter-shape-1 {
    top: 47px;
    right: 72px;
  }
}

.bp-foooter-shape-2 {
  position: absolute;
  bottom: 106px;
  left: 50px;
}

.bs-footer-shape-1 {
  position: absolute;
  top: 40%;
  left: 120px;
  animation: rotate2 8s linear infinite;
}

.bs-footer-shape-2 {
  position: absolute;
  right: 120px;
  top: 40%;
  animation: moving 10s linear infinite;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cpoyright-menu {
    margin-bottom: 0;
  }
}

.tp-backto-top {
  height: 142px;
  width: 142px;
  border-radius: 50%;
  border: 1px solid #EFF2F6;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tp-backto-top::after {
  height: 100%;
  width: 100%;
  background-color: var(--tp-theme-primary);
  content: "";
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0.8);
}
.tp-backto-top svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  top: -25px;
}

.tp-clip-height-one {
  height: 95px;
  background: #292930;
}

.tp-clip-height-two {
  height: 130px;
  background: #292930;
  overflow: hidden;
  position: relative;
  z-index: 222;
}
@media (max-width: 767px) {
  .tp-clip-height-two {
    height: 0px;
  }
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 6px;
  z-index: 99;
  color: var(--tp-common-white);
  text-align: center;
  cursor: pointer;
  background: var(--tp-theme-1);
  transition: 1s ease;
  border: none;
}
@media (max-width: 767px) {
  .scroll-top {
    right: 30px;
  }
}

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

.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

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