@font-face {
  font-family: "icomoon";

  src: url("../fonts/icomoon.eot?l2wcy1");

  src: url("../fonts/icomoon.eot?l2wcy1#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?l2wcy1") format("truetype"),
    url("../fonts/icomoon.woff?l2wcy1") format("woff"),
    url("../fonts/icomoon.svg?l2wcy1#icomoon") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: "icomoon" !important;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh !important;
}

.icon-mail:before {
  content: "\e900";
}

.icon-location:before {
  content: "\e901";
}

.icon-up-right-arrow:before {
  content: "\e902";
}

.icon-chat:before {
  content: "\e903";
}

.icon-phone:before {
  content: "\e904";
}

.icon-send:before {
  content: "\e905";
}

.common_ul {
  list-style: none;

  padding: 0;

  margin: 0;
}

p {
  font-family: basic-sans, sans-serif;

  font-size: 20px;

  line-height: 1.5;

  margin-bottom: 20px;

  /*color: #ffffff;*/

  letter-spacing: -0.01em;
}

.header_menu-top {
  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -ms-flex-align: center;

  align-items: center;

  -ms-flex-pack: justify;

  justify-content: space-between;

  width: 100%;

  position: relative;

  z-index: 100;
}

.header_menu {
  position: fixed;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  z-index: 99;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -ms-flex-align: center;

  align-items: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.header_menu::before {
  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  background-color: var(--nav-blue);

  left: 0;

  top: 0;

  z-index: 1;

  pointer-events: none;

  -webkit-transform-origin: 0 0;

  -ms-transform-origin: 0 0;

  transform-origin: 0 0;

  -webkit-transform: translate3d(0, 100%, 0);

  transform: translate3d(0, 100%, 0);

  transition: -webkit-transform 0.5s cubic-bezier(0.9, 0, 0.1, 1);

  transition: transform 0.5s cubic-bezier(0.9, 0, 0.1, 1);

  transition: transform 0.5s cubic-bezier(0.9, 0, 0.1, 1),
    -webkit-transform 0.5s cubic-bezier(0.9, 0, 0.1, 1);
}

.header_menu:after {
  content: "";

  width: 1px;

  height: 100%;

  position: absolute;

  left: 60%;

  top: 0;

  background-color: #4f5163;

  z-index: 2;

  pointer-events: none;

  transition: -webkit-transform 0.7s cubic-bezier(0.16, 1.08, 0.38, 0.98);

  transition: transform 0.7s cubic-bezier(0.16, 1.08, 0.38, 0.98);

  transition: transform 0.7s cubic-bezier(0.16, 1.08, 0.38, 0.98),
    -webkit-transform 0.7s cubic-bezier(0.16, 1.08, 0.38, 0.98);

  -webkit-transform: translate3d(0, 100%, 0);

  transform: translate3d(0, 100%, 0);
}

.header_menu-cont {
  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -ms-flex-align: center;

  align-items: center;

  -ms-flex-pack: center;

  justify-content: center;

  width: 100%;
}

.header_menu-cont > .container {
  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -ms-flex-align: center;

  align-items: center;

  position: relative;

  z-index: 5;
}

.dc-home-banner {
  width: 100%;
}

.header_menu-main {
  -ms-flex: 0 0 70%;

  flex: 0 0 70%;

  max-width: 70%;

  padding: 0 8vw;

  padding-top: 2vh;
}

.header_menu-main li {
  margin-bottom: 25px;
  margin-bottom: 20px;

  width: auto;
}

.header_menu-main li a {
  font-family: ivypresto-display, serif;

  font-size: 9vh;

  display: inline-block;

  line-height: 1.2;

  font-weight: 300;

  letter-spacing: 0.02em;

  text-transform: none;

  position: relative;

  width: auto;

  padding-right: 40px;

  overflow: hidden;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  font-size: 6vh;
}

.header_menu-main li a::after {
  content: attr(data-title);

  font-family: ivypresto-display, serif;

  font-size: 9vh;

  line-height: 1.2;

  font-weight: 300;

  letter-spacing: 0.02em;

  text-transform: none;

  color: #da0130;

  font-style: italic;

  position: absolute;

  left: 0;

  top: 0;

  z-index: 2;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;
  font-size: 6vh;
}

.header_menu-main li a:hover span {
  opacity: 0 !important;
}

.header_menu-main li a:hover:after {
  opacity: 1;

  visibility: visible;
}

.header_menu-main li a:hover i {
  -webkit-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  opacity: 1;

  visibility: visible;
}

.header_menu-main li a span {
  display: block;

  overflow: hidden;

  width: auto;

  position: relative;

  opacity: 0;

  visibility: hidden;

  z-index: 1;

  -webkit-transform: translate3d(0, 100%, 0);

  -ms-transform: translate3d(0, 100%, 0);

  -moz-transform: translate3d(0, 100%, 0);

  transform: translate3d(0, 100%, 0);

  transition: -webkit-transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);

  transition: transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);

  transition: transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98),
    -webkit-transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}

