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

    Theme Name: Template Name – HTML5 Template
    Version: 1.0

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

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

    01. THEME DEFAULT CSS
	02. MEANMENU CSS START
	03. header CSS START
	04. slider CSS START
	05. feature CSS START
	06. about CSS START
	07. service CSS START
	08. testimonial CSS START
	09. quote CSS START
	10. counter CSS START
	11. team CSS START
	12. choice CSS START
	13. project CSS START
	14. blog CSS START
	15. step CSS START
	16. journey CSS START
	17. work CSS START
	18. cta CSS START
	19. contact CSS START
	20. story CSS START
	21. portfolio CSS START
	22. 404 CSS START
	23. pricing CSS START
	24. footer CSS START

**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet');
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Jost', sans-serif;;
  --tp-ff-heading: 'Jost', sans-serif;;
  --tp-ff-fontawesome: Font Awesome 5 Pro;
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #101010;
  --tp-common-black-2: #0e1e2a;
  --tp-heading-primary: #101010;
  --tp-grey-1: #f4f8fb;
  --tp-grey-2: #e5eef6;
  --tp-text-body: #666666;
  --tp-theme-1: #104cba;
  --tp-theme-2: #053895;
  --tp-border-1: #e7eff7;
  --tp-border-2: #434f59;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

html, body {
  overflow-x: hidden;
}

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

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

img {
  max-width: 100%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

p {
  color: var(--tp-text-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
}

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

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

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

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

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

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

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

li {
  list-style: none;
}

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

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

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input,
textarea {
  outline: none;
  color: var(--tp-theme-1);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgb(116, 116, 116);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgb(116, 116, 116);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgb(116, 116, 116);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgb(116, 116, 116);
}

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

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

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

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

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

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

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

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

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

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

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

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

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

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

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

/*--
    - Spacing
-----------------------------------------*/
.tp-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}
.tp-btn.back-bg:before {
  background-color: var(--tp-common-black);
}
.tp-btn.back-bg:hover:before {
  color: var(--tp-common-white);
}
.tp-btn.back-bg:hover span {
  color: var(--tp-common-white);
}
.tp-btn i {
  padding-left: 17px;
}
.tp-btn:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: var(--tp-common-white);
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.tp-btn:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: var(--tp-common-white);
}
.tp-btn:hover span {
  color: var(--tp-common-black);
}
.tp-btn span {
  z-index: 1;
  position: relative;
}
.tp-btn.back-color:before {
  background-color: var(--tp-common-black);
}

.tp-btn-similar {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}
.tp-btn-similar i {
  padding-left: 17px;
}
.tp-btn-similar:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: var(--tp-common-black);
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.tp-btn-similar:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: var(--tp-common-white);
}
.tp-btn-similar:hover span {
  color: var(--tp-common-white);
}
.tp-btn-similar span {
  z-index: 1;
  position: relative;
}

.tp-btn-sm {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}
.tp-btn-sm i {
  padding-left: 17px;
}
.tp-btn-sm:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: var(--tp-common-black);
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.tp-btn-sm:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: var(--tp-common-white);
}
.tp-btn-sm:hover span {
  color: var(--tp-common-white);
}
.tp-btn-sm span {
  z-index: 1;
  position: relative;
}

.tp-btn-border {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-common-white);
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}
.tp-btn-border i {
  padding-left: 17px;
}
.tp-btn-border:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: var(--tp-theme-2);
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.tp-btn-border:hover {
  border-color: var(--tp-common-white);
}
.tp-btn-border:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: var(--tp-common-white);
}
.tp-btn-border:hover span {
  color: var(--tp-common-white);
}
.tp-btn-border span {
  z-index: 1;
  position: relative;
  color: var(--tp-common-white);
}

.tp-btn-white {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}
.tp-btn-white i {
  padding-left: 17px;
}
.tp-btn-white:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: var(--tp-theme-2);
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.tp-btn-white:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: var(--tp-common-white);
}
.tp-btn-white:hover span {
  color: var(--tp-common-white);
}
.tp-btn-white span {
  z-index: 1;
  position: relative;
}

.tp-btn-lg {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}
.tp-btn-lg i {
  padding-left: 17px;
}
.tp-btn-lg:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: var(--tp-theme-1);
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.tp-btn-lg:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: var(--tp-common-white);
}
.tp-btn-lg:hover span {
  color: var(--tp-common-white);
}
.tp-btn-lg span {
  z-index: 1;
  position: relative;
}

.tp-pulse-border::after, .tp-pulse-border::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  animation: borderanimate2 2s linear infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
}

/* pulse effect animation */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes section-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@keyframes about-sm {
  100% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(50px);
  }
}
@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes tpleftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes tprotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes about-circle {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes services-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    -o-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    -o-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}
@keyframes hero-3-dot-2 {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes leftright {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes movinglight {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-70px);
  }
  50% {
    transform: translatey(-70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes movinglight2 {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(70px);
  }
  50% {
    transform: translatey(70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes movingtop {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translatey(70px);
  }
  50% {
    transform: translatey(-70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes circle-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle-animation2 {
  0% {
    transform: scale(-1, 1) rotate(360deg);
  }
  100% {
    transform: scale(-1, 1) rotate(0deg);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes zoom2 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes wobble-vertical {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthcalc {
  0% {
    width: 20%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 90%;
  }
  90% {
    opacity: 75%;
  }
  90% {
    opacity: 100%;
  }
}
/* right bounce */
@-webkit-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-90px);
    transform: translateX(-90px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-90px);
    transform: translateX(-90px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  60% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
/* /right bounce */
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes light-one {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
/*--- preloader ---*/
.dark #preloader {
  background-color: var(--tp-theme-1);
}

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

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

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

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

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*--- end of preloader ---*/
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 6px;
  z-index: 999;
  color: var(--tp-common-white);
  text-align: center;
  cursor: pointer;
  background: var(--tp-theme-1);
  transition: 1s ease;
  border: none;
}

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

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

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

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

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

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

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

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../img/cross-out.png), pointer;
}

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

.tpoffcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: -100%;
    width: 480px;
    bottom: 0;
    box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
     background-color: var(--tp-theme-1);
    /*background-color: var(--tp-common-white);*/
    z-index: 9999;
    padding: 50px;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease-in-out;
    overflow-y: scroll;
}
.tpoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .tpoffcanvas {
    width: 300px;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas {
    width: 400px;
    padding: 40px;
  }
}
.tpoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.tpoffcanvas__logo {
  margin-bottom: 40px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
.tpoffcanvas__logo img {
  width: 150px;
  height: 100%;
}
.tpoffcanvas__close-btn button {
  font-size: 35px;
  color: white;
  position: absolute;
  right: 50px;
  top: 52px;
  transition: 1s;
  font-weight: 300;
  opacity: 0.2;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__close-btn button {
    font-size: 28px;
    right: 48px;
    top: 52px;
  }
}
@media (max-width: 767px) {
  .tpoffcanvas__close-btn button {
    font-size: 28px;
    right: 20px;
    top: 48px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas__close-btn button {
    right: 44px;
    top: 41px;
  }
}
.tpoffcanvas__close-btn button:hover {
  color: #fff;
  opacity: 1;
}
.tpoffcanvas__content {
  margin-bottom: 30px;
}
.tpoffcanvas__content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}
.tpoffcanvas__content span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}
.tpoffcanvas__content a {
  font-size: 30px;
  line-height: 51px;
  font-weight: 700;
  color: var(--tp-common-white);
  display: inline-block;
}
@media (max-width: 767px) {
  .tpoffcanvas__content a {
    font-size: 27px;
  }
}
.tpoffcanvas__social {
  margin-top: 50px;
}
.tpoffcanvas__social .social-icon a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background-color: var(--tp-common-white);
  color: var(--tp-theme-1);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .tpoffcanvas__social .social-icon a {
    margin-right: 3px;
  }
}
.tpoffcanvas__social .social-icon a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tpoffcanvas__text {
  border-bottom: 1px solid #3b3838;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpoffcanvas__text {
    display: none;
  }
}
.tpoffcanvas__text p {
  color: var(--tp-common-white);
  font-size: 18px;
}
.tpoffcanvas__info {
  border-bottom: 1px solid #3b3838;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
  .tpoffcanvas__info {
    display: none;
  }
}
.tpoffcanvas__info .offcanva-title {
  color: var(--tp-common-white);
  margin: 30px 0 40px 0;
  font-size: 20px;
  font-weight: 600;
}
.tpoffcanvas__info-icon a {
  height: 50px;
  width: 50px;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  margin-right: 20px;
}
.tpoffcanvas__info-address span {
  display: block;
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 400;
}
.tpoffcanvas__info-address a {
  display: block;
  color: var(--tp-common-white);
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .tpoffcanvas__info-address a {
    font-size: 16px;
  }
}
.tpoffcanvas__info-address a:hover {
  color: var(--tp-common-white-2);
}

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

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

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

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

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

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

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

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

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

.breadcrumb__overlay {
  position: relative;
}
.breadcrumb__overlay::after {
  content: "";
  background-color: #040c19;
  opacity: 0.84;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.breadcrumb__height {
  padding-top: 175px;
  padding-bottom: 175px;
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumb__title {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.1;
  color: var(--tp-common-white);
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .breadcrumb__title {
    font-size: 35px;
    margin-bottom: 0;
  }
}
.breadcrumb__list {
  display: inline-block;
  padding: 0px 10px;
}
.breadcrumb__list span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.breadcrumb__list span.dvdr i {
  font-size: 18px;
  padding: 0px 5px;
  font-weight: 400;
}
.breadcrumb__list span.theme-color {
  color: var(--tp-theme-1);
}

.tp-custom-accordio .accordion-items {
  margin-bottom: 20px;
  background-color: var(--tp-grey-1);
  border-radius: 5px;
}
.tp-custom-accordio .accordion-buttons {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  padding: 30px 30px;
  font-size: 24px;
}
.tp-custom-accordio .accordion-buttons:not(.collapsed) {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .tp-custom-accordio .accordion-buttons {
    font-size: 17px;
    padding: 20px 15px;
  }
}
.tp-custom-accordio .accordion-buttons i {
  font-size: 25px;
  color: var(--tp-theme-1);
  margin-right: 10px;
}
@media (max-width: 767px) {
  .tp-custom-accordio .accordion-buttons i {
    font-size: 17px;
  }
}
.tp-custom-accordio .accordion-buttons::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  background-image: none;
  top: 25px;
  right: 20px;
  color: var(--tp-theme-1);
  width: auto;
  height: auto;
  font-weight: 700;
  font-size: 16px;
  opacity: 1;
}
@media (max-width: 767px) {
  .tp-custom-accordio .accordion-buttons::after {
    top: 19px;
  }
}
.tp-custom-accordio .accordion-buttons.collapsed::after {
  content: "\f107";
  opacity: 0.3;
}
.tp-custom-accordio .accordion-body {
  padding: 30px 30px;
  padding-top: 5px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-custom-accordio .accordion-body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-custom-accordio .accordion-body {
    font-size: 14px;
  }
}

.tp-custom-accordio-2 .accordion-items {
  margin-bottom: 20px;
  background-color: var(--tp-common-white);
  border-radius: 5px;
}
.tp-custom-accordio-2 .accordion-buttons {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 20px;
  font-size: 24px;
}
.tp-custom-accordio-2 .accordion-buttons:not(.collapsed) {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .tp-custom-accordio-2 .accordion-buttons {
    font-size: 17px;
    padding: 20px 15px;
  }
}
.tp-custom-accordio-2 .accordion-buttons i {
  font-size: 25px;
  color: var(--tp-theme-1);
  margin-right: 10px;
}
@media (max-width: 767px) {
  .tp-custom-accordio-2 .accordion-buttons i {
    font-size: 17px;
  }
}
.tp-custom-accordio-2 .accordion-buttons::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  background-image: none;
  top: 25px;
  right: 20px;
  color: var(--tp-theme-1);
  width: auto;
  height: auto;
  font-weight: 700;
  font-size: 16px;
  opacity: 1;
}
@media (max-width: 767px) {
  .tp-custom-accordio-2 .accordion-buttons::after {
    top: 19px;
  }
}
.tp-custom-accordio-2 .accordion-buttons.collapsed::after {
  content: "\f107";
  opacity: 0.3;
}
.tp-custom-accordio-2 .accordion-body {
  padding: 20px 20px;
  padding-top: 5px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-custom-accordio-2 .accordion-body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-custom-accordio-2 .accordion-body {
    font-size: 14px;
  }
}

.section-subtitle {
  padding: 10px 18px;
  font-size: 14px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-subtitle {
    font-size: 12px;
  }
}

.section-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-title {
    font-size: 46px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    font-size: 29px;
  }
  .section-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 29px;
    padding-bottom: 5px;
  }
  .section-title br {
    display: none;
  }
}

/*----------------------------------------*/
/*  03. MEANMENU CSS START
/*----------------------------------------*/
.mobile-menu.mean-container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .mobile-menu.mean-container {
    margin-bottom: 30px;
  }
}

.mobile-menu .sidebar-list {
  clear: both;
}
.mobile-menu .sidebar-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  color: var(--tp-common-white);
}
.mobile-menu .sidebar-list li::after {
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #c00;
  background-color: transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.mobile-menu .tp-sidebar-social {
  margin-top: 20px;
}
.mobile-menu .tp-sidebar-social a {
  margin-right: 5px;
  background-color: var(--tp-theme-primary);
  color: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------------------------------------*/
/*  03. header CSS START
/*----------------------------------------*/
.header-top__blue-bg {
  position: relative;
}
.header-top__blue-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 999999px;
  background-color: var(--tp-theme-1);
  z-index: -1;
}
.header-top__blue-bg-none::after {
  display: none;
}
@media (max-width: 767px) {
  .header-top__left-info {
    text-align: center;
  }
}
.header-top__left-info ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 15px 20px 15px 0;
  position: relative;
}
.header-top__left-info ul li::before {
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: var(--tp-border-2);
  position: absolute;
}
.header-top__left-info ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.header-top__left-info ul li:last-child::before {
  display: none;
}
.header-top__left-info ul li a {
  font-size: 16px;
  color: var(--tp-common-white);
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}
.header-top__left-info ul li a:hover {
  color: var(--tp-theme-1);
}
.header-top__left-info ul li a i {
  color: var(--tp-theme-1);
  font-size: 16px;
  margin-right: 10px;
}
.header-top__social {
  padding: 15px 0;
}
.header-top__social span {
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 400;
}
.header-top__social a {
  color: var(--tp-common-white);
  font-size: 16px;
  margin-left: 15px;
}
.header-top__social a:hover {
  color: var(--tp-common-black);
}
.header-top__social-white span {
  margin-right: 10px;
}
.header-top__social-white a {
  width: 30px;
  height: 30px;
  background-color: var(--tp-common-white);
  color: var(--tp-theme-1);
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s;
}
.header-top__social-white a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

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

