@charset "UTF-8";
:root {
  --bg-color: #18191b;
  --theme-color: #0e0f11;
  --main-color: #d0ff71; }




/* --------------- Menu --------------- */
/*.navbar {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 9999999; }
  .navbar.nav-scroll {
    padding: 0;
    position: fixed;
    top: -80px;
    padding: 15px 0;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); }
  .navbar .logo {
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px; }
  .navbar .navbar-nav {
    padding: 2px 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    margin-left: 15px; }
    .navbar .navbar-nav .nav-link {
      padding: 5px 20px;
      border-radius: 30px;
      font-size: 14px;
      color: #fff; }
      .navbar .navbar-nav .nav-link.active {
        background: rgba(255, 255, 255, 0.1); }
  .navbar .topnav .butn {
    padding: 7px 20px;
    background: #fff;
    color: #1d1d1d;
    margin-right: 15px; }
*/
/* --------------- header --------------- */
.header-da {
  min-height: 100vh;
  padding: 140px 0;
  position: relative;
  overflow: hidden !important;
  z-index: 3; }
  .header-da .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    background-image: url(../imgs/header/g-back.png);
    background-size: cover;
    z-index: -1; }
    .header-da .background:before {
      content: '';
      position: absolute;
      top: 0;
      left: -20vw;
      width: 70vw;
      bottom: 0;
      background: #010105;
      pointer-events: none;
      border-radius: 50%;
      -webkit-filter: blur(200px);
      filter: blur(200px); }
    .header-da .background:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../imgs/header/Grid.png);
      background-size: 60%;
      background-repeat: repeat;
      z-index: -1;
      pointer-events: none;
      opacity: .1; }
  .header-da .shape {
    position: absolute;
    top: 15%;
    left: 25%;
    width: 50%; }
  .header-da .caption .text p {
    font-size: 20px;
    font-weight: 300; }
  .header-da .caption h1 {
    font-size: 170px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase; }
    .header-da .caption h1.play {
      font-family: "Playfair Display", serif;
      font-size: 210px;
      font-style: italic;
      text-transform: lowercase; }
  .header-da .caption ul li {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-left: 20px; }
    .header-da .caption ul li:before {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      top: 40%;
      left: 0; }

/* --------------- Services --------------- */
.services-sa .item {
  background: var(--bg-color);
  padding: 15px;
  border-radius: 20px; }
  .services-sa .item .cont {
    padding: 15px; }
    .services-sa .item .cont .icon {
      width: 52px;
      height: 52px;
      line-height: 50px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 50%; }
      .services-sa .item .cont .icon img {
        width: 25px; }
      .services-sa .item .cont .icon.invert img {
        -webkit-filter: invert(1);
        filter: invert(1); }
    .services-sa .item .cont .text {
      margin-top: 100px;
      margin-bottom: 20px; }
      .services-sa .item .cont .text p {
        font-size: 18px;
        font-weight: 300;
        line-height: 26px; }


.marq-sa {
  overflow: hidden !important; }
  .marq-sa .item {
    padding: 0 80px !important;
    position: relative; }
    .marq-sa .item:after {
      content: '';
      width: 12px;
      height: 12px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .marq-sa .item h2 {
      white-space: nowrap;
      font-size: 96px;
      line-height: 120px;
      letter-spacing: -4px;
      background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
      background: -webkit-linear-gradient(left, #fff, transparent);
      background: -o-linear-gradient(left, #fff, transparent);
      background: linear-gradient(to right, #fff, transparent);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

/* --------------- Works --------------- */
.work-card .card-item {
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background: var(--bg-color); }
  .work-card .card-item .cont {
    height: 100%;
    padding: 40px 80px 40px 40px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .work-card .card-item .cont .tag {
      font-size: 18px;
      line-height: 1;
      padding: 7px 12px;
      margin-right: 2px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 30px; }
    .work-card .card-item .cont p {
      font-size: 14px;
      line-height: 20px; }
  .work-card .card-item .img {
    padding: 20px; }
    .work-card .card-item .img img {
      border-radius: 15px; }

/* --------------- Clients --------------- */
.clients-sa .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center; }
  .clients-sa .item .img {
    width: 100px; }
  .clients-sa .item .cont .icon {
    width: 40px;
    margin: 0 auto 10px; }
  .clients-sa .item .cont span {
    font-size: 14px;
    line-height: 20px; }

/* --------------- Testimonials --------------- */
.testimonials-sa {
  position: relative;
  overflow: hidden; }
  .testimonials-sa:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/testim/mesh-gradient.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: .5;
    z-index: 2; }
  .testimonials-sa .gl-rate {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 60px;
    padding: 10px 20px; }
    .testimonials-sa .gl-rate .icon {
      width: 35px; }
    .testimonials-sa .gl-rate .cont {
      padding-left: 30px; }
      .testimonials-sa .gl-rate .cont h6 {
        line-height: 1;
        font-weight: 600;
        font-size: 18px; }
      .testimonials-sa .gl-rate .cont .stars {
        font-size: 13px;
        color: #EF2B10;
        margin-left: 10px; }
      .testimonials-sa .gl-rate .cont p {
        font-size: 12px;
        opacity: .7;
        margin-top: 2px; }
  .testimonials-sa .swiper-slide {
    height: auto; }
  .testimonials-sa .item {
    background: var(--bg-color);
    padding: 40px;
    border-radius: 10px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
    .testimonials-sa .item .rate h5 {
      font-size: 16px; }
    .testimonials-sa .item .rate .stars {
      font-size: 13px;
      color: #EF2B10;
      margin-left: 10px; }
    .testimonials-sa .item .info .img-author {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden; }
    .testimonials-sa .item .info .info-text {
      padding-left: 15px; }
      .testimonials-sa .item .info .info-text p {
        font-size: 14px;
        opacity: .7; }

/* --------------- Awards --------------- */
.awards-sa .item-title {
  padding: 0 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .awards-sa .item-title > div {
    padding: 0; }
  .awards-sa .item-title h6 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .7; }

.awards-sa .item-line {
  padding: 25px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3; }
  .awards-sa .item-line > div {
    padding: 0; }
    .awards-sa .item-line > div:last-of-type {
      text-align: right; }
  .awards-sa .item-line:hover:after {
    height: 100%; }
  .awards-sa .item-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1; }
  .awards-sa .item-line .honors h6 {
    font-size: 14px; }
  .awards-sa .item-line .project-date span {
    font-size: 14px;
    opacity: .7; }

/* --------------- Blogs --------------- */
.blog-sa .item .img {
  /*height: 470px;*/
  border-radius: 15px; }

.blog-sa .item .cont .info a {
  font-size: 14px; }

.blog-sa .item .cont .info .date {
  opacity: .5;
  margin-left: 5px; }

/* --------------- Contact --------------- */
.contact-sa .box {
  padding: 120px 60px;
  background-image: url(../imgs/gr-back.png);
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  overflow: hidden; }

.contact-sa .info {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%; }

.contact-sa .contact-form label {
  font-size: 14px;
  margin-bottom: 5px; }
  .contact-sa .contact-form label .star {
    color: red;
    padding-left: 5px; }

.contact-sa .contact-form input,
.contact-sa .contact-form textarea {
  color: #fff;
  background: transparent;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px; }

.contact-sa .contact-form button {
  background: transparent;
  color: #fff; }

/* --------------- footer --------------- */
/*.footer-sa {
  background: var(--bg-color); }
  .footer-sa .logo {
    width: 160px; }
  .footer-sa .contact-info .item {
    margin-bottom: 50px; }
    .footer-sa .contact-info .item span {
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 10px; }
  .footer-sa .contact-info .social-icon a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 14px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .footer-sa .contact-info .social-icon a:hover {
      border-color: #fff; }
  .footer-sa .sub-footer .copy p {
    font-size: 14px; }
    .footer-sa .sub-footer .copy p a {
      color: #fff; }
  .footer-sa .sub-footer .links {
    width: 100%; }
    .footer-sa .sub-footer .links a {
      font-size: 14px; }
    .footer-sa .sub-footer .links .active {
      color: #fff; }
*/
body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  background-color: var(--theme-color); }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0; }

h1 {
  font-size: 64px;
  line-height: 90px;
  letter-spacing: -3px; }

h2 {
  font-size: 48px;
  line-height: 90px;
  letter-spacing: -3px; }

h3 {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -2px; }

h4 {
  font-size: 36px;
  line-height: 50px;
  letter-spacing: -2px; }

h5 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px; }

h6 {
  font-size: 24px;
  line-height: 30px;
}


.sub-color {
  color: #808080; }

.sub-head {
  font-size: 20px;
  line-height: 28px; }

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #cdcdcd;}

.sec-head .sub-head {
  position: relative;
  padding-left: 25px; }
  .sec-head .sub-head:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0; }

.loader-wrap svg {
  fill: #1d1d1d; }

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3); }
  .butn.butn-bord:hover {
    background: #fff;
    color: #212121; }

.icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1); }

.butn .icon {
  width: 18px; }

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter: invert(0); }


