/* Custom CSS */
.left,
.right {
  float: left;
}

.left {
  /*background: red;*/
  width: 200px;
  height: 300px;
  transition: width 1s;
}

.right {
  background: blue;
  width: 300px;
  height: 300px;
  transition: width 1s;
}

.left:hover {
  width: 100%;
}

.left:hover + .right {
  width: 100px;
}

#awwwards {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;

  width: 90px;
  height: 135px;

  text-indent: -666em;

  background-image: url(../img/root/awwwards_honorable_white.png);
  background-repeat: no-repeat;
  background-size: 90px 135px;

  overflow: hidden;
}

#wpselected {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  width: 90px;
  height: 90px;

  text-indent: -666em;

  background-image: url(../img/root/wpselected-badge-left.png);
  background-repeat: no-repeat;
  background-size: 90px 90px;

  overflow: hidden;
}

.ptf-custom--9135 .typed-cursor {
  color: #ee3364;
}

.ptf-custom--0531 {
  position: absolute;
  bottom: 15%;
  left: 130px;

  color: #0b0b0b;
  font-size: 35px;
}

.ptf-custom--9503::after {
  content: "";

  position: absolute;
  top: 50%;
  left: calc(100% + 30px);

  width: 0;
  max-width: 60px;
  height: 1px;

  background-color: #1f0e49;

  transition: width 0.5s 1s ease-in-out;
}

.ptf-is-page-loaded .ptf-custom--9503::after {
  width: 100%;
}

.ptf-custom--5832 {
  position: relative;
  z-index: 1;

  margin-right: 50px;
}

.ptf-custom--5832::after {
  content: "";

  position: absolute;
  top: -50px;
  right: -50px;
  z-index: -1;

  width: 100%;
  height: 100%;

  border: 10px solid #00bec5;
}

.ptf-custom--5832 {
  position: relative;
  z-index: 1;

  margin-right: 50px;
}

.ptf-custom--5832::after {
  content: "";

  position: absolute;
  top: -50px;
  right: -50px;
  z-index: -1;

  width: 100%;
  height: 100%;

  border: 10px solid #00bec5;
}

.ptf-custom--3103 .ptf-services-box__link {
  background-color: rgba(0, 0, 0, 0.25);
}

.ptf-custom--3103 .ptf-highlight {
  background: linear-gradient(
    to top,
    transparent 5%,
    rgba(0, 0, 0, 0.25) 5%,
    rgba(0, 0, 0, 0.25) 37%,
    transparent 37%
  );
}

.ptf-custom--4111 .ptf-swiper-pagination--style-1 span {
  background-color: #fff;
}

.ptf-custom--4111 .ptf-swiper-button-prev--style-2,
.ptf-custom--4111 .ptf-swiper-button-next--style-2 {
  color: #fff;
}

.ptf-custom--6632 {
  margin-top: -225px;
}

.ptf-custom--9917 .ptf-social-icons a:not(:hover) {
  color: #fff;
}

.ptf-custom--8681 .ptf-countdown h5,
.ptf-custom--8681 .ptf-countdown strong {
  color: #fff;
}

.ptf-custom--9511 .ptf-swiper-pagination--style-1 span {
  background-color: #fff;
}

.ptf-is--homepage-05 .ptf-header--default .ptf-navbar,
.ptf-is--homepage-05 .ptf-header--default .ptf-navbar.ptf-navbar--solid {
  background-color: #191919;
}

.ptf-is--homepage-11 .ptf-navbar {
  padding: 0 35px;
}

.ptf-is--homepage-11 .ptf-navbar .container {
  width: 100%;
}

/* min-width 768px */
@media (min-width: 768px) {
  .ptf-custom--5136 {
    padding-left: 70px;
  }
  .ptf-custom--8620 {
    padding-right: 70px !important;
  }
  .ptf-custom--5317 {
    padding: 0 30px !important;
  }
  .ptf-custom--5171 {
    padding-right: 70px;
  }
  .ptf-custom--7205 {
    margin-top: -100px;
  }
  .ptf-custom--8511 {
    padding-right: 85px;
  }
  .ptf-custom--6525 {
    position: relative;
    z-index: 2;
  }
}

/* max-width 767px */
@media (max-width: 767px) {
  #awwwards,
  #wpselected {
    display: none;
  }
  .ptf-custom--9135 h2 {
    font-size: 28px;
  }
  .ptf-custom--1631 {
    font-size: 38px;
  }
}

/* max-width 991px */
@media (max-width: 991px) {
  .ptf-custom--9182 {
    font-size: 48px;
    line-height: 60px;
  }
  .ptf-custom--9182 {
    font-size: 48px;
    line-height: 60px;
  }
}

/* max-width 575px */
@media (max-width: 575px) {
  .ptf-custom-9182 {
    font-size: 38px;
    line-height: 50px;
  }
  .ptf-custom-9182 {
    font-size: 38px;
    line-height: 50px;
  }
  .ptf-custom--0531 {
    bottom: 5%;
  }
}

