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

    Template Name: Aidzone
    �������أ�https://www.bootstrapmb.com 
    Description: Template
    Version: 1.01

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

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

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Buttons
		2.3 Animations
		2.4 Preloader
		2.5 Background
		2.6 Nice Select
		2.7 Pagination
		2.8 Offcanvas
		2.9 Breadcrumb
		2.10 Accordion
		2.11 Section Title
		2.12 Search
	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Header Style 2
		3.3 Header Style 3
		3.4 Header Style 4


    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Mobilemenu css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Postbox css
		5.2 Recent Post css
		5.3 Sidebar css
		5.4 Blog css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2
		6.3 Footer Style 3


	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 About css
		7.2 Award css
		7.3 Brand css
		7.4 contact css
		7.5 funfact css
		7.6 Slider css
		7.7 price css
		7.8 Services css
		7.9 Testimonial css
		7.10 Banner css
		7.11 Choose css
		7.12 Cta css
		7.13 Discover css
		7.14 Error css
		7.15 Event css
		7.16 Faq css
		7.17 Featured css
		7.18 Order css
		7.19 Portfolio css
		7.20 Team css
		7.21 Video css
		7.22 Text-slider css
		7.23 Shop css
		7.24 Cart css
		7.25 Checkout css

**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

.back-to-top-wrapper,
a,
button,
p,
input,
select,
textarea,
li {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Manrope', sans-serif;
  --tp-ff-heading: 'Manrope', sans-serif;
  --tp-ff-p: 'Manrope', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #223645;
  --tp-grey-1: #f9f9f9;
  --tp-grey-2: #f5f5f5;
  --tp-text-body: #7a8a9e;
  --tp-text-body-2: #9ca6ae;
  --tp-theme-1: #3D8B7A;
  --tp-theme-1-light: #5aab97;
  --tp-border-1: #e6e6e6;
}

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

html {
  scroll-behavior: smooth;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  color: var(--tp-text-body);
  font-family: var(--tp-ff-body);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-heading);
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.9;
  font-family: var(--tp-ff-p);
  color: var(--tp-text-body);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: 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;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=url],
textarea {
  outline: none;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
  background-color: var(--tp-common-white);
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tp-common-black);
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--tp-common-black);
}

input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--tp-common-black);
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--tp-common-black);
}

input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  /* MODERN BROWSER */
  color: var(--tp-common-black);
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=url]:focus,
textarea:focus {
  border: 1px solid var(--tp-theme-1);
}

input[type=text]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

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: 14px;
  opacity: 1;
}

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

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

/*---------------------------------
    1.2 Common Classes
---------------------------------*/

.fix {
  overflow: hidden;
}

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

