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

Template Name: Metize - Startup & SaaS Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Plus Jakarta Sans
Main Color   : #F9632F

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

[Typography]

Body copy:    15px 'Plus Jakarta Sans', sans-serif
Header:     36px 'Plus Jakarta Sans', sans-serif
Input, textarea:  16px 'Plus Jakarta Sans', sans-serif
Sidebar heading:  22px 'Plus Jakarta Sans', sans-serif

>>> TABLE OF CONTENTS:
=======================

    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
    04. Banner
        - Banner Software
        - Banner Seo Agency
        - Banner Digital Agency
        - Banner Business
    05. Services
        - Version One
        - Version Two
        - Version Three
        - Service Single
	06. About
        - Version One
        - Version Two
    07. Project
        - Project Grid
        - Project Single
    08. Why Choose Us
    09. Team
        - Team Grid
        - Team Tab
        - Team Single
	10. Feature
        - Version One
        - Version Two
        - Version Thre
    11. Testimonials
        - Version One
        - Version Two
    12. Pricing
    13. Faq
    14. Progress
    15. Brand / Partner
    16. Feature
    17. Fun Factor
    18. Pricing
    19. Blog
        - Standard
        - Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Error 404
    21. Footer
    22. PHP Contact Form
    23. Others

*/

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");

/* Varialbes */
:root {
  --font-default: "Plus Jakarta Sans", sans-serif;
  --font-heading: "Plus Jakarta Sans", sans-serif;
  --fontawesome: "Font Awesome 5 Pro";
  --black: #000000;
  --dark: #262525;
  --dark-secondary: #1d1d1d;
  --white: #ffffff;
  --color-primary: #F9632F;
  --color-secondary: #00bfff;
  --color-heading: #04000b;
  --color-paragraph: #666666;
  --box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
  --box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  --box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
  --bg-gray: #eaeff4;
  --bg-gradient: linear-gradient(90deg, var(--color-primary) 20%, var(--color-secondary) 100%);
  --text-gradient: linear-gradient(90deg, #a75be2 0%, #76529b 45.714285714285715%, #43badf 100%);
}

/* ==============================================================
     # Reset Browsers
=================================================================== */

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

body,
html {
  height: 100%;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.wrapper {
  height: 100%;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a {
  outline: none;
  text-decoration: none;
  color: var(--color-heading);
}

a img {
  border: none;
}

a:active {
  outline: none;
  text-decoration: none;
  color: var(--color-heading);
  opacity: 1;
}

a:focus {
  outline: none;
  text-decoration: none;
  color: var(--color-heading);
}

a:hover {
  outline: none;
  text-decoration: none;
  color: var(--color-primary);
  opacity: 1;
}

.secondary a:hover {
  color: var(--color-optional);
}

button {
  outline: medium none;
}

iframe {
  border: none;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

input:focus {
  outline: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

textarea:focus {
  outline: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

select:focus {
  outline: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

ul {
  list-style-type: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

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

.animation-text {
  overflow: hidden;
}

/* ==============================================================
    # Template Default Styles
=================================================================== */

body {
  font-family: var(--font-default);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  overflow-x: hidden;
  background-color: var(--white);
  color: var(--color-paragraph);
}

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

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a,
.btn,
button {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  outline: medium none;
  text-decoration: none;
  font-weight: 800;
}

p {
  color: var(--color-paragraph);
  margin: 0 0 25px;
  text-transform: none;
  font-weight: 500;
  font-family: var(--font-default);
}

/* ==============================================================
    # Helper CSS
=================================================================== */

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

@media (min-width: 576px) {
  .container-full {
    max-width: 540px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container-full {
    max-width: 720px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container-full {
    max-width: 960px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-full {
    max-width: 95%;
    width: 95%;
  }

  .box-layout {
    width: 94%;
    margin: auto;
    border-radius: 30px;
  }
}

.container-fill {
  padding: 0 15px;
  margin: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  .container-fill {
    max-width: 540px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container-fill {
    max-width: 720px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container-fill {
    max-width: 960px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-fill {
    width: 100%;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1199px) {
  .container-fill {
    padding: 0 15px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .row {
    --bs-gutter-x: 1.5rem;
  }
}

.item-center {
  display: flex;
  align-items: center;
}

.bg-cover {
  background-position: center center !important;
  background-size: cover !important;
}

.bg-fixed {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}

.bg-fit {
  background-size: 100% 100% !important;
  background-position: center !important;
}

.bg-gray {
  background: var(--bg-gray);
}

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

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

.bg-light {
  background-color: var(--white) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

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

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

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

.bg-gradient-secondary {
  background-color: var(--color-optional);
  background: var(--bg-gradient-reverse) !important;
}

.text-gradient {
  background: var(--text-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: inline-block;
}

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

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
  color: var(--white);
}

.shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}

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

.shadow.dark:after {
  background: var(--dark);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.shadow.dark-hard {
  position: relative;
  z-index: 1;
}

.shadow.dark-hard:after {
  background: var(--black) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

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

.shadow.theme:after {
  background: var(--color-primary) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

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

.shadow.light:after {
  background: var(--white) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
  position: relative;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .default-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.default-padding-big {
  padding: 250px 0;
}

@media only screen and (max-width: 767px) {
  .default-padding-big {
    padding: 60px 0;
  }
}

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

@media only screen and (max-width: 767px) {
  .default-padding-top {
    padding-top: 50px;
  }
}

.default-padding-bottom {
  padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .default-padding-bottom {
    padding-bottom: 50px;
  }
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .default-padding.bottom-less {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
  .default-padding-bottom.bottom-less {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
  .default-padding-top.bottom-less {
    margin-bottom: -20px;
  }
}

@media only screen and (min-width: 1200px) {
  .align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.border-top {
  border-top: 1px solid #e7e7e7;
}

.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}

.border-left {
  border-left: 1px solid #e7e7e7;
}

.border-right {
  border-right: 1px solid #e7e7e7;
}

.heading {
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: -5px;
  font-size: 42px;
  line-height: 1.3;
}

.heading span {
  font-weight: 400;
}

.site-heading {
  margin-bottom: 60px;
}

.site-heading strong {
  display: inline-block;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.site-heading strong::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/35.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -1;
}

.site-heading.text-left .devider {
  left: 20px;
}

.title {
  font-weight: 700;
  font-size: 42px;
}

@media (max-width: 767px) {
  .title {
    font-size: 36px;
    margin-top: 0;
  }
}

.bg-dark .title {
  color: var(--white);
}

.site-heading .title {
  margin-bottom: 0;
}

.bg-dark .site-heading .title {
  color: var(--white);
}

.sub-title {
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 700;
  background: var(--bg-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 20px;
  margin-bottom: 10px;
}

.bg-gradient .sub-title,
.bg-theme .sub-title {
  color: var(--white);
  -webkit-background-clip: inherit;
  background-clip: inherit;
  -webkit-text-fill-color: inherit;
  background: transparent;
}

@media (max-width: 767px) {
  .sub-title {
    margin-bottom: 15px;
  }
}

.site-heading p {
  margin-bottom: 0;
  margin-top: 25px;
  padding: 0 10%;
}

.site-heading .devider {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: var(--color-heading);
  position: relative;
  z-index: 1;
  left: 10px;
}

.site-heading .devider:after {
  position: absolute;
  left: -15px;
  top: 0;
  content: "";
  height: 2px;
  width: 10px;
  background: var(--color-heading);
}

.site-heading.light .devider,
.bg-theme .site-heading .devider,
.bg-gradient .site-heading .devider,
.shadow .site-heading .devider,
.bg-dark .site-heading .devider {
  background: var(--white);
}

.site-heading.light .devider::after,
.bg-theme .site-heading .devider::after,
.bg-gradient .site-heading .devider::after,
.shadow .site-heading .devider::after,
.bg-dark .site-heading .devider::after {
  background: var(--white);
}

@media (max-width: 767px) {
  .site-heading p {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .site-heading {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 1.2;
  }
}

.heading-left {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.heading-left .heading {
  font-weight: 700;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading-left .heading {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .heading-left .heading {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 1.2;
  }
}

.heading-left p {
  margin-bottom: 0;
}

.heading-left .btn {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .heading-left {
    margin-bottom: 30px;
  }
}

.sub-heading {
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 700;
  background: var(--bg-gradient-reverse);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.shadow .sub-heading {
  -webkit-text-fill-color: var(--white);
  font-weight: 700;
}

.bg-gradient .sub-heading {
  color: var(--white);
  background: transparent;
  -webkit-background-clip: inherit;
  background-clip: inherit;
  -webkit-text-fill-color: inherit;
  opacity: 0.9;
}

.site-heading.text-light .sub-title,
.site-heading.text-light .sub-heading {
  -webkit-text-fill-color: inherit;
  color: var(--white);
}

/* ==============================================================
    # Video Play Button
=================================================================== */
.video-play-button {
  display: inline-block;
  background: var(--color-primary);
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: var(--color-heading);
  position: relative;
}

.video-play-button i {
  font-weight: 400;
  font-size: 20px;
  position: relative;
  left: 3px;
  top: 2px;
}

.video-play-button .effect {
  position: absolute;
  width: 100px;
  height: 100px;
  background: var(--color-primary);
  opacity: 0;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-animation: video-play 1500ms ease-out infinite;
  animation: video-play 1500ms ease-out infinite;
}

.video-play-button .effect::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background: var(--color-primary);
  opacity: 0;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-animation: video-play 1500ms ease-out infinite;
  animation: video-play 1500ms ease-out infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-play-button .effect::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: var(--color-secondary);
  opacity: 0;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-animation: video-play 1500ms ease-out infinite;
  animation: video-play 1500ms ease-out infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.video-play-button.with-text {
  width: auto;
  background: transparent;
}

.video-play-button.with-text span {
  position: relative;
  z-index: 1;
}

.video-play-button.with-text span i {
  margin-left: 25px;
  margin-right: 30px;
  color: var(--white);
  left: -1px;
}

.video-play-button.with-text .effect {
  height: 60px;
  width: 60px;
  left: 0;
  -webkit-animation: inherit;
  animation: inherit;
  background: var(--color-primary);
  top: 0;
  opacity: 1;
  z-index: 1;
}

.video-play-button.with-text .effect::before {
  display: none;
}

.video-play-button.with-text .effect::after {
  background: var(--color-primary);
  height: 100%;
  width: 100%;
  z-index: inherit;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* ==============================================================
    # Template Animation
=================================================================== */

/* Video Paly */
@-webkit-keyframes video-play {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes video-play {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*Zoom Animation */
.zoom-animation {
  -webkit-animation: zoom 2000ms ease-out infinite;
  animation: zoom 2000ms ease-out infinite;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}

/* Spiner Animation */
.spiner-animation {
  -webkit-animation: spinner 20s infinite linear;
  animation: spinner 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

/* Spiner Animation */
.spiner-reverse-animation {
  -webkit-animation: spinnerReverse 20s infinite linear;
  animation: spinnerReverse 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinnerReverse {
  to {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@keyframes spinnerReverse {
  to {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

/* Infinite Up Down Animation */
@keyframes UpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* Animation UpDown */
.updown-animation {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: UpDown;
  animation-name: UpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* Animation Left Right */
.leftRight-animation {
  -webkit-animation: fadeLeftRight 10s ease-out infinite;
  animation: fadeLeftRight 10s ease-out infinite;
}

/* Fade Left Right */
@keyframes fadeLeftRight {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@-webkit-keyframes fadeLeftRight {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

/* Animation Right Left */
.rightLeft-animation {
  -webkit-animation: fadeRightLeft 10s ease-out infinite;
  animation: fadeRightLeft 10s ease-out infinite;
}

@keyframes fadeRightLeft {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

@-webkit-keyframes fadeRightLeft {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

/* Animation Zoom Up Down */
.zoomUpDown-animation {
  -webkit-animation: zoomUpDown 10s ease-out infinite;
  animation: zoomUpDown 10s ease-out infinite;
}

/* Zoom Up Down */
@keyframes zoomUpDown {
  0%,
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@-webkit-keyframes zoomUpDown {
  0%,
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/* Animation Moving */
.moving-animation {
  -webkit-animation: moving 10s ease-out infinite;
  animation: moving 10s ease-out infinite;
}

/* Mooving Animation */
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }

  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }

  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }

  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }

  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

/* Animation Rotation */
@keyframes infinite-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

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

@-webkit-keyframes infinite-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

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

/* Button Border Animation */
@-webkit-keyframes open {
  0% {
    width: 0;
    height: 0;
  }

  50% {
    width: 100px;
    height: 0;
  }

  100% {
    width: 100px;
    height: 55px;
  }
}

@keyframes open {
  0% {
    width: 0;
    height: 0;
  }

  50% {
    width: 100px;
    height: 0;
  }

  100% {
    width: 100px;
    height: 55px;
  }
}

@-webkit-keyframes openB {
  0% {
    width: 0px;
  }

  100% {
    width: 100px;
  }
}

@keyframes openB {
  0% {
    width: 0px;
  }

  100% {
    width: 100px;
  }
}

/* Animation Shine (A shine color will move inside the text) */

@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}

@keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}

@-webkit-keyframes infiniteMove {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes infiniteMove {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@-webkit-keyframes infiniteMove2 {
  0% {
    border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
  }

  50% {
    border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
  }

  100% {
    border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
  }
}

@keyframes infiniteMove2 {
  0% {
    border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
  }

  50% {
    border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
  }

  100% {
    border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
  }
}

/* ==============================================================
    # Button Styles
=================================================================== */
.btn {
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 7px;
  border: 2px solid transparent;
  -webkit-box-shadow: inherit;
  box-shadow: none !important;
  font-size: 16px;
  letter-spacing: 0;
  padding: 13px 30px;
  background: #e7edf8;
  position: relative;
  z-index: 1;
}

.btn:focus,
.btn.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border: 2px solid transparent;
}

.btn:hover {
  background-color: var(--color-primary);
  color: var(--white);
}

.btn.radius {
  border-radius: 6px;
}

.btn.btn-border {
  border: 2px solid #dddddd;
  background: transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 700;
}

.btn.btn-border::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background-color: var(--dark);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-border:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-border:hover {
  border-color: var(--dark);
}

.btn.btn-border.animation::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background: #e7e7e7;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-border.animation:hover {
  border-color: #e7e7e7;
  color: var(--dark);
}

.btn.btn-border.animation:hover::after {
  width: 100%;
}

.btn.btn-border-dark {
  border: 2px solid var(--dark);
  background: transparent;
}

.btn-md.btn-border-dark {
  padding: 15px 35px;
}

.btn.btn-border-dark:hover {
  background: var(--dark);
  border-color: var(--dark);
}

.btn.btn-border-dark.animation::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background: var(--dark);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-border-dark.animation:hover {
  border-color: var(--dark);
  color: var(--white);
}

.btn.btn-border-dark.animation:hover::after {
  width: 100%;
}

.btn.btn-border-theme {
  border: 2px solid var(--color-primary);
  background: transparent;
}

.btn.btn-border-theme:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.btn.btn-border-theme.animation::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background: var(--color-primary);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-border-theme.animation:hover {
  border-color: var(--color-primary);
  color: var(--white);
}

.btn.btn-border-theme.animation:hover::after {
  width: 100%;
}

.btn.btn-border-light {
  border: 2px solid var(--white);
  background: transparent;
  color: var(--white);
}

.btn.btn-border-light:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--dark);
}

.btn.btn-border-light.animation::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background: var(--white);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-border-light.animation:hover {
  border-color: var(--white);
  color: var(--dark);
}

.btn.btn-border-light.animation:hover::after {
  width: 100%;
}

.btn-md.btn-border-light {
  border: 1px solid var(--white);
  padding: 15px 35px;
}

.btn.btn-border.light {
  color: var(--white);
  border-color: var(--white);
}

.btn.btn-border.light::after {
  background: var(--color-primary);
}

.btn.btn-border.light:hover {
  border-color: var(--color-primary);
}

.btn.btn-gradient {
  border: none;
  color: var(--white);
}

.btn.btn-gradient::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(to left, var(--color-primary), var(--color-secondary), var(--color-primary));
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-size: 250%;
}

.btn.btn-gradient:hover::after {
  background-position: -70% 0;
}

.btn.btn-gradient.active {
  background-position: -70% 0;
}

.btn.btn-theme {
  color: var(--white);
  border: none;
  background: var(--color-primary);
}

.btn.btn-theme::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background-color: var(--dark);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
}

.bg-dark .btn.btn-theme::after {
  background-color: var(--color-secondary);
}

.bg-dark .btn.btn-theme:hover {
  color: var(--color-heading);
}

.banner-style-four .btn.btn-theme::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background: var(--white) !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-theme:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

.banner-style-four .btn.btn-theme:hover {
  color: var(--color-heading) !important;
}

button {
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 7px;
  border: 2px solid transparent;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  font-size: 16px;
  letter-spacing: 0;
  padding: 14px 40px;
  background: #e7edf8;
  position: relative;
  z-index: 1;
  color: var(--white);
  border: none;
  background: var(--color-primary);
}

button::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background-color: var(--dark);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
}

button:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

button i {
  margin-right: 4px;
}

.btn.btn-theme.secondary {
  color: var(--white);
  border: none;
  background: var(--color-optional);
}

.btn.btn-theme.secondary::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background-color: var(--dark);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
}

.text-light .btn.btn-theme.secondary::after {
  background-color: var(--white);
}

.text-light .btn.btn-theme.secondary:hover {
  color: var(--color-heading);
}

.btn.btn-theme.secondary:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-theme.hover-light::after {
  background-color: var(--white);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover {
  color: var(--dark);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-light {
  color: var(--color-heading);
  border: none;
  background: var(--white);
  border: 2px solid transparent;
}

.btn.btn-light.btn-md {
  padding: 13px 52px;
}

.btn.btn-light:hover {
  color: var(--white);
  background: transparent;
  border: 2px solid var(--white);
}

.btn.btn-dark {
  color: var(--white);
  background: var(--dark);
  border: none;
}

.btn.btn-dark::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background-color: var(--color-primary);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.shadow .btn.btn-dark::after {
  background-color: var(--white);
}

.shadow .btn.btn-dark:hover {
  color: var(--color-heading) !important;
}

.btn.btn-dark:hover::after {
  width: 100%;
}

.btn.btn-dark.secondary {
  color: var(--white);
  border: none;
  background: var(--dark);
}

.btn.btn-dark.secondary::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background-color: var(--color-optional);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-dark.secondary:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn i {
  position: relative;
  top: 1px;
  margin-left: 5px;
}

.btn-md i {
  font-weight: 1;
  font-size: 24px;
  margin: 0;
  float: left;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.btn.text-slide {
  min-width: 150px;
  height: 55px;
  line-height: 55px;
}

.btn.text-slide span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

.btn.animate-border {
  overflow: inherit;
  z-index: inherit;
  width: 200px;
  height: 55px;
  line-height: 55px;
  padding: 0;
}

.btn.animate-border:hover {
  background: transparent;
  color: var(--dark);
}

.btn.animate-border:hover .hover-border::after,
.btn.animate-border:hover .hover-border::before {
  opacity: 1;
  -webkit-animation: open 0.4s;
  /* Chrome, Safari, Opera */
  animation: open 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.btn.animate-border:hover .hover-border-bottom::after,
.btn.animate-border:hover .hover-border-bottom::before {
  opacity: 1;
  -webkit-animation: openB 0.4s;
  /* Chrome, Safari, Opera */
  animation: openB 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.btn.animate-border .hover-border {
  position: absolute;
  left: 0;
  top: -1px;
  height: 100%;
  width: 100%;
}

.btn.animate-border .hover-border::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  display: block;
  opacity: 0;
  border-top: solid 2px var(--color-primary);
  border-left: solid 2px var(--color-primary);
  right: 98px;
  top: -1px;
}

.btn.animate-border .hover-border::after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  display: block;
  opacity: 0;
  border-top: solid 2px var(--color-primary);
  border-right: solid 2px var(--color-primary);
  left: 98px;
  top: -1px;
}

.btn.animate-border .hover-border-bottom {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.btn.animate-border .hover-border-bottom::before {
  position: absolute;
  content: "";
  width: 0;
  display: block;
  opacity: 0;
  height: 55px;
  border-bottom: solid 2px var(--color-primary);
  right: -1px;
  bottom: -2px;
}

.btn.animate-border .hover-border-bottom::after {
  position: absolute;
  content: "";
  width: 0;
  display: block;
  opacity: 0;
  height: 100%;
  border-bottom: solid 2px var(--color-primary);
  left: 0;
  bottom: -2px;
}

.btn.animated-arrow {
  border: none;
  background: transparent;
  min-width: 14rem;
  height: auto;
  padding: 0;
}

.btn.animated-arrow .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: var(--color-primary);
  border-radius: 2rem;
}

.btn.animated-arrow .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 15px;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn.animated-arrow .circle .icon::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid var(--white);
  border-right: 0.125rem solid var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn.animated-arrow .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0;
  margin: 0 0 0 70px;
  color: var(--dark);
  line-height: 2;
  text-align: left;
  width: 100%;
  font-size: 14px;
}

.btn.animated-arrow:hover {
  color: var(--white);
}

.btn.animated-arrow:hover .circle {
  width: 100%;
}

.btn.animated-arrow:hover .circle .icon.arrow {
  background: var(--white);
  -webkit-transform: translate(1.5rem, 0);
  transform: translate(1.5rem, 0);
}

.btn.animated-arrow:hover .button-text {
  color: var(--white);
}

.btn.circle {
  border-radius: 30px !important;
}

.btn-simple {
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  color: var(--color-paragraph);
}

.btn-simple i {
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 2px;
}

.btn-simple:hover {
  color: var(--color-primary);
}

.video-btn i {
  display: inline-block;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  background: var(--color-primary);
  border-radius: 50%;
  position: relative;
  margin-right: 20px;
  color: var(--white);
}

.text-light .video-btn i {
  background: var(--white);
  color: var(--color-primary);
}

.video-btn i::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: var(--color-primary) repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.text-light .video-btn i::after {
  background: var(--white) repeat scroll 0 0;
}

.text-shine {
  background: linear-gradient(to right, var(--dark) 0, var(--white) 10%, var(--color-primary) 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 3s infinite linear;
  animation: shine 3s infinite linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  padding: 12px 48px;
}

.animate-inout {
  background: -webkit-gradient(linear, left top, right top, from(#8a6552), to(#472d20));
  background: linear-gradient(90deg, #8a6552 0%, #472d20 100%);
  color: var(--white);
  font-size: 12px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: solid 2px var(--color-primary);
  cursor: pointer;
}

.btn-icon {
  position: relative;
  padding-left: 20px;
}

.btn-icon:hover {
  color: var(--color-primary);
}

.btn-icon::after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: "";
  height: 2px;
  left: 0;
  background: var(--color-heading);
  transform: translateY(-50%);
  margin-top: -1px;
  transition: all 0.35s ease-in-out;
}

.btn-icon:hover::after {
  background: var(--color-primary);
}

.btn-icon i {
  font-weight: 700;
}

.btn-icon:hover {
  padding-left: 40px;
}

.animate-inout span {
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 20px;
}

.animate-inout::before,
.animate-inout::after {
  width: 0%;
  height: 0%;
  position: absolute;
  content: "";
  border-radius: 100%;
}

.animate-inout:after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: var(--white);
}

.animate-inout:before {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: var(--color-primary);
}

.animate-inout.animate-inout-borde {
  background: transparent;
  color: var(--dark);
}

.animate-inout.animate-inout-borde::after {
  background: -webkit-gradient(linear, left top, right top, from(#8a6552), to(#472d20));
  background: linear-gradient(90deg, #8a6552 0%, #472d20 100%);
}

.animate-inout.animate-inout-borde:hover {
  color: var(--white);
}

.animate-inout.animate-inout-borde:hover::before {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.animate-inout.animate-inout-borde:hover::after {
  -webkit-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}

.animate-inout:hover {
  color: var(--dark);
}

.animate-inout:hover::before,
.animate-inout:hover::after {
  width: 200px;
  height: 200px;
  border-radius: 4px;
}

.animate-inout:hover::before {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.animate-inout:hover::after {
  -webkit-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}

.btn-md {
  padding: 17px 35px;
  font-size: 15px;
}

.btn-md.btn-border {
  padding: 14px 52px;
}

.btn-sm {
  padding: 16px 45px;
  font-size: 14px;
}

.btn-sm.btn-border,
.btn-sm.btn-light {
  padding: 14px 45px;
}

.mfp-close-btn-in .mfp-close::after {
  display: none;
}

/* Btn Animation */

.btn-animation {
  z-index: 1;
  position: relative;
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
}

.bg-dark .btn-animation {
  color: var(--white);
}

.btn-animation i {
  display: inline-block;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  background: var(--color-primary);
  color: var(--white);
  border-radius: 50%;
  font-weight: 400;
  margin-right: 10px;
  transition: all 0.35s ease-in-out;
  transform: scale(0);
}

.btn-animation:hover {
  margin-left: 0;
  color: var(--color-heading);
}

.bg-dark .btn-animation:hover {
  color: var(--white);
}

.btn-animation:hover i {
  transform: scale(1);
}

.btn-animation::after {
  position: absolute;
  left: -13px;
  top: 0;
  content: "";
  height: 60px;
  width: 60px;
  border: 1px solid #c2bfbf;
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
  transform: scale(1);
  z-index: -1;
}

.bg-dark .btn-animation::after {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-animation:hover::after {
  transform: scale(0);
}

.btn-animation span {
  transition: all 0.35s ease-in-out;
  left: -50px;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
}

.btn-animation:hover span {
  left: 0;
}

.btn-animation.dark::after {
  border-color: #c5c5c5;
  z-index: -1;
}

.btn-animation.dark i {
  background: var(--color-primary);
  color: var(--white);
}

.btn-animation.dark:hover {
  color: var(--color-heading);
}

@media only screen and (max-width: 767px) {
  .row {
    --bs-gutter-x: 1.5rem;
  }
}

a.btn-round-animation {
  display: inline-block;
  height: 180px;
  width: 180px;
  text-align: center;
  line-height: 180px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

a.btn-round-animation i {
  display: inline-block;
  transform: rotate(-45deg);
  font-weight: 400;
  margin-left: 5px;
}

a.btn-round-animation::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 0;
  width: 100%;
  background: var(--color-primary);
  z-index: -1;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}

a.btn-round-animation::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  background: var(--bg-gradient);
  z-index: -1;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}

a.btn-round-animation:hover {
  color: var(--white);
}

a.btn-round-animation:hover::before {
  height: 100%;
}

a.btn-round-animation:hover::after {
  opacity: 0.4;
  height: 80%;
}

a.btn-round-animation.dark {
  border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark,
.bg-dark-secondary,
.bg-dark p,
.bg-dark-secondary p {
  color: #cccccc;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
  color: var(--white);
}

/* Fun Fact */
.fun-fact .counter {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 60px;
  font-weight: 700;
  color: var(--color-heading);
  line-height: 1;
  margin-bottom: 5px;
}

.fun-fact .medium {
  font-weight: 400;
}

/* ==============================================================
    # Topbar Styles
=================================================================== */

.item-flex {
  align-items: center;
  display: flex;
}

.item-flex li {
  margin-left: 30px;
}

.item-flex li:first-child {
  margin: 0;
}

.item-flex li i {
  margin-right: 10px;
  font-weight: 100;
  font-size: 24px;
  color: var(--color-primary);
}

.top-bar-area li {
  display: flex;
  align-items: center;
}

.top-bar-area li a {
  font-weight: 400;
}

.top-bar-area .social li {
  display: inline-block;
  margin-right: 30px;
}

.top-bar-area .social li:first-child {
  margin-right: 0;
}

.top-bar-area .text-end .social li {
  margin-right: 0;
  margin-left: 30px;
}

.top-bar-area .text-end .social li:first-child {
  margin-left: 0;
}

.top-bar-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.top-bar-area.top-bar-style-one.bg-dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* ==============================================================
    # Navbar Styles
=================================================================== */
@media (min-width: 1024px) {
  nav.navbar.navbar-style-one.no-background {
    padding: 0;
  }

  nav.navbar.navbar-style-one.no-background {
    top: 50px;
  }

  nav.navbar.navbar-style-one.no-background::before {
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(20px);
    width: 100%;
    z-index: -1;
  }
}

@media (min-width: 1200px) {
  nav.navbar.navbar-style-one.no-background a.navbar-brand {
    position: relative;
    z-index: 1;
    padding: 0 35px;
    top: -20px;
  }

  nav.navbar.navbar-style-one.no-background a.navbar-brand::after {
    position: absolute;
    left: 0;
    top: -48px;
    content: "";
    height: 160px;
    width: 100%;
    background: var(--bg-gradient);
    z-index: -1;
    border-radius: 0 0 15px 15px;
  }

  nav.navbar.navbar-style-one.no-background::after {
    position: absolute;
    left: 20%;
    content: "";
    height: 100%;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    z-index: -1;
  }

  nav.navbar.navbar-style-one.no-background::before {
    position: absolute;
    left: 20%;
    content: "";
    height: 100%;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(20px);
    width: 100%;
    z-index: -1;
  }
}

/* ==============================================================
    # Nice Select Styles
=================================================================== */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--white);
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
}

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

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

.nice-select::after {
  border-bottom: 2px solid #999999;
  border-right: 2px solid #999999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  overflow-y: auto !important;
  height: auto;
}

.nice-select.open ::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

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

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

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

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

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

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

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

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

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

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

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

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: 700;
}

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

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.mfp-iframe-holder .mfp-close {
  color: transparent;
  background: transparent;
}

.mfp-iframe-holder .mfp-close::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  width: 20px;
  z-index: 1;
  display: block;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  color: var(--white);
}

/* ==============================================================
    # Banner Styles
=================================================================== */
.banner-area {
  height: 100%;
  width: 100%;
  position: relative;
}

@media (max-width: 1023px) {
  .banner-area {
    height: auto;
  }
}

.banner-area div {
  height: 100%;
}

.banner-area div.swiper-slide .row div {
  height: auto;
}

.banner-area.top-pad-80 .content {
  padding-top: 80px;
}

@media (max-width: 1023px) {
  .banner-area.top-pad-80 .content {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.top-pad-80 .content {
    padding-top: 140px;
  }
}

.banner-area.top-pad-90 .content {
  padding-top: 90px;
}

@media (max-width: 1023px) {
  .banner-area.top-pad-90 .content {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.top-pad-90 .content {
    padding-top: 140px;
  }
}

.banner-area.top-pad-100 .content {
  padding-top: 100px;
}

@media (max-width: 1023px) {
  .banner-area.top-pad-100 .content {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.top-pad-100 .content {
    padding-top: 140px;
  }
}

.banner-area.top-pad-110 .content {
  padding-top: 110px;
}

@media (max-width: 1023px) {
  .banner-area.top-pad-110 .content {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.top-pad-110 .content {
    padding-top: 140px;
  }
}

.banner-area.top-pad-120 .content {
  padding-top: 120px;
}

@media (max-width: 1023px) {
  .banner-area.top-pad-120 .content {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.top-pad-120 .content {
    padding-top: 140px;
  }
}

.banner-area.top-pad-130 .content {
  padding-top: 130px;
}

@media (max-width: 1023px) {
  .banner-area.top-pad-130 .content {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.top-pad-130 .content {
    padding-top: 140px;
  }
}

.banner-area.top-pad-150 .content {
  padding-top: 150px;
}

@media (max-width: 1023px) {
  .banner-area.top-pad-150 .content {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.top-pad-150 .content {
    padding-top: 140px;
  }
}

.banner-area.auto-height {
  height: auto;
}

.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 200px 0;
}

@media only screen and (max-width: 767px) {
  .banner-area.auto-height .content {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.auto-height .content {
    padding: 120px 0;
  }
}

.banner-area.auto-height .content .thumb {
  padding-left: 35px;
}

@media (max-width: 991px) {
  .banner-area.auto-height .content .thumb {
    padding-left: 0;
    margin-top: 50px;
  }
}

.banner-area.auto-height.inc-header-transparent .content {
  padding-top: 250px;
}

@media only screen and (max-width: 767px) {
  .banner-area.auto-height.inc-header-transparent .content {
    padding-top: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.auto-height.inc-header-transparent .content {
    padding-top: 220px;
  }
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .info {
  padding-top: 80px;
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
  margin-top: 250px;
}

@media only screen and (max-width: 767px) {
  .banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
    margin-top: 50px;
  }
}

.banner-area .content {
  position: relative;
  z-index: 9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 1023px) {
  .banner-area .content {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area .content {
    padding: 60px 0;
  }
}

.banner-area h4 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate3d(-15%, 0, 0);
  transform: translate3d(-15%, 0, 0);
  opacity: 0;
  visibility: hidden;
}

.banner-area h2 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.banner-area p,
.banner-area ul {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  padding-right: 25%;
  margin: 0;
  visibility: hidden;
}

@media (max-width: 1023px) {
  .banner-area p {
    padding-right: 0;
  }
}

.banner-area.text-center p {
  padding-left: 13%;
  padding-right: 13%;
}

@media (max-width: 1023px) {
  .banner-area.text-center p {
    padding: 0;
  }
}

.banner-area .thumb {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.banner-area .button {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
}

.banner-area .banner-slide h4 {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.banner-area .banner-slide h2 {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.banner-area .banner-slide p,
.banner-area .banner-slide ul {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.banner-area .banner-slide .button {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active h4 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active h2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active p,
.banner-area .banner-slide .swiper-slide.swiper-slide-active ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active .button {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.banner-area.double-items .thumb {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.banner-area.double-items .swiper-slide.swiper-slide-active .thumb {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
  visibility: visible;
  opacity: 1;
}

.banner-area.double-items.bottom-thumb .content {
  padding: 0;
}

.banner-area.double-items.bottom-thumb .content .thumb {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .banner-area.double-items.bottom-thumb .content {
    padding: 50px 0;
  }

  .banner-area.double-items.bottom-thumb .content .thumb {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.double-items.bottom-thumb .content {
    padding: 120px 0;
  }

  .banner-area.double-items.bottom-thumb .content .thumb {
    margin-top: 50px;
  }
}

.banner-area.zoom-effect .banner-thumb {
  -webkit-transition: 10s ease-out;
  transition: 10s ease-out;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
}

.banner-area.zoom-effect .swiper-slide.swiper-slide-active .banner-thumb {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.banner-area .swiper-notification {
  display: none;
}

.banner-area .swiper-slide.swiper-slide-active h4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.banner-area .swiper-slide.swiper-slide-active h2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.banner-area .swiper-slide.swiper-slide-active p,
.banner-area .swiper-slide.swiper-slide-active ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

.banner-area .swiper-slide.swiper-slide-active .button {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 3200ms;
  transition-delay: 3200ms;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active .button {
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

.banner-area .banner-items {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.banner-area:hover .swiper-button-prev,
.banner-area:hover .swiper-button-next {
  opacity: 1;
}

.banner-area:hover .swiper-button-prev {
  left: 30px;
  right: auto;
}

.banner-area:hover .swiper-button-next {
  right: 30px;
  left: auto;
}

.banner-area .swiper-button-prev,
.banner-area .swiper-button-next {
  height: auto;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.banner-area .swiper-button-prev::after,
.banner-area .swiper-button-next::after {
  font-size: 28px;
  color: var(--color-heading);
}

.banner-area.navigation-circle .swiper-button-prev,
.banner-area.navigation-circle .swiper-button-next {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  border: 1px solid var(--color-primary);
}

.banner-area.navigation-circle .swiper-button-prev::after,
.banner-area.navigation-circle .swiper-button-next::after {
  font-size: 16px;
}

.banner-area.navigation-right-bottom .swiper-button-prev,
.banner-area.navigation-right-bottom .swiper-button-next {
  left: auto;
  right: 30px;
  opacity: 1;
  top: auto;
  -webkit-transform: inherit;
  transform: inherit;
  bottom: 50px;
  border-radius: inherit;
}

.banner-area.navigation-right-bottom .swiper-button-prev {
  right: 92px;
}

.banner-area.navigation-between-bottom .content {
  padding-bottom: 105px;
}

@media only screen and (min-width: 829px) and (max-width: 1023px) {
  .banner-area.navigation-between-bottom .content {
    padding-bottom: 220px;
  }
}

.banner-area.navigation-between-bottom .swiper-button-prev,
.banner-area.navigation-between-bottom .swiper-button-next {
  left: auto;
  right: 30px;
  opacity: 1;
  top: auto;
  -webkit-transform: inherit;
  transform: inherit;
  bottom: 30px;
  border-radius: inherit;
}

.banner-area.navigation-between-bottom .swiper-button-prev {
  left: 30px;
  right: auto;
}

@media only screen and (max-width: 830px) {
  .banner-area .swiper-button-prev,
  .banner-area .swiper-button-next {
    display: none;
  }
}

.banner-area.navigation-custom .swiper-button-prev::after {
  font-family: "ElegantIcons";
  content: "\23";
  font-size: 22px;
}

.banner-area.navigation-custom .swiper-button-next::after {
  font-family: "ElegantIcons";
  content: "\24";
  font-size: 22px;
}

.banner-area.navigation-text .swiper-button-prev,
.banner-area.navigation-text .swiper-button-next {
  opacity: 1;
  top: auto;
  -webkit-transform: inherit;
  transform: inherit;
  left: auto;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 150px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  height: 100px;
  line-height: 100px;
}

@media only screen and (max-width: 830px) {
  .banner-area.navigation-text .swiper-button-prev,
  .banner-area.navigation-text .swiper-button-next {
    display: none;
  }
}

.banner-area.navigation-text .swiper-button-prev {
  right: 151px;
}

.banner-area.navigation-text .swiper-button-prev::after {
  font-family: var(--font-heading);
  content: "Prev";
  text-transform: uppercase !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.banner-area.navigation-text .swiper-button-next::after {
  font-family: var(--font-heading);
  content: "Next";
  text-transform: uppercase !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.banner-area.navigation-icon-solid .swiper-button-prev::after,
.banner-area.navigation-icon-solid .swiper-button-next::after {
  font-size: 30px;
}

.banner-area.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-custom-large .swiper-button-next {
  min-width: 65px;
  height: 30px;
  margin: 0;
}

.banner-area.navigation-custom-large .swiper-button-prev::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f104";
  font-weight: 100;
  font-size: 30px;
  position: absolute;
  left: 8px;
}

.banner-area.navigation-custom-large .swiper-button-prev::before {
  position: absolute;
  top: 50%;
  right: inherit;
  bottom: inherit;
  left: 12px;
  content: "";
  height: 2px;
  width: 50px;
  z-index: -1;
  background-color: var(--white);
  margin-top: -1px;
}

.banner-area.navigation-custom-large .swiper-button-next::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-weight: 100;
  font-size: 30px;
  position: absolute;
  right: 8px;
}

.banner-area.navigation-custom-large .swiper-button-next::before {
  position: absolute;
  top: 50%;
  right: 12px;
  bottom: inherit;
  left: inherit;
  content: "";
  height: 2px;
  width: 50px;
  z-index: -1;
  background-color: var(--white);
  margin-top: -1px;
}

.banner-area.navigation-right-botom .swiper-button-prev,
.banner-area.navigation-right-botom .swiper-button-next {
  position: absolute;
  left: auto;
  right: 30px;
  top: auto;
  bottom: 40px;
  opacity: 1;
  -webkit-transform: inherit;
  transform: inherit;
}

.banner-area.navigation-right-botom .swiper-button-prev {
  right: 60px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-next {
  bottom: 30px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev {
  right: 100px;
}

.banner-area .swiper-pagination {
  height: auto;
  bottom: 35px;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet {
  height: 4px;
  width: 50px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: inherit;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
  height: 7px;
}

@media only screen and (max-width: 767px) {
  .banner-area.include-pagination .content {
    padding-bottom: 100px;
  }
}

.banner-area .swiper-pagination-fraction span {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination-fraction span.swiper-pagination-current {
  font-size: 30px;
  font-family: var(--font-heading);
  font-weight: 700;
}

/* ==============================================================
    # Banner Custom Style
=================================================================== */

/* Banner Software */

.banner-software {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.banner-software .content-box {
  padding-top: 200px;
  margin-bottom: 120px;
}

.banner-software .content-box .thumb-inner {
  position: relative;
  padding-top: 80px;
  padding-right: 80px;
  padding-left: 50px;
  bottom: -120px;
  margin-top: -80px;
}

.banner-software .content-box .thumb-inner img:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 250px;
}

.banner-software .content-box .thumb-inner img:nth-child(3) {
  position: absolute;
  left: 0;
  top: 200px;
  max-height: 150px;
}

.banner-software .content-box .thumb-inner img {
  border-radius: 10px;
  box-shadow: 0 3px 40px 0 rgb(0 0 0 / 20%);
}

.banner-software .content-box .thumb-inner img:first-child {
  padding: 15px;
  background: var(--white);
}

.banner-software h2 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
}

.banner-software p {
  font-size: 18px;
  padding: 0 15%;
}

.banner-software h2 strong {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.banner-software h2 strong::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/round-shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

/* Banner Digital Agency */
.banner-digital-agency,
.banner-digital-agency div {
  height: 100%;
}

.banner-digital-agency .row div {
  height: auto;
}

.right-angle-thumb,
.right-angle-thumb div {
  height: auto !important;
}

.banner-digital-agency .content {
  padding-top: 90px;
}

.banner-digital-agency {
  position: relative;
  z-index: 1;
}

.right-angle-thumb {
  position: absolute;
  right: 0;
  top: 180px;
  width: 45%;
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  align-items: center;
  bottom: 120px;
}

.right-angle-thumb .item {
  height: 100% !important;
  background-size: cover;
  background-position: center;
}

.banner-digital-agency h2 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
}

.banner-digital-agency p {
  font-size: 18px;
  padding-right: 15%;
}

/* Banner SEO Agency */

.banner-seo .content-box {
  padding-top: 200px;
}

.banner-seo .content-box h2 {
  font-size: 70px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 25px;
}

.banner-seo .content-box p {
  font-size: 18px;
  padding: 0 15%;
}

.seo-thumb {
  position: relative;
  padding: 0 20%;
  margin-top: 50px;
  padding-right: 10%;
}

.seo-thumb img:first-child {
  border: 1px solid #e7e7e7;
  border-radius: 30px;
}

.seo-thumb img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
}

.seo-thumb img:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
}

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

.banner-seo::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #e3efef 40%, #fbfbfd00 60%);
  z-index: -1;
}

/* banner business */

.business-banner .business-banner-thumb {
  margin-top: 120px;
  position: relative;
  z-index: 1;
}

.revenew {
  background: var(--bg-gradient);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 35%;
  color: var(--white);
  padding: 40px;
  border-radius: 10px;
}

.revenew i {
  display: inline-block;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-bottom: 20px;
  font-weight: 100;
}

.revenew h4 {
  color: var(--white);
  font-weight: 800;
  margin-bottom: 2px;
  font-size: 26px;
}

.revenew p {
  margin: 0;
  color: var(--white);
  font-size: 17px;
}

.business-banner .business-banner-thumb img:nth-child(2) {
  position: absolute;
  right: -25%;
  bottom: 100px;
  height: 160px;
  width: auto;
  box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}

.business-banner .info h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-primary);
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  padding: 7px 30px;
  border-radius: 30px;
  font-size: 18px;
  box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
  margin-bottom: 25px;
}

.business-banner h2 {
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
}

.business-banner p {
  font-size: 18px;
  line-height: 1.8;
}

.business-banner .info {
  margin-top: 80px;
}

/* Banner IT Solutions */

.it-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.it-banner::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 0 0;
  z-index: -1;
  opacity: 0.7;
}

.it-banner-thumb {
  text-align: center;
  margin-top: 150px;
}

.it-banner h2 {
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 25px;
}

.it-banner h2 strong {
  display: block;
  text-transform: uppercase;
  font-size: 108px;
}

.process-video a {
  display: inline-block;
  background: #1b457b;
  overflow: hidden;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Feature */
.feature-style-one-item i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background: var(--bg-gradient);
  border-radius: 50%;
  color: var(--white);
  font-size: 27px;
  font-weight: 100;
  margin-bottom: 30px;
}

.feature-style-one-item h4 {
  font-weight: 700;
}

.feature-style-one-item p {
  margin: 0;
}

.feature-alert {
  background: #eff0ff;
  padding: 50px;
  border-radius: 30px;
  border: 2px solid;
}

.feature-alert p {
  margin: 0;
}

.feature-alert .fun-fact {
  margin-top: 20px;
}

.feature-alert .fun-fact .counter {
  margin-top: 20px;
  /* background: linear-gradient(90deg, #5be2c8 0%,#011fc8 45.714285714285715%,#43BADF 100%); */
	background: linear-gradient(90deg, rgba(254,96,40,1) 32%, rgba(0,212,255,1) 44%, rgba(0,212,255,1) 55%);

  /* background: linear-gradient(90deg, rgba(254, 96, 40, 1) 38%, rgba(0, 212, 255, 1) 86%); */

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-alert .fun-fact span.medium {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-heading);
}

.feature-style-one-area {
  position: relative;
  z-index: 1;
  background-size: 12%;
  background-repeat: no-repeat;
  background-position: right top;
}

.feature-style-one-area .shape {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: -1;
  width: 25%;
}

/* Software Overview */

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

.overview-area::after {
  position: absolute;
  left: 50%;
  top: -120px;
  content: "";
  height: 500px;
  width: 500px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #ffcf00 60%, #27ff00 100%);
  z-index: -1;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.4;
}

.overview-item .overview-thumb {
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
  border-radius: 30px;
  background: var(--white);
  padding: 15px;
  margin: 15px;
}

.overview-item .overview-thumb img {
  border-radius: 20px;
}

.overview-items {
  margin: -15px;
}

.overview-item {
  padding-right: 20%;
  position: relative;
  padding-bottom: 50px;
}

.overview-content {
  background: var(--white);
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 50px;
  border: 2px solid #00ffc4;
  border-radius: 10px;
  max-width: 40%;
}

.overview-carousel {
  position: relative;
}

.overview-carousel .overview-pagination {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.overview-carousel .overview-pagination span.swiper-pagination-bullet {
  display: block;
  margin: 13px 0;
  text-align: right;
  transform: scale(1);
  transition: all 0.35s ease-in-out;
  height: 10px;
  width: 10px;
}

.overview-carousel .overview-pagination .swiper-pagination {
  left: auto;
  right: 25px;
  text-align: right;
  top: 15px;
}

.overview-carousel .overview-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.5);
}

.overview-content h2 {
  font-weight: 700;
  margin-bottom: 25px;
}

.overview-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 25px;
}

.overview-content ul li {
  padding-left: 25px;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.overview-content ul li::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 10px;
  width: 10px;
  background: var(--bg-gradient);
  border-radius: 4px;
  transform: translateY(-50%);
}

/* ==============================================================
    # About
=================================================================== */
.about-style-one-thumb {
  padding-left: 20%;
  position: relative;
  text-align: right;
  padding-right: 10%;
}

.about-style-one-thumb img {
  border-radius: 300px;
}

.experience {
  height: 250px;
  width: 250px;
  position: absolute;
  left: 0;
  top: 60px;
  /* background: var(--color-primary); */
	background: linear-gradient(90deg, rgba(254,96,40,0.6474964985994398) 32%, rgba(0,212,255,0.5802696078431373) 44%, rgba(0,212,255,1) 55%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  overflow: hidden;
  border: 10px solid var(--white);
}

.experience::after {
  position: absolute;
  right: 0;
  content: "";
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/shape/2.png);
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.experience strong {
  display: block;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 10px;
}

.experience h2 {
  font-weight: 700;
  line-height: 1;
  margin: 0;
  font-size: 24px;
  color: var(--white);
  padding: 0 48px;
}

.about-style-one-info .content {
  margin-top: 30px;
}

.contact-short {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.contact-short i {
  display: inline-block;
  font-size: 25px;
  margin-right: 20px;
  color: var(--color-primary);
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: var(--bg-gray);
  border-radius: 50%;
}

.contact-short h5 {
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.contact-short a {
  color: var(--color-primary);
  font-weight: 700;
}

.about-style-one-info li h4 {
  font-weight: 700;
  font-size: 18px;
}

.about-style-one-info li::after {
  top: 0;
}

.list-check {
  margin-top: 30px;
}

.list-check li {
  color: var(--color-heading);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin-top: 10px;
}

.list-check li::after {
  position: absolute;
  left: 0;
  top: 2px;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border: 1px solid;
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  color: var(--color-primary);
}

.list-check li:first-child {
  margin-top: 0;
}

/* ==============================================================
    # About
=================================================================== */
.about-style-two-items {
  position: relative;
  background-color: var(--dark);
}

.about-style-two-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-size: cover;
  background-position: center;
}

.about-two-item {
  padding: 120px 50px;
}

.about-style-two-thumb::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/9.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}

.author-info {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.author-info > img {
  height: 60px;
  margin-left: 30px;
}

.author-info .thumb img {
  height: 70px;
  border-radius: 50%;
  border: 2px solid var(--white);
  margin-right: 15px;
}

.author-info h4 {
  margin-bottom: 5px;
  font-weight: 800;
}

.author-info span {
  color: var(--color-primary);
  font-weight: 500;
}

.author-info .info {
  border-right: 1px solid #91a2ab;
  padding-right: 30px;
}

.about-two-item h2 {
  font-weight: 900;
  margin-bottom: 30px;
}

.about-style-three-thumb {
  position: relative;
}

.about-style-three-thumb i {
  font-size: 120px;
  position: absolute;
  left: -16px;
  bottom: 20%;
  color: var(--white);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  animation: spinner 20s infinite linear;
}

/* ==============================================================
    # About
=================================================================== */

.about-four-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding-right: 48%;
  margin-left: -10%;
}

ul.about-list {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  position: absolute;
  left: 14%;
  bottom: -80px;
  background: var(--bg-gradient);
  right: 0;
  padding: 50px 0;
  align-items: center;
  border-radius: 10px;
}

ul.about-list li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 50px;
}

ul.about-list li h4 {
  font-weight: 900;
  color: var(--white);
}

ul.about-list li p {
  color: var(--white);
  opacity: 0.9;
  margin-bottom: 0;
}

ul.about-list li i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 30px;
  color: var(--white);
  font-weight: 100;
}

ul.about-list .experiences {
  text-align: center;
}

ul.about-list .experiences h1 {
  color: var(--white);
  font-size: 120px;
  line-height: 100px;
  font-weight: 900;
  -webkit-text-stroke: 1px var(--white);
  color: transparent;
}

ul.about-list .experiences h4 {
  margin: 0;
  font-weight: 700;
}

ul.about-list li:first-child {
  border: none;
}

.about-four-thumb img:nth-child(2) {
  position: absolute;
  right: 0;
  top: 80px;
  width: 40%;
}

.about-four-thumb img {
  border-radius: 10px;
}

.about-four-thumb::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 250px;
  width: 250px;
  background: #00ff29;
  z-index: -1;
  border-radius: 50%;
  filter: blur(130px);
  opacity: 0.5;
}

.about-card {
  display: flex;
  margin-top: 40px;
}

.about-card img {
  height: 80px;
  width: auto;
  margin-right: 30px;
}

.about-card h4 {
  font-weight: 900;
  line-height: 1.4;
}

.about-style-four h2 {
  font-weight: 900;
  margin-bottom: 25px;
}

.about-four-thumb::before {
  position: absolute;
  left: -150px;
  bottom: -100px;
  content: "";
  height: 400px;
  width: 400px;
  background: url(../img/shape/49.png);
  background-repeat: no-repeat;
  z-index: -1;
  background-position: bottom left;
  background-size: contain;
  animation: spinner 80s infinite linear;
}

/* ==============================================================
    # Software Benifits
=================================================================== */

.soft-illustration img {
  max-width: 140%;
}

ul.list-double li {
  padding-left: 60px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

ul.list-double li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 24px;
  background: var(--white);
  color: var(--dark);
  border-radius: 50%;
  font-size: 12px;
  border: 1px solid var(--color-primary);
  transition: all 0.35s ease-in-out;
}

ul.list-double li h5 {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 20px;
}

ul.list-double li p {
  margin: 0;
}

ul.list-double::after {
  position: absolute;
  left: 12px;
  top: 0;
  content: "";
  height: 100%;
  width: 2px;
  border-left: 1px solid var(--color-primary);
  opacity: 0.3;
}

ul.list-double li:first-child::after,
ul.list-double li:hover::after {
  transform: scale(1.5);
  background: var(--color-primary);
  color: var(--white);
}

ul.list-double {
  position: relative;
}

/* ==============================================================
     # Fun Fact
=================================================================== */

.fun-facts-area .shape {
  position: absolute;
  right: 0;
  top: -25px;
  height: 73%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 0.4;
}

.fun-facts-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .fun-facts-area {
    width: 90%;
    margin: auto;
    border-radius: 30px;
    max-width: 1500px;
  }
}

.fun-facts-area .fun-fact {
  text-align: center;
  position: relative;
  z-index: 1;
}

.fun-facts-area .fun-fact .counter {
  position: relative;
}

.fun-facts-area .fun-fact .counter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  margin-bottom: 5px;
}

.fun-facts-area .fun-fact .medium {
  font-weight: 700;
}

/* ==============================================================
     # Testimonial
=================================================================== */
@media (min-width: 1200px) {
  .testimonial-style-one-area .container-fill {
    padding-left: 0;
    padding-right: 0;
  }
}

.testimonial-style-one {
  position: relative;
  z-index: 1;
}

.testimonial-style-one-item {
  padding: 50px;
  background: var(--white);
  border-radius: 15px;
  border: 1px solid #e7e7e7;
}

.testimonial-style-one-item p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

.testimonial-style-one-item .provider {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.testimonial-style-one-item .provider img {
  height: 80px;
  width: 80px;
  min-width: 80px;
  margin-right: 25px;
  border-radius: 50%;
}

.testimonial-style-one-item .provider h4 {
  margin-bottom: 4px;
  font-weight: 700;
}

.testimonial-style-one .rating-provider {
  margin-left: 0;
}

.testimonial-style-one .rating-provider .ratings {
  margin: 0;
}

.testimonial-style-one-item .provider .thumb {
  position: relative;
  z-index: 1;
}

.testimonial-style-one-item .provider .thumb::after {
  position: absolute;
  right: 15px;
  top: 10px;
  content: "";
  height: 30px;
  width: 30px;
  background-image: url(../img/shape/quote.png);
  background-color: var(--color-primary);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-style-one-item .provider strong {
  font-weight: 700;
  color: var(--color-primary);
}

.testimonial-style-one-area .shape-animation {
  z-index: inherit;
}

.testimonial-style-one-item .review i {
  display: inline-block;
  color: #ffc107;
  margin-right: 5px;
}

.testimonial-style-one-item .review {
  margin-top: 20px;
  display: inline-block;
  background: whitesmoke;
  padding: 0 14px;
  border-radius: 30px;
  font-weight: 900;
  border: 1px solid;
  position: absolute;
  right: 30px;
  top: 40px;
}

/* ==============================================================
     # Testimonial Two
=================================================================== */
.testimonial-style-two-carousel .item {
  display: flex;
  align-items: center;
}

.testimonial-style-two-carousel .item .provider img {
  clip-path: polygon(
    45% 1.33975%,
    46.5798% 0.60307%,
    48.26352% 0.15192%,
    50% 0%,
    51.73648% 0.15192%,
    53.4202% 0.60307%,
    55% 1.33975%,
    89.64102% 21.33975%,
    91.06889% 22.33956%,
    92.30146% 23.57212%,
    93.30127% 25%,
    94.03794% 26.5798%,
    94.48909% 28.26352%,
    94.64102% 30%,
    94.64102% 70%,
    94.48909% 71.73648%,
    94.03794% 73.4202%,
    93.30127% 75%,
    92.30146% 76.42788%,
    91.06889% 77.66044%,
    89.64102% 78.66025%,
    55% 98.66025%,
    53.4202% 99.39693%,
    51.73648% 99.84808%,
    50% 100%,
    48.26352% 99.84808%,
    46.5798% 99.39693%,
    45% 98.66025%,
    10.35898% 78.66025%,
    8.93111% 77.66044%,
    7.69854% 76.42788%,
    6.69873% 75%,
    5.96206% 73.4202%,
    5.51091% 71.73648%,
    5.35898% 70%,
    5.35898% 30%,
    5.51091% 28.26352%,
    5.96206% 26.5798%,
    6.69873% 25%,
    7.69854% 23.57212%,
    8.93111% 22.33956%,
    10.35898% 21.33975%
  );
}

.testimonial-style-two-carousel .item .info {
  padding-left: 65px;
  margin-left: 35px;
  position: relative;
  z-index: 1;
}

.testimonial-style-two-carousel .item svg {
  height: 100%;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.bg-dark .testimonial-style-two-carousel .item svg,
.bg-gradient .testimonial-style-two-carousel .item svg,
.bg-theme .testimonial-style-two-carousel .item svg {
  fill: var(--white);
  opacity: 0.5;
}

.testimonial-style-two-carousel .item .reason {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.testimonial-style-two-carousel .item .reason h5 {
  margin: 0;
  font-size: 26px;
  margin-right: 25px;
  font-weight: 700;
}

.testimonial-style-two-carousel .item .reason i {
  color: #ead400;
  font-size: 16px;
}

.testimonial-style-two-carousel .item p {
  font-size: 20px;
  line-height: 1.8;
}

.testimonial-style-two-carousel .item .content h4 {
  font-weight: 700;
  margin-bottom: 8px;
}

.testimonial-style-two-carousel .item .content {
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.testimonial-style-two-carousel .item .content span {
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 7px;
}

.testimonial-style-two-carousel .item .content img {
  height: 65px;
  width: auto;
  margin-right: 25px;
}

.bg-dark .testimonial-style-two-carousel .item .content img {
  opacity: 0.2;
}

/* ==============================================================
     # Pricing
=================================================================== */

.pricing-style-one {
  box-shadow: 0 3px 40px 0 rgb(0 0 0 / 10%);
  padding: 60px 37px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  background: var(--white);
}

.pricing-style-one::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/7.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}

.pricing-style-one h4 {
  font-size: 24px;
  font-weight: 700;
}

.pricing-style-one h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 25px;
}

.pricing-style-one h2 sub {
  font-size: 16px;
  font-weight: 700;
  margin-left: -12px;
}

.pricing-style-one h2 sup {
  font-size: 30px;
  top: -18px;
  font-weight: 500;
}

.pricing-style-one li {
  margin-top: 7px;
  font-size: 14px;
}

.pricing-style-one li i {
  font-size: 14px;
  margin-right: 5px;
}

.pricing-style-one .pricing-info {
  margin-top: 30px;
}

.pricing-style-one.active {
  border: none;
  background: var(--bg-gradient);
  z-index: 9;
}

.pricing-style-one.active h2,
.pricing-style-one.active h4,
.pricing-style-one.active li,
.pricing-style-one.active p {
  color: var(--white);
}

.pricing-style-one .btn {
  display: block;
}

/* ==============================================================
    # Contact
=================================================================== */
.contact-area {
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
}

.contact-area.contact-page {
  background-position: center right;
}

.shape-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 45%;
}

.contact-bg-color {
  position: relative;
}

.contact-bg-color::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--bg-gray);
  z-index: -1;
}

.contact-bg-color .contact-form-style-one {
  padding-bottom: 100px;
}

.contact-style-one-info h2 {
  font-weight: 700;
  margin-top: -8px;
}

.contact-style-one-info .title {
  font-size: 20px;
}

.contact-style-one-info li p {
  margin: 0;
}

.contact-style-one-info li a {
  font-weight: 400;
}

.contact-style-one-info h3 {
  font-weight: 700;
}

.contact-form-style-one .sub-title {
  margin-bottom: 10px;
}

.contact-form-style-one input,
.contact-form-style-one textarea {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  border-radius: inherit;
  padding: 0;
  box-shadow: inherit;
}

.contact-form-style-one input:focus,
.contact-form-style-one textarea:focus {
  box-shadow: inherit;
}

.contact-form-style-one .form-group {
  margin-bottom: 30px;
}

.contact-form-style-one textarea {
  min-height: 180px;
}

.contact-form-style-one {
  padding: 80px;
  box-shadow: 0 3px 40px 0 rgb(0 0 0 / 10%);
  background: var(--white);
  position: relative;
  z-index: 1;
}

.contact-form-style-one .shape-right-bottom {
  position: absolute;
  right: -110px;
  bottom: -50px;
  max-width: 170px;
}

.contact-form-style-one .title {
  font-size: 36px;
}

img.loader {
  margin-left: 10px;
}

.contact-address {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

ul.social-link {
  margin-top: 20px;
}

ul.social-link li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}

ul.social-link li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  border: 2px solid;
  border-radius: 4px;
  line-height: 40px;
}

.contact-box {
  position: relative;
}

.contact-box .shape-right-bottom {
  max-width: inherit;
  height: 300px;
  right: -200px;
  bottom: -100px;
}

.contact-box .shape-right-bottom img {
  width: auto;
  height: 100%;
}

/* ==============================================================
    # Brand
=================================================================== */
.clients-area .rating {
  color: #ff7f00;
  margin-bottom: 15px;
}

.clients-area h2 {
  font-weight: 700;
  margin: 0;
}

.clients-area {
  position: relative;
}

.clients-area::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 60%;
  width: 25%;
  background: linear-gradient(90deg, #ffffff 10%, #fbfbfd00 100%);
  z-index: 1;
}

.clients-area::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 60%;
  width: 25%;
  background: linear-gradient(-90deg, #ffffff 10%, #fbfbfd00 100%);
  z-index: 21;
}

.brand-carousel .swiper-wrapper {
  transition-timing-function: linear;
}

.brand-carousel .swiper-slide {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 30px;
}

.brand-carousel .swiper-slide img {
  height: 40px;
}

/* ==============================================================
    # Brand Two
=================================================================== */
.bg-text {
  display: inline-block;
  font-size: 90px;
  position: relative;
  line-height: 1.1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
  position: relative;
  font-weight: 900;
}

.brand-two-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: -100px;
}

.brand-two-items.colum-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.brand-two-items img {
  height: 80px;
}

.brand-two-items .item {
  background: rgba(255, 255, 255, 0.5);
  padding: 80px 25px;
  border-radius: 200px;
  border: 1px solid #cedff6;
  margin-top: 200px;
}

.brand-two-items.colum-3 .item {
  padding: 80px 25px;
}

.brand-two-items .item:nth-child(3) {
  margin-top: 0;
}

.brand-two-items .item:nth-child(2n) {
  margin-top: 40px;
}

/* ==============================================================
    # Feature Two
=================================================================== */

.feature-style-two-area {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

.feature-style-two .icon {
  height: 120px;
  width: 120px;
  background: #d7edfa;
  padding: 30px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.feature-style-two .icon img {
  height: 100%;
}

.feature-style-two h3 {
  font-weight: 700;
  font-size: 25px;
}

.feature-style-two p {
  margin: 0;
}

.feature-style-two {
  padding: 0 60px;
}

.feature-two-box .col-lg-4:nth-child(2) {
  margin-top: 120px;
}

.feature-two-box .col-lg-4:nth-child(3) {
  margin-top: 240px;
}

.feature-two-box .col-lg-4 {
  padding: 0;
  position: relative;
  z-index: 1;
}

.feature-two-box .col-lg-4::after {
  position: absolute;
  right: -121px;
  top: 43px;
  content: "";
  height: 1px;
  left: 60px;
  border-top: 2px dashed #cccccc;
  z-index: -1;
}

.feature-two-box .col-lg-4::before {
  position: absolute;
}

.feature-style-two .icon::after {
  position: absolute;
  left: 50%;
  top: -75px;
  content: "";
  height: 100%;
  width: 1px;
  border-right: 2px dashed #cccccc;
  z-index: -1;
}

.feature-two-box .col-lg-4:first-child .icon::after {
  display: none;
}

.feature-two-box .col-lg-4:last-child::after {
  display: none;
}

.feature-style-two span {
  position: absolute;
  left: 220px;
  font-size: 50px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px var(--dark);
  background: var(--white);
  padding: 0 20px;
}

/* ==============================================================
    # Service
=================================================================== */

.services-style-one-area {
  border-radius: 50px;
}

.tab-content.service-one-items {
  padding: 80px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.service-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 80%;
  float: right;
}

.service-tags ul li {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  margin-left: 10px;
  margin-bottom: 15px;
}

.service-tags {
  float: right;
  text-align: right;
}

.nav-tabs.service-one-nav {
  margin: 0;
  border: none;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  border-radius: 30px;
}

.nav-tabs.service-one-nav .nav-link::after {
  display: none;
}

.nav-tabs.service-one-nav .nav-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 35px 50px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: inherit;
  color: var(--white);
  display: flex;
  align-items: center;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
}

.nav-tabs.service-one-nav .nav-link i {
  display: inline-block;
  font-weight: 700;
  font-size: 40px;
  width: 70px;
}

.nav-tabs.service-one-nav .nav-link.active {
  background: var(--bg-gradient);
}

.nav-tabs.service-one-nav .nav-link:last-child {
  border: none;
}

.nav-tabs.service-one-nav .nav-link b {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.86;
}

.tab-content.service-one-items h6 {
  font-size: 18px;
}

.tab-content.service-one-items h5 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}

.tab-content.service-one-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.tab-content.service-one-items ul li {
  display: block;
  margin-top: 10px;
  position: relative;
  padding-left: 25px;
}

.tab-content.service-one-items ul li::after {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  height: 10px;
  width: 10px;
  background: var(--bg-gradient);
  border-radius: 3px;
}

.tab-content.service-one-items .progress-box {
  margin-top: 30px;
}

.tab-content.service-one-items .progress-box h5 {
  font-weight: 800;
}

.tab-content.service-one-items .progress-box .progress {
  width: 100%;
  height: 4px;
  overflow: inherit;
}

.tab-content.service-one-items .progress-box .progress span {
  position: absolute;
  right: 0;
  top: -50px;
  background: var(--white);
  color: var(--color-heading);
  font-weight: 800;
  padding: 5px;
  border-radius: 5px;
}

.tab-content.service-one-items .progress-box .progress .progress-bar {
  position: relative;
  overflow: inherit;
  width: 90%;
}

.tab-content.service-one-items .progress-box .progress span::after {
  position: absolute;
  bottom: -8px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--white);
  left: 50%;
  transform: translateX(-50%);
}

.achivement-counter li i.fas {
  font-size: 40px;
}

/* ==============================================================
    # Service
=================================================================== */
.services-two-item img {
  height: 80px;
  margin-bottom: 50px;
}

.services-style-two-items {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
  border-right: none;
  padding-left: 15px;
  padding-right: 15px;
}

.services-style-two-items .services-two-item {
  padding: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 65px;
  padding-right: 65px;
}

.services-two-heading {
  position: sticky;
  top: 120px;
}

.services-two-item p {
  color: #cccccc;
}

.services-two-item h4 {
  margin-bottom: 25px;
}

a.read-more {
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 30px;
  display: block;
  text-align: center;
  margin-top: 30px;
}

a.read-more i {
  display: inline-block;
  font-weight: 500;
  transform: rotate(-45deg);
  margin-left: 5px;
}

.services-two-heading h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 80px;
  margin: 0;
}

/* ==============================================================
    # Service
=================================================================== */

@media only screen and (min-width: 1400px) {
  .services-style-three-area .container-full {
    margin-left: calc((100% - 1320px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1400px) {
  .services-style-three-area .services-style-three-carousel.owl-carousel .owl-stage {
    left: -300px;
  }
}

.services-carousel.swiper {
  margin: -15px;
}

.services-carousel.swiper .swiper-wrapper {
  padding: 15px;
}

.service-three-item {
  padding: 67px 70px;
  background: var(--white);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.bg-gray .service-three-item {
  box-shadow: none !important;
}

.service-three-item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/14.png);
  background-size: 40px;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: right bottom;
}

.service-three-item > a {
  display: inline-block;
  border: 2px solid #dddddd;
  padding: 13px 35px;
  border-radius: 30px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
}

.service-three-item > a:hover {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: var(--white);
}

.service-three-item img {
  width: auto !important;
  height: 65px;
  margin-right: 20px;
}

.service-three-item ul {
  margin-top: 30px;
  margin-bottom: 20px;
}

.service-three-item ul li {
  font-size: 16px;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
  z-index: 1;
  margin-top: 8px;
}

.service-three-item ul li::after {
  position: absolute;
  left: 0;
  top: 6px;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  height: 16px;
  width: 16px;
  line-height: 16px;
  background: var(--color-primary);
  text-align: center;
  font-size: 11px;
  border-radius: 5px;
  font-weight: 400;
  color: var(--white);
}

.service-three-item .top {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.service-three-item h4 {
  margin: 0;
  font-size: 24px;
}

.service-three-item > a i {
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 4px;
}

.services-style-three-carousel {
  position: relative;
  z-index: 1;
}

.services-style-three-carousel::after {
  position: absolute;
  left: -150px;
  bottom: -50px;
  content: "";
  height: 450px;
  width: 450px;
  background: #fff000;
  z-index: -1;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.35;
}

/* ==============================================================
    # Services
=================================================================== */

.services-style-four {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  padding: 60px 50px;
  background: #001766;
}

.services-style-four img {
  border-radius: 20px;
}

.services-style-four .info img {
  height: 150px;
  margin-bottom: 30px;
}

.services-style-four .thumb {
  padding: 0 30px;
}

.services-style-four .info > a {
  display: block;
  text-align: center;
  background: var(--bg-gradient);
  text-transform: uppercase;
  padding: 13px;
  border-radius: 30px;
  margin-top: 30px;
}

.services-style-four .info > a i {
  transform: rotate(-45deg);
  margin-left: 5px;
}

.services-style-four .info p {
  color: #cccccc;
}

.services-style-four .shape {
  position: absolute;
  left: -30px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.services-style-four-area {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* ==============================================================
    # Services Details
=================================================================== */
.services-details-area .thumb img {
  margin-bottom: 40px;
}

.services-details-area h1,
.services-details-area h2,
.services-details-area h3,
.services-details-area h4,
.services-details-area h5,
.services-details-area h6 {
  font-weight: 800;
}

.feature-list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list-item li {
  position: relative;
  z-index: 1;
  padding-left: 25px;
  margin-top: 8px;
  font-weight: 500;
}

.feature-list-item li::after {
  position: absolute;
  left: 0;
  top: 1px;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: var(--color-primary);
  font-weight: 500;
  font-size: 14px;
}

.quick-contact-widget {
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 60px 37px;
  background-position: center center;
  overflow: hidden;
  border-radius: 10px;
}

.quick-contact-widget .content {
  position: relative;
  z-index: 1;
}

.quick-contact-widget h2 {
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 25px;
}

.quick-contact-widget h4 a {
  font-weight: 400;
  border-bottom: 2px solid;
}

.quick-contact-widget i {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-weight: 100;
  background: #ffffff;
  color: var(--color-primary);
  font-size: 22px;
  border-radius: 50%;
  margin-bottom: 40px;
  position: relative;
}

.quick-contact-widget i::after {
  position: absolute;
  left: -10px;
  top: -10px;
  content: "";
  height: 80px;
  width: 80px;
  background: #ffffff;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.8;
}

.quick-contact-widget::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--dark);
  z-index: -1;
  opacity: 0.3;
  border-radius: 7px;
}

.quick-contact-widget .btn-sm {
  font-size: 16px;
}

.services-sidebar .single-widget {
  margin-top: 50px;
}

.services-sidebar .single-widget .widget-title {
  display: block;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: -5px;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: 15px;
}

.services-sidebar .single-widget .widget-title::after {
  position: absolute;
  left: 10px;
  bottom: 0;
  content: "";
  height: 3px;
  width: 50px;
  border-bottom: 3px solid var(--color-primary);
}

.services-sidebar .single-widget .widget-title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 3px;
  width: 5px;
  background: var(--color-primary);
}

.services-sidebar .single-widget h4.widget-title {
  font-size: 24px;
}

.services-sidebar .single-widget:first-child {
  margin-top: 0;
}

.widget-brochure ul {
  padding-left: 0;
  list-style: none;
}

.widget-brochure ul li a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  background: #ffffff;
  padding: 20px 25px;
  border-radius: 5px;
  border: 2px solid #cddff7;
  color: var(--color-heading);
}

.widget-brochure ul li a:hover {
  color: var(--color-primary);
}

.widget-brochure ul li:first-child a {
  margin-top: 0;
}

.widget-brochure ul li:first-child a,
.widget-brochure ul li a:hover {
  background: var(--color-primary);
  border-color: transparent;
  color: var(--white);
}

.widget-brochure ul li i {
  font-size: 35px;
  font-weight: 100;
  margin-right: 16px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.widget-brochure ul li:hover i,
.widget-brochure ul li:first-child i {
  color: var(--white);
}

@media only screen and (max-width: 767px) {
  .services-more .row {
    margin-top: -20px;
  }
}

.services-more .item {
  overflow: hidden;
  margin-top: 15px;
  position: relative;
  border-radius: 10px;
}

.services-more .item i::before {
  line-height: inherit;
}

@media only screen and (max-width: 767px) {
  .services-more .item {
    margin-top: 30px;
    padding: 50px 30px;
    border: 1px solid #dddddd;
  }
}

.services-more .item i {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 20px;
  background: var(--color-primary);
  color: var(--white);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
}

.services-more .item a {
  color: var(--color-heading);
}

.services-more .item a:hover {
  color: var(--color-primary);
}

.services-more .item p {
  margin: 0;
}

.services-details-items .faq-style-one button.accordion-button::after {
  top: 15px;
}

.service-single-thumb {
  position: relative;
  z-index: 1;
}

.service-single-thumb img {
  margin-bottom: 40px;
}

.services-list-widget {
  padding: 50px;
  border-radius: 10px;
  padding-top: 60px;
  border: 2px solid #dddddd;
}

.services-list-widget a {
  display: block;
  padding: 10px 0;
  font-weight: 700;
  position: relative;
  padding-right: 50px;
}

.services-list-widget .current-item a {
  color: var(--color-primary);
  font-weight: 700;
}

.services-list-widget li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.services-list-widget li:first-child {
  border: none;
  margin-top: -10px;
}

.services-list-widget a i {
  float: right;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.services-sidebar .single-widget.text-light .widget-title::after {
  border-color: var(--white);
}

.services-details-items img {
  border-radius: 10px;
}

.services-list-widget a::after {
  position: absolute;
  right: 0;
  top: 10px;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.services-list-widget .current-item a::after {
  opacity: 1;
}

.dark .accordion-item .accordion-button:not(.collapsed) {
  background: var(--dark) !important;
}

/* ==============================================================
    # Faq
=================================================================== */
.faq-area {
  position: relative;
  z-index: 1;
}

.faq-sahpe img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.faq-sahpe img:first-child {
  left: auto;
  right: 20px;
  bottom: -50px;
  animation: fadeRightLeft 5s ease-out infinite;
}

.faq-sahpe img:nth-child(2) {
  max-width: 200px;
}

.faq-style-one button.accordion-button {
  color: var(--color-heading);
  font-size: 18px;
  font-weight: 800 !important;
  padding: 25px !important;
  background: var(--white) !important;
  border-radius: 10px !important;
  padding-right: 60px !important;
  position: relative;
  border-radius: 10px !important;
  box-shadow: inherit;
  border-bottom: 1px solid transparent !important;
}

.faq-style-one button.accordion-button::before {
  background: transparent;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  font-size: 25px;
  position: absolute;
  top: 22px;
  right: 25px;
}

.faq-style-one button.accordion-button:not(.collapsed)::before {
  -webkit-transform: inherit;
  transform: inherit;
  content: "\f106";
}

.faq-style-one button.accordion-button::after {
  display: none;
}

.faq-style-one button.accordion-button:focus {
  background: transparent;
  color: var(--color-heading);
  border: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  padding-left: 0;
  font-weight: 700;
}

.faq-style-one .accordion-item {
  background: var(--white);
  border: none;
  margin-top: 15px;
  box-shadow: 0 25px 70px rgb(0 0 0 / 7%) !important;
  border-radius: 10px;
}

.faq-style-one .accordion-item:first-child {
  margin-top: 0;
}

.faq-style-one .accordion-item h2 {
  margin: 0;
  border: none;
}

.faq-style-one .accordion-body {
  padding: 30px;
  position: relative;
  z-index: 1;
}

.faq-style-one .accordion-body p {
  margin: 0;
}

.faq-style-one button.accordion-button strong {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  margin-right: 12px;
  border: 1px solid #e7e7e7;
}

.accordion-item .accordion-button:not(.collapsed) {
  background: var(--dark) !important;
  border-radius: 10px 10px 0 0 !important;
  color: var(--white) !important;
}

.secondary .accordion-item .accordion-button:not(.collapsed) {
  background: var(--bg-gradient-secondary) !important;
}

.shape-left-center {
  left: -200px;
  position: absolute;
  bottom: 80px;
  z-index: -1;
}

.faq-style-one {
  position: relative;
  z-index: 1;
}

.faq-sidebar {
  position: relative;
  z-index: 9;
}

.faq-sidebar-item {
  padding: 50px;
  overflow: hidden;
  border-radius: 7px;
}

.faq-sidebar-item h4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.faq-sidebar-item li {
  margin-top: 7px;
}

/* ==============================================================
    # Feature
=================================================================== */
ul.feature-fun-fact li {
  margin-top: 50px;
}

ul.feature-fun-fact li:first-child {
  margin-top: 0;
}

.feature-fun-fact .fun-fact .counter {
  font-weight: 700;
  font-size: 90px;
  color: transparent;
  -webkit-text-stroke: 1px #797474;
}

.feature-style-three {
  padding: 60px 40px;
  background: linear-gradient(0deg, #f4f4f9 40%, #fbfbfd00 60%);
  border-radius: 10px;
  border: 2px solid #e9e9e9;
}

.feature-style-three img {
  height: 150px;
  margin-top: 50px;
}

.feature-style-three .icon {
  text-align: right;
}

.feature-style-three h4 {
  font-size: 24px;
  font-weight: 800;
}

.feature-style-three p {
  margin: 0;
  font-size: 18px;
}

/* ==============================================================
    # Choose Us
=================================================================== */
.choose-us-one-thumb {
  background: var(--white);
  border-radius: 30px;
  padding: 50px;
}

.choose-us-one-thumb h3 {
  font-weight: 800;
  margin-bottom: 30px;
}

ul.list-default {
  margin-top: 40px;
}

ul.list-default li h4 {
  font-weight: 800;
}

ul.list-default li {
  margin-top: 30px;
}

ul.list-default p {
  margin: 0;
}

/* ==============================================================
    # Choose Us Style TWo
=================================================================== */

.choose-us-style-two-thumb .curve-text svg {
  position: absolute;
  left: -58px;
  top: 100px;
}

.curve-text svg {
  fill: var(--white);
  height: 170px;
  width: 170px;
  overflow: inherit;
  animation: spinner 20s infinite linear;
  text-shadow: 1px 1px #000000;
}

.curve-text svg path {
  fill: none;
}

.curve-text svg text {
  fill: var(--white);
  letter-spacing: 4px;
}

.choose-us-style-two-thumb {
  position: relative;
  bottom: -120px;
  margin-top: -120px;
}

h2.text-path {
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke: 1px var(--white);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 50px;
}

.choose-us-style-two-thumb h4 {
  font-weight: 700;
  font-size: 24px;
}

ul.check-list-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.check-list-item li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid;
  position: relative;
  z-index: 1;
  padding-left: 75px;
}

ul.check-list-item li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

ul.check-list-item li h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

ul.check-list-item li h4 {
  font-weight: 700;
}

ul.check-list-item li p {
  margin: 0;
}

.bg-dark ul.check-list-item li p {
  opacity: 0.9;
}

ul.check-list-item li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background: var(--bg-gradient);
  border-radius: 50%;
}

/* ==============================================================
    # Choose Us Three
=================================================================== */

.choose-us-thumb img {
  border-radius: 50%;
}

.choose-us-style-three h2 {
  font-weight: 900;
  margin-bottom: 25px;
}

.choose-us-style-three ul li {
  margin-top: 20px;
  position: relative;
  z-index: 1;
  padding-left: 40px;
}

.choose-us-style-three ul li h4 {
  font-weight: 700;
  font-size: 17px;
}

.choose-us-style-three ul li::after {
  position: absolute;
  left: 0;
  top: -1px;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  font-weight: 400;
  height: 23px;
  width: 23px;
  text-align: center;
  line-height: 23px;
  background: var(--bg-gradient);
  color: var(--white);
  border-radius: 50%;
}

.choose-us-style-three ul {
  position: relative;
  z-index: 1;
  margin-top: 25px;
}

.choose-us-style-three ul::after {
  position: absolute;
  left: 11px;
  top: 0;
  content: "";
  height: 100%;
  width: 1px;
  border-left: 1px solid var(--color-primary);
  z-index: -1;
}

.choose-us-style-three ul li:first-child h4 {
  font-size: 24px;
}

.choose-us-style-three ul li:first-child::after {
  top: 1px;
}

.choose-us-thumb {
  position: relative;
}

.choose-us-thumb .fun-fact {
  position: absolute;
  right: -50px;
  bottom: 0;
  background: var(--bg-gray);
  height: 250px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--color-heading);
  border-radius: 50%;
  border: 30px solid var(--white);
}

.choose-us-thumb .fun-fact span.medium {
  display: block;
  width: 100%;
  text-align: center;
}

.choose-us-thumb .fun-fact .counter {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 7px;
  font-weight: 900;
}

/* ==============================================================
    # Feature
=================================================================== */
.feature-four-items {
  padding: 80px 60px;
  border-radius: 30px;
  position: relative;
}

.feature-style-four img {
  height: 100px;
  margin-bottom: 50px;
}

.feature-style-four a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 30px;
  position: relative;
}

.feature-style-four a i {
  position: relative;
  z-index: 1;
  font-weight: 4;
  margin-left: 5px;
}

.feature-style-four h3 {
  font-weight: 700;
  margin: 0;
  font-size: 24px;
}

.feature-style-four {
  padding: 0 20px;
}

.feature-four-items .sahpe {
  position: absolute;
  right: -50px;
  bottom: -50px;
}

/* ==============================================================
    # Feature
=================================================================== */

.feature-style-five-area {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.feature-style-five {
  display: flex;
  padding: 0 20px;
}

.feature-style-five-items .item {
  border-right: 1px solid #dddd;
}

.feature-style-five-items .item:last-child {
  border: none;
}

.feature-style-five .icon {
  display: flex;
  height: 90px;
  width: 90px;
  min-width: 90px;
  background: var(--bg-gradient);
  border-radius: 50%;
  text-align: center;
  margin-right: 30px;
}

.feature-style-five img {
  margin: auto;
  height: 50px;
}

.feature-style-five h4 {
  font-weight: 800;
}

.feature-style-five p {
  margin: 0;
}

.feature-style-five-items h2 {
  margin: 0;
}

.progress-card {
  text-align: center;
  background: var(--white);
  padding: 50px 40px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  border-radius: 30px;
}

.progress-card .circle {
  position: relative;
  margin-bottom: 15px;
}

.progress-card .circle strong {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 20px;
  margin-left: 3px;
  color: var(--color-heading);
}

.progress-card h4 {
  font-weight: 700;
  margin-bottom: 5px;
}

.progress-card p {
  margin: 0;
}

/* ==============================================================
    # Project
=================================================================== */

.mix-item-menu button {
  padding: 0;
  background: transparent;
  color: var(--color-heading);
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-left: 20px;
  overflow: inherit;
  font-size: 18px;
}

.mix-item-menu button::after {
  display: none;
}

.mix-item-menu {
  float: right;
  text-align: right !important;
  position: relative;
  top: -120px;
  z-index: 2;
  padding: 30px;
}

.mix-item-menu button::before {
  position: absolute;
  right: -15px;
  top: 1px;
  content: "/";
  color: var(--color-paragraph);
}

.mix-item-menu button:last-child::before {
  display: none;
}

.mix-item-menu button.active {
  color: var(--color-primary);
}

.mix-item-menu.center {
  top: 0;
  margin-bottom: 40px;
  float: none;
  overflow: hidden;
  text-align: center !important;
  display: inline-block;
  padding: 0;
  width: 100%;
}

.mix-item-menu.center::after {
  width: 100%;
  display: none;
}

.mix-item-menu.center button {
  overflow: inherit;
  margin: 0 3px;
  padding: 10px 30px;
  border: 2px solid #e7e7e7;
  border-radius: 30px;
}

.mix-item-menu.center button::before {
  right: 0;
  display: none;
}

.gallery-items.gallery-style-one .gallery-item {
  padding: 15px;
}

.gallery-items.gallery-style-one.colums-3 .gallery-item:nth-child(2) {
  width: 50%;
}

.gallery-items.gallery-style-one.colums-3 .gallery-item:nth-child(3) {
  width: 25%;
}

.gallery-items.gallery-style-one.colums-3 .gallery-item:first-child {
  width: 25%;
}

.gallery-items.gallery-style-one.colums-3 .gallery-item:nth-child(4) {
  width: 25%;
}

.gallery-items.gallery-style-one.colums-3 .gallery-item:nth-child(5) {
  width: 50%;
}

.gallery-items.gallery-style-one.colums-3 .gallery-item:nth-child(6) {
  width: 25%;
}

.gallery-items.gallery-style-one {
  margin: -15px;
  margin-top: 0;
}

@media (min-width: 1350px) {
  .gallery-items.gallery-style-one {
    margin: -15px -10%;
    margin-top: 0;
  }
}

.portfolio-style-one-single {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}

.portfolio-style-one-single .info {
  position: absolute;
  left: 30px;
  bottom: 30px;
  padding: 25px 50px;
  z-index: 1;
  background: rgba(255, 255, 255, 1);
  transition: all 0.35s ease-in-out;
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  border-top-left-radius: 0;
}

.portfolio-style-one-single .info h4 {
  margin-bottom: 5px;
  font-size: 20px;
}

.portfolio-style-one-single .info .cat span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.portfolio-style-one-single .info .cat span::after {
  position: absolute;
  right: -7px;
  bottom: 0;
  content: ",";
}

.portfolio-style-one-single .info .cat span:last-child::after {
  display: none;
}

.portfolio-style-one-single::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--bg-gradient);
  transition: all 0.35s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.portfolio-style-one-single:hover::after {
  opacity: 0.8;
  visibility: visible;
}

.portfolio-style-one-single:hover .info {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.portfolio-style-one-single .info::after {
  position: absolute;
  left: 0;
  top: -18px;
  content: "";
  height: 20px;
  width: 20px;
  background: rgba(255, 255, 255, 1);
  z-index: -1;
  clip-path: polygon(0 0, 0% 100%, 80% 100%);
}

.portfolio-style-one-single img {
  transition: all 0.35s ease-in-out;
}

.portfolio-style-one-single:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.magnific-mix-gallery {
  position: relative;
  z-index: 9;
}

.mix-item-menu::after {
  position: absolute;
  right: 0;
  top: -115px;
  content: "";
  height: 500px;
  width: 500px;
  background: linear-gradient(90deg, #ffcf00 60%, #27ff00 100%);
  z-index: -1;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.4;
}

/* ==============================================================
    # Project Details
=================================================================== */

ul.project-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

ul.project-info li {
  border-right: 1px solid #e7e7e7;
  padding-right: 50px;
  padding-left: 50px;
}

ul.project-info li:last-child {
  border: none;
}

ul.project-info h4 {
  font-weight: 700;
  margin-bottom: 8px;
}

ul.project-info {
  background: var(--white);
  padding: 40px 30px;
  border-radius: 10px;
  position: relative;
  top: -50px;
  margin-bottom: 0;
  box-shadow: 0 5px 30px rgb(0 0 0 / 10%) !important;
}

.project-details-style-one img {
  border-radius: 10px;
}

.project-details-thumb img {
  margin-bottom: 60px;
}

.project-single-tags a {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 10px;
  text-transform: uppercase;
  color: var(--color-paragraph);
}

.project-single-tags a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: ",";
}

.project-single-tags a:last-child::after {
  display: none;
}

.project-single-tags {
  margin-bottom: 15px;
}

.project-single-tags a:hover {
  color: var(--color-primary);
}

.project-details-thumb h2 {
  font-weight: 800;
  margin: 0;
  padding-right: 15%;
}

.project-author-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-row-gap: 30px;
}

.project-author-details ul li {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 60px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #dddddd;
  padding-top: 30px;
}

.project-author-details ul li:first-child {
  border: none;
  padding: 0;
}

.project-author-details ul li h3 {
  font-weight: 800;
  font-size: 20px;
  margin: 0;
}

.project-author-details ul li p {
  margin: 0;
}

.project-author-details ul li .right-info h3 {
  color: var(--color-paragraph);
  font-weight: 600;
}

p.project-inner-tag {
  font-weight: 700;
  line-height: 2.3;
  text-transform: uppercase;
}

.item-grid-container {
  display: grid;
  grid-row-gap: 60px;
}

.item-grid-container img {
  margin-top: 50px;
}

.item-grid-colum {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 50px;
  grid-row-gap: 60px;
}

.item-grid-colum h1,
.item-grid-colum h2,
.item-grid-colum h3,
.item-grid-colum h4,
.item-grid-colum h5,
.item-grid-colum h6 {
  font-weight: 800;
}

ul.list-disc {
  list-style: disc;
  margin-left: 20px;
  padding: 0;
}

ul.list-disc li {
  list-style: disc;
  margin-top: 7px;
}

/* ==============================================================
    # Team Area
=================================================================== */

.team-style-one-area {
  background-position: top !important;
}

.team-style-one {
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 30px;
  background-color: var(--white);
}

.bg-dark .team-style-one {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.team-style-one img {
  border-radius: 50%;
  max-width: 80%;
  margin: auto;
}

.team-style-one .thumb {
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.team-style-one .content {
  position: relative;
  padding: 30px;
  z-index: 1;
  border-top: 1px solid #dddddd;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bg-dark .team-style-one .content {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.team-style-one .content i {
  display: inline-block;
  font-size: 38px;
  font-weight: 100;
  color: var(--color-primary);
}

.bg-dark .team-style-one .content i {
  color: var(--white);
}

.team-style-one h4 {
  margin-bottom: 3px;
}

.bg-dark .team-style-one h4 a {
  color: var(--white);
}

.team-style-one span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.6px;
}

.bg-dark .team-style-one span {
  color: #cccccc;
}

.team-style-one .thumb .social {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.team-style-one .thumb .social li {
  display: inline-block;
  margin: 0 1px;
}

.team-style-one .thumb .social li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: var(--color-primary);
  line-height: 45px;
  border-radius: 50%;
  color: var(--white);
  position: relative;
  bottom: -30px;
  opacity: 0;
  visibility: hidden;
}

.team-style-one .thumb .social li:last-child a {
  transition: all 0.55s ease-in-out;
}

.team-style-one:hover .thumb .social li a {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.team-style-one .social li.facebook a {
  background: #3b5998;
}

.team-style-one .social li.twitter a {
  background: #1da1f2;
}

.team-style-one:hover .thumb img {
  filter: blur(2px);
}

/* Team Tabs */

.team-navs-area .team-box {
  background-size: 35% !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
  background-color: var(--white) !important;
  max-width: 96%;
  margin: auto;
  border-radius: 50px;
}

.team-navs.nav-tabs {
  margin: 0;
  padding: 0;
  border: none;
  margin-top: -20px;
}

.team-navs.nav-tabs::before,
.team-navs.nav-tabs::after {
  display: none;
}

.team-navs.nav-tabs li.nav-item {
  display: block;
  border-top: 1px solid #dddddd;
}

.team-navs.nav-tabs li.nav-item button {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  text-align: left;
  padding: 20px 0;
  position: relative;
  z-index: 1;
  overflow: inherit;
  color: #888888;
}

.team-navs.nav-tabs li.nav-item button::after {
  display: none;
}

.team-navs.nav-tabs li.nav-item:first-child {
  border: none;
}

.team-navs.nav-tabs li.nav-item:last-child {
  border-bottom: 1px solid #dddddd;
}

.team-navs.nav-tabs li.nav-item button strong {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  color: #888888;
  display: block;
  line-height: 1;
}

.team-navs.nav-tabs li.nav-item button::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  height: 3px;
  width: 60%;
  background: var(--bg-gradient);
  border-radius: 0;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.team-navs.nav-tabs li.nav-item button.active::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.team-navs.nav-tabs li.nav-item button.active strong {
  color: var(--color-heading);
}

.team-navs.nav-tabs li.nav-item button.active {
  color: var(--color-heading);
}

/* ==============================================================
     # Team Single
=================================================================== */

.team-single-area .team-content-top {
  bottom: -50px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.team-single-area .team-content-top .right-info {
  padding-left: 35px;
  padding-right: 50px;
  margin-bottom: 50px;
}

.team-single-area .team-content-top .right-info h2 {
  font-weight: 700;
}

.team-single-area .team-content-top .right-info span {
  display: block;
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 25px;
}

.team-single-area .right-info ul {
  margin-top: 25px;
  border-top: 1px solid #e7e7e7;
  padding-top: 17px;
}

.team-single-area .right-info ul li {
  margin-top: 10px;
  color: var(--color-heading);
}

.team-single-area .right-info ul li strong {
  font-weight: 700;
}

.team-single-area .right-info ul li a {
  font-weight: 400;
}

.team-single-area .right-info ul li a:hover {
  color: var(--color-primary);
}

.team-single-area .right-info .social {
  display: flex;
  margin-top: 25px;
  font-weight: 700;
  align-items: center;
}

.team-single-area .right-info .social h4 {
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 25px;
}

.team-single-area .right-info .social ul {
  margin: 0;
  padding: 0;
  border: none;
}

.team-single-area .right-info .social .share-link {
  position: relative;
  z-index: 1;
  margin-left: 15px;
  padding-right: 20px;
}

.team-single-area .right-info .social .share-link > i {
  display: inline-block;
  height: 45px;
  background: var(--white);
  box-shadow: 0 0 10px #cccccc;
  line-height: 45px;
  width: 45px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  color: var(--color-primary);
}

.team-single-area .right-info .social ul {
  display: flex;
  list-style-type: none;
  grid-gap: 10px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out 0s;
}

.team-single-area .right-info .social .share-link:hover ul {
  left: 58px;
  opacity: 1;
  pointer-events: auto;
}

.team-single-area .right-info .social ul li {
  display: inline-block;
  margin: 0;
}

.team-single-area .right-info .social ul li a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 47px;
  background: #f1f1f1;
  text-align: center;
  border-radius: 50%;
}

.team-single-area .bottom-info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.team-single-area .bottom-info p:last-child {
  margin-bottom: 0;
}

.team-single-area .bottom-info .skill-items {
  padding-left: 35px;
}

.skill-items .progress-box {
  margin-bottom: 35px;
}

.team-single-area .team-content-top img {
  border-radius: 30px;
}

.skill-items .progress-box:last-child {
  margin-bottom: 0;
}

.skill-items .progress-box h5 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
  z-index: 1;
  font-size: 16px;
}

.skill-items .progress-box h5 span {
  position: absolute;
  font-size: 50px;
  line-height: 1;
  top: -21px;
  left: 0;
  z-index: -1;
  opacity: 0.05;
  font-weight: 700;
}

.skill-items .skill-items {
  margin-top: 40px;
}

.skill-items .progress-box .progress {
  background: transparent;
  border-bottom: none;
  box-shadow: inherit;
  border-radius: inherit;
  overflow: inherit;
}

.skill-items .progress-box .progress .progress-bar {
  height: 6px;
  border-radius: 30px;
  background: var(--bg-gradient);
  top: 12px;
  position: relative;
  overflow: inherit;
}

.skill-items .progress-box .progress .progress-bar span {
  position: absolute;
  right: 0;
  top: -40px;
  display: block;
  font-size: 17px;
  color: var(--color-heading);
  font-weight: 700;
}

.team-single-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}

.team-list-item h4 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 28px;
}

.team-list-item h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

.team-list-item span {
  text-transform: none;
  margin-bottom: 5px;
  color: var(--color-heading);
  display: block;
}

.team-list-item li {
  margin-top: 30px;
}

.team-list-item li:first-child {
  margin-top: 0;
}

.team-single-list ul {
  border: none;
  margin-top: 0;
  padding: 0;
}

.skill-items h3 {
  font-weight: 700;
  margin-bottom: 30px;
}

.team-list-item ul {
  border-left: 1px solid;
  padding-left: 25px;
}

.team-list-item ul li {
  position: relative;
  z-index: 1;
}

.team-list-item ul li::after {
  position: absolute;
  left: -33px;
  top: 3px;
  content: "";
  height: 15px;
  width: 15px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  background: var(--bg-gray);
}

/* ==============================================================
    # Footer
=================================================================== */

footer {
  overflow: hidden;
}

.f-item.about {
  position: relative;
  z-index: 1;
}

.f-item.about::after {
  position: absolute;
  right: 0;
  top: -50%;
  content: "";
  height: 300%;
  width: 500%;
  background: var(--white);
  z-index: -1;
  opacity: 0.1;
}

.footer-bottom {
  border-top: 1px solid #dddddd;
  margin: 0;
  padding: 15px;
  background: var(--dark) !important;
  position: relative;
  z-index: 1;
}

.bg-dark .footer-bottom {
  background: var(--dark);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  color: #cccccc;
  margin-bottom: 0;
}

footer img.logo {
  height: 60px;
  margin-bottom: 30px;
}

footer .widget-title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 800;
}

.bg-dark footer .widget-title {
  color: var(--white);
}

.bg-dark footer p,
.bg-dark footer {
  color: #cccccc;
}

.footer-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -15px;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a {
  display: inline-block;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 15px;
  color: var(--white);
  background: var(--dark);
}

.bg-dark .footer-social ul li a {
  background: var(--white);
  color: var(--color-heading);
}

.footer-social ul li a:hover {
  background: var(--color-primary);
  color: var(--white);
}

footer .f-item.link li {
  margin-top: 10px;
  font-size: 15px;
}

footer .f-item.link li a {
  display: inline-block;
  font-weight: 500;
  color: #cccccc;
}

footer .f-item.link li a:hover {
  color: var(--white);
}

.bg-dark footer .f-item.link li a {
  color: #d2d2d4;
}

.bg-dark footer .f-item.link li a:hover {
  color: var(--white);
}

.f-item.contact li {
  display: flex;
  margin-top: 20px;
}

.f-item.contact li strong {
  display: block;
  text-transform: uppercase;
  color: var(--color-heading);
  font-size: 14px;
  margin-bottom: 3px;
}

.bg-dark .f-item.contact li strong {
  color: var(--white);
}

.f-item.contact li i {
  display: inline-block;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-weight: 300;
  font-size: 18px;
}

.bg-dark .f-item.contact li {
  color: #dedede;
}

.f-item.contact li p {
  margin: 0;
}

.bg-dark .f-item.contact li p {
  color: #dedede;
}

.f-item.contact li a {
  font-weight: 500;
}

.bg-dark .f-item.contact li a {
  color: #dedede;
}

.bg-dark .f-item.contact li a:hover {
  color: var(--white);
}

.f-item.newsletter form {
  background: var(--white);
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  margin-top: 20px;
  border: 2px solid;
}

.bg-dark .f-item.newsletter form {
  border: none;
}

.f-item.newsletter form input {
  box-shadow: inherit;
  border: none;
  min-height: 60px;
  padding-left: 25px;
}

.f-item.newsletter form button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 50px;
  width: 50px;
  padding: 0;
  border-radius: 50%;
}

.f-item.newsletter form button i {
  margin: 0;
  margin-left: 2px;
  transform: rotate(-45deg);
}

/* ==============================================================
    # 404 page
=================================================================== */

.error-page-area {
  position: relative;
  z-index: 1;
}

.error-page-area .shape-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 20%;
  background-position: left !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  opacity: 0.3;
  background-size: contain !important;
}

.error-page-area .shape-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 20%;
  background-position: right !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  opacity: 0.3;
  background-size: contain !important;
}

.error-box h1 {
  font-size: 150px;
  line-height: 110px;
  font-weight: 800;
  margin-bottom: 40px;
  text-shadow: 3px 3px #c0c0c0;
}

.error-box h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.error-box p {
  padding: 0 10%;
}

/* ==============================================================
    # Responsive CSS
=================================================================== */

/* Desktop  */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  /* Gallery */
  .gallery-items.colums-2 .gallery-item,
  .gallery-items.colums-3 .gallery-item,
  .gallery-items.colums-4 .gallery-item {
    width: 33.3333333% !important;
  }
}

/* Desktop Mini */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Banner */
  .seo-thumb img:nth-child(2) {
    width: 150px;
  }

  .seo-thumb img:nth-child(3) {
    width: 120px;
  }

  .banner-digital-agency h2 {
    font-size: 50px;
  }

  .banner-digital-agency div.row {
    align-items: center;
  }

  .business-banner h2 {
    font-size: 50px;
  }

  .business-banner .business-banner-thumb img:nth-child(2) {
    height: 120px;
    right: -50px;
  }

  .business-banner .info {
    margin-top: 150px;
  }

  .overview-carousel .overview-pagination {
    bottom: 0;
    top: auto;
    width: 100%;
  }

  .overview-carousel {
    padding-bottom: 50px;
  }

  .overview-carousel .overview-pagination .swiper-pagination {
    text-align: center;
    left: auto;
    right: auto;
    top: auto;
    bottom: 0;
  }

  .overview-carousel .overview-pagination span.swiper-pagination-bullet {
    display: inline-block;
    margin: 0 8px;
  }

  .nav-tabs.service-one-nav .nav-link i {
    display: none;
  }

  .services-two-heading h2 {
    font-size: 60px;
  }

  .services-style-two-items .services-two-item {
    padding: 50px 30px;
  }

  .brand-two-items img {
    height: auto;
  }

  /* Gallery */
  .mix-item-menu {
    top: 0;
    text-align: left !important;
    float: none;
    margin-bottom: 30px;
    padding: 0;
  }

  .mix-item-menu button::before {
    display: none;
  }

  .mix-item-menu button {
    margin: 0;
    border: 1px solid;
    padding: 5px 25px;
    margin-right: 10px;
    margin-top: 12px;
  }

  .gallery-items.colums-2 .gallery-item,
  .gallery-items.colums-3 .gallery-item,
  .gallery-items.colums-4 .gallery-item {
    width: 50% !important;
  }

  ul.project-info {
    top: 0;
    margin: 50px 0;
    box-shadow: none !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--bg-gray);
  }

  ul.project-info li {
    padding: 15px 0;
    border-color: #cccccc;
  }

  ul.project-info li:nth-child(2) {
    border: none;
  }

  .feature-style-five-area {
    background-image: none !important;
  }

  .progress-card {
    display: none;
  }

  .about-style-two-thumb::after {
    display: none;
  }

  .about-style-two-thumb {
    position: relative;
    height: 450px;
    width: 100%;
  }

  .about-two-item {
    padding: 80px;
  }

  .author-info .info {
    border: none;
    padding: 0;
  }

  .author-info .thumb img {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1399px) {
  .services-carousel.swiper {
    margin: 0;
  }

  .services-carousel.swiper .swiper-wrapper {
    padding: 0;
  }
}

/* Tablet To Mobile */
@media (max-width: 1023px) {
  /* Footer */
  .f-item.about::after {
    display: none;
  }

  /* Services */
  .services-style-one-area {
    border-radius: 0;
  }

  .services-two-heading {
    position: inherit;
  }

  /* team */
  .team-navs-area .team-box {
    max-width: 100%;
    border-radius: 0;
  }

  .team-navs.nav-tabs {
    margin-bottom: 40px;
  }

  .team-navs-area {
    padding-bottom: 0;
  }

  .feature-style-five-area {
    background-image: none !important;
  }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-software .content-box {
    padding-top: 120px;
  }

  .banner-seo .content-box {
    padding-top: 110px;
  }

  .seo-thumb img:nth-child(2) {
    width: 150px;
  }

  .seo-thumb img:nth-child(3) {
    width: 120px;
  }

  .banner-digital-agency,
  .banner-digital-agency div {
    height: auto;
  }

  .banner-digital-agency .content {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .right-angle-thumb {
    display: none;
  }

  .banner-digital-agency p {
    padding: 0;
  }

  .business-banner {
    padding-top: 120px;
    text-align: center;
  }

  .business-banner .business-banner-thumb img:nth-child(2) {
    right: 0;
    height: 130px;
  }

  .revenew {
    left: 50px;
  }

  .business-banner .business-banner-thumb {
    margin-top: 30px;
  }

  .business-banner .info {
    margin-top: 0;
  }

  /* About */
  .about-style-three-thumb {
    margin-bottom: 60px;
  }

  .about-style-one-thumb {
    padding: 0;
    text-align: center;
  }

  .about-style-one-thumb img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 50px;
  }

  .about-style-one-thumb .experience {
    display: none;
  }

  .about-style-two-thumb::after {
    display: none;
  }

  .about-style-two-thumb {
    position: relative;
    height: 350px;
    width: 100%;
  }

  .about-two-item {
    padding: 80px;
  }

  .author-info .info {
    border: none;
    padding: 0;
  }

  .author-info .thumb img {
    margin-bottom: 20px;
  }

  /* Feature */
  .feature-alert {
    margin-bottom: 50px;
  }

  .feature-style-one-area .shape {
    display: none;
  }

  .feature-style-one-area {
    padding-bottom: 90px;
  }

  .feature-two-box .col-lg-4::after {
    display: none;
  }

  .feature-style-two .icon::after {
    display: none;
  }

  .feature-style-two {
    padding: 50px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
  }

  .feature-two-box .col-lg-4:nth-child(3) {
    margin: 0;
  }

  .feature-two-box .col-lg-4:nth-child(2) {
    margin: 0;
  }

  .feature-two-box .col-lg-4 {
    padding: 0 15px;
  }

  .feature-two-box .col-lg-4 .feature-style-two {
    margin-top: 30px;
  }

  .feature-style-two span {
    left: auto;
    right: 30px;
    display: none;
  }

  ul.feature-fun-fact li {
    display: inline-block;
    margin: 0;
    margin-bottom: 30px;
    margin-right: 50px;
  }

  .choose-us-one-thumb {
    margin-bottom: 50px;
  }

  .feature-style-four {
    text-align: center;
    margin-bottom: 50px;
  }

  .feature-four-items {
    padding-bottom: 30px;
  }

  .feature-style-four img {
    margin-bottom: 30px;
  }

  .feature-style-five {
    display: block;
  }

  .feature-style-five .icon {
    margin-bottom: 30px;
  }

  .progress-card {
    margin-top: 60px;
  }

  .feature-style-five-items .item {
    border: none;
  }

  /* Brand */
  .brand-two-items img {
    height: auto;
  }

  .bg-text {
    font-size: 70px;
  }

  /* Overview */
  .overview-item {
    padding: 0;
  }

  .overview-content {
    position: inherit;
    max-width: 100%;
    margin: 15px;
    margin-top: 28px;
  }

  .overview-carousel .overview-pagination {
    bottom: 0;
    top: auto;
    width: 100%;
  }

  .overview-carousel {
    padding-bottom: 50px;
  }

  .overview-carousel .overview-pagination .swiper-pagination {
    text-align: center;
    left: auto;
    right: auto;
    top: auto;
    bottom: 0;
  }

  .overview-carousel .overview-pagination span.swiper-pagination-bullet {
    display: inline-block;
    margin: 0 8px;
  }

  .soft-illustration img {
    max-width: 100%;
    margin-top: 50px;
  }

  /* Testimonial */
  .testimonial-style-one-item .review {
    position: inherit;
  }

  .testimonial-style-two-carousel .item {
    display: block;
  }

  .testimonial-style-two-carousel .item .info {
    padding: 0;
    margin: 0;
    margin-top: 30px;
  }

  .testimonial-style-two-carousel .item .info svg {
    display: none;
  }

  .testimonial-style-two-carousel .item .provider img {
    max-width: 280px;
    margin: auto;
  }

  .testimonial-style-two-carousel {
    text-align: center;
  }

  .testimonial-style-two-carousel .item .reason {
    display: block;
  }

  .testimonial-style-two-carousel .item .reason h5 {
    margin: 0;
    margin-bottom: 15px;
  }

  .testimonial-style-two-carousel .item .content {
    justify-content: center;
    text-align: left;
    border-top: 1px solid #dddddd;
    padding-top: 30px;
  }

  /* Services */

  .services-two-heading {
    margin-bottom: 50px;
  }

  .service-tags {
    float: none;
    text-align: left;
    display: none;
  }

  .service-tags ul {
    float: left;
    max-width: 100%;
    margin-top: 30px;
  }

  .nav-tabs.service-one-nav {
    margin-bottom: 30px;
  }

  /* Team Single */
  .team-single-area .team-content-top .right-info {
    padding: 0 15px;
    margin: 0;
  }

  .team-single-area .team-content-top img {
    margin-bottom: 40px;
  }

  .team-single-area .team-content-top {
    margin: 0;
    bottom: 0;
    padding-bottom: 120px;
  }

  .team-single-area .bottom-info .skill-items {
    padding-left: 0;
    margin-top: 50px;
  }

  /* Gallery */
  .mix-item-menu {
    top: 0;
    text-align: left !important;
    float: none;
    margin-bottom: 30px;
    padding: 0;
  }

  .mix-item-menu button::before {
    display: none;
  }

  .mix-item-menu button {
    margin: 0;
    border: 1px solid;
    padding: 5px 25px;
    margin-right: 10px;
    margin-top: 12px;
  }

  .gallery-items.colums-2 .gallery-item,
  .gallery-items.colums-3 .gallery-item,
  .gallery-items.colums-4 .gallery-item {
    width: 50% !important;
  }

  ul.project-info {
    top: 0;
    margin: 50px 0;
    box-shadow: inherit !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--bg-gray);
  }

  ul.project-info li {
    padding: 15px 0;
    border-color: #cccccc;
  }

  ul.project-info li:nth-child(2) {
    border: none;
  }

  .item-grid-colum {
    grid-template-columns: 1fr;
    grid-row-gap: 0;
  }

  .item-grid-container {
    grid-row-gap: 30px;
  }

  /* Fun Fact */
  .fun-facts-area .item {
    margin-top: 36px;
  }

  .fun-facts-area .item-inner {
    margin-top: -60px;
  }

  /* Contact */
  .contact-address {
    margin-bottom: 80px;
  }

  .contact-page .contact-address {
    margin-bottom: 0;
    margin-top: 50px;
  }

  .contact-page .contact-style-one-info {
    margin-top: 50px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  /* Banner */

  .banner-software h2 {
    font-size: 36px;
  }

  .banner-software p {
    padding: 0;
  }

  .banner-software .content-box {
    padding-top: 60px;
  }

  .banner-software .content-box .thumb-inner {
    padding: 0;
  }

  .banner-software .content-box .thumb-inner img:nth-child(2),
  .banner-software .content-box .thumb-inner img:nth-child(3) {
    display: none;
  }

  .banner-seo .content-box h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .banner-seo .content-box {
    padding-top: 60px;
  }

  .seo-thumb img:nth-child(2) {
    display: none;
  }

  .seo-thumb {
    padding: 0;
  }

  .seo-thumb img:nth-child(3) {
    display: none;
  }

  .banner-seo .content-box p {
    padding: 0;
  }

  .banner-digital-agency h2 {
    font-size: 36px;
  }

  .banner-digital-agency,
  .banner-digital-agency div {
    height: auto;
  }

  .banner-digital-agency .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .right-angle-thumb {
    display: none;
  }

  .banner-digital-agency p {
    padding: 0;
  }

  .business-banner h2 {
    font-size: 36px;
  }

  .business-banner {
    padding-top: 70px;
    text-align: center;
  }

  .business-banner .business-banner-thumb img:nth-child(2) {
    display: none;
  }

  .revenew {
    display: none;
  }

  .business-banner .business-banner-thumb {
    margin-top: 30px;
  }

  .business-banner .info {
    margin-top: 0;
  }

  /* About */
  .about-style-three-thumb i {
    left: 0;
    bottom: 0;
  }

  .about-style-three-thumb {
    margin-bottom: 50px;
  }

  .about-style-one-thumb {
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
  }

  .about-style-one-thumb .experience {
    display: none;
  }

  .about-style-one-thumb img {
    width: 100%;
    border-radius: 10px;
  }

  .about-style-two-thumb::after {
    display: none;
  }

  .about-style-two-thumb {
    position: relative;
    height: 350px;
    width: 100%;
  }

  .about-two-item {
    padding: 50px 30px;
  }

  .author-info {
    display: block;
  }

  .author-info .info {
    border: none;
    padding: 0;
  }

  .author-info > img {
    display: none;
    margin: 0;
  }

  .author-info .thumb img {
    margin-bottom: 20px;
    display: none;
  }

  /* Feature */
  .feature-style-one-area {
    text-align: center;
    padding-bottom: 10px;
  }

  .feature-alert .fun-fact .counter {
    justify-content: center;
    margin-bottom: 10px;
  }

  .feature-alert {
    margin-bottom: 30px;
  }

  .feature-style-one-area .shape {
    display: none;
  }

  /* Feature Two */
  .feature-two-box .col-lg-4::after {
    display: none;
  }

  .feature-style-two .icon::after {
    display: none;
  }

  .feature-style-two {
    padding: 50px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
  }

  .feature-two-box .col-lg-4:nth-child(3) {
    margin: 0;
  }

  .feature-two-box .col-lg-4:nth-child(2) {
    margin: 0;
  }

  .feature-two-box .col-lg-4 {
    padding: 0 15px;
  }

  .feature-two-box .col-lg-4 .feature-style-two {
    margin-top: 30px;
  }

  .feature-two-box .col-lg-4:first-child .feature-style-two {
    margin-top: 0;
  }

  .feature-style-two span {
    left: auto;
    right: 30px;
    display: none;
  }

  /* Feature */
  ul.feature-fun-fact {
    text-align: center;
  }

  .feature-fun-fact .fun-fact .counter {
    justify-content: center;
    font-size: 60px;
  }

  ul.feature-fun-fact li {
    margin-top: 30px;
  }

  .feature-style-three {
    text-align: center;
  }

  .feature-style-three .icon {
    text-align: center;
  }

  .feature-style-four {
    text-align: center;
    margin-bottom: 50px;
  }

  .feature-four-items {
    padding-bottom: 30px;
  }

  .feature-style-four img {
    margin-bottom: 30px;
  }

  .feature-style-five-area {
    background-image: none !important;
  }

  .feature-style-five-items .item {
    border: none;
    margin-bottom: 40px;
  }

  .feature-style-five {
    text-align: center;
    display: block;
  }

  .feature-style-five .icon {
    justify-content: center;
    align-items: center;
    margin: auto auto 30px;
  }

  /* Brand */
  .bg-text {
    font-size: 42px;
    line-height: 1.2;
  }

  .brand-two-items {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .brand-two-items .item {
    border-radius: 30px;
    margin: 0 !important;
  }

  /* Services */
  .service-tags {
    float: none;
    text-align: left;
    display: none;
  }

  .service-tags ul {
    float: left;
    max-width: 100%;
    margin-top: 30px;
  }

  .nav-tabs.service-one-nav .nav-link i {
    display: none;
  }

  .nav-tabs.service-one-nav {
    margin-bottom: 30px;
  }

  /* Service */

  .services-style-two-area {
    padding-bottom: 40px;
  }

  .services-two-heading h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .services-two-heading {
    position: relative;
    top: 0;
  }

  .services-style-two-items .services-two-item {
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .services-style-two-items {
    border: none;
  }

  .services-carousel.swiper .swiper-wrapper {
    padding: 0;
  }

  .services-carousel.swiper {
    margin: 0;
  }

  .service-three-item .top {
    display: block;
  }

  .service-three-item img {
    margin: 0;
    margin-bottom: 30px;
  }

  /* Choose Us */
  .choose-us-one-thumb {
    margin-bottom: 50px;
  }

  /* Team Single */
  .team-single-area .team-content-top .right-info {
    padding: 0 15px;
    margin: 0;
  }

  .team-single-area .team-content-top img {
    margin-bottom: 40px;
  }

  .team-single-area .team-content-top {
    margin: 0;
    bottom: 0;
    padding-bottom: 60px;
  }

  .team-single-area .bottom-info .skill-items {
    padding-left: 0;
    margin-top: 50px;
  }

  .team-single-list {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }

  /* Overview */
  .overview-item {
    padding: 0;
  }

  .overview-content {
    position: inherit;
    max-width: 100%;
    margin: 15px;
    margin-top: 28px;
  }

  .overview-area::after {
    height: 320px;
    width: 320px;
  }

  .overview-content h2 {
    font-size: 30px;
  }

  .overview-carousel .overview-pagination {
    bottom: 0;
    top: auto;
    width: 100%;
  }

  .overview-carousel {
    padding-bottom: 50px;
  }

  .overview-carousel .overview-pagination .swiper-pagination {
    text-align: center;
    left: auto;
    right: auto;
    top: auto;
    bottom: 0;
  }

  .overview-carousel .overview-pagination span.swiper-pagination-bullet {
    display: inline-block;
    margin: 0 8px;
  }

  /* Soft Installation */
  .soft-illustration img {
    max-width: 100%;
    margin-top: 50px;
  }

  /* Fun Fact */

  .fun-facts-area .shape {
    top: 50%;
    transform: translateY(-50%);
  }

  .fun-facts-area .item {
    margin-top: 36px;
  }

  .fun-facts-area .item:first-child {
    margin-top: 0;
  }

  .fun-facts-area .fun-fact {
    text-align: center;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 30px;
  }

  /* Testimonial */
  .testimonial-style-one-item .review {
    position: inherit;
  }

  .testimonial-style-two-carousel .item {
    display: block;
  }

  .testimonial-style-two-carousel .item .info {
    padding: 0;
    margin: 0;
    margin-top: 30px;
  }

  .testimonial-style-two-carousel .item .info svg {
    display: none;
  }

  .testimonial-style-two-carousel .item .provider img {
    max-width: 280px;
    margin: auto;
  }

  .testimonial-style-two-carousel {
    text-align: center;
  }

  .testimonial-style-two-carousel .item .reason {
    display: block;
  }

  .testimonial-style-two-carousel .item .reason h5 {
    margin: 0;
    margin-bottom: 15px;
  }

  .testimonial-style-two-carousel .item .content {
    justify-content: center;
    text-align: left;
    border-top: 1px solid #dddddd;
    padding-top: 30px;
  }

  /* Gallery */
  .mix-item-menu {
    top: 0;
    text-align: left !important;
    float: none;
    margin-bottom: 30px;
    padding: 0;
  }

  .mix-item-menu button::before {
    display: none;
  }

  .mix-item-menu button {
    margin: 0;
    border: 1px solid;
    padding: 5px 25px;
    margin-right: 10px;
    margin-top: 12px;
  }

  .gallery-items.colums-2 .gallery-item,
  .gallery-items.colums-3 .gallery-item,
  .gallery-items.colums-4 .gallery-item {
    width: 100% !important;
  }

  ul.project-info {
    top: 0;
    margin: 50px 0;
    box-shadow: inherit !important;
    border: none;
    display: grid;
    grid-template-columns: 1fr;
    background: var(--bg-gray);
    grid-row-gap: 20px;
    text-align: left;
    padding: 50px;
  }

  ul.project-info li {
    padding: 0;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }

  .item-grid-colum {
    grid-template-columns: 1fr;
    grid-row-gap: 0;
  }

  .item-grid-container {
    grid-row-gap: 30px;
  }

  ul.project-info li:last-child {
    border: none;
    padding-bottom: 0;
  }

  /* Contact */

  .contact-address {
    display: block;
  }

  .contact-address > li {
    animation: none !important;
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
    visibility: visible !important;
  }

  .contact-style-one-info .title {
    margin-bottom: 10px;
  }

  .contact-address > li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: mediumpurple;
  }

  .contact-form-style-one {
    padding: 60px;
    margin-top: 50px;
  }

  .contact-page .contact-form-style-one {
    margin-top: 0;
  }

  .contact-page .contact-style-one-info {
    margin-top: 50px;
  }

  /* Blog */
  .blog-area h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 1200px) {
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Custom Layout */
@media only screen and (max-width: 480px) {
  /* Brand */
  .brand-carousel .swiper-slide img {
    height: auto;
  }

  /* Services */
  .tab-content.service-one-items {
    padding: 37px;
  }

  .tab-content.service-one-items h5 {
    font-size: 18px;
  }

  .services-style-two-items .services-two-item {
    padding: 50px 30px;
  }

  .service-three-item {
    padding: 50px;
  }

  /* Feature */
  .feature-four-items {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Team */
  .team-single-area .right-info .social .share-link {
    display: none;
  }
}

/* ==============================================================
     # Preloader
=================================================================== */

.metize-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.metize-preloader .animation-preloader {
  z-index: 1000;
  position: relative;
}

.metize-preloader .animation-preloader::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/logo-icon.png);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
}

.bg-dark .metize-preloader .animation-preloader::after {
  background: url(../img/logo-icon-light.png);
  background-repeat: no-repeat;
  background-position: center;
}

.metize-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 2px solid rgba(2, 109, 255, 0.3);
  border-top-color: var(--color-primary);
  height: 110px;
  margin: auto;
  width: 110px;
}

.bg-dark .metize-preloader .animation-preloader .spinner {
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: rgba(255, 255, 255, 1);
}

.metize-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.metize-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.metize-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.metize-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.metize-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.metize-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.metize-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.metize-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}

.metize-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.metize-preloader .loader .row {
  height: 100%;
}

.metize-preloader .loader .loader-section {
  padding: 0px;
}

.metize-preloader .loader .loader-section .bg {
  background-color: var(--white);
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.bg-dark .metize-preloader .loader .loader-section .bg {
  background-color: var(--dark);
}

.metize-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}

.metize-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.metize-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@media screen and (max-width: 767px) {
  .metize-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}

@media screen and (max-width: 500px) {
  .metize-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
}
