.greenBg-outline {
  width: 100%;
  height: 100vh;
  background-image: url(../images/py-icon-outline.svg);
  background-repeat: no-repeat;
  position: fixed; }
  @media (max-width: 991px) {
    .greenBg-outline {
      background-size: 120%; } }

.greenBg-shape {
  width: 100%;
  height: 100vh;
  background-image: url(../images/py-icon-shape.svg);
  background-repeat: no-repeat;
  position: fixed; }
  @media (max-width: 991px) {
    .greenBg-shape {
      background-size: 120%; } }

.landingIntro {
  overflow-x: hidden;
  min-height: 320px;
  max-width: 2200px;
  padding-top: 180px;
  min-height: 320px; }
  @media (max-width: 1199px) {
    .landingIntro {
      min-height: 480px; } }
  @media (max-width: 991px) {
    .landingIntro {
      min-height: 250px; } }
  @media (max-width: 767px) {
    .landingIntro {
      min-height: 540px; } }
  @media (max-width: 575px) {
    .landingIntro {
      min-height: 500px; } }

.bigTitle {
  position: relative;
  font-size: 22em;
  font-weight: 500;
  line-height: 0.9em;
  font-size: 18em; }
  @media (max-width: 1199px) {
    .bigTitle {
      font-size: 13em; } }
  @media (max-width: 991px) {
    .bigTitle {
      font-size: 12em; } }
  @media (max-width: 767px) {
    .bigTitle {
      font-size: 8em; } }
  @media (max-width: 575px) {
    .bigTitle {
      font-size: 5.5em; } }
  .bigTitle-left {
    position: relative;
    left: -35px;
    left: -20px; }
    @media (max-width: 767px) {
      .bigTitle-left {
        left: -10px; } }
  .bigTitle-right {
    position: absolute;
    right: -30px;
    right: -20px; }
    @media (max-width: 767px) {
      .bigTitle-right {
        right: -10px; } }

.introText {
  position: relative;
  z-index: 1;
  font-size: 0.8em;
  border-left: solid 1px black;
  width: 40vw;
  margin-left: 50vw;
  margin-top: 80px;
  padding: 20px 0 20px 20px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 0; }
  @media (max-width: 1500px) {
    .introText {
      width: 26vw; } }
  @media (max-width: 1199px) {
    .introText {
      margin-left: 50vw;
      width: 40vw;
      margin-top: 50px; } }
  @media (max-width: 991px) {
    .introText {
      margin-left: 30vw;
      width: 40vw; } }
  @media (max-width: 769px) {
    .introText {
      margin-left: 20vw;
      margin-top: 180px;
      width: 60vw; } }
  @media (max-width: 767px) {
    .introText {
      margin-top: 60px;
      margin-left: 20vw;
      width: 70vw; } }
  @media (max-width: 575px) {
    .introText {
      margin-top: 40px;
      margin-left: 12vw;
      width: 76vw; } }

.introText:hover {
  padding: 20px 0 20px 30px; }

.main-header {
  position: fixed;
  left: 20px;
  right: 20px;
  background-color: transparent;
  padding: 40px 40px;
  z-index: 99;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  @media (max-width: 991px) {
    .main-header {
      padding: 12px 30px; } }
  @media (max-width: 767px) {
    .main-header {
      padding: 12px 15px;
      left: 15px;
      right: 15px; } }
  .main-header-shrink {
    padding: 10px 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0px 0px 20px 20px; }
    @media (max-width: 767px) {
      .main-header-shrink {
        padding: 12px 15px; } }
  .main-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 767px) {
    .main-header .row-eq-height {
      padding-left: 10px;
      padding-right: 10px; } }

.logo {
  display: inline-block; }
  .logo img {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 40px; }
    @media (max-width: 1199px) {
      .logo img {
        padding: 10px 0; } }
  .logo-shrink img {
    width: 30px; }
    @media (max-width: 1199px) {
      .logo-shrink img {
        padding: 6px 0; } }
    @media (max-width: 991px) {
      .logo-shrink img {
        padding: 0px 0; } }

