/*-----------------------------------------------------------------------------------
    Template Name: Landio - Multipurpose Landing Page HTML Template
    Template URI: https://webtend.net/demo/html/landio/
    Author: WebTend
    Author URI:  https://webtend.net/
    Version: 1.3

    Note: This is Main Style CSS File.
-----------------------------------------------------------------------------------
	CSS INDEX
	===================
    #. Fonts
    #. Common
    #. Input field
    #. Keyframes & Animation
    #. Header
        ##. Header Common
        ##. Header Search
        ##. Off Canvas And Mobile Slide Panel
    #. components
        ##. Preloader
        ##. Template Button
        ##. Hero Area
            ###. Hero Buttons
            ###. Hero Area v1
            ###. Hero Area v2
            ###. Hero Area v3
            ###. Hero Area v4
            ###. Hero Area v5
            ###. Hero Area v6
            ###. Hero Area v7
            ###. Hero Area v8
            ###. Hero Area v9
        ##. Common Heading
        ##. Check List
            ###. Check List
            ###. Check List Two
            ###. Check List Three
        ##. Simple Icon Box
        ##. Image Boxes
            ###. Image Boxes v1
            ###. Image Boxes v2
            ###. Image Boxes v3
        ##. Iconic Boxes
            ###. Iconic Boxes v1
            ###. Iconic Boxes v1 Square Bordered
            ###. Iconic Boxes v2
            ###. Iconic Boxes v3
            ###. Icon Bordered Box
        ##. Fancy Icon Boxes
            ###. Fancy Icon Boxes v1
            ###. Fancy Icon Boxes v2
        ##. Preview
            ###. Preview Gallery v1
            ###. Preview Gallery v2
            ###. Preview Gallery v3
            ###. Preview Gallery v4
            ###. Preview Gallery v5
            ###. Preview Gallery v6
            ###. Preview Gallery v7
            ###. Preview Gallery v8
            ###. Preview Gallery v9
            ###. Preview Image v1
            ###. Preview Image v2
            ###. Preview Image v3
            ###. Preview Image v4
            ###. Preview Image v5
            ###. Preview Square oval Image
            ###. Preview Blob Image
            ###. Preview Image showcase
        ##. Counter
            ###. Counter Items v1
            ###. Counter Items v2
        ##. Fancy Check List
            ###. Fancy Check List v1
            ###. Fancy Check List v2
        ##. Testimonials
            ###. Testimonials v1
            ###. Testimonials v1 Boxed
            ###. Testimonials v1 Fancy Boxed
            ###. Testimonials SLider v2
            ###. Testimonials Boxes v1
            ###. Testimonials Quote Bordered
            ###. Testimonials Boxes v2
        ##. Pricing Table
            ###. Pricing Table One
            ###. Pricing Table Two
            ###. Pricing Table Three
        ##. Programs
        ##. Team Member
        ##. Seo Score Box
        ##. Accordion
            ###. Accordion v1
            ###. Accordion v1 Bordered
        ##. Landio Vidoe v1
        ##. Info Box
        ##. Brand Items
        ##. Latest News
            ###. Latest News v1
            ###. Latest News v2
        ##. Contact
            ###. Contact Boxes v1
            ###. Contact Boxes v2
            ###. Contact Form v1
            ###. Contact Form v2
            ###. Contact Map
        ##. Progress Bar
        ##. Newsletter Form
        ##. Projects
        ##. Video Call To Action
        ##. Service Tab
        ##. Screenshot Slider
        ##. Specific Section
        ##. Blog
            ###. Blog Standard
            ###. Blog Details
            ###. Blog Details
            ###. Blog Sidebar
            ###. Blog Pagination
            ###. Comment Template
        ##. Footer
        ##. Page Title
        ##. 404
        ##. Coming Soon
-----------------------------------------------------------------------------------*/

