@font-face {
  font-family: "IndigoRegular";
  src: url("/assets/fonts/IndigoRegular.otf");
} 
@font-face {
  font-family: "ActiveRegular";
  src: url("/assets/fonts/ActiveRegular.otf");
}

body {
    overflow-x: hidden;
    background: #F2F1EF;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

* {
    box-sizing: border-box;    
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "IndigoRegular";
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #0A405D;
    font-family: "IndigoRegular";
}

p {
    color: #0A405D;
    font-weight: 400;
}

/* WAVES - START */
.pymks-waves-section {
    position: relative;
}

.pymks-waves-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.pymks-waves-inner {
    position: relative;
}

.pymks-yellow-wave {
    position: absolute;
    width: calc(100% + 48px);
    left: -40px;
    top: -10px;
}

.pymks-blue-wave {
    position: absolute;
    width: calc(100% + 48px);
    left: -63px;
    top: -56px;
}


.pymks-yellow-wave svg {
    fill: #F3A61D;
}

.pymks-blue-wave svg {
    fill: #0A405D;
}

/* header */

.pymks-header {
    position: relative;
    z-index: 5;
}

.pymks-header ul {
    padding: 56px 0;
    margin: 0;
    text-align: center;
    list-style: none;
    display: block;
}

.pymks-header ul li {
    display: inline-block;
    min-width: 193px;
    background: #fff;
    padding: 15px 0 11px;
    margin: 0 10px;
}

.pymks-header ul li a {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 1;
    font-family: ActiveRegular;
}

/* logo */

.pymks-logo {
    position: relative;
    z-index: 5;
    text-align: center;
    margin-top: 8px;
}

.pymks-logo img {
    max-width: 300px;
}

/* logo text */

.pymks-logo-text {
    position: relative;
    z-index: 5;
    text-align: center;
    margin-top: 8px;
}

.pymks-logo-text img {
     max-width: 300px;
}

.pymks-logo-text p {
    font-size: 19px;
    margin: 0;
}

/* logo svg objects */

.pymks-light-blue-line {
    position: absolute;
    width: 500px;
    bottom: 0;
    left: 40px;
}

.pymks-plane {
    position: absolute;
    width: 250px;
    right: 80px;
    bottom: 0;
}

.pymks-light-blue-line svg {
    fill: #00B5B6;
}

.pymks-plane svg {
    fill: #0A405D;
}

/* main text */

.pymks-main-text {
    position: relative;
    z-index: 5;
    text-align: center;
    height: 277px;
    margin: 54px 0;
}

.pymks-main-text-row-left {
    position: relative;
    z-index: 3;
}

.pymks-main-text-row-left-right {
    position: relative;
    z-index: 2;
}

/* btn */
.pymks-btn {
    position: relative;
    display: inline-block;
    width: 777px;
    margin: 0;
    position: absolute;
}

.pymks-btn > svg {
    filter: drop-shadow( 0px 8px 5px rgba(0, 0, 0, 0.65));
}

.pymks-main-text-light {
    left: 50%;
    top: 0;
    transform: translateX(-91%);
}

.pymks-main-text-dark {
    right: 50%;
    bottom: 0;
    transform: translateX(93%);
}

.pymks-btn-stroke {
    position: absolute;
    width: 797px;
}

.pymks-main-text-light .pymks-btn-stroke {
    top: -16px;
    left: -35px;
}

.pymks-main-text-dark .pymks-btn-stroke {
    top: -16px;
    right: -35px;
}

.pymks-btn-txt {
    font-size: 64px;
    width: 100%;
    color: #fff;
    font-family: "IndigoRegular";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -64%);
    text-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}

.pymks-main-text-dark .pymks-btn-txt {
    color: #2A405B;
    transform: translate(-48.5%, -56%);
}


/* WAVES - END */

/* SERVICE - START */

.pymks-service-section {
    background: #F6AF1B;
    padding: 18px 0;
    text-align: center;
    margin: 57px 0 104px;
    position: relative;
}

.pymks-service-element {
    position: relative;
}

.pymks-service-svg {
    position: absolute;
    z-index: 2;
    width: 300px;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%);
    
    /*animation-name: pymks-spin-service;*/
    /*animation-duration: 1000ms;*/
    /*animation-iteration-count: 1;*/
    /*animation-timing-function: linear;*/
}

