  /* ------------------------------
   Global styles
---------------------------- */
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	
  }

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }

  body {
    line-height: 1;
	
  }

  ol,
  ul {
    list-style: none;
  }

  blockquote,
  q {
    quotes: none;
  }

  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
  }

  img {
    max-width: 100%;
  }

  a,
  a:hover,
  a:focus {
    cursor: pointer !important;
    outline: none;
    text-decoration: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #222222;
    margin: 0;
    padding: 0;
  }

  ul,
  li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  ::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
  }

  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
  }

  ::placeholder {
    color: #fff !important;
  }

  strong {
    font-weight: 700;
  }

  /* This only works with JavaScript, 
        if it's not present, don't show loader */
  @media (min-width:1600px) {
    .container {
      max-width: 1800px;
    }
  }

  /* -------------------------------- 

all style

-------------------------------- */
  html,
  body {
    overflow-x: hidden;
	max-width: 100%;
	height: 100%;
  }

  body div canvas {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }

  body div div canvas {
    display: none !important;
  }

  .headers {
    /* position: relative; */
    z-index: 11;
    position:absolute;
    top: 60px;
    left: 60px;
    right: 60px;
  }

  /* .aboutPage-header{
  background: rgba(235,253,253,0.8);
  background: linear-gradient(60deg, rgba(235,253,253,0.8) 0%, rgba(235,253,253,0.8) 50%);
} */
  .btn-hamburger {
    cursor: pointer;
  }

  .panel {
    padding: 0;
    padding-top: 48px;
    /* min-height: 100vh; */
    height: 100vh;
    overflow: hidden;
    /* background: -moz-linear-gradient(46deg, #FEF2F6 0%, #EBFDFD 100%); 
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #FEF2F6), color-stop(100%, #EBFDFD)); 
  background: -webkit-linear-gradient(46deg, #FEF2F6 0%, #EBFDFD 100%); 
  background: -o-linear-gradient(46deg, #FEF2F6 0%, #EBFDFD 100%);
  background: -ms-linear-gradient(46deg, #FEF2F6 0%, #EBFDFD 100%); 
  background: linear-gradient(44deg, #FEF2F6 0%, #EBFDFD 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBFDFD', endColorstr='#FEF2F6',GradientType=0 );  */
  }

  .content-area-md {
    position: relative;
    top: -56px;
    z-index: 1;
  }

  .content-area-md .container {
    position: relative;
  }

  .insta-right-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .insta-right-icon a {
    color: #222222;
    font-size: 18px;
    width: 15px;
    text-align: center;
    position: relative;
    display: inline-block;
    height: 140px;
  }

  .insta-right-icon a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* .insta-right-icon a:after{
  content: '';
  width: 1px;
  height: 45px;
  background-color: #0178CA;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,0%);
  -moz-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
}
.insta-right-icon a:before{
  content: '';
  width: 1px;
  height: 45px;
  background-color: #0178CA;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  transform: translate(-50%,0%);
} */
  .linkedin-right {
    position: absolute;
    bottom: 0px;
    right: 0;
    display: flex;
    gap:10px;
  }

  .linkedin-right-icon .fa-linkedin-in,
  .linkedin-right-icon .fa-behance {
    background: #0178CA;
    color: white;
  }

  .linkedin-right-icon .fab {
    padding: 14px;
    font-size: 12px;
    width: 39px;
    border-radius: 50%;
    text-decoration: none;
    margin: 7px 2px;
    box-shadow: 0px 0px 8px 0px #007bb5ba;
  }

  .project-lists {
    left: -25px;
    position: absolute;
    bottom: 20px;
    font-family: "roboto slab regular";
  }

  .project-lists a {
    display: inline-block;
    vertical-align: middle;
    color: #222222;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }

  .project-lists span {
    width: 60px;
    height: 60px;
    background-color: #0178CA;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(1, 120, 202, 0.35);
    -moz-box-shadow: 0px 10px 20px 0px rgba(1, 120, 202, 0.35);
    box-shadow: 0px 10px 20px 0px rgba(1, 120, 202, 0.35);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    margin-right: 20px;
  }

  .project-lists span img {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /*typography*/
  h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    /* font-size: 70px; */
    font-size: 3.646vw;
    line-height: 4.792vw;
  }

  h3 {
    font-weight: 400;
    /* font-size: 25px; */
    font-size: 1.302vw;
    line-height: 1.719vw;
  }

  h5 {
    font-weight: 400;
    font-size: 1.042vw;
    line-height: 1.354vw;
    color: #222222;
  }

  /*style content*/
  .banner-con-in h5 {
    padding-bottom: 9px;
  }

  .banner-con-in {
    text-align: center;
  }

  .banner-con-in h1 {
    margin-bottom: 9px;
    position: relative;
    z-index: 1;
    display: inline-block;
  }

  .banner-con-in h1:after {
    content: '';
    width: 100%;
    height: 10px;
    background-color: #0178CA;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.30;
    position: absolute;
    left: 0;
    bottom: 10px;
  }

  .btns-group {
    padding-top: 50px;
  }

  .btns-group .btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    max-width: 175px;
    width: 100%;
    padding: 15px 0;
    outline: 0;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    max-height: 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .btns-group .btn:nth-child(1) {
    background: #0178CA;
    color: #fff;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin-right: 20px;
    font-family: "robot slab regular";
    font-size: 20px;
  }

  .button--aylen.button--inverted {
    background: none;
    color: #fff;
  }

  .btns-group .btn:nth-child(1)::before,
  .btns-group .btn:nth-child(1)::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }

  .btns-group .btn:nth-child(1)::before {
    background: #2D9DEA;
  }

  .btns-group .btn:nth-child(1)::after {
    background: #222222;
  }

  .btns-group .btn:nth-child(1):hover {
    color: #fff;
  }

  .btns-group .btn:nth-child(1):hover::before,
  .btns-group .btn:nth-child(1):hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .btns-group .btn:nth-child(1):hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
  }

  /*
.btns-group .btn:nth-child(1):after{
  content: '';
  width: 65%;
  height: 150%;
  position: absolute;
  left: -75%;
  top: 0;
  background-color: #222222;
  z-index: -1;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  transform: rotate(60deg);
}
.btns-group .btn:nth-child(1):hover:after{
  left: -5%;
}
.btns-group .btn:nth-child(1):before{
  content: '';
  width: 65%;
  height: 150%;
  position: absolute;
  right: -75%;
  top: -28%;
  background-color: #222222;
  z-index: -1;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  transform: rotate(-20deg);
}
.btns-group .btn:nth-child(1):hover:before{
  right: -5%;
}

.btns-group .btn:nth-child(1){
  margin-right: 20px;
  background-color: #0178CA;
  color: #fff;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(1,120,202,0.35);
  -moz-box-shadow: 0px 15px 25px 0px rgba(1,120,202,0.35);
  box-shadow: 0px 15px 25px 0px rgba(1,120,202,0.35);
}
.btns-group .btn:nth-child(1):hover{
  background-color: #222222;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(34,34,34,0.35);
-moz-box-shadow: 0px 15px 25px 0px rgba(34,34,34,0.35);
box-shadow: 0px 15px 25px 0px rgba(34,34,34,0.35);
}*/
  /*.btns-group .btn:nth-child(2){
  color: #0178CA;
  background:transparent;
  border:2px solid #0178CA;
}
.btns-group .btn:nth-child(2):hover{
  background-color: #fff;
}


.btns-group .btn:nth-child(2):after{
  content: '';
  width: 65%;
  height: 150%;
  position: absolute;
  left: -75%;
  top: 0;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  transform: rotate(60deg);
}
.btns-group .btn:nth-child(2):hover:after{
  left: -5%;
}
.btns-group .btn:nth-child(2):before{
  content: '';
  width: 65%;
  height: 150%;
  position: absolute;
  right: -75%;
  top: -28%;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  transform: rotate(-20deg);
}
.btns-group .btn:nth-child(2):hover:before{
  right: -5%;
}
*/
  .btns-group .btn:nth-child(2) {
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    background: transparent;
    color: #0178CA;
    background: transparent;
    border: 2px solid #0178CA;
    font-family: "robot slab regular";
    font-size: 20px;
  }

  .button--aylen.button--inverted {
    background: none;
    color: #fff;
  }

  .btns-group .btn:nth-child(2)::before,
  .btns-group .btn:nth-child(2)::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }

  .btns-group .btn:nth-child(2)::before {
    background: #2D9DEA;
  }

  .btns-group .btn:nth-child(2)::after {
    background: #0178CA;
  }

  .btns-group .btn:nth-child(2):hover {
    color: #fff;
  }

  .btns-group .btn:nth-child(2):hover::before,
  .btns-group .btn:nth-child(2):hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .btns-group .btn:nth-child(2):hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
  }

  .aboutPage-details .container {
    padding: 0 8rem;
  }

  /*responsive*/
  @media (max-width:993px) {
    h1 {
      font-size: 50px;
      line-height: 60px;
    }

    .project-lists {
      bottom: 15px;
      left: 15px;
    }

    .linkedin-right {
      display: flex;
      bottom: 10px;
      right: 10px;
    }

    .project-lists span {
      height: 40px;
      width: 40px;
      margin-right: 10px;
    }

    .project-lists a {
      font-size: 14px;
    }

    .aboutPage-details .container {
      padding: 0 6rem;
    }
  }

  @media (max-width:767px) {
       .linkedin-right {
    display: flex;
    bottom: -10px;
    right: 30px !important;
    gap: 14px;
  }

    h1 {
      font-size: 55px;
      line-height: 60px;
    }

    h3 {
      font-size: 20px;
      line-height: 36px;
    }

    h5 {
      font-size: 16px;
      line-height: 24px;
    }

    .panel {
      height: 100%;
    }

    .insta-right-icon {
      right: 0;
    }

    .btns-group {
      padding-top: 25px;
    }

    .aboutPage-details .container {
      padding: 0 4rem;
    }
  }

  @media (max-width:480px) {
    .panel {
      padding-top: 20px;
    }

    h1 {
      font-size: 36px;
      line-height: 45px;
    }

    h3 {
      font-size: 20px;
      line-height: 36px;
    }

    h5 {
      font-size: 16px;
    }

    .project-lists {
      bottom: 10px;
      left: 15px;
    }

    .btns-group .btn {
      padding: 12px 36px;
      clear: both;
      font-size: 12px;
      width: auto;
    }

    .btns-group .btn:nth-child(1) {
      margin-right: 16px;
      /* margin-bottom: 10px; */
    }

    .insta-right-icon {
      right: 0;
    }

    .banner-con-in h1:after {
      height: 10px;
      bottom: 10px;
    }

    .aboutPage-details .container {
      padding: 0 2rem;
    }
  }

  .panel {
    background: rgb(254, 242, 246);
    background: linear-gradient(60deg, rgba(254, 242, 246, 0.8) 0%, rgba(235, 253, 253, 0.8) 50%);
  }

  /**
   * hamburger
   */
  .btn-hamburger {
    border: none;
    position: absolute;
    top: 0;
    right: 10px;
    outline: none;
    width: 45px;
    background: transparent;
    outline: 0 !important;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: flex-end center;
    align-items: flex-end;
  }

  .btn-hamburger.open-ovr:hover {
    background: #3279CA;
    border-radius: 50%;
    align-items: center;
    padding: 10px;
    margin-top: -10px;
  }

  .btn-hamburger.open-ovr:hover .bar1,
  .btn-hamburger.open-ovr:hover .bar2,
  .btn-hamburger.open-ovr:hover .bar3 {
    background: #fff;
    width: 25px;
  }

  .bar1,
  .bar2,
  .bar3 {
    width: 35px;
    height: 2px;
    background-color: #222222;
    margin: 3px 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    display: block;
    line-height: 0;
  }

  .bar1 {
    margin-top: 0;
  }

  .bar2 {
    width: 25px;
  }

  .bar3 {
    width: 30px;
  }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 10px);
    transform: rotate(-45deg) translate(-5px, 10px);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(5px, -2px);
    transform: rotate(45deg) translate(5px, -2px);
    width: 35px;
  }

  /*menu*/
  .navigation-full {
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(60deg, rgba(254, 242, 246, 1) 0%, rgba(235, 253, 253, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(254, 242, 246, 1)), color-stop(100%, rgba(235, 253, 253, 0.8)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(60deg, rgba(254, 242, 246, 1) 0%, rgba(235, 253, 253, 0.8) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(60deg, rgba(254, 242, 246, 1) 0%, rgba(235, 253, 253, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(60deg, rgba(254, 242, 246, 1) 0%, rgba(235, 253, 253, 1) 100%);
    /* ie10+ */
    background: linear-gradient(40deg, rgba(254, 242, 246, 1) 0%, rgba(235, 253, 253, 1) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBFDFD', endColorstr='#FEF2F6', GradientType=0);
    /* ie6-9 */
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    padding-top: 48px;
    display: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }

  .navigation-full.show-ovr {
    opacity: 1;
    display: inline-block;
  }

  .navigation-full.zindex {
    z-index: 9999;
  }

  .navigation-full .container {
    position: relative;
  }

  /* .navigation-full .mt-50{
  margin-top: -65px;
} */
  .main-menu-ovr {
    position: relative;
    padding-top: 0px;
  }

  .main-menu-ovr li {
    padding: 0.781vw 0;
  }

  .main-menu-ovr li a:hover {
    color: #0178CA;
    margin-left: 20px;
  }

  .menu-links a {
    font-size: 18px !important;
    font-weight: normal !important;
    margin-left: 0 !important;
    text-transform: none !important;
    letter-spacing: 0.5px;
    font-family: 'Roboto slab regular', serif !important;
  }

  .main-menu-ovr li a {
    font-size: 2.604vw;
    line-height: 3.438vw;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    color: #222222;
    position: relative;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
  }

  .main-menu-ovr li a span {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 143px;
    display: inline-block;
    position: relative;
  }

  .main-menu-ovr li a span:after {
    content: '';
    width: 90px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    left: 30px;
    top: 50%;
  }

  /*projects*/
  .slider-project-sl .slick-dots {
    position: absolute;
    top: 35%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .slider-project-sl .slick-dots a {
    font-weight: 300;
    font-size: 1.146vw;
    line-height: 1.667vw;
    padding: 0.521vw 0;
    display: inline-block;
    padding-right: 50px;
    position: relative;
    transition: 0.3s all ease;
  }

  .slider-project-sl .slick-dots .slick-active a:after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #0178CA;
    position: absolute;
    right: 0px;
    top: 50%;
  }

  .slider-project-sl .slick-dots .slick-active a {
    font-weight: 700;
  }

  .slick-initialized .slick-slide {
    outline: 0;
  }

  .slider-project-sl .slick-slide {
    padding-left: 13vw;
    padding-top: 3vw;
  }

  .slider-project-sl .slick-slide .img-left img {
    margin: auto;
    max-height: 55vh;
  }

  .slider-project-sl .slick-slide .img-left {
    position: relative;
    z-index: 1;
  }

  .slider-project-sl .slick-slide .img-left:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/projects/illus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
  }

  .slider-project-sl .text-right-con h4 {
    font-family: 'Roboto slab regular';
    font-size: 18px;
    line-height: 26px;
    color: #222222;
    padding-bottom: 10px;
  }

  .slider-project-sl .text-right-con h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 2.188vw;
    line-height: 3.385vw;
    position: relative;
    z-index: 1;
    display: inline-block;
  }

  .slider-project-sl .text-right-con h2:after {
    content: '';
    width: 100%;
    height: 0.938vw;
    border-radius: 5px;
    background-color: #0178CA;
    position: absolute;
    left: 0;
    bottom: 6px;
    opacity: 0.3;
  }

  .slider-project-sl .text-right-con .btn {
    display: block;
    max-width: 160px;
    background-color: #0178CA;
    border-radius: 30px;
    margin-top: 40px;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto Slab regular';
  }

  .arrow-prj.text-right {
    position: absolute;
    top: 30%;
    right: 0;
  }

  .arrow-prj.text-right li {
    cursor: pointer;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid #222222;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    margin: 15px 0;
    line-height: 45px;
  }

  .arrow-prj.text-right li {
    border-color: #0178CA;
    color: #0178CA;
  }

  .project-lists a.mouse-bounce img {
    -webkit-animation-name: bounce-1;
    animation-name: bounce-1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  .project-lists a.mouse-bounce {
    position: absolute;
    left: 50%;
    bottom: 0;
  }

  @-webkit-keyframes bounce-1 {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-10px);
    }

    100% {
      transform: translateY(0);
    }
  }

  @keyframes bounce-1 {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-10px);
    }

    100% {
      transform: translateY(0);
    }
  }

  .navigation-full.prj {
    display: inline-block !important;
    opacity: 0;
    visibility: hidden !important;
    z-index: -111;
    transition: 0.3s all ease-in;
    height: 0;
  }

  .navigation-full.prj.show {
    display: inline-block;
    visibility: visible !important;
    opacity: 1;
    z-index: 999;
    height: 100%;
  }

  .logo img {
    max-width: 4.5em;
  }

  @media (max-width:768px) {
    .navigation-full.prj {
      height: auto;
    }

    .slider-project-sl {
      margin-top: 0;
    }

    .slider-project-sl .slick-slide {
      padding-left: 8vw;
    }

    .slider-project-sl .slick-slide .text-right-con {
      /* padding-left: 30px;
        padding-top: 50px; */
      text-align: center;
    }

    .slider-project-sl .slick-dots a {
      font-size: 14px;
      padding-right: 30px;
    }

    .slider-project-sl .slick-dots .slick-active a:after {
      width: 15px;
    }

    .arrow-prj.text-right li {
      width: 40px;
      height: 40px;
      line-height: 40px;
    }

    .navigation-full.prj .container {
      padding-bottom: 100px;
    }

    .navigation-full.prj {
      height: 100%;
      padding: 0;
      overflow: hidden;
    }

    .navigation-full.prj.show {
      height: auto;
      padding-top: 48px;
    }

    .slider-project-sl .text-right-con .btn {
      padding: 10px;
      font-size: 14px;
    }

    .slider-project-sl .text-right-con h2 {
      font-size: 24px;
      line-height: 30px;
    }

    .slider-project-sl .text-right-con h2:after {
      height: 8px;
    }

    .slider-project-sl .text-right-con .btn {
      margin: 10px auto;
    }

    .navigation-full {
      padding-top: 28px;
    }

    .main-menu-ovr li a {
      font-size: 20px;
      line-height: 28px;
    }

    .main-menu-ovr li a span {
      font-size: 16px;
    }

    .main-menu-ovr li a span:after {
      width: 20px;
    }

    .main-menu-ovr li a span {
      padding-left: 70px;
    }

    .navigation-full .logo.text-right {
      position: relative;
      top: -8px;
    }

    .btn-hamburger {
      z-index: 11;
    }

    .slider-project-sl .text-right-con h4 {
      font-size: 16px;
      line-height: 20px;
    }
  }

  /*project details*/
  .button-tch-nv .btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    max-width: 175px;
    width: 100%;
    padding: 13px 0;
    outline: 0;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    max-height: 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .button-tch-nv .btn {
    -webkit-box-shadow: 0px 15px 25px 0px rgba(1, 120, 202, 0.35);
    -moz-box-shadow: 0px 15px 25px 0px rgba(1, 120, 202, 0.35);
    box-shadow: 0px 15px 25px 0px rgba(1, 120, 202, 0.35);
  }

  .button-tch-nv .btn {
    background: #0178CA;
    color: #fff;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }

  .button--aylen.button--inverted {
    background: none;
    color: #fff;
  }

  .button-tch-nv .btn::before,
  .button-tch-nv .btn::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }

  .button-tch-nv .btn::before {
    background: #2D9DEA;
  }

  .button-tch-nv .btn::after {
    background: #222222;
  }

  .button-tch-nv .btn:hover {
    color: #fff;
  }

  .button-tch-nv .btn:hover::before,
  .button-tch-nv .btn:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .button-tch-nv .btn:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
  }

  .projects-details-inf {
    padding-top: 212px;
  }

  .content-details-tit {
    max-width: 645px;
  }

  .content-details-tit h4 {
    font-size: 25px;
    line-height: 44px;
    font-weight: 400;
    color: #0178CA;
  }

  .content-details-tit h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 66px;
    padding-bottom: 10px;
  }

  .content-details-tit h5 {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    padding-top: 30px;
    color: #0178CA;
  }

  .content-details-tit p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    padding-top: 28px;
  }

  .solutions-secs {
    width: 100%;
    padding-top: 208px;
  }

  .solutions-secs h3 {
    color: #0178CA;
    font-size: 32px;
    line-height: 65px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
  }

  .solutions-secs p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #222222;
  }

  .project-sec-sg {
    width: 100%;
  }

  .project-sec-sg.bg {
    background-image: url(../img/details/bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    padding-top: 204px;
    padding-bottom: 250px;
  }

  .the-outcome-sec h4,
  .project-sec-sg .left-txt h4 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 65px;
    color: #0178CA;
  }

  .project-sec-sg .left-txt {
    max-width: 510px;
  }

  .the-outcome-sec p,
  .project-sec-sg .left-txt p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    color: #222222;
    padding-top: 40px;
  }

  .project-sec-sg .right-img {
    position: relative;
  }

  .project-sec-sg .right-img .lines {
    position: absolute;
    left: -25%;
    bottom: -90px;
  }

  .project-sec-sg .right-img .lines.line2 {
    left: -20%;
    bottom: -130px;
  }

  .project-sec-sg.mt-top {
    margin-top: -180px;
  }

  .project-sec-sg.mt-top img {
    max-width:
      350px
  }

  .project-sec-sg.mt-top img.tops {
    vertical-align: top;
    position: relative;
    top: -78px;
    max-width: 300px;
  }

  .left-img-tops {
    position: relative;
  }

  .left-img-tops .lines2 {
    position: absolute;
    bottom: -130px;
    left: 60%;
  }

  .project-sec-sg.bg2 {
    background-image: url(../img/details/bg2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    padding-top: 110px;
    padding-bottom: 150px;
  }

  .project-sec-sg.mt-50 {
    margin-top: -40px;
  }

  .the-outcome-sec {
    background-color: rgba(1, 120, 202, 0.05);
    padding: 138px 0;
    margin-top: 180px;
  }

  .theme-color {
    color: #0178CA
  }

  .aboutPage-b-sec {
    background-color: #191B20;
    color: #fff;
    position: relative;
    background-image: linear-gradient(315deg,
        #191B20 0%, #191B20 74%);
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .aboutPage-b-sec:before {
    content: "";
    position: absolute;
    top: -3.3vw;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/wave.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .a-b-sec-seperator {
    width: 2px;
    max-width: 2px;
    margin: 1.5rem 0.3rem 1.5rem 0;
    background: #fff;
  }

  /* Project detail page */
  .p-d-bgimg {
    background-color: #255D83;
    position: relative;
    height: 38vw;
    z-index: 9;
  }

 .kent .p-d-bgimg {
    background-color: #00765A;
  }

  .Blurple .p-d-bgimg {
    background-color: #623DD3;
  }

  .devstar .p-d-bgimg {
    background-color: #0097B4;
  }

 .rsc .p-d-bgimg {
    background-color: #00414f;
  }

.cureshare .p-d-bgimg {
    background-color: #2274a4;
  }

.ifc .p-d-bgimg {
    background-color: #cdeefc;
  }

  .p-d-bgimg img {
    height: 43vw;
    position: absolute;
    left: 8vw;
    bottom: -2.6vw;
  }

@media only screen and (max-width: 600px) {
   .p-d-bgimg img {
    height: 54vw;
	left: 1vw;
    bottom: -2.6vw;
  }
}

  .w-80 {
    min-width: 80%;
  }

  .p-d-caption {
    position: absolute;
    top: 3vw;
    color: #fff;
    left: 5vw;
    z-index: 99;
  }

@media only screen and (max-width: 600px) {
  .p-d-caption {
    top: 20vw;
	  margin-left: 3vw;
    
  }
}

  .p-d-caption-div {
    background-color: #fff;
    opacity: 0.5;
    width: 4px;
    height: auto;
  }

  .p-d-caption-text .f-big {
    font-weight: 500;
    font-size: 2rem;
    font-family: "Roboto Slab Bold";
  }

  .project-sec-1,
  .project-sec-4 {
    position: relative;
    background-color: #F3F9FC;
  }

.project-sec-1,
  .project-sec-4 {
    position: relative;
    background-color: #F3F9FC;
  }

  .Blurple .project-sec-1 {
    background-color: #F8F7FF;
  }

  .kent .project-sec-1, .project-sec-4 {
    background-color: #E4F6EF;
  }

.rsc .project-sec-1 {
    background-color: #E5F2FA;
  }

.devstar .project-sec-1 {
    background-color: #E5F2FA;
  }

.cureshare .project-sec-1 {
    background-color: #E5F4FF;
  }

.dapip .project-sec-1, 
.project-sec-4 {
    background-color: #E7F2F9;
  }

  .project-sec-1 .container,
  .project-sec-2 .container,
  .project-sec-3 .container,
  .project-sec-4 .container {
    padding: 5vw 8vw 5vw;
    font-size: 18px;
    font-family: "roboto slab regular";
    line-height: 30px;
  }

@media only screen and (max-width: 600px){
	.project-sec-1 .container,
  .project-sec-2 .container,
  .project-sec-3 .container,
  .project-sec-4 .container {
    padding: 12vw 8vw 5vw;
    font-size: 18px;
    font-family: "roboto slab regular";
    line-height: 30px;
}}

  .project-sec-5 .aboutPage-b-sec .container {
    padding: 0 12vw !important;
  }

  img.sepLine {
    position: absolute;
    bottom: -10px;
    z-index: 9;
  }

  ul.ul-li-check li {
    list-style: square;
}

ul.ul-li-check {
  padding: 0px 0 0 20px;
}

  .ul-li-ellipse {
    content: '';
    padding: 0px 15px 20px;
    background-image: url(../img/ellipse.svg);
    background-size: 10px;
    background-repeat: no-repeat;
  }

  .back-to-pro {
    position: fixed;
    top: 10px;
    z-index: 99;
    right: 60px;
    width: 220px;
    cursor: pointer;
  }

  @media (max-width: 600px) {
    .back-to-pro {
      position:fixed;
      z-index: 99;
      right: 0;
      width: 220px;
      cursor: pointer;
	  
    }
    section.p-d-bgimg {
    margin-top: 0px;
}
  }

  .row-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
}

.col-three {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.overlay-project {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    aspect-ratio: 32 / 25;
    width: 100%;
    opacity: 0;
    transition: .5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0.625rem;
}

.overlay-text {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: capitalize;
  font-weight: 900;
  width: 100%;
  padding: 0 0.5rem;
}

.col-three:hover .overlay-project {
    opacity: 1;
}

.project-image {
    width: 100%;
    height: auto;
    border-radius: 0.625rem;
}

@media screen and (max-width: 600px) {
    .row-three {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .row-three {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

  /*footers*/
  .footers {
    width: 100%;
    /*background-color: #F2F8FD;*/
    padding: 60px 0 30px 0px;
  }

  .aboutPage .footers {
    background-color: unset;
  }

  .footers .project-lists {
    position: unset;
  }

  .footers p {
    font-size: 14px;
    line-height: 60px;
    font-weight: 400;
    color: #222222;
  }

  @media (max-width:425px) {
    .footers p {
      font-size: 12px;
    }
  }

  .footers .next-btn a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: #0178CA;
  }

  .footers .prev-btn a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #222222;
    color: #222222;
    text-align: center;
    line-height: 40px;
  }

  @media (max-width:1280px) {
    .footers p {
      line-height: 21px;
      padding-top: 20px;
    }

    .content-details-tit h2 {
      font-size: 36px;
      line-height: 42px;
    }

    .content-details-tit h4 {
      font-size: 22px;
      line-height: 26px;
    }

    .content-details-tit h5 {
      font-size: 20px;
      line-height: 24px;
    }

    .the-outcome-sec p,
    .project-sec-sg .left-txt p,
    .solutions-secs p,
    .content-details-tit p {
      font-size: 16px;
      line-height: 20px;
    }

    .the-outcome-sec h4,
    .project-sec-sg .left-txt h4,
    .solutions-secs h3 {
      font-size: 26px;
      line-height: 32px;
    }

    .project-sec-sg.mt-top {
      margin-top: -80px;
    }
  }

  @media (max-width:993px) {

    .solutions-secs,
    .projects-details-inf,
    .project-sec-sg.bg {
      padding-top: 100px;
    }

    .the-outcome-sec {
      margin-top: 80px;
    }

    .the-outcome-sec {
      padding: 100px 0;
    }

    .footers .project-lists span,
    .footers .next-prev li a {
      width: 40px;
      height: 40px;
      line-height: 40px;
    }

    .footers .next-prev li {
      padding-left: 0;
    }

    .footers p {
      padding-top: 0;
    }

    .content-details-tit {
      max-width: 100%;
    }
  }

  @media (max-width:767px) {
    .content-details-tit {
      padding-top: 30px;
    }

    .solutions-secs p {
      padding-top: 20px;
    }

    .left-img-tops .lines2,
    .project-sec-sg .right-img .lines {
      display: none;
    }

    .project-sec-sg.bg {
      padding-bottom: 50px;
    }

    .project-sec-sg.mt-top {
      margin-top: 0;
    }

    .project-sec-sg.mt-top img.tops {
      top: 0;
    }

    .left-img-tops {
      text-align: center;
    }

    .project-sec-sg .right-img {
      padding-top: 30px;
    }

    .project-sec-sg.bg2 {
      padding-bottom: 50px;
    }

    .the-outcome-sec .right-img.text-right {
      padding-top: 30px;
    }

    .footers {
      padding: 50px 0 20px 0;
    }

    .footers .project-lists {
      text-align: center;
      padding-bottom: 20px;
    }

    .footers .next-prev {
      text-align: center;
      padding-top: 20px;
    }

    .project-sec-sg.mt-50 {
      margin-top: 0;
    }

    .order-s-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }

    .order-s-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }

    .col-12.col-md-4.d-none-sm {
      display: none;
    }
  }

  /******************************************************************************************
					CONTACT EFFECT
******************************************************************************************/
  @-webkit-keyframes menu-sprite {
    0% {
      -webkit-transform: translateX(-2%) translateY(-50%);
      transform: translateX(-2%) translateY(-50%);
    }

    100% {
      -webkit-transform: translateX(-98%) translateY(-50%);
      transform: translateX(-98%) translateY(-50%);
    }
  }

  @keyframes menu-sprite {
    0% {
      -webkit-transform: translateX(-2%) translateY(-50%);
      transform: translateX(-2%) translateY(-50%);
    }

    100% {
      -webkit-transform: translateX(-98%) translateY(-50%);
      transform: translateX(-98%) translateY(-50%);
    }
  }

  @-webkit-keyframes zoomOut {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }

    100% {
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
    }
  }

  @keyframes zoomOut {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }

    100% {
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
    }
  }

  @-webkit-keyframes zoomIn {
    100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }
  }

  @keyframes zoomIn {
    100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }
  }

  .o-book__inner,
  .o-social__footer,
  .o-social__inner {
    -webkit-box-direction: normal;
  }

  .o-book {
    position: fixed;
    top: 0;
    left: 4vh;
    width: calc(100% - 8vh);
    flex-direction: column;
    place-content: center;
    align-items: center;
  }

  .o-book h1 {
    color: #fff;
    position: relative;
  }

  .inTouch-con {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
    margin-bottom: 5%;
  }

  .inTouch-con .email a {
    color: #C6DEF0 !important;
  }

  .o-book a {
    text-decoration: none;
    color: white
  }

  .o-book .first-h1:after {
    content: '';
    width: 100%;
    height: 1vw;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.30;
    position: absolute;
    left: 0;
    bottom: 1vw;
  }

  .t-h-1 {
    font-size: 3.646vw !important;
    line-height: 4.792vw !important;
  }

  .t-h-2 {
    font-size: 3vw !important;
    line-height: 3vw !important;
  }

  .t-h-3 {
    font-size: 1.7vw !important;
  }

  .sBar1 {
    width: 8%;
    height: 6px;
    background: #C6DEF0;
    display: inline-block;
  }

  .sBar2 {
    width: 80%;
    height: 3px;
    background: #C6DEF0;
    display: inline-block;
  }

  @media (min-width:768px) {
    .sBar2.sBar2-2 {
      width: 90%;
    }

    .pl-md-6 {
      padding-left: 5rem !important;
    }
  }

  .is-menu-open .o-menu__label--menu,
  .o-book {
    opacity: 0;
  }

  .o-menu__label--close {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }

  .o-menu__label--menu {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }

  .is-menu-open .o-menu__label--close {
    opacity: 1;
  }

  .is-menu-open .o-menu__label--menu,
  .o-book {
    opacity: 0;
  }

  .o-book {
    z-index: 30;
    height: 92vh;
    margin-top: 4vh;
    overflow: auto;
    visibility: hidden;
    color: #fff;
    transition: opacity .5s ease-in-out;
    background-color: #3279CA;
  }

  @media (max-width:767px) {
    .o-book {
      height: 100vh;
      margin-top: 0;
      left: 0;
      width: 100%;
      display: flex;
    }

    .t-h-1 {
      font-size: 5vw !important;
    }

    .t-h-2 {
      font-size: 4.5vw !important;
    }

    .t-h-3 {
      font-size: 3vw !important;
    }

    .t-h-4 {
      font-size: 2.5vw !important;
    }

    .t-h-5 {
      font-size: 2vw !important;
    }

    .p-d-bgimg {
      height: 80vw;
    }

    .p-d-caption-text .f-big {
      font-size: 1.5rem;
    }
  }

  @media (max-width:424px) {
    .t-h-1 {
      font-size: 5.5vw !important;
    }

    .t-h-2 {
      font-size: 5vw !important;
    }

    .t-h-3 {
      font-size: 3.5vw !important;
    }

    .t-h-4 {
      font-size: 3vw !important;
    }

    .t-h-5 {
      font-size: 2.5vw !important;
    }

    .p-d-bgimg {
      height: 80vw;
    }

    .p-d-caption-text .f-small {
      font-size: 0.75rem;
    }

    .p-d-caption-text .f-big {
      font-size: 1.2rem;
    }
  }

  @media (min-width: 48em) {
    .o-menu__hd {
      display: block;
    }

    .o-book {
      display: -webkit-box;
      display: flex;
    }
  }

  .o-book.is-book-closing,
  .o-book.is-book-open {
    transition: opacity .5s ease-in-out;
    opacity: 1;
    visibility: visible;
    -webkit-overflow-scrolling: touch;
  }

  #close {
    z-index: 11;
    background: transparent;
    border: 0px;
    top: 25px;
    right: 25px;
    position: absolute;
    padding: 3px 0;
  }

  .contact-form input,
  .contact-form textarea {
    background: transparent;
    outline: 0;
    border: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    box-shadow: none;
    padding: 0px;
    min-height: 34px;
  }

  .contact-form input:focus,
  .contact-form textarea:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
  }

  .contact-form input input[placeholder],
  .contact-form textarea input[placeholder] {
    color: #fff;
    opacity: 1;
  }

  .contact-form #submit {
    background: #4690c6;
    border: 0px;
    color: #fff;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 300;
  }

  .contact-form #submit:hover {
    background: #0561a2;
  }

  .o-book {
    z-index: 9999;
  }

  /* @media (max-width:767px){
  .o-book, .o-book__transition{
    width: 100%;
    left: 0;
  }
  .o-book__side:nth-child(2n+1){
    width: 70%;
    margin-left: 10%;
  }
  .is-book-open .o-book__side{
    padding-left: 20px;
  }
} */
  .main-menu-ovr li {
    opacity: 0;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    position: relative;
    right: 30px;
  }

  .main-menu-ovr li:nth-child(2) {
    -webkit-transition: 1s ease;
    transition: 1s ease;
    right: 50px;
  }

  .main-menu-ovr li:nth-child(3) {
    -webkit-transition: 1.5s ease;
    transition: 1.5s ease;
    right: 70px;
  }

  .main-menu-ovr li:nth-child(4) {
    -webkit-transition: 2s ease;
    transition: 2s ease;
    right: 90px;
  }

  .main-menu-ovr.add-anim li {
    opacity: 1;
    right: 0;
  }

  .insta-right-icon {
    display: none;
  }

  .main-menu-ovr li.d-none-s {}

  .main-menu-ovr li.d-none-s a {
    color: #222222;
    font-size: 18px;
    width: 140px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-top: 20px;
  }

  .main-menu-ovr li.d-none-s a i {}

  .main-menu-ovr li.d-none-s a:after {
    content: '';
    width: 45px;
    height: 1px;
    background-color: #0178CA;
    position: absolute;
    top: 12px;
    left: 0%;
  }

  .main-menu-ovr li.d-none-s a:before {
    content: '';
    width: 45px;
    height: 1px;
    background-color: #0178CA;
    position: absolute;
    top: 12px;
    right: 0;
  }

  .menu-links span {
    margin: 5px;
    font-size: 2.604vw;
  }

  @media (min-width:767px) {
      
    .d-none-s {
      display: none;
    }

    .insta-right-icon {
      display: inline-block;
    }
  }

  /* ,body.home ,body.home a, body. button {
 cursor: none !important;
} */
  .cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
  }

  .cursor--small {
    width: 5px;
    height: 5px;
    left: -2.5px;
    top: -2.5px;
    border-radius: 50%;
    z-index: 11000;
    background: var(--color-text);
  }

  .cursor--canvas {
    width: 100vw;
    height: 100vh;
    z-index: 12000;
  }

  @media (min-width:768px) {
    .navigation-full.mn .insta-right-icon {
      margin-top: 5px;
    }

    /* .navigation-full.mn .project-lists{
		bottom: 46px;
	} */
  }

  body.single-page .panel {
    background: transparent;
  }

  @media (min-width:1400px) {
    body.single-page .container {
      max-width: 1410px;
    }
  }

  @media (min-width: 768px) {
    .arrow-prj.text-right {
      top: 20%
    }
  }

  @media (min-width: 1600px) {
    .container-fluid.custom-class {
      max-width: 1800px;
    }
  }

  .font-13 {
    font-size: 13px;
  }

  .font-14 {
    font-size: 16px;
    font-family: "roboto slab regular";
  }

  .font-15 {
    font-size: 16px;
    font-family: "roboto slab bold";
  }

  #btn-back-to-top {
    position: fixed;
    bottom: 60px;
    right: 60px;
    display: none;
    border-radius: 50%;
    background-color: #0178CA;
    color: #fff;
  }

  .o-book .h1,
  .o-book .h2,
  .o-book .h3,
  .o-book .h4,
  .o-book .h5,
  .o-book .h6 {
    font-family: 'Roboto Slab', serif;
  }

  .scroll-downs {
    position: fixed;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: auto;
    width: 34px;
    height: 55px;
  }

  .mousey {
    width: 1.5px;
    padding: 10px 12px;
    height: 20px;
    border: 1.5px solid #222222;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
  }

  .scroller {
    width: 3px;
    height: 9px;
    border-radius: 25%;
    background-color: #222222;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
  }

  @keyframes scroll {
    0% {
      opacity: 0;
    }

    10% {
      transform: translateY(0);
      opacity: 1;
    }

    100% {
      transform: translateY(12px);
      opacity: 0;
    }
  }
  
  .headers.sticky.active {
    background: #ffff;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    padding: 15px 60px;
}