@import url('menu.css');
@import url('animate.min.css');
@import url('swiper.min.css');
@import url('swiperSlider.css');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');




::-webkit-scrollbar {
  width: 6px;
  /* Track */
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  /* Handle */
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

ul li::marker {
  display: none;
}

a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
  display: table;
  text-align: center;
}

.loader {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  position: relative;
  width: 200px;
  height: 200px;
}

.loader-icon {
  width: 80px;
  height: 80px;
  border: 2px solid #d21e2b;
  border-right-color: #eee;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 0 auto;
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }

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

/* Scroll To Top */
.scroll-to-top {
  font-size: 20px;
  padding: 6px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 10px;
  display: none;
  border-radius: 50%;
  background: #333;
  width: 40px;
  height: 40px;
  z-index: 9999;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.scroll-to-top i {
  color: #fff;
}

.scroll-to-top:hover {
  color: #111;
  background: #fff;
}

.scroll-to-top:hover i {
  color: #111;
}

.scroll-to-top:visited {
  color: #111;
  text-decoration: none;
}

html,
body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #808899;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
  line-height: 1.3;
  margin: 0px;
}

h1,
h2,
h3,
h4 {
  /* font-weight: 700; */
  font-weight: 400;
}

h5,
h6 {
  /* font-weight: 600; */
  font-weight: 400;
}

/* p {
  font-size: 15px;
  color: #232429;
  line-height: 1.7;
  margin-bottom: 15px;
} */

img {
  max-width: 100%;
  height: auto;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

a {
  color: #111;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

a:active,
a:hover,
a:focus {
  color: #111;
  outline: 0 none;
  text-decoration: none;
}

button {
  background: none;
  outline: 0 none;
  border: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

iframe {
  border: 0px;
}

input,
textarea {
  outline: none;
  max-width: 100%;
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

li {
  list-style-type: none;
}

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

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

header {
  z-index: 0
}

header .nav-header .nav-brand {
  position: relative;
  width: 150px;
  height: 63px;
  /* margin: 20px 52px 8px 0px; */
  margin-right: 52px;
  padding: 0;
}

header .nav-header .nav-brand img {
  position: relative;
  z-index: 99999;
  max-width: 100%;

}

/* header .nav-right li a {
  color: #FFFFFF;
  background-color: #02010100 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 49px;
  letter-spacing: 1.1px;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #FFFFFF !important;
  padding: 15px 40px;

  
} */
.btn {
  height: auto;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.btn.btn-nina {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #02010100 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 49px;
  letter-spacing: 0;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #FFFFFF !important;
  padding: 0px 40px 0px 40px;
  border-radius: 100px;
}

.btn.btn-nina .pxl--btn-text {
  position: relative;
  direction: ltr;
}

.btn.btn-nina .pxl--btn-text:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  white-space: nowrap;
}

.btn.btn-nina .pxl--btn-text>span {
  white-space: nowrap;
  display: inline-block;
  padding: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -14px, 0);
  transform: translate3d(0, -14px, 0);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  line-height: normal;
}

.btn.btn-nina:hover {
  background-color: var(--link-color);
}

.btn.btn-nina:hover .pxl--btn-text:before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.btn.btn-nina:hover .pxl--btn-text span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.btn.btn-nina:not(:hover) .pxl--btn-text>span {
  transition-delay: 0s !important;
}



header .nav-header:before {
  transition: all .3s ease;
}

.nav-toggle {
  z-index: 99999;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #000;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
}

.navigation-fixed-wrapper {
  /* background-color: transparent; */
  border-bottom: 0 !important;
}

@media (min-width: 991px) {

  /*#nav-transparent {
    height: auto !important;
  }*/
  header .nav-header {
    position: relative;
    z-index: 1;
  }

  #nav-transparent .nav-menu {
    /* justify-content: right; */
    display: flex;
  }


  .fr-style-default .pxl-menu-primary .sub-menu li a span:before,
  .fr-style-default .pxl-menu-primary .children li a span:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--link-color);
    bottom: -1px;
    left: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform-origin: center;
    transform: scaleX(0);
  }

  #nav-transparent .nav-white-bg .nav-menu>li>a {
    color: #000;
    font-weight: 500;
  }

  #nav-transparent .nav-white-bg .submenu-indicator-chevron {
    border-color: transparent #000 #000 transparent;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }


  #nav-transparent .nav-white-bg .btn.btn-nina {
    color: #000;
    border-color: #000 !important;
  }

}

