/* Base */
/** Fonts */
/* Dots */
/* From Bottom */
@keyframes fromBottom {
  0% {
    transform: translateY(10px); }
  100% {
    transform: translate(0px); } }
/** Inter Thin BETA */
@font-face {
  font-family: "Inter Thin BETA";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/Inter-Thin-BETA.woff"); }
/** Inter ExtraLight BETA */
@font-face {
  font-family: "Inter ExtraLight BETA";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/Inter-ExtraLight-BETA.woff"); }
/** Inter Light BETA */
@font-face {
  font-family: "Inter Light BETA";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/Inter-Light-BETA.woff"); }
/** Inter SemiBold */
@font-face {
  font-family: "Inter SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/Inter-SemiBold.woff"); }
/** RobotoSlab Bold */
@font-face {
  font-family: "RobotoSlab Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/RobotoSlab-Bold.woff"); }
/** RobotoSlab Medium */
@font-face {
  font-family: "RobotoSlab Medium";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/RobotoSlab-Medium.woff"); }
/** Inter Regular */
@font-face {
  font-family: "Inter Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/Inter-Regular.woff"); }
/** Inter ExtraBold */
@font-face {
  font-family: "Inter ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/Inter-ExtraBold.woff"); }
/* Reset */
body {
  background-color: #fff; }
  body a {
    color: inherit;
    text-decoration: none; }
    body a:hover {
      color: inherit;
      text-decoration: none; }
  body * {
    outline: none !important; }
  body div#app {
    position: relative; }

/* Components */
/* Modal */
/* Layouts */
/* Header */
header#header {
  /** Middle Header */ }
  header#header div.middle-header {
    height: 80px;
    background-color: #fff;
    font-family: "Inter Light BETA";
    /** Logo */
    /** Header Menu */ }
    header#header div.middle-header div.logo img {
      max-width: 100%;
      height: auto; }
    header#header div.middle-header nav.header-menu {
      text-align: right;
      font-family: "Inter Light BETA";
      color: #000; }
      header#header div.middle-header nav.header-menu ul {
        padding: 0;
        margin: 0;
        font-size: 0; }
        header#header div.middle-header nav.header-menu ul li {
          display: inline-block;
          font-size: 13px;
          margin-left: 30px; }
          header#header div.middle-header nav.header-menu ul li:hover {
            color: #ff2d46; }
          header#header div.middle-header nav.header-menu ul li:first-child {
            margin-left: 0; }
        header#header div.middle-header nav.header-menu ul li.current-menu-item {
          color: #ff2d46; }

/* Sidebar */
/* Footer */
footer#footer div.top-footer {
  background-color: #ff2d46;
  padding: 50px 0px;
  color: #ffffff; }
  footer#footer div.top-footer div.footer-block:first-child div.footer-title {
    text-align: left; }
  footer#footer div.top-footer div.footer-title {
    font-family: "Inter Thin BETA";
    font-size: 16px;
    letter-spacing: 7.92px;
    text-align: center;
    margin-bottom: 20px; }
  footer#footer div.top-footer div.footer-about-us {
    margin-bottom: 30px; }
    footer#footer div.top-footer div.footer-about-us div.address {
      max-width: 200px;
      font-family: "Inter Regular";
      font-size: 16px;
      margin-bottom: 10px; }
    footer#footer div.top-footer div.footer-about-us div.phone {
      font-family: "Inter Regular";
      font-size: 16px;
      margin-bottom: 10px; }
    footer#footer div.top-footer div.footer-about-us div.mail {
      font-family: "Inter Regular";
      font-size: 16px;
      margin-bottom: 15px; }
  footer#footer div.top-footer ul {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: "Inter Regular";
    font-size: 0; }
    footer#footer div.top-footer ul li {
      display: block;
      font-size: 16px;
      margin-bottom: 10px; }
      footer#footer div.top-footer ul li:last-child {
        margin-bottom: 0; }
  footer#footer div.top-footer div.socials {
    font-size: 0; }
    footer#footer div.top-footer div.socials a.social {
      display: inline-block;
      vertical-align: middle;
      width: 40px;
      height: 40px;
      background-color: #fff;
      border-radius: 100px;
      text-align: center;
      line-height: 40px;
      margin-right: 10px;
      color: #ff2d46;
      font-size: 16px; }
  footer#footer div.top-footer div.blogs {
    text-align: center; }
    footer#footer div.top-footer div.blogs .blog {
      display: block; }
      footer#footer div.top-footer div.blogs .blog span.icon {
        margin-right: 7.5px; }
      footer#footer div.top-footer div.blogs .blog span.name {
        font-family: "Inter Regular";
        font-size: 16px; }