/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 9999999; }
  .navbar.nav-scroll {
    padding: 0;
    position: fixed;
    top: -80px;
    padding: 15px 0;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); }
  .navbar .logo {
    width: 200px;
    padding: 7px 4px;
    /*border: 1px solid rgba(255, 255, 255, 0.3);*/
    /*border-radius: 30px; */
  }
  .navbar .navbar-nav {
    padding: 2px 5px;
    /*border: 1px solid rgba(255, 255, 255, 0.3);*/
    /*border-radius: 30px;*/
    margin-left: 15px; }
    .navbar .navbar-nav .nav-link {
      padding: 5px 32px;
      border-radius: 30px;
      font-size: 20px;
      color: #fff; }
      .navbar .navbar-nav .nav-link.active {
        background: rgba(255, 255, 255, 0.1); }
  .navbar .topnav .butn {
    padding: 7px 20px;
    background: var(--main-color);
    color: #000000;
    margin-right: 20px;
    font-weight: 600; }

/* --------------- about pg --------------- */
.about-hed .caption {
  position: relative; }
  .about-hed .caption h1 span {
    letter-spacing: normal;
  }

.about-hed .caption .main-title{
  font-size: 80px;
    height: 110px;
}

.about-hed .main-marq {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .about-hed .main-marq .item {
    padding: 0 50px !important; }
  .about-hed .main-marq h2 span {
    font-size: 10vw;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap; }

.about-hed .fit-img {
  height: 540px; }

.services-dm {
  position: relative;
  z-index: 3; }
  .services-dm .img-patern {
    position: absolute;
    bottom: 10%;
    left: -15%;
    width: 30%;
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: .07;
    z-index: -1; }
  .services-dm .item {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .services-dm .item:last-of-type {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .services-dm .item .title h2 {
      font-size: 100px;
      letter-spacing: -4px; }
    .services-dm .item p {
      opacity: 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .services-dm .item .icon {
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      margin-left: 150px; }
      .services-dm .item .icon img {
        width: 30px; }
    .services-dm .item:hover .title {
      margin-bottom: 0;
      color: var(--main-color); }
    .services-dm .item:hover p {
      opacity: 1; }

.intro-iner {
  position: relative; }
  .intro-iner .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    z-index: 4;
    display: none; }
    .intro-iner .content .item {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .intro-iner .content .item span {
        font-size: 16px;
        padding: 8px 24px;
        background: var(--bg-color);
        border-radius: 30px; }
        .intro-iner .content .item span.bdark {
          background: #777;
          color: #fff; }
        .intro-iner .content .item span.bred {
          background: var(--main-color);
          color: var(--theme-color); }
      .intro-iner .content .item img {
        width: 50px; }
      .intro-iner .content .item .icon1 img {
        width: 70px; }
  .intro-iner .img-box {
    position: relative; }
    .intro-iner .img-box .states {
      position: absolute;
      bottom: 120px;
      left: -30px;
      background: var(--main-color);
      color: #212121;
      padding: 20px 20px;
      border-radius: 15px;
      z-index: 3; }
    .intro-iner .img-box .just-shape {
      background: var(--theme-color);
      border-radius: 0 0 30px 0;
      width: 200px;
      height: 50px;
      position: absolute;
      top: -1px;
      left: -1px; }
      .intro-iner .img-box .just-shape .shap-right-top {
        position: absolute;
        top: -1px;
        right: -2.05rem; }
        .intro-iner .img-box .just-shape .shap-right-top svg {
          width: 2.1rem;
          height: 2.1rem; }
      .intro-iner .img-box .just-shape .shap-left-bottom {
        position: absolute;
        bottom: -2.05rem;
        left: -1px; }
        .intro-iner .img-box .just-shape .shap-left-bottom svg {
          width: 2.1rem;
          height: 2.1rem; }
    .intro-iner .img-box .butn-vid {
      background: var(--theme-color);
      border-radius: 30px 0 0 0;
      padding: 40px 0 0 30px;
      position: absolute;
      bottom: -1px;
      right: -1px; }
      .intro-iner .img-box .butn-vid .vid {
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        border-radius: 50%;
        background: #fff;
        color: #212121;
        position: relative; }
        .intro-iner .img-box .butn-vid .vid:after {
          content: '';
          position: absolute;
          top: -8px;
          left: -8px;
          right: -8px;
          bottom: -8px;
          border: 1px solid rgba(255, 255, 255, 0.1);
          border-radius: 50%; }
      .intro-iner .img-box .butn-vid .cont {
        padding-left: 20px; }
      .intro-iner .img-box .butn-vid .shap-right-top {
        position: absolute;
        right: 0;
        top: -2.05rem;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
        .intro-iner .img-box .butn-vid .shap-right-top svg {
          width: 2.1rem;
          height: 2.1rem; }
      .intro-iner .img-box .butn-vid .shap-left-bottom {
        position: absolute;
        left: -2.05rem;
        bottom: -1px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
        .intro-iner .img-box .butn-vid .shap-left-bottom svg {
          width: 2.1rem;
          height: 2.1rem; }
  .intro-iner .img {
    height: 580px;
    border-radius: 15px; }
  .intro-iner .sec-head {
    padding-top: 40px; }
  .intro-iner .accordion-item {
    background: transparent;
    border-radius: 10px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    margin-bottom: 5px; }
    .intro-iner .accordion-item .accordion-header {
      background: transparent; }
      .intro-iner .accordion-item .accordion-header button {
        background: transparent;
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        padding: 30px 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .intro-iner .accordion-item .accordion-header button:after {
          background-image: url(../imgs/plus-solid.svg);
          -webkit-filter: invert(1);
          filter: invert(1); }
        .intro-iner .accordion-item .accordion-header button:not(.collapsed):after {
          background-image: url(../imgs/minus-solid.svg); }
    .intro-iner .accordion-item .accordion-body {
      padding: 0;
      padding: 0px 100px 30px 0; }
      .intro-iner .accordion-item .accordion-body p {
        font-size: 14px; }

.team-mp .item {
  background: #212121;
  border-radius: 15px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .team-mp .item:hover {
    background: var(--main-color);
    color: #212121; }
    .team-mp .item:hover .cont span {
      color: #212121; }
    .team-mp .item:hover .social-icon a {
      border-color: #212121; }
      .team-mp .item:hover .social-icon a:hover {
        border-color: #fff; }
  .team-mp .item .img {
    width: 420px;
    height: 170px;
    overflow: hidden; }
    .team-mp .item .img img {
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }
  .team-mp .item .cont {
    padding: 30px 0 0 50px; }
    .team-mp .item .cont span {
      font-size: 14px;
      color: #b1b1b1;
      margin-top: 15px; }
  .team-mp .item .social-icon {
    padding: 30px 30px 0 0; }
    .team-mp .item .social-icon a {
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      font-size: 14px;
      margin: 0 5px; }
      .team-mp .item .social-icon a:hover {
        background: #fff;
        color: #212121;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }

.testimonials-ds .qoute-icon {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .testimonials-ds .qoute-icon .text {
    width: 240px; }
  .testimonials-ds .qoute-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px; }

.testimonials-ds .item .info .img-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden; }

.testimonials-ds .item .info .info-text {
  padding-left: 20px; }
  .testimonials-ds .item .info .info-text p {
    font-size: 14px;
    color: #BBBBBB;
    margin-top: 5px; }

.testimonials-ds .swiper {
  position: relative; }
  .testimonials-ds .swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1); }
    .testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet {
      margin: 0 7px;
      background: #BBBBBB; }
      .testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--main-color); }

.clients-ds .item {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 80px;
  height: 100%;
  padding: 50px 30px; }
  .clients-ds .item .text-center {
    width: 100%; }
  .clients-ds .item .img {
    max-width: 100px;
    margin: auto; }
  .clients-ds .item p {
    margin-top: 30px; }

.footer-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative; }
  .footer-sa .call-action h2 .buton {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: -80px;
    right: 8%;
    font-size: 32px;
    color: #212121; }
    .footer-sa .call-action h2 .buton img {
      width: 30px; }

.footer-sa .logo {
  width: 160px; }

.footer-sa .contact-info .item {
  margin-bottom: 50px; }
  .footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px; }

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .footer-sa .contact-info .social-icon a:hover {
    border-color: #fff; }

.footer-sa .sub-footer .copy p {
  font-size: 14px; }
  .footer-sa .sub-footer .copy p a {
    color: #fff; }

.footer-sa .sub-footer .links {
  width: 100%; }
  .footer-sa .sub-footer .links a {
    font-size: 14px; }
  .footer-sa .sub-footer .links .active {
    color: #fff; }

/* --------------- Services pg --------------- */
.serv-hed .caption {
  position: relative; }
  .serv-hed .caption h1 span {
    letter-spacing: normal; }

.serv-hed .main-marq {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .serv-hed .main-marq .item {
    padding: 0 50px !important; }
  .serv-hed .main-marq h2 span {
    font-size: 10vw;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap; }

.serv-hed .fit-img {
  height: 540px; }

.serv-hed2 .caption {
  position: relative; }
  .serv-hed2 .caption h1 span {
    letter-spacing: normal; }

.serv-hed2 .list li {
  position: relative;
  padding-left: 30px;
  margin-top: 15px; }
  .serv-hed2 .list li:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 30%; }

.serv-hed2 .fit-img {
  height: 540px; }

.intro-cst .states .item {
  position: relative;
  padding-left: 60px; }
  .intro-cst .states .item:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .intro-cst .states .item:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
  .intro-cst .states .item span {
    font-size: 16px;
    color: #aaa; }
  .intro-cst .states .item h2 {
    font-size: 100px;
    line-height: 1;
    margin-top: 40px; }
  .intro-cst .states .item .spn-botm {
    margin-left: 10px; }

.services-cst {
  position: relative;
  z-index: 3; }
  .services-cst .sub-head:after {
    background: #aaa !important; }
  .services-cst .img-patern {
    position: absolute;
    bottom: 10%;
    left: -15%;
    width: 30%;
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: .07;
    z-index: -1; }
  .services-cst .item {
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative; }
    .services-cst .item > div {
      width: 100%; }
    .services-cst .item h6 {
      font-size: 18px; }
    .services-cst .item .title {
      text-align: center;
      position: relative; }
      .services-cst .item .title h2 {
        font-size: 90px;
        font-weight: 500;
        white-space: nowrap;
        line-height: 1;
        letter-spacing: -4px; }
      .services-cst .item .title .list {
        opacity: 0;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
        .services-cst .item .title .list span {
          padding: 7px 12px;
          background: var(--main-color);
          border-radius: 30px;
          position: absolute;
          font-size: 14px;
          color: var(--theme-color);
          opacity: 0;
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
          .services-cst .item .title .list span:nth-of-type(1) {
            top: 0;
            left: 15%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
          .services-cst .item .title .list span:nth-of-type(2) {
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            -webkit-transition-delay: .2s;
            -o-transition-delay: .2s;
            transition-delay: .2s; }
          .services-cst .item .title .list span:nth-of-type(3) {
            bottom: 0;
            right: 15%;
            -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
            transform: translateY(50%);
            -webkit-transition-delay: .4s;
            -o-transition-delay: .4s;
            transition-delay: .4s; }
          .services-cst .item .title .list span:nth-of-type(4) {
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%) translateX(50%);
            -ms-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%);
            -webkit-transition-delay: .5s;
            -o-transition-delay: .5s;
            transition-delay: .5s; }
    .services-cst .item p {
      opacity: 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .services-cst .item .icon {
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      display: inline-block;
      position: relative; }
      .services-cst .item .icon .arrow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: var(--main-color);
        overflow: hidden;
        opacity: 0; }
        .services-cst .item .icon .arrow img {
          width: 25px;
          -webkit-transform: translateX(-30px) translateY(30px);
          -ms-transform: translateX(-30px) translateY(30px);
          transform: translateX(-30px) translateY(30px);
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
      .services-cst .item .icon img {
        width: 30px; }
    .services-cst .item:hover .title .list {
      opacity: 1; }
      .services-cst .item:hover .title .list span {
        opacity: 1; }
    .services-cst .item:hover .icon .arrow {
      opacity: 1; }
      .services-cst .item:hover .icon .arrow img {
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0); }

.serv-details .accordion-item {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0; }
  .serv-details .accordion-item.active {
    border-color: var(--main-color); }
    .serv-details .accordion-item.active button {
      color: var(--main-color) !important; }
  .serv-details .accordion-item .accordion-header {
    background: transparent; }
    .serv-details .accordion-item .accordion-header button {
      background: transparent;
      color: inherit;
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      padding: 15px 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .serv-details .accordion-item .accordion-header button span {
        font-size: 14px;
        margin-right: 80px; }
      .serv-details .accordion-item .accordion-header button:after {
        display: none; }
  .serv-details .accordion-item .accordion-body {
    padding: 0 0 15px 90px; }
    .serv-details .accordion-item .accordion-body p {
      font-size: 14px; }

.footer-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative; }
  .footer-sa .call-action h2 .buton {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: -80px;
    right: 8%;
    font-size: 32px;
    color: #212121; }
    .footer-sa .call-action h2 .buton img {
      width: 30px; }

.footer-sa .logo {
  width: 160px; }

.footer-sa .contact-info .item {
  margin-bottom: 50px; }
  .footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px; }

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .footer-sa .contact-info .social-icon a:hover {
    border-color: #fff; }

.footer-sa .sub-footer .copy p {
  font-size: 14px; }
  .footer-sa .sub-footer .copy p a {
    color: #fff; }

.footer-sa .sub-footer .links {
  width: 100%; }
  .footer-sa .sub-footer .links a {
    font-size: 14px; }
  .footer-sa .sub-footer .links .active {
    color: #fff; }

/* --------------- Team pg --------------- */
.team-hed .caption h1 {
  font-size: 140px;
  font-weight: 600;
  text-transform: uppercase; }

.team-hed .fit-img {
  height: 540px;
  position: relative;
  margin-top: -60px;
  z-index: -1; }

.team-pg .item .img {
  position: relative;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden; }
  .team-pg .item .img .social-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(30px) brightness(107%);
    backdrop-filter: blur(30px) brightness(107%);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .team-pg .item .img .social-icon a {
      padding: 0 15px; }
  .team-pg .item .img:hover .social-icon {
    opacity: 1;
    bottom: 30px; }

.team-pg .item .cont h6 {
  margin-bottom: 5px; }

.footer-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative; }
  .footer-sa .call-action h2 .buton {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: -80px;
    right: 8%;
    font-size: 32px;
    color: #212121; }
    .footer-sa .call-action h2 .buton img {
      width: 30px; }

.footer-sa .logo {
  width: 160px; }

.footer-sa .contact-info .item {
  margin-bottom: 50px; }
  .footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px; }

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .footer-sa .contact-info .social-icon a:hover {
    border-color: #fff; }

.footer-sa .sub-footer .copy p {
  font-size: 14px; }
  .footer-sa .sub-footer .copy p a {
    color: #fff; }

.footer-sa .sub-footer .links {
  width: 100%; }
  .footer-sa .sub-footer .links a {
    font-size: 14px; }
  .footer-sa .sub-footer .links .active {
    color: #fff; }

/* --------------- Careers pg --------------- */
.pricing-hed .caption h1 {
  font-size: 140px;
  font-weight: 600;
  text-transform: uppercase; }

.pricing-pg .item {
  padding: 45px;
  background: var(--bg-color); }

.pricing-pg .list li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative; }
  .pricing-pg .list li:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 40%;
    left: 0; }
  .pricing-pg .list li:last-of-type {
    margin-bottom: 0; }

.pricing-pg .butn {
  width: 100%;
  padding: 17px;
  font-size: 16px; }
  .pricing-pg .butn:hover {
    background: var(--main-color) !important;
    border-color: transparent !important; }
  .pricing-pg .butn .d-flex {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto; }

.testimonials-ds .qoute-icon {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .testimonials-ds .qoute-icon .text {
    width: 240px; }
  .testimonials-ds .qoute-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px; }

.testimonials-ds .item .info .img-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden; }

.testimonials-ds .item .info .info-text {
  padding-left: 20px; }
  .testimonials-ds .item .info .info-text p {
    font-size: 14px;
    color: #BBBBBB;
    margin-top: 5px; }

.testimonials-ds .swiper {
  position: relative; }
  .testimonials-ds .swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1); }
    .testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet {
      margin: 0 7px;
      background: #BBBBBB; }
      .testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--main-color); }

.clients-ds .item {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 80px;
  height: 100%;
  padding: 50px 30px; }
  .clients-ds .item .text-center {
    width: 100%; }
  .clients-ds .item .img {
    max-width: 100px;
    margin: auto; }
  .clients-ds .item p {
    margin-top: 30px; }

.footer-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative; }
  .footer-sa .call-action h2 .buton {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: -80px;
    right: 8%;
    font-size: 32px;
    color: #212121; }
    .footer-sa .call-action h2 .buton img {
      width: 30px; }

.footer-sa .logo {
  width: 160px; }

.footer-sa .contact-info .item {
  margin-bottom: 50px; }
  .footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px; }

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .footer-sa .contact-info .social-icon a:hover {
    border-color: #fff; }

.footer-sa .sub-footer .copy p {
  font-size: 14px; }
  .footer-sa .sub-footer .copy p a {
    color: #fff; }

.footer-sa .sub-footer .links {
  width: 100%; }
  .footer-sa .sub-footer .links a {
    font-size: 14px; }
  .footer-sa .sub-footer .links .active {
    color: #fff; }

/* --------------- Careers pg --------------- */
.pricing-hed .caption h1 {
  font-size: 140px;
  font-weight: 600;
  text-transform: uppercase; }

.faqs-pg .img {
  height: 100%; }

.faqs-pg .accordion-item {
  background: transparent;
  border-radius: 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  margin-bottom: 5px; }
  .faqs-pg .accordion-item .accordion-header {
    background: transparent; }
    .faqs-pg .accordion-item .accordion-header button {
      background: transparent;
      color: #fff;
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
      padding: 30px 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .faqs-pg .accordion-item .accordion-header button:after {
        background-image: url(../imgs/plus-solid.svg);
        -webkit-filter: invert(1);
        filter: invert(1); }
      .faqs-pg .accordion-item .accordion-header button:not(.collapsed):after {
        background-image: url(../imgs/minus-solid.svg); }
  .faqs-pg .accordion-item .accordion-body {
    padding: 0;
    padding: 0px 100px 30px 0; }
    .faqs-pg .accordion-item .accordion-body p {
      font-size: 14px; }

.footer-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative; }
  .footer-sa .call-action h2 .buton {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: -80px;
    right: 8%;
    font-size: 32px;
    color: #212121; }
    .footer-sa .call-action h2 .buton img {
      width: 30px; }

.footer-sa .logo {
  width: 160px; }

.footer-sa .contact-info .item {
  margin-bottom: 50px; }
  .footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px; }

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .footer-sa .contact-info .social-icon a:hover {
    border-color: #fff; }

.footer-sa .sub-footer .copy p {
  font-size: 14px; }
  .footer-sa .sub-footer .copy p a {
    color: #fff; }

.footer-sa .sub-footer .links {
  width: 100%; }
  .footer-sa .sub-footer .links a {
    font-size: 14px; }
  .footer-sa .sub-footer .links .active {
    color: #fff; }

/* --------------- Portfolio pg --------------- */
.work-hed .caption h1 {
  font-size: 90px;
  font-weight: 600;
  text-transform: uppercase; }

.work-hed .caption .path span {
  margin: 0 10px; }

.work-hed2 .caption {
  position: relative; }
  .work-hed2 .caption h1 span {
    letter-spacing: normal; }

.work-hed2 .fit-img {
  height: 620px; }

.works-mp {
    background: #121212;
  padding-bottom: 100px; }
  .works-mp .item {
    padding-top: 30px;
    /*border-top: 1px solid rgba(255, 255, 255, 0.1);*/
    margin-bottom: 40px; }
    .works-mp .item:hover .cont a {
      background: var(--main-color);
      border-color: var(--main-color); }
    .works-mp .item .cont h5 {
      font-weight: 400;
      margin-bottom: 15px; }
    .works-mp .item .cont span {
      font-size: 16px;
      font-weight: 300;
      text-transform: uppercase; }
    .works-mp .item .cont a {
      padding: 5px 25px;
      border-radius: 30px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .works-mp .item .img {
      border-radius: 10px;
      overflow: hidden;
      margin-top: 50px; }
      .works-mp .item .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }

.works-ca .item .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .works-ca .item .img .tags {
    position: absolute;
    left: 15px;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .works-ca .item .img .tags a {
      color: #212121;
      font-size: 14px;
      padding: 7px 15px;
      line-height: 1.5;
      border-radius: 30px;
      background: #fff; }
      .works-ca .item .img .tags a:hover {
        background: var(--main-color); }

.works-ca .item h6 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px; }

.works-ca .item:hover .img .tags {
  opacity: 1;
  visibility: visible; }

.work-card .card-item {
  margin-bottom: 30px; }
  .work-card .card-item .img {
    position: relative;
    height: 650px;
    border-radius: 15px;
    overflow: hidden; }
    .work-card .card-item .img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), to(transparent));
      background-image: -webkit-linear-gradient(top, var(--theme-color), transparent);
      background-image: -o-linear-gradient(top, var(--theme-color), transparent);
      background-image: linear-gradient(to bottom, var(--theme-color), transparent);
      opacity: .6; }
    .work-card .card-item .img .tags {
      position: absolute;
      top: 30px;
      right: 30px;
      z-index: 3; }
      .work-card .card-item .img .tags a {
        font-size: 12px;
        line-height: 1;
        padding: 7px 12px;
        margin-right: 2px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 30px; }
  .work-card .card-item h5 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    line-height: 1;
    z-index: 3; }
    .work-card .card-item h5.bottom {
      top: auto;
      bottom: 30px; }
    .work-card .card-item h5.left {
      text-align: left;
      padding-left: 30px; }
    .work-card .card-item h5.right {
      text-align: right;
      padding-right: 30px; }

  .work-card .card-item h6 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    line-height: 1;
    z-index: 3; }
    .work-card .card-item h6.bottom {
      top: auto;
      bottom: 30px; }
    .work-card .card-item h6.left {
      text-align: left;
      padding-left: 30px; }
    .work-card .card-item h6.right {
      text-align: right;
      padding-right: 30px; }

.proj-details .accordion-item {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0; }
  .proj-details .accordion-item.active {
    border-color: var(--main-color); }
    .proj-details .accordion-item.active button {
      color: var(--main-color) !important; }
  .proj-details .accordion-item .accordion-header {
    background: transparent; }
    .proj-details .accordion-item .accordion-header button {
      background: transparent;
      color: inherit;
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      padding: 15px 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .proj-details .accordion-item .accordion-header button span {
        font-size: 14px;
        margin-right: 80px; }
      .proj-details .accordion-item .accordion-header button:after {
        display: none; }
  .proj-details .accordion-item .accordion-body {
    padding: 0 0 15px 90px; }
    .proj-details .accordion-item .accordion-body p {
      font-size: 14px; }

.footer-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative; }
  .footer-sa .call-action h2 .buton {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: -80px;
    right: 8%;
    font-size: 32px;
    color: #212121; }
    .footer-sa .call-action h2 .buton img {
      width: 30px; }

.footer-sa .logo {
  width: 160px; }

.footer-sa .contact-info .item {
  margin-bottom: 50px; }
  .footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px; }

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .footer-sa .contact-info .social-icon a:hover {
    border-color: #fff; }

.footer-sa .sub-footer .copy p {
  font-size: 14px; }
  .footer-sa .sub-footer .copy p a {
    color: #fff; }

.footer-sa .sub-footer .links {
  width: 100%; }
  .footer-sa .sub-footer .links a {
    font-size: 14px; }
  .footer-sa .sub-footer .links .active {
    color: #fff; }

/* --------------- Portfolio pg --------------- */
.blog-hed .caption h1 {
  font-size: 55px; }

.blog-mp .bord {
  position: relative; }
  .blog-mp .bord:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1); }

.blog-mp .item {
  margin-bottom: 50px; }
  .blog-mp .item .info .author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%; }
  .blog-mp .item .info .author-info,
  .blog-mp .item .info .date {
    font-size: 13px;
    text-transform: uppercase; }
    .blog-mp .item .info .author-info span,
    .blog-mp .item .info .date span {
      display: block;
      line-height: 22px; }
  .blog-mp .item .info .author-info .sub-color {
    text-transform: capitalize !important; }
  .blog-mp .item .img {
    border-radius: 15px;
    height: 255px;
    overflow: hidden; }

.blog-mp .main-blog .item {
  margin-bottom: 0; }
  .blog-mp .main-blog .item .img {
    height: 350px; }

.post-header .caption .tags a {
  padding: 7px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px; }
  .post-header .caption .tags a:hover {
    background: #fff;
    color: #1d1d1d !important; }

.post-header .bg-img {
  height: 75vh;
  min-height: 480px;
  border-radius: 15px;
  overflow: hidden;
  position: relative; }
  .post-header .bg-img .row {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 4; }

.main-post .spec-letter {
  font-size: 60px;
  line-height: 50px;
  padding-right: 10px;
  float: left; }

.main-post .post-qoute {
  position: relative;
  padding: 40px;
  padding-left: 120px;
  border: 1px solid rgba(255, 255, 255, 0.15); }
  .main-post .post-qoute h6 {
    position: relative; }
    .main-post .post-qoute h6:before {
      content: '“';
      position: absolute;
      top: 80px;
      left: -100px;
      font-size: 180px;
      line-height: 0; }
  .main-post .post-qoute .author {
    font-size: 14px;
    color: var(--main-color); }

.main-post .iner-img {
  height: 400px; }
  .main-post .iner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

.main-post .unorder-list li,
.main-post .order-list li {

    font-size: 18px;
    color: #e1e1e1;
    text-transform: uppercase;
    margin-top: 0px;

  /*margin-top: 10px;*/
  opacity: .7;
  padding-left: 15px;
  position: relative; }
  .main-post .unorder-list li:before,
  .main-post .order-list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 10px; }

.main-post .order-list li {
  padding-left: 0; }
  .main-post .order-list li:before {
    display: none; }
  .main-post .order-list li span {
    font-size: 13px; }

.main-post .info-area .tags span,
.main-post .info-area .share-icon span {
  font-size: 14px;
  margin-right: 5px;
  opacity: .7; }

.main-post .info-area .tags a,
.main-post .info-area .share-icon a {
  padding: 7px 20px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 30px;
  margin-right: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .main-post .info-area .tags a:hover,
  .main-post .info-area .share-icon a:hover {
    background: var(--main-color);
    color: #1d1d1d; }

.main-post .info-area .share-icon a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  text-align: center;
  padding: 0; }

.main-post .author-area {
  padding: 40px;
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px); }
  .main-post .author-area .author-img .img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden; }

.main-post .next-prv-post .thumb-post {
  width: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  .main-post .next-prv-post .thumb-post:after {
    content: '';
    background: var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: -1;
    opacity: .7;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .main-post .next-prv-post .thumb-post:first-of-type {
    margin-right: 15px; }
  .main-post .next-prv-post .thumb-post:last-of-type {
    margin-left: 15px; }

.comments-post .item-box {
  position: relative; }
  .comments-post .item-box p {
    font-size: 14px;
    width: 80%; }
  .comments-post .item-box.replayed {
    margin-left: 30px; }
  .comments-post .item-box .replay-butn {
    position: absolute;
    top: 15px;
    right: 15px; }
    .comments-post .item-box .replay-butn a {
      font-size: 13px;
      padding: 8px 20px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 30px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .comments-post .item-box .replay-butn a:hover {
        background: var(--main-color);
        color: #1d1d1d; }

.comments-from input,
.comments-from textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: transparent;
  color: #fff;
  padding: 15px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .comments-from input:focus,
  .comments-from textarea:focus {
    border-color: #fff; }

.comments-from textarea {
  min-height: 180px; }

.comments-from button {
  padding: 15px 35px;
  width: 100%;
  background: #fff;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #1d1d1d;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .comments-from button .text {
    position: relative;
    z-index: 4; }
  .comments-from button:hover {
    color: #1d1d1d;
    background: var(--main-color); }

.sidebar .search-box {
  position: relative; }
  .sidebar .search-box input {
    color: #fff;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    width: 100%;
    background: transparent; }
    .sidebar .search-box input:focus {
      border-color: #fff; }
  .sidebar .search-box .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.sidebar .widget {
  margin-top: 50px; }
  .sidebar .widget .title-widget {
    margin-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08); }
  .sidebar .widget.catogry li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    margin-bottom: 7px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 30px; }
    .sidebar .widget.catogry li:last-of-type {
      margin-bottom: 0; }
  .sidebar .widget.last-post-thum .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .sidebar .widget.last-post-thum .item:last-of-type {
      margin-bottom: 0; }
    .sidebar .widget.last-post-thum .item:hover .img a .date {
      opacity: 1; }
    .sidebar .widget.last-post-thum .item .img {
      width: 90px;
      height: 100px;
      border-radius: 5px;
      overflow: hidden; }
      .sidebar .widget.last-post-thum .item .img a {
        width: 100%;
        height: 100%;
        position: relative; }
        .sidebar .widget.last-post-thum .item .img a .date {
          position: absolute;
          top: 50%;
          left: 50%;
          font-size: 14px;
          width: 50px;
          height: 50px;
          text-align: center;
          background: rgba(0, 0, 0, 0.1);
          -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
          border-radius: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          z-index: 3;
          opacity: 0;
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
          .sidebar .widget.last-post-thum .item .img a .date span {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            line-height: 1; }
      .sidebar .widget.last-post-thum .item .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .sidebar .widget.last-post-thum .item .cont {
      padding-left: 25px; }
      .sidebar .widget.last-post-thum .item .cont h6 {
        font-size: 17px; }
      .sidebar .widget.last-post-thum .item .cont .tag {
        font-size: 12px;
        padding: 5px 15px;
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.03);
        margin-bottom: 10px; }
  .sidebar .widget.tags a {
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.02);
    margin: 2px 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .sidebar .widget.tags a:hover {
      background: var(--main-color); }

.footer-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative; }
  .footer-sa .call-action h2 .buton {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: -80px;
    right: 8%;
    font-size: 32px;
    color: #212121; }
    .footer-sa .call-action h2 .buton img {
      width: 30px; }

.footer-sa .logo {
  width: 160px; }

.footer-sa .contact-info .item {
  margin-bottom: 50px; }
  .footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px; }

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .footer-sa .contact-info .social-icon a:hover {
    border-color: #fff; }

.footer-sa .sub-footer .copy p {
  font-size: 14px; }
  .footer-sa .sub-footer .copy p a {
    color: #fff; }

.footer-sa .sub-footer .links {
  width: 100%; }
  .footer-sa .sub-footer .links a {
    font-size: 14px; }
  .footer-sa .sub-footer .links .active {
    color: #fff; }

/* --------------- Careers pg --------------- */
.contact-hed .caption h1 {
  font-size: 120px;
  font-weight: 600;
  text-transform: uppercase; }

.contact-hed .google-map {
  height: 540px;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 15px;
  overflow: hidden; }
  .contact-hed .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.contact-pg input,
.contact-pg textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  padding: 15px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .contact-pg input:focus,
  .contact-pg textarea:focus {
    border-color: #fff; }

.contact-pg textarea {
  min-height: 180px; }

input[type="checkbox"]{
  width: 15px;
    height: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
}


.contact-pg select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #e1e1e1;
  padding: 15px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .contact-pg input:focus,
  .contact-pg select:focus {
    border-color: #fff;
   background-color: #151515;
  }






.contact-pg .butn:hover {
  background: var(--main-color) !important; }

.footer-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative; }
  .footer-sa .call-action h2 .buton {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: -80px;
    right: 8%;
    font-size: 32px;
    color: #212121; }
    .footer-sa .call-action h2 .buton img {
      width: 30px; }

.footer-sa .logo {
  width: 160px; }

.footer-sa .contact-info .item {
  margin-bottom: 50px; }
  .footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px; }

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .footer-sa .contact-info .social-icon a:hover {
    border-color: #fff; }

.footer-sa .sub-footer .copy p {
  font-size: 16px; }
  .footer-sa .sub-footer .copy p a {
    color: #fff; }

.footer-sa .sub-footer .links {
  width: 100%; }
  .footer-sa .sub-footer .links a {
    font-size: 16px; }
  .footer-sa .sub-footer .links .active {
    color: #fff; }

body {
  font-family: 'Noto Sans','Noto Sans KR','맑은고딕',sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  background-color: var(--theme-color); }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0; }

h1 {
  font-size: 64px;
  letter-spacing: -3px; }

h2 {
  font-size: 48px;
  letter-spacing: -3px; }

h3 {
  font-size: 34px;
  letter-spacing: -2px; }

h4 {
  font-size: 28px;
  letter-spacing: -2px; }

h5 {
  font-size: 24px;
  letter-spacing: -1px; }

h6 {
  font-size: 20px; }

.sub-bg {
  background: var(--bg-color); }

.main-color {
  color: var(--main-color); }

.light-bg {
  background: #fff;
  color: #0e0f11; }
  .light-bg .butn.butn-bord {
    border: 1px solid rgba(0, 0, 0, 0.3); }
    .light-bg .butn.butn-bord img {
      -webkit-filter: invert(0);
      filter: invert(0); }
    .light-bg .butn.butn-bord:hover {
      background: var(--main-color);
      color: #212121; }

.sub-color {
  color: #a4a4a4; }

.sub-head {
  font-size: 20px; }

.title-font {
  font-family: "Six Caps", sans-serif;
  letter-spacing: normal; }

p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
  color: #ffffff;
  margin: 0; }

.sec-head .sub-head {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 300; }
  .sec-head .sub-head:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0; }

.text-indent {
  text-indent: 20%; }

.loader-wrap svg {
  fill: #1d1d1d; }

.crv-butn span {
  background: var(--main-color);
  color: #0e0f11; }

.crv-butn .text {
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 30px;
  position: relative; }
  .crv-butn .text:after {
    content: '';
    width: 30px;
    height: 30px;
    background: var(--main-color);
    position: absolute;
    top: 5px;
    right: -15px;
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

.crv-butn .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-left: -10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .crv-butn .icon img {
    width: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

.crv-butn:hover .text:after {
  border-radius: 50%;
  top: calc(50% - 5px);
  right: 0;
  height: 10px; }

.crv-butn:hover .icon {
  margin-left: 5px; }
  .crv-butn:hover .icon img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3); }
  .butn.butn-bord:hover {
    background: #fff;
    color: #212121; }

.icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1); }

.butn .icon {
  width: 18px; }

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter: invert(0); }


/* --------------- Services --------------- */
.services-da .numbers .item {
  padding: 60px 0;
  position: relative; }
  .services-da .numbers .item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2), transparent);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2), transparent);
    background: linear-gradient(to top, rgba(255, 255, 255, 0.2), transparent); }
  .services-da .numbers .item:last-of-type:after {
    display: none; }
  .services-da .numbers .item h2 {
    font-size: 70px; }
    .services-da .numbers .item h2 span {
      font-size: 40px;
      font-weight: 300; }

.services-da .serv-box {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.services-da .serv-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 500px;
  padding: 60px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background: #121212;
  position: relative;
  overflow: hidden; }
  .services-da .serv-item:hover p, .services-da .serv-item:hover .butn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .services-da .serv-item .img {
    position: absolute;
    top: 20%;
    left: 20%;
    right: 20%;
    bottom: 20%; }
  .services-da .serv-item .cont span {
    font-size: 13px; }
  .services-da .serv-item p {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .services-da .serv-item .butn {
    color: #1d1d1d;
    background: #fff;
    padding: 8px 20px;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

.services-ds {
  background: #121212; }
  .services-ds .item {
    padding: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .services-ds .item:last-of-type {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .services-ds .item .title h2 {
      font-size: 128px;
      line-height: 128px;
      letter-spacing: -4px; }
    .services-ds .item .icon {
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      margin-left: 150px; }
      .services-ds .item .icon img {
        width: 30px; }
    .services-ds .item .title {
      position: relative;
      margin-bottom: -70px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .services-ds .item:hover {
      background: rgba(255, 255, 255, 0.05); }
      .services-ds .item:hover .title {
        margin-bottom: 0;
        color: #A3E328; }

.services-accord {
  background: #121212; }
  .services-accord .accordion .accordion-item {
    background: transparent;
    border-radius: 0;
    border: 0; }
    .services-accord .accordion .accordion-item:last-of-type .accordion-title {
      border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
    .services-accord .accordion .accordion-item:last-of-type .accordion-body {
      border-top: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
  .services-accord .accordion .accordion-title {
    color: #8e8e8e;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    cursor: pointer; }
    .services-accord .accordion .accordion-title h2 {
      font-size: 34px;
      font-weight: 500;
      padding: 30px 0;}
    .services-accord .accordion .accordion-title .icon svg {
      width: 40px;
      height: 40px; }
    .services-accord .accordion .accordion-title:not(.collapsed) {
      color: #fff; }
      .services-accord .accordion .accordion-title:not(.collapsed) .icon svg path {
        stroke: #0047FF; }
  .services-accord .accordion .accordion-body {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05); }
    .services-accord .accordion .accordion-body .list {
      margin-top: 20px; }
      .services-accord .accordion .accordion-body .list span {
        display: block;
        font-size: 18px;
        color:#8e8e8e;
        text-transform: uppercase;
        margin-top: 0px; }

.marq-sa {
  overflow: hidden !important; }
  .marq-sa .item {
    padding: 0 80px !important;
    position: relative; }
    .marq-sa .item:after {
      content: '';
      width: 12px;
      height: 12px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .marq-sa .item h2 {
      white-space: nowrap;
      font-size: 96px;
      line-height: 120px;
      letter-spacing: -4px;
      background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
      background: -webkit-linear-gradient(left, #fff, transparent);
      background: -o-linear-gradient(left, #fff, transparent);
      background: linear-gradient(to right, #fff, transparent);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

/* --------------- Works --------------- */
.work-da .item {
  position: relative; }
  .work-da .item .img {
    height: 470px;
    border-radius: 15px; }

/* --------------- Clients --------------- */
.clients-sa .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center; }
  .clients-sa .item .img {
    width: 100px; }
  .clients-sa .item .cont .icon {
    width: 40px;
    margin: 0 auto 10px; }
  .clients-sa .item .cont span {
    font-size: 14px;
    line-height: 20px; }

/* --------------- Testimonials --------------- */
.testimonials-sa {
  position: relative;
  overflow: hidden; }
  .testimonials-sa:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/testim/mesh-gradient.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: .5;
    z-index: 2; }
  .testimonials-sa .gl-rate {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 60px;
    padding: 10px 20px; }
    .testimonials-sa .gl-rate .icon {
      width: 35px; }
    .testimonials-sa .gl-rate .cont {
      padding-left: 30px; }
      .testimonials-sa .gl-rate .cont h6 {
        line-height: 1;
        font-weight: 600;
        font-size: 18px; }
      .testimonials-sa .gl-rate .cont .stars {
        font-size: 13px;
        color: #EF2B10;
        margin-left: 10px; }
      .testimonials-sa .gl-rate .cont p {
        font-size: 12px;
        opacity: .7;
        margin-top: 2px; }
  .testimonials-sa .swiper-slide {
    height: auto; }
  .testimonials-sa .item {
    background: var(--bg-color);
    padding: 40px;
    border-radius: 10px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
    .testimonials-sa .item .rate h5 {
      font-size: 16px; }
    .testimonials-sa .item .rate .stars {
      font-size: 13px;
      color: #EF2B10;
      margin-left: 10px; }
    .testimonials-sa .item .info .img-author {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden; }
    .testimonials-sa .item .info .info-text {
      padding-left: 15px; }
      .testimonials-sa .item .info .info-text p {
        font-size: 14px;
        opacity: .7; }

/* --------------- Awards --------------- */
.awards-sa .item-title {
  padding: 0 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .awards-sa .item-title > div {
    padding: 0; }
  .awards-sa .item-title h6 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .7; }

.awards-sa .item-line {
  padding: 25px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3; }
  .awards-sa .item-line > div {
    padding: 0; }
    .awards-sa .item-line > div:last-of-type {
      text-align: right; }
  .awards-sa .item-line:hover:after {
    height: 100%; }
  .awards-sa .item-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1; }
  .awards-sa .item-line .honors h6 {
    font-size: 14px; }
  .awards-sa .item-line .project-date span {
    font-size: 14px;
    opacity: .7; }

/* --------------- Blogs --------------- */
.blog-sa .item .img {
  /*height: 470px;*/
  border-radius: 15px; }

.blog-sa .item .cont .info a {
  font-size: 14px; }

.blog-sa .item .cont .info .date {
  opacity: .5;
  margin-left: 5px; }

/* --------------- Contact --------------- */
.contact-sa .box {
  padding: 120px 60px;
  background-image: url(../imgs/header/g-back.png);
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  overflow: hidden; }

.contact-sa .info {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%; }

.contact-sa .contact-form label {
  font-size: 14px;
  margin-bottom: 5px; }
  .contact-sa .contact-form label .star {
    color: red;
    padding-left: 5px; }

.contact-sa .contact-form input,
.contact-sa .contact-form textarea {
  color: #fff;
  background: transparent;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px; }

.contact-sa .contact-form button {
  background: transparent;
  color: #fff; }




.about-hed {
  background: var(--theme-color);
  border-radius: 50px 50px;
  position: relative;
  z-index: 7;
  padding: 180px 0 120px 0;
}

.about-smt {
  background: var(--theme-color);
  border-radius: 50px 50px;
  position: relative;
  margin-top: -60px;
  z-index: 7; }
  .about-smt .boxs {
    position: relative;
    bottom: -100px; }
    .about-smt .boxs .item {
      padding: 60px 20px;
      width: 100%; }
      .about-smt .boxs .item h2 {
        font-size: 100px; }
      .about-smt .boxs .item h6 {
        font-size: 18px; }
    .about-smt .boxs .bg-color {
      background: var(--main-color); }
  .about-smt .main-img {
    height: 70vh;
    min-height: 500px; }

/* --------------- Services --------------- */
.services-accord2 {
  color: #fff;
  background: var(--main-color);
  border-radius: 50px 50px 0 0;
  padding-bottom: 200px;
  position: relative;
  z-index: 5; }
  .services-accord2 .accordion .accordion-item {
    background: transparent;
    border-radius: 0;
    border: 0; }
  .services-accord2 .accordion .accordion-title {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    overflow: hidden; }
    .services-accord2 .accordion .accordion-title h2 {
      font-size: 90px;
      font-weight: 500;
      margin-bottom: -60px; }
    .services-accord2 .accordion .accordion-title .icon svg {
      width: 40px;
      height: 40px; }
    .services-accord2 .accordion .accordion-title:not(.collapsed) .title h2 {
      margin-bottom: 0; }
    .services-accord2 .accordion .accordion-title:not(.collapsed) .icon svg path {
      stroke: #0047FF; }
  .services-accord2 .accordion .accordion-body {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .services-accord2 .accordion .accordion-body .img {
      height: 140px;
      border-radius: 15px; }



/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .sec-head .sub-head {
    margin-bottom: 15px !important; }
  .sec-head .text-indent {
    text-indent: 0; }
  .sec-head .d-flex {
    display: block !important; }
  .sec-head .ml-auto {
    margin: 15px 0 0 !important; }
  .team-hed .caption h1 {
    font-size: 100px; }
  .pricing-hed .caption h1,
  .contact-hed .caption h1 {
    font-size: 90px; }
  .services-dm .item {
    display: block !important;
    position: relative; }
  .services-dm .item .title h2 {
    font-size: 60px;
    letter-spacing: -2px;
    margin-bottom: 10px; }
  .services-dm .item .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .services-cst .item .title h2 {
    font-size: 30px;
    letter-spacing: -1px; }
  .services-cst .item .title .list {
    display: none; }
  .services-cst .item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px; }
    .services-cst .item .icon img {
      width: 25px; }
  .intro-iner .img-box {
    width: calc(100% - 100px);
    margin: 0 auto 80px; }
  .team-mp .item .img {
    width: 280px; }
  .team-mp .item h2 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -1px; }
  .work-hed2 .fit-img {
    height: 400px; }
  .footer-sa .call-action h2 {
    font-size: 70px; }
    .footer-sa .call-action h2 .buton {
      display: none !important; } }

@media screen and (max-width: 768px) {


  h1 {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -1px; }
  h2 {
    font-size: 30px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: -1px; }
  h3 {
    font-size: 22px;
    line-height: 38px;
    letter-spacing: normal; }
  h4 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal; }

  h5 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal; }

  h6 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal; }


  .about-hed h1,
  .serv-hed h1 {
    font-size: 30px;
    letter-spacing: normal; }
  .team-hed .caption h1 {
    font-size: 60px; }
  .team-hed .fit-img {
    margin-top: -30px; }
  .pricing-hed .caption h1,
  .contact-hed .caption h1 {
    font-size: 40px; }
  .intro-iner .img-box {
    width: 100%; }
    .intro-iner .img-box .states {
      left: 30px;
      bottom: 150px; }
  .team-mp .item {
    padding: 30px; }
    .team-mp .item .d-flex {
      display: block !important; }
    .team-mp .item .img {
      width: auto;
      height: auto;
      background: var(--theme-color); }
    .team-mp .item .cont {
      padding: 30px 0 0;
      text-align: center; }
    .team-mp .item .ml-auto {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: auto !important; }
    .team-mp .item .social-icon {
      padding: 0;
      margin-top: 30px; }
  .testimonials-ds .qoute-icon .text {
    width: 180px; }
  .testimonials-ds .qoute-icon .icon {
    width: 80px; }
  .testimonials-ds .item h4 {
    font-size: 25px;
    letter-spacing: normal; }
  .faqs-pg .sec-head h2 {
    font-size: 30px; }
  .faqs-pg .accordion-item .accordion-header button {
    font-size: 20px; }
  .contact-pg .sec-head h2 {
    font-size: 30px; }
  .serv-hed2 .caption h1,
  .work-hed2 h1 {
    font-size: 40px !important; }
  .serv-hed2 .caption .list ul,
  .work-hed2 .list ul {
    padding: 0; }
  .work-hed .caption h1 {
    font-size: 45px; }
  .work-card .card-item .img {
    height: 500px; }
  .work-card .card-item h5 {
    font-size: 35px; }
  .blog-hed .caption h1 {
    font-size: 35px;
    text-indent: 0; }
  .post-header h1 {
    font-size: 30px !important; }
  .post-header .info {
    display: block !important; }
  .main-post .post-qoute {
    padding: 30px !important; }
  .main-post .post-qoute h6:before {
    position: relative;
    left: 0; }
  .main-post .info-area {
    display: block !important; }
    .main-post .info-area .tags {
      margin-bottom: 15px; }
  .main-post .author-area {
    padding: 30px 15px; }
    .main-post .author-area .flex {
      display: block !important; }
    .main-post .author-area .author-img {
      margin-bottom: 15px; }
  .footer-sa .call-action h2 {
    font-size: 35px;
    line-height: 1.4; }


    .about-hed .caption .main-title{
      font-size: 32px;
        height: 60px;
    }


    .about-hed {
      background: var(--theme-color);
      border-radius: 50px 50px;
      position: relative;
      z-index: 7;
    padding: 120px 0 80px 0;
    }

    .about-hed .caption h1 {
      font-size: 32px;
      line-height: 44px;
      letter-spacing: -1px;
    }

   .services-accord .accordion .accordion-title h2 {
      font-size: 24px;
      font-weight: 500;
      padding: 30px 0;}


    p {
      font-size: 18px;
      line-height: 28px;
      font-weight: 100;
      color: #ffffff;
      margin: 0; }


  }



.map{
  display: inline;border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}


/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .sec-head .sub-head {
    margin-bottom: 30px !important; }
 .header-da {
    min-height: auto;
    padding: 180px 0; }
  .header-da .caption h1 {
    font-size: 100px; }
    .header-da .caption h1.play {
      font-size: 140px; }
  .header-da .icon-img-100 {
    width: 80px !important; }
  .header-da .shape {
    width: 90%;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }


  .marq-sa .item h2 {
    font-size: 70px;
    line-height: 1.4;
    -webkit-text-fill-color: #fff;
    background: transparent; }


  }

@media screen and (max-width: 768px) {


  .header-da .icon-img-100 {
    display: none; }
  .header-da .caption h1.play {
    font-size: 85px;
    margin-bottom: 15px; }
  .header-da .caption h1 {
    font-size: 64px; }
  .header-da .caption .text {
    margin-bottom: 15px; }
  .header-da {
    min-height: auto;
    padding-bottom: 120px; }
  .contact-sa .box {
    padding: 120px 40px; }

  .services-sa .item .cont .text p {
          font-size: 16px;
          font-weight: 300;
          line-height: 26px; }

.services-sa .item .cont .text {
      margin-top: 30px;
      margin-bottom: 20px; }
  }




main {
  position: relative;
  z-index: 5; }

.row > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0; }

.row.sm-marg {
  margin-left: -5px;
  margin-right: -5px; }
  .row.sm-marg > * {
    padding-left: 5px;
    padding-right: 5px; }

.row.stand-marg {
  margin-left: -20px;
  margin-right: -20px; }
  .row.stand-marg > * {
    padding-left: 20px;
    padding-right: 20px; }

.row.md-marg {
  margin-left: -25px;
  margin-right: -25px; }
  .row.md-marg > * {
    padding-left: 25px;
    padding-right: 25px; }

.row.lg-marg {
  margin-left: -40px;
  margin-right: -40px; }
  .row.lg-marg > * {
    padding-left: 40px;
    padding-right: 40px; }

.row.xlg-marg {
  margin-left: -50px;
  margin-right: -50px; }
  .row.xlg-marg > * {
    padding-left: 50px;
    padding-right: 50px; }

.row.xxlg-marg {
  margin-left: -80px;
  margin-right: -80px; }
  .row.xxlg-marg > * {
    padding-left: 80px;
    padding-right: 80px; }

.container {
  max-width: 1320px; }

.container-xxl {
  max-width: 1700px; }

.container-xl {
  max-width: 1400px; }

.container-box {
  max-width: 1920px;
  margin: auto; }

img {
  width: 100%;
  height: auto; }

figure {
  margin: 0; }

.btn:hover, .btn:focus, .btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.alink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ========= [ animation ]  =========*/
/* --------------- Menu --------------- */
.hamenu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #1d1d1d;
  overflow: hidden;
  z-index: 99999999999;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1); }
  .hamenu:after {
    content: '';
    background-image: url(../imgs/menu-shape.png);
    background-size: contain;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .5; }
  .hamenu .close-menu {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 4; }
  .hamenu .close-menu {
    color: #fff;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .hamenu.open .close-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .hamenu.open .menu-links .main-menu > li .link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .hamenu.open .cont-info {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
    .hamenu.open .cont-info .text-center {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      -webkit-transition-delay: 1.4s;
      -o-transition-delay: 1.4s;
      transition-delay: 1.4s; }
  .hamenu .menu-links {
    color: #fff;
    height: 100vh;
    padding-top: 80px;
    padding-left: 80px;
    padding-right: 80px;
    overflow: auto;
    width: 100%;
    background: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .hamenu .menu-links::-webkit-scrollbar {
      width: 5px; }
    .hamenu .menu-links::-webkit-scrollbar-track {
      background: #111; }
    .hamenu .menu-links::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.2);
      border-radius: 5px; }
    .hamenu .menu-links .main-menu {
      position: relative;
      z-index: 2; }
      .hamenu .menu-links .main-menu ul {
        margin: 0;
        padding: 0; }
      .hamenu .menu-links .main-menu > li {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
        .hamenu .menu-links .main-menu > li .link {
          font-size: 50px;
          font-weight: 600;
          line-height: 1.2;
          padding: 15px 30px;
          width: 100%;
          position: relative;
          display: block;
          -webkit-transform: translateY(100px);
          -ms-transform: translateY(100px);
          transform: translateY(100px);
          opacity: 0;
          -webkit-transition: all .7s;
          -o-transition: all .7s;
          transition: all .7s; }
          .hamenu .menu-links .main-menu > li .link i {
            position: absolute;
            width: 90px;
            top: 0;
            right: 0;
            bottom: 0; }
            .hamenu .menu-links .main-menu > li .link i:before {
              content: '';
              width: 1px;
              height: 16px;
              position: absolute;
              top: 50%;
              left: 50%;
              background: #fff; }
            .hamenu .menu-links .main-menu > li .link i:after {
              content: '';
              width: 16px;
              height: 1px;
              position: absolute;
              top: calc(50% + 8px);
              left: calc(50% - 8px);
              background: #fff; }
          .hamenu .menu-links .main-menu > li .link.dopen i:before {
            opacity: 0; }
          .hamenu .menu-links .main-menu > li .link .fill-text {
            position: relative;
            color: rgba(255, 255, 255, 0.4); }
            .hamenu .menu-links .main-menu > li .link .fill-text:after {
              content: attr(data-text);
              position: absolute;
              top: 0;
              left: 0;
              color: #fff;
              width: 100%;
              overflow: hidden;
              white-space: nowrap;
              -webkit-transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
              -o-transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
              transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1); }
        .hamenu .menu-links .main-menu > li.hoverd .link .fill-text:after {
          width: 0; }
        .hamenu .menu-links .main-menu > li .sub-dmenu {
          font-size: 30px;
          font-weight: 500;
          padding-left: 50px;
          text-transform: capitalize;
          letter-spacing: normal;
          background: rgba(255, 255, 255, 0.009); }
      .hamenu .menu-links .main-menu .sub-menu {
        display: none;
        padding: 20px 0; }
        .hamenu .menu-links .main-menu .sub-menu.no-bord {
          border-top: 0;
          padding: 0; }
        .hamenu .menu-links .main-menu .sub-menu li {
          padding: 0;
          margin: 0;
          line-height: 1;
          font-size: 22px;
          font-weight: 400; }
          .hamenu .menu-links .main-menu .sub-menu li a {
            padding: 12px 12px 12px 40px;
            opacity: .6;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s; }
            .hamenu .menu-links .main-menu .sub-menu li a:hover {
              opacity: 1; }
      .hamenu .menu-links .main-menu .sub-menu2 {
        display: none;
        padding: 10px 0 20px; }
        .hamenu .menu-links .main-menu .sub-menu2 li {
          padding: 0;
          margin: 0;
          line-height: 1;
          font-size: 22px;
          font-weight: 400; }
          .hamenu .menu-links .main-menu .sub-menu2 li a {
            padding: 12px 12px 12px 70px;
            opacity: .6;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s; }
            .hamenu .menu-links .main-menu .sub-menu2 li a:hover {
              opacity: 1; }
  .hamenu .cont-info {
    padding-left: 30px;
    width: 70%;
    color: #fff;
    background: #1d1d1d; }
    .hamenu .cont-info .logo {
      width: 200px;
      margin: auto; }
    .hamenu .cont-info .social-icon a {
      margin: 0 15px; }
    .hamenu .cont-info .text-center {
      -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px);
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      opacity: 0; }
      .hamenu .cont-info .text-center h5 {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 1.7; }

@media screen and (max-width: 768px) {
  .hamenu.open .cont-info {
    display: none; }
  .hamenu .menu-links {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px; }
  .hamenu .menu-links .main-menu {
    width: 100%; }
  .hamenu .menu-links .main-menu > li .link {
    font-size: 30px; } }

/* ========= [ preloader ]  =========*/
/* Preloader
-----------------------------------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important; }

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999; }

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #fff; }

.loader-wrap .loader-wrap-heading .load-text {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 20; }

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate; }

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

@-webkit-keyframes loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* ========= [ typography ]  =========*/
/* Typography
-----------------------------------------------------------------*/
* {
  /*font-size: 18px;*/
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;

}

body {
  overflow-x: hidden !important; }

a, a:hover {
  color: inherit; }

span {
  display: inline-block; }

a {
  display: inline-block;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

/* ========= [ buttons ]  =========*/
/* Buttons
-----------------------------------------------------------------*/
.butn {
  font-size: 14px;
  font-weight: 500; }
  .butn.butn-md {
    padding: 12px 25px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .butn.butn-rounded {
    border-radius: 30px; }
  .butn.butn-bord {
    border: 1px solid #ccc; }
    .butn.butn-bord:hover {
      background: #212121;
      color: #fff; }

.butn-circle {
  width: 180px;
  height: 180px;
  border: 1px solid #141414;
  border-radius: 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .butn-circle.butn-dark {
    color: #fff;
    background: #141414; }
  .butn-circle.butn-light {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2); }
    .butn-circle.butn-light:hover {
      background: #fff;
      color: #141414; }
      .butn-circle.butn-light:hover .text {
        color: #141414; }
      .butn-circle.butn-light:hover svg path {
        stroke: #141414; }
  .butn-circle svg path {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .butn-circle:hover {
    background: #141414;
    color: #fff; }
    .butn-circle:hover svg path {
      stroke: #fff; }
    .butn-circle:hover .text-dark {
      color: #fff !important; }

/* ========= [ cursor ]  =========*/
/* Cursor
-----------------------------------------------------------------*/
.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear; }

.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.3rem;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
  z-index: 99999; }

.cursor-active {
  -webkit-transform: translate(-50%, -50%) scale(8);
  -ms-transform: translate(-50%, -50%) scale(8);
  transform: translate(-50%, -50%) scale(8);
  opacity: .1; }

.rolling-text {
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  height: 50px; }
  .rolling-text.butn {
    padding: 0 35px; }

.social-text .rolling-text {
  line-height: 30px;
  height: 30px; }

.rolling-text:hover .letter,
.rolling-text.play .letter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.rolling-text .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1); }

.letter:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.letter:nth-child(2) {
  -webkit-transition-delay: 0.015s;
  -o-transition-delay: 0.015s;
  transition-delay: 0.015s; }

.letter:nth-child(3) {
  -webkit-transition-delay: 0.03s;
  -o-transition-delay: 0.03s;
  transition-delay: 0.03s; }

.letter:nth-child(4) {
  -webkit-transition-delay: 0.045s;
  -o-transition-delay: 0.045s;
  transition-delay: 0.045s; }

.letter:nth-child(5) {
  -webkit-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s; }

.letter:nth-child(6) {
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s; }

.letter:nth-child(7) {
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  transition-delay: 0.09s; }

.letter:nth-child(8) {
  -webkit-transition-delay: 0.105s;
  -o-transition-delay: 0.105s;
  transition-delay: 0.105s; }

.letter:nth-child(9) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s; }

.letter:nth-child(10) {
  -webkit-transition-delay: 0.135s;
  -o-transition-delay: 0.135s;
  transition-delay: 0.135s; }

.letter:nth-child(11) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.letter:nth-child(12) {
  -webkit-transition-delay: 0.165s;
  -o-transition-delay: 0.165s;
  transition-delay: 0.165s; }

.letter:nth-child(13) {
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s; }

.letter:nth-child(14) {
  -webkit-transition-delay: 0.195s;
  -o-transition-delay: 0.195s;
  transition-delay: 0.195s; }

.letter:nth-child(15) {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s; }

.letter:nth-child(16) {
  -webkit-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
  transition-delay: 0.225s; }

.letter:nth-child(17) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s; }

.letter:nth-child(18) {
  -webkit-transition-delay: 0.255s;
  -o-transition-delay: 0.255s;
  transition-delay: 0.255s; }

.letter:nth-child(19) {
  -webkit-transition-delay: 0.27s;
  -o-transition-delay: 0.27s;
  transition-delay: 0.27s; }

.letter:nth-child(20) {
  -webkit-transition-delay: 0.285s;
  -o-transition-delay: 0.285s;
  transition-delay: 0.285s; }

.letter:nth-child(21) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  mix-blend-mode: difference; }

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f077';
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #ccc;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; }

.progress-wrap svg path {
  fill: none; }

.progress-wrap svg.progress-circle path {
  stroke: #ccc;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; }

/* ========= [ extra ]  =========*/
/* Extra
-----------------------------------------------------------------*/
.d-rotate {
  -webkit-perspective: 1000px;
  perspective: 1000px; }
  .d-rotate .rotate-text {
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
    transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
    opacity: 0;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }
  .d-rotate.animated .rotate-text {
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    opacity: 1; }

.d-slideup .sideup-text {
  overflow: hidden;
  display: block; }
  .d-slideup .sideup-text:first-of-type .up-text {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }
  .d-slideup .sideup-text:nth-of-type(2) .up-text {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s; }
  .d-slideup .sideup-text:nth-of-type(3) .up-text {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .d-slideup .sideup-text:nth-of-type(4) .up-text {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .d-slideup .sideup-text:nth-of-type(5) .up-text {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .d-slideup .sideup-text .up-text {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s; }

.d-slideup.animated .up-text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.main-marq {
  position: relative;
  padding: 0;
  overflow: hidden !important; }
  .main-marq:after {
    content: '';
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #fff, transparent 280px, transparent calc(100% - 280px), #fff);
    background: -o-linear-gradient(right, #fff, transparent 280px, transparent calc(100% - 280px), #fff);
    background: linear-gradient(to left, #fff, transparent 280px, transparent calc(100% - 280px), #fff); }
  .main-marq.shadow-off:after {
    display: none; }
  .main-marq.md-text .box .item h4 {
    font-size: 40px; }
  .main-marq.lrg .box .item h4 {
    font-size: 5vw; }
  .main-marq.xlrg .box .item {
    padding: 0 30px; }
    .main-marq.xlrg .box .item h4 {
      font-size: 8vw; }
  .main-marq .slide-har {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .main-marq .slide-har .overlay-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .main-marq .strok .item h4 {
    color: transparent !important;
    -webkit-text-stroke: .5px #fff; }
    .main-marq .strok .item h4 a {
      color: transparent !important;
      -webkit-text-stroke: .5px #fff; }
  .main-marq .non-strok .item h4 {
    color: #fff !important;
    -webkit-text-stroke: 0 !important; }
    .main-marq .non-strok .item h4 a {
      color: #fff !important;
      -webkit-text-stroke: 0 !important; }
  .main-marq .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-marq .box .item {
      padding: 0 30px; }
      .main-marq .box .item h4 {
        white-space: nowrap;
        margin: 0; }
        .main-marq .box .item h4 .icon {
          margin-bottom: -15px; }
      .main-marq .box .item:nth-of-type(even) h4 {
        color: transparent;
        -webkit-text-stroke: .5px #fff; }
        .main-marq .box .item:nth-of-type(even) h4 a {
          color: transparent;
          -webkit-text-stroke: .5px #fff; }
    .main-marq .box:last-of-type .item:nth-of-type(even) h4 {
      color: #fff;
      -webkit-text-stroke: 0; }
      .main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
        color: #fff;
        -webkit-text-stroke: 0; }
    .main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
      color: transparent;
      -webkit-text-stroke: 1px #fff; }
      .main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
        color: transparent;
        -webkit-text-stroke: 1px #fff; }

.slide-har {
  position: relative; }
  .slide-har.st1 .box {
    position: relative;
    -webkit-animation: slide-har 80s linear infinite;
    animation: slide-har 80s linear infinite; }
  .slide-har.st2 .box {
    position: relative;
    -webkit-animation: slide-har-revers 80s linear infinite;
    animation: slide-har-revers 80s linear infinite; }

@-webkit-keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.main-marqv {
  position: relative;
  padding: 0; }
  .main-marqv:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(bottom, #fff, transparent 80px, transparent calc(100% - 80px), #fff);
    background: -o-linear-gradient(bottom, #fff, transparent 80px, transparent calc(100% - 80px), #fff);
    background: linear-gradient(to top, #fff, transparent 80px, transparent calc(100% - 80px), #fff);
    pointer-events: none; }
  .main-marqv .slide-vertical {
    overflow: hidden;
    height: 600px;
    margin: 0 auto;
    position: relative; }
    .main-marqv .slide-vertical:hover .box {
      -webkit-animation-play-state: paused !important;
      animation-play-state: paused !important; }
    .main-marqv .slide-vertical .box {
      position: relative;
      -webkit-animation: slide-vertical 50s linear infinite;
      animation: slide-vertical 50s linear infinite; }

@-webkit-keyframes slide-vertical {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slide-vertical {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.imago {
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .5s ease-in-out 1.1s;
  transition: -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .5s ease-in-out 1.1s;
  -o-transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .5s ease-in-out 1.1s;
  transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .5s ease-in-out 1.1s;
  transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .5s ease-in-out 1.1s, -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .5s ease-in-out 1.1s;
  position: relative; }
  .imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px); }
  .imago.simpl {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px); }

/* ========= [ overlay ]  =========*/
/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative; }

[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl,
[data-overlay-light] .container-xxl,
[data-overlay-light] .container {
  position: relative;
  z-index: 7; }

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none; }

[data-overlay-dark]:before {
  background: #141414; }

[data-overlay-light]:before {
  background: #fff; }

[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff; }

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0; }

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: .1; }

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: .2; }

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: .3; }

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: .4; }

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: .5; }

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: .6; }

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: .7; }

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: .8; }

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: .9; }

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1; }

/* ====================== [ End Overlay ] ====================== */
/* ========= [ helper ]  =========*/
/* ====================== [ Start Helper Classes  ] ====================== */
.o-hidden {
  overflow: hidden; }

.position-re {
  position: relative; }

.position-abs {
  position: absolute; }

.cursor-pointer {
  cursor: pointer; }

.revers-x {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.revers-y {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.full-over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.ontop {
  position: relative;
  z-index: 7; }

.rest {
  padding: 0 !important;
  margin: 0 !important; }

img.out-box {
  width: 140%; }

img.left {
  margin-left: -40%; }

.no-bord {
  border: 0 !important; }

.bord-thin-top {
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.bord-thin-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.bord-thin-right {
  border-right: 1px solid rgba(0, 0, 0, 0.15); }

.bord-thin-left {
  border-left: 1px solid rgba(0, 0, 0, 0.15); }

.bord-thin-top-light {
  border-top: 1px solid rgba(255, 255, 255, 0.15); }

.bord-thin-bottom-light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.bord-thin-right-light {
  border-right: 1px solid rgba(255, 255, 255, 0.15); }

.bord-thin-left-light {
  border-left: 1px solid rgba(255, 255, 255, 0.15); }

.radius-5 {
  border-radius: 5px !important; }

.radius-10 {
  border-radius: 10px !important; }

.radius-15 {
  border-radius: 15px !important; }

.radius-20 {
  border-radius: 20px !important; }

.radius-25 {
  border-radius: 25px !important; }

.radius-30 {
  border-radius: 30px !important; }

.radius-50 {
  border-radius: 50px; }

.order-md-1,
.order-md-2,
.order-md-3,
.order-md-4 {
  -webkit-box-ordinal-group: inherit !important;
  -ms-flex-order: inherit !important;
  order: inherit !important; }

.full-width {
  width: 100% !important; }

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.bg-top {
  background-position: center top; }

.bg-bottom {
  background-position: center bottom; }

.bg-center {
  background-position: center center; }

.bg-fixed {
  background-attachment: fixed; }

.bg-repeat {
  background-size: auto;
  background-repeat: repeat; }

.bg-auto {
  background-size: auto;
  background-repeat: no-repeat; }

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-top-padding {
  padding-top: 180px;
  /*padding-bottom: 140px; */
  }


.section-ptb {
  padding: 80px 0; }

.cmd-padding {
  padding: 0 10px; }

.csm-padding {
  padding: 0 5px; }

.head-pt {
  padding: 80px 0 0; }

.head-pb {
  padding: 0 0 80px; }

.no-shad {
  -webkit-box-shadow: none;
  box-shadow: none; }

.stroke {
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.7); }

.fit-img {
  overflow: hidden; }
  .fit-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }

.rounded {
  border-radius: 5px; }

.circle {
  border-radius: 50%; }

.circle-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.circle-30 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  overflow: hidden; }

.circle-40 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  overflow: hidden; }

.circle-50 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  overflow: hidden; }

.circle-60 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  overflow: hidden; }

.circle-70 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  overflow: hidden; }

.circle-80 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  overflow: hidden; }

.circle-90 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  overflow: hidden; }

.circle-100 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  overflow: hidden; }

.circle-120 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  overflow: hidden; }

.nowrap {
  white-space: nowrap; }

.balance {
  text-wrap: balance; }

.unlist {
  list-style: none; }

.underline a {
  text-decoration: underline !important; }

.underline span {
  text-decoration: underline; }

.undecro:hover {
  text-decoration: none; }

.inline-b {
  display: inline-block; }

.inline {
  display: inline; }

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.horizontal-link li {
  display: inline-block; }

.rest {
  margin: 0;
  padding: 0; }

.plink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.social.circle-bord a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%; }

.primery-shadow {
  -webkit-box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1); }

/*-------------------------------------------------------
           icon Size
-------------------------------------------------------*/
.icon-img-20 {
  width: 20px; }

.icon-img-30 {
  width: 30px; }

.icon-img-40 {
  width: 40px; }

.icon-img-50 {
  width: 50px; }

.icon-img-60 {
  width: 60px; }

.icon-img-70 {
  width: 70px; }

.icon-img-80 {
  width: 80px; }

.icon-img-90 {
  width: 90px; }

.icon-img-100 {
  width: 100px; }

.icon-img-120 {
  width: 120px; }

/*-------------------------------------------------------
           Z-index
-------------------------------------------------------*/
.zindex-1 {
  z-index: 1; }

.zindex-2 {
  z-index: 2; }

.zindex-3 {
  z-index: 3; }

.zindex-4 {
  z-index: 4; }

.zindex-5 {
  z-index: 5; }

.zindex-10 {
  z-index: 10; }

.zindex-99 {
  z-index: 99; }

/*-------------------------------------------------------
           opacity
-------------------------------------------------------*/
.opacity-05 {
  opacity: .05 !important; }

.opacity-0 {
  opacity: 0 !important; }

.opacity-1 {
  opacity: .1 !important; }

.opacity-2 {
  opacity: .2 !important; }

.opacity-3 {
  opacity: .3 !important; }

.opacity-4 {
  opacity: .4 !important; }

.opacity-5 {
  opacity: .5 !important; }

.opacity-6 {
  opacity: .6 !important; }

.opacity-7 {
  opacity: .7 !important; }

.opacity-8 {
  opacity: .8 !important; }

.opacity-9 {
  opacity: .9 !important; }

/*-------------------------------------------------------
           text color
-------------------------------------------------------*/
.text-white {
  color: #FFF; }

.text-black {
  color: #000; }

.text-dark {
  color: #444; }

.text-extra-light-gray {
  color: #b7b7b7; }

.text-hover-inherit:hover {
  color: inherit !important; }

.text-hover-light:hover {
  color: #fff !important; }

/*-------------------------------------------------------
          font-weight
-------------------------------------------------------*/
.fw-100 {
  font-weight: 100 !important; }

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

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

/*-------------------------------------------------------
           font-size
-------------------------------------------------------*/
.fz-10 {
  font-size: 10px !important; }

.fz-12 {
  font-size: 12px !important; }

.fz-13 {
  font-size: 13px !important; }

.fz-14 {
  font-size: 14px !important; }

.fz-15 {
  font-size: 15px !important; }

.fz-16 {
  font-size: 16px !important; }

.fz-18 {
  font-size: 18px !important; }

.fz-20 {
  font-size: 20px !important; }

.fz-22 {
  font-size: 22px !important; }

.fz-24 {
  font-size: 24px !important; }

.fz-25 {
  font-size: 25px !important; }

.fz-26 {
  font-size: 26px !important; }

.fz-28 {
  font-size: 28px !important; }

.fz-30 {
  font-size: 30px !important; }

.fz-35 {
  font-size: 35px !important; }

.fz-40 {
  font-size: 40px !important; }

.fz-42 {
  font-size: 42px !important; }

.fz-44 {
  font-size: 44px !important; }

.fz-45 {
  font-size: 45px !important; }

.fz-46 {
  font-size: 46px !important; }

.fz-48 {
  font-size: 48px !important; }

.fz-50 {
  font-size: 50px !important; }

.fz-55 {
  font-size: 55px !important; }

.fz-60 {
  font-size: 60px !important; }

.fz-65 {
  font-size: 65px !important; }

.fz-70 {
  font-size: 70px !important; }

.fz-80 {
  font-size: 80px !important; }

.fz-100 {
  font-size: 100px !important;
  line-height: 1.1; }

.fz-120 {
  font-size: 120px !important;
  line-height: 1.1; }

/*-------------------------------------------------------
          line-height
-------------------------------------------------------*/
.line-height-1 {
  line-height: 1; }

.line-height-10 {
  line-height: 10px; }

.line-height-13 {
  line-height: 13px; }

.line-height-18 {
  line-height: 18px; }

.line-height-20 {
  line-height: 20px; }

.line-height-22 {
  line-height: 22px; }

.line-height-24 {
  line-height: 24px; }

.line-height-26 {
  line-height: 26px; }

.line-height-28 {
  line-height: 28px; }

.line-height-30 {
  line-height: 30px; }

.line-height-35 {
  line-height: 35px; }

.line-height-40 {
  line-height: 40px; }

.line-height-45 {
  line-height: 45px; }

.line-height-50 {
  line-height: 50px; }

.line-height-55 {
  line-height: 55px; }

.line-height-60 {
  line-height: 60px; }

.line-height-65 {
  line-height: 65px; }

.line-height-70 {
  line-height: 70px; }

.line-height-75 {
  line-height: 75px; }

.line-height-80 {
  line-height: 80px; }

.line-height-85 {
  line-height: 85px; }

.line-height-90 {
  line-height: 90px; }

.line-height-95 {
  line-height: 95px; }

.line-height-100 {
  line-height: 100px; }

.line-height-110 {
  line-height: 110px; }

.line-height-120 {
  line-height: 120px; }

/*-------------------------------------------------------
          text-transform
-------------------------------------------------------*/
.text-u {
  text-transform: uppercase !important; }

.text-l {
  text-transform: lowercase !important; }

.text-c {
  text-transform: capitalize !important; }

.text-non {
  text-transform: none !important; }

.text-i {
  font-style: italic; }

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

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

/*-------------------------------------------------------
           letter-spacing
-------------------------------------------------------*/
.ls0 {
  letter-spacing: 0px !important; }

.ls1 {
  letter-spacing: 1px !important; }

.ls2 {
  letter-spacing: 2px !important; }

.ls3 {
  letter-spacing: 3px !important; }

.ls4 {
  letter-spacing: 4px !important; }

.ls5 {
  letter-spacing: 5px !important; }

.ls6 {
  letter-spacing: 6px !important; }

.ls7 {
  letter-spacing: 7px !important; }

.ls8 {
  letter-spacing: 8px !important; }

.ls9 {
  letter-spacing: 9px !important; }

.ls10 {
  letter-spacing: 10px !important; }

.ls15 {
  letter-spacing: 15px !important; }

.ls20 {
  letter-spacing: 20px !important; }

.ls25 {
  letter-spacing: 25px !important; }

.ls30 {
  letter-spacing: 30px !important; }

/*-------------------------------------------------------
       margin-top  (0/100) +5
-------------------------------------------------------*/
.mt-0 {
  margin-top: 0 !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-62 {
  margin-top: 62px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-120 {
  margin-top: 120px !important; }

.mt-130 {
  margin-top: 130px !important; }

.mt-140 {
  margin-top: 140px !important; }

.mt-150 {
  margin-top: 150px !important; }

.mt-160 {
  margin-top: 160px !important; }

.mt-170 {
  margin-top: 170px !important; }

.mt-180 {
  margin-top: 180px !important; }

.mt-190 {
  margin-top: 190px !important; }

.mt-200 {
  margin-top: 200px !important; }

.mt-220 {
  margin-top: 220px !important; }

.mt-240 {
  margin-top: 240px !important; }

.mt-260 {
  margin-top: 260px !important; }

.mt-280 {
  margin-top: 280px !important; }

.mt-300 {
  margin-top: 300px !important; }


/*-------------------------------------------------------
       margin-bottom  (0/100) +5
-------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0 !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-62 {
  margin-bottom: 62px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb-110 {
  margin-bottom: 120px !important; }

.mn-120 {
  margin-bottom: 120px !important; }

.mn-130 {
  margin-bottom: 130px !important; }

.mn-140 {
  margin-bottom: 140px !important; }

.mn-150 {
  margin-bottom: 150px !important; }

.mn-160 {
  margin-bottom: 160px !important; }

.mn-170 {
  margin-bottom: 170px !important; }

.mn-180 {
  margin-bottom: 180px !important; }

.mn-190 {
  margin-bottom: 190px !important; }

.mn-200 {
  margin-bottom: 200px !important; }

.mn-220 {
  margin-bottom: 220px !important; }

.mn-240 {
  margin-bottom: 240px !important; }

.mn-260 {
  margin-bottom: 260px !important; }

.mn-280 {
  margin-bottom: 280px !important; }

.mn-300 {
  margin-bottom: 300px !important; }



/*-------------------------------------------------------
       margin-right  (0/100) +5
-------------------------------------------------------*/
.mr-0 {
  margin-right: 0 !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-55 {
  margin-right: 55px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-62 {
  margin-right: 62px !important; }

.mr-65 {
  margin-right: 65px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-75 {
  margin-right: 75px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-85 {
  margin-right: 85px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-95 {
  margin-right: 95px !important; }

.mr-100 {
  margin-right: 100px !important; }

/*-------------------------------------------------------
       margin-left  (0/100) +5
-------------------------------------------------------*/
.ml-auto {
  margin-left: auto; }

.ml-0 {
  margin-left: 0 !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-25 {
  margin-left: 25px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-35 {
  margin-left: 35px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-45 {
  margin-left: 45px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-55 {
  margin-left: 55px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-62 {
  margin-left: 62px !important; }

.ml-65 {
  margin-left: 65px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-75 {
  margin-left: 75px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-85 {
  margin-left: 85px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-95 {
  margin-left: 95px !important; }

.ml-100 {
  margin-left: 100px !important; }

.m-auto {
  margin-left: auto;
  margin-right: auto; }

.min-30 {
  margin-left: -30px;
  margin-right: -30px; }

/*-------------------------------------------------------
      margin left right  (0/50) +5
-------------------------------------------------------*/
.margin-rl-5 {
  margin-right: 5px;
  margin-left: 5px; }

.margin-rl-10 {
  margin-right: 10px;
  margin-left: 10px; }

.margin-rl-15 {
  margin-right: 15px;
  margin-left: 15px; }

.margin-rl-20 {
  margin-right: 20px;
  margin-left: 20px; }

.margin-rl-25 {
  margin-right: 25px;
  margin-left: 25px; }

.margin-rl-30 {
  margin-right: 30px;
  margin-left: 30px; }

.margin-rl-35 {
  margin-right: 35px;
  margin-left: 35px; }

.margin-rl-40 {
  margin-right: 40px;
  margin-left: 40px; }

.margin-rl-45 {
  margin-right: 45px;
  margin-left: 45px; }

.margin-rl-50 {
  margin-right: 50px;
  margin-left: 50px; }

/*-------------------------------------------------------
      padding-top  (0/100) +5
-------------------------------------------------------*/
.pt-0 {
  padding-top: 0 !important; }

.pt-5 {
  padding-top: 5px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pt-140 {
  padding-top: 140px !important; }

/*-------------------------------------------------------
     padding-bottom  (0/100) +5
-------------------------------------------------------*/
.pb-0 {
  padding-bottom: 0 !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pb-140 {
  padding-bottom: 140px !important; }

.no-padding {
  padding: 0 !important; }

.pr-30 {
  padding-right: 30px; }

.pr-50 {
  padding-right: 50px; }

.pl-30 {
  padding-left: 30px; }

.pl-50 {
  padding-left: 50px; }

/*-------------------------------------------------------
      padding left right  (0/50) +5
-------------------------------------------------------*/
.padding-rl-5 {
  padding-right: 5px;
  padding-left: 5px; }

.padding-rl-10 {
  padding-right: 10px;
  padding-left: 10px; }

.padding-rl-15 {
  padding-right: 15px;
  padding-left: 15px; }

.padding-rl-20 {
  padding-right: 20px;
  padding-left: 20px; }

.padding-rl-25 {
  padding-right: 25px;
  padding-left: 25px; }

.padding-rl-30 {
  padding-right: 30px;
  padding-left: 30px; }

.padding-rl-35 {
  padding-right: 35px;
  padding-left: 35px; }

.padding-rl-40 {
  padding-right: 40px;
  padding-left: 40px; }

.padding-rl-45 {
  padding-right: 45px;
  padding-left: 45px; }

.padding-rl-50 {
  padding-right: 50px;
  padding-left: 50px; }


/*-------------------------------------------------------
      background color
-------------------------------------------------------*/
.bg-121212 {
  background: #121212 !important;}

.bg-000000 {
  background: #000000 !important;}



/* ====================== [ End Helper Classes  ] ====================== */
/* ========= [ responsive ]  =========*/
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .md-mb10 {
    margin-bottom: 10px; }
  .md-mb15 {
    margin-bottom: 15px; }
  .md-mb20 {
    margin-bottom: 20px; }
  .md-mb30 {
    margin-bottom: 30px; }
  .md-mb40 {
    margin-bottom: 40px; }
  .md-mb50 {
    margin-bottom: 50px !important; }
  .md-mb80 {
    margin-bottom: 80px; }
  .md-no-mrg {
    margin: 0 !important; }
  .md-pb10 {
    padding-bottom: 10px; }
  .md-pb20 {
    padding-bottom: 20px; }
  .md-pb30 {
    padding-bottom: 30px; }
  .md-pb40 {
    padding-bottom: 40px; }
  .md-pb50 {
    padding-bottom: 50px; }
  .md-pb60 {
    padding-bottom: 60px; }
  .md-pb70 {
    padding-bottom: 70px; }
  .md-pb80 {
    padding-bottom: 80px; }
  .md-pt80 {
    padding-top: 80px !important; }
  .md-no-pad {
    padding: 0 !important; }
  .md-center {
    text-align: center !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .md-hide {
    display: none; }
  .justify-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
    .justify-end .ml-auto {
      margin-left: 0;
      margin-top: 30px; }
  .row.sm-marg {
    margin-left: -15px;
    margin-right: -15px; }
    .row.sm-marg > * {
      padding-left: 15px;
      padding-right: 15px; }
  .row.stand-marg {
    margin-left: -15px;
    margin-right: -15px; }
    .row.stand-marg > * {
      padding-left: 15px;
      padding-right: 15px; }
  .row.md-marg {
    margin-left: -15px;
    margin-right: -15px; }
    .row.md-marg > * {
      padding-left: 15px;
      padding-right: 15px; }
  .row.lg-marg {
    margin-left: -15px;
    margin-right: -15px; }
    .row.lg-marg > * {
      padding-left: 15px;
      padding-right: 15px; }
  .row.xlg-marg {
    margin-left: -15px;
    margin-right: -15px; }
    .row.xlg-marg > * {
      padding-left: 15px;
      padding-right: 15px; }
  .row.xxlg-marg {
    margin-left: -15px;
    margin-right: -15px; }
    .row.xxlg-marg > * {
      padding-left: 15px;
      padding-right: 15px; } }

@media screen and (max-width: 768px) {

  .text {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;

  }


  .sm-mb10 {
    margin-bottom: 10px; }
  .sm-mb20 {
    margin-bottom: 20px; }
  .sm-mb30 {
    margin-bottom: 30px; }
  .sm-mb40 {
    margin-bottom: 40px; }
  .sm-mb50 {
    margin-bottom: 50px; }
  .sm-mb60 {
    margin-bottom: 60px; }
  .sm-mb80 {
    margin-bottom: 80px; }
  .sm-pb10 {
    padding-bottom: 10px; }
  .sm-pb20 {
    padding-bottom: 20px; }
  .sm-pb30 {
    padding-bottom: 30px; }
  .sm-pb40 {
    padding-bottom: 40px; }
  .sm-pb50 {
    padding-bottom: 50px; }
  .sm-pb60 {
    padding-bottom: 60px; }
  .sm-pb70 {
    padding-bottom: 70px; }
  .sm-pb80 {
    padding-bottom: 80px; }
  .sm-hide {
    display: none !important; }
  .justify-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
    .justify-end .ml-auto {
      margin-left: 0;
      margin-top: 30px; }
  .progress-wrap {
    display: none; }

    .section-padding {
      padding-top: 20px;
      padding-bottom: 10px;
    }


     }

@media screen and (max-width: 480px) {
  .justify-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; } }

/* ====================== [ End Responsive ] ====================== */






.blog-sa {
  background: #121212; }

.services-sa  {
  /*background: #121212;*/
}
.contact-text{
  font-size: 12px;
}


.main-top-img{
  border-radius: 5% !important;
}




/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 9999999; }
  .navbar.nav-scroll {
    padding: 0;
    position: fixed;
    top: -80px;
    padding: 15px 0;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); }
  .navbar .logo {
    width: 200px;
    padding: 7px 4px;
    /*border: 1px solid rgba(255, 255, 255, 0.3);*/
    /*border-radius: 30px; */
  }
  .navbar .navbar-nav {
    padding: 2px 5px;
    /*border: 1px solid rgba(255, 255, 255, 0.3);*/
    /*border-radius: 30px;*/
    margin-left: 15px; }
    .navbar .navbar-nav .nav-link {
      padding: 5px 32px;
      border-radius: 30px;
      font-size: 20px;
      color: #fff; }
      .navbar .navbar-nav .nav-link.active {
        background: rgba(255, 255, 255, 0.1); }
  .navbar .topnav .butn {
    padding: 7px 20px;
    background: var(--main-color);
    color: #000000;
    margin-right: 20px;
    font-weight: 600; }

/* --------------- about pg --------------- */
.about-hed .caption {
  position: relative; }
  .about-hed .caption h1 span {
    letter-spacing: -3px;
  }

.about-hed .caption .main-title{
  font-size: 80px;
    height: 110px;
}

.about-hed .main-marq {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .about-hed .main-marq .item {
    padding: 0 50px !important; }
  .about-hed .main-marq h2 span {
    font-size: 10vw;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap; }

.about-hed .fit-img {
  height: 540px; }

.services-dm {
  position: relative;
  z-index: 3; }
  .services-dm .img-patern {
    position: absolute;
    bottom: 10%;
    left: -15%;
    width: 30%;
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: .07;
    z-index: -1; }
  .services-dm .item {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .services-dm .item:last-of-type {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .services-dm .item .title h2 {
      font-size: 100px;
      letter-spacing: -4px; }
    .services-dm .item p {
      opacity: 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .services-dm .item .icon {
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      margin-left: 150px; }
      .services-dm .item .icon img {
        width: 30px; }
    .services-dm .item:hover .title {
      margin-bottom: 0;
      color: var(--main-color); }
    .services-dm .item:hover p {
      opacity: 1; }

.intro-iner {
  position: relative; }
  .intro-iner .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    z-index: 4;
    display: none; }
    .intro-iner .content .item {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .intro-iner .content .item span {
        font-size: 16px;
        padding: 8px 24px;
        background: var(--bg-color);
        border-radius: 30px; }
        .intro-iner .content .item span.bdark {
          background: #777;
          color: #fff; }
        .intro-iner .content .item span.bred {
          background: var(--main-color);
          color: var(--theme-color); }
      .intro-iner .content .item img {
        width: 50px; }
      .intro-iner .content .item .icon1 img {
        width: 70px; }
  .intro-iner .img-box {
    position: relative; }
    .intro-iner .img-box .states {
      position: absolute;
      bottom: 120px;
      left: -30px;
      background: var(--main-color);
      color: #212121;
      padding: 20px 20px;
      border-radius: 15px;
      z-index: 3; }
    .intro-iner .img-box .just-shape {
      background: var(--theme-color);
      border-radius: 0 0 30px 0;
      width: 200px;
      height: 50px;
      position: absolute;
      top: -1px;
      left: -1px; }
      .intro-iner .img-box .just-shape .shap-right-top {
        position: absolute;
        top: -1px;
        right: -2.05rem; }
        .intro-iner .img-box .just-shape .shap-right-top svg {
          width: 2.1rem;
          height: 2.1rem; }
      .intro-iner .img-box .just-shape .shap-left-bottom {
        position: absolute;
        bottom: -2.05rem;
        left: -1px; }
        .intro-iner .img-box .just-shape .shap-left-bottom svg {
          width: 2.1rem;
          height: 2.1rem; }
    .intro-iner .img-box .butn-vid {
      background: var(--theme-color);
      border-radius: 30px 0 0 0;
      padding: 40px 0 0 30px;
      position: absolute;
      bottom: -1px;
      right: -1px; }
      .intro-iner .img-box .butn-vid .vid {
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        border-radius: 50%;
        background: #fff;
        color: #212121;
        position: relative; }
        .intro-iner .img-box .butn-vid .vid:after {
          content: '';
          position: absolute;
          top: -8px;
          left: -8px;
          right: -8px;
          bottom: -8px;
          border: 1px solid rgba(255, 255, 255, 0.1);
          border-radius: 50%; }
      .intro-iner .img-box .butn-vid .cont {
        padding-left: 20px; }
      .intro-iner .img-box .butn-vid .shap-right-top {
        position: absolute;
        right: 0;
        top: -2.05rem;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
        .intro-iner .img-box .butn-vid .shap-right-top svg {
          width: 2.1rem;
          height: 2.1rem; }
      .intro-iner .img-box .butn-vid .shap-left-bottom {
        position: absolute;
        left: -2.05rem;
        bottom: -1px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
        .intro-iner .img-box .butn-vid .shap-left-bottom svg {
          width: 2.1rem;
          height: 2.1rem; }
  .intro-iner .img {
    height: 580px;
    border-radius: 15px; }
  .intro-iner .sec-head {
    padding-top: 40px; }
  .intro-iner .accordion-item {
    background: transparent;
    border-radius: 10px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    margin-bottom: 5px; }
    .intro-iner .accordion-item .accordion-header {
      background: transparent; }
      .intro-iner .accordion-item .accordion-header button {
        background: transparent;
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        padding: 30px 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .intro-iner .accordion-item .accordion-header button:after {
          background-image: url(../imgs/plus-solid.svg);
          -webkit-filter: invert(1);
          filter: invert(1); }
        .intro-iner .accordion-item .accordion-header button:not(.collapsed):after {
          background-image: url(../imgs/minus-solid.svg); }
    .intro-iner .accordion-item .accordion-body {
      padding: 0;
      padding: 0px 100px 30px 0; }
      .intro-iner .accordion-item .accordion-body p {
        font-size: 14px; }

.team-mp .item {
  background: #212121;
  border-radius: 15px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .team-mp .item:hover {
    background: var(--main-color);
    color: #212121; }
    .team-mp .item:hover .cont span {
      color: #212121; }
    .team-mp .item:hover .social-icon a {
      border-color: #212121; }
      .team-mp .item:hover .social-icon a:hover {
        border-color: #fff; }
  .team-mp .item .img {
    width: 420px;
    height: 170px;
    overflow: hidden; }
    .team-mp .item .img img {
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }
  .team-mp .item .cont {
    padding: 30px 0 0 50px; }
    .team-mp .item .cont span {
      font-size: 14px;
      color: #b1b1b1;
      margin-top: 15px; }
  .team-mp .item .social-icon {
    padding: 30px 30px 0 0; }
    .team-mp .item .social-icon a {
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      font-size: 14px;
      margin: 0 5px; }
      .team-mp .item .social-icon a:hover {
        background: #fff;
        color: #212121;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }

.testimonials-ds .qoute-icon {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .testimonials-ds .qoute-icon .text {
    width: 240px; }
  .testimonials-ds .qoute-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px; }

.testimonials-ds .item .info .img-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden; }

.testimonials-ds .item .info .info-text {
  padding-left: 20px; }
  .testimonials-ds .item .info .info-text p {
    font-size: 14px;
    color: #BBBBBB;
    margin-top: 5px; }

.testimonials-ds .swiper {
  position: relative; }
  .testimonials-ds .swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1); }
    .testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet {
      margin: 0 7px;
      background: #BBBBBB; }
      .testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--main-color); }

.clients-ds .item {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 80px;
  height: 100%;
  padding: 50px 30px; }
  .clients-ds .item .text-center {
    width: 100%; }
  .clients-ds .item .img {
    max-width: 100px;
    margin: auto; }
  .clients-ds .item p {
    margin-top: 30px; }

.footer-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative; }
  .footer-sa .call-action h2 .buton {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: -80px;
    right: 8%;
    font-size: 32px;
    color: #212121; }
    .footer-sa .call-action h2 .buton img {
      width: 30px; }

.footer-sa .logo {
  width: 160px; }

.footer-sa .contact-info .item {
  margin-bottom: 50px; }
  .footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px; }

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .footer-sa .contact-info .social-icon a:hover {
    border-color: #fff; }

.footer-sa .sub-footer .copy p {
  font-size: 14px; }
  .footer-sa .sub-footer .copy p a {
    color: #fff; }

.footer-sa .sub-footer .links {
  width: 100%; }
  .footer-sa .sub-footer .links a {
    font-size: 14px; }
  .footer-sa .sub-footer .links .active {
    color: #fff; }

/* --------------- Services pg --------------- */
.serv-hed .caption {
  position: relative; }
  .serv-hed .caption h1 span {
    letter-spacing: normal; }

.serv-hed .main-marq {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .serv-hed .main-marq .item {
    padding: 0 50px !important; }
  .serv-hed .main-marq h2 span {
    font-size: 10vw;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap; }

.serv-hed .fit-img {
  height: 540px; }

.serv-hed2 .caption {
  position: relative; }
  .serv-hed2 .caption h1 span {
    letter-spacing: normal; }

.serv-hed2 .list li {
  position: relative;
  padding-left: 30px;
  margin-top: 15px; }
  .serv-hed2 .list li:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 30%; }

.serv-hed2 .fit-img {
  height: 540px; }

.intro-cst .states .item {
  position: relative;
  padding-left: 60px; }
  .intro-cst .states .item:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .intro-cst .states .item:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
  .intro-cst .states .item span {
    font-size: 16px;
    color: #aaa; }
  .intro-cst .states .item h2 {
    font-size: 100px;
    line-height: 1;
    margin-top: 40px; }
  .intro-cst .states .item .spn-botm {
    margin-left: 10px; }

.services-cst {
  position: relative;
  z-index: 3; }
  .services-cst .sub-head:after {
    background: #aaa !important; }
  .services-cst .img-patern {
    position: absolute;
    bottom: 10%;
    left: -15%;
    width: 30%;
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: .07;
    z-index: -1; }
  .services-cst .item {
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative; }
    .services-cst .item > div {
      width: 100%; }
    .services-cst .item h6 {
      font-size: 18px; }
    .services-cst .item .title {
      text-align: center;
      position: relative; }
      .services-cst .item .title h2 {
        font-size: 90px;
        font-weight: 500;
        white-space: nowrap;
        line-height: 1;
        letter-spacing: -4px; }
      .services-cst .item .title .list {
        opacity: 0;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
        .services-cst .item .title .list span {
          padding: 7px 12px;
          background: var(--main-color);
          border-radius: 30px;
          position: absolute;
          font-size: 14px;
          color: var(--theme-color);
          opacity: 0;
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
          .services-cst .item .title .list span:nth-of-type(1) {
            top: 0;
            left: 15%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
          .services-cst .item .title .list span:nth-of-type(2) {
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            -webkit-transition-delay: .2s;
            -o-transition-delay: .2s;
            transition-delay: .2s; }
          .services-cst .item .title .list span:nth-of-type(3) {
            bottom: 0;
            right: 15%;
            -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
            transform: translateY(50%);
            -webkit-transition-delay: .4s;
            -o-transition-delay: .4s;
            transition-delay: .4s; }
          .services-cst .item .title .list span:nth-of-type(4) {
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%) translateX(50%);
            -ms-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%);
            -webkit-transition-delay: .5s;
            -o-transition-delay: .5s;
            transition-delay: .5s; }
    .services-cst .item p {
      opacity: 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .services-cst .item .icon {
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      display: inline-block;
      position: relative; }
      .services-cst .item .icon .arrow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: var(--main-color);
        overflow: hidden;
        opacity: 0; }
        .services-cst .item .icon .arrow img {
          width: 25px;
          -webkit-transform: translateX(-30px) translateY(30px);
          -ms-transform: translateX(-30px) translateY(30px);
          transform: translateX(-30px) translateY(30px);
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
      .services-cst .item .icon img {
        width: 30px; }
    .services-cst .item:hover .title .list {
      opacity: 1; }
      .services-cst .item:hover .title .list span {
        opacity: 1; }
    .services-cst .item:hover .icon .arrow {
      opacity: 1; }
      .services-cst .item:hover .icon .arrow img {
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0); }

.serv-details .accordion-item {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0; }
  .serv-details .accordion-item.active {
    border-color: var(--main-color); }
    .serv-details .accordion-item.active button {
      color: var(--main-color) !important; }
  .serv-details .accordion-item .accordion-header {
    background: transparent; }
    .serv-details .accordion-item .accordion-header button {
      background: transparent;
      color: inherit;
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      padding: 15px 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .serv-details .accordion-item .accordion-header button span {
        font-size: 14px;
        margin-right: 80px; }
      .serv-details .accordion-item .accordion-header button:after {
        display: none; }
  .serv-details .accordion-item .accordion-body {
    padding: 0 0 15px 90px; }
    .serv-details .accordion-item .accordion-body p {
      font-size: 14px; }

.footer-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative; }
  .footer-sa .call-action h2 .buton {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: -80px;
    right: 8%;
    font-size: 32px;
    color: #212121; }
    .footer-sa .call-action h2 .buton img {
      width: 30px; }

.footer-sa .logo {
  width: 160px; }

.footer-sa .contact-info .item {
  margin-bottom: 50px; }
  .footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px; }

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .footer-sa .contact-info .social-icon a:hover {
    border-color: #fff; }

.footer-sa .sub-footer .copy p {
  font-size: 14px; }
  .footer-sa .sub-footer .copy p a {
    color: #fff; }

.footer-sa .sub-footer .links {
  width: 100%; }
  .footer-sa .sub-footer .links a {
    font-size: 14px; }
  .footer-sa .sub-footer .links .active {
    color: #fff; }

/* --------------- Team pg --------------- */
.team-hed .caption h1 {
  font-size: 140px;
  font-weight: 600;
  text-transform: uppercase; }

.team-hed .fit-img {
  height: 540px;
  position: relative;
  margin-top: -60px;
  z-index: -1; }

.team-pg .item .img {
  position: relative;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden; }
  .team-pg .item .img .social-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(30px) brightness(107%);
    backdrop-filter: blur(30px) brightness(107%);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .team-pg .item .img .social-icon a {
      padding: 0 15px; }
  .team-pg .item .img:hover .social-icon {
    opacity: 1;
    bottom: 30px; }

.team-pg .item .cont h6 {
  margin-bottom: 5px; }

.footer-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative; }
  .footer-sa .call-action h2 .buton {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: -80px;
    right: 8%;
    font-size: 32px;
    color: #212121; }
    .footer-sa .call-action h2 .buton img {
      width: 30px; }

.footer-sa .logo {
  width: 160px; }

.footer-sa .contact-info .item {
  margin-bottom: 50px; }
  .footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px; }

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .footer-sa .contact-info .social-icon a:hover {
    border-color: #fff; }

.footer-sa .sub-footer .copy p {
  font-size: 14px; }
  .footer-sa .sub-footer .copy p a {
    color: #fff; }

.footer-sa .sub-footer .links {
  width: 100%; }
  .footer-sa .sub-footer .links a {
    font-size: 14px; }
  .footer-sa .sub-footer .links .active {
    color: #fff; }

/* --------------- Careers pg --------------- */
.pricing-hed .caption h1 {
  font-size: 140px;
  font-weight: 600;
  text-transform: uppercase; }

.pricing-pg .item {
  padding: 45px;
  background: var(--bg-color); }

.pricing-pg .list li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative; }
  .pricing-pg .list li:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 40%;
    left: 0; }
  .pricing-pg .list li:last-of-type {
    margin-bottom: 0; }

.pricing-pg .butn {
  width: 100%;
  padding: 17px;
  font-size: 16px; }
  .pricing-pg .butn:hover {
    background: var(--main-color) !important;
    border-color: transparent !important; }
  .pricing-pg .butn .d-flex {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto; }

.testimonials-ds .qoute-icon {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .testimonials-ds .qoute-icon .text {
    width: 240px; }
  .testimonials-ds .qoute-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px; }

.testimonials-ds .item .info .img-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden; }

.testimonials-ds .item .info .info-text {
  padding-left: 20px; }
  .testimonials-ds .item .info .info-text p {
    font-size: 14px;
    color: #BBBBBB;
    margin-top: 5px; }

.testimonials-ds .swiper {
  position: relative; }
  .testimonials-ds .swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1); }
    .testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet {
      margin: 0 7px;
      background: #BBBBBB; }
      .testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--main-color); }

.clients-ds .item {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 80px;
  height: 100%;
  padding: 50px 30px; }
  .clients-ds .item .text-center {
    width: 100%; }
  .clients-ds .item .img {
    max-width: 100px;
    margin: auto; }
  .clients-ds .item p {
    margin-top: 30px; }

.footer-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative; }
  .footer-sa .call-action h2 .buton {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: -80px;
    right: 8%;
    font-size: 32px;
    color: #212121; }
    .footer-sa .call-action h2 .buton img {
      width: 30px; }

.footer-sa .logo {
  width: 160px; }

.footer-sa .contact-info .item {
  margin-bottom: 50px; }
  .footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px; }

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .footer-sa .contact-info .social-icon a:hover {
    border-color: #fff; }

.footer-sa .sub-footer .copy p {
  font-size: 14px; }
  .footer-sa .sub-footer .copy p a {
    color: #fff; }

.footer-sa .sub-footer .links {
  width: 100%; }
  .footer-sa .sub-footer .links a {
    font-size: 14px; }
  .footer-sa .sub-footer .links .active {
    color: #fff; }

/* --------------- Careers pg --------------- */
.pricing-hed .caption h1 {
  font-size: 140px;
  font-weight: 600;
  text-transform: uppercase; }

.faqs-pg .img {
  height: 100%; }

.faqs-pg .accordion-item {
  background: transparent;
  border-radius: 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  margin-bottom: 5px; }
  .faqs-pg .accordion-item .accordion-header {
    background: transparent; }
    .faqs-pg .accordion-item .accordion-header button {
      background: transparent;
      color: #fff;
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
      padding: 30px 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .faqs-pg .accordion-item .accordion-header button:after {
        background-image: url(../imgs/plus-solid.svg);
        -webkit-filter: invert(1);
        filter: invert(1); }
      .faqs-pg .accordion-item .accordion-header button:not(.collapsed):after {
        background-image: url(../imgs/minus-solid.svg); }
  .faqs-pg .accordion-item .accordion-body {
    padding: 0;
    padding: 0px 100px 30px 0; }
    .faqs-pg .accordion-item .accordion-body p {
      font-size: 14px; }

.footer-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative; }
  .footer-sa .call-action h2 .buton {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: -80px;
    right: 8%;
    font-size: 32px;
    color: #212121; }
    .footer-sa .call-action h2 .buton img {
      width: 30px; }

.footer-sa .logo {
  width: 160px; }

.footer-sa .contact-info .item {
  margin-bottom: 50px; }
  .footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px; }

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .footer-sa .contact-info .social-icon a:hover {
    border-color: #fff; }

.footer-sa .sub-footer .copy p {
  font-size: 14px; }
  .footer-sa .sub-footer .copy p a {
    color: #fff; }

.footer-sa .sub-footer .links {
  width: 100%; }
  .footer-sa .sub-footer .links a {
    font-size: 14px; }
  .footer-sa .sub-footer .links .active {
    color: #fff; }

/* --------------- Portfolio pg --------------- */
.work-hed .caption h1 {
  font-size: 90px;
  font-weight: 600;
  text-transform: uppercase; }

.work-hed .caption .path span {
  margin: 0 10px; }

.work-hed2 .caption {
  position: relative; }
  .work-hed2 .caption h1 span {
    letter-spacing: normal; }

.work-hed2 .fit-img {
  height: 620px; }

.works-mp {
    background: #121212;
  padding-bottom: 100px; }
  .works-mp .item {
    padding-top: 30px;
    /*border-top: 1px solid rgba(255, 255, 255, 0.1);*/
    margin-bottom: 40px; }
    .works-mp .item:hover .cont a {
      background: var(--main-color);
      border-color: var(--main-color); }
    .works-mp .item .cont h5 {
      font-weight: 400;
      margin-bottom: 15px; }
    .works-mp .item .cont span {
      font-size: 16px;
      font-weight: 300;
      text-transform: uppercase; }
    .works-mp .item .cont a {
      padding: 5px 25px;
      border-radius: 30px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .works-mp .item .img {
      border-radius: 10px;
      overflow: hidden;
      margin-top: 50px; }
      .works-mp .item .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }

.works-ca .item .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .works-ca .item .img .tags {
    position: absolute;
    left: 15px;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .works-ca .item .img .tags a {
      color: #212121;
      font-size: 14px;
      padding: 7px 15px;
      line-height: 1.5;
      border-radius: 30px;
      background: #fff; }
      .works-ca .item .img .tags a:hover {
        background: var(--main-color); }

.works-ca .item h6 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px; }

.works-ca .item:hover .img .tags {
  opacity: 1;
  visibility: visible; }

.work-card .card-item {
  margin-bottom: 30px; }
  .work-card .card-item .img {
    position: relative;
    height: 650px;
    border-radius: 15px;
    overflow: hidden; }
    .work-card .card-item .img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), to(transparent));
      background-image: -webkit-linear-gradient(top, var(--theme-color), transparent);
      background-image: -o-linear-gradient(top, var(--theme-color), transparent);
      background-image: linear-gradient(to bottom, var(--theme-color), transparent);
      opacity: .6; }
    .work-card .card-item .img .tags {
      position: absolute;
      top: 30px;
      right: 30px;
      z-index: 3; }
      .work-card .card-item .img .tags a {
        font-size: 12px;
        line-height: 1;
        padding: 7px 12px;
        margin-right: 2px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 30px; }
  .work-card .card-item h5 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    line-height: 1;
    z-index: 3; }
    .work-card .card-item h5.bottom {
      top: auto;
      bottom: 30px; }
    .work-card .card-item h5.left {
      text-align: left;
      padding-left: 30px; }
    .work-card .card-item h5.right {
      text-align: right;
      padding-right: 30px; }

  .work-card .card-item h6 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    line-height: 1;
    z-index: 3; }
    .work-card .card-item h6.bottom {
      top: auto;
      bottom: 30px; }
    .work-card .card-item h6.left {
      text-align: left;
      padding-left: 30px; }
    .work-card .card-item h6.right {
      text-align: right;
      padding-right: 30px; }

.proj-details .accordion-item {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0; }
  .proj-details .accordion-item.active {
    border-color: var(--main-color); }
    .proj-details .accordion-item.active button {
      color: var(--main-color) !important; }
  .proj-details .accordion-item .accordion-header {
    background: transparent; }
    .proj-details .accordion-item .accordion-header button {
      background: transparent;
      color: inherit;
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      padding: 15px 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .proj-details .accordion-item .accordion-header button span {
        font-size: 14px;
        margin-right: 80px; }
      .proj-details .accordion-item .accordion-header button:after {
        display: none; }
  .proj-details .accordion-item .accordion-body {
    padding: 0 0 15px 90px; }
    .proj-details .accordion-item .accordion-body p {
      font-size: 14px; }

.footer-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative; }
  .footer-sa .call-action h2 .buton {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: -80px;
    right: 8%;
    font-size: 32px;
    color: #212121; }
    .footer-sa .call-action h2 .buton img {
      width: 30px; }

.footer-sa .logo {
  width: 160px; }

.footer-sa .contact-info .item {
  margin-bottom: 50px; }
  .footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px; }

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .footer-sa .contact-info .social-icon a:hover {
    border-color: #fff; }

.footer-sa .sub-footer .copy p {
  font-size: 14px; }
  .footer-sa .sub-footer .copy p a {
    color: #fff; }

.footer-sa .sub-footer .links {
  width: 100%; }
  .footer-sa .sub-footer .links a {
    font-size: 14px; }
  .footer-sa .sub-footer .links .active {
    color: #fff; }

/* --------------- Portfolio pg --------------- */
.blog-hed .caption h1 {
  font-size: 55px; }

.blog-mp .bord {
  position: relative; }
  .blog-mp .bord:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1); }

.blog-mp .item {
  margin-bottom: 50px; }
  .blog-mp .item .info .author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%; }
  .blog-mp .item .info .author-info,
  .blog-mp .item .info .date {
    font-size: 13px;
    text-transform: uppercase; }
    .blog-mp .item .info .author-info span,
    .blog-mp .item .info .date span {
      display: block;
      line-height: 22px; }
  .blog-mp .item .info .author-info .sub-color {
    text-transform: capitalize !important; }
  .blog-mp .item .img {
    border-radius: 15px;
    height: 255px;
    overflow: hidden; }

.blog-mp .main-blog .item {
  margin-bottom: 0; }
  .blog-mp .main-blog .item .img {
    height: 350px; }

.post-header .caption .tags a {
  padding: 7px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px; }
  .post-header .caption .tags a:hover {
    background: #fff;
    color: #1d1d1d !important; }

.post-header .bg-img {
  height: 75vh;
  min-height: 480px;
  border-radius: 15px;
  overflow: hidden;
  position: relative; }
  .post-header .bg-img .row {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 4; }

.main-post .spec-letter {
  font-size: 60px;
  line-height: 50px;
  padding-right: 10px;
  float: left; }

.main-post .post-qoute {
  position: relative;
  padding: 40px;
  padding-left: 120px;
  border: 1px solid rgba(255, 255, 255, 0.15); }
  .main-post .post-qoute h6 {
    position: relative; }
    .main-post .post-qoute h6:before {
      content: '“';
      position: absolute;
      top: 80px;
      left: -100px;
      font-size: 180px;
      line-height: 0; }
  .main-post .post-qoute .author {
    font-size: 14px;
    color: var(--main-color); }

.main-post .iner-img {
  height: 400px; }
  .main-post .iner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

.main-post .unorder-list li,
.main-post .order-list li {

    font-size: 18px;
    color: #e1e1e1;
    text-transform: uppercase;
    margin-top: 0px;

  /*margin-top: 10px;*/
  opacity: .7;
  padding-left: 15px;
  position: relative; }
  .main-post .unorder-list li:before,
  .main-post .order-list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 10px; }

.main-post .order-list li {
  padding-left: 0; }
  .main-post .order-list li:before {
    display: none; }
  .main-post .order-list li span {
    font-size: 13px; }

.main-post .info-area .tags span,
.main-post .info-area .share-icon span {
  font-size: 14px;
  margin-right: 5px;
  opacity: .7; }

.main-post .info-area .tags a,
.main-post .info-area .share-icon a {
  padding: 7px 20px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 30px;
  margin-right: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .main-post .info-area .tags a:hover,
  .main-post .info-area .share-icon a:hover {
    background: var(--main-color);
    color: #1d1d1d; }

.main-post .info-area .share-icon a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  text-align: center;
  padding: 0; }

.main-post .author-area {
  padding: 40px;
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px); }
  .main-post .author-area .author-img .img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden; }

.main-post .next-prv-post .thumb-post {
  width: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  .main-post .next-prv-post .thumb-post:after {
    content: '';
    background: var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: -1;
    opacity: .7;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .main-post .next-prv-post .thumb-post:first-of-type {
    margin-right: 15px; }
  .main-post .next-prv-post .thumb-post:last-of-type {
    margin-left: 15px; }

.comments-post .item-box {
  position: relative; }
  .comments-post .item-box p {
    font-size: 14px;
    width: 80%; }
  .comments-post .item-box.replayed {
    margin-left: 30px; }
  .comments-post .item-box .replay-butn {
    position: absolute;
    top: 15px;
    right: 15px; }
    .comments-post .item-box .replay-butn a {
      font-size: 13px;
      padding: 8px 20px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 30px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .comments-post .item-box .replay-butn a:hover {
        background: var(--main-color);
        color: #1d1d1d; }

.comments-from input,
.comments-from textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: transparent;
  color: #fff;
  padding: 15px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .comments-from input:focus,
  .comments-from textarea:focus {
    border-color: #fff; }

.comments-from textarea {
  min-height: 180px; }

.comments-from button {
  padding: 15px 35px;
  width: 100%;
  background: #fff;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #1d1d1d;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .comments-from button .text {
    position: relative;
    z-index: 4; }
  .comments-from button:hover {
    color: #1d1d1d;
    background: var(--main-color); }

.sidebar .search-box {
  position: relative; }
  .sidebar .search-box input {
    color: #fff;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    width: 100%;
    background: transparent; }
    .sidebar .search-box input:focus {
      border-color: #fff; }
  .sidebar .search-box .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.sidebar .widget {
  margin-top: 50px; }
  .sidebar .widget .title-widget {
    margin-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08); }
  .sidebar .widget.catogry li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    margin-bottom: 7px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 30px; }
    .sidebar .widget.catogry li:last-of-type {
      margin-bottom: 0; }
  .sidebar .widget.last-post-thum .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .sidebar .widget.last-post-thum .item:last-of-type {
      margin-bottom: 0; }
    .sidebar .widget.last-post-thum .item:hover .img a .date {
      opacity: 1; }
    .sidebar .widget.last-post-thum .item .img {
      width: 90px;
      height: 100px;
      border-radius: 5px;
      overflow: hidden; }
      .sidebar .widget.last-post-thum .item .img a {
        width: 100%;
        height: 100%;
        position: relative; }
        .sidebar .widget.last-post-thum .item .img a .date {
          position: absolute;
          top: 50%;
          left: 50%;
          font-size: 14px;
          width: 50px;
          height: 50px;
          text-align: center;
          background: rgba(0, 0, 0, 0.1);
          -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
          border-radius: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          z-index: 3;
          opacity: 0;
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
          .sidebar .widget.last-post-thum .item .img a .date span {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            line-height: 1; }
      .sidebar .widget.last-post-thum .item .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .sidebar .widget.last-post-thum .item .cont {
      padding-left: 25px; }
      .sidebar .widget.last-post-thum .item .cont h6 {
        font-size: 17px; }
      .sidebar .widget.last-post-thum .item .cont .tag {
        font-size: 12px;
        padding: 5px 15px;
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.03);
        margin-bottom: 10px; }
  .sidebar .widget.tags a {
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.02);
    margin: 2px 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .sidebar .widget.tags a:hover {
      background: var(--main-color); }

.footer-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative; }
  .footer-sa .call-action h2 .buton {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: -80px;
    right: 8%;
    font-size: 32px;
    color: #212121; }
    .footer-sa .call-action h2 .buton img {
      width: 30px; }

.footer-sa .logo {
  width: 160px; }

.footer-sa .contact-info .item {
  margin-bottom: 50px; }
  .footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px; }

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .footer-sa .contact-info .social-icon a:hover {
    border-color: #fff; }

.footer-sa .sub-footer .copy p {
  font-size: 14px; }
  .footer-sa .sub-footer .copy p a {
    color: #fff; }

.footer-sa .sub-footer .links {
  width: 100%; }
  .footer-sa .sub-footer .links a {
    font-size: 14px; }
  .footer-sa .sub-footer .links .active {
    color: #fff; }

/* --------------- Careers pg --------------- */
.contact-hed .caption h1 {
  font-size: 120px;
  font-weight: 600;
  text-transform: uppercase; }

.contact-hed .google-map {
  height: 540px;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 15px;
  overflow: hidden; }
  .contact-hed .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.contact-pg input,
.contact-pg textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  padding: 15px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .contact-pg input:focus,
  .contact-pg textarea:focus {
    border-color: #fff; }

.contact-pg textarea {
  min-height: 180px; }

input[type="checkbox"]{
  width: 15px;
    height: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
}


.contact-pg select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #e1e1e1;
  padding: 15px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .contact-pg input:focus,
  .contact-pg select:focus {
    border-color: #fff;
   background-color: #151515;
  }






.contact-pg .butn:hover {
  background: var(--main-color) !important; }

.footer-sa .call-action h2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  position: relative; }
  .footer-sa .call-action h2 .buton {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: -80px;
    right: 8%;
    font-size: 32px;
    color: #212121; }
    .footer-sa .call-action h2 .buton img {
      width: 30px; }

.footer-sa .logo {
  width: 160px; }

.footer-sa .contact-info .item {
  margin-bottom: 50px; }
  .footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px; }

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .footer-sa .contact-info .social-icon a:hover {
    border-color: #fff; }

.footer-sa .sub-footer .copy p {
  font-size: 16px; }
  .footer-sa .sub-footer .copy p a {
    color: #fff; }

.footer-sa .sub-footer .links {
  width: 100%; }
  .footer-sa .sub-footer .links a {
    font-size: 16px; }
  .footer-sa .sub-footer .links .active {
    color: #fff; }

body {
  font-family: 'Noto Sans','Noto Sans KR','맑은고딕',sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  background-color: var(--theme-color); }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0; }

h1 {
  font-size: 64px;
  letter-spacing: -3px; }

h2 {
  font-size: 48px;
  letter-spacing: -3px; }

h3 {
  font-size: 34px;
  letter-spacing: -2px; }

h4 {
  font-size: 28px;
  letter-spacing: -2px; }

h5 {
  font-size: 24px;
  letter-spacing: -1px; }

h6 {
  font-size: 20px; }

.sub-bg {
  background: var(--bg-color); }

.main-color {
  color: var(--main-color); }

.light-bg {
  background: #fff;
  color: #0e0f11; }
  .light-bg .butn.butn-bord {
    border: 1px solid rgba(0, 0, 0, 0.3); }
    .light-bg .butn.butn-bord img {
      -webkit-filter: invert(0);
      filter: invert(0); }
    .light-bg .butn.butn-bord:hover {
      background: var(--main-color);
      color: #212121; }

.sub-color {
  color: #a4a4a4; }

.sub-color-2 {
  color: #d9d9d9; }


.sub-head {
  font-size: 20px; }

.title-font {
  font-family: "Six Caps", sans-serif;
  letter-spacing: normal; }

p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
  color: #ffffff;
  margin: 0; }

.sec-head .sub-head {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 300; }
  .sec-head .sub-head:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0; }

.text-indent {
  text-indent: 20%; }

.loader-wrap svg {
  fill: #1d1d1d; }

.crv-butn span {
  background: var(--main-color);
  color: #0e0f11; }

.crv-butn .text {
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 30px;
  position: relative; }
  .crv-butn .text:after {
    content: '';
    width: 30px;
    height: 30px;
    background: var(--main-color);
    position: absolute;
    top: 5px;
    right: -15px;
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

.crv-butn .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-left: -10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .crv-butn .icon img {
    width: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

.crv-butn:hover .text:after {
  border-radius: 50%;
  top: calc(50% - 5px);
  right: 0;
  height: 10px; }

.crv-butn:hover .icon {
  margin-left: 5px; }
  .crv-butn:hover .icon img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3); }
  .butn.butn-bord:hover {
    background: #fff;
    color: #212121; }

.icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1); }

.butn .icon {
  width: 18px; }

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter: invert(0); }


/* --------------- Services --------------- */
.services-da .numbers .item {
  padding: 60px 0;
  position: relative; }
  .services-da .numbers .item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2), transparent);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2), transparent);
    background: linear-gradient(to top, rgba(255, 255, 255, 0.2), transparent); }
  .services-da .numbers .item:last-of-type:after {
    display: none; }
  .services-da .numbers .item h2 {
    font-size: 70px; }
    .services-da .numbers .item h2 span {
      font-size: 40px;
      font-weight: 300; }

.services-da .serv-box {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.services-da .serv-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 500px;
  padding: 60px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background: #121212;
  position: relative;
  overflow: hidden; }
  .services-da .serv-item:hover p, .services-da .serv-item:hover .butn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .services-da .serv-item .img {
    position: absolute;
    top: 20%;
    left: 20%;
    right: 20%;
    bottom: 20%; }
  .services-da .serv-item .cont span {
    font-size: 18px; }
  .services-da .serv-item p {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .services-da .serv-item .butn {
    color: #1d1d1d;
    background: #fff;
    padding: 8px 20px;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

.services-ds {
  background: #121212; }
  .services-ds .item {
    padding: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .services-ds .item:last-of-type {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .services-ds .item .title h2 {
      font-size: 128px;
      line-height: 128px;
      letter-spacing: -4px; }
    .services-ds .item .icon {
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      margin-left: 150px; }
      .services-ds .item .icon img {
        width: 30px; }
    .services-ds .item .title {
      position: relative;
      margin-bottom: -70px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .services-ds .item:hover {
      background: rgba(255, 255, 255, 0.05); }
      .services-ds .item:hover .title {
        margin-bottom: 0;
        color: #A3E328; }

.services-accord {
  background: #121212; }
  .services-accord .accordion .accordion-item {
    background: transparent;
    border-radius: 0;
    border: 0; }
    .services-accord .accordion .accordion-item:last-of-type .accordion-title {
      border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
    .services-accord .accordion .accordion-item:last-of-type .accordion-body {
      border-top: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
  .services-accord .accordion .accordion-title {
    color: #8e8e8e;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    cursor: pointer; }
    .services-accord .accordion .accordion-title h2 {
      font-size: 34px;
      font-weight: 500;
      padding: 30px 0;}
    .services-accord .accordion .accordion-title .icon svg {
      width: 40px;
      height: 40px; }
    .services-accord .accordion .accordion-title:not(.collapsed) {
      color: #fff; }
      .services-accord .accordion .accordion-title:not(.collapsed) .icon svg path {
        stroke: #0047FF; }
  .services-accord .accordion .accordion-body {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05); }
    .services-accord .accordion .accordion-body .list {
      margin-top: 20px; }
      .services-accord .accordion .accordion-body .list span {
        display: block;
        font-size: 18px;
        color:#8e8e8e;
        text-transform: uppercase;
        margin-top: 0px; }

.marq-sa {
  overflow: hidden !important; }
  .marq-sa .item {
    padding: 0 80px !important;
    position: relative; }
    .marq-sa .item:after {
      content: '';
      width: 12px;
      height: 12px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .marq-sa .item h2 {
      white-space: nowrap;
      font-size: 96px;
      line-height: 120px;
      letter-spacing: -4px;
      background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
      background: -webkit-linear-gradient(left, #fff, transparent);
      background: -o-linear-gradient(left, #fff, transparent);
      background: linear-gradient(to right, #fff, transparent);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

/* --------------- Works --------------- */
.work-da .item {
  position: relative; }
  .work-da .item .img {
    height: 470px;
    border-radius: 15px; }

/* --------------- Clients --------------- */
.clients-sa .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center; }
  .clients-sa .item .img {
    width: 100px; }
  .clients-sa .item .cont .icon {
    width: 40px;
    margin: 0 auto 10px; }
  .clients-sa .item .cont span {
    font-size: 14px;
    line-height: 20px; }

/* --------------- Testimonials --------------- */
.testimonials-sa {
  position: relative;
  overflow: hidden; }
  .testimonials-sa:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/testim/mesh-gradient.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: .5;
    z-index: 2; }
  .testimonials-sa .gl-rate {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 60px;
    padding: 10px 20px; }
    .testimonials-sa .gl-rate .icon {
      width: 35px; }
    .testimonials-sa .gl-rate .cont {
      padding-left: 30px; }
      .testimonials-sa .gl-rate .cont h6 {
        line-height: 1;
        font-weight: 600;
        font-size: 18px; }
      .testimonials-sa .gl-rate .cont .stars {
        font-size: 13px;
        color: #EF2B10;
        margin-left: 10px; }
      .testimonials-sa .gl-rate .cont p {
        font-size: 12px;
        opacity: .7;
        margin-top: 2px; }
  .testimonials-sa .swiper-slide {
    height: auto; }
  .testimonials-sa .item {
    background: var(--bg-color);
    padding: 40px;
    border-radius: 10px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
    .testimonials-sa .item .rate h5 {
      font-size: 16px; }
    .testimonials-sa .item .rate .stars {
      font-size: 13px;
      color: #EF2B10;
      margin-left: 10px; }
    .testimonials-sa .item .info .img-author {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden; }
    .testimonials-sa .item .info .info-text {
      padding-left: 15px; }
      .testimonials-sa .item .info .info-text p {
        font-size: 14px;
        opacity: .7; }

/* --------------- Awards --------------- */
.awards-sa .item-title {
  padding: 0 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .awards-sa .item-title > div {
    padding: 0; }
  .awards-sa .item-title h6 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .7; }

.awards-sa .item-line {
  padding: 25px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3; }
  .awards-sa .item-line > div {
    padding: 0; }
    .awards-sa .item-line > div:last-of-type {
      text-align: right; }
  .awards-sa .item-line:hover:after {
    height: 100%; }
  .awards-sa .item-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1; }
  .awards-sa .item-line .honors h6 {
    font-size: 14px; }
  .awards-sa .item-line .project-date span {
    font-size: 14px;
    opacity: .7; }

/* --------------- Blogs --------------- */
.blog-sa .item .img {
  /*height: 470px;*/
  border-radius: 15px; }

.blog-sa .item .cont .info a {
  font-size: 14px; }

.blog-sa .item .cont .info .date {
  opacity: .5;
  margin-left: 5px; }

/* --------------- Contact --------------- */
.contact-sa .box {
  padding: 120px 60px;
  background-image: url(../imgs/header/g-back.png);
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  overflow: hidden; }

.contact-sa .info {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%; }

.contact-sa .contact-form label {
  font-size: 14px;
  margin-bottom: 5px; }
  .contact-sa .contact-form label .star {
    color: red;
    padding-left: 5px; }

.contact-sa .contact-form input,
.contact-sa .contact-form textarea {
  color: #fff;
  background: transparent;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px; }

.contact-sa .contact-form button {
  background: transparent;
  color: #fff; }




.about-hed {
  background: var(--theme-color);
  border-radius: 50px 50px;
  position: relative;
  z-index: 7;
  padding: 180px 0 120px 0;
}

.about-smt {
  background: var(--theme-color);
  border-radius: 50px 50px;
  position: relative;
  margin-top: -60px;
  z-index: 7; }
  .about-smt .boxs {
    position: relative;
    bottom: -100px; }
    .about-smt .boxs .item {
      padding: 60px 20px;
      width: 100%; }
      .about-smt .boxs .item h2 {
        font-size: 100px; }
      .about-smt .boxs .item h6 {
        font-size: 18px; }
    .about-smt .boxs .bg-color {
      background: var(--main-color); }
  .about-smt .main-img {
    height: 70vh;
    min-height: 500px; }

/* --------------- Services --------------- */
.services-accord2 {
  color: #fff;
  background: var(--main-color);
  border-radius: 50px 50px 0 0;
  padding-bottom: 200px;
  position: relative;
  z-index: 5; }
  .services-accord2 .accordion .accordion-item {
    background: transparent;
    border-radius: 0;
    border: 0; }
  .services-accord2 .accordion .accordion-title {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    overflow: hidden; }
    .services-accord2 .accordion .accordion-title h2 {
      font-size: 90px;
      font-weight: 500;
      margin-bottom: -60px; }
    .services-accord2 .accordion .accordion-title .icon svg {
      width: 40px;
      height: 40px; }
    .services-accord2 .accordion .accordion-title:not(.collapsed) .title h2 {
      margin-bottom: 0; }
    .services-accord2 .accordion .accordion-title:not(.collapsed) .icon svg path {
      stroke: #0047FF; }
  .services-accord2 .accordion .accordion-body {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .services-accord2 .accordion .accordion-body .img {
      height: 140px;
      border-radius: 15px; }



/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .sec-head .sub-head {
    margin-bottom: 15px !important; }
  .sec-head .text-indent {
    text-indent: 0; }
  .sec-head .d-flex {
    display: block !important; }
  .sec-head .ml-auto {
    margin: 15px 0 0 !important; }
  .team-hed .caption h1 {
    font-size: 100px; }
  .pricing-hed .caption h1,
  .contact-hed .caption h1 {
    font-size: 90px; }
  .services-dm .item {
    display: block !important;
    position: relative; }
  .services-dm .item .title h2 {
    font-size: 60px;
    letter-spacing: -2px;
    margin-bottom: 10px; }
  .services-dm .item .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .services-cst .item .title h2 {
    font-size: 30px;
    letter-spacing: -1px; }
  .services-cst .item .title .list {
    display: none; }
  .services-cst .item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px; }
    .services-cst .item .icon img {
      width: 25px; }
  .intro-iner .img-box {
    width: calc(100% - 100px);
    margin: 0 auto 80px; }
  .team-mp .item .img {
    width: 280px; }
  .team-mp .item h2 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -1px; }
  .work-hed2 .fit-img {
    height: 400px; }
  .footer-sa .call-action h2 {
    font-size: 70px; }
    .footer-sa .call-action h2 .buton {
      display: none !important; } }

@media screen and (max-width: 768px) {


  h1 {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -1px; }
  h2 {
    font-size: 30px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: -1px; }
  h3 {
    font-size: 22px;
    line-height: 38px;
    letter-spacing: normal; }
  h4 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal; }

  h5 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal; }

  h6 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal; }


  .about-hed h1,
  .serv-hed h1 {
    font-size: 30px;
    letter-spacing: normal; }
  .team-hed .caption h1 {
    font-size: 60px; }
  .team-hed .fit-img {
    margin-top: -30px; }
  .pricing-hed .caption h1,
  .contact-hed .caption h1 {
    font-size: 40px; }
  .intro-iner .img-box {
    width: 100%; }
    .intro-iner .img-box .states {
      left: 30px;
      bottom: 150px; }
  .team-mp .item {
    padding: 30px; }
    .team-mp .item .d-flex {
      display: block !important; }
    .team-mp .item .img {
      width: auto;
      height: auto;
      background: var(--theme-color); }
    .team-mp .item .cont {
      padding: 30px 0 0;
      text-align: center; }
    .team-mp .item .ml-auto {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: auto !important; }
    .team-mp .item .social-icon {
      padding: 0;
      margin-top: 30px; }
  .testimonials-ds .qoute-icon .text {
    width: 180px; }
  .testimonials-ds .qoute-icon .icon {
    width: 80px; }
  .testimonials-ds .item h4 {
    font-size: 25px;
    letter-spacing: normal; }
  .faqs-pg .sec-head h2 {
    font-size: 30px; }
  .faqs-pg .accordion-item .accordion-header button {
    font-size: 20px; }
  .contact-pg .sec-head h2 {
    font-size: 30px; }
  .serv-hed2 .caption h1,
  .work-hed2 h1 {
    font-size: 40px !important; }
  .serv-hed2 .caption .list ul,
  .work-hed2 .list ul {
    padding: 0; }
  .work-hed .caption h1 {
    font-size: 45px; }
  .work-card .card-item .img {
    height: 500px; }
  .work-card .card-item h5 {
    font-size: 35px; }
  .blog-hed .caption h1 {
    font-size: 35px;
    text-indent: 0; }
  .post-header h1 {
    font-size: 30px !important; }
  .post-header .info {
    display: block !important; }
  .main-post .post-qoute {
    padding: 30px !important; }
  .main-post .post-qoute h6:before {
    position: relative;
    left: 0; }
  .main-post .info-area {
    display: block !important; }
    .main-post .info-area .tags {
      margin-bottom: 15px; }
  .main-post .author-area {
    padding: 30px 15px; }
    .main-post .author-area .flex {
      display: block !important; }
    .main-post .author-area .author-img {
      margin-bottom: 15px; }
  .footer-sa .call-action h2 {
    font-size: 35px;
    line-height: 1.4; }


    .about-hed .caption .main-title{
      font-size: 32px;
        height: 60px;
    }


    .about-hed {
      background: var(--theme-color);
      border-radius: 50px 50px;
      position: relative;
      z-index: 7;
      padding: 120px 0 40px 0;
    }

    .about-hed .caption h1 {
      font-size: 32px;
      line-height: 44px;
      letter-spacing: -1px;
    }

   .services-accord .accordion .accordion-title h2 {
      font-size: 24px;
      font-weight: 500;
      padding: 30px 0;}


    p {
      font-size: 18px;
      line-height: 28px;
      font-weight: 100;
      color: #ffffff;
      margin: 0; }


  }



.map{
  display: inline;border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