.header-bottom__logo {
  padding: 27px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__logo {
    padding: 29px 0;
  }
}
.header-bottom__blue-bg {
  position: relative;
}
.header-bottom__blue-bg::after {
  position: absolute;
  content: "";
  top: 0;
  right: -39px;
  height: 100%;
  width: 999999px;
  background-color: var(--tp-theme-1);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-bottom__blue-bg::after {
    right: -49px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom__blue-bg::after {
    right: 115px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-bottom__blue-bg::after {
    right: 50px;
  }
}
@media only screen and (min-width: 470px) and (max-width: 575px) {
  .header-bottom__blue-bg::after {
    right: 17px;
  }
}
.header-bottom__blue-bg-none::after {
  display: none;
}
.header-bottom__blue-bg-none.white-bg {
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.06);
}
.header-bottom__main-menu ul {
  /*margin-left: 90px;*/
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-bottom__main-menu ul {
    /*margin-left: 55px;*/
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu ul {
    /*margin-left: 40px;*/
  }
}
.header-bottom__main-menu ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

 
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu ul li {
    margin-right: 15px;
  }
}
 
.header-bottom__main-menu ul li .submenu {
  position: absolute;
  background-color: #fff;
  width: 200px;
  z-index: 999;
  margin-left: 0;
  padding: 30px 0px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  box-shadow: 0px 8px 20px rgba(61, 110, 168, 0.2);
  text-align: start;
  transform: scaleY(0);
  transform-origin: top center;
}
.header-bottom__main-menu ul li .submenu li {
  margin: 0;
  display: block;
  margin-bottom: 15px;
  padding: 0 35px;
}
.header-bottom__main-menu ul li .submenu li:last-child {
  margin-bottom: 0;
}
.header-bottom__main-menu ul li .submenu li a {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-transform: capitalizes;
  font-size: 15px;
  color: var(--tp-text-body);
  position: relative;
  letter-spacing: 1px;
  font-weight: 600;
}
.header-bottom__main-menu ul li .submenu li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--tp-theme-1);
  transition: 0.7s;
  display: inline-block;
}
.header-bottom__main-menu ul li .submenu li:hover a {
  color: var(--tp-theme-1);
}
.header-bottom__main-menu ul li .submenu li:hover a::after {
  width: 100%;
  right: auto;
  left: 0;
}
.header-bottom__main-menu ul li .submenu li .submenu {
  left: 100%;
  top: 0;
}
.header-bottom__main-menu ul li:last-child {
  margin-right: 0;
}
.header-bottom__main-menu ul li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-black);
  padding: 37px 0;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu ul li a {
    font-size: 16px;
  }
}
.header-bottom__main-menu ul li a i {
  /*transform: translateY(3px);*/
  margin-left: 5px;
 /* transition: 0.3s;*/
  font-weight: 400;
}
.header-bottom__main-menu ul li:hover a {
  color: var(--tp-theme-1);
}
.header-bottom__main-menu ul li:hover a i {
  color: var(--tp-theme-1);
  /*transform: rotate(-180deg);*/
}
.header-bottom__main-menu ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  /*transform: scaleY(1);*/
}
.header-bottom__right a.menu-bar {
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  background-color: var(--tp-theme-1);
  margin-left: 15px;
}
.header-bottom__right a.menu-bar i {
  color: var(--tp-common-white);
  font-size: 20px;
}
.header-bottom__right a i {
  color: var(--tp-common-black);
  font-size: 16px;
}
.header-bottom__search-wrapper.search-open .header-bottom__icon-search {
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
}
.header-bottom__search-wrapper.search-open .header-bottom__icon-close {
  transform: scale(1);
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.header-bottom__search-wrapper.search-open .header-bottom__search-box {
  opacity: 1;
  visibility: visible;
  top: 130%;
}
.header-bottom__search {
  position: relative;
}
.header-bottom__search a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  height: 100%;
  padding: 20px 0;
}
.header-bottom__icon-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: scale(0);
  transition: 0.3s;
}
.header-bottom__search-box {
  position: absolute;
  top: 180%;
  right: 0;
  padding: 40px;
  background-color: black;
  transition: 0.5s;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .header-bottom__search-box {
    padding: 20px;
  }
}
.header-bottom__search-box button {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  font-size: 20px;
  color: rgba(255, 255, 255, 0.292);
  background-color: transparent;
  border: none;
}
.header-bottom__search-box input {
  padding-right: 50px;
  width: 270px;
  margin-bottom: 0;
  color: inherit;
  border: none;
  display: block;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-width: 0 0 1px 0;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
}
@media (max-width: 767px) {
  .header-bottom__search-box input {
    width: 200px;
  }
}
.header-bottom__search-box input::placeholder {
  color: #fff;
}