/*======= Common =======*/
:root {
  --color-primary: #1266F1;
  --color-primary-2: #0040e5;
  --color-primary-3: #e95e6c;
  --color-primary-4: #3377ff;
  --color-primary-5: #5580ff;
  --color-primary-6: #42a66c;
  --color-primary-7: #ff5d0c;
  --color-secondary: #f4732a;
  --color-secondary-2: #f6b9a7;
  --color-secondary-3: #8208fe;
  --color-secondary-4: #2b354f;
  --color-secondary-5: #343351;
  --color-secondary-6: #fdf5e2;
  --color-secondary-7: #e0fafb;
  --color-heading: #161c2d;
  --color-heading-2: #1a1b1e;
  --color-heading-3: #36234b;
  --color-heading-4: #1f1f1f;
  --color-heading-5: #000002;
  --color-body: #6e727d;
  --color-body-2: #6f667b;
  --color-body-3: #7a7a7a;
  --color-body-4: #656871;
  --color-dark: #1b202f;
  --color-dark-2: #16171b;
  --color-dark-3: #191a1e;
  --color-dark-4: #282a33;
  --color-white: #fff;
  --color-grey: #f5f3f5;
  --color-soft-grey: #f2f5fe;
  --color-soft-grey-2: #f4f7fa;
  --color-offwhite: #e7e8ea;
  --font-cs-bold: 'CircularStdBold';
  --font-cs-medium: 'CircularStdMedium';
  --font-cs-book: 'CircularStdBook';
}

body {
  font-weight: normal;
  line-height: 1.8;
  overflow-x: hidden !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.slick-slide img {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {

  font-weight: 700;
  line-height: 1.2;
  color: var(--color-heading);
  margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--color-heading);
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:hover {
  text-decoration: none;
}

a,
span {
  display: inline-block;
}

/*======= Custom Container =======*/
.container-1420 {
  max-width: 1450px;
}

.container-1430 {
  max-width: 1460px;
}

.container-1380 {
  max-width: 1410px;
}

.container-1470 {
  max-width: 1500px;
}

.container-1570 {
  max-width: 1600px;
}

.container-1600 {
  max-width: 1630px;
}

.container-1720 {
  max-width: 1750px;
}

@media (min-width: 1400px) {
  .container-fluid.fluid-gap-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
}

/*======= Background & Colors =======*/

.bg-heading-color {
  background-color: var(--color-heading);
}

.bg-heading-color-2 {
  background-color: var(--color-heading-2);
}

.bg-heading-color-3 {
  background-color: var(--color-heading-3);
}

.bg-soft-grey-color {
  background-color: var(--color-soft-grey);
}

.bg-soft-grey-color-2 {
  background-color: var(--color-soft-grey-2);
}

/*======= Input field =======*/
a:focus,
.slick-initialized .slick-slide:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* input,
select,
textarea,
.nice-select {
  width: 100%;
  height: 65px;
  padding: 0 30px;
  background-color: var(--color-soft-grey);
  border: none;
  color: var(--color-body);
  border-radius: 0;
} */

textarea {
  padding-top: 20px;
  height: 200px;
  display: inherit;
}


/*======= keyframes & Animation =======*/
@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.animate-float-bob {
  -webkit-animation-name: float-bob;
  animation-name: float-bob;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*=======  Off Canvas And Mobile Slide Panel  =======*/
.off-canvas-wrapper,
.mobile-slide-panel {
  position: fixed;
  right: 0;
  top: 0;
  background-color: transparent;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.off-canvas-wrapper .canvas-inner,
.mobile-slide-panel .panel-inner {
  max-width: 400px;
  height: 100vh;
  background-color: var(--color-white);
  padding: 40px;
  position: relative;
  z-index: 2;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -400px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.off-canvas-wrapper .canvas-overlay,
.mobile-slide-panel .panel-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--color-heading);
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.off-canvas-wrapper .canvas-close,
.mobile-slide-panel .panel-close {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 2;
  line-height: 1;
  color: var(--color-heading);
}

.mobile-slide-panel .panel-inner {
  width: 300px;
  margin-right: -300px;
  padding: 40px 30px;
}

.mobile-slide-panel .mobile-logo {
  margin-bottom: 30px;
}

.mobile-slide-panel .mobile-menu li a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 10px 45px 10px 0;
  border-bottom: 1px solid #e5e5e5;
  color: var(--color-heading);

  font-weight: 500;
}

.mobile-slide-panel .mobile-menu li a .dd-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  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;
  line-height: 1;
  z-index: 2;
  border-left: 1px solid #e5e5e5;
}

.mobile-slide-panel .mobile-menu li .sub-menu {
  display: none;
  padding-left: 10px;
}

.mobile-slide-panel .mobile-menu li.active>a {
  color: var(--color-primary);
}

.mobile-slide-panel .mobile-menu li.active>a::before {
  visibility: visible;
  opacity: 1;
  width: calc(100% - 10px);
}

.off-canvas-wrapper .canvas-close {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 2;
  line-height: 1;
  color: var(--color-heading);
}

.off-canvas-wrapper .canvas-widget-title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #e8e9ec;
  font-weight: 600;
  color: var(--color-heading);
}

.off-canvas-wrapper .canvas-logo,
.off-canvas-wrapper .contact-us,
.off-canvas-wrapper .about-us {
  margin-bottom: 40px;
}

.off-canvas-wrapper .contact-us li {
  position: relative;
  padding-left: 60px;
}

.off-canvas-wrapper .contact-us li:not(:last-child) {
  margin-bottom: 25px;
}

.off-canvas-wrapper .contact-us li,
.off-canvas-wrapper .contact-us li a {
  color: var(--color-body);
}

.off-canvas-wrapper .contact-us li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: var(--color-primary);
  border-radius: 50%;
  border-radius: 50%;
  color: var(--color-white);
  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;
}

