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

    Template Name: Exdos - Creative Agency HTML Template
    Author: Theme_Pure
    Support: help.themepure.net
    Description: Exdos - Creative Agency HTML Template is a modern, customizable, and responsive template designed for agencies to showcase their work, services, and team with stylish layouts and interactive features.
    Version: 1.0.2

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

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

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

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Accordion
		2.2 Back to Top
		2.3 Breadcrumb
		2.4 Button
		2.5 Custom Animation
		2.6 Offcanvas
		2.7 Preloader
		2.8 Search Bar
		2.9 Skill

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Mobile Menu

	---------------------------------
	04. BLOG CSS
	---------------------------------
		4.1 Postbox
		4.2 Recent Post
		4.3 Sidebar

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		5.1 Footer Style 1
		5.2 Footer Style 2
		5.3 Footer Style 3

	---------------------------------
	07. PAGES CSS
	---------------------------------
		6.1 About
		6.2 Award
		6.3 Brand
		6.4 Contact
		6.5 CTA
		6.6 Fact
		6.7 Faq
		6.8 Hero
		6.9 Newsletter
		6.10 Portfolio
		6.11 Pricing
		6.12 Process
		6.13 Servicess
		6.14 Team
		6.15 Testimonial
		6.16 Video


**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Federo&display=swap");
:root {
  --tp-theme-color: #0057FC;
  --tp-theme-color-2: #FFE815;
  --tp-theme-color-3: #FEDC76;
  --tp-theme-color-4: #FFF3D7;
  --tp-theme-orange: #FF5B15;
  --tp-theme-orange-2: #FF3838;
  --tp-heading-color: #0A0E1A;
  --tp-black-common: #0A0E1A;
  --tp-body-color: #57595C;
  --tp-theme-nblue: #001C52;
  --tp-common-black: #0A0E19;
  --tp-cream: #FBF6EF;
  --tp-cream-2: #FDF6F2;
  --tp-black: black;
  --tp-white: white;
  --tp-rom-color: #fbf6ef;
  --tp-grey-color: #f6f6f6;
  --tp-grey-color-2: #f6f6f6;
  --tp-grey-color-3: #f6f6f6;
  --tp-grey-color-4: #f6f6f6;
}

:root {
  --tp-font-heading: "Federo", sans-serif;
  --tp-font-body: "DM Sans", sans-serif;
  --tp-font-flaticon: "flaticon";
}

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

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

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-font-heading);
  color: var(--tp-heading-color);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

p {
  font-family: var(--tp-font-body);
  font-size: 17px;
  font-weight: 400;
  color: var(--tp-body-color);
  margin-bottom: 15px;
  line-height: 28px;
}

a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: transparent;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 15px;
  color: var(--tp-common-black);
  border: 0;
  border-bottom: 1px solid #57595C;
  text-transform: uppercase;
  font-weight: 500;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #57595C;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #57595C;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #57595C;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #57595C;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-common-black);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

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

*::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

*::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: 15px;
  opacity: 1;
  font-weight: 500;
}

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

/*----------------------------------------*/
/*  1.2 Common Classes
/*----------------------------------------*/
.w-img img {
  width: 100%;
}

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

img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

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

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

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

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

.bg-pos-end {
  background-position: bottom;
  background-repeat: no-repeat;
}

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

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.br-5 {
  border-radius: 5px;
}

.br-24 {
  border-radius: 24px;
}

.br-5 > img {
  border-radius: 5px;
}
.br-10 > img {
  border-radius: 10px;
}
.br-15 > img {
  border-radius: 15px;
}
.br-20 {
  border-radius: 20px;
}
.br-20 > img, .br-20 > a img {
  border-radius: 20px;
}
.br-140 {
  border-radius: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .br-140 {
    border-radius: 0;
  }
}
.br-150 {
  border-radius: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .br-150 {
    border-radius: 0;
  }
}

.tp-fs-15 {
  font-size: 15px;
}
.tp-fs-20 {
  font-size: 20px;
}
.tp-fs-24 {
  font-size: 24px;
}
.tp-fs-30 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .tp-fs-30 {
    font-size: 22px;
  }
}
.tp-fs-40 {
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-fs-40 {
    font-size: 32px;
  }
}

.tp-medium {
  font-weight: 500;
}

.tp-upper {
  text-transform: uppercase;
}

.tp-cap {
  text-transform: capitalize;
}

.tp-text-white {
  color: #fff;
}

.tp-white-bg {
  background-color: #fff;
}

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

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

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

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

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

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

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

.tp-color-orange {
  color: var(--tp-theme-orange);
}

.tp-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.tp-brand-slide-element {
  width: auto;
  display: inline-block;
}

