  /* =================================================================== 
 *
 *  PRIYA.INC WEBSITE Main IMPORT FILES
 
/* ======================================================================*/
  @import "../css/grid.css";
  @import "../css/effect.css";
  @import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";
  @import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
  /* =================================================================== 
 *
 *  PRIYA.INC WEBSITE Main Stylesheet
 
/* ======================================================================*/
  /*                          01. BASIC
 /* ------------------------------------------------------------------- */
  .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
  }
  html, body {
    height: 100%;
    font-weight: 100;
    letter-spacing: 0.7px;
  }
  *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    background: #fff;
    margin: 0 auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
  }
  * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  p, h1, h2, h3, h4, h5, h6, a {
    text-align: justify;
    text-justify: auto;
    font-family: 'Space Grotesk', sans-serif;
  }
  /* ======================================================================
 *                          02. OTHER BASIC STYLES
 * ------------------------------------------------------------------- */
  html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    pointer-events: visible;
  }
  a, a:visited {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    color: inherit;
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
  }
  /* ======================================================================
 *                               FADE IN
 * ======================================================================- */
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    75% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    75% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    75% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fade {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    background: #fff;
  }
  /* ======================================================================
 *                             HEADER
 * -----------------------------------------------------------------------*/
  header {
    position: fixed;
    width: 100%;
    display: block;
    height: auto;
    z-index: 10;
    width: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0);
  }
  .desktop {
    display: block;
  }
  .desktop-img {
    display: block;
  }
  .mobile-img {
    display: none
  }
  .mobile {
    display: none;
    content: "\f0c9";
    width: 0;
    height: 0;
  }
  #desktop-nav ul {
    list-style: none;
    margin-right: 180px;
    padding: 0;
    float: right;
    width: auto;
    border-bottom: 2px solid #000;
  }
  #desktop-nav ul li {
    display: inline-block;
    width: auto;
    text-align: left;
    padding: 18px 0 8px 0;
  }
  #desktop-nav ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
  }
  #desktop-nav ul li:nth-child(1), #desktop-nav ul li:nth-child(2), #desktop-nav ul li:nth-child(3) {
    padding-right: 40px;
  }
  #desktop-nav ul li a:hover {
    color: #000cff;
  }
  #desktop-nav ul li.active a {
    color: #000cff;
  }
  .header-left {
    float: left;
    text-align: left;
    width: 240px;
    padding-left: 100px;
    padding-top: 24px;
  }
  .header-left img {
    float: left;
    text-align: left;
    width: 100%;
    height: 100%;
  }
  /* ======================================================================
 *                           MOBILE NAVIGATION
 * -----------------------------------------------------------------------*/
  #showLeft {
    position: fixed;
    width: 100%;
    display: block;
    height: auto;
    z-index: 10;
    width: 100%;
    height: 80px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0);
  }
  #showLeft i {
    position: fixed;
    right: 40px;
    top: 26px;
    z-index: 1;
    font-size: 30px;
    cursor: pointer;
    color: #000;
  }
  #showLeft .logo {
    position: fixed;
    left: 50px;
    top: 30px;
    z-index: 1000;
    width: 140px;
    height: auto;
    z-index: 1;
  }
  .cbp-spmenu {
    background: transparent;
    position: fixed;
  }
  .cbp-spmenu h3 {
    color: #000;
    padding: 20px;
    margin: 0;
    background: #fff;
  }
  .cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    background: #dab4e5;
  }
  .cbp-spmenu a:hover {
    background: #fff;
    color: #dab4e5;
    transition: .3s ease;
  }
  .cbp-spmenu a:active {
    background: #fff;
    color: #000cff;
    ;
  }
  .cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
  }
  .cbp-spmenu-vertical a {
    border-bottom: 1px solid #fff;
    padding: 1em;
  }
  .cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
  }
  .cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
  }
  .cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
  }
  /* Vertical menu that slides from the left or right */
  .cbp-spmenu-left {
    left: -240px;
  }
  .cbp-spmenu-right {
    right: -240px;
  }
  .cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
  }
  .cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
  }
  /* Horizontal menu that slides from the top or bottom */
  .cbp-spmenu-top {
    top: -150px;
  }
  .cbp-spmenu-bottom {
    bottom: -150px;
  }
  .cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
  }
  .cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
  }
  /* Push classes applied to the body */
  .cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
  }
  .cbp-spmenu-push-toright {
    left: 240px;
  }
  .cbp-spmenu-push-toleft {
    left: -240px;
  }
  /* Transitions */
  .cbp-spmenu, .cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* Example media queries */
  @media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
      font-size: 75%;
      height: 110px;
    }
    .cbp-spmenu-top {
      top: -110px;
    }
    .cbp-spmenu-bottom {
      bottom: -110px;
    }
  }
  @media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
      font-size: 90%;
      width: 190px;
    }
    .cbp-spmenu-left, .cbp-spmenu-push-toleft {
      left: -190px;
    }
    .cbp-spmenu-right {
      right: -190px;
    }
    .cbp-spmenu-push-toright {
      left: 190px;
    }
  }
  /* ======================================================================
 *                               BANNER
 * -----------------------------------------------------------------------*/
  .main {
    display: block;
    height: auto;
    width: 100%;
    padding: 0 auto;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
  }
  .main img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .main p {
    width: 100%;
    font-size: 80px;
    line-height: 70px;
    letter-spacing: -2px;
    text-align: center;
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 300;
    box-sizing: border-box;
  }
  /* ======================================================================
 *                              ABOUT & SERVICES
 * -----------------------------------------------------------------------*/
  .about, .service {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 120px 0 120px 0 !important;
  }
  .service {
    background: #f5f6f7;
  }
  .about p {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -1px;
    color: #000;
    background: #fff;
    width: 760px;
    padding: 0 auto;
    margin: 0 auto;
    text-align: center;
    float: none;
    font-weight: 300;
    height: auto;
  }
  .service p {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -2px;
    color: #000;
    width: 800px;
    padding: 0 auto;
    margin: 0 auto;
    text-align: center;
    float: none;
    font-weight: 400;
    height: auto;
  }
  .service h1 {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -2px;
    color: #000;
    width: 100%;
    font-weight: 500;
    text-align: center;
    padding-bottom: 100px;
  }
  .ser1 {
    padding: 15px;
  }
  .ser2 {
    padding: 15px 0;
  }
  .ser3 {
    padding: 16px;
  }
  .ser4 {
    text-align: center;
    padding: 0 auto;
    margin: 0 auto;
  }
  /* ======================================================================
 *                               PEOPLE & CULTURE
 * -----------------------------------------------------------------------*/
  .founder {
    width: 100%;
    height: auto;
    padding: 120px 0 120px 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .photo img {
    width: 100%;
    height: auto;
    padding-bottom: 24px;
  }
  .photo p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000;
    width: 100%;
    padding: 0 auto;
    margin: 0 auto;
    text-align: left;
    float: left;
    font-weight: 400;
    height: auto;
    margin: 12px auto;
  }
  hr {
    border: 1px solid #000;
  }
  .photo {
    padding-left: 24px;
    float: left;
  }
  .para {
    float: right;
    display: block;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 100px;
  }
  .para p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000;
    width: 100%;
    padding: 0 auto;
    margin: 0 auto;
    text-align: left;
    float: left;
    font-weight: 300;
    height: auto;
    padding-bottom: 18px;
  }
  /* ======================================================================
 *                              FOOTER
 * -----------------------------------------------------------------------*/
  .footer {
    width: 100%;
    height: 273px;
    box-sizing: border-box;
    background-image: url("../images/footer.jpg");
    background-position: center;
    background-size: cover;
  }
  .left-footer {
    float: left;
    text-align: left;
    width: 49%;
    margin-top: 42px;
  }
  .left-footer p {
    text-align: left;
    color: #fff;
    font-size: 34px;
    line-height: 60px;
    letter-spacing: -1px;
    font-weight: 300;
  }
  .right-footer {
    float: right;
    text-align: right;
    width: 49%;
    margin-top: 112px;
  }
  .right-footer p {
    text-align: left;
    color: #000;
    font-size: 38px;
    line-height: 50px;
    letter-spacing: -1px;
    display: inline-block;
    font-weight: 500;
    padding: 0 4px;
  }
  .right-footer p.line {
    text-align: left;
    color: #000;
    font-size: 38px;
    letter-spacing: -1px;
    display: inline-block;
    font-weight: 300;
  }
  .right-footer p:hover {
    transition: .3s ease;
    color: #000cff;
    cursor: pointer;
  }
  /* ======================================================================
 *    MEDIA QUERIES for (min-width: 1250px) and (max-width: 1440px)
 * -----------------------------------------------------------------------*/
  @media only screen and (min-width: 1250px) and (max-width: 1440px) {
    .main p {
      font-size: 60px;
      line-height: 50px;
    }
    .ser1 {
      padding: 52px;
    }
    .ser2 {
      padding: 51px 0;
    }
    .ser3 {
      padding: 51px;
    }
    .para {
      float: left;
      padding-left: 70px;
    }
    .header-left {
      float: left;
      text-align: left;
      width: 200px;
      padding-left: 80px;
    }
  }
  /* ======================================================================
 *    MEDIA QUERIES for (min-width: 962px) and (max-width: 1250px)
 * -----------------------------------------------------------------------*/
  @media only screen and (min-width: 962px) and (max-width: 1250px) {
    .main p {
      font-size: 54px;
      line-height: 44px;
    }
    .ser1 {
      padding: 12px;
    }
    .ser2 {
      padding: 24px 0 24px 0;
    }
    .ser3 {
      padding: 12px;
    }
    .para {
      float: left;
      padding-left: 24px;
    }
    .header-left {
      float: left;
      text-align: left;
      width: 140px;
      padding-left: 48px;
    }
    #desktop-nav ul li:nth-child(1), #desktop-nav ul li:nth-child(2), #desktop-nav ul li:nth-child(3) {
      padding-right: 24px;
    }
    #desktop-nav ul {
      margin-right: 50px;
    }
    #desktop-nav ul li a {
      font-size: 20px;
      line-height: 34px;
    }
    #desktop-nav ul li {
      padding: 12px 0 6px 0;
    }
  }
  /* ======================================================================
 *    MEDIA QUERIES for (min-width: 768px) and (max-width: 959px)
 * -----------------------------------------------------------------------*/
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .desktop {
      display: none;
    }
    .mobile {
      display: block;
      content: "\f0c9";
      width: 0;
      height: 0;
    }
    .main p {
      font-size: 46px;
      line-height: 36px;
    }
    .ser1 {
      padding: 0px;
    }
    .ser2 {
      padding: 48px 0 0px 0;
    }
    .ser3 {
      padding: 0px;
    }
    .para {
      float: left;
      padding-left: 12px;
    }
    .header-left {
      float: left;
      text-align: left;
      width: 140px;
      padding-left: 48px;
    }
    #desktop-nav ul li:nth-child(1), #desktop-nav ul li:nth-child(2), #desktop-nav ul li:nth-child(3) {
      padding-right: 24px;
    }
    #desktop-nav ul {
      margin-right: 50px;
    }
    #desktop-nav ul li a {
      font-size: 20px;
      line-height: 34px;
    }
    #desktop-nav ul li {
      padding: 12px 0 6px 0;
    }
    .para p {
      font-size: 16px;
      line-height: 24px;
    }
    .left-footer p {
      font-size: 28px;
      line-height: 50px;
    }
    .right-footer p {
      font-size: 28px;
      line-height: 40px;
      padding: 0 4px;
    }
  }
  /* ======================================================================
 *    MEDIA QUERIES for (max-width: 767px)
 * -----------------------------------------------------------------------*/
  @media only screen and (max-width: 767px) {
    .desktop {
      display: none;
    }
    .mobile {
      display: block;
      content: "\f0c9";
      width: 0;
      height: 0;
    }
    .about p {
      width: 90%;
      font-size: 28px;
      line-height: 38px;
    }
    .photo {
      padding-left: 0;
      float: left;
      padding-top: 24px;
    }
    .main p {
      font-size: 46px;
      line-height: 36px;
    }
    .ser1 {
      padding-left: 0px;
    }
    .ser2 {
      padding-left: 0px;
    }
    .ser3 {
      padding-left: 0px;
    }
    .photo img {
      width: 240px;
      height: auto;
      padding-bottom: 24px;
      padding-left: 20px;
    }
    .service img {
      width: 300px;
    }
    .photo p {
      float: none;
      text-align: center;
    }
    .para {
      float: right;
      display: block;
      margin-top: 0;
      margin-left: 0;
      padding-bottom: 100px;
    }
    .para {
      float: none;
      padding-left: 0px;
    }
    .para p {
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      padding-bottom: 18px;
    }
	   .para p:last-child {
      padding-bottom: 60px;
    }
    .left-footer {
      float: none;
      text-align: center;
      width: 100%;
      margin-top: 0px;
      padding-top: 36px;
    }
    .right-footer {
      float: none;
      text-align: center;
      width: 100%;
      margin-top: 0px;
    }
    .left-footer p {
      font-size: 28px;
      line-height: 50px;
      float: none;
      text-align: center;
    }
    .right-footer p {
      font-size: 28px;
      line-height: 40px;
      padding: 0 4px;
      float: none;
      text-align: center;
    }
    .about, .service, .founder {
      padding: 60px 0 60px 0 !important;
    }
    .service h1 {
      font-size: 38px;
      line-height: 40px;
      padding-bottom: 30px;
    }
    .footer {
      height: 280px;
    }
    .desktop-img {
      display: none;
    }
    .mobile-img {
      display: block;
    }
  }
  /* ======================================================================
 *    MEDIA QUERIES for (min-width: 480px) and (max-width: 767px)
 * -----------------------------------------------------------------------*/
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .desktop {
      display: none;
    }
    .mobile {
      display: block;
      content: "\f0c9";
      width: 0;
      height: 0;
    }
    .about p {
      width: 90%;
    }
    .main p {
      font-size: 46px;
      line-height: 36px;
      width: 90%;
    }
    .ser1 {
      padding-left: 80px;
    }
    .ser2 {
      padding-left: 80px;
    }
    .ser3 {
      padding-left: 80px;
    }
    .photo img {
      width: 240px;
      height: auto;
      padding-bottom: 24px;
      padding-left: 90px;
    }
    .service img {
      width: 300px;
    }
    .photo p {
      float: none;
      text-align: center;
    }
    .founder {
      padding-bottom: 60px;
    }
    .para {
      float: none;
      padding-left: 12px;
    }
    .para p {
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      padding-bottom: 18px;
    }
    .left-footer {
      float: none;
      text-align: center;
      width: 100%;
      margin-top: 0px;
      padding-top: 36px;
    }
    .right-footer {
      float: none;
      text-align: center;
      width: 100%;
      margin-top: 0px;
    }
    .left-footer p {
      font-size: 28px;
      line-height: 50px;
      float: none;
      text-align: center;
    }
    .right-footer p {
      font-size: 28px;
      line-height: 40px;
      padding: 0 4px;
      float: none;
      text-align: center;
    }
  }