.off-canvas-wrapper.canvas-on,
.mobile-slide-panel.panel-on {
  opacity: 1;
  visibility: visible;
}

.off-canvas-wrapper.canvas-on .canvas-inner,
.mobile-slide-panel.panel-on .panel-inner {
  visibility: visible;
  opacity: 1;
  margin-right: -18px;
}

.off-canvas-wrapper.canvas-on .canvas-overlay,
.mobile-slide-panel.panel-on .panel-overlay {
  opacity: 1;
  visibility: visible;
  opacity: 0.4;
}

/*======= Preloader =======*/
#preloader {
  position: fixed;
  background-color: var(--color-heading);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

#preloader .preloader-image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-blend-mode: multiply;
}

/*======= Template Button =======*/
.template-btn {
  display: inline-block;
  color: var(--color-white);
  padding: 15px 40px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  border-radius: 50px;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
  overflow: hidden;
}

.template-btn i {
  margin-left: 10px;
}

.template-btn:hover {
  color: var(--color-white);
  -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
  background-color: var(--color-heading);
  border-color: var(--color-heading);
}

.template-btn.template-btn-2 {
  border-radius: 7px;
}

.template-btn.bordered-btn {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--color-heading);
  border-color: rgba(71, 59, 240, 0.1);
}

.template-btn.bordered-btn:hover {
  border-color: var(--color-heading);
  color: var(--color-white);
  background-color: var(--color-heading);
}

.template-btn.bordered-body-4 {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--color-body-4);
  border-color: #282a33;
}

.template-btn.bordered-body-4:hover {
  background-color: var(--color-primary-6);
  color: var(--color-white);
  border-color: var(--color-primary-6);
}

.template-btn.primary-bg-2:not(:hover) {
  background-color: var(--color-primary-2);
  border-color: var(--color-primary-2);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 64, 229, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(0, 64, 229, 0.36);
}

.template-btn.primary-bg-2:hover {
  background-color: var(--color-heading-2);
  border-color: var(--color-heading-2);
}