/*----------------------------------------*/
/*  04. slider CSS START
/*----------------------------------------*/
.slider__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__bg {
    background-position: right;
  }
}
.slider__height {
  height: 810px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__height {
    height: 768px;
  }
}
@media (max-width: 767px) {
  .slider__height {
    height: 560px;
  }
}
.slider__overlay-shape {
  position: relative;
}
.slider__overlay-shape::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-black);
  opacity: 0.7;
}
.slider__video {
  margin-bottom: 30px;
}
.slider__video a {
  height: 55px;
  width: 55px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  display: inline-block;
  margin-right: 20px;
  border: 6px solid var(--tp-theme-2);
}
.slider__video a i {
  margin-left: 2px;
}
@media (max-width: 767px) {
  .slider__video a {
    height: 50px;
    width: 50px;
    line-height: 40px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 470px) and (max-width: 575px) {
  .slider__video a {
    line-height: 40px;
  }
}
.slider__video span {
  font-weight: 600;
  color: var(--tp-common-white);
  font-size: 20px;
}
@media (max-width: 767px) {
  .slider__video span {
    font-size: 18px;
  }
}
.slider__title-box p {
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 1.5;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .slider__title-box p {
    font-size: 18px;
  }
  .slider__title-box p br {
    display: none;
  }
}
.slider__sub-title {
  color: var(--tp-theme-1);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .slider__sub-title {
    font-size: 28px;
  }
}
.slider__sub-title-2 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
}
.slider__title {
  font-weight: 700;
  font-size: 76px;
  line-height: 1.1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__title {
    font-size: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .slider__title {
    font-size: 45px;
  }
}
.slider__video-btn-2 {
  position: absolute;
  right: -60%;
  top: 32%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__video-btn-2 {
    right: -45%;
  }
}
.slider__video-btn-2 a {
  font-size: 25px;
  color: var(--tp-theme-1);
  height: 90px;
  width: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  background-color: var(--tp-common-white);
  position: absolute;
  top: 30%;
  right: -23%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__video-btn-2 a {
    right: -13%;
  }
}
.slider__video-btn-2 a i {
  margin-left: 5px;
}
.slider__active:hover button {
  opacity: 1;
  visibility: visible;
}
.slider__active button {
  height: 60px;
  width: 60px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  font-weight: 600;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
}
.slider__active button.slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  z-index: 9;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider__active button.slick-prev {
    left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__active button.slick-prev {
    top: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__active button.slick-prev {
    top: 85%;
  }
}
.slider__active button.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  z-index: 9;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider__active button.slick-next {
    right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__active button.slick-next {
    left: 140px;
    top: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__active button.slick-next {
    left: 140px;
    top: 85%;
  }
}

/*----------------------------------------*/
/*  05. feature CSS START
/*----------------------------------------*/
.feature__space-1 {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature__space-1 {
    margin-right: 0;
  }
}
.feature__space-2 {
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature__space-2 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .feature__space-2 {
    margin-left: 0;
  }
}
.feature__space-3 {
  margin-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .feature__space-3 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .feature__space-3 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .feature__xs-space {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature__xs-space {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 576px) {
  .feature__xs-space {
    padding-top: 110px;
  }
}
.feature__item span {
  font-size: 48px;
  font-weight: 600;
  color: var(--tp-common-black);
  margin-bottom: 13px;
  display: inline-block;
}
.feature__item p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature__item p {
    font-size: 14px;
  }
}
.feature__title-sm {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature__title-sm {
    font-size: 18px;
  }
}
.feature__title-sm::before {
  content: "";
  height: 2px;
  width: 80px;
  background-color: var(--tp-common-black);
  display: inline-block;
  transform: translateY(-5px);
  margin-right: 15px;
}

/*----------------------------------------*/
/*  06. about CSS START
/*----------------------------------------*/
.about__shape-img {
  position: absolute;
  right: 40px;
  top: -13px;
  animation: zoom 5s infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__shape-img {
    right: 205px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__shape-img {
    right: 85px;
  }
}
@media (max-width: 767px) {
  .about__shape-img {
    top: -60px;
  }
}
.about__wrapper {
  padding-right: 20px;
}
.about__experience-wrapper {
  background-color: var(--tp-theme-1);
  display: inline-block;
  padding: 30px 40px;
  border-radius: 5px;
  transform: translateY(-85px);
}
.about__experience-wrapper::before {
  content: "";
  width: 100%;
  height: 90%;
  border: 1px dashed #fff;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 5px;
  transform: translateY(-50%) scale(0.9);
}
.about__experience span {
  color: var(--tp-common-white);
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}
.about__experience h4 {
  font-size: 48px;
  font-weight: 700;
  margin-right: 15px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.about__section-box p {
  color: var(--tp-common-white);
  opacity: 0.7;
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__section-box p {
    padding-right: 300px;
  }
}
@media (max-width: 767px) {
  .about__section-box p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .about__content-box {
    flex-wrap: wrap;
  }
}
.about__content-info {
  margin-right: 10px;
}
.about__content-info p {
  color: var(--tp-common-white);
  opacity: 0.7;
  padding-bottom: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__content-info p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__content-info p {
    padding-right: 200px;
  }
}
@media (max-width: 767px) {
  .about__content-info p {
    padding-right: 0;
  }
}
.about__title-sm {
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 15px;
}
.about__thumb-sm {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .about__thumb-sm {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about__thumb-sm img {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 576px) {
  .journey__thumb {
    width: 100%;
  }
  .journey__thumb img {
    width: 100%;
  }
}

/*----------------------------------------*/
/*  07. service CSS START
/*----------------------------------------*/
.service__shape-1 {
  position: absolute;
  top: 26%;
  left: 0;
}
.service__shape-2 {
  position: absolute;
  top: 24%;
  right: 0;
}
.service__item {
  padding: 30px 20px;
  background-color: var(--tp-common-white);
  position: relative;
  line-height: 0;
}
.service__item::before {
  content: "";
  height: 24px;
  width: 24px;
  background-color: var(--tp-theme-2);
  top: 0;
  right: 0;
  position: absolute;
  transition: 0.4s;
}
.service__item:hover::before {
  height: 100%;
  width: 100%;
}
.service__item:hover .service__top-icon span {
  background-color: var(--tp-common-white);
  color: var(--tp-theme-2);
}
.service__item:hover .service__title-sm {
  color: var(--tp-common-white);
}
.service__item:hover .service__content P {
  color: var(--tp-common-white);
}
.service__item:hover .service__bottom-icon a i {
  color: var(--tp-theme-2);
}
.service__item:hover .service__icon-2 a {
  color: var(--tp-common-white);
}
.service__item-2 {
  padding: 30px 35px;
}
.service__item-bg-none {
  position: relative;
}
.service__item-bg-none::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--tp-theme-2);
  top: 0;
  right: 0;
  position: absolute;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
}
.service__item-bg-none:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.service__item-bg-none::before {
  display: none;
}
.service__item-inner-bg {
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.14);
}
.service__top-icon {
  margin-bottom: 32px;
  position: relative;
  z-index: 99;
}
.service__top-icon span {
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 27px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-2);
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.service__top-icon span::before {
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid var(--tp-border-1);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.2);
}
.service__content P {
  padding-bottom: 10px;
  transition: 0.3s;
}
.service__title-sm {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__title-sm {
    font-size: 23px;
  }
}
.service__bottom-icon a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 12px;
  color: var(--tp-common-white);
  background-color: var(--tp-grey-1);
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.service__bottom-icon a i {
  transition: 0.3s;
}
.service__icon-2 a {
  font-size: 18px;
  font-weight: 500;
}
.service__icon-2 a i {
  transform: translateY(3px);
}
.service__link span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  background-color: #c8daea;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .service__link span {
    padding: 10px 15px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service__link span {
    padding: 10px 7px;
    font-size: 14px;
  }
}
.service__link span a {
  color: var(--tp-theme-2);
  text-decoration: underline;
}

.service-details__title {
  font-size: 48px;
  font-weight: 700;
  color: var(--tp-common-black);
  padding-bottom: 10px;
}
.service-details__feature {
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
  border-radius: 5px;
}
.service-details__icon {
  margin-right: 15px;
}
.service-details__icon span {
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 5px;
  background-color: var(--tp-theme-2);
  color: var(--tp-common-white);
  font-size: 28px;
  text-align: center;
  display: inline-block;
}
.service-details__info-text p {
  margin-bottom: 0;
}
.service-details__video-btn {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 40%);
}
@media (max-width: 767px) {
  .service-details__video-btn {
    top: 9%;
    left: 66%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-details__video-btn {
    top: 20%;
    left: 57%;
  }
}
.service-details__video-btn a {
  font-size: 25px;
  color: var(--tp-theme-1);
  height: 90px;
  width: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  background-color: var(--tp-common-white);
  position: absolute;
  top: 30%;
  right: -23%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details__video-btn a {
    right: -13%;
  }
}
.service-details__video-btn a i {
  margin-left: 5px;
}

/*----------------------------------------*/
/*  08. testimonial CSS START
/*----------------------------------------*/
.testimonial__shape-1 {
  position: absolute;
  top: -30px;
  left: -85px;
}
.testimonial__shape-2 {
  position: absolute;
  top: -10px;
  left: -105px;
}
.testimonial__item {
  background-color: var(--tp-common-white);
  border-radius: 7px;
  padding: 40px;
}
.testimonial__icon i {
  font-size: 40px;
  color: var(--tp-theme-1);
}
.testimonial__content p {
  font-size: 24px;
  color: var(--tp-common-black);
  font-style: italic;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__content p {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__content p {
    font-size: 17px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .testimonial__content p {
    font-size: 20px;
    line-height: 25px;
  }
}
.testimonial__author-name {
  font-weight: 600;
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__author-name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial__author-name {
    font-size: 18px;
  }
}
.testimonial__author-info span {
  color: var(--tp-theme-1);
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .testimonial__author-info span {
    font-size: 14px;
  }
}
.testimonial__slider-active .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  transition: 0.3s;
}

.testimonial-2__wrapper {
  background-color: var(--tp-theme-1);
  padding: 60px;
}
@media (max-width: 767px) {
  .testimonial-2__wrapper {
    padding: 20px;
  }
}
.testimonial-2__item-content i {
  font-size: 30px;
  color: var(--tp-common-white);
  padding-bottom: 30px;
}
.testimonial-2__item-content p {
  font-size: 24px;
  color: var(--tp-common-white);
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .testimonial-2__item-content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-2__item-content p {
    font-size: 21px;
  }
}
.testimonial-2__title-sm {
  font-size: 30px;
  font-weight: 700;
  color: var(--tp-common-white);
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .testimonial-2__title-sm {
    font-size: 25px;
  }
}
.testimonial-2__author-name {
  font-size: 22px;
  font-weight: 700;
  color: var(--tp-common-white);
  padding-bottom: 5px;
}
.testimonial-2__author-info span {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-white);
}
.testimonial-2__slider-active .slick-slide img {
  display: inline-block;
}
.testimonial-2__slider-active button {
  position: relative;
  z-index: 5;
  font-size: 17px;
  background: #033289;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  color: var(--tp-common-white);
  transition: 0.3s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.testimonial-2__slider-active button:hover {
  background: var(--tp-common-white);
  color: #033289;
}
.testimonial-2__slider-active button.slick-prev {
  position: absolute;
  top: 50%;
  left: -1%;
  transform: translateY(-50%);
}
.testimonial-2__slider-active button.slick-next {
  position: absolute;
  top: 50%;
  right: -1%;
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  09. quote CSS START
/*----------------------------------------*/
.quote__bg {
  background-position: bottom;
  background-repeat: no-repeat;
}
.quote__section-box {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .quote__section-box p {
    font-size: 14px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .quote__section-box p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quote__title-box .section-title {
    font-size: 38px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quote__title-box p {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.quote__shape-1 {
  position: absolute;
  top: -50px;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .quote__shape-1 {
    top: -71px;
    right: -74px;
  }
}
.quote__shape-2 {
  position: absolute;
  top: 62%;
  right: 15%;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .quote__shape-2 {
    right: 8%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .quote__shape-2 {
    right: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .quote__thumb {
    margin-bottom: 50px;
  }
}
.quote__button {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .quote__button {
    margin-bottom: 53px;
  }
}
.quote__button ul li button {
  padding: 20px 50px;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quote__button ul li button {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quote__button ul li button {
    padding: 15px 15px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .quote__button ul li button {
    padding: 20px 11px;
    font-size: 15px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .quote__button ul li button {
    padding: 20px 60px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 576px) {
  .quote__button ul li button {
    padding: 20px 46px;
  }
}
.quote__button ul li button.active {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.quote__button ul li button:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.quote__button ul li button:hover i {
  color: var(--tp-common-white);
}
.quote__button ul li button i {
  margin-right: 10px;
}
.quote__input input {
  width: 100%;
  height: 55px;
  border: 1px solid transparent;
  background-color: var(--tp-grey-2);
  padding: 0px 20px;
  margin-bottom: 20px;
  color: var(--tp-common-black);
}
.quote__input input::placeholder {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
.quote__input input:focus {
  border-color: var(--tp-theme-1);
}
.quote__select {
  width: 100%;
}
.quote__select select {
  background-color: var(--tp-grey-2);
}

.quote__title-2 {
  margin-bottom: 20px;
}
.quote__section-box-2 {
  margin-left: 45px;
  padding-left: 45px;
  border-left: 1px solid #e2e2e2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .quote__section-box-2 {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
    margin-bottom: 50px;
  }
}
.quote__section-box-2 span {
  display: block;
}
.quote__section-box-2 span.frist-child {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
}
.quote__section-box-2 span.last-child {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-common-black);
}
.quote__button-2 {
  margin-bottom: 23px;
}
.quote__button-2 ul li button {
  padding: 15px 20px;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  margin-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quote__button-2 ul li button {
    padding: 20px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quote__button-2 ul li button {
    padding: 15px 15px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .quote__button-2 ul li button {
    padding: 20px 30px;
    font-size: 15px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .quote__button-2 ul li button {
    padding: 20px 60px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 576px) {
  .quote__button-2 ul li button {
    padding: 20px 27px;
  }
}
.quote__button-2 ul li button.active {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.quote__button-2 ul li button:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tpfeature__item {
  border: 1px solid var(--tp-border-1);
  border-radius: 15px;
  padding: 30px;
  transition: 0.4s;
}
.tpfeature__item-info i {
  font-size: 35px;
  color: #959AA5;
  margin-right: 35px;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .tpfeature__item-info i {
    font-size: 25px;
    margin-right: 15px;
  }
}
.tpfeature__item-icon i {
  font-size: 24px;
  font-weight: 400;
  color: #959AA5;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .tpfeature__item-icon i {
    font-size: 17px;
    margin-top: 2px;
  }
}
.tpfeature__item:hover .tpfeature__item-info i {
  color: var(--tp-theme-1);
}
.tpfeature__item:hover .tpfeature__item-info .tp-feature-title {
  color: var(--tp-theme-1);
}
.tpfeature__item:hover .tpfeature__item-icon i {
  color: var(--tp-theme-1);
}
.tpfeature__item2 {
  border-color: #17243D;
}
.tpfeature__item2:hover {
  box-shadow: none;
}

.tp-feature-title {
  line-height: 1;
  color: #959AA5;
  font-weight: 500;
  font-size: 24px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .tp-feature-title {
    font-size: 20px;
  }
}

.feature-color-one {
  transform: 0.3s;
}
.feature-color-one:hover {
  background-color: var(--tp-theme-1);
}
.feature-color-one:hover .tpfeature__item-info i {
  color: var(--tp-common-white);
}
.feature-color-one:hover .tpfeature__item-info .tp-feature-title {
  color: var(--tp-common-white);
}
.feature-color-one:hover .tpfeature__item-icon i {
  color: var(--tp-common-white);
}
.feature-color-one .tpfeature__item-info i {
  color: var(--tp-theme-1);
}
.feature-color-one .tpfeature__item-info .tp-feature-title {
  color: var(--tp-theme-1);
}
.feature-color-one .tpfeature__item-icon i {
  color: var(--tp-theme-1);
}

.feature-color-two {
  transform: 0.3s;
}
.feature-color-two:hover {
  background-color: var(--tp-theme-2);
}
.feature-color-two:hover .tpfeature__item-info i {
  color: var(--tp-common-white);
}
.feature-color-two:hover .tpfeature__item-info .tp-feature-title {
  color: var(--tp-common-white);
}
.feature-color-two:hover .tpfeature__item-icon i {
  color: var(--tp-common-white);
}
.feature-color-two .tpfeature__item-info i {
  color: var(--tp-theme-2);
}
.feature-color-two .tpfeature__item-info .tp-feature-title {
  color: var(--tp-theme-2);
}
.feature-color-two .tpfeature__item-icon i {
  color: var(--tp-theme-2);
}

.feature-color-three {
  transform: 0.3s;
}
.feature-color-three:hover {
  background-color: var(--tp-common-red);
}
.feature-color-three:hover .tpfeature__item-info i {
  color: var(--tp-common-white);
}
.feature-color-three:hover .tpfeature__item-info .tp-feature-title {
  color: var(--tp-common-white);
}
.feature-color-three:hover .tpfeature__item-icon i {
  color: var(--tp-common-white);
}
.feature-color-three .tpfeature__item-info i {
  color: var(--tp-common-red);
}
.feature-color-three .tpfeature__item-info .tp-feature-title {
  color: var(--tp-common-red);
}
.feature-color-three .tpfeature__item-icon i {
  color: var(--tp-common-red);
}

.feature-color-four {
  transform: 0.3s;
}
.feature-color-four:hover {
  background-color: var(--tp-common-green);
}
.feature-color-four:hover .tpfeature__item-info i {
  color: var(--tp-common-white);
}
.feature-color-four:hover .tpfeature__item-info .tp-feature-title {
  color: var(--tp-common-white);
}
.feature-color-four:hover .tpfeature__item-icon i {
  color: var(--tp-common-white);
}
.feature-color-four .tpfeature__item-info i {
  color: var(--tp-common-green);
}
.feature-color-four .tpfeature__item-info .tp-feature-title {
  color: var(--tp-common-green);
}
.feature-color-four .tpfeature__item-icon i {
  color: var(--tp-common-green);
}

.tp-Insurance-tab {
  margin-right: 165px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-Insurance-tab {
    margin-right: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-Insurance-tab {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-Insurance-tab {
    margin-right: 0px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .tp-Insurance-tab {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.tp-Insurance-tab button {
  width: 100%;
}
.tp-Insurance-tab button.active .tpfeature__item {
  box-shadow: 0px 36px 41px rgba(122, 122, 122, 0.22);
}
.tp-Insurance-tab button.active .tpfeature__item i {
  color: var(--tp-theme-1);
}
.tp-Insurance-tab button.active .tpfeature__item .tp-feature-title {
  color: var(--tp-theme-1);
}
.tp-Insurance-tab button.button-bg-color-1.active .tpfeature__item {
  box-shadow: none;
  background-color: var(--tp-theme-1);
}
.tp-Insurance-tab button.button-bg-color-1.active .tpfeature__item i {
  color: var(--tp-common-white);
}
.tp-Insurance-tab button.button-bg-color-1.active .tpfeature__item .tp-feature-title {
  color: var(--tp-common-white);
}
.tp-Insurance-tab button.button-bg-color-2.active .tpfeature__item {
  box-shadow: none;
  background-color: var(--tp-theme-2);
}
.tp-Insurance-tab button.button-bg-color-2.active .tpfeature__item i {
  color: var(--tp-common-white);
}
.tp-Insurance-tab button.button-bg-color-2.active .tpfeature__item .tp-feature-title {
  color: var(--tp-common-white);
}
.tp-Insurance-tab button.button-bg-color-3.active .tpfeature__item {
  box-shadow: none;
  background-color: var(--tp-common-red);
}
.tp-Insurance-tab button.button-bg-color-3.active .tpfeature__item i {
  color: var(--tp-common-white);
}
.tp-Insurance-tab button.button-bg-color-3.active .tpfeature__item .tp-feature-title {
  color: var(--tp-common-white);
}
.tp-Insurance-tab button.button-bg-color-4.active .tpfeature__item {
  box-shadow: none;
  background-color: var(--tp-common-green);
}
.tp-Insurance-tab button.button-bg-color-4.active .tpfeature__item i {
  color: var(--tp-common-white);
}
.tp-Insurance-tab button.button-bg-color-4.active .tpfeature__item .tp-feature-title {
  color: var(--tp-common-white);
}

.contactform__input input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--tp-border-1);
  padding: 25px 20px;
  background-color: #F0F0F0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.contactform__input input::placeholder {
  color: #A9A9A9;
}
.contactform__textarea textarea {
  width: 100%;
  height: 165px;
  padding: 25px 20px;
  resize: none;
  background-color: #F0F0F0;
  border: 1px solid var(--tp-border-1);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--tp-common-black);
  margin-bottom: 10px;
}
.contactform__textarea textarea::placeholder {
  color: #A9A9A9;
}
.contactform__textarea textarea:focus {
  outline: 0;
}
.contactform.contactform2 .tp-sp-icon .nice-select {
  background-color: #091732;
}
.contactform.contactform2 .contactform__input input {
  background-color: #091732;
  border: 1px solid #17243D;
  color: var(--tp-common-white);
}
.contactform.contactform2 .contactform__input input::placeholder {
  color: #999FA9;
}
.contactform.contactform2 .contactform__textarea textarea {
  background-color: #091732;
  border: 1px solid #17243D;
  color: var(--tp-common-white);
}
.contactform.contactform2 .contactform__textarea textarea::placeholder {
  color: #999FA9;
}
.contactform.contactform2 .tp-sp-icon .nice-select .current {
  color: #999FA9;
}
.contactform.contactform2 .tp-sp-icon .nice-select::after {
  color: #999FA9;
}

/*----------------------------------------*/
/*  10. counter CSS START
/*----------------------------------------*/
.counter__item span {
  font-size: 48px;
  font-weight: 600;
  color: var(--tp-common-white);
  padding-bottom: 10px;
  display: inline-block;
}
.counter__item span i {
  font-style: normal;
}
.counter__item p {
  font-size: 24px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  11. team CSS START
/*----------------------------------------*/
.team__shape-1 {
  position: absolute;
  top: 38%;
  left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team__shape-1 {
    top: 35%;
  }
}
.team__shape-2 {
  position: absolute;
  top: 50%;
  right: 0;
}
.team__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(14, 30, 42, 0.9));
  transition: 0.4s;
}
.team__thumb img {
  width: 100%;
}
.team__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 30px;
  z-index: 99;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__content {
    padding: 20px;
  }
}
.team__info {
  margin-top: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team__info {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team__info {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__info {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .team__info {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__info {
    margin-top: -25px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 520px) {
  .team__info {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 521px) and (max-width: 575px) {
  .team__info {
    margin-top: 270px;
  }
}
.team__info span {
  font-size: 16px;
  color: var(--tp-common-white);
  text-decoration: underline;
}
.team__author-name {
  color: var(--tp-common-white);
  font-size: 24px;
}
.team__author-name a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.team__author-name a:hover {
  background-size: 0% 1px, 100% 1px;
}
.team__social-box {
  display: inline-block;
}
.team__social-box a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  display: inline-block;
  position: relative;
}
.team__social-box:hover .team__social-icon a.facebook {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.team__social-box:hover .team__social-icon a.twitter {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.team__social-box:hover .team__social-icon a.instagram {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.team__social-icon a {
  margin-top: 15px;
  color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
  display: inline-block;
}
.team__social-icon a.facebook {
  transform: translateY(-55px);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.team__social-icon a.twitter {
  transform: translateY(-70px);
  transition: 0.7s;
  opacity: 0;
  visibility: hidden;
}
.team__social-icon a.instagram {
  transform: translateY(-90px);
  transition: 0.9s;
  opacity: 0;
  visibility: hidden;
}
.team__social-icon a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .join-team__content {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .join-team__content {
    padding-bottom: 50px;
  }
}

.team-2__item {
  position: relative;
}
.team-2__item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.team-2__item:hover::after {
  visibility: visible;
  opacity: 1;
}
.team-2__item-3 {
  position: relative;
}
.team-2__item-3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
}
.team-2__item-3:hover .team-2__thumb-3 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.team-2__social {
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  transform: skewX(30deg);
}
@media (max-width: 767px) {
  .team-2__social {
    transform-origin: top;
    -webkit-transform: skewY(30deg);
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    -o-transform: skewY(30deg);
    transform: skewY(30deg);
  }
}
@media (max-width: 767px) {
  .team-2__social ul {
    display: inline-block !important;
  }
}
.team-2__social ul li {
  list-style: none;
}
.team-2__social ul li > a {
  display: inline-block;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  margin-left: 10px;
}
@media (max-width: 767px) {
  .team-2__social ul li > a {
    margin-bottom: 10px;
  }
}
.team-2__social ul li > a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.team-2__social-wrapper {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
.team-2__social-wrapper .team-plus-btn {
  display: inline-block;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.team-2__social-wrapper:hover .team-2__social {
  visibility: visible;
  opacity: 1;
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -o-transform: skewX(0deg);
  transform: skewX(0deg);
}
.team-2__social-3 {
  position: absolute;
  top: -40px;
  right: 20px;
  background-color: var(--tp-theme-2);
  padding: 10px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  z-index: 11;
  padding-top: 60px;
}
.team-2__social-3 ul li {
  list-style: none;
}
.team-2__social-3 ul li a {
  font-size: 14px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 15px;
}
.team-2__social-3 ul li a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-dark-3);
}
.team-2__social-btn .team-social-btn {
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.team-2__social-btn .team-social-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-dark-3);
}
.team-2__social-btn .team-social-btn:not(.collapsed) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: var(--tp-common-white);
  background-color: var(--tp-common-dark-3);
}
.team-2__social-btn .team-social-btn-close {
  font-size: 14px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
  visibility: hidden;
  opacity: 0;
}
.team-2__social-btn .team-social-btn-close:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-dark-3);
}
.team-2__title {
  font-size: 26px;
  color: var(--tp-common-white);
  text-transform: uppercase;
}
.team-2__title a:hover {
  color: var(--tp-theme-1);
}
.team-2__title-3 {
  font-size: 26px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  margin-bottom: 0;
}
.team-2__title-3 a:hover {
  color: var(--tp-theme-2);
}
.team-2__content {
  position: absolute;
  left: 30px;
  bottom: 15px;
  z-index: 1;
}
.team-2__content span {
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-common-white);
  opacity: 0.6;
  display: inline-block;
  text-transform: uppercase;
}
.team-2__content-3 {
  position: absolute;
  bottom: 32px;
  left: 40px;
  z-index: 1;
}
@media (max-width: 767px) {
  .team-2__content-3 {
    left: 15px;
  }
}
.team-2__content-3 span {
  font-size: 14px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.6;
  display: inline-block;
  margin-bottom: 5px;
}
.team-2__slider {
  padding-left: 95px;
  padding-right: 200px;
  margin-left: -85px;
}
.team-2__slider .swiper-container {
  overflow: visible;
}
@media (max-width: 767px) {
  .team-2__slider {
    padding: 0;
    margin: 0;
  }
}
.team-2__box-item:hover .team-2__box-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.team-2__box-title {
  font-size: 20px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.team-2__box-title a:hover {
  color: var(--tp-theme-1);
}
.team-2__box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 20px;
  padding-right: 50px;
  background-color: var(--tp-common-black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -o-transform: translateY(35px);
  transform: translateY(35px);
}
.team-2__box-content > span {
  font-size: 14px;
  color: var(--tp-theme-1);
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
}
.team-2__box-social a {
  display: inline-block;
  color: var(--tp-text-10);
  margin-right: 10px;
}
.team-2__box-social a:hover {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-2__details-wrapper {
    padding-top: 20px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-2__details-wrapper {
    padding-top: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .team-2__details-wrapper {
    padding-left: 0;
  }
}
.team-2__details-designation {
  font-size: 14px;
  font-weight: 500;
}
.team-2__details-title {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .team-2__details-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .team-2__details-title {
    font-size: 30px;
  }
}
.team-2__details-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 35px;
}
.team-2__details-info-item:hover .team-2__details-info-icon i {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.team-2__details-info-icon i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: var(--tp-theme-1);
  background-color: var(--tp-grey-1);
  transition: 0.3s;
}
.team-2__details-info-content p {
  font-size: 14px;
  margin-bottom: 0;
}
.team-2__details-info-content h5 {
  font-size: 20px;
  color: var(--tp-common-black);
  margin-bottom: 0;
}
.team-2__details-info-content h5 a:hover {
  color: var(--tp-theme-1);
}
.team-2__details-inner {
  border-bottom: 1px solid #e8e8e8;
}
.team-2__skill-title {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-2__skill-progress {
    padding-top: 0;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .team-2__skill-progress {
    padding-top: 0;
    padding-right: 0;
  }
}
.team-2__skill-progress-item {
  position: relative;
  margin-bottom: 32px;
}
.team-2__skill-progress-item h4 {
  font-size: 18px;
  color: var(--tp-common-black);
  text-transform: uppercase;
  margin-bottom: 13px;
  padding-right: 50px;
}
.team-2__skill-progress-item .progress {
  height: 10px;
  background-color: transparent;
  border-radius: 0;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.team-2__skill-progress-item .progress::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background-color: #ececec;
  z-index: -1;
}
.team-2__skill-progress-item .progress-bar {
  background-color: var(--tp-theme-1);
  overflow: visible;
  border-radius: 0 10px 10px 0;
}
.team-2__skill-progress-item .progress-count {
  position: absolute;
  top: -4px;
  right: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .team-2__skill-thumb {
    margin-top: 50px;
  }
}
.team-2__skill-border {
  border-bottom: 1px solid #e8e8e8;
}
.team-2__skill-inner {
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-2__certificate-content {
    padding-left: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .team-2__certificate-content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.team-2__certificate-content h4 {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.team-2__certificate-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 35px;
}

/*----------------------------------------*/
/*  12. choice CSS START
/*----------------------------------------*/
.choice__shape-1 {
  position: absolute;
  top: 10%;
  left: -10%;
  animation: jumpTwo 4s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .choice__shape-1 {
    left: -6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choice__section-box .section-title {
    font-size: 34px;
  }
}
.choice__shape-2 {
  position: absolute;
  bottom: -55%;
  right: -1%;
  animation: rotate2 15s linear infinite;
}
.choice__thumb {
  position: absolute;
  top: 125px;
  left: 0;
}
.choice__thumb-main {
  padding-right: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choice__thumb-main {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choice__thumb-main {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .choice__thumb-main {
    padding-right: 0px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 576px) {
  .choice__thumb-main img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .choice__thumb-main img {
    width: 100%;
  }
}
.choice__text-box {
  background-color: var(--tp-theme-1);
  padding: 30px;
  border-radius: 5px;
  display: inline-block;
  text-align: start;
  position: absolute;
  bottom: -52%;
  right: 15%;
}
.choice__text-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--tp-common-white);
  line-height: 1.3;
  margin-bottom: 0;
}
.choice__right-info {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choice__right-info {
    margin-top: 250px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .choice__right-info {
    padding-left: 0;
  }
}

/*----------------------------------------*/
/*  13. project CSS START
/*----------------------------------------*/
.project__slider-item {
  position: relative;
}
.project__slider-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 75, 186, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scale(0.5);
}
.project__slider-item:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.project__slider-item:hover .project__content-box {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0);
}
.project__content-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  transform: rotateX(-80deg);
}
.project__img img {
  width: 100%;
}
.project__info-text {
  background-color: var(--tp-theme-1);
  padding: 20px;
}
.project__info-text span {
  font-size: 16px;
  color: var(--tp-common-white);
}
.project__title-sm {
  font-weight: 600;
  color: var(--tp-common-white);
}
.project__slider-wrapper {
  margin-top: -150px;
}
.project__slider-active {
  margin: 0 -15px;
}
.project__slider-active .slick-slide {
  padding: 0px 15px;
}

@media (max-width: 767px) {
  .project-2__section-box {
    padding-bottom: 30px;
  }
}
.project-2__item-box {
  background-color: var(--tp-common-white);
}
.project-2__item-box:hover .project-2__item-thumb img {
  transform: scale(1.2);
}
.project-2__item-thumb img {
  transition: 0.7s;
}
.project-2__content {
  padding: 40px 30px;
}
.project-2__content span {
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 15px;
  display: inline-block;
}
.project-2__content p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .project-2__content p {
    font-size: 15px;
  }
}
.project-2__title-sm {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  transition: 0.3s;
}
.project-2__title-sm:hover {
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-2__title-sm {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-2__title-sm {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .project-2__title-sm {
    font-size: 19px;
  }
}
.project-2__icon a {
  font-size: 15px;
  font-weight: 700;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: var(--tp-common-white);
  text-align: center;
  line-height: 50px;
  color: var(--tp-common-black);
  position: absolute;
  top: -12%;
  right: 5%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.3s;
}
.project-2__icon a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.project-2__slider-active .slick-slide {
  padding: 0 15px;
}

.project-details__left-sidebar {
  background-color: var(--tp-common-white);
  box-shadow: 0px 8px 29px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .project-details__left-sidebar {
    margin-bottom: 70px;
    margin-right: 0;
  }
}
.project-details__item {
  background-color: var(--tp-grey-1);
  padding: 30px 20px;
}
.project-details__item h4 {
  font-size: 18px;
}
.project-details__title {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-details__title {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .project-details__title {
    font-size: 30px;
  }
}
.project-details__content-box {
  margin-bottom: 30px;
}
.project-details__content-box.bottom-space {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .project-details__content-box p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .project-details__bottom-thumb {
    margin-bottom: 50px;
  }
}

.project-space-top {
  margin-top: 60px;
}

.project-2__slider-active {
  margin: 0px -15px;
}
@media (max-width: 767px) {
  .project-2__slider-active {
    margin: 0px;
  }
}

/*----------------------------------------*/
/*  14. blog CSS START
/*----------------------------------------*/
@media (max-width: 767px) {
  .blog__section-box {
    margin-bottom: 30px;
  }
}
.blog__item {
  background-color: var(--tp-common-white);
}
.blog__item:hover .blog__img img {
  transform: scale(1.2);
}
.blog__grey-bg .blog__item {
  background-color: var(--tp-grey-2);
}
.blog__content {
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__content {
    padding: 20px;
  }
}
.blog__img img {
  transition: 0.6s;
}
.blog__tag {
  margin-bottom: 25px;
}
.blog__tag span {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  padding: 10px 25px;
  display: inline-block;
  border-radius: 5px;
  transition: 0.3s;
}
.blog__tag span:hover {
  background-color: var(--tp-common-black);
}
.blog__meta {
  margin-bottom: 15px;
}
.blog__meta span {
  font-size: 16px;
  transition: 0.3s;
}
.blog__meta span.frist-child {
  margin-right: 20px;
}
.blog__meta span i {
  font-size: 18px;
  color: var(--tp-theme-1);
  margin-right: 7px;
  transition: 0.3s;
}
.blog__title-box p {
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__title-box p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__title-box p {
    font-size: 13px;
    line-height: 24px;
  }
}
.blog__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 5px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__title {
    font-size: 22px;
  }
}
.blog__title:hover {
  color: var(--tp-theme-1);
}
.blog__link a {
  font-size: 16px;
  font-weight: 500;
}
.blog__link a:hover {
  color: var(--tp-theme-1);
}
.blog__link a i {
  transform: translateY(2px);
  margin-left: 5px;
}

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

.postbox__thumb {
  margin-bottom: -2px;
}
.postbox__thumb .play-btn {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 90px;
  width: 90px;
  background-color: var(--tp-common-white);
  text-align: center;
  line-height: 90px;
  color: var(--tp-theme-2);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.postbox__thumb .play-btn:hover {
  background-color: var(--tp-theme-2);
  color: var(--tp-common-white);
}
.postbox__thumb img {
  border-radius: 5px;
  margin-bottom: 40px;
}
.postbox__audio {
  height: 100%;
  width: 100%;
}
.postbox__audio iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.postbox__item-single:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.postbox__content p {
  width: 100%;
}
.postbox__content p img {
  margin-bottom: 30px;
  max-width: 100%;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__content p img {
    width: 100%;
  }
}
.postbox__content-single {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.postbox__title {
  font-size: 36px;
  font-weight: 600;
  color: var(--tp-common-black);
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__title {
    font-size: 33px;
  }
  .postbox__title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .postbox__title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__title {
    font-size: 30px;
  }
  .postbox__title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .postbox__title {
    font-size: 25px;
  }
  .postbox__title br {
    display: none;
  }
}
.postbox__title a:hover {
  color: var(--tp-theme-1);
}
.postbox__meta {
  margin-bottom: 20px;
}
.postbox__meta span {
  font-size: 14px;
  font-weight: 700;
  color: #8A90A2;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__meta span {
    margin-right: 20px;
  }
}
.postbox__meta span:last-child {
  margin-right: 0;
}
.postbox__meta span i {
  color: var(--tp-theme-1);
  margin-right: 3px;
  font-weight: 500;
  transition: all linear 0.3s;
}
.postbox__meta span:hover {
  color: var(--tp-theme-2);
}
.postbox__meta span:hover i {
  color: var(--tp-theme-2);
}
.postbox__text {
  margin-bottom: 50px;
}
.postbox__text img {
  max-width: 100%;
}
.postbox__text p {
  margin-bottom: 28px;
  font-size: 17px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__text p {
    font-size: 16px;
  }
}
.postbox__text-single p {
  margin-bottom: 15px;
}
.postbox__slider button {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  color: var(--tp-common-white);
}
.postbox__slider button.slick-next {
  left: auto;
  right: 50px;
}
@media (max-width: 767px) {
  .postbox__slider button.slick-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .postbox__slider button {
    left: 10px;
  }
}
.postbox__comment ul li {
  margin-bottom: 30px;
  list-style: none;
}
.postbox__comment ul li.children {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .postbox__comment ul li.children {
    margin-left: 15px;
  }
}
.postbox__comment ul-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-bottom: 40px;
  margin-right: 20px;
}
.postbox__comment-input {
  position: relative;
  margin-bottom: 20px;
}
.postbox__comment-input span {
  font-weight: 600;
  color: var(--tp-common-black);
  margin-bottom: 12px;
  display: block;
}
.postbox__comment-input input, .postbox__comment-input textarea {
  height: 55px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  outline: none;
  border: 1px solid #f7f7f7;
  box-shadow: 0px 16px 24px rgba(189, 196, 205, 0.13);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  color: var(--tp-common-black);
}
.postbox__comment-input input::placeholder, .postbox__comment-input textarea::placeholder {
  color: rgba(116, 116, 116, 0.5);
}
.postbox__comment-input input:focus, .postbox__comment-input textarea:focus {
  border-color: var(--tp-theme-1);
  color: var(--tp-common-black);
}
.postbox__comment-input textarea {
  height: 175px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.postbox__comment-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
  color: var(--tp-common-black);
}
.postbox__comment-avater {
  flex: 0 0 auto;
}
.postbox__comment-avater img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.postbox__comment-name {
  margin-bottom: 5px;
}
.postbox__comment-name h5 {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: var(--tp-common-black);
}
.postbox__comment-name span {
  font-size: 14px;
  color: #8A879F;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .postbox__comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
}
.postbox__comment-text p {
  font-size: 16px;
  color: #747474;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .postbox__comment-text p br {
    display: none;
  }
}
.postbox__comment-reply {
  margin-top: 10px;
}
.postbox__comment-reply a {
  display: inline-block;
  color: var(--tp-theme-1);
  background: rgba(61, 108, 231, 0.1);
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.postbox__comment-reply a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
}
.postbox__comment-agree {
  padding-left: 5px;
}
.postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: var(--tp-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  flex: 0 0 auto;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}
.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.postbox__comment-agree input:hover {
  cursor: pointer;
}
.postbox__comment-agree label {
  padding-left: 8px;
  color: var(--tp-text-1);
  line-height: 1;
}
.postbox__comment-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
  padding-left: 4px;
}
.postbox__comment-agree label a:hover {
  color: var(--tp-theme-1);
}
.postbox__comment-agree label:hover {
  cursor: pointer;
}
.postbox__tag span {
  font-size: 20px;
  margin-bottom: 17px;
  color: var(--tp-common-black);
  margin-right: 30px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__social {
    margin-top: 40px;
  }
}
.postbox__social span {
  font-size: 20px;
  color: var(--tp-common-black);
  font-weight: 500;
}
.postbox__social a {
  font-size: 15px;
  padding-left: 30px;
}
.postbox__social a .tp-linkedin {
  color: #0E6BA1;
}
.postbox__social a .tp-pinterest {
  color: #D70220;
}
.postbox__social a .tp-facebook {
  color: #0E6BA1;
}
.postbox__social a .tp-twitter {
  color: #36B6ED;
}

.postbox__comment-form-title {
  margin-bottom: 30px;
}

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

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

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

.approch-item {
  margin-bottom: 65px;
}
.approch-item ul li {
  position: relative;
  padding-left: 30px;
}
.approch-item ul li i {
  color: var(--tp-theme-1);
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 5px;
  left: 0;
}

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

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

.rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rc__post-thumb {
  flex: 0 0 auto;
}
.rc__post-thumb img {
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
  object-fit: cover;
}
.rc__post-title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
  line-height: 22px;
}
.rc__post-title a:hover {
  color: var(--tp-theme-1);
}
.rc__meta span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--tp-theme-3);
}

.sidebar__wrapper {
  padding-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar__wrapper {
    padding-left: 0;
  }
}
.sidebar__widget {
  padding: 40px;
  border: 1px solid #F6F6F6;
}
.sidebar__widget-title {
  font-size: 22px;
  margin-bottom: 30px;
  color: var(--tp-common-black);
  font-weight: 500;
}
.sidebar__widget:last-child-title {
  border-bottom: 0;
}
.sidebar__widget ul li {
  list-style: none;
}
.sidebar__widget ul li:last-child {
  padding-bottom: 0;
}
.sidebar__widget ul li:last-child a {
  margin-bottom: 0;
}
.sidebar__widget ul li:first-child {
  padding-top: 0;
}
.sidebar__widget ul li a {
  color: #777777;
  display: block;
  margin-bottom: 10px;
  padding: 7px 0px;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
}
.sidebar__widget ul li span {
  float: right;
  color: var(--tp-common-black);
  font-size: 16px;
  font-weight: 600;
}
.sidebar__widget ul li:hover a {
  color: var(--tp-theme-2);
}
.sidebar__widget ul li:hover span {
  color: var(--tp-theme-2);
}
.sidebar__search {
  position: relative;
}
.sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: var(--tp-grey-1);
  padding: 0 25px;
  text-transform: capitalize;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid var(--tp-grey-1);
  outline: none;
  padding-top: 3px;
  padding-right: 80px;
  color: var(--tp-common-black);
}
.sidebar__search input::placeholder {
  color: #777777;
}
.sidebar__search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 24px;
  color: #fff;
  line-height: 60px;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  color: var(--tp-common-black);
}
.sidebar__banner-content {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: var(--tp-theme-1);
}
.sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  margin-bottom: 0;
}

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

blockquote {
  background: var(--tp-grey-1);
  padding: 35px 50px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}
blockquote p {
  line-height: 1.5;
  font-size: 20px;
  color: #57565e;
  font-weight: 400;
}
blockquote cite {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  color: #070337;
  font-style: inherit;
  font-weight: 600;
  position: relative;
}
blockquote cite::before {
  content: "";
  font-size: 28px;
  color: var(--tp-theme-1);
  padding-bottom: 0px;
  display: inline-block;
  background: var(--tp-theme-1);
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

.blog-post-slider-active {
  position: relative;
  margin-bottom: 40px;
}
.blog-post-slider-active .swiper-slide img {
  border-radius: 5px;
  width: 100%;
}

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

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

.blog-post-slider-nav .nav-button {
  height: 60px;
  width: 60px;
  background-color: var(--tp-common-white);
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: var(--tp-common-black);
}

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

.basic-pagination ul li {
  display: inline-block;
}

.basic-pagination ul li a, .basic-pagination ul li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid var(--tp-border-1);
  font-size: 18px;
  font-weight: 600;
}

.basic-pagination ul li a:hover, .basic-pagination ul li a.current, .basic-pagination ul li span:hover, .basic-pagination ul li span.current {
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  15. step CSS START
/*----------------------------------------*/
.step__title-sm {
  font-size: 22px;
  color: var(--tp-common-white);
  font-weight: 600;
}
.step__item {
  padding: 20px;
}
.step__item p {
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.step__item-bg {
  background-color: var(--tp-theme-1);
}
.step__slider-active .slick-slide {
  padding: 0 15px;
}
.step__slider-active .slick-current {
  background-color: var(--tp-theme-2);
}
.step__slider-active button {
  height: 60px;
  width: 60px;
  background-color: var(--tp-common-white);
  color: var(--tp-theme-1);
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .step__slider-active button {
    height: 50px;
    width: 50px;
    line-height: 55px;
  }
}
.step__slider-active button:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.step__slider-active button.slick-prev {
  position: absolute;
  top: 26%;
  left: -6%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .step__slider-active button.slick-prev {
    left: -2%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .step__slider-active button.slick-prev {
    left: 0;
  }
}
.step__slider-active button.slick-next {
  position: absolute;
  top: 26%;
  right: -6%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .step__slider-active button.slick-next {
    right: -2%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .step__slider-active button.slick-next {
    right: 0;
  }
}

/*----------------------------------------*/
/*  16. journey CSS START
/*----------------------------------------*/
.journey__shape-1 {
  position: absolute;
  top: 40%;
  left: 14%;
  animation: rotate2 15s linear infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .journey__shape-1 {
    top: 34%;
    left: 8%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .journey__shape-1 {
    top: 33%;
    left: 2%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .journey__shape-1 {
    left: 1%;
    top: 35%;
  }
}
.journey__shape-2 {
  position: absolute;
  top: 81%;
  left: 32%;
  animation: jumpTwo 4s infinite linear;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .journey__shape-2 {
    top: 79%;
    left: 27%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .journey__shape-2 {
    left: 25%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .journey__shape-2 {
    top: 80%;
    left: 23%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .journey__shape-2 {
    top: 63%;
  }
}
.journey__left-box {
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .journey__left-box {
    padding-right: 0;
    margin-bottom: 120px;
  }
}
.journey__thumb-inner {
  position: absolute;
  bottom: -30%;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .journey__thumb-inner {
    bottom: -31%;
    left: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .journey__thumb-inner {
    bottom: -11%;
  }
}
.journey__section-box p {
  padding-bottom: 15px;
}
.journey__expricene-text {
  background-color: var(--tp-theme-1);
  display: inline-block;
  padding: 30px;
  position: absolute;
  bottom: -15%;
  right: 18%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .journey__expricene-text {
    bottom: -43%;
  }
}
@media (max-width: 767px) {
  .journey__expricene-text {
    bottom: -18%;
    right: 12%;
  }
}
.journey__expricene-text h4 {
  font-size: 48px;
  font-weight: 700;
  color: var(--tp-common-white);
}
.journey__expricene-text span {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-common-white);
}
.journey__text {
  background-color: #e5eef6;
  padding: 30px;
  border-left: 6px solid var(--tp-theme-1);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .journey__text {
    padding: 18px;
  }
}
.journey__text p {
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  17. work CSS START
/*----------------------------------------*/
.work__feature-item {
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work__feature-item {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .work__feature-item {
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
}
.work__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  animation: zoom 5s infinite;
}
.work__shape-1 img {
  opacity: 0.4;
}
.work__shape-2 {
  position: absolute;
  top: 44%;
  left: 0;
  animation: movinglight 10s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work__shape-2 {
    top: 86%;
    left: 70px;
  }
}
.work__left-side {
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work__left-side {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .work__left-side {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work__thumb-main img {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work__section-title {
    padding-bottom: 10px;
  }
}
.work__feature-icon {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .work__feature-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.work__feature-icon a {
  font-size: 40px;
  color: var(--tp-theme-1);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  background-color: var(--tp-grey-2);
  display: inline-block;
  transition: 0.4s;
}
.work__feature-icon a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.work__title-sm {
  font-size: 24px;
  font-weight: 700;
  transition: 0.3s;
}
.work__feature-content p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work__feature-content p {
    padding-right: 30px;
  }
  .work__feature-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .work__feature-content p {
    padding-right: 0px;
  }
  .work__feature-content p br {
    display: none;
  }
}

/*----------------------------------------*/
/*  18. cta CSS START
/*----------------------------------------*/
.cta__bg {
  padding-top: 110px;
  padding-bottom: 180px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(4, 12, 25, 0.85);
}
.cta__section-box p {
  color: var(--tp-common-white);
  opacity: 0.7;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta__section-box p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__section-box p br {
    display: none;
  }
}
.cta__btn a {
  margin: 0px 10px;
  margin-bottom: 20px;
}

.cta-2__bg {
  position: relative;
}
.cta-2__bg::after {
  content: "";
  top: 0;
  left: 0;
  background-color: rgb(14, 30, 42);
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.cta-2__icon {
  margin-bottom: 70px;
}
.cta-2__icon a {
  color: var(--tp-theme-1);
  font-size: 20px;
  background-color: var(--tp-common-white);
  height: 70px;
  width: 70px;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  position: relative;
  transition: 0.3s;
  animation: pulse 2s infinite;
}
.cta-2__icon a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.cta-2__icon a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid var(--tp-common-white);
  height: 100px;
  width: 100px;
  transform: translate(-50%, -50%);
}
.cta-2__icon a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid var(--tp-common-white);
  height: 120px;
  width: 120px;
  transform: translate(-50%, -50%);
}

/*----------------------------------------*/
/*  19. conatct CSS START
/*----------------------------------------*/
.newsletter__height {
  min-height: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), xs {
  .newsletter__height {
    min-height: 160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newsletter__height {
    min-height: 200px;
  }
}
.newsletter__main {
  margin-top: -100px;
}
@media (max-width: 767px) {
  .newsletter__main {
    margin-top: -84px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newsletter__main {
    margin-top: -135px;
  }
}
.newsletter__item {
  background-color: var(--tp-theme-1);
  padding: 0px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter__item {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .newsletter__item {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newsletter__item {
    padding: 0px 17px;
  }
}
.newsletter__icon {
  margin-right: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newsletter__icon {
    margin-right: 10px;
  }
}
.newsletter__icon i {
  font-size: 36px;
  font-weight: 400;
  color: var(--tp-common-white);
}
.newsletter__number span {
  font-weight: 500;
  font-size: 20px;
  color: var(--tp-common-white);
  display: block;
  font-family: "Jost", sans-serif;
  padding-bottom: 10px;
  display: block;
}
.newsletter__number a {
  font-size: 25px;
  font-weight: 700;
  color: var(--tp-common-white);
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter__number a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .newsletter__number a {
    font-size: 21px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newsletter__number a {
    font-size: 20px;
  }
}
.newsletter__number a:hover {
  color: var(--tp-common-black);
}
.newsletter__input-wrapper {
  background-color: var(--tp-theme-1);
  padding: 0px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .newsletter__input-wrapper {
    padding: 0 25px;
  }
}
.newsletter__input-wrapper span {
  font-weight: 500;
  font-size: 20px;
  color: var(--tp-common-white);
  padding-bottom: 15px;
  display: inline-block;
}
.newsletter__input-wrapper input {
  width: 100%;
  border: 0;
  background-color: #0b398e;
  height: 45px;
  padding: 20px;
  padding-right: 60px;
  color: var(--tp-common-white);
}
.newsletter__input-wrapper input::placeholder {
  color: #fff;
  opacity: 0.5;
}
.newsletter__input-wrapper button {
  height: 45px;
  width: 45px;
  background-color: var(--tp-common-white);
  color: var(--tp-theme-1);
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}

.ddd {
  width: 100%;
}

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

.tpcontact__form input {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  border-radius: 10px;
  color: #8A90A2;
  margin-bottom: 30px;
}
.tpcontact__form input::placeholder {
  font-size: 15px;
  color: #8A90A2;
}
.tpcontact__form textarea {
  width: 100%;
  resize: none;
  border: none;
  height: 215px;
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 28px;
  color: #8A90A2;
}
.tpcontact__form textarea:focus {
  outline: none;
}
.tpcontact__form textarea::placeholder {
  font-size: 15px;
  color: #8A90A2;
}
.tpcontact__form-2 {
  padding-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpcontact__form-2 {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpcontact__form-2 {
    padding-left: 0px;
    margin-top: 40px;
  }
}
.tpcontact__form-2 input {
  background-color: var(--tp-grey-1);
  height: 65px;
  padding-right: 20px;
}
.tpcontact__form-2 textarea {
  background-color: var(--tp-grey-1);
}
.tpcontact__form-3 {
  background-color: transparent;
}
.tpcontact__form-3 input {
  border: 1px solid #EFF1F6;
}
.tpcontact__form-3 input:focus {
  border-color: var(--tp-theme-1);
}
.tpcontact__form-3 textarea {
  border: 1px solid #EFF1F6;
}
.tpcontact__form-3 textarea:focus {
  border-color: var(--tp-theme-1);
}

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

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

.tp-contact-info span {
  color: #8A90A2;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-right: 33px;
}
@media (max-width: 767px) {
  .tp-contact-info span {
    display: block;
  }
}
@media only screen and (min-width: 400px) and (max-width: 576px) {
  .tp-contact-info span {
    display: inline-block;
  }
}
.tp-contact-info span:hover {
  color: var(--tp-theme-1);
}

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

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

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

@media (max-width: 767px) {
  .tp-contact-thumb iframe {
    height: 200px;
    width: 300px;
  }
}

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

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

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

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

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

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

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

.tp-contact-thumb {
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-thumb {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-contact-thumb {
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 576px) {
  .tp-contact-thumb {
    margin-right: 0;
  }
}
.tp-contact-thumb iframe {
  width: 100%;
}

/*----------------------------------------*/
/*  20. story CSS START
/*----------------------------------------*/
.story__space-1 {
  margin-bottom: 240px;
}
@media (max-width: 767px) {
  .story__space-1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .story__space-2 {
    margin-bottom: 20px;
  }
}
.story__space-4 {
  margin-top: 210px;
}
@media (max-width: 767px) {
  .story__space-4 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.story__space-5 {
  margin-top: 210px;
}
@media (max-width: 767px) {
  .story__space-5 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.story__item {
  background-color: var(--tp-common-white);
  padding: 30px 25px;
  position: relative;
  transition: 0.3s;
}
.story__item::after {
  content: "";
  height: 40px;
  width: 40px;
  background-color: var(--tp-common-white);
  top: 50%;
  right: -17px;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .story__item::after {
    right: -8px;
  }
}
@media (max-width: 767px) {
  .story__item::after {
    display: none;
  }
}
.story__item:hover {
  background-color: var(--tp-theme-1);
}
.story__item:hover::after {
  background-color: var(--tp-theme-1);
}
.story__item:hover .story__circle span {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.story__item:hover .story__title {
  color: var(--tp-common-white);
}
.story__item:hover .story__content p {
  color: var(--tp-common-white);
}
.story__content {
  position: relative;
  z-index: 9;
}
.story__content p {
  margin-bottom: 0;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .story__content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .story__content p {
    font-size: 14px;
    line-height: 21px;
  }
  .story__content p br {
    display: none;
  }
}
.story__title {
  font-weight: 700;
  font-size: 24px;
  transition: 0.3s;
}
.story__left-item::after {
  left: -17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .story__left-item::after {
    left: -8px;
  }
}
@media (max-width: 767px) {
  .story__circle {
    display: none;
  }
}
.story__circle span {
  height: 50px;
  width: 50px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
}
.story__circle span.one {
  position: absolute;
  top: 30%;
  right: -24%;
}
.story__circle span.two {
  position: absolute;
  top: 35%;
  left: -25%;
}
.story__circle span.three {
  position: absolute;
  top: 38%;
  right: -25%;
}
.story__circle span.four {
  position: absolute;
  top: 33%;
  left: -25%;
}

/*----------------------------------------*/
/*  21. portfolio CSS START
/*----------------------------------------*/
.portfolio__button-box {
  padding-bottom: 25px;
}
.portfolio__button-box button {
  color: var(--tp-common-black);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 22px;
  transition: 0.3s;
  position: relative;
  border-bottom: 2px solid transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__button-box button {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .portfolio__button-box button {
    font-size: 14px;
    margin: 0px 12px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 576px) {
  .portfolio__button-box button {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__button-box button {
    font-size: 14px;
    margin: 0 9px;
  }
}
.portfolio__button-box button.active {
  border-bottom: 2px solid var(--tp-theme-1);
  color: var(--tp-theme-1);
}
.portfolio__button-box button:hover {
  color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  22. 404 CSS START
/*----------------------------------------*/
.error__area-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.error__title-sm {
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error__title-sm {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .error__title-sm {
    font-size: 30px;
  }
}
.error__content {
  margin-bottom: 30px;
}
.error__content p {
  max-width: 504px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .error__content p {
    font-size: 14px;
  }
}

/*----------------------------------------*/
/*  23. pricing CSS START
/*----------------------------------------*/
.pricing__item-box {
  padding: 20px;
  background-color: var(--tp-common-white);
}
.pricing__item {
  position: relative;
}
.pricing__item.active::before {
  background-color: var(--tp-common-black);
}
.pricing__item.active .pricing__top-item {
  background-color: var(--tp-common-black);
}
.pricing__item.active .tp-btn-lg {
  background-color: var(--tp-common-black);
}
.pricing__item::before {
  content: "";
  position: absolute;
  bottom: 364px;
  left: 22%;
  height: 140px;
  width: 166px;
  background-color: var(--tp-theme-1);
  transform: rotate(45deg);
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing__item::before {
    left: 13%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing__item::before {
    bottom: 362px;
    left: 21%;
    height: 130px;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .pricing__item::before {
    bottom: 350px;
    left: 27%;
    height: 100px;
    width: 113px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing__item::before {
    bottom: 366px;
    left: 35%;
    height: 50px;
    width: 50px;
  }
}
.pricing__top-item {
  margin-bottom: 80px;
  background-color: var(--tp-theme-1);
  padding: 25px;
  transition: 0.4s;
}
.pricing__top-item span {
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing__top-item span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .pricing__top-item span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing__top-item span {
    font-size: 16px;
  }
}
.pricing__title-sm {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.pricing__price-tag {
  font-size: 60px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing__price-tag {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .pricing__price-tag {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing__price-tag {
    font-size: 45px;
  }
}
.pricing__price-tag i {
  font-size: 30px;
  font-weight: 600;
  margin-right: 4px;
}
.pricing__dolar {
  font-size: 30px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.pricing__list-item {
  padding-left: 60px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing__list-item {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing__list-item {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .pricing__list-item {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing__list-item {
    padding-left: 0px;
  }
}
.pricing__list-item ul li {
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.pricing__list-item ul i {
  font-size: 8px;
  font-weight: 700;
  color: var(--tp-theme-1);
  height: 16px;
  width: 16px;
  border: 2px solid var(--tp-theme-1);
  border-radius: 50%;
  text-align: center;
  line-height: 13px;
  margin-right: 8px;
  position: absolute;
  top: 3px;
  left: 0;
}

/*----------------------------------------*/
/*  22. gradiant-home CSS START
/*----------------------------------------*/
.gradiant-home__wrapper .header__logo-area.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.06);
}
.gradiant-home__wrapper .header__grey-bg {
  position: relative;
}
.gradiant-home__wrapper .header__grey-bg::before {
  content: "";
  background-color: var(--tp-grey-1);
  top: 0;
  right: -60px;
  position: absolute;
  height: 100%;
  width: 99999px;
  z-index: -1;
}
.gradiant-home__wrapper .header__logo {
  padding: 41px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gradiant-home__wrapper .header__logo {
    padding: 43px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .header__logo {
    padding: 44px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .gradiant-home__wrapper .header__logo {
    padding: 20px 0;
  }
}
.gradiant-home__wrapper .header__top-link-wrapper {
  position: relative;
}
.gradiant-home__wrapper .header__top-link-wrapper::after {
  content: "";
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 140%;
}
.gradiant-home__wrapper .header__top-link ul {
  padding-left: 50px;
}
.gradiant-home__wrapper .header__top-link ul li {
  display: inline-block;
  padding: 10px 18px;
  position: relative;
}
.gradiant-home__wrapper .header__top-link ul li::before {
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: var(--tp-border-1);
  position: absolute;
}
.gradiant-home__wrapper .header__top-link ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.gradiant-home__wrapper .header__top-link ul li:last-child::before {
  display: none;
}
.gradiant-home__wrapper .header__top-link ul li a {
  font-size: 14px;
  color: var(--tp-common-white);
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}
.gradiant-home__wrapper .header__top-link ul li a:hover {
  color: var(--tp-common-black);
}
.gradiant-home__wrapper .header__top-link ul li a:hover i {
  color: var(--tp-common-black);
}
.gradiant-home__wrapper .header__top-link ul li a i {
  color: var(--tp-common-white);
  font-size: 16px;
  margin-right: 10px;
  transition: 0.3s;
}
.gradiant-home__wrapper .header__top-social-box a {
  font-size: 15px;
  color: var(--tp-common-white);
  display: inline-block;
  padding: 10px 0;
  padding-left: 15px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .header__top-social-box a {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gradiant-home__wrapper .header__top-social-box a {
    padding-left: 3px;
    font-size: 13px;
  }
}
.gradiant-home__wrapper .header__top-social-box a:hover {
  color: var(--tp-common-black);
}
.gradiant-home__wrapper .header-bottom__transparent {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
.gradiant-home__wrapper .header-bottom__blue-bg {
  position: relative;
  box-shadow: 8px 13.856px 35px 0px rgba(0, 0, 0, 0.06);
  z-index: 1;
}
.gradiant-home__wrapper .header-bottom__blue-bg::after {
  position: absolute;
  content: "";
  top: 0;
  right: -39px;
  height: 100%;
  width: 999999px;
  background-color: var(--tp-theme-1);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gradiant-home__wrapper .header-bottom__blue-bg::after {
    right: -49px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gradiant-home__wrapper .header-bottom__blue-bg::after {
    right: 115px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gradiant-home__wrapper .header-bottom__blue-bg::after {
    right: 50px;
  }
}
@media only screen and (min-width: 470px) and (max-width: 575px) {
  .gradiant-home__wrapper .header-bottom__blue-bg::after {
    right: 17px;
  }
}
.gradiant-home__wrapper .header-bottom__blue-bg-none::after {
  display: none;
}
.gradiant-home__wrapper .header-bottom__blue-bg-none.white-bg {
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.06);
}
.gradiant-home__wrapper .header-bottom__main-menu ul {
  margin-left: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gradiant-home__wrapper .header-bottom__main-menu ul {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .header-bottom__main-menu ul {
    margin-left: 55px;
  }
}
.gradiant-home__wrapper .header-bottom__main-menu ul li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .header-bottom__main-menu ul li {
    margin-right: 15px;
  }
}
.gradiant-home__wrapper .header-bottom__main-menu ul li .submenu {
  position: absolute;
  background-color: #fff;
  width: 210px;
  z-index: 999;
  margin-left: 0;
  padding: 30px 0px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  box-shadow: 0px 8px 20px rgba(61, 110, 168, 0.2);
  transform: scaleY(0);
  transform-origin: top center;
}
.gradiant-home__wrapper .header-bottom__main-menu ul li .submenu li {
  margin: 0;
  display: block;
  margin-bottom: 15px;
  padding: 0 35px;
}
.gradiant-home__wrapper .header-bottom__main-menu ul li .submenu li:last-child {
  margin-bottom: 0;
}
.gradiant-home__wrapper .header-bottom__main-menu ul li .submenu li a {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-transform: capitalizes;
  font-size: 15px;
  color: var(--tp-text-body);
  position: relative;
  letter-spacing: 1px;
  font-weight: 600;
}
.gradiant-home__wrapper .header-bottom__main-menu ul li .submenu li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--tp-common-pink);
  transition: 0.3s;
  display: inline-block;
}
.gradiant-home__wrapper .header-bottom__main-menu ul li .submenu li a::before {
  display: none;
}
.gradiant-home__wrapper .header-bottom__main-menu ul li .submenu li:hover a {
  color: var(--tp-common-pink);
}
.gradiant-home__wrapper .header-bottom__main-menu ul li .submenu li:hover a::after {
  width: 100%;
  right: auto;
  left: 0;
}
.gradiant-home__wrapper .header-bottom__main-menu ul li:last-child {
  margin-right: 0;
}
.gradiant-home__wrapper .header-bottom__main-menu ul li > a {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: "Jost", sans-serif;
  padding: 33px 0;
  display: inline-block;
  position: relative;
}
.gradiant-home__wrapper .header-bottom__main-menu ul li > a::before {
  position: absolute;
  bottom: -7px;
  left: 30%;
  height: 14px;
  width: 14px;
  background-color: var(--tp-common-pink);
  content: "";
  clip-path: polygon(50% 0%, 100% 50%, 53% 50%, 0% 50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .header-bottom__main-menu ul li > a {
    font-size: 16px;
  }
}
.gradiant-home__wrapper .header-bottom__main-menu ul li > a i {
  transform: translateY(3px);
  margin-left: 5px;
  transition: 0.3s;
  font-weight: 400;
}
.gradiant-home__wrapper .header-bottom__main-menu ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.gradiant-home__wrapper .header-bottom__main-menu ul li:hover a {
  color: var(--tp-common-pink);
}
.gradiant-home__wrapper .header-bottom__main-menu ul li:hover a::before {
  opacity: 1;
  visibility: visible;
}
.gradiant-home__wrapper .header-bottom__main-menu ul li:hover a i {
  transform: rotate(-180deg);
}
.gradiant-home__wrapper .header-bottom__right a.menu-bar {
  height: 40px;
  width: 40px;
  line-height: 47px;
  text-align: center;
  background-color: var(--tp-theme-1);
  margin-left: 15px;
}
.gradiant-home__wrapper .header-bottom__right a.menu-bar i {
  color: var(--tp-common-white);
  font-size: 20px;
}
.gradiant-home__wrapper .header-bottom__right a i {
  color: var(--tp-common-black);
  font-size: 16px;
}
.gradiant-home__wrapper .header-bottom__search-wrapper.search-open .header-bottom__icon-search {
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
}
.gradiant-home__wrapper .header-bottom__search-wrapper.search-open .header-bottom__icon-close {
  transform: scale(1);
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.gradiant-home__wrapper .header-bottom__search-wrapper.search-open .header-bottom__search-box {
  opacity: 1;
  visibility: visible;
  top: 130%;
}
.gradiant-home__wrapper .header-bottom__search {
  position: relative;
}
.gradiant-home__wrapper .header-bottom__search a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  height: 100%;
  padding: 20px 0;
}
.gradiant-home__wrapper .header-bottom__icon-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: scale(0);
  transition: 0.3s;
}
.gradiant-home__wrapper .header-bottom__search-box {
  position: absolute;
  top: 180%;
  right: 0;
  padding: 40px;
  background-color: black;
  transition: 0.5s;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .header-bottom__search-box {
    padding: 20px;
  }
}
.gradiant-home__wrapper .header-bottom__search-box button {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  font-size: 20px;
  color: rgba(255, 255, 255, 0.292);
  background-color: transparent;
  border: none;
}
.gradiant-home__wrapper .header-bottom__search-box input {
  padding-right: 50px;
  width: 270px;
  margin-bottom: 0;
  color: inherit;
  border: none;
  display: block;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-width: 0 0 1px 0;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .header-bottom__search-box input {
    width: 200px;
  }
}
.gradiant-home__wrapper .header-bottom__search-box input::placeholder {
  color: #fff;
}
.gradiant-home__wrapper .slider__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .slider__bg {
    background-position: right;
  }
}
.gradiant-home__wrapper .slider__height {
  height: 800px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gradiant-home__wrapper .slider__height {
    height: 768px;
  }
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .slider__height {
    height: 560px;
  }
}
.gradiant-home__wrapper .slider__height-2 {
  height: 930px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gradiant-home__wrapper .slider__height-2 {
    height: 768px;
  }
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .slider__height-2 {
    height: 700px;
  }
}
.gradiant-home__wrapper .slider__overlay {
  position: relative;
}
.gradiant-home__wrapper .slider__overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 0, 128, 0.2), rgba(55, 80, 192, 0.2));
}
.gradiant-home__wrapper .slider__content-box {
  position: relative;
  z-index: 99;
}
.gradiant-home__wrapper .slider__video {
  margin-bottom: 30px;
}
.gradiant-home__wrapper .slider__video a {
  height: 55px;
  width: 55px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  display: inline-block;
  margin-right: 20px;
  border: 6px solid var(--tp-theme-2);
}
.gradiant-home__wrapper .slider__video a i {
  margin-left: 2px;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .slider__video a {
    height: 50px;
    width: 50px;
    line-height: 40px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 470px) and (max-width: 575px) {
  .gradiant-home__wrapper .slider__video a {
    line-height: 40px;
  }
}
.gradiant-home__wrapper .slider__video span {
  font-weight: 600;
  color: var(--tp-common-white);
  font-size: 20px;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .slider__video span {
    font-size: 18px;
  }
}
.gradiant-home__wrapper .slider__title-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--tp-common-white);
  max-width: 530px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .slider__title-box p {
    font-size: 16px;
  }
  .gradiant-home__wrapper .slider__title-box p br {
    display: none;
  }
}
.gradiant-home__wrapper .slider__title-box p.grey {
  color: #666666;
}
.gradiant-home__wrapper .slider__sub-title {
  color: var(--tp-common-white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .slider__sub-title {
    font-size: 20px;
  }
}
.gradiant-home__wrapper .slider__sub-title.gradiant {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradiant-home__wrapper .slider__sub-title-2 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
}
.gradiant-home__wrapper .slider__title {
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .slider__title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gradiant-home__wrapper .slider__title {
    font-size: 41px;
  }
}
.gradiant-home__wrapper .slider__video-btn-2 {
  position: absolute;
  right: -60%;
  top: 32%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gradiant-home__wrapper .slider__video-btn-2 {
    right: -33%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .slider__video-btn-2 {
    right: -30%;
  }
}
.gradiant-home__wrapper .slider__video-btn-2 a {
  font-size: 25px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  height: 90px;
  width: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  position: absolute;
  top: 30%;
  right: -23%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .slider__video-btn-2 a {
    right: -13%;
  }
}
.gradiant-home__wrapper .slider__video-btn-2 a i {
  margin-left: 5px;
}
.gradiant-home__wrapper .slider__video {
  margin-bottom: 30px;
}
.gradiant-home__wrapper .slider__video a {
  height: 55px;
  width: 55px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  display: inline-block;
  margin-right: 20px;
  border: 6px solid var(--tp-theme-2);
}
.gradiant-home__wrapper .slider__video a i {
  margin-left: 2px;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .slider__video a {
    height: 50px;
    width: 50px;
    line-height: 40px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 470px) and (max-width: 575px) {
  .gradiant-home__wrapper .slider__video a {
    line-height: 40px;
  }
}
.gradiant-home__wrapper .slider__video span {
  font-weight: 600;
  color: var(--tp-common-white);
  font-size: 20px;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .slider__video span {
    font-size: 18px;
  }
}
.gradiant-home__wrapper .slider__active:hover button {
  opacity: 1;
  visibility: visible;
}
.gradiant-home__wrapper .slider__active button {
  height: 60px;
  width: 60px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  font-weight: 600;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
}
.gradiant-home__wrapper .slider__active button.slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  z-index: 9;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .gradiant-home__wrapper .slider__active button.slick-prev {
    left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gradiant-home__wrapper .slider__active button.slick-prev {
    top: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gradiant-home__wrapper .slider__active button.slick-prev {
    top: 85%;
  }
}
.gradiant-home__wrapper .slider__active button.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  z-index: 9;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .gradiant-home__wrapper .slider__active button.slick-next {
    right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gradiant-home__wrapper .slider__active button.slick-next {
    left: 140px;
    top: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gradiant-home__wrapper .slider__active button.slick-next {
    left: 140px;
    top: 85%;
  }
}
.gradiant-home__wrapper .step__item-box {
  margin: 0 16px;
}
.gradiant-home__wrapper .step__title-sm {
  font-size: 22px;
  color: var(--tp-common-white);
  font-weight: 600;
}
.gradiant-home__wrapper .step__item {
  padding: 23px;
}
.gradiant-home__wrapper .step__item p {
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.gradiant-home__wrapper .step__item-bg {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
}
.gradiant-home__wrapper .step__slider-active-2 .slick-slide {
  padding: 0 15px;
}
.gradiant-home__wrapper .step__slider-active-2 .slick-current {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
}
.gradiant-home__wrapper .step__slider-active-2 button {
  height: 60px;
  width: 60px;
  background-color: var(--tp-common-white);
  color: var(--tp-theme-1);
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gradiant-home__wrapper .step__slider-active-2 button {
    height: 50px;
    width: 50px;
    line-height: 55px;
  }
}
.gradiant-home__wrapper .step__slider-active-2 button:hover {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  color: var(--tp-common-white);
}
.gradiant-home__wrapper .step__slider-active-2 button.slick-prev {
  position: absolute;
  top: 26%;
  left: -6%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gradiant-home__wrapper .step__slider-active-2 button.slick-prev {
    left: -2%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .step__slider-active-2 button.slick-prev {
    left: 0;
  }
}
.gradiant-home__wrapper .step__slider-active-2 button.slick-next {
  position: absolute;
  top: 26%;
  right: -6%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gradiant-home__wrapper .step__slider-active-2 button.slick-next {
    right: -2%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .step__slider-active-2 button.slick-next {
    right: 0;
  }
}
.gradiant-home__wrapper .about-2__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 656px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gradiant-home__wrapper .about-2__bg {
    width: 44%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gradiant-home__wrapper .about-2__bg {
    display: none;
  }
}
.gradiant-home__wrapper .about-2__bg.bg-2 {
  height: 720px;
}
.gradiant-home__wrapper .about-2__wrapper {
  box-shadow: 3px 5.196px 35px 0px rgba(0, 0, 0, 0.06);
  background-color: var(--tp-common-white);
  margin-right: 72px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gradiant-home__wrapper .about-2__wrapper {
    margin-right: 0;
  }
}
.gradiant-home__wrapper .about-2__item {
  padding: 40px 26px;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .about-2__item {
    margin-right: 0;
  }
}
.gradiant-home__wrapper .about-2__item:hover .about-2__icon {
  animation: icon-bounce 0.8s 1;
}
.gradiant-home__wrapper .about-2__icon {
  margin-bottom: 30px;
}
.gradiant-home__wrapper .about-2__icon i {
  color: var(--tp-common-white);
  font-size: 40px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  position: relative;
}
.gradiant-home__wrapper .about-2__icon i::after {
  border: 1px solid var(--tp-common-pink);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}
.gradiant-home__wrapper .about-2__title-sm {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 5px;
  transition: 0.3s;
}
.gradiant-home__wrapper .about-2__title-sm:hover {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .about-2__content {
    flex-wrap: wrap;
  }
}
.gradiant-home__wrapper .about-2__content p {
  margin-bottom: 0;
}
.gradiant-home__wrapper .about-2__item-bg {
  transition: 0.3s;
  box-shadow: 3px 5.196px 24px 0px rgba(0, 0, 0, 0.1);
}
.gradiant-home__wrapper .about-2__item-bg:hover {
  background-color: var(--tp-common-white);
}
.gradiant-home__wrapper .about-2__mission-box {
  background-color: var(--tp-grey-3);
  padding: 35px;
}
.gradiant-home__wrapper .about-2__mission {
  background-color: var(--tp-common-white);
  padding: 30px 40px;
  margin-right: 110px;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .about-2__mission {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .gradiant-home__wrapper .about-2__mission {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .about-2__mission {
    padding: 20px 30px;
    margin-right: 0;
  }
}
.gradiant-home__wrapper .about-2__mission-title-sm a {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 5px;
  transition: 0.3s;
}
.gradiant-home__wrapper .about-2__mission-title-sm a:hover {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gradiant-home__wrapper .about-2__mission-icon {
  flex: 0 0 auto;
  margin-right: 20px;
}
.gradiant-home__wrapper .about-2__mission-text p {
  max-width: 324px;
  margin-bottom: 0;
}
.gradiant-home__wrapper .about-2__section-title-2 {
  padding-bottom: 14px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .about-2__section-title-2 {
    padding-right: 0;
  }
}
.gradiant-home__wrapper .about-2__space-2 {
  padding-bottom: 400px;
}
.gradiant-home__wrapper .service-2__item {
  background-color: var(--tp-common-white);
  padding: 50px 24px;
  border-radius: 10px;
  box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  margin-bottom: 35px;
}
.gradiant-home__wrapper .service-2__item:hover {
  box-shadow: 8px 13.856px 35px 0px rgba(0, 0, 0, 0.14);
}
.gradiant-home__wrapper .service-2__item:hover .service-2__text a {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradiant-home__wrapper .service-2__item:hover .service-2__icon {
  animation: icon-bounce 0.8s 1;
}
.gradiant-home__wrapper .service-2__bg {
  padding-top: 120px;
  padding-bottom: 120px;
}
.gradiant-home__wrapper .service-2__icon {
  background-color: #f8f7f3;
  height: 100px;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.gradiant-home__wrapper .service-2__icon i {
  font-size: 45px;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 100px;
}
.gradiant-home__wrapper .service-2__text p {
  font-size: 16px;
  padding-bottom: 15px;
}
.gradiant-home__wrapper .service-2__text a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
}
.gradiant-home__wrapper .service-2__text a i {
  margin-left: 10px;
}
.gradiant-home__wrapper .service-2__title-sm a {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
}
.gradiant-home__wrapper .service-2__link span {
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  font-family: "Jost", sans-serif;
  background-color: var(--tp-common-white);
  padding: 10px 30px;
  display: inline-block;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .service-2__link span {
    padding: 10px 15px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gradiant-home__wrapper .service-2__link span {
    padding: 10px 7px;
    font-size: 14px;
  }
}
.gradiant-home__wrapper .service-2__link span a {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.gradiant-home__wrapper .service-2__link span a::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  bottom: 0;
  left: 0;
}
.gradiant-home__wrapper .journey__shade-1 {
  position: absolute;
  top: 8px;
  left: -28px;
  animation: jumpTwo 4s infinite linear;
  z-index: -1;
}
.gradiant-home__wrapper .journey__shade-2 {
  position: absolute;
  bottom: -37px;
  right: 0;
}
.gradiant-home__wrapper .journey__thumb {
  box-shadow: 3px 5.196px 35px 0px rgba(0, 0, 0, 0.06);
}
.gradiant-home__wrapper .journey__content {
  position: absolute;
  content: "";
  bottom: -40px;
  right: 50px;
  border: 10px solid var(--tp-common-white);
  box-shadow: 3px 5.196px 35px 0px rgba(0, 0, 0, 0.06);
}
.gradiant-home__wrapper .journey__text {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  padding: 20px 45px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .journey__text {
    padding: 20px;
  }
}
.gradiant-home__wrapper .journey__text h4 {
  font-size: 48px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .journey__text h4 {
    font-size: 35px;
  }
}
.gradiant-home__wrapper .journey__text span {
  font-size: 20px;
  color: var(--tp-common-white);
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.gradiant-home__wrapper .journey__list-2 ul li {
  float: left;
  width: 50%;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .journey__list-2 ul li {
    float: none;
    width: 100%;
  }
}
.gradiant-home__wrapper .journey__list-2 ul li i {
  margin-right: 10px;
  font-size: 18px;
  color: var(--tp-common-pink);
}
.gradiant-home__wrapper .journey__space {
  padding-top: 400px;
  padding-bottom: 60px;
  margin-top: -275px;
}
.gradiant-home__wrapper .journey__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.gradiant-home__wrapper .journey__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gradiant-home__wrapper .journey__bg-2 {
    width: 100%;
  }
}
.gradiant-home__wrapper .journey__item-2 p {
  max-width: 550px;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  color: var(--tp-common-white);
}
.gradiant-home__wrapper .journey__wrapper {
  transform: translateX(65px);
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .journey__wrapper {
    transform: translateX(0px);
  }
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .journey__area {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gradiant-home__wrapper .journey__item {
    margin-bottom: 40px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .journey__item {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.gradiant-home__wrapper .quote__space {
  padding-top: 155px;
  padding-bottom: 210px;
}
.gradiant-home__wrapper .quote__shape-1 {
  position: absolute;
  top: -24px;
  left: -54px;
  content: "";
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gradiant-home__wrapper .quote__shape-1 {
    top: -46px;
    left: -336px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .quote__shape-1 {
    top: -80px;
    left: -400px;
  }
}
.gradiant-home__wrapper .quote__section-box {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .quote__section-box p {
    font-size: 14px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gradiant-home__wrapper .quote__section-box p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .quote__title-box .section-title {
    font-size: 38px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .quote__title-box p {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.gradiant-home__wrapper .quote__thumb img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gradiant-home__wrapper .quote__thumb {
    margin-bottom: 50px;
  }
}
.gradiant-home__wrapper .quote__button {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .quote__button {
    margin-bottom: 53px;
  }
}
.gradiant-home__wrapper .quote__button ul li button {
  padding: 20px 50px;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  font-size: 20px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  transition: 0.3s;
  overflow: hidden;
}
.gradiant-home__wrapper .quote__button ul li button.height {
  padding: 10px 23px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .quote__button ul li button {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gradiant-home__wrapper .quote__button ul li button {
    padding: 15px 15px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .quote__button ul li button {
    padding: 20px 11px;
    font-size: 15px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gradiant-home__wrapper .quote__button ul li button {
    padding: 20px 60px;
  }
}
.gradiant-home__wrapper .quote__button ul li button.active {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  color: var(--tp-common-white);
}
.gradiant-home__wrapper .quote__button ul li button:hover {
  color: var(--tp-common-white);
}
.gradiant-home__wrapper .quote__button ul li button:hover::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  color: var(--tp-common-white);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.gradiant-home__wrapper .quote__button ul li button:hover i {
  color: var(--tp-common-white);
}
.gradiant-home__wrapper .quote__button ul li button i {
  margin-right: 10px;
}
.gradiant-home__wrapper .quote__input.input-color input {
  background-color: var(--tp-grey-2);
}
.gradiant-home__wrapper .quote__input input {
  width: 100%;
  height: 55px;
  border: 1px solid transparent;
  background-color: var(--tp-common-white);
  padding: 0px 20px;
  margin-bottom: 20px;
  color: var(--tp-common-black);
}
.gradiant-home__wrapper .quote__input input::placeholder {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
.gradiant-home__wrapper .quote__input input:focus {
  border-color: var(--tp-theme-1);
}
.gradiant-home__wrapper .quote__select {
  width: 100%;
}
.gradiant-home__wrapper .quote__select select {
  background-color: var(--tp-grey-2);
}
.gradiant-home__wrapper .quote__bg {
  background-color: var(--tp-common-white);
  padding: 60px;
  position: relative;
  z-index: 9;
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.14);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .quote__bg {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .quote__bg {
    padding: 15px;
  }
}
.gradiant-home__wrapper .quote__title-2 {
  margin-bottom: 20px;
}
.gradiant-home__wrapper .quote__section-box-2 {
  margin-left: 45px;
  padding-left: 45px;
  border-left: 1px solid #e2e2e2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gradiant-home__wrapper .quote__section-box-2 {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
    margin-bottom: 50px;
  }
}
.gradiant-home__wrapper .quote__section-box-2 span {
  display: block;
}
.gradiant-home__wrapper .quote__section-box-2 span.frist-child {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
}
.gradiant-home__wrapper .quote__section-box-2 span.last-child {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-common-black);
}
.gradiant-home__wrapper .quote__button-2 {
  margin-bottom: 23px;
}
.gradiant-home__wrapper .quote__button-2 ul li button {
  padding: 15px 20px;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  margin-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .quote__button-2 ul li button {
    padding: 20px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gradiant-home__wrapper .quote__button-2 ul li button {
    padding: 15px 15px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .quote__button-2 ul li button {
    padding: 20px 30px;
    font-size: 15px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gradiant-home__wrapper .quote__button-2 ul li button {
    padding: 20px 60px;
  }
}
.gradiant-home__wrapper .quote__button-2 ul li button.active {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.gradiant-home__wrapper .quote__button-2 ul li button:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.gradiant-home__wrapper .work-2__feature-item {
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .work-2__feature-item {
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
}
.gradiant-home__wrapper .work-2__shape-1 {
  position: absolute;
  top: -84px;
  left: -70px;
  animation: zoom 5s infinite;
}
.gradiant-home__wrapper .work-2__shape-1 img {
  opacity: 0.4;
}
.gradiant-home__wrapper .work-2__left-side {
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .work-2__left-side {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .gradiant-home__wrapper .work-2__left-side {
    padding-right: 0px;
  }
}
.gradiant-home__wrapper .work-2__left-content {
  padding: 30px;
  margin-right: 30px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gradiant-home__wrapper .work-2__left-content {
    padding: 22px;
  }
}
.gradiant-home__wrapper .work-2__left-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--tp-common-white);
  line-height: 1.3;
  margin-bottom: 0;
}
.gradiant-home__wrapper .work-2__left-content-icon i {
  color: var(--tp-common-white);
  font-size: 35px;
  height: 65px;
  width: 65px;
  border: 1px solid var(--tp-common-white);
  border-radius: 50%;
  line-height: 59px;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gradiant-home__wrapper .work-2__thumb-main img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.gradiant-home__wrapper .work-2__thumb-inner {
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .work-2__section-title {
    padding-bottom: 10px;
  }
}
.gradiant-home__wrapper .work-2__feature-icon {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .work-2__feature-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.gradiant-home__wrapper .work-2__feature-icon a {
  font-size: 40px;
  color: var(--tp-common-white);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  display: inline-block;
  transition: 0.4s;
}
.gradiant-home__wrapper .work-2__title-sm {
  font-size: 24px;
  font-weight: 700;
  transition: 0.3s;
}
.gradiant-home__wrapper .work-2__title-sm:hover {
  color: #374fc0;
}
.gradiant-home__wrapper .work-2__feature-content p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .work-2__feature-content p {
    padding-right: 30px;
  }
  .gradiant-home__wrapper .work-2__feature-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .work-2__feature-content p {
    padding-right: 0px;
  }
  .gradiant-home__wrapper .work-2__feature-content p br {
    display: none;
  }
}
.gradiant-home__wrapper .work-2__thumb-main img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gradiant-home__wrapper .work-2__thumb-main img {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gradiant-home__wrapper .work-2__left-item {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .work-2__left-item {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gradiant-home__wrapper .question__item {
    margin-bottom: 50px;
  }
}
.gradiant-home__wrapper .question__section-title P {
  max-width: 497px;
}
.gradiant-home__wrapper .question__btn h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 30px;
}
.gradiant-home__wrapper .question__btn h4 span {
  text-decoration: underline;
}
.gradiant-home__wrapper .blog__shape-1 {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  z-index: -1;
}
.gradiant-home__wrapper .blog__shape-2 {
  position: absolute;
  content: "";
  left: -12px;
  bottom: -228px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gradiant-home__wrapper .blog__shape-2 {
    left: -55px;
    bottom: -121px;
  }
}
@media (max-width: 767px) {
  .gradiant-home__wrapper .blog__section-box {
    margin-bottom: 30px;
  }
}
.gradiant-home__wrapper .blog__item {
  background-color: var(--tp-common-white);
  transition: 0.3s;
}
.gradiant-home__wrapper .blog__item:hover.shadow {
  box-shadow: 8px 13.856px 35px 0px rgba(0, 0, 0, 0.14);
}
.gradiant-home__wrapper .blog__item:hover .blog__link {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradiant-home__wrapper .blog__item:hover .blog__img img {
  transform: scale(1.2);
}
.gradiant-home__wrapper .blog__item:hover .blog__img .blog__overly {
  opacity: 1;
  visibility: visible;
  background-color: rgb(12, 13, 14);
  opacity: 0.761;
}
.gradiant-home__wrapper .blog__item:hover .blog__button .blog__link-2 a {
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradiant-home__wrapper .blog__grey-bg .blog__item {
  background-color: var(--tp-grey-2);
}
.gradiant-home__wrapper .blog__content {
  padding: 31px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .blog__content {
    padding: 20px;
  }
}
.gradiant-home__wrapper .blog__img {
  position: relative;
}
.gradiant-home__wrapper .blog__img img {
  transition: 0.6s;
}
.gradiant-home__wrapper .blog__overly {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgb(12, 13, 14);
  opacity: 0.761;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.gradiant-home__wrapper .blog__overly a i {
  color: var(--tp-common-white);
  font-size: 50px;
  padding-top: 110px;
}
.gradiant-home__wrapper .blog__tag {
  margin-top: -46px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .blog__tag {
    margin-top: -35px;
  }
}
.gradiant-home__wrapper .blog__tag span {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-image: linear-gradient(to right, #ff0081, #374fc0);
  padding: 7px 15px;
  display: inline-block;
  border-radius: 5px;
  transition: 0.3s;
}
.gradiant-home__wrapper .blog__tag span:hover {
  background-color: var(--tp-common-black);
}
.gradiant-home__wrapper .blog__meta {
  margin-bottom: 15px;
}
.gradiant-home__wrapper .blog__meta span {
  font-size: 16px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .gradiant-home__wrapper .blog__meta span {
    font-size: 14px;
  }
}
.gradiant-home__wrapper .blog__meta span.frist-child {
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .gradiant-home__wrapper .blog__meta span.frist-child {
    margin-right: 5px;
  }
}
.gradiant-home__wrapper .blog__meta span i {
  font-size: 18px;
  color: var(--tp-common-pink);
  margin-right: 7px;
  transition: 0.3s;
}
.gradiant-home__wrapper .blog__title-box p {
  padding-bottom: 5px;
  max-width: 295px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gradiant-home__wrapper .blog__title-box p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .blog__title-box p {
    font-size: 13px;
    line-height: 24px;
  }
}
.gradiant-home__wrapper .blog__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 5px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gradiant-home__wrapper .blog__title {
    font-size: 22px;
  }
}
.gradiant-home__wrapper .blog__title:hover {
  background: linear-gradient(to right, #e50a89 0%, #5145b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradiant-home__wrapper .blog__link a {
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}
.gradiant-home__wrapper .blog__link a i {
  transform: translateY(2px);
  margin-left: 5px;
}
.gradiant-home__wrapper .blog__link-2 a {
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}
.gradiant-home__wrapper .blog__link-2 a i {
  transform: translateY(2px);
  margin-left: 5px;
}
.gradiant-home__wrapper .blog__message {
  display: inline-block;
  padding: 10px;
  background-image: linear-gradient(to right, #ff0081, #374fc0);
}
.gradiant-home__wrapper .blog__message span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  position: relative;
  padding-left: 24px;
}
.gradiant-home__wrapper .blog__message span i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
}
.gradiant-home__wrapper .blog__button {
  box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.1);
}

/*----------------------------------------*/
/*  24. footer CSS START
/*----------------------------------------*/
.footer__widget.footer-col-2 {
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget.footer-col-2 {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .footer__widget.footer-col-2 {
    padding-left: 0;
  }
}
.footer__widget.footer-col-4 {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .footer__widget.footer-col-4 {
    padding-left: 0;
  }
}
.footer__title {
  color: var(--tp-common-white);
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__title {
    padding-bottom: 10px;
  }
}
.footer__title-inner {
  color: var(--tp-common-white);
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .footer__content {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.footer__content p {
  color: #d7d7d7;
  padding-bottom: 15px;
  font-size: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__content p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer__content p {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.footer__social a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: var(--tp-common-white);
  text-align: center;
  background-color: #162b3b;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.3s;
  font-size: 17px;
}
.footer__social a:hover {
  background-color: var(--tp-theme-1);
}
.footer__menu ul li {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__menu ul li {
    margin-bottom: 10px;
  }
}
.footer__menu ul li:last-child {
  margin-bottom: 0;
}
.footer__menu ul li a {
  font-size: 15px;
  color: #d7d7d7;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}
.footer__menu ul li a:hover {
  color: var(--tp-theme-1);
}
.footer__address ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
}
.footer__address ul li a {
  font-size: 15px;
  color: #d7d7d7;
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
}
.footer__address ul li a i {
  position: absolute;
  top: 3px;
  left: 0;
  color: var(--tp-theme-1);
}
.footer__input {
  position: relative;
  padding-bottom: 20px;
}
.footer__input input {
  width: 100%;
  background-color: #162b3b;
  border: 0;
  padding-left: 20px;
  padding-right: 70px;
  height: 55px;
  color: var(--tp-common-white);
}
.footer__input button {
  height: 55px;
  width: 55px;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.footer__icon i {
  font-size: 40px;
  color: var(--tp-theme-1);
  margin-right: 20px;
}
.footer__number a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-common-white);
  padding-bottom: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer__number a {
    font-size: 18px;
  }
}
.footer__number span {
  font-size: 15px;
  color: #d7d7d7;
}

.copyright__bg {
  background-color: #162b3b;
}
.copyright__text span {
  font-size: 16px;
  color: #d7d7d7;
}

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