.header_menu-main li a i {
  position: absolute;

  font-size: 20px;

  right: 0;

  top: 0;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  -webkit-transform: translate3d(-5px, 5px, 0);

  -ms-transform: translate3d(-5px, 5px, 0);

  -moz-transform: translate3d(-5px, 5px, 0);

  transform: translate3d(-5px, 5px, 0);

  font-weight: 600;

  color: #da0130;
}

.header_menu-second {
  -ms-flex: 0 0 30%;

  flex: 0 0 30%;

  max-width: 30%;

  padding: 0 50px;
}

.header_menu-second li {
  margin-bottom: 10vh;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: translate3d(0, 20px, 0);

  -ms-transform: translate3d(0, 20px, 0);

  -moz-transform: translate3d(0, 20px, 0);

  transform: translate3d(0, 20px, 0);

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;
}

.header_menu-second li:last-child {
  margin-bottom: 0;
}

.header_menu-second li a {
  font-family: basic-sans, sans-serif;

  font-size: 28px;

  color: #ffffff;

  line-height: 1.2;

  display: block;

  font-weight: 500;

  text-transform: none;

  letter-spacing: -0.01em;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;
}

.header_menu-second li a:hover {
  color: #da0130;
}

.header_menu-second li a span {
  display: block;
}

.header_menu-second li a i {
  margin-right: 10px;
  vertical-align: bottom;
}

.header_menu-second li a .icon-label {
  font-family: basic-sans, sans-serif !important;

  font-size: 30px;

  font-weight: 500;

  display: block;

  margin-bottom: 10px;
}

.header_menu-social {
  padding-left: 8vw;

  margin-top: 5vh;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: translate3d(0, 25px, 0);

  -ms-transform: translate3d(0, 25px, 0);

  -moz-transform: translate3d(0, 25px, 0);

  transform: translate3d(0, 25px, 0);

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.header_menu-social .common_ul {
  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -ms-flex-align: center;

  align-items: center;
}

.header_menu-social .common_ul li {
  margin-right: 35px;
}

.header_menu-social .common_ul li a {
  font-family: basic-sans, sans-serif;

  font-size: 20px;

  color: #4f5163;

  display: block;

  line-height: 1.2;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  text-transform: none;

  font-weight: 500;

  position: relative;
}

.header_menu-social .common_ul li a::after {
  content: "";

  width: 10px;

  height: 2px;

  background-color: #4f5163;

  position: absolute;

  right: -21px;

  top: 50%;

  -webkit-transform: translate3d(0, -50%, 0);

  -ms-transform: translate3d(0, -50%, 0);

  -moz-transform: translate3d(0, -50%, 0);

  transform: translate3d(0, -50%, 0);
}

.header_menu-social .common_ul li a:hover {
  color: #da0130;
}

.header_menu-social .common_ul li:last-of-type a:after {
  display: none;
}

.header_menu {
  opacity: 0;

  visibility: hidden;

  pointer-events: none;
}

.header_menu.header_menu-open {
  opacity: 1;

  visibility: visible;

  pointer-events: all;
}

.header_menu.header_menu-open:before {
  transition: -webkit-transform 0.7s cubic-bezier(0.16, 1.08, 0.38, 0.98);

  transition: transform 0.7s cubic-bezier(0.16, 1.08, 0.38, 0.98);

  transition: transform 0.7s cubic-bezier(0.16, 1.08, 0.38, 0.98),
    -webkit-transform 0.7s cubic-bezier(0.16, 1.08, 0.38, 0.98);

  -webkit-transform: translate3d(0, 0%, 0);

  transform: translate3d(0, 0%, 0);

  -webkit-transition-delay: 0.2s;

  transition-delay: 0.2s;
}

.header_menu.header_menu-open:after {
  transition: -webkit-transform 0.7s cubic-bezier(0.16, 1.08, 0.38, 0.98);

  transition: transform 0.7s cubic-bezier(0.16, 1.08, 0.38, 0.98);

  transition: transform 0.7s cubic-bezier(0.16, 1.08, 0.38, 0.98),
    -webkit-transform 0.7s cubic-bezier(0.16, 1.08, 0.38, 0.98);

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0%, 0);

  -webkit-transition-delay: 0.7s;

  transition-delay: 0.7s;
}

