/*
Template Name: Bolby
Version: 1.0
Author: PxlSolutions
Author URI: http://themeforest.net/user/pxlsolutions
Description: Portfolio/CV/Resume HTML Template

[TABLE OF CONTENTS]

01. Base
02. Typography
03. Preloader
04. Header
05. Sections
06. Parallax Shapes
07. Skills
08. Activity
09. Gallery
10. Facts
11. Prices
12. Testimonials
13. Blog
14. Clients
15. Contact
16. Helper
17. Dark Mode
18. Buttons
19. Bootstrap Components
20. Theme elements
21. Slick
22. Responsive

*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic");
.text-dark {
  color: #353353 !important;
}

.text-light {
  color: #f9f9ff !important;
}

.text-yellow {
  color: #ffc32a !important;
}

.text-pink {
  color: #ff4c60 !important;
}

.text-blue {
  color: #0e88fa !important;
}

.text-violet {
  color: #6c6ce5 !important;
}

.text-green {
  color: #44d7b6 !important;
}

.text-default {
  color: #454360 !important;
}

.bg-dark {
  background-color: #353353 !important;
}

.bg-light {
  background-color: #f9f9ff !important;
}

.bg-yellow {
  background-color: #ffc32a !important;
}

.bg-pink {
  background-color: #ff4c60 !important;
}

.bg-blue {
  background-color: #0e88fa !important;
}

.bg-violet {
  background-color: #6c6ce5 !important;
}

.bg-green {
  background-color: #44d7b6 !important;
}

.bg-default {
  background-color: #454360 !important;
}

* {
  margin: 0;
  padding: 0;
}

html {
  margin: 0 !important;
  overflow: auto !important;
}

body {
  color: #5e5c7f;
  background-color: #f9f9ff;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.relative {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #454360;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  margin: 20px 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

a {
  color: #ff4c60;
  outline: 0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #353353;
}
a:focus {
  outline: 0;
}

blockquote {
  padding: 20px 20px;
  margin: 0 0 20px;
  font-size: 16px;
  background: #f7f7f7;
  border-radius: 10px;
}
blockquote p {
  line-height: 1.6;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

.infinity {
  width: 120px;
  height: 60px;
  position: relative;
}
.infinity div,
.infinity span {
  position: absolute;
}
.infinity div {
  top: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  animation: rotate 6.9s linear infinite;
}
.infinity div span {
  left: -8px;
  top: 50%;
  margin: -8px 0 0 0;
  width: 16px;
  height: 16px;
  display: block;
  background: #ff4c60;
  box-shadow: 2px 2px 8px rgba(255, 76, 96, 0.09);
  border-radius: 50%;
  transform: rotate(90deg);
  animation: move 6.9s linear infinite;
}
.infinity div span:before, .infinity div span:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: inherit;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  box-shadow: inherit;
}
.infinity div span:before {
  animation: drop1 0.8s linear infinite;
}
.infinity div span:after {
  animation: drop2 0.8s linear infinite 0.4s;
}
.infinity div:nth-child(2) {
  animation-delay: -2.3s;
}
.infinity div:nth-child(2) span {
  animation-delay: -2.3s;
}
.infinity div:nth-child(3) {
  animation-delay: -4.6s;
}
.infinity div:nth-child(3) span {
  animation-delay: -4.6s;
}

@keyframes rotate {
  50% {
    transform: rotate(360deg);
    margin-left: 0;
  }
  50.0001%, 100% {
    margin-left: -60px;
  }
}
@keyframes move {
  0%, 50% {
    left: -8px;
  }
  25% {
    background: #ffc32a;
  }
  75% {
    background: #6c6ce5;
  }
  50.0001%, 100% {
    left: auto;
    right: -8px;
  }
}
@keyframes drop1 {
  100% {
    transform: translate(32px, 8px) scale(0);
  }
}
@keyframes drop2 {
  0% {
    transform: translate(0, 0) scale(0.9);
  }
  100% {
    transform: translate(32px, -8px) scale(0);
  }
}
#preloader {
  background: #353353;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1031;
}
#preloader .outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#preloader.light {
  background: #f9f9ff;
}

header.desktop-header-1 {
  color: #fff;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  background: #353353;
  padding: 50px 40px 40px;
  position: fixed;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  min-height: 100vh;
  top: 0;
  width: 290px;
  z-index: 3;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}
header.desktop-header-1.open {
  transform: translateX(0);
}
header.desktop-header-1 .vertical-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 130px;
  margin-top: 130px;
}
header.desktop-header-1 .vertical-menu li.openmenu > a {
  color: #000;
}
header.desktop-header-1 .vertical-menu li.openmenu .switch {
  transform: rotate(45deg);
}
header.desktop-header-1 .vertical-menu li {
  padding: 8px 0;
  position: relative;
  list-style: none;
  transition: all 0.2s ease-in-out;
}
header.desktop-header-1 .vertical-menu li a:hover {
  color: #ffc32a;
}
header.desktop-header-1 .vertical-menu li i {
  color: #ffc32a;
  margin-right: 20px;
}
header.desktop-header-1 .vertical-menu li .switch {
  font-size: 30px;
  display: inline-block;
  padding: 0 14px;
  line-height: 1;
  cursor: pointer;
  color: #000;
  position: absolute;
  top: 24px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
header.desktop-header-1 .vertical-menu li a {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-decoration: none;
  position: relative;
}
header.desktop-header-1 .vertical-menu li a.nav-link {
  display: initial;
  padding: 0;
}
header.desktop-header-1 .vertical-menu li .nav-link.active {
  color: #ffc32a;
}
header.desktop-header-1 .submenu {
  display: none;
  padding: 0;
}
header.desktop-header-1 .submenu li a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
header.desktop-header-1 .submenu li a:after {
  height: 3px;
}
header.desktop-header-1 .submenu li a:hover:after {
  width: 100%;
  height: 3px;
}
header.desktop-header-1 .submenu li a:hover {
  color: #000;
}
header.desktop-header-1 .footer {
  margin-top: auto;
}
header.desktop-header-1 .copyright {
  color: #9c9ab3;
  font-size: 14px;
}
header.desktop-header-1.light {
  background: #f9f9ff;
  border-right: solid 1px rgba(0, 0, 0, 0.05);
}
header.desktop-header-1.light .vertical-menu li .nav-link.active {
  color: #ff4c60;
}
header.desktop-header-1.light .vertical-menu li a {
  color: #353353;
}
header.desktop-header-1.light .vertical-menu li a:hover {
  color: #ff4c60;
}
header.desktop-header-1.light .vertical-menu li i {
  color: #ff4c60;
}

header.desktop-header-2 {
  color: #fff;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  background: #353353;
  padding: 40px;
  position: fixed;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  min-height: 100vh;
  top: 0;
  width: 110px;
  z-index: 3;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
  transition: background 0s;
}
header.desktop-header-2.open {
  transform: translateX(0);
}
header.desktop-header-2 .vertical-menu {
  list-style: none;
  padding: 0;
  margin-top: 100px;
  margin-bottom: 0;
}
header.desktop-header-2 .vertical-menu li.openmenu > a {
  color: #000;
}
header.desktop-header-2 .vertical-menu li.openmenu .switch {
  transform: rotate(45deg);
}
header.desktop-header-2 .vertical-menu li {
  padding: 8px 0;
  position: relative;
  list-style: none;
  transition: all 0.2s ease-in-out;
}
header.desktop-header-2 .vertical-menu li a:hover {
  color: #ffc32a;
}
header.desktop-header-2 .vertical-menu li a:hover i {
  color: #ffc32a;
  opacity: 1;
}
header.desktop-header-2 .vertical-menu li i {
  color: #fff;
  margin-right: 20px;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
header.desktop-header-2 .vertical-menu li a {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  text-decoration: none;
  position: relative;
}
header.desktop-header-2 .vertical-menu li a.nav-link {
  display: initial;
  padding: 0;
}
header.desktop-header-2 .vertical-menu li .nav-link.active {
  color: #ffc32a;
}
header.desktop-header-2 .vertical-menu li .nav-link.active i {
  color: #ffc32a;
  opacity: 1;
}
header.desktop-header-2 .footer {
  margin-top: auto;
  position: relative;
}
header.desktop-header-2 .copyright {
  color: #9c9ab3;
  font-size: 14px;
  transform: rotate(-180deg);
  writing-mode: vertical-rl;
  white-space: nowrap;
  display: inline-block;
  overflow: visible;
}
header.desktop-header-2.light {
  background: #f9f9ff;
  border-right: solid 1px rgba(0, 0, 0, 0.05);
}
header.desktop-header-2.light .vertical-menu li i {
  color: #353353;
  opacity: 1;
}

header.mobile-header-1 {
  background: #353353;
  display: none;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
}
header.mobile-header-1.open {
  transform: translateX(290px);
}
header.mobile-header-1 .menu-icon button {
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  height: 33px;
  width: 33px;
}
header.mobile-header-1 .menu-icon span {
  display: block;
  background: #fff;
  border-radius: 5px;
  height: 4px;
  position: relative;
  width: 30px;
}
header.mobile-header-1 .menu-icon span:before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 5px;
  height: 4px;
  top: -10px;
  position: absolute;
  width: 30px;
}
header.mobile-header-1 .menu-icon span:after {
  content: "";
  display: block;
  background: #fff;
  border-radius: 5px;
  height: 4px;
  top: 10px;
  position: absolute;
  width: 30px;
}
header.mobile-header-1 .site-logo {
  display: inline-block;
}
header.mobile-header-1 .site-logo img {
  max-height: 30px;
}
header.mobile-header-1.light {
  background: #f9f9ff;
}
header.mobile-header-1.light .menu-icon span {
  background: #353353;
}
header.mobile-header-1.light .menu-icon span:before, header.mobile-header-1.light .menu-icon span:after {
  background: #353353;
}

header.mobile-header-2 {
  background: #353353;
  display: none;
  position: fixed;
  margin-top: 1rem;
  padding: 10px 0;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
header.mobile-header-2.open {
  transform: translateX(110px);
}
header.mobile-header-2 .menu-icon button {
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  height: 33px;
  width: 33px;
}
header.mobile-header-2 .menu-icon span {
  display: block;
  background: #fff;
  border-radius: 5px;
  height: 4px;
  position: relative;
  width: 30px;
}
header.mobile-header-2 .menu-icon span:before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 5px;
  height: 4px;
  top: -10px;
  position: absolute;
  width: 30px;
}
header.mobile-header-2 .menu-icon span:after {
  content: "";
  display: block;
  background: #fff;
  border-radius: 5px;
  height: 4px;
  top: 10px;
  position: absolute;
  width: 30px;
}
header.mobile-header-2 .site-logo {
  display: inline-block;
}
header.mobile-header-2 .site-logo img {
  max-height: 30px;
}
header.mobile-header-2.light {
  background: #f9f9ff;
}
header.mobile-header-2.light .menu-icon span {
  background: #353353;
}
header.mobile-header-2.light .menu-icon span:before, header.mobile-header-2.light .menu-icon span:after {
  background: #353353;
}

.desktop-header-3 {
  background: #353353;
  padding: 20px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.desktop-header-3 .navbar {
  padding: 0;
}
.desktop-header-3 .navbar-brand {
  height: 30px;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
.desktop-header-3 .navbar-brand img {
  height: 100%;
  width: auto;
}
.desktop-header-3 .navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.desktop-header-3 .nav-link {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  text-wrap: nowrap;
}
.desktop-header-3 .nav-link.active {
  color: #ffc32a !important;
}
.desktop-header-3 .nav-link:hover {
  color: #ffc32a !important;
}
.desktop-header-3 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 0.25rem;
}
.desktop-header-3 button.navbar-toggler:focus {
  outline: 0;
  outline: 0;
}
.desktop-header-3 .navbar-nav li:not(:last-child) {
  padding-right: 3rem;
}
@media (min-width: 992px) {
  .desktop-header-3 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
.desktop-header-3.light {
  background: #f9f9ff;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.desktop-header-3.light .navbar-dark .navbar-nav .nav-link {
  color: #353353;
}
.desktop-header-3.light .navbar .navbar-toggler .navbar-toggler-icon {
  filter: invert(1);
}

/*=================================================================*/
/*                      SECTIONS                             
/*=================================================================*/
main.content-1 {
  margin-left: 290px;
  transition: all 0.3s ease-in-out;
}
main.content-1.open {
  opacity: 0.8;
  transform: translateX(290px);
}