footer#footer div.bottom-footer {
  height: 70px;
  background-color: #ff2d46;
  border-top: 1px solid #fff; }
  footer#footer div.bottom-footer div.container {
    text-align: center; }
    footer#footer div.bottom-footer div.container div.footer-logo {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
    footer#footer div.bottom-footer div.container div.content {
      display: inline-block;
      vertical-align: middle;
      font-family: "Inter Regular";
      font-size: 12px;
      color: #fff; }

/* Pages */
/* Home */
main#main.home {
  /** Hero Placeholder */
  /** About Us */
  /** Blog Area */
  /** Portfolio Area */ }
  main#main.home div#hero-placeholder div.owl-carousel div.slider-item {
    height: 720px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    text-align: center; }
    main#main.home div#hero-placeholder div.owl-carousel div.slider-item:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7); }
    main#main.home div#hero-placeholder div.owl-carousel div.slider-item div.slider-content {
      color: #fff; }
      main#main.home div#hero-placeholder div.owl-carousel div.slider-item div.slider-content div.slider-title {
        font-family: "Inter ExtraBold";
        font-size: 71px;
        letter-spacing: 6.82px; }
        main#main.home div#hero-placeholder div.owl-carousel div.slider-item div.slider-content div.slider-title span {
          font-family: "Inter Light BETA"; }
      main#main.home div#hero-placeholder div.owl-carousel div.slider-item div.slider-content div.slider-desc {
        font-family: "Inter Light BETA";
        font-size: 42px;
        margin-bottom: 30px; }
      main#main.home div#hero-placeholder div.owl-carousel div.slider-item div.slider-content div.slider-button {
        text-align: center; }
        main#main.home div#hero-placeholder div.owl-carousel div.slider-item div.slider-content div.slider-button a.button {
          display: inline-block;
          height: 63px;
          border-radius: 32px;
          border: 1px solid #ffffff;
          padding: 0px 100px;
          line-height: 63px;
          font-family: "Inter Thin BETA";
          font-size: 20px;
          text-transform: uppercase; }
  main#main.home div#about-us {
    padding: 110px 0px; }
  main#main.home div#blog-area {
    padding: 130px 0px 25px; }
  main#main.home div#portfolio-area {
    background-color: #f6f6f6; }

/** NOT HOME */
main#main:not(.home) {
  /** Hero Placeholder */ }
  main#main:not(.home) div#hero-placeholder {
    height: 420px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    text-align: center; }
    main#main:not(.home) div#hero-placeholder:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 45, 70, 0.5); }
    main#main:not(.home) div#hero-placeholder h1.page-title {
      font-family: "Inter Light BETA";
      font-size: 71px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1.82px; }