@media (max-width: 991px) {
  .navigation {
    padding: 0 0px;
  }

  .navigation-portrait .nav-brand {
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
  }

  header .nav-header:before {
    right: -100px;
  }

}




.nav-dropdown {
  border-radius: 0;
  min-width: 230px;
  padding: 10px 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
  background-color: #fff;
  /* border-top: 2px solid #fd4766; */
}

.nav-dropdown>li>a {

  color: #000;
  font-size: 13px;
  /* border-bottom: 1px solid #2A2A2A; */
  padding: 10px 25px;
}

.nav-dropdown>li>a:hover {
  /* background: #191919;
  color: #fd4766; */
  background-color: transparent;
  color: #000;
}

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

.hero_section {
  /* padding: 150px 0px 0; */
  height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #1f1f1f;
  /* background-image: url('../images/hero_img.jpg'); */
  background-position: center;
  background-size: cover;
  transition: background-image 1s ease-in-out;
}

.hero-contents {
  /* background-color: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  border-radius: 10px; */
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  transition: opacity 1s ease-in-out;
}

.hero-title,
.hero-subtitle {
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-out {
  opacity: 0;
  transform: translateY(10px);
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.hero_section.inner_page_banner {
  height: 65vh;
}

.hero_section.inner_page_banner .hero-contents h1 {
  font-size: 40px;
}

/* .hero_section::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  z-index: -1;
} */

/* .hero_section::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-image: url(../images/hero-pattern.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  filter: invert(1) opacity(0.7);
  z-index: -1;
} */

.hero_section .hero-img {
  /*-webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);*/
  height: 500px;
  width: 100%;
  /*margin-left: -100px;*/
  position: relative;
  z-index: 1;
}

.hero_section .hero-contents h1,
.hero_section .hero-contents p {
  color: #fff;
}

.hero_section .hero-contents h1 {
  /*background: linear-gradient(120deg, #1c99fe 20.69%, #7644ff 50.19%, #fd4766 79.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  display: inline-block;
  font-weight: 500;
  font-size: clamp(21px, 2vw, 36px);
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.hero_section .hero-contents p {
  font-size: 20px;
  margin: 15px 0 0 0;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  .hero_section {
    /*background-image: url('../images/hero_img.jpg');*/
    height: 70vh;
  }

  .hero_section::before {
    background-color: rgba(0, 0, 0, 0.5);
    filter: none;
  }

  .hero_section::after {
    right: 20%;
    display: none;
  }

  .hero_section .hero-contents h1 {
    /* font-size: 3rem; */
    margin-bottom: 25px;
  }
}

section {
  padding: 60px 0;
}

h1 {
  color: #233032;
  font-size: 45px;
  line-height: 1.21em;
  letter-spacing: 1px;
}

h2 {
  font-size: 26px;
  margin-bottom: 15px;
  letter-spacing: -1px;
  font-weight: 800;
}

h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 800;
}

footer {
  position: relative;
  display: block;
}