main.content-2 {
  margin-left: 110px;
  transition: all 0.3s ease-in-out;
}
main.content-2.open {
  opacity: 0.8;
  transform: translateX(110px);
}

section {
  padding-top: 110px;
  position: relative;
}

section.home {
  background: #353353;
  padding: 0;
  height: 100%;
  min-height: 100vh;
}
section.home .container {
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.home .home-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  height: 100%;
  min-height: 100vh;
  padding-block: 30px;
  position: relative;
  z-index: 1;
}
section.home .home-stack .intro {
  flex: 1;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.home .home-stack .scroll-down {
  position: static;
  width: auto;
  margin: auto 0 0 0;
}
section.home .home-stack .scroll-down.light span {
  color: #454360;
}
section.home .home-stack .scroll-down.light .mouse {
  border-color: #353353;
}
section.home .home-stack .scroll-down.light .mouse .wheel {
  background: #353353;
}
section.home .intro {
  margin: auto;
  max-width: 540px;
  text-align: center;
  position: relative;
  z-index: 1;
}
section.home .intro h1 {
  color: #fff;
  font-size: 36px;
}
section.home .intro span {
  color: #fff;
  font-size: 16px;
  text-wrap: nowrap;
}
section.home .intro .avatar {
  width: 160px;
  height: 160px;
  position: relative;
  margin-inline: auto;
  background: #fff;
  -webkit-mask-image: url("/images/mask-avatar.svg");
          mask-image: url("/images/mask-avatar.svg");
}
section.home .intro .avatar img {
  background: #f9f9ff;
  width: calc(100% - var(--avatar-width) * 4);
  height: calc(100% - var(--avatar-width) * 4);
  margin-top: calc(var(--avatar-width) * 2);
  -webkit-mask-image: url("/images/mask-avatar.svg");
          mask-image: url("/images/mask-avatar.svg");
}
section.home .intro .avatar::before {
  content: "";
  width: calc(100% - var(--avatar-width) * 2);
  height: calc(100% - var(--avatar-width) * 2);
  position: absolute;
  top: var(--avatar-width);
  left: var(--avatar-width);
  background: linear-gradient(to bottom right, #44d7b6 10%, #17a1eb 50%, #6c6ce6 90%);
  -webkit-mask-image: url("/images/mask-avatar.svg");
          mask-image: url("/images/mask-avatar.svg");
}
section.home.dark .avatar {
  background: #4d4a74;
}
section.home.dark .avatar img {
  background: radial-gradient(#f9f9ff 40%, rgb(141, 139.8, 159.6));
  filter: saturate(1.1) brightness(0.9) contrast(1.1);
}
section.home .social-icons li a {
  color: #fff;
}
section.home .social-icons li a:hover {
  color: #ffc32a !important;
}
section.home.light {
  background: #f9f9ff;
}
section.home.light .intro h1 {
  color: #353353;
}
section.home.light .intro span {
  color: #454360;
}
section.home.light .social-icons li a {
  color: #353353;
}

.section-title {
  font-size: 36px;
  margin: 0;
  margin-left: 14px;
  position: relative;
}
.section-title:before {
  content: "";
  background-image: url(../images/dots-bg.svg);
  display: block;
  height: 37px;
  left: -14px;
  top: -14px;
  position: absolute;
  width: 37px;
}

/*=================================================================*/
/*                      PARALLAX SHAPES                              
/*=================================================================*/
.parallax {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.parallax .layer {
  position: absolute;
}
.parallax .p1 {
  left: 10%;
  top: 10%;
}
.parallax .p2 {
  left: 25%;
  top: 30%;
}
.parallax .p3 {
  left: 15%;
  bottom: 30%;
}
.parallax .p4 {
  left: 10%;
  bottom: 10%;
}
.parallax .p5 {
  left: 45%;
  top: 10%;
}
.parallax .p6 {
  left: 40%;
  bottom: 10%;
}
.parallax .p7 {
  top: 20%;
  right: 30%;
}
.parallax .p8 {
  right: 30%;
  bottom: 20%;
}
.parallax .p9 {
  right: 10%;
  top: 10%;
}
.parallax .p10 {
  top: 45%;
  right: 20%;
}
.parallax .p11 {
  bottom: 10%;
  right: 10%;
}

/*=================================================================*/
/*                      SKILLS                              
/*=================================================================*/
.skill-item .skill-info h4 {
  font-size: 16px;
  font-weight: 500;
}
.skill-item .skill-info span {
  font-size: 14px;
}

/*=================================================================*/
/*                      ACTIVITY                              
/*=================================================================*/
.activity-box {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.activity-box h3 {
  font-size: 20px;
}
.activity-box img {
  margin-bottom: 22px;
  height: 78px;
}
.activity-box:hover {
  transform: translateY(-10px);
}

/*=================================================================*/
/*                      GALLERY                              
/*=================================================================*/
.pf-filter-wrapper {
  display: none;
}

.gallery-item {
  position: relative;
  overflow: hidden;
}
.gallery-item .thumb {
  overflow: hidden;
}
.gallery-item .details {
  color: #fff;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
  align-content: space-between;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.gallery-item .details .title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  margin: 20px 0;
  padding: 0 20px;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
.gallery-item .details .term {
  color: #fff;
  background: #ff4c60;
  font-size: 11.5px;
  font-weight: 550;
  text-transform: uppercase;
  text-wrap: nowrap;
  display: inline-block;
  position: relative;
  margin: 0 0 10px;
  padding: 4px 12px;
  left: 20px;
  opacity: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transform: translateY(-40px);
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
.gallery-item .details .more-button {
  color: #fff;
  background: #ffc32a;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  position: relative;
  bottom: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-item .mask {
  background: #6c6ce5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.gallery-item:hover .mask {
  opacity: 0.9;
}
.gallery-item:hover .details .title,
.gallery-item:hover .details span {
  opacity: 1;
  transform: translateY(0);
}
.gallery-item:hover .details .more-button {
  opacity: 1;
}

.gallery-filter li {
  color: #5e5c7f;
  cursor: pointer;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.gallery-filter li:hover {
  color: #ff4c60;
}
.gallery-filter li.current {
  color: #ff4c60;
}
.gallery-filter li:not(:last-child) {
  margin-right: 1.8rem;
}

.pf-filter-wrapper {
  position: relative;
}
.pf-filter-wrapper select {
  position: relative;
  width: 100%;
  padding: 12px 16px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: 0;
  color: #454360;
  background-color: #fff;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.pf-filter-wrapper:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #454360;
}

#stories .grid-item[data-hidden="1"] {
  display: none !important;
}
#stories .gallery-item {
  aspect-ratio: 3/2;
}
#stories .gallery-item .thumb {
  margin-top: -16.66%;
}

/*=================================================================*/
/*                      FACTS                              
/*=================================================================*/
.fact-item .details {
  margin-left: 60px;
}
.fact-item .icon {
  font-size: 36px;
  color: #dedeea;
  float: left;
  transition: all 0.3s ease-in-out;
}
.fact-item .number {
  font-size: 30px;
}
.fact-item .number em {
  font-style: normal;
}
.fact-item p {
  font-size: 16px;
}
.fact-item:hover .icon.pink {
  color: #ff4c60;
}
.fact-item:hover .icon.yellow {
  color: #ffc32a;
}
.fact-item:hover .icon.green {
  color: #44d7b6;
}
.fact-item:hover .icon.violet {
  color: #6c6ce5;
}

/*=================================================================*/
/*                      CERTIFICATES                              
/*=================================================================*/
.certificates-wrapper .slick-slide {
  padding-inline: calc(var(--bs-gutter-x) * 0.5);
}

/*=================================================================*/
/*                      TESTIMONIALS                              
/*=================================================================*/
.testimonials-wrapper {
  max-width: 700px;
  margin-block: auto;
  margin-inline: calc(var(--bs-gutter-x) * -1);
}
.testimonials-wrapper .slick-slide {
  padding-inline: calc(var(--bs-gutter-x) * 1);
}

.testimonial-item .thumb {
  border-radius: 50%;
  overflow: hidden;
  height: 90px;
  width: 90px;
}
.testimonial-item .subtitle {
  color: #8b88b1;
  font-size: 14px;
}
.testimonial-item p {
  font-size: 16px;
}

/*=================================================================*/
/*                      BLOG                              
/*=================================================================*/
.blog-item {
  overflow: hidden;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.blog-item:hover {
  transform: translateY(-10px);
}
.blog-item .thumb {
  position: relative;
  overflow: hidden;
}
.blog-item .thumb img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.blog-item .thumb:hover img {
  transform: scale(1.1);
}
.blog-item .category {
  background: #ff4c60;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  font-size: 14px;
  padding: 2px 8px;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 1;
}
.blog-item .details {
  padding: 20px;
}
.blog-item .details .title {
  font-size: 20px;
}
.blog-item .details .title a {
  color: #353353;
}
.blog-item .details .title a:hover {
  color: #ff4c60;
}
.blog-item .meta {
  font-size: 14px;
  color: #8b88b1;
}
.blog-item .meta li:not(:last-child) {
  margin-right: 0.6rem;
}
.blog-item .meta li:after {
  content: "";
  background: #8b88b1;
  border-radius: 50%;
  display: inline-block;
  height: 3px;
  margin-left: 0.6rem;
  vertical-align: middle;
  width: 3px;
}
.blog-item .meta li:last-child::after {
  display: none;
}

/*=================================================================*/
/*                      CLIENTS                              
/*=================================================================*/
.client-item {
  min-height: 50px;
  position: relative;
  text-align: center;
  margin-top: 60px;
}
.client-item .inner {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.client-item img {
  display: inline-block;
}

/*=================================================================*/
/*                      CONTACT                              
/*=================================================================*/
.contact-info {
  position: relative;
}
.contact-info::before {
  content: "";
  background-image: url("../images/map.svg");
  background-repeat: no-repeat;
  min-height: 213px;
  width: 100vw;
  position: absolute;
  z-index: -2;
}
.contact-info h3 {
  font-size: 23px;
  margin: 0 0 10px;
}

/*=================================================================*/
/*                      HELPER                              
/*=================================================================*/
.help-block.with-errors {
  color: red;
  font-size: 12px;
  padding-left: 30px;
}
.help-block.with-errors ul {
  margin-bottom: -8px;
  padding-top: 8px;
}

.spacer {
  clear: both;
}

.text-link {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#infscr-loading {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 10px;
}

#infscr-loading img {
  display: none;
}

.fa-spinner {
  margin-right: 10px;
  display: none;
}
@keyframes ani-mouse {
  0% {
    top: 29%;
  }
  15% {
    top: 50%;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 29%;
  }
}
.mouse-wrapper {
  color: #fff;
  font-size: 14px;
  display: block;
  max-width: 100px;
  margin: auto;
  text-align: center;
}
.mouse-wrapper:hover {
  color: #fff;
}

.mouse {
  border: solid 2px #fff;
  border-radius: 16px;
  display: block;
  margin: auto;
  margin-top: 10px;
  height: 26px;
  position: relative;
  width: 20px;
}
.mouse .wheel {
  background: #fff;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 4px;
  animation: ani-mouse 2s linear infinite;
}

.circle {
  border-radius: 100%;
}

footer.footer {
  background: #353353;
  padding: 40px 0;
  text-align: center;
}
footer.footer .copyright {
  color: #9c9ab3;
  font-size: 14px;
}
footer.footer.light {
  background: #f9f9ff;
  border-top: solid 1px rgba(0, 0, 0, 0.05);
}

body.dark {
  color: #fff;
  background-color: #353353;
}
body.dark .section-title {
  color: #fff;
}
body.dark .section-title:before {
  background: url("../images/dots-bg-light.svg");
}
body.dark .bg-dark {
  background: #302f4e !important;
}
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6 {
  color: #fff;
}
body.dark #experience .text-dark {
  color: #fff !important;
}
body.dark .triangle-top:before {
  border-bottom-color: #302f4e;
}
body.dark .timeline.exp .timeline-container::after,
body.dark .timeline.edu .timeline-container::after {
  background: #302f4e;
}
body.dark .gallery-filter li {
  color: #fff;
}
body.dark a:hover {
  color: #fff;
}
body.dark .gallery-filter li.current {
  color: #ff4c60;
}
body.dark .blog-item .details h4.title a {
  color: #fff;
}
body.dark .blog-item .details h4.title a:hover {
  color: #ff4c60;
}
body.dark .contact-info::before {
  background-image: url("../images/map-light.png");
}
body.dark .white-popup {
  background: #302f4e;
}
body.dark footer.footer {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
body.dark .btn-control.btn-outline {
  border-color: rgba(249, 249, 255, 0.4);
}
body.dark .btn-control.btn-outline i {
  color: rgba(249, 249, 255, 0.4);
}
body.dark .btn-control.btn-outline:hover {
  border-color: transparent;
}
body.dark .btn-control:not(.btn-outline) {
  background: rgba(249, 249, 255, 0.2);
}
body.dark .btn-control.ready + .btn-wrap {
  background: rgba(187, 187, 187, 0.5);
}
body.dark #theme-toggle {
  background: transparent;
  border-color: #ffc32a;
}
body.dark #theme-toggle i {
  color: #ffc32a;
}
body.dark #theme-toggle:hover {
  background: #ffc32a;
}
body.dark #theme-toggle:hover i {
  color: #fff;
}

.btn {
  border-radius: 30px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  line-height: 1;
  padding: 12px 32px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn:focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  opacity: 1;
  cursor: not-allowed;
}

@keyframes push {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.btn-default {
  color: #fff;
  background: #ff4c60;
}
.btn-default:hover {
  color: #fff;
  background: #ff4c60;
}

.btn-outline {
  color: #ff4c60;
  border: 1.5px solid #ff4c60;
}
.btn-outline:hover {
  color: #fff;
  border: 1.5px solid #ff4c60;
  background: #ff4c60;
}

.btn-push {
  transform: perspective(1px) translateZ(0);
}
.btn-push:hover {
  animation-name: push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.btn-full {
  text-align: center;
  width: 100%;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 28px 30px;
  font-size: 18px;
  font-weight: 100;
  line-height: 0;
}

.btn-sm {
  padding: 17px 16px;
  font-size: 12px;
  line-height: 0;
}

.btn-xs {
  padding: 12px 10px;
  font-size: 12px;
  line-height: 0;
}

#control-buttons-top,
#control-buttons-bottom {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  right: 25px;
  gap: 0.8rem;
  z-index: 2;
}

#control-buttons-top {
  top: 25px;
}

#control-buttons-bottom {
  bottom: 25px;
}

body .btn-control {
  background: rgba(53, 51, 83, 0.2);
  width: 40px;
  height: 40px;
  padding: 0;
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  text-decoration: none;
  border-radius: 20px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 4;
}
body .btn-control.btn-violet + .btn-wrap {
  background: rgba(108, 108, 229, 0.5);
}
body .btn-control.btn-pink + .btn-wrap {
  background: rgba(255, 76, 96, 0.5);
}
body .btn-control.btn-blue + .btn-wrap {
  background: rgba(14, 136, 250, 0.5);
}
body .btn-control.btn-yellow + .btn-wrap {
  background: rgba(255, 195, 42, 0.5);
}
body .btn-control.btn-outline {
  background: transparent;
  border: 1.5px solid rgba(53, 51, 83, 0.4);
}
body .btn-control.btn-outline.btn-violet {
  border-color: #6c6ce5;
}
body .btn-control.btn-outline.btn-violet i {
  color: #6c6ce5;
}
body .btn-control.btn-outline.btn-pink {
  border-color: #ff4c60;
}
body .btn-control.btn-outline.btn-pink i {
  color: #ff4c60;
}
body .btn-control.btn-outline.btn-blue {
  border-color: #0e88fa;
}
body .btn-control.btn-outline.btn-blue i {
  color: #0e88fa;
}
body .btn-control.btn-outline.btn-yellow {
  border-color: #ffc32a;
}
body .btn-control.btn-outline.btn-yellow i {
  color: #ffc32a;
}
body .btn-control.btn-outline i {
  color: rgba(53, 51, 83, 0.4);
}
body .btn-control.ready {
  border: none;
  border-radius: 50%;
}
body .btn-control.ready + .btn-wrap {
  background: rgba(53, 51, 83, 0.5);
}
body .btn-control.ready + .btn-wrap .btn-text .track-info {
  display: flex;
  flex-direction: column;
  color: #fff;
  padding-block: 10px;
  line-height: 30px;
}
body .btn-control.ready + .btn-wrap .btn-text:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 20px;
  backdrop-filter: blur(2px) brightness(0.5);
  z-index: -1;
}
body .btn-control.ready i {
  color: #fff !important;
  text-shadow: 0 0 6px black;
}
body .btn-control {
  transition: all 0.3s ease-in-out;
}
body .btn-control i {
  color: #fff;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
body .btn-control i:before {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  align-content: center;
}

.btn-wrapper {
  position: relative;
  height: 40px;
}
.btn-wrapper .btn-wrap {
  border-radius: 20px;
  background: rgba(53, 51, 83, 0.5);
  opacity: 0;
  width: 40px;
  float: right;
  overflow: hidden;
  pointer-events: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: all 0.3s ease-in-out;
}
.btn-wrapper .btn-wrap .btn-text,
.btn-wrapper .btn-wrap .btn-note {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-inline: 20px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 20px;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.btn-wrapper .btn-wrap .btn-note {
  display: none;
  height: 28px;
  line-height: 28px;
  font-size: 0.8rem;
}
.btn-wrapper.active .btn-control,
.btn-wrapper .btn-control:hover {
  background: #353353;
}
.btn-wrapper.active .btn-control.btn-violet,
.btn-wrapper .btn-control:hover.btn-violet {
  background: #6c6ce5;
}
.btn-wrapper.active .btn-control.btn-violet i,
.btn-wrapper .btn-control:hover.btn-violet i {
  color: #fff;
}
.btn-wrapper.active .btn-control.btn-pink,
.btn-wrapper .btn-control:hover.btn-pink {
  background: #ff4c60;
}
.btn-wrapper.active .btn-control.btn-pink i,
.btn-wrapper .btn-control:hover.btn-pink i {
  color: #fff;
}
.btn-wrapper.active .btn-control.btn-blue,
.btn-wrapper .btn-control:hover.btn-blue {
  background: #0e88fa;
}
.btn-wrapper.active .btn-control.btn-blue i,
.btn-wrapper .btn-control:hover.btn-blue i {
  color: #fff;
}
.btn-wrapper.active .btn-control.btn-yellow,
.btn-wrapper .btn-control:hover.btn-yellow {
  background: #ffc32a;
}
.btn-wrapper.active .btn-control.btn-yellow i,
.btn-wrapper .btn-control:hover.btn-yellow i {
  color: #fff;
}
.btn-wrapper.active .btn-control i,
.btn-wrapper .btn-control:hover i {
  color: #fff;
}
.btn-wrapper.active .btn-wrap {
  width: 100%;
  opacity: 1;
}
.btn-wrapper.active .btn-wrap .btn-text {
  padding-inline: 20px 55px;
}
.btn-wrapper.active .ready {
  width: 80px;
  height: 80px;
}
.btn-wrapper.active .ready + .btn-wrap .btn-text {
  height: 80px;
  padding-inline: 20px 95px;
}
.btn-wrapper.active .ready + .btn-wrap .btn-note {
  display: block;
}

#return-to-top {
  visibility: hidden;
  opacity: 0;
}
#return-to-top.visible {
  opacity: 1;
  visibility: visible;
}

#return-to-top:hover,
#theme-toggle {
  background: #ffc32a;
  border-color: transparent;
}
#return-to-top:hover i,
#theme-toggle i {
  color: #fff;
}