/** Main */
main#main {
  /** Page Header */
  /** About Us */
  /** Blog Area */
  /** Work Timeline */
  /** Services Area */
  /** Services Area 2 */
  /** Portoflio Area */
  /** References Area */
  /** References Area 2 */
  /** Contact Area */ }
  main#main div.page-header {
    padding: 50px 0px 15px;
    background-color: #f6f6f6;
    border-bottom: 5px solid #e7e7e7; }
    main#main div.page-header div.title {
      text-align: center;
      font-family: "RobotoSlab Medium";
      font-size: 26px;
      color: #424141; }
  main#main div#about-us {
    padding: 80px 0px; }
    main#main div#about-us div#content-area {
      font-family: "Inter Light BETA";
      font-size: 16px;
      color: #666666; }
      main#main div#about-us div#content-area div.content-title {
        font-family: "RobotoSlab Bold";
        font-size: 36px;
        color: #000000;
        margin-bottom: 20px;
        position: relative; }
        main#main div#about-us div#content-area div.content-title:after {
          content: "";
          position: absolute;
          bottom: -5px;
          left: 0;
          height: 3px;
          width: 100%;
          max-width: 345px;
          background-color: #ff2d46; }
      main#main div#about-us div#content-area div.content-buttons a.button {
        height: 40px;
        border-radius: 100px;
        border: 1px solid #ff2d46;
        display: inline-block;
        text-align: center;
        padding: 0px 60px;
        line-height: 40px;
        font-family: "Inter Light BETA";
        font-size: 14px;
        color: #ff2d46;
        transition-duration: 0.5s; }
        main#main div#about-us div#content-area div.content-buttons a.button:hover {
          background-color: #ff2d46;
          color: #fff; }
    main#main div#about-us figure#content-image {
      margin-bottom: 0; }
      main#main div#about-us figure#content-image img {
        max-width: 100%;
        height: auto; }
    main#main div#about-us figure.wow-border {
      position: relative; }
      main#main div#about-us figure.wow-border:after {
        content: "";
        position: absolute;
        top: 35px;
        right: -35px;
        width: 100%;
        height: 100%;
        background-color: #ff2d46;
        z-index: -1; }
  main#main div#blog-area {
    padding: 50px 0px 0px 0px; }
    main#main div#blog-area div.section-title {
      text-align: center;
      font-family: "RobotoSlab Medium";
      font-size: 40px;
      color: #ff2d46;
      margin-bottom: 60px; }
    main#main div#blog-area div.section-listing div.listing-block {
      margin-bottom: 75px; }
      main#main div#blog-area div.section-listing div.listing-block div.listing-item {
        box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.15);
        border: 1px solid #f6f6f6; }
        main#main div#blog-area div.section-listing div.listing-block div.listing-item figure.item-image {
          margin-bottom: 0;
          width: 100%;
          height: 146px;
          position: relative; }
          main#main div#blog-area div.section-listing div.listing-block div.listing-item figure.item-image div.user-avatar {
            text-align: center; }
            main#main div#blog-area div.section-listing div.listing-block div.listing-item figure.item-image div.user-avatar span.avatar {
              position: absolute;
              top: -41px;
              left: calc(50% - 29px);
              display: inline-block;
              width: 61px;
              height: 82px;
              border-radius: 31px;
              border: 3px solid #ffffff;
              background-repeat: no-repeat;
              background-position: 50% 50%;
              background-size: cover;
              z-index: 5; }
          main#main div#blog-area div.section-listing div.listing-block div.listing-item figure.item-image span.image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: cover; }
        main#main div#blog-area div.section-listing div.listing-block div.listing-item div.item-details {
          padding: 15px; }
          main#main div#blog-area div.section-listing div.listing-block div.listing-item div.item-details .blog-title {
            font-family: "RobotoSlab Medium";
            font-size: 24px;
            color: #ff2d46; }
          main#main div#blog-area div.section-listing div.listing-block div.listing-item div.item-details div.blog-content {
            font-family: "Inter Regular";
            font-size: 12px;
            color: #2d2d2d;
            margin-bottom: 10px; }
          main#main div#blog-area div.section-listing div.listing-block div.listing-item div.item-details div.blog-buttons a.button {
            display: inline-block;
            height: 40px;
            border-radius: 100px;
            text-align: center;
            line-height: 40px;
            border: 1px solid #ff2d46;
            padding: 0px 30px;
            font-family: "Inter Light BETA";
            font-size: 14px;
            color: #ff2d46;
            transition-duration: 0.5s; }
            main#main div#blog-area div.section-listing div.listing-block div.listing-item div.item-details div.blog-buttons a.button:hover {
              background-color: #ff2d46;
              color: #fff; }
  main#main div#work-timeline {
    padding: 30px 0px 80px; }
    main#main div#work-timeline div.section-title {
      font-family: "RobotoSlab Bold";
      font-size: 36px;
      color: #ff2d46;
      text-align: center;
      margin-bottom: 50px; }
      main#main div#work-timeline div.section-title span {
        display: inline-block;
        position: relative; }
        main#main div#work-timeline div.section-title span:before {
          content: "";
          position: absolute;
          bottom: -5px;
          left: -30px;
          height: 2px;
          width: calc(100% + 60px);
          background-color: #000000; }
    main#main div#work-timeline div.section-listing .row {
      margin: 0px -45px; }
    main#main div#work-timeline div.section-listing div.listing-block {
      padding: 0px 45px; }
      main#main div#work-timeline div.section-listing div.listing-block:last-child:after {
        display: none; }
      main#main div#work-timeline div.section-listing div.listing-block:after {
        position: absolute;
        content: "";
        display: inline-block;
        vertical-align: middle;
        background-image: url("../../images/after-roa.png");
        width: 97px;
        height: 64px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        top: calc(50% - 32px);
        right: -42.5px; }
      main#main div#work-timeline div.section-listing div.listing-block div.listing-item {
        text-align: center;
        display: inline-block;
        vertical-align: middle; }
        main#main div#work-timeline div.section-listing div.listing-block div.listing-item figure.item-image {
          margin-bottom: 15px; }
          main#main div#work-timeline div.section-listing div.listing-block div.listing-item figure.item-image img {
            max-width: 100%;
            height: auto;
            max-height: 160px; }
        main#main div#work-timeline div.section-listing div.listing-block div.listing-item div.item-title {
          font-family: "Inter Regular";
          font-size: 18px;
          color: #282828; }
  main#main div#services-area div.service-block {
    padding: 50px 0px; }
    main#main div#services-area div.service-block figure.service-image img {
      max-width: 100%;
      height: auto; }
    main#main div#services-area div.service-block div.service-content {
      font-family: "Inter Regular";
      font-size: 12px;
      color: #818181; }
      main#main div#services-area div.service-block div.service-content div.service-title {
        font-family: "RobotoSlab Medium";
        font-size: 24px;
        color: #ff2d46;
        margin-bottom: 20px;
        position: relative;
        max-width: 250px; }
        main#main div#services-area div.service-block div.service-content div.service-title:after {
          content: "";
          position: absolute;
          bottom: -10px;
          left: 0;
          width: 100%;
          max-width: 300px;
          height: 2px;
          background-color: #ff2d46; }
    main#main div#services-area div.service-block:nth-child(odd) div.service-content {
      padding-left: 30px; }
    main#main div#services-area div.service-block:nth-child(even) figure.service-image {
      order: 2; }
    main#main div#services-area div.service-block:nth-child(even) div.service-content {
      order: 1;
      padding-right: 30px; }
  main#main div#services-area-2 {
    margin-bottom: 90px; }
    main#main div#services-area-2 #pills-tab {
      margin-bottom: 96px; }
      main#main div#services-area-2 #pills-tab li:first-child a {
        border-left: 1px solid #e7e7e7; }
      main#main div#services-area-2 #pills-tab li a {
        border-radius: 0;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f6f6f6;
        border-bottom: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7; }
        main#main div#services-area-2 #pills-tab li a div.item div.icon {
          margin-bottom: 15px; }
          main#main div#services-area-2 #pills-tab li a div.item div.icon img {
            max-width: 100%;
            height: auto;
            display: none;
            margin: 0 auto; }
            main#main div#services-area-2 #pills-tab li a div.item div.icon img:last-child {
              display: block; }
        main#main div#services-area-2 #pills-tab li a div.item div.name {
          font-family: "RobotoSlab Medium";
          font-size: 14px;
          color: #424141; }
      main#main div#services-area-2 #pills-tab li a.active {
        background-color: #ff2d46;
        height: 190px; }
        main#main div#services-area-2 #pills-tab li a.active div.item div.icon img:first-child {
          display: block; }
        main#main div#services-area-2 #pills-tab li a.active div.item div.icon img:last-child {
          display: none; }
        main#main div#services-area-2 #pills-tab li a.active div.item div.name {
          color: #fff; }
    main#main div#services-area-2 #pills-tabContent {
      margin-bottom: 30px; }
      main#main div#services-area-2 #pills-tabContent div.service-block figure.service-image {
        margin-bottom: 0; }
        main#main div#services-area-2 #pills-tabContent div.service-block figure.service-image img {
          max-width: 100%;
          height: auto; }
      main#main div#services-area-2 #pills-tabContent div.service-block figure.wow-border {
        position: relative; }
        main#main div#services-area-2 #pills-tabContent div.service-block figure.wow-border:after {
          content: "";
          position: absolute;
          top: 35px;
          left: -35px;
          width: 100%;
          height: 100%;
          background-color: #ff2d46;
          z-index: -1; }
      main#main div#services-area-2 #pills-tabContent div.service-block div.service-content {
        font-family: "Inter Regular";
        font-size: 12px;
        color: #818181; }
        main#main div#services-area-2 #pills-tabContent div.service-block div.service-content div.service-title {
          font-family: "RobotoSlab Medium";
          font-size: 24px;
          line-height: 28px;
          color: #ff2d46;
          margin-bottom: 30px;
          position: relative;
          max-width: 250px; }
          main#main div#services-area-2 #pills-tabContent div.service-block div.service-content div.service-title:after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 100%;
            max-width: 300px;
            height: 2px;
            background-color: #ff2d46; }
        main#main div#services-area-2 #pills-tabContent div.service-block div.service-content div.service-buttons {
          margin-top: 20px; }
          main#main div#services-area-2 #pills-tabContent div.service-block div.service-content div.service-buttons a.button {
            display: inline-block;
            height: 40px;
            padding: 0px 30px;
            border: 1px solid #ff2d46;
            border-radius: 100px;
            line-height: 40px;
            color: #ff2d46;
            transition-duration: 0.5s; }
            main#main div#services-area-2 #pills-tabContent div.service-block div.service-content div.service-buttons a.button:hover {
              background-color: #ff2d46;
              color: #fff; }
  main#main div#portfolio-area {
    padding: 45px 0px;
    text-align: center; }
    main#main div#portfolio-area div.section-title {
      font-family: "RobotoSlab Medium";
      font-size: 26px;
      color: #ff2d46;
      margin-bottom: 30px;
      position: relative; }
      main#main div#portfolio-area div.section-title:before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: calc(50% - 82px);
        width: 165px;
        height: 1px;
        background-color: #ff2d46; }
    main#main div#portfolio-area div.section-desc {
      font-family: "Inter Regular";
      font-size: 12px;
      color: #878787;
      margin-bottom: 30px; }
    main#main div#portfolio-area div.section-listing {
      margin-bottom: 30px; }
      main#main div#portfolio-area div.section-listing div.buttons {
        font-size: 0;
        margin-bottom: 30px; }
        main#main div#portfolio-area div.section-listing div.buttons button {
          display: inline-block;
          height: 30px;
          line-height: 30px;
          padding: 0px 20px;
          border-radius: 100px;
          border: 1px solid #ff2d46;
          color: #ff2d46;
          font-family: "Inter Light BETA";
          font-size: 11px;
          margin: 0px 7.5px;
          margin-bottom: 7.5px;
          background-color: #fff;
          text-transform: capitalize; }
      main#main div#portfolio-area div.section-listing div.grid {
        font-size: 0; }
        main#main div#portfolio-area div.section-listing div.grid div.element-item {
          width: 33.3%;
          display: inline-block; }
          main#main div#portfolio-area div.section-listing div.grid div.element-item div.portfolio {
            position: relative;
            width: 100%;
            height: 256px;
            overflow: hidden; }
            main#main div#portfolio-area div.section-listing div.grid div.element-item div.portfolio:hover span.image:before {
              top: 0; }
            main#main div#portfolio-area div.section-listing div.grid div.element-item div.portfolio:hover div.project-details {
              bottom: 0; }
            main#main div#portfolio-area div.section-listing div.grid div.element-item div.portfolio span.image {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-position: 50% 50%;
              background-size: cover; }
              main#main div#portfolio-area div.section-listing div.grid div.element-item div.portfolio span.image:before {
                content: "";
                position: absolute;
                top: -100%;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #ff2d46;
                opacity: 0.6;
                z-index: 1;
                transition-duration: 0.5s; }
            main#main div#portfolio-area div.section-listing div.grid div.element-item div.portfolio div.project-details {
              font-family: "Inter Regular";
              text-align: left;
              position: absolute;
              transition-duration: 0.5s;
              bottom: -100%;
              left: 0;
              padding: 20px 40px 20px 20px;
              z-index: 5;
              color: #fff;
              font-size: 14px; }
              main#main div#portfolio-area div.section-listing div.grid div.element-item div.portfolio div.project-details div.title {
                font-size: 18px;
                display: block;
                font-family: "Inter SemiBold";
                margin-bottom: 5px; }
    main#main div#portfolio-area div.section-buttons {
      text-align: center; }
      main#main div#portfolio-area div.section-buttons .button {
        display: inline-block;
        height: 40px;
        border: 1px solid #ff2d46;
        border-radius: 100px;
        padding: 0px 30px;
        text-align: center;
        line-height: 40px;
        font-family: "Inter Light BETA";
        font-size: 14px;
        color: #ff2d46;
        transition-duration: 0.5s; }
        main#main div#portfolio-area div.section-buttons .button:hover {
          background-color: #ff2d46;
          color: #fff; }
  main#main div#references-area {
    padding: 70px 0px 70px 0px;
    background-image: url("../../images/references-bg.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff; }
    main#main div#references-area div.section-title {
      font-family: "RobotoSlab Medium";
      font-size: 85px; }
    main#main div#references-area div.section-desc {
      font-family: "Inter Thin BETA";
      font-size: 30px;
      margin-bottom: 40px; }
    main#main div#references-area div.section-listing div.owl-carousel .owl-stage-outer {
      position: relative;
      z-index: 5; }
    main#main div#references-area div.section-listing div.owl-carousel .owl-nav {
      position: absolute;
      top: 30px;
      left: 0;
      width: 100%; }
      main#main div#references-area div.section-listing div.owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 0;
        left: -60px; }
      main#main div#references-area div.section-listing div.owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: 0;
        right: -60px; }
    main#main div#references-area div.section-listing div.owl-carousel div.slider-item {
      position: relative;
      text-align: center; }
      main#main div#references-area div.section-listing div.owl-carousel div.slider-item div.item-image {
        margin-bottom: 10px;
        height: 140px;
        line-height: 140px; }
        main#main div#references-area div.section-listing div.owl-carousel div.slider-item div.item-image img {
          max-width: 100%;
          height: auto;
          width: unset;
          display: unset;
          max-height: 140px; }
  main#main div#references-area-2 {
    padding: 50px 0px;
    text-align: center; }
    main#main div#references-area-2 div.section-title {
      text-align: center;
      font-family: "Inter Thin BETA";
      font-size: 30px;
      color: #2b2b2b;
      margin-bottom: 50px; }
    main#main div#references-area-2 div.section-listing div.listing-block {
      margin-bottom: 15px; }
      main#main div#references-area-2 div.section-listing div.listing-block div.listing-item div.item-image {
        margin-bottom: 15px;
        height: 150px;
        line-height: 150px; }
        main#main div#references-area-2 div.section-listing div.listing-block div.listing-item div.item-image img {
          max-width: 100%;
          height: auto;
          max-height: 150px; }
      main#main div#references-area-2 div.section-listing div.listing-block div.listing-item div.item-name {
        font-family: "Inter Regular";
        font-size: 18px;
        color: #373737; }
  main#main div#contact-area {
    margin-bottom: 50px; }
    main#main div#contact-area div#map-area {
      margin-bottom: 40px; }
      main#main div#contact-area div#map-area iframe {
        width: 100%;
        height: 335px; }
    main#main div#contact-area div.section-title {
      font-family: "RobotoSlab Medium";
      font-size: 24px;
      color: #ff2d46;
      margin-bottom: 30px;
      position: relative; }
      main#main div#contact-area div.section-title:after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        max-width: 300px;
        height: 2px;
        background-color: #ff2d46; }
    main#main div#contact-area div.section-blocks div.block {
      font-size: 0;
      margin-bottom: 20px; }
      main#main div#contact-area div.section-blocks div.block div.icon {
        width: 50px;
        display: inline-block;
        vertical-align: middle; }
      main#main div#contact-area div.section-blocks div.block div.content {
        width: calc(100% - 50px);
        display: inline-block;
        vertical-align: middle;
        font-family: "Inter Regular";
        font-size: 16px;
        color: #383838;
        max-width: 270px; }
    main#main div#contact-area div.section-socials {
      font-size: 0; }
      main#main div#contact-area div.section-socials a.social {
        margin-right: 20px; }
        main#main div#contact-area div.section-socials a.social:last-child {
          margin-right: 0; }
    main#main div#contact-area form.wpcf7-form label {
      display: block; }
    main#main div#contact-area form.wpcf7-form p {
      margin-bottom: 0; }
    main#main div#contact-area form.wpcf7-form input {
      width: 100%;
      height: 40px;
      border: none;
      border-bottom: 2px solid #ff2d46;
      font-family: "Inter ExtraLight BETA";
      font-size: 12px;
      color: #656565; }
    main#main div#contact-area form.wpcf7-form input::placeholder {
      color: #656565;
      opacity: 1; }
    main#main div#contact-area form.wpcf7-form textarea {
      width: 100%;
      height: 130px;
      resize: none;
      border: none;
      border-bottom: 2px solid #ff2d46;
      font-family: "Inter ExtraLight BETA";
      font-size: 12px;
      color: #656565; }
    main#main div#contact-area form.wpcf7-form textarea::placeholder {
      color: #656565;
      opacity: 1; }
    main#main div#contact-area form.wpcf7-form input[type="submit"] {
      background-color: transparent;
      width: 227px;
      height: 41px;
      border-radius: 21px;
      border: 1px solid #ff2a40;
      float: right;
      font-family: "Inter Regular";
      font-size: 12px;
      color: #ff2d46; }