.pymks-service-txt {
    font-family: "ActiveRegular";
    font-size : 51px;
    color : #0A405D;
    display: inline-block;
    width: 135px;
    z-index: 4;
    position: relative;
}

.pymks-loud-element {
    position: absolute;
    width: 184px;
    top: -80%;
    left: 12%;
}

/* SERVICE - END */


@keyframes pymks-spin-service {
    from {
        transform:translate(-50%, -50%) rotate(0);
    }
    to {
        transform:translate(-50%, -50%) rotate(360deg);
    }
}

/* OPENED SECTION - START */

.pymks-opened-section-service {
    
}

.pymks-opened-section-items {
   width: 1280px;
   margin: 50px auto 50px;
   position: relative;
}

.pymks-opened-path {
    width: 735px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.pymks-opened-section-item {
    position: relative;
}

.pymks-opened-section-first {
    width: 390px;
    position: relative;
}

.pymks-opened-section-first-outline {
    width: 393px;
    position: absolute;
    left: -14px;
    top: -14px;
}

.pymks-opened-target-arrow {
    width: 217px;
    position: absolute;
    top: -117px;
    left: -103px;
}

.pymks-opened-section-item-second {
    display: flex;
    justify-content: flex-end;
}

.pymks-opened-section-second {
    width: 316px;
    position: relative;
}

.pymks-opened-section-second-outline {
    width: 349px;
    position: absolute;
    left: -20px;
    top: -20px;
}

.pymks-opened-pencil {
    width: 164px;
    position: absolute;
    top: -470px;
    left: -55px;
}

.pymks-opened-section-third {
    width: 290px;
    position: relative;
}

.pymks-opened-section-third-outline {
    width: 318px;
    position: absolute;
    left: -6px;
    top: -13px;
}
.pymks-opened-section-item-third {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pymks-opened-lightbulb {
    width: 196px;
    position: absolute;
    bottom: -12px;
    right: -214px;
}

.pymks-opened-section-fourth {
    width: 445px;
    position: relative;
}

.pymks-opened-section-fourth-outline {
    width: 457px;
    position: absolute;
    left: -24px;
    top: -24px;
}

.pymks-opened-two-wheels {
    width: 190px;
    position: absolute;
    top: -66px;
    right: -119px;
}

/* OPENED SECTION - END */

/* WORK NEW - START */

.pymks-work-second-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
    padding: 0 11%;
}

.pymks-work-title {
    position: relative;
    text-align: center;
    width: 412px;
    margin: 0 auto;
    z-index: 9;
}

.pymks-work-title > svg {
    filter: drop-shadow( 0px 4.68px 2.92px rgba(0, 0, 0, 0.5));
}

.pymks-work-title-txt {
    font-size: 29px;
    width: 100%;
    color: #fff;
    font-family: "IndigoRegular";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
}

.pymks-work-txt {
    position: relative;
    text-align: center;
    width: 674px;
    margin: 0 auto;
    top: -17px;
}

.pymks-work-txt-txt {
    font-size: 18px;
    line-height: 22px;
    width: 85%;
    color: #2F366F;
    font-family: "Open Sans";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pymks-work-stroke {
    position: absolute;
    width: 674px;
    top: -24px;
    right: 10px;
}

.pymks-work-bottom {
    margin-top: 37px;
}


/* WORK NEW - END */

/* SERVICES WORK - START */

.pymks-service-work-section {
    margin: 142px 0 125px;
}

.pymks-services-work-section {
    display: flex;
}

.pymks-services-work-section-left,
.pymks-services-work-section-right {
    flex: 1;
}

.pymks-services-work-title {
    position: relative;
    text-align: center;
    width: 547px;
    margin: 0 auto;
}

.pymks-services-work-title > svg {
    filter: drop-shadow( 0px 5.63px 3.52px rgba(0, 0, 0, 0.5));
}

.pymks-services-work-title-txt {
    font-size: 40px;
    width: 100%;
    color: #2A405B;
    font-family: "IndigoRegular";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-51%, -55%);
}

.pymks-services-work-title-outline {
    position: absolute;
    width: 560px;
    top: -8px;
    left: -28px;
}

.pymks-services-work-people {
    width: 527px;
    margin: 0 auto;
}

.pymks-services-work-clouds {
    display: flex;
    justify-content: center;
    margin-top: 54px;
}

.pymks-services-work-cloud-left,
.pymks-services-work-cloud-right {
    width: 345px;
    position: relative;
}

.pymks-services-work-cloud-right {
    left: 8px;
    top: -12px;
}

.pymks-services-work-cloud-left-text,
.pymks-services-work-cloud-right-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-46%, -67%);
    width: 250px;
    text-align:center;
    font-family: "ActiveRegular";
    font-size : 38px;
    color : #0A405D;
    line-height: 1;
}