.header_menu.header_menu-open .header_menu-main li a span {
  -webkit-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  opacity: 1;

  visibility: visible;

  -webkit-transition-delay: 0.9s;

  transition-delay: 0.9s;
}

.header_menu.header_menu-open .header_menu-social {
  opacity: 1;

  visibility: visible;

  -webkit-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  -webkit-transition-delay: 1.2s;

  transition-delay: 1.2s;
}

.header_menu.header_menu-open .header_menu-second li {
  opacity: 1;

  visibility: visible;

  -webkit-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  -webkit-transition-delay: 0.9s;

  transition-delay: 0.9s;
}

.hamburger span {
  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  -webkit-transform: rotate(0deg);

  -ms-transform: rotate(0deg);

  -moz-transform: rotate(0deg);

  transform: rotate(0deg);

  top: 0;
}

.hamburger.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  transform: rotate(45deg);

  top: 3px;
}

.hamburger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  transform: rotate(-45deg);

  top: -6px;
}

.dc_portfolio-banner {
  position: relative;
}

.dc_portfolio-banner.dc-home-banner {
  /*height: 100vh;*/
}

.dc_portfolio-banner h6 {
  font-size: 30px;

  text-align: left;

  display: table;

  margin: 0 auto;

  margin-right: 0;
}

.banner__scroll {
  width: 100px;

  height: 120px;

  position: absolute;

  left: 0;

  right: 0;

  margin: 0 auto;

  bottom: -20px;

  z-index: 15;

  -webkit-transition: all 1s ease-in-out;

  -moz-transition: all 1s ease-in-out;

  -o-transition: all 1s ease-in-out;

  -ms-transition: all 1s ease-in-out;

  transition: all 1s ease-in-out;
  height: 60px;
}

.banner__scroll-scrolldown {
  width: 2px;

  height: calc(100% - 20px);

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

  overflow: hidden;

  z-index: 10;
}

.banner__scroll-line {
  width: 100%;

  height: 100%;

  display: block;

  background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0) 50%);

  background-position: 0 -100%;

  background-size: 100% 200%;

  animation: scrolldown 4s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -100%;
  }

  75% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 100%;
  }
}

.dc_portfolio-row {
  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin: 0 -20px;
}

.dc_portfolio-col {
  padding: 20px;

  margin-bottom: 30px;

  -ms-flex: 0 0 33.3333%;

  flex: 0 0 33.3333%;

  max-width: 33.3333%;
}

.dc_portfolio-col:nth-of-type(1),
.dc_portfolio-col:nth-of-type(4n - 3) {
  -ms-flex: 0 0 60%;

  flex: 0 0 60%;

  max-width: 60%;

  margin-right: 40%;
}

.dc_portfolio-col:nth-of-type(9n - 4) {
  margin-right: auto;

  margin-left: 40%;
}

.dc_portfolio-col:nth-of-type(4) {
  margin-top: -30%;
}

.dc_portfolio-col:nth-of-type(2) {
  margin-top: 30%;
}

.dc_portfolio-col:nth-of-type(5) {
  margin-top: -25%;
}

.dc_portfolio-item {
  display: block;

  text-decoration: none;
  position: relative;
}

.dc_portfolio-item:hover .hover_project_section {
  opacity: 1;
  padding: 20px;
  height: calc(100% - 0px);
}

.dc_portfolio-img {
  overflow: hidden;

  /*margin-bottom: 25px;*/
}