.template-btn.primary-bg-3:not(:hover) {
  background-color: var(--color-primary-3);
  border-color: var(--color-primary-3);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(226, 92, 106, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(226, 92, 106, 0.36);
}

.template-btn.primary-bg-4 {
  background-color: var(--color-primary-4);
  border-color: var(--color-primary-4);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 119, 255, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(51, 119, 255, 0.36);
}

.template-btn.primary-bg-4.bordered-btn {
  background-color: transparent;
  border-color: rgba(71, 59, 240, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.template-btn.primary-bg-4.bordered-btn:hover {
  background-color: var(--color-primary-4);
  color: var(--color-white);
  border-color: var(--color-primary-4);
}

.template-btn.primary-bg-5:not(:hover) {
  background-color: var(--color-primary-5);
  border-color: var(--color-primary-5);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(85, 128, 255, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(85, 128, 255, 0.36);
}

.template-btn.primary-bg-5:hover {
  background-color: var(--color-heading-4);
}

.template-btn.primary-bg-6:not(:hover) {
  background-color: var(--color-primary-6);
  border-color: var(--color-primary-6);
  -webkit-box-shadow: 0px 3px 30px 0px rgba(66, 166, 108, 0.36);
  box-shadow: 0px 3px 30px 0px rgba(66, 166, 108, 0.36);
}

.template-btn.primary-bg-6:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-heading);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.template-btn.secondary-bg:not(:hover) {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(244, 115, 42, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(244, 115, 42, 0.36);
}

.template-btn.secondary-bg:hover {
  background-color: var(--color-heading-2);
  border-color: var(--color-heading-2);
}

.template-btn.secondary-2-bg:not(:hover) {
  background-color: var(--color-secondary-2);
  border-color: var(--color-secondary-2);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(246, 185, 167, 0.61);
  box-shadow: 0px 10px 30px 0px rgba(246, 185, 167, 0.61);
  color: var(--color-heading-3);
}

.template-btn.secondary-3-bg:not(:hover) {
  background-color: var(--color-secondary-3);
  border-color: var(--color-secondary-3);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(130, 8, 254, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(130, 8, 254, 0.36);
}

.template-btn.heading-3-bg:not(:hover) {
  background-color: var(--color-heading-3);
  border-color: var(--color-heading-3);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(54, 35, 75, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(54, 35, 75, 0.36);
}

.template-btn.bg-soft-grey-color {
  background-color: var(--color-soft-grey);
  border-color: var(--color-soft-grey);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--color-heading);
}

.template-btn .white-bg {
  background-color: var(--color-white);
  border-color: var(--color-white);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--color-heading-2);
}

.template-btn.white-bg:hover {
  background-color: var(--color-heading);
  border-color: var(--color-heading);
  color: var(--color-white);
}

.template-btn.white-bg.bordered-btn {
  background-color: transparent;
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.15);
}

.template-btn.white-bg.bordered-btn:hover {
  background-color: var(--color-white);
  color: var(--color-heading-2);
  border-color: var(--color-white);
}

.template-btn.gradient-bg {
  border: none;
  background-image: -webkit-linear-gradient(45deg, #6b34fa 0%, #d4156e 80%);
  background-image: -o-linear-gradient(45deg, #6b34fa 0%, #d4156e 80%);
  background-image: linear-gradient(45deg, #6b34fa 0%, #d4156e 80%);
  background-size: 200%;
  background-position: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.template-btn.gradient-bg:hover {
  background-position: 0%;
}

.template-btn.template-btn-3 {
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0, 0, 2, 0.15);
  color: var(--color-heading-5);
  text-transform: uppercase;
}

.template-btn.template-btn-3:hover {
  border-color: var(--color-heading-5);
  color: var(--color-white);
  background-color: var(--color-heading-5);
}

.template-btn.template-btn-3.br-50 {
  border-radius: 50px;
}

.template-btn.template-btn-4 {
  border-radius: 0;
  text-transform: uppercase;
}

/*======= Hero Buttons =======*/
.index-hero-btns {
  margin: -5px;
}

.index-hero-btns li {
  padding: 5px;
}

.index-hero-btns .play-btn {
  height: 54px;
  width: 54px;
  background-color: var(--color-white);
  color: var(--color-secondary);
  text-align: center;
  line-height: 54px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}


.hero-slider .slick-arrow {
  position: absolute;
  right: 4%;
  bottom: 0;
  height: 50px;
  width: 50px;
  background-color: var(--color-white);
  border: none;
  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;
  color: var(--color-heading);
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hero-slider .slick-arrow.prev-arrow {
  right: calc(4% + 52px);
}

.hero-slider .slick-arrow:hover {
  background-color: var(--color-primary-4);
  color: var(--color-white);
}

/*======= Common Heading =======*/
.common-heading .tagline {
  line-height: 1.4;
  margin-bottom: 15px;
}

.common-heading .title {
  letter-spacing: -2px;
  line-height: 1.2;
}

.common-heading.tagline-boxed .tagline {
  background-color: #d3d4f8;
  color: var(--color-primary);
  padding: 4px 18px;
  border-radius: 30px;
  margin-bottom: 25px;
}

.common-heading.tagline-boxed-two .tagline {
  background-color: #e5ecfc;
  color: var(--color-primary-2);
  padding: 4px 18px;
  border-radius: 30px;
  margin-bottom: 25px;
}

.common-heading.title-line .title span {
  color: var(--color-primary-2);
  position: relative;
  z-index: 1;
}

.common-heading.title-line .title span img {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -10px;
}

/* .common-heading.title-line.line-less-bottom .title span img {
  bottom: -33px;
} */

.common-heading.title-line-bottom .heading-line {
  margin-top: 10px;
}

.common-heading.heading-white .tagline {
  color: var(--color-white);
}

.common-heading.heading-white.tagline-boxed .tagline {
  background-color: var(--color-primary);
}

.common-heading.heading-white.tagline-boxed-two .tagline {
  background-color: #1a53e8;
}

.common-heading.heading-white .title {
  color: var(--color-white);
}

.common-heading-2 .tagline {
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 4px;
  word-spacing: 2px;
}

.common-heading-2 .title {
  letter-spacing: -1px;
  line-height: 1.2;
}

.common-heading-2.heading-white .tagline {
  color: var(--color-white);
}

.common-heading-2.heading-white .title {
  color: var(--color-white);
}

/*======= Check List =======*/
.check-list li {
  color: var(--color-body);
  position: relative;
  z-index: 1;
  padding-left: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.check-list li:not(:last-child) {
  margin-bottom: 10px;
}


/*======= Preview Gallery v1 =======*/
.preview-galley-v1 {
  position: relative;
  height: 645px;
}

.preview-galley-v1 img {
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px 0px rgba(185, 182, 235, 0.4);
  box-shadow: 0 10px 30px 0px rgba(185, 182, 235, 0.4);
  position: relative;
  z-index: 1;
}

.preview-galley-v1 img.preview-image-2 {
  position: absolute;
  left: 26%;
  z-index: 2;
  top: 75px;
}

.preview-galley-v1 img.preview-image-3 {
  position: absolute;
  right: 80px;
  z-index: 3;
  top: 25px;
}

.preview-galley-v1 img.preview-image-4 {
  position: absolute;
  left: 30px;
  z-index: 1;
  bottom: 0;
}

.preview-galley-v1 img.preview-image-5 {
  position: absolute;
  right: 20%;
  z-index: 4;
  bottom: 78px;
}

.preview-galley-v1 img.preview-image-6 {
  position: absolute;
  right: 65px;
  bottom: 40%;
  z-index: 1;
}

/*======= Preview Blob Image =======*/
.preview-blob-image.with-floating-icon {
  position: relative;
  z-index: 1;
}

.preview-blob-image.with-floating-icon .floating-icons img {
  position: absolute;
  max-width: 50px;
  z-index: 0;
}

.preview-blob-image.with-floating-icon .floating-icons .icon-1 {
  left: 8%;
  top: 5%;
}

.preview-blob-image.with-floating-icon .floating-icons .icon-2 {
  right: 10%;
  top: 17%;
}

.preview-blob-image.with-floating-icon .floating-icons .icon-3 {
  left: 25%;
  bottom: -5%;
}

/*======= Counter Items v2  =======*/
.counter-items-v2 .counter-item .counter-wrap {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.counter-items-v2 .counter-item .counter {
  line-height: 0.8;
  color: var(--color-heading);
}

.counter-items-v2 .counter-item .suffix {
  top: -10px;
  position: absolute;
  right: -25px;
  line-height: 0.9;
  color: var(--color-secondary);
}

.counter-items-v2 .counter-item .title {
  line-height: 1.4;
  font-weight: 500;
}

.counter-items-v2 .counter-item.counter-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter-items-v2 .counter-item.counter-left .counter-wrap {
  min-width: 95px;
}

.counter-items-v2 .counter-item.counter-left .title {
  padding-top: 0;
  padding-left: 25px;
}

.counter-items-v2 .counter-item.white-color .title,
.counter-items-v2 .counter-item.white-color .counter,
.counter-items-v2 .counter-item.white-color .suffix {
  color: var(--color-white);
}


/* Customer Review */
.customer-review-wrap .customer-review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 424px) {
  .customer-review-wrap .customer-review-item {
    display: block;
  }
}

.customer-review-wrap .customer-review-item .icon {
  line-height: 1;
  margin-right: 30px;
  color: var(--color-secondary);
}

.customer-review-wrap .customer-review-item p {
  font-weight: 500;
  color: var(--color-heading);
}

@media (max-width: 424px) {
  .customer-review-wrap .customer-review-item p {}
}

.customer-review-wrap .customer-review-item .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.customer-review-wrap .customer-review-item .author img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 15px;
}

.customer-review-wrap .customer-review-item .author h6 {
  margin-top: 8px;
  }

.customer-review-wrap .customer-review-item .author span {
  font-weight: 500;
}

.customer-review-wrap .slick-dots {
  margin-top: 70px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.customer-review-wrap .slick-dots li.slick-active {
  background: var(--color-secondary);
}

.customer-review-wrap .slick-dots li.slick-active:after {
  border-color: var(--color-secondary);
}

@-webkit-keyframes customZoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes customZoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.testimonial-boxes-v3 {
  z-index: 1;
  max-width: 500px;
}

.testimonial-boxes-v3 .testimonial-box .author-quote-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial-boxes-v3 .testimonial-box .author-quote-brand img {
  max-width: 35%;
}

.testimonial-boxes-v3 .testimonial-box .author-comments {
  color: black;
  line-height: 1.5;
  font-style: italic;
}

.testimonial-boxes-v3 .testimonial-box .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-boxes-v3 .testimonial-box .author-info .image {
  max-width: 55px;
  margin-right: 20px;
}

.testimonial-boxes-v3 .testimonial-box .author-info .image img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}


.testimonial-boxes-v3 .testimonial-box .author-info .title {
  font-weight: 500;
}

.testimonial-boxes-v3 .slick-dots {
  margin-top: 60px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.testimonial-boxes-v3 .slick-dots li {
  width: 10px;
  height: 10px;
}

.testimonial-boxes-v3 .slick-dots li.slick-active {
  background-image: -webkit-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
  background-image: -o-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
  background-image: linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
}

.testimonial-boxes-v3 .slick-dots li:after {
  top: -10px;
  left: -10px;
  border-color: linear-gradient(to bottom, red, var(--color-primary)) 1 100%;
}

/*======= Pricing Table  =======*/
.pricing-table {
  padding: 30px 20px;
  border: 2px solid #e5ecfc;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pricing-table:hover {
  border-color: var(--color-primary);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(215, 212, 255, 0.7);
  box-shadow: 0px 10px 60px 0px rgba(215, 212, 255, 0.7);
  scale: 1.05;
}

.pricing-table .plan-name {
  line-height: 1;
  color: var(--color-primary);
  /* background-color: var(--color-primary); */
  padding: 5px;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 20px;
  /* -webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36); */
}

.pricing-table .plan-icon {
  display: block;
  margin: auto;
  width: 100px;
}

.pricing-table .plan-title-area {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.pricing-table .plan-title-area .plan-shape {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: -1;
  width: 225px;
  height: 220px;
}

.pricing-table .plan-title-area .plan-shape .blob {
  fill: #edf2fd;
  fill-rule: evenodd;
  opacity: 0.7;
}

.pricing-table .plan-cost {
  margin-bottom: 35px;
  line-height: 1;
  letter-spacing: -1px;
}

.pricing-table .plan-cost .currency {
  color: var(--color-primary);
  top: -25px;
  position: relative;
}

.pricing-table .plan-cost .price {
  line-height: 1;
  color: var(--color-heading);
}

.pricing-table .plan-cost .plan-type {
  color: #606060;
  margin-left: 5px;
}

.pricing-table .plan-feature li {
  color: #606060;
  position: relative;
  line-height: 1.5;
}

.pricing-table .plan-feature li:not(:last-child) {
  margin-bottom: 10px;
}

.pricing-table .plan-feature li:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: var(--color-primary);
}

.pricing-table .plan-feature li.disabled-feature:after {
  color: #b2c5f7;
}

.pricing-table .template-btn {
  margin-top: 30px;
  padding: 15px 30px;
}

.pricing-table.pricing-secondary-1:hover {
  border-color: var(--color-secondary);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(244, 115, 42, 0.18);
  box-shadow: 0px 10px 30px 0px rgba(244, 115, 42, 0.18);
}

.pricing-table.pricing-secondary-1 .plan-name {
  /* background: -webkit-linear-gradient(305deg, #ff4e00 0%, #ff7200 59%, #fe9500 100%);
  background: -o-linear-gradient(305deg, #ff4e00 0%, #ff7200 59%, #fe9500 100%);
  background: linear-gradient(145deg, #ff4e00 0%, #ff7200 59%, #fe9500 100%);
  -webkit-box-shadow: 0px 7px 25px 0px rgba(255, 78, 0, 0.4);
  box-shadow: 0px 7px 25px 0px rgba(255, 78, 0, 0.4); */
  color: var(--color-secondary);

}

.pricing-table.pricing-secondary-1 .plan-cost .currency {
  color: var(--color-secondary);
}

.pricing-table.pricing-secondary-1 .plan-feature li:not(.disabled-feature)::after {
  color: var(--color-secondary);
}

.pricing-table.pricing-secondary-1 .template-btn {
  color: #ffffff;
  background-color: var(--color-secondary);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(244, 115, 42, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(244, 115, 42, 0.36);
  /* border-color: var(--color-secondary); */
}

.pricing-table.pricing-secondary-1 .template-btn:hover {
  background-color: var(--color-secondary);
  border: none;
  color: #ffffff;
}

.pricing-table .template-btn {
  background-color: var(--color-primary);
  border: none;
  color: #ffffff;
  text-align: center;
  display: block;
}
.pricing-table .template-btn:hover {
  background-color: var(--color-primary);
  border: none;
  color: #ffffff;
}

/*======= Landio Vidoe v1  =======*/
.landio-video {
  position: relative;
  z-index: 3;
  height: 650px;
  border-radius: 12px;
  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;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.landio-video .play-btn {
  z-index: 1;
  height: 80px;
  width: 80px;
  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;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: 0 auto 25px auto;
}

.landio-video .play-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.4);
  -ms-transform: translate(-50%, -50%) scale(1.4);
  transform: translate(-50%, -50%) scale(1.4);
  background-color: var(--color-primary);
  opacity: 0.15;
}

.landio-video .play-btn.color-heading-3,
.landio-video .play-btn.color-heading-3::before {
  background-color: #ff862c;
}

.landio-video .play-btn.color-primary-7,
.landio-video .play-btn.color-primary-7::before {
  background-color: var(--color-primary-7);
}

.landio-video::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #000000;
  z-index: -1;
  border-radius: 10px;
  opacity: 0.6;
}

/*======= Info Box =======*/
.info-boxes-wrapper {
  border-radius: 15px;
  /* background: #1266f1;
  background: linear-gradient(90deg, #1266f1 0%, #1255F1 100%);
  -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 64, 229, 0.59);
  box-shadow: 0px 2px 14px 0px rgba(0, 64, 229, 0.59); */
  position: relative;
  z-index: 1;
  padding: 70px 105px;
  /* border-top: 4px solid #5a8ff5; */
}
.info-boxes-wrapper>h4::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.3);
  left: 10%;
  right: 10%;
  top: 12%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.info-boxes-wrapper::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 83%;
  background-color: rgba(255, 255, 255, 0.3);
  top: 15%;
  bottom: 15%;
  right: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.info-boxes-wrapper .info-boxes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}

.info-boxes-wrapper .box-item {
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.info-boxes-wrapper .box-item .box-icon {
  margin-right: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  width: 80px;
  line-height: 0.5;
}

.info-boxes-wrapper .box-item .box-title {

  font-weight: 500;
  margin-bottom: 15px;
  color: var(--color-white);
}


/*======= Progress Bar =======*/
.progress-bars .single-progress:not(:last-child) {
  margin-bottom: 35px;
}

.progress-bars .single-progress .progress-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}

.progress-bars .single-progress .title,
.progress-bars .single-progress .percentage {
  color: var(--color-heading);

  font-weight: 700;
  line-height: 1;
}

.progress-bars .single-progress .progress-line {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 3px;
  background-color: var(--color-white);
}

.progress-bars .single-progress .progress-line .line-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-primary);
  -webkit-transition: linear 1s;
  -o-transition: linear 1s;
  transition: linear 1s;
}

.progress-bars .single-progress:nth-child(2) .progress-line .line-inner {
  background-color: var(--color-secondary);
}

.progress-bars .single-progress:nth-child(3) .progress-line .line-inner {
  background-color: #ff00fc;
}

.progress-bars .single-progress:nth-child(3) .progress-line .line-inner {
  background-color: #00b9ee;
}

/*======= Screenshot Slider =======*/
.screenshot-slider .screenshot-item img {
  width: 100%;
  border-radius: 30px;
}

.screenshot-arrows .slick-arrow {
  width: 45px;
  height: 45px;
  border-radius: 7px;
  color: var(--color-white);
  background-color: var(--color-dark-4);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
}

.screenshot-arrows .slick-arrow:hover,
.screenshot-arrows .slick-arrow.next-arrow {
  background-color: var(--color-primary-6);
}

.screenshot-arrows .slick-arrow.next-arrow {
  margin-left: 8px;
}

/*======= Portfolio Filter =======*/
.portfolio-filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portfolio-filter ul li {
  background-color: var(--color-soft-grey);
  color: var(--color-heading);

  font-weight: 500;
  line-height: 1.4;
  padding: 15px 30px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.portfolio-filter ul li.active,
.portfolio-filter ul li:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

/*======= Portfolio One =======*/
.portfolio-box-one {
  position: relative;
  z-index: 1;
}

.portfolio-box-one::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: var(--color-heading);
  content: "";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.portfolio-box-one .thumb {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.portfolio-box-one .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
  padding: 0px 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.portfolio-box-one .content .tags {
  margin-bottom: 8px;
}

.portfolio-box-one .content .tags a {
  line-height: 1.4;
  color: var(--color-white);
}

.portfolio-box-one .content .title a {
  color: var(--color-white);
}

.portfolio-box-one:hover::before {
  opacity: 0.8;
  visibility: visible;
}

.portfolio-box-one:hover .content {
  top: 50%;
  visibility: visible;
  opacity: 1;
}


/*======= Specific Section =======*/
/*======= Counter Section Bordered =======*/
.counter-section-bordered .counter-section-inner {
  background-color: var(--color-primary);
  background-image: url(../../img/newindex/particle/section-curve-shape.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding: 50px;
  margin: 20px;
  position: relative;
  z-index: 1;
  border-radius: 12px;
}

.counter-section-bordered .counter-section-inner::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  /* background-color: var(--color-primary); */
  /* opacity: 0.1; */
  z-index: -1;
}

.counter-section-bordered .counter-section-inner .counter-item {
  padding-bottom: 20px;
  padding-top: 20px;
}

.counter-section-bordered.bordered-secondary-bg .counter-section-inner,
.counter-section-bordered.bordered-secondary-bg .counter-section-inner::before {
  background-color: var(--color-primary);
}

/*======= Service With Counter =======*/
.service-with-counter .counter-section {
  position: relative;
  z-index: 2;
  margin-bottom: -45vh;
  padding-top: 0;
}

.service-with-counter .service-section,
.data-analysis-section {
  padding-bottom: 130px;
  padding-top: 50vh;
}

/*======= Call to Action =======*/
.cta-with-particle.cta-with-particle .container {
  position: relative;
  z-index: 1;
}

.cta-with-particle.cta-with-particle .particle-left,
.cta-with-particle.cta-with-particle .particle-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  max-width: 160px;
}

.cta-with-particle.cta-with-particle .particle-left {
  left: 0;
}

.cta-with-particle.cta-with-particle .particle-right {
  right: 0;
}

.cta-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.cta-btns li {
  padding: 5px;
}

.cta-section {
  padding-top: 20px;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

.cta-section .cta-absolute-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}


.portfolio-filter-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-filter-two li {
  z-index: 1;
  color: black;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  padding: 1px 18px;
  border-radius: 5px;
  position: relative;
}

.portfolio-filter-two li:before {
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
  background-image: -o-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
  background-image: linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
}

.portfolio-filter-two li:hover,
.portfolio-filter-two li.active {
  color: white;
}

.portfolio-filter-two li:hover:before,
.portfolio-filter-two li.active:before {
  opacity: 1;
}

.portfolio-filter-two li:not(:last-child) {
  margin: 0 5px 5px 0;
}

.template-btn.white-bg {
  background-color: var(--color-white);
  border-color: var(--color-white);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--color-heading-2);
}