.footer_logo {
  float: right;
  padding: 10px 20px 20px;
  margin-bottom: 20px;
  margin-top: -1px;
  background: #000;
  display: inline-block;
  height: auto;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.footer_middle {
  padding: 0 0 50px;
  background: #1a1a1a url(../images/header-bg.png) bottom no-repeat;
  background-size: cover;
  border-top: 10px solid #000000;
  /*transform: skewY(-1deg);*/
}

/*.footer_middle .container{
    -webkit-transform: skewY(1deg);
    transform: skewY(2deg);
}*/
.footer_middle h3 a {
  color: #fd4766;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
  background: linear-gradient(120deg, #1c99fe 20.69%, #fd4766 79.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer_middle li a {
  font-size: 14px;
  padding: 5px 0;
  display: block;
  position: relative;
  color: #ddd;
}

.footer_middle li a:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f061";
  color: #fd4766;
  left: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.footer_middle li a:hover {
  color: #fd4766;
  padding-left: 15px;
}

.footer_middle li a:hover:before {
  opacity: 1;
  left: 0;
}

.footer_bottom {
  padding: 15px 0;
  text-align: center;
  background: #000;
}

.footer_bottom p {
  color: #666;
  margin: 0;
}

.box2_mar {
  background-position: right;
  background-size: 80%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.box2_mar:before {
  width: 100%;
  height: 200%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 70%);
}

/*.box2_mar:after {
  width: 50%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: rgb(255, 255, 255);
}*/
@media (max-width: 1200px) {
  .box1 {
    padding: 30px;
  }

  .box1 h2 {
    margin-top: 20px;
  }

  section {
    padding: 60px 0;
  }

  .box2_mar {
    background-position: center left;
    background-size: 500px;
  }

  .box2_mar:before {
    display: none;
  }

  .box2_mar .row {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .box2_mar {
    background-position: top;
    background-size: 450px;
  }

  .box2_mar:before {
    display: none;
  }

  .box2_mar .row {
    margin-top: 250px;
  }

  header .nav-header .nav-brand {
    padding: 5px 15px;
  }

  .nav-right {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

}

.box1 {
  padding: 0 15px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 72px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  z-index: 999;
}

.img_block {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

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

  .box1 {
    padding: 40px;
    /*margin-top: -160px;*/
  }
}

@media (min-width:1440px) {
  header#nav-transparent .container {
    max-width: 1795px;
  }
}

@media (max-width: 767px) {
  .img_block {
    margin-bottom: 20px;
  }

  .hero_section.inner_page_banner .hero-contents h1 {
    font-size: 32px;
  }

  .hero_section .hero-contents p {
    font-size: 18px;
  }

  p {
    text-align: justify
  }

  .footer_bottom p,
  .hero-contents p {
    text-align: center;
  }

  .footer_middle ul {
    margin-bottom: 20px;
  }
}


/* h2 {
  background: linear-gradient(120deg, #ee4763 20.69%, #1c99fe 79.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
} */



section.inner_page {
  padding: 80px 0;
}

.list-2 li {
  padding-bottom: 10px;
  margin-left: 20px;
  list-style-type: decimal;
}

#div_login input[type="text"],
#div_login input[type="password"] {
  padding: 12px 20px;
  height: inherit;
  border-radius: 0;
}

#div_login input[type="submit"] {
  background: linear-gradient(120deg, #1c99fe 20.69%, #fd4766 79.69%);
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  outline: none;
}

#div_login .form_header h2.subhead {
  color: #000;
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}


.btn.btn-nina.btnOutline {
  color: #000;
  border-color: #000 !important;

}


.iconWithContentSection {
  background-color: #DAE1E3;
  padding: 80px 0;
}

.iconWithContentSection .iconWithContent h3 {
  font-size: 28px;
  margin-bottom: 17px;
  letter-spacing: 0.3px;
  margin-left: 1px;
  font-weight: 400;
  color: #263037;
}

.iconWithContentSection .iconWithContent p {
  display: flex;
  gap: 30px;
}

.iconWithContentSection .iconWithContent p img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}

@media (max-width:767px) {
  .iconWithContentSection .iconWithContent h3 {
    font-size: 20px;
  }
}

.aboutSection {
  padding: 150px 0;
  background-color: #243037;
}

.aboutContent {
  position: sticky;
  z-index: 10;
  top: 0;
}

.aboutSection .aboutContent {
  position: sticky;
  top: 120px;
  /* You can adjust the offset */
  z-index: 10;
  /* Ensures the content stays on top of other elements */
}

.aboutSection .aboutContent h2 {
  font-size: 45px;
  color: #dbe8e8;
  line-height: 1.2;
  letter-spacing: 0.4px;
  font-weight: 400;
}