.dc_portfolio-img img {
  width: 100%;

  height: 100%;

  display: block;

  margin: 0;

  padding: 0;

  -webkit-transform-origin: center;

  transform-origin: center;

  -o-object-position: center center;

  object-position: center center;

  -o-object-fit: cover;

  object-fit: cover;
}

.dc_portfolio-txt p {
  font-size: 21px;

  margin-bottom: 0;

  text-transform: none;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.dc_portfolio-title {
  text-transform: none;

  font-size: 40px;

  font-weight: 500;

  letter-spacing: 0.01em;

  margin-bottom: 15px;

  line-height: 1.2;
}

.dc_portfolio-desc {
  /*-ms-flex: 0 0 calc(100% - 60px);

  flex: 0 0 calc(100% - 60px);

  max-width: calc(100% - 60px);*/
}

.dc_portfolio-date {
  text-align: right;

  -ms-flex: 0 0 60px;

  flex: 0 0 60px;

  max-width: 60px;
}

.dc_portfolio-link {
  display: table;

  margin-top: 30px;

  text-transform: uppercase;

  font-weight: 600;

  font-size: 22px;
}

.dc_portfolio-link i {
  display: inline-block;

  margin-left: 10px;

  font-size: 16px;

  font-weight: 600;
}

.portfolio_single {
  position: relative;

  margin-top: 50px;
}

.hover_project_section a {
  text-transform: capitalize;
}

.portfolio_single h1 {
  color: #ffffff;

  text-align: center;

  margin-bottom: 80px;

  padding-top: 80px;

  position: relative;

  z-index: 5;
}

.portfolio_single .portfolio_single-main {
  position: relative;

  z-index: 5;
}

.portfolio_single-patch {
  position: absolute;

  z-index: 1;

  background-color: #007eb8;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;
}

.portfolio_single-right {
  position: absolute;

  overflow: hidden;

  right: 232px;

  bottom: 146px;

  height: 425px;

  z-index: 5;

  width: 478px;

  transform: skew(0deg, 10deg);
}

.portfolio_single-right span {
  display: block;

  overflow: hidden;

  transform: skew(0deg, 4deg);
}

.portfolio_single-left {
  position: absolute;

  overflow: hidden;

  left: 240px;

  bottom: 141px;

  height: 368px;

  z-index: 5;

  width: 220px;

  transform: skew(-1deg, -20.5deg);
}

.portfolio_single-left span {
  display: block;

  overflow: hidden;

  transform: skew(0deg, -6deg);

  width: 100%;

  height: 100%;
}

.portfolio_single-left img {
  width: 100%;

  height: 100%;

  display: block;

  margin: 0;

  padding: 0;

  -webkit-transform-origin: center;

  transform-origin: center;

  -o-object-position: center center;

  object-position: center center;

  -o-object-fit: cover;

  object-fit: cover;
}

.primary_heading {
  font-family: ivypresto-display, serif;

  font-weight: 400;

  font-style: normal;

  color: #ffffff;

  line-height: 1.3;

  letter-spacing: 0.02em;

  margin-bottom: 40px;

  text-transform: none;
}

.sub_heading {
  font-family: ivypresto-display, serif;

  font-weight: 300;

  font-style: normal;

  color: #ffffff;

  line-height: 1.3;

  letter-spacing: 0.05em;

  margin-bottom: 20px;

  text-transform: none;

  font-size: 42px;
}

.title_heading {
  font-family: basic-sans, sans-serif;

  font-weight: 500;

  color: #ffffff;

  line-height: 1.2;

  margin-bottom: 25px;

  display: block;

  font-size: 26px;

  letter-spacing: -0.01em;
}

.portf_desc {
  color: #ffffff;

  font-size: 28px;

  padding-left: 60%;

  margin-top: 70px;

  margin-bottom: 50px;
}

.port_detail-desc {
  padding-left: 40%;
}

.port_detail-desc p {
  color: #ffffff;

  font-size: 24px;

  margin-bottom: 30px;

  line-height: 1.5;

  margin-bottom: 50px;
}

.img_cover {
  overflow: hidden;
}

.img_cover img {
  width: 100%;

  height: 100%;

  display: block;

  margin: 0;

  padding: 0;

  -webkit-transform-origin: center;

  transform-origin: center;

  -o-object-position: center center;

  object-position: center center;

  -o-object-fit: cover;

  object-fit: cover;
}

.no_padding {
  padding: 0;
}

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

.no_top_padding {
  padding-top: 0 !important;
}

.typo_fonts {
  margin-bottom: 80px;
}

.typo_fonts img {
  display: table;

  margin: 60px auto 0;

  margin-left: 0;
}

.typo_colors img {
  display: block;

  width: 100%;
}

.img_cover-overlap {
  position: relative;
}

.img_cover-overlap .cover_overlap-big {
  position: relative;

  width: 80%;

  z-index: 1;

  padding-top: 120px;

  margin: 0 auto;

  margin-left: 0;
}

.img_cover-overlap .cover_overlap-small {
  position: absolute;

  right: 0;

  top: 30px;

  width: 35%;

  z-index: 5;
}

.dc_contact-banner {
  position: relative;
}

.row_contact {
  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin: 0 -20px;
}

.col_contact {
  -ms-flex: 0 0 33.3333%;

  flex: 0 0 33.3333%;

  max-width: 33.3333%;

  padding: 0 20px;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  text-align: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.col_contact i {
  font-size: 35px;

  display: table;

  margin: 0 auto 20px;

  font-weight: 400;
}

.col_contact span {
  font-family: basic-sans, sans-serif;

  font-size: 30px;

  color: #ffffff;

  line-height: 1.2;

  display: block;

  font-weight: 500;

  text-transform: none;

  letter-spacing: -0.01em;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;
}

.google_map {
  position: relative;

  overflow: hidden;

  padding-bottom: 40%;

  margin-top: 80px;
}

.google_map iframe {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  border: none;
}

.inner_banner {
  position: relative;

  overflow: hidden;

  padding-bottom: 350px;

  margin-top: 70px;

  margin-bottom: 30px;
}

.inner_banner img {
  /*width: 100%;

  height: 100%;*/

  display: block;

  margin: 0;

  padding: 0;

  -webkit-transform-origin: center;

  transform-origin: center;

  -o-object-position: top center;

  object-position: top center;

  -o-object-fit: cover;

  object-fit: cover;

  position: absolute;

  left: 0;

  top: 0;
}

.inner_banner-title {
  position: absolute;

  left: 0;

  right: 0;

  top: -13px;

  text-align: center;

  z-index: 10;

  line-height: 1;

  margin: 0;

  padding: 0;

  letter-spacing: 0.02em;

  font-weight: 300;
}

.dc_client-banner {
  margin-top: 50px;
}

.dc_client-banner .inner_banner-title {
  top: -66px;
}

.inner_banner-main {
  position: relative;
}

.no_bottom_padding {
  padding-bottom: 0 !important;
}

.inner_banner-main {
  height: auto;
}

.slider_sec {
  height: 470px;
}

.owl_team-slider .sub_heading {
  font-size: 25px;

  margin-bottom: 5px;

  line-height: 1.1;

  margin-top: 10px;
}

.owl_team-slider p {
  font-size: 18px;

  margin: 0;
}

.dc_service {
  height: auto;

  padding-bottom: 0;

  margin-top: 150px;
}

.dc_service h1 {
  font-weight: 300;

  text-align: center;

  line-height: 1;
}

.service_col .title_heading {
  font-weight: 300;

  font-size: 40px;
}

.service_col p {
  font-size: 16px;

  font-weight: 200;

  letter-spacing: inherit;
  font-size: 18px;
}

.service_row {
  margin-bottom: 45px;
}

.service_row:last-of-type {
  margin-bottom: 0;
}

.service_row:nth-of-type(odd) .service_col-img {
  padding-left: 15%;
}

.service_row:nth-of-type(odd) .service_col-img .service_col-img1 {
  margin: 0 auto;

  margin-right: 0;
}

.service_row:nth-of-type(odd) .service_col-img .service_col-img2 {
  margin: 0 auto;

  margin-left: 0;

  margin-top: -25%;
}

.service_row:nth-of-type(even) {
  -ms-flex-direction: row-reverse;

  flex-direction: row-reverse;
}

.service_row:nth-of-type(even) .service_col-img {
  padding-right: 15%;
}

.service_row:nth-of-type(even) .service_col-img .service_col-img1 {
  margin: 0 auto;

  margin-left: 0;
}

.service_row:nth-of-type(even) .service_col-img .service_col-img2 {
  margin: 0 auto;

  margin-right: 0;

  margin-top: -35%;
}

.service_col-img {
  position: relative;
}

.service_col-img .service_col-img1 {
  position: relative;

  width: 80%;

  z-index: 1;
}

.service_col-img .service_col-img2 {
  position: relative;

  width: 70%;

  z-index: 5;
}

.header-logo img {
  height: 100px;
}

.is-active-header .header-logo img {
  height: 60px;
}

header {
  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;
}

header.is-active-header {
  padding: 15px 30px;

  background-color: var(--nav-blue);
}

.dc-home-about h2 {
  letter-spacing: -0.01em;
}

.dc-home-about h2 {
  overflow: hidden;

  line-height: 1.18;
}

.dc-home-about h2 span {
  line-height: 1.18;

  display: inline-block;

  overflow: hidden;

  margin: 0;

  padding: 0;
}

.dc-home-about h2 span span {
  display: inline-block;

  overflow: hidden;

  margin: 0;

  padding: 0;

  -webkit-transform: translate3d(0, 100%, 0);

  transform: translate3d(0, 100%, 0);

  -webkit-transition: all 0.8s cubic-bezier(0.92, 0.16, 0.18, 0.74) 0.3s;

  -moz-transition: all 0.8s cubic-bezier(0.92, 0.16, 0.18, 0.74) 0.3s;

  -o-transition: all 0.8s cubic-bezier(0.92, 0.16, 0.18, 0.74) 0.3s;

  -ms-transition: all 0.8s cubic-bezier(0.92, 0.16, 0.18, 0.74) 0.3s;

  transition: all 0.8s cubic-bezier(0.92, 0.16, 0.18, 0.74) 0.3s;
}

.dc-home-about h2.is-inview span span {
  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  -webkit-transition-delay: 0.7s;

  transition-delay: 0.7s;
}

.project-image > span {
  position: relative;
}

.project-image > span::before {
  content: "";

  -webkit-transform: scaleX(1);

  -ms-transform: scaleX(1);

  -moz-transform: scaleX(1);

  transform: scaleX(1);

  -webkit-transform-origin: right;

  transform-origin: right;

  -webkit-transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;

  -moz-transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;

  -ms-transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;

  -o-transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;

  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;

  background-color: #2b2d42;

  z-index: 10;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;
}

.project-image.is-inview > span::before {
  -webkit-transform: scaleX(0);

  -ms-transform: scaleX(0);

  -moz-transform: scaleX(0);

  transform: scaleX(0);

  -webkit-transition-delay: 0.3s;

  transition-delay: 0.3s;
}

.dc_portfolio-item .dc_portfolio-img {
  position: relative;
}

.dc_portfolio-item .dc_portfolio-img::before {
  content: "";

  -webkit-transform: scaleY(1);

  -ms-transform: scaleY(1);

  -moz-transform: scaleY(1);

  transform: scaleY(1);

  -webkit-transform-origin: top;

  transform-origin: top;

  -webkit-transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);

  -moz-transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);

  -ms-transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);

  -o-transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);

  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);

  background-color: #2b2d42;

  z-index: 10;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;
}