#change-lang-button {
  color: #fff;
  background: #ff4c60;
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#change-lang-button small {
  font-size: 12px;
  opacity: 0.7;
}

/*=================================================================*/
/*                     BOOTSTRAP ELEMENTS
/*=================================================================*/
.breadcrumb {
  font-size: 14px;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb > .active {
  color: #9c9c9c;
}

/* === Progress Bar === */
.progress {
  height: 7px;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 15px;
  box-shadow: none;
}

.progress-bar {
  border-radius: 15px;
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 7px;
  color: #fff;
  text-align: center;
  background-color: #353353;
  box-shadow: none;
  transition: width 0.6s ease;
}

/* === Form Control === */
.form-control {
  border-radius: 27px;
  height: 54px;
  padding: 10px 27px;
  line-height: 1.6;
  color: #454360;
  background-color: #fff;
  background-image: none;
  border: 0;
}

textarea.form-control {
  padding-block: 18px;
  min-height: 160px;
}

.form-control:focus {
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #aeacca;
}

.form-control::placeholder {
  color: #aeacca;
}

.form-group {
  margin-bottom: calc(var(--bs-gutter-x) + 2px);
}

.input-group-addon {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

/* === Alert === */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 20px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: 0;
  right: 0;
  color: inherit;
}

/* === Pagination === */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 50%;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 50%;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #454360;
  border-color: transparent;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  font-weight: 400;
  height: 46px;
  line-height: 32px !important;
  margin-left: 11px;
  color: #1a1a1a;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  width: 46px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #454360;
  border-color: transparent;
}