.pymks-services-work-cloud-right-text  {
    font-size: 32px;
    transform: translate(-55%, -61%);
}

.pymks-services-work-title-hover-hand {
    position: absolute;
    width: 104px;
    right: -60px;
    bottom: -38px;
}

/* SERVICES WORK - END */

/* SERVICES - START */

.pymks-services-section {
    text-align: center;
    padding: 100px 130px;
    position: relative;
}

.pymks-services-elements {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pymks-services-element {
    position: relative;
    width: 170px;
}

.pymks-services-svg {
    position: absolute;
    z-index: 2;
    width: 170px;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%);
    
    /*animation-name: pymks-spin-services;*/
    /*animation-duration: 2000ms;*/
    /*animation-iteration-count: 1;*/
    /*animation-timing-function: linear;*/
}

.pymks-services-txt {
    font-family: "ActiveRegular";
    font-size : 21px;
    color : #0A405D;
    display: inline-block;
    width: 100px;
    z-index: 4;
    position: relative;
}

.pymks-left-element {
    position: absolute;
    width: 266px;
    top: 0;
    left: 0;
}

/* SERVICES - END */

@keyframes pymks-spin-services {
    0% {
        transform:translate(-50%, -50%) scale(1);
    }
    50% {
        transform:translate(-50%, -50%) scale(1.1);
    }
    100% {
        transform:translate(-50%, -50%) scale(1);
    }
}

.pymks-section-title {
    text-align: center;
    position: relative;
    width: 454px;
    margin: 0 auto;
}

.pymks-section-title > svg {
    filter: drop-shadow( 0px 4.68px 2.92px rgba(0, 0, 0, 0.5));
}

.pymks-section-title-txt {
    font-size: 45px;
    width: 100%;
    color: #fff;
    font-family: "ActiveRegular";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
}

.pymks-section-title-outline {
    position: absolute;
    width: 466px;
    top: -9px;
    left: -22px;
}

/* PROJECTS - START */

.pymks-projects-section {
    margin: 195px 0 190px;
    position: relative;
}

.pymks-projects-wave {
    position: absolute;
    width: 100%;
    top: -180px;
    left: 0;
}

.pymks-projects-section .pymks-section-title-outline {
    left: -6px;
}

.pymks-projects-section .pymks-section-title-outline svg path {
    fill: #fff;
}

#pymks-projects-slider {
    width: 100%;
    margin: 82px 0 0;
}

#pymks-projects-slider .swiper-wrapper {
    align-items: center;
}

#pymks-projects-slider .pymks-projects-slider-svg {
    position: relative;
}

#pymks-projects-slider .pymks-projects-slider-svg img {

}

#pymks-projects-slider .swiper-slide-active .pymks-projects-slider-svg {
    max-width: 580px;
    margin: 0 auto;
    overflow: hidden;
}

#pymks-projects-slider .swiper-slide .pymks-read-more {
    display: none;
}
#pymks-projects-slider .swiper-slide-active .pymks-read-more {
    display: block;
}

#pymks-projects-slider .swiper-slide-prev .pymks-projects-slider-svg,
#pymks-projects-slider .swiper-slide-next .pymks-projects-slider-svg {
    max-width: 200px;
    margin: 0 auto;
}

#pymks-projects-slider .swiper-button-prev:after,
#pymks-projects-slider .swiper-button-next:after {
    display: none;
}

#pymks-projects-slider .swiper-button-prev svg,
#pymks-projects-slider .swiper-button-next svg {
    display: block;
    width: 100%;
}

#pymks-projects-slider .swiper-button-prev,
#pymks-projects-slider .swiper-button-next {
    width: 123px;
}

#pymks-projects-slider .swiper-button-prev {
    left: 26%;
}

#pymks-projects-slider .swiper-button-next {
    right: 26%;
}