.dc_portfolio-item.is-inview .dc_portfolio-img::before {
  -webkit-transform: scaleY(0);

  -ms-transform: scaleY(0);

  -moz-transform: scaleY(0);

  transform: scaleY(0);

  -webkit-transition-delay: 0.7s;

  transition-delay: 0.7s;
}

.dc-home-banner {
  position: relative;
}

.dc-home-banner > .container {
  position: relative;

  z-index: 5;
}

.dc-home-banner canvas {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  opacity: 0.5;

  pointer-events: none;

  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .header_menu-main li a::after,
  .header_menu-main li a {
    font-size: 50px;
  }

  .header_menu-main li {
    margin-bottom: 15px;
  }

  .header_menu-second {
    padding: 0;
  }

  .header_menu-second li a {
    font-size: 20px;
  }

  .header_menu-second li {
    margin-bottom: 20px;
  }

  .dc_portfolio-title {
    font-size: 35px;
  }

  .dc_portfolio-txt p {
    font-size: 16px;
  }

  .dc_portfolio-link {
    font-size: 16px;
  }

  .dc_portfolio-link i {
    font-size: 12px;
  }
}

@media screen and (max-width: 1080px) {
  .dc-home-banner h6 {
    letter-spacing: 0;

    opacity: 1;

    transform: translate(0, 0);
  }
}