/* Single */
main#main.single div.post-info {
  text-align: center;
  font-size: 0;
  margin-top: -45px; }
  main#main.single div.post-info div.social-share {
    display: inline-block;
    vertical-align: middle;
    font-size: 0; }
    main#main.single div.post-info div.social-share div.title {
      font-family: "Inter SemiBold";
      font-size: 14px;
      color: #363636;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    main#main.single div.post-info div.social-share div.buttons {
      display: inline-block;
      vertical-align: middle;
      font-size: 0; }
      main#main.single div.post-info div.social-share div.buttons a.button {
        font-size: 16px;
        color: #ff2d46;
        margin: 0px 5px; }
  main#main.single div.post-info div.owner {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 15px; }
    main#main.single div.post-info div.owner div.image {
      width: 61px;
      height: 82px;
      border-radius: 31px;
      border: 3px solid #ffffff;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      z-index: 5;
      margin-bottom: 10px; }
    main#main.single div.post-info div.owner div.name div.title {
      font-family: "RobotoSlab Medium";
      font-size: 18px;
      color: #ff2d46;
      display: block; }
    main#main.single div.post-info div.owner div.name div.content {
      font-family: "Inter Light BETA";
      font-size: 18px;
      color: #707070; }
  main#main.single div.post-info div.date {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    color: #363636; }
    main#main.single div.post-info div.date div.title {
      display: inline-block;
      vertical-align: middle;
      font-family: "Inter SemiBold";
      font-size: 14px;
      margin-right: 10px; }
    main#main.single div.post-info div.date div.content {
      display: inline-block;
      vertical-align: middle;
      font-family: "Inter Light BETA";
      font-size: 14px; }