.solid-bg.jarallax {
  height: 800px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .solid-bg.jarallax {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solid-bg.jarallax {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .solid-bg.jarallax {
    height: 300px;
  }
}

/*----------------------------------------*/
/*  1.3 Default Spacing
/*----------------------------------------*/
/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-1 {
  margin-top: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-11 {
  margin-top: 11px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-13 {
  margin-top: 13px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-17 {
  margin-top: 17px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-19 {
  margin-top: 19px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-21 {
  margin-top: 21px;
}

.mt-22 {
  margin-top: 22px;
}

.mt-23 {
  margin-top: 23px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-26 {
  margin-top: 26px;
}

.mt-27 {
  margin-top: 27px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-29 {
  margin-top: 29px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-31 {
  margin-top: 31px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-33 {
  margin-top: 33px;
}

.mt-34 {
  margin-top: 34px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-37 {
  margin-top: 37px;
}

.mt-38 {
  margin-top: 38px;
}

.mt-39 {
  margin-top: 39px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-41 {
  margin-top: 41px;
}

.mt-42 {
  margin-top: 42px;
}

.mt-43 {
  margin-top: 43px;
}

.mt-44 {
  margin-top: 44px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-46 {
  margin-top: 46px;
}

.mt-47 {
  margin-top: 47px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-49 {
  margin-top: 49px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-51 {
  margin-top: 51px;
}

.mt-52 {
  margin-top: 52px;
}

.mt-53 {
  margin-top: 53px;
}

.mt-54 {
  margin-top: 54px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-57 {
  margin-top: 57px;
}

.mt-58 {
  margin-top: 58px;
}

.mt-59 {
  margin-top: 59px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-61 {
  margin-top: 61px;
}

.mt-62 {
  margin-top: 62px;
}

.mt-63 {
  margin-top: 63px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-66 {
  margin-top: 66px;
}

.mt-67 {
  margin-top: 67px;
}

.mt-68 {
  margin-top: 68px;
}

.mt-69 {
  margin-top: 69px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-71 {
  margin-top: 71px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-73 {
  margin-top: 73px;
}

.mt-74 {
  margin-top: 74px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-76 {
  margin-top: 76px;
}

.mt-77 {
  margin-top: 77px;
}

.mt-78 {
  margin-top: 78px;
}

.mt-79 {
  margin-top: 79px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-81 {
  margin-top: 81px;
}

.mt-82 {
  margin-top: 82px;
}

.mt-83 {
  margin-top: 83px;
}

.mt-84 {
  margin-top: 84px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-86 {
  margin-top: 86px;
}

.mt-87 {
  margin-top: 87px;
}

.mt-88 {
  margin-top: 88px;
}

.mt-89 {
  margin-top: 89px;
}

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

.mt-91 {
  margin-top: 91px;
}

.mt-92 {
  margin-top: 92px;
}

.mt-93 {
  margin-top: 93px;
}

.mt-94 {
  margin-top: 94px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-96 {
  margin-top: 96px;
}

.mt-97 {
  margin-top: 97px;
}

.mt-98 {
  margin-top: 98px;
}

.mt-99 {
  margin-top: 99px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-101 {
  margin-top: 101px;
}

.mt-102 {
  margin-top: 102px;
}

.mt-103 {
  margin-top: 103px;
}

.mt-104 {
  margin-top: 104px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-106 {
  margin-top: 106px;
}

.mt-107 {
  margin-top: 107px;
}

.mt-108 {
  margin-top: 108px;
}

.mt-109 {
  margin-top: 109px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-111 {
  margin-top: 111px;
}

.mt-112 {
  margin-top: 112px;
}

.mt-113 {
  margin-top: 113px;
}

.mt-114 {
  margin-top: 114px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-116 {
  margin-top: 116px;
}

.mt-117 {
  margin-top: 117px;
}

.mt-118 {
  margin-top: 118px;
}

.mt-119 {
  margin-top: 119px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-121 {
  margin-top: 121px;
}

.mt-122 {
  margin-top: 122px;
}

.mt-123 {
  margin-top: 123px;
}

.mt-124 {
  margin-top: 124px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-126 {
  margin-top: 126px;
}

.mt-127 {
  margin-top: 127px;
}

.mt-128 {
  margin-top: 128px;
}

.mt-129 {
  margin-top: 129px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-131 {
  margin-top: 131px;
}

.mt-132 {
  margin-top: 132px;
}

.mt-133 {
  margin-top: 133px;
}

.mt-134 {
  margin-top: 134px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-136 {
  margin-top: 136px;
}

.mt-137 {
  margin-top: 137px;
}

.mt-138 {
  margin-top: 138px;
}

.mt-139 {
  margin-top: 139px;
}

.mt-140 {
  margin-top: 140px;
}

/*-- Margin Bottom --*/
.mb-1 {
  margin-bottom: 1px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-11 {
  margin-bottom: 11px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-19 {
  margin-bottom: 19px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mb-27 {
  margin-bottom: 27px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-29 {
  margin-bottom: 29px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-31 {
  margin-bottom: 31px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mb-34 {
  margin-bottom: 34px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-37 {
  margin-bottom: 37px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mb-39 {
  margin-bottom: 39px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-41 {
  margin-bottom: 41px;
}

.mb-42 {
  margin-bottom: 42px;
}

.mb-43 {
  margin-bottom: 43px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-46 {
  margin-bottom: 46px;
}

.mb-47 {
  margin-bottom: 47px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-49 {
  margin-bottom: 49px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-51 {
  margin-bottom: 51px;
}

.mb-52 {
  margin-bottom: 52px;
}

.mb-53 {
  margin-bottom: 53px;
}

.mb-54 {
  margin-bottom: 54px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-57 {
  margin-bottom: 57px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mb-59 {
  margin-bottom: 59px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-61 {
  margin-bottom: 61px;
}

.mb-62 {
  margin-bottom: 62px;
}

.mb-63 {
  margin-bottom: 63px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-66 {
  margin-bottom: 66px;
}

.mb-67 {
  margin-bottom: 67px;
}

.mb-68 {
  margin-bottom: 68px;
}

.mb-69 {
  margin-bottom: 69px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-71 {
  margin-bottom: 71px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-73 {
  margin-bottom: 73px;
}

.mb-74 {
  margin-bottom: 74px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-76 {
  margin-bottom: 76px;
}

.mb-77 {
  margin-bottom: 77px;
}

.mb-78 {
  margin-bottom: 78px;
}

.mb-79 {
  margin-bottom: 79px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-81 {
  margin-bottom: 81px;
}

.mb-82 {
  margin-bottom: 82px;
}

.mb-83 {
  margin-bottom: 83px;
}

.mb-84 {
  margin-bottom: 84px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-86 {
  margin-bottom: 86px;
}

.mb-87 {
  margin-bottom: 87px;
}

.mb-88 {
  margin-bottom: 88px;
}

.mb-89 {
  margin-bottom: 89px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-91 {
  margin-bottom: 91px;
}

.mb-92 {
  margin-bottom: 92px;
}

.mb-93 {
  margin-bottom: 93px;
}

.mb-94 {
  margin-bottom: 94px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mb-97 {
  margin-bottom: 97px;
}

.mb-98 {
  margin-bottom: 98px;
}

.mb-99 {
  margin-bottom: 99px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-101 {
  margin-bottom: 101px;
}

.mb-102 {
  margin-bottom: 102px;
}

.mb-103 {
  margin-bottom: 103px;
}

.mb-104 {
  margin-bottom: 104px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-106 {
  margin-bottom: 106px;
}

.mb-107 {
  margin-bottom: 107px;
}

.mb-108 {
  margin-bottom: 108px;
}

.mb-109 {
  margin-bottom: 109px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-111 {
  margin-bottom: 111px;
}

.mb-112 {
  margin-bottom: 112px;
}

.mb-113 {
  margin-bottom: 113px;
}

.mb-114 {
  margin-bottom: 114px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-116 {
  margin-bottom: 116px;
}

.mb-117 {
  margin-bottom: 117px;
}

.mb-118 {
  margin-bottom: 118px;
}

.mb-119 {
  margin-bottom: 119px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-121 {
  margin-bottom: 121px;
}

.mb-122 {
  margin-bottom: 122px;
}

.mb-123 {
  margin-bottom: 123px;
}

.mb-124 {
  margin-bottom: 124px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-126 {
  margin-bottom: 126px;
}

.mb-127 {
  margin-bottom: 127px;
}

.mb-128 {
  margin-bottom: 128px;
}

.mb-129 {
  margin-bottom: 129px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-131 {
  margin-bottom: 131px;
}

.mb-132 {
  margin-bottom: 132px;
}

.mb-133 {
  margin-bottom: 133px;
}

.mb-134 {
  margin-bottom: 134px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-136 {
  margin-bottom: 136px;
}

.mb-137 {
  margin-bottom: 137px;
}

.mb-138 {
  margin-bottom: 138px;
}

.mb-139 {
  margin-bottom: 139px;
}

.mb-140 {
  margin-bottom: 140px;
}

/*-- Margin Left --*/
.ml-1 {
  margin-left: 1px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-7 {
  margin-left: 7px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-9 {
  margin-left: 9px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-11 {
  margin-left: 11px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-13 {
  margin-left: 13px;
}

.ml-14 {
  margin-left: 14px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-17 {
  margin-left: 17px;
}

.ml-18 {
  margin-left: 18px;
}

.ml-19 {
  margin-left: 19px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-21 {
  margin-left: 21px;
}

.ml-22 {
  margin-left: 22px;
}

.ml-23 {
  margin-left: 23px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-26 {
  margin-left: 26px;
}

.ml-27 {
  margin-left: 27px;
}

.ml-28 {
  margin-left: 28px;
}

.ml-29 {
  margin-left: 29px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-31 {
  margin-left: 31px;
}

.ml-32 {
  margin-left: 32px;
}

.ml-33 {
  margin-left: 33px;
}

.ml-34 {
  margin-left: 34px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-36 {
  margin-left: 36px;
}

.ml-37 {
  margin-left: 37px;
}

.ml-38 {
  margin-left: 38px;
}

.ml-39 {
  margin-left: 39px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-41 {
  margin-left: 41px;
}

.ml-42 {
  margin-left: 42px;
}

.ml-43 {
  margin-left: 43px;
}

.ml-44 {
  margin-left: 44px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-46 {
  margin-left: 46px;
}

.ml-47 {
  margin-left: 47px;
}

.ml-48 {
  margin-left: 48px;
}

.ml-49 {
  margin-left: 49px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-51 {
  margin-left: 51px;
}

.ml-52 {
  margin-left: 52px;
}

.ml-53 {
  margin-left: 53px;
}

.ml-54 {
  margin-left: 54px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-56 {
  margin-left: 56px;
}

.ml-57 {
  margin-left: 57px;
}

.ml-58 {
  margin-left: 58px;
}

.ml-59 {
  margin-left: 59px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-61 {
  margin-left: 61px;
}

.ml-62 {
  margin-left: 62px;
}

.ml-63 {
  margin-left: 63px;
}

.ml-64 {
  margin-left: 64px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-66 {
  margin-left: 66px;
}

.ml-67 {
  margin-left: 67px;
}

.ml-68 {
  margin-left: 68px;
}

.ml-69 {
  margin-left: 69px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-71 {
  margin-left: 71px;
}

.ml-72 {
  margin-left: 72px;
}

.ml-73 {
  margin-left: 73px;
}

.ml-74 {
  margin-left: 74px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-76 {
  margin-left: 76px;
}

.ml-77 {
  margin-left: 77px;
}

.ml-78 {
  margin-left: 78px;
}

.ml-79 {
  margin-left: 79px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-81 {
  margin-left: 81px;
}

.ml-82 {
  margin-left: 82px;
}

.ml-83 {
  margin-left: 83px;
}

.ml-84 {
  margin-left: 84px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-86 {
  margin-left: 86px;
}

.ml-87 {
  margin-left: 87px;
}

.ml-88 {
  margin-left: 88px;
}

.ml-89 {
  margin-left: 89px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-91 {
  margin-left: 91px;
}

.ml-92 {
  margin-left: 92px;
}

.ml-93 {
  margin-left: 93px;
}

.ml-94 {
  margin-left: 94px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-96 {
  margin-left: 96px;
}

.ml-97 {
  margin-left: 97px;
}

.ml-98 {
  margin-left: 98px;
}

.ml-99 {
  margin-left: 99px;
}

.ml-100 {
  margin-left: 100px;
}

/*-- Margin Right --*/
.mr-1 {
  margin-right: 1px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-6 {
  margin-right: 6px;
}

.mr-7 {
  margin-right: 7px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-9 {
  margin-right: 9px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-11 {
  margin-right: 11px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-13 {
  margin-right: 13px;
}

.mr-14 {
  margin-right: 14px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-17 {
  margin-right: 17px;
}

.mr-18 {
  margin-right: 18px;
}

.mr-19 {
  margin-right: 19px;
}

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

.mr-21 {
  margin-right: 21px;
}

.mr-22 {
  margin-right: 22px;
}

.mr-23 {
  margin-right: 23px;
}

.mr-24 {
  margin-right: 24px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-26 {
  margin-right: 26px;
}

.mr-27 {
  margin-right: 27px;
}

.mr-28 {
  margin-right: 28px;
}

.mr-29 {
  margin-right: 29px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-31 {
  margin-right: 31px;
}

.mr-32 {
  margin-right: 32px;
}

.mr-33 {
  margin-right: 33px;
}

.mr-34 {
  margin-right: 34px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-36 {
  margin-right: 36px;
}

.mr-37 {
  margin-right: 37px;
}

.mr-38 {
  margin-right: 38px;
}

.mr-39 {
  margin-right: 39px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-41 {
  margin-right: 41px;
}

.mr-42 {
  margin-right: 42px;
}

.mr-43 {
  margin-right: 43px;
}

.mr-44 {
  margin-right: 44px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-46 {
  margin-right: 46px;
}

.mr-47 {
  margin-right: 47px;
}

.mr-48 {
  margin-right: 48px;
}

.mr-49 {
  margin-right: 49px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-51 {
  margin-right: 51px;
}

.mr-52 {
  margin-right: 52px;
}

.mr-53 {
  margin-right: 53px;
}

.mr-54 {
  margin-right: 54px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-56 {
  margin-right: 56px;
}

.mr-57 {
  margin-right: 57px;
}

.mr-58 {
  margin-right: 58px;
}

.mr-59 {
  margin-right: 59px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-61 {
  margin-right: 61px;
}

.mr-62 {
  margin-right: 62px;
}

.mr-63 {
  margin-right: 63px;
}

.mr-64 {
  margin-right: 64px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-66 {
  margin-right: 66px;
}

.mr-67 {
  margin-right: 67px;
}

.mr-68 {
  margin-right: 68px;
}

.mr-69 {
  margin-right: 69px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-71 {
  margin-right: 71px;
}

.mr-72 {
  margin-right: 72px;
}

.mr-73 {
  margin-right: 73px;
}

.mr-74 {
  margin-right: 74px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-76 {
  margin-right: 76px;
}

.mr-77 {
  margin-right: 77px;
}

.mr-78 {
  margin-right: 78px;
}

.mr-79 {
  margin-right: 79px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-81 {
  margin-right: 81px;
}

.mr-82 {
  margin-right: 82px;
}

.mr-83 {
  margin-right: 83px;
}

.mr-84 {
  margin-right: 84px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-86 {
  margin-right: 86px;
}

.mr-87 {
  margin-right: 87px;
}

.mr-88 {
  margin-right: 88px;
}

.mr-89 {
  margin-right: 89px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-91 {
  margin-right: 91px;
}

.mr-92 {
  margin-right: 92px;
}

.mr-93 {
  margin-right: 93px;
}

.mr-94 {
  margin-right: 94px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-96 {
  margin-right: 96px;
}

.mr-97 {
  margin-right: 97px;
}

.mr-98 {
  margin-right: 98px;
}

.mr-99 {
  margin-right: 99px;
}

.mr-100 {
  margin-right: 100px;
}

/*-- Padding Top --*/
.pt-1 {
  padding-top: 1px;
}

.pt-2 {
  padding-top: 2px;
}

.pt-3 {
  padding-top: 3px;
}

.pt-4 {
  padding-top: 4px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-6 {
  padding-top: 6px;
}

.pt-7 {
  padding-top: 7px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-9 {
  padding-top: 9px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-11 {
  padding-top: 11px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-13 {
  padding-top: 13px;
}

.pt-14 {
  padding-top: 14px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-17 {
  padding-top: 17px;
}

.pt-18 {
  padding-top: 18px;
}

.pt-19 {
  padding-top: 19px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-21 {
  padding-top: 21px;
}

.pt-22 {
  padding-top: 22px;
}

.pt-23 {
  padding-top: 23px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-26 {
  padding-top: 26px;
}

.pt-27 {
  padding-top: 27px;
}

.pt-28 {
  padding-top: 28px;
}

.pt-29 {
  padding-top: 29px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-31 {
  padding-top: 31px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-33 {
  padding-top: 33px;
}

.pt-34 {
  padding-top: 34px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-36 {
  padding-top: 36px;
}

.pt-37 {
  padding-top: 37px;
}

.pt-38 {
  padding-top: 38px;
}

.pt-39 {
  padding-top: 39px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-41 {
  padding-top: 41px;
}

.pt-42 {
  padding-top: 42px;
}

.pt-43 {
  padding-top: 43px;
}

.pt-44 {
  padding-top: 44px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-46 {
  padding-top: 46px;
}

.pt-47 {
  padding-top: 47px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-49 {
  padding-top: 49px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-51 {
  padding-top: 51px;
}

.pt-52 {
  padding-top: 52px;
}

.pt-53 {
  padding-top: 53px;
}

.pt-54 {
  padding-top: 54px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-56 {
  padding-top: 56px;
}

.pt-57 {
  padding-top: 57px;
}

.pt-58 {
  padding-top: 58px;
}

.pt-59 {
  padding-top: 59px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-61 {
  padding-top: 61px;
}

.pt-62 {
  padding-top: 62px;
}

.pt-63 {
  padding-top: 63px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-66 {
  padding-top: 66px;
}

.pt-67 {
  padding-top: 67px;
}

.pt-68 {
  padding-top: 68px;
}

.pt-69 {
  padding-top: 69px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-71 {
  padding-top: 71px;
}

.pt-72 {
  padding-top: 72px;
}

.pt-73 {
  padding-top: 73px;
}

.pt-74 {
  padding-top: 74px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-76 {
  padding-top: 76px;
}

.pt-77 {
  padding-top: 77px;
}

.pt-78 {
  padding-top: 78px;
}

.pt-79 {
  padding-top: 79px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-81 {
  padding-top: 81px;
}

.pt-82 {
  padding-top: 82px;
}

.pt-83 {
  padding-top: 83px;
}

.pt-84 {
  padding-top: 84px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-86 {
  padding-top: 86px;
}

.pt-87 {
  padding-top: 87px;
}

.pt-88 {
  padding-top: 88px;
}

.pt-89 {
  padding-top: 89px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-91 {
  padding-top: 91px;
}

.pt-92 {
  padding-top: 92px;
}

.pt-93 {
  padding-top: 93px;
}

.pt-94 {
  padding-top: 94px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-96 {
  padding-top: 96px;
}

.pt-97 {
  padding-top: 97px;
}

.pt-98 {
  padding-top: 98px;
}

.pt-99 {
  padding-top: 99px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-101 {
  padding-top: 101px;
}

.pt-102 {
  padding-top: 102px;
}

.pt-103 {
  padding-top: 103px;
}

.pt-104 {
  padding-top: 104px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-106 {
  padding-top: 106px;
}

.pt-107 {
  padding-top: 107px;
}

.pt-108 {
  padding-top: 108px;
}

.pt-109 {
  padding-top: 109px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-111 {
  padding-top: 111px;
}

.pt-112 {
  padding-top: 112px;
}

.pt-113 {
  padding-top: 113px;
}

.pt-114 {
  padding-top: 114px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-116 {
  padding-top: 116px;
}

.pt-117 {
  padding-top: 117px;
}

.pt-118 {
  padding-top: 118px;
}

.pt-119 {
  padding-top: 119px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-121 {
  padding-top: 121px;
}

.pt-122 {
  padding-top: 122px;
}

.pt-123 {
  padding-top: 123px;
}

.pt-124 {
  padding-top: 124px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-126 {
  padding-top: 126px;
}

.pt-127 {
  padding-top: 127px;
}

.pt-128 {
  padding-top: 128px;
}

.pt-129 {
  padding-top: 129px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-131 {
  padding-top: 131px;
}

.pt-132 {
  padding-top: 132px;
}

.pt-133 {
  padding-top: 133px;
}

.pt-134 {
  padding-top: 134px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-136 {
  padding-top: 136px;
}

.pt-137 {
  padding-top: 137px;
}

.pt-138 {
  padding-top: 138px;
}

.pt-139 {
  padding-top: 139px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-141 {
  padding-top: 141px;
}

.pt-142 {
  padding-top: 142px;
}

.pt-143 {
  padding-top: 143px;
}

.pt-144 {
  padding-top: 144px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-146 {
  padding-top: 146px;
}

.pt-147 {
  padding-top: 147px;
}

.pt-148 {
  padding-top: 148px;
}

.pt-149 {
  padding-top: 149px;
}

.pt-150 {
  padding-top: 150px;
}

/*-- Padding Bottom --*/
.pb-1 {
  padding-bottom: 1px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-9 {
  padding-bottom: 9px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-11 {
  padding-bottom: 11px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-13 {
  padding-bottom: 13px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-17 {
  padding-bottom: 17px;
}

.pb-18 {
  padding-bottom: 18px;
}

.pb-19 {
  padding-bottom: 19px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-21 {
  padding-bottom: 21px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pb-23 {
  padding-bottom: 23px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-26 {
  padding-bottom: 26px;
}

.pb-27 {
  padding-bottom: 27px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pb-29 {
  padding-bottom: 29px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-31 {
  padding-bottom: 31px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-33 {
  padding-bottom: 33px;
}

.pb-34 {
  padding-bottom: 34px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pb-37 {
  padding-bottom: 37px;
}

.pb-38 {
  padding-bottom: 38px;
}

.pb-39 {
  padding-bottom: 39px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-41 {
  padding-bottom: 41px;
}

.pb-42 {
  padding-bottom: 42px;
}

.pb-43 {
  padding-bottom: 43px;
}

.pb-44 {
  padding-bottom: 44px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-46 {
  padding-bottom: 46px;
}

.pb-47 {
  padding-bottom: 47px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-49 {
  padding-bottom: 49px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-51 {
  padding-bottom: 51px;
}

.pb-52 {
  padding-bottom: 52px;
}

.pb-53 {
  padding-bottom: 53px;
}

.pb-54 {
  padding-bottom: 54px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pb-57 {
  padding-bottom: 57px;
}

.pb-58 {
  padding-bottom: 58px;
}

.pb-59 {
  padding-bottom: 59px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-61 {
  padding-bottom: 61px;
}

.pb-62 {
  padding-bottom: 62px;
}

.pb-63 {
  padding-bottom: 63px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-66 {
  padding-bottom: 66px;
}

.pb-67 {
  padding-bottom: 67px;
}

.pb-68 {
  padding-bottom: 68px;
}

.pb-69 {
  padding-bottom: 69px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-71 {
  padding-bottom: 71px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pb-73 {
  padding-bottom: 73px;
}

.pb-74 {
  padding-bottom: 74px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-76 {
  padding-bottom: 76px;
}

.pb-77 {
  padding-bottom: 77px;
}

.pb-78 {
  padding-bottom: 78px;
}

.pb-79 {
  padding-bottom: 79px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-81 {
  padding-bottom: 81px;
}

.pb-82 {
  padding-bottom: 82px;
}

.pb-83 {
  padding-bottom: 83px;
}

.pb-84 {
  padding-bottom: 84px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-86 {
  padding-bottom: 86px;
}

.pb-87 {
  padding-bottom: 87px;
}

.pb-88 {
  padding-bottom: 88px;
}

.pb-89 {
  padding-bottom: 89px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-91 {
  padding-bottom: 91px;
}

.pb-92 {
  padding-bottom: 92px;
}

.pb-93 {
  padding-bottom: 93px;
}

.pb-94 {
  padding-bottom: 94px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pb-97 {
  padding-bottom: 97px;
}

.pb-98 {
  padding-bottom: 98px;
}

.pb-99 {
  padding-bottom: 99px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-101 {
  padding-bottom: 101px;
}

.pb-102 {
  padding-bottom: 102px;
}

.pb-103 {
  padding-bottom: 103px;
}

.pb-104 {
  padding-bottom: 104px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-106 {
  padding-bottom: 106px;
}

.pb-107 {
  padding-bottom: 107px;
}

.pb-108 {
  padding-bottom: 108px;
}

.pb-109 {
  padding-bottom: 109px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-111 {
  padding-bottom: 111px;
}

.pb-112 {
  padding-bottom: 112px;
}

.pb-113 {
  padding-bottom: 113px;
}

.pb-114 {
  padding-bottom: 114px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-116 {
  padding-bottom: 116px;
}

.pb-117 {
  padding-bottom: 117px;
}

.pb-118 {
  padding-bottom: 118px;
}

.pb-119 {
  padding-bottom: 119px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-121 {
  padding-bottom: 121px;
}

.pb-122 {
  padding-bottom: 122px;
}

.pb-123 {
  padding-bottom: 123px;
}

.pb-124 {
  padding-bottom: 124px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-126 {
  padding-bottom: 126px;
}

.pb-127 {
  padding-bottom: 127px;
}

.pb-128 {
  padding-bottom: 128px;
}

.pb-129 {
  padding-bottom: 129px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-131 {
  padding-bottom: 131px;
}

.pb-132 {
  padding-bottom: 132px;
}

.pb-133 {
  padding-bottom: 133px;
}

.pb-134 {
  padding-bottom: 134px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-136 {
  padding-bottom: 136px;
}

.pb-137 {
  padding-bottom: 137px;
}

.pb-138 {
  padding-bottom: 138px;
}

.pb-139 {
  padding-bottom: 139px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-141 {
  padding-bottom: 141px;
}

.pb-142 {
  padding-bottom: 142px;
}

.pb-143 {
  padding-bottom: 143px;
}

.pb-144 {
  padding-bottom: 144px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-146 {
  padding-bottom: 146px;
}

.pb-147 {
  padding-bottom: 147px;
}

.pb-148 {
  padding-bottom: 148px;
}

.pb-149 {
  padding-bottom: 149px;
}

.pb-150 {
  padding-bottom: 150px;
}

/*-- Padding Left --*/
.pl-1 {
  padding-left: 1px;
}

.pl-2 {
  padding-left: 2px;
}

.pl-3 {
  padding-left: 3px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-7 {
  padding-left: 7px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-9 {
  padding-left: 9px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-11 {
  padding-left: 11px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-13 {
  padding-left: 13px;
}

.pl-14 {
  padding-left: 14px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-17 {
  padding-left: 17px;
}

.pl-18 {
  padding-left: 18px;
}

.pl-19 {
  padding-left: 19px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-21 {
  padding-left: 21px;
}

.pl-22 {
  padding-left: 22px;
}

.pl-23 {
  padding-left: 23px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-26 {
  padding-left: 26px;
}

.pl-27 {
  padding-left: 27px;
}

.pl-28 {
  padding-left: 28px;
}

.pl-29 {
  padding-left: 29px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-31 {
  padding-left: 31px;
}

.pl-32 {
  padding-left: 32px;
}

.pl-33 {
  padding-left: 33px;
}

.pl-34 {
  padding-left: 34px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-36 {
  padding-left: 36px;
}

.pl-37 {
  padding-left: 37px;
}

.pl-38 {
  padding-left: 38px;
}

.pl-39 {
  padding-left: 39px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-41 {
  padding-left: 41px;
}

.pl-42 {
  padding-left: 42px;
}

.pl-43 {
  padding-left: 43px;
}

.pl-44 {
  padding-left: 44px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-46 {
  padding-left: 46px;
}

.pl-47 {
  padding-left: 47px;
}

.pl-48 {
  padding-left: 48px;
}

.pl-49 {
  padding-left: 49px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-51 {
  padding-left: 51px;
}

.pl-52 {
  padding-left: 52px;
}

.pl-53 {
  padding-left: 53px;
}

.pl-54 {
  padding-left: 54px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-56 {
  padding-left: 56px;
}

.pl-57 {
  padding-left: 57px;
}

.pl-58 {
  padding-left: 58px;
}

.pl-59 {
  padding-left: 59px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-61 {
  padding-left: 61px;
}

.pl-62 {
  padding-left: 62px;
}

.pl-63 {
  padding-left: 63px;
}

.pl-64 {
  padding-left: 64px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-66 {
  padding-left: 66px;
}

.pl-67 {
  padding-left: 67px;
}

.pl-68 {
  padding-left: 68px;
}

.pl-69 {
  padding-left: 69px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-71 {
  padding-left: 71px;
}

.pl-72 {
  padding-left: 72px;
}

.pl-73 {
  padding-left: 73px;
}

.pl-74 {
  padding-left: 74px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-76 {
  padding-left: 76px;
}

.pl-77 {
  padding-left: 77px;
}

.pl-78 {
  padding-left: 78px;
}

.pl-79 {
  padding-left: 79px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-81 {
  padding-left: 81px;
}

.pl-82 {
  padding-left: 82px;
}

.pl-83 {
  padding-left: 83px;
}

.pl-84 {
  padding-left: 84px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-86 {
  padding-left: 86px;
}

.pl-87 {
  padding-left: 87px;
}

.pl-88 {
  padding-left: 88px;
}

.pl-89 {
  padding-left: 89px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-91 {
  padding-left: 91px;
}

.pl-92 {
  padding-left: 92px;
}

.pl-93 {
  padding-left: 93px;
}

.pl-94 {
  padding-left: 94px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-96 {
  padding-left: 96px;
}

.pl-97 {
  padding-left: 97px;
}

.pl-98 {
  padding-left: 98px;
}

.pl-99 {
  padding-left: 99px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-101 {
  padding-left: 101px;
}

.pl-102 {
  padding-left: 102px;
}

.pl-103 {
  padding-left: 103px;
}

.pl-104 {
  padding-left: 104px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-106 {
  padding-left: 106px;
}

.pl-107 {
  padding-left: 107px;
}

.pl-108 {
  padding-left: 108px;
}

.pl-109 {
  padding-left: 109px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-111 {
  padding-left: 111px;
}

.pl-112 {
  padding-left: 112px;
}

.pl-113 {
  padding-left: 113px;
}

.pl-114 {
  padding-left: 114px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-116 {
  padding-left: 116px;
}

.pl-117 {
  padding-left: 117px;
}

.pl-118 {
  padding-left: 118px;
}

.pl-119 {
  padding-left: 119px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-121 {
  padding-left: 121px;
}

.pl-122 {
  padding-left: 122px;
}

.pl-123 {
  padding-left: 123px;
}

.pl-124 {
  padding-left: 124px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-126 {
  padding-left: 126px;
}

.pl-127 {
  padding-left: 127px;
}

.pl-128 {
  padding-left: 128px;
}

.pl-129 {
  padding-left: 129px;
}

.pl-130 {
  padding-left: 130px;
}

/*-- Padding Right --*/
.pr-1 {
  padding-right: 1px;
}

.pr-2 {
  padding-right: 2px;
}

.pr-3 {
  padding-right: 3px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-7 {
  padding-right: 7px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-9 {
  padding-right: 9px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-11 {
  padding-right: 11px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-13 {
  padding-right: 13px;
}

.pr-14 {
  padding-right: 14px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-17 {
  padding-right: 17px;
}

.pr-18 {
  padding-right: 18px;
}

.pr-19 {
  padding-right: 19px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-21 {
  padding-right: 21px;
}

.pr-22 {
  padding-right: 22px;
}

.pr-23 {
  padding-right: 23px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-26 {
  padding-right: 26px;
}

.pr-27 {
  padding-right: 27px;
}

.pr-28 {
  padding-right: 28px;
}

.pr-29 {
  padding-right: 29px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-31 {
  padding-right: 31px;
}

.pr-32 {
  padding-right: 32px;
}

.pr-33 {
  padding-right: 33px;
}

.pr-34 {
  padding-right: 34px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-36 {
  padding-right: 36px;
}

.pr-37 {
  padding-right: 37px;
}

.pr-38 {
  padding-right: 38px;
}

.pr-39 {
  padding-right: 39px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-41 {
  padding-right: 41px;
}

.pr-42 {
  padding-right: 42px;
}

.pr-43 {
  padding-right: 43px;
}

.pr-44 {
  padding-right: 44px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-46 {
  padding-right: 46px;
}

.pr-47 {
  padding-right: 47px;
}

.pr-48 {
  padding-right: 48px;
}

.pr-49 {
  padding-right: 49px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-51 {
  padding-right: 51px;
}

.pr-52 {
  padding-right: 52px;
}

.pr-53 {
  padding-right: 53px;
}

.pr-54 {
  padding-right: 54px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-56 {
  padding-right: 56px;
}

.pr-57 {
  padding-right: 57px;
}

.pr-58 {
  padding-right: 58px;
}

.pr-59 {
  padding-right: 59px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-61 {
  padding-right: 61px;
}

.pr-62 {
  padding-right: 62px;
}

.pr-63 {
  padding-right: 63px;
}

.pr-64 {
  padding-right: 64px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-66 {
  padding-right: 66px;
}

.pr-67 {
  padding-right: 67px;
}

.pr-68 {
  padding-right: 68px;
}

.pr-69 {
  padding-right: 69px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-71 {
  padding-right: 71px;
}

.pr-72 {
  padding-right: 72px;
}

.pr-73 {
  padding-right: 73px;
}

.pr-74 {
  padding-right: 74px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-76 {
  padding-right: 76px;
}

.pr-77 {
  padding-right: 77px;
}

.pr-78 {
  padding-right: 78px;
}

.pr-79 {
  padding-right: 79px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-81 {
  padding-right: 81px;
}

.pr-82 {
  padding-right: 82px;
}

.pr-83 {
  padding-right: 83px;
}

.pr-84 {
  padding-right: 84px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-86 {
  padding-right: 86px;
}

.pr-87 {
  padding-right: 87px;
}

.pr-88 {
  padding-right: 88px;
}

.pr-89 {
  padding-right: 89px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-91 {
  padding-right: 91px;
}

.pr-92 {
  padding-right: 92px;
}

.pr-93 {
  padding-right: 93px;
}

.pr-94 {
  padding-right: 94px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-96 {
  padding-right: 96px;
}

.pr-97 {
  padding-right: 97px;
}

.pr-98 {
  padding-right: 98px;
}

.pr-99 {
  padding-right: 99px;
}

.pr-100 {
  padding-right: 100px;
}

.pt-290 {
  padding-top: 290px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-275 {
  padding-top: 275px;
}

.pt-265 {
  padding-top: 265px;
}

.pl-240 {
  padding-left: 240px;
}

.pb-170 {
  padding-bottom: 170px;
}

.tp-section-m-100 {
  margin: 0 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-section-m-100 {
    margin: 0px;
  }
}

.plr-100 {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .plr-100 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .plr-100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.plr-85 {
  padding-left: 85px;
  padding-right: 85px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .plr-85 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .plr-85 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .plr-85 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*----------------------------------------*/
/*  2.1 Accordion
/*----------------------------------------*/
.tp-accordion-header {
  margin: 0;
}
.tp-accordion-item {
  border: 1px solid #57595c;
  border-radius: 10px;
}
.tp-accordion-button {
  font-size: 20px;
  width: 100%;
  padding: 23px 30px;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.tp-accordion-button span {
  margin-left: 20px;
  font-size: 16px;
  color: #57595c;
}
.tp-accordion-button.collapsed span {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tp-accordion-body {
  margin: 0 30px;
  border-top: 1px solid #57595c;
  padding-top: 20px;
  padding-bottom: 10px;
}

.tp-faq-button {
  text-align: left;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid transparent;
  margin-bottom: 0px;
  padding-top: 0px;
  display: block;
  width: 100%;
}
.tp-faq-button:after {
  content: "-";
}
.tp-faq-button.collapsed {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
}
.tp-faq-button.collapsed:after {
  content: "+";
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-thumb {
    margin-left: 0;
  }
}
.tp-faq-thumb img {
  max-width: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-thumb img {
    max-width: 100%;
  }
}

/*----------------------------------------*/
/*  2.4 Button
/*----------------------------------------*/
.tp-btn {
  background: var(--tp-theme-color);
  padding: 16px 45px;
  font-size: 18px;
  font-family: var(--tp-font-heading);
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.tp-btn > i {
  height: 100%;
  width: 22px;
  background-color: #71A2FF;
  position: absolute;
  bottom: -2px;
  right: -12px;
  -moz-transform: rotate(13deg);
  -o-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  -webkit-transform: rotate(13deg);
  transform: rotate(13deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tp-btn:hover {
  color: #fff;
}
.tp-btn:hover .tp-btn-y-1 {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tp-btn:hover .tp-btn-y-2 {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tp-btn:hover i {
  right: -100%;
}
.tp-btn-orange {
  background: var(--tp-theme-orange);
  padding: 16px 45px;
  font-size: 18px;
  font-family: var(--tp-font-heading);
  border-radius: 5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.tp-btn-orange > i {
  height: 100%;
  width: 22px;
  background-color: #FFAD8A;
  position: absolute;
  bottom: -2px;
  right: -12px;
  -moz-transform: rotate(13deg);
  -o-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  -webkit-transform: rotate(13deg);
  transform: rotate(13deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tp-btn-orange:hover {
  color: #fff;
}
.tp-btn-orange:hover .tp-btn-y-1 {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tp-btn-orange:hover .tp-btn-y-2 {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tp-btn-orange:hover i {
  right: -100%;
}
.tp-btn-sec {
  background: var(--tp-theme-color-2);
  padding: 16px 45px;
  font-size: 18px;
  color: var(--tp-heading-color);
  font-family: var(--tp-font-heading);
  border-radius: 5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.tp-btn-sec:hover {
  color: var(--tp-heading-color);
}
.tp-btn-sec-lg {
  padding: 21px 48px;
}
.tp-btn-sec > i {
  height: 100%;
  width: 22px;
  background-color: #E5CF00;
  position: absolute;
  bottom: -2px;
  right: -12px;
  -moz-transform: rotate(13deg);
  -o-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  -webkit-transform: rotate(13deg);
  transform: rotate(13deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tp-btn-sec:hover .tp-btn-y-1 {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tp-btn-sec:hover .tp-btn-y-2 {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tp-btn-sec:hover i {
  right: -100%;
}
.tp-btn-circle {
  font-family: var(--tp-font-heading);
  font-size: 60px;
  color: #fff;
  opacity: 0.3;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 48px 75px;
  display: inline-block;
  line-height: 1;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .tp-btn-circle {
    font-size: 45px;
  }
}
.tp-btn-circle:hover {
  background: var(--tp-theme-color);
  color: #fff;
  border-color: var(--tp-theme-color);
  opacity: 1;
}
.tp-btn-wrap {
  position: relative;
  overflow: hidden;
  display: block;
}
.tp-btn-wrap span {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
.tp-btn-wrap span i {
  font-size: 15px;
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  margin-left: 5px;
}
.tp-btn-y-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.tp-btn-border {
  border: 1px solid #57595C;
  padding: 12px 35px;
  display: inline-block;
  font-size: 18px;
  color: #0A0E1A;
  font-family: var(--tp-font-heading);
}
.tp-btn-border:hover {
  background-color: var(--tp-theme-color);
  color: #fff;
  border-color: var(--tp-theme-color);
}
.tp-btn-200 {
  padding: 16px 35px;
}

.tp-text-btn {
  font-size: 18px;
  color: #0a0e1a;
  font-family: var(--tp-font-heading);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-text-btn i {
  margin-left: 8px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tp-text-btn-white {
  color: #fff;
}
.tp-text-btn:hover {
  color: var(--tp-theme-color);
}

.circle-icon-btn {
  height: 60px;
  width: 60px;
  background: var(--tp-theme-orange);
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
  font-size: 15px;
}
.circle-icon-btn:hover {
  background-color: var(--tp-theme-color);
  color: #fff;
  border-color: var(--tp-theme-color);
}
.circle-icon-btn i {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tp-icon-btn {
  font-size: 55px;
  position: relative;
  display: inline-block;
}
.tp-icon-btn span {
  height: 38px;
  width: 38px;
  background: #F8F5FF;
  display: inline-block;
  position: absolute;
  right: -11px;
  z-index: -1;
  border-radius: 30px;
  top: 8px;
  transition: 0.3s;
}
.tp-icon-btn:hover span {
  background-color: var(--tp-theme-color-2);
}

/*----------------------------------------*/
/*  2.9 Section Title
/*----------------------------------------*/
.tp-section-subtitle {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #57595c;
  display: block;
}
.tp-section-subtitle-white {
  color: #A3AEC3;
}
.tp-section-subtitle i {
  height: 10px;
  width: 10px;
  border-radius: 30px;
  background: var(--tp-theme-color);
  display: inline-block;
}
.tp-section-subtitle i.sub-dot-color {
  background: var(--tp-theme-orange);
}
.tp-section-title {
  font-size: 60px;
}
.tp-section-title.tp-fs-40 {
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tp-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-section-title-br br {
    display: none;
  }
}
.tp-section-title-white {
  color: #fff;
}
@media (max-width: 767px) {
  .tp-section-title-wrapper p br {
    display: none;
  }
}
.tp-section-title-40 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .tp-section-title-40 {
    font-size: 22px;
  }
}
.tp-section-title-content-white {
  color: #A3AEC3;
}
.tp-section-title-content-white b {
  color: #fff;
}

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

.tp-services-details-list-item {
  background: #FBF6EF;
  padding: 30px;
}
.tp-services-details-list-item span {
  font-size: 24px;
  color: #fff;
  background: #0057FC;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  flex: 0 0 auto;
}

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

/*----------------------------------------*/
/*  2.6 Offcanvas
/*----------------------------------------*/
.tp-offcanvas {
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 400px;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.tp-offcanvas-logo img {
  width: 168px;
}
@media only screen and (max-width: 400px) {
  .tp-offcanvas {
    width: 100%;
    padding: 35px 30px;
  }
}
.tp-offcanvas-open {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tp-offcanvas-close-toggle {
  font-size: 29px;
  color: var(--tp-heading-color);
  transition: 0.3s;
}
.tp-offcanvas-close-toggle:hover {
  transform: rotate(90deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-offcanvas-header {
    margin-bottom: 40px;
  }
}
.tp-offcanvas-title {
  font-size: 35px;
}
.tp-offcanvas-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
.tp-offcanvas-info span {
  color: #222;
  display: block;
  margin-bottom: 5px;
}
.tp-offcanvas-info span:hover {
  color: var(--tp-theme-color);
}
.tp-offcanvas-sm-title {
  font-size: 25px;
  margin-bottom: 15px;
}
.tp-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 39px;
  border-radius: 40px;
  color: var(--tp-heading-color);
  border: 1px solid rgba(2, 11, 24, 0.1);
  font-size: 14px;
}
.tp-offcanvas-social a:hover {
  background-color: var(--tp-theme-color);
  color: #fff;
  border-color: var(--tp-theme-color);
}
.tp-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.tp-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

/*----------------------------------------*/
/*  2.3 Breadcrumb
/*----------------------------------------*/
.tp-breadcrumb-space {
  padding-top: 235px;
  padding-bottom: 140px;
}
.tp-breadcrumb-title {
  font-size: 70px;
}
@media (max-width: 767px) {
  .tp-breadcrumb-title {
    font-size: 50px;
  }
}
.tp-breadcrumb-list span {
  margin: 0 2px;
  display: inline-block;
  color: #B1B4BA;
}
.tp-breadcrumb-list span.active a {
  color: var(--tp-theme-color-2);
}
.tp-breadcrumb-list span a {
  color: #B1B4BA;
  font-size: 20px;
}
.tp-breadcrumb-list span.dvir {
  margin: 0 2px;
}

.tp-breadcrumb-shape-1 {
  left: 10%;
  top: 43%;
  z-index: 1;
}
.tp-breadcrumb-shape-2 {
  right: 34%;
  top: 30%;
  z-index: 1;
}
.tp-breadcrumb-shape-3 {
  right: 15%;
  top: 50%;
  z-index: 1;
}

/*----------------------------------------*/
/*  2.9 Skill
/*----------------------------------------*/
.tp-skill-item label {
  font-size: 15px;
  font-weight: 500;
  color: #0A0E1A;
  margin-bottom: 8px;
  line-height: 1;
}
.tp-skill-item .progress-bar {
  background-color: var(--tp-theme-color);
}
.tp-skill-item .progress, .tp-skill-item .progress-stacked {
  height: 12px;
  background-color: transparent;
  border-radius: 4px;
}

.progress-outer {
  border: 1px solid #57595C;
  padding: 3px;
  border-radius: 5px;
  position: relative;
}
.progress-num {
  position: absolute;
  left: calc(25% - 31px);
  top: -36px;
  background: var(--tp-theme-color);
  color: #fff;
  padding: 6px 5px;
  font-size: 11px;
  line-height: 1;
  border-radius: 4px;
}
.progress-num:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent var(--tp-theme-color) transparent transparent;
  transform: rotate(0deg);
  content: "";
  position: absolute;
  top: 99%;
  right: 8px;
}

/*----------------------------------------*/
/*  2.8 Search Bar
/*----------------------------------------*/
.tp-header-search-bar {
  height: 400px;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  transition: 0.3s;
  transform: translateY(-100%);
}
.tp-header-search-bar.tp-search-open {
  top: 0;
  transform: translateY(0);
}

.contact-search-form-box form {
  position: relative;
}
.contact-search-form-box form button {
  position: absolute;
  right: 0;
  top: 13px;
  font-size: 17px;
}

.tp-search-close {
  position: absolute;
  right: 50px;
  top: 35px;
  font-size: 50px;
  color: #222;
  font-weight: 300;
  width: 45px;
  height: 45px;
}

/*----------------------------------------*/
/*  2.7 Preloader
/*----------------------------------------*/
#loading {
  background-color: var(--tp-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  margin-top: 0px;
  top: 0px;
}

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

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFF;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}

#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
/*----------------------------------------*/
/*  2.2 Back to Top
/*----------------------------------------*/
#back-to-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  background: var(--tp-theme-color);
  color: #fff;
  z-index: 9;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scale(0.7);
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/*----------------------------------------*/
/*  2.5 Custom Animation
/*----------------------------------------*/
.tpFadeInUp {
  opacity: 0;
  /* Start invisible */
  animation: tpFadeInUp 2s ease-out forwards;
  /* 2 seconds duration, ease-out effect */
}

@keyframes tpFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
    /* Start slightly below */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    /* End at original position */
  }
}
@keyframes tpslideInUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.tpfadeInLeft {
  opacity: 0;
  /* Start invisible */
  animation: tpfadeInLeft 2s ease-out forwards;
  /* 2 seconds duration, ease-out effect */
}

@keyframes tpfadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
    /* Start slightly to the left */
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    /* End at original position */
  }
}
.tpSkillInLeft {
  opacity: 0;
  /* Start invisible */
  animation: tpSkillInLeft 2s ease-out forwards;
  /* 2 seconds duration, ease-out effect */
}

@keyframes tpSkillInLeft {
  0% {
    opacity: 0;
    transform: translateX(-300px);
    /* Start slightly to the left */
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    /* End at original position */
  }
}
.slideinup {
  -webkit-animation-name: slideinup;
  animation-name: slideinup;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideinleft {
  -webkit-animation-name: slideinleft;
  animation-name: slideinleft;
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
/*----------------------------------------*/
/*  2.8 Nice Select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  color: var(--tp-common-black);
  font-weight: 500;
  font-size: 16px;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nice-select.open::after {
  -moz-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled::after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small::after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  4.1 Postbox
/*----------------------------------------*/
.tp-postbox-title a:hover {
  color: var(--tp-theme-color);
}
.tp-postbox-meta span {
  position: relative;
}
.tp-postbox-meta span:not(:last-child) {
  margin-right: 16px;
  padding-right: 16px;
}
.tp-postbox-meta span:not(:last-child):after {
  position: absolute;
  content: "";
  background: #57595C;
  height: 16px;
  width: 2px;
  right: 0;
  top: 4px;
}
.tp-postbox-meta span a:hover {
  color: var(--tp-theme-color);
}
.tp-postbox-meta span i {
  margin-right: 2px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .tp-postbox-title {
    font-size: 30px;
  }
}
.tp-postbox-details blockquote {
  border: 1px solid #57595C;
  text-align: center;
  border-radius: 20px;
  padding: 60px;
}
@media (max-width: 767px) {
  .tp-postbox-details blockquote {
    padding: 30px;
  }
}
.tp-postbox-details blockquote i {
  font-size: 50px;
  margin-bottom: 25px;
}
.tp-postbox-details blockquote p {
  font-size: 30px;
  font-family: var(--tp-font-heading);
  color: #000;
  line-height: 1.2;
  margin-bottom: 30px;
}
.tp-postbox-details blockquote cite {
  color: #0A0E1A;
  font-size: 20px;
  font-style: normal;
}
@media (max-width: 767px) {
  .tp-postbox-tag {
    margin-bottom: 20px;
  }
}
.tp-postbox-tag-wrapper {
  border: 1px solid #57595C;
  padding: 25px 40px;
  border-radius: 10px;
}
.tp-postbox-tag span {
  color: #0A0E1A;
  font-weight: 500;
  margin-right: 5px;
}
.tp-postbox-tag a {
  font-size: 15px;
  font-weight: 500;
  color: #0A0E1A;
  text-transform: uppercase;
  background: #FBF6EF;
  display: inline-block;
  padding: 17px 18px;
  line-height: 1;
  border-radius: 10px;
  margin-right: 8px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .tp-postbox-tag a {
    padding: 10px 15px;
  }
}
.tp-postbox-tag a:hover {
  background-color: var(--tp-theme-color);
  color: #fff;
}
.tp-postbox-social a {
  border: 1px solid #57595C;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #57595C;
  border-radius: 10px;
  height: 42px;
  width: 42px;
  display: inline-block;
  transition: 0.3s;
}
.tp-postbox-social a:hover {
  background-color: var(--tp-theme-color);
  color: #fff;
}
.tp-postbox-comments ul {
  list-style: none;
}
.tp-postbox-comments ul li {
  margin-bottom: 60px;
}
.tp-postbox-comments ul li.children {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .tp-postbox-comments ul li.children {
    padding-left: 20px;
  }
}
.tp-postbox-comments-thumb {
  float: left;
}
.tp-postbox-comments-thumb img {
  width: 120px;
  height: 120px;
  margin-right: 30px;
}
.tp-postbox-comments-text {
  overflow: hidden;
  position: relative;
}
.tp-postbox-comments-text span {
  color: #57595C;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.tp-postbox-comments-author {
  font-size: 20px;
  margin-bottom: 5px;
}

.reply {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #57595C;
}
.reply:hover {
  color: var(--tp-theme-color);
}
@media (max-width: 767px) {
  .reply {
    position: static;
  }
}

.tp-swiper-blog-button {
  height: 75px;
  width: 135px;
  background: var(--tp-theme-color-2);
  display: inline-block;
  border-radius: 100%;
  line-height: 89px;
  font-size: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  left: 30px;
}
.tp-swiper-blog-button-prev {
  transform: translateY(-50%) rotate(180deg);
}
.tp-swiper-blog-button-next {
  left: auto;
  right: 30px;
}

.tp-blog-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.tp-blog-video a {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  color: #222;
  line-height: 100px;
  font-size: 21px;
  background-color: var(--tp-theme-color-2);
  display: inline-block;
}

.tp-pagination ul {
  list-style: none;
}
.tp-pagination ul li {
  display: inline-block;
  margin-right: 7px;
}
.tp-pagination ul li a {
  border: 1px solid #57595C;
  line-height: 58px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #57595C;
  border-radius: 20px;
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: 0.3s;
}
.tp-pagination ul li a:hover {
  background-color: var(--tp-theme-color);
  border-color: var(--tp-theme-color);
  color: #fff;
}
.tp-pagination ul li a i {
  font-size: 26px;
  transform: translateY(3px);
}

/*----------------------------------------*/
/*  4.2 Recent Post
/*----------------------------------------*/
.tpblog__thumb img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpblog__content {
    padding-left: 0px;
  }
}
.tpblog__content-meta {
  width: 55px;
  height: 170px;
  background: #FFE4FB;
  justify-content: center;
  padding: 8px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: end;
  text-align: center;
  flex: 0 0 auto;
  border-radius: 10px;
}
.tpblog__content-meta span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
}
.tpblog__content-meta span cite {
  position: absolute;
  width: 130px;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -37px;
  bottom: 97px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
.tpblog__content-meta i {
  height: 45px;
  width: 45px;
  background: #fff;
  border-radius: 5px;
  line-height: 42px;
  text-align: center;
  margin: auto;
  border: 1px solid #57595C;
  border-radius: 10px;
}
.tpblog__title {
  font-size: 30px;
  line-height: 1.25;
}
.tpblog__title:hover {
  color: var(--tp-theme-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpblog__title {
    font-size: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpblog__title {
    font-size: 27px;
  }
}
.tpblog__meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tpblog__meta span {
  font-size: 17px;
  color: #57595c;
}
.tpblog__meta span i {
  margin-right: 5px;
}
.tpblog__meta cite {
  width: 2px;
  height: 16px;
  background: #57595C;
  display: inline-block;
  margin: 0 14px;
}
.tpblog-2 {
  border: 1px solid #000;
  position: relative;
}
@media (max-width: 767px) {
  .tpblog-2 {
    padding: 5px;
  }
}
.tpblog-2 .tpblog__thumb {
  width: 200px;
  flex: 0 0 auto;
  -moz-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  margin-left: -3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .tpblog-2 .tpblog__thumb {
    position: static;
    width: 100%;
    margin: auto;
    height: auto;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.tpblog-2 .tpblog__thumb img {
  height: calc(100% + 24px);
  object-fit: cover;
}
.tpblog-2 .tpblog__content {
  padding-left: 228px;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .tpblog-2 .tpblog__content {
    padding: 25px 25px;
  }
}

/*----------------------------------------*/
/*  4.3 Sidebar
/*----------------------------------------*/
.tp-blog-sidebar-widget {
  background: #FBF6EF;
  padding: 40px;
  border-radius: 10px;
}
.tp-blog-sidebar-title span {
  height: 10px;
  width: 10px;
  border-radius: 30px;
  background: var(--tp-theme-color);
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-3px);
}
.tp-blog-sidebar-post-thumb img {
  width: 100%;
}
.tp-blog-sidebar-post-title:hover {
  color: var(--tp-theme-color);
}
.tp-blog-sidebar-cat ul li {
  margin-bottom: 15px;
  list-style: none;
}
.tp-blog-sidebar-cat ul li a {
  color: #57595C;
  display: block;
  padding: 20px 25px;
  line-height: 1;
  position: relative;
  background-color: #fff;
  border: 1px solid #57595C;
  border-radius: 5px;
}
.tp-blog-sidebar-cat ul li a:hover {
  background-color: var(--tp-theme-color);
  color: #fff;
  border-color: var(--tp-theme-color);
}
.tp-blog-sidebar-cat ul li a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
}
.tp-blog-sidebar-cat ul li:last-child {
  margin-bottom: 0;
}

.tp-blog-form input {
  border: 1px solid #57595C;
  padding-left: 20px;
  padding-right: 40px;
  border-radius: 5px;
}
.tp-blog-form input::-webkit-input-placeholder {
  text-transform: capitalize;
  font-weight: 500;
}
.tp-blog-form input:-moz-placeholder {
  text-transform: capitalize;
  font-weight: 500;
}
.tp-blog-form input::-moz-placeholder {
  text-transform: capitalize;
  font-weight: 500;
}
.tp-blog-form input:-ms-input-placeholder {
  text-transform: capitalize;
  font-weight: 500;
}
.tp-blog-form button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.tp-blog-sidebar-post-item {
  border-bottom: 1px solid #57595C;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.tp-blog-sidebar-post-item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.tagcloud a {
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #57595C;
  color: #57595C;
  padding: 17px 17px;
  display: inline-block;
  line-height: 1;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.tagcloud a:hover {
  background-color: var(--tp-theme-color);
  color: #fff;
  border-color: var(--tp-theme-color);
}

/*----------------------------------------*/
/*  5.1 Footer Style 1
/*----------------------------------------*/
.footer-logo img {
  width: 168px;
}

.footer-sep {
  background: #fff;
  opacity: 0.15;
  height: 1px;
}

.tpfooter-social a {
  color: #fff;
  opacity: 0.7;
  margin-right: 18px;
}
.tpfooter-social a:hover {
  opacity: 1;
  color: var(--tp-theme-color-2);
}
@media (max-width: 767px) {
  .tpfooter-social {
    padding-left: 0;
  }
}

.tp-footer-widget ul {
  list-style: none;
}
.tp-footer-widget ul li {
  margin-bottom: 5px;
}
.tp-footer-widget ul li a {
  font-size: 17px;
  color: #b1b4ba;
}
.tp-footer-widget ul li a:hover {
  color: var(--tp-theme-color-2);
}

.tp-footer-widget-title {
  font-size: 20px;
  color: #fff;
}

.footer-content span {
  font-size: 17px;
  color: #b1b4ba;
}

.tp-footer-contact-item span {
  font-size: 17px;
  color: #b1b4ba;
}
.tp-footer-contact-item h4 {
  font-size: 30px;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-contact-item h4 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-contact-item h4 {
    font-size: 22px;
  }
}
.tp-footer-contact-item h4 a:hover {
  color: var(--tp-theme-color-2);
}

.tp-footer-col-3 {
  padding-left: 60px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-col-3 {
    padding-left: 0;
  }
}
.tp-footer-col-4 {
  padding-left: 35px;
}
.tp-footer-col-4:before {
  left: -65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-col-4:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-col-4 {
    padding-left: 0;
  }
}
.tp-footer-col-3 {
  position: relative;
}
.tp-footer-col-3:before, .tp-footer-col-3:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #fff;
  opacity: 0.15;
  left: -40px;
  top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-col-3:before, .tp-footer-col-3:after {
    display: none;
  }
}
.tp-footer-col-3:after {
  left: auto;
  right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-col-3 {
    padding-left: 0;
  }
}

.tp-footer-copyright p {
  font-size: 17px;
  color: #b1b4ba;
  margin: 0;
}
.tp-footer-copyright p a {
  font-weight: 500;
  color: var(--tp-theme-color-2);
}

.tp-footer-widget-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 1;
}

.tp-footer-menu ul li {
  display: inline-block;
  padding-left: 33px;
  margin-left: 33px;
  position: relative;
}
@media (max-width: 767px) {
  .tp-footer-menu ul li {
    padding-left: 10px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-menu ul li {
    padding-left: 15px;
    margin-left: 15px;
  }
}
.tp-footer-menu ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.tp-footer-menu ul li::before {
  content: "";
  position: absolute;
  height: 13px;
  width: 1px;
  background-color: #b1b4ba;
  left: 0;
  top: 8px;
}
.tp-footer-menu ul li:first-child:before {
  display: none;
}
.tp-footer-menu ul li a {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #b1b4ba;
}
.tp-footer-menu ul li a:hover {
  color: var(--tp-theme-color-2);
}

.tp-footer-shape-01 {
  left: 17%;
  top: 41%;
}
.tp-footer-shape-02 {
  left: 46.5%;
  top: 15%;
}
.tp-footer-shape-03 {
  right: 12%;
  bottom: 10%;
}
.tp-footer-shape-04 {
  right: 6%;
  top: 10%;
}

/*----------------------------------------*/
/*  5.2 Footer Style 2
/*----------------------------------------*/
.tp-footer-widget-title-white {
  color: #0A0E1A;
}

.tp-footer-newsletter {
  position: relative;
}
.tp-footer-newsletter button {
  position: absolute;
  right: 0;
  bottom: 13px;
  color: #57595C;
}

.tp-footer-social a {
  font-size: 20px;
  margin-right: 10px;
  color: #57595C;
}
.tp-footer-social-2 a {
  margin-right: 15px;
  color: #B1B4BA;
}
.tp-footer-social-2 a:hover {
  color: var(--tp-theme-color-2);
}

.tp-footer-newsletter input {
  margin-bottom: 10px;
}
.tp-footer-newsletter .form-check-label {
  font-size: 15px;
  color: #57595C;
  line-height: 1;
}
.tp-footer-newsletter .form-check .form-check-input {
  -moz-transform: translateY(2px);
  -o-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.tp-footer-newsletter-2 .form-check-label {
  color: #B1B4BA;
}
.tp-footer-newsletter-2 .form-check input {
  border: 1px solid #545454;
  --bs-form-check-bg: none;
}
.tp-footer-newsletter-2 input {
  color: #fff;
}
.tp-footer-newsletter-2 input::-webkit-input-placeholder {
  color: #B1B4BA;
}
.tp-footer-newsletter-2 input:-moz-placeholder {
  color: #B1B4BA;
}
.tp-footer-newsletter-2 input::-moz-placeholder {
  color: #B1B4BA;
}
.tp-footer-newsletter-2 input:-ms-input-placeholder {
  color: #B1B4BA;
}

.tp-footer-widget-2 ul li a {
  color: #57595C;
}
.tp-footer-widget-2 ul li a:hover {
  color: var(--tp-theme-color);
}
.tp-footer-widget-2 .tp-footer-contact-item span {
  color: #57595C;
}
.tp-footer-widget-2 .tp-footer-contact-item h4 {
  color: #0A0E1A;
}
.tp-footer-widget-2 .footer-content span {
  font-size: 17px;
  color: #57595C;
}

.tp-footer-2-col-2 {
  padding-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-2-col-2 {
    padding-left: 0px;
  }
}

.tp-footer-2-col-3 {
  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) {
  .tp-footer-2-col-3 {
    padding-left: 0px;
  }
}

.tp-footer-2-col-4 {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-2-col-4 {
    padding-left: 0px;
  }
}

.tp-footer-5-col-2 {
  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) {
  .tp-footer-5-col-2 {
    padding-left: 0;
  }
}

.tp-footer-4-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), (max-width: 767px) {
  .tp-footer-4-col-2 {
    padding-left: 0px;
  }
}
.tp-footer-4-col-3 {
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-4-col-3 {
    padding-left: 0px;
  }
}

.tp-footer-copyright-area-2 .tp-footer-copyright p {
  color: #57595C;
}
.tp-footer-copyright-area-2 .tp-footer-copyright p a {
  font-weight: 500;
  color: var(--tp-theme-orange);
}
.tp-footer-copyright-area-2 .tp-footer-menu ul li a {
  color: #57595C;
}
.tp-footer-copyright-area-2 .tp-footer-menu ul li a:hover {
  color: var(--tp-theme-color);
}

.tp-footer-widget-area-border {
  border-bottom: 1px solid #57595C;
}

/*----------------------------------------*/
/*  5.3 Footer Style 3
/*----------------------------------------*/
.tp-footer-social-box a {
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  padding: 35px 30px;
  font-family: var(--tp-font-heading);
  border-radius: 20px;
}
.tp-footer-social-box a:hover {
  background-color: var(--tp-theme-color);
  color: #fff;
  border-color: var(--tp-theme-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-social-box a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer-social-box a {
    font-size: 22px;
  }
}

/*----------------------------------------*/
/*  3.1 Header Style
/*----------------------------------------*/
.tp-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.tp-logo img {
  width: 168px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-area {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-area {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .tp-header-area {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-header-space {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-space {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-space {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-space {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .tp-header-space {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-space-3 {
    padding: 18px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-space-4 {
    padding: 18px 30px;
  }
}
@media (max-width: 767px) {
  .tp-header-space-4 {
    padding: 18px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-space-5 {
    padding: 18px 30px;
  }
}
@media (max-width: 767px) {
  .tp-header-space-5 {
    padding: 18px 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu {
    padding-left: 10px;
  }
}
.tp-main-menu ul > li {
  display: inline-block;
  margin-right: 42px;
  position: relative;
}
@media screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-main-menu ul > li {
    margin-right: 22px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-main-menu ul > li {
    margin-right: 27px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu ul > li {
    margin-right: 20px;
  }
}
.tp-main-menu ul > li > a {
  color: #fff;
  font-family: var(--tp-font-heading);
  font-size: 18px;
  padding: 36px 0;
  display: inline-block;
  position: relative;
}
.tp-main-menu ul > li > a:before {
  content: "\f10c";
  font-family: var(--tp-font-flaticon);
  font-size: 40px;
  position: absolute;
  top: -5px;
  left: 26px;
  -moz-transform: rotate(133deg);
  -o-transform: rotate(133deg);
  -ms-transform: rotate(133deg);
  -webkit-transform: rotate(133deg);
  transform: rotate(133deg);
  color: var(--tp-theme-color-2);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tp-main-menu ul > li .sub-menu {
  position: absolute;
  top: 105%;
  width: 213px;
  left: 0;
  background: #fff;
  padding: 16px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.tp-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
}
.tp-main-menu ul > li .sub-menu li a {
  color: #000;
  display: block;
  padding: 4px 25px;
  font-size: 17px;
}
.tp-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.tp-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 105%;
  opacity: 0;
  visibility: hidden;
}
.tp-main-menu ul > li .sub-menu li:hover > a {
  color: #0057FC;
}
.tp-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.tp-main-menu ul > li:hover > a {
  color: var(--tp-theme-color-2);
}
.tp-main-menu ul > li:hover > a:before {
  opacity: 1;
  top: 0;
}
.tp-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.tp-main-menu-black ul li a {
  color: #0A0E1A;
}
.tp-main-menu-black ul li a:before {
  color: var(--tp-theme-orange);
}
.tp-main-menu-black ul li:hover a {
  color: var(--tp-theme-orange);
}
.tp-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--tp-theme-orange);
}

.tp-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.tp-header-search {
  margin-right: 40px;
}
.tp-header-search i {
  font-size: 30px;
  color: #B1B4BA;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-search {
    margin-right: 25px;
  }
}
.tp-header-bar {
  height: 100%;
}
.tp-header-bar button {
  background: #23252D;
  padding: 10px 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
  transition: 0.3s;
}
.tp-header-bar button i {
  color: #fff;
  font-size: 60px;
}
.tp-header-bar button:hover {
  background-color: var(--tp-theme-color-2);
}
.tp-header-bar button:hover i {
  color: var(--tp-common-black);
}
.tp-header-cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0px 40px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-header-cta {
    padding: 28px 32px;
  }
}
.tp-header-cta i {
  font-size: 35px;
  color: var(--tp-theme-color-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-cta {
    padding: 28px 25px;
  }
}
.tp-header-cta-icon {
  margin-right: 15px;
}
.tp-header-cta-text span {
  color: #B1B4BA;
  font-size: 15px;
  display: block;
  margin-bottom: 7px;
  line-height: 1;
}
.tp-header-cta-text a {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.tp-header-cta-text a:hover {
  color: var(--tp-theme-color-2);
}
.tp-header-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-header-right-black .tp-header-search {
  color: #0A0E1A;
  margin-right: 20px;
}
.tp-header-right-black .tp-header-search i {
  color: #0A0E1A;
}
.tp-header-right-black .tp-header-bar {
  margin-left: 20px;
}
.tp-header-right-black .tp-header-bar button {
  background: none;
  padding: 0;
}
.tp-header-right-black .tp-header-bar button i {
  color: #0A0E1A;
}

.tp-header-sep-vr {
  height: 40px;
  width: 1px;
  background: #F2DDD1;
}

.tp-header-toogle button {
  background: #23252D;
  padding: 11px 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 40px;
  border-radius: 10px;
}

.tp-main-menu ul > li:hover .tp-mega-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.tp-mega-menu {
  position: absolute;
  top: 105%;
  left: 0;
  width: 1000px;
  background: #fff;
  padding: 25px;
  padding-bottom: 0;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-mega-menu {
    width: 900px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
  }
}

.tp-home-thumb {
  text-align: center;
}

.tp-home-title {
  font-size: 17px;
  margin-top: 19px;
  margin-bottom: 0;
  transition: 0.3s;
}
.tp-home-title:hover {
  color: var(--tp-theme-color);
}

.tp-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
}

@keyframes tpfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.tpfadeInDown {
  animation: tpfadeInDown 1s ease-out forwards;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: 0.7s ease-in-out 0s normal none 1 running tpfadeInDown;
  animation: 0.7s ease-in-out 0s normal none 1 running tpfadeInDown;
  box-shadow: 0px 20px 30px rgba(167, 167, 167, 0.1);
}
.header-sticky.tp-sticky-black {
  background-color: var(--tp-common-black);
}
.header-sticky.tp-sticky-white {
  background-color: #fff;
}
.header-sticky .tp-main-menu ul > li > a {
  padding: 25px 0;
}

/*----------------------------------------*/
/*  3.2 Mobile Menu
/*----------------------------------------*/
.tp-offcanvas-menu ul {
  list-style: none;
}
.tp-offcanvas-menu ul li {
  position: relative;
}
.tp-offcanvas-menu ul li > a {
  padding: 8px 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.tp-offcanvas-menu ul li > a:hover {
  color: var(--tp-theme-color);
}
.tp-offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.tp-offcanvas-menu ul li.active > a {
  color: var(--tp-theme-color);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close {
  border-color: var(--tp-theme-color);
  color: #fff;
  background-color: var(--tp-theme-color);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close i {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

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

/*----------------------------------------*/
/*  6.8 Hero
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-wrapper-4 {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-wrapper-4 p {
    width: 63%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero {
    padding-left: 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-black {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .tp-hero-space {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-space {
    padding-bottom: 0px;
    padding-top: 190px;
  }
}
@media (max-width: 767px) {
  .tp-hero-2-space {
    padding-bottom: 0px;
    padding-top: 150px;
  }
}
.tp-hero-title {
  color: #FFF;
  font-size: 110px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  .tp-hero-title {
    font-size: 45px;
  }
}
.tp-hero-title span {
  background: radial-gradient(42.24% 2817.5% at 52.45% 54.17%, rgba(255, 232, 21, 0.95) 0%, #3C7FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tp-hero-title i {
  color: #B1B4BA;
  font-size: 30px;
  font-style: normal;
  display: inline-block;
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media (max-width: 767px) {
  .tp-hero-title i {
    font-size: 18px;
  }
}
.tp-hero-title-2 {
  font-size: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-title-2 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title-2 {
    font-size: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title-2 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title-2 {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .tp-hero-title-2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title-2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .tp-hero-title-2 img {
    width: 40px;
    height: auto;
  }
}
.tp-hero-title-black {
  color: #0A0E1A;
  font-size: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title-black {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title-black {
    font-size: 68px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title-black {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tp-hero-title-black {
    font-size: 40px;
  }
}
.tp-hero-title-black img {
  margin-left: 55px;
  -moz-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}
@media (max-width: 767px) {
  .tp-hero-title-black img {
    margin-left: 0;
    width: 50px;
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.tp-hero-desc p {
  color: #b1b4ba;
  font-size: 30px;
  font-style: normal;
  display: inline-block;
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  font-family: var(--tp-font-heading);
  line-height: 1.33;
  margin: 0;
  margin-right: 60px;
}
@media (max-width: 767px) {
  .tp-hero-desc p {
    font-size: 18px;
  }
}
.tp-hero-url-bg {
  width: 30px;
  height: 65px;
  background: #fff;
  opacity: 0.2;
  display: inline-block;
}
.tp-hero-url-box a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-hero-url-box i {
  color: #B1B4BA;
  font-size: 52px;
  display: inline-flex;
  margin-left: -24px;
  transition: 0.3s;
}
.tp-hero-url-box:hover i {
  color: var(--tp-theme-color-2);
}
.tp-hero-black-content {
  margin-left: 155px;
  max-width: 488px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-black-content {
    margin-left: 100px;
    margin-right: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-black-content {
    margin-left: 40px;
    margin-right: 65px;
  }
}
@media (max-width: 767px) {
  .tp-hero-black-content {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
  }
}
.tp-hero-img {
  flex: 0 0 auto;
}
@media screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-hero-img {
    width: 325px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-img {
    width: 250px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-img {
    width: 200px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-img {
    width: 100px;
    margin-right: 0px;
  }
}
.tp-hero-img img {
  max-width: inherit;
}
@media screen and (min-width: 1400px) and (max-width: 1800px) {
  .tp-hero-img img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-img img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-img img {
    max-width: 100%;
  }
}

.hero-info {
  color: #B1B4BA;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100px;
  height: 100%;
  justify-content: space-around;
  flex-direction: column;
  top: 100px;
  position: absolute;
  z-index: 11;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  white-space: nowrap;
}

.hero-social {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block ruby;
}

.hero-info-text {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block ruby;
}

.tp-hero-shape-1 {
  top: 370px;
  left: -50px;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp-hero-shape-1 {
    top: 200px;
  }
}
.tp-hero-shape-2 {
  left: 380px;
  top: 299px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-shape-2 {
    top: 50%;
    width: 24%;
  }
}
.tp-hero-shape-3 {
  left: 59%;
  top: 31%;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-shape-3 {
    left: 35%;
    top: 29%;
  }
}
.tp-hero-shape-4 {
  right: 300px;
  bottom: 130px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-shape-4 {
    right: 100px;
    bottom: 73px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-shape-4 {
    right: 200px;
    bottom: 73px;
  }
}
.tp-hero-shape-5 {
  right: 190px;
  top: 300px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-shape-5 {
    right: 100px;
    top: 45%;
  }
}

.tp-hero-3-shape-1 {
  right: 100px;
  border-radius: 100%;
  bottom: 55px;
  z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-3-shape-1 {
    width: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3-shape-1 {
    width: 200px;
    bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-shape-1 {
    width: 200px;
    bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-shape-1 {
    width: 200px;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-hero-3-shape-1 {
    width: 100px;
    right: 50px;
    bottom: 25px;
  }
}
.tp-hero-3-shape-2 {
  right: 60px;
  top: 137px;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp-hero-3-shape-2 {
    right: 30px;
    width: 100px;
  }
}

.hero-bg-img {
  position: absolute;
  width: 43.4%;
  height: calc(100% - 100px);
  right: 0;
  bottom: 0;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-bg-img {
    position: static;
    width: 100%;
    height: 500px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .hero-bg-img {
    position: static;
    width: 100%;
    height: 400px;
    margin-top: 30px;
  }
}

.ml-m-7 {
  margin-left: -7px;
}

.hero-circle-shape {
  height: 717px;
  width: 717px;
  top: 140px;
  background: #FFE6CE;
  border-radius: 100%;
  left: -100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-circle-shape {
    height: 400px;
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-circle-shape {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .hero-circle-shape {
    height: 250px;
    width: 250px;
    left: -50px;
  }
}

.tp-el-shape {
  right: 0;
  bottom: 0;
}
.tp-el-shape img {
  width: 95%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-el-shape img {
    width: 79%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-el-shape img {
    width: 63%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-el-shape img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tp-el-shape img {
    width: 50%;
  }
}
.tp-el-shape-5 img {
  width: 98%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-el-shape-5 img {
    width: 88%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-el-shape-5 img {
    width: 78%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-el-shape-5 img {
    width: 58%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-el-shape-5 img {
    width: 38%;
  }
}
@media (max-width: 767px) {
  .tp-el-shape-5 img {
    width: 50%;
  }
}

.tp-hero-content-5 {
  padding-right: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-content-5 {
    padding-right: 44px;
  }
}
@media (max-width: 767px) {
  .tp-hero-content-5 {
    padding-right: 0;
  }
}

.hero-social-4 {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 17px;
  color: #0A0E1A;
  top: 49%;
  left: 0;
  font-weight: 500;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero-social-4 {
    left: -70px;
    display: none;
  }
}
.hero-social-4 span {
  display: inline-block;
  margin: 0 5px;
}

.tp-hero-star-shape-1 {
  left: 65px;
  top: 270px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-star-shape-1 {
    top: 212px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-star-shape-1 {
    top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-star-shape-1 {
    top: 150px;
  }
}
.tp-hero-star-shape-2 {
  left: 37%;
  top: 177px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-star-shape-2 {
    left: 70%;
  }
}
.tp-hero-star-shape-3 {
  left: 46%;
  bottom: 106px;
}

/*----------------------------------------*/
/*  6.1 About
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-box {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-box {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-wrapper {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-wrapper {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .tp-about-img {
    margin-bottom: 40px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-video {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-video {
    padding-left: 0px;
  }
}
.tp-about-video-icon a {
  height: 80px;
  width: 80px;
  border: 1px solid #57595C;
  border-radius: 50%;
  text-align: center;
  line-height: 75px;
  display: inline-block;
}
.tp-about-video-icon a:hover {
  background-color: var(--tp-theme-color);
  color: #fff;
  border-color: var(--tp-theme-color);
}
.tp-about-video h4 {
  font-size: 30px;
  color: #57595C;
}
.tp-about-feature-icon span {
  font-size: 87px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-about-skill-box {
    padding-left: 0;
  }
}

.tp-about-shape-1 {
  top: 18%;
  left: 0;
  z-index: 1;
}

.tp-about-shape-3 {
  right: 0;
  top: 0;
  z-index: 1;
}

.tp-about-shape-2 {
  top: 40%;
  left: 35%;
  z-index: 1;
}

.tp-about-content ul li {
  list-style: none;
  margin-bottom: 20px;
  display: flex;
}
.tp-about-content ul li i {
  font-size: 30px;
  color: #000;
  margin-right: 10px;
  margin-top: 5px;
}
.tp-about-content ul li span {
  font-size: 30px;
  line-height: 1.33;
  color: #0a0e1a;
  font-family: var(--tp-font-heading);
}

.tp-about-circle-img {
  position: absolute;
  top: 0;
  right: 185px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-circle-img {
    position: static;
  }
}
.tp-about-circle-img img {
  max-width: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-circle-img img {
    max-width: 100%;
  }
}

.tp-about-circle {
  width: 615px;
  height: 596px;
  background-color: var(--tp-theme-color-3);
  border-radius: 100%;
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-circle {
    width: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-circle {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .tp-about-circle {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .tp-about-thumb {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-about-thumb > img {
  position: relative;
  z-index: 2;
}

.tp-about-2-shape-1 {
  right: 50px;
  top: 0px;
}
.tp-about-2-shape-2 {
  left: -55px;
  top: 140px;
}

.tp-bg-circle {
  border-radius: 360px;
  margin: 0 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-bg-circle {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-bg-circle {
    margin: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-bg-circle {
    border-radius: 0;
  }
}

.tp-founder-sep {
  height: 40px;
  background: #FF3838;
  width: 1px;
  margin: 25px auto;
}

.tp-about-box-right {
  position: absolute;
  width: 52%;
  right: 0;
  top: 0;
  background: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-box-right {
    position: static;
    width: 100%;
    margin-top: 80px;
    padding-top: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-fact-right-area {
    padding-bottom: 0;
  }
}

.tp-exp {
  background: var(--tp-theme-color-2);
  padding: 25px 39px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.tp-exp-wrapper {
  position: absolute;
  top: -50px;
  right: 50px;
}
.tp-exp-bg {
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: -10px;
  bottom: -10px;
  border-radius: 10px;
}
.tp-exp h2 {
  font-size: 100px;
  margin-right: 20px;
}

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

/*----------------------------------------*/
/*  6.9 Newsletter
/*----------------------------------------*/
.tp-newsletter-margin {
  margin-top: -110px;
}
.tp-newsletter-bg {
  padding: 80px;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-newsletter-bg {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .tp-newsletter-bg {
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-newsletter-box {
    margin-top: 30px;
  }
}
.tp-newsletter-box form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tp-newsletter-box form {
    display: block;
  }
}
.tp-newsletter-box input {
  border-color: #fff;
  color: #fff;
  padding-right: 45px;
}
.tp-newsletter-box input:focus {
  border-color: #fff;
}
.tp-newsletter-box input::-webkit-input-placeholder {
  color: #fff;
}
.tp-newsletter-box input:-moz-placeholder {
  color: #fff;
}
.tp-newsletter-box input::-moz-placeholder {
  color: #fff;
}
.tp-newsletter-box input:-ms-input-placeholder {
  color: #fff;
}
.tp-newsletter-input {
  width: calc(100% - 205px);
}
@media (max-width: 767px) {
  .tp-newsletter-input {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tp-newsletter-input img {
  position: absolute;
  right: 20px;
  top: 22px;
}
.tp-newsletter-input i {
  position: absolute;
  right: 20px;
  top: 22px;
  color: #57595C;
}
.tp-newsletter-back {
  color: #FFF;
  font-size: 100px;
  opacity: 0.1;
  position: absolute;
  left: 83px;
  bottom: -23px;
  line-height: 1;
  margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-newsletter-back {
    font-size: 80px;
    left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-newsletter-back {
    font-size: 75px;
    left: 30px;
  }
}
.tp-newsletter-box-2 input {
  border-color: #57595C;
  color: #57595C;
}
.tp-newsletter-box-2 input:focus {
  border-color: #57595C;
}
.tp-newsletter-box-2 input::-webkit-input-placeholder {
  color: #57595C;
}
.tp-newsletter-box-2 input:-moz-placeholder {
  color: #57595C;
}
.tp-newsletter-box-2 input::-moz-placeholder {
  color: #57595C;
}
.tp-newsletter-box-2 input:-ms-input-placeholder {
  color: #57595C;
}
.tp-newsletter-box-2 .tp-newsletter-back {
  opacity: 1;
  color: #EEEBE6;
}

/*----------------------------------------*/
/*  6.4 Contact
/*----------------------------------------*/
.fs-100 {
  font-size: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fs-100 {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .fs-100 {
    font-size: 70px;
  }
}

.tpform-title {
  font-size: 30px;
}

.contact-form-box input, .contact-form-box textarea {
  border-color: #57595c;
  padding-right: 25px;
}

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

.tp-contact-form-box input, .tp-contact-form-box textarea {
  height: 60px;
  border: 1px solid #57595C;
  padding-left: 25px;
  padding-right: 40px;
  border-radius: 10px;
  font-weight: 500;
}
.tp-contact-form-box .p-relative i {
  position: absolute;
  right: 25px;
  top: 22px;
}
.tp-contact-form-box textarea {
  height: 160px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tp-contact-info {
  border: 1px solid #57595C;
  padding: 50px 40px;
  border-radius: 15px;
}
.tp-contact-info-icon span {
  font-size: 85px;
  color: #000001;
}
.tp-contact-info-text span {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.tp-contact-info-text p {
  font-size: 30px;
  color: #0A0E1A;
  line-height: 1.2;
  font-family: var(--tp-font-heading);
  margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-info-text p {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .tp-contact-info-text p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-info-text p {
    font-size: 25px;
  }
}
.tp-contact-info-text p a:hover {
  color: var(--tp-theme-color);
}

.tp-map-area iframe {
  height: 700px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-map-area iframe {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-map-area iframe {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-map-area iframe {
    height: 400px;
  }
}

/*----------------------------------------*/
/*  6.5 CTA
/*----------------------------------------*/
.tp-cta-overlay:before {
  background: linear-gradient(0deg, rgba(0, 23, 67, 0.8) 0%, rgba(0, 23, 67, 0.8) 100%), lightgray 50%/cover no-repeat;
  position: absolute;
  height: 100%;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}

/*----------------------------------------*/
/*  3.1 Header Style
/*----------------------------------------*/
.custom-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .custom-row {
    justify-content: center;
  }
}

.tpfact__icon span {
  font-size: 110px;
  display: inline-flex;
  color: var(--tp-theme-color-2);
}
.tpfact__title {
  font-size: 30px;
  color: #fff;
  opacity: 0.5;
}
.tpfact__text span {
  font-family: var(--tp-font-heading);
  font-size: 100px;
  color: #fff;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 767px) {
  .tpfact__text span {
    font-size: 75px;
  }
}
.tpfact-2 .tpfact__icon span {
  color: #57595C;
}
.tpfact-2 .tpfact__icon-2 {
  position: relative;
}
.tpfact-2 .tpfact__icon-2 span {
  color: var(--tp-theme-orange);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpfact-2 .tpfact__icon-2 span {
    font-size: 60px;
  }
}
.tpfact-2 .tpfact__icon-2:after {
  content: "";
  height: 100px;
  width: 1px;
  background-color: #D9D9D9;
  position: absolute;
  right: 0;
  top: 11px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpfact-2 .tpfact__icon-2:after {
    height: 76px;
    top: 0;
  }
}
.tpfact-2 .tpfact__text span {
  color: #0A0E1A;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpfact-2 .tpfact__text span {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpfact-2 .tpfact__text span {
    font-size: 60px;
  }
}
.tpfact-2 .tpfact__title {
  color: #57595C;
  opacity: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpfact-2 .tpfact__title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpfact-2 .tpfact__title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cols {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .tp-about-fact-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*----------------------------------------*/
/*  6.10 Portfolio
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-tab-area {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-tab-area {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-project-tab-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.tp-project-tab button {
  color: #fff;
  font-size: 100px;
  font-family: var(--tp-font-heading);
  line-height: 1.2;
  border-bottom: 1px solid #2f446b;
  padding: 13px 100px;
  padding-right: 35px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-project-tab button {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-tab button {
    font-size: 75px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-tab button {
    font-size: 55px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-tab button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .tp-project-tab button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.tp-project-tab button.active {
  color: var(--tp-theme-color-2);
  border-color: var(--tp-theme-color-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-tab-thumb {
    padding: 0 40px;
  }
}
.tp-project-tab-thumb img {
  border-radius: 20px;
  width: 100%;
}
.tp-project-tab-content {
  padding-left: 0;
}

.tpportfolio {
  position: relative;
}
.tpportfolio__title {
  font-size: 30px;
  background: #fff;
  padding: 12px 20px 12px 20px;
  margin: 0;
  margin-top: 5px;
}
.tpportfolio__title:hover {
  color: var(--tp-theme-color);
}
.tpportfolio__thumb img {
  width: 100%;
}
.tpportfolio__text {
  position: absolute;
  bottom: 70px;
  left: 80px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tpportfolio__text {
    bottom: 10px;
    left: 30px;
  }
}
.tpportfolio__text span {
  background: #fff;
  padding: 7px 20px 5px 20px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}
.tpportfolio:hover .tpportfolio__text {
  visibility: visible;
  opacity: 1;
  bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tpportfolio:hover .tpportfolio__text {
    bottom: 30px;
  }
}

.tpshowcase__heading:hover {
  color: var(--tp-theme-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpshowcase__thumb {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpshowcase__thumb img {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpshowcase__number {
    margin-bottom: 14px;
  }
}
.tpshowcase__number span {
  color: #A3AEC3;
  font-size: 30px;
  position: relative;
}
.tpshowcase__number span:before {
  width: 60px;
  height: 1px;
  content: "";
  background: #A3AEC3;
  position: absolute;
  left: -68px;
  top: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpshowcase__number span:before {
    left: -23px;
    width: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpshowcase__number span:before {
    left: -23px;
    width: 20px;
  }
}
.tpshowcase__cat span {
  color: #0A0E1A;
  padding: 4px 16px;
  background: #FFE9C9;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.tpshowcase__title {
  font-size: 40px;
  color: #fff;
}
.tpshowcase__title:hover {
  color: var(--tp-theme-color-2);
}
.tpshowcase__title.tp-fs-30 {
  font-size: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpshowcase__title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .tpshowcase__title {
    font-size: 25px;
  }
}
.tpshowcase__tag {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #FFE9C9;
  padding: 6px 15px;
  padding-top: 8px;
  border-radius: 30px;
  color: #0A0E1A;
  line-height: 1;
  display: inline-block;
}
.tpshowcase__border {
  border: 1px solid #57595C;
}
.tpshowcase__logo {
  min-height: 320px;
  padding: 30px;
}
.tpshowcase__content-box {
  padding: 30px;
  margin-left: -1px;
  margin-bottom: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpshowcase__content-box {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: -1px;
  }
}

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

.tpproject-bg {
  background-color: #D6F0FF;
  padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpproject__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tpproject__title {
  font-size: 30px;
  margin: 0;
}
.tpproject__title:hover {
  color: var(--tp-theme-color);
}
.tpproject__meta {
  margin-bottom: 5px;
}
.tpproject__meta span {
  font-size: 15px;
  text-transform: uppercase;
  color: #57595C;
  font-weight: 500;
}

.tp-project-active-margin {
  margin: 0 -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-active-margin {
    margin: 0 -250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-active-margin {
    margin: 0 -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-active-margin {
    margin: 0px;
  }
}

.tp-portfolio-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%) scale(0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-portfolio-arrow a {
  height: 75px;
  width: 135px;
  background: var(--tp-theme-color-2);
  display: inline-block;
  border-radius: 100%;
  line-height: 89px;
  font-size: 50px;
}
.tp-portfolio-title:hover {
  color: var(--tp-theme-color);
}
.tp-portfolio-thumb:before {
  content: "";
  background: var(--tp-theme-color);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 15px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.tp-portfolio-thumb img {
  width: 100%;
}
.tp-portfolio-item:hover .tp-portfolio-arrow {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}
.tp-portfolio-item:hover .tp-portfolio-thumb:before {
  opacity: 0.7;
  visibility: visible;
}
.tp-portfolio-text p span {
  width: 50px;
  height: 1px;
  display: inline-block;
  background: #57595C;
  transform: translateY(-4px);
}
.tp-portfolio-filter button {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 20px;
  position: relative;
}
.tp-portfolio-filter button.active {
  color: var(--tp-theme-color);
}
.tp-portfolio-filter button:after {
  content: "|";
  top: -1px;
  right: -4px;
  position: absolute;
  border-radius: 15px;
  transition: 0.3s;
}
.tp-portfolio-filter button:last-child:after {
  display: none;
}

.tp-portfolio-widget-title span {
  height: 10px;
  width: 10px;
  border-radius: 30px;
  background: var(--tp-theme-color);
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-3px);
}

.tp-portfolio-info {
  background-color: #FBF6EF;
  padding: 40px 40px;
  border-radius: 10px;
}
.tp-portfolio-info ul {
  list-style: none;
}
.tp-portfolio-info ul li {
  border: 1px solid #57595C;
  padding: 17px 30px;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 5px;
}
.tp-portfolio-info ul li:last-child {
  margin-bottom: 0;
}
.tp-portfolio-info label {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #57595C;
  line-height: 1;
  margin-bottom: 10px;
}
.tp-portfolio-info-title {
  font-size: 20px;
}

.tp-portfolio-list-item {
  list-style: none;
}
.tp-portfolio-list-item li {
  font-weight: 500;
  color: #57595C;
  margin-bottom: 12px;
  position: relative;
}
.tp-portfolio-list-item li:before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  transform: rotate(-40deg);
  display: inline-block;
  margin-right: 7px;
  position: absolute;
  top: 0;
  left: 0;
}
.tp-portfolio-list-item li span {
  padding-left: 25px;
  overflow: hidden;
  display: block;
}

/*----------------------------------------*/
/*  6.13 Servicess
/*----------------------------------------*/
.tpservices {
  margin-right: -1px;
  border: 1px solid #57595C;
  padding: 40px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpservices {
    padding: 40px 30px;
  }
}
.tpservices__icon span {
  font-size: 92px;
  color: var(--tp-black-common);
  display: inline-flex;
  position: relative;
  z-index: 2;
}
.tpservices__icon-shape {
  position: absolute;
  left: 0;
  top: -6px;
  z-index: 1;
}
.tpservices__title {
  font-size: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpservices__title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpservices__title {
    font-size: 25px;
  }
}
.tpservices__title:hover {
  color: var(--tp-theme-color);
}
.tpservices__list ul {
  list-style: none;
}
.tpservices__list ul li {
  margin-bottom: 5px;
  color: #57595c;
}
.tpservices__list ul li::before {
  background-color: #57595c;
  content: "";
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 30px;
  margin-right: 10px;
  -moz-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.tpservices:hover {
  background-color: var(--tp-rom-color);
}
.tpservices:hover .tp-sv-btn {
  background-color: var(--tp-theme-color);
  color: #fff;
}
.tpservices-2 {
  margin-top: -1px;
  padding-bottom: 14px;
}
.tpservices-2 .tpservices__icon span {
  font-size: 57px;
  color: var(--tp-black-common);
  display: inline-flex;
  margin-left: 25px;
}

.tpservices__icon_btn a {
  font-size: 45px;
  display: inline-flex;
}
.tpservices__icon_btn a:hover {
  color: var(--tp-theme-orange);
}

.tp-sv-btn {
  background: var(--tp-rom-color);
  display: block;
  padding: 6px 28px;
  font-size: 18px;
  font-family: var(--tp-font-heading);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.tp-sv-btn i {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tpservices-4-spacing {
  padding-top: 50px;
  padding-bottom: 30px;
}

.tp-services-bg-area {
  background-color: #D6F0FF;
  border-radius: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-services-bg-area {
    border-radius: 0;
  }
}

.tp-service-tab .nav-links:first-child .tpsvtab {
  border-top: 1px solid #2b303f;
}
.tp-service-tab .active .tpsvtab__title {
  color: var(--tp-theme-orange-2);
}

.tpsvtab {
  border-bottom: 1px solid #2b303f;
  padding: 17px 0;
  padding-bottom: 30px;
  cursor: pointer;
}
.tpsvtab__num {
  margin-top: 13px;
}
.tpsvtab__title {
  font-size: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpsvtab__title {
    font-size: 46px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpsvtab__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpsvtab__title {
    font-size: 77px;
  }
}
@media (max-width: 767px) {
  .tpsvtab__title {
    font-size: 33px;
  }
}
.tpsvtab__content p {
  color: #B1B4BA;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-tab-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-service-tab-wrapper {
    padding-left: 0;
  }
}

.tp-services-widget {
  background: #FBF6EF;
  padding: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-services-widget {
    padding: 30px;
  }
}
.tp-services-widget ul li {
  margin-bottom: 15px;
  list-style: none;
}
.tp-services-widget ul li a {
  color: #57595C;
  display: block;
  padding: 20px 25px;
  line-height: 1;
  position: relative;
  background-color: #fff;
  border: 1px solid #57595C;
  border-radius: 5px;
}
.tp-services-widget ul li a:hover {
  background-color: var(--tp-theme-color);
  color: #fff;
  border-color: var(--tp-theme-color);
}
.tp-services-widget ul li a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
}
.tp-services-widget ul li:last-child {
  margin-bottom: 0;
}
.tp-services-widget-title span {
  height: 10px;
  width: 10px;
  border-radius: 30px;
  background: var(--tp-theme-color);
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-3px);
}

.tp-services-widget-banner-text {
  position: absolute;
  bottom: 50px;
  left: 40px;
  right: 40px;
  text-align: center;
}

/*----------------------------------------*/
/*  6.14 Team
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-team-area {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-area {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.tpteam__thumb {
  position: relative;
}
.tpteam__thumb img {
  border-radius: 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .tpteam__thumb img {
    width: 100%;
  }
}
.tpteam__thumb-2 {
  margin-left: 10px;
}
.tpteam__thumb-2 > a {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.tpteam__thumb-border {
  position: absolute;
  height: 100%;
  width: 100%;
  top: -10px;
  left: -10px;
  border: 1px solid #57595C;
  z-index: -1;
  border-radius: 20px;
}
.tpteam__thumb-bg {
  height: 360px;
  width: 100%;
  background-color: #FFE9C9;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 140px 140px 0 0;
}
.tpteam__thumb-bg-border {
  height: 360px;
  border: 1px solid #57595C;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  border-radius: 140px 140px 0 0;
  right: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpteam__info.ml-80 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpteam__info.ml-80 {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpteam__info.ml-80 {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .tpteam__info.ml-80 {
    margin-left: 20px;
  }
}
.tpteam__info span {
  color: #57595C;
  font-size: 17px;
}
.tpteam__info span i {
  height: 1px;
  width: 60px;
  background: #D6D6D1;
  display: inline-block;
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  margin-right: 10px;
}
.tpteam__social a {
  color: #0A0E1A;
  font-size: 20px;
  margin-right: 15px;
}
.tpteam__social a:hover {
  color: var(--tp-theme-color);
}
.tpteam__social-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.tpteam__social-2 a {
  height: 50px;
  width: 50px;
  color: #0A0E1A;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  line-height: 50px;
  margin: 0 2px;
}
.tpteam__social-2 a:hover {
  background-color: var(--tp-theme-color);
  color: #fff;
}
.tpteam__title {
  font-size: 30px;
  margin-bottom: 5px;
}
.tpteam__title:hover {
  color: var(--tp-theme-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpteam__title {
    font-size: 27px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpteam__title-2 {
    font-size: 23px;
  }
}
.tpteam__subtitle {
  margin-bottom: 7px;
  display: block;
}
.tpteam:hover .tpteam__social-2 {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.tpteam:hover .tpteam__thumb-2 img {
  filter: blur(2px);
}

.tp-swiper-team-button {
  display: inline-flex;
  font-size: 52px;
}
.tp-swiper-team-button:hover {
  color: var(--tp-theme-color);
}

@media (max-width: 767px) {
  .tp-team-nav {
    margin-bottom: 20px;
  }
}
.tp-team-nav span {
  height: 12px;
  width: 12px;
  display: inline-block;
  background: #DBDBDB;
  border-radius: 100%;
  margin: 0 10px;
}

.tp-team-more-info ul {
  list-style: none;
}
.tp-team-more-info ul li {
  margin-bottom: 10px;
}
.tp-team-more-info ul li span {
  color: #222;
}
.tp-team-more-info ul li label {
  width: 140px;
}

.tp-team-exp-info ul {
  margin-left: 16px;
}
.tp-team-exp-info ul li {
  color: #222;
  margin-bottom: 3px;
}

.tp-team-skill-info .progress-outer {
  border: 0;
  padding: 0;
}
.tp-team-skill-info .tp-skill-item .progress, .tp-team-skill-info .tp-skill-item .progress-stacked {
  height: 7px;
  background-color: #ddd;
}

.tp-team-call a {
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  align-items: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 9px 20px;
  display: inline-flex;
}
@media (max-width: 767px) {
  .tp-team-call a {
    padding: 9px 4px;
  }
}
.tp-team-call a i {
  color: var(--tp-theme-color);
  font-size: 14px;
  border-left: 1px solid #ddd;
  margin-left: 20px;
  padding-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-content {
    padding-left: 0;
  }
}
.tp-team-details-thumb img {
  width: 100%;
}

/*----------------------------------------*/
/*  6.15 Testimonial
/*----------------------------------------*/
.tp-testimonial-author img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-item.pl-60 {
    padding-left: 0;
    padding-right: 0;
  }
}
.tp-testimonial-main-wrapper {
  margin-left: -55px;
}
@media (max-width: 767px) {
  .tp-testimonial-main-wrapper {
    margin-left: 0;
  }
}
.tp-testimonial-desc {
  font-size: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-desc {
    font-size: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-desc {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-desc {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-desc {
    font-size: 35px;
  }
}
.tp-testimonial-text {
  font-size: 60px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-text {
    font-size: 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-text {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-text {
    font-size: 25px;
  }
}
.tp-testimonial-text i {
  color: var(--tp-theme-color-2);
  font-size: 42px;
}
.tp-testimonial-text-black {
  color: #0A0E1A;
  font-size: 40px;
}
@media (max-width: 767px) {
  .tp-testimonial-text-black {
    font-size: 25px;
  }
}
.tp-testimonial-name {
  font-size: 30px;
  margin-bottom: 5px;
}
.tp-testimonial-desig {
  color: #57595c;
  font-size: 17px;
  margin-left: 76px;
}
.tp-testimonial-desig span {
  height: 1px;
  width: 60px;
  background: #57595c;
  display: inline-block;
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  margin-right: 5px;
}
@media (max-width: 767px) {
  .tp-testimonial-author {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-author-info {
    margin-left: 0;
  }
}
.tp-testimonial-author-name {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .tp-testimonial-author-name {
    font-size: 25px;
  }
}
.tp-testimonial-author-name-black {
  color: #0A0E1A;
}
.tp-testimonial-author-desig {
  font-size: 17px;
  color: #fff;
}
.tp-testimonial-author-desig-black {
  color: #57595C;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.quotes-90 {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  display: inline-block;
  color: var(--tp-theme-color-2);
  font-size: 42px;
}

@media (max-width: 767px) {
  .tp-testimonial-long-text i {
    display: none;
  }
}

.tp-testimonial-shape {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-shape {
    top: 0;
  }
}

.tp-swiper-test-button {
  position: absolute;
  left: -100px;
  top: 35%;
  z-index: 9;
  font-size: 52px;
}
.tp-swiper-test-button:hover {
  color: var(--tp-theme-color);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-swiper-test-button {
    left: 0;
    top: inherit;
    bottom: 0;
    position: static;
    display: inline-block;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-swiper-test-button {
    left: 0;
  }
}
.tp-swiper-test-button-next {
  left: auto;
  right: -100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-swiper-test-button-next {
    bottom: 0;
    right: inherit;
    left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-swiper-test-button-next {
    right: 0;
  }
}
.tp-rot-180 {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tp-testimonial-shape-thumb-1 {
  top: 115px;
  left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-shape-thumb-1 {
    top: 50px;
  }
}
.tp-testimonial-shape-thumb-2 {
  right: 0px;
  top: 34px;
}

.tp-testimonial-2-shape-thumb-1 {
  right: 19%;
  bottom: 15%;
}
.tp-testimonial-2-shape-thumb-2 {
  right: 9%;
  top: 19%;
}

.tp-swiper-test-2-button {
  color: #fff;
  z-index: 9;
  font-size: 52px;
  display: inline-block;
  opacity: 0.5;
  transition: 0.3s;
}
.tp-swiper-test-2-button:hover {
  color: var(--tp-theme-color-2);
  opacity: 1;
}

.tp-test-slider-arrow-2 {
  position: absolute;
  bottom: 20px;
  left: 500px;
}
@media (max-width: 767px) {
  .tp-test-slider-arrow-2 {
    margin-top: 20px;
    position: static;
  }
}
.tp-test-slider-arrow-2 span {
  height: 12px;
  width: 12px;
  display: inline-block;
  background: #DBDBDB;
  border-radius: 100%;
  margin: 0 10px;
  opacity: 0.5;
}

.tp-testimonial-bg-color {
  position: absolute;
  background: #FF8653;
  width: 408px;
  height: 380px;
  bottom: 0;
  border-radius: 180px 180px 80px 80px;
  z-index: -1;
}

.tp-testimonial-quote {
  float: left;
}
@media (max-width: 767px) {
  .tp-testimonial-quote {
    margin-bottom: 30px;
    float: none;
  }
}

.tp-test-slider-arrow-3 .tp-swiper-test-2-button {
  color: #57595C;
}

.tp-testimonial-thumb-active .swiper-slide img {
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  width: 100px;
  transition: 0.3s;
}
.tp-testimonial-thumb-active .swiper-slide.swiper-slide-active {
  position: relative;
}
.tp-testimonial-thumb-active .swiper-slide.swiper-slide-active img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.tp-test-slider-space {
  margin-right: -445px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-test-slider-space {
    margin-right: -200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-test-slider-space {
    margin-right: 0px;
  }
}

.tptest {
  background: #fff;
  padding: 50px;
}

.tptest p {
  line-height: 1.4;
  color: #0A0E1A;
}

.tptest__rating i {
  color: #FF824D;
  font-size: 14px;
}

.tptest_quote {
  background: #FFE9C9;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 70px;
}

.tp-review-button {
  border: 1px solid #57595C;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 35px;
  border-radius: 30px;
  line-height: 71px;
  margin-left: 15px;
  transition: 0.3s;
}
.tp-review-button:hover {
  background-color: var(--tp-theme-color);
  color: #fff;
  border-color: var(--tp-theme-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tptest__name.tp-fs-24 {
    font-size: 18px;
  }
}

/*----------------------------------------*/
/*  6.2 Award
/*----------------------------------------*/
.tpaward-wrapper .row [class*=col-]:nth-child(even) .tpaward {
  padding-left: 55px;
  border-left: 1px solid #57595c;
}
@media (max-width: 767px) {
  .tpaward-wrapper .row [class*=col-]:nth-child(even) .tpaward {
    padding-left: 0;
    border-left: 0;
  }
}
.tpaward-wrapper .row [class*=col-]:nth-child(1) .tpaward {
  padding-top: 0;
}
.tpaward-wrapper .row [class*=col-]:nth-child(2) .tpaward {
  padding-top: 0;
}
.tpaward-wrapper .row [class*=col-]:nth-last-child(-n+2) .tpaward {
  padding-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .tpaward-wrapper .row [class*=col-]:nth-last-child(-n+2) .tpaward {
    border-bottom: 1px solid #57595c;
    padding-bottom: 38px;
  }
}

.tpaward {
  border-bottom: 1px solid #57595c;
  padding: 38px 0;
}
@media (max-width: 767px) {
  .tpaward {
    padding-top: 38px !important;
    padding-top: 38px !important;
  }
}
.tpaward--wrapper {
  padding-right: 80px;
}
.tpaward span {
  font-family: var(--tp-font-heading);
  font-size: 20px;
  color: #57595c;
  display: block;
  margin-bottom: 10px;
}
.tpaward__title {
  font-size: 30px;
  margin: 0;
}

/*----------------------------------------*/
/*  6.15 Testimonial
/*----------------------------------------*/
.tp-video-area {
  padding: 300px 30px;
  background-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-video-area {
    padding: 200px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-video-area {
    padding: 200px 30px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-video-area {
    padding: 150px 30px;
  }
}

/*----------------------------------------*/
/*  6.7 Faq
/*----------------------------------------*/
.tpfaq-wrapper {
  padding: 20px 0;
}

.tpfaq-bg {
  height: 100%;
  position: absolute;
  left: 0;
  width: calc(50% - 65px);
  background-size: cover;
  border-radius: 0 20px 20px 0;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpfaq-bg {
    width: 100%;
    height: 500px;
    position: static;
    border-radius: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tpfaq-bg {
    height: 300px;
  }
}
.tpfaq-bg-right {
  left: auto;
  right: 0;
  border-radius: 0;
  background-position: center;
}

.tp-faq-body {
  border-bottom: 1px solid transparent;
}

.show .tp-faq-body {
  border-bottom: 1px solid #D9D9D9;
}

.tp-faq-header {
  margin: 0;
}

.tp-faq-item.mb-20 {
  margin: 0;
}

.tp-faq-body {
  margin-bottom: 22px;
}

/*----------------------------------------*/
/*  6.3 Brand
/*----------------------------------------*/
.tp-brand-title h3 {
  font-size: 100px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.grad-bg {
  background: #0058ff;
  background: radial-gradient(circle, #0058ff 0%, #ff4c00 96%);
}

.tp-brand-item-border {
  border: 1px solid #57595C;
  min-height: 125px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -1px;
  margin-bottom: -1px;
  border-radius: 10px;
}

.brand-section-title {
  border-bottom: 1px solid #373737;
}
.brand-section-title h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 0;
  background: #1a1a1a;
  display: inline-block;
  -moz-transform: translateY(19px);
  -o-transform: translateY(19px);
  -ms-transform: translateY(19px);
  -webkit-transform: translateY(19px);
  transform: translateY(19px);
  padding: 0 30px;
}
@media (max-width: 767px) {
  .brand-section-title h2 {
    font-size: 22px;
  }
}

.tp-brand-normal-wrapper {
  border: 1px solid #ddd;
  padding: 80px 75px;
}

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

/*----------------------------------------*/
/*  6.12 Process
/*----------------------------------------*/
.tpprocess-border {
  border: 1px solid #57595C;
  border-radius: 166px;
}
.tpprocess__step span {
  padding: 4px 24px;
  background-color: var(--tp-theme-orange);
  color: #fff;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tpprocess:hover .tpprocess__step span {
  background-color: var(--tp-theme-color);
}
.tpprocess__title {
  font-size: 30px;
}
@media (max-width: 767px) {
  .tpprocess__angle {
    margin-bottom: 30px;
  }
}
.tpprocess__count {
  background: #FF3838;
  height: 77px;
  width: 77px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 58px;
  font-size: 30px;
  font-family: var(--tp-font-heading);
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  border: 8px solid #fff;
}
.tpprocess__icon span {
  font-size: 85px;
  background: #FFE9C9;
  width: 150px;
  height: 150px;
  display: inline-block;
  text-align: center;
  line-height: 175px;
  border-radius: 100%;
  color: #000;
}
@media (max-width: 767px) {
  .tpprocess__icon-2 {
    margin-bottom: 30px;
  }
}
.tpprocess__icon-2 span {
  height: 259px;
  width: 259px;
  font-size: 143px;
  line-height: 253px;
  margin: auto;
}
.tpprocess__icon-2-pos span {
  line-height: 350px;
}
.tpprocess__icon-2-pos .tpprocess__count {
  bottom: inherit;
  top: -20px;
}
.tpprocess-2 {
  margin-left: -6px;
  margin-top: -33px;
}
@media (max-width: 767px) {
  .tpprocess-2 {
    margin-left: 0px;
    margin-top: 0px;
  }
}

.tpprocess-3 {
  margin-left: -5px;
  margin-top: -6px;
}
@media (max-width: 767px) {
  .tpprocess-3 {
    margin-left: 0px;
    margin-top: 0px;
  }
}

.tpprocess-4 {
  margin-top: -25px;
  margin-left: -5px;
}
@media (max-width: 767px) {
  .tpprocess-4 {
    margin-left: 0px;
    margin-top: 0px;
  }
}

.tpprocess__shape {
  position: absolute;
  bottom: -44px;
  left: 0;
}

.tpprocess__shape-3 {
  bottom: inherit;
  top: -40px;
}

/*----------------------------------------*/
/*  6.11 Pricing
/*----------------------------------------*/
.tpprice {
  border-radius: 20px;
}
.tpprice__icon {
  position: relative;
  margin-bottom: 4px;
}
.tpprice__icon span {
  font-size: 115px;
  position: relative;
  z-index: 1;
  margin-left: 23px;
}
.tpprice__icon-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.tpprice__price h4 {
  font-size: 70px;
}
.tpprice__title {
  font-size: 30px;
}
.tpprice__features {
  list-style: none;
}
.tpprice__features li {
  color: #57595C;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tpprice__features li i {
  margin-right: 10px;
  font-size: 18px;
  margin-top: 5px;
}
.tpprice__features li span {
  font-size: 17px;
}
.tpprice__sep {
  border-top: 1px solid #57595C;
  margin-top: 22px;
  margin-bottom: 23px;
}

/*----------------------------------------*/
/*  6.13 shop
/*----------------------------------------*/
.tp-product-item:hover .tp-product-thumb img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.tp-product-item:hover .tp-product-action {
  right: 20px;
  visibility: visible;
  opacity: 1;
}
.tp-product-item:hover .tp-product-add-cart-btn-large-wrapper {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.tp-product-thumb img {
  transition: all 0.3s 0s ease-out;
}
.tp-product-action {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: auto;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .tp-product-action {
    top: 30px;
  }
}
.tp-product-action-btn {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: var(--tp-white);
  border: 1px solid #DFE0E1;
  box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
  margin-bottom: 4px;
}
.tp-product-action-btn:last-child {
  margin-bottom: 0;
}
.tp-product-action-btn svg {
  transform: translateY(-2px);
}
.tp-product-action-btn .tp-product-tooltip {
  font-weight: 600;
  font-size: 12px;
  color: var(--tp-white);
}
.tp-product-action-btn:hover {
  color: var(--tp-white);
  border-color: var(--tp-common-black);
  background: var(--tp-common-black);
  box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
}
.tp-product-action-btn:hover .tp-product-tooltip {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateX(-8px) translateY(-50%);
  -o-transform: translateX(-8px) translateY(-50%);
  -ms-transform: translateX(-8px) translateY(-50%);
  -webkit-transform: translateX(-8px) translateY(-50%);
  transform: translateX(-8px) translateY(-50%);
}
.tp-product-tooltip {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  font-weight: 500;
  font-size: 12px;
  color: var(--tp-white);
  background-color: var(--tp-common-black);
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tp-product-tooltip::before {
  position: absolute;
  content: "";
  right: -4px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid var(--tp-common-black);
  border-bottom: 8px solid transparent;
}
.tp-product-tooltip-right {
  left: 100%;
  right: auto;
}
.tp-product-tooltip-right::before {
  left: -4px;
  right: auto;
  border-left: 0;
  border-right: 8px solid var(--tp-common-black);
}
.tp-product-add-cart-btn-large {
  font-size: 18px;
  color: var(--tp-white);
  background-color: var(--tp-common-black);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  padding: 8px 30px;
}
.tp-product-add-cart-btn-large-wrapper {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-product-add-cart-btn-large svg, .tp-product-add-cart-btn-large i {
  margin-right: 5px;
}
.tp-product-add-cart-btn-large svg {
  transform: translateY(-2px);
}
.tp-product-add-cart-btn-large:hover {
  color: var(--tp-white);
  background-color: var(--tp-theme-color);
}
.tp-product-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}
.tp-product-title a:hover {
  color: var(--tp-theme-color);
}
.tp-product-price {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-product-price.old-price {
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: line-through;
  color: var(--tp-body-color);
}
.tp-product-tag span {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--tp-body-color);
  transition: all 0.4s ease;
}
.tp-product-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.tp-product-badge span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--tp-common-black);
  border-radius: 50%;
  color: var(--tp-white);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
}
.tp-product-details-thumb-wrapper .nav-tabs {
  margin-right: 0;
  border: none;
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link {
  width: 110px;
  height: 110px;
  padding: 0;
  position: relative;
}
@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: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-thumb-wrapper .nav-tabs .nav-link {
    width: 101px;
    height: 101px;
  }
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link:not(:last-child) {
  margin-right: 8px;
  margin-bottom: 10px;
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid transparent;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link.active::after, .tp-product-details-thumb-wrapper .nav-tabs .nav-link:hover::after {
  border-color: var(--tp-common-black);
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-product-details-nav-main-thumb {
  margin-bottom: 14px;
}
.tp-product-details-nav-main-thumb img {
  max-width: 100%;
}
.tp-product-details-wrapper {
  margin-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-product-details-wrapper {
    margin-left: 0;
  }
}
.tp-product-details-wrapper > p {
  font-size: 15px;
  line-height: 1.7;
}
.tp-product-details-wrapper > p span {
  font-weight: 500;
  color: var(--tp-theme-color);
}
.tp-product-details-title {
  font-weight: 500;
  line-height: 1;
  font-size: 30px;
  margin-bottom: 20px;
}
.tp-product-details-price {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-product-details-category span {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}
.tp-product-details-reviews span {
  font-size: 15px;
}
.tp-product-details-rating {
  margin-right: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-product-details-rating span {
  font-size: 12px;
  color: #FFB21D;
}
.tp-product-details-rating span:not(:last-child) {
  margin-right: 3px;
}
.tp-product-details-action-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
}
.tp-product-details-quantity .tp-product-quantity {
  background-color: var(--tp-white);
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
  width: 122px;
  border-radius: 0;
  position: relative;
}
.tp-product-details-quantity .tp-cart-plus, .tp-product-details-quantity .tp-cart-minus {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  left: 14px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--tp-common-black);
  position: absolute;
  top: 50%;
  left: 16px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s 0s ease-out;
}
.tp-product-details-quantity .tp-cart-plus:hover, .tp-product-details-quantity .tp-cart-minus:hover {
  background-color: var(--tp-white);
  color: var(--tp-theme-color);
}
.tp-product-details-quantity .tp-cart-plus {
  left: auto;
  right: 14px;
}
.tp-product-details-quantity .tp-cart-input[type=text] {
  height: 46px;
  line-height: 46px;
  background-color: #F3F5F6;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  color: var(--tp-common-black);
  padding: 0 30px;
  width: 100%;
  text-align: center;
}
.tp-product-details-add-to-cart {
  width: 295px;
}
.tp-product-details-add-to-cart-btn {
  background-color: var(--tp-theme-color);
  border-color: var(--tp-theme-color);
  color: var(--tp-white);
  font-size: 16px;
  text-align: center;
  padding: 9px 30px;
  border: 1px solid #E0E2E3;
}
.tp-product-details-add-to-cart-btn:hover {
  background: var(--tp-common-black);
}
.tp-product-details-wishlist-btn {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: var(--tp-white);
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.tp-product-details-wishlist-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-white);
}
.tp-product-details-query {
  margin-bottom: 22px;
}
.tp-product-details-query-item:not(:last-child) {
  margin-bottom: 3px;
}
.tp-product-details-query-item > span {
  font-size: 15px;
  color: var(--tp-common-black);
  line-height: 1.4;
  margin-right: 6px;
}
.tp-product-details-query-item p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.4;
}
.tp-product-details-social a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #E6E7E8;
  background-color: var(--tp-white);
  border-color: var(--tp-white);
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.tp-product-details-social a:hover {
  background-color: var(--tp-theme-color);
  border-color: var(--tp-theme-color);
  color: var(--tp-white);
}
.tp-product-details-desc-wrapper p {
  font-size: 16px;
  line-height: 1.6;
}
.tp-product-details-tab-line {
  transition: all 0.3s 0s ease-out;
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: var(--tp-common-black);
  display: block;
}
.tp-product-details-tab-nav .nav-tabs {
  padding-bottom: 12px;
  border-bottom: 1px solid #E0E2E3;
}
@media (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs {
    padding-bottom: 0;
  }
}
.tp-product-details-tab-nav .nav-tabs .nav-link {
  font-size: 20px;
  color: #A0A2A4;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
}
.tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
  margin-left: 40px;
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active, .tp-product-details-tab-nav .nav-tabs .nav-link:hover {
  color: var(--tp-common-black);
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active::after, .tp-product-details-tab-nav .nav-tabs .nav-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: var(--tp-common-black);
    transition: all 0.4s ease;
  }
}
@media (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs span#productTabMarker {
    display: none !important;
  }
}
.tp-product-details-additional-info-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
.tp-product-details-additional-info.tp-table-style-2 {
  padding-top: 50px;
}
.tp-product-details-additional-info.tp-table-style-2 table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0 7px;
  width: 100%;
}
.tp-product-details-additional-info.tp-table-style-2 table tr {
  border: 0;
}
.tp-product-details-additional-info.tp-table-style-2 table tr:not(:last-child) {
  border: 0;
  margin-bottom: 6px;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td {
  padding: 7px 24px;
  border: 1px solid #E6E7E8;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td:first-child {
  padding-left: 24px;
  border-right: 0;
  font-size: 16px;
  color: var(--tp-common-black);
  background-color: #F9F9F9;
  width: 306px;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td:last-child {
  padding-left: 34px;
}
.tp-product-details-review-title-2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 33px;
}
.tp-product-details-review-avater-thumb {
  flex: 0 0 auto;
}
.tp-product-details-review-avater-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
  flex: 0 0 auto;
}
.tp-product-details-review-avater-rating span {
  font-size: 10px;
  margin-right: 2px;
  color: #FFB21D;
}
.tp-product-details-review-avater-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}
.tp-product-details-review-avater-meta {
  font-size: 14px;
  line-height: 1.2;
  margin-left: 3px;
  display: inline-block;
}
.tp-product-details-review-form-title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 4px;
}
.tp-product-details-review-form-rating p {
  font-size: 14px;
  margin-right: 8px;
  margin-bottom: 0;
}
.tp-product-details-review-form-rating-icon span {
  font-size: 12px;
  color: #FFB21D;
}
.tp-product-details-review-form > p {
  font-size: 16px;
  margin-bottom: 8px;
}
.tp-product-details-review-item-wrapper-2 {
  padding-bottom: 80px;
  border-bottom: 1px solid #E6E7E8;
}
@media (max-width: 767px) {
  .tp-product-top-select {
    justify-content: flex-start !important;
  }
}
.tp-product-top-select .nice-select {
  padding-right: 60px;
}
.tp-product-top-select .nice-select::after {
  right: 20px;
  color: var(--tp-body-color);
}

.tp-pagination-2 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.tp-pagination-2 ul li {
  display: inline-block;
}
.tp-pagination-2 ul li:not(:last-child) {
  margin-right: 6px;
}
.tp-pagination-2 ul li a, .tp-pagination-2 ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid rgba(1, 15, 28, 0.1);
  font-size: 16px;
  font-weight: 500;
}
.tp-pagination-2 ul li a:hover, .tp-pagination-2 ul li a.current, .tp-pagination-2 ul li span:hover, .tp-pagination-2 ul li span.current {
  background: var(--tp-theme-color);
  border-color: var(--tp-theme-color);
  color: var(--tp-white);
}
.tp-pagination-2 ul li a svg, .tp-pagination-2 ul li span svg {
  transform: translateY(-2px);
}

/*----------------------------------------*/
/*  6.3 cart
/*----------------------------------------*/
.tp-cart-header-product {
  padding-left: 30px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-list {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-list {
    overflow-x: scroll;
    margin-right: 0;
  }
}
.tp-cart-list .table > :not(caption) > * > * {
  padding: 20px 0;
  box-shadow: none;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-list table {
    width: 840px;
  }
}
.tp-cart-list thead {
  background-color: #F1F3F4;
}
.tp-cart-list thead th {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  border: 0 !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  background: transparent;
}
.tp-cart-list tr td {
  border-color: #E0E2E3;
}
.tp-cart-list tr td .tp-cart-action-btn {
  font-weight: 400;
  font-size: 14px;
  color: #818487;
}
.tp-cart-list tr td .tp-cart-action-btn svg {
  transform: translateY(-1px);
}
.tp-cart-list tr td .tp-cart-action-btn:hover {
  color: #FF1826;
}
.tp-cart-list tr td.tp-cart-add-to-cart .tp-btn {
  border-radius: 0;
}
.tp-cart-list tbody tr:first-child td {
  padding-top: 30px !important;
}
.tp-cart-img {
  width: 78px;
  margin-right: 20px;
}
.tp-cart-img img {
  width: 78px;
  height: 100px;
  object-fit: cover;
}
.tp-cart-title a {
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-cart-title a:hover {
  color: var(--tp-theme-color);
}
.tp-cart-price {
  width: 126px;
}
.tp-cart-price span {
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-cart-quantity {
  width: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-coupon {
    margin-bottom: 20px;
  }
}
.tp-cart-coupon-input-box label {
  font-size: 14px;
  color: var(--tp-common-black);
  margin-bottom: 7px;
}
.tp-cart-coupon-input input {
  background: #FFFFFF;
  border: 1px solid #D6D9DC;
  height: 46px;
  line-height: 46px;
  margin-right: 4px;
  max-width: 282px;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 26px;
  padding-right: 26px;
  text-transform: capitalize;
}
.tp-cart-coupon-input input::-webkit-input-placeholder {
  color: #818487;
  text-transform: capitalize;
  font-size: 14px;
}
.tp-cart-coupon-input input:-moz-placeholder {
  color: #818487;
  text-transform: capitalize;
  font-size: 14px;
}
.tp-cart-coupon-input input::-moz-placeholder {
  color: #818487;
  text-transform: capitalize;
  font-size: 14px;
}
.tp-cart-coupon-input input:-ms-input-placeholder {
  color: #818487;
  text-transform: capitalize;
  font-size: 14px;
}
.tp-cart-coupon-input button {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-white);
  background-color: var(--tp-common-black);
  padding: 10px 30px;
}
.tp-cart-coupon-input button:hover {
  color: var(--tp-white);
  background-color: var(--tp-theme-color);
}
.tp-cart-update-btn {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  background-color: var(--tp-white);
  padding: 9px 29px;
  border: 1px solid rgba(1, 15, 28, 0.1);
}
.tp-cart-update-btn:hover {
  background-color: var(--tp-theme-color);
  border-color: var(--tp-theme-color);
  color: var(--tp-white);
}
.tp-cart-checkout-wrapper {
  background: var(--tp-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  padding: 36px 24px 28px;
  margin-left: -24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-checkout-wrapper {
    margin-top: 50px;
    margin-left: 0;
  }
}
.tp-cart-checkout-top {
  padding-bottom: 13px;
  margin-bottom: 19px;
  border-bottom: 1px solid #E0E2E3;
}
.tp-cart-checkout-top span {
  font-size: 20px;
  color: var(--tp-common-black);
  font-weight: 500;
}
.tp-cart-checkout-shipping {
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E2E3;
  margin-bottom: 15px;
}
.tp-cart-checkout-shipping-title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
}
.tp-cart-checkout-shipping-option:not(:last-child) {
  margin-bottom: 4px;
}
.tp-cart-checkout-shipping-option input {
  display: none;
}
.tp-cart-checkout-shipping-option input:checked + label::after {
  border-color: var(--tp-theme-color);
}
.tp-cart-checkout-shipping-option input:checked + label::before {
  opacity: 1;
  visibility: visible;
}
.tp-cart-checkout-shipping-option label {
  font-weight: 400;
  font-size: 14px;
  color: #161C2D;
  position: relative;
  padding-left: 25px;
}
.tp-cart-checkout-shipping-option label:hover {
  cursor: pointer;
}
.tp-cart-checkout-shipping-option label span {
  color: var(--tp-theme-color);
}
.tp-cart-checkout-shipping-option label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: all 0.4s ease;
}
.tp-cart-checkout-shipping-option label::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-theme-color);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-cart-checkout-total {
  margin-bottom: 25px;
}
.tp-cart-checkout-total span {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
}
.tp-cart-checkout-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-white);
  background-color: var(--tp-common-black);
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
}
.tp-cart-checkout-btn:hover {
  background-color: var(--tp-theme-color);
  color: var(--tp-white);
}

/*----------------------------------------*/
/*  8.21 Checkout CSS
/*----------------------------------------*/
.tp-checkout-verify-item {
  margin-bottom: 40px;
}
.tp-checkout-verify-item:not(:last-child) {
  margin-bottom: 14px;
}
.tp-checkout-verify-reveal {
  font-size: 14px;
  color: var(--tp-common-black);
  margin-bottom: 0;
  display: inline-block;
  border: 1px dashed #AAB0B2;
  padding: 8px 26px;
  width: 100%;
}
.tp-checkout-verify-reveal button {
  color: var(--tp-theme-color);
  position: relative;
}
.tp-checkout-verify-reveal button::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-theme-color);
}
.tp-checkout-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-white);
  background-color: var(--tp-theme-color);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
}
.tp-checkout-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-white);
}
.tp-checkout-input {
  margin-bottom: 20px;
}
.tp-checkout-input label {
  font-weight: 500;
  color: var(--tp-common-black);
  font-size: 14px;
}
.tp-checkout-input label span {
  color: red;
}
.tp-checkout-input input, .tp-checkout-input textarea {
  width: 100%;
  color: var(--tp-common-black);
  height: 50px;
  padding: 0 26px;
  text-transform: capitalize;
  line-height: 56px;
  font-size: 14px;
  background: #FFFFFF;
  border: 1px solid #D5D8DB;
}
.tp-checkout-input input::placeholder, .tp-checkout-input textarea::placeholder {
  text-transform: capitalize;
  line-height: 56px;
  font-size: 14px;
}
.tp-checkout-input input:focus, .tp-checkout-input textarea:focus {
  border-color: var(--tp-common-black);
}
.tp-checkout-input textarea {
  height: 200px;
  resize: none;
}
.tp-checkout-input .nice-select {
  height: 50px;
  line-height: 48px;
  border-radius: 0;
  border: 1px solid #D5D8DB;
  color: var(--tp-common-black);
  float: none;
  padding: 0 26px;
}
.tp-checkout-input .nice-select::after {
  right: 26px;
}
.tp-checkout-input .nice-select.open .list {
  -moz-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.tp-checkout-input .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  transform-origin: center center;
  -moz-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -webkit-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  width: 100%;
  padding: 12px 0;
}
.tp-checkout-input .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tp-checkout-input .nice-select .list .option:hover {
  color: var(--tp-theme-color);
}
.tp-checkout-option {
  margin-bottom: 4px;
}
.tp-checkout-option-wrapper {
  margin-top: 10px;
  margin-bottom: 17px;
}
.tp-checkout-option input {
  display: none;
}
.tp-checkout-option input:checked ~ label::after {
  background-color: var(--tp-theme-color);
  border-color: var(--tp-theme-color);
}
.tp-checkout-option input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-checkout-option label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-checkout-option label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: all 0.4s ease;
}
.tp-checkout-option label::before {
  position: absolute;
  content: url("../../assets/img/product/icon/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-white);
  transition: all 0.4s ease;
}
.tp-checkout-option label a:hover {
  color: var(--tp-theme-color);
}
.tp-checkout-option label:hover {
  cursor: pointer;
}
.tp-checkout-bill-area {
  padding: 45px 40px 24px;
  background-color: var(--tp-white);
}
@media (max-width: 767px) {
  .tp-checkout-bill-area {
    padding: 45px 25px 24px;
  }
}
.tp-checkout-bill-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}
.tp-checkout-place {
  padding: 44px 50px 50px;
  background: var(--tp-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-checkout-place {
    padding: 35px 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) {
  .tp-checkout-place {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .tp-checkout-place {
    padding: 45px 25px 24px;
  }
}
.tp-checkout-place-title {
  font-size: 26px;
  font-weight: 600;
  margin-right: 37px;
  margin-bottom: 30px;
}
.tp-checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E2E3;
}
.tp-checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}
.tp-checkout-payment-item.paypal-payment label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tp-checkout-payment-item input {
  display: none;
}
.tp-checkout-payment-item input:checked ~ label::after {
  border-color: var(--tp-theme-color);
}
.tp-checkout-payment-item input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-checkout-payment-item label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-checkout-payment-item label:hover {
  cursor: pointer;
}
.tp-checkout-payment-item label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: all 0.4s ease;
}
.tp-checkout-payment-item label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--tp-theme-color);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-checkout-payment-item label img {
  margin-left: 14px;
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-checkout-payment-item label a {
  margin-left: 20px;
  position: relative;
}
.tp-checkout-payment-item label a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
}
.tp-checkout-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}
.tp-checkout-payment-desc::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #F6F7F9;
  -moz-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -webkit-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.tp-checkout-payment-desc p {
  background-color: #F6F7F9;
  padding: 19px 30px;
  margin-left: 27px;
  font-size: 14px;
  line-height: 1.57;
  color: #55585B;
  margin-bottom: 0;
}
.tp-checkout-agree {
  margin-bottom: 24px;
}

.tp-return-customer {
  display: none;
  margin-top: 14px;
  padding: 40px 40px;
  background-color: var(--tp-white);
}
.tp-return-customer-input {
  margin-bottom: 20px;
}
.tp-return-customer-input label {
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-return-customer-input label span {
  color: red;
}
.tp-return-customer-input input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D5D8DB;
  color: var(--tp-common-black);
  height: 50px;
  padding: 0 26px;
  text-transform: capitalize;
  line-height: 56px;
  font-size: 14px;
  background: #FFFFFF;
  border: 1px solid #D5D8DB;
}
.tp-return-customer-input input::placeholder {
  text-transform: capitalize;
  line-height: 56px;
  font-size: 14px;
}
.tp-return-customer-remeber input {
  display: none;
}
.tp-return-customer-remeber input:checked ~ label::after {
  background-color: var(--tp-theme-color);
  border-color: var(--tp-theme-color);
}
.tp-return-customer-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-return-customer-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-return-customer-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: all 0.4s ease;
}
.tp-return-customer-remeber label::before {
  position: absolute;
  content: url("../../assets/img/product/icon/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-white);
  transition: all 0.4s ease;
}
.tp-return-customer-remeber label a:hover {
  color: var(--tp-theme-color);
}
.tp-return-customer-remeber label:hover {
  cursor: pointer;
}
.tp-return-customer-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-theme-color);
  position: relative;
  display: inline-block;
}
.tp-return-customer-forgot a::after {
  position: absolute;
  content: url("../../assets/img/product/icon/check.svg");
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-theme-color);
  transition: all 0.4s ease;
}
.tp-return-customer-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.tp-order-details {
  padding: 70px 100px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-order-details {
    padding: 70px 70px 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-details {
    padding: 70px 30px 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-order-details {
    padding: 70px 50px 55px;
  }
}
@media (max-width: 767px) {
  .tp-order-details {
    padding: 40px 30px 45px;
  }
}
.tp-order-details-icon {
  margin-bottom: 22px;
}
.tp-order-details-icon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 118px;
  text-align: center;
  font-size: 55px;
  color: var(--tp-white);
  border-bottom: 1px solid #E0E2E3;
  border-radius: 50%;
}
.tp-order-details-icon span svg {
  transform: translateY(-1px);
}
.tp-order-details-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--tp-white);
  margin-bottom: 7px;
}
.tp-order-details-content p {
  font-size: 16px;
  color: var(--tp-white);
  line-height: 1.38;
}
.tp-order-details-item {
  margin-bottom: 38px;
}
.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
    padding-left: 0;
  }
}
.tp-order-details-item h4 {
  font-size: 18px;
  color: var(--tp-white);
  margin-bottom: 0;
  font-weight: 400;
}
.tp-order-details-item p {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-white);
  margin-bottom: 0;
}
.tp-order-info-wrapper {
  padding: 42px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-info-wrapper {
    padding: 42px 40px;
  }
}
@media (max-width: 767px) {
  .tp-order-info-wrapper {
    padding: 42px 30px;
  }
}
.tp-order-info-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.tp-order-info-list ul li {
  list-style: none;
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}
.tp-order-info-list ul li span {
  font-size: 15px;
  color: var(--tp-common-black);
}
.tp-order-info-list ul li.tp-order-info-list-header {
  padding-top: 0;
  padding-bottom: 12px;
}
.tp-order-info-list ul li.tp-order-info-list-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.tp-order-info-list ul li.tp-order-info-list-desc p {
  font-size: 15px;
  margin-bottom: 0;
}
.tp-order-info-list ul li.tp-order-info-list-desc p span {
  font-size: 15px;
  font-weight: 500;
}
.tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
  color: var(--tp-theme-color);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input {
  display: none;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::after {
  border-color: var(--tp-theme-color);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label {
  font-size: 14px;
  position: relative;
  padding-right: 27px;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label span {
  color: var(--tp-theme-color);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
  cursor: pointer;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
  position: absolute;
  content: "";
  right: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: all 0.4s ease;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
  position: absolute;
  content: "";
  right: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-theme-color);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-order-info-list ul li.tp-order-info-list-total {
  padding: 14px 0;
}
.tp-order-info-list ul li.tp-order-info-list-total span {
  font-size: 16px;
  font-weight: 500;
}
.tp-order-inner {
  background-color: var(--tp-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}
.tpservices{
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
}
.swiper-slide{
  padding-left: 50px;
}
.text-about{
  color: #000;
}
/*# sourceMappingURL=style.css.map */