@media screen and (max-width: 992px) {
  .header_menu-second li a {
    font-size: 20px;
  }

  .header_menu-second li a i {
    font-size: 22px;
  }

  .header_menu.header_menu-open:after {
    display: none;
  }

  .dc_portfolio-col {
    -ms-flex: 0 0 50% !important;

    flex: 0 0 50% !important;

    max-width: 50% !important;

    margin-right: 0 !important;

    margin-left: 0 !important;

    margin-top: 0 !important;

    margin-bottom: 30px !important;
  }

  .service_col-img {
    position: relative;
    padding: 50px 5% 0 5% !important;
  }

  .row_contact {
    display: block;
    margin: 0px;
  }

  .col_contact {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin: 30px 0;
  }

  .google_map {
    padding-bottom: 120%;
  }

  .dc_portfolio-item .dc_portfolio-img::before {
    content: none;
  }

  .img_cover-overlap .cover_overlap-small {
    top: 0;
    width: 75%;
  }

  .img_cover-overlap .cover_overlap-big {
    padding-top: 180px;
  }

  .portf_desc {
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .port_detail-desc {
    padding-left: 10%;
  }

  .dc_portfolio-col:nth-of-type(5) {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 769px) {
  .header_menu-cont > .container {
    display: block;
  }

  .header_menu-main li a::after,
  .header_menu-main li a {
    font-size: 30px !important;
  }

  .header_menu-main {
    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

    padding: 0 0;

    padding-top: 0px;
  }

  .header_menu-main li {
    margin: 35px 0 !important;
  }

  .header_menu-second {
    display: none;
  }

  .header_menu.header_menu-open .header_menu-social {
    padding-left: 0;
  }

  .header_menu-social .common_ul li a {
    font-size: 18px;
  }

  .inner_banner-title {
    font-size: 55px;

    top: 15px;
  }

  .inner_banner {
    padding-bottom: 175px;

    margin-top: 40px;

    margin-bottom: 10px;
  }

  .sub_heading {
    font-size: 30px;
  }

  .slider_sec {
    height: auto;
  }

  .dc-home-banner h6 {
    white-space: normal;
  }

  .service_col p {
    margin-bottom: 50px;
  }

  .col_contact span {
    font-size: 18px;
  }

  .row_contact {
    display: block;
    margin: 0px;
  }

  .col_contact {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin: 30px 0;
  }

  .google_map {
    padding-bottom: 120%;
  }

  .dc_portfolio-item .dc_portfolio-img::before {
    content: none;
  }

  .img_cover-overlap .cover_overlap-small {
    top: 0;
    width: 75%;
  }

  .img_cover-overlap .cover_overlap-big {
    padding-top: 180px;
  }

  .portf_desc {
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .port_detail-desc {
    padding-left: 10%;
  }

  .service_col-img {
    position: relative;
    padding: 50px 5% 0 5% !important;
  }
}

@media screen and (max-width: 576px) {
  .inner_banner-title {
    top: 15px;

    font-size: 50px;
  }

  .dc_portfolio-col {
    -ms-flex: 0 0 100% !important;

    flex: 0 0 100% !important;

    max-width: 100% !important;
  }

  .row_contact {
    display: block;
    margin: 0px;
  }

  .col_contact {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin: 30px 0;
  }

  .google_map {
    padding-bottom: 120%;
  }

  .dc_portfolio-item .dc_portfolio-img::before {
    content: none;
  }

  .img_cover-overlap .cover_overlap-small {
    top: 0;
    width: 75%;
  }

  .img_cover-overlap .cover_overlap-big {
    padding-top: 180px;
  }

  .portf_desc {
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .port_detail-desc {
    padding-left: 10%;
  }

  .service_col-img {
    position: relative;
    padding: 0 5% !important;
  }
}