.m-auto {
  margin: auto !important;
}
.m-auto2 {
  margin: auto 0 !important;
}

.color-white {
  color: #fff !important;
}

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

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

.color-grey-bg {
  background: #e7e7e7 !important;
}

.f-weight-200 {
  font-weight: 200 !important;
}

.text-justify {
  text-align: justify !important;
}

.ptf-divider-blue {
  display: block;
  clear: both;
  height: var(--ptf-height);
  background-color: #0f325a;
}

.width-1 {
  width: 50%;
}
.width-1:hover {
  width: 100%;
  transition: 0.3s;
}

.hover-item {
  transition: 0.3s;
}
.hover-item:hover {
  transform: translate(0, -10px);
}



:root {
  --color-primary: #56677e;
  --color-secondary: #101118;
  --base-duration: 500ms;
  --base-ease: cubic-bezier(0.25, 0.46, 0.45, 0.84);
}

// ================================================
// Transforms used for parallax effect
// Try changing the --d values within each rule-set
// and hover over the slide
// ================================================

.slide {
  --x: 0;
  --y: 0;
  --d: 50;

  &:hover .slide__image-wrapper {
    transform: scale(1.025)
      translate(
        calc(var(--x) / var(--d) * 1px),
        calc(var(--y) / var(--d) * 1px)
      );
	 
  }
}

.slide__image {
  --d: 20;

  transform: translate(
    calc(var(--x) / var(--d) * 1px),
    calc(var(--y) / var(--d) * 1px)
  );
}

.slide__content {
  --d: 60;

  transform: translate(
    calc(var(--x) / var(--d) * -1px),
    calc(var(--y) / var(--d) * -1px)
  );
}

// ========================
// Base
// ========================

*,
*:before,
*:after {
  box-sizing: border-box;
}

.slide {
  align-items: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: center;
z-index: 1;}

  &:after {
    content: "";
    display: block;
    padding-bottom: 100%;
	
  }
}

// ========================
// Slide image wrapper
// ========================

.slide__image-wrapper {
  border-radius: 1%;
  height: 100%;
  left: 0%;
  overflow: hidden;
  position: absolute;
  top: 0%;
  transition: transform calc(var(--base-duration) / 4) var(--base-ease);
  width: 100%;
  
}

// ========================
// Slide image
// ========================

.slide__image {
  --d: 20;

  height: 110%;
  left: -5%;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: -5%;
  user-select: none;
  width: 110%;
  
}
.slide__image{
  transition: all 0.25s linear;
}

// ========================
// Slide headline
// ========================

.slide__headline {
  font-size: 8vmin;
  font-weight: 600;
  position: relative;
}

// ========================
// Slide content
// ========================

.slide__content {
  --d: 60;

  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 4vmin;
  position: absolute;
  top: 0;
  transition: transform var(--base-duration) var(--base-ease);
  width: 100%;
  z-index: 1;

  > * + * {
    margin-top: 2rem;
  }
}

// ========================
// Coordinates
// ========================

.display-coordinates {
  .coordinates-overlay,
  .slide:hover .coordinates-tooltip {
    display: block;
  }
}

.coordinates-checkbox {
  align-items: center;
  color: white;
  display: flex;
  position: fixed;
  top: 1rem;

  label {
    font-size: 0.9rem;
    margin-left: 0.25rem;
  }
}

.coordinates-tooltip {
  color: red;
  display: none;
  pointer-events: none;
  position: absolute;
  white-space: nowrap;
  z-index: 100;

  &::after {
    counter-reset: x var(--x) y var(--y);
    content: "x: " counter(x) ", y: " counter(y);
	
  }
}

.coordinates-overlay {
  background-color: rgba(black, 0.8);
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 100;

  &:before,
  &:after {
    background: rgba(white, 0.5);
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
  }

  &:before {
    transform: translate(-50%, -50%);
	
	
  }

  &:after {
    transform: translate(-50%, -50%) rotate(90deg);
	
	
  }
}

.button1 {
  position: relative;
  
}

.button1 p {
  display: inline-block;
  background: blue;
  color: #fff;
  padding: 0.4em 0.6em;
  font-size: 1.3em;
  border-radius: 1em;
}

.button1 figure {
  display: none;
  position: absolute;
  top: 1em;
  left: 0em;
  padding: 40px;
  margin: 0;
  border: 5px solid #0f325a;
  background: #0f325a;
  border-radius: 1em;
  transition: 0.3s;
  transform: translate(0, -10px);
  
}

.button1 img {
  display: block;
  border-radius: 0.8em;
  max-width: 100%;
  height: auto;
}

.button1:focus figure,
.button1:hover figure {
  display: block;
}
.button1:focus p,
.button1:hover p {
  background: red;
}

.margin-0 {
  margin: 0;
}

.ptf-service-box h5:hover {
  color: red !important;
}

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

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

.letter-spacing-1 {letter-spacing:1px}

.ptf-service-box__link .link-22:hover{color:#10BEF0 !important;}




	


	
	
	    