.menu-nav {
  text-align: center;
  margin: auto;
  /*vertical align*/
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  .menu-nav-btn {
    display: inline-block;
    padding: 0 24px;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
    @media (max-width: 1199px) {
      .menu-nav-btn {
        padding: 0 14px; } }
    @media (max-width: 991px) {
      .menu-nav-btn {
        display: none; } }
  .menu-nav-shrink {
    margin: 0px 0; }

.menu-btn-ani {
  position: relative;
  display: inline;
  overflow: hidden; }

.menu-btn-ani:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: -5px;
  background-color: #000;
  height: 1px;
  width: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.menu-btn-ani:hover:before {
  left: 0;
  width: 100%; }

.icons {
  text-align: right;
  margin: auto;
  /*vertical align*/
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  .icons-shrink {
    margin: 5px 0; }

.social-icon {
  display: inline-block;
  padding-left: 35px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  @media (max-width: 1199px) {
    .social-icon {
      padding-left: 16px; } }
  @media (max-width: 991px) {
    .social-icon {
      display: none; } }
  .social-icon-m {
    display: inline-block;
    text-align: right;
    padding-left: 40px;
    padding-top: 20px; }
  .social-icon-m2 {
    display: inline-block;
    text-align: right;
    padding-top: 20px; }

.btn-mail {
  width: 13px;
  height: 13px;
  background-size: contain;
  background-image: url(../images/mail.png);
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.btn-mail:hover {
  background-image: url(../images/mail-hover.png); }

.btn-twitter {
  width: 13px;
  height: 13px;
  top: 50%;
  background-size: contain;
  background-image: url(../images/twitter.png);
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.btn-twitter:hover {
  background-image: url(../images/twitter-hover.png); }

.btn-linkedin {
  width: 13px;
  height: 13px;
  background-size: contain;
  background-image: url(../images/linkedin.png);
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.btn-linkedin:hover {
  background-image: url(../images/linkedin-hover.png); }

.btn-instagram {
  width: 13px;
  height: 13px;
  background-size: contain;
  background-image: url(../images/instagram.png);
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.btn-instagram:hover {
  background-image: url(../images/instagram-hover.png); }

.btn-mewe {
  width: 34px;
  height: 12px;
  top: 50%;
  background-size: contain;
  background-image: url(../images/mewe.png);
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.btn-mewe:hover {
  background-image: url(../images/mewe-hover.png); }

.accordion {
  /**menu btn style**/
  background-color: transparent;
  color: black;
  cursor: pointer;
  padding: 18px 20px;
  height: 100%;
  border: none;
  text-align: right;
  font-weight: 500;
  outline: none;
  letter-spacing: 1px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  @media (max-width: 991px) {
    .accordion-shrink {
      padding: 2px 14px; } }

.active, .accordion:hover, .accordion:focus {
  background-color: transparent;
  border: none;
  outline: none; }

.panel {
  position: absolute;
  top: 50px;
  right: -500px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: right;
  font-weight: 400;
  padding: 20px 20px;
  background-color: white;
  overflow: hidden;
  letter-spacing: 1px;
  z-index: 1;
  border-radius: 0 0 0 20px; }
  @media (max-width: 767px) {
    .panel {
      padding: 20px 25px;
      top: 54px; } }
  .panel-option {
    padding: 20px 15px; }

.panel-active {
  right: 10px;
  opacity: 1; }
  @media (max-width: 767px) {
    .panel-active {
      right: -20px; } }

.btt {
  width: 50px;
  height: 50px;
  background-image: url(../images/btt-before.png);
  background-size: contain;
  position: fixed;
  z-index: 1;
  right: 30px;
  bottom: 30px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  @media (max-width: 991px) {
    .btt {
      right: 35px;
      bottom: 35px; } }
  @media (max-width: 767px) {
    .btt {
      right: 10px;
      bottom: 10px; } }

.btt:hover {
  background-image: url(../images/btt-after.png); }

.copyright {
  position: fixed;
  z-index: 3;
  left: -50px;
  bottom: 135px;
  font-size: 0.55em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  @media (max-width: 991px) {
    .copyright {
      left: -60px;
      bottom: 130px; } }
  @media (max-width: 767px) {
    .copyright {
      left: -80px;
      bottom: 125px; } }
  @media (max-width: 575px) {
    .copyright {
      left: -84px;
      bottom: 110px;
      font-size: 0.5em;
      opacity: 0.5; } }

/* works (homepage) */
.main-content {
  padding: 80px 80px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  @media (max-width: 1199px) {
    .main-content {
      padding: 40px 80px; } }
  @media (max-width: 991px) {
    .main-content {
      padding: 40px 40px 40px 40px; } }
  @media (max-width: 767px) {
    .main-content {
      padding: 20px 20px 20px 20px; } }
  .main-content-topSpacing {
    padding-top: 80px; }
  .main-content-work {
    padding: 140px 0 40px 0; }
    @media (max-width: 575px) {
      .main-content-work {
        padding: 100px 20px 40px 20px; } }

/* works (homepage) end */
/* works thumbnail (homepage) */
.thumb {
  padding: 20px;
  position: relative;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
  @media (max-width: 1199px) {
    .thumb {
      padding: 20px; } }
  @media (max-width: 991px) {
    .thumb {
      padding: 20px; } }
  @media (max-width: 767px) {
    .thumb {
      padding: 10px; } }
  .thumb-hover {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    opacity: 0;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px; }
    .thumb-hover-text {
      text-align: center;
      width: 100%;
      margin: 0;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .thumb-hover-text p {
        text-transform: uppercase;
        font-size: 0.8em;
        font-weight: 400;
        letter-spacing: 0.2em; }
  .thumb-hover:hover {
    opacity: 1;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px; }

.thumb img {
  width: 100%; }

.thumb:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

/* works thumbnail (homepage) end */
/* works inside page */
.workTitle {
  padding-bottom: 60px;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.1em; }
  @media (max-width: 767px) {
    .workTitle {
      padding: 20px 0 30px; } }
  @media (max-width: 575px) {
    .workTitle {
      line-height: 1.1em;
      font-size: 3em;
      padding: 20px 0 40px; } }

.descFrame {
  padding-bottom: 60px;
  width: 100%; }
  @media (max-width: 575px) {
    .descFrame {
      padding-bottom: 40px; } }

.descTitle {
  color: #58595b;
  font-size: 0.8em;
  font-weight: 500;
  width: 17%;
  display: inline-block;
  padding-bottom: 10px;
  vertical-align: top; }
  @media (max-width: 767px) {
    .descTitle {
      width: 25%;
      font-size: 0.8em; } }

.descContent {
  color: #58595b;
  font-size: 0.8em;
  width: 50%;
  display: inline-block;
  padding-bottom: 10px;
  vertical-align: top; }
  .descContent a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease; }
  @media (max-width: 991px) {
    .descContent {
      width: 82%; } }
  @media (max-width: 767px) {
    .descContent {
      width: 72%;
      font-size: 0.8em;
      font-weight: 400; } }

/* works inside page end */
.contact {
  text-align: center;
  padding: 20px; }
  .contact-title {
    font-size: 30pt;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .contact-title {
        font-size: 24pt;
        padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .contact {
      padding: 70px 0; } }

.center-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-height: 80vh; }

.form-control {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  border: solid 1px #dddddd;
  color: black;
  border-radius: 0;
  padding: .5em .75rem;
  height: calc(1.5em + 1rem + 2px); }
  .form-control:-webkit-input-placeholder {
    /* Edge */
    color: #c9c9c9; }
  .form-control:-ms-input-placeholder {
    /* Internet Explorer */
    color: #c9c9c9; }
  .form-control::-webkit-input-placeholder {
    color: #c9c9c9; }
  .form-control::-ms-input-placeholder {
    color: #c9c9c9; }
  .form-control::placeholder {
    color: #c9c9c9; }

.btn-block {
  width: auto;
  display: inline-block;
  padding: 10px 60px;
  margin-top: 10px;
  background-color: white;
  color: black;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  .btn-block:hover {
    background-color: black;
    color: white; }

.home-btn {
  margin-top: 60px;
  padding: 10px 40px;
  text-align: center;
  letter-spacing: 1px;
  border: solid 1px black;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  @media (max-width: 767px) {
    .home-btn {
      margin-top: 45px; } }
  .home-btn:hover {
    background-color: black;
    color: white; }

html, body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 12pt;
  font-weight: 300; }
  @media (max-width: 767px) {
    html, body {
      font-size: 13pt; } }
  html ::-moz-selection, body ::-moz-selection {
    background: #AEFF92; }
  html ::selection, body ::selection {
    background: #AEFF92; }

a {
  color: #000; }

a:hover {
  text-decoration: none;
  color: black; }

.wrapper {
  height: 100%;
  position: relative; }

.full-img {
  width: 100%; }

.divider {
  border-bottom: solid 1px #d7d7d7;
  width: 100%;
  height: 10px;
  margin-bottom: 20px; }

.spacingA {
  height: 30px; }
  @media (max-width: 767px) {
    .spacingA {
      height: 15px; } }

.white-frame-top {
  position: fixed;
  height: 80px;
  width: 100%;
  top: 0;
  background-color: white;
  z-index: 1; }
  @media (max-width: 767px) {
    .white-frame-top {
      height: 30px; } }

.white-frame-bottom {
  position: fixed;
  height: 60px;
  width: 100%;
  bottom: 0;
  background-color: white;
  z-index: 1; }
  @media (max-width: 767px) {
    .white-frame-bottom {
      height: 30px; } }

/* demo */
.demoImg .no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important; }