/*=================================================================*/
/*                      THEME ELEMENTS
/*=================================================================*/
/* === Timeline === */
.timeline {
  position: relative;
}

.timeline .timeline-container {
  padding-left: 50px;
  margin-bottom: 50px;
  position: relative;
  background-color: inherit;
  width: 100%;
}
.timeline .timeline-container:last-of-type {
  margin-bottom: 0;
}

.timeline.edu .timeline-container::after {
  content: "\e019";
  background: #fff;
  font-family: "simple-line-icons";
  font-size: 24px;
  color: #ff4c60;
  position: absolute;
  left: -7px;
  top: 0;
  z-index: 1;
}

.timeline.exp .timeline-container::after {
  content: "\e04b";
  background: #fff;
  font-family: "simple-line-icons";
  font-size: 24px;
  color: #ff4c60;
  position: absolute;
  left: -7px;
  top: 0;
  z-index: 1;
}

.timeline .content {
  position: relative;
}

.timeline .content .time {
  color: #8b88b1;
  font-size: 14px;
}

.timeline .content h3 {
  font-size: 20px;
  margin: 10px 0;
}

.timeline .content p {
  margin: 0;
  text-align: justify;
}

.timeline span.line {
  position: absolute;
  width: 1px;
  background-color: #ff4c60;
  top: 30px;
  bottom: 30px;
  left: 34px;
}

