/* Default */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600;1,700&display=swap");
.footer-technician, .footer-main, .footer-shape-bg, .footer-shape-spiral, .footer-shape-t, .footer-freelancer-bg, .footer-2-bg, .freelancer-pricing-bg, .portfolio-style-2,
.designer-portfolio, .banner-style-1.banner-bg-shape, .banner-style-2, .photography-image-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tmp-header--technician {
  display: flex;
  align-items: center;
}

:root {
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Montserrat", sans-serif;
  --color-body: #D7D9FF;
  --tmp-tec-heading: #D6DAF0;
  --tmp-tec: #FF9A50;
  --color-dark: #070721;
  --color-darker: #10102B;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-primary: #93F2FF;
  --color-primary-alt: #00e1ff;
  --color-heading: #d6daf0;
  --color-secondary: #4D4DFF;
  --color-secondary-alt: #220E60;
  --color-white: #fff;
  --color-border: rgba(255, 255, 255, 0.1);
  --tmp-technician-bg: #070824;
  --color-gray-2: #141414;
  --color-gray: #9F9F9F;
  --tmp-main-bg: #070824;
  --h1: 74px;
  --h2: 48px;
  --h3: 34px;
  --h4: 24px;
  --h5: 20px;
  --h6: 16px;
  --p: 16px;
  --small: 14px;
  --font-size-b5: 24px;
  --font-size-b4: 18px;
  --font-size-b3: 16px;
  --font-size-b2: 14px;
  --font-size-b1: 12px;
  --trans: all 0.3s ease-in;
  --transition: all 0.4s ease-in-out;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: inherit;
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: inherit;
}

kbd,
ins {
  color: #ffffff;
}

pre {
  font-family: "Raleway", sans-serif;
  font-size: inherit;
  margin: 10px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: inherit;
  background: inherit;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: inherit;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid inherit;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

caption,
th,
td {
  font-weight: normal;
}

th {
  font-weight: 500;
  text-transform: uppercase;
}

td,
.wp-block-calendar tfoot td {
  border: 1px solid inherit;
  padding: 7px 10px;
}

del {
  color: #333;
}

ins {
  background: rgba(255, 47, 47, 0.4);
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

table a,
table a:link,
table a:visited {
  text-decoration: underline;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: inherit;
}

dfn,
cite,
em {
  font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: inherit;
  font-style: italic;
  font-weight: inherit;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: inherit;
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: 700;
}

/* Default */
img {
  max-width: 100%;
  display: block;
  height: auto;
  border: none;
}

.tec-primary {
  color: var(--tmp-tec);
}

.min-fit {
  min-width: fit-content;
}

.max-content {
  max-width: max-content;
}

.doc-primary {
  color: var(--color-primary) !important;
}

.tmp-border-bottom {
  border-bottom: 1px solid var(--color-border);
}

.color-tmp-tec {
  --color-primary: #FF9A50;
  --color-primary-alt: #ff8e3d;
}
.color-tmp-tec .tmp-mainmenu-nav .tmp-mainmenu > li > a {
  color: var(--color-dark) !important;
}
.color-tmp-tec .tmp-mainmenu-nav .tmp-mainmenu > li > a:hover {
  color: var(--color-dark) !important;
}
.color-tmp-tec .tmp-mainmenu-nav .tmp-mainmenu > li > a.active {
  color: var(--color-dark) !important;
}
.color-tmp-tec .tmp-mainmenu-nav .tmp-mainmenu > li > a.active:hover {
  color: var(--color-dark) !important;
}
.color-tmp-tec .tmp-mainmenu-nav .tmp-mainmenu > li.current > a {
  color: var(--color-dark) !important;
}
.color-tmp-tec .tmp-mainmenu-nav .tmp-mainmenu > li.current > a:hover {
  color: var(--color-dark) !important;
}
.color-tmp-tec .tmp-mainmenu-nav .tmp-mainmenu > li.current > a.active {
  color: var(--color-dark) !important;
}

.tmp-section-content .tmp-fsb {
  margin: 0 auto;
}

.color-tmp-tec input:focus, .color-tmp-tec textarea:focus {
  border: 2px solid rgb(255, 154, 80) !important;
  box-shadow: none !important;
}

.font-30 {
  font-size: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .font-30 {
    font-size: 24px;
  }
}

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

.font-18 {
  font-size: 18px;
}

.rounded-10 {
  border-radius: 10px !important;
}

.font-small {
  font-size: var(--small);
}

.max-540 {
  max-width: 540px;
}

@media only screen and (max-width: 575px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.tmp-border-bottom {
  border-bottom: 1px solid var(--color-border);
}

.work-card, .blog-card {
  padding: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-card, .blog-card {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .work-card, .blog-card {
    padding: 20px;
  }
}
.work-card .tmp-blog-time, .blog-card .tmp-blog-time {
  color: var(--color-heading);
  text-transform: capitalize;
}
.work-card .tmp-work-thumb, .blog-card .tmp-work-thumb {
  position: relative;
  overflow: hidden;
}
.work-card .tmp-work-thumb figure img, .blog-card .tmp-work-thumb figure img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  max-height: 390px;
  min-height: 390px;
  transition: var(--trans);
}
@media only screen and (max-width: 575px) {
  .work-card .tmp-work-thumb figure img, .blog-card .tmp-work-thumb figure img {
    min-height: 100%;
  }
}
.work-card .tmp-work-thumb:hover img, .blog-card .tmp-work-thumb:hover img {
  transform: scale(1.05);
}

.swiper-button-next .custom-overfolow-btn i.invers-icon-top,
.swiper-button-next2 .custom-overfolow-btn i.invers-icon-top,
.swiper-button-next3 .custom-overfolow-btn i.invers-icon-top,
.slide-next .custom-overfolow-btn i.invers-icon-top {
  transform: translateX(-300%);
}
.swiper-button-next:hover i.invers-icon,
.swiper-button-next2:hover i.invers-icon,
.swiper-button-next3:hover i.invers-icon,
.slide-next:hover i.invers-icon {
  transform: translateX(300%);
}
.swiper-button-next:hover i.invers-icon-top,
.swiper-button-next2:hover i.invers-icon-top,
.swiper-button-next3:hover i.invers-icon-top,
.slide-next:hover i.invers-icon-top {
  transform: translateX(0);
}

.swiper-button-prev:hover i.invers-icon,
.swiper-button-prev2:hover i.invers-icon,
.swiper-button-prev3:hover i.invers-icon,
.slide-prev:hover i.invers-icon {
  transform: translateX(-300%);
}
.swiper-button-prev:hover i.invers-icon-top,
.swiper-button-prev2:hover i.invers-icon-top,
.swiper-button-prev3:hover i.invers-icon-top,
.slide-prev:hover i.invers-icon-top {
  transform: translateX(0);
}

.custom-overfolow-btn {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.custom-overfolow-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin-top: -8px;
  margin-left: -8px;
  z-index: 1;
  font-size: 16px;
}

.custom-overfolow-btn i.invers-icon-top {
  position: absolute;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateX(300%);
}

.swiper-button-controler {
  position: relative;
}
.swiper-button-controler .slider-button {
  gap: 20px;
}
.swiper-button-controler .slider-button .swiper-btn {
  color: var(--color-dark);
  display: flex;
  align-items: center;
  gap: 5px;
  position: unset;
  margin: 0;
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  border-radius: 50%;
  transition: var(--transition);
  position: absolute;
  z-index: 10;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .swiper-button-controler .slider-button .swiper-btn {
    opacity: 1;
  }
}
.swiper-button-controler .slider-button .swiper-btn i {
  transition: 0.3s;
}
.swiper-button-controler .slider-button .swiper-btn:hover {
  background: var(--color-primary);
  transform: translateY(-50%) scale(1.1);
}
.swiper-button-controler .slider-button .swiper-btn:hover i {
  color: var(--color-dark);
}
.swiper-button-controler .slider-button .swiper-btn:hover span {
  background: var(--color-primary);
  color: var(--color-white);
}
.swiper-button-controler .slider-button .swiper-btn::after, .swiper-button-controler .slider-button .swiper-btn::before {
  display: none;
}
.swiper-button-controler .slider-button .swiper-btn span {
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(135, 171, 66, 0.2);
  display: block;
  border-radius: 50%;
  text-align: center;
  transition: var(--transition);
}
.swiper-button-controler .slider-button .swiper-btn i {
  font-size: 18px;
}
.swiper-button-controler .slider-button .swiper-btn.swiper-button-next {
  position: absolute;
  right: 80px;
  top: 50%;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .swiper-button-controler .slider-button .swiper-btn.swiper-button-next {
    right: 30px;
  }
}
.swiper-button-controler .slider-button .swiper-btn.swiper-button-prev {
  position: absolute;
  left: 80px;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .swiper-button-controler .slider-button .swiper-btn.swiper-button-prev {
    left: 30px;
  }
}
.swiper-button-controler:hover .swiper-btn.swiper-button-next {
  right: 30px;
  opacity: 1;
}
.swiper-button-controler:hover .swiper-btn.swiper-button-prev {
  left: 30px;
  opacity: 1;
}

.lightbox-btn::after {
  position: absolute;
  content: "X";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  color: #fff;
  font-size: 16px;
}

.hover-moving-primary {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.hover-moving-primary::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.hover-moving-primary:hover {
  color: var(--color-primary) !important;
}
.hover-moving-primary:hover::after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

/*===============================
    Background Color 
=================================*/
.bg-color-primary {
  background: var(--color-primary);
}

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

.bg-color-secondary-alt {
  background: var(--color-secondary-alt);
}

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

.color-primary {
  color: var(--color-primary) !important;
}

.color-secondary {
  color: var(--color-secondary) !important;
}

.color-secondary-alt {
  color: var(--color-secondary-alt) !important;
}

.color-tertiary {
  color: var(--color-tertiary) !important;
}

.invers-hover-link {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.invers-hover-link:hover {
  background-size: 100% 2px;
  color: inherit;
}

.demo-actor .demo-button-wrapper {
  display: none;
}

/* Header */
.tmp-on-hover-animation {
  position: relative;
}
.tmp-on-hover-animation .tmp-bg-highlight {
  position: absolute;
  bottom: -3px;
  content: "";
  background: linear-gradient(90.03deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 48%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 1px;
  transition: var(--trans);
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tmp-on-hover-animation .rbt-product-nav-grp li .rbt-product-nav:hover, .tmp-on-hover-animation .rbt-product-nav-grp li .rbt-product-nav.active {
  background: transparent;
}
.tmp-on-hover-animation.rbt-product-nav-var-primary .rbt-product-nav-grp li .rbt-product-nav.active {
  background: var(--color-primary);
}

@keyframes moveright {
  from {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes moveLeft {
  from {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.move-right {
  animation: moveright 1s linear;
}

.move-left {
  animation: moveLeft 1s linear;
}

.move-down {
  animation: movedown 1s linear;
}

@keyframes movedown {
  from {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.move-up {
  animation: moveup 1s linear;
}

@keyframes moveup {
  from {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/*-------------------
    Header Styles  
---------------------*/
.header-one .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-one .header-content .header-left-side-area-modern {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-one .header-content .header-left-side-area-modern nav {
  padding: 0px 25px;
  border-radius: 5px 50px 50px 5px;
  background: #090925;
}
.header-one .header-content .logo {
  display: block;
}
.header-one .header-content .logo img {
  max-width: max-content;
}
@media only screen and (max-width: 767px) {
  .header-one .header-content .logo img {
    max-width: 135px;
  }
}
.header-one .actions-area .social-link {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-one .actions-area .social-link {
    display: flex;
  }
}
.header-one .actions-area svg {
  cursor: pointer;
}
.header-one.header--transparent {
  position: absolute;
  width: 100%;
  z-index: 100;
}

.header-defalut-spacing.header--sticky.sticky .header-left-side-area-modern nav {
  background: transparent;
}

.header-defalut-spacing {
  padding: 25px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-defalut-spacing {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-defalut-spacing {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-defalut-spacing {
    padding: 15px 0;
  }
}
.header-defalut-spacing.header--sticky.sticky {
  padding: 10px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-defalut-spacing.header--sticky.sticky {
    padding: 15px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-defalut-spacing.header--sticky.sticky {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header-defalut-spacing.header--sticky.sticky {
    padding: 10px 0px;
  }
}

.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: block;
  backdrop-filter: blur(9px);
  width: 100%;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
  background: #10102B;
  z-index: 1010;
  margin: auto;
  display: flex;
  align-items: center;
  left: 0;
  border-radius: 0;
  animation: headerSticky 0.95s ease forwards;
}

@keyframes headerSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.logo img {
  max-width: 120px;
}
.logo img.logo-white {
  display: none;
}

/*-------------------
    Humbergur Styles  
---------------------*/
.tmp-menu-bars {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  border: 0 none;
  color: #000;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  border: 2px solid var(--color-primary);
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tmp-menu-bars {
    width: 40px;
    height: 40px;
  }
}
.tmp-menu-bars::after {
  content: " ";
  position: absolute;
  width: 105%;
  height: 105%;
  border-radius: 100px;
  background: var(--color-primary);
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s ease;
  z-index: -1;
}
.tmp-menu-bars:hover {
  background: transparent;
  color: var(--color-primary);
}
.tmp-menu-bars:hover::after {
  opacity: 0;
  transform: scale(0);
}

.hamberger-menu {
  display: flex;
  justify-content: flex-end;
  border: 0 none;
  padding: 0;
}
.hamberger-menu i {
  font-size: 32px;
  color: var(--color-primary);
}

/*------------------
    Header Top  
--------------------*/
.tmp-header-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .tmp-header-right .tmp-btn.btn-sm.btn-border {
    display: none !important;
  }
}

.header-modal-main .tmp-header-right {
  gap: 15px;
}

/*--------------------------
    Only Responsive Header  
------------------------------*/
.tmp-responsive-header-style {
  position: absolute;
  top: 0;
  z-index: 99;
  width: auto;
  right: 0;
  padding: 15px 30px;
  left: 0;
}

.header-right-fixed {
  position: fixed;
  right: 30px;
  z-index: 1102;
  display: flex;
  align-items: center;
  top: 50%;
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .header-right-fixed {
    right: 0;
    top: auto;
    left: 0;
    bottom: 0;
    transform: none;
  }
  .header-right-fixed .header {
    width: 100%;
  }
  .header-right-fixed ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 45px !important;
    background: #0f132e;
  }
  .header-right-fixed ul li {
    margin: 0 !important;
  }
}
.header-right-fixed ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-right-fixed ul li.box {
  width: 50px;
  height: 50px;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.3s;
  margin: 20px 0;
  border-radius: 50%;
  background: #0f132e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-right-fixed ul li.box i {
  color: #ddd;
  font-size: 19px;
  transition: all 0.3s;
}
.header-right-fixed ul li.box span {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  color: #fff;
  line-height: 50px;
  font-weight: 500;
  transition: all 0.3s;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 0 25px 0 30px;
  height: 50px;
  margin: 0;
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
  width: max-content;
}
.header-right-fixed ul li.box:hover {
  background: var(--color-primary);
  color: var(--color-darker);
}
.header-right-fixed ul li.box:hover i {
  color: var(--color-darker);
}
.header-right-fixed ul li.box:hover span {
  opacity: 1;
  right: 27px;
  margin: 0;
  text-align: center;
  border-radius: 30px 0 0 30px;
  background: var(--color-primary);
  color: var(--color-darker);
}

/*--------------------
    Main Menu Style  
----------------------*/
.tmp-mainmenu-nav .tmp-mainmenu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.tmp-mainmenu-nav .tmp-mainmenu > li {
  position: relative;
  margin: 10px 15px;
}
.tmp-mainmenu-nav .tmp-mainmenu > li > a {
  padding: 4px 0px !important;
  color: var(--color-heading) !important;
  position: relative;
  display: inline-block;
  font-family: var(--font-secondary);
  font-weight: 500;
}
.tmp-mainmenu-nav .tmp-mainmenu > li > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: linear-gradient(90.03deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 48%, rgba(255, 255, 255, 0) 100%);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.tmp-mainmenu-nav .tmp-mainmenu > li > a i {
  transition: var(--transition);
  font-size: 10px;
  margin-left: 3px;
}
.tmp-mainmenu-nav .tmp-mainmenu > li > a.active {
  color: var(--color-primary) !important;
}
.tmp-mainmenu-nav .tmp-mainmenu > li > a.active::after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.tmp-mainmenu-nav .tmp-mainmenu > li:hover > a, .tmp-mainmenu-nav .tmp-mainmenu > li.current > a {
  color: var(--color-primary) !important;
}
.tmp-mainmenu-nav .tmp-mainmenu > li:hover > a::after, .tmp-mainmenu-nav .tmp-mainmenu > li.current > a::after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.tmp-mainmenu-nav .tmp-mainmenu > li:hover > a i, .tmp-mainmenu-nav .tmp-mainmenu > li.current > a i {
  transform: rotate(180deg);
}
.tmp-mainmenu-nav .tmp-mainmenu > li.has-dropdown {
  margin-right: 5px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  margin-right: 20px;
}
.tmp-mainmenu-nav .tmp-mainmenu > li.has-dropdown::after {
  content: "";
  position: absolute;
  content: "\f078";
  font-family: "fontawesome";
  font-size: 12px;
  top: 55%;
  transform: translateY(-50%);
  opacity: 1;
  transition: 0.3s;
  color: var(--color-heading) !important;
  right: -17px;
}
.tmp-mainmenu-nav .tmp-mainmenu > li.has-dropdown .submenu {
  padding: 10px;
  min-width: 230px;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: 0.5s;
  transform: scaleY(0);
  border-radius: 10px;
  background: var(--color-darker);
  display: inline-block;
  box-shadow: -3px 0px 20px 4px rgba(100, 95, 95, 0.08);
  transform-origin: 0 0;
  margin-top: 0;
}
.tmp-mainmenu-nav .tmp-mainmenu > li.has-dropdown .submenu li a {
  color: var(--color-heading);
  font-weight: 600;
}
.tmp-mainmenu-nav .tmp-mainmenu > li.has-dropdown:hover::after {
  opacity: 1;
  content: "\f077";
  color: var(--color-primary) !important;
}
.tmp-mainmenu-nav .tmp-mainmenu > li.has-dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleY(1);
  overflow: inherit;
}
.tmp-mainmenu-nav .tmp-mainmenu > li.has-dropdown.menu-item-open::after {
  opacity: 1;
  content: "\f077";
  color: var(--color-primary) !important;
}
.tmp-mainmenu-nav .tmp-mainmenu > li.menu-item-open > a {
  color: var(--color-primary) !important;
}
.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu {
  padding: 0;
  border: none !important;
  overflow: hidden;
}
.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
}
.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li::after {
  position: absolute;
  content: "\f105";
  font-family: "fontawesome";
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  transition: 0.2s;
  color: var(--color-primary);
}
.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li a {
  display: block;
  position: relative;
  transition: var(--transition);
  padding: 3px;
}
.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: var(--color-primary);
  width: 100%;
  height: 28px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: -1;
}
.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li a:hover::before, .tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li a.active::before {
  opacity: 0.1;
  visibility: visible;
  transform: translateY(-50%);
}
.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li > a.active {
  padding-left: 15px;
}
.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li:hover > a {
  color: var(--color-primary);
  padding-left: 15px;
}
.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li:hover::after {
  right: 15px;
  opacity: 1;
}
.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li.menu-item::after {
  display: none;
}

/*----------------------------
    Mobile Menu Styles  
------------------------------*/
.tmp-popup-mobile-menu {
  z-index: 9999;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.tmp-popup-mobile-menu .inner {
  width: 320px;
  z-index: 999;
  position: absolute;
  background-color: var(--color-darker);
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  left: -150px;
  transition: all 0.5s ease-out;
  padding: 15px 20px;
}
@media only screen and (max-width: 479px) {
  .tmp-popup-mobile-menu .inner {
    width: 310px;
    padding: 10px;
  }
}
.tmp-popup-mobile-menu .header-top {
  display: flex;
  border-bottom: 1px solid var(--color-border);
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.tmp-popup-mobile-menu .header-top .logo a img {
  max-height: 45px;
}
.tmp-popup-mobile-menu .header-top .close-menu .close-button {
  background: var(--color-primary);
  border: 0 none;
  color: var(--color-dark);
  width: 40px;
  height: 40px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.tmp-popup-mobile-menu .header-top p.discription {
  font-size: 15px;
  line-height: 26px;
  margin-top: 19px;
  color: var(--color-body);
  padding-right: 0;
  font-family: var(--font-secondary);
}
.tmp-popup-mobile-menu .tmp-mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.tmp-popup-mobile-menu .tmp-mainmenu li {
  display: block;
  margin: 0;
  padding: 8px 0;
}
.tmp-popup-mobile-menu .tmp-mainmenu li a {
  color: var(--color-body);
  position: relative;
  transition: var(--transition);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--font-secondary);
  margin: 0;
  display: block;
  font-weight: 500;
  background: transparent;
}
.tmp-popup-mobile-menu .tmp-mainmenu li a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 15px;
}
.tmp-popup-mobile-menu .tmp-mainmenu li a.open i::before {
  content: "\f106";
  font-weight: 400;
}
.tmp-popup-mobile-menu .tmp-mainmenu li + li {
  border-top: 1px solid var(--color-border);
}
.tmp-popup-mobile-menu .tmp-mainmenu .has-dropdown .submenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 16px;
  display: none;
}
.tmp-popup-mobile-menu .tmp-mainmenu .has-dropdown .submenu li a {
  font-size: 14px;
  color: var(--color-body);
  font-weight: 500;
}
.tmp-popup-mobile-menu .tmp-mainmenu .has-dropdown .submenu li a.open {
  color: var(--color-primary) !important;
}
.tmp-popup-mobile-menu.active {
  visibility: visible;
  opacity: 1;
}
.tmp-popup-mobile-menu.active .inner {
  opacity: 1;
  left: 0;
  overflow-y: auto;
}

.tmp-popup-mobile-menu .social-wrapper .subtitle {
  position: relative;
}
.tmp-popup-mobile-menu .social-wrapper .subtitle::after {
  position: absolute;
  left: 115%;
  content: "";
  height: 1px;
  width: 60px;
  background: var(--color-border);
  top: 54%;
  transform: translateY(-50%);
}
.tmp-popup-mobile-menu .social-wrapper .social-link {
  margin-top: 20px;
}

.header-sticky {
  transition: var(--trans);
}
.header-sticky.sticky {
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: #070824;
}

.tmp-header--technician {
  height: 90px;
  position: relative;
  z-index: 9;
}
.tmp-header--technician::before {
  background-image: url(../images/header/technician-header-shape.svg);
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 90px;
  width: 790px;
}
@media only screen and (max-width: 1199px) {
  .tmp-header--technician::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-header--technician::before {
    background-image: none;
    display: none;
  }
}
.tmp-header--technician .tmp-mainmenu-nav .tmp-mainmenu > li.has-dropdown::after {
  color: var(--color-dark) !important;
}
.tmp-header--technician .tmp-mainmenu-nav .tmp-mainmenu > li.has-dropdown:hover::after {
  content: "\f077";
  color: var(--color-dark) !important;
}
.tmp-header--technician .tmp-mainmenu-nav .tmp-mainmenu > li.has-dropdown:hover > a {
  color: var(--color-dark) !important;
}
.tmp-header--technician .current > a {
  color: var(--color-dark) !important;
}
.tmp-header--technician .current > a::after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.tmp-header--technician .current > a i {
  transform: rotate(180deg);
}
.tmp-header--technician .tmp-header-menu {
  margin-left: 0;
}
@media only screen and (max-width: 1199px) {
  .tmp-header--technician .tmp-header-menu {
    margin-left: 0;
  }
}
.tmp-header--technician .tmp-header-menu .navbar .navbar-nav li a::before {
  position: absolute;
  bottom: -3px;
  content: "";
  background: linear-gradient(90.03deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 48%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 1px;
  transition: var(--trans);
  opacity: 0;
}
.tmp-header--technician .tmp-header-menu .navbar .navbar-nav li a:hover {
  color: var(--color-white);
}
.tmp-header--technician .tmp-header-menu .navbar .navbar-nav li a:hover::before {
  opacity: 1;
}
.tmp-header--technician .tmp-mobile-menu-btn {
  background-color: var(--tmp-tec);
  color: var(--color-dark);
}

.tmp-header--freelancer {
  border-bottom: 1px solid var(--color-border);
  padding: 30px 0;
}

.tmp-header--freelancer .tmp-header-menu .navbar .navbar-nav li a::before,
.hover-style .tmp-header-menu .navbar .navbar-nav li a::before {
  position: absolute;
  bottom: -3px;
  content: "";
  background: linear-gradient(90.03deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 48%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 1px;
  transition: var(--trans);
  opacity: 0;
}
.tmp-header--freelancer .tmp-header-menu .navbar .navbar-nav li a:hover::before,
.hover-style .tmp-header-menu .navbar .navbar-nav li a:hover::before {
  opacity: 1;
}

.nav-item.active .nav-link::before {
  opacity: 1 !important;
}
.nav-item.active .nav-link {
  color: var(--color-white) !important;
}

.tmp-header--freelancer .tmp-header-menu .nav-item .nav-link {
  color: #D7D9FF;
}

.tmp-header--model {
  position: absolute;
  top: 30px;
  width: 100%;
  left: 0;
  z-index: 9;
}
.tmp-header--model .tmp-header-menu {
  padding: 15px 60px;
  background-color: #090925;
  border-radius: 5px 50px 50px 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-header--model .tmp-header-menu {
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-header--model .tmp-header-menu {
    display: none;
  }
}
.tmp-header--model .tmp-header-menu .nav-item .nav-link {
  color: var(--color-body);
}

.home-technician .tmp-menu-bars {
  border-radius: 6px;
}
.home-technician .tmp-menu-bars::after {
  border-radius: 6px;
}

.tmp-header--main.sticky, .tmp-header-photography.sticky,
.tmp-header--designer.sticky, .tmp-header--model.sticky, .tmp-header--technician.sticky {
  top: 0 !important;
  padding: 25px 0;
}

.tmp-header--writer .tmp-header-menu .navbar .navbar-nav li a {
  color: var(--color-body);
  font-weight: 400;
}
.tmp-header--writer .tmp-header-menu .nav-item.active .nav-link {
  color: var(--color-primary) !important;
}

.tmp-header--developer {
  padding: 50px 0;
  position: relative;
}
.tmp-header--developer .tmp-header-menu .navbar .navbar-nav li a {
  color: var(--color-white);
}
.tmp-header--developer .tmp-header-menu .navbar .navbar-nav li.active a::before {
  background: linear-gradient(90.03deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 48%, rgba(255, 255, 255, 0) 100%);
}
.tmp-header--developer.header-sticky.sticky {
  padding: 25px 0;
}

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

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  position: relative;
  overflow-x: hidden;
  font-family: var(--font-primary);
  font-size: var(--p);
  color: var(--color-body);
  line-height: 28px;
  background: var(--tmp-main-bg);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  line-height: 1.2;
  margin-top: 0;
  font-family: var(--font-secondary);
  color: var(--tmp-tec-heading);
}

h1,
.h1 {
  font-size: var(--h1);
}

h2,
.h2 {
  font-size: var(--h2);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

h3,
.h3 {
  font-size: var(--h3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-size: var(--h4);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: var(--h5);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-size: var(--h6);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

p {
  margin-bottom: 15px;
  font-size: var(--p);
}
p:last-child {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: inherit;
}

var {
  font-family: "Overpass", sans-serif;
}

.text-small {
  font-size: var(--small);
}

.text-xxs {
  font-size: 12px;
}

/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}
ul li {
  font-size: inherit;
  line-height: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  color: inherit;
}
ul li a {
  text-decoration: none;
  color: inherit;
}
ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}
ol li {
  font-size: inherit;
  line-height: inherit;
  color: var(--color-body);
  margin-top: 10px;
  margin-bottom: 10px;
}
ol li a {
  color: inherit;
  text-decoration: none;
}
ol li a:hover {
  color: var(--tmp-tec-heading);
}
ol ul {
  padding-left: 30px;
}

@keyframes blink {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes movebottom {
  100% {
    bottom: 100%;
  }
  0% {
    bottom: 0%;
  }
}
.tmp-scroll-right-left {
  -webkit-animation: scroll 5s linear infinite;
  -moz-animation: scroll 5s linear infinite;
  animation: scroll 5s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-250px));
    transform: translateX(-250px);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-moz-calc(-250px));
    transform: translateX(-250px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-250px));
    -moz-transform: translateX(-moz-calc(-250px));
    transform: translateX(-250px);
  }
}
@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px));
    transform: translateX(-250px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes scrollLeft {
  0% {
    -moz-transform: translateX(-moz-calc(-250px));
    transform: translateX(-250px);
  }
  to {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px));
    -moz-transform: translateX(-moz-calc(-250px));
    transform: translateX(-250px);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.7, 1.1);
  }
  50% {
    transform: scale(1.1, 0.7);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
.invonhover {
  position: relative;
  overflow: hidden;
}
.invonhover::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  background: radial-gradient(var(--color-primary), transparent, transparent);
  width: 200%;
  height: 200%;
  opacity: 0;
  transition: 0.5s, top 0s, left 0s;
  border-radius: 10px;
}
.invonhover:hover::before {
  opacity: 1;
}
.invonhover::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #0F132E;
  border-radius: 10px;
}
.invonhover > * {
  z-index: 2;
  position: relative;
}

input {
  transition: var(--trans);
}
input:focus {
  border: 2px solid var(--color-primary) !important;
  box-shadow: 0px 0px 15px 0px rgba(147, 242, 255, 0.35) !important;
}

textarea {
  transition: var(--trans);
}
textarea:focus {
  border: 2px solid var(--color-primary) !important;
  box-shadow: 0px 0px 15px 0px rgba(147, 242, 255, 0.35) !important;
}

.form-control {
  font-size: inherit;
  padding: 15px 15px;
  line-height: 1;
}

.form-control::placeholder {
  color: var(--color-body);
}

/*-----------------------
    Section Spacing  
-------------------------*/
.tmp-section-gap {
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .tmp-section-gap {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-section-gap {
    padding: 80px 0;
  }
}

.tmp-section-gapBottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .tmp-section-gapBottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-section-gapBottom {
    padding-bottom: 80px;
  }
}

.tmp-section-gapTop {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .tmp-section-gapTop {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-section-gapTop {
    padding-top: 80px;
  }
}

.tmp-section-padding {
  padding: 120px 0;
}
@media only screen and (max-width: 1199px) {
  .tmp-section-padding {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .tmp-section-padding {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-section-padding {
    padding: 60px 0;
  }
}

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

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

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

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

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

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

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

.pr-50 {
  padding-right: 50px;
}

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

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

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

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

.mb--60 {
  margin-bottom: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .mb--60 {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb--60 {
    margin-bottom: 80px;
  }
}

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

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

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

.mt-50 {
  margin-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-50 {
    margin-top: 30px;
  }
}

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

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

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

.mt-100 {
  margin-top: 100px;
}
@media only screen and (max-width: 575px) {
  .mt-100 {
    margin-top: 50px;
  }
}

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

.py-6 {
  padding: 40px 0;
}
@media only screen and (max-width: 1199px) {
  .py-6 {
    padding: 15px 0;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-md-40 {
    padding-top: 40px;
  }
}

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

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

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

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

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

.pt-120 {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

.ps-100 {
  padding: 0 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ps-100 {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ps-100 {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ps-lg-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ps-lg-100 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .ps-lg-100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ps-130 {
  padding-left: 130px;
  padding-right: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ps-130 {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .ps-130 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .ps-130 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-150 {
    padding-bottom: 60px;
  }
}

.pt-270 {
  padding-top: 270px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-270 {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-270 {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-270 {
    padding-top: 150px;
  }
}

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

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

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

.g-6 {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}
@media only screen and (max-width: 575px) {
  .gap-35 {
    gap: 15px;
  }
}

.gap-6 {
  gap: 40px;
}

.gap-7 {
  gap: 50px;
}

.gap-8 {
  gap: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gap-8 {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gap-8 {
    gap: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .gap-8 {
    gap: 25px;
  }
}

.gap-9 {
  gap: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gap-9 {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gap-9 {
    gap: 30px;
  }
}

.gap-10 {
  gap: 80px;
}

.gy-60 {
  --bs-gutter-y: 60px;
}

.h-10 {
  height: 10px;
}

.h-20 {
  height: 20px;
}

.h-30 {
  height: 30px;
}

.h-40 {
  height: 40px;
}

.h-50 {
  height: 50px;
}

.h-60 {
  height: 60px;
}

.h-70 {
  height: 70px;
}

.h-80 {
  height: 80px;
}

.h-90 {
  height: 90px;
}

.h-100 {
  height: 100px;
}

.h-110 {
  height: 110px;
}

.h-120 {
  height: 120px;
}

.h-130 {
  height: 130px;
}

.h-140 {
  height: 140px;
}

.h-150 {
  height: 150px;
}

.max-620 {
  max-width: 620px;
}

/*=========================
    Section Separation 
==========================*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

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

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

.m--0 {
  margin: 0;
}

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

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

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

.pl--0 {
  padding-left: 0 !important;
}

.pr--0 {
  padding-right: 0 !important;
}

.pt--0 {
  padding-top: 0 !important;
}

.pb--0 {
  padding-bottom: 0 !important;
}

.mr--0 {
  margin-right: 0 !important;
}

.ml--0 {
  margin-left: 0 !important;
}

.mt--0 {
  margin-top: 0 !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

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

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

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

.ptb--5 {
  padding: 5px 0 !important;
}

.plr--5 {
  padding: 0 5px !important;
}

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

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

.pl--5 {
  padding-left: 5px !important;
}

.pr--5 {
  padding-right: 5px !important;
}

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

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

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

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

.ptb--10 {
  padding: 10px 0 !important;
}

.plr--10 {
  padding: 0 10px !important;
}

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

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

.pl--10 {
  padding-left: 10px !important;
}

.pr--10 {
  padding-right: 10px !important;
}

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

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

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

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

.ptb--15 {
  padding: 15px 0 !important;
}

.plr--15 {
  padding: 0 15px !important;
}

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

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

.pl--15 {
  padding-left: 15px !important;
}

.pr--15 {
  padding-right: 15px !important;
}

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

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

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

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

.ptb--20 {
  padding: 20px 0 !important;
}

.plr--20 {
  padding: 0 20px !important;
}

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

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

.pl--20 {
  padding-left: 20px !important;
}

.pr--20 {
  padding-right: 20px !important;
}

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

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

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

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

.ptb--25 {
  padding: 25px 0 !important;
}

.plr--25 {
  padding: 0 25px !important;
}

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

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

.pl--25 {
  padding-left: 25px !important;
}

.pr--25 {
  padding-right: 25px !important;
}

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

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

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

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

.ptb--30 {
  padding: 30px 0 !important;
}

.plr--30 {
  padding: 0 30px !important;
}

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

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

.pl--30 {
  padding-left: 30px !important;
}

.pr--30 {
  padding-right: 30px !important;
}

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

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

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

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

.ptb--35 {
  padding: 35px 0 !important;
}

.plr--35 {
  padding: 0 35px !important;
}

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

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

.pl--35 {
  padding-left: 35px !important;
}

.pr--35 {
  padding-right: 35px !important;
}

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

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

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

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

.ptb--40 {
  padding: 40px 0 !important;
}

.plr--40 {
  padding: 0 40px !important;
}

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

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

.pl--40 {
  padding-left: 40px !important;
}

.pr--40 {
  padding-right: 40px !important;
}

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

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

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

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

.ptb--45 {
  padding: 45px 0 !important;
}

.plr--45 {
  padding: 0 45px !important;
}

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

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

.pl--45 {
  padding-left: 45px !important;
}

.pr--45 {
  padding-right: 45px !important;
}

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

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

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

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

.ptb--50 {
  padding: 50px 0 !important;
}

.plr--50 {
  padding: 0 50px !important;
}

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

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

.pl--50 {
  padding-left: 50px !important;
}

.pr--50 {
  padding-right: 50px !important;
}

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

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

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

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

.ptb--55 {
  padding: 55px 0 !important;
}

.plr--55 {
  padding: 0 55px !important;
}

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

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

.pl--55 {
  padding-left: 55px !important;
}

.pr--55 {
  padding-right: 55px !important;
}

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

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

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

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

.ptb--60 {
  padding: 60px 0 !important;
}

.plr--60 {
  padding: 0 60px !important;
}

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

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

.pl--60 {
  padding-left: 60px !important;
}

.pr--60 {
  padding-right: 60px !important;
}

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

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

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

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

.ptb--65 {
  padding: 65px 0 !important;
}

.plr--65 {
  padding: 0 65px !important;
}

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

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

.pl--65 {
  padding-left: 65px !important;
}

.pr--65 {
  padding-right: 65px !important;
}

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

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

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

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

.ptb--70 {
  padding: 70px 0 !important;
}

.plr--70 {
  padding: 0 70px !important;
}

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

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

.pl--70 {
  padding-left: 70px !important;
}

.pr--70 {
  padding-right: 70px !important;
}

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

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

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

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

.ptb--75 {
  padding: 75px 0 !important;
}

.plr--75 {
  padding: 0 75px !important;
}

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

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

.pl--75 {
  padding-left: 75px !important;
}

.pr--75 {
  padding-right: 75px !important;
}

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

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

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

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

.ptb--80 {
  padding: 80px 0 !important;
}

.plr--80 {
  padding: 0 80px !important;
}

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

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

.pl--80 {
  padding-left: 80px !important;
}

.pr--80 {
  padding-right: 80px !important;
}

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

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

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

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

.ptb--85 {
  padding: 85px 0 !important;
}

.plr--85 {
  padding: 0 85px !important;
}

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

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

.pl--85 {
  padding-left: 85px !important;
}

.pr--85 {
  padding-right: 85px !important;
}

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

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

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

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

.ptb--90 {
  padding: 90px 0 !important;
}

.plr--90 {
  padding: 0 90px !important;
}

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

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

.pl--90 {
  padding-left: 90px !important;
}

.pr--90 {
  padding-right: 90px !important;
}

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

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

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

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

.ptb--95 {
  padding: 95px 0 !important;
}

.plr--95 {
  padding: 0 95px !important;
}

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

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

.pl--95 {
  padding-left: 95px !important;
}

.pr--95 {
  padding-right: 95px !important;
}

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

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

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

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

.ptb--100 {
  padding: 100px 0 !important;
}

.plr--100 {
  padding: 0 100px !important;
}

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

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

.pl--100 {
  padding-left: 100px !important;
}

.pr--100 {
  padding-right: 100px !important;
}

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

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

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

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

.ptb--105 {
  padding: 105px 0 !important;
}

.plr--105 {
  padding: 0 105px !important;
}

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

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

.pl--105 {
  padding-left: 105px !important;
}

.pr--105 {
  padding-right: 105px !important;
}

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

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

.mr--105 {
  margin-right: 105px !important;
}

.ml--105 {
  margin-left: 105px !important;
}

.ptb--110 {
  padding: 110px 0 !important;
}

.plr--110 {
  padding: 0 110px !important;
}

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

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

.pl--110 {
  padding-left: 110px !important;
}

.pr--110 {
  padding-right: 110px !important;
}

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

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

.mr--110 {
  margin-right: 110px !important;
}

.ml--110 {
  margin-left: 110px !important;
}

.ptb--115 {
  padding: 115px 0 !important;
}

.plr--115 {
  padding: 0 115px !important;
}

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

.pb--115 {
  padding-bottom: 115px !important;
}

.pl--115 {
  padding-left: 115px !important;
}

.pr--115 {
  padding-right: 115px !important;
}

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

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

.mr--115 {
  margin-right: 115px !important;
}

.ml--115 {
  margin-left: 115px !important;
}

.ptb--120 {
  padding: 120px 0 !important;
}

.plr--120 {
  padding: 0 120px !important;
}

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

.pb--120 {
  padding-bottom: 120px !important;
}

.pl--120 {
  padding-left: 120px !important;
}

.pr--120 {
  padding-right: 120px !important;
}

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

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

.mr--120 {
  margin-right: 120px !important;
}

.ml--120 {
  margin-left: 120px !important;
}

.ptb--125 {
  padding: 125px 0 !important;
}

.plr--125 {
  padding: 0 125px !important;
}

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

.pb--125 {
  padding-bottom: 125px !important;
}

.pl--125 {
  padding-left: 125px !important;
}

.pr--125 {
  padding-right: 125px !important;
}

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

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

.mr--125 {
  margin-right: 125px !important;
}

.ml--125 {
  margin-left: 125px !important;
}

.ptb--130 {
  padding: 130px 0 !important;
}

.plr--130 {
  padding: 0 130px !important;
}

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

.pb--130 {
  padding-bottom: 130px !important;
}

.pl--130 {
  padding-left: 130px !important;
}

.pr--130 {
  padding-right: 130px !important;
}

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

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

.mr--130 {
  margin-right: 130px !important;
}

.ml--130 {
  margin-left: 130px !important;
}

.ptb--135 {
  padding: 135px 0 !important;
}

.plr--135 {
  padding: 0 135px !important;
}

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

.pb--135 {
  padding-bottom: 135px !important;
}

.pl--135 {
  padding-left: 135px !important;
}

.pr--135 {
  padding-right: 135px !important;
}

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

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

.mr--135 {
  margin-right: 135px !important;
}

.ml--135 {
  margin-left: 135px !important;
}

.ptb--140 {
  padding: 140px 0 !important;
}

.plr--140 {
  padding: 0 140px !important;
}

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

.pb--140 {
  padding-bottom: 140px !important;
}

.pl--140 {
  padding-left: 140px !important;
}

.pr--140 {
  padding-right: 140px !important;
}

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

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

.mr--140 {
  margin-right: 140px !important;
}

.ml--140 {
  margin-left: 140px !important;
}

.ptb--145 {
  padding: 145px 0 !important;
}

.plr--145 {
  padding: 0 145px !important;
}

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

.pb--145 {
  padding-bottom: 145px !important;
}

.pl--145 {
  padding-left: 145px !important;
}

.pr--145 {
  padding-right: 145px !important;
}

.mt--145 {
  margin-top: 145px !important;
}

.mb--145 {
  margin-bottom: 145px !important;
}

.mr--145 {
  margin-right: 145px !important;
}

.ml--145 {
  margin-left: 145px !important;
}

.ptb--150 {
  padding: 150px 0 !important;
}

.plr--150 {
  padding: 0 150px !important;
}

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

.pb--150 {
  padding-bottom: 150px !important;
}

.pl--150 {
  padding-left: 150px !important;
}

.pr--150 {
  padding-right: 150px !important;
}

.mt--150 {
  margin-top: 150px !important;
}

.mb--150 {
  margin-bottom: 150px !important;
}

.mr--150 {
  margin-right: 150px !important;
}

.ml--150 {
  margin-left: 150px !important;
}

.ptb--155 {
  padding: 155px 0 !important;
}

.plr--155 {
  padding: 0 155px !important;
}

.pt--155 {
  padding-top: 155px !important;
}

.pb--155 {
  padding-bottom: 155px !important;
}

.pl--155 {
  padding-left: 155px !important;
}

.pr--155 {
  padding-right: 155px !important;
}

.mt--155 {
  margin-top: 155px !important;
}

.mb--155 {
  margin-bottom: 155px !important;
}

.mr--155 {
  margin-right: 155px !important;
}

.ml--155 {
  margin-left: 155px !important;
}

.ptb--160 {
  padding: 160px 0 !important;
}

.plr--160 {
  padding: 0 160px !important;
}

.pt--160 {
  padding-top: 160px !important;
}

.pb--160 {
  padding-bottom: 160px !important;
}

.pl--160 {
  padding-left: 160px !important;
}

.pr--160 {
  padding-right: 160px !important;
}

.mt--160 {
  margin-top: 160px !important;
}

.mb--160 {
  margin-bottom: 160px !important;
}

.mr--160 {
  margin-right: 160px !important;
}

.ml--160 {
  margin-left: 160px !important;
}

.ptb--165 {
  padding: 165px 0 !important;
}

.plr--165 {
  padding: 0 165px !important;
}

.pt--165 {
  padding-top: 165px !important;
}

.pb--165 {
  padding-bottom: 165px !important;
}

.pl--165 {
  padding-left: 165px !important;
}

.pr--165 {
  padding-right: 165px !important;
}

.mt--165 {
  margin-top: 165px !important;
}

.mb--165 {
  margin-bottom: 165px !important;
}

.mr--165 {
  margin-right: 165px !important;
}

.ml--165 {
  margin-left: 165px !important;
}

.ptb--170 {
  padding: 170px 0 !important;
}

.plr--170 {
  padding: 0 170px !important;
}

.pt--170 {
  padding-top: 170px !important;
}

.pb--170 {
  padding-bottom: 170px !important;
}

.pl--170 {
  padding-left: 170px !important;
}

.pr--170 {
  padding-right: 170px !important;
}

.mt--170 {
  margin-top: 170px !important;
}

.mb--170 {
  margin-bottom: 170px !important;
}

.mr--170 {
  margin-right: 170px !important;
}

.ml--170 {
  margin-left: 170px !important;
}

.ptb--175 {
  padding: 175px 0 !important;
}

.plr--175 {
  padding: 0 175px !important;
}

.pt--175 {
  padding-top: 175px !important;
}

.pb--175 {
  padding-bottom: 175px !important;
}

.pl--175 {
  padding-left: 175px !important;
}

.pr--175 {
  padding-right: 175px !important;
}

.mt--175 {
  margin-top: 175px !important;
}

.mb--175 {
  margin-bottom: 175px !important;
}

.mr--175 {
  margin-right: 175px !important;
}

.ml--175 {
  margin-left: 175px !important;
}

.ptb--180 {
  padding: 180px 0 !important;
}

.plr--180 {
  padding: 0 180px !important;
}

.pt--180 {
  padding-top: 180px !important;
}

.pb--180 {
  padding-bottom: 180px !important;
}

.pl--180 {
  padding-left: 180px !important;
}

.pr--180 {
  padding-right: 180px !important;
}

.mt--180 {
  margin-top: 180px !important;
}

.mb--180 {
  margin-bottom: 180px !important;
}

.mr--180 {
  margin-right: 180px !important;
}

.ml--180 {
  margin-left: 180px !important;
}

.ptb--185 {
  padding: 185px 0 !important;
}

.plr--185 {
  padding: 0 185px !important;
}

.pt--185 {
  padding-top: 185px !important;
}

.pb--185 {
  padding-bottom: 185px !important;
}

.pl--185 {
  padding-left: 185px !important;
}

.pr--185 {
  padding-right: 185px !important;
}

.mt--185 {
  margin-top: 185px !important;
}

.mb--185 {
  margin-bottom: 185px !important;
}

.mr--185 {
  margin-right: 185px !important;
}

.ml--185 {
  margin-left: 185px !important;
}

.ptb--190 {
  padding: 190px 0 !important;
}

.plr--190 {
  padding: 0 190px !important;
}

.pt--190 {
  padding-top: 190px !important;
}

.pb--190 {
  padding-bottom: 190px !important;
}

.pl--190 {
  padding-left: 190px !important;
}

.pr--190 {
  padding-right: 190px !important;
}

.mt--190 {
  margin-top: 190px !important;
}

.mb--190 {
  margin-bottom: 190px !important;
}

.mr--190 {
  margin-right: 190px !important;
}

.ml--190 {
  margin-left: 190px !important;
}

.ptb--195 {
  padding: 195px 0 !important;
}

.plr--195 {
  padding: 0 195px !important;
}

.pt--195 {
  padding-top: 195px !important;
}

.pb--195 {
  padding-bottom: 195px !important;
}

.pl--195 {
  padding-left: 195px !important;
}

.pr--195 {
  padding-right: 195px !important;
}

.mt--195 {
  margin-top: 195px !important;
}

.mb--195 {
  margin-bottom: 195px !important;
}

.mr--195 {
  margin-right: 195px !important;
}

.ml--195 {
  margin-left: 195px !important;
}

.ptb--200 {
  padding: 200px 0 !important;
}

.plr--200 {
  padding: 0 200px !important;
}

.pt--200 {
  padding-top: 200px !important;
}

.pb--200 {
  padding-bottom: 200px !important;
}

.pl--200 {
  padding-left: 200px !important;
}

.pr--200 {
  padding-right: 200px !important;
}

.mt--200 {
  margin-top: 200px !important;
}

.mb--200 {
  margin-bottom: 200px !important;
}

.mr--200 {
  margin-right: 200px !important;
}

.ml--200 {
  margin-left: 200px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ptb_lp--5 {
    padding: 5px 0;
  }
  .plr_lp--5 {
    padding: 0 5px;
  }
  .pt_lp--5 {
    padding-top: 5px;
  }
  .pb_lp--5 {
    padding-bottom: 5px;
  }
  .pl_lp--5 {
    padding-left: 5px;
  }
  .pr_lp--5 {
    padding-right: 5px;
  }
  .mt_lp--5 {
    margin-top: 5px;
  }
  .mb_lp--5 {
    margin-bottom: 5px;
  }
  .ptb_lp--10 {
    padding: 10px 0;
  }
  .plr_lp--10 {
    padding: 0 10px;
  }
  .pt_lp--10 {
    padding-top: 10px;
  }
  .pb_lp--10 {
    padding-bottom: 10px;
  }
  .pl_lp--10 {
    padding-left: 10px;
  }
  .pr_lp--10 {
    padding-right: 10px;
  }
  .mt_lp--10 {
    margin-top: 10px;
  }
  .mb_lp--10 {
    margin-bottom: 10px;
  }
  .ptb_lp--15 {
    padding: 15px 0;
  }
  .plr_lp--15 {
    padding: 0 15px;
  }
  .pt_lp--15 {
    padding-top: 15px;
  }
  .pb_lp--15 {
    padding-bottom: 15px;
  }
  .pl_lp--15 {
    padding-left: 15px;
  }
  .pr_lp--15 {
    padding-right: 15px;
  }
  .mt_lp--15 {
    margin-top: 15px;
  }
  .mb_lp--15 {
    margin-bottom: 15px;
  }
  .ptb_lp--20 {
    padding: 20px 0;
  }
  .plr_lp--20 {
    padding: 0 20px;
  }
  .pt_lp--20 {
    padding-top: 20px;
  }
  .pb_lp--20 {
    padding-bottom: 20px;
  }
  .pl_lp--20 {
    padding-left: 20px;
  }
  .pr_lp--20 {
    padding-right: 20px;
  }
  .mt_lp--20 {
    margin-top: 20px;
  }
  .mb_lp--20 {
    margin-bottom: 20px;
  }
  .ptb_lp--25 {
    padding: 25px 0;
  }
  .plr_lp--25 {
    padding: 0 25px;
  }
  .pt_lp--25 {
    padding-top: 25px;
  }
  .pb_lp--25 {
    padding-bottom: 25px;
  }
  .pl_lp--25 {
    padding-left: 25px;
  }
  .pr_lp--25 {
    padding-right: 25px;
  }
  .mt_lp--25 {
    margin-top: 25px;
  }
  .mb_lp--25 {
    margin-bottom: 25px;
  }
  .ptb_lp--30 {
    padding: 30px 0;
  }
  .plr_lp--30 {
    padding: 0 30px;
  }
  .pt_lp--30 {
    padding-top: 30px;
  }
  .pb_lp--30 {
    padding-bottom: 30px;
  }
  .pl_lp--30 {
    padding-left: 30px;
  }
  .pr_lp--30 {
    padding-right: 30px;
  }
  .mt_lp--30 {
    margin-top: 30px;
  }
  .mb_lp--30 {
    margin-bottom: 30px;
  }
  .ptb_lp--35 {
    padding: 35px 0;
  }
  .plr_lp--35 {
    padding: 0 35px;
  }
  .pt_lp--35 {
    padding-top: 35px;
  }
  .pb_lp--35 {
    padding-bottom: 35px;
  }
  .pl_lp--35 {
    padding-left: 35px;
  }
  .pr_lp--35 {
    padding-right: 35px;
  }
  .mt_lp--35 {
    margin-top: 35px;
  }
  .mb_lp--35 {
    margin-bottom: 35px;
  }
  .ptb_lp--40 {
    padding: 40px 0;
  }
  .plr_lp--40 {
    padding: 0 40px;
  }
  .pt_lp--40 {
    padding-top: 40px;
  }
  .pb_lp--40 {
    padding-bottom: 40px;
  }
  .pl_lp--40 {
    padding-left: 40px;
  }
  .pr_lp--40 {
    padding-right: 40px;
  }
  .mt_lp--40 {
    margin-top: 40px;
  }
  .mb_lp--40 {
    margin-bottom: 40px;
  }
  .ptb_lp--45 {
    padding: 45px 0;
  }
  .plr_lp--45 {
    padding: 0 45px;
  }
  .pt_lp--45 {
    padding-top: 45px;
  }
  .pb_lp--45 {
    padding-bottom: 45px;
  }
  .pl_lp--45 {
    padding-left: 45px;
  }
  .pr_lp--45 {
    padding-right: 45px;
  }
  .mt_lp--45 {
    margin-top: 45px;
  }
  .mb_lp--45 {
    margin-bottom: 45px;
  }
  .ptb_lp--50 {
    padding: 50px 0;
  }
  .plr_lp--50 {
    padding: 0 50px;
  }
  .pt_lp--50 {
    padding-top: 50px;
  }
  .pb_lp--50 {
    padding-bottom: 50px;
  }
  .pl_lp--50 {
    padding-left: 50px;
  }
  .pr_lp--50 {
    padding-right: 50px;
  }
  .mt_lp--50 {
    margin-top: 50px;
  }
  .mb_lp--50 {
    margin-bottom: 50px;
  }
  .ptb_lp--55 {
    padding: 55px 0;
  }
  .plr_lp--55 {
    padding: 0 55px;
  }
  .pt_lp--55 {
    padding-top: 55px;
  }
  .pb_lp--55 {
    padding-bottom: 55px;
  }
  .pl_lp--55 {
    padding-left: 55px;
  }
  .pr_lp--55 {
    padding-right: 55px;
  }
  .mt_lp--55 {
    margin-top: 55px;
  }
  .mb_lp--55 {
    margin-bottom: 55px;
  }
  .ptb_lp--60 {
    padding: 60px 0;
  }
  .plr_lp--60 {
    padding: 0 60px;
  }
  .pt_lp--60 {
    padding-top: 60px;
  }
  .pb_lp--60 {
    padding-bottom: 60px;
  }
  .pl_lp--60 {
    padding-left: 60px;
  }
  .pr_lp--60 {
    padding-right: 60px;
  }
  .mt_lp--60 {
    margin-top: 60px;
  }
  .mb_lp--60 {
    margin-bottom: 60px;
  }
  .ptb_lp--65 {
    padding: 65px 0;
  }
  .plr_lp--65 {
    padding: 0 65px;
  }
  .pt_lp--65 {
    padding-top: 65px;
  }
  .pb_lp--65 {
    padding-bottom: 65px;
  }
  .pl_lp--65 {
    padding-left: 65px;
  }
  .pr_lp--65 {
    padding-right: 65px;
  }
  .mt_lp--65 {
    margin-top: 65px;
  }
  .mb_lp--65 {
    margin-bottom: 65px;
  }
  .ptb_lp--70 {
    padding: 70px 0;
  }
  .plr_lp--70 {
    padding: 0 70px;
  }
  .pt_lp--70 {
    padding-top: 70px;
  }
  .pb_lp--70 {
    padding-bottom: 70px;
  }
  .pl_lp--70 {
    padding-left: 70px;
  }
  .pr_lp--70 {
    padding-right: 70px;
  }
  .mt_lp--70 {
    margin-top: 70px;
  }
  .mb_lp--70 {
    margin-bottom: 70px;
  }
  .ptb_lp--75 {
    padding: 75px 0;
  }
  .plr_lp--75 {
    padding: 0 75px;
  }
  .pt_lp--75 {
    padding-top: 75px;
  }
  .pb_lp--75 {
    padding-bottom: 75px;
  }
  .pl_lp--75 {
    padding-left: 75px;
  }
  .pr_lp--75 {
    padding-right: 75px;
  }
  .mt_lp--75 {
    margin-top: 75px;
  }
  .mb_lp--75 {
    margin-bottom: 75px;
  }
  .ptb_lp--80 {
    padding: 80px 0;
  }
  .plr_lp--80 {
    padding: 0 80px;
  }
  .pt_lp--80 {
    padding-top: 80px;
  }
  .pb_lp--80 {
    padding-bottom: 80px;
  }
  .pl_lp--80 {
    padding-left: 80px;
  }
  .pr_lp--80 {
    padding-right: 80px;
  }
  .mt_lp--80 {
    margin-top: 80px;
  }
  .mb_lp--80 {
    margin-bottom: 80px;
  }
  .ptb_lp--85 {
    padding: 85px 0;
  }
  .plr_lp--85 {
    padding: 0 85px;
  }
  .pt_lp--85 {
    padding-top: 85px;
  }
  .pb_lp--85 {
    padding-bottom: 85px;
  }
  .pl_lp--85 {
    padding-left: 85px;
  }
  .pr_lp--85 {
    padding-right: 85px;
  }
  .mt_lp--85 {
    margin-top: 85px;
  }
  .mb_lp--85 {
    margin-bottom: 85px;
  }
  .ptb_lp--90 {
    padding: 90px 0;
  }
  .plr_lp--90 {
    padding: 0 90px;
  }
  .pt_lp--90 {
    padding-top: 90px;
  }
  .pb_lp--90 {
    padding-bottom: 90px;
  }
  .pl_lp--90 {
    padding-left: 90px;
  }
  .pr_lp--90 {
    padding-right: 90px;
  }
  .mt_lp--90 {
    margin-top: 90px;
  }
  .mb_lp--90 {
    margin-bottom: 90px;
  }
  .ptb_lp--95 {
    padding: 95px 0;
  }
  .plr_lp--95 {
    padding: 0 95px;
  }
  .pt_lp--95 {
    padding-top: 95px;
  }
  .pb_lp--95 {
    padding-bottom: 95px;
  }
  .pl_lp--95 {
    padding-left: 95px;
  }
  .pr_lp--95 {
    padding-right: 95px;
  }
  .mt_lp--95 {
    margin-top: 95px;
  }
  .mb_lp--95 {
    margin-bottom: 95px;
  }
  .ptb_lp--100 {
    padding: 100px 0;
  }
  .plr_lp--100 {
    padding: 0 100px;
  }
  .pt_lp--100 {
    padding-top: 100px;
  }
  .pb_lp--100 {
    padding-bottom: 100px;
  }
  .pl_lp--100 {
    padding-left: 100px;
  }
  .pr_lp--100 {
    padding-right: 100px;
  }
  .mt_lp--100 {
    margin-top: 100px;
  }
  .mb_lp--100 {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb_lg--5 {
    padding: 5px 0 !important;
  }
  .plr_lg--5 {
    padding: 0 5px !important;
  }
  .pt_lg--5 {
    padding-top: 5px !important;
  }
  .pb_lg--5 {
    padding-bottom: 5px !important;
  }
  .pl_lg--5 {
    padding-left: 5px !important;
  }
  .pr_lg--5 {
    padding-right: 5px !important;
  }
  .mt_lg--5 {
    margin-top: 5px !important;
  }
  .mb_lg--5 {
    margin-bottom: 5px !important;
  }
  .ml_lg--5 {
    margin-left: 5px !important;
  }
  .ptb_lg--10 {
    padding: 10px 0 !important;
  }
  .plr_lg--10 {
    padding: 0 10px !important;
  }
  .pt_lg--10 {
    padding-top: 10px !important;
  }
  .pb_lg--10 {
    padding-bottom: 10px !important;
  }
  .pl_lg--10 {
    padding-left: 10px !important;
  }
  .pr_lg--10 {
    padding-right: 10px !important;
  }
  .mt_lg--10 {
    margin-top: 10px !important;
  }
  .mb_lg--10 {
    margin-bottom: 10px !important;
  }
  .ml_lg--10 {
    margin-left: 10px !important;
  }
  .ptb_lg--15 {
    padding: 15px 0 !important;
  }
  .plr_lg--15 {
    padding: 0 15px !important;
  }
  .pt_lg--15 {
    padding-top: 15px !important;
  }
  .pb_lg--15 {
    padding-bottom: 15px !important;
  }
  .pl_lg--15 {
    padding-left: 15px !important;
  }
  .pr_lg--15 {
    padding-right: 15px !important;
  }
  .mt_lg--15 {
    margin-top: 15px !important;
  }
  .mb_lg--15 {
    margin-bottom: 15px !important;
  }
  .ml_lg--15 {
    margin-left: 15px !important;
  }
  .ptb_lg--20 {
    padding: 20px 0 !important;
  }
  .plr_lg--20 {
    padding: 0 20px !important;
  }
  .pt_lg--20 {
    padding-top: 20px !important;
  }
  .pb_lg--20 {
    padding-bottom: 20px !important;
  }
  .pl_lg--20 {
    padding-left: 20px !important;
  }
  .pr_lg--20 {
    padding-right: 20px !important;
  }
  .mt_lg--20 {
    margin-top: 20px !important;
  }
  .mb_lg--20 {
    margin-bottom: 20px !important;
  }
  .ml_lg--20 {
    margin-left: 20px !important;
  }
  .ptb_lg--25 {
    padding: 25px 0 !important;
  }
  .plr_lg--25 {
    padding: 0 25px !important;
  }
  .pt_lg--25 {
    padding-top: 25px !important;
  }
  .pb_lg--25 {
    padding-bottom: 25px !important;
  }
  .pl_lg--25 {
    padding-left: 25px !important;
  }
  .pr_lg--25 {
    padding-right: 25px !important;
  }
  .mt_lg--25 {
    margin-top: 25px !important;
  }
  .mb_lg--25 {
    margin-bottom: 25px !important;
  }
  .ml_lg--25 {
    margin-left: 25px !important;
  }
  .ptb_lg--30 {
    padding: 30px 0 !important;
  }
  .plr_lg--30 {
    padding: 0 30px !important;
  }
  .pt_lg--30 {
    padding-top: 30px !important;
  }
  .pb_lg--30 {
    padding-bottom: 30px !important;
  }
  .pl_lg--30 {
    padding-left: 30px !important;
  }
  .pr_lg--30 {
    padding-right: 30px !important;
  }
  .mt_lg--30 {
    margin-top: 30px !important;
  }
  .mb_lg--30 {
    margin-bottom: 30px !important;
  }
  .ml_lg--30 {
    margin-left: 30px !important;
  }
  .ptb_lg--35 {
    padding: 35px 0 !important;
  }
  .plr_lg--35 {
    padding: 0 35px !important;
  }
  .pt_lg--35 {
    padding-top: 35px !important;
  }
  .pb_lg--35 {
    padding-bottom: 35px !important;
  }
  .pl_lg--35 {
    padding-left: 35px !important;
  }
  .pr_lg--35 {
    padding-right: 35px !important;
  }
  .mt_lg--35 {
    margin-top: 35px !important;
  }
  .mb_lg--35 {
    margin-bottom: 35px !important;
  }
  .ml_lg--35 {
    margin-left: 35px !important;
  }
  .ptb_lg--40 {
    padding: 40px 0 !important;
  }
  .plr_lg--40 {
    padding: 0 40px !important;
  }
  .pt_lg--40 {
    padding-top: 40px !important;
  }
  .pb_lg--40 {
    padding-bottom: 40px !important;
  }
  .pl_lg--40 {
    padding-left: 40px !important;
  }
  .pr_lg--40 {
    padding-right: 40px !important;
  }
  .mt_lg--40 {
    margin-top: 40px !important;
  }
  .mb_lg--40 {
    margin-bottom: 40px !important;
  }
  .ml_lg--40 {
    margin-left: 40px !important;
  }
  .ptb_lg--45 {
    padding: 45px 0 !important;
  }
  .plr_lg--45 {
    padding: 0 45px !important;
  }
  .pt_lg--45 {
    padding-top: 45px !important;
  }
  .pb_lg--45 {
    padding-bottom: 45px !important;
  }
  .pl_lg--45 {
    padding-left: 45px !important;
  }
  .pr_lg--45 {
    padding-right: 45px !important;
  }
  .mt_lg--45 {
    margin-top: 45px !important;
  }
  .mb_lg--45 {
    margin-bottom: 45px !important;
  }
  .ml_lg--45 {
    margin-left: 45px !important;
  }
  .ptb_lg--50 {
    padding: 50px 0 !important;
  }
  .plr_lg--50 {
    padding: 0 50px !important;
  }
  .pt_lg--50 {
    padding-top: 50px !important;
  }
  .pb_lg--50 {
    padding-bottom: 50px !important;
  }
  .pl_lg--50 {
    padding-left: 50px !important;
  }
  .pr_lg--50 {
    padding-right: 50px !important;
  }
  .mt_lg--50 {
    margin-top: 50px !important;
  }
  .mb_lg--50 {
    margin-bottom: 50px !important;
  }
  .ml_lg--50 {
    margin-left: 50px !important;
  }
  .ptb_lg--55 {
    padding: 55px 0 !important;
  }
  .plr_lg--55 {
    padding: 0 55px !important;
  }
  .pt_lg--55 {
    padding-top: 55px !important;
  }
  .pb_lg--55 {
    padding-bottom: 55px !important;
  }
  .pl_lg--55 {
    padding-left: 55px !important;
  }
  .pr_lg--55 {
    padding-right: 55px !important;
  }
  .mt_lg--55 {
    margin-top: 55px !important;
  }
  .mb_lg--55 {
    margin-bottom: 55px !important;
  }
  .ml_lg--55 {
    margin-left: 55px !important;
  }
  .ptb_lg--60 {
    padding: 60px 0 !important;
  }
  .plr_lg--60 {
    padding: 0 60px !important;
  }
  .pt_lg--60 {
    padding-top: 60px !important;
  }
  .pb_lg--60 {
    padding-bottom: 60px !important;
  }
  .pl_lg--60 {
    padding-left: 60px !important;
  }
  .pr_lg--60 {
    padding-right: 60px !important;
  }
  .mt_lg--60 {
    margin-top: 60px !important;
  }
  .mb_lg--60 {
    margin-bottom: 60px !important;
  }
  .ml_lg--60 {
    margin-left: 60px !important;
  }
  .ptb_lg--65 {
    padding: 65px 0 !important;
  }
  .plr_lg--65 {
    padding: 0 65px !important;
  }
  .pt_lg--65 {
    padding-top: 65px !important;
  }
  .pb_lg--65 {
    padding-bottom: 65px !important;
  }
  .pl_lg--65 {
    padding-left: 65px !important;
  }
  .pr_lg--65 {
    padding-right: 65px !important;
  }
  .mt_lg--65 {
    margin-top: 65px !important;
  }
  .mb_lg--65 {
    margin-bottom: 65px !important;
  }
  .ml_lg--65 {
    margin-left: 65px !important;
  }
  .ptb_lg--70 {
    padding: 70px 0 !important;
  }
  .plr_lg--70 {
    padding: 0 70px !important;
  }
  .pt_lg--70 {
    padding-top: 70px !important;
  }
  .pb_lg--70 {
    padding-bottom: 70px !important;
  }
  .pl_lg--70 {
    padding-left: 70px !important;
  }
  .pr_lg--70 {
    padding-right: 70px !important;
  }
  .mt_lg--70 {
    margin-top: 70px !important;
  }
  .mb_lg--70 {
    margin-bottom: 70px !important;
  }
  .ml_lg--70 {
    margin-left: 70px !important;
  }
  .ptb_lg--75 {
    padding: 75px 0 !important;
  }
  .plr_lg--75 {
    padding: 0 75px !important;
  }
  .pt_lg--75 {
    padding-top: 75px !important;
  }
  .pb_lg--75 {
    padding-bottom: 75px !important;
  }
  .pl_lg--75 {
    padding-left: 75px !important;
  }
  .pr_lg--75 {
    padding-right: 75px !important;
  }
  .mt_lg--75 {
    margin-top: 75px !important;
  }
  .mb_lg--75 {
    margin-bottom: 75px !important;
  }
  .ml_lg--75 {
    margin-left: 75px !important;
  }
  .ptb_lg--80 {
    padding: 80px 0 !important;
  }
  .plr_lg--80 {
    padding: 0 80px !important;
  }
  .pt_lg--80 {
    padding-top: 80px !important;
  }
  .pb_lg--80 {
    padding-bottom: 80px !important;
  }
  .pl_lg--80 {
    padding-left: 80px !important;
  }
  .pr_lg--80 {
    padding-right: 80px !important;
  }
  .mt_lg--80 {
    margin-top: 80px !important;
  }
  .mb_lg--80 {
    margin-bottom: 80px !important;
  }
  .ml_lg--80 {
    margin-left: 80px !important;
  }
  .ptb_lg--85 {
    padding: 85px 0 !important;
  }
  .plr_lg--85 {
    padding: 0 85px !important;
  }
  .pt_lg--85 {
    padding-top: 85px !important;
  }
  .pb_lg--85 {
    padding-bottom: 85px !important;
  }
  .pl_lg--85 {
    padding-left: 85px !important;
  }
  .pr_lg--85 {
    padding-right: 85px !important;
  }
  .mt_lg--85 {
    margin-top: 85px !important;
  }
  .mb_lg--85 {
    margin-bottom: 85px !important;
  }
  .ml_lg--85 {
    margin-left: 85px !important;
  }
  .ptb_lg--90 {
    padding: 90px 0 !important;
  }
  .plr_lg--90 {
    padding: 0 90px !important;
  }
  .pt_lg--90 {
    padding-top: 90px !important;
  }
  .pb_lg--90 {
    padding-bottom: 90px !important;
  }
  .pl_lg--90 {
    padding-left: 90px !important;
  }
  .pr_lg--90 {
    padding-right: 90px !important;
  }
  .mt_lg--90 {
    margin-top: 90px !important;
  }
  .mb_lg--90 {
    margin-bottom: 90px !important;
  }
  .ml_lg--90 {
    margin-left: 90px !important;
  }
  .ptb_lg--95 {
    padding: 95px 0 !important;
  }
  .plr_lg--95 {
    padding: 0 95px !important;
  }
  .pt_lg--95 {
    padding-top: 95px !important;
  }
  .pb_lg--95 {
    padding-bottom: 95px !important;
  }
  .pl_lg--95 {
    padding-left: 95px !important;
  }
  .pr_lg--95 {
    padding-right: 95px !important;
  }
  .mt_lg--95 {
    margin-top: 95px !important;
  }
  .mb_lg--95 {
    margin-bottom: 95px !important;
  }
  .ml_lg--95 {
    margin-left: 95px !important;
  }
  .ptb_lg--100 {
    padding: 100px 0 !important;
  }
  .plr_lg--100 {
    padding: 0 100px !important;
  }
  .pt_lg--100 {
    padding-top: 100px !important;
  }
  .pb_lg--100 {
    padding-bottom: 100px !important;
  }
  .pl_lg--100 {
    padding-left: 100px !important;
  }
  .pr_lg--100 {
    padding-right: 100px !important;
  }
  .mt_lg--100 {
    margin-top: 100px !important;
  }
  .mb_lg--100 {
    margin-bottom: 100px !important;
  }
  .ml_lg--100 {
    margin-left: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ptb_md--0 {
    padding: 0 !important;
  }
  .pl_md--0 {
    padding-left: 0 !important;
  }
  .pr_md--0 {
    padding-right: 0 !important;
  }
  .pt_md--0 {
    padding-top: 0 !important;
  }
  .pb_md--0 {
    padding-bottom: 0 !important;
  }
  .mr_md--0 {
    margin-right: 0 !important;
  }
  .ml_md--0 {
    margin-left: 0 !important;
  }
  .mt_md--0 {
    margin-top: 0 !important;
  }
  .mb_md--0 {
    margin-bottom: 0 !important;
  }
  .ptb_md--250 {
    padding: 250px 0 !important;
  }
  .ptb_md--5 {
    padding: 5px 0 !important;
  }
  .plr_md--5 {
    padding: 0 5px !important;
  }
  .pt_md--5 {
    padding-top: 5px !important;
  }
  .pb_md--5 {
    padding-bottom: 5px !important;
  }
  .pl_md--5 {
    padding-left: 5px !important;
  }
  .pr_md--5 {
    padding-right: 5px !important;
  }
  .mt_md--5 {
    margin-top: 5px !important;
  }
  .mb_md--5 {
    margin-bottom: 5px !important;
  }
  .ptb_md--10 {
    padding: 10px 0 !important;
  }
  .plr_md--10 {
    padding: 0 10px !important;
  }
  .pt_md--10 {
    padding-top: 10px !important;
  }
  .pb_md--10 {
    padding-bottom: 10px !important;
  }
  .pl_md--10 {
    padding-left: 10px !important;
  }
  .pr_md--10 {
    padding-right: 10px !important;
  }
  .mt_md--10 {
    margin-top: 10px !important;
  }
  .mb_md--10 {
    margin-bottom: 10px !important;
  }
  .ptb_md--15 {
    padding: 15px 0 !important;
  }
  .plr_md--15 {
    padding: 0 15px !important;
  }
  .pt_md--15 {
    padding-top: 15px !important;
  }
  .pb_md--15 {
    padding-bottom: 15px !important;
  }
  .pl_md--15 {
    padding-left: 15px !important;
  }
  .pr_md--15 {
    padding-right: 15px !important;
  }
  .mt_md--15 {
    margin-top: 15px !important;
  }
  .mb_md--15 {
    margin-bottom: 15px !important;
  }
  .ptb_md--20 {
    padding: 20px 0 !important;
  }
  .plr_md--20 {
    padding: 0 20px !important;
  }
  .pt_md--20 {
    padding-top: 20px !important;
  }
  .pb_md--20 {
    padding-bottom: 20px !important;
  }
  .pl_md--20 {
    padding-left: 20px !important;
  }
  .pr_md--20 {
    padding-right: 20px !important;
  }
  .mt_md--20 {
    margin-top: 20px !important;
  }
  .mb_md--20 {
    margin-bottom: 20px !important;
  }
  .ptb_md--25 {
    padding: 25px 0 !important;
  }
  .plr_md--25 {
    padding: 0 25px !important;
  }
  .pt_md--25 {
    padding-top: 25px !important;
  }
  .pb_md--25 {
    padding-bottom: 25px !important;
  }
  .pl_md--25 {
    padding-left: 25px !important;
  }
  .pr_md--25 {
    padding-right: 25px !important;
  }
  .mt_md--25 {
    margin-top: 25px !important;
  }
  .mb_md--25 {
    margin-bottom: 25px !important;
  }
  .ptb_md--30 {
    padding: 30px 0 !important;
  }
  .plr_md--30 {
    padding: 0 30px !important;
  }
  .pt_md--30 {
    padding-top: 30px !important;
  }
  .pb_md--30 {
    padding-bottom: 30px !important;
  }
  .pl_md--30 {
    padding-left: 30px !important;
  }
  .pr_md--30 {
    padding-right: 30px !important;
  }
  .mt_md--30 {
    margin-top: 30px !important;
  }
  .mb_md--30 {
    margin-bottom: 30px !important;
  }
  .ptb_md--35 {
    padding: 35px 0 !important;
  }
  .plr_md--35 {
    padding: 0 35px !important;
  }
  .pt_md--35 {
    padding-top: 35px !important;
  }
  .pb_md--35 {
    padding-bottom: 35px !important;
  }
  .pl_md--35 {
    padding-left: 35px !important;
  }
  .pr_md--35 {
    padding-right: 35px !important;
  }
  .mt_md--35 {
    margin-top: 35px !important;
  }
  .mb_md--35 {
    margin-bottom: 35px !important;
  }
  .ptb_md--40 {
    padding: 40px 0 !important;
  }
  .plr_md--40 {
    padding: 0 40px !important;
  }
  .pt_md--40 {
    padding-top: 40px !important;
  }
  .pb_md--40 {
    padding-bottom: 40px !important;
  }
  .pl_md--40 {
    padding-left: 40px !important;
  }
  .pr_md--40 {
    padding-right: 40px !important;
  }
  .mt_md--40 {
    margin-top: 40px !important;
  }
  .mb_md--40 {
    margin-bottom: 40px !important;
  }
  .ptb_md--45 {
    padding: 45px 0 !important;
  }
  .plr_md--45 {
    padding: 0 45px !important;
  }
  .pt_md--45 {
    padding-top: 45px !important;
  }
  .pb_md--45 {
    padding-bottom: 45px !important;
  }
  .pl_md--45 {
    padding-left: 45px !important;
  }
  .pr_md--45 {
    padding-right: 45px !important;
  }
  .mt_md--45 {
    margin-top: 45px !important;
  }
  .mb_md--45 {
    margin-bottom: 45px !important;
  }
  .ptb_md--50 {
    padding: 50px 0 !important;
  }
  .plr_md--50 {
    padding: 0 50px !important;
  }
  .pt_md--50 {
    padding-top: 50px !important;
  }
  .pb_md--50 {
    padding-bottom: 50px !important;
  }
  .pl_md--50 {
    padding-left: 50px !important;
  }
  .pr_md--50 {
    padding-right: 50px !important;
  }
  .mt_md--50 {
    margin-top: 50px !important;
  }
  .mb_md--50 {
    margin-bottom: 50px !important;
  }
  .ptb_md--55 {
    padding: 55px 0 !important;
  }
  .plr_md--55 {
    padding: 0 55px !important;
  }
  .pt_md--55 {
    padding-top: 55px !important;
  }
  .pb_md--55 {
    padding-bottom: 55px !important;
  }
  .pl_md--55 {
    padding-left: 55px !important;
  }
  .pr_md--55 {
    padding-right: 55px !important;
  }
  .mt_md--55 {
    margin-top: 55px !important;
  }
  .mb_md--55 {
    margin-bottom: 55px !important;
  }
  .ptb_md--60 {
    padding: 60px 0 !important;
  }
  .plr_md--60 {
    padding: 0 60px !important;
  }
  .pt_md--60 {
    padding-top: 60px !important;
  }
  .pb_md--60 {
    padding-bottom: 60px !important;
  }
  .pl_md--60 {
    padding-left: 60px !important;
  }
  .pr_md--60 {
    padding-right: 60px !important;
  }
  .mt_md--60 {
    margin-top: 60px !important;
  }
  .mb_md--60 {
    margin-bottom: 60px !important;
  }
  .ptb_md--65 {
    padding: 65px 0 !important;
  }
  .plr_md--65 {
    padding: 0 65px !important;
  }
  .pt_md--65 {
    padding-top: 65px !important;
  }
  .pb_md--65 {
    padding-bottom: 65px !important;
  }
  .pl_md--65 {
    padding-left: 65px !important;
  }
  .pr_md--65 {
    padding-right: 65px !important;
  }
  .mt_md--65 {
    margin-top: 65px !important;
  }
  .mb_md--65 {
    margin-bottom: 65px !important;
  }
  .ptb_md--70 {
    padding: 70px 0 !important;
  }
  .plr_md--70 {
    padding: 0 70px !important;
  }
  .pt_md--70 {
    padding-top: 70px !important;
  }
  .pb_md--70 {
    padding-bottom: 70px !important;
  }
  .pl_md--70 {
    padding-left: 70px !important;
  }
  .pr_md--70 {
    padding-right: 70px !important;
  }
  .mt_md--70 {
    margin-top: 70px !important;
  }
  .mb_md--70 {
    margin-bottom: 70px !important;
  }
  .ptb_md--75 {
    padding: 75px 0 !important;
  }
  .plr_md--75 {
    padding: 0 75px !important;
  }
  .pt_md--75 {
    padding-top: 75px !important;
  }
  .pb_md--75 {
    padding-bottom: 75px !important;
  }
  .pl_md--75 {
    padding-left: 75px !important;
  }
  .pr_md--75 {
    padding-right: 75px !important;
  }
  .mt_md--75 {
    margin-top: 75px !important;
  }
  .mb_md--75 {
    margin-bottom: 75px !important;
  }
  .ptb_md--80 {
    padding: 80px 0 !important;
  }
  .plr_md--80 {
    padding: 0 80px !important;
  }
  .pt_md--80 {
    padding-top: 80px !important;
  }
  .pb_md--80 {
    padding-bottom: 80px !important;
  }
  .pl_md--80 {
    padding-left: 80px !important;
  }
  .pr_md--80 {
    padding-right: 80px !important;
  }
  .mt_md--80 {
    margin-top: 80px !important;
  }
  .mb_md--80 {
    margin-bottom: 80px !important;
  }
  .ptb_md--85 {
    padding: 85px 0 !important;
  }
  .plr_md--85 {
    padding: 0 85px !important;
  }
  .pt_md--85 {
    padding-top: 85px !important;
  }
  .pb_md--85 {
    padding-bottom: 85px !important;
  }
  .pl_md--85 {
    padding-left: 85px !important;
  }
  .pr_md--85 {
    padding-right: 85px !important;
  }
  .mt_md--85 {
    margin-top: 85px !important;
  }
  .mb_md--85 {
    margin-bottom: 85px !important;
  }
  .ptb_md--90 {
    padding: 90px 0 !important;
  }
  .plr_md--90 {
    padding: 0 90px !important;
  }
  .pt_md--90 {
    padding-top: 90px !important;
  }
  .pb_md--90 {
    padding-bottom: 90px !important;
  }
  .pl_md--90 {
    padding-left: 90px !important;
  }
  .pr_md--90 {
    padding-right: 90px !important;
  }
  .mt_md--90 {
    margin-top: 90px !important;
  }
  .mb_md--90 {
    margin-bottom: 90px !important;
  }
  .ptb_md--95 {
    padding: 95px 0 !important;
  }
  .plr_md--95 {
    padding: 0 95px !important;
  }
  .pt_md--95 {
    padding-top: 95px !important;
  }
  .pb_md--95 {
    padding-bottom: 95px !important;
  }
  .pl_md--95 {
    padding-left: 95px !important;
  }
  .pr_md--95 {
    padding-right: 95px !important;
  }
  .mt_md--95 {
    margin-top: 95px !important;
  }
  .mb_md--95 {
    margin-bottom: 95px !important;
  }
  .ptb_md--100 {
    padding: 100px 0 !important;
  }
  .plr_md--100 {
    padding: 0 100px !important;
  }
  .pt_md--100 {
    padding-top: 100px !important;
  }
  .pb_md--100 {
    padding-bottom: 100px !important;
  }
  .pl_md--100 {
    padding-left: 100px !important;
  }
  .pr_md--100 {
    padding-right: 100px !important;
  }
  .mt_md--100 {
    margin-top: 100px !important;
  }
  .mb_md--100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ptb_sm--250 {
    padding: 250px 0 !important;
  }
  .ptb_sm--0 {
    padding: 0 !important;
  }
  .pl_sm--0 {
    padding-left: 0 !important;
  }
  .pr_sm--0 {
    padding-right: 0 !important;
  }
  .pt_sm--0 {
    padding-top: 0 !important;
  }
  .pb_sm--0 {
    padding-bottom: 0 !important;
  }
  .mr_sm--0 {
    margin-right: 0 !important;
  }
  .ml_sm--0 {
    margin-left: 0 !important;
  }
  .mt_sm--0 {
    margin-top: 0 !important;
  }
  .mb_sm--0 {
    margin-bottom: 0 !important;
  }
  .pt_sm--150 {
    padding-top: 150px !important;
  }
  .pb_sm--110 {
    padding-bottom: 110px !important;
  }
  .ptb_sm--5 {
    padding: 5px 0 !important;
  }
  .plr_sm--5 {
    padding: 0 5px !important;
  }
  .pt_sm--5 {
    padding-top: 5px !important;
  }
  .pb_sm--5 {
    padding-bottom: 5px !important;
  }
  .pl_sm--5 {
    padding-left: 5px !important;
  }
  .pr_sm--5 {
    padding-right: 5px !important;
  }
  .mt_sm--5 {
    margin-top: 5px !important;
  }
  .ml_sm--5 {
    margin-left: 5px !important;
  }
  .mr_sm--5 {
    margin-right: 5px !important;
  }
  .mb_sm--5 {
    margin-bottom: 5px !important;
  }
  .ptb_sm--10 {
    padding: 10px 0 !important;
  }
  .plr_sm--10 {
    padding: 0 10px !important;
  }
  .pt_sm--10 {
    padding-top: 10px !important;
  }
  .pb_sm--10 {
    padding-bottom: 10px !important;
  }
  .pl_sm--10 {
    padding-left: 10px !important;
  }
  .pr_sm--10 {
    padding-right: 10px !important;
  }
  .mt_sm--10 {
    margin-top: 10px !important;
  }
  .ml_sm--10 {
    margin-left: 10px !important;
  }
  .mr_sm--10 {
    margin-right: 10px !important;
  }
  .mb_sm--10 {
    margin-bottom: 10px !important;
  }
  .ptb_sm--15 {
    padding: 15px 0 !important;
  }
  .plr_sm--15 {
    padding: 0 15px !important;
  }
  .pt_sm--15 {
    padding-top: 15px !important;
  }
  .pb_sm--15 {
    padding-bottom: 15px !important;
  }
  .pl_sm--15 {
    padding-left: 15px !important;
  }
  .pr_sm--15 {
    padding-right: 15px !important;
  }
  .mt_sm--15 {
    margin-top: 15px !important;
  }
  .ml_sm--15 {
    margin-left: 15px !important;
  }
  .mr_sm--15 {
    margin-right: 15px !important;
  }
  .mb_sm--15 {
    margin-bottom: 15px !important;
  }
  .ptb_sm--20 {
    padding: 20px 0 !important;
  }
  .plr_sm--20 {
    padding: 0 20px !important;
  }
  .pt_sm--20 {
    padding-top: 20px !important;
  }
  .pb_sm--20 {
    padding-bottom: 20px !important;
  }
  .pl_sm--20 {
    padding-left: 20px !important;
  }
  .pr_sm--20 {
    padding-right: 20px !important;
  }
  .mt_sm--20 {
    margin-top: 20px !important;
  }
  .ml_sm--20 {
    margin-left: 20px !important;
  }
  .mr_sm--20 {
    margin-right: 20px !important;
  }
  .mb_sm--20 {
    margin-bottom: 20px !important;
  }
  .ptb_sm--25 {
    padding: 25px 0 !important;
  }
  .plr_sm--25 {
    padding: 0 25px !important;
  }
  .pt_sm--25 {
    padding-top: 25px !important;
  }
  .pb_sm--25 {
    padding-bottom: 25px !important;
  }
  .pl_sm--25 {
    padding-left: 25px !important;
  }
  .pr_sm--25 {
    padding-right: 25px !important;
  }
  .mt_sm--25 {
    margin-top: 25px !important;
  }
  .ml_sm--25 {
    margin-left: 25px !important;
  }
  .mr_sm--25 {
    margin-right: 25px !important;
  }
  .mb_sm--25 {
    margin-bottom: 25px !important;
  }
  .ptb_sm--30 {
    padding: 30px 0 !important;
  }
  .plr_sm--30 {
    padding: 0 30px !important;
  }
  .pt_sm--30 {
    padding-top: 30px !important;
  }
  .pb_sm--30 {
    padding-bottom: 30px !important;
  }
  .pl_sm--30 {
    padding-left: 30px !important;
  }
  .pr_sm--30 {
    padding-right: 30px !important;
  }
  .mt_sm--30 {
    margin-top: 30px !important;
  }
  .ml_sm--30 {
    margin-left: 30px !important;
  }
  .mr_sm--30 {
    margin-right: 30px !important;
  }
  .mb_sm--30 {
    margin-bottom: 30px !important;
  }
  .ptb_sm--35 {
    padding: 35px 0 !important;
  }
  .plr_sm--35 {
    padding: 0 35px !important;
  }
  .pt_sm--35 {
    padding-top: 35px !important;
  }
  .pb_sm--35 {
    padding-bottom: 35px !important;
  }
  .pl_sm--35 {
    padding-left: 35px !important;
  }
  .pr_sm--35 {
    padding-right: 35px !important;
  }
  .mt_sm--35 {
    margin-top: 35px !important;
  }
  .ml_sm--35 {
    margin-left: 35px !important;
  }
  .mr_sm--35 {
    margin-right: 35px !important;
  }
  .mb_sm--35 {
    margin-bottom: 35px !important;
  }
  .ptb_sm--40 {
    padding: 40px 0 !important;
  }
  .plr_sm--40 {
    padding: 0 40px !important;
  }
  .pt_sm--40 {
    padding-top: 40px !important;
  }
  .pb_sm--40 {
    padding-bottom: 40px !important;
  }
  .pl_sm--40 {
    padding-left: 40px !important;
  }
  .pr_sm--40 {
    padding-right: 40px !important;
  }
  .mt_sm--40 {
    margin-top: 40px !important;
  }
  .ml_sm--40 {
    margin-left: 40px !important;
  }
  .mr_sm--40 {
    margin-right: 40px !important;
  }
  .mb_sm--40 {
    margin-bottom: 40px !important;
  }
  .ptb_sm--45 {
    padding: 45px 0 !important;
  }
  .plr_sm--45 {
    padding: 0 45px !important;
  }
  .pt_sm--45 {
    padding-top: 45px !important;
  }
  .pb_sm--45 {
    padding-bottom: 45px !important;
  }
  .pl_sm--45 {
    padding-left: 45px !important;
  }
  .pr_sm--45 {
    padding-right: 45px !important;
  }
  .mt_sm--45 {
    margin-top: 45px !important;
  }
  .ml_sm--45 {
    margin-left: 45px !important;
  }
  .mr_sm--45 {
    margin-right: 45px !important;
  }
  .mb_sm--45 {
    margin-bottom: 45px !important;
  }
  .ptb_sm--50 {
    padding: 50px 0 !important;
  }
  .plr_sm--50 {
    padding: 0 50px !important;
  }
  .pt_sm--50 {
    padding-top: 50px !important;
  }
  .pb_sm--50 {
    padding-bottom: 50px !important;
  }
  .pl_sm--50 {
    padding-left: 50px !important;
  }
  .pr_sm--50 {
    padding-right: 50px !important;
  }
  .mt_sm--50 {
    margin-top: 50px !important;
  }
  .ml_sm--50 {
    margin-left: 50px !important;
  }
  .mr_sm--50 {
    margin-right: 50px !important;
  }
  .mb_sm--50 {
    margin-bottom: 50px !important;
  }
  .ptb_sm--55 {
    padding: 55px 0 !important;
  }
  .plr_sm--55 {
    padding: 0 55px !important;
  }
  .pt_sm--55 {
    padding-top: 55px !important;
  }
  .pb_sm--55 {
    padding-bottom: 55px !important;
  }
  .pl_sm--55 {
    padding-left: 55px !important;
  }
  .pr_sm--55 {
    padding-right: 55px !important;
  }
  .mt_sm--55 {
    margin-top: 55px !important;
  }
  .ml_sm--55 {
    margin-left: 55px !important;
  }
  .mr_sm--55 {
    margin-right: 55px !important;
  }
  .mb_sm--55 {
    margin-bottom: 55px !important;
  }
  .ptb_sm--60 {
    padding: 60px 0 !important;
  }
  .plr_sm--60 {
    padding: 0 60px !important;
  }
  .pt_sm--60 {
    padding-top: 60px !important;
  }
  .pb_sm--60 {
    padding-bottom: 60px !important;
  }
  .pl_sm--60 {
    padding-left: 60px !important;
  }
  .pr_sm--60 {
    padding-right: 60px !important;
  }
  .mt_sm--60 {
    margin-top: 60px !important;
  }
  .ml_sm--60 {
    margin-left: 60px !important;
  }
  .mr_sm--60 {
    margin-right: 60px !important;
  }
  .mb_sm--60 {
    margin-bottom: 60px !important;
  }
  .ptb_sm--65 {
    padding: 65px 0 !important;
  }
  .plr_sm--65 {
    padding: 0 65px !important;
  }
  .pt_sm--65 {
    padding-top: 65px !important;
  }
  .pb_sm--65 {
    padding-bottom: 65px !important;
  }
  .pl_sm--65 {
    padding-left: 65px !important;
  }
  .pr_sm--65 {
    padding-right: 65px !important;
  }
  .mt_sm--65 {
    margin-top: 65px !important;
  }
  .ml_sm--65 {
    margin-left: 65px !important;
  }
  .mr_sm--65 {
    margin-right: 65px !important;
  }
  .mb_sm--65 {
    margin-bottom: 65px !important;
  }
  .ptb_sm--70 {
    padding: 70px 0 !important;
  }
  .plr_sm--70 {
    padding: 0 70px !important;
  }
  .pt_sm--70 {
    padding-top: 70px !important;
  }
  .pb_sm--70 {
    padding-bottom: 70px !important;
  }
  .pl_sm--70 {
    padding-left: 70px !important;
  }
  .pr_sm--70 {
    padding-right: 70px !important;
  }
  .mt_sm--70 {
    margin-top: 70px !important;
  }
  .ml_sm--70 {
    margin-left: 70px !important;
  }
  .mr_sm--70 {
    margin-right: 70px !important;
  }
  .mb_sm--70 {
    margin-bottom: 70px !important;
  }
  .ptb_sm--75 {
    padding: 75px 0 !important;
  }
  .plr_sm--75 {
    padding: 0 75px !important;
  }
  .pt_sm--75 {
    padding-top: 75px !important;
  }
  .pb_sm--75 {
    padding-bottom: 75px !important;
  }
  .pl_sm--75 {
    padding-left: 75px !important;
  }
  .pr_sm--75 {
    padding-right: 75px !important;
  }
  .mt_sm--75 {
    margin-top: 75px !important;
  }
  .ml_sm--75 {
    margin-left: 75px !important;
  }
  .mr_sm--75 {
    margin-right: 75px !important;
  }
  .mb_sm--75 {
    margin-bottom: 75px !important;
  }
  .ptb_sm--80 {
    padding: 80px 0 !important;
  }
  .plr_sm--80 {
    padding: 0 80px !important;
  }
  .pt_sm--80 {
    padding-top: 80px !important;
  }
  .pb_sm--80 {
    padding-bottom: 80px !important;
  }
  .pl_sm--80 {
    padding-left: 80px !important;
  }
  .pr_sm--80 {
    padding-right: 80px !important;
  }
  .mt_sm--80 {
    margin-top: 80px !important;
  }
  .ml_sm--80 {
    margin-left: 80px !important;
  }
  .mr_sm--80 {
    margin-right: 80px !important;
  }
  .mb_sm--80 {
    margin-bottom: 80px !important;
  }
  .ptb_sm--85 {
    padding: 85px 0 !important;
  }
  .plr_sm--85 {
    padding: 0 85px !important;
  }
  .pt_sm--85 {
    padding-top: 85px !important;
  }
  .pb_sm--85 {
    padding-bottom: 85px !important;
  }
  .pl_sm--85 {
    padding-left: 85px !important;
  }
  .pr_sm--85 {
    padding-right: 85px !important;
  }
  .mt_sm--85 {
    margin-top: 85px !important;
  }
  .ml_sm--85 {
    margin-left: 85px !important;
  }
  .mr_sm--85 {
    margin-right: 85px !important;
  }
  .mb_sm--85 {
    margin-bottom: 85px !important;
  }
  .ptb_sm--90 {
    padding: 90px 0 !important;
  }
  .plr_sm--90 {
    padding: 0 90px !important;
  }
  .pt_sm--90 {
    padding-top: 90px !important;
  }
  .pb_sm--90 {
    padding-bottom: 90px !important;
  }
  .pl_sm--90 {
    padding-left: 90px !important;
  }
  .pr_sm--90 {
    padding-right: 90px !important;
  }
  .mt_sm--90 {
    margin-top: 90px !important;
  }
  .ml_sm--90 {
    margin-left: 90px !important;
  }
  .mr_sm--90 {
    margin-right: 90px !important;
  }
  .mb_sm--90 {
    margin-bottom: 90px !important;
  }
  .ptb_sm--95 {
    padding: 95px 0 !important;
  }
  .plr_sm--95 {
    padding: 0 95px !important;
  }
  .pt_sm--95 {
    padding-top: 95px !important;
  }
  .pb_sm--95 {
    padding-bottom: 95px !important;
  }
  .pl_sm--95 {
    padding-left: 95px !important;
  }
  .pr_sm--95 {
    padding-right: 95px !important;
  }
  .mt_sm--95 {
    margin-top: 95px !important;
  }
  .ml_sm--95 {
    margin-left: 95px !important;
  }
  .mr_sm--95 {
    margin-right: 95px !important;
  }
  .mb_sm--95 {
    margin-bottom: 95px !important;
  }
  .ptb_sm--100 {
    padding: 100px 0 !important;
  }
  .plr_sm--100 {
    padding: 0 100px !important;
  }
  .pt_sm--100 {
    padding-top: 100px !important;
  }
  .pb_sm--100 {
    padding-bottom: 100px !important;
  }
  .pl_sm--100 {
    padding-left: 100px !important;
  }
  .pr_sm--100 {
    padding-right: 100px !important;
  }
  .mt_sm--100 {
    margin-top: 100px !important;
  }
  .ml_sm--100 {
    margin-left: 100px !important;
  }
  .mr_sm--100 {
    margin-right: 100px !important;
  }
  .mb_sm--100 {
    margin-bottom: 100px !important;
  }
  .pl_sm--0 {
    padding-left: 0;
  }
  .pr_sm--0 {
    padding-right: 0;
  }
  .pt_sm--0 {
    padding-top: 0;
  }
  .pb_sm--0 {
    padding-bottom: 0;
  }
  .mr_sm--0 {
    margin-right: 0;
  }
  .ml_sm--0 {
    margin-left: 0;
  }
  .mt_sm--0 {
    margin-top: 0;
  }
  .mb_sm--0 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .ptb_mobile--5 {
    padding: 5px 0 !important;
  }
  .plr_mobile--5 {
    padding: 0 5px !important;
  }
  .pt_mobile--5 {
    padding-top: 5px !important;
  }
  .pb_mobile--5 {
    padding-bottom: 5px !important;
  }
  .pl_mobile--5 {
    padding-left: 5px !important;
  }
  .pr_mobile--5 {
    padding-right: 5px !important;
  }
  .mt_mobile--5 {
    margin-top: 5px !important;
  }
  .mb_mobile--5 {
    margin-bottom: 5px !important;
  }
  .ptb_mobile--10 {
    padding: 10px 0 !important;
  }
  .plr_mobile--10 {
    padding: 0 10px !important;
  }
  .pt_mobile--10 {
    padding-top: 10px !important;
  }
  .pb_mobile--10 {
    padding-bottom: 10px !important;
  }
  .pl_mobile--10 {
    padding-left: 10px !important;
  }
  .pr_mobile--10 {
    padding-right: 10px !important;
  }
  .mt_mobile--10 {
    margin-top: 10px !important;
  }
  .mb_mobile--10 {
    margin-bottom: 10px !important;
  }
  .ptb_mobile--15 {
    padding: 15px 0 !important;
  }
  .plr_mobile--15 {
    padding: 0 15px !important;
  }
  .pt_mobile--15 {
    padding-top: 15px !important;
  }
  .pb_mobile--15 {
    padding-bottom: 15px !important;
  }
  .pl_mobile--15 {
    padding-left: 15px !important;
  }
  .pr_mobile--15 {
    padding-right: 15px !important;
  }
  .mt_mobile--15 {
    margin-top: 15px !important;
  }
  .mb_mobile--15 {
    margin-bottom: 15px !important;
  }
  .ptb_mobile--20 {
    padding: 20px 0 !important;
  }
  .plr_mobile--20 {
    padding: 0 20px !important;
  }
  .pt_mobile--20 {
    padding-top: 20px !important;
  }
  .pb_mobile--20 {
    padding-bottom: 20px !important;
  }
  .pl_mobile--20 {
    padding-left: 20px !important;
  }
  .pr_mobile--20 {
    padding-right: 20px !important;
  }
  .mt_mobile--20 {
    margin-top: 20px !important;
  }
  .mb_mobile--20 {
    margin-bottom: 20px !important;
  }
  .ptb_mobile--25 {
    padding: 25px 0 !important;
  }
  .plr_mobile--25 {
    padding: 0 25px !important;
  }
  .pt_mobile--25 {
    padding-top: 25px !important;
  }
  .pb_mobile--25 {
    padding-bottom: 25px !important;
  }
  .pl_mobile--25 {
    padding-left: 25px !important;
  }
  .pr_mobile--25 {
    padding-right: 25px !important;
  }
  .mt_mobile--25 {
    margin-top: 25px !important;
  }
  .mb_mobile--25 {
    margin-bottom: 25px !important;
  }
  .ptb_mobile--30 {
    padding: 30px 0 !important;
  }
  .plr_mobile--30 {
    padding: 0 30px !important;
  }
  .pt_mobile--30 {
    padding-top: 30px !important;
  }
  .pb_mobile--30 {
    padding-bottom: 30px !important;
  }
  .pl_mobile--30 {
    padding-left: 30px !important;
  }
  .pr_mobile--30 {
    padding-right: 30px !important;
  }
  .mt_mobile--30 {
    margin-top: 30px !important;
  }
  .mb_mobile--30 {
    margin-bottom: 30px !important;
  }
  .ptb_mobile--35 {
    padding: 35px 0 !important;
  }
  .plr_mobile--35 {
    padding: 0 35px !important;
  }
  .pt_mobile--35 {
    padding-top: 35px !important;
  }
  .pb_mobile--35 {
    padding-bottom: 35px !important;
  }
  .pl_mobile--35 {
    padding-left: 35px !important;
  }
  .pr_mobile--35 {
    padding-right: 35px !important;
  }
  .mt_mobile--35 {
    margin-top: 35px !important;
  }
  .mb_mobile--35 {
    margin-bottom: 35px !important;
  }
  .ptb_mobile--40 {
    padding: 40px 0 !important;
  }
  .plr_mobile--40 {
    padding: 0 40px !important;
  }
  .pt_mobile--40 {
    padding-top: 40px !important;
  }
  .pb_mobile--40 {
    padding-bottom: 40px !important;
  }
  .pl_mobile--40 {
    padding-left: 40px !important;
  }
  .pr_mobile--40 {
    padding-right: 40px !important;
  }
  .mt_mobile--40 {
    margin-top: 40px !important;
  }
  .mb_mobile--40 {
    margin-bottom: 40px !important;
  }
  .ptb_mobile--45 {
    padding: 45px 0 !important;
  }
  .plr_mobile--45 {
    padding: 0 45px !important;
  }
  .pt_mobile--45 {
    padding-top: 45px !important;
  }
  .pb_mobile--45 {
    padding-bottom: 45px !important;
  }
  .pl_mobile--45 {
    padding-left: 45px !important;
  }
  .pr_mobile--45 {
    padding-right: 45px !important;
  }
  .mt_mobile--45 {
    margin-top: 45px !important;
  }
  .mb_mobile--45 {
    margin-bottom: 45px !important;
  }
  .ptb_mobile--50 {
    padding: 50px 0 !important;
  }
  .plr_mobile--50 {
    padding: 0 50px !important;
  }
  .pt_mobile--50 {
    padding-top: 50px !important;
  }
  .pb_mobile--50 {
    padding-bottom: 50px !important;
  }
  .pl_mobile--50 {
    padding-left: 50px !important;
  }
  .pr_mobile--50 {
    padding-right: 50px !important;
  }
  .mt_mobile--50 {
    margin-top: 50px !important;
  }
  .mb_mobile--50 {
    margin-bottom: 50px !important;
  }
  .ptb_mobile--55 {
    padding: 55px 0 !important;
  }
  .plr_mobile--55 {
    padding: 0 55px !important;
  }
  .pt_mobile--55 {
    padding-top: 55px !important;
  }
  .pb_mobile--55 {
    padding-bottom: 55px !important;
  }
  .pl_mobile--55 {
    padding-left: 55px !important;
  }
  .pr_mobile--55 {
    padding-right: 55px !important;
  }
  .mt_mobile--55 {
    margin-top: 55px !important;
  }
  .mb_mobile--55 {
    margin-bottom: 55px !important;
  }
  .ptb_mobile--60 {
    padding: 60px 0 !important;
  }
  .plr_mobile--60 {
    padding: 0 60px !important;
  }
  .pt_mobile--60 {
    padding-top: 60px !important;
  }
  .pb_mobile--60 {
    padding-bottom: 60px !important;
  }
  .pl_mobile--60 {
    padding-left: 60px !important;
  }
  .pr_mobile--60 {
    padding-right: 60px !important;
  }
  .mt_mobile--60 {
    margin-top: 60px !important;
  }
  .mb_mobile--60 {
    margin-bottom: 60px !important;
  }
  .ptb_mobile--65 {
    padding: 65px 0 !important;
  }
  .plr_mobile--65 {
    padding: 0 65px !important;
  }
  .pt_mobile--65 {
    padding-top: 65px !important;
  }
  .pb_mobile--65 {
    padding-bottom: 65px !important;
  }
  .pl_mobile--65 {
    padding-left: 65px !important;
  }
  .pr_mobile--65 {
    padding-right: 65px !important;
  }
  .mt_mobile--65 {
    margin-top: 65px !important;
  }
  .mb_mobile--65 {
    margin-bottom: 65px !important;
  }
  .ptb_mobile--70 {
    padding: 70px 0 !important;
  }
  .plr_mobile--70 {
    padding: 0 70px !important;
  }
  .pt_mobile--70 {
    padding-top: 70px !important;
  }
  .pb_mobile--70 {
    padding-bottom: 70px !important;
  }
  .pl_mobile--70 {
    padding-left: 70px !important;
  }
  .pr_mobile--70 {
    padding-right: 70px !important;
  }
  .mt_mobile--70 {
    margin-top: 70px !important;
  }
  .mb_mobile--70 {
    margin-bottom: 70px !important;
  }
  .ptb_mobile--75 {
    padding: 75px 0 !important;
  }
  .plr_mobile--75 {
    padding: 0 75px !important;
  }
  .pt_mobile--75 {
    padding-top: 75px !important;
  }
  .pb_mobile--75 {
    padding-bottom: 75px !important;
  }
  .pl_mobile--75 {
    padding-left: 75px !important;
  }
  .pr_mobile--75 {
    padding-right: 75px !important;
  }
  .mt_mobile--75 {
    margin-top: 75px !important;
  }
  .mb_mobile--75 {
    margin-bottom: 75px !important;
  }
  .ptb_mobile--80 {
    padding: 80px 0 !important;
  }
  .plr_mobile--80 {
    padding: 0 80px !important;
  }
  .pt_mobile--80 {
    padding-top: 80px !important;
  }
  .pb_mobile--80 {
    padding-bottom: 80px !important;
  }
  .pl_mobile--80 {
    padding-left: 80px !important;
  }
  .pr_mobile--80 {
    padding-right: 80px !important;
  }
  .mt_mobile--80 {
    margin-top: 80px !important;
  }
  .mb_mobile--80 {
    margin-bottom: 80px !important;
  }
  .ptb_mobile--85 {
    padding: 85px 0 !important;
  }
  .plr_mobile--85 {
    padding: 0 85px !important;
  }
  .pt_mobile--85 {
    padding-top: 85px !important;
  }
  .pb_mobile--85 {
    padding-bottom: 85px !important;
  }
  .pl_mobile--85 {
    padding-left: 85px !important;
  }
  .pr_mobile--85 {
    padding-right: 85px !important;
  }
  .mt_mobile--85 {
    margin-top: 85px !important;
  }
  .mb_mobile--85 {
    margin-bottom: 85px !important;
  }
  .ptb_mobile--90 {
    padding: 90px 0 !important;
  }
  .plr_mobile--90 {
    padding: 0 90px !important;
  }
  .pt_mobile--90 {
    padding-top: 90px !important;
  }
  .pb_mobile--90 {
    padding-bottom: 90px !important;
  }
  .pl_mobile--90 {
    padding-left: 90px !important;
  }
  .pr_mobile--90 {
    padding-right: 90px !important;
  }
  .mt_mobile--90 {
    margin-top: 90px !important;
  }
  .mb_mobile--90 {
    margin-bottom: 90px !important;
  }
  .ptb_mobile--95 {
    padding: 95px 0 !important;
  }
  .plr_mobile--95 {
    padding: 0 95px !important;
  }
  .pt_mobile--95 {
    padding-top: 95px !important;
  }
  .pb_mobile--95 {
    padding-bottom: 95px !important;
  }
  .pl_mobile--95 {
    padding-left: 95px !important;
  }
  .pr_mobile--95 {
    padding-right: 95px !important;
  }
  .mt_mobile--95 {
    margin-top: 95px !important;
  }
  .mb_mobile--95 {
    margin-bottom: 95px !important;
  }
  .ptb_mobile--100 {
    padding: 100px 0 !important;
  }
  .plr_mobile--100 {
    padding: 0 100px !important;
  }
  .pt_mobile--100 {
    padding-top: 100px !important;
  }
  .pb_mobile--100 {
    padding-bottom: 100px !important;
  }
  .pl_mobile--100 {
    padding-left: 100px !important;
  }
  .pr_mobile--100 {
    padding-right: 100px !important;
  }
  .mt_mobile--100 {
    margin-top: 100px !important;
  }
  .mb_mobile--100 {
    margin-bottom: 100px !important;
  }
}
.slick-gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.slick-gutter-5 .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}

.slick-gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.slick-gutter-10 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

.slick-gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-gutter-15 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-gutter-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.slick-gutter-20 .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}

.slick-gutter-25 {
  margin-left: -25px;
  margin-right: -25px;
}
.slick-gutter-25 .slick-slide {
  padding-left: 25px;
  padding-right: 25px;
}

.slick-gutter-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.slick-gutter-30 .slick-slide {
  padding-left: 30px;
  padding-right: 30px;
}

.slick-gutter-35 {
  margin-left: -35px;
  margin-right: -35px;
}
.slick-gutter-35 .slick-slide {
  padding-left: 35px;
  padding-right: 35px;
}

.slick-gutter-40 {
  margin-left: -40px;
  margin-right: -40px;
}
.slick-gutter-40 .slick-slide {
  padding-left: 40px;
  padding-right: 40px;
}

.slick-gutter-45 {
  margin-left: -45px;
  margin-right: -45px;
}
.slick-gutter-45 .slick-slide {
  padding-left: 45px;
  padding-right: 45px;
}

.slick-gutter-50 {
  margin-left: -50px;
  margin-right: -50px;
}
.slick-gutter-50 .slick-slide {
  padding-left: 50px;
  padding-right: 50px;
}

.slick-gutter-55 {
  margin-left: -55px;
  margin-right: -55px;
}
.slick-gutter-55 .slick-slide {
  padding-left: 55px;
  padding-right: 55px;
}

.slick-gutter-60 {
  margin-left: -60px;
  margin-right: -60px;
}
.slick-gutter-60 .slick-slide {
  padding-left: 60px;
  padding-right: 60px;
}

.slick-gutter-65 {
  margin-left: -65px;
  margin-right: -65px;
}
.slick-gutter-65 .slick-slide {
  padding-left: 65px;
  padding-right: 65px;
}

.slick-gutter-70 {
  margin-left: -70px;
  margin-right: -70px;
}
.slick-gutter-70 .slick-slide {
  padding-left: 70px;
  padding-right: 70px;
}

.slick-gutter-75 {
  margin-left: -75px;
  margin-right: -75px;
}
.slick-gutter-75 .slick-slide {
  padding-left: 75px;
  padding-right: 75px;
}

.slick-gutter-80 {
  margin-left: -80px;
  margin-right: -80px;
}
.slick-gutter-80 .slick-slide {
  padding-left: 80px;
  padding-right: 80px;
}

.slick-gutter-85 {
  margin-left: -85px;
  margin-right: -85px;
}
.slick-gutter-85 .slick-slide {
  padding-left: 85px;
  padding-right: 85px;
}

.slick-gutter-90 {
  margin-left: -90px;
  margin-right: -90px;
}
.slick-gutter-90 .slick-slide {
  padding-left: 90px;
  padding-right: 90px;
}

.slick-gutter-95 {
  margin-left: -95px;
  margin-right: -95px;
}
.slick-gutter-95 .slick-slide {
  padding-left: 95px;
  padding-right: 95px;
}

.slick-gutter-100 {
  margin-left: -100px;
  margin-right: -100px;
}
.slick-gutter-100 .slick-slide {
  padding-left: 100px;
  padding-right: 100px;
}

.mt-dec-30 {
  margin-top: -30px !important;
}

.mt_dec--30 {
  margin-top: -30px !important;
}

.mt-dec-100 {
  margin-top: -100px !important;
}

@media only screen and (max-width: 767px) {
  .mb_dec--35 {
    margin-bottom: -50px;
  }
}

@media only screen and (max-width: 767px) {
  .mb_dec--35 {
    margin-bottom: -75px;
  }
}
@media only screen and (max-width: 575px) {
  .mb_dec--35 {
    margin-bottom: 0;
  }
}

.pb_xl--130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1199px) {
  .pb_xl--130 {
    padding-bottom: 110px;
  }
}

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

@media only screen and (max-width: 767px) {
  .plr_md--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Elements */
.tmp-button-group {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tmp-button-group a {
  margin: 5px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.tmp-btn {
  padding: 0 30px;
  background: var(--color-primary);
  height: 60px;
  line-height: 60px;
  color: var(--color-dark);
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
  border: 0 none;
  outline: none;
  text-decoration: none;
  font-family: var(--font-primary);
  text-transform: capitalize;
  width: max-content;
}
.tmp-btn.btn-border {
  background: transparent;
  border: 2px solid var(--color-border);
  color: var(--color-body);
  line-height: 57px;
}
.tmp-btn.btn-border:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-dark);
}
.tmp-btn.btn-active {
  background: var(--color-primary);
  border: 2px solid transparent;
  color: var(--color-white);
}
.tmp-btn.btn-gradient {
  color: var(--color-white);
  background-size: 300% 100%;
  background-image: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-secondary), var(--color-primary));
}
.tmp-btn.btn-gradient.btn-gradient-2 {
  background-image: linear-gradient(to right, var(--color-pink), var(--color-violet), var(--color-violet), var(--color-pink));
}
.tmp-btn.btn-gradient.btn-gradient-3 {
  background-image: linear-gradient(to right, var(--color-secondary), var(--color-primary), var(--color-primary), var(--color-secondary));
}
.tmp-btn.btn-gradient:hover {
  background-color: inherit;
  background-position: 102% 0;
  transition: all 0.4s ease-in-out;
}
.tmp-btn.tmp-marquee-btn {
  overflow: hidden;
}
.tmp-btn.tmp-marquee-btn span {
  display: inline-flex;
  position: relative;
  z-index: 3;
  line-height: 1.2;
}
.tmp-btn.tmp-marquee-btn span::after {
  content: attr(data-text);
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 100%;
  transform: translate(100%, -50%);
}
.tmp-btn.tmp-marquee-btn.marquee-text-y span::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 100%);
}
.tmp-btn.tmp-marquee-btn.marquee-auto span {
  animation: btnTxtMarqueeX 2s linear infinite;
}
.tmp-btn.tmp-switch-btn {
  overflow: hidden;
}
.tmp-btn.tmp-switch-btn span {
  display: inline-flex;
  position: relative;
  z-index: 3;
  transition: opacity 0.65s, transform 0.85s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.tmp-btn.tmp-switch-btn span::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  transition: inherit;
  left: 100%;
  transform: translate(50%, -50%);
}
.tmp-btn.tmp-switch-btn.tmp-switch-y span::after {
  left: 50%;
  transform: translate(-50%, 100%);
}
.tmp-btn.icon-hover .btn-text {
  transition-timing-function: cubic-bezier(0, 0.71, 0.4, 1);
  display: inline-block;
  transition: transform 0.5s;
  transform: translateX(7px);
}
.tmp-btn.icon-hover .btn-icon {
  margin-inline-start: -7px;
  display: inline-block;
}
.tmp-btn.icon-hover .btn-icon i {
  transition-timing-function: cubic-bezier(0, 0.71, 0.4, 1);
  display: inline-block;
  opacity: 0;
  transform: translateX(-7px);
  transition: opacity 0.25s, transform 0.5s;
  padding-left: 0;
}
.tmp-btn.icon-hover.icon-hover-left .btn-text {
  transform: translateX(-7px);
}
.tmp-btn.icon-hover.icon-hover-left .btn-icon {
  margin-inline-start: 0;
  margin-inline-end: -7px;
}
.tmp-btn.icon-hover.icon-hover-left .btn-icon i {
  transform: translateX(7px);
}
.tmp-btn.icon-hover.icon-hover-left:hover .btn-icon i {
  transform: translateX(-7px);
}
.tmp-btn.icon-hover.icon-hover-left:hover .btn-text {
  transform: translateX(7px);
}
.tmp-btn.hover-icon-reverse .icon-reverse-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tmp-btn.hover-icon-reverse .btn-text {
  display: inline-block;
  transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
  margin-inline-start: -23px;
}
.tmp-btn.hover-icon-reverse .btn-icon {
  display: inline-block;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}
.tmp-btn.hover-icon-reverse .btn-icon + .btn-icon {
  margin-inline-end: 0;
  margin-inline-start: 8px;
  display: inline-block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition-delay: 0s;
  order: -2;
}
.tmp-btn.hover-icon-reverse .btn-icon + .btn-icon i {
  padding-left: 0;
  padding-right: 6px;
}
.tmp-btn.rounded-player {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 0;
  line-height: 100px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tmp-btn.rounded-player {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.tmp-btn.rounded-player span {
  display: inline-block;
}
.tmp-btn.rounded-player span i {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}
.tmp-btn.rounded-player.border {
  background-image: inherit;
  border-color: var(--color-white) !important;
  border-width: 2px !important;
}
.tmp-btn.rounded-player.border:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary) !important;
}
.tmp-btn.rounded-player.sm-size {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.tmp-btn.rounded-player:focus {
  outline: none;
  color: var(--color-white);
}
.tmp-btn.rounded-player:hover {
  transform: scale(1.1);
  background: var(--color-primary);
}
.tmp-btn.rounded-player-2 {
  border: 0;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  position: relative;
  border-radius: 100%;
  background: var(--color-white);
  margin: 0 auto;
  display: inline-block;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .tmp-btn.rounded-player-2 {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-btn.rounded-player-2 {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.tmp-btn.rounded-player-2 .play-icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tmp-btn.rounded-player-2 .play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-6px, -9px);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid var(--color-primary);
}
.tmp-btn.rounded-player-2.btn-large {
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-top: 0;
}
.tmp-btn.rounded-player-2.sm-size {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
@media only screen and (max-width: 767px) {
  .tmp-btn.rounded-player-2.sm-size {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.tmp-btn.rounded-player-2.btn-theme-color {
  background: var(--color-primary);
}
.tmp-btn.rounded-player-2.btn-theme-color::after {
  border-color: var(--color-primary);
}
.tmp-btn.rounded-player-2.btn-theme-color::before {
  border-color: var(--color-primary);
}
.tmp-btn.rounded-player-2.btn-theme-color .play-icon::before {
  border-left: 15px solid var(--color-white);
}
.tmp-btn.rounded-player-2.btn-theme-color:hover {
  color: inherit;
  background: var(--color-primary);
}
.tmp-btn.rounded-player-2:hover {
  color: inherit;
  background: var(--color-white);
}
.tmp-btn.with-animation::after, .tmp-btn.with-animation::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  border: 1.5px solid var(--color-white);
}
.tmp-btn.with-animation::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.tmp-btn.with-animation::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}
.tmp-btn:hover {
  background-color: var(--color-primary-alt);
  color: var(--color-dark);
  transform: translate3d(0, -2px, 0);
  box-shadow: 0px 0px 48px 1px rgba(147, 242, 255, 0.35) !important;
}
.tmp-btn:hover.icon-hover .btn-text {
  transform: translateX(-7px);
}
.tmp-btn:hover.icon-hover .btn-icon i {
  opacity: 1;
  transform: translateX(7px);
}
.tmp-btn:hover.hover-icon-reverse .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}
.tmp-btn:hover.hover-icon-reverse .btn-icon {
  opacity: 0;
  transition-delay: 0s;
  transform: translateX(10px);
}
.tmp-btn:hover.hover-icon-reverse .btn-icon + .btn-icon {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.225s;
}
.tmp-btn:hover.tmp-switch-btn span {
  transform: translateX(-200%);
}
.tmp-btn:hover.tmp-switch-btn span::after {
  opacity: 1;
  transform: translate(100%, -50%);
}
.tmp-btn:hover.tmp-switch-btn.tmp-switch-y span {
  transform: translateY(-200%);
}
.tmp-btn:hover.tmp-switch-btn.tmp-switch-y span::after {
  transform: translate(-50%, 150%);
}
.tmp-btn:hover.tmp-marquee-btn span {
  animation: btnTxtMarqueeX 2s linear infinite;
}
.tmp-btn:hover.tmp-marquee-btn.marquee-text-y span {
  animation: btnTxtMarqueeY 0.5s linear infinite;
}
.tmp-btn.btn-xs {
  padding: 0 14px;
  font-size: var(--font-size-b2);
  height: 34px;
  line-height: 32px;
  font-size: 14px;
}
.tmp-btn.btn-sm {
  padding: 0 22px;
  font-size: var(--font-size-b2);
  height: 45px;
  line-height: 44px;
}
@media only screen and (max-width: 767px) {
  .tmp-btn.btn-sm {
    padding: 0 15px;
    height: 40px;
    line-height: 38px;
  }
}
.tmp-btn.btn-sm.btn-border {
  line-height: 41px;
  display: flex !important;
  align-items: center;
}
.tmp-btn.btn-md {
  padding: 0 25px;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .tmp-btn.btn-md {
    padding: 0 15px;
    line-height: 51px;
  }
}
.tmp-btn.btn-md.btn-border {
  line-height: 40px;
}
.tmp-btn.btn-lg {
  height: 70px;
  line-height: 70px;
  padding: 0 35px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .tmp-btn.btn-lg {
    padding: 0 17px;
  }
}
.tmp-btn.btn-xl {
  padding: 0 45px;
  font-size: 20px;
  height: 75px;
  line-height: 75px;
}
@media only screen and (max-width: 767px) {
  .tmp-btn.btn-xl {
    padding: 0 20px;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
  }
}
.tmp-btn.btn-xxl {
  padding: 0 60px;
  font-size: 22px;
  height: 100px;
  line-height: 100px;
}
@media only screen and (max-width: 767px) {
  .tmp-btn.btn-xxl {
    padding: 0 20px;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
  }
}
.tmp-btn i {
  padding-left: 6px;
  display: inline-block;
  top: 1px;
  position: relative;
  font-size: 14px;
}
.tmp-btn i.image-icon {
  top: inherit;
  transition: 0.4s;
}
.tmp-btn.btn-border-gradient {
  background: linear-gradient(90deg, #CFA2E8, #637FEA);
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
  color: var(--color-heading);
  box-shadow: 0 10px 13px 0 rgba(209, 211, 237, 0.39);
  border-radius: 0;
}
.tmp-btn.btn-border-gradient::before {
  content: "";
  z-index: -1;
  top: 3px;
  left: 3px;
  position: absolute;
  background: #fff;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
.tmp-btn.btn-border-gradient.radius-round {
  border-radius: 500px;
}
.tmp-btn.btn-border-gradient.radius-round::before {
  border-radius: 500px;
}
.tmp-btn.hover-transform-none:hover {
  transform: none;
}

.radius-round {
  border-radius: 500px !important;
}

@keyframes btnTxtMarqueeX {
  100% {
    transform: translateX(-200%);
  }
}
@keyframes btnTxtMarqueeY {
  100% {
    transform: translateY(-200%);
  }
}
/*------------------
    Scroll Btn 
-------------------*/
.scroll-btn-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.scroll-btn-wrap .tmp-scroll-btn {
  border-color: var(--color-border);
  color: var(--color-primary);
}
.scroll-btn-wrap .tmp-scroll-btn:hover {
  background-color: var(--color-primary);
  color: var(--color-dark);
}

/*-----------------------
    Portfolio Arrow Icon  
-------------------------*/
.tmp-arrow-icon-btn {
  height: 50px;
  width: 50px;
  border-radius: 10px;
  border: 2px solid var(--color-border);
  color: var(--color-white);
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  background: transparent;
  display: inline-block;
  position: relative;
  overflow: hidden;
  min-width: 50px;
}
.tmp-arrow-icon-btn .btn-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.tmp-arrow-icon-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin-top: -9px;
  margin-left: -4px;
  z-index: 1;
  font-size: 18px;
  color: var(--color-heading);
}
.tmp-arrow-icon-btn i.tmp-icon {
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.tmp-arrow-icon-btn i.tmp-icon-bottom {
  position: absolute;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateY(300%) translateX(-475%);
}
.tmp-arrow-icon-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.tmp-arrow-icon-btn:hover i.tmp-icon {
  transform: translateY(-300%) translateX(475%);
}
.tmp-arrow-icon-btn:hover i.tmp-icon-bottom {
  transform: translateY(0) translateX(0) scale(1.1);
}
.tmp-arrow-icon-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

/*--------------------
    Read More Btn  
---------------------*/
.read-more-btn {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.read-more-btn.v2:hover {
  color: var(--color-primary);
}

.service-item.current .read-more-btn:hover {
  color: var(--color-heading);
}

/*--------------------
    Custom Button  
----------------------*/
.custom-btn {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 2px solid var(--color-border);
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-btn.v2 {
  border: 1px solid var(--color-primary);
}
.custom-btn.v2:hover {
  background: #fff;
}
.custom-btn.v3 {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.custom-btn.v3 i {
  color: var(--color-primary);
}
.custom-btn.v3:hover {
  background: var(--color-primary);
}
.custom-btn.v3:hover i {
  color: #fff;
}
.custom-btn i {
  transition: all 0.4s ease;
}
.custom-btn:hover {
  background: var(--color-primary);
  color: var(--color-heading);
  border-color: transparent;
}
.custom-btn:hover i {
  transform: rotate(0deg);
}

.tmp-video-player {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.tmp-video-player.style-photography .tmp-play-btn i {
  color: var(--color-dark);
}
.tmp-video-player.style-photography .tmp-play-btn::after {
  background-color: var(--color-primary);
}
.tmp-video-player.style-photography .tmp-play-btn::before {
  background-color: rgba(147, 242, 254, 0.09);
}
.tmp-video-player.content-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tmp-video-player.content-center .tmp-play-btn {
  top: 50%;
  transform: translate(0, -50%);
}
.tmp-video-player.content-center .tmp-play-btn i {
  color: var(--color-dark);
  font-size: 30px;
}
.tmp-video-player.content-center .tmp-play-btn::after {
  background-color: var(--color-primary);
}
.tmp-video-player.content-center .tmp-play-btn::before {
  background-color: #93f2fe;
  height: 80px;
  width: 80px;
}

.tmp-play-btn {
  position: relative;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tmp-play-btn i {
  position: relative;
  z-index: 1;
  color: var(--color-primary);
}
.tmp-play-btn::after {
  content: "";
  position: absolute;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: #13132c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tmp-play-btn::before {
  content: "";
  position: absolute;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  background: rgba(19, 19, 44, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ripple 1.5s infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(19, 19, 44, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(19, 19, 44, 0);
  }
}
.marque-section-bg {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px 0 20px 0;
}

.single-brand-slide img {
  max-width: 100%;
  opacity: 0.3;
  transition: var(--trans);
}
.single-brand-slide:hover img {
  opacity: 1;
}

.btn {
  font-size: inherit;
  border: 0;
  padding: 12px 25px;
  line-height: 1;
  transition: var(--trans);
}
.btn:active {
  color: var(--color-dark);
}
.btn a:focus, .btn a:active {
  color: var(--color-dark);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active,
.btn:focus-visible {
  color: var(--color-dark);
}

.btn-tec {
  background-color: var(--tmp-tec);
}

.btn-border {
  border: 1px solid var(--color-border);
}

.btn-main {
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
}
.btn-main:hover {
  background-color: transparent !important;
  color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.tmp-long-btn {
  padding: 20px 35px;
  font-size: 18px;
  font-weight: 500;
  transition: var(--trans);
}
.tmp-long-btn:hover {
  background-color: var(--tmp-tec);
  color: var(--color-dark);
}
@media only screen and (max-width: 767px) {
  .tmp-long-btn {
    padding: 15px 25px;
    font-size: 16px;
  }
}
.tmp-scroll-btn {
  height: 40px;
  width: 40px;
  cursor: pointer;
  color: var(--tmp-tec);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--trans);
}
.tmp-scroll-btn:hover {
  background-color: var(--tmp-tec);
  color: var(--color-dark);
}

.tmp-submit-btn {
  background: var(--color-primary);
  color: var(--color-dark);
  border-radius: 25px;
  padding: 16px 30px;
  transition: var(--trans);
  font-family: var(--font-primary);
  border: 1px solid transparent;
  font-weight: 500;
  display: flex;
  gap: 10px;
}
.tmp-submit-btn:hover {
  background: var(--color-dark);
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.main-primary {
  color: var(--color-primary);
}

.btn-height {
  padding: 20px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-height {
    padding: 15px 25px;
  }
}

.btn-small {
  padding: 16px 25px;
}

.if-writer .tmp-long-btn:hover {
  background-color: var(--color-primary);
  color: var(--color-dark);
}

.if-ui-designer .tmp-submit-btn {
  border-radius: 4px;
}
.if-ui-designer .tmp-tab .nav .nav-link {
  border-radius: 4px;
}
.if-ui-designer .tmp-pricing-card-box .tmp-pricing-btn {
  border-radius: 4px;
}

.button {
  pointer-events: auto;
  cursor: pointer;
  background: #93F2FF;
  border: none;
  padding: 1.5rem 3rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  border-radius: 50px;
}

.button--calypso {
  overflow: hidden;
}

.button::before, .button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--calypso::after {
  content: "";
  background: #93F2FF;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso::before {
  content: "";
  background: #93F2FF;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.button--calypso span {
  display: block;
  position: relative;
  mix-blend-mode: difference;
  z-index: 10;
}

.button--calypso:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

.button--calypso:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}
@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.home-technician .tmp-btn:hover {
  box-shadow: 0px 0px 48px 1px rgba(255, 142, 61, 0.3294117647) !important;
}

.like-button::after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
  opacity: 1;
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, transparent 10%, var(--color-primary) 15%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.like-button::before {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
  opacity: 1;
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, transparent 10%, var(--color-primary) 10%, transparent 30%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, transparent 10%, var(--color-primary) 15%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%) !important;
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.like-button i {
  transition: 0.3s;
}
.like-button.animate i {
  transform: scale(1.3);
}
.like-button.animate::after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}
.like-button.animate::before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
/*-------------------
    Category Style  
--------------------*/
.tmp-badge-cat {
  text-transform: capitalize;
  font-size: 13px;
  color: var(--color-primary);
  font-weight: 500;
  font-family: var(--font-primary);
  padding: 3px 15px;
  border-radius: 25px;
  border: 1px solid var(--color-border);
  background: rgba(147, 242, 255, 0.1);
  transition: var(--transition);
}
.tmp-badge-cat.cat-two {
  color: var(--color-secondary);
  background: rgba(77, 77, 255, 0.1);
  transition: var(--transition);
}
.tmp-badge-cat.cat-two:hover {
  background: var(--color-secondary);
  color: var(--color-white);
}
.tmp-badge-cat:hover {
  background: var(--color-primary);
  color: var(--color-dark);
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > svg {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

:root {
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --animation-slide-in: slideIn var(--duration-extra-long) ease forwards;
  --animation-fade-in: fadeInUp var(--duration-extra-long) ease forwards;
  --animation-zoom-in: zoomIn var(--duration-extra-longer) ease forwards;
  --animation-zoom-out: zoomOut var(--duration-extra-longer) ease forwards;
}

/* Animations */
@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > svg {
    animation: animateAmbient 30s linear infinite;
  }
  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }
  .tmp-scroll-trigger:is(.tmp-zoom-in, .zoom_out, .tmp-fade-in, .slide_in) {
    opacity: 0.01;
  }
  .tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen).tmp-zoom-in {
    animation: var(--animation-zoom-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }
  .tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen).zoom_out {
    animation: var(--animation-zoom-out);
    animation-delay: calc(var(--animation-order) * 75ms);
  }
  .tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen).tmp-fade-in {
    animation: var(--animation-fade-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }
  .tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen).slide_in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }
  .tmp-scroll-trigger.tmp-scroll-trigger--design-mode.tmp-fade-in,
  .tmp-scroll-trigger.tmp-scroll-trigger--design-mode.slide_in,
  .tmp-scroll-trigger.tmp-scroll-trigger--design-mode .slider,
  .tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen).tmp-scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
  }
  .tmp-scroll-trigger[animation-end] {
    opacity: 1;
    animation: none !important;
    transition: none;
  }
  /* .collection-tab-tab-content
      .tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen).tmp-zoom-in {
      animation-delay: calc(0.5s + var(--animation-order) * 75ms);
    } */
  .tmp-scroll-trigger.tmp-scroll-trigger--design-mode.slide_in {
    transform: translateY(0);
  }
  @keyframes slideIn {
    from {
      transform: translateY(1rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes zoomIn {
    from {
      opacity: 0;
      transform: scale(1.05);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes zoomOut {
    from {
      opacity: 0;
      transform: scale(1);
    }
    to {
      opacity: 1;
      transform: scale(1.05);
    }
  }
}
@media screen and (max-width: 989px) {
  .tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}
@media screen and (min-width: 990px) {
  .tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}
.tmp-scroll-trigger.tmp-scroll-trigger--design-mode.tmp-fade-in,
.tmp-scroll-trigger.tmp-scroll-trigger--design-mode.slide_in,
.tmp-scroll-trigger.tmp-scroll-trigger--design-mode .slider,
.tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen).tmp-scroll-trigger--cancel {
  opacity: 1;
  animation: none;
  transition: none;
}

.tmp-scroll-trigger.tmp-scroll-trigger--design-mode.slide_in {
  transform: translateY(0);
}

@keyframes slideIn {
  from {
    transform: translateY(2rem);
    opacity: 0.01;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.01;
  }
  to {
    opacity: 1;
  }
}
.animation-order-0 {
  --animation-order: 0;
}

.animation-order-1 {
  --animation-order: 1;
}

.animation-order-2 {
  --animation-order: 2;
}

.animation-order-3 {
  --animation-order: 3;
}

.animation-order-4 {
  --animation-order: 4;
}

.animation-order-5 {
  --animation-order: 5;
}

.animation-order-6 {
  --animation-order: 6;
}

.animation-order-7 {
  --animation-order: 7;
}

.animation-order-8 {
  --animation-order: 8;
}

.animation-order-9 {
  --animation-order: 9;
}

.animation-order-10 {
  --animation-order: 10;
}

.animation-order-11 {
  --animation-order: 11;
}

.animation-order-12 {
  --animation-order: 12;
}

.animation-order-13 {
  --animation-order: 13;
}

.animation-order-14 {
  --animation-order: 14;
}

.animation-order-15 {
  --animation-order: 15;
}

.animation-order-16 {
  --animation-order: 16;
}

.animation-order-17 {
  --animation-order: 17;
}

.animation-order-18 {
  --animation-order: 18;
}

.animation-order-19 {
  --animation-order: 19;
}

.animation-order-20 {
  --animation-order: 20;
}

.animation-order-21 {
  --animation-order: 21;
}

.animation-order-22 {
  --animation-order: 22;
}

.animation-order-23 {
  --animation-order: 23;
}

.animation-order-24 {
  --animation-order: 24;
}

.animation-order-25 {
  --animation-order: 25;
}

.animation-order-26 {
  --animation-order: 26;
}

.animation-order-27 {
  --animation-order: 27;
}

.animation-order-28 {
  --animation-order: 28;
}

.animation-order-29 {
  --animation-order: 29;
}

.animation-order-30 {
  --animation-order: 30;
}

.animation-order-31 {
  --animation-order: 31;
}

.animation-order-32 {
  --animation-order: 32;
}

.animation-order-33 {
  --animation-order: 33;
}

.animation-order-34 {
  --animation-order: 34;
}

.animation-order-35 {
  --animation-order: 35;
}

.animation-order-36 {
  --animation-order: 36;
}

.animation-order-37 {
  --animation-order: 37;
}

.animation-order-38 {
  --animation-order: 38;
}

.animation-order-39 {
  --animation-order: 39;
}

.animation-order-40 {
  --animation-order: 40;
}

.animation-order-41 {
  --animation-order: 41;
}

.animation-order-42 {
  --animation-order: 42;
}

.animation-order-43 {
  --animation-order: 43;
}

.animation-order-44 {
  --animation-order: 44;
}

.animation-order-45 {
  --animation-order: 45;
}

.animation-order-46 {
  --animation-order: 46;
}

.animation-order-47 {
  --animation-order: 47;
}

.animation-order-48 {
  --animation-order: 48;
}

.animation-order-49 {
  --animation-order: 49;
}

.animation-order-50 {
  --animation-order: 50;
}

/*------------------------
    Banner Style 01  
-------------------------*/
.banner-style-1 {
  position: relative;
  padding-bottom: 150px;
  padding-top: 270px;
}
@media only screen and (max-width: 1199px) {
  .banner-style-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-1 {
    padding-bottom: 70px;
  }
}
.banner-style-1 .content-wrapper {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .banner-style-1 .content-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-1 .content-wrapper .content {
    order: 2;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-1 .content-wrapper .thumbnail-wrapper {
    order: 1;
    bottom: auto;
    margin: auto;
    margin-bottom: 55px;
  }
}
.banner-style-1 .title {
  font-size: 96px;
  line-height: 102px;
  font-weight: 700;
  color: var(--color-heading);
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-1 .title {
    font-size: 80px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-1 .title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-1 .title {
    font-size: 44px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-1 .title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.banner-style-1 .title span {
  color: var(--color-primary);
}
.banner-style-1 .thumbnail-wrapper {
  position: absolute;
  right: -80px;
  bottom: -160px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .banner-style-1 .thumbnail-wrapper {
    right: auto;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-1 .thumbnail-wrapper {
    position: relative;
    bottom: 0;
    margin-top: 40px;
  }
}
.banner-style-1 .thumbnail-wrapper .tmp-shape-top {
  border-radius: 50%;
  position: absolute;
  width: 150px;
  height: 150px;
  opacity: 0.6;
  filter: blur(55px);
  background: linear-gradient(147.77deg, #3E00FF 14.56%, #3E00FF 86.63%);
  mix-blend-mode: screen;
  left: -30px;
  top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-1 .thumbnail-wrapper .tmp-shape-top {
    display: none;
  }
}
.banner-style-1 .thumbnail-wrapper .tmp-siback {
  position: absolute;
  top: 5%;
  left: 2%;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-1 .thumbnail-wrapper .tmp-siback {
    left: 16%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-1 .thumbnail-wrapper .tmp-siback {
    left: 0;
    top: 0;
  }
}
.banner-style-1 .thumbnail-wrapper .tmp-siback img {
  min-width: 650px;
}
@media only screen and (max-width: 767px) {
  .banner-style-1 .thumbnail-wrapper .tmp-siback img {
    min-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-1 .thumbnail-wrapper .tmp-siback img {
    min-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-1 .thumbnail-wrapper .tmp-siback img {
    max-width: auto;
    min-width: auto;
  }
}
.banner-style-1 .thumbnail-wrapper .tmp-sibackimage {
  position: absolute;
  bottom: 15%;
  right: -32%;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .banner-style-1 .thumbnail-wrapper .tmp-sibackimage {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-1 .thumbnail-wrapper .tmp-sibackimage {
    display: none;
  }
}
.banner-style-1 .tmp-hero-image figure {
  max-width: max-content;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-1 .tmp-hero-image figure {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    bottom: -10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-1 .tmp-hero-image .thumbnail img {
    height: auto;
    width: 80%;
    margin-left: auto;
    margin-right: 30px;
  }
}
.banner-style-1 img {
  height: 100%;
}
.banner-style-1 .content .description {
  max-width: 625px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-1 .content .description {
    max-width: 510px;
  }
}
.banner-style-1.banner-bg-shape {
  background-image: url(../images/main/banner/hero-bg.svg);
  overflow: hidden;
  position: relative;
}
.banner-style-1.banner-bg-shape .tmp-sbl {
  position: absolute;
  right: 0;
  top: 0;
}

/*------------------------
    Banner Style 02  
-------------------------*/
.banner-style-2 {
  padding-top: 165px;
  background-image: url(../images/designer/hero-shape.svg);
  overflow: hidden;
  position: relative;
}
.banner-style-2 .shape {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.banner-style-2 .shape .is-1 {
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-2 .shape .is-1 {
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-2 .shape .is-1 {
    display: none;
  }
}
.banner-style-2 .shape .is-2 {
  position: absolute;
  right: 11%;
  bottom: 10px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-2 .shape .is-2 {
    display: none;
  }
}
.banner-style-2 .content-wrapper {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .banner-style-2 .content-wrapper {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
  }
}
.banner-style-2 .content-wrapper .banner-content .subtitle {
  font-size: 36px;
}
.banner-style-2 .content-wrapper .banner-content .title {
  font-size: 96px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-2 .content-wrapper .banner-content .title {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1399px) {
  .banner-style-2 .content-wrapper .banner-content .title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-2 .content-wrapper .banner-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-2 .content-wrapper .banner-content .title br {
    display: none;
  }
}
.banner-style-2 .content-wrapper .banner-content .title span {
  color: var(--color-primary);
}
.banner-style-2 .content-wrapper .banner-content .title strong {
  position: relative;
}
.banner-style-2 .content-wrapper .banner-content .title strong::before {
  position: absolute;
  left: 0;
  bottom: 5px;
  content: "";
  height: 25px;
  width: 100%;
  background: rgba(147, 242, 255, 0.17);
}
.banner-style-2 .content-wrapper .banner-content .description {
  max-width: 540px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-2 .content-wrapper .banner-content .tmp-long-btn {
    margin-top: 40px !important;
  }
}
.banner-style-2 .content-wrapper .banner-image {
  position: relative;
  left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-2 .content-wrapper .banner-image {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-2 .content-wrapper .banner-image {
    left: 0;
  }
}
.banner-style-2 .content-wrapper .banner-image-shape {
  position: absolute;
  bottom: 0;
  left: -50px;
  height: 520px;
  width: 540px;
  background-color: rgba(22, 22, 22, 0.3);
  box-shadow: 15px 26.0229px 50px rgba(147, 242, 255, 0.04);
  backdrop-filter: blur(25px);
  border-radius: 500px 500px 5px 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-2 .content-wrapper .banner-image-shape {
    height: 450px;
    width: 450px;
  }
}
.banner-style-2 .content-wrapper .banner-image-shape-2 {
  position: absolute;
  left: -150px;
  bottom: 10%;
  height: 280px;
  width: 280px;
  border-radius: 50%;
  background: linear-gradient(360deg, rgba(147, 242, 255, 0.2) 15.49%, rgba(147, 242, 255, 0.8) 100%);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-2 .content-wrapper .banner-image-shape-2 {
    left: -120px;
  }
}
.banner-style-2 .content-wrapper .banner-image-thumb {
  position: relative;
  z-index: 1;
}

/*------------------------
    Banner Style 03  
-------------------------*/
.banner-style-3 {
  padding-top: 40px;
}
.banner-style-3 .content-wrapper {
  clip-path: polygon(100% 97.554%, 100% 2.446%, 100% 2.446%, 99.982% 2.049%, 99.93% 1.673%, 99.848% 1.322%, 99.737% 1.001%, 99.601% 0.716%, 99.442% 0.472%, 99.263% 0.273%, 99.067% 0.125%, 98.858% 0.032%, 98.636% 0%, 86.295% 0%, 86.295% 0%, 86.094% 0.016%, 85.896% 0.064%, 85.701% 0.142%, 85.512% 0.25%, 85.33% 0.387%, 85.154% 0.551%, 84.987% 0.743%, 84.83% 0.961%, 84.683% 1.205%, 84.547% 1.473%, 83.144% 4.505%, 83.144% 4.505%, 83.008% 4.773%, 82.861% 5.017%, 82.704% 5.235%, 82.536% 5.427%, 82.361% 5.592%, 82.178% 5.729%, 81.989% 5.836%, 81.795% 5.915%, 81.596% 5.962%, 81.395% 5.978%, 48.902% 5.978%, 1.364% 5.978%, 1.364% 5.978%, 1.142% 6.01%, 0.933% 6.103%, 0.737% 6.251%, 0.558% 6.45%, 0.399% 6.695%, 0.263% 6.98%, 0.152% 7.3%, 0.07% 7.651%, 0.018% 8.027%, 0% 8.424%, 0% 97.554%, 0% 97.554%, 0.018% 97.951%, 0.07% 98.327%, 0.152% 98.678%, 0.263% 98.999%, 0.399% 99.284%, 0.558% 99.528%, 0.737% 99.727%, 0.933% 99.875%, 1.142% 99.968%, 1.364% 100%, 98.636% 100%, 98.636% 100%, 98.858% 99.968%, 99.067% 99.875%, 99.263% 99.727%, 99.442% 99.528%, 99.601% 99.284%, 99.737% 98.999%, 99.848% 98.678%, 99.93% 98.327%, 99.982% 97.951%, 100% 97.554%);
  padding-top: 160px;
  padding-bottom: 70px;
  padding-left: 80px;
  padding-right: 90px;
  background-color: #10102B;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .banner-style-3 .content-wrapper {
    clip-path: none;
    padding: 60px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-3 .content-wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-3 .content-wrapper {
    padding: 30px 15px;
  }
}
.banner-style-3 .content-wrapper > * {
  position: relative;
  z-index: 1;
}
.banner-style-3 .content-wrapper .shape {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 20px;
  top: -20px;
}
.banner-style-3 .content-wrapper .shape .shape-1 {
  position: absolute;
  bottom: 0;
  height: 190px;
  width: 220px;
  left: -20px;
  z-index: -1;
}
.banner-style-3 .content-wrapper .shape .shape-2 {
  position: absolute;
  bottom: 0;
  height: 150px;
  width: 150px;
  right: 35%;
  z-index: -1;
  border-radius: 50%;
  background: var(--color-primary);
  opacity: 0.3;
  filter: blur(25px);
}
.banner-style-3 .content-wrapper .title {
  font-weight: 800;
  line-height: 120%;
  color: var(--color-heading);
  margin-top: 30px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-3 .content-wrapper .title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-3 .content-wrapper .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-3 .content-wrapper .title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-3 .content-wrapper .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-3 .content-wrapper .title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-3 .content-wrapper .title br {
    display: none;
  }
}
.banner-style-3 .content-wrapper .title span {
  color: var(--color-primary);
}
.banner-style-3 .content-wrapper .banner-top-title {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .banner-style-3 .content-wrapper .content {
    order: 2;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-3 .content-wrapper .thumbnail {
    order: 1;
    margin-bottom: 35px;
  }
}
.banner-style-3 .thumbnail {
  position: absolute;
  right: 80px;
  bottom: 0px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-3 .thumbnail {
    right: 10px;
    bottom: -80px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-3 .thumbnail {
    position: relative;
    right: 0;
    margin: 0 auto;
    max-width: max-content;
  }
}
.banner-style-3 .thumbnail .tmp-siback {
  position: absolute;
  top: 0;
  left: 8%;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.banner-style-3 .thumbnail .tmp-siback .animated-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--color-heading);
  position: absolute;
  top: 10%;
  right: 25%;
  animation: blink 1s infinite;
}
.banner-style-3 .thumbnail .tmp-sib {
  position: absolute;
  bottom: -5%;
  height: 360px;
  width: 360px;
  border-radius: 50%;
  background: var(--color-primary);
  opacity: 0.5;
  filter: blur(125px);
  z-index: -1;
  right: -15%;
}
.banner-style-3 .thumbnail .main-thumbnail img {
  width: 390px;
  height: 630px;
}
@media only screen and (max-width: 575px) {
  .banner-style-3 .thumbnail .main-thumbnail img {
    height: auto;
  }
}

/*------------------------
    Banner Style 04  
-------------------------*/
.banner-style-4 {
  padding: 160px 0;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-4 {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-4 {
    padding: 20px 0 100px 0;
  }
}
.banner-style-4 .banner-top-title {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.banner-style-4 .title {
  color: #D6DAF0;
  margin-top: 30px;
  margin-bottom: 50px;
  font-weight: 600;
}
.banner-style-4 .title span {
  color: var(--color-primary);
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .banner-style-4 .title br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-4 .title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-4 .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-4 .title {
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}
.banner-style-4 .thumbnail {
  right: 196px;
  bottom: 35px;
  max-width: 850px;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-4 .thumbnail {
    bottom: 90px;
    right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-4 .thumbnail {
    position: relative;
    top: 0;
    right: auto;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-4 .thumbnail {
    bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-4 .thumbnail {
    right: 0;
  }
}
.banner-style-4 .thumbnail .shape {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .banner-style-4 .thumbnail .shape {
    position: relative;
  }
}
.banner-style-4 .thumbnail .shape .shape-back {
  height: 425px;
  width: 425px;
  position: absolute;
  top: 0;
  right: 20%;
  z-index: -1;
  background: #93F2FF;
  filter: blur(325px);
}
.banner-style-4 .thumbnail .main-thumbnail img {
  width: 620px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-4 .thumbnail .main-thumbnail img {
    width: 480px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-4 .thumbnail .main-thumbnail img {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-4 .thumbnail .main-thumbnail img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-4 .thumbnail .main-thumbnail img {
    height: 100%;
    width: 100%;
  }
}

/*------------------------
    Banner Style 05  
-------------------------*/
.banner-style-5 {
  position: relative;
  padding-top: 240px;
  padding-bottom: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-5 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-5 {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.banner-style-5 .intro-video {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 12px;
}
.banner-style-5 .intro-video .video-inner {
  height: 80px;
  width: 80px;
  max-width: max-content;
  display: flex;
  align-items: center;
}
.banner-style-5 .intro-video .video-inner a {
  position: relative;
  height: 55px;
  width: 55px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  background-color: var(--color-white);
  color: var(--color-dark);
  justify-content: center;
}
.banner-style-5 .intro-video .video-inner a::before {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
}
.banner-style-5 .intro-video span {
  font-size: 22px;
}
.banner-style-5 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.banner-style-5 .content-wrapper .banner-content {
  position: relative;
}
.banner-style-5 .content-wrapper .banner-content.shape {
  background-image: url(../images/ui/banner-bg.svg);
  height: 270px;
  background-repeat: no-repeat;
  position: absolute;
  top: -20%;
  width: 370px;
  left: -20%;
}
@media only screen and (max-width: 575px) {
  .banner-style-5 .content-wrapper .banner-content.shape {
    display: none;
  }
}
.banner-style-5 .content-wrapper .banner-content .title {
  font-weight: 600;
  font-size: 55px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-5 .content-wrapper .banner-content .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-5 .content-wrapper .banner-content .title {
    font-size: 34px;
    line-height: 55px;
  }
}
.banner-style-5 .content-wrapper .banner-content .title span {
  color: var(--color-primary);
}
.banner-style-5 .content-wrapper .banner-content .description {
  margin-top: 20px;
  max-width: 550px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-5 .content-wrapper .banner-content .description {
    max-width: 420px;
  }
}
.banner-style-5 .content-wrapper .banner-content .btn-group .tmp-btn:hover {
  box-shadow: none !important;
}
.banner-style-5 .thumbnail-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .banner-style-5 .thumbnail-wrapper {
    width: 100%;
    z-index: -1;
  }
}
.banner-style-5 .thumbnail-wrapper .image-slider {
  height: 100%;
  width: 100%;
}
.banner-style-5 .thumbnail-wrapper .thumbnail {
  height: 100%;
  width: 100%;
}
.banner-style-5 .thumbnail-wrapper .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-style-5 .tmp-arrow-control {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  z-index: 99;
  position: relative;
  top: 30px;
}
.banner-style-5 .tmp-arrow-control .tmp-next,
.banner-style-5 .tmp-arrow-control .tmp-prev {
  height: 65px;
  width: 65px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  transition: var(--trans);
  font-size: 20px;
}
.banner-style-5 .tmp-arrow-control .tmp-next:hover,
.banner-style-5 .tmp-arrow-control .tmp-prev:hover {
  background-color: var(--color-primary);
}
.banner-style-5 .tmp-arrow-control .tmp-next:hover i,
.banner-style-5 .tmp-arrow-control .tmp-prev:hover i {
  color: var(--color-dark);
}

/*------------------------
    Banner Style 06  
-------------------------*/
.banner-style-6 {
  padding-top: 90px;
}
@media only screen and (max-width: 575px) {
  .banner-style-6 {
    padding-top: 30px;
  }
}
.banner-style-6 .content-wrapper {
  clip-path: polygon(100% 97.554%, 100% 2.446%, 100% 2.446%, 99.982% 2.049%, 99.93% 1.673%, 99.848% 1.322%, 99.737% 1.001%, 99.601% 0.716%, 99.442% 0.472%, 99.263% 0.273%, 99.067% 0.125%, 98.858% 0.032%, 98.636% 0%, 86.295% 0%, 86.295% 0%, 86.094% 0.016%, 85.896% 0.064%, 85.701% 0.142%, 85.512% 0.25%, 85.33% 0.387%, 85.154% 0.551%, 84.987% 0.743%, 84.83% 0.961%, 84.683% 1.205%, 84.547% 1.473%, 83.144% 4.505%, 83.144% 4.505%, 83.008% 4.773%, 82.861% 5.017%, 82.704% 5.235%, 82.536% 5.427%, 82.361% 5.592%, 82.178% 5.729%, 81.989% 5.836%, 81.795% 5.915%, 81.596% 5.962%, 81.395% 5.978%, 48.902% 5.978%, 1.364% 5.978%, 1.364% 5.978%, 1.142% 6.01%, 0.933% 6.103%, 0.737% 6.251%, 0.558% 6.45%, 0.399% 6.695%, 0.263% 6.98%, 0.152% 7.3%, 0.07% 7.651%, 0.018% 8.027%, 0% 8.424%, 0% 97.554%, 0% 97.554%, 0.018% 97.951%, 0.07% 98.327%, 0.152% 98.678%, 0.263% 98.999%, 0.399% 99.284%, 0.558% 99.528%, 0.737% 99.727%, 0.933% 99.875%, 1.142% 99.968%, 1.364% 100%, 98.636% 100%, 98.636% 100%, 98.858% 99.968%, 99.067% 99.875%, 99.263% 99.727%, 99.442% 99.528%, 99.601% 99.284%, 99.737% 98.999%, 99.848% 98.678%, 99.93% 98.327%, 99.982% 97.951%, 100% 97.554%);
  padding-top: 160px;
  padding-bottom: 70px;
  padding-left: 80px;
  padding-right: 90px;
  background-color: #10102B;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .banner-style-6 .content-wrapper {
    clip-path: none;
    padding: 60px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-6 .content-wrapper {
    padding: 30px;
  }
}
.banner-style-6 .content-wrapper > * {
  position: relative;
  z-index: 1;
}
.banner-style-6 .content-wrapper .shape {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .banner-style-6 .content-wrapper .shape {
    border-radius: 6px;
  }
}
.banner-style-6 .content-wrapper .shape .shape-1 {
  position: absolute;
  bottom: 0;
  height: 190px;
  width: 220px;
  left: 0;
  z-index: -1;
}
.banner-style-6 .content-wrapper .shape .shape-2 {
  position: absolute;
  bottom: 35px;
  height: 247px;
  width: 247px;
  right: 38%;
  z-index: -1;
  opacity: 0.1;
}
.banner-style-6 .content-wrapper .shape .shape-3 {
  position: absolute;
  bottom: 0;
  height: 150px;
  width: 150px;
  right: 35%;
  z-index: -1;
  border-radius: 50%;
  background: linear-gradient(147.77deg, #FF9A50 14.56%, #FF9A50 86.63%);
  opacity: 0.3;
  filter: blur(25px);
}
.banner-style-6 .content-wrapper .title {
  font-weight: 800;
  line-height: 120%;
  color: var(--color-white);
  margin-top: 30px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-6 .content-wrapper .title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-6 .content-wrapper .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-6 .content-wrapper .title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-6 .content-wrapper .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-6 .content-wrapper .title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-6 .content-wrapper .title br {
    display: none;
  }
}
.banner-style-6 .content-wrapper .title span {
  color: var(--tmp-tec);
}
@media only screen and (max-width: 991px) {
  .banner-style-6 .content {
    order: 2;
  }
}
.banner-style-6 .thumbnail {
  position: absolute;
  right: 80px;
  bottom: 0px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-6 .thumbnail {
    right: 10px;
    bottom: -80px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-6 .thumbnail {
    position: relative;
    right: 0;
    margin: 0 auto;
    max-width: max-content;
    order: 1;
  }
}
.banner-style-6 .thumbnail .tmp-siback {
  position: absolute;
  top: 0;
  left: 8%;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.banner-style-6 .thumbnail .tmp-siback .animated-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--color-heading);
  position: absolute;
  top: 10%;
  right: 25%;
  animation: blink 1s infinite;
}
.banner-style-6 .thumbnail .tmp-sib {
  position: absolute;
  bottom: -5%;
  height: 360px;
  width: 360px;
  border-radius: 50%;
  background: var(--color-primary);
  opacity: 0.5;
  filter: blur(125px);
  z-index: -1;
  right: -15%;
}
.banner-style-6 .thumbnail .main-thumbnail img {
  width: 390px;
  height: 630px;
}
@media only screen and (max-width: 575px) {
  .banner-style-6 .thumbnail .main-thumbnail img {
    height: auto;
  }
}

.banner-style-5 .tmp-marque-text {
  left: 0%;
}
.banner-style-5 .marquee {
  left: 0%;
}

.slider-gird {
  position: relative;
}
.slider-gird .grid-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
.slider-gird .grid-mask div {
  background-color: var(--color-white);
  width: 100%;
  height: 100%;
  transition: opacity 0.6s ease-in-out;
}
.slider-gird .swiper-slide-active .grid-mask div {
  opacity: 0;
}

/*------------------------
    Banner Style 07  
-------------------------*/
.banner-style-7 {
  position: relative;
  padding-top: 70px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .banner-style-7 {
    padding-bottom: 100px;
  }
}
.banner-style-7 .shape-1 {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .banner-style-7 .shape-1 {
    display: none;
  }
}
.banner-style-7 .shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.4;
}
@media only screen and (max-width: 575px) {
  .banner-style-7 .shape-1 {
    display: none;
  }
}
.banner-style-7 .shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  z-index: -1;
}
.banner-style-7 .banner-content {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .banner-style-7 .banner-content {
    flex-wrap: wrap;
  }
}
.banner-style-7 .banner-content .left-content {
  min-width: 580px;
  position: relative;
  left: -200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-7 .banner-content .left-content {
    left: -100px;
    z-index: -1;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-7 .banner-content .left-content {
    min-width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-7 .banner-content .left-content {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-7 .banner-content .left-content {
    min-width: 100%;
  }
}
.banner-style-7 .banner-content .left-content .content-bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-7 .banner-content .left-content .content-bg img {
    height: 550px;
  }
}
.banner-style-7 .banner-content .left-content .content-image {
  position: relative;
  z-index: 1;
}
.banner-style-7 .banner-content .left-content .content-image img {
  height: auto;
  position: relative;
  left: 50px;
  max-width: 508px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-7 .banner-content .left-content .content-image img {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-7 .banner-content .left-content .content-image img {
    left: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-7 .banner-content .left-content .content-image img {
    height: 100%;
  }
}
.banner-style-7 .banner-content .left-content .content-image-overlay {
  position: absolute;
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, rgba(26, 23, 55, 0) -3.22%, #090925 91.59%);
  border-radius: 0px 0px 10px 10px;
  bottom: 0;
  z-index: 1;
}
.banner-style-7 .banner-content .right-content {
  position: relative;
  left: -150px;
  min-width: 830px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-7 .banner-content .right-content {
    min-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-7 .banner-content .right-content {
    left: 0px;
    padding-top: 50px;
    min-width: 100%;
  }
}
.banner-style-7 .banner-content .right-content .bigtext {
  font-size: 250px;
  font-weight: 800;
  position: absolute;
  left: -100px;
  z-index: -1;
  color: rgba(23, 32, 59, 0.22);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-7 .banner-content .right-content .bigtext {
    font-size: 150px;
    left: -80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-7 .banner-content .right-content .bigtext {
    font-size: 100px;
    left: -50px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-7 .banner-content .right-content .bigtext {
    font-size: 150px;
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-7 .banner-content .right-content .bigtext {
    font-size: 100px;
    left: -50px;
  }
}
.banner-style-7 .banner-content .right-content .tmp-social.photography a:hover i {
  color: var(--color-dark);
}
.banner-style-7 .banner-content .right-content .title {
  font-size: 90px;
  font-weight: 700;
  color: var(--color-white);
  font-family: var(--font-secondary);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-7 .banner-content .right-content .title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-7 .banner-content .right-content .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-7 .banner-content .right-content .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-7 .banner-content .right-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-7 .banner-content .right-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-7 .banner-content .right-content .title br {
    display: none;
  }
}
.banner-style-7 .banner-content .right-content .title span {
  -webkit-text-stroke: 1px var(--color-white);
  color: transparent;
  position: relative;
  font-family: var(--font-primary);
}
.banner-style-7 .banner-content .right-content .title span::before {
  position: absolute;
  bottom: 0;
  left: 10%;
  content: "";
  height: 60%;
  width: 80%;
  opacity: 0.15;
  background: #93F2FF;
  filter: blur(25px);
}
.banner-style-7 .banner-content .social-wrapper {
  margin-top: 70px;
  display: flex;
  gap: 70px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-7 .banner-content .social-wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-7 .banner-content .social-wrapper {
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
  }
}

.writer-demo .marque-section-bg {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 40px 0 40px 0;
}

.photography-image-wrapper {
  background-image: url(../images/photography/slider/slider-bg.svg);
  height: 730px;
  transition: var(--trans);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .photography-image-wrapper {
    height: 650px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .photography-image-wrapper {
    background-image: unset;
    height: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .photography-image-wrapper {
    height: auto;
  }
}
.photography-image-wrapper .tmp-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: 0%;
  top: -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .photography-image-wrapper .tmp-slider-wrapper {
    top: -50px;
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .photography-image-wrapper .tmp-slider-wrapper {
    top: 0;
    width: 100%;
    margin-left: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .photography-image-wrapper .tmp-slider-wrapper {
    width: 100%;
    margin-left: 0;
    margin: 0 30px;
  }
}
.photography-image-wrapper .tmp-slider-wrapper .single-slider-item img {
  max-width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tmp-slider-navigation {
  position: absolute;
  left: 25%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  top: 6%;
  max-width: max-content;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-slider-navigation {
    left: 22%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-slider-navigation {
    left: 1%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-slider-navigation {
    display: none;
    left: 0;
  }
}
.tmp-slider-navigation .tmp-navigation {
  display: grid;
  place-items: center;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  cursor: pointer;
  max-width: max-content;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
  transition: var(--trans);
}
.tmp-slider-navigation .tmp-navigation::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  transform: translate(-50%, -50%) scale(0.2);
  opacity: 0;
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s;
}
.tmp-slider-navigation .tmp-navigation i {
  font-size: 20px;
}
.tmp-slider-navigation .tmp-navigation:hover {
  color: var(--color-dark);
}
.tmp-slider-navigation .tmp-navigation:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/*------------------------
    Banner Style 08  
-------------------------*/
.banner-style-8 {
  position: relative;
  height: 950px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-8 {
    height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-8 {
    height: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-8 {
    height: 550px;
  }
}
.banner-style-8 .model-hero-top {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.banner-style-8 .thumbnail {
  position: absolute;
  left: 25%;
  top: 0;
  z-index: -1;
  height: 100%;
  max-width: 80%;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-8 .thumbnail {
    left: 22%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-8 .thumbnail {
    left: 0;
    max-width: 100%;
    width: 100%;
  }
}
.banner-style-8 .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-style-8 .banner-content .title {
  font-size: 100px;
  font-weight: 700;
  text-rendering: auto;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-8 .banner-content .title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-8 .banner-content .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-8 .banner-content .title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-8 .banner-content .title br {
    display: none;
  }
}
.banner-style-8 .shape-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-8 .shape-wrapper {
    display: none;
  }
}
.banner-style-8 .shape-wrapper .shape-1 {
  position: absolute;
  left: 0;
  bottom: -10%;
  max-height: max-content;
}
.banner-style-8 .shape-wrapper .shape-2 {
  position: absolute;
  right: 0;
  bottom: 150px;
}
.banner-style-8 .model-hero-slider {
  overflow: hidden;
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-8 .model-hero-slider {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-8 .model-hero-slider {
    margin-top: 50px;
  }
}

.model-hero-slider .swiper-slide-active .tmp-model-content h1 {
  animation: fadeInUp 1s ease-in-out;
}
.model-hero-slider .swiper-slide-active .tmp-model-content .model-social {
  animation: fadeInUp 1.5s ease-in-out;
}

.tmp-model-slider-pagination {
  width: 130%;
  position: relative;
  left: -15%;
  display: flex;
  justify-content: space-between;
  top: -50%;
  z-index: 20;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-model-slider-pagination {
    left: 0%;
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .tmp-model-slider-pagination {
    width: 100%;
    left: 0%;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-model-slider-pagination {
    display: none;
  }
}
.tmp-model-slider-pagination .tmp-navigation {
  cursor: pointer;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(238, 238, 238, 0.2);
  transition: var(--trans);
}
.tmp-model-slider-pagination .tmp-navigation i {
  font-size: 20px;
}
.tmp-model-slider-pagination .tmp-navigation:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.tmp-model-slider-pagination .tmp-navigation:hover i {
  color: var(--color-dark);
}

/*------------------------
    Banner Style 09  
-------------------------*/
.banner-style-9 {
  padding-top: 135px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .banner-style-9 {
    padding-bottom: 135px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-9 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-9 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-9 .shape {
    display: none;
  }
}
.banner-style-9 .shape .shape-1 {
  height: 610px;
  width: 610px;
  border-radius: 50%;
  background: linear-gradient(121.28deg, #2D274E 14.06%, #000000 86.11%);
  opacity: 0.2;
  position: absolute;
  top: 30px;
  left: 45px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-9 .shape .shape-1 {
    top: 190px;
    left: 70px;
  }
}
.banner-style-9 .shape .shape-2 {
  position: absolute;
  right: 5%;
  animation: spin 10s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-9 .shape .shape-2 {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-9 .banner-content {
    margin-top: 35px;
  }
}
.banner-style-9 .banner-content .subtitle {
  background: rgba(217, 217, 217, 0.0509803922);
  border: 1px solid var(--color-border);
  padding: 3px 16px;
  border-radius: 25px;
  font-weight: 600;
  display: block;
  max-width: max-content;
  margin-bottom: 30px;
}
.banner-style-9 .banner-content .title {
  font-weight: 700;
  font-size: 72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-9 .banner-content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-9 .banner-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-9 .banner-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-9 .banner-content .title {
    font-size: 40px;
  }
}
.banner-style-9 .banner-content .title span {
  color: var(--color-primary);
}
.banner-style-9 .banner-content .description {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .banner-style-9 .banner-content .description br {
    display: none;
    font-size: 16px;
  }
}
.banner-style-9 .thumbnail-wrapper {
  margin-left: 100px;
  position: relative;
  margin-bottom: -50px;
  bottom: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-9 .thumbnail-wrapper {
    margin-left: 55px;
    margin-bottom: -110px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-9 .thumbnail-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-9 .thumbnail-wrapper {
    margin-left: 0;
    margin-bottom: 0;
    bottom: 70px;
  }
}
.banner-style-9 .thumbnail-wrapper .thumbnail {
  width: 550px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-9 .thumbnail-wrapper .thumbnail {
    width: 480px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-9 .thumbnail-wrapper .thumbnail {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-9 .thumbnail-wrapper .thumbnail img {
    height: 100%;
  }
}
.banner-style-9 .thumbnail-wrapper .badge-title {
  max-width: max-content;
  position: absolute;
  top: 23%;
  left: -23%;
  animation: leftRight 5s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-9 .thumbnail-wrapper .badge-title {
    left: -5%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-9 .thumbnail-wrapper .badge-title {
    display: none;
  }
}
.banner-style-9 .thumbnail-wrapper .badge-title span {
  padding: 13px 25px;
  background: #272242;
  color: var(--color-white);
  border-radius: 5px;
  position: relative;
}
.banner-style-9 .thumbnail-wrapper .badge-title span::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 80px;
  width: 0;
  height: 0;
  border-top: 26px solid #272242;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
@media only screen and (max-width: 991px) {
  .banner-style-9 .tmp-marque-animation {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .mb_mdsm--30 {
    margin-bottom: 30px;
  }
}

/*------------------------
    Banner Style 10
-------------------------*/
.freelancer-demo .tmp-pricing-card-feature::before {
  border-left: 30px solid #161630;
  border-right: 0 solid #161630;
  border-top: 30px solid #161630;
}

.banner-style-10 {
  position: relative;
  padding-bottom: 150px;
  padding-top: 220px;
  z-index: 1;
}
.banner-style-10 .tmp-social-default a {
  height: 60px;
  width: 60px;
}
@media only screen and (max-width: 991px) {
  .banner-style-10 {
    padding-bottom: 60px;
    padding-top: 130px;
  }
}
.banner-style-10 .shape {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1920px) {
  .banner-style-10 .shape {
    display: none;
  }
}
.banner-style-10 .shape .tmp-sbl {
  width: 100%;
}
.banner-style-10 .shape .tmp-sbl img {
  width: 100%;
}
.banner-style-10 .content .title {
  font-size: 96px;
  line-height: 102px;
  font-weight: 700;
  color: var(--color-heading);
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-10 .content .title {
    font-size: 80px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-10 .content .title {
    font-size: 65px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-10 .content .title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-10 .content .title {
    font-size: 64px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-10 .content .title {
    font-size: 45px;
    line-height: 1.4;
  }
}
.banner-style-10 .content .title span {
  color: var(--color-primary);
}
.banner-style-10 .content .description {
  max-width: 625px;
  margin-bottom: 15px;
  font-size: var(--p);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-10 .content .description {
    max-width: 510px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-10 .thumbnail-wrapper {
    position: relative;
    right: 0;
    bottom: 0;
  }
}
.banner-style-10 .thumbnail-wrapper .banner-icon-shape .plus-1 {
  font-size: 70px;
  max-width: max-content;
  position: absolute;
  left: 66%;
  top: 20%;
  font-weight: 500;
  animation: gelatine 1s linear infinite;
}
.banner-style-10 .thumbnail-wrapper .banner-icon-shape .plus-2 {
  font-size: 40px;
  max-width: max-content;
  position: absolute;
  left: 54%;
  top: 25%;
  font-weight: 500;
  animation: gelatine 2s linear infinite;
}
.banner-style-10 .thumbnail-wrapper .thumbnail {
  z-index: 1;
  max-width: 581px;
  position: relative;
  left: auto;
  margin-right: -30px;
}
@media only screen and (max-width: 991px) {
  .banner-style-10 .thumbnail-wrapper .thumbnail {
    margin: auto;
    margin-right: auto;
  }
}
.banner-style-10 .thumbnail-wrapper .thumbnail img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-10 .thumbnail-wrapper .thumbnail img {
    height: 100%;
  }
}
.banner-style-10 .thumbnail-wrapper .thumbnail::before {
  height: 100%;
  width: 250px;
  content: "";
  background: #93F2FF;
  position: absolute;
  filter: blur(325px);
  z-index: -1;
}
.banner-style-10 .thumbnail-wrapper .banner-shape {
  position: absolute;
  bottom: -10%;
  left: -55%;
  opacity: 0.15;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-10 .thumbnail-wrapper .banner-shape {
    display: none;
  }
}

@keyframes leftRight {
  0% {
    transform: translateX(0);
    /* Start at the center */
  }
  50% {
    transform: translateX(50px);
    /* Move to the right */
  }
  100% {
    transform: translateX(0);
    /* Return to the center */
  }
}
.tmp-marque-animation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
  white-space: nowrap;
  height: 221px;
}

.tmp-marque-text {
  display: flex;
  white-space: nowrap;
  height: 100%;
}
.tmp-marque-text span {
  font-weight: 700;
  font-size: 180px;
  font-family: var(--font-primary);
  -webkit-text-stroke: 2px rgba(215, 217, 255, 0.1);
  -webkit-text-fill-color: transparent;
  line-height: 1;
  padding-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-marque-text span {
    font-size: 125px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-marque-text span {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-marque-text span {
    font-size: 85px;
  }
}

/* Keyframes for continuous scrolling */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marque-section-bg.is-ui {
  background-color: inherit;
}

.tmp-marque-text {
  display: flex;
  align-items: center;
  gap: 60px;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  overflow: hidden;
  left: 30%;
}
.tmp-marque-text span {
  font-size: 250px;
  font-weight: 700;
  font-family: var(--font-primary);
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  -webkit-text-fill-color: rgba(129, 129, 129, 0.05);
  line-height: 200px;
  animation: scroll 15s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-marque-text span {
    font-size: 125px;
    line-height: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-marque-text span {
    font-size: 60px;
    line-height: 100px;
  }
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  height: 170px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 40%;
}
@media only screen and (max-width: 1199px) {
  .marquee {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .marquee {
    left: 0;
  }
}

.tmp-marque-text {
  display: inline-flex;
}

.tmp-marquee-text span {
  display: inline-block;
  padding-left: 100%;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-content-writer .tmp-hero-wrapper.hero-writer {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-content-writer .tmp-hero-wrapper.hero-writer {
    flex-direction: column-reverse;
  }
}
.banner-style-content-writer .tmp-hero-wrapper .content {
  max-width: 63%;
}
@media only screen and (max-width: 1199px) {
  .banner-style-content-writer .tmp-hero-wrapper .content {
    max-width: 100%;
  }
}

.swiper-bottom-all-wrapper-photographer {
  position: relative;
  display: block;
  max-width: 62%;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .swiper-bottom-all-wrapper-photographer {
    max-width: 100%;
  }
}
.swiper-bottom-all-wrapper-photographer .tmp-slider-navigation {
  position: absolute;
  left: -83px;
  bottom: 0;
  top: 0;
}

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

.bg_actor--3 {
  background-image: url(../images/actor/bg/03.webp);
}

.inv-banner-actor {
  min-height: 950px;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .inv-banner-actor {
    min-height: 750px;
  }
}
@media only screen and (max-width: 1399px) {
  .inv-banner-actor {
    min-height: 650px;
  }
}
.inv-banner-actor .banner-actor-content {
  text-align: center;
  max-width: 80%;
  margin: auto;
}
.inv-banner-actor .banner-actor-content .title {
  font-size: 160px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .inv-banner-actor .banner-actor-content .title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .inv-banner-actor .banner-actor-content .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .inv-banner-actor .banner-actor-content .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .inv-banner-actor .banner-actor-content .title {
    font-size: 60px;
  }
}
.inv-banner-actor .banner-actor-content p.disc {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 1399px) {
  .inv-banner-actor .banner-actor-content p.disc {
    font-size: 18px;
    margin-top: 25px;
  }
}

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

Primary style

-------------------------------- */
.cd-title {
  position: relative;
  text-align: center;
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

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

  xrotate-1 

  -------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

  xtype 

  -------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

  xrotate-2 

  -------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
  opacity: 0;
}

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 

  xloading-bar 

  -------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--color-primary);
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}

.cd-headline.loading-bar b {
  top: 0.2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

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

  xslide 

  -------------------------------- */
.cd-headline.slide span {
  display: inline-block;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: 0.2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

  xclip 

  -------------------------------- */
.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

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

  xzoom 

  -------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.zoom b {
  opacity: 0;
}

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 

  xrotate-3 

  -------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-3 b {
  opacity: 0;
}

.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}

.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 

  xscale 

  -------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

  xpush 

  -------------------------------- */
.cd-headline.push b {
  opacity: 0;
}

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.doctor-service {
  background-color: rgba(147, 242, 255, 0.04);
  border-radius: 50px;
  margin: 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .doctor-service {
    margin: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .doctor-service {
    border-radius: 8px;
    margin: 0;
  }
}
.doctor-service .card-body .tmp-card-icon {
  background-color: rgba(49, 30, 105, 0.2);
}
.doctor-service .tmp-ssb-icon {
  background-color: rgba(49, 30, 105, 0.2);
}

.freelancer-section-bg {
  position: relative;
  background-image: url(../images/freelancer/service/service-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 50px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  .freelancer-section-bg {
    margin: 0 0;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .freelancer-section-bg {
    margin: 0 0px;
  }
}
@media only screen and (max-width: 991px) {
  .freelancer-section-bg {
    margin: 0;
    border-radius: 0;
  }
}
.freelancer-section-bg .section-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.freelancer-section-bg .section-shape .shape-one {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: var(--color-primary);
  filter: blur(141px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .freelancer-section-bg .section-shape .shape-one {
    top: -13%;
    left: -13%;
    height: 420px;
    width: 420px;
  }
}
@media only screen and (max-width: 1199px) {
  .freelancer-section-bg .section-shape .shape-one {
    opacity: 0.3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .freelancer-section-bg .section-shape .shape-one {
    display: none;
  }
}

.demo-doctor .tmp-small-card-icon {
  background-color: #141439;
}

.writer-section-bg {
  background-image: url(../images/writter/writer-service-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 50px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .writer-section-bg {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .writer-section-bg {
    margin: 0;
    border-radius: 0;
  }
}
.writer-section-bg .linear-shape {
  position: absolute;
  width: 461px;
  height: 461px;
  left: -150px;
  border-radius: 50%;
  background: linear-gradient(134.57deg, rgba(3, 3, 6, 0.7) 16.81%, rgba(43, 37, 73, 0.7) 85.71%);
  top: -150px;
}
.writer-section-bg .section-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .writer-section-bg .section-shape {
    display: none;
  }
}
.writer-section-bg .shape-one {
  position: absolute;
  right: 0;
  top: 30px;
}

.tmp-service-link {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #312f4b;
  position: relative;
  z-index: 1;
}
.tmp-service-link::after {
  transition: 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  height: 100%;
  width: 100%;
  background: var(--color-primary);
  opacity: 0;
  content: "";
  z-index: -1;
  border-radius: 50%;
}
.tmp-service-link:hover i {
  color: #070824;
}
.tmp-service-link:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.developer-service-bg {
  position: relative;
  background-image: url(../images/service-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  background-color: #070824;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .developer-service-bg {
    border-radius: 0;
  }
}
.developer-service-bg .tmp-service-box::after {
  background-color: #0E142F;
}

.technician-service-bg {
  background: linear-gradient(180deg, rgb(7, 8, 36) 0%, rgba(255, 154, 80, 0.2) 100%);
  border-radius: 0px 0px 50px 50px;
}
@media only screen and (max-width: 991px) {
  .technician-service-bg {
    border-radius: 0;
  }
}

.card {
  color: inherit;
}
.card .card-body {
  padding: 0;
}

.card-body {
  text-align: center;
}
.card-body .tmp-card-icon {
  height: 140px;
  width: 140px;
  background-color: #311E69;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .card-body .tmp-card-icon {
    width: 100px;
    height: 100px;
  }
}
.card-body .tmp-card-icon img {
  max-height: 74px;
  max-width: 74px;
}
@media only screen and (max-width: 991px) {
  .card-body .tmp-card-icon img {
    max-width: 50px;
    height: auto;
  }
}
.tmp-ssb {
  max-width: max-content;
  text-align: center;
}
.tmp-ssb-icon {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: #311E69;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.tmp-ssb-icon img {
  max-width: 50px;
  max-height: 50px;
}
.tmp-ssb-title {
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-ssb-title {
    font-size: 20px;
  }
}

.tmp-custom-card.service-slider {
  padding: 45px 40px;
}

.main-service .card-body .tmp-card-title {
  text-align: center;
}

/*---------------------
 Service Style 01 
------------------------*/
.modern-service-style {
  margin: 0 30px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .modern-service-style {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .modern-service-style {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .modern-service-style {
    margin: 0;
    border-radius: 0;
  }
}
.modern-service-style .tmp-section-overlay {
  position: absolute;
  bottom: 0;
  background-image: url(../images/main/service/service-shape.svg);
  height: 530px;
  width: 100%;
  background-repeat: repeat;
  left: 0;
  right: 0;
  background-size: cover;
}
.modern-service-style .tmp-section-overlay.to-top {
  background-image: url(../images/main/service/service-shape-2.svg);
  background-size: cover;
  background-position: center;
  bottom: auto;
  top: 0;
}

.service-style-1 {
  position: relative;
  background-color: transparent;
  border: 2px solid var(--color-border);
  border-radius: 0;
}
.service-style-1.service-card {
  padding: 60px 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-style-1.service-card {
    padding: 40px 35px;
  }
}
@media only screen and (max-width: 991px) {
  .service-style-1.service-card {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service-style-1.service-card {
    padding: 30px;
  }
}
.service-style-1:hover .tmp-card-icon img {
  animation: gelatine 0.6s;
}
.service-style-1.service-slider {
  padding: 45px 40px;
}

.tmp-small-card {
  max-width: max-content;
  text-align: center;
}
.tmp-small-card-icon {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: #311E69;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.tmp-small-card-icon img {
  max-width: 50px;
  max-height: 50px;
}
.tmp-small-card-title {
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-small-card-title {
    font-size: 20px;
  }
}

.tmp-service-single,
.service-style-2 {
  background-color: rgba(147, 242, 255, 0.02);
  border-radius: 10px;
  padding: 70px 60px;
  position: relative;
  transition: var(--trans);
}
@media only screen and (max-width: 991px) {
  .tmp-service-single,
  .service-style-2 {
    padding: 35px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-service-single,
  .service-style-2 {
    padding: 30px;
  }
}
.tmp-service-single:hover .icon img,
.service-style-2:hover .icon img {
  animation: gelatine 0.6s;
}
.tmp-service-single .shape,
.service-style-2 .shape {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .tmp-service-single .shape,
  .service-style-2 .shape {
    display: none;
  }
}
.tmp-service-single .shape .is-2,
.service-style-2 .shape .is-2 {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.home-designer .tmp-service-single .shape,
.home-designer .service-style-2 .shape {
  display: none;
}

@media only screen and (max-width: 991px) {
  .tmp-service-box.service-center .tmp-service-icon img {
    max-width: 70px;
  }
}

.tmp-service-box,
.service-style-3 {
  clip-path: polygon(0.239% 2.697%, 0.239% 2.697%, 0.271% 2.298%, 0.365% 1.919%, 0.516% 1.566%, 0.718% 1.244%, 0.966% 0.957%, 1.256% 0.711%, 1.581% 0.511%, 1.937% 0.362%, 2.32% 0.269%, 2.723% 0.236%, 49.913% 0.236%, 83.533% 0.236%, 83.533% 0.236%, 83.782% 0.249%, 84.027% 0.285%, 84.264% 0.345%, 84.494% 0.428%, 84.714% 0.532%, 84.922% 0.657%, 85.118% 0.802%, 85.299% 0.966%, 85.463% 1.148%, 85.611% 1.348%, 99.181% 21.855%, 99.181% 21.855%, 99.257% 21.977%, 99.326% 22.103%, 99.386% 22.232%, 99.439% 22.365%, 99.484% 22.5%, 99.521% 22.637%, 99.55% 22.777%, 99.571% 22.918%, 99.584% 23.06%, 99.588% 23.204%, 99.588% 97.235%, 99.588% 97.235%, 99.556% 97.634%, 99.461% 98.012%, 99.311% 98.365%, 99.109% 98.688%, 98.861% 98.974%, 98.571% 99.22%, 98.246% 99.42%, 97.889% 99.57%, 97.507% 99.663%, 97.104% 99.695%, 2.723% 99.695%, 2.723% 99.695%, 2.32% 99.663%, 1.937% 99.57%, 1.581% 99.42%, 1.256% 99.22%, 0.966% 98.974%, 0.718% 98.688%, 0.516% 98.365%, 0.365% 98.012%, 0.271% 97.634%, 0.239% 97.235%, 0.239% 2.697%);
  background-color: #10102b;
  position: relative;
  padding: 70px 56px 60px 56px;
  z-index: 1;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .tmp-service-box,
  .service-style-3 {
    border-radius: 6px;
  }
}
.tmp-service-box:hover .icon img,
.service-style-3:hover .icon img {
  animation: gelatine 0.6s;
}
.tmp-service-box .tmp-service-shape,
.service-style-3 .tmp-service-shape {
  position: absolute;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 260px;
  height: 150px;
  background-color: var(--color-primary);
  transform: translate(-50%, -50%);
  opacity: 0.4;
  filter: blur(125px);
  z-index: -1;
}
.tmp-service-box.service-center,
.service-style-3.service-center {
  z-index: 1;
}
.tmp-service-box.service-center.service-technician .tmp-service-link,
.service-style-3.service-center.service-technician .tmp-service-link {
  width: auto;
  height: auto;
  background: transparent;
}
.tmp-service-box.service-center.service-technician .tmp-service-link::after,
.service-style-3.service-center.service-technician .tmp-service-link::after {
  display: none;
}
.tmp-service-box.service-center .tmp-service-icon img,
.service-style-3.service-center .tmp-service-icon img {
  margin: auto;
}
.tmp-service-box.service-center .tmp-service-shape,
.service-style-3.service-center .tmp-service-shape {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 260px;
  height: 350px;
  background-color: var(--color-primary);
  transform: translate(-50%, -50%);
  opacity: 0.4;
  filter: blur(125px);
  z-index: 1;
  pointer-events: none;
}
.tmp-service-box.service-center:hover .tmp-service-icon img,
.service-style-3.service-center:hover .tmp-service-icon img {
  animation: gelatine 0.6s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-service-box,
  .service-style-3 {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-service-box,
  .service-style-3 {
    padding: 70px 56px 60px 56px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-service-box,
  .service-style-3 {
    clip-path: none;
    background-color: var(--color-dark);
    padding: 50px;
    padding: 20px;
    border-radius: 6px;
  }
}
.tmp-service-box > *,
.service-style-3 > * {
  position: relative;
  z-index: 1;
}
.tmp-service-box::after,
.service-style-3::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  height: 99%;
  width: 99%;
  background-color: var(--color-dark);
  clip-path: polygon(0.239% 2.697%, 0.239% 2.697%, 0.271% 2.298%, 0.365% 1.919%, 0.516% 1.566%, 0.718% 1.244%, 0.966% 0.957%, 1.256% 0.711%, 1.581% 0.511%, 1.937% 0.362%, 2.32% 0.269%, 2.723% 0.236%, 49.913% 0.236%, 83.533% 0.236%, 83.533% 0.236%, 83.782% 0.249%, 84.027% 0.285%, 84.264% 0.345%, 84.494% 0.428%, 84.714% 0.532%, 84.922% 0.657%, 85.118% 0.802%, 85.299% 0.966%, 85.463% 1.148%, 85.611% 1.348%, 99.181% 21.855%, 99.181% 21.855%, 99.257% 21.977%, 99.326% 22.103%, 99.386% 22.232%, 99.439% 22.365%, 99.484% 22.5%, 99.521% 22.637%, 99.55% 22.777%, 99.571% 22.918%, 99.584% 23.06%, 99.588% 23.204%, 99.588% 97.235%, 99.588% 97.235%, 99.556% 97.634%, 99.461% 98.012%, 99.311% 98.365%, 99.109% 98.688%, 98.861% 98.974%, 98.571% 99.22%, 98.246% 99.42%, 97.889% 99.57%, 97.507% 99.663%, 97.104% 99.695%, 2.723% 99.695%, 2.723% 99.695%, 2.32% 99.663%, 1.937% 99.57%, 1.581% 99.42%, 1.256% 99.22%, 0.966% 98.974%, 0.718% 98.688%, 0.516% 98.365%, 0.365% 98.012%, 0.271% 97.634%, 0.239% 97.235%, 0.239% 2.697%);
}
@media only screen and (max-width: 575px) {
  .tmp-service-box::after,
  .service-style-3::after {
    clip-path: none;
  }
}
.tmp-service-box .icon,
.service-style-3 .icon {
  margin: 0 auto;
  max-width: max-content;
}
.tmp-service-box .icon img,
.service-style-3 .icon img {
  max-width: 110px;
  max-height: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-service-box .icon img,
  .service-style-3 .icon img {
    max-width: 50px;
    max-height: 50px;
  }
}
.tmp-service-box .title,
.service-style-3 .title {
  font-size: 21px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-service-box .title,
  .service-style-3 .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-service-box .title,
  .service-style-3 .title {
    font-size: 22px;
  }
}
.tmp-service-box .title a,
.service-style-3 .title a {
  text-transform: capitalize;
  color: var(--tmp-tec-heading);
  font-weight: 700;
}

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

.service-style-4,
.tmp-cs-box {
  position: relative;
  border: 2px solid var(--color-border);
  border-radius: 10px;
  background-color: #1A1737;
  overflow: hidden;
  transition: var(--trans);
  padding: 40px;
  transition: 0.4s;
}
.service-style-4 .shape,
.tmp-cs-box .shape {
  position: absolute;
  height: 18px;
  width: 100%;
  background: #93F2FF;
  filter: blur(75px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-style-4 .icon,
.tmp-cs-box .icon {
  margin-bottom: 30px;
}
.service-style-4 .icon i,
.tmp-cs-box .icon i {
  font-size: 50px;
  line-height: 1;
}
.service-style-4 .icon img,
.tmp-cs-box .icon img {
  height: 50px;
  width: 50px;
}
.service-style-4 .title,
.tmp-cs-box .title {
  font-weight: 700;
  margin-bottom: 20px;
}
.service-style-4 .title a,
.tmp-cs-box .title a {
  color: #F8F6FD;
}
.service-style-4 .description,
.tmp-cs-box .description {
  margin-bottom: 20px;
}
.service-style-4:hover,
.tmp-cs-box:hover {
  border-color: rgba(147, 242, 255, 0.3);
  transform: scale(1.02);
}
.service-style-4:hover .icon img,
.tmp-cs-box:hover .icon img {
  animation: gelatine 0.6s;
}

@media only screen and (max-width: 767px) {
  .service-style-4 {
    padding: 25px;
  }
}

html {
  scroll-behavior: auto !important;
}

.style-photograpy .tmp-cs-box {
  background-color: #0E0E26;
}
.style-photograpy .tmp-cs-box-shape {
  opacity: 0;
  transition: var(--trans);
}
.style-photograpy .tmp-cs-box:hover .tmp-cs-box-shape {
  opacity: 1;
}

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

.over-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.about-btn {
  padding: 16px 25px !important;
}
@media only screen and (max-width: 767px) {
  .about-btn {
    padding: 12px 20px !important;
  }
}
.about-btn.main-primary:hover {
  background-color: var(--color-primary);
  color: var(--color-dark);
}

.about-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .about-shape {
    display: none;
  }
}

.has-shape.is-writer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.has-shape.is-writer .shape-one {
  position: absolute;
  top: 50%;
  left: 2%;
}
.has-shape.is-writer .shape-two {
  position: absolute;
  right: 2%;
  top: 5%;
}

.about-section-overlay {
  background-image: url(../images/model/about/section-shape.svg);
  background-repeat: no-repeat;
}

.tmp-about-image {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-about-image.pr-50 {
    padding-right: 30px;
  }
}
.tmp-about-image .tmp-about-back {
  position: absolute;
  top: -25px;
  left: -50px;
  z-index: -1;
}
.tmp-about-image .tmp-thumb-image {
  background-color: rgb(22, 22, 48);
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .tmp-about-image .tmp-thumb-image {
    padding: 20px;
  }
}
.tmp-about-image .tmp-thumb-image img {
  border-radius: 10px;
  max-height: 600px;
  width: 100%;
  object-fit: cover;
}

.tmp-expertise-item {
  height: 60px;
  width: 60px;
  border-radius: 10px;
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--trans);
  background: rgba(147, 242, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-expertise-item {
    height: 50px;
    width: 50px;
  }
}
.tmp-expertise-item:hover {
  transform: scale(1.05);
}
.tmp-expertise-item img {
  max-height: 30px;
  max-width: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-expertise-item img {
    max-height: 25px;
    max-width: 25px;
  }
}

.about-author {
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-author {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-author {
    border-width: 5px;
  }
}
.about-author img {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-author img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .about-author img {
    position: relative;
    left: 0;
    transform: translate(0);
    border-radius: 6px;
  }
}
.about-author-overlay {
  position: relative;
  height: 100%;
  width: 100%;
}
.about-author-overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #272243 0%, #0A0911 100%);
  z-index: -1;
  left: 0;
  top: 0;
}

.about-content {
  padding: 40px;
  padding-right: 50px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-content {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content {
    padding: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .about-content {
    padding: 15px;
  }
}
.about-content .box-shape {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 112px;
  width: 112px;
  border-radius: 50%;
  z-index: -1;
}
.about-content p {
  font-size: 16px;
}
.about-content .item p {
  font-size: 16px;
}

.video-play {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.video-play-btn {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #93F2FF;
  font-size: 25px;
  background-color: rgba(147, 242, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-play-btn {
    height: 60px;
    width: 60px;
    font-size: 20px;
  }
}

/*-----------------------
    About Style 01 
------------------------*/
.about-style-1 .about-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.about-style-1 .about-shape img {
  max-width: 100%;
  display: block;
  height: auto;
  border: none;
}
.about-style-1 .content-left {
  position: relative;
  left: -120px;
  width: 645px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-style-1 .content-left {
    left: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-1 .content-left {
    left: -200px;
  }
}
@media only screen and (max-width: 991px) {
  .about-style-1 .content-left {
    left: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-1 .content-left {
    width: 100%;
  }
}
.about-style-1 .content-left .shape {
  position: absolute;
  width: 645px;
  height: 404px;
  background: rgba(22, 22, 22, 0.3);
  box-shadow: 15px 20px 80px rgba(147, 242, 255, 0.04);
  backdrop-filter: blur(25px);
  border-radius: 50px 50px 0 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-style-1 .content-left .shape {
    width: 100%;
  }
}
.about-style-1 .content-left .circle {
  height: 120px;
  width: 120px;
  border: 2px dashed var(--color-primary);
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 45%;
  z-index: 1;
  animation: rotateAnimation 15s infinite linear;
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.about-style-1 .content-left .images {
  position: absolute;
  bottom: 25%;
  left: -19%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-1 .content-left .images {
    display: none;
  }
}
.about-style-1 .content-left .main-image {
  position: relative;
  z-index: 1;
  left: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-style-1 .content-left .main-image {
    left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-1 .content-left .main-image {
    left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-1 .content-left .main-image {
    left: 0;
  }
}
.about-style-1 .content-left .main-image img {
  height: 100%;
}
.about-style-1 .content-left .experience {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  max-width: max-content;
  padding: 45px 50px 45px 30px;
  background: rgba(22, 22, 22, 0.3);
  backdrop-filter: blur(25px);
  border-radius: 12px 0px 0px 0px;
}
.about-style-1 .content-left .experience .title {
  margin-bottom: 0;
  font-weight: 700;
}
.about-style-1 .content-right .title {
  font-weight: 700;
}
.about-style-1 .about-feature ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 575px) {
  .about-style-1 .about-feature ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-style-1 .about-feature ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  max-width: max-content;
  margin-bottom: 0;
}
.about-style-1 .about-feature ul li i {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: var(--color-primary);
  background: rgba(147, 242, 255, 0.1);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*-----------------------
    Contact Style 01
------------------------*/
.tmp-counterup-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 575px) {
  .tmp-counterup-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .tmp-counterup-wrapper > div {
    width: 100%;
  }
}

.counter-style-1 {
  padding: 30px 20px;
  background: rgba(147, 242, 255, 0.02);
  border-radius: 10px;
  min-width: 200px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .counter-style-1 {
    max-width: 350px;
  }
}
.counter-style-1 .count {
  font-weight: 700;
  font-size: 30px;
}
/*===============================
  Education Experience Card
  ===============================*/
.education-experience-card {
  border-radius: 20px;
  background: var(--color-gray-2);
  padding: 50px 40px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .education-experience-card {
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .education-experience-card {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .education-experience-card {
    padding: 30px 20px;
  }
}
.education-experience-card .edu-sub-title {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
}
.education-experience-card .edu-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
}
.education-experience-card .edu-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .education-experience-card .edu-para {
    margin-top: 8px;
  }
}

.experiences-wrapper {
  margin-top: 75px;
}
.experiences-wrapper.v2 .experiences-wrap-left-content {
  padding-left: 40px;
}
@media only screen and (max-width: 575px) {
  .experiences-wrapper.v2 .experiences-wrap-left-content {
    padding: 0 15px;
  }
}
.experiences-wrapper .experiences-wrap-left-content {
  padding: 0 40px;
}
@media (min-width: 1200px) {
  .experiences-wrapper .experiences-wrap-left-content {
    padding-right: 138px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .experiences-wrapper .experiences-wrap-left-content {
    padding: 0 15px;
  }
}
.experiences-wrapper .experiences-wrap-left-content .experience-content {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experiences-wrapper .experiences-wrap-left-content .experience-content {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experiences-wrapper .experiences-wrap-left-content .experience-content {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .experiences-wrapper .experiences-wrap-left-content .experience-content {
    margin-bottom: 30px;
  }
}
.experiences-wrapper .experiences-wrap-left-content .experience-content:last-child {
  margin-bottom: 0;
}
.experiences-wrapper .experiences-wrap-left-content .experience-content .ex-subtitle {
  color: var(--color-primary);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
}
.experiences-wrapper .experiences-wrap-left-content .experience-content .ex-name {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0px;
}
.experiences-wrapper .experiences-wrap-left-content .experience-content .ex-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 0;
  margin-top: 6px;
}
.experiences-wrapper .experiences-wrap-left-content .experience-content .ex-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 16px;
}
.experiences-wrapper .experiences-wrap-right-content {
  overflow: hidden;
}
.experiences-wrapper .experiences-wrap-right-content img {
  width: 100%;
  border-radius: 20px;
}

.about-actor-left-content-wrap {
  padding-left: 110px;
  padding-right: 72px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .about-actor-left-content-wrap {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-actor-left-content-wrap {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) {
  .about-actor-left-content-wrap {
    padding-left: 110px;
    padding-right: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .about-actor-left-content-wrap {
    padding: 0;
  }
}
.about-actor-left-content-wrap .years-of-experience-card {
  border-radius: 20px;
  border: 0.5px solid rgba(255, 255, 255, 0.05);
  background: rgba(15, 19, 46, 0.28);
  backdrop-filter: blur(35px);
  padding: 64px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about-actor-left-content-wrap .years-of-experience-card .card-title {
  margin-bottom: 0.5rem;
  font-size: 80px;
  font-weight: 700;
  color: #fff;
}
.about-actor-left-content-wrap .years-of-experience-card p.card-para {
  color: #fff;
  font-family: var(--font-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 1399px) {
  .about-actor-left-content-wrap .years-of-experience-card p.card-para {
    font-size: 30px;
    line-height: 1.3;
  }
}
.about-actor-left-content-wrap.bg-vactor-one::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 197px;
  background: linear-gradient(0deg, rgba(255, 1, 79, 0) 15.49%, var(--color-primary) 100%);
  filter: blur(2px);
  border-radius: 100%;
  width: 410px;
  height: 410px;
  z-index: -1;
}
.about-actor-left-content-wrap .design-card {
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 20px;
  border: 0.5px solid rgba(255, 255, 255, 0.05);
  background: rgba(15, 19, 46, 0.28);
  backdrop-filter: blur(35px);
  padding: 30px;
  margin-top: 30px;
}
.about-actor-left-content-wrap .design-card .design-card-img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-border);
}
.about-actor-left-content-wrap .design-card .design-card-img .icon i {
  color: var(--color-primary);
  font-size: 40px;
}
.about-actor-left-content-wrap .design-card .card-info .card-title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
@media only screen and (max-width: 1399px) {
  .about-actor-left-content-wrap .design-card .card-info .card-title {
    font-size: 24px;
  }
}

.about-actor-right-content-wrap .about-us-section-card .about-us-card {
  border-radius: 20px;
  background: #0F132E;
  padding: 40px 30px;
  height: 100%;
}
.about-actor-right-content-wrap .about-us-section-card .about-us-card::after {
  border-radius: 20px;
}
.about-actor-right-content-wrap .about-us-section-card .about-us-card .card-head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.about-actor-right-content-wrap .about-us-section-card .about-us-card .card-head .logo-img {
  width: 45px;
  height: 45px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  min-width: 45px;
}
.about-actor-right-content-wrap .about-us-section-card .about-us-card .card-head .logo-img img {
  filter: brightness(0) saturate(100%) invert(6%) sepia(53%) saturate(1826%) hue-rotate(211deg) brightness(94%) contrast(98%);
}
.about-actor-right-content-wrap .about-us-section-card .about-us-card .card-head .card-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}
.about-actor-right-content-wrap .about-us-section-card .about-us-card .card-para {
  margin-bottom: 0;
  margin-top: 15px;
}
.about-actor-right-content-wrap .about-btn {
  padding: 0 !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .section-portfolio-bottom {
    margin-bottom: -60px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-portfolio-bottom {
    margin-bottom: -60px;
  }
}
@media only screen and (max-width: 991px) {
  .section-portfolio-bottom {
    margin-bottom: 0px;
  }
}
.section-portfolio-bottom.if-writer .shape-one {
  opacity: 0.1;
}

.tmp-tab .nav {
  border-bottom: 0;
}
.tmp-tab .nav .nav-link {
  padding: 10.5px 35px;
  border-radius: 50px;
  border: 1px solid var(--color-border);
  color: var(--color-body);
  transition: var(--trans);
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-tab .nav .nav-link {
    padding: 8px 20px;
    font-size: 16px;
  }
}
.tmp-tab .nav .nav-link.active, .tmp-tab .nav .nav-link:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-dark);
}
.tmp-tab.style-two .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-tab.style-two .nav {
    gap: 15px;
  }
}
.tmp-tab.style-two .nav .nav-link {
  padding: 10.5px 22px;
  font-weight: 400;
  color: var(--color-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-tab.style-two .nav .nav-link {
    padding: 8px 15px;
    font-size: 16px;
  }
}
.tmp-tab.style-two .nav .nav-link.active, .tmp-tab.style-two .nav .nav-link:hover {
  background-color: var(--color-primary);
  border-color: rgba(0, 65, 75, 0.18);
  color: var(--color-dark);
}

/*------------------------
    Portfolio Style 01 
-------------------------*/
.portfolio-style-1 {
  padding: 60px 50px;
}
.portfolio-style-1 .content {
  max-width: 100%;
  text-align: left;
}
.portfolio-style-1 .content .tmp-work-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.portfolio-style-1 .content .title {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  transition: var(--trans);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .portfolio-style-1 .content .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-style-1 .content .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-style-1 .content .title {
    font-size: 24px;
  }
}
.portfolio-style-1 .content .title a i {
  font-size: 0;
  position: relative;
  top: 2px;
  transition: var(--transition);
  opacity: 0;
}
.portfolio-style-1 .content .title:hover {
  color: var(--color-primary);
}
.portfolio-style-1 .content .title:hover a i {
  color: var(--color-primary);
  top: 2px;
  opacity: 1;
  font-size: 28px;
}
.portfolio-style-1 .content .description {
  max-width: 390px;
  margin: 0;
  color: var(--color-body);
}
.portfolio-style-1 .content .tmp-work-thumb a img {
  transition: 0.4s;
  width: 100%;
}
.portfolio-style-1 .thumbnail-wrapepr {
  position: relative;
}
.portfolio-style-1 .thumbnail-wrapepr a.thumb-img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.portfolio-style-1 .thumbnail-wrapepr a.thumb-img img {
  border-radius: 10px;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}
.portfolio-style-1:hover .content .tmp-work-thumb a img {
  transform: scale(1.05);
}
.portfolio-style-1:hover .thumbnail-wrapepr a.thumb-img img {
  -webkit-transform: perspective(400px) rotateX(0.09deg) rotateY(0) scale(1.1);
  transform: perspective(400px) rotateX(0.09deg) rotateY(0) scale(1.1);
}

/*------------------------
    Portfolio Style 02 
-------------------------*/
.tmp-section-shape {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-section-shape {
    display: none;
  }
}
.tmp-section-shape .shape-one {
  position: absolute;
  bottom: 30%;
}
@media only screen and (max-width: 1199px) {
  .tmp-section-shape .shape-one {
    display: none;
  }
}
.tmp-section-shape .shape-two {
  position: absolute;
  right: 0;
  top: 100px;
  opacity: 0.4;
}
@media only screen and (max-width: 1199px) {
  .tmp-section-shape .shape-two {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-section-shape .shape-two {
    display: none;
  }
}

.portfolio-style-2,
.designer-portfolio {
  position: relative;
  border-radius: 10px;
  background-color: #080925;
  z-index: 1;
}
.portfolio-style-2::before,
.designer-portfolio::before {
  background: rgba(12, 14, 41, 0.5);
  box-shadow: 15px 20px 80px rgba(147, 242, 255, 0.04);
  backdrop-filter: blur(25px);
  border-radius: 10px;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.portfolio-style-2 .content,
.designer-portfolio .content {
  padding: 60px 50px 50px 50px;
  display: flex;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-style-2 .content,
  .designer-portfolio .content {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-style-2 .content,
  .designer-portfolio .content {
    padding: 60px 30px 50px 30px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-style-2 .content,
  .designer-portfolio .content {
    padding: 45px 15px 40px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-style-2 .content .btn-group,
  .designer-portfolio .content .btn-group {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.portfolio-style-2 .content-left,
.designer-portfolio .content-left {
  max-width: 550px;
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-style-2 .content-left,
  .designer-portfolio .content-left {
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-style-2 .content-left,
  .designer-portfolio .content-left {
    max-width: 100%;
  }
}
.portfolio-style-2 .content-left h3,
.designer-portfolio .content-left h3 {
  line-height: 1.4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-style-2 .content-left h3,
  .designer-portfolio .content-left h3 {
    max-width: 450px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-style-2 .content-left h3,
  .designer-portfolio .content-left h3 {
    font-size: 28px;
  }
}
.portfolio-style-2 .content-left-box,
.designer-portfolio .content-left-box {
  background-color: rgba(16, 16, 16, 0.5);
  padding: 30px 60px 30px 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .portfolio-style-2 .content-left-box,
  .designer-portfolio .content-left-box {
    padding: 30px 20px 30px 20px;
  }
}
.portfolio-style-2 .content-right,
.designer-portfolio .content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  margin-left: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-style-2 .content-right,
  .designer-portfolio .content-right {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-style-2 .content-right,
  .designer-portfolio .content-right {
    margin-left: 0;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-style-2 .content-right.max-content,
  .designer-portfolio .content-right.max-content {
    max-width: 100%;
  }
}
.portfolio-style-2 .content-right .content-right-thumb,
.designer-portfolio .content-right .content-right-thumb {
  background: rgba(12, 14, 41, 0.5);
  max-width: max-content;
  padding: 15px 13px;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-style-2 .content-right .content-right-thumb,
  .designer-portfolio .content-right .content-right-thumb {
    max-width: 100%;
    width: 100%;
  }
}
.portfolio-style-2 .content-right .content-right-thumb img,
.designer-portfolio .content-right .content-right-thumb img {
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-style-2 .content-right .content-right-thumb img,
  .designer-portfolio .content-right .content-right-thumb img {
    width: 100%;
  }
}

/*------------------------
    Portfolio Style 03 
-------------------------*/
.portfolio-style-3 .thumbnail {
  position: relative;
  clip-path: polygon(100% 96.52%, 100% 13.123%, 100% 13.123%, 99.97% 12.559%, 99.881% 12.023%, 99.74% 11.524%, 99.551% 11.068%, 99.319% 10.662%, 99.048% 10.314%, 98.743% 10.031%, 98.409% 9.82%, 98.052% 9.688%, 97.674% 9.643%, 24.971% 9.643%, 24.971% 9.643%, 24.738% 9.625%, 24.511% 9.574%, 24.289% 9.49%, 24.075% 9.374%, 23.87% 9.228%, 23.675% 9.053%, 23.493% 8.849%, 23.323% 8.619%, 23.169% 8.363%, 23.031% 8.083%, 20.147% 1.56%, 20.147% 1.56%, 20.009% 1.279%, 19.855% 1.024%, 19.686% 0.793%, 19.503% 0.59%, 19.309% 0.415%, 19.103% 0.269%, 18.889% 0.153%, 18.668% 0.069%, 18.44% 0.017%, 18.208% 0%, 2.326% 0%, 2.326% 0%, 1.948% 0.046%, 1.591% 0.177%, 1.257% 0.388%, 0.952% 0.671%, 0.681% 1.019%, 0.449% 1.425%, 0.26% 1.881%, 0.119% 2.38%, 0.03% 2.916%, 0% 3.48%, 0% 96.52%, 0% 96.52%, 0.03% 97.084%, 0.119% 97.62%, 0.26% 98.119%, 0.449% 98.575%, 0.681% 98.981%, 0.952% 99.328%, 1.257% 99.612%, 1.591% 99.823%, 1.948% 99.954%, 2.326% 100%, 97.674% 100%, 97.674% 100%, 98.052% 99.954%, 98.409% 99.823%, 98.743% 99.612%, 99.048% 99.328%, 99.319% 98.981%, 99.551% 98.575%, 99.74% 98.119%, 99.881% 97.62%, 99.97% 97.084%, 100% 96.52%);
}
.portfolio-style-3 .thumbnail img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.portfolio-style-3 .content .tmp-card-cat {
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-style-3 .content .tmp-card-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-style-3 .content .tmp-card-title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-style-3 .content .tmp-card-title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-style-3 .content .tmp-card-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-style-3 .content .tmp-card-title {
    font-size: 22px;
    line-height: 1.4;
  }
}
.portfolio-style-3 .content .tmp-card-title i {
  font-size: 0;
  position: relative;
  top: 2px;
  transition: var(--transition);
  opacity: 0;
}
.portfolio-style-3 .content .tmp-card-title:hover i {
  color: var(--color-primary);
  top: 2px;
  opacity: 1;
  font-size: 26px;
}
.portfolio-style-3:hover .thumbnail img {
  transform: scale(1.05);
}
.portfolio-style-3:hover .content .tmp-card-title {
  color: var(--color-primary);
}

/*------------------------
    Portfolio Style 04 
-------------------------*/
.portfolio-style-4 {
  overflow: hidden;
}
.portfolio-style-4 .thumbnail {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
}
.portfolio-style-4 .thumbnail img {
  border-radius: 10px;
  transition: var(--trans);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-style-4 .thumbnail img {
    height: 250px;
    object-fit: cover;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-style-4 .thumbnail img {
    height: 100%;
  }
}
.portfolio-style-4 .thumbnail img:hover {
  transform: scale(1.05);
}
.portfolio-style-4:hover a[data-bs-toggle=modal] {
  color: var(--color-primary);
}
.portfolio-style-4 .portfolio-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.portfolio-style-4 .portfolio-meta a {
  transition: 0.3s;
}
.portfolio-style-4 .portfolio-meta .view-btn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transform: var(--trans);
}
.portfolio-style-4 .portfolio-meta .view-btn i {
  transform: rotate(-35deg);
  font-size: 18px;
  font-weight: 500;
  transition: var(--trans);
}
.portfolio-style-4 .portfolio-meta .view-btn:hover {
  background-color: var(--color-primary);
}
.portfolio-style-4 .portfolio-meta .view-btn:hover i {
  color: var(--color-dark);
  transform: rotate(0);
}

/*------------------------
    Portfolio Style 04 
-------------------------*/
.tmp-gallery-box,
.portfolio-style-5 {
  position: relative;
  overflow: hidden;
}
.tmp-gallery-box .thumbnail,
.portfolio-style-5 .thumbnail {
  position: relative;
}
.tmp-gallery-box .thumbnail img,
.portfolio-style-5 .thumbnail img {
  border-radius: 10px;
  max-width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-gallery-box .thumbnail img,
  .portfolio-style-5 .thumbnail img {
    width: 100%;
    object-fit: cover;
    height: 450px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-gallery-box .thumbnail img,
  .portfolio-style-5 .thumbnail img {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-gallery-box .thumbnail img,
  .portfolio-style-5 .thumbnail img {
    width: 100%;
  }
}
.tmp-gallery-box .content,
.portfolio-style-5 .content {
  position: absolute;
  left: 0;
  bottom: -20px;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transition: var(--trans);
}
.tmp-gallery-box .content .center-icon,
.portfolio-style-5 .content .center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
}
.tmp-gallery-box .content .bottom-content,
.portfolio-style-5 .content .bottom-content {
  bottom: 30px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-gallery-box .content .bottom-content,
  .portfolio-style-5 .content .bottom-content {
    padding: 0 30px;
  }
}
.tmp-gallery-box .content .bottom-content .content-left h5,
.portfolio-style-5 .content .bottom-content .content-left h5 {
  margin-bottom: 6px !important;
  font-size: 22px;
}
.tmp-gallery-box:hover .content,
.portfolio-style-5:hover .content {
  opacity: 1;
  bottom: 0;
}

.tmp-custom-card.work-card .tmp-left::after, .tmp-custom-card.work-card .tmp-left::before,
.tmp-custom-card.work-card .tmp-right::after,
.tmp-custom-card.work-card .tmp-right::before,
.tmp-custom-card.work-card .tmp-bottom::after,
.tmp-custom-card.work-card .tmp-bottom::before,
.tmp-custom-card.work-card .tmp-bottom-right::after,
.tmp-custom-card.work-card .tmp-bottom-right::before, .tmp-custom-card.blog-card .tmp-left::after, .tmp-custom-card.blog-card .tmp-left::before,
.tmp-custom-card.blog-card .tmp-right::after,
.tmp-custom-card.blog-card .tmp-right::before,
.tmp-custom-card.blog-card .tmp-bottom::after,
.tmp-custom-card.blog-card .tmp-bottom::before,
.tmp-custom-card.blog-card .tmp-bottom-right::after,
.tmp-custom-card.blog-card .tmp-bottom-right::before {
  background-color: var(--color-secondary);
}

.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}
.row--30 > [class*=col], .row--30 > [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.alignwidth {
  margin-left: -100px;
  margin-right: -100px;
  max-width: 1400px;
  width: auto;
}

.portfolio-details-list-wrapper .thumbnail img {
  border-radius: 10px;
}
.portfolio-details-list-wrapper .content-left .title {
  font-size: 38px;
  margin-bottom: 33px;
  font-weight: 600;
}
.portfolio-details-list-wrapper .content-left .single-list-wrapper {
  margin: -5px;
}
.portfolio-details-list-wrapper .content-left .single-list-wrapper .single-list {
  margin: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.portfolio-details-list-wrapper .content-left .single-list-wrapper .single-list label {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  padding-right: 16px;
  margin: 0;
}
.portfolio-details-list-wrapper .content-left .single-list-wrapper .single-list span {
  font-size: 18px;
}
.portfolio-details-list-wrapper .content-left .single-list-wrapper .single-list + .single-list {
  border-top: 1px solid var(--color-border);
}
.portfolio-details-list-wrapper .content-right .subtitle {
  font-size: 25px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.radious-10 {
  border-radius: 10px;
}

.service-details-list-wrapper .single-details-method .single-list {
  list-style: none;
  padding-left: 0;
}
.service-details-list-wrapper .single-details-method .single-list li {
  padding-left: 20px;
  position: relative;
}
.service-details-list-wrapper .single-details-method .single-list li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff;
  left: 0;
  top: 10px;
}

.portfolio-popup-thumbnail {
  position: relative;
}
.portfolio-popup-thumbnail .like-product {
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--color-primary);
  padding: 7px 25px;
  border-radius: 33px;
  max-width: max-content;
  position: absolute;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.portfolio-popup-thumbnail .like-product:hover {
  transform: scale(1.03);
}
.portfolio-popup-thumbnail .like-product * {
  color: var(--color-dark);
}

.latest-portfolio-card-style-two {
  border-radius: 10px;
  background: #0f132e;
  padding: 30px;
  height: 100%;
}
.latest-portfolio-card-style-two::after {
  border-radius: 10px;
}
.latest-portfolio-card-style-two .img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.latest-portfolio-card-style-two .portfolio-card-content-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
}
.latest-portfolio-card-style-two .portfolio-card-content-wrap .portfolio-card-title {
  color: var(--color-white);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 13px;
}
.latest-portfolio-card-style-two .tag-items ul {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.latest-portfolio-card-style-two .tag-items ul li {
  margin: 0;
  margin-bottom: 6px;
}
.latest-portfolio-card-style-two .tag-items ul li a {
  border-radius: 500px;
  border: 2px solid var(--color-border);
  color: #ffffff;
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 15px;
  transition: var(--transition);
}
.latest-portfolio-card-style-two .tag-items ul li a:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-dark);
}
.latest-portfolio-card-style-two .tmp-btn {
  line-height: 44px !important;
}

.desinger-resume-bg {
  background: #120C3B;
}

.resume-shape {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.tmp-education {
  padding: 50px 40px;
  background-color: rgba(147, 242, 255, 0.02);
  border-radius: 10px;
  border: 1px solid var(--color-border);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-education {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-education {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-education {
    padding: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-education {
    padding: 20px;
  }
}
.tmp-education .tmp-title i {
  opacity: 0.3;
  margin-right: 6px;
}

.single-education-item {
  padding: 30px 40px 30px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(147, 242, 255, 0.05);
}
@media only screen and (max-width: 575px) {
  .single-education-item {
    flex-wrap: wrap;
    gap: 15px;
    padding: 30px 25px 30px;
  }
}

.is-grid-two {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .is-grid-two {
    grid-template-columns: repeat(1, 1fr);
  }
}
.is-grid-two .single-education-item {
  background-color: rgba(41, 50, 99, 0.2);
  padding: 20px;
}

.main-resume.is-doctor {
  background-color: rgba(49, 30, 105, 0.2);
  margin: 0 30px;
  border-radius: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-resume.is-doctor {
    margin: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-resume.is-doctor {
    margin: 0;
    border-radius: 6px;
  }
}
.main-resume.is-doctor .tmp-funfact-single {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1098039216) 0%, rgba(255, 255, 255, 0) 100.53%);
}
.main-resume.is-doctor .tmp-funfact-single::before {
  background: linear-gradient(180deg, #0F0C32 0%, #0F0C32 100.53%);
}

.main-resume {
  background-color: var(--color-secondary-alt);
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: var(--width);
  }
}
.tmp-skill-marque {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  max-width: max-content;
  margin: 0 auto;
  position: relative;
  height: 390px;
  gap: 15px;
}
.tmp-skill-marque .single-marque {
  display: flex;
  flex-direction: column;
  gap: 15px;
  animation: moveUp 16s linear infinite;
}
.tmp-skill-marque::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(34, 14, 96, 0) 0%, var(--color-secondary-alt) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 10;
}
.tmp-skill-marque::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(34, 14, 96, 0) 0%, var(--color-secondary-alt) 100%);
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 10;
}

@keyframes moveUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.demo-doctor .tmp-skill-marque::after {
  background: linear-gradient(180deg, rgba(34, 14, 96, 0) 0%, #100c32 100%);
}
.demo-doctor .tmp-skill-marque::before {
  background: linear-gradient(180deg, rgba(34, 14, 96, 0) 0%, #100c32 100%);
}

.tmp-skill-marque-single {
  height: 60px;
  width: 60px;
  border-radius: 12px;
  display: grid;
  place-items: center;
}
.tmp-skill-marque-single img {
  max-width: 40px;
  max-height: 40px;
  margin: 0 auto;
}
.tmp-skill-marque-single.figma {
  background-color: rgba(243, 77, 29, 0.1);
}
.tmp-skill-marque-single.photoshop {
  background-color: rgba(0, 167, 255, 0.1);
}
.tmp-skill-marque-single.xd {
  background-color: rgba(46, 0, 31, 0.37);
}
.tmp-skill-marque-single.react {
  background-color: rgba(70, 70, 70, 0.35);
}
.tmp-skill-marque-single.in {
  background-color: rgba(255, 6, 155, 0.3);
}

.tmp-funfact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .tmp-funfact {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-funfact {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .tmp-funfact {
    gap: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-funfact {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tmp-funfact-single {
  padding: 30px 24px;
  max-width: max-content;
  background: linear-gradient(180deg, #311587 0%, rgba(49, 21, 135, 0) 106.38%);
  border-radius: 6px;
  text-align: center;
  min-width: 205px;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-funfact-single {
    min-width: 170px;
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-funfact-single {
    min-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .tmp-funfact-single {
    min-width: 100%;
  }
}
.tmp-funfact-single::before {
  position: absolute;
  height: 98%;
  width: 98%;
  content: "";
  background: linear-gradient(180deg, #260F70 0%, #260F70 100.53%);
  border-radius: 6px;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.tmp-funfact-single h2 {
  margin-bottom: 5px;
  line-height: 1;
  color: var(--color-primary);
}
@media only screen and (max-width: 767px) {
  .tmp-funfact-single h2 {
    font-size: 32px;
  }
}
.tmp-funfact-single h2 .counter {
  color: #D6DAF0;
}

.tmp-big-icon {
  margin-top: 85px;
}
.tmp-big-icon i {
  font-size: 100px;
  color: #3D2D76;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-big-icon i {
    font-size: 80px;
  }
}

.tmp-skill-section {
  background: linear-gradient(180deg, rgba(255, 154, 80, 0.17) 0%, rgba(7, 8, 36, 0) 100%);
  border-radius: 50px 50px 0px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-skill-section {
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-skill-section {
    border-radius: 0 0 0 0;
  }
}

/* developer skill ara */
.developer-skill-section {
  background: linear-gradient(180deg, rgba(147, 242, 255, 0.17) 0%, rgba(7, 8, 36, 0) 100%);
  border-radius: 50px 50px 0px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .developer-skill-section {
    border-radius: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .developer-skill-section {
    border-radius: 0;
  }
}
.developer-skill-section .tmp-skill-card-box .tmp-skill-shape .tmp-shover {
  background: #93F2FF;
}
.developer-skill-section .tmp-skill-card:hover .tmp-skill-card-title {
  color: var(--color-primary);
}
.developer-skill-section .tmp-skill-full .tmp-skill-shape {
  background-color: var(--color-primary);
}
.developer-skill-section .tmp-skill-full-inner .tmp-skill-single .tmp-skill-grade {
  color: var(--color-primary);
}

.tmp-skill-card-box {
  overflow: hidden;
  clip-path: polygon(0.239% 2.697%, 0.239% 2.697%, 0.271% 2.298%, 0.365% 1.919%, 0.516% 1.566%, 0.718% 1.244%, 0.966% 0.957%, 1.256% 0.711%, 1.581% 0.511%, 1.937% 0.362%, 2.32% 0.269%, 2.723% 0.236%, 49.913% 0.236%, 83.533% 0.236%, 83.533% 0.236%, 83.782% 0.249%, 84.027% 0.285%, 84.264% 0.345%, 84.494% 0.428%, 84.714% 0.532%, 84.922% 0.657%, 85.118% 0.802%, 85.299% 0.966%, 85.463% 1.148%, 85.611% 1.348%, 99.181% 21.855%, 99.181% 21.855%, 99.257% 21.977%, 99.326% 22.103%, 99.386% 22.232%, 99.439% 22.365%, 99.484% 22.5%, 99.521% 22.637%, 99.55% 22.777%, 99.571% 22.918%, 99.584% 23.06%, 99.588% 23.204%, 99.588% 97.235%, 99.588% 97.235%, 99.556% 97.634%, 99.461% 98.012%, 99.311% 98.365%, 99.109% 98.688%, 98.861% 98.974%, 98.571% 99.22%, 98.246% 99.42%, 97.889% 99.57%, 97.507% 99.663%, 97.104% 99.695%, 2.723% 99.695%, 2.723% 99.695%, 2.32% 99.663%, 1.937% 99.57%, 1.581% 99.42%, 1.256% 99.22%, 0.966% 98.974%, 0.718% 98.688%, 0.516% 98.365%, 0.365% 98.012%, 0.271% 97.634%, 0.239% 97.235%, 0.239% 2.697%);
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  padding: 30px 64px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-skill-card-box {
    padding: 26px;
  }
}
.tmp-skill-card-box > * {
  position: relative;
  z-index: 1;
}
.tmp-skill-card-box::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  height: 99%;
  width: 99%;
  background-color: #10102B;
  clip-path: polygon(0.239% 2.697%, 0.239% 2.697%, 0.271% 2.298%, 0.365% 1.919%, 0.516% 1.566%, 0.718% 1.244%, 0.966% 0.957%, 1.256% 0.711%, 1.581% 0.511%, 1.937% 0.362%, 2.32% 0.269%, 2.723% 0.236%, 49.913% 0.236%, 83.533% 0.236%, 83.533% 0.236%, 83.782% 0.249%, 84.027% 0.285%, 84.264% 0.345%, 84.494% 0.428%, 84.714% 0.532%, 84.922% 0.657%, 85.118% 0.802%, 85.299% 0.966%, 85.463% 1.148%, 85.611% 1.348%, 99.181% 21.855%, 99.181% 21.855%, 99.257% 21.977%, 99.326% 22.103%, 99.386% 22.232%, 99.439% 22.365%, 99.484% 22.5%, 99.521% 22.637%, 99.55% 22.777%, 99.571% 22.918%, 99.584% 23.06%, 99.588% 23.204%, 99.588% 97.235%, 99.588% 97.235%, 99.556% 97.634%, 99.461% 98.012%, 99.311% 98.365%, 99.109% 98.688%, 98.861% 98.974%, 98.571% 99.22%, 98.246% 99.42%, 97.889% 99.57%, 97.507% 99.663%, 97.104% 99.695%, 2.723% 99.695%, 2.723% 99.695%, 2.32% 99.663%, 1.937% 99.57%, 1.581% 99.42%, 1.256% 99.22%, 0.966% 98.974%, 0.718% 98.688%, 0.516% 98.365%, 0.365% 98.012%, 0.271% 97.634%, 0.239% 97.235%, 0.239% 2.697%);
  z-index: -1;
}
.tmp-skill-card-box .tmp-skill-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.tmp-skill-card-box .tmp-skill-shape .tmp-siback {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 105px;
  width: 105px;
  z-index: -1;
}
.tmp-skill-card-box .tmp-skill-shape .tmp-shover {
  position: absolute;
  left: 50%;
  bottom: -38%;
  height: 93px;
  width: 93px;
  z-index: -1;
  transform: translateX(-50%);
  background: #FF9A50;
  opacity: 0;
  transition: var(--trans);
  filter: blur(75px);
}
.tmp-skill-card-box:hover .tmp-shover {
  opacity: 1;
}
.tmp-skill-card-box .tmp-skill-card-icon img {
  max-width: 68px;
  max-height: 68px;
  margin: 0 auto;
  display: block;
}
.tmp-skill-card:hover .tmp-skill-card-title {
  color: var(--tmp-tec);
}
.tmp-skill-card-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  font-family: var(--font-secondary);
  transition: var(--trans);
  text-transform: capitalize;
}

/*======= skill card 2 =======*/
.tmp-skill-full {
  padding: 82px 45px 45px 55px;
  background-color: rgba(255, 255, 255, 0.1);
  clip-path: polygon(99.845% 96.305%, 99.845% 13.293%, 99.845% 13.293%, 99.815% 12.732%, 99.727% 12.198%, 99.587% 11.701%, 99.398% 11.248%, 99.166% 10.844%, 98.896% 10.498%, 98.592% 10.216%, 98.26% 10.006%, 97.903% 9.875%, 97.527% 9.829%, 25.048% 9.829%, 25.048% 9.829%, 24.816% 9.812%, 24.589% 9.761%, 24.368% 9.677%, 24.155% 9.562%, 23.951% 9.416%, 23.757% 9.242%, 23.575% 9.04%, 23.406% 8.81%, 23.252% 8.556%, 23.115% 8.277%, 20.239% 1.784%, 20.239% 1.784%, 20.102% 1.504%, 19.948% 1.25%, 19.779% 1.021%, 19.597% 0.818%, 19.403% 0.644%, 19.199% 0.498%, 18.985% 0.383%, 18.765% 0.299%, 18.537% 0.248%, 18.306% 0.231%, 2.473% 0.231%, 2.473% 0.231%, 2.097% 0.276%, 1.74% 0.408%, 1.408% 0.618%, 1.104% 0.899%, 0.834% 1.246%, 0.602% 1.649%, 0.413% 2.103%, 0.273% 2.6%, 0.185% 3.133%, 0.155% 3.695%, 0.155% 96.305%, 0.155% 96.305%, 0.185% 96.867%, 0.273% 97.4%, 0.413% 97.897%, 0.602% 98.351%, 0.834% 98.754%, 1.104% 99.101%, 1.408% 99.382%, 1.74% 99.592%, 2.097% 99.724%, 2.473% 99.769%, 97.527% 99.769%, 97.527% 99.769%, 97.903% 99.724%, 98.26% 99.592%, 98.592% 99.382%, 98.896% 99.101%, 99.166% 98.754%, 99.398% 98.351%, 99.587% 97.897%, 99.727% 97.4%, 99.815% 96.867%, 99.845% 96.305%);
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .tmp-skill-full {
    padding: 82px 30px 30px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-skill-full {
    padding: 82px 40px 45px 35px;
  }
}
.tmp-skill-full .tmp-skill-shape {
  position: absolute;
  left: 50%;
  top: 60%;
  width: 260px;
  height: 150px;
  background-color: var(--tmp-tec);
  transform: translate(-50%, -50%);
  opacity: 0.4;
  filter: blur(125px);
}
.tmp-skill-full > * {
  position: relative;
  z-index: 1;
}
.tmp-skill-full::before {
  position: absolute;
  content: "";
  left: 1px;
  top: 1px;
  width: 99.7%;
  height: 99.5%;
  background-color: #10102B;
  clip-path: polygon(99.845% 96.305%, 99.845% 13.293%, 99.845% 13.293%, 99.815% 12.732%, 99.727% 12.198%, 99.587% 11.701%, 99.398% 11.248%, 99.166% 10.844%, 98.896% 10.498%, 98.592% 10.216%, 98.26% 10.006%, 97.903% 9.875%, 97.527% 9.829%, 25.048% 9.829%, 25.048% 9.829%, 24.816% 9.812%, 24.589% 9.761%, 24.368% 9.677%, 24.155% 9.562%, 23.951% 9.416%, 23.757% 9.242%, 23.575% 9.04%, 23.406% 8.81%, 23.252% 8.556%, 23.115% 8.277%, 20.239% 1.784%, 20.239% 1.784%, 20.102% 1.504%, 19.948% 1.25%, 19.779% 1.021%, 19.597% 0.818%, 19.403% 0.644%, 19.199% 0.498%, 18.985% 0.383%, 18.765% 0.299%, 18.537% 0.248%, 18.306% 0.231%, 2.473% 0.231%, 2.473% 0.231%, 2.097% 0.276%, 1.74% 0.408%, 1.408% 0.618%, 1.104% 0.899%, 0.834% 1.246%, 0.602% 1.649%, 0.413% 2.103%, 0.273% 2.6%, 0.185% 3.133%, 0.155% 3.695%, 0.155% 96.305%, 0.155% 96.305%, 0.185% 96.867%, 0.273% 97.4%, 0.413% 97.897%, 0.602% 98.351%, 0.834% 98.754%, 1.104% 99.101%, 1.408% 99.382%, 1.74% 99.592%, 2.097% 99.724%, 2.473% 99.769%, 97.527% 99.769%, 97.527% 99.769%, 97.903% 99.724%, 98.26% 99.592%, 98.592% 99.382%, 98.896% 99.101%, 99.166% 98.754%, 99.398% 98.351%, 99.587% 97.897%, 99.727% 97.4%, 99.815% 96.867%, 99.845% 96.305%);
}
.tmp-skill-full-inner .tmp-card-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: left !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-skill-full-inner .tmp-card-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-skill-full-inner .tmp-card-title {
    font-size: 24px;
  }
}
.tmp-skill-full-inner .tmp-skill-single {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.tmp-skill-full-inner .tmp-skill-single:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1399px) {
  .tmp-skill-full-inner .tmp-skill-single:last-child {
    margin-bottom: 20px;
  }
}
.tmp-skill-full-inner .tmp-skill-single .tmp-skill-year {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
}
.tmp-skill-full-inner .tmp-skill-single .tmp-skill-grade {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-secondary);
  color: var(--tmp-tec);
}

.tmp-custom-card.work-card .tmp-left::after, .tmp-custom-card.work-card .tmp-left::before,
.tmp-custom-card.work-card .tmp-right::after,
.tmp-custom-card.work-card .tmp-right::before,
.tmp-custom-card.work-card .tmp-bottom::after,
.tmp-custom-card.work-card .tmp-bottom::before,
.tmp-custom-card.work-card .tmp-bottom-right::after,
.tmp-custom-card.work-card .tmp-bottom-right::before, .tmp-custom-card.blog-card .tmp-left::after, .tmp-custom-card.blog-card .tmp-left::before,
.tmp-custom-card.blog-card .tmp-right::after,
.tmp-custom-card.blog-card .tmp-right::before,
.tmp-custom-card.blog-card .tmp-bottom::after,
.tmp-custom-card.blog-card .tmp-bottom::before,
.tmp-custom-card.blog-card .tmp-bottom-right::after,
.tmp-custom-card.blog-card .tmp-bottom-right::before {
  background-color: var(--color-secondary);
}

.tmp-custom-card.service-slider {
  padding: 45px 40px;
}

/*-------------------------
    Resume Style One  
---------------------------*/
.resume-style-1 {
  height: 100%;
}
.resume-style-1 .resume-card {
  padding: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .resume-style-1 .resume-card {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .resume-style-1 .resume-card {
    padding: 25px;
  }
}
.resume-style-1 .tmp-resume .content {
  max-width: max-content;
}
@media only screen and (max-width: 991px) {
  .resume-style-1 .tmp-resume .content {
    max-width: 100%;
  }
}
.resume-style-1 .tmp-resume .tmp-skill-name {
  margin-bottom: 10px;
}
.resume-style-1 .tmp-resume .tmp-skill-grade {
  color: var(--color-primary) !important;
}
.resume-style-1 .main-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: left !important;
}
@media only screen and (max-width: 575px) {
  .resume-style-1 .main-title {
    font-size: 24px;
  }
}
.resume-style-1 .title {
  margin-bottom: 10px;
  font-weight: 700;
}
.resume-style-1 .time-and-grade {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.resume-style-1 .time {
  display: block;
  font-size: 12px;
}
.resume-style-1 .skill-grade {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-secondary);
}
.resume-style-1 .subtitle {
  font-size: var(--small);
  margin-bottom: 0 !important;
}
.resume-style-1 .tmp-interview .tmp-ivi img {
  max-width: 40px;
  max-height: 40px;
  margin: 0 auto;
}
.resume-style-1 .tmp-interview .tmp-ivi-content .tmp-ivi-date {
  font-size: 12px;
}

.tmp-skill-progress .tmp-progress h6 {
  color: var(--color-body);
}
.tmp-skill-progress .progress {
  height: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
}
.tmp-skill-progress .progress-bar {
  background-color: var(--color-primary);
  border-radius: 10px;
}

.designer-contact-card {
  background-color: rgba(147, 242, 255, 0.02);
  padding: 50px 40px 40px;
  border-radius: 10px;
  border: 2px solid var(--color-border);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .designer-contact-card {
    padding: 40px 25px 25px;
  }
}

.contact-option-card.is-doctor {
  background-color: transparent !important;
}

.tmp-contact-form-shape {
  position: absolute;
  height: 100px;
  width: 100px;
  background: var(--color-primary);
  border-radius: 50%;
  bottom: 5%;
  right: 15%;
  filter: blur(100px);
  z-index: -1;
}

.tmp-contact-info {
  clip-path: polygon(0.239% 2.697%, 0.239% 2.697%, 0.271% 2.298%, 0.365% 1.919%, 0.516% 1.566%, 0.718% 1.244%, 0.966% 0.957%, 1.256% 0.711%, 1.581% 0.511%, 1.937% 0.362%, 2.32% 0.269%, 2.723% 0.236%, 49.913% 0.236%, 83.533% 0.236%, 83.533% 0.236%, 83.782% 0.249%, 84.027% 0.285%, 84.264% 0.345%, 84.494% 0.428%, 84.714% 0.532%, 84.922% 0.657%, 85.118% 0.802%, 85.299% 0.966%, 85.463% 1.148%, 85.611% 1.348%, 99.78% 8.64%, 99.54% 20.6%, 99.62% 23.23%, 99.326% 22.103%, 99.386% 22.232%, 99.439% 22.365%, 99.484% 22.5%, 99.521% 22.637%, 99.55% 22.777%, 99.571% 22.918%, 99.584% 23.06%, 99.588% 23.204%, 99.588% 97.235%, 99.588% 97.235%, 99.556% 97.634%, 99.461% 98.012%, 99.311% 98.365%, 99.109% 98.688%, 98.861% 98.974%, 98.571% 99.22%, 98.246% 99.42%, 97.889% 99.57%, 97.507% 99.663%, 97.104% 99.695%, 2.723% 99.695%, 2.723% 99.695%, 2.32% 99.663%, 1.937% 99.57%, 1.581% 99.42%, 1.256% 99.22%, 0.966% 98.974%, 0.718% 98.688%, 0.516% 98.365%, 0.365% 98.012%, 0.271% 97.634%, 0.239% 97.235%, 0.239% 2.697%);
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  line-height: 20px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .tmp-contact-info {
    clip-path: none;
    background: #10102B;
    padding: 40px;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-contact-info {
    padding: 25px;
  }
}
.tmp-contact-info > * {
  position: relative;
  z-index: 1;
}
.tmp-contact-info::before {
  position: absolute;
  content: "";
  width: 99.8%;
  height: 99.8%;
  background: #10102B;
  left: 1px;
  top: 1px;
  z-index: -1;
  clip-path: polygon(0.239% 2.697%, 0.239% 2.697%, 0.271% 2.298%, 0.365% 1.919%, 0.516% 1.566%, 0.718% 1.244%, 0.966% 0.957%, 1.256% 0.711%, 1.581% 0.511%, 1.937% 0.362%, 2.32% 0.269%, 2.723% 0.236%, 49.913% 0.236%, 83.533% 0.236%, 83.533% 0.236%, 83.782% 0.249%, 84.027% 0.285%, 84.264% 0.345%, 84.494% 0.428%, 84.714% 0.532%, 84.922% 0.657%, 85.118% 0.802%, 85.299% 0.966%, 85.463% 1.148%, 85.611% 1.348%, 99.78% 8.64%, 99.54% 20.6%, 99.62% 23.23%, 99.326% 22.103%, 99.386% 22.232%, 99.439% 22.365%, 99.484% 22.5%, 99.521% 22.637%, 99.55% 22.777%, 99.571% 22.918%, 99.584% 23.06%, 99.588% 23.204%, 99.588% 97.235%, 99.588% 97.235%, 99.556% 97.634%, 99.461% 98.012%, 99.311% 98.365%, 99.109% 98.688%, 98.861% 98.974%, 98.571% 99.22%, 98.246% 99.42%, 97.889% 99.57%, 97.507% 99.663%, 97.104% 99.695%, 2.723% 99.695%, 2.723% 99.695%, 2.32% 99.663%, 1.937% 99.57%, 1.581% 99.42%, 1.256% 99.22%, 0.966% 98.974%, 0.718% 98.688%, 0.516% 98.365%, 0.365% 98.012%, 0.271% 97.634%, 0.239% 97.235%, 0.239% 2.697%);
}
@media only screen and (max-width: 767px) {
  .tmp-contact-info::before {
    clip-path: none;
    background: #10102B;
  }
}
.tmp-contact-info.variation-2 {
  background-color: rgba(147, 242, 255, 0.02);
  padding: 50px;
  border-radius: 10px;
  border: 2px solid var(--color-border);
  clip-path: initial;
}
@media only screen and (max-width: 1199px) {
  .tmp-contact-info.variation-2 {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-contact-info.variation-2 {
    padding: 20px;
  }
}
.tmp-contact-info.variation-2::before {
  display: none;
}

.tmp-icon {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: #070824;
  position: relative;
}
.tmp-icon i {
  color: var(--color-primary);
  font-size: 12px;
}
.tmp-icon::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tmp-icon::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: rgba(147, 242, 255, 0.1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-contact-info {
  max-width: 285px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-contact-info {
    max-width: 100%;
  }
}
.single-contact-info p span {
  color: var(--color-primary);
}
.single-contact-info .tmp-action {
  font-size: 14px;
}
.single-contact-info .tmp-action span {
  font-weight: 500;
}

.tmp-contact-info.if-developer .single-contact-info .tmp-icon i {
  color: var(--color-primary);
}
.tmp-contact-info.if-developer .single-contact-info p span {
  color: var(--color-primary);
}
.tmp-contact-info.if-developer .tmp-submit-btn {
  background: var(--color-primary);
  border: 1px solid transparent;
}
.tmp-contact-info.if-developer .tmp-submit-btn:hover {
  border-color: var(--color-primary);
  background: transparent;
  color: var(--color-primary);
}

/*------------------------------
    Contact Form Style 01 
--------------------------------*/
.form-group {
  position: relative;
  z-index: 2;
  display: block;
}

.contact-form-style-1 {
  background-color: #10102B;
}
.contact-form-style-1 .title {
  font-weight: 700;
}
.contact-form-style-1 .contact-form {
  display: flex;
  flex-direction: column;
}
.contact-form-style-1 .form-control {
  font-size: 14px;
  border: 2px solid var(--color-border);
  color: var(--color-body);
  border-radius: 8px !important;
  background-color: rgba(123, 115, 115, 0.1);
}
@media only screen and (max-width: 575px) {
  .contact-form-style-1 .form-control {
    width: 100%;
  }
}
.contact-form-style-1 .form-control.padding-15 {
  padding: 15px 15px;
}
.contact-form-style-1 .form-control:focus {
  border-width: 2px !important;
}
.contact-form-style-1 textarea {
  height: 194px;
}
@media only screen and (max-width: 767px) {
  .contact-form-style-1 textarea {
    height: 180px;
  }
}
.contact-form-style-1.variation-2 {
  background-color: rgba(147, 242, 255, 0.02);
  padding: 50px 40px 40px;
  border-radius: 10px;
  border: 2px solid var(--color-border);
}
@media only screen and (max-width: 1199px) {
  .contact-form-style-1.variation-2 {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-style-1.variation-2 {
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .contact-form-style-1.variation-2 .contact-form {
    gap: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-style-1.variation-2 .contact-form {
    gap: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-style-1.variation-2 .contact-form .tmp-submit-btn {
    padding: 13px 25px;
    margin-top: 10px;
  }
}
.contact-form-style-1.variation-2 .contact-form .form-control {
  background-color: rgba(123, 115, 115, 0.1);
}
.contact-form-style-1.variation-3 {
  clip-path: polygon(100% 96.52%, 100% 13.123%, 100% 13.123%, 99.97% 12.559%, 99.881% 12.023%, 99.74% 11.524%, 99.551% 11.068%, 99.319% 10.662%, 99.048% 10.314%, 98.743% 10.031%, 98.409% 9.82%, 98.052% 9.688%, 97.674% 9.643%, 24.971% 9.643%, 24.971% 9.643%, 24.738% 9.625%, 24.511% 9.574%, 24.289% 9.49%, 24.075% 9.374%, 23.87% 9.228%, 23.675% 9.053%, 23.493% 8.849%, 23.323% 8.619%, 23.169% 8.363%, 23.031% 8.083%, 20.147% 1.56%, 20.147% 1.56%, 20.009% 1.279%, 19.855% 1.024%, 19.686% 0.793%, 19.503% 0.59%, 19.309% 0.415%, 19.103% 0.269%, 18.889% 0.153%, 18.668% 0.069%, 18.44% 0.017%, 18.208% 0%, 2.326% 0%, 2.326% 0%, 1.948% 0.046%, 1.591% 0.177%, 1.257% 0.388%, 0.952% 0.671%, 0.681% 1.019%, 0.449% 1.425%, 0.26% 1.881%, 0.119% 2.38%, 0.03% 2.916%, 0% 3.48%, 0% 96.52%, 0% 96.52%, 0.03% 97.084%, 0.119% 97.62%, 0.26% 98.119%, 0.449% 98.575%, 0.681% 98.981%, 0.952% 99.328%, 1.257% 99.612%, 1.591% 99.823%, 1.948% 99.954%, 2.326% 100%, 97.674% 100%, 97.674% 100%, 98.052% 99.954%, 98.409% 99.823%, 98.743% 99.612%, 99.048% 99.328%, 99.319% 98.981%, 99.551% 98.575%, 99.74% 98.119%, 99.881% 97.62%, 99.97% 97.084%, 100% 96.52%);
  position: relative;
  padding: 100px 40px 50px 40px;
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 575px) {
  .contact-form-style-1.variation-3 .tmp-contact-form .tmp-contact-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-style-1.variation-3 {
    clip-path: none;
    background: #10102B;
    padding: 40px;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form-style-1.variation-3 {
    padding: 25px;
  }
}
.contact-form-style-1.variation-3::before {
  clip-path: polygon(100% 96.52%, 100% 13.123%, 100% 13.123%, 99.97% 12.559%, 99.881% 12.023%, 99.74% 11.524%, 99.551% 11.068%, 99.319% 10.662%, 99.048% 10.314%, 98.743% 10.031%, 98.409% 9.82%, 98.052% 9.688%, 97.674% 9.643%, 24.971% 9.643%, 24.971% 9.643%, 24.738% 9.625%, 24.511% 9.574%, 24.289% 9.49%, 24.075% 9.374%, 23.87% 9.228%, 23.675% 9.053%, 23.493% 8.849%, 23.323% 8.619%, 23.169% 8.363%, 23.031% 8.083%, 20.147% 1.56%, 20.147% 1.56%, 20.009% 1.279%, 19.855% 1.024%, 19.686% 0.793%, 19.503% 0.59%, 19.309% 0.415%, 19.103% 0.269%, 18.889% 0.153%, 18.668% 0.069%, 18.44% 0.017%, 18.208% 0%, 2.326% 0%, 2.326% 0%, 1.948% 0.046%, 1.591% 0.177%, 1.257% 0.388%, 0.952% 0.671%, 0.681% 1.019%, 0.449% 1.425%, 0.26% 1.881%, 0.119% 2.38%, 0.03% 2.916%, 0% 3.48%, 0% 96.52%, 0% 96.52%, 0.03% 97.084%, 0.119% 97.62%, 0.26% 98.119%, 0.449% 98.575%, 0.681% 98.981%, 0.952% 99.328%, 1.257% 99.612%, 1.591% 99.823%, 1.948% 99.954%, 2.326% 100%, 97.674% 100%, 97.674% 100%, 98.052% 99.954%, 98.409% 99.823%, 98.743% 99.612%, 99.048% 99.328%, 99.319% 98.981%, 99.551% 98.575%, 99.74% 98.119%, 99.881% 97.62%, 99.97% 97.084%, 100% 96.52%);
  position: absolute;
  content: "";
  width: 99.8%;
  height: 99.7%;
  background: #10102B;
  left: 1px;
  top: 1px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .contact-form-style-1.variation-3::before {
    clip-path: none;
    background: #10102B;
  }
}
.contact-form-style-1.variation-3 .tmp-contact-form-shape {
  background: var(--color-primary);
  filter: blur(100px);
}
.contact-form-style-1.variation-4 {
  background-color: rgba(147, 242, 255, 0.02);
  padding: 50px;
  border-radius: 10px;
  border: 2px solid var(--color-border);
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .contact-form-style-1.variation-4 {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form-style-1.variation-4 {
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form-style-1.variation-4 .tmp-contact-form .tmp-contact-title {
    font-size: 24px;
  }
}

.bg-main {
  background: #070824;
}

.contact-address-style-1 {
  background-color: #10102B;
}
.contact-address-style-1 .single-contact-info > * {
  position: relative;
  z-index: 1;
}
.contact-address-style-1 .single-contact-info .icon {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: #070824;
  position: relative;
}
.contact-address-style-1 .single-contact-info .icon::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.contact-address-style-1 .single-contact-info .icon::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: rgba(147, 242, 255, 0.1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.contact-address-style-1 .single-contact-info .icon i {
  color: var(--color-primary);
  font-size: 12px;
}
.contact-address-style-1 .title {
  font-weight: 700;
  margin-top: 20px;
}
.contact-address-style-1 .contact-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .contact-address-style-1 .contact-info {
    align-items: flex-start;
  }
}
.contact-address-style-1 .contact-info .single-contact-info {
  line-height: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .contact-address-style-1 .contact-info .single-contact-info {
    margin-top: 3px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-address-style-1 .contact-info .single-contact-info {
    margin-top: 1px;
  }
}
.contact-address-style-1 .contact-info .single-contact-info .text-small {
  margin-bottom: -5px;
}

/*------------------------------
    Contact Form Style 02 
--------------------------------*/
.contact-address-style-2 title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.contact-address-style-2 .single-contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: rgba(147, 242, 255, 0.02);
  padding: 40px 32px;
  border-radius: 10px;
  border: 2px solid var(--color-border);
}
@media only screen and (max-width: 575px) {
  .contact-address-style-2 .single-contact-item {
    padding: 30px 20px;
  }
}
.contact-address-style-2 .single-contact-item .icon {
  font-size: 20px;
  color: var(--color-primary);
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background: rgba(123, 115, 115, 0.1);
}
.contact-address-style-2 .single-contact-item .content a {
  transition: var(--trans);
}
.contact-address-style-2 .single-contact-item .content a:hover {
  color: var(--color-primary);
}

.contact-info {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 50px 0;
  width: 100%;
}
.contact-info .contact-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 73, 74, 0.2);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-bottom: 25px;
  font-size: 30px;
}
.contact-info .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.contact-info .para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-bottom: 5px;
}
.contact-info .para:last-child {
  margin-bottom: 0;
}

#form-messages.error {
  color: var(--color-danger);
}
#form-messages.success {
  color: var(--color-success);
}

.get-in-touch-wrapper {
  border-radius: 20px;
  background: var(--color-gray-2);
  padding: 20px 30px;
}
@media (min-width: 576px) {
  .get-in-touch-wrapper {
    padding: 80px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .get-in-touch-wrapper {
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .get-in-touch-wrapper {
    padding: 30px 20px;
  }
}

.contact-form-inner-page .contact-form-wrapper .form-group {
  margin-bottom: 0;
  border: none !important;
}
.contact-form-inner-page .contact-form-wrapper .form-group input {
  background: transparent;
  height: inherit;
  padding: 15px 20px;
  font-size: 16px;
  color: var(--color-heading);
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid var(--color-border);
  width: 100%;
}
.contact-form-inner-page .contact-form-wrapper .form-group input:focus {
  border-color: var(--color-primary);
}
.contact-form-inner-page .contact-form-wrapper .form-group input::placeholder {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.contact-form-inner-page .contact-form-wrapper .form-group textarea {
  background: transparent;
  font-size: 16px;
  color: var(--color-heading);
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid var(--color-border);
  width: 100%;
  height: 150px;
  padding: 20px;
}
.contact-form-inner-page .contact-form-wrapper .form-group textarea::placeholder {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.contact-form-inner-page .contact-form-wrapper .form-group textarea:focus {
  border: 2px solid var(--color-primary) !important;
}
.contact-form-inner-page .tpm-btn-primary {
  width: 100%;
}
.contact-form-inner-page .tpm-btn-primary button {
  justify-content: center;
}
.contact-form-inner-page .tpm-btn-primary span {
  justify-content: center;
}

.get-in-touch-area .section-sub-title .subtitle {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.get-in-touch-area .section-head .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
  margin-bottom: 20px;
}

.contact-style-one-wrapper .color-border-shape-secondary.border-gap-40.right-info .contact-info {
  padding: 0 0 !important;
}
.contact-style-one-wrapper .color-border-shape-secondary.border-gap-40.right-info .contact-info .title {
  font-size: 20px;
}

.container-full {
  width: 125%;
  position: relative;
  left: -10%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-full {
    width: 100%;
    left: 0;
  }
}

.tmp-review-item.is-designer {
  background-color: rgba(147, 242, 255, 0.02);
  text-align: start;
  padding: 50px 45px 65px 50px;
  min-width: 100%;
  margin-bottom: 0;
  border: 1px solid var(--color-border);
}
@media only screen and (max-width: 575px) {
  .tmp-review-item.is-designer {
    padding: 40px 30px;
  }
}
.tmp-review-item.is-designer .tmp-reviewer-author {
  display: flex;
  top: 0;
  align-items: center;
  gap: 15px;
}
.tmp-review-item.is-designer .tmp-reviewer-author .author-avatar {
  margin: 0;
  border: none;
  height: 50px;
  min-width: 50px;
}
.tmp-review-item.is-designer .tmp-reviewer-author .author-avatar img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.tmp-review-item.is-designer .tmp-reviewer-author .author-info {
  text-align: start;
}
.tmp-review-item.is-designer .content p {
  font-size: 18px;
}
.tmp-review-item.is-designer .tmp-review-item-rating {
  align-items: center;
}
.tmp-review-item.is-designer .tmp-review-item-rating span {
  font-size: 25px;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .tmp-review-item.is-designer .tmp-review-item-rating span {
    font-size: 18px;
  }
}
.tmp-review-item.is-designer .tmp-rs-right {
  top: unset;
  bottom: 25px;
}

.tmp-main-review.is-doctor .tmp-review-hover {
  background: var(--color-primary);
}

.tmp-client-testimonial.is-doctor {
  background-color: rgba(147, 242, 255, 0.05);
}
@media only screen and (max-width: 575px) {
  .tmp-client-testimonial.is-doctor .tmp-custom-card.p-5 {
    padding: 20px !important;
  }
}

.tmp-client-title {
  position: relative;
  text-align: center;
}
.tmp-client-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--color-border);
  left: 0;
  top: 12px;
  z-index: -1;
}
.tmp-client-title h5 {
  background-color: #070824;
  padding: 0 20px;
  position: relative;
  max-width: max-content;
  margin: 0 auto;
}

.tmp-client-testimonial {
  background-color: var(--color-secondary-alt);
  padding: 30px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-client-testimonial {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .tmp-client-testimonial {
    padding: 15px;
  }
}
.tmp-client-testimonial .tmp-custom-card {
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .tmp-client-testimonial .tmp-custom-card {
    padding: 15px;
  }
}
.tmp-client-testimonial .tmp-client-testimonial-content {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 40px;
  align-items: center;
}
.tmp-client-testimonial .tmp-client-testimonial-content .tmp-client-quote {
  font-size: 135px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 60%;
  color: rgba(214, 218, 240, 0.1);
}
@media only screen and (max-width: 991px) {
  .tmp-client-testimonial .tmp-client-testimonial-content {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.tmp-client-testimonial .tmp-client-testimonial-content .author-content {
  position: relative;
}
.tmp-client-testimonial .tmp-client-testimonial-content .author-content img {
  min-height: 285px;
  max-width: 365px;
  border-radius: 12px;
}
@media only screen and (max-width: 991px) {
  .tmp-client-testimonial .tmp-client-testimonial-content .author-content img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-client-testimonial .tmp-client-testimonial-content .author-content img {
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
.tmp-client-testimonial .tmp-client-testimonial-content .author-content .tmp-video-play {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.tmp-client-testimonial .tmp-client-testimonial-content .text-content {
  max-width: 660px;
}
.tmp-client-testimonial .tmp-client-testimonial-content .text-content .text-content-desc {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 575px) {
  .tmp-client-testimonial .tmp-client-testimonial-content .text-content .text-content-desc {
    font-size: 16px;
    line-height: 1.5;
  }
}
.tmp-client-testimonial .tmp-client-testimonial-content .text-content .text-content-desc span {
  color: var(--color-primary);
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .tmp-client-testimonial .tmp-client-testimonial-content .text-content .text-content-desc {
    margin-bottom: 20px;
  }
}
.tmp-client-testimonial .right-shape-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.tmp-client-testimonial .right-shape-image img {
  height: 100%;
}

.tmp-main-review .tmp-custom-card {
  max-width: 645px;
  padding: 55px 70px 55px 60px;
  min-width: 645px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-main-review .tmp-custom-card {
    padding: 40px;
  }
}
.tmp-main-review .tmp-custom-card:hover .tmp-review-hover {
  opacity: 1;
}
@media only screen and (max-width: 575px) {
  .tmp-main-review .tmp-custom-card.p-5 {
    padding: 20px !important;
  }
}
.tmp-main-review .tmp-review-hover {
  position: absolute;
  bottom: 20px;
  right: 40px;
  height: 162px;
  width: 162px;
  background: var(--color-secondary);
  border-radius: 50%;
  transition: var(--trans);
  z-index: -1;
  filter: blur(125px);
  opacity: 0;
}

.marque {
  overflow: hidden;
}

.tmp-top-marque {
  animation: marquee 60s linear infinite;
  animation-play-state: running;
}
.tmp-top-marque:hover {
  animation-play-state: paused;
}

.tmp-bottom-marque {
  animation: marquee-left 60s linear infinite;
  animation-play-state: running;
}
.tmp-bottom-marque:hover {
  animation-play-state: paused;
}

.tmp-review-item {
  position: relative;
  max-width: 540px;
  padding: 40px 50px 0px 50px;
  background: rgba(60, 60, 60, 0.05);
  border-radius: 10px;
  text-align: center;
  margin-bottom: 80px;
}
.tmp-review-item .tmp-rs-left {
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 10px;
  overflow: hidden;
}
.tmp-review-item .tmp-rs-right {
  position: absolute;
  right: 40px;
  top: 0;
}
.tmp-review-item .tmp-rs-bottom {
  position: absolute;
  height: 94px;
  width: 94px;
  border-radius: 50%;
  background: linear-gradient(121.28deg, rgba(45, 39, 78, 0.25) 14.06%, rgba(0, 0, 0, 0.25) 86.11%);
  right: 30px;
  bottom: 15px;
}
.tmp-review-item .tmp-rs-bottom::before {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: rgba(60, 60, 60, 0.1);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1920px) {
  .tmp-review-item {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-review-item {
    padding: 40px 30px 0px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .tmp-review-item {
    max-width: 100%;
  }
}
.tmp-review-item-rating span i {
  color: var(--tmp-tec);
}

.tmp-reviewer-author {
  position: relative;
  top: 70px;
}
.tmp-reviewer-author .author-avatar {
  max-width: max-content;
  border: 7px solid #12122C;
  border-radius: 50%;
  height: 66px;
  width: 66px;
  object-fit: cover;
  margin: 0 auto;
}
.tmp-reviewer-author .author-avatar img {
  border-radius: 50%;
}

.tmp-client-testimonial.tmp-model-testimonial, .tmp-client-testimonial.tmp-photography-testimonial {
  background-color: #1A1737;
}
.tmp-client-testimonial.tmp-model-testimonial .tmp-client-quote, .tmp-client-testimonial.tmp-photography-testimonial .tmp-client-quote {
  left: 32%;
  right: unset;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-client-testimonial.tmp-model-testimonial .tmp-client-quote, .tmp-client-testimonial.tmp-photography-testimonial .tmp-client-quote {
    left: 45%;
    opacity: 0.8;
  }
}
.tmp-client-testimonial.tmp-model-testimonial .tmp-ts-bottom, .tmp-client-testimonial.tmp-photography-testimonial .tmp-ts-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.tmp-client-testimonial.tmp-model-testimonial .tmp-ts-center, .tmp-client-testimonial.tmp-photography-testimonial .tmp-ts-center {
  position: absolute;
  width: 416px;
  height: 20px;
  background: #93F2FF;
  filter: blur(100px);
  left: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-client-testimonial.tmp-model-testimonial .tmp-ts-center, .tmp-client-testimonial.tmp-photography-testimonial .tmp-ts-center {
    display: none;
  }
}
.tmp-client-testimonial.tmp-model-testimonial .tmp-testimonial-rating, .tmp-client-testimonial.tmp-photography-testimonial .tmp-testimonial-rating {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-client-testimonial.tmp-model-testimonial .tmp-testimonial-rating, .tmp-client-testimonial.tmp-photography-testimonial .tmp-testimonial-rating {
    margin-bottom: 20px;
  }
}
.tmp-client-testimonial.tmp-model-testimonial .tmp-testimonial-rating .rating-star, .tmp-client-testimonial.tmp-photography-testimonial .tmp-testimonial-rating .rating-star {
  display: flex;
  gap: 5px;
}
.tmp-client-testimonial.tmp-model-testimonial .tmp-testimonial-rating .rating-star i, .tmp-client-testimonial.tmp-photography-testimonial .tmp-testimonial-rating .rating-star i {
  color: var(--tmp-tec);
}
.tmp-client-testimonial.tmp-model-testimonial .text-content-desc, .tmp-client-testimonial.tmp-photography-testimonial .text-content-desc {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-client-testimonial.tmp-model-testimonial .text-content-desc, .tmp-client-testimonial.tmp-photography-testimonial .text-content-desc {
    margin-bottom: 20px;
  }
}
.tmp-client-testimonial.tmp-photography-testimonial {
  background-color: #0E0E26;
}
.tmp-client-testimonial.tmp-photography-testimonial .tmp-client-quote {
  font-size: 135px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 60%;
  color: rgba(214, 218, 240, 0.05);
}
.tmp-client-testimonial.tmp-photography-testimonial .tmp-ts-center {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-client-testimonial.tmp-photography-testimonial .tmp-ts-center {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .model-review-slider.ml-160 {
    margin-left: 0px;
  }
}

.tmp-ml-0 .tmp-fsb {
  margin-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-ml-0 .tmp-fsb {
    margin: 0 auto;
  }
}

.tmp-section-desc {
  max-width: 730px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-section-desc {
    max-width: 470px;
    margin-left: 0 !important;
  }
}
.tmp-section-desc.mx-auto {
  margin: 0 auto !important;
}
@media only screen and (max-width: 767px) {
  .tmp-section-desc br {
    display: none;
  }
}
.tmp-section-desc p {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  font-family: var(--font-primary);
  text-align: right;
  color: var(--tmp-tec-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-section-desc p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}

.tmp-client-card {
  padding: 32px 60px;
  position: relative;
  background: var(--color-darker);
  border-radius: 8px;
  min-height: 145px;
  max-height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .tmp-client-card {
    padding: 25px 32px;
    min-height: 110px;
    max-height: 145px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-client-card {
    padding: 30px 40px;
    min-height: 120px;
    max-height: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-client-card {
    max-width: 90%;
    margin: 0 auto;
  }
}
.tmp-client-card::before {
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  height: 101%;
  width: 101%;
  content: "";
  border-radius: 8px;
  opacity: 0.1;
  left: 0;
  top: -1px;
  z-index: -1;
}
.tmp-client-card a img {
  max-width: 100%;
  transition: var(--trans);
}
@media only screen and (max-width: 1399px) {
  .tmp-client-card a img {
    max-width: 73%;
    transition: 0.3s;
    margin: auto;
  }
}
.tmp-client-card a img:hover {
  opacity: 0.5;
}
.tmp-client-card:hover a img {
  animation: bounceIn 0.8s ease;
}

/*------------------------
    Testimonial Style 01 
-------------------------*/
.testimonial-style-1 {
  max-width: 645px;
  padding: 0 !important;
  min-width: 645px;
  position: relative;
}
.testimonial-style-1 .card-body {
  padding: 55px 70px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 1920px) {
  .testimonial-style-1 .card-body {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-style-1 .card-body {
    padding: 25px 30px;
  }
}
.testimonial-style-1 .quote {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: -1;
}
.testimonial-style-1 .quote i {
  font-size: 100px;
  color: rgba(214, 218, 240, 0.4);
  opacity: 0.15;
}
.testimonial-style-1 .review-text {
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 24px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-style-1 .review-text {
    margin-top: 5px;
  }
}
.testimonial-style-1 .testimonial-info {
  display: flex;
  align-items: center;
  margin-top: 26px;
}
.testimonial-style-1 .testimonial-info .thumbnail {
  margin-right: 15px;
}
.testimonial-style-1 .testimonial-info .thumbnail img {
  height: 50px;
  width: 50px;
  border-radius: 5px;
}
.testimonial-style-1 .testimonial-info .author-content .author-name {
  font-weight: 700;
  margin-bottom: 0px;
}
.testimonial-style-1 .testimonial-info .author-content .designation {
  font-size: 12px;
}
.testimonial-style-1 .review-hover {
  position: absolute;
  bottom: 20px;
  right: 40px;
  height: 162px;
  width: 162px;
  background: var(--color-secondary);
  border-radius: 50%;
  transition: var(--trans);
  z-index: -1;
  filter: blur(125px);
  opacity: 0;
}
.testimonial-style-1:hover .review-hover {
  opacity: 1;
}

.rating-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.rating-wrapper .rating-count {
  font-size: var(--p);
  color: var(--tmp-tec-heading);
  font-family: var(--font-primary);
  font-weight: 500;
  line-height: 1;
}
.rating-wrapper .rating-star {
  color: var(--tmp-tec);
}

.tmp-review-rating i {
  color: var(--tmp-tec);
  font-size: 22px;
}
@media only screen and (max-width: 1399px) {
  .tmp-review-rating i {
    font-size: 16px;
  }
}

/*------------------------
    Testimonial Style 02 
-------------------------*/
.testimonial-style-2 {
  background-color: rgba(147, 242, 255, 0.02);
  text-align: start;
  padding: 50px 45px 50px 50px;
  min-width: 100%;
  margin-bottom: 0;
  border: 1px solid var(--color-border);
  border-radius: 6px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-style-2 {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-style-2 {
    padding: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-style-2 {
    padding: 15px;
  }
}
.testimonial-style-2 .quote-thumb {
  top: unset;
  bottom: 25px;
  position: absolute;
  right: 40px;
}
.testimonial-style-2 .testimonial-info {
  display: flex;
  top: 0;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.testimonial-style-2 .testimonial-info .thumbnail {
  margin: 0;
  border: none;
  height: 50px;
  width: 50px;
  min-width: 50px;
}
.testimonial-style-2 .testimonial-info .thumbnail img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.testimonial-style-2 .testimonial-info .author-content .author-name {
  font-weight: 700;
  margin-bottom: 3px;
}
.testimonial-style-2 .testimonial-info .author-content .designation {
  font-size: 14px;
}
.testimonial-style-2 .content p {
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-style-2 .content p {
    font-size: 16px;
  }
}
.testimonial-style-2 .review-wrapper {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.testimonial-style-2 .review-wrapper .rating-count {
  font-size: 25px;
  font-weight: 500;
}
.testimonial-style-2 .review-wrapper .review {
  display: flex;
  align-items: center;
}
.testimonial-style-2 .review-wrapper .review i {
  font-size: 25px;
  font-weight: 500;
}

/*------------------------
    Testimonial Style 03 
-------------------------*/
.testimonial-style-3 {
  clip-path: polygon(0.239% 2.697%, 0.239% 2.697%, 0.271% 2.298%, 0.365% 1.919%, 0.516% 1.566%, 0.718% 1.244%, 0.966% 0.957%, 1.256% 0.711%, 1.581% 0.511%, 1.937% 0.362%, 2.32% 0.269%, 2.723% 0.236%, 49.913% 0.236%, 83.533% 0.236%, 83.533% 0.236%, 83.782% 0.249%, 84.027% 0.285%, 84.264% 0.345%, 84.494% 0.428%, 84.714% 0.532%, 84.922% 0.657%, 85.118% 0.802%, 85.299% 0.966%, 85.463% 1.148%, 85.611% 1.348%, 99.54% 13.1%, 99.54% 20.6%, 99.62% 23.23%, 99.326% 22.103%, 99.386% 22.232%, 99.439% 22.365%, 99.484% 22.5%, 99.521% 22.637%, 99.55% 22.777%, 99.571% 22.918%, 99.584% 23.06%, 99.588% 23.204%, 99.588% 97.235%, 99.588% 97.235%, 99.556% 97.634%, 99.461% 98.012%, 99.311% 98.365%, 99.109% 98.688%, 98.861% 98.974%, 98.571% 99.22%, 98.246% 99.42%, 97.889% 99.57%, 97.507% 99.663%, 97.104% 99.695%, 2.723% 99.695%, 2.723% 99.695%, 2.32% 99.663%, 1.937% 99.57%, 1.581% 99.42%, 1.256% 99.22%, 0.966% 98.974%, 0.718% 98.688%, 0.516% 98.365%, 0.365% 98.012%, 0.271% 97.634%, 0.239% 97.235%, 0.239% 2.697%);
  background-color: #2E293C;
  position: relative;
  padding: 90px 40px 50px 50px;
  max-width: 550px;
  z-index: 1;
}
@media only screen and (min-width: 1920px) {
  .testimonial-style-3 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-style-3 {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-style-3 {
    max-width: 100%;
    padding: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-style-3 {
    padding: 20px;
  }
}
.testimonial-style-3::before {
  position: absolute;
  content: "";
  left: 1px;
  top: 1px;
  width: 99.9%;
  height: 99.9%;
  background-color: #10102B;
  z-index: -1;
  clip-path: polygon(0.239% 2.697%, 0.239% 2.697%, 0.271% 2.298%, 0.365% 1.919%, 0.516% 1.566%, 0.718% 1.244%, 0.966% 0.957%, 1.256% 0.711%, 1.581% 0.511%, 1.937% 0.362%, 2.32% 0.269%, 2.723% 0.236%, 49.913% 0.236%, 83.533% 0.236%, 83.533% 0.236%, 83.782% 0.249%, 84.027% 0.285%, 84.264% 0.345%, 84.494% 0.428%, 84.714% 0.532%, 84.922% 0.657%, 85.118% 0.802%, 85.299% 0.966%, 85.463% 1.148%, 85.611% 1.348%, 99.54% 13.1%, 99.54% 20.6%, 99.62% 23.23%, 99.326% 22.103%, 99.386% 22.232%, 99.439% 22.365%, 99.484% 22.5%, 99.521% 22.637%, 99.55% 22.777%, 99.571% 22.918%, 99.584% 23.06%, 99.588% 23.204%, 99.588% 97.235%, 99.588% 97.235%, 99.556% 97.634%, 99.461% 98.012%, 99.311% 98.365%, 99.109% 98.688%, 98.861% 98.974%, 98.571% 99.22%, 98.246% 99.42%, 97.889% 99.57%, 97.507% 99.663%, 97.104% 99.695%, 2.723% 99.695%, 2.723% 99.695%, 2.32% 99.663%, 1.937% 99.57%, 1.581% 99.42%, 1.256% 99.22%, 0.966% 98.974%, 0.718% 98.688%, 0.516% 98.365%, 0.365% 98.012%, 0.271% 97.634%, 0.239% 97.235%, 0.239% 2.697%);
}
.testimonial-style-3 .quote {
  position: absolute;
  top: 8%;
  right: 20%;
  mix-blend-mode: soft-light;
}
.testimonial-style-3 .quote i {
  font-size: 100px;
  line-height: 1;
  color: rgba(214, 218, 240, 0.4);
}
.testimonial-style-3 .rating-wrapper {
  margin-bottom: 160px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 1199px) {
  .testimonial-style-3 .rating-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-style-3 .rating-wrapper {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-style-3 .rating-wrapper {
    margin-bottom: 60px;
  }
}
.testimonial-style-3 .rating-wrapper .rating-count {
  font-size: 30px;
  color: var(--tmp-tec-heading);
  font-family: var(--font-primary);
  font-weight: 500;
  line-height: 1;
}
.testimonial-style-3 .rating-wrapper .rating-star {
  color: var(--tmp-tec);
  font-size: 22px;
}
.testimonial-style-3 .description {
  line-height: 36px;
  margin-bottom: 0;
  font-size: var(--h5);
}
@media only screen and (max-width: 1199px) {
  .testimonial-style-3 .description {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-style-3 .description {
    line-height: 32px;
  }
}
.testimonial-style-3 .tmp-testimonial-author {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.testimonial-style-3 .tmp-testimonial-author .author-image {
  margin-right: 20px;
}
.testimonial-style-3 .tmp-testimonial-author .author-image img {
  border-radius: 5px;
  height: 50px;
  width: 50px;
  object-fit: cover;
}
.testimonial-style-3 .tmp-testimonial-author .author-content .author-name {
  margin-bottom: 0px;
}
.testimonial-style-3 .tmp-testimonial-author .author-content .author-job {
  font-size: 12px;
}
.testimonial-style-3 .tmp-right-shadow {
  height: 205px;
  width: 205px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  background: var(--color-primary);
  filter: blur(175px);
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 1;
  transition: var(--transition);
  z-index: -1;
}
.testimonial-style-3:hover .tmp-right-shadow {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ps_sm--20 {
    padding: 0 20px;
  }
}

.testimonial-modern-left-card {
  clip-path: polygon(0.239% 2.697%, 0.239% 2.697%, 0.271% 2.298%, 0.365% 1.919%, 0.516% 1.566%, 0.718% 1.244%, 0.966% 0.957%, 1.256% 0.711%, 1.581% 0.511%, 1.937% 0.362%, 2.32% 0.269%, 2.723% 0.236%, 49.913% 0.236%, 83.533% 0.236%, 83.533% 0.236%, 83.782% 0.249%, 84.027% 0.285%, 84.264% 0.345%, 84.494% 0.428%, 84.714% 0.532%, 84.922% 0.657%, 85.118% 0.802%, 85.299% 0.966%, 85.463% 1.148%, 85.611% 1.348%, 99.54% 13.1%, 99.54% 20.6%, 99.62% 23.23%, 99.326% 22.103%, 99.386% 22.232%, 99.439% 22.365%, 99.484% 22.5%, 99.521% 22.637%, 99.55% 22.777%, 99.571% 22.918%, 99.584% 23.06%, 99.588% 23.204%, 99.588% 97.235%, 99.588% 97.235%, 99.556% 97.634%, 99.461% 98.012%, 99.311% 98.365%, 99.109% 98.688%, 98.861% 98.974%, 98.571% 99.22%, 98.246% 99.42%, 97.889% 99.57%, 97.507% 99.663%, 97.104% 99.695%, 2.723% 99.695%, 2.723% 99.695%, 2.32% 99.663%, 1.937% 99.57%, 1.581% 99.42%, 1.256% 99.22%, 0.966% 98.974%, 0.718% 98.688%, 0.516% 98.365%, 0.365% 98.012%, 0.271% 97.634%, 0.239% 97.235%, 0.239% 2.697%);
  background-color: #2E293C;
  position: relative;
  padding: 0 50px 50px 50px;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .testimonial-modern-left-card {
    padding: 0;
    clip-path: none;
    background-color: #10102B;
    border-radius: 6px;
  }
}
.testimonial-modern-left-card > * {
  position: relative;
  z-index: 1;
}
.testimonial-modern-left-card::before {
  position: absolute;
  content: "";
  left: 1px;
  top: 1px;
  width: 99.9%;
  height: 99.9%;
  background-color: #10102B;
  clip-path: polygon(0.239% 2.697%, 0.239% 2.697%, 0.271% 2.298%, 0.365% 1.919%, 0.516% 1.566%, 0.718% 1.244%, 0.966% 0.957%, 1.256% 0.711%, 1.581% 0.511%, 1.937% 0.362%, 2.32% 0.269%, 2.723% 0.236%, 49.913% 0.236%, 83.533% 0.236%, 83.533% 0.236%, 83.782% 0.249%, 84.027% 0.285%, 84.264% 0.345%, 84.494% 0.428%, 84.714% 0.532%, 84.922% 0.657%, 85.118% 0.802%, 85.299% 0.966%, 85.463% 1.148%, 85.611% 1.348%, 99.54% 13.1%, 99.54% 20.6%, 99.62% 23.23%, 99.326% 22.103%, 99.386% 22.232%, 99.439% 22.365%, 99.484% 22.5%, 99.521% 22.637%, 99.55% 22.777%, 99.571% 22.918%, 99.584% 23.06%, 99.588% 23.204%, 99.588% 97.235%, 99.588% 97.235%, 99.556% 97.634%, 99.461% 98.012%, 99.311% 98.365%, 99.109% 98.688%, 98.861% 98.974%, 98.571% 99.22%, 98.246% 99.42%, 97.889% 99.57%, 97.507% 99.663%, 97.104% 99.695%, 2.723% 99.695%, 2.723% 99.695%, 2.32% 99.663%, 1.937% 99.57%, 1.581% 99.42%, 1.256% 99.22%, 0.966% 98.974%, 0.718% 98.688%, 0.516% 98.365%, 0.365% 98.012%, 0.271% 97.634%, 0.239% 97.235%, 0.239% 2.697%);
}
@media only screen and (max-width: 575px) {
  .testimonial-modern-left-card::before {
    clip-path: none;
  }
}
.testimonial-modern-left-card .image {
  position: relative;
  bottom: -50px;
}
.testimonial-modern-left-card .image img {
  min-height: 590px;
  object-fit: contain;
}
@media only screen and (max-width: 575px) {
  .testimonial-modern-left-card .image img {
    min-height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-modern-left-card .image {
    bottom: 0;
  }
}
.testimonial-modern-left-card .content {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 50px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(16, 16, 43, 0) 0%, #10102B 100%);
}
@media only screen and (max-width: 575px) {
  .testimonial-modern-left-card .content {
    border-radius: 0 0 6px 6px;
    padding: 30px;
  }
}
.testimonial-modern-left-card .content .rating {
  font-size: 45px;
  font-weight: 700;
  font-family: var(--font-primary);
  color: var(--color-white);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .testimonial-modern-left-card .content .desc br {
    display: none;
  }
}
.testimonial-modern-left-card .content .tmp-slider-control {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: max-content;
}
.testimonial-modern-left-card .content .tmp-slider-control .tmp-next,
.testimonial-modern-left-card .content .tmp-slider-control .tmp-prev {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--trans);
  position: relative;
  z-index: 1;
}
.testimonial-modern-left-card .content .tmp-slider-control .tmp-next::after,
.testimonial-modern-left-card .content .tmp-slider-control .tmp-prev::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  background: var(--color-primary);
  opacity: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s;
}
.testimonial-modern-left-card .content .tmp-slider-control .tmp-next i,
.testimonial-modern-left-card .content .tmp-slider-control .tmp-prev i {
  color: #E2E6FF;
  transition: var(--trans);
  font-weight: 400;
}
.testimonial-modern-left-card .content .tmp-slider-control .tmp-next:hover,
.testimonial-modern-left-card .content .tmp-slider-control .tmp-prev:hover {
  border-color: transparent;
  color: var(--color-dark);
}
.testimonial-modern-left-card .content .tmp-slider-control .tmp-next:hover::after,
.testimonial-modern-left-card .content .tmp-slider-control .tmp-prev:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.testimonial-modern-left-card .content .tmp-slider-control .tmp-next:hover i,
.testimonial-modern-left-card .content .tmp-slider-control .tmp-prev:hover i {
  color: var(--color-dark);
}

/*----------------------------
    Testimonial Style 04 
------------------------------*/
.testimonial-style-4 {
  position: relative;
  max-width: 540px;
  padding: 40px 50px 0px 50px;
  background: rgba(60, 60, 60, 0.05);
  border-radius: 10px;
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (min-width: 1920px) {
  .testimonial-style-4 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-style-4 {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-style-4 {
    padding: 40px 20px 0px 20px;
  }
}
.testimonial-style-4 .shape-left {
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 10px;
  overflow: hidden;
}
.testimonial-style-4 .shape-right {
  position: absolute;
  right: 40px;
  top: 0;
}
.testimonial-style-4 .shape-bottom {
  position: absolute;
  height: 94px;
  width: 94px;
  border-radius: 50%;
  background: linear-gradient(121.28deg, rgba(45, 39, 78, 0.25) 14.06%, rgba(0, 0, 0, 0.25) 86.11%);
  right: 30px;
  bottom: 15px;
}
.testimonial-style-4 .content {
  margin-bottom: -30px;
}
.testimonial-style-4 .author-information {
  position: relative;
  top: 70px;
}
.testimonial-style-4 .author-information .author-avatar {
  max-width: max-content;
  border: 7px solid #12122C;
  border-radius: 50%;
  height: 66px;
  width: 66px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}
.testimonial-style-4 .author-information .author-avatar img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.testimonial-style-4 .author-information .author-content {
  margin-top: 10px;
}
.testimonial-style-4 .author-information .author-content .author-name {
  margin-bottom: 0px;
}
.testimonial-style-4 .author-information .author-content .author-job {
  font-size: 12px;
}

.modern-testimonial-activation {
  height: 100%;
}
.modern-testimonial-activation .testimonial-style-3 {
  height: 100%;
}
@media screen and (min-width: 1920px) {
  .modern-testimonial-activation .testimonial-style-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.padding-controler-testimonials {
  margin-left: 160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-controler-testimonials {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-controler-testimonials {
    margin-left: 0;
  }
}

.model-review-slider.swiper-button-controler .swiper-button-prev,
.model-review-slider.swiper-button-controler .swiper-button-next {
  top: 40% !important;
}

.testimonials-in-designers-demo .model-review-slider.swiper-button-controler .swiper-button-prev, .testimonials-in-designers-demo .model-review-slider.swiper-button-controler .swiper-button-next {
  top: 50% !important;
}

.tmp-section-content.is-writer .tmp-section-title span {
  text-align: center;
  max-width: max-content;
  position: relative;
}
.tmp-section-content.is-writer .tmp-section-title span::after, .tmp-section-content.is-writer .tmp-section-title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-image: url();
  left: 0;
  top: 12px;
  z-index: -1;
}

.tmp-section-title {
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .tmp-section-title {
    font-size: 32px;
  }
}

.tmp-fsb {
  position: relative;
  max-width: max-content;
  height: 30px;
  display: flex;
  align-items: center;
}
.tmp-fsb .border-left,
.tmp-fsb .border-right {
  position: absolute;
  content: "";
}
.tmp-fsb .border-left {
  height: 30px;
  width: 7px;
  background-image: url(../images/shape/left-border.svg);
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tmp-fsb .border-right {
  height: 30px;
  width: 7px;
  background-image: url(../images/shape/right-border.svg);
  right: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tmp-fsb .subtitle {
  margin-bottom: 0;
  font-weight: 700;
  color: var(--color-primary);
  padding: 0 15px;
}

/*-----------------------------
    Four Side Border Style  
-------------------------------*/
.tmp-four-side-border {
  position: relative;
  position: relative;
  background-color: transparent;
  border: 2px solid var(--color-border);
  border-radius: 0;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-four-side-border {
    padding: 40px 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .tmp-four-side-border {
    padding: 20px;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-four-side-border {
    padding: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-four-side-border {
    padding: 10px;
  }
}
.tmp-four-side-border.border-gap-40 {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .tmp-four-side-border.border-gap-40 {
    padding: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-four-side-border.border-gap-40 {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-four-side-border.border-gap-40 .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-four-side-border.border-gap-40 .title {
    font-size: 18px;
  }
}
.tmp-four-side-border .tmp-left {
  position: absolute;
  inset-inline-start: -1px;
  inset-block-start: 0;
}
.tmp-four-side-border .tmp-left::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background: var(--color-primary);
  inset-inline-end: -2px;
}
.tmp-four-side-border .tmp-left::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: var(--color-primary);
  inset-block-end: 0px;
  inset-inline-start: 0px;
}
.tmp-four-side-border .tmp-right {
  position: absolute;
  inset-block-start: -2px;
  inset-inline-end: 0;
}
.tmp-four-side-border .tmp-right::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background: var(--color-primary);
}
.tmp-four-side-border .tmp-right::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  inset-inline-end: -1px;
  background: var(--color-primary);
}
.tmp-four-side-border .tmp-bottom {
  position: absolute;
  inset-inline-start: -2px;
  inset-block-end: 0;
}
.tmp-four-side-border .tmp-bottom::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background: var(--color-primary);
  inset-block-end: -1px;
}
.tmp-four-side-border .tmp-bottom::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: var(--color-primary);
}
.tmp-four-side-border .tmp-bottom-right {
  position: absolute;
  inset-inline-end: -1px;
  inset-block-end: -1px;
}
.tmp-four-side-border .tmp-bottom-right::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background: var(--color-primary);
  inset-inline-end: -1px;
  inset-block-end: -1px;
}
.tmp-four-side-border .tmp-bottom-right::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: var(--color-primary);
  inset-inline-end: -1px;
  inset-block-end: -1px;
}
.tmp-four-side-border.color-border-shape-secondary .tmp-left::after, .tmp-four-side-border.color-border-shape-secondary .tmp-left::before,
.tmp-four-side-border.color-border-shape-secondary .tmp-right::after,
.tmp-four-side-border.color-border-shape-secondary .tmp-right::before,
.tmp-four-side-border.color-border-shape-secondary .tmp-bottom::after,
.tmp-four-side-border.color-border-shape-secondary .tmp-bottom::before,
.tmp-four-side-border.color-border-shape-secondary .tmp-bottom-right::after,
.tmp-four-side-border.color-border-shape-secondary .tmp-bottom-right::before {
  background-color: var(--color-secondary);
}

.doctor-blog .blog-card .tmp-left::before, .doctor-blog .blog-card .tmp-left::after,
.doctor-blog .blog-card .tmp-right::before,
.doctor-blog .blog-card .tmp-right::after,
.doctor-blog .blog-card .tmp-bottom::before,
.doctor-blog .blog-card .tmp-bottom::after,
.doctor-blog .blog-card .tmp-bottom-right::before,
.doctor-blog .blog-card .tmp-bottom-right::after {
  background-color: var(--color-primary) !important;
}

.tmp-model-blog {
  background-color: #161630;
  overflow: hidden;
}
.tmp-model-blog .tmp-section-blog-shape {
  position: absolute;
  top: -170px;
  left: -100px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: linear-gradient(134.57deg, rgba(3, 3, 6, 0.4) 16.81%, rgba(43, 37, 73, 0.4) 85.71%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-model-blog .tmp-section-blog-shape {
    display: none;
  }
}

.tmp-card-content .tmp-badge-cat {
  text-transform: capitalize;
  font-size: 13px;
  color: var(--tmp-tec);
  font-weight: 500;
  font-family: var(--font-primary);
  padding: 10px 15px;
  border-radius: 25px;
  border: 1px solid var(--color-border);
  background: rgba(147, 242, 255, 0.1);
  line-height: 1;
}
.tmp-card-content .tmp-badge-cat.cat-two {
  background: rgba(var(--color-secondary), 0.1);
  color: #93F2FF;
}
.tmp-card-content .tmp-blog-time {
  text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
  .tmp-blog-author {
    flex-wrap: wrap;
  }
}

.tmp-blog-author .author-blog-meta img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.blog-card .tmp-work-thumb:hover .tmp-blog-pin {
  opacity: 1;
}
.blog-card .tmp-blog-pin {
  position: absolute;
  cursor: pointer;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: rgba(147, 242, 255, 0.1);
  border: 1px solid var(--color-border);
  display: grid;
  place-items: center;
  left: 25px;
  top: 25px;
  opacity: 0;
  transition: var(--trans);
}
.blog-card .blog-date {
  color: rgba(226, 230, 255, 0.65);
  text-transform: capitalize;
}
.blog-card .tmp-card-desc {
  max-width: 490px;
}

/*----------------------
    Blog Style 01   
----------------------*/
.blog-meta {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: -10px;
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .blog-meta {
    flex-wrap: wrap;
  }
}
.blog-meta li {
  margin: 0;
  padding: 10px;
}
.blog-meta li.blog-date i {
  margin-right: 7px;
}
.blog-meta li a {
  transition: var(--trans);
}
.blog-meta li a:hover {
  color: var(--color-primary);
}
.blog-meta .author-info {
  display: flex;
  align-items: center;
}
.blog-meta .author-info img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

/*--------------------
    Blog Style 01  
----------------------*/
.blog-style-1 .inner {
  position: relative;
  overflow: hidden;
  padding: 40px;
}
@media only screen and (max-width: 1199px) {
  .blog-style-1 .inner {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .blog-style-1 .inner {
    padding: 0;
  }
}
.blog-style-1 .inner .thumbnail {
  position: relative;
  overflow: hidden;
}
.blog-style-1 .inner .thumbnail img {
  border-radius: 10px;
}
.blog-style-1 .inner .thumbnail .blog-pin {
  position: absolute;
  cursor: pointer;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: rgba(147, 242, 255, 0.1);
  border: 1px solid var(--color-border);
  display: grid;
  place-items: center;
  left: 25px;
  top: 25px;
  opacity: 0;
  transition: var(--trans);
  z-index: 2;
}
.blog-style-1 .inner .title {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  transition: var(--trans);
}
@media only screen and (max-width: 1199px) {
  .blog-style-1 .inner .title {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 991px) {
  .blog-style-1 .inner .title {
    font-size: 22px;
  }
}
.blog-style-1 .inner .title i {
  font-size: 0;
  position: relative;
  top: 2px;
  transition: var(--transition);
  opacity: 0;
}
@media only screen and (max-width: 575px) {
  .blog-style-1 .inner .title {
    font-size: 24px;
  }
}
.blog-style-1 .inner .title:hover {
  color: var(--color-primary);
}
.blog-style-1 .inner .title:hover i {
  color: var(--color-primary);
  top: 2px;
  opacity: 1;
  font-size: 26px;
}
.blog-style-1 .inner .description {
  color: var(--color-body);
  font-size: var(--p);
}
.blog-style-1 .inner .modern-blur-action {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 162px;
  width: 162px;
  background: var(--color-secondary);
  border-radius: 50%;
  transition: var(--trans);
  z-index: -1;
  filter: blur(125px);
  opacity: 0;
}
.blog-style-1:hover .inner .modern-blur-action {
  opacity: 1;
}

/*--------------------
    Blog Style 02  
----------------------*/
.blog-style-2 {
  position: relative;
}
.blog-style-2:hover .thumbnail img {
  -webkit-transform: perspective(400px) rotateX(0.09deg) rotateY(0) scale(1.1);
  transform: perspective(400px) rotateX(0.09deg) rotateY(0) scale(1.1);
}
.blog-style-2 .thumbnail {
  position: relative;
  margin-bottom: 90px;
  overflow: hidden;
  transition: var(--trans);
}
@media only screen and (max-width: 767px) {
  .blog-style-2 .thumbnail {
    margin-bottom: 120px;
  }
}
.blog-style-2 .thumbnail a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.blog-style-2 .thumbnail img {
  border-radius: 10px;
  transition: var(--trans);
  overflow: hidden;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}
@media only screen and (max-width: 575px) {
  .blog-style-2 .thumbnail {
    margin-bottom: 0;
  }
}
.blog-style-2 .content {
  max-width: 475px;
  background: #0C0E29;
  border-radius: 10px;
  border-top-right-radius: 0;
  padding: 35px 30px;
  position: absolute;
  right: 0;
  bottom: -90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-style-2 .content {
    max-width: 380px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-style-2 .content {
    max-width: 475px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-style-2 .content {
    max-width: 100%;
    width: 100%;
    bottom: -120px;
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-style-2 .content {
    position: relative;
    bottom: 0;
  }
}
.blog-style-2 .content .shape {
  max-width: max-content;
  position: absolute;
  bottom: 10PX;
  right: 20PX;
}
.blog-style-2 .content .title {
  font-size: 30px;
  line-height: 40px;
  transition: var(--trans);
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-style-2 .content .title {
    font-size: 24px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-style-2 .content .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.blog-style-2 .content .title:hover a {
  color: var(--color-primary);
}

/*--------------------
    Blog Style 03  
----------------------*/
.blog-style-3 .thumbnail {
  margin-bottom: 30px;
}
.blog-style-3 .thumbnail img {
  transition: 0.5s;
  width: 645px;
  height: 430px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .blog-style-3 .thumbnail img {
    object-fit: cover;
  }
}
@media only screen and (max-width: 991px) {
  .blog-style-3 .thumbnail img {
    height: auto;
    object-fit: cover;
  }
}
.blog-style-3 .thumbnail a {
  display: block;
  clip-path: polygon(100% 96.52%, 100% 13.123%, 100% 13.123%, 99.97% 12.559%, 99.881% 12.023%, 99.74% 11.524%, 99.551% 11.068%, 99.319% 10.662%, 99.048% 10.314%, 98.743% 10.031%, 98.409% 9.82%, 98.052% 9.688%, 97.674% 9.643%, 24.971% 9.643%, 24.971% 9.643%, 24.738% 9.625%, 24.511% 9.574%, 24.289% 9.49%, 24.075% 9.374%, 23.87% 9.228%, 23.675% 9.053%, 23.493% 8.849%, 23.323% 8.619%, 23.169% 8.363%, 23.031% 8.083%, 20.147% 1.56%, 20.147% 1.56%, 20.009% 1.279%, 19.855% 1.024%, 19.686% 0.793%, 19.503% 0.59%, 19.309% 0.415%, 19.103% 0.269%, 18.889% 0.153%, 18.668% 0.069%, 18.44% 0.017%, 18.208% 0%, 2.326% 0%, 2.326% 0%, 1.948% 0.046%, 1.591% 0.177%, 1.257% 0.388%, 0.952% 0.671%, 0.681% 1.019%, 0.449% 1.425%, 0.26% 1.881%, 0.119% 2.38%, 0.03% 2.916%, 0% 3.48%, 0% 96.52%, 0% 96.52%, 0.03% 97.084%, 0.119% 97.62%, 0.26% 98.119%, 0.449% 98.575%, 0.681% 98.981%, 0.952% 99.328%, 1.257% 99.612%, 1.591% 99.823%, 1.948% 99.954%, 2.326% 100%, 97.674% 100%, 97.674% 100%, 98.052% 99.954%, 98.409% 99.823%, 98.743% 99.612%, 99.048% 99.328%, 99.319% 98.981%, 99.551% 98.575%, 99.74% 98.119%, 99.881% 97.62%, 99.97% 97.084%, 100% 96.52%);
}
.blog-style-3 .content .title {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
  transition: 0.3s;
}
.blog-style-3 .content .title a {
  transition: 0.3s;
}
.blog-style-3 .content .title a i {
  font-size: 0;
  position: relative;
  top: 2px;
  transition: var(--transition);
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .blog-style-3 .content .title {
    font-size: 26px;
  }
}
.blog-style-3 .content .title:hover a {
  color: var(--color-primary);
}
.blog-style-3 .content .title:hover a i {
  color: var(--color-primary);
  top: 2px;
  opacity: 1;
  font-size: 26px;
}
.blog-style-3:hover .thumbnail img {
  transform: scale(1.05);
}

.blog-style-4 .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.blog-style-4 .thumbnail img {
  border-radius: 10px 10px 0 0;
  transition: var(--trans);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-style-4 .thumbnail img {
    width: 100%;
  }
}
.blog-style-4 .thumbnail img:hover {
  transform: scale(1.05);
}
.blog-style-4 .thumbnail .blog-date {
  position: absolute;
  max-width: 70px;
  right: 8px;
  bottom: 0;
  background-color: var(--color-white);
  text-align: center;
  padding: 16px;
  padding-top: 10px;
  border-radius: 5px 5px 0 0;
}
.blog-style-4 .thumbnail .blog-date::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 100%;
  bottom: 0;
  background-color: var(--color-dark);
  left: 0;
}
.blog-style-4 .thumbnail .blog-date span {
  font-weight: 600;
  display: block;
  position: relative;
  z-index: 1;
  line-height: 1.2;
}
.blog-style-4 .thumbnail .blog-date span.day {
  font-size: 30px;
  color: var(--color-dark);
}
.blog-style-4 .thumbnail .blog-date span.month {
  font-size: 12px;
  color: var(--color-dark);
}
.blog-style-4 .thumbnail .blog-date span.year {
  font-size: 15px;
  color: var(--color-white);
  position: relative;
  top: 10px;
}
.blog-style-4 .content {
  padding: 30px;
  padding-top: 25px;
  border: 1px solid var(--color-border);
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: rgba(147, 242, 255, 0.02);
}
.blog-style-4 .content .view-btn {
  color: var(--color-primary);
}
.blog-style-4 .content .title {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.4;
  transition: 0.3s;
}
.blog-style-4 .content .title i {
  font-size: 0;
  position: relative;
  top: 2px;
  transition: var(--transition);
  opacity: 0;
}
.blog-style-4 .content .title:hover {
  color: var(--color-primary);
}
.blog-style-4 .content .title:hover i {
  color: var(--color-primary);
  top: 2px;
  opacity: 1;
  margin-left: 5px;
  font-size: 20px;
}
.blog-style-4 .content .read-more-btn a {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.model-gallery-section {
  background-color: #161630;
  position: relative;
}
.model-gallery-section-shape {
  position: absolute;
  top: -170px;
  right: -100px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: linear-gradient(134.57deg, rgba(3, 3, 6, 0.4) 16.81%, rgba(43, 37, 73, 0.4) 85.71%);
}
@media only screen and (max-width: 991px) {
  .model-gallery-section-shape {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .model-gallery-section-shape {
    top: -150px;
    right: -80px;
    width: 380px;
    height: 380px;
  }
}

.tmp-rotate-btn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #93F2FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #070721;
}
.tmp-rotate-btn i {
  transform: rotate(-35deg);
  transition: var(--trans);
}
.tmp-rotate-btn:hover {
  background: #93F2FF;
  color: #070721;
}
.tmp-rotate-btn:hover i {
  transform: rotate(0);
}

.tmp-gallery {
  border-radius: 6px;
  display: block;
  overflow: hidden;
  position: relative;
}
.tmp-gallery .video-icon {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 10px;
  transition: 0.4s;
}
.tmp-gallery .video-icon .btn-default {
  width: 70px;
  height: 70px;
  line-height: 70px;
  padding: 0 28px;
  border-radius: 5px;
  background: var(--color-primary);
  transition-duration: 300ms;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-shadow: var(--shadow-light);
  display: flex;
  line-height: 49px;
  letter-spacing: 0.5px;
  transition: 0.4s;
  border: 0 none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.6s;
  border-radius: 50%;
}
.tmp-gallery .video-icon .btn-default span i {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: var(--color-dark);
}
.tmp-gallery .video-icon {
  opacity: 0;
  transition: 0.4s;
  transform: translate(-50%, -50%) scale(0.5);
}
.tmp-gallery:hover .video-icon {
  opacity: 1;
  margin-top: 0;
  transform: translate(-50%, -50%) scale(1);
}

.pricing-section-bg {
  background-color: #161630;
}

.tmp-pricing-section-shape {
  position: absolute;
  bottom: -150px;
  right: -200px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: linear-gradient(134.57deg, rgba(3, 3, 6, 0.4) 16.81%, rgba(43, 37, 73, 0.4) 85.71%);
  opacity: 0.5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-pricing-section-shape {
    display: none;
  }
}

.tmp-pricing-card {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.tmp-pricing-card-shape {
  position: absolute;
  width: 250px;
  height: 20px;
  background: var(--color-primary);
  filter: blur(50px);
  border-radius: 50%;
  top: 32%;
  left: 10%;
  opacity: 0;
  transition: var(--trans);
  z-index: -1;
}
.tmp-pricing-card:hover .tmp-pricing-card-shape {
  opacity: 1;
}
.tmp-pricing-card:hover .tmp-pricing-btn {
  background: var(--color-primary);
  color: var(--color-dark);
}
.tmp-pricing-card.active-pricing .tmp-pricing-card-shape {
  opacity: 1;
}
.tmp-pricing-card.active-pricing .tmp-pricing-btn {
  background: var(--color-primary);
  color: var(--color-dark);
}
.tmp-pricing-card-box {
  border: 2px solid var(--color-border);
  border-radius: 10px;
  padding: 40px 30px 40px 30px;
  background: rgba(147, 242, 255, 0.02);
  backdrop-filter: blur(5px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-pricing-card-box {
    padding: 40px 25px 50px 25px;
  }
}
.tmp-pricing-card-box h5 {
  font-weight: 700;
}
.tmp-pricing-card-box h1 {
  font-size: 64px;
  line-height: 1;
  margin-top: 25px;
  font-weight: 600;
  color: var(--color-body);
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-pricing-card-box h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-pricing-card-box h1 {
    font-size: 40px;
  }
}
.tmp-pricing-card-box .tmp-pricing-btn {
  width: 100%;
  border: 2px solid var(--color-border);
  padding: 18px 0;
  border-radius: 10px;
  color: var(--color-primary);
  font-weight: 700;
  font-family: var(--font-primary);
}
.tmp-pricing-card-box .tmp-btn {
  border-radius: 10px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}
.tmp-pricing-card-feature {
  position: absolute;
  height: 40px;
  width: 165px;
  max-width: 165px;
  background-color: var(--color-primary);
  color: var(--color-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  right: -46px;
  top: 17px;
  border-top-right-radius: 10px;
  font-weight: 500;
  z-index: 10;
  transform: rotate(45deg);
}
.tmp-pricing-card-feature::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid #090925;
  border-right: 0 solid #090925;
  border-top: 30px solid #090925;
  left: 0;
  top: 5px;
  transform: translate(-50%) rotate(45deg);
}

.tmp-list li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.tmp-list li i {
  color: var(--color-primary);
}

.freelancer-pricing-bg {
  margin: 0 50px;
  overflow: hidden;
  border-radius: 20px;
  background-image: url(../images/freelancer/pricing-bg.svg);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .freelancer-pricing-bg {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .freelancer-pricing-bg {
    margin: 0;
    border-radius: 0;
  }
}
.freelancer-pricing-bg .section-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.freelancer-pricing-bg .section-shape .shape-one {
  position: absolute;
  top: -10%;
  left: -10%;
  height: 460px;
  width: 460px;
  border-radius: 50%;
  background: linear-gradient(134.57deg, rgba(3, 3, 6, 0.7) 16.81%, rgba(43, 37, 73, 0.7) 85.71%);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .freelancer-pricing-bg .section-shape .shape-one {
    top: -12%;
    left: -12%;
    height: 360px;
    width: 360px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .freelancer-pricing-bg .section-shape .shape-one {
    display: none;
  }
}

/*===============================
  Price Plan Card
  ===============================*/
.price-plan-card {
  border-radius: 20px;
  background: var(--color-gray-2);
  padding: 25px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .price-plan-card {
    padding: 40px;
  }
}
.price-plan-card.active.blur-style-one::before {
  background: var(--color-primary);
  opacity: 1;
}
.price-plan-card.v2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.price-plan-card.v2 .price-plan-card-icon {
  margin-bottom: 33px;
}
.price-plan-card.v2 .check-box {
  border-top: none;
  padding-bottom: 40px;
  border-bottom: 2px solid var(--color-border);
  margin-bottom: 40px;
  padding-top: 28px;
}
@media only screen and (max-width: 767px) {
  .price-plan-card.v2 .check-box {
    margin-bottom: 20px;
    padding-top: 16px;
  }
}
.price-plan-card .popular-tag {
  position: absolute;
  top: 0;
  right: 0;
}
.price-plan-card .price-sub-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.price-plan-card .main-price {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.price-plan-card .per-month {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .price-plan-card .per-month {
    margin-bottom: 14px;
  }
}

#form-messages.error {
  color: var(--color-danger);
}
#form-messages.success {
  color: var(--color-success);
}

/*===============================
  Check Box
  ===============================*/
.check-box {
  border-top: 2px solid rgba(157, 157, 255, 0.0509803922);
  padding-top: 43px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .check-box {
    padding-bottom: 40px;
  }
}
.check-box ul {
  list-style: none;
  padding: 0;
}
.check-box ul li {
  margin: 0 0 15px 0;
}
.check-box ul li:last-child {
  margin-bottom: 0;
}
.check-box .check-box-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.check-box .check-box-item .box-icon {
  color: var(--color-primary);
}
.check-box .check-box-item .box-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.demo-actor .tmp-pricing-card-box {
  border: 2px solid transparent;
  background: #0f132e;
}
.demo-actor .blog-style-4 .content {
  border: 1px solid transparent;
  background: #0f132e;
}
.demo-actor .tmp-contact-info.variation-2,
.demo-actor .contact-form-style-1.variation-4,
.demo-actor .testimonial-style-2,
.demo-actor .tmp-client-card {
  background-color: #0f132e;
  border: 2px solid transparent;
}

.tmp-video-section {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 35px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .tmp-video-section {
    padding: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-video-section {
    padding: 15px;
  }
}
.tmp-video-section img {
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .tmp-video-section img {
    height: 300px;
    object-fit: cover;
  }
}
.tmp-video-section .video-btn.btn-with-ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.tmp-video-section .btn-with-ripple {
  position: relative;
  max-width: max-content;
  font-size: 22px;
  display: grid;
  place-items: center;
  font-size: 22px;
}
.tmp-video-section .btn-with-ripple::before {
  content: "";
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #17203B;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .tmp-video-section .btn-with-ripple::before {
    height: 60px;
    width: 60px;
  }
}
.tmp-video-section .btn-with-ripple::after {
  content: "";
  position: absolute;
  height: 115px;
  width: 115px;
  border-radius: 50%;
  background: rgba(23, 32, 59, 0.3);
  z-index: -2;
  animation: ripple 1.5s linear infinite;
}
@media only screen and (max-width: 767px) {
  .tmp-video-section .btn-with-ripple::after {
    height: 90px;
    width: 90px;
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(19, 19, 44, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(19, 19, 44, 0);
  }
}
@keyframes rippleBorder {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}
@keyframes rippleBorder_03 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.1;
  }
  75% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0.1;
  }
}
.rounded-player-2 {
  border: 0;
  width: 80px;
  height: 80px;
  transition: 1s cubic-bezier(0, 0, 0.2, 1);
  position: absolute;
  border-radius: 100%;
  background: var(--color-white);
  margin: 0 auto;
  display: inline-block;
  padding: 0;
  z-index: 1;
}
.rounded-player-2 .play-icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rounded-player-2 .play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-6px, -9px);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid var(--color-gray-2);
}
.rounded-player-2.with-animation::after {
  display: block;
  top: 0;
  left: 0;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  content: "";
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1.5px solid var(--color-white);
  animation: 2s linear 1s infinite rippleBorder;
}
.rounded-player-2.with-animation::before {
  -webkit-animation: 2s linear infinite rippleBorder;
  animation: 2s linear infinite rippleBorder;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1.5px solid var(--color-white);
  display: block;
  top: 0;
  left: 0;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  content: "";
  right: 0;
}
.rounded-player-2.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rounded-player-2.position-right-bottom {
  bottom: 50px;
  right: 50px;
}
.rounded-player-2.btn-sm {
  width: 60px;
  height: 60px;
}
.rounded-player-2.btn-sm.position-right-bottom {
  bottom: 25px;
  right: 25px;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

#anywhere-home.bgshow, .mfp-bg, .modal-backdrop {
  backdrop-filter: blur(15px);
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  background: #192335;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
}

.mfp-iframe-scaler iframe, .modal-dialog.new-address-modal .modal-content, .new-address-modal-wrapper .modal-body, .tmp-banner-slider-area3 .slider-inner .swiper, .tmp-service-details-area .right-content-area.with-radious {
  border-radius: 10px;
}

.mfp-iframe-holder .mfp-close, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  top: -60px;
  right: -50px;
  font-size: 30px;
  font-weight: 400;
  transition: 0.4s;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(25, 35, 53, 0.3137254902);
  text-align: center;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: var(--color-white);
}

/*-------------------------
    Back To Top  
---------------------------*/
@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.paginacontainer {
  height: 3000px;
}

.tmp-progress-parent {
  position: fixed;
  right: 30px;
  bottom: 85px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--color-border);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.tmp-progress-parent.tmp-backto-top-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tmp-progress-parent::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--color-primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.tmp-progress-parent:hover::after {
  color: var(--color-primary);
}
.tmp-progress-parent::before {
  position: absolute;
  font-family: "Font Awesome 6 Sharp" !important;
  content: "\e914";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: #0d0d12;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  color: var(--color-primary);
}
.tmp-progress-parent svg path {
  fill: none;
}
.tmp-progress-parent svg.tmp-back-circle path {
  stroke: var(--color-primary);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0.6;
}

.invers-call-area-sticky {
  right: 30px;
  bottom: 30px;
  z-index: 10000;
  position: fixed;
}
.invers-call-area-sticky a {
  height: 46px;
  width: 46px;
  border: 2px solid var(--color-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scaleX(-1);
  background: var(--color-primary);
  color: var(--color-dark);
}
.invers-call-area-sticky a i {
  animation: phone-move 4s ease-in-out infinite;
}

@keyframes phone-move {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  10% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  15% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  30% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  35% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@media only screen and (max-width: 991px) {
  .tmp-footer-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-footer-wrapper {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 575px) {
  .tmp-footer-menus {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 10px;
  }
}

.tmp-footer-mail {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-footer-mail {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-footer-mail {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-footer-mail {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-footer-mail {
    font-size: 20px;
    line-height: 28px;
  }
}
.tmp-footer-mail a {
  display: block;
  max-width: max-content;
}

.footer-technician {
  background-image: url(../images/footer/footer-technician-bg.svg);
  margin: 0 30px;
  border: 1px solid var(--color-border);
  border-radius: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .footer-technician {
    margin: 0;
    border-radius: 0;
  }
}
.footer-technician .tmp-footer-shape {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: linear-gradient(147.77deg, #FF9A50 14.56%, #FF9A50 86.63%);
  position: absolute;
  bottom: 40px;
  right: 20px;
  filter: blur(25px);
  opacity: 0.2;
}

.footer-main, .footer-freelancer-bg, .footer-2-bg {
  background-image: url(../images/main/main-footer-bg.svg);
  margin: 0 30px;
  border: 1px solid var(--color-border);
  border-radius: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-main, .footer-freelancer-bg, .footer-2-bg {
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-main, .footer-freelancer-bg, .footer-2-bg {
    margin: 0 0;
    margin-bottom: 0;
    border-radius: 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer-main, .footer-freelancer-bg, .footer-2-bg {
    margin: 0;
    border-radius: 0;
    margin-bottom: 0;
  }
}
.footer-main .tmp-footer-shape, .footer-freelancer-bg .tmp-footer-shape, .footer-2-bg .tmp-footer-shape {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: linear-gradient(147.77deg, #4407FF 14.56%, #4407FF 86.63%);
  position: absolute;
  bottom: 40px;
  right: 20px;
  filter: blur(25px);
  opacity: 0.2;
}

.tmp-model-footer {
  padding-top: 210px;
}
@media only screen and (max-width: 991px) {
  .tmp-model-footer {
    padding-top: 60px;
  }
}

.model-footer-bg {
  max-width: 1562px;
  border: 1px solid var(--color-border);
  background-color: #10102B;
  border-radius: 15px;
  position: relative;
  margin: 0 auto;
  padding-top: 135px;
  padding-bottom: 115px;
}
@media only screen and (max-width: 991px) {
  .model-footer-bg {
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 0;
  }
}

.footer-shape-bg {
  background-image: url(../images/model/footer-shape.svg);
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;
  opacity: 0.7;
}

.footer-shape-spiral {
  background-image: url(../images/model/footer-spiral.svg);
  width: 340px;
  height: 280px;
  position: absolute;
  left: 5%;
  top: 10%;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-shape-spiral {
    left: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-shape-spiral {
    top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-shape-spiral {
    display: none;
  }
}

.footer-shape-t {
  background-image: url(../images/model/footer-t.svg);
  width: 665px;
  height: 500px;
  position: absolute;
  right: 15%;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-shape-t {
    display: none;
  }
}

.model-footer-content {
  position: relative;
  z-index: 1;
}
.model-footer-content .tmp-big-text {
  font-size: 80px;
  font-weight: 600;
  color: var(--color-white);
  text-transform: uppercase;
  font-family: var(--font-secondary);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .model-footer-content .tmp-big-text {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .model-footer-content .tmp-big-text {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .model-footer-content .tmp-big-text {
    font-size: 40px;
  }
}
.model-footer-content .tmp-big-text .stroke-text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: var(--font-primary);
}
.model-footer-content .tmp-small-text {
  max-width: 530px;
  line-height: 30px;
}
.model-footer-content .tmp-bordered-btn {
  border: 1px solid var(--color-border);
  padding: 10px 20px;
  border-radius: 25px;
  transition: var(--trans);
}
.model-footer-content .tmp-bordered-btn:hover {
  background-color: var(--color-primary);
  color: var(--color-dark);
  border-color: var(--color-primary);
}

.tmp-model-footer .tmp-contact-form {
  background: #10102B;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 80.6px 105.701px rgba(51, 51, 51, 0.1);
  border-radius: 8px;
  padding: 50px 40px;
  margin-top: -220px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .tmp-model-footer .tmp-contact-form {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-model-footer .tmp-contact-form {
    padding: 40px 25px;
  }
}

.contact-form.style-model {
  gap: 20px;
}
.contact-form.style-model input,
.contact-form.style-model textarea {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 16px 25px;
  background: #0C0C22;
  color: var(--color-body);
  font-weight: 300;
  width: 100%;
}
.contact-form.style-model .submit-button {
  padding: 10px 25px;
  border: 0;
  border-radius: 25px;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: var(--trans);
  margin-top: 10px;
}
.contact-form.style-model label {
  color: var(--color-body);
}
.contact-form.style-model label a {
  text-decoration: underline;
  color: var(--color-primary);
}
.contact-form.style-model .checkbox-group input {
  max-width: max-content;
  margin-right: 10px;
}

@media only screen and (max-width: 575px) {
  .tmp-sf-copyright {
    display: grid !important;
    justify-content: center !important;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-sf-copyright .tmp-sf-logo {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-sf-copyright .tmp-social {
    margin: 0 auto;
  }
}

.footer-freelancer-bg, .footer-2-bg {
  background-image: url(../images/freelancer/footer-bg.svg);
  position: relative;
}
.footer-freelancer-bg .tmp-footer-shape-images, .footer-2-bg .tmp-footer-shape-images {
  max-width: max-content;
  position: absolute;
  bottom: 80px;
  right: 50px;
  animation: spin 10s linear infinite;
}
@media only screen and (max-width: 767px) {
  .footer-freelancer-bg .tmp-footer-shape-images, .footer-2-bg .tmp-footer-shape-images {
    display: none;
  }
}

.footer-2-bg {
  margin: 0;
  border-radius: 0;
  border: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg); /* Start at 0 degrees */
  }
  100% {
    transform: rotate(360deg); /* Rotate a full circle */
  }
}
.footer-developer {
  background-image: url(../images/developer/footer.svg);
  margin: 0 30px;
  border: 1px solid var(--color-border);
  border-radius: 30px;
  margin-bottom: 30px;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .footer-developer {
    margin: 0 0 0;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-developer {
    margin: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 575px) {
  .footer-developer {
    margin: 0;
    border-radius: 0;
  }
}
.footer-developer .tmp-footer-shape {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: linear-gradient(147.77deg, #93F2FF 14.56%, #93F2FF 86.63%);
  position: absolute;
  bottom: 40px;
  right: 20px;
  filter: blur(25px);
  opacity: 0.2;
}

.footer-main.is-doctor, .is-doctor.footer-freelancer-bg, .is-doctor.footer-2-bg {
  background-image: url(../images/doctor/footer.svg);
}
.footer-main.is-doctor .tmp-footer-shape, .is-doctor.footer-freelancer-bg .tmp-footer-shape, .is-doctor.footer-2-bg .tmp-footer-shape {
  background-image: url(../images/doctor/footer-shape.svg);
  opacity: 1;
}

.is-doctor .tmp-left::before, .is-doctor .tmp-left::after,
.is-doctor .tmp-right::before,
.is-doctor .tmp-right::after,
.is-doctor .tmp-bottom::before,
.is-doctor .tmp-bottom::after,
.is-doctor .tmp-bottom-right::before,
.is-doctor .tmp-bottom-right::after {
  background-color: var(--color-primary) !important;
}

.tmp-widget-title h4 {
  font-size: 30px;
  font-weight: 700;
  color: var(--tmp-tec-heading);
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-widget-title h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-widget-title h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.tmp-widget-menu li {
  margin-bottom: 15px;
}
.tmp-widget-menu li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-widget-menu li {
    margin-bottom: 10px;
  }
}
.tmp-widget-menu li a {
  font-size: 16px;
  text-transform: capitalize;
  transition: var(--trans);
}
.tmp-widget-menu li a:hover {
  color: var(--color-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-widget-menu li a {
    font-size: 16px;
  }
}

.if-photography .tmp-widget-menu li a:hover {
  color: var(--color-primary);
}

.footer-main .tmp-widget-menu li a:hover, .footer-freelancer-bg .tmp-widget-menu li a:hover, .footer-2-bg .tmp-widget-menu li a:hover {
  color: var(--color-primary);
}

@keyframes wavingAnim {
  0% {
    transform: translate3D(0, 0, 0) scale(1) rotateY(0);
    text-shadow: 0 0 0 rgba(70, 175, 200, 0);
  }
  12% {
    transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
    color: var(--tj-white);
  }
  15% {
    text-shadow: 0 0 2px var(--tj-white);
  }
  24% {
    transform: translate3D(0, 0, 0) scale(1) rotateY(0);
  }
  36% {
    transform: translate3D(0, 0, 0) scale(1);
  }
  100% {
    transform: scale(1);
  }
}
#inversanim {
  color: var(--color-primary);
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background: transparent;
  gap: 0px;
  font-weight: 600;
}

#inversanim span {
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
  animation: wavingAnim 2.4s ease infinite;
  transform-origin: 100% 50%;
  transform-style: preserve-3d;
}

#inversanim span:nth-child(1) {
  animation-delay: 0s;
}

#inversanim span:nth-child(2) {
  animation-delay: 0.05s;
}

#inversanim span:nth-child(3) {
  animation-delay: 0.1s;
}

#inversanim span:nth-child(4) {
  animation-delay: 0.15s;
}

#inversanim span:nth-child(5) {
  animation-delay: 0.2s;
}

#inversanim span:nth-child(6) {
  animation-delay: 0.25s;
}

#inversanim span:nth-child(7) {
  animation-delay: 0.3s;
}

#inversanim span:nth-child(8) {
  animation-delay: 0.35s;
}

#inversanim span:nth-child(9) {
  animation-delay: 0.4s;
}

#inversanim span:nth-child(10) {
  animation-delay: 0.45s;
}

#inversanim span:nth-child(11) {
  animation-delay: 0.5s;
}

#inversanim span:nth-child(12) {
  animation-delay: 0.55s;
}

#inversanim span:nth-child(13) {
  animation-delay: 0.6s;
}

#inversanim span:nth-child(14) {
  animation-delay: 0.65s;
}

#inversanim span:nth-child(15) {
  animation-delay: 0.7s;
}

#inversanim span:nth-child(16) {
  animation-delay: 0.75s;
}

#inversanim span:nth-child(17) {
  animation-delay: 0.8s;
}

#inversanim span:nth-child(18) {
  animation-delay: 0.85s;
}

#inversanim span:nth-child(19) {
  animation-delay: 0.9s;
}

#inversanim span:nth-child(20) {
  animation-delay: 0.95s;
}

#inversanim span:nth-child(21) {
  animation-delay: 1s;
}

#inversanim span:nth-child(22) {
  animation-delay: 1.05s;
}

#inversanim span:nth-child(23) {
  animation-delay: 1.15s;
}

.footer-style-box {
  background: #10102B;
  padding: 50px 0 80px 0;
  border-radius: 6px;
  border-bottom: 3px solid var(--color-primary);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-style-box::after {
  position: absolute;
  content: "";
  height: 90px;
  width: 160px;
  background: var(--color-primary);
  filter: blur(150px);
  right: 0%;
  bottom: 0%;
  cursor: pointer;
  z-index: -1;
}
.footer-style-box::before {
  position: absolute;
  content: "";
  height: 90px;
  width: 160px;
  background: var(--color-primary);
  filter: blur(150px);
  left: 0%;
  top: 0%;
  cursor: pointer;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .footer-style-box {
    padding: 50px 0 70px 0;
  }
}
.footer-style-box .top-footer-area {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #10102B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 64px 112px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .footer-style-box .top-footer-area {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-style-box .top-footer-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-style-box .top-footer-area {
    padding: 25px;
  }
}
.footer-style-box .top-footer-area .left-area .title {
  font-size: 40px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .footer-style-box .top-footer-area .left-area .title {
    font-size: 22px;
  }
}
.footer-style-box .top-footer-area .right-area {
  width: 538.97px;
  position: relative;
}
.footer-style-box .top-footer-area .right-area input {
  width: 100%;
  height: 60px;
  border-radius: 120px;
  border: 2px solid rgba(255, 255, 255, 0.062);
  padding: 15px 20px;
  background: transparent;
  color: #fff;
}
.footer-style-box .top-footer-area .right-area input:focus {
  border: 2px solid var(--color-primary) !important;
}
.footer-style-box .top-footer-area .right-area button {
  position: absolute;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: flex;
  align-items: center;
}
.footer-style-box .footer-bottom-area {
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 991px) {
  .footer-style-box .footer-bottom-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-style-box .footer-bottom-area {
    padding-top: 60px;
  }
}
.footer-style-box .footer-bottom-area .top-nav-social-area-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer-style-box .footer-bottom-area .top-nav-social-area-wrapper {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
}
.footer-style-box .footer-bottom-area .top-nav-social-area-wrapper .left-area ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .footer-style-box .footer-bottom-area .top-nav-social-area-wrapper .left-area ul {
    gap: 15px;
  }
}
.footer-style-box .footer-bottom-area .top-nav-social-area-wrapper .left-area ul li {
  margin: 0;
}
.footer-style-box .footer-bottom-area .top-nav-social-area-wrapper .left-area ul li a {
  text-transform: uppercase;
}
.footer-style-box .footer-bottom-area .top-nav-social-area-wrapper .left-area ul li a:hover {
  color: var(--color-primary);
}
.footer-style-box .footer-bottom-area .top-nav-social-area-wrapper .right-social-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer-style-box .footer-bottom-area .top-nav-social-area-wrapper .right-social-footer ul li {
  margin: 0;
}
.footer-style-box .footer-bottom-area .top-nav-social-area-wrapper .right-social-footer ul li a i {
  font-size: 24px;
  transition: 0.3s;
}
.footer-style-box .footer-bottom-area .top-nav-social-area-wrapper .right-social-footer ul li a:hover i {
  transform: scale(1.2);
  color: var(--color-primary);
}
.footer-style-box .footer-bottom-area .bottom-footer-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid rgba(43, 61, 81, 0.21);
}
@media only screen and (max-width: 767px) {
  .footer-style-box .footer-bottom-area .bottom-footer-area {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
}
.footer-style-box .footer-bottom-area .bottom-footer-area p {
  margin: 0;
}
.footer-style-box .footer-bottom-area .bottom-footer-area p a:hover {
  color: var(--color-primary);
}
.footer-style-box .footer-bottom-area .bottom-footer-area .small-nav {
  display: flex;
  align-items: center;
}
.footer-style-box .footer-bottom-area .bottom-footer-area .small-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-style-box .footer-bottom-area .bottom-footer-area .small-nav ul li {
  margin: 0;
  padding: 0;
  margin: 0;
}
.footer-style-box .footer-bottom-area .bottom-footer-area .small-nav ul li a:hover {
  color: var(--color-primary);
}

.footer-area-narrow .logo {
  margin: auto;
  text-align: center;
}
.footer-area-narrow .logo img {
  max-width: 120px;
  margin: auto;
}

@media only screen and (max-width: 1399px) {
  .tmp-footer-area.footer-style-4 {
    padding-bottom: 140px;
  }
}

.breadcrump-area {
  height: 300px;
  background: #000;
}

/*---------------------
    Social Share  
------------------------*/
.tmp-social-default {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  margin: -5px;
}
@media only screen and (max-width: 1199px) {
  .tmp-social-default {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .tmp-social-default {
    justify-content: flex-start;
  }
}
.tmp-social-default a {
  height: 40px;
  width: 40px;
  border: 2px solid var(--color-border);
  border-radius: 50%;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  position: relative;
  z-index: 1;
  margin: 5px;
}
.tmp-social-default a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--color-primary);
  transform: scale(0.5);
  opacity: 0;
  transition: var(--transition);
  border-radius: 100%;
}
.tmp-social-default a:hover {
  color: var(--color-primary);
  border-color: transparent;
}
.tmp-social-default a:hover::after {
  opacity: 0.1;
  transform: scale(1);
}
.tmp-social-default.large-icon a {
  height: 75px;
  min-width: 75px;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .tmp-social-default.large-icon a {
    height: 50px;
    min-width: 50px;
  }
  .tmp-social-default.large-icon a i {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-social-default.large-icon a {
    height: 60px;
    min-width: 60px;
    font-size: 24px;
  }
}
.tmp-social-default.md-size a {
  height: 60px;
  width: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-social-default.md-size a {
    height: 60px;
    min-width: 60px;
    font-size: 24px;
  }
}
.tmp-social-default.sm-size a {
  height: 40px;
  width: 40px;
}

.tmp-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tmp-social a {
  height: 55px;
  width: 55px;
  border: 2px solid var(--color-border);
  border-radius: 50%;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}
.tmp-social a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--color-primary);
  transform: scale(0.5);
  opacity: 0;
  transition: 0.3s;
  border-radius: 100%;
}
.tmp-social a:hover {
  color: var(--color-dark);
  border: 2px solid transparent;
}
.tmp-social a:hover::after {
  transform: scale(1);
  opacity: 1;
}
.tmp-social.footer-social a {
  background-color: var(--color-primary);
  color: var(--color-dark);
}
.tmp-social.footer-social a:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-dark);
}
.tmp-social.photography a {
  height: 57px;
  min-width: 57px;
  font-size: 24px;
  color: var(--color-body);
}
.tmp-social.model-social a {
  height: 55px;
  min-width: 55px;
  font-size: 24px;
  color: var(--color-body);
}

/*===============================
  Social Link
  ===============================*/
.social-link {
  display: flex;
  gap: 8px;
}
.social-link a {
  width: 40px;
  height: 40px;
  color: var(--color-heading);
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255, 255, 255, 0.062745098);
  border-radius: 100%;
  font-size: 14px;
}
.social-link a::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--color-primary);
  opacity: 0.06;
  transform: scale(0);
  transition: all 0.4s ease;
  z-index: -1;
}
.social-link a:hover {
  color: #ffffff;
}
.social-link a:hover::after {
  opacity: 1;
  transform: scale(1);
}
.social-link.footer a {
  min-width: 40px;
  min-height: 40px;
}
.social-link.banner {
  gap: 10px;
}
.social-link.banner a {
  border-radius: 500px;
  background: var(--color-gray-2);
  min-width: 40px;
  min-height: 40px;
  color: var(--color-heading);
  transition: var(--transition);
}
.social-link.banner a::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--color-primary);
  opacity: 0.06;
  transform: scale(0);
  transition: all 0.4s ease;
  z-index: -1;
}
.social-link.banner a:hover {
  border-color: transparent;
  color: #ffffff;
}
.social-link.banner a:hover::after {
  opacity: 1;
  transform: scale(1);
}

.link-hover-animation a {
  display: inline-block;
  position: relative;
}
.link-hover-animation a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.link-hover-animation a:hover::after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

.modal-backdrop {
  background-color: transparent;
}

.modal.fade {
  transition: opacity 0.1s linear;
}

body.modal-open {
  padding-right: 0 !important;
}

.box-wrapper.modal-open {
  padding-right: 25px !important;
}

.modal {
  z-index: 99999999;
  background: rgba(7, 8, 36, 0.568627451);
  padding: 60px 15px !important;
  backdrop-filter: blur(10px);
}
.modal.modal-boxed-home {
  width: calc(100% - 50px) !important;
  left: 50%;
  transform: translateX(-50%);
}
.modal .modal-news {
  max-width: 1000px !important;
}
.modal .modal-dialog {
  width: 100%;
  max-width: 1230px;
}
.modal .modal-dialog .modal-content {
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1019607843);
  box-shadow: var(--bs-box-shadow);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1294117647);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal .modal-dialog .modal-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content {
    padding: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .modal .modal-dialog .modal-content {
    padding: 10px;
  }
}
.modal .modal-dialog .modal-content .portfolio-popup-thumbnail .image {
  border-radius: 6px;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content h3 {
    font-size: 28px;
  }
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .close {
  display: inline-block;
  width: 0;
  right: 54px;
  position: absolute;
  top: 8px;
  opacity: 1;
  transition: var(--transition);
}
.modal .modal-dialog .modal-content .modal-header .close span {
  color: var(--color-white);
  position: relative;
  z-index: 1;
  transition: var(--trans);
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #070824;
  border-radius: 50%;
}
.modal .modal-dialog .modal-content .modal-header .close span i {
  color: var(--color-white);
  transition: 0.3s;
  font-weight: 500;
}
.modal .modal-dialog .modal-content .modal-header .close span::after {
  content: "";
  position: absolute;
  transition: var(--trans);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  opacity: 0;
  background: var(--color-primary);
  z-index: -1;
  box-shadow: var(--shadow-1);
}
.modal .modal-dialog .modal-content .modal-header .close:hover span {
  color: var(--color-primary);
}
.modal .modal-dialog .modal-content .modal-header .close:hover span i {
  color: var(--color-dark);
  font-weight: 500;
}
.modal .modal-dialog .modal-content .modal-header .close:hover span::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-body .text-content {
  padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-body .text-content {
    padding-left: 0;
  }
}
.modal .modal-dialog .modal-content .modal-body .text-content h3 {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-body .text-content h3 {
    font-size: 24px;
  }
}
.modal .modal-dialog .modal-content .modal-body .text-content p {
  font-weight: 400;
  margin-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-body .text-content p:nth-child(1) {
  margin-bottom: 30px;
}
.modal .modal-dialog .modal-content .modal-body .text-content a svg {
  position: relative;
  margin-right: -13px;
  width: 19px;
}

button.close {
  padding: 0;
  background-color: var(--tmp-main);
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.tmp-modal {
  scrollbar-width: none;
}
.tmp-modal .modal-dialog {
  max-width: 991px;
  margin: 0 auto;
  padding: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-modal .modal-dialog {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-modal .modal-dialog {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-work-modal-content {
    padding: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-work-modal-content {
    padding: 30px;
  }
}
.tmp-work-modal-content .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  background-color: #070824;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 0;
  display: grid;
  place-items: center;
  color: var(--color-white);
  padding: 0;
  opacity: 1;
  transition: 0.3s;
}
.tmp-work-modal-content .btn-close::after {
  content: "";
  position: absolute;
  transition: var(--trans);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  opacity: 0;
  background: var(--color-primary);
  z-index: -1;
  box-shadow: var(--shadow-1);
}
.tmp-work-modal-content .btn-close i {
  color: var(--color-white);
  transition: 0.3s;
}
.tmp-work-modal-content .btn-close:hover i {
  color: #070824;
}
.tmp-work-modal-content .btn-close:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.tmp-work-modal-thumb {
  margin-bottom: 40px;
}
.tmp-work-modal-thumb figure {
  border-radius: 6px;
  display: block;
  overflow: hidden;
}
.tmp-work-modal-thumb img {
  max-width: 100%;
}

.th-contact-form .th-title {
  color: var(--color-primary);
  font-weight: 600;
}
.th-contact-form .th-form {
  margin-top: 30px;
}
.th-contact-form .th-form .form-group {
  margin-bottom: 20px;
}
.th-contact-form .th-form .form-group label {
  margin-bottom: 15px;
}
.th-contact-form .th-form .form-group .th-submit {
  margin-top: 20px;
  border: 2px solid var(--color-border);
  padding: 12px 20px;
  transition: var(--trans);
  color: var(--color-dark);
  text-transform: capitalize;
}
.th-contact-form .th-form .form-group .th-submit:hover {
  background-color: var(--color-primary);
  color: var(--color-dark);
}
.th-contact-form .th-form .form-control {
  background-color: rgba(7, 7, 33, 0);
  border: 2px solid var(--color-border);
  color: var(--color-primary);
  border-radius: 6px;
}
.th-contact-form .th-form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.th-contact-form .th-form .form-control::placeholder {
  color: #8c8d98;
}
.th-contact-form .th-form textarea.form-control {
  height: 150px;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 15px;
  resize: none;
  color: var(--color-primary);
}
.th-contact-form .th-form textarea.form-control::placeholder {
  color: #8c8d98;
}

.button-group-modal-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .button-group-modal-bottom {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.button-group-modal-bottom .tmp-btn i {
  font-size: 20px;
}
.button-group-modal-bottom .social-share-with-text {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 479px) {
  .button-group-modal-bottom .social-share-with-text {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.button-group-modal-bottom .social-share-with-text .tmp-social-default a.tmp-social-item {
  height: 45px;
  width: 45px;
}
.button-group-modal-bottom .social-share-with-text .tmp-social-default a.tmp-social-item i {
  transition: 0.3s;
}
.button-group-modal-bottom .social-share-with-text .tmp-social-default a.tmp-social-item:hover i {
  color: var(--color-dark);
}
.button-group-modal-bottom .social-share-with-text .tmp-social-default a.tmp-social-item:hover::after {
  opacity: 1;
}

.text-content-pd .category {
  display: block;
  margin-bottom: 10px;
  color: var(--color-primary);
}
.text-content-pd h3 {
  font-weight: 700;
}

/*------------------
    Right Demo  
--------------------*/
.tmp-right-demo {
  width: 40px;
  position: fixed;
  z-index: 99;
  right: 0px;
  top: calc(50% - 55px);
}
.tmp-right-demo .demo-button {
  border-radius: 6px 0 0 6px;
  transition: var(--transition);
  position: relative;
  z-index: 2;
  font-size: 14px;
  border: 0 none;
  width: 100%;
  min-width: 100%;
  padding: 10px 0px 8px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
.tmp-right-demo .demo-button::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px 0 0 6px;
  top: 0;
  left: 0;
  background: var(--color-primary);
  z-index: -1;
}
.tmp-right-demo .demo-button .text {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-left: 5px;
  padding-right: 5px;
  color: var(--color-dark);
  font-weight: 600;
  font-family: var(--font-secondary);
}

/*-------------------
 Popup Tab  
-----------------------*/
.active-pink .popuptab-area li a.nav-link {
  background: #ffffff;
  color: #141414;
}

.popuptab-area {
  justify-content: center;
  margin: -20px -10px;
  margin-bottom: 30px;
  border: 0 none;
}
.popuptab-area li {
  margin: 20px 10px;
}
@media only screen and (max-width: 767px) {
  .popuptab-area li {
    margin: 10px 10px;
  }
}
.popuptab-area li a.nav-link {
  border-radius: 33px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 10px 26px;
  list-style: none;
  text-decoration: none;
  color: #ffffff;
  outline: none;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
  font-family: var(--font-secondary);
  transition: var(--transition);
}
.popuptab-area li a.nav-link.active {
  border-color: var(--color-primary) !important;
  color: var(--color-dark) !important;
  background: var(--color-primary) !important;
}
.popuptab-area li a.nav-link:hover, .popuptab-area li a.nav-link.active {
  border-color: transparent;
}

/*-----------------------
    Demo Modal Popup  
------------------------*/
.demo-modal-area {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border: 0px;
  position: fixed;
  z-index: 1012;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translateX(100px);
  background: rgba(7, 8, 36, 0.568627451);
  backdrop-filter: blur(10px);
}
.demo-modal-area .demo-close-btn {
  border: 0 none;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  display: inline-block;
  height: 40px;
  font-size: 22px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
  transition: var(--transition);
  z-index: 2;
  border-radius: 100px;
  background: var(--color-secondary);
  color: var(--color-primary);
  min-width: 40px;
  line-height: 42px;
}
.demo-modal-area .demo-close-btn::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1019607843);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  background: var(--color-primary);
  border-radius: 50%;
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
}
.demo-modal-area .demo-close-btn:hover {
  color: var(--color-primary);
}
.demo-modal-area .demo-close-btn:hover i {
  color: #141414;
}
.demo-modal-area .demo-close-btn:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.demo-modal-area .wrapper .tmp-modal-inner {
  margin: 70px auto;
  border-radius: 6px;
  padding: 50px;
  position: relative;
  max-width: 1170px;
  width: 90%;
  overflow: hidden;
  background: rgba(35, 33, 64, 0.33);
  box-shadow: var(--bs-box-shadow);
  backdrop-filter: blur(30px);
  border: 1px solid rgba(199, 199, 199, 0.14);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .demo-modal-area .wrapper .tmp-modal-inner {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .demo-modal-area .wrapper .tmp-modal-inner {
    padding: 30px 20px;
  }
}
.demo-modal-area .wrapper .tmp-modal-inner::after {
  content: " ";
  position: absolute;
  right: -450px;
  bottom: -500px;
  min-width: 474px;
  min-height: 474px;
  border-radius: 100px;
  filter: blur(227px);
  z-index: -1;
  background: var(--color-primary);
}
.demo-modal-area .wrapper .tmp-modal-inner .demo-top .title {
  margin-bottom: 12px;
  color: #fff;
  font-size: 40px;
}
.demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
  font-size: 16px;
  font-family: var(--font-secondary);
  width: 48%;
  margin: 0 auto;
  margin-bottom: 28px;
  margin-top: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
    width: 100%;
  }
}
.demo-modal-area.open {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.single-demo {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  transition: all var(--transition) linear;
}
.single-demo::before {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  transition: all var(--transition) linear;
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  opacity: 0.2;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  border-radius: 6px;
}
.single-demo.coming-soon {
  pointer-events: none;
}
.single-demo .inner {
  position: relative;
  z-index: 2;
  transition: var(--transition);
}
.single-demo .inner.badge-1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.single-demo .inner.badge-1::after {
  position: absolute;
  content: "Hot";
  padding: 3px 10px;
  border-radius: 5px;
  z-index: 2;
  font-size: 14px;
  top: 15px;
  right: 15px;
  background: linear-gradient(to right, #6a67ce, #fc636b) !important;
  color: #ffffff;
  transition: 0.3s;
}
.single-demo .inner.badge-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.single-demo .inner.badge-2::after {
  position: absolute;
  content: "New";
  padding: 3px 10px;
  border-radius: 5px;
  z-index: 2;
  font-size: 14px;
  top: 15px;
  right: 15px;
  background: linear-gradient(to right, #6a67ce, #fc636b) !important;
  color: #ffffff;
  transition: 0.3s;
}
.single-demo .inner .thumbnail {
  border-radius: 6px 6px 0 0;
}
.single-demo .inner .thumbnail a {
  position: relative;
  display: block;
  z-index: 2;
}
.single-demo .inner .thumbnail a::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px 8px 0 0;
  transition: 0.4s;
  opacity: 0;
}
.single-demo .inner .thumbnail a .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-top: 10px;
  display: inline-block;
  transition: 0.4s;
}
.single-demo .inner .thumbnail a .overlay-content .overlay-text {
  display: inline-block;
  padding: 8px 20px;
  background: var(--color-primary);
  font-size: 14px;
  border-radius: 33px;
  opacity: 0;
  transition: 0.4s;
  color: var(--color-dark);
  font-family: var(--font-secondary);
  font-weight: 600;
}
.single-demo .inner .thumbnail img {
  border-radius: 6px 6px 0 0;
}
.single-demo .inner .title {
  margin-bottom: 0;
  padding-top: 16px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  margin-top: 0;
  font-weight: 500;
  padding-bottom: 16px;
  font-family: var(--font-secondary);
}
.single-demo .inner .title a {
  color: #ffffff;
  display: block;
  transition: 0.3s;
}
.single-demo .inner .title a:hover {
  color: var(--color-primary);
}
.single-demo:hover .inner .thumbnail a::after {
  opacity: 1;
}
.single-demo:hover .inner .thumbnail a .overlay-content {
  margin-top: 0;
}
.single-demo:hover .inner .thumbnail a .overlay-content .overlay-text {
  opacity: 1;
}
.single-demo:hover .badge-1:after {
  transform: scale(0.8);
  right: 0;
  top: 7px;
}
.single-demo:hover .badge-2:after {
  transform: scale(0.8);
  right: 0;
  top: 7px;
}
.single-demo:hover::before {
  transition: var(--transition);
}

/*---------------------------------
    Right Demo Light Version  
----------------------------------*/
.demo-modal-area.active-light .wrapper .tmp-modal-inner {
  background: #EDEDED;
}

.demo-modal-area.active-light .single-demo {
  background: #ffffff;
}

.demo-modal-area.active-light .single-demo .inner .title a {
  color: #141414;
  transition: var(--transition);
}

.demo-modal-area.active-light .single-demo::before {
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-white) 100%);
}

.demo-modal-area.active-light .demo-close-btn {
  background: var(--color-white);
}

.demo-modal-area .popuptab-area li a.nav-link {
  position: relative;
  z-index: 2;
}

.demo-modal-area.active-light .single-demo .inner .title {
  border-top: 1px solid transparent;
}

.demo-modal-area.active-light .wrapper .tmp-modal-inner .demo-top .title {
  color: #ffffff;
}

.demo-modal-area.active-light .wrapper .tmp-modal-inner .demo-top .subtitle {
  color: #6A7789;
}

.demo-modal-area.active-light .wrapper .tmp-modal-inner .demo-top .title {
  color: #141414;
}

.tmp-white-version .tmp-right-demo .demo-button .text {
  color: #141414;
}

.active-light .popuptab-area li a.nav-link {
  background: #ffffff;
  color: #141414;
}

.demo-modal-area.active-light {
  background-color: rgba(255, 255, 255, 0.7019607843);
}
.demo-modal-area.active-light .demo-close-btn:hover i {
  color: #fff;
}

.demo-modal-area.active-pink {
  --color-primary: #FF014F;
  background-color: rgba(255, 255, 255, 0.7019607843);
}
.demo-modal-area.active-pink .popuptab-area li a.nav-link.active {
  border-color: var(--color-primary) !important;
  color: var(--color-white) !important;
}
.demo-modal-area.active-pink .single-demo .inner .thumbnail a .overlay-content .overlay-text {
  color: var(--color-white);
}
.demo-modal-area.active-pink .demo-close-btn {
  background: var(--color-primary);
  color: var(--color-white);
}
.demo-modal-area.active-pink .demo-close-btn:hover i {
  color: var(--color-white) !important;
}
.demo-modal-area.active-pink .wrapper .tmp-modal-inner {
  background: #EDEDED;
}
.demo-modal-area.active-pink .wrapper .tmp-modal-inner .demo-top .title {
  color: #141414;
}
.demo-modal-area.active-pink .wrapper .tmp-modal-inner .demo-top .subtitle {
  color: #202224;
}

.active-pink .single-demo::before {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}
.active-pink .single-demo .inner .title a {
  color: #141414;
}
.active-pink .single-demo {
  box-shadow: 0px 0px 13px rgba(220, 53, 69, 0.1490196078);
}
.active-pink .demo-modal-area .wrapper .tmp-modal-inner::after {
  display: none;
}

.dark-version.demo-modal-area .popuptab-area li a.nav-link:hover,
.active-light.demo-modal-area .popuptab-area li a.nav-link:hover,
.active-pink.demo-modal-area .popuptab-area li a.nav-link:hover {
  background: var(--color-primary);
  color: var(--color-dark);
}

.active-pink.demo-modal-area .popuptab-area li a.nav-link:hover {
  color: var(--color-white);
}
.active-pink.demo-modal-area .wrapper .tmp-modal-inner::after {
  display: none;
}

.primary-pink .dark-version.demo-modal-area .demo-close-btn {
  color: var(--color-white);
}

.demo-button-wrapper {
  width: auto;
  white-space: nowrap;
  position: fixed;
  right: 0%;
  top: 40%;
  cursor: pointer;
  z-index: 1000;
  -webkit-transform: rotate(-90deg) translateY(-100%);
  -ms-transform: rotate(-90deg) translateY(-100%);
  transform: rotate(-90deg) translateY(-100%);
  -webkit-transform-origin: 100% 0 0;
  -ms-transform-origin: 100% 0 0;
  transform-origin: 100% 0 0;
  margin-right: -1px;
  display: flex;
}
.demo-button-wrapper .buy-theme {
  text-align: center;
  background-color: #48a133;
  position: relative;
  z-index: 1;
}
.demo-button-wrapper .buy-theme a {
  color: #fff;
  font-size: 11px;
  padding: 10px 15px;
  display: block;
  font-weight: 500;
}
.demo-button-wrapper .buy-theme .theme-wrapper {
  padding: 0;
  position: relative;
  top: 0;
  opacity: 1;
  transition-delay: 0.3s;
  line-height: 0;
}
.demo-button-wrapper .all-demo .demos {
  font-size: 11px;
  padding: 10px 15px;
  display: block;
  font-weight: 500;
  background-color: #1f242e;
}
.demo-button-wrapper .all-demo .demos .theme-wrapper {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 1;
  transition-delay: 0.3s;
  line-height: 0;
}
.demo-button-wrapper .all-demo .demos .theme-wrapper > div {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
}

.primary-light .dark-version {
  --color-body: #D7D9FF;
}
.primary-light .dark-version.demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
  color: var(--color-body);
}
.primary-light .dark-version .single-demo .inner .thumbnail a .overlay-content .overlay-text {
  color: var(--color-white);
}
.primary-light .dark-version .popuptab-area li a.nav-link.active {
  color: var(--color-white) !important;
}
.primary-light .dark-version .popuptab-area li a.nav-link:hover {
  color: var(--color-white) !important;
}
.primary-light .dark-version .demo-close-btn i {
  color: #fff;
}
.primary-light .active-light .single-demo .inner .thumbnail a .overlay-content .overlay-text {
  color: var(--color-white);
}
.primary-light .active-light .popuptab-area li a.nav-link.active {
  color: var(--color-white) !important;
}
.primary-light .active-light .popuptab-area li a.nav-link:hover {
  color: var(--color-white) !important;
}

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

.home-technician, .home-dev, .home-main {
  background-color: var(--tmp-technician-bg);
}

.home-model, .home-designer {
  background-color: #090925;
}

.primary-red {
  --color-primary: #FF014F;
  --color-primary-alt:#FF014F;
  background: #060606;
}
.primary-red .signle-side-bar {
  background: #141414;
}
.primary-red .tmp-btn {
  color: var(--color-white);
}

.primary-pink {
  --color-primary: #FF014F;
  --color-primary-alt:#FF014F;
  background: #060606;
}
.primary-pink .signle-side-bar {
  background: #141414;
}
.primary-pink .tmp-btn {
  color: var(--color-white);
}

.container-developer {
  max-width: 1561px;
  margin: auto;
}

.hover-moving-primary {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.hover-moving-primary::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.hover-moving-primary:hover {
  color: var(--color-primary) !important;
}
.hover-moving-primary:hover::after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

@media only screen and (max-width: 767px) {
  .demo-actor .tmp-progress-parent {
    position: fixed;
    right: 30px;
    bottom: 145px;
  }
  .demo-actor .invers-call-area-sticky {
    bottom: 90px;
  }
}
.demo-modal-area.active-light .wrapper .tmp-modal-inner::after {
  display: none;
}

.primary-red {
  --color-darker: #141414;
}
.primary-red .tmp-btn {
  color: var(--color-white);
}
.primary-red .tmp-btn:hover {
  color: var(--color-white);
  box-shadow: 0px 0px 48px 1px rgba(255, 1, 77, 0.2470588235) !important;
}
.primary-red .tmp-btn.btn-border:hover {
  color: var(--color-white);
}
.primary-red .tmp-right-demo .demo-button .text {
  color: var(--color-white);
}
.primary-red .popuptab-area li a.nav-link.active {
  color: var(--color-white) !important;
}
.primary-red .single-demo .inner .thumbnail a .overlay-content .overlay-text {
  color: var(--color-white);
}
.primary-red .footer-freelancer-bg, .primary-red .footer-2-bg {
  background-image: none;
  position: relative;
  background: #141414;
}
.primary-red .tmp-service-box, .primary-red .service-style-3 {
  background-color: #141414;
}
.primary-red .tmp-service-box::after, .primary-red .service-style-3::after {
  background-color: #141414;
}
.primary-red .tmp-video-player.content-center .tmp-play-btn::before {
  background: var(--color-primary);
}
.primary-red .tmp-video-player.content-center .tmp-play-btn i {
  color: #fff;
}
.primary-red .tmp-four-side-border.color-border-shape-secondary .tmp-left::after, .primary-red .tmp-four-side-border.color-border-shape-secondary .tmp-left::before, .primary-red .tmp-four-side-border.color-border-shape-secondary .tmp-right::after, .primary-red .tmp-four-side-border.color-border-shape-secondary .tmp-right::before, .primary-red .tmp-four-side-border.color-border-shape-secondary .tmp-bottom::after, .primary-red .tmp-four-side-border.color-border-shape-secondary .tmp-bottom::before, .primary-red .tmp-four-side-border.color-border-shape-secondary .tmp-bottom-right::after, .primary-red .tmp-four-side-border.color-border-shape-secondary .tmp-bottom-right::before {
  background-color: var(--color-primary);
}
.primary-red .button-group-modal-bottom .social-share-with-text .tmp-social-default a.tmp-social-item:hover i {
  color: var(--color-white);
}
.primary-red .tmp-badge-cat:hover {
  color: var(--color-white);
}
.primary-red input:focus {
  border: 2px solid var(--color-primary) !important;
  box-shadow: 0px 0px 15px 0px rgba(255, 147, 147, 0.35) !important;
}
.primary-red input:focus-visible {
  border: 2px solid var(--color-primary) !important;
  box-shadow: 0px 0px 15px 0px rgba(255, 147, 147, 0.35) !important;
}
.primary-red .contact-info {
  background: #0F0F0F;
}

:focus-visible {
  border: none !important;
  outline: none !important;
}

.primary-pink {
  --color-secondary-alt: #101010;
  --color-secondary: var(--color-primary);
  --color-darker: #101010;
}
.primary-pink .banner-style-2 .shape {
  display: none;
}
.primary-pink .invonhover::after {
  background: #101010;
}
.primary-pink .banner-style-10 .shape {
  display: none;
}
.primary-pink .avatar::before {
  background: #101010;
}
.primary-pink .avatar::after {
  border-top-color: #101010;
}
.primary-pink .avatar::before {
  color: #fff;
}
.primary-pink .tmp-icon {
  background: #060606;
}
.primary-pink .scroll-btn-wrap .tmp-scroll-btn:hover {
  color: var(--color-white);
}
.primary-pink .tmp-mainmenu-nav .tmp-mainmenu > li.has-dropdown.menu-item-open::after {
  color: var(--color-primary) !important;
}
.primary-pink .about-style-1 .content-left .shape,
.primary-pink .banner-style-2 .content-wrapper .banner-image-shape {
  box-shadow: none;
}
.primary-pink .tmp-education {
  background-color: rgb(16, 16, 16);
}
.primary-pink .single-education-item {
  background-color: rgba(28, 28, 28, 0.5);
}
.primary-pink .contact-form-style-1.variation-4 {
  background-color: rgb(16, 16, 16);
}
.primary-pink .resume-shape {
  display: none;
}
.primary-pink .tmp-menu-bars,
.primary-pink .tmp-popup-mobile-menu .header-top .close-menu .close-button,
.primary-pink .invers-call-area-sticky a {
  color: #fff;
}
.primary-pink .single-demo .inner .thumbnail a .overlay-content .overlay-text {
  color: var(--color-white);
}
.primary-pink .popuptab-area li a.nav-link.active {
  color: var(--color-white) !important;
}
.primary-pink .tmp-btn:hover {
  box-shadow: 0px 0px 48px 1px hsla(342, 100%, 50%, 0.354) !important;
}
.primary-pink .banner-style-1.banner-bg-shape {
  background-image: none;
}
.primary-pink .tmp-client-title h5 {
  background-color: #060606;
}
.primary-pink .banner-style-1 .thumbnail-wrapper .tmp-shape-top {
  background: linear-gradient(147.77deg, var(--color-primary) 14.56%, var(--color-primary) 86.63%);
}
.primary-pink .banner-style-1 .thumbnail-wrapper .tmp-shape-top {
  width: 150px;
  height: 150px;
  filter: blur(105px);
  background: linear-gradient(147.77deg, var(--color-primary) 14.56%, var(--color-primary) 86.63%);
}
.primary-pink .banner-style-1.banner-bg-shape .tmp-sbl {
  display: none;
}
.primary-pink .modern-service-style .tmp-section-overlay {
  display: none;
}
.primary-pink .tmp-big-icon i {
  color: #242424;
}
.primary-pink .card-body .tmp-card-icon,
.primary-pink .tmp-small-card-icon {
  background-color: #1e1e1e;
}
.primary-pink .tmp-funfact-single,
.primary-pink .tmp-funfact-single::before {
  background: #1e1e1e;
}
.primary-pink .tmp-client-card {
  background: var(--color-secondary-alt);
}
.primary-pink .testimonial-style-1 .review-hover {
  background: var(--color-primary);
}
.primary-pink .tmp-client-testimonial .right-shape-image {
  display: none;
}
.primary-pink .footer-main, .primary-pink .footer-freelancer-bg, .primary-pink .footer-2-bg {
  background: var(--color-secondary-alt);
}
.primary-pink .footer-main .tmp-footer-shape, .primary-pink .footer-freelancer-bg .tmp-footer-shape, .primary-pink .footer-2-bg .tmp-footer-shape {
  background: linear-gradient(147.77deg, var(--color-primary) 14.56%, var(--color-primary) 86.63%);
  height: 280px;
  width: 280px;
  filter: blur(90px);
}
.primary-pink .header--sticky.sticky {
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
  background: #101010;
}
.primary-pink .tmp-badge-cat:hover {
  color: var(--color-white);
}
.primary-pink .swiper-button-controler .slider-button .swiper-btn i {
  color: var(--color-white);
}
.primary-pink .contact-address-style-1 .single-contact-info .icon::after {
  background: rgba(255, 42, 42, 0.1);
}
.primary-pink .contact-address-style-1 .single-contact-info .icon::before {
  background: rgba(255, 43, 43, 0.1);
}
.primary-pink input:focus,
.primary-pink textarea:focus {
  box-shadow: 0px 0px 15px 0px rgba(255, 43, 43, 0.35) !important;
}
.primary-pink .banner-style-2 {
  background-image: none;
  position: relative;
  z-index: 1;
}
.primary-pink .banner-style-2::after {
  position: absolute;
  content: "";
  background: var(--color-primary);
  height: 120px;
  width: 180px;
  left: 0;
  top: 120px;
  z-index: -1;
  filter: blur(140px);
}
.primary-pink .tmp-expertise-item {
  border: 1px solid #1e1e1e;
  background: #101010;
}
.primary-pink .banner-style-2 .content-wrapper .banner-image-shape-2 {
  background: linear-gradient(360deg, rgba(255, 1, 79, 0.17) 15.49%, rgba(255, 1, 79, 0.85) 100%);
  z-index: -1;
}
.primary-pink .tmp-service-single .icon img, .primary-pink .service-style-2 .icon img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(89%) saturate(7495%) hue-rotate(337deg) brightness(101%) contrast(102%);
}
.primary-pink .tmp-service-single, .primary-pink .service-style-2 {
  background-color: rgb(16, 16, 16);
  transition: 0.3s;
}
.primary-pink .tmp-service-single:hover, .primary-pink .service-style-2:hover {
  border-color: rgb(16, 16, 16);
  transform: scale(1.01);
}
.primary-pink .tmp-service-single .shape, .primary-pink .service-style-2 .shape {
  display: none;
}
.primary-pink .about-style-1 .content-left .images img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(89%) saturate(7495%) hue-rotate(337deg) brightness(101%) contrast(102%);
}
.primary-pink .about-style-1 .about-feature ul li i {
  background: rgb(16, 16, 16);
}
.primary-pink .tmp-btn.btn-border:hover {
  color: var(--color-white);
}
.primary-pink .desinger-resume-bg {
  background: #101010;
}
.primary-pink .tmp-model-blog {
  background-color: #101010;
}
.primary-pink .portfolio-style-2::before, .primary-pink .designer-portfolio::before {
  background: rgb(16, 16, 16);
}
.primary-pink .portfolio-style-2 .content-left-box, .primary-pink .designer-portfolio .content-left-box {
  background-color: rgba(28, 28, 28, 0.5);
}
.primary-pink .blog-style-2 .content {
  background: rgb(22, 22, 22);
}
.primary-pink .portfolio-style-2::before, .primary-pink .designer-portfolio::before {
  box-shadow: none;
}
.primary-pink .tmp-model-blog .tmp-section-blog-shape {
  background: linear-gradient(134.57deg, rgba(3, 3, 6, 0.4) 16.81%, rgb(255, 1, 79) 85.71%);
  filter: blur(200px);
  z-index: -1;
  height: 360px;
  width: 360px;
}
.primary-pink .tmp-expertise-item {
  border-radius: 50%;
}
.primary-pink .developer-skill-section {
  background: linear-gradient(180deg, rgba(255, 1, 79, 0.18) 0%, rgba(255, 1, 79, 0.01) 100%);
  border-radius: 50px 50px 0px 0px;
}
.primary-pink .banner-style-3 .content-wrapper {
  background-color: #101010;
}
.primary-pink .developer-service-bg {
  background-image: none;
  background-color: #101010;
}
.primary-pink .service-style-3 {
  background-color: #101010;
}
.primary-pink .service-style-3::after {
  background-color: #060606;
}
.primary-pink .developer-skill-section .tmp-skill-card-box .tmp-skill-shape .tmp-shover {
  background: var(--color-primary);
}
.primary-pink .tmp-skill-card-box,
.primary-pink .tmp-skill-full,
.primary-pink .tmp-skill-full::before,
.primary-pink .testimonial-modern-left-card,
.primary-pink .testimonial-modern-left-card::before,
.primary-pink .testimonial-style-3::before,
.primary-pink .testimonial-style-3,
.primary-pink .contact-form-style-1.variation-3,
.primary-pink .contact-form-style-1.variation-3::before,
.primary-pink .tmp-contact-info,
.primary-pink .tmp-contact-info::before,
.primary-pink .footer-style-box,
.primary-pink .footer-style-box .top-footer-area {
  background-color: #101010;
}
.primary-pink .testimonial-modern-left-card .content {
  background: linear-gradient(180deg, rgba(16, 16, 43, 0) 0%, #101010 100%);
}
.primary-pink .tmp-skill-card-box::before {
  background-color: #101010;
}
.primary-pink .tmp-tab .nav .nav-link.active, .primary-pink .tmp-tab .nav .nav-link:hover {
  border-color: var(--color-primary);
  color: var(--color-white);
}
.primary-pink .portfolio-style-2 .content-right .content-right-thumb, .primary-pink .designer-portfolio .content-right .content-right-thumb {
  background: rgb(22, 22, 22);
}
.primary-pink .banner-style-2 .shape .is-1 img,
.primary-pink .about-style-1 .about-shape img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(88%) saturate(7472%) hue-rotate(338deg) brightness(111%) contrast(108%);
}
.primary-pink .banner-style-10 .thumbnail-wrapper .thumbnail::before {
  background: var(--color-primary);
}
.primary-pink .bg-main {
  background: #060606;
}
.primary-pink .main-resume.is-doctor {
  background-color: var(--color-secondary-alt);
}
.primary-pink .tmp-badge-cat {
  border: none;
}
.primary-pink .tmp-badge-cat {
  border: none;
  background: rgb(16, 16, 16);
  transition: 0.3s;
}
.primary-pink .tmp-badge-cat:hover {
  background: var(--color-primary);
}
.primary-pink .contact-address-style-1 .single-contact-info .icon {
  border: 1px solid rgb(18, 17, 17);
}
.primary-pink .tmp-icon::after {
  background: rgba(255, 42, 42, 0.1);
}
.primary-pink .tmp-icon::before {
  background: rgba(255, 43, 43, 0.1);
}
.primary-pink .tmp-icon {
  border: 1px solid rgb(18, 17, 17);
}
.primary-pink .testimonial-modern-left-card .content .tmp-slider-control .tmp-next:hover i, .primary-pink .testimonial-modern-left-card .content .tmp-slider-control .tmp-prev:hover i {
  color: var(--color-white);
}
.primary-pink .main-resume.is-doctor .tmp-funfact-single {
  background: #1e1e1e;
}
.primary-pink .main-resume.is-doctor .tmp-funfact-single::before {
  background: #1e1e1e;
}
.primary-pink.demo-doctor .tmp-skill-marque::before {
  background: linear-gradient(180deg, rgba(34, 14, 96, 0) 0%, #101010 100%);
}
.primary-pink.demo-doctor .tmp-skill-marque::after {
  background: linear-gradient(180deg, rgba(34, 14, 96, 0) 0%, #101010 100%);
}
.primary-pink .tmp-client-testimonial.is-doctor {
  background-color: rgb(16, 16, 16);
}
.primary-pink .banner-style-9 .shape .shape-1 {
  background: linear-gradient(121.28deg, #ff014f 14.06%, #000000 86.11%);
}
.primary-pink .banner-style-9 .thumbnail-wrapper .badge-title span {
  background: #101010;
}
.primary-pink .banner-style-9 .thumbnail-wrapper .badge-title span::before {
  border-top: 26px solid #101010;
}
.primary-pink .banner-style-9 .shape .shape-2,
.primary-pink .about-content .box-shape img,
.primary-pink .tmp-section-shape .shape-two img,
.primary-pink .tmp-section-shape .shape-one img {
  display: none;
}
.primary-pink .service-style-4 .icon img, .primary-pink .tmp-cs-box .icon img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(88%) saturate(7472%) hue-rotate(338deg) brightness(111%) contrast(108%);
}
.primary-pink .service-style-4 .shape, .primary-pink .tmp-cs-box .shape {
  background: #ff014f;
}
.primary-pink .service-style-4 .shape, .primary-pink .tmp-cs-box .shape,
.primary-pink .model-gallery-section-shape,
.primary-pink .tmp-contact-form-shape {
  display: none;
}
.primary-pink .service-style-4 {
  background-color: #1e1e1e;
  border: none;
}
.primary-pink .tmp-service-link {
  background: #242424;
}
.primary-pink .tmp-service-link:hover i {
  color: #fdfdfd;
}
.primary-pink .freelancer-section-bg {
  background-image: none;
  background: #131313;
}
.primary-pink .testimonial-style-4 .shape-left img {
  display: none;
}
.primary-pink .testimonial-style-4 {
  background: #131313;
}
.primary-pink .portfolio-style-4 .portfolio-meta .view-btn:hover i {
  color: var(--color-white);
}
.primary-pink .freelancer-pricing-bg .section-shape .shape-one {
  background: linear-gradient(134.57deg, rgba(255, 1, 79, 0) 16.81%, rgba(255, 1, 79, 0.13) 85.71%);
}
.primary-pink .freelancer-pricing-bg {
  background-image: none;
  background: #131313;
}
.primary-pink .tmp-pricing-card-feature {
  color: #ffffff;
}
.primary-pink .testimonial-style-4 .author-information .author-avatar {
  border: 7px solid #181818;
}
.primary-pink .testimonial-style-4 .shape-bottom {
  display: none;
}
.primary-pink .tmp-social a:hover {
  color: var(--color-white);
}
.primary-pink .header-one .header-content .header-left-side-area-modern nav {
  background: #060606;
}
.primary-pink .model-gallery-section {
  background-color: #101010;
}
.primary-pink .tmp-gallery .video-icon .btn-default span i {
  color: var(--color-white);
}
.primary-pink .tmp-about-image .tmp-thumb-image {
  background-color: rgb(16, 16, 16);
}
.primary-pink .pricing-section-bg {
  background-color: #101010;
}
.primary-pink .tmp-review-item {
  background: rgb(16, 16, 16);
}
.primary-pink .tmp-review-item .tmp-rs-left {
  display: none;
}
.primary-pink .header-one.sticky .header-content .header-left-side-area-modern nav {
  background: #101010;
}
.primary-pink.home-model .service-style-4 {
  background-color: #101010;
}
.primary-pink .tmp-rotate-btn {
  background: var(--color-primary);
  color: #fff;
}
.primary-pink .tmp-slider-navigation .tmp-navigation:hover {
  color: var(--color-white);
}
.primary-pink .banner-style-7 .shape-2 img,
.primary-pink .banner-style-7 .shape-1 {
  display: none;
}
.primary-pink .banner-style-7 .banner-content .left-content .content-image-overlay {
  background: linear-gradient(180deg, rgba(26, 23, 55, 0) -3.22%, rgb(6, 6, 6) 91.59%);
}
.primary-pink .banner-style-7 .banner-content .right-content .title span::before {
  background: #ff014f;
}
.primary-pink .tmp-reviewer-author .author-avatar {
  border: 7px solid #161616;
}
.primary-pink .tmp-review-item .tmp-rs-bottom {
  display: none;
}
.primary-pink .banner-style-7 .banner-content .right-content .tmp-social.photography a:hover i {
  color: var(--color-white);
}
.primary-pink .banner-style-7 .banner-content .right-content .bigtext {
  color: rgba(255, 1, 79, 0.05);
}
.primary-pink.color-tmp-tec.primary-pink {
  --color-primary: #ff014f;
  --tmp-tec: var(--color-primary);
}
.primary-pink.color-tmp-tec.primary-pink .tmp-header--technician::before {
  filter: brightness(0) saturate(100%) invert(42%) sepia(100%) saturate(7497%) hue-rotate(333deg) brightness(96%) contrast(114%);
}
.primary-pink.color-tmp-tec.primary-pink .tmp-mainmenu-nav .tmp-mainmenu > li > a {
  color: var(--color-white) !important;
}
.primary-pink.color-tmp-tec.primary-pink .tmp-header--technician .tmp-mainmenu-nav .tmp-mainmenu > li.has-dropdown::after {
  color: var(--color-white) !important;
}
.primary-pink.color-tmp-tec.primary-pink .technician-service-bg {
  background: linear-gradient(180deg, rgb(6, 6, 6) 0%, rgba(255, 154, 80, 0.2) 100%);
}
.primary-pink.color-tmp-tec.primary-pink .banner-style-6 .content-wrapper {
  background-color: var(--color-secondary-alt);
}
.primary-pink.color-tmp-tec.primary-pink .tmp-skill-section {
  background: linear-gradient(180deg, var(--color-secondary-alt) 0%, rgba(7, 8, 36, 0) 100%);
  backdrop-filter: blur(4px);
}
.primary-pink.color-tmp-tec.primary-pink .technician-service-bg {
  background: linear-gradient(180deg, rgb(6, 6, 6) 0%, var(--color-secondary-alt));
}
.primary-pink.color-tmp-tec.primary-pink .footer-technician {
  background: var(--color-secondary-alt);
}
.primary-pink.color-tmp-tec.primary-pink .footer-technician .tmp-footer-shape {
  height: 150px;
  width: 150px;
  background: linear-gradient(147.77deg, var(--color-primary) 14.56%, var(--color-primary) 86.63%);
  bottom: 132px;
  right: 132px;
  filter: blur(130px);
  opacity: 1;
}
.primary-pink.color-tmp-tec.primary-pink .tmp-service-box::after, .primary-pink.color-tmp-tec.primary-pink .service-style-3::after {
  background-color: #141414;
}
.primary-pink.color-tmp-tec.primary-pink .blog-style-4 .thumbnail .blog-date::before,
.primary-pink.color-tmp-tec.primary-pink .tmp-service-box, .primary-pink.color-tmp-tec.primary-pink .service-style-3 {
  background-color: #191416 !important;
}
.primary-pink.color-tmp-tec.primary-pink .scroll-btn-wrap .tmp-scroll-btn:hover {
  color: var(--color-white);
}
.primary-pink.color-tmp-tec.primary-pink input:focus, .primary-pink.color-tmp-tec.primary-pink textarea:focus {
  border: 2px solid var(--color-primary) !important;
}
.primary-pink.color-tmp-tec.primary-pink .tmp-icon {
  background: rgba(255, 1, 80, 0);
}
.primary-pink.color-tmp-tec.primary-pink .tmp-badge-cat {
  background: rgb(16, 16, 16);
}
.primary-pink.color-tmp-tec.primary-pink .tmp-skill-card-box .tmp-skill-shape .tmp-shover {
  background: var(--color-primary);
}
.primary-pink.photography-demo.freelancer-demo.home-model .service-style-4 {
  background-color: #101010;
}
.primary-pink.photography-demo .contact-form-style-1.variation-4 {
  background-color: rgb(16, 16, 16);
}
.primary-pink .banner-style-5 .tmp-arrow-control .tmp-next:hover i, .primary-pink .banner-style-5 .tmp-arrow-control .tmp-prev:hover i {
  color: var(--color-white);
}
.primary-pink .modal .modal-dialog .modal-content {
  background: #131313;
}
.primary-pink .modal .modal-dialog .modal-content .modal-header .close span {
  background: #1f1f20;
}
.primary-pink .modal {
  background: rgba(34, 34, 34, 0.22);
  backdrop-filter: blur(15px);
}
.primary-pink .button-group-modal-bottom .social-share-with-text .tmp-social-default a.tmp-social-item:hover i {
  color: var(--color-white);
}
.primary-pink .portfolio-popup-thumbnail .like-product * {
  color: #fff;
}
.primary-pink.freelancer-demo.home-model .service-style-4 {
  background-color: #1c1c1c;
}
.primary-pink.freelancer-demo .freelancer-pricing-bg .section-shape .shape-one {
  background: linear-gradient(134.57deg, rgba(255, 1, 79, 0) 16.81%, rgba(255, 1, 79, 0.28) 85.71%);
  filter: blur(70px);
}
.primary-pink.freelancer-demo .footer-freelancer-bg .tmp-footer-shape-images, .primary-pink.freelancer-demo .footer-2-bg .tmp-footer-shape-images {
  display: none;
}
.primary-pink.freelancer-demo .portfolio-popup-thumbnail .like-product * {
  color: #fff;
}
.primary-pink.writer-demo .footer-freelancer-bg .tmp-footer-shape-images, .primary-pink.writer-demo .footer-2-bg .tmp-footer-shape-images {
  display: none;
}
.primary-pink.writer-demo .banner-style-4 .thumbnail .shape .shape-back {
  background: var(--color-primary);
}
.primary-pink.writer-demo .service-style-4 {
  background-color: #1a1a1a;
}
.primary-pink .service-card-v1 {
  border-radius: 20px;
  border: 1px solid rgba(255, 73, 74, 0.16);
  padding: 40px 0 40px 0;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .primary-pink .service-card-v1 {
    padding: 30px 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .primary-pink .service-card-v1 {
    padding: 30px 0 30px 0;
  }
}
.primary-pink .service-card-v1.vc-primary-2nd {
  border: 1px solid rgba(255, 73, 74, 0.16);
}
.primary-pink .service-card-v1.vc-primary-2nd .service-card-icon {
  color: var(--color-primary);
}
.primary-pink .service-card-v1 .service-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  min-height: 55px;
  color: var(--color-primary);
  font-size: 50px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .primary-pink .service-card-v1 .service-card-icon {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .primary-pink .service-card-v1 .service-card-icon {
    margin-bottom: 16px;
  }
}
.primary-pink .service-card-v1 .service-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  margin-bottom: 9px;
}
.primary-pink .service-card-v1 .service-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
.primary-pink .custom-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-transform: capitalize;
  position: relative;
}
.primary-pink .progress-charts {
  overflow: hidden;
}
.primary-pink .progress-charts + .progress-charts {
  margin-top: 30px;
}
.primary-pink .progress-charts h6.heading {
  margin-bottom: 15px;
  color: var(--color-heading);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-secondary);
  letter-spacing: 1px;
}
.primary-pink .progress-charts h6.heading span.percent-label {
  color: var(--color-heading);
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.9;
  font-weight: 400;
  font-family: var(--font-secondary);
}
.primary-pink .progress-charts .progress {
  height: 13px;
  overflow: visible;
  font-size: 14px;
  border-radius: 10px;
  padding: 3px;
  background: var(--color-gray-2);
}
.primary-pink .progress-charts .progress .progress-bar {
  overflow: visible;
  position: relative;
  border-radius: 14px;
  background: var(--color-primary);
}
.primary-pink .progress-charts .progress .progress-bar span.percent-label {
  position: absolute;
  right: 0;
  top: -37px;
  font-weight: 400;
  color: var(--color-heading);
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.9;
  font-family: var(--font-secondary);
}
.primary-pink .year-of-expariance-wrapper {
  position: relative;
  overflow: hidden;
  background: var(--color-gray-2);
  border-radius: 20px;
  padding: 36px 52px 51px 52px;
}
.primary-pink .year-of-expariance-wrapper.bg-blur-style-one::after, .primary-pink .year-of-expariance-wrapper.bg-blur-style-two::after, .primary-pink .year-of-expariance-wrapper.bg-blur-style-three::after {
  content: " ";
  position: absolute;
  right: -250px;
  bottom: -367px;
  min-width: 474px;
  min-height: 474px;
  border-radius: 100px;
  filter: blur(227px);
  z-index: -1;
}
.primary-pink .year-of-expariance-wrapper.bg-blur-style-one::after {
  background: var(--color-primary);
}
@media (min-width: 1400px) {
  .primary-pink .year-of-expariance-wrapper {
    padding: 36px 52px 51px 52px;
  }
}
@media only screen and (max-width: 767px) {
  .primary-pink .year-of-expariance-wrapper {
    padding: 30px 20px;
  }
}
.primary-pink .year-of-expariance-wrapper .year-expariance-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .primary-pink .year-of-expariance-wrapper .year-expariance-wrap {
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .primary-pink .year-of-expariance-wrapper .year-expariance-wrap {
    display: block;
  }
}
@media (min-width: 568px) {
  .primary-pink .year-of-expariance-wrapper .year-expariance-wrap {
    gap: 44px;
  }
}
.primary-pink .year-of-expariance-wrapper .year-expariance-wrap .year-number {
  color: var(--color-primary);
  font-family: var(--font-primary);
  font-size: 167px;
  line-height: 115%;
  font-weight: 700;
  margin-bottom: 0;
  flex-basis: 40%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .primary-pink .year-of-expariance-wrapper .year-expariance-wrap .year-number {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .primary-pink .year-of-expariance-wrapper .year-expariance-wrap .year-number {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .primary-pink .year-of-expariance-wrapper .year-expariance-wrap .year-number {
    font-size: 100px;
    line-height: 1;
  }
}
.primary-pink .year-of-expariance-wrapper .year-expariance-wrap .year-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 48.14px;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .primary-pink .year-of-expariance-wrapper .year-expariance-wrap .year-title {
    font-size: 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .primary-pink .year-of-expariance-wrapper .year-expariance-wrap .year-title {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .primary-pink .year-of-expariance-wrapper .year-expariance-wrap .year-title {
    font-size: 32px;
  }
  .primary-pink .year-of-expariance-wrapper .year-expariance-wrap .year-title br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .primary-pink .year-of-expariance-wrapper .year-expariance-wrap .year-title {
    font-size: 26px;
  }
  .primary-pink .year-of-expariance-wrapper .year-expariance-wrap .year-title br {
    display: none;
  }
}
.primary-pink .year-of-expariance-wrapper .year-para {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 12px;
}
.primary-pink .counter-card {
  padding: 34px 7px;
  border-radius: 20px;
  background: var(--color-gray-2);
  height: 100%;
}
.primary-pink .counter-card .counter-title {
  color: var(--color-heading);
  text-align: center;
  font-family: var(--font-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .primary-pink .counter-card .counter-title {
    font-size: 40px;
  }
}
.primary-pink .counter-card .counter-para {
  color: var(--color-gray);
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 4px;
}
.primary-pink.demo-actor .about-actor-right-content-wrap .about-us-section-card .about-us-card,
.primary-pink.demo-actor .testimonial-style-2,
.primary-pink.demo-actor .latest-portfolio-card-style-two {
  background: #101010;
}
.primary-pink.demo-actor .about-actor-left-content-wrap .years-of-experience-card,
.primary-pink.demo-actor .about-actor-left-content-wrap .design-card {
  background: rgba(16, 16, 16, 0.21);
}
.primary-pink.demo-actor .tmp-pricing-card-box,
.primary-pink.demo-actor .blog-style-4 .content,
.primary-pink.demo-actor .tmp-contact-info,
.primary-pink.demo-actor .header-right-fixed ul li.box {
  background: #101010;
}
.primary-pink.demo-actor .header-right-fixed ul li.box:hover {
  background: var(--color-primary);
}
.primary-pink.demo-actor .header-right-fixed ul li.box:hover * {
  color: #fff;
}
.primary-pink.demo-actor .header-right-fixed ul li.box:hover i {
  color: #fff;
}

.primary-light {
  --color-primary: #FF014F;
  --color-primary-alt: #FF014F;
  --color-secondary: #FF014F;
  --color-heading: #1a1a1a;
  --tmp-tec-heading: #1a1a1a;
  --color-body: #3c3e41;
  --color-border: #dce1e4;
  --bg-light: #f9f9f9;
  --bg-over-light: #ededed;
  background: #ffffff;
}
.primary-light .tmp-btn:hover {
  box-shadow: 0px 0px 48px 1px hsla(342, 100%, 50%, 0.354) !important;
}
.primary-light .tmp-btn,
.primary-light .tmp-menu-bars {
  color: var(--color-white);
}
.primary-light .tmp-btn.tmp-marquee-btn {
  color: var(--color-white);
}
.primary-light .tmp-btn.tmp-switch-btn.btn-border {
  color: #1a1a1a;
}
.primary-light .tmp-menu-bars:hover {
  color: var(--color-body);
}
.primary-light .tmp-btn.btn-border:hover {
  color: var(--color-white);
}
.primary-light .banner-style-1.banner-bg-shape {
  background-image: none;
}
.primary-light .banner-style-1.banner-bg-shape .tmp-sbl,
.primary-light .banner-style-10 .shape {
  display: none;
}
.primary-light .banner-style-1 .thumbnail-wrapper .tmp-shape-top {
  background: linear-gradient(147.77deg, var(--color-primary) 14.56%, var(--color-primary) 86.63%);
}
.primary-light .banner-style-1 .thumbnail-wrapper .tmp-shape-top {
  display: none;
}
.primary-light .header--sticky.sticky {
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
  background: #ffffff;
}
.primary-light .tmp-mainmenu-nav .tmp-mainmenu > li.has-dropdown .submenu {
  background: var(--color-white);
}
.primary-light .bg-color-secondary-alt,
.primary-light .tmp-client-card,
.primary-light .tmp-client-testimonial,
.primary-light .footer-main {
  background: #F4F4F4;
}
.primary-light .tmp-client-testimonial .right-shape-image {
  display: none;
}
.primary-light .modern-service-style .tmp-section-overlay,
.primary-light .footer-main {
  background-image: none;
}
.primary-light .card-body .tmp-card-icon,
.primary-light .tmp-small-card-icon {
  background-color: #ffffff;
}
.primary-light .tmp-client-title h5 {
  background-color: #ffffff;
}
.primary-light .tmp-skill-marque::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f4f4f4 100%);
}
.primary-light .tmp-skill-marque::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f4f4f4 100%);
}
.primary-light .tmp-funfact-single {
  background: #ffffff;
}
.primary-light .tmp-funfact-single::before {
  display: none;
}
.primary-light .tmp-funfact-single h2 .counter,
.primary-light .tmp-footer-mail {
  color: #1a1a1a;
}
.primary-light .swiper-button-controler .slider-button .swiper-btn {
  color: var(--color-white);
}
.primary-light .swiper-button-controler .slider-button .swiper-btn:hover i {
  color: var(--color-white);
}
.primary-light .tmp-client-card a img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(95%) saturate(7499%) hue-rotate(336deg) brightness(99%) contrast(105%);
}
.primary-light .footer-main .tmp-footer-shape {
  background: linear-gradient(147.77deg, var(--color-primary) 14.56%, var(--color-primary) 86.63%);
}
.primary-light .scroll-btn-wrap .tmp-scroll-btn:hover {
  color: var(--color-white);
}
.primary-light .contact-address-style-1 .single-contact-info .icon {
  background: #f4f4f4;
}
.primary-light .blog-style-1 .inner .modern-blur-action {
  display: none;
}
.primary-light .tmp-skill-progress .progress {
  background-color: var(--color-border);
}
.primary-light .testimonial-style-1:hover .review-hover,
.primary-light .banner-style-1 .thumbnail-wrapper .tmp-sibackimage,
.primary-light .footer-main .tmp-footer-shape,
.primary-light .developer-skill-section .tmp-skill-full .tmp-skill-shape {
  display: none;
}
.primary-light .footer-style-box .top-footer-area .right-area input {
  border: 2px solid rgb(220, 225, 228);
}
.primary-light .tmp-big-icon i {
  color: rgba(26, 26, 26, 0.0784313725);
}
.primary-light .footer-style-box .top-footer-area .right-area input {
  color: #060606 !important;
}
.primary-light .tmp-badge-cat {
  background: #fdfdfd;
  transition: 0.3s;
}
.primary-light .tmp-badge-cat:hover {
  background: var(--color-primary);
  color: #fff;
}
.primary-light .modal .modal-dialog .modal-content {
  background: rgb(255, 255, 255);
}
.primary-light .modal {
  background: rgba(255, 255, 255, 0.61);
}
.primary-light .service-details-list-wrapper .single-details-method .single-list li::before {
  background: var(--color-primary);
}
.primary-light .button-group-modal-bottom .social-share-with-text .tmp-social-default a.tmp-social-item:hover i {
  color: var(--color-white);
}
.primary-light .modal .modal-dialog .modal-content .modal-header .close span,
.primary-light .tmp-work-modal-content .btn-close {
  background: #ebebeb;
}
.primary-light .modal .modal-dialog .modal-content .modal-header .close span:hover i {
  color: #fff;
}
.primary-light .tmp-work-modal-content .btn-close:hover i {
  color: #fff;
}
.primary-light .modal .modal-dialog .modal-content .modal-header .close span i,
.primary-light .tmp-work-modal-content .btn-close i {
  color: var(--color-darker);
}
.primary-light .portfolio-popup-thumbnail .like-product * {
  color: #fff;
}
.primary-light .banner-style-2 .content-wrapper .banner-image-shape-2 {
  background: linear-gradient(360deg, rgba(255, 1, 79, 0.09) 15.49%, rgba(255, 1, 79, 0.82) 100%);
}
.primary-light .banner-style-2 .content-wrapper .banner-image-shape {
  background-color: rgba(255, 1, 79, 0.05);
}
.primary-light .tmp-expertise-item {
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: rgba(159, 159, 159, 0.09);
}
.primary-light .tmp-service-single, .primary-light .service-style-2 {
  background-color: var(--bg-light);
}
.primary-light.home-designer .tmp-service-single .content .icon img, .primary-light.home-designer .service-style-2 .content .icon img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(98%) saturate(7187%) hue-rotate(336deg) brightness(99%) contrast(105%);
}
.primary-light.home-designer .banner-style-2 .shape .is-1,
.primary-light.home-designer .banner-style-2 .shape .is-2 {
  display: none;
}
.primary-light.home-designer .banner-style-2 {
  background-image: none;
}
.primary-light.home-designer .about-style-1 .content-left .images img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(98%) saturate(7187%) hue-rotate(336deg) brightness(99%) contrast(105%);
}
.primary-light .counter-style-1,
.primary-light .portfolio-style-2, .primary-light .designer-portfolio,
.primary-light .desinger-resume-bg,
.primary-light .tmp-model-blog,
.primary-light .footer-freelancer-bg, .primary-light .footer-2-bg,
.primary-light .contact-form-style-1.variation-2,
.primary-light .contact-address-style-2 .single-contact-item,
.primary-light .banner-style-3 .content-wrapper,
.primary-light .tmp-service-box, .primary-light .service-style-3,
.primary-light .tmp-service-box, .primary-light .service-style-3::after,
.primary-light .developer-skill-section,
.primary-light .testimonial-style-3,
.primary-light .testimonial-style-3::before,
.primary-light .testimonial-modern-left-card,
.primary-light .testimonial-modern-left-card::before,
.primary-light .contact-form-style-1.variation-3,
.primary-light .contact-form-style-1.variation-3::before,
.primary-light .footer-style-box,
.primary-light .tmp-contact-info,
.primary-light .tmp-contact-info::before,
.primary-light .invonhover::after,
.primary-light .tmp-popup-mobile-menu .inner {
  background: var(--bg-light);
}
.primary-light .avatar::before {
  background: var(--color-primary);
}
.primary-light .avatar::after {
  border-top-color: var(--color-primary);
}
.primary-light .avatar::before {
  color: var(--color-white);
}
.primary-light .invers-call-area-sticky a i,
.primary-light .tmp-popup-mobile-menu .header-top .close-menu .close-button {
  color: var(--color-white);
}
.primary-light .invers-call-area-sticky a {
  border-color: var(--color-primary);
}
.primary-light .testimonial-style-3 .tmp-right-shadow,
.primary-light .contact-form-style-1.variation-3 .tmp-contact-form-shape,
.primary-light .tmp-pricing-card-shape {
  display: none;
}
.primary-light .portfolio-style-2, .primary-light .designer-portfolio {
  background-image: none !important;
}
.primary-light .portfolio-style-2::before, .primary-light .designer-portfolio::before {
  display: none;
}
.primary-light .tmp-popup-mobile-menu .social-link a {
  background: rgba(174, 174, 174, 0.11);
}
.primary-light .tmp-social a:hover {
  color: var(--color-white);
}
.primary-light .portfolio-style-2 .content-left-box, .primary-light .designer-portfolio .content-left-box,
.primary-light .single-education-item,
.primary-light .blog-style-2 .content,
.primary-light .contact-form-style-1.variation-2 .contact-form .form-control,
.primary-light .tmp-skill-card-box::before,
.primary-light .tmp-skill-full::before,
.primary-light .footer-style-box .top-footer-area {
  background-color: var(--bg-over-light);
}
.primary-light .developer-skill-section .tmp-skill-card-box .tmp-skill-shape .tmp-shover {
  background: var(--color-primary);
}
.primary-light .testimonial-modern-left-card .content {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ff014f 100%);
}
.primary-light .testimonial-modern-left-card .content p.desc {
  color: #fff;
}
.primary-light .testimonial-modern-left-card .content .tmp-slider-control .tmp-next:hover i, .primary-light .testimonial-modern-left-card .content .tmp-slider-control .tmp-prev:hover i {
  color: var(--color-white) !important;
}
.primary-light .tmp-service-box:hover .icon img, .primary-light .service-style-3 .icon img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(64%) saturate(6781%) hue-rotate(334deg) brightness(97%) contrast(112%);
}
.primary-light .tmp-skill-card-box > * {
  color: var(--color-heading) !important;
}
.primary-light .tmp-icon {
  background: transparent;
}
.primary-light .tmp-tab .nav .nav-link.active, .primary-light .tmp-tab .nav .nav-link:hover {
  color: var(--color-white);
}
.primary-light .developer-service-bg {
  background: var(--color-white);
}
.primary-light .footer-freelancer-bg, .primary-light .footer-2-bg {
  background-image: none;
}
.primary-light .about-style-1 .content-left .shape {
  background: rgba(211, 211, 211, 0.22);
  box-shadow: 15px 20px 80px rgba(147, 242, 255, 0.04);
}
.primary-light .about-style-1 .content-left .experience {
  background: rgb(255, 255, 255);
}
.primary-light .tmp-btn.tmp-marquee-btn span {
  color: var(--color-white);
}
.primary-light .tmp-model-blog .tmp-section-blog-shape,
.primary-light .footer-freelancer-bg .tmp-footer-shape-images, .primary-light .footer-2-bg .tmp-footer-shape-images,
.primary-light .tmp-service-box .tmp-service-shape, .primary-light .service-style-3 .tmp-service-shape {
  display: none;
}
.primary-light .tmp-btn.tmp-marquee-btn.btn-border span {
  color: #1a1a1a;
}
.primary-light .tmp-btn.tmp-marquee-btn:hover span {
  color: #fff;
}
.primary-light.demo-doctor .bg-main {
  background: #ffffff;
}
.primary-light.demo-doctor .banner-style-10 .thumbnail-wrapper .thumbnail::before {
  display: none;
}
.primary-light.demo-doctor .doctor-service,
.primary-light.demo-doctor .main-resume.is-doctor {
  background: var(--bg-light);
}
.primary-light .tmp-skill-marque-single {
  background: var(--bg-over-light) !important;
}
.primary-light.freelancer-demo .banner-style-9 .shape .shape-1,
.primary-light.freelancer-demo .service-style-4, .primary-light.freelancer-demo .tmp-cs-box {
  background: var(--bg-over-light);
}
.primary-light.freelancer-demo .marque-section-bg,
.primary-light.freelancer-demo .freelancer-section-bg,
.primary-light.freelancer-demo .freelancer-pricing-bg,
.primary-light.freelancer-demo .bg-main {
  background-color: var(--bg-light);
}
.primary-light.freelancer-demo .banner-style-9 .thumbnail-wrapper .badge-title span {
  background-color: var(--color-primary);
}
.primary-light.freelancer-demo .banner-style-9 .thumbnail-wrapper .badge-title span::before {
  border-top-color: var(--color-primary);
}
.primary-light.freelancer-demo .service-style-4 .title a, .primary-light.freelancer-demo .tmp-cs-box .title a {
  color: var(--color-heading);
}
.primary-light.freelancer-demo .banner-style-9 .thumbnail-wrapper .badge-title span,
.primary-light.freelancer-demo .tmp-pricing-card-feature {
  color: var(--color-white);
}
.primary-light.freelancer-demo .freelancer-section-bg,
.primary-light.freelancer-demo .freelancer-pricing-bg {
  background-image: none;
}
.primary-light.freelancer-demo .single-brand-slide img,
.primary-light.freelancer-demo .service-style-4 .icon img, .primary-light.freelancer-demo .tmp-cs-box .icon img,
.primary-light.freelancer-demo .testimonial-style-4 .shape-left img {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(16%) sepia(94%) saturate(6720%) hue-rotate(336deg) brightness(101%) contrast(110%);
}
.primary-light.freelancer-demo .about-author,
.primary-light.freelancer-demo .about-content {
  border: 2px solid var(--color-border);
}
.primary-light.freelancer-demo .testimonial-style-4 .author-information .author-avatar {
  border-color: var(--bg-over-light);
}
.primary-light.freelancer-demo .about-content .box-shape img,
.primary-light.freelancer-demo .freelancer-section-bg .section-shape .shape-one,
.primary-light.freelancer-demo .service-style-4 .shape, .primary-light.freelancer-demo .tmp-cs-box .shape,
.primary-light.freelancer-demo .banner-style-9 .shape .shape-2,
.primary-light.freelancer-demo .tmp-section-shape .shape-two,
.primary-light.freelancer-demo .tmp-section-shape .shape-one,
.primary-light.freelancer-demo .freelancer-pricing-bg .section-shape .shape-one,
.primary-light.freelancer-demo .tmp-pricing-card-shape,
.primary-light.freelancer-demo .testimonial-style-4 .shape-bottom,
.primary-light.freelancer-demo .tmp-contact-form-shape {
  display: none;
}
.primary-light.freelancer-demo .rounded-player-2.with-animation::before,
.primary-light.freelancer-demo .rounded-player-2.with-animation::after {
  border-color: var(--color-border);
}
.primary-light.freelancer-demo .tmp-pricing-card .tmp-btn {
  color: var(--color-heading);
}
.primary-light.freelancer-demo .tmp-pricing-card .tmp-btn:hover {
  color: var(--color-white);
}
.primary-light.freelancer-demo .tmp-pricing-card.active-pricing .tmp-btn {
  color: var(--color-white);
}
.primary-light.freelancer-demo .service-style-4 {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  border: none;
}
.primary-light.freelancer-demo .service-style-4 .tmp-service-link {
  background: var(--color-white);
}
.primary-light.freelancer-demo .service-style-4 .tmp-service-link:hover {
  transform: scale(1.1);
}
.primary-light.freelancer-demo .service-style-4 .tmp-service-link:hover::after {
  opacity: 0;
}
.primary-light.freelancer-demo .service-style-4 * {
  transition: 0.3s;
}
.primary-light.freelancer-demo .service-style-4::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  background: linear-gradient(145deg, #ff014f, #d11414);
  opacity: 0;
  z-index: -1;
}
.primary-light.freelancer-demo .service-style-4:hover * {
  color: white;
}
.primary-light.freelancer-demo .service-style-4:hover .title a {
  color: var(--color-white);
}
.primary-light.freelancer-demo .service-style-4:hover .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(187deg) brightness(99%) contrast(103%);
}
.primary-light.freelancer-demo .service-style-4:hover .tmp-service-link i {
  color: var(--color-heading);
}
.primary-light.freelancer-demo .service-style-4:hover::before {
  opacity: 1;
}
.primary-light.home-model .header-one .header-content .header-left-side-area-modern nav {
  background: var(--color-white);
}
.primary-light.home-model .banner-style-8 .banner-content .title {
  color: var(--color-primary);
}
.primary-light.home-model .model-gallery-section,
.primary-light.home-model .tmp-about-image .tmp-thumb-image,
.primary-light.home-model .pricing-section-bg,
.primary-light.home-model .model-footer-bg,
.primary-light.home-model .contact-form.style-model input, .primary-light.home-model .contact-form.style-model textarea {
  background: var(--bg-light);
}
.primary-light.home-model .model-gallery-section-shape,
.primary-light.home-model .tmp-model-footer .tmp-contact-form {
  background: var(--bg-over-light);
}
.primary-light.home-model .model-footer-content .tmp-big-text .stroke-text {
  -webkit-text-stroke-color: var(--color-heading);
}
.primary-light.home-model .tmp-review-item .tmp-rs-bottom,
.primary-light.home-model .tmp-review-item .tmp-rs-left {
  display: none;
}
.primary-light.home-model .tmp-model-footer .tmp-contact-form {
  box-shadow: none;
}
.primary-light.home-model .footer-shape-bg {
  background-image: none;
}
.primary-light.home-model .tmp-reviewer-author .author-avatar {
  border-color: var(--bg-over-light);
}
.primary-light.home-model .tmp-gallery .video-icon .btn-default span i {
  color: var(--color-white);
}
.primary-light.home-model .banner-style-8 .thumbnail {
  position: relative;
}
.primary-light.home-model .banner-style-8 .thumbnail::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5960784314);
  opacity: 0;
}
.primary-light.home-model .tmp-social a {
  background: var(--bg-light);
  border: none;
}
.primary-light.home-model .header-one .header-content .tmp-btn.tmp-marquee-btn.btn-border span {
  color: var(--color-white) !important;
}
.primary-light.home-model .header-one.sticky .header-content .tmp-btn.tmp-marquee-btn.btn-border span {
  color: var(--color-body) !important;
}
.primary-light.home-model .header-one.sticky .header-content .tmp-btn.tmp-marquee-btn.btn-border:hover span {
  color: var(--color-white) !important;
}
.primary-light.color-tmp-tec input:focus, .primary-light.color-tmp-tec textarea:focus {
  border-color: var(--color-primary) !important;
  box-shadow: none !important;
}
.primary-light .portfolio-style-4 .portfolio-meta .view-btn:hover i {
  color: var(--color-white);
}
.primary-light.photography-demo-light .banner-style-7 .banner-content .right-content .title {
  color: var(--color-heading);
}
.primary-light.photography-demo-light .banner-content .right-content .title span {
  -webkit-text-stroke: 1px var(--color-primary);
}
.primary-light.photography-demo-light .banner-style-7 .shape-2,
.primary-light.photography-demo-light .banner-style-7 .shape-1 {
  display: none;
}
.primary-light.photography-demo-light .banner-style-7 .banner-content .right-content .bigtext {
  color: rgba(23, 32, 59, 0.086);
}
.primary-light.photography-demo-light .banner-style-7 .banner-content .left-content .content-image-overlay {
  background: linear-gradient(180deg, rgba(26, 23, 55, 0) -3.22%, #ffffff 91.59%);
}
.primary-light.photography-demo-light .banner-style-7 .banner-content .right-content .tmp-social.photography a:hover i {
  color: var(--color-white);
}
.primary-light.photography-demo-light .tmp-slider-navigation .tmp-navigation:hover {
  color: var(--color-white);
}
.primary-light.photography-demo-light.freelancer-demo .service-style-4 {
  background: var(--bg-light);
}
.primary-light.photography-demo-light .tmp-gallery-box .content, .primary-light.photography-demo-light .portfolio-style-5 .content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--color-primary) 100%);
}
.primary-light.photography-demo-light .portfolio-style-5 .content .bottom-content .content-left a {
  color: var(--color-white);
}
.primary-light.photography-demo-light .tmp-rotate-btn {
  background: var(--color-white);
}
.primary-light.photography-demo-light .header-one .header-content .tmp-btn.tmp-marquee-btn.btn-border span {
  color: var(--color-darker) !important;
}
.primary-light.home-technician {
  --color-primary: #FF014F;
  --tmp-tec: #FF014F;
}
.primary-light.home-technician .banner-style-6 .content-wrapper {
  background-color: var(--bg-light);
}
.primary-light.home-technician .banner-style-6 .content-wrapper .title span {
  color: var(--color-primary);
}
.primary-light.home-technician .banner-style-6 .content-wrapper .title {
  color: var(--color-heading);
}
.primary-light.home-technician .scroll-btn-wrap .tmp-scroll-btn:hover {
  color: var(--color-white);
}
.primary-light.home-technician .technician-service-bg,
.primary-light.home-technician .tmp-skill-section,
.primary-light.home-technician .footer-technician {
  background: var(--bg-light);
}
.primary-light.home-technician .tmp-header--technician::before {
  filter: brightness(0) saturate(100%) invert(12%) sepia(89%) saturate(5661%) hue-rotate(336deg) brightness(105%) contrast(106%);
}
.primary-light.home-technician.color-tmp-tec .tmp-mainmenu-nav .tmp-mainmenu > li > a {
  color: var(--color-white) !important;
}
.primary-light.home-technician.color-tmp-tec .tmp-header--technician .tmp-mainmenu-nav .tmp-mainmenu > li.has-dropdown::after {
  color: var(--color-white) !important;
}
.primary-light.home-technician .tmp-service-box::after, .primary-light.home-technician .service-style-3::after {
  background: var(--bg-over-light);
}
.primary-light.home-technician .tmp-service-box.service-center .tmp-service-icon img, .primary-light.home-technician .service-style-3.service-center .tmp-service-icon img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(89%) saturate(5661%) hue-rotate(336deg) brightness(105%) contrast(106%);
}
.primary-light.home-technician .tmp-skill-full .tmp-skill-shape,
.primary-light.home-technician .contact-form-style-1.variation-3 .tmp-contact-form-shape,
.primary-light.home-technician .footer-technician .tmp-footer-shape,
.primary-light.home-technician .testimonial-style-3 .tmp-right-shadow,
.primary-light.home-technician .banner-style-6 .content-wrapper .shape .shape-3,
.primary-light.home-technician .banner-style-6 .thumbnail .tmp-sib {
  display: none;
}
.primary-light.home-technician .footer-technician {
  background-image: none;
}
.primary-light.ui-designer-light .banner-style-5 .thumbnail-wrapper .thumbnail {
  position: relative;
}
.primary-light.ui-designer-light .banner-style-5 .thumbnail-wrapper .thumbnail::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.primary-light.ui-designer-light .banner-style-5 .tmp-arrow-control .tmp-next:hover i, .primary-light.ui-designer-light .banner-style-5 .tmp-arrow-control .tmp-prev:hover i {
  color: var(--color-white);
}
.primary-light.ui-designer-light .banner-style-5 .tmp-arrow-control .tmp-next:hover, .primary-light.ui-designer-light .banner-style-5 .tmp-arrow-control .tmp-prev:hover {
  background-color: var(--color-primary);
}
.primary-light.ui-designer-light .banner-style-5 .tmp-arrow-control .tmp-next, .primary-light.ui-designer-light .banner-style-5 .tmp-arrow-control .tmp-prev {
  background-color: var(--bg-light);
}
.primary-light.ui-designer-light .banner-content .tmp-btn.btn-border {
  color: var(--color-heading);
}
.primary-light.ui-designer-light .banner-content .tmp-btn.btn-border:hover {
  color: #fff;
}
.primary-light.ui-designer-light .banner-style-5 .intro-video .video-inner a {
  background-color: var(--bg-over-light);
}
.primary-light.ui-designer-light .banner-style-5 .intro-video .video-inner a::before {
  background-color: var(--bg-light);
  z-index: -1;
}
.primary-light.writer-demo .banner-style-4 .title {
  color: var(--color-heading);
}
.primary-light.writer-demo .banner-style-4 .thumbnail .shape .shape-back {
  display: none;
}
.primary-light.writer-demo .header-one .header-content .tmp-btn.tmp-marquee-btn.btn-border span {
  color: var(--color-heading) !important;
}
.primary-light.writer-demo .header-one .header-content .tmp-btn.tmp-marquee-btn.btn-border:hover span {
  color: var(--color-white) !important;
}
.primary-light.writer-demo .scroll-btn-wrap .tmp-scroll-btn:hover {
  color: var(--color-white);
}
.primary-light.writer-demo.writer-demo .marque-section-bg {
  background: var(--bg-light);
}
.primary-light.writer-demo.writer-demo .marque-section-bg img {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(12%) sepia(89%) saturate(5661%) hue-rotate(336deg) brightness(105%) contrast(106%);
}
.primary-light.writer-demo .about-author, .primary-light.writer-demo .primary-light.freelancer-demo .about-content,
.primary-light.writer-demo .about-content {
  border: 2px solid var(--color-border);
}
.primary-light.writer-demo .rounded-player-2.with-animation::before {
  border-color: var(--color-border);
}
.primary-light.writer-demo .rounded-player-2.with-animation::after {
  border-color: var(--color-border);
}
.primary-light.writer-demo .about-content .box-shape,
.primary-light.writer-demo .freelancer-section-bg .section-shape .shape-one,
.primary-light.writer-demo .service-style-4 .shape, .primary-light.writer-demo .tmp-cs-box .shape,
.primary-light.writer-demo .tmp-section-shape .shape-two,
.primary-light.writer-demo .tmp-section-shape .shape-one {
  display: none;
}
.primary-light.writer-demo .tmp-pricing-card:hover .tmp-pricing-card-shape,
.primary-light.writer-demo .testimonial-style-4 .shape-bottom,
.primary-light.writer-demo .tmp-contact-form-shape {
  display: none;
}
.primary-light.writer-demo .freelancer-section-bg,
.primary-light.writer-demo .bg-main,
.primary-light.writer-demo .tmp-video-section {
  background: var(--bg-light);
}
.primary-light.writer-demo .tmp-pricing-card-feature {
  color: var(--color-white);
}
.primary-light.writer-demo .testimonial-style-4 .author-information .author-avatar {
  border-color: var(--bg-over-light);
}
.primary-light.writer-demo .service-style-4 {
  background: var(--bg-over-light);
}
.primary-light.writer-demo .tmp-pricing-card-box .like-button.tmp-btn.hover-icon-reverse.btn-border {
  color: var(--color-heading);
}
.primary-light.writer-demo .tmp-pricing-card-box .like-button.tmp-btn.hover-icon-reverse.btn-border:hover {
  color: var(--color-white);
}
.primary-light.writer-demo .service-style-4 {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  border: none;
}
.primary-light.writer-demo .service-style-4 .icon img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(94%) saturate(6720%) hue-rotate(336deg) brightness(101%) contrast(110%);
}
.primary-light.writer-demo .service-style-4 .tmp-service-link {
  background: var(--color-white);
}
.primary-light.writer-demo .service-style-4 .tmp-service-link:hover {
  transform: scale(1.1);
}
.primary-light.writer-demo .service-style-4 .tmp-service-link:hover::after {
  opacity: 0;
}
.primary-light.writer-demo .service-style-4 .title a {
  color: var(--tmp-tec-heading);
}
.primary-light.writer-demo .service-style-4 * {
  transition: 0.3s;
}
.primary-light.writer-demo .service-style-4::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  background: linear-gradient(145deg, #ff014f, #d11414);
  opacity: 0;
  z-index: -1;
}
.primary-light.writer-demo .service-style-4:hover * {
  color: white;
}
.primary-light.writer-demo .service-style-4:hover .title a {
  color: var(--color-white);
}
.primary-light.writer-demo .service-style-4:hover .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(187deg) brightness(99%) contrast(103%);
}
.primary-light.writer-demo .service-style-4:hover .tmp-service-link i {
  color: var(--color-heading);
}
.primary-light.writer-demo .service-style-4:hover::before {
  opacity: 1;
}
.primary-light.demo-actor .service-style-2 .icon img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(3770%) hue-rotate(333deg) brightness(101%) contrast(113%);
}
.primary-light.demo-actor .about-actor-left-content-wrap .years-of-experience-card,
.primary-light.demo-actor .about-actor-left-content-wrap .design-card {
  background: rgba(231, 231, 231, 0.28);
}
.primary-light.demo-actor .about-actor-right-content-wrap .about-us-section-card .about-us-card {
  background: #f9f9f9;
}
.primary-light.demo-actor .about-actor-right-content-wrap .about-us-section-card .about-us-card .card-head .logo-img img {
  filter: none;
}
.primary-light.demo-actor .about-actor-left-content-wrap .years-of-experience-card .card-title,
.primary-light.demo-actor .about-actor-left-content-wrap .years-of-experience-card p.card-para,
.primary-light.demo-actor .about-actor-left-content-wrap .design-card .card-info .card-title {
  color: var(--tmp-tec-heading);
}
.primary-light.demo-actor .about-actor-left-content-wrap .design-card .design-card-img {
  border: 2px solid var(--color-primary);
}
.primary-light.demo-actor .testimonial-style-2 {
  background-color: var(--bg-light);
}
.primary-light.demo-actor .latest-portfolio-card-style-two,
.primary-light.demo-actor .tmp-pricing-card-box {
  background: var(--bg-light);
}
.primary-light.demo-actor .tmp-pricing-card-feature {
  color: var(--color-white);
}
.primary-light.demo-actor .tmp-pricing-card-box .tmp-btn {
  color: var(--color-heading);
}
.primary-light.demo-actor .tmp-pricing-card-box .tmp-btn:hover {
  color: var(--color-white);
}
.primary-light.demo-actor .bg-main {
  background: #ffffff;
}
.primary-light.demo-actor .blog-style-4 .content,
.primary-light.demo-actor .tmp-contact-info.variation-2,
.primary-light.demo-actor .contact-form-style-1.variation-4 {
  background: var(--bg-light);
}
.primary-light.demo-actor .header-right-fixed ul li.box {
  background: var(--bg-light);
}
.primary-light.demo-actor .header-right-fixed ul li.box * {
  color: var(--color-primary);
}
.primary-light.demo-actor .header-right-fixed ul li.box:hover {
  background: var(--color-primary);
}
.primary-light.demo-actor .header-right-fixed ul li.box:hover * {
  color: var(--color-white);
}
.primary-light.demo-actor .tmp-contact-form-shape {
  display: none;
}
.primary-light.demo-actor .active-pricing .tmp-pricing-card-box .tmp-btn {
  color: var(--color-white);
}
.primary-light.demo-actor .latest-portfolio-card-style-two .portfolio-card-content-wrap .portfolio-card-title,
.primary-light.demo-actor .latest-portfolio-card-style-two .tag-items ul li a,
.primary-light.demo-actor .latest-portfolio-card-style-two .tmp-btn {
  color: var(--color-heading);
}
.primary-light.demo-actor .latest-portfolio-card-style-two .tag-items ul li a:hover {
  color: var(--color-white);
}
.primary-light.demo-actor .latest-portfolio-card-style-two .tmp-btn:hover {
  color: var(--color-white);
}

.breadcrumb-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../assets/images/common/breadcum-bg.png");
}

.breadcrumb-area {
  padding-top: 150px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area {
    padding-top: 100px;
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    padding-top: 100px;
    padding-bottom: 48px;
  }
}

.breadcrumb-inner {
  margin: 0 auto;
}
.breadcrumb-inner .title {
  color: var(--color-heading);
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .breadcrumb-inner .title {
    font-size: 32px;
  }
}
.breadcrumb-inner .page-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.breadcrumb-inner .page-list li {
  color: var(--color-gray);
  font-family: var(--font-secondary);
}
.breadcrumb-inner .page-list li.icon {
  padding: 0 16px;
}
.breadcrumb-inner .page-list li.icon i {
  font-size: 12px;
}
.breadcrumb-inner .page-list li.active {
  color: var(--color-primary);
}
.breadcrumb-inner:hover a {
  color: var(--color-primary);
}

.row--40 {
  margin-left: -40px;
  margin-right: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--40 > [class*=col], .row--40 > [class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.button-group.service-more-btn a i {
  font-size: 16px;
}

.signle-side-bar {
  background: var(--color-darker);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 40px;
  /*== Search Area ==*/
  /*== Header ==*/
  /*== Recent Post Area ==*/
  /*== About Me Details ==*/
  /*== Tags Wrapper ==*/
  /*== Service List Area ==*/
  /*== Project Details Area ==*/
}
@media only screen and (max-width: 991px) {
  .signle-side-bar {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .signle-side-bar {
    padding: 30px 20px;
  }
}
.signle-side-bar.search-area {
  padding: 40px;
  position: relative;
}
.signle-side-bar.search-area input {
  height: 60px;
  border-radius: 8px;
  padding-right: 60px;
  background: transparent;
  width: 100%;
  border: 2px solid var(--color-border);
  padding-left: 15px;
}
.signle-side-bar.search-area input:focus {
  border: 2px solid var(--color-primary);
}
.signle-side-bar.search-area button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.signle-side-bar .search-area {
  display: flex;
  align-items: center;
}
.signle-side-bar .search-area input::placeholder {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.signle-side-bar .search-area button {
  border: 0;
  width: auto;
  padding: 0;
}
.signle-side-bar .search-area i {
  min-width: 60px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--color-primary);
  color: var(--color-white);
}
.signle-side-bar .header .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  display: inline-flex;
  margin-bottom: 24px;
}
.signle-side-bar .header .title::after {
  position: absolute;
  right: -20px;
  top: 13px;
  content: " ";
  width: 5px;
  height: 5px;
  background: var(--color-primary);
  border-radius: 100px;
}
.signle-side-bar.recent-post-area .body .single-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-border);
  margin-bottom: 12px;
  color: var(--color-gray);
}
.signle-side-bar.recent-post-area .body .single-post:hover {
  color: var(--color-primary);
}
.signle-side-bar.recent-post-area .body .single-post:hover span {
  color: var(--color-primary);
}
.signle-side-bar.recent-post-area .body .single-post:hover span .post-title {
  color: var(--color-primary);
}
.signle-side-bar.recent-post-area .body .single-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.signle-side-bar.recent-post-area .body .single-post .single-post-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.signle-side-bar.recent-post-area .body .single-post .single-post-left .post-title {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.4s ease;
}
.signle-side-bar.recent-post-area .body .single-post .single-post-left i {
  transition: all 0.4s ease;
}
.signle-side-bar.recent-post-area .body .single-post .single-post-left i:hover {
  color: var(--color-primary);
}
.signle-side-bar.recent-post-area .body .single-post .post-num {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  transition: all 0.4s ease;
}
.signle-side-bar.recent-post-area .body .single-post-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--color-border);
  margin-bottom: 20px;
}
.signle-side-bar.recent-post-area .body .single-post-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.signle-side-bar.recent-post-area .body .single-post-card .single-post-card-img {
  min-width: 80px;
  min-height: 80px;
  width: 80px;
}
.signle-side-bar.recent-post-area .body .single-post-card .single-post-card-img img {
  border-radius: 8px;
  min-width: 80px;
  min-height: 80px;
  width: 80px;
}
.signle-side-bar.recent-post-area .body .single-post-card .single-post-right .single-post-top {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.signle-side-bar.recent-post-area .body .single-post-card .single-post-right .single-post-top .post-title {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  transition: var(--transition);
}
.signle-side-bar.recent-post-area .body .single-post-card .single-post-right .single-post-top i {
  color: var(--color-primary);
  font-size: 12px;
}
.signle-side-bar.recent-post-area .body .single-post-card .single-post-right .post-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}
.signle-side-bar.recent-post-area .body .single-post-card .single-post-right .post-title:hover a {
  color: var(--color-primary);
}
.signle-side-bar .about-me-details .about-me-details-head {
  display: flex;
  margin-bottom: 30px;
  gap: 20px;
  align-items: center;
}
.signle-side-bar .about-me-details .about-me-details-head .about-me-img {
  width: 150px;
  height: auto;
}
.signle-side-bar .about-me-details .about-me-details-head .about-me-right-content .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 5px;
}
.signle-side-bar .about-me-details .about-me-details-head .about-me-right-content .para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 11px;
}
.signle-side-bar .about-me-details .about-me-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.signle-side-bar .tags-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.signle-side-bar .tags-wrapper .tag-link {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  padding: 0px 21px;
  border-radius: 100px;
  background: #060606;
  display: block;
  transition: 0.3s;
  height: 40px;
  line-height: 40px;
}
.signle-side-bar .tags-wrapper .tag-link:hover {
  background: var(--color-primary);
  transform: translateY(-4px);
}
.signle-side-bar.service-list-area .single-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-border);
  margin-bottom: 10px;
}
.signle-side-bar.service-list-area .single-service:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.signle-side-bar.service-list-area .single-service .service-title {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  transition: all 0.4s ease;
}
.signle-side-bar.service-list-area .single-service i {
  color: var(--color-gray);
}
.signle-side-bar.service-list-area .single-service:hover .service-title,
.signle-side-bar.service-list-area .single-service:hover .service-icon,
.signle-side-bar.service-list-area .single-service:hover i {
  color: var(--color-primary);
}
.signle-side-bar.project-details-area .project-details-info {
  margin-bottom: 15px;
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.signle-side-bar.project-details-area .project-details-info:last-child {
  margin-bottom: 0;
}
.signle-side-bar.project-details-area .project-details-info span {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-left: 10px;
}

.service-details-area-wrapper .service-thumnail-wrap {
  margin-bottom: 20px;
}
.service-details-area-wrapper .service-thumnail-wrap img {
  border-radius: 20px;
}
.service-details-area-wrapper .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .service-details-area-wrapper .title {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .service-details-area-wrapper .title {
    font-size: 34px;
    line-height: 1.3;
  }
}
.service-details-area-wrapper .doc-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}
.service-details-area-wrapper .doc-para:last-child {
  margin-bottom: 0;
}
.service-details-area-wrapper .title-mini {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}

.signle-side-bar.search-area button {
  background: transparent;
}
.signle-side-bar.search-area .body {
  position: relative;
}

.blog-details-left-area .thumbnail-top img {
  width: 100%;
  border-radius: 10px;
}
.blog-details-left-area .blog-details-discription {
  padding: 30px 0;
}
.blog-details-left-area .blog-details-discription h3.title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
}
.blog-details-left-area .blog-details-discription p.disc {
  margin-bottom: 10px;
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.blog-details-left-area .quote-area-blog-details {
  padding: 30px;
  border-radius: 20px;
  background: var(--color-gray-2);
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-details-left-area .quote-area-blog-details {
    padding: 25px;
  }
}
.blog-details-left-area .quote-area-blog-details p.disc {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 19px;
}
.blog-details-left-area .quote-area-blog-details .author {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
}
.blog-details-left-area .quote-area-blog-details .author::after {
  position: absolute;
  content: "";
  left: 0;
  top: 47%;
  height: 2px;
  width: 40px;
  background: var(--color-primary);
  z-index: 10;
}
.blog-details-left-area .quote-area-blog-details span {
  color: var(--color-primary);
  font-size: 160px;
  opacity: 0.09;
  position: absolute;
  right: 10px;
  line-height: 0;
  display: inline-block;
  bottom: -27px;
}
.blog-details-left-area .quote-area-blog-details span i {
  font-weight: 300;
}

.blog-classic-tag {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .blog-classic-tag {
    gap: 30px;
  }
}
.blog-classic-tag .title {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}
.blog-classic-tag ul {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 5px;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 576px) {
  .blog-classic-tag ul {
    gap: 30px;
  }
}
.blog-classic-tag ul li {
  margin: 0;
}
.blog-classic-tag ul li .tag-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-classic-tag ul li .tag-wrap .tag-title {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

/*===============================
  Our Portfolio Swiper
  ===============================*/
.our-portfolio-swiper {
  position: relative;
}
.our-portfolio-swiper .our-portfoli-swiper-card {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .our-portfolio-swiper .our-portfoli-swiper-card {
    flex-wrap: nowrap;
  }
}
.our-portfolio-swiper .our-portfoli-swiper-card .card-right-content {
  width: 100%;
}
@media (min-width: 1200px) {
  .our-portfolio-swiper .our-portfoli-swiper-card .card-right-content {
    min-width: 300px;
  }
}
.our-portfolio-swiper .our-portfoli-swiper-card .card-right-content img {
  width: 100%;
  border-radius: 20px;
}

/*===============================
  Our Portfolio Swiper Btn Wrap
  ===============================*/
.our-portfolio-swiper-btn-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.our-portfolio-swiper-btn-wrap .prev-btn,
.our-portfolio-swiper-btn-wrap .next-btn,
.our-portfolio-swiper-btn-wrap .tmp--next-prev-btn {
  display: flex;
  align-items: center;
  gap: 30px;
}
.our-portfolio-swiper-btn-wrap .prev-btn .btn-content .title,
.our-portfolio-swiper-btn-wrap .next-btn .btn-content .title,
.our-portfolio-swiper-btn-wrap .tmp--next-prev-btn .btn-content .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
  gap: 5px;
  flex-wrap: wrap;
  display: none;
  transition: var(--transition);
}
.our-portfolio-swiper-btn-wrap .prev-btn .btn-content .title:hover,
.our-portfolio-swiper-btn-wrap .next-btn .btn-content .title:hover,
.our-portfolio-swiper-btn-wrap .tmp--next-prev-btn .btn-content .title:hover {
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .our-portfolio-swiper-btn-wrap .prev-btn .btn-content .title,
  .our-portfolio-swiper-btn-wrap .next-btn .btn-content .title,
  .our-portfolio-swiper-btn-wrap .tmp--next-prev-btn .btn-content .title {
    display: flex;
  }
}
.our-portfolio-swiper-btn-wrap .prev-btn .btn-content .para,
.our-portfolio-swiper-btn-wrap .next-btn .btn-content .para,
.our-portfolio-swiper-btn-wrap .tmp--next-prev-btn .btn-content .para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: none;
}
@media (min-width: 768px) {
  .our-portfolio-swiper-btn-wrap .prev-btn .btn-content .para,
  .our-portfolio-swiper-btn-wrap .next-btn .btn-content .para,
  .our-portfolio-swiper-btn-wrap .tmp--next-prev-btn .btn-content .para {
    display: flex;
  }
}
.our-portfolio-swiper-btn-wrap .swiper-btn-prev,
.our-portfolio-swiper-btn-wrap .swiper-btn-next,
.our-portfolio-swiper-btn-wrap .tmp-arrow-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-heading);
  background: transparent;
  border-radius: 100px;
  border: 2px solid var(--color-border);
  transition: var(--transition);
}
.our-portfolio-swiper-btn-wrap .swiper-btn-prev i,
.our-portfolio-swiper-btn-wrap .swiper-btn-next i,
.our-portfolio-swiper-btn-wrap .tmp-arrow-btn i {
  transition: var(--transition);
}
.our-portfolio-swiper-btn-wrap .swiper-btn-prev:hover,
.our-portfolio-swiper-btn-wrap .swiper-btn-next:hover,
.our-portfolio-swiper-btn-wrap .tmp-arrow-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.our-portfolio-swiper-btn-wrap .swiper-btn-prev:hover i,
.our-portfolio-swiper-btn-wrap .swiper-btn-next:hover i,
.our-portfolio-swiper-btn-wrap .tmp-arrow-btn:hover i {
  color: var(--color-white) !important;
}
.our-portfolio-swiper-btn-wrap .swiper-btn-prev button,
.our-portfolio-swiper-btn-wrap .swiper-btn-next button,
.our-portfolio-swiper-btn-wrap .tmp-arrow-btn button {
  border: 0 none;
  padding: 0;
}

/*===============================
  Blog Details Navigation
  ===============================*/
.blog-details-navigation {
  border-radius: 20px;
  border: 2px solid var(--color-border);
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}
.blog-details-navigation .navigation-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .blog-details-navigation .navigation-tags {
    gap: 30px;
  }
}
.blog-details-navigation .navigation-tags .tag-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
}
.blog-details-navigation .navigation-tags ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) {
  .blog-details-navigation .navigation-tags ul {
    gap: 20px;
  }
}
.blog-details-navigation .navigation-tags ul li {
  margin: 0;
}
.blog-details-navigation .navigation-tags ul li .tag {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media (min-width: 576px) {
  .blog-details-navigation .social-link {
    margin-top: 0;
  }
}

.comment-area-main-wrapper h3.title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}
.comment-area-main-wrapper .single-comment-audience {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #202020;
}
.comment-area-main-wrapper .single-comment-audience .author-image {
  min-width: 95px;
  min-height: 95px;
  max-width: 150px;
  padding: 15px;
  background: var(--color-gray-2);
  border-radius: 50%;
}
.comment-area-main-wrapper .single-comment-audience .right-area-commnet .top-area-comment {
  display: flex;
  gap: 15px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .comment-area-main-wrapper .single-comment-audience .right-area-commnet .top-area-comment {
    gap: 30px;
  }
}
.comment-area-main-wrapper .single-comment-audience .right-area-commnet .top-area-comment .left {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}
.comment-area-main-wrapper .single-comment-audience .right-area-commnet .top-area-comment .left .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 0;
}
.comment-area-main-wrapper .single-comment-audience .right-area-commnet .top-area-comment .left span {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.comment-area-main-wrapper .single-comment-audience .right-area-commnet .disc {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.comment-area-main-wrapper .single-comment-audience .right-area-commnet .reply-btn {
  color: var(--color-gray);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.comment-area-main-wrapper .single-comment-audience .right-area-commnet .reply-btn:hover {
  color: var(--color-primary);
}

/*============================
  Blog Details Form Wrapper
  ============================*/
.blog-details-form-wrapper {
  padding: 30px;
  border-radius: 20px;
  background: var(--color-gray-2);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .blog-details-form-wrapper {
    padding: 60px;
  }
}
.blog-details-form-wrapper .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.blog-details-form-wrapper .subtitle {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
  display: inline-block;
}
.blog-details-form-wrapper .blog-details-form label {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 8px;
  display: block;
}
.blog-details-form-wrapper .blog-details-form .single-input {
  margin-bottom: 18px;
}
.blog-details-form-wrapper .blog-details-form .single-input input {
  border-radius: 10px;
  border: 2px solid var(--color-border);
  padding: 17px 20px;
  width: 100%;
  background: transparent;
}
.blog-details-form-wrapper .blog-details-form .single-input input:focus {
  border: 2px solid var(--color-primary) !important;
}
.blog-details-form-wrapper .blog-details-form .single-input input:focus-visible {
  border: 2px solid var(--color-primary) !important;
}
.blog-details-form-wrapper .blog-details-form .single-input input::placeholder {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.blog-details-form-wrapper .blog-details-form textarea {
  border-radius: 10px;
  border: 2px solid var(--color-border);
  padding: 17px 20px;
  min-height: 130px;
  resize: inherit;
  transition: var(--transition);
  width: 100%;
  background: transparent;
}
.blog-details-form-wrapper .blog-details-form textarea::placeholder {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.blog-details-form-wrapper .blog-details-form textarea:focus {
  border: 2px solid var(--color-primary) !important;
}
.blog-details-form-wrapper .blog-details-form .comments-btn-wrap {
  margin-top: 30px;
}
.blog-details-form-wrapper .blog-details-form .comments-btn-wrap .comment-btn {
  padding: 9px 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-radius: 100px;
  color: var(--color-gray);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  background: var(--color-primary);
  border: 2px solid var(--color-secondary);
  transition: var(--transition);
}
.blog-details-form-wrapper .blog-details-form .comments-btn-wrap .comment-btn:hover {
  border-color: var(--color-primary);
  background: transparent;
}

.social-link-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.social-link-inner a {
  transition: var(--transition);
}
.social-link-inner a i {
  color: var(--color-gray);
  transition: var(--transition);
}
.social-link-inner a:hover {
  color: var(--color-primary);
}
.social-link-inner a:hover i {
  color: var(--color-primary);
}

/*----------------------
 tool tip 
------------------------*/
.profile-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.profile-share a {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.profile-share a:nth-child(2) {
  margin-left: -12px;
}
.profile-share a:nth-child(3) {
  margin-left: -12px;
}
.profile-share a img {
  max-width: 60px;
  border-radius: 50%;
  border: 3px solid var(--color-border);
  transition: 0.3s;
  box-shadow: var(--shadow-1);
}
.profile-share a.more-author-text {
  color: var(--color-body);
  display: inline-block;
  padding-left: 7px;
}
.profile-share a.more-author-text:hover {
  transform: none;
  color: #0F132E;
}
.profile-share a:hover {
  z-index: 2;
  transform: translateY(-3px) scale(1.1);
}
.profile-share .more-author-text {
  margin: 10px;
  margin-left: 20px;
  position: relative;
  z-index: 10;
}
.profile-share .more-author-text .total-join-students {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.profile-share .more-author-text .subtitle {
  font-size: 16px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

.avatar {
  position: relative;
}
.avatar.left::before {
  right: 124%;
  top: 8%;
  left: auto;
  transform: translateX(0) translateY(0) scale(0);
}
.avatar.left::after {
  border-left-color: #0F132E;
  top: 50%;
  left: -8%;
  border-top-color: transparent;
}
.avatar.left:hover::before {
  transform: translateX(0) translateY(0) scale(1);
}
.avatar::after, .avatar::before {
  --scale: 0;
  --arrow-size: 8px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
  transition: 150ms transform;
  transform-origin: bottom center;
}
.avatar::before {
  --translate-y: calc(-100% - var(--arrow-size));
  content: attr(data-tooltip);
  color: var(--color-white);
  padding: 5px 8px;
  background: #0F132E;
  width: max-content;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  margin: 1px;
  z-index: 5;
}
.avatar::after {
  --translate-y: calc(-1 * var(--arrow-size));
  content: "";
  border: var(--arrow-size) solid transparent;
  border-top-color: #0F132E;
}
.avatar:hover::before, .avatar:hover::after {
  --scale: 1;
}

.tmp-avatars {
  min-width: 70px;
  max-width: 70px;
}
.tmp-avatars.size-lg {
  min-width: 120px;
  max-width: 120px;
  width: 120px;
  height: 120px;
}
.tmp-avatars.size-sm {
  min-width: 52px;
  max-width: 52px;
}
.tmp-avatars img {
  border-radius: 100%;
  width: 100%;
  background: var(--border-color);
  padding: 4px;
  border: 2px solid var(--color-border);
  object-fit: cover;
}

body.color-primary {
  --color-primary: var(--color-primary);
}
body.color-primary-2nd {
  --color-primary: var(--color-primary-2nd);
}
body.color-tmp-tec {
  --color-primary: var(--tmp-tec);
}
/*# sourceMappingURL=../maps/style.css.map */