.aboutSection .aboutContent p {
  font-size: 20px;
  color: #868f91;
  margin-top: 47px;
  margin-left: 2px;
  letter-spacing: 0.43px;
  line-height: 1.59;
  margin-bottom: 64px;
}

.aboutSection .aboutContent a {
  border-color: #dbe8e8;
  color: #dbe8e8;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 18px;
  padding: 2px 40px 0 40px;
  line-height: 48px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 100px;
}

.aboutSection .aboutContent a:hover {
  background-color: #dbe8e8;
  color: #1f262a;
}


.pxl-image-slip1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .pxl-image-slip1 {
    display: block;
  }
}

.pxl-image-slip1 .pxl-post-content {
  width: 50%;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 69px 0 60px 146px;
  position: sticky;
  top: 0;
}

@media (max-width: 1400px) {
  .pxl-image-slip1 .pxl-post-content {
    padding: 69px 0 60px 100px;
  }
}

@media (max-width: 1280px) {
  .pxl-image-slip1 .pxl-post-content {
    padding: 69px 0 60px 50px;
  }
}

@media (max-width: 991px) {
  .pxl-image-slip1 .pxl-post-content {
    width: 100%;
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  .pxl-image-slip1 .pxl-post-content {
    position: static;
    width: 100%;
    height: auto;
  }
}

.pxl-image-slip1 .pxl-post-content+.pxl-post-image-slip {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .pxl-image-slip1 .pxl-post-content+.pxl-post-image-slip {
    width: 100%;
  }
}

.pxl-image-slip1 .pxl-post-content .pxl-widget--title {
  font-size: 45px;
  color: #dbe8e8;
  line-height: 1.2;
  letter-spacing: 0.4px;
}

@media (max-width: 1199px) {
  .pxl-image-slip1 .pxl-post-content .pxl-widget--title {
    font-size: 35px;
  }
}

@media (max-width: 757px) {
  .pxl-image-slip1 .pxl-post-content .pxl-widget--title {
    font-size: 30px;
  }
}

.pxl-image-slip1 .pxl-post-content .pxl-widget--title.heading-lv2 {
  color: #868f91;
  margin-top: 14px;
}

.pxl-image-slip1 .pxl-post-content .pxl-widget--desc {
  font-size: 20px;
  color: #868f91;
  margin-top: 47px;
  margin-left: 2px;
  letter-spacing: 0.43px;
  line-height: 1.59;
  margin-bottom: 64px;
}

@media (max-width: 676px) {
  .pxl-image-slip1 .pxl-post-content .pxl-widget--desc {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.pxl-image-slip1 .pxl-post-content .pxl-widget--button .btn {
  border-color: var(--primary-color);
  color: var(--primary-color);
  font-weight: 500;
  letter-spacing: 0.3px;
}

.pxl-image-slip1 .pxl-post-content .pxl-widget--button .btn:hover {
  background-color: var(--primary-color);
  color: #1f262a;
}

.pxl-image-slip1 .pxl-post-image-slip {
  position: relative;
  max-width: 680px;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .pxl-image-slip1 .pxl-post-image-slip {
    width: 100%;
    max-width: 100%;
  }
}

.pxl-image-slip1 .pxl-post-image-slip .pxl-post-image--track {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
}

.pxl-image-slip1 .pxl-post-image-slip .pxl-post-block--min {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
  z-index: 9;
}

.pxl-image-slip1 .pxl-post-image-slip .pxl-post-image--block {
  display: block;
  width: 100%;
  position: sticky;
  transition: 1.2s ease-out;
  top: 110px;
  opacity: 0;
  filter: blur(5px);
}

.pxl-image-slip1 .pxl-post-image-slip .pxl-post-image--block img {
  width: 100%;
}

.pxl-image-slip1 .pxl-post-image-slip .pxl-post-image--block+.pxl-post-image--block {
  margin-top: 60px;
}

.pxl-image-slip1 .pxl-post-image-slip .pxl-post-image--block.pxl-post-block_1 {
  clip-path: circle(0% at 85% 15%);
  filter: blur(5px);
}

.pxl-image-slip1 .pxl-post-image-slip .pxl-post-image--block.slip-active {
  opacity: 1;
  filter: blur(0px);
}

.pxl-image-slip1 .pxl-post-image-slip .pxl-post-image--block.slip-active.pxl-post-block_1 {
  clip-path: circle(90.7% at 40% 40%);
  filter: blur(0);
}

.pxl-image-slip1 .pxl-post-image-slip .pxl-post-image--block.active .pxl-post-block--min {
  opacity: 1;
  visibility: visible;
}

.pxl-image-slip1 .pxl-post-image-slip .pxl-post-image--block.end .pxl-post-block--min {
  opacity: 0;
  visibility: hidden;
}

.pxl-image-slip1 .pxl-post--image {
  position: relative;
  overflow: hidden;
}

.pxl-image-slip1 .pxl-post--image .pxl-inner-title {
  position: absolute;
  top: 44px;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 30px 0 54px;
}

@media (max-width: 1199px) {
  .pxl-image-slip1 .pxl-post--image .pxl-inner-title {
    padding: 0 15px 0 30px;
  }
}

@media (max-width: 480px) {
  .pxl-image-slip1 .pxl-post--image .pxl-inner-title {
    display: block;
    top: 20px;
  }
}

.pxl-image-slip1 .pxl-post--image .pxl-inner-title .pxl--counter-number {
  font-size: 120px;
  line-height: 1;
  color: #e7e9e9;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .pxl-image-slip1 .pxl-post--image .pxl-inner-title .pxl--counter-number {
    font-size: 70px;
  }
}

.pxl-image-slip1 .pxl-post--image .pxl-inner-title .pxl--counter-number.pxl-mr-37 {
  margin-right: 15px;
}

.pxl-image-slip1 .pxl-post--image .pxl-inner-title .pxl-item-heading {
  color: #e7e9e9;
  font-size: 34px;
  line-height: 1.2;
  margin-top: -1px;
  letter-spacing: 0.3px;
}

@media (max-width: 575px) {
  .pxl-image-slip1 .pxl-post--image .pxl-inner-title .pxl-item-heading {
    font-size: 25px;
  }
}


footer {
  background-color: #121A1D;
  padding: 80px 0 40px;
}

footer .footerTop {
  padding-bottom: 72px;
}

footer .footerBottom {
  border-top: 1px solid rgba(71, 83, 85, 0.898);
  padding-top: 30px;
}

footer .fLogo a {
  width: 188px;
  height: 78px;
  display: inline-block;
}

footer .footerLinks {
  display: flex;
  justify-content: space-between
}

footer .footerLinks a {
  color: #868F91;
  font-size: 16px;
  letter-spacing: 0.4px;
  display: block;
  padding: 5px 0;
}

footer .footerLinks a:hover {
  color: #FFFFFF;
}



footer .socialLinks a {
  font-size: 17px;
  margin: 0 18px;
  color: #DBE8E8;
}

footer .socialLinks a:hover {
  color: #fff;
}

footer .socialLinks a:first-child {
  margin-left: 0;
}

footer .copyright {
  margin: 0;
  text-align: right;
}

@media (min-width:991px) {
  footer .mail-box {
    margin-left: 40px;
  }
}

.tnp-widget-minimal form {
  margin-top: 30px !important;
  display: flex;
  position: relative;
  align-items: center;
}

.tnp-widget-minimal form input[type="email"] {
  background-color: unset;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #4b5456;
  padding: 0;
  color: #4b5456;
  letter-spacing: 0.35px;
  height: 50px;
}

.tnp-widget-minimal input.tnp-submit {
  background-color: unset !important;
  font-size: 27px;
  line-height: 1;
  transition: all 0.3s;
  background-image: url('../images/arrow-right.svg') !important;
  width: 30px !important;
  height: 30px !important;
  background-size: contain;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 0;
}


nav ol.breadcrumb {
  justify-content: center;
}

nav ol.breadcrumb li,
nav ol.breadcrumb li.active {
  color: #e7e9e9;
}


nav ol.breadcrumb li a {
  color: #fff;
}

.hero_section.page-header {
  height: 485px;
}