/* === Social Icons === */
.social-icons li:not(:last-child) {
  margin-right: 1.5rem;
}
.social-icons li a {
  font-size: 21px;
}
.social-icons.light li a:hover {
  color: #ffc32a;
}

/* === Helper === */
.rounded {
  border-radius: 20px !important;
}

.bg-white {
  background: #fff;
}

.shadow-dark, .desktop-header-3 .dropdown-menu, .form-control, .form-control:focus {
  box-shadow: 0px 4px 12px 0px rgba(69, 67, 96, 0.1);
}

.shadow-light {
  box-shadow: 0px 4px 12px 0px rgba(195, 195, 226, 0.1);
}

.shadow-blue {
  box-shadow: 0px 4px 12px 0px rgba(108, 108, 229, 0.5);
}

.shadow-pink {
  box-shadow: 0px 4px 12px 0px rgba(249, 123, 139, 0.5);
}

.shadow-yellow {
  box-shadow: 0px 4px 12px 0px rgba(249, 215, 76, 0.5);
}

.padding-30 {
  padding: 30px;
}

.triangle-left:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  left: -15px;
  top: 20%;
}

.triangle-top:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-7.5px);
}

.morphext > .animated {
  display: inline-block;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
  color: #fff;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mfp-zoom-in {
  /* start state */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in {
  /* animate in */
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in {
  /* animate out */
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Styles for dialog window */
.white-popup {
  background: white;
  border-radius: 25px;
  padding: 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

/**
   * Fade-zoom animation for first dialog
   */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-close {
  font-size: 40px;
  opacity: 1;
}
.mfp-close:hover {
  opacity: 0.75;
}

.grecaptcha-badge {
  display: none !important;
}

.slick-slide {
  height: auto;
  outline: none;
}

.slick-next,
.slick-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #454360;
  border-radius: 0;
  top: calc(50% - 40px);
  z-index: 1;
  transform: translateX(0px);
}
.slick-next:hover, .slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
  background: #454360;
}
.slick-next:before, .slick-next:after,
.slick-prev:before,
.slick-prev:after {
  content: "";
  background: #fff;
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
}

.slick-prev {
  left: 0;
}
.slick-prev:before, .slick-prev:after {
  left: 17px;
}

.slick-next {
  right: 0;
}
.slick-next:before, .slick-next:after {
  left: 20px;
}

.slick-prev:before {
  top: 8px;
  transform: rotate(45deg);
}

.slick-prev:after {
  top: 17px;
  transform: rotate(135deg);
}

.slick-next:before {
  top: 8px;
  transform: rotate(-45deg);
}

.slick-next:after {
  top: 17px;
  transform: rotate(45deg);
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: relative;
  bottom: 0;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  width: 10px;
  height: 6px;
  margin: 0 5px;
}
.slick-dots li.slick-active {
  width: 20px;
  height: 6px;
}
.slick-dots li.slick-active button:before {
  background: #ff4c60;
  border-radius: 3px;
  opacity: 1;
  height: 6px;
  width: 20px;
}
.slick-dots li button:before {
  content: "";
  background: #d4d4ff;
  border-radius: 3px;
  opacity: 1;
  height: 6px;
  width: 10px;
}
.slick-dots .slick-dots li .slick-dots li button {
  width: 10px;
  height: 6px;
  padding: 0;
}

/*=================================================================*/
/*                      RESPONSIVE SETTINGS
/*=================================================================*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 991px) {
  header.desktop-header-1 {
    transform: translateX(-290px);
  }
  header.mobile-header-1 {
    display: block;
  }
  main.content-1 {
    margin-left: 0;
  }
  header.desktop-header-2 {
    transform: translateX(-110px);
  }
  header.mobile-header-2 {
    display: block;
  }
  main.content-2 {
    margin-left: 0;
  }
  .desktop-header-3 .nav-link {
    padding: 7px 0;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-filter {
    display: none;
  }
  .gallery-item,
  .blog-item {
    max-width: 360px;
    margin: auto;
  }
  .gallery-item .details {
    justify-content: center !important;
  }
  .gallery-item .details .term,
  .gallery-item .details .more-button {
    display: none !important;
  }
  .blog-wrapper {
    margin: -20px 0;
  }
  .blog-wrapper .blog-item {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  section.home .cta h1 {
    font-size: 52px;
  }
  section.home .cta p {
    font-size: 18px;
  }
  .pf-filter-wrapper {
    display: block;
  }
  .triangle-top-sm:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-7.5px);
  }
  body.dark .triangle-top-sm:before {
    border-bottom-color: #302f4e;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 920px;
  }
  .timeline {
    height: 100%;
  }
  .triangle-left-md:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    left: 0;
    top: 20%;
  }
  body.dark .triangle-left-md:before {
    border-right-color: #302f4e;
  }
}
@media only screen and (max-width: 576px) {
  .gallery-info li {
    display: block;
    padding: 5px 0;
  }
  .parallax .p1 {
    left: 10%;
    top: 10%;
  }
  .parallax .p2 {
    left: 15%;
    top: 30%;
  }
  .parallax .p3 {
    left: 10%;
    bottom: 30%;
  }
  .parallax .p4 {
    left: 10%;
    bottom: 10%;
  }
  .parallax .p5 {
    left: 45%;
    top: 3%;
  }
  .parallax .p6 {
    left: 40%;
    bottom: 10%;
  }
  .parallax .p7 {
    top: 20%;
    right: 30%;
  }
  .parallax .p8 {
    right: 30%;
    bottom: 20%;
  }
  .parallax .p9 {
    right: 10%;
    top: 5%;
  }
  .parallax .p10 {
    top: 45%;
    right: 10%;
  }
  .parallax .p11 {
    bottom: 10%;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 920px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1080px;
  }
}
@media only screen and (max-height: 500px) {
  .scroll-down {
    display: none;
  }
}
@media only screen and (max-height: 667px) {
  header.desktop-header-2 .footer {
    margin-top: 100px;
  }
}/*# sourceMappingURL=style.css.map */