.pymks-read-more {
    text-align: center;
    position: relative;
    width: 266px;
    margin: 14px auto 0;
    cursor: pointer;
}

.pymks-read-more-txt {
    font-size: 42px;
    width: 100%;
    z-index: 3;
    color: #2A405B;
    font-family: "ActiveRegular";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-53%, -51%);
}

.pymks-read-more-outline {
    position: absolute;
    width: 262px;
    top: -7px;
    left: -9px;
}

/* PROJECTS - END */

/* CLIENTS - START */

.pymks-clients-section {
    position: relative;
    margin: 108px 0 192px;
}

#pymks-clients-slider {
    width: 1200px;
    margin: 0 auto;
}

#pymks-clients-slider .swiper-wrapper {
    align-items: center;
}

#pymks-clients-slider .swiper-slide {
    text-align: center;
}

.pymks-clients-section .swiper-button-prev:after,
.pymks-clients-section .swiper-button-next:after {
    display: none;
}

.pymks-clients-section .swiper-button-prev svg,
.pymks-clients-section .swiper-button-next svg {
    display: block;
    width: 100%;
}

.pymks-clients-section .swiper-button-prev,
.pymks-clients-section .swiper-button-next {
    width: 123px;
}

.pymks-clients-section .swiper-button-prev {
    left: 50px;
}

.pymks-clients-section .swiper-button-next {
    right: 50px;
}

/* CLIENTS - END */

/* FOOTER - START */

.pymks-footer-top-section {
    position: relative;
    padding: 120px 0 0;
}

.pymks-footer-top-wave {
    position: absolute;
    width: calc(100% + 45px);
    left: -30px;
    bottom: 0;
}

.pymks-footer-top-section-inner {
    position:relative;
    z-index: 5;
    display: flex;
    align-items: flex-end;
}

.pymks-footer-top-form {
    flex-basis: 64%;
}

.pymks-footer-top-form form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pymks-footer-top-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 36%;
    margin-bottom: 140px;
    padding-left: 40px;
}

.pymks-footer-logo-img {
    width: 226px;
}

.pymks-footer-logo-text {
    width: 232px;
    margin-top: 10px;
}

.pymks-footer-logo-subtext {
    color: #fff;
    margin: -3px 0 0;
}

.pymks-footer-bottom-section {
    padding: 80px 0 86px;
    color: #fff;
    font-family: "IndigoRegular";
    font-size : 31px;
    letter-spacing: 0.02em;
    position: relative;
    text-align: center;
    z-index: 5;
} 

.pymks-form-item-section-right {
    margin-top: 4px;
    margin-left: 57px;
}

.pymks-form-item {
    text-align: center;
    position: relative;
    width: 320px;
    margin: 10px auto;
}

.pymks-form-item > svg {
    filter: drop-shadow( 0px 3.31px 2.07px rgba(0, 0, 0, 0.5));
}

.pymks-form-item-txt {
    font-size: 32px;
    line-height: 1;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: "IndigoRegular";
    position: absolute;
    left: 0;
    top: -6px;
    z-index: 10;
}

.pymks-form-item-textarea .pymks-form-item-txt {
    top: 4px;
    color: #0A405D;
}

.pymks-form-item-txt input,
.pymks-form-item-txt textarea {
    width: 100%;
    height: 100%;
    background: none;
    border: 0;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    padding: 10px 40px 10px 78px;
}

.pymks-form-item-txt textarea {
    resize: none;
}

.pymks-form-item-txt input::placeholder,
.pymks-form-item-txt textarea::placeholder {
    color: inherit;
}

.pymks-form-item-txt input:focus,
.pymks-form-item-txt textarea:focus {
    outline: 0;
}

.pymks-form-item-outline {
    position: absolute;
    width: 330px;
    top: -4px;
    left: -15px;
}

.pymks-form-item-outline svg path {
    fill: #40E0D0;
}

.pymks-form-item-textarea {
    width: 318px;
}

.pymks-form-item-textarea .pymks-form-item-outline {
    width: 326px;
    top: -18px;
    left: -16px;
}

.pymks-form-item-textarea .pymks-form-item-outline svg path {
    fill: #FFF;
}

/* FOOTER - END */




/* The Modal (background) */
.pymks-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 0; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.pymks-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Add Animation */
.pymks-modal-content {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .pymks-modal-content {
    width: 100%;
  }
}