main#main.single div#content-area {
  font-family: "Inter Regular";
  font-size: 14px;
  color: #363636;
  padding: 75px 0px 100px 0px; }

/* Vendors */
/* Responsive */
/* Max Width: 1199px */
/* Min Width: 1200px */
/* Max Width: 991px */
@media (max-width: 991px) {
  header#header div.middle-header div.buttons {
    text-align: right; }
    header#header div.middle-header div.buttons a.button {
      font-size: 24px; }
  header#header div.middle-header nav.header-menu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #ff2d46;
    z-index: 9999999999999999;
    padding: 30px;
    text-align: left; }
    header#header div.middle-header nav.header-menu ul li {
      display: block;
      color: #fff !important;
      margin: 0;
      font-size: 18px;
      border-bottom: 1px solid #fff;
      padding: 15px 0px; }
      header#header div.middle-header nav.header-menu ul li:last-child {
        border-bottom: none;
        margin-bottom: 0; }
    header#header div.middle-header nav.header-menu ul li.current-menu-item {
      color: #fff;
      font-family: "Inter SemiBold"; }

  main#main.home div#hero-placeholder div.owl-carousel div.slider-item {
    height: unset;
    padding: 30px; }
    main#main.home div#hero-placeholder div.owl-carousel div.slider-item div.slider-content div.slider-title {
      font-size: 32px; }
    main#main.home div#hero-placeholder div.owl-carousel div.slider-item div.slider-content div.slider-desc {
      font-size: 16px;
      margin-bottom: 15px; }
    main#main.home div#hero-placeholder div.owl-carousel div.slider-item div.slider-content div.slider-button a.button {
      padding: 0px 30px;
      font-size: 14px;
      height: 50px;
      line-height: 50px; }
  main#main.home div#about-us {
    padding: 30px 0px; }

  main#main div#about-us {
    padding: 30px 0px; }
    main#main div#about-us div#content-area {
      text-align: center;
      margin-bottom: 30px; }
      main#main div#about-us div#content-area div.content-title:after {
        max-width: 100%; }
    main#main div#about-us figure#content-image {
      text-align: center; }
    main#main div#about-us figure.wow-border:after {
      display: none; }
  main#main div#services-area-2 {
    margin-bottom: 30px; }
    main#main div#services-area-2 #pills-tab {
      margin-bottom: 30px; }
      main#main div#services-area-2 #pills-tab li a div.item div.name {
        display: none; }
    main#main div#services-area-2 #pills-tabContent div.service-block figure.wow-border {
      text-align: center;
      margin-bottom: 30px; }
      main#main div#services-area-2 #pills-tabContent div.service-block figure.wow-border:after {
        display: none; }
    main#main div#services-area-2 #pills-tabContent div.service-block div.service-content {
      text-align: center; }
      main#main div#services-area-2 #pills-tabContent div.service-block div.service-content div.service-title {
        width: 100%;
        max-width: 100%; }
        main#main div#services-area-2 #pills-tabContent div.service-block div.service-content div.service-title:after {
          content: "";
          width: 100%; }
  main#main div#portfolio-area {
    padding: 30px 0px; }
    main#main div#portfolio-area div.section-listing div.grid div.element-item {
      width: 50%; }
  main#main div#blog-area {
    padding: 30px 0px !important; }
  main#main div#references-area {
    padding: 35px 0px; }
    main#main div#references-area div.section-title {
      font-size: 42px; }
    main#main div#references-area div.section-desc {
      font-size: 22px; }
  main#main div#work-timeline {
    overflow: hidden; }
    main#main div#work-timeline div.section-listing div.listing-block {
      margin-bottom: 30px;
      text-align: center; }
      main#main div#work-timeline div.section-listing div.listing-block div.listing-item {
        display: block; }
      main#main div#work-timeline div.section-listing div.listing-block:after {
        position: relative;
        display: inline-block;
        top: 15px;
        right: unset; }
  main#main div.page-header {
    padding: 15px 0px 15px; }
  main#main div#services-area div.service-block {
    padding-bottom: 0; }
    main#main div#services-area div.service-block:last-child {
      padding-bottom: 30px; }
    main#main div#services-area div.service-block figure.service-image {
      order: 1; }
    main#main div#services-area div.service-block div.service-content {
      padding: 0 15px !important; }

  main#main:not(.home) div#hero-placeholder {
    height: unset;
    padding: 30px; }
    main#main:not(.home) div#hero-placeholder h1.page-title {
      font-size: 38px;
      margin-bottom: 0; }

  main#main.single div.post-info {
    margin-top: 30px; }
    main#main.single div.post-info div.owner {
      display: none; }
    main#main.single div.post-info div.date {
      display: block; }
  main#main.single div#content-area {
    padding: 30px 0px; }

  footer#footer div.top-footer div.footer-block {
    margin-bottom: 30px; }
    footer#footer div.top-footer div.footer-block:last-child {
      margin-bottom: 0; }
    footer#footer div.top-footer div.footer-block:first-child div.footer-title {
      text-align: center; }
  footer#footer div.top-footer div.footer-about-us {
    text-align: center;
    margin-bottom: 0; }
    footer#footer div.top-footer div.footer-about-us div.address {
      margin: 0 auto; } }
/* Min Width: 992px */
@media (min-width: 992px) {
  header#header div.middle-header nav.header-menu {
    display: block !important; } }
/* Max Width: 767px */
@media (max-width: 767px) {
  main#main div#references-area div.section-listing div.owl-carousel .owl-nav {
    display: none; } }
/* Min Width: 768px */
/* Max Width: 575px */
@media (max-width: 575px) {
  main#main div#services-area-2 #pills-tab li {
    flex: 0 0 100%; } }
/* Min Width: 576px */
/* Max Width: 480px */
@media (max-width: 480px) {
  main#main div#portfolio-area {
    padding: 30px 0px; }
    main#main div#portfolio-area div.section-listing div.grid div.element-item {
      width: 100%; }
  main#main div#blog-area div.section-listing div.listing-block {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%; } }

/*# sourceMappingURL=main.css.map */