/* dropcap */

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-plr-rs {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*----------------------------------------*/
/*  2.1 Back to top 
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 575px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}

.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-theme-1);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-white);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.tp-theme-btn {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  padding: 17px 41px;
  border-radius: 50px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-theme-btn {
    padding: 17px 35px;
  }
}

.tp-theme-btn.btn-black {
  padding: 11px 41px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.tp-theme-btn.btn-black:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1-light);
}

.tp-theme-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1-light);
}

/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes spin-1 {
  0% {
    transform: rotate(10deg);
  }

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

@-moz-keyframes spin-1 {
  0% {
    transform: rotate(10deg);
  }

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

@-ms-keyframes spin-1 {
  0% {
    transform: rotate(10deg);
  }

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

@keyframes spin-1 {
  0% {
    transform: rotate(10deg);
  }

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

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

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

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

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

  50% {
    transform: scale(1);
  }

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

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

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

@keyframes icon-bounce {

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

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

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

@keyframes 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 tpswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }

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

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

  60% {
    opacity: 1;
  }

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

/*----------------------------------------*/
/*  2.4 Preloader
/*----------------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #loading-center-absolute {
    width: 40%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading-center-absolute {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading-center-absolute {
    width: 45%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading-center-absolute {
    width: 50%;
  }
}

@media (max-width: 575px) {
  #loading-center-absolute {
    width: 90%;
  }
}

#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tp-preloader-logo {
  width: 180px;
  height: 180px;
  line-height: 180px;
  position: relative;
  text-align: center;
  margin: auto;
}

.tp-preloader-logo img {
  animation: zoom-in-zoom-out 1.8s ease-out infinite;
  width: 55px;
}

.tp-preloader-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tp-preloader-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: tp-rotate 5s linear infinite;
  -moz-animation: tp-rotate 5s linear infinite;
  -ms-animation: tp-rotate 5s linear infinite;
  -o-animation: tp-rotate 5s linear infinite;
  animation: tp-rotate 5s linear infinite;
}

.tp-preloader-circle svg circle:last-child {
  stroke: var(--tp-theme-1);
  stroke-dashoffset: 0;
  stroke-dasharray: 1128, 3150;
  -webkit-animation: tp-loading 4s linear infinite;
  -moz-animation: tp-loading 4s linear infinite;
  -ms-animation: tp-loading 4s linear infinite;
  -o-animation: tp-loading 4s linear infinite;
  animation: tp-loading 4s linear infinite;
  transform-origin: center center;
}

@-webkit-keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }

  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}

@-moz-keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }

  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}

@-ms-keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }

  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}

@keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }

  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}

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

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

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

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

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

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

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

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

.tp-preloader-content {
  text-align: center;
}

.tp-preloader-subtitle {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--tp-common-black);
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

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

/*----------------------------------------*/
/*  2.7 Pagination
/*----------------------------------------*/

.tp-pagination-number span {
  width: 60px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  display: block;
  opacity: 1;
  text-align: center;
  color: var(--tp-common-white);
  background: transparent;
}

.tp-pagination-number span.swiper-pagination-bullet-active {
  background: #030024;
}

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

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

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

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

/*----------------------------------------*/
/*  2.6 Nice Select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 0;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-common-black);
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled::after {
  border-color: #cccccc;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small::after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: var(--tp-common-white);
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

@media (max-width: 575px) {
  .nice-select .list {
    right: -30px;
  }
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  color: var(--tp-common-black);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

/*----------------------------------------*/
/*  2.8 Offcanvas
/*----------------------------------------*/
.tp-offcanvas {
  position: fixed;
  background: #fff;
  width: 500px;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s 0.3s ease-out;
  -moz-transition: 0.3s 0.3s ease-out;
  -ms-transition: 0.3s 0.3s ease-out;
  -o-transition: 0.3s 0.3s ease-out;
  transition: 0.3s 0.3s ease-out;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  z-index: 999;
}

@media only screen and (max-width: 400px) {
  .tp-offcanvas {
    width: 100%;
    padding: 35px 30px;
  }
}

.tp-offcanvas-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.tp-offcanvas-close-toggle {
  font-size: 29px;
  color: var(--tp-heading-color);
}

.tp-offcanvas-close-toggle:hover {
  color: var(--tp-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
  .tp-offcanvas-header {
    margin-bottom: 40px;
  }
}

.tp-offcanvas-title {
  font-size: 35px;
}

.tp-offcanvas-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}

.tp-offcanvas-info span {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  color: var(--tp-common-black);
}

.tp-offcanvas-sm-title {
  font-size: 25px;
  margin-bottom: 15px;
}

.tp-offcanvas-social a {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  border-radius: 40px;
  display: inline-block;
  color: var(--tp-heading-color);
  border: 1px solid rgba(2, 11, 24, 0.1);
  margin-right: 5px;
}

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

.tp-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

/*----------------------------------------*/
/*  2.9 Breadcrumb
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.10 Accordion
/*----------------------------------------*/
.tp-faq-accordion-box .accordion-items {
  position: relative;
  margin-bottom: 20px;
}

.tp-faq-accordion-box .accordion-header {
  border-radius: 15px;
  background-color: white;
  box-shadow: 0px 4px 20px 0px rgba(16, 23, 40, 0.06);
  margin-bottom: -10px;
}

.tp-faq-accordion-box .accordion-icon {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 17px;
  left: 30px;
  display: inline-block;
  background: var(--tp-theme-1);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-faq-accordion-box .accordion-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 8px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 2px;
  transition: 0.4s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-faq-accordion-box .accordion-icon::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-faq-accordion-box .accordion-buttons {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 18px 0;
  padding-left: 74px;
  color: var(--tp-common-black);
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-faq-accordion-box .accordion-buttons:not(.collapsed) {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
}

.tp-faq-accordion-box .accordion-buttons:not(.collapsed) .accordion-icon {
  background: var(--tp-common-white);
}

.tp-faq-accordion-box .accordion-buttons:not(.collapsed) .accordion-icon::before {
  background: var(--tp-common-black);
  transform: translate(-50%, -50%) rotate(90deg);
}

.tp-faq-accordion-box .accordion-buttons:not(.collapsed) .accordion-icon::after {
  background: var(--tp-common-black);
}

.tp-faq-accordion-box .accordion-body {
  border-radius: 0 0 15px 15px;
  background-color: white;
  box-shadow: 0px 4px 20px 0px rgba(16, 23, 40, 0.06);
  padding: 30px 27px 20px 27px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-faq-accordion-box .accordion-body p {
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-faq-accordion-box .accordion-body p br {
    display: none;
  }
}

.tp-faq-2 .accordion-items {
  position: relative;
}

.tp-faq-2 .accordion-header {
  background-color: var(--tp-grey-1);
  box-shadow: none;
}

.tp-faq-2 .accordion-body {
  background-color: var(--tp-grey-1);
  box-shadow: none;
}

/*----------------------------------------*/
/*  2.11 Section Title
/*----------------------------------------*/
.tp-section-title {
  font-weight: 800;
  font-size: 50px;
  display: inline-block;
  letter-spacing: -2px;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .tp-section-title {
    letter-spacing: -1px;
  }
}

.tp-section-subtitle {
  font-weight: 700;
  font-size: 16px;
  display: block;
  color: var(--tp-theme-1);
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  2.12 Search
/*----------------------------------------*/
.search-popup {
  padding: 70px;
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 45%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.7s;
}

.search-popup.search-opened {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s;
}

.search-close-btn {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}

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

/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 99;
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-header-bottom-right {
    padding: 10px 0;
  }
}

.tp-header-bottom-right ul li {
  display: inline-block;
  margin-left: 25px;
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/
.header-sticky.header-2 {
  padding-right: 120px;
  padding-left: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .header-sticky.header-2 {
    padding-right: 70px;
    padding-left: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-sticky.header-2 {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-sticky.header-2 {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-sticky.header-2 {
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-sticky.header-2 {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.tp-header-style-2-plr {
  padding-right: 120px;
  padding-left: 120px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-style-2-plr {
    padding-right: 70px;
    padding-left: 70px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-style-2-plr {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-style-2-plr {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-style-2-plr {
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-header-style-2-plr {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .tp-header-style-2 .tp-header-bottom-btn {
    display: none;
  }
}

.tp-header-style-2 .tp-header-bottom-action {
  margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-style-2 .tp-header-bottom-action {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header-style-2 .tp-header-bottom-action {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .tp-header-style-2 .tp-header-bottom-action {
    display: none;
  }
}

.tp-header-style-2 .tp-header-bottom-btn .tp-theme-btn {
  padding: 12px 43px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-header-style-2 .tp-header-bottom-btn .tp-theme-btn {
    padding: 12px 30px;
  }
}

.tp-header-style-2 .tp-header-bottom-right ul li {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-header-style-2 .tp-header-bottom-right ul li:hover {
  color: var(--tp-theme-1);
}

.tp-header-style-2 .tp-header-bottom-right ul li:first-child {
  margin: 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-style-2 .tp-main-menu>nav>ul>li {
    margin-right: 60px;
  }
}

.tp-header-style-2 .tp-main-menu>nav>ul>li .tp-mega-menu {
  left: -170px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-style-2 .tp-main-menu>nav>ul>li {
    margin-right: 45px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-style-2 .tp-main-menu>nav>ul>li {
    margin-right: 35px;
  }
}

.tp-header-style-2 .tp-main-menu>nav>ul>li>a {
  padding: 20px 0;
}

.tp-header-style-2 .tp-main-menu-bars {
  margin-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-header-style-2 .tp-main-menu-bars {
    margin-top: 0;
    margin-left: 10px;
  }
}

/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/

/*----------------------------------------*/
/*  3.4 Header Style 4
/*----------------------------------------*/

/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.tp-main-menu>nav>ul>li {
  position: relative;
  display: inline-block;
  margin-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu>nav>ul>li {
    margin-right: 60px;
  }
}

.tp-main-menu>nav>ul>li:hover>a {
  color: var(--tp-common-black);
}

.tp-main-menu>nav>ul>li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  display: block;
  min-width: 220px;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top center;
  background: var(--tp-common-white);
  border-top: 5px solid var(--tp-theme-1);
  box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
  z-index: 6;
  transition: all 0.3s ease-out;
}

.tp-main-menu>nav>ul>li .sub-menu li {
  position: relative;
  display: block;
}

.tp-main-menu>nav>ul>li .sub-menu li>a {
  font-weight: 600;
  padding: 3px 20px;
  display: block;
  transition: all 0.5s ease;
  text-transform: capitalize;
  text-align: left;
  position: relative;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-main-menu>nav>ul>li .sub-menu li>a::before {
  position: absolute;
  width: 0px;
  height: 2px;
  top: 50%;
  left: 20px;
  content: "";
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  background: var(--tp-theme-1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-main-menu>nav>ul>li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
}

.tp-main-menu>nav>ul>li .sub-menu li:hover>a {
  padding-left: 40px;
  color: var(--tp-common-black);
}

.tp-main-menu>nav>ul>li .sub-menu li:hover>a::before {
  width: 15px;
  opacity: 1;
  visibility: visible;
}

.tp-main-menu>nav>ul>li .sub-menu li:hover>.sub-menu {
  transform: scaleY(1);
  visibility: visible;
}

.tp-main-menu>nav>ul>li .tp-mega-menu {
  position: absolute;
  width: 1170px;
  padding: 30px 30px 10px 30px;
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
  margin: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu>nav>ul>li .tp-mega-menu {
    width: 1000px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu>nav>ul>li .tp-mega-menu {
    width: 940px;
  }
}

.tp-main-menu>nav>ul>li>a {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 0;
  display: block;
  color: var(--tp-text-body);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-main-menu>nav>ul>li>a.active {
  color: var(--tp-common-black);
}

.tp-main-menu>nav>ul>li:hover>.sub-menu,
.tp-main-menu>nav>ul>li:hover .tp-mega-menu {
  transform: scaleY(1);
  visibility: visible;
}

.tp-main-menu-bars {
  margin-left: 15px;
}

.tp-main-menu-bars button {
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  transition: 0.3s;
}

.tp-main-menu-bars button:hover {
  background-color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  4.2 Mobilemenu css
/*----------------------------------------*/
.tp-offcanvas-menu ul {
  list-style: none;
}

.tp-offcanvas-menu ul li {
  position: relative;
}

.tp-offcanvas-menu ul li>a {
  padding: 8px 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-offcanvas-menu ul li>a:hover {
  color: var(--tp-common-black);
}

.tp-offcanvas-menu ul li:not(:last-child)>a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}

.tp-offcanvas-menu ul li.active>a {
  color: var(--tp-theme-color);
}

.tp-offcanvas-menu ul li.active>.tp-menu-close {
  color: var(--tp-common-black);
  border-color: var(--tp-theme-1);
}

.tp-offcanvas-menu ul li.active>.tp-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tp-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 10px;
}

.tp-offcanvas-menu ul li .sub-menu.tp-mega-menu {
  padding-left: 0;
}

.tp-menu-close {
  position: absolute;
  right: 0;
  top: 7.5px;
  border: 1px solid rgba(1, 15, 28, 0.12);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 29px;
  -webkit-transition: 0.3s 0.3s ease-out;
  -moz-transition: 0.3s 0.3s ease-out;
  -ms-transition: 0.3s 0.3s ease-out;
  -o-transition: 0.3s 0.3s ease-out;
  transition: 0.3s 0.3s ease-out;
}

.tp-menu-close:hover {
  border: 1px solid var(--tp-common-black);
}

.tp-menu-close i {
  -webkit-transition: 0.3s 0.3s ease-out;
  -moz-transition: 0.3s 0.3s ease-out;
  -ms-transition: 0.3s 0.3s ease-out;
  -o-transition: 0.3s 0.3s ease-out;
  transition: 0.3s 0.3s ease-out;
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.tp-blog-2-item {
  overflow: hidden;
  border-radius: 15px;
  background: var(--tp-common-white);
  background-color: white;
  box-shadow: 0px 0px 60px 0px rgba(32, 33, 82, 0.08);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-blog-2-item {
    margin-bottom: 20px;
  }
}

.tp-blog-2-item:hover .tp-blog-2-thumb img {
  transform: scale(1.1);
}

.tp-blog-2-thumb {
  overflow: hidden;
}

.tp-blog-2-thumb img {
  width: 100%;
  transition: 1.3s;
}

.tp-blog-2-content {
  padding: 22px 32px 30px 32px;
}

@media (max-width: 575px) {
  .tp-blog-2-content {
    padding: 20px;
  }
}

.tp-blog-2-title {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  line-height: 1.4;
  color: var(--tp-common-black);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 575px) {
  .tp-blog-2-title {
    font-size: 20px;
  }
}

.tp-blog-2-title:hover {
  color: var(--tp-theme-1);
}

.tp-blog-2-action a {
  display: flex;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 30px;
  border-radius: 15px;
  align-items: center;
  color: var(--tp-common-black);
  justify-content: space-between;
  background: var(--tp-grey-1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-blog-2-action a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

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

@media (max-width: 575px) {
  .tp-blog-4-title-box .tp-section-title {
    font-size: 24px;
  }
}

.tp-blog-4-meta {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.tp-blog-4-meta span {
  font-weight: 700;
  display: block;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  border-radius: 15px;
  padding: 10px 16px 12px 16px;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  margin-bottom: 0;
}

.tp-blog-4 .tp-blog-2-title {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-4 .tp-blog-2-title {
    font-size: 20px;
  }
}

.tp-blog-4 .tp-blog-2-title:hover {
  color: var(--tp-theme-1);
}

.tp-blog-4 .tp-blog-2-action a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-style-1 {
  margin-top: -71px;
}

.tp-footer-style-plr {
  padding-top: 220px;
  padding-bottom: 100px;
}

@media (max-width: 575px) {
  .tp-footer-style-plr {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .tp-footer-widget {
    margin-bottom: 40px;
  }
}

.tp-footer-widget-text {
  margin-bottom: 25px;
}

.tp-footer-widget-text p {
  font-weight: 600;
  margin-right: 40px;
  color: #9ca6ae;
}

.tp-footer-widget-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  color: var(--tp-common-white);
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .tp-footer-widget-title {
    margin-bottom: 30px;
  }
}

.tp-footer-widget-menu ul li {
  list-style-type: none;
  margin-bottom: 12px;
}

.tp-footer-widget-menu ul li a {
  position: relative;
  font-size: 16px;
  color: #9ca6ae;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-footer-widget-menu ul li a::before {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  left: -15px;
  content: "";
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: translateY(-50%);
  background: var(--tp-common-white);
}

.tp-footer-widget-menu ul li a:hover {
  padding-left: 15px;
  color: var(--tp-common-white);
}

.tp-footer-widget-menu ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.tp-footer-widget-social ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 16px;
}

.tp-footer-widget-social ul li:last-child {
  margin-right: 0;
}

.tp-footer-widget-social ul li a {
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-footer-widget-social ul li a:hover {
  color: var(--tp-common-white);
}

.tp-copyright-style {
  background: #1c2e3c;
}

.tp-copyright-text p {
  font-weight: 500;
}

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

/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/

/*----------------------------------------*/
/*  6.3 Footer Style 3
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-footer-4 .tp-footer-widget-text p br {
    display: none;
  }
}

.tp-footer-4 .tp-footer-widget-social ul li {
  margin-right: 5px;
}

.tp-footer-4 .tp-footer-widget-social ul li a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: #2f4454;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-footer-4 .tp-footer-widget-social ul li a:hover {
  color: var(--tp-common-black);
  background: var(--tp-common-white);
}

.tp-footer-4 .tp-footer-widget-info span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

.tp-footer-4 .tp-footer-widget-info a {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-white);
  display: inline-block;
}

.tp-footer-4 .tp-footer-widget-info a span {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  padding: 0 8px;
  display: inline-block;
  border-radius: 15px;
  background: var(--tp-theme-1);
}

.tp-footer-4 .tp-footer-widget-info a::after {
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  background: #9fa8ae;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-footer-4 .tp-footer-widget-info a:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.tp-footer-4 .tp-footer-widget-gellery-thumb {
  margin-right: 10px;
}

.tp-footer-4 .tp-footer-widget-gellery-thumb a {
  position: relative;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
}

.tp-footer-4 .tp-footer-widget-gellery-thumb a span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  color: var(--tp-common-white);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-footer-4 .tp-footer-widget-gellery-thumb a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: var(--tp-theme-1);
  border-radius: 15px;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-footer-4 .tp-footer-widget-gellery-thumb a img {
  width: 100%;
  border-radius: 15px;
}

.tp-footer-4 .tp-footer-widget-gellery-thumb a:hover::before {
  opacity: 0.8;
  visibility: visible;
  transform: scale(1);
}

.tp-footer-4 .tp-footer-widget-gellery-thumb a:hover span {
  opacity: 1;
  visibility: visible;
}

.tp-footer-4 .tp-footer-widget.footer-col-4-2 {
  margin-left: -40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-4 .tp-footer-widget.footer-col-4-2 {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-footer-4 .tp-footer-widget.footer-col-4-2 {
    margin-left: 0;
  }
}

.tp-footer-4 .tp-footer-widget.footer-col-4-3 {
  margin-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-footer-4 .tp-footer-widget.footer-col-4-3 {
    margin-left: 0;
  }
}

/*----------------------------------------*/
/*  7.6 Slider css
/*----------------------------------------*/
.tp-slider-1-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.2;
  letter-spacing: -2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-1-title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-1-title {
    font-size: 55px;
    color: var(--tp-common-white);
  }
}

@media (max-width: 575px) {
  .tp-slider-1-title {
    font-size: 35px;
    color: var(--tp-common-white);
  }
}

.tp-slider-1-title span {
  color: var(--tp-theme-1);
}

.tp-slider-1-info-item:hover .tp-slider-1-info-icon {
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
}

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

.tp-slider-1-info-icon {
  font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  color: var(--tp-theme-1);
  border: 1px solid var(--tp-border-1);
  background: var(--tp-common-white);
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-slider-1-info-icon.hero-call-icon {
  line-height: 60px;
}

.tp-slider-1-info-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-slider-1-info-title {
    color: var(--tp-common-white);
  }
}

.tp-slider-1-active .swiper-slide-active .tp-slider-1-bg {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.tp-slider-1-active .swiper-slide-active .tp-slider-1-title-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 3000ms ease;
}

.tp-slider-1-active .swiper-slide-active .tp-slider-1-action-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 3000ms ease;
}

.tp-slider-1-active .swiper-slide-active .tp-slider-1-shape-1 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 3000ms ease;
}

.tp-slider-1-active .swiper-slide-active .tp-slider-2-shape-2 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  transition: all 3000ms ease;
}

.tp-slider-1-active .swiper-slide-active .tp-slider-5-cta {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  transition: all 3000ms ease;
}

.tp-slider-1-active .swiper-slide-active .tp-slider-5-shape-1 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  transition: all 3000ms ease;
}

.tp-slider-1-active .swiper-slide-active .tp-slider-5-shape-2 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  transition: all 3000ms ease;
}

.tp-hero-1-title-box .tp-slider-1-title {
  color: var(--tp-common-black);
  margin-right: -32px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-1-title-box .tp-slider-1-title {
    font-size: 70px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-1-title-box .tp-slider-1-title {
    font-size: 50px;
    margin-right: 0;
  }
}

.tp-hero-1-title-box p {
  color: #7a8a9e;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-hero-1-title-box p br {
    display: none;
  }
}

.tp-hero-1-shape-1 {
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 2;
  animation: moving 5s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-1-shape-1 {
    bottom: 30px;
  }
}

.tp-hero-1-plr {
  padding-top: 230px;
  padding-bottom: 230px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-1-plr {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-1-plr {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (max-width: 575px) {
  .tp-hero-1-plr {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.tp-hero-1-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tp-hero-1-thumb-box {
  top: 80px;  
  z-index: 2;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-1-thumb-box {
    right: -11%;
    transform: scale(0.8);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-1-thumb-box {
    top: 0;
    right: -6%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-1-thumb-box {
    top: 0;
    right: -10%;
    transform: scale(0.7);
  }
}

.tp-hero-1-thumb img {
  max-width: inherit;
}

.tp-hero-1-thumb-shape-box .thumb-shape-1 {
  position: absolute;
  top: 70px;
  left: 85px;
  animation: tpswing 1s forwards infinite alternate;
}

.tp-hero-1-thumb-shape-box .thumb-shape-2 {
  position: absolute;
  bottom: 100px;
  left: -15px;
  animation: spin-1 3000ms forwards infinite alternate;
  transform-origin: bottom left;
}

.tp-hero-1-thumb-shape-box .thumb-shape-3 {
  position: absolute;
  top: 20px;
  right: -16px;
  z-index: -1;
  animation: zoom 7s infinite;
  transform-origin: bottom center;
}

.tp-hero-1-thumb-shape-box .thumb-shape-4 {
  position: absolute;
  bottom: 100px;
  right: -110px;
  animation: spin-1 3000ms forwards infinite alternate;
  transform-origin: top right;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-1-thumb-shape-box .thumb-shape-4 {
    display: none;
  }
}

@media (max-width: 575px) {
  .tp-hero-1-action-box a {
    margin-bottom: 30px;
  }
}

.tp-hero-1-action-box .tp-slider-1-info-title {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  7.17 Featured css
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.1 About css
/*----------------------------------------*/
.tp-about-thumb img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-about-thumb-box {
    transform: scale(0.8);
  }
}

.tp-about-thumb-box::before {
  position: absolute;
  width: 100%;
  height: 567px;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: var(--tp-common-black);
  border-radius: 15px;
  z-index: -1;
}

@media (max-width: 575px) {
  .tp-about-thumb-box::before {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-content-wrapp {
    margin-left: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-content-wrapp {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-about-content-wrapp {
    margin-left: 0;
  }
}

.tp-about-user-box {
  position: absolute;
  width: 306px;
  height: 110px;
  top: 500px;
  left: -180px;
  padding: 40px 50px;
  border-radius: 15px;
  background-color: white;
  animation: tptranslateY2 3s infinite alternate;
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-user-box {
    left: -95px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-user-box {
    left: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-user-box {
    left: -13px;
  }
}

@media (max-width: 575px) {
  .tp-about-user-box {
    bottom: 40px;
    left: -35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-user-box {
    left: -90px;
  }
}

.tp-about-user-icon {
  margin-right: 20px;
}

.tp-about-user-content p {
  margin-bottom: 0;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-about-style-2 {
    padding-top: 0;
  }
}

.tp-about-style-2 .tp-about-thumb {
  left: -105px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-style-2 .tp-about-thumb {
    left: -80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-about-style-2 .tp-about-thumb {
    left: 0;
  }
}

.tp-about-style-2 .tp-about-thumb img {
  border-radius: 15px;
}

.tp-about-style-2 .tp-about-thumb-sm {
  position: absolute;
  bottom: -95px;
  right: -150px;
}

@media (max-width: 575px) {
  .tp-about-style-2 .tp-about-thumb-sm {
    position: static;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-style-2 .tp-about-thumb-sm {
    right: 0;
    left: 0;
    text-align: center;
  }
}

.tp-about-style-2 .tp-about-thumb-sm img {
  width: 350px;
  height: 350px;
}

.tp-about-style-2 .tp-about-thumb-box::before {
  display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-style-2 .tp-about-content-wrapp {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-style-2 .tp-about-content-wrapp {
    margin-left: 10px;
  }
}

@media (max-width: 575px) {
  .tp-about-style-2 .tp-about-content-wrapp {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-style-2 .tp-about-content-wrapp {
    margin-top: 70px;
  }
}

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

@media (max-width: 575px) {
  .tp-about-2-title-box .tp-section-title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-2-title-box .tp-section-title {
    font-size: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-about-2-title-box p br {
    display: none;
  }
}

.tp-about-4-shape {
  position: absolute;
  top: 100px;
  right: -30px;
  animation: rotate2 15s linear infinite;
}

@media (max-width: 575px) {
  .tp-about-4-shape {
    display: none;
  }
}

.tp-about-4 .tp-about-thumb {
  left: 0;
}

.tp-about-4 .tp-about-thumb>img {
  width: auto;
}

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

.tp-about-4 .tp-about-thumb-sm {
  bottom: auto;
  right: -5%;
  top: 61%;
  transform: translateY(-60%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-4 .tp-about-thumb-sm {
    left: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-4 .tp-about-thumb-sm {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-4 .tp-about-thumb-sm {
    top: auto;
    right: 0;
  }
}

@media (max-width: 575px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-4 .tp-about-thumb-sm {
    display: none;
  }
}

.tp-about-4 .tp-about-thumb-sm img {
  width: auto;
  height: auto;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-4 .tp-about-thumb-sm img {
    width: auto;
  }
}

.tp-about-4 .tp-about-thumb-shape-1 {
  position: absolute;
  top: -50px;
  right: 150px;
  z-index: -1;
  animation: tptranslateY2 3s infinite alternate;
}

.tp-about-4 .tp-about-thumb-shape-1 img {
  border-radius: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-about-4 .tp-about-thumb-shape-1 {
    display: none;
  }
}

.tp-about-4 .tp-about-thumb-shape-2 {
  position: absolute;
  bottom: 50px;
  left: -100px;
  z-index: -1;
  animation: tptranslateX2 2s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-about-4 .tp-about-thumb-shape-2 {
    display: none;
  }
}

.tp-about-4 .tp-about-thumb-shape-2 img {
  border-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-4 .tp-about-thumb-box::before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-4 .tp-about-thumb-box {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-4 .tp-about-content-wrapp {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .tp-about-4 .tp-about-action-box a {
    margin-bottom: 20px;
  }
}

.tp-about-4-funfact {
  margin-left: -26px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-about-4-funfact {
    margin-left: 0;
  }
}

.tp-about-4-funfact-title {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  transform: rotate(-90deg);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-about-4-funfact-title {
    transform: rotate(0);
  }
}

.tp-about-4-funfact p {
  color: #7a8a9e;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-about-4-funfact p {
    margin-bottom: 5px;
    margin-left: 10px;
  }
}

.tp-about-4-review-box {
  position: relative;
  border-bottom: 1px solid var(--tp-border-1);
}

.tp-about-4-review-content {
  width: 72%;
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-4-review-content {
    padding-bottom: 0;
  }
}

.tp-about-4-review-content::after {
  position: absolute;
  width: 1px;
  height: 100%;
  bottom: 0;
  right: 0;
  content: "";
  background: var(--tp-border-1);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-about-4-review-content::after {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-4-review-content {
    padding-right: 30px;
  }
}

.tp-about-4-review-icon span {
  color: var(--tp-theme-1);
}

.tp-about-4-reviewer-title {
  font-weight: 600;
  color: var(--tp-common-black);
}

.tp-about-4-reviewer-sign {
  margin-left: 60px;
}

@media (max-width: 575px) {
  .tp-about-4-reviewer-sign {
    margin-left: 0;
  }
}

.tp-about-4-dsc {
  margin-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-4-dsc {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-about-4-dsc {
    margin-left: 0;
    padding-bottom: 20px;
  }
}

.tp-about-4-dsc p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  7.8 Services css
/*----------------------------------------*/
.tp-service-hurry {
  padding: 0px 10px;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  border-radius: 30px;
  margin-right: 8px;
}

.tp-service-2-active {
  margin: 0 -375px 0 0;
}

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

.tp-service-4-shape-1 {
  position: absolute;
  left: 0;
}

.tp-service-4-shape-2 {
  position: absolute;
  top: 14%;
  right: 6%;
  animation: tptranslateY2 3s infinite alternate;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-service-4-shape-2 {
    display: none;
  }
}

.tp-service-4-shape-3 {
  position: absolute;
  bottom: 80px;
  left: 80px;
  animation: spin-1 3000ms forwards infinite alternate;
  transform-origin: bottom left;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-4-shape-3 {
    left: 40px;
  }
}

@media (max-width: 575px) {
  .tp-service-4-shape-3 {
    left: 20px;
  }
}

.tp-service-4-item {
  padding: 50px;
  border-radius: 15px;
  background: #2f4454;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .tp-service-4-item {
    padding: 30px;
  }
}

.tp-service-4-item:hover .tp-service-4-thumb {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.tp-service-4-item:hover .tp-service-4-num-count::before {
  color: var(--tp-theme-1);
}

.tp-service-4-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-service-4-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.9;
  background: var(--tp-common-black);
}

.tp-service-4-icon-box {
  margin-right: 50px;
}

.tp-service-4-icon span {
  font-size: 64px;
  color: var(--tp-common-white);
}

.tp-service-4-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-4-title-box .tp-section-title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .tp-service-4-title-box .tp-section-title {
    font-size: 25px;
  }
}

.tp-service-4-title-box .tp-section-subtitle {
  color: var(--tp-text-body);
}

.tp-service-4-action {
  font-weight: 700;
  color: var(--tp-common-white);
}

.tp-service-4-action a {
  position: relative;
  font-size: 16px;
  display: inline-block;
}

.tp-service-4-action a:hover::after {
  width: 100%;
}

.tp-service-4-action a::after {
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 4px;
  left: 0;
  content: "";
  background: var(--tp-common-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-service-4-num-count {
  position: absolute;
  bottom: 10px;
  left: 2%;
  transform: rotate(-90deg);
}

@media (max-width: 575px) {
  .tp-service-4-num-count {
    left: auto;
    right: 0;
  }
}

.tp-service-4-num-count::before {
  font-size: 45px;
  color: #223645;
  font-weight: 900;
  text-align: center;
  display: inline-block;
  counter-increment: count;
  content: "0" counter(count);
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-section-meta-notes p {
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  color: var(--tp-common-black);
}

@media (max-width: 575px) {
  .tp-section-meta-notes p {
    font-size: 17px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-meta-notes p {
    font-size: 14px;
  }
}

.tp-section-meta-notes p span {
  display: inline-block;
  margin-right: 15px;
}

.tp-section-meta-notes p:hover .tp-section-meta-sm {
  color: var(--tp-theme-1);
}

.tp-section-meta-notes p:hover .tp-section-meta-sm::after {
  background-color: var(--tp-theme-1);
}

.tp-section-meta-sm {
  position: relative;
  color: var(--tp-common-black);
}

.tp-section-meta-sm::after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  content: "";
  background: var(--tp-common-black);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.counter-row {
  counter-reset: count;
}

/*----------------------------------------*/
/*  7.19 Portfolio css
/*----------------------------------------*/
.tp-portfolio-2-active {
  margin: 0 -195px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-portfolio-2-active {
    margin: auto;
  }
}

/*----------------------------------------*/
/*  7.22 Text-slider css
/*----------------------------------------*/
.tp-text-slider-active .swiper-slide {
  width: auto;
}

/*----------------------------------------*/
/*  7.16 Faq css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-faq-accordion-box {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-faq-accordion-box .accordion-buttons {
    font-size: 16px;
  }
}

.tp-faq-2-wrapp {
  margin-left: -30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-faq-2-wrapp {
    margin-left: -38px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-faq-2-wrapp {
    margin: 0;
  }
}

@media (max-width: 575px) {
  .tp-faq-2-title-box .tp-section-title {
    font-size: 40px;
  }
}

.tp-faq-2-call-box {
  position: absolute;
  bottom: 50px;
  left: 50px;
  background-color: white;
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
  border-radius: 15px;
}

.tp-faq-2-bg {
  position: absolute;
  top: 0;
  width: 35%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-faq-2-bg {
    display: none;
  }
}

.tp-faq-2-thumb img {
  border-radius: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-faq-2-thumb {
    text-align: center;
    margin-bottom: 40px;
  }
}

.tp-faq-2-shape {
  position: absolute;
  right: 150px;
  left: 0;
  top: -30px;
  width: 24px;
  z-index: -1;
  height: 247px;
  text-align: center;
  margin: auto;
  border-radius: 15px;
  background: var(--tp-grey-1);
  animation: tptranslateY2 3s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-faq-2-shape {
    display: none;
  }
}

.tp-faq-2 .tp-faq-accordion-box .accordion-icon {
  background: var(--tp-common-black);
}

.tp-faq-2 .tp-faq-accordion-box .accordion-buttons:not(.collapsed) {
  background: var(--tp-common-black);
}

.tp-call-box {
  padding: 20px;
  border-radius: 15px;
  background: var(--tp-common-white);
}

.tp-call-box:hover .tp-call-icon {
  animation: icon-bounce 0.8s ease-out infinite;
}

.tp-call-icon span {
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 68px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}

.tp-call-text {
  font-size: 16px;
}

.tp-call-number {
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  7.11 Choose css
/*----------------------------------------*/
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-choose-4-title-box .tp-section-title {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .tp-choose-4-title-box .tp-section-title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-choose-4 .tp-about-user-box {
    left: -80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-4 .tp-about-user-box {
    left: -80px;
    bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-choose-4 .tp-about-user-box {
    left: 40px;
  }
}

.tp-choose-4 .tp-service-hurry {
  background-color: var(--tp-common-black);
}

.tp-choose-4-num-count {
  margin-right: 30px;
}

.tp-choose-4-num-count::before {
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #223645;
  font-weight: 900;
  text-align: center;
  display: inline-block;
  counter-increment: count;
  content: "0" counter(count);
  background: var(--tp-grey-1);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-choose-4-thumb {
  position: absolute;
  top: 0;
  right: 0;
}

.tp-choose-4-thumb-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-4-thumb {
    width: 45%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-choose-4-thumb {
    position: relative;
    text-align: center;
    padding-bottom: 50px;
  }
}

.tp-choose-4-fea-item {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.tp-choose-4-fea-item::after {
  position: absolute;
  width: 1px;
  height: 164px;
  top: 50%;
  left: 30px;
  right: 0;
  content: "";
  transform: translateY(-50%);
  background: var(--tp-border-1);
  z-index: -1;
}

.tp-choose-4-fea-item:nth-child(2n+1)::after {
  display: none;
}

.tp-choose-4-fea-item:hover .tp-choose-4-num-count::before {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

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

.tp-choose-4-fea-text p {
  line-height: 1.5;
}

@media (max-width: 575px) {
  .tp-choose-4-fea-text p br {
    display: none;
  }
}

/*----------------------------------------*/
/*  7.9 Testimonial css
/*----------------------------------------*/
.tp-testimonial-active {
  padding: 50px 0;
}

.tp-testi-4-bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: unset;
  background-position: center;
  background-repeat: no-repeat;
}

.tp-testi-4-shape-1 {
  position: absolute;
  bottom: 100px;
  animation: tptranslateY2 3s infinite alternate;
}

.tp-testi-4-shape-2 {
  position: absolute;
  top: 100px;
  right: 0;
  animation: spin-1 3000ms forwards infinite alternate;
  transform-origin: bottom right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testi-4-shape-2 {
    top: 45px;
  }
}

.tp-testi-4-title-box .tp-section-title {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .tp-testi-4-title-box .tp-section-title {
    font-size: 30px;
  }
}

.tp-testi-4-thumb {
  flex: 0 0 auto;
  margin-right: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testi-4-thumb {
    margin-right: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-testi-4-thumb {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.tp-testi-4-thumb>img {
  width: 230px;
  height: 230px;
  border-radius: 50%;
}

.tp-testi-4-thumb-icon {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}

.tp-testi-4-thumb-icon span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: var(--tp-theme-1);
}

.tp-testi-4-logo {
  margin-bottom: 30px;
}

.tp-testi-4-text-box p {
  font-size: 18px;
  color: #7a8a9e;
  line-height: 1.5;
  margin-right: -63px;
}

.tp-testi-4-avtr-title {
  font-size: 24px;
  font-weight: 700;
  margin-right: 12px;
  display: inline-block;
  color: var(--tp-common-black);
}

.tp-testi-4-avtr-design {
  position: relative;
  font-size: 16px;
  margin-bottom: 0;
  padding-left: 20px;
  display: inline-block;
  color: var(--tp-theme-1);
}

.tp-testi-4-avtr-design::before {
  position: absolute;
  width: 10px;
  height: 1px;
  bottom: 8px;
  left: 0;
  content: "";
  background: var(--tp-common-black);
}

.tp-testi-4-content {
  position: relative;
  padding: 40px 155px 55px 155px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testi-4-content {
    padding: 75px 100px 55px 155px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-testi-4-content {
    padding: 75px 30px 55px 30px;
  }
}

.tp-testi-4-arrow-box {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
  transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-testi-4-arrow-box {
    top: 100%;
  }
}

.tp-testi-4-arrow-box button {
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-testi-4-arrow-box button:hover {
  color: var(--tp-common-black);
}

.tp-testi-4-arrow-box button.prev {
  position: absolute;
  right: auto;
  left: -10%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-testi-4-arrow-box button.prev {
    left: 0;
  }
}

.tp-testi-4-arrow-box button.next {
  position: absolute;
  left: auto;
  right: -10%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-testi-4-arrow-box button.next {
    right: 0;
  }
}

/*----------------------------------------*/
/*  7.12 Cta css
/*----------------------------------------*/
.tp-cta-plr {
  padding-top: 120px;
  padding-bottom: 220px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-plr {
    padding-bottom: 280px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-plr {
    padding-bottom: 270px;
  }
}

@media (max-width: 575px) {
  .tp-cta-plr {
    padding-top: 80px;
    padding-bottom: 250px;
  }
}

/*----------------------------------------*/
/*  7.5 funfact css
/*----------------------------------------*/
.tp-funfact-wrapp {
  position: relative;
  border-radius: 25px;
  margin-top: -90px;
  background-color: white;
  box-shadow: 0px 0px 60px 0px rgba(29, 24, 51, 0.08);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-funfact-wrapp {
    top: 60px;
    margin-top: -250px;
  }
}

.tp-funfact-wrapp .row [class*=col-]:last-child .tp-funfact-item {
  border-right: 0;
}

@media (max-width: 575px) {
  .tp-funfact-wrapp .row [class*=col-]:last-child .tp-funfact-item {
    border: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-funfact-wrapp .row [class*=col-]:nth-child(2n+2) .tp-funfact-item {
    border-right: 0;
  }
}

@media (max-width: 575px) {
  .tp-funfact-wrapp .row [class*=col-]:nth-child(2n+2) .tp-funfact-item {
    border: 0;
  }
}

.tp-funfact-item {
  padding: 40px;
  text-align: center;
  border-right: 1px solid var(--tp-border-1);
}

@media (max-width: 575px) {
  .tp-funfact-item {
    border: 0;
  }
}

.tp-funfact-item p {
  font-weight: 500;
  color: #000;
  margin: 0;
}

.tp-funfact-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: var(--tp-theme-1);
  margin: 0;
}

.tp-funfact-title .purecounter {
  color: var(--tp-common-black);
}

.tp-funfact-3-area {
  background-color: var(--tp-common-black);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-funfact-3 {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-funfact-3-item {
    margin-bottom: 30px;
  }
}

.tp-funfact-3-number {
  font-size: 48px;
  font-weight: 800;
  margin-right: 20px;
  color: var(--tp-common-black);
}

.tp-funfact-3-title {
  font-size: 42px;
  font-weight: 500;  
  color: var(--tp-common-white);
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .tp-funfact-3-title {
    font-size: 24px;
  }
}

.tp-funfact-3-text p {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-funfact-3-text p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
  .tp-funfact-3-text p {
    font-size: 14px;
  }
}

.tp-funfact-3-icon span {
  margin-bottom: 0;
  color: var(--tp-theme-1);
}

.tp-funfact-3-border {
  position: relative;
}

.tp-funfact-3-border::after {
  position: absolute;
  width: 1270px;
  height: 1px;
  bottom: -65px;
  left: -50px;
  content: "";
  background: var(--tp-border-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-funfact-3-border::after {
    display: none;
  }
}

.tp-funfact-4 .tp-funfact-wrapp {
  background: var(--tp-theme-1);
}

.tp-funfact-4 .tp-funfact-item {
  border-right: 1px solid #FFF;
}

@media (max-width: 575px) {
  .tp-funfact-4 .tp-funfact-item {
    border: 0;
    border-bottom: 1px solid #FFF;
  }
}

.tp-funfact-4 .tp-funfact-item p {
  color: var(--tp-common-white);
}

.tp-funfact-4 .tp-funfact-title {
  color: var(--tp-common-white);
}

.tp-funfact-4 .tp-funfact-title span {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.4 contact css
/*----------------------------------------*/
.tp-contact-3-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.tp-contact-3-shape-2 {
  position: absolute;
  width: 850px;
  height: 10px;
  bottom: 0;
  left: -30%;
  z-index: 2;
  border-radius: 0 15px 15px 0;
  background: var(--tp-common-black);
}

@media (max-width: 575px) {
  .tp-contact-3-title-box .tp-section-title {
    font-size: 40px;
  }
}

.tp-contact-3-fea-content {
  padding-bottom: 24px;
  margin-bottom: 30px;
  display: inline-block;
  border-bottom: 1px solid var(--tp-border-1);
}

.tp-contact-3-fea-content:hover .tp-contact-3-fea-icon {
  animation: icon-bounce 0.8s ease-out infinite;
}

.tp-contact-3-fea-content:hover .tp-contact-3-fea-icon span {
  color: var(--tp-theme-1);
}

.tp-contact-3-fea-content:hover .tp-contact-3-fea-text a {
  color: var(--tp-theme-1);
}

.tp-contact-3-fea-icon {
  margin-top: 7px;
}

.tp-contact-3-fea-icon span {
  font-size: 30px;
  margin-right: 26px;
  color: var(--tp-common-black);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-contact-3-fea-title {
  font-size: 16px;
  font-weight: 600;
  display: block;
}

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

.tp-contact-3-form {
  padding: 60px 80px;
  margin-left: 106px;
  border-radius: 15px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 0px 60px 0px rgba(112, 99, 99, 0.08);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-3-form {
    padding: 60px 50px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-3-form {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .tp-contact-3-form {
    padding: 60px 30px;
    margin-left: 0;
  }
}

.tp-contact-3-form-title {
  font-size: 36px;
  font-weight: 800;
  color: var(--tp-common-black);
}

@media (max-width: 575px) {
  .tp-contact-3-form-title {
    font-size: 33px;
  }
}

.tp-contact-3-form .postbox-comment-input {
  position: relative;
  margin-bottom: 20px;
}

.tp-contact-3-form .postbox-comment-input input,
.tp-contact-3-form .postbox-comment-input textarea {
  border: 0;
  resize: none;
  padding-left: 0;
  background: none;
  padding-right: 30px;
  border-bottom: 1px solid var(--tp-border-1);
}

.tp-contact-3-form .postbox-comment-input input::placeholder,
.tp-contact-3-form .postbox-comment-input textarea::placeholder {
  font-size: 16px;
  color: var(--tp-text-body-2);
}

.tp-contact-3-form .postbox-comment-input input:focus,
.tp-contact-3-form .postbox-comment-input textarea:focus {
  border-bottom: 1px solid var(--tp-theme-1);
}

.tp-contact-3-form .postbox-comment-input textarea {
  height: 115px;
  margin-bottom: 15px;
}

.tp-contact-3-form .postbox-comment-input span {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-contact-3-form .postbox-comment-input span:hover {
  color: var(--tp-theme-1);
}

.tp-contact-3-form .tp-contact-action button {
  width: 100%;
  border-radius: 15px;
  background: var(--tp-common-black);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-contact-3-form .tp-contact-action button:hover {
  background-color: var(--tp-theme-1);
}

.tp-contact-3-form-privacy {
  color: var(--tp-text-body-2);
  line-height: 1.5;
}

@media (max-width: 575px) {
  .tp-contact-3-form-privacy br {
    display: none;
  }
}

.tp-contact-3-form-privacy a {
  position: relative;
  font-weight: 700;
  display: inline-block;
  color: var(--tp-common-black);
}

.tp-contact-3-form-privacy a::after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  content: "";
  background: var(--tp-common-black);
}

.tp-contact-3-text {
  font-size: 180px;
  font-weight: 800;
  line-height: 0.7;
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.2 Award css
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.7 price css
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.15 Event css
/*----------------------------------------*/
.tp-events-active {
  padding: 50px 0;
}

/*----------------------------------------*/
/*  7.20 Team css
/*----------------------------------------*/
.tp-team-3-item:hover .tp-team-3-thumb img {
  transform: scale(1.1);
}

.tp-team-3-thumb {
  overflow: hidden;
  border-radius: 15px;
}

.tp-team-3-thumb img {
  width: 100%;
  border-radius: 15px;
  transition: 1.3s;
}

.tp-team-3-content {
  position: absolute;
  width: 286px;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  padding: 24px 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(22, 25, 52, 0.08);
}

.tp-team-3-title {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  color: var(--tp-common-black);
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-team-3-title:hover {
  color: var(--tp-theme-1);
}

.tp-team-3-title-box .tp-section-title {
  font-weight: 700;
}

@media (max-width: 575px) {
  .tp-team-3-title-box .tp-section-title {
    font-size: 28px;
  }
}

.tp-team-3-subtitle {
  display: block;
  font-weight: 600;
  text-align: left;
}

.tp-team-3-social-box {
  position: absolute;
  right: -20px;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-3-social-box {
    right: 20px;
  }
}

.tp-team-3-social-box:hover .tp-team-3-social-link {
  opacity: 1;
  height: 180px;
  visibility: visible;
}

.tp-team-3-social-box:hover .tp-team-3-social-icon span {
  transform: rotate(-360deg);
}

.tp-team-3-social-icon {
  position: relative;
}

.tp-team-3-social-icon span {
  width: 48px;
  height: 48px;
  cursor: pointer;
  font-size: 16px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-team-3-social-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  padding: 16px 0 60px 16px;
  opacity: 0;
  visibility: hidden;
  border-radius: 30px;
  background: var(--tp-theme-1);
  transition: 0.3s;
  z-index: -1;
}

.tp-team-3-social-link ul li {
  display: block;
  text-align: left;
}

.tp-team-3-social-link ul li a {
  font-size: 17px;
  color: var(--tp-border-1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-team-3-social-link ul li a:hover {
  color: var(--tp-common-white);
}

.tp-team-3-active {
  padding-top: 0;
  padding-bottom: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-3-active {
    margin: 0 -5px;
  }
}

/*----------------------------------------*/
/*  7.3 Brand css
/*----------------------------------------*/
.tp-brand-logo {
  text-align: center;
  opacity: 0.25;
}

.tp-brand-active .swiper-slide-active .tp-brand-logo {
  opacity: 1;
}

.tp-brand-2-space {
  padding-bottom: 250px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-brand-2-space {
    padding-bottom: 120px;
  }
}

/*----------------------------------------*/
/*  7.10 Banner css
/*----------------------------------------*/
.tp-banner-item {
  overflow: hidden;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0px 0px 60px 0px rgba(34, 34, 67, 0.08);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-banner-item {
    margin-bottom: 20px;
  }
}

.tp-banner-item:hover {
  background: var(--tp-theme-1);
}

.tp-banner-item:hover .tp-banner-content::after {
  background: var(--tp-theme-1);
}

.tp-banner-item:hover .tp-banner-title {
  color: var(--tp-common-white);
}

.tp-banner-space {
  margin-top: -120px;
}

.tp-banner-content {
  position: relative;
  padding: 0 40px 0 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-banner-content {
    padding: 0 30px 0 30px;
  }
}

.tp-banner-content::after {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -30px;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  background: var(--tp-common-white);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-banner-title {
  font-size: 30px;
  font-weight: 700;
}

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

.tp-banner-thumb img {
  max-width: inherit;
  border-radius: 0 15px 15px 0;
}

/*----------------------------------------*/
/*  7.21 Video css
/*----------------------------------------*/
.tp-video-height {
  min-height: 600px;
  margin-top: -100px;
}

@media (max-width: 575px) {
  .tp-video-height {
    padding: 0;
    margin: 0;
  }
}

.tp-video-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tp-video-space {
  padding-top: 220px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-video-space {
    padding-top: 80px;
  }
}

@media (max-width: 575px) {
  .tp-video-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tp-video-overlay::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.6;
  background-color: #071621;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-video-title-box {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .tp-video-title-box .tp-section-title {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .tp-video-title-box .tp-section-title br {
    display: none;
  }
}

.tp-video-btn a {
  position: relative;
  width: 98px;
  height: 98px;
  font-size: 24px;
  line-height: 98px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
  border-radius: 50%;
  z-index: 2;
}

.tp-video-btn a::before,
.tp-video-btn a::after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 80%;
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 253, 0.45);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
}

.tp-video-btn a::after {
  height: 75%;
  width: 75%;
  background-color: rgba(211, 211, 211, 0.4);
  animation: borderanimate2 3s linear infinite;
}

.tp-video-shape {
  position: absolute;
  right: 170px;
  bottom: 50px;
  animation: spin-1 3000ms forwards infinite alternate;
  transform-origin: top left;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-video-shape {
    right: auto;
    bottom: -30px;
    left: 140px;
    transform: rotate(-201deg);
  }
}

/*----------------------------------------*/
/*  7.13 Discover css
/*----------------------------------------*/
.tp-discover .tp-section-meta-notes p {
  font-weight: 500;
  color: var(--tp-common-white);
}

.tp-discover .tp-section-meta-notes:hover .tp-section-meta-sm {
  color: var(--tp-common-white);
}

.tp-discover .tp-section-meta-notes:hover .tp-section-meta-sm::after {
  width: 100%;
}

.tp-discover .tp-section-meta-sm {
  color: var(--tp-common-white);
}

.tp-discover .tp-section-meta-sm::after {
  background: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.14 Error css
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.23 Shop css
/*----------------------------------------*/

.tp-cart-plus,
.tp-cart-minus {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--tp-common-black);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-cart-plus svg,
.tp-cart-minus svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tp-cart-plus:hover,
.tp-cart-minus:hover {
  cursor: pointer;
  color: var(--tp-theme-1);
}

.tp-cart-plus.tp-cart-plus,
.tp-cart-minus.tp-cart-plus {
  left: auto;
  right: 12px;
}

.tp-cart-plus.tp-cart-plus::after,
.tp-cart-minus.tp-cart-plus::after {
  left: 0;
  right: auto;
}

/*----------------------------------------*/
/*  7.24 Cart css
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.25 Checkout css
/*----------------------------------------*/
.tp-checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}

.tp-checkout-payment-item input {
  display: none;
}

.tp-checkout-payment-item input:checked~label::after {
  border-color: var(--tp-theme-1);
}

.tp-checkout-payment-item input:checked~label::before {
  opacity: 1;
  visibility: visible;
}

.tp-checkout-payment-item label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--tp-common-black);
}

.tp-checkout-payment-item label:hover {
  cursor: pointer;
}

.tp-checkout-payment-item label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-checkout-payment-item label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-checkout-payment-item label img {
  margin-left: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-checkout-payment-item label img {
    margin-left: 4px;
  }
}

@media (max-width: 575px) {
  .tp-checkout-payment-item label img {
    margin-top: 20px;
    margin-left: 0px;
  }
}

.tp-checkout-payment-item label a {
  margin-top: 20px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-checkout-payment-item label a {
    margin-top: 0;
    margin-left: 20px;
  }
}

.tp-checkout-payment-item label a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
}

.tp-checkout-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}

.tp-checkout-payment-desc::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: var(--tp-common-white);
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}

.tp-checkout-payment-desc p {
  background-color: var(--tp-common-white);
  padding: 19px 30px;
  margin-left: 27px;
  font-size: 14px;
  line-height: 1.57;
  color: #55585B;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  7.10 Custom css
/*----------------------------------------*/

.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav-logo img {
  height: 56px;
  width: auto;
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  line-height: 1;
  margin-left: 12px;
  white-space: nowrap;
}

.nav-logo-title {
  font-family: var(--tp-ff-heading);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--tp-common-black);
  text-transform: uppercase;
}

.nav-logo-subtitle {
  font-family: var(--tp-ff-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--tp-common-black);
  text-transform: uppercase;
  margin-top: 2px;
}

.nav-logo-title-footer {
  font-family: var(--tp-ff-heading);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--tp-common-white);
  text-transform: uppercase;
}

.nav-logo-subtitle-footer {
  font-family: var(--tp-ff-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  margin-top: 2px;
}