/*
  Global
*/
@import 'https://fonts.googleapis.com/css?family=Montserrat';
#fullpage {
  position: absolute !important;
  top: 0; }

.fp-enabled body, html.fp-enabled {
  overflow-x: hidden !important; }

body {
  background: #f7f7f7;
  margin: 0;
  overflow-x: hidden !important; }

html {
  overflow-x: hidden !important; }

.center {
  text-align: center !important; }

.justify {
  text-align: justify; }

.white {
  color: white !important; }

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

.menu-gap {
  display: block;
  height: 80px; }

.no-max-width {
  max-width: none; }

.bg-dark {
  background: #2a2b2f; }

.color-dark-medium {
  color: #4c5156; }

.bg-dark-medium {
  background: #4c5156; }

.color-light {
  color: #efefef; }

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

button {
  outline: none !important; }

.landscape-info-tagline {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif; }

/*
  Fonts
*/
@font-face {
  font-family: 'Avalon Bold';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/avalon-bold.woff") format("woff"); }

@font-face {
  font-family: 'general-meaning-font';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/FuturaStd-Light.woff") format("woff"); }

/*
  Loader
*/
.loading-circle {
  background: #2a2b2f;
  height: 1vmax;
  width: 1vmax;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
  border-radius: 100%; }

.loader-section {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #efefef;
  z-index: 999999999;
  overflow: hidden; }

.loader-container svg {
  width: 35vmax;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.loader-container path {
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease; }

.loader-container {
  position: absolute;
  width: 100%;
  height: 100%; }

.loader {
  border: 0;
  border-radius: 0;
  background: url("../images/codesign_loading_logo.svg") no-repeat;
  background-size: contain;
  width: 20vw;
  height: 10vh;
  margin: 0 auto; }

.menu-hover-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #2a2b2f;
  display: none;
  z-index: 1; }

.definition {
  -vendor-animation-duration: 4s;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 80%;
  font-size: 2.5vw;
  color: #efefef;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -50%); }

.menu-overlay-bg {
  background: #2a2b2f !important; }

.menu-overlay-color {
  color: #efefef !important; }

.footer {
  text-align: center;
  background: #1a1a1d; }

.footer-menu {
  list-style: none; }

.footer-tagline {
  font-family: "Avalon Bold";
  padding: 20px 0;
  color: #9ea1ab;
  font-size: 1.7rem; }

li.footer-item {
  padding: 1rem;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  color: #878990; }

a {
  color: #878990; }

a:hover {
  color: #efefef; }

.footer-logo {
  width: 6.5rem;
  padding-top: 50px; }

hr {
  border-bottom: 3px solid #878990;
  margin: 0.25rem auto; }

.footer-copyright {
  color: #4d5155;
  padding-bottom: 50px;
  font-size: 0.9rem;
  margin: 0; }

.footer-tagline {
  padding-top: 8px;
  padding-bottom: 0; }

ul.footer-menu {
  border-top: 1px solid #4d5155;
  margin: 0 auto;
  padding-bottom: 1rem;
  font-size: 1rem;
  width: 70%; }

.co-social-footer {
  display: -webkit-inline-box;
  margin: 0 auto;
  padding: 5px 0; }

.co-social-footer li {
  padding: 0 16px 1rem;
  list-style: none; }

.co-social-footer li a {
  color: #75767b; }

.co-social-footer li a .co-fa {
  font-size: 1.1em; }

@keyframes opacity-footer {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

@-webkit-keyframes opacity-footer {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

.footer-coanimation {
  animation: opacity-footer 2s linear infinite;
  -webkit-animation: opacity-footer 2s linear infinite; }

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 0;
    top: 40%; }
  50% {
    opacity: 1;
    top: 95%; }
  80% {
    opacity: 0;
    top: 95%; }
  100% {
    opacity: 0;
    top: 40%; } }

@-moz-keyframes ani-mouse {
  0% {
    opacity: 0;
    top: 40%; }
  50% {
    opacity: 1;
    top: 95%; }
  80% {
    opacity: 0;
    top: 95%; }
  100% {
    opacity: 0;
    top: 40%; } }

@keyframes ani-mouse {
  0% {
    opacity: 0;
    top: 40%; }
  50% {
    opacity: 1;
    top: 95%; }
  80% {
    opacity: 0;
    top: 95%; }
  100% {
    opacity: 0;
    top: 40%; } }

.scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center; }
  .scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    letter-spacing: 2px;
    width: 100px; }
    .scroll-btn > *:hover {
      color: #000;
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .scroll-btn > *:focus {
      color: #000;
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .scroll-btn > *.active {
      color: #000;
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .scroll-btn > *:active {
      opacity: 0.8;
      filter: alpha(opacity=80); }
  .scroll-btn .mouse {
    position: relative;
    display: block;
    width: 22px;
    height: 34px;
    margin: 0 auto 0px;
    box-sizing: border-box;
    border: 2px solid #000;
    border-radius: 23px; }
    .scroll-btn .mouse > * {
      position: absolute;
      display: block;
      width: 3px;
      height: 3px;
      margin: -7px 7.72px;
      background: #000;
      border-radius: 100%;
      animation: ani-mouse 2.5s linear infinite; }

span.mouse.mouse-white {
  border-color: #efefef; }

.scroll-btn .mouse.mouse-white > * {
  background: #efefef !important; }

.scroll-down {
  position: absolute;
  bottom: 55px;
  width: 100vw;
  text-align: center; }

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .company-clients-logo-wrapper:last-child {
    float: none !important;
    display: inline-block !important; } }

@media (min-width: 1201px) {
  .competence-design-text-wrapper {
    margin: 5vw auto 0 !important; } }

@media only screen and (max-width: 1082px) {
  .identity_svg svg,
  .print_svg svg {
    height: 17.8vh !important; } }

@media (max-width: 1370px) {
  .competence-clients-desc, .competence-process {
    margin: 40px auto -31px !important; }
  p.company-desc.competence-para {
    font-size: 15px !important; }
  .work_area {
    margin-bottom: -45px !important; } }

@media (max-width: 767px) {
  .careerInner-desig-name {
    font-size: 4rem !important;
    margin-bottom: 0.1rem !important; }
  .blog-row {
    padding: 1rem !important; }
  h1.tagline {
    position: relative !important;
    top: 0 !important; }
  .homepage-logo-center {
    display: block !important;
    text-align: center;
    width: 39%;
    margin: 0 auto; }
  .mobile-logo-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  li.footer-item {
    padding: 0.7rem 0.5rem; }
  ul.footer-menu {
    font-size: 0.8rem; }
  .input-block-el-career-mobile {
    height: 48px !important; }
  .c-button--dropdown {
    height: 52px !important;
    padding: 1rem 1.95rem !important; }
  [type=color],
  [type=date],
  [type=datetime-local],
  [type=datetime],
  [type=email],
  [type=month],
  [type=number],
  [type=password],
  [type=search],
  [type=tel],
  [type=text],
  [type=time],
  [type=url],
  [type=week],
  textarea {
    padding: 0.8rem 2rem !important; }
  .codesign-connect-taglinewrapper {
    font-size: 7.2vmax !important; }
  .codesign-connect-subtagline {
    line-height: 2.3 !important;
    font-size: 1.7rem !important; }
  .company-title-divider,
  .hide-text {
    display: none; }
  .desktop-hide-text {
    display: inline !important; }
  .company-clients-desc,
  .competence-clients-desc,
  .reason-text-container {
    text-align: left !important; }
  .competence-clients-desc {
    margin: 40px 2rem 30px !important; }
  .competence-process {
    margin: 40px 2rem 0 !important; }
  .no-padding-competence-subheading {
    margin-bottom: 0 !important; }
  .competence-design-text-wrapper p {
    display: none; }
  .reason-text-container .competence-design-text-wrapper p {
    display: block !important; }
  .work_area {
    max-width: 85vw !important; }
  .service-container:hover {
    border: none !important; }
  .service-container:hover .packages-hover-box {
    display: none !important; }
  .service-container:hover .digital_svg,
  .service-container:hover .identity_svg,
  .service-container:hover .print_svg {
    opacity: 1 !important; }
  .service-container:hover .competence-design-text-wrapper {
    opacity: 1 !important; }
  .service-container:hover .packages-hover-box {
    background: transparent !important; } }

.competence-para-mobile {
  padding: 0 !important;
  margin-bottom: 10px !important; }

@media (min-width: 767px) {
  .input-block-el-career-project {
    height: 150px !important; }
  .competence-design-text-wrapper {
    max-width: 24vw !important; } }

@media only screen and (min-width: 1080px) and (max-width: 1580px) {
  .box {
    font-size: 1vw; } }

@media (min-width: 1796px) {
  .video {
    height: auto !important; } }

@media (max-width: 1199px) {
  .cont {
    width: 85% !important;
    margin: 0 auto !important;
    float: none !important; } }

@media only screen and (min-width: 0) and (max-width: 656px) {
  .contactpage #hello .container {
    padding: 0 40px; }
  .contactpage #hello h1 {
    margin-bottom: 1.5em; }
  .contactpage #hello li {
    width: 100%;
    font-size: 28px;
    border-left: none;
    border-bottom: 1px solid #454545;
    padding: 92px 16px; }
  .contactpage #hello li:first-child {
    border-top: 1px solid #454545; }
  .contactpage #hello h5 {
    font-size: 64px;
    margin-bottom: 0.2em; }
  .contactpage #our-offices .tile.text time,
  .contactpage #our-offices h4,
  .tile.text .contactpage #our-offices time {
    margin: 60px 0; }
  .contactpage #our-offices li {
    width: 100%;
    font-size: 18px; }
  .contactpage #our-offices h2 {
    font-size: 80px;
    height: 360px;
    line-height: 360px;
    margin: 0; }
  .contactpage #our-offices h2 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .contactpage #our-offices address {
    height: 64px; }
  .contactpage #our-offices address a[href^="mailto:"] {
    display: none; }
  .contactpage #our-offices .info {
    height: 0;
    overflow: hidden;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .contactpage #our-offices .info.expanded {
    padding-top: 36px;
    height: 212px;
    display: inline-block; }
  .contactpage #our-offices .black.button {
    width: 200px;
    height: 54px;
    line-height: 54px;
    font-size: 17px; }
  .contactpage #social {
    padding: 64px 0; } }

@media only screen and (min-width: 657px) and (max-width: 977px) {
  .contactpage #hello h5 {
    font-size: 30px; }
  .contactpage #hello ul {
    padding-top: 32px; }
  .contactpage #hello li {
    padding: 24px 16px 54px; }
  .contactpage #hello li:nth-child(3) {
    border: none; }
  .contactpage #our-offices h2 {
    font-size: 44px;
    height: 180px;
    line-height: 180px; }
  .contactpage #our-offices li {
    font-size: 13px;
    height: 380px; }
  .contactpage #our-offices address {
    height: 72px; }
  .contactpage #our-offices address a[href^="mailto:"] {
    display: none; }
  .contactpage #our-offices .black.button {
    width: 120px;
    height: 40px;
    line-height: 40px; }
  .contactpage #social {
    padding: 60px 0; }
  .contactpage #social .social {
    width: 48px;
    height: 48px; } }

@media only screen and (min-width: 977px) and (max-width: 1296px) {
  .contactpage #hello h1 {
    padding: 0 120px; }
  .contactpage #hello li {
    width: 240px; }
  .contactpage #our-offices h2 {
    height: 270px;
    line-height: 270px; }
  .contactpage #our-offices .tile.text time,
  .contactpage #our-offices h4,
  .tile.text .contactpage #our-offices time {
    margin-bottom: 50px; }
  .contactpage #our-offices li {
    height: 540px;
    font-size: 18px; }
  .contactpage #our-offices address {
    height: 90px; }
  .contactpage #social {
    padding: 100px 0; } }

@media only screen and (max-width: 1700px) {
  h1.tagline {
    font-size: 6.4vw !important; } }

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  h1.tagline {
    font-size: 7.5vw !important; }
  .about-row {
    max-width: 74%; }
  .about-p {
    font-size: 2.4vw !important; }
  .box {
    font-size: 1.2vw; }
  .codesign-home-project-name {
    font-size: 2.7rem !important; }
  ul.footer-menu {
    width: 78%; } }

@media only screen and (max-width: 768px) {
  h1.tagline {
    font-size: 7.3vw !important; }
  .about-row {
    max-width: 85% !important; }
  .about-p {
    font-size: 4.4vw !important;
    line-height: 1.9 !important;
    padding-bottom: 0.2rem !important; }
  .box {
    font-size: 0.7rem; }
  .codesign-logo {
    width: 94%;
    margin: 0 auto;
    height: 32vh !important; }
  .codesign-home-project-name {
    font-size: 2.4rem !important; }
  .codesign-home-project-desc {
    font-size: 1.2rem !important;
    max-width: 83%;
    margin: 0 auto;
    padding-bottom: 1rem; }
  ul.footer-menu {
    width: 100% !important; }
  .codesign-home-project-row {
    position: inherit !important; }
  .logo-container {
    padding-top: 8vh !important; }
  .homepagefirstsection-logo {
    display: block !important;
    position: absolute;
    top: 47vh;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38%;
    z-index: 1; }
  .competence-subheading {
    font-size: 18px !important;
    line-height: 1.75 !important; }
  .competence-design-text-wrapper h1,
  .reason-text-container h1 {
    font-size: 24px !important; }
  .competence-section-one-br {
    display: none !important; }
  .service-container {
    height: 40vh !important;
    padding: 40px; } }

@media only screen and (max-width: 1140px) {
  .menu {
    display: none; }
  .menu-logo-link-wrapper {
    padding: 0.7rem 0 0.7rem 4.7%;
    width: 8rem !important; }
  .menu-hover-overlay {
    display: none; }
  .menu-overlay-bg {
    background: transparent !important; }
  .icon {
    display: block !important; }
  .icon {
    position: absolute;
    top: 27px;
    right: 3%;
    height: 21px;
    width: 24px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
  .icon.is_active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #FFF; }
  .icon.is_active .middle {
    opacity: 0;
    background: #FFF; }
  .icon.is_active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #FFF; }
  .icon div {
    background: #0D306B;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: -8px;
    left: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: pointer; }
  .icon div:nth-of-type(2) {
    top: 0; }
  .icon div:nth-of-type(3) {
    top: 8px; }
  .overlay-menu {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto; }
  .display {
    display: none; }
  a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden; }
  .top-bar {
    margin: 0 !important;
    padding: 0;
    width: 100% !important; }
  .mobile-menu-svg {
    display: block !important; }
  .top-bar ul {
    width: 100% !important; } }

@media only screen and (max-width: 1200px) {
  .mobile-show {
    display: block !important;
    height: 50vw;
    background: url("../images/codesign_company_costar_abhinnayasynthia.jpg");
    background-size: cover;
    background-position: 50%; }
  .mobile-hide {
    display: none !important; }
  .company-image-wrapper {
    opacity: 0; }
  .company-desc-wrapper {
    width: 100% !important; }
  .mobile-img-comapny {
    display: block !important; } }

@media only screen and (max-width: 650px) {
  .company-desc-wrapper {
    padding: 2rem !important; }
  .company-title,
  .competence-main-title {
    font-size: 32px !important; }
  .careerInner-desig-content,
  .company-desc {
    font-size: 18px !important;
    line-height: 1.75 !important; }
  .client-list {
    padding: 0 3rem !important; }
  .company-title {
    margin-bottom: 10.5px !important; }
  .client-list {
    padding: 0 2rem !important; } }

@media only screen and (max-width: 1200px) {
  .client-list {
    padding: 0 !important; } }

@media only screen and (max-width: 680px) {
  .career-tab-each-content {
    width: 100% !important;
    margin-bottom: 15px; } }

@media only screen and (min-width: 1297px) {
  .careerInner-desig-name {
    font-size: 100px !important; } }

@media only screen and (min-width: 768px) and (max-width: 1297px) {
  .careerInner-desig-content-wrapper {
    padding: 3rem 40px !important; }
  .tagline-career {
    font-size: 6.5vw !important; }
  .sub-tagline {
    font-size: 3.8vmin !important; } }

@media only screen and (min-width: 1297px) and (max-width: 1550px) {
  .tagline-career {
    font-size: 6vw !important; } }

@media (max-width: 767px) {
  .career-logo {
    display: none !important; }
  .tagline-career {
    font-size: 9vw !important; }
  .converge-logo {
    width: 75% !important; }
  .sub-tagline {
    font-size: 6.5vw !important; }
  .mobile-competence-padding {
    padding-bottom: 100px !important; } }

@media (max-width: 1460px) {
  .blog-post-column {
    width: 100%; }
  .blog-post-wrapper.even {
    margin-left: -.9375rem !important; } }

@media (max-width: 767px) {
  .blog-post-wrapper {
    padding: 3rem 1rem !important; }
  .row.blog-post-wrapper .columns {
    width: 100% !important; }
  .blog-post-thumbnail,
  .blog-post-thumbnail-large {
    display: none; }
  .blog-snippet {
    margin-bottom: 0 !important; } }

@media (min-width: 1600px) {
  .top-bar ul,
  div#main-menu {
    width: 95% !important;
    margin: 10px auto !important; }
  .menu li a {
    padding: 1.25rem !important;
    letter-spacing: 0.08rem !important; }
  .menu-logo-src {
    margin: 18px 0 10px -.1rem !important; } }

@media only screen and (min-width: 1141px) and (max-width: 1599px) {
  .menu-logo-src {
    margin: 15px 0 10px -.1rem !important; } }

@media (max-width: 768px) {
  .fixed.menu-container.competence {
    background: #efefef; }
  .client-list {
    margin-bottom: 65px !important; }
  .blog-article-summary-wrapper {
    top: 43%; }
  .timeline-svg-inline {
    display: none; }
  .timeline-ul {
    display: block !important; }
  .process-container {
    width: 0 !important; }
  .competence-design-text-wrapper {
    margin: 20px 0 0 !important; }
  .mobile-process {
    display: block !important; }
  .mobile-process li p {
    text-align: left; } }

@media (min-width: 769px) {
  .blog-article-summary-wrapper {
    top: 50%; } }

@media only screen and (min-width: 768px) and (max-width: 1480px) {
  .company-desc-wrapper {
    padding: 3.5rem 5rem !important; }
  .input-block-el-career-mobile {
    height: 48px !important; }
  .c-button--dropdown {
    height: 52px !important;
    padding: 1rem 1.95rem !important; }
  [type=color],
  [type=date],
  [type=datetime-local],
  [type=datetime],
  [type=email],
  [type=month],
  [type=number],
  [type=password],
  [type=search],
  [type=tel],
  [type=text],
  [type=time],
  [type=url],
  [type=week],
  textarea {
    padding: 0.8rem 2rem !important; } }

@media only screen and (min-width: 1025px) {
  .blog-article-summary {
    top: 57%; } }

@media only screen and (max-width: 767px) {
  .blog-article-summary {
    top: 59.5%; } }

@media only screen and (max-width: 768px) and (min-width: 1024px) {
  .about-row {
    max-width: 75% !important; }
  .about-p {
    font-size: 2.6vw !important; }
  .box {
    font-size: 0.8rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .blog-row {
    padding: 1rem 2rem !important; }
  .about-row {
    max-width: 80% !important; }
  .about-p {
    font-size: 3.7vw !important; }
  .codesign-home-project-desc {
    font-size: 1.7rem !important; }
  .box {
    font-size: 0.9rem !important; }
  .codesign-connect-taglinewrapper {
    font-size: 8.6vmax !important; }
  .codesign-connect-subtagline {
    line-height: 3 !important;
    font-size: 2.5rem !important; } }

@media only screen and (max-width: 1024px) {
  .competence-heading-padding-top {
    padding-top: 60px !important; }
  .blog-snippet-inner {
    display: none !important; }
  .blog-article-title {
    font-size: 50px !important; }
  .blog-article-section-content {
    padding: 25px; }
  .competence-design-text-wrapper {
    max-width: 100% !important; }
  .competence-design-text-wrapper {
    margin: 13px auto 0 !important; } }

@media only screen and (max-width: 768px) {
  .blog-article-title {
    font-size: 2.2rem !important; }
  .mobile-service-container-list {
    display: inline-block !important; }
  .mobile-service-container-list li {
    display: inline-block !important;
    list-style: none;
    line-height: 1.8;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; } }

@media only screen and (max-width: 1400px) {
  .container {
    max-width: 850px !important; } }

@media only screen and (max-width: 900px) {
  .video-row {
    display: block !important; }
  .video-detail,
  .video-img {
    width: 100% !important; }
  .video-detail {
    padding: 10% !important; } }

@media (max-width: 950px) {
  .connect-map-mobile {
    height: 40vh !important;
    width: 100%; }
  .contact-page-form-container {
    width: 100% !important; } }

@media (max-width: 1023px) {
  .desktop-map {
    display: none !important; }
  .mobile-map {
    display: block !important;
    height: 100vh !important; }
  .contact-page-form {
    transform: translate(-50%, -50%) !important; }
  .row-competence {
    max-width: 100vw !important; } }

@media only screen and (min-width: 768px) and (max-width: 1480px) {
  .codesign-home-project-name {
    font-size: 2.4rem !important; }
  .codesign-home-project-desc {
    font-size: 1.2rem !important;
    max-width: 83%;
    margin: 0 auto;
    padding-bottom: 1rem; } }

/*
  Menu
*/
.icon.is_active div {
  background: #2a2b2f !important; }

.menu-container {
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  position: fixed; }

.menu.logo {
  margin: 10px 0; }

.logo img {
  width: 39%;
  max-width: 300px; }

.menu-logo-src {
  width: 5rem;
  margin: 10px 0 10px -.1rem; }

.menu-logo-link-wrapper {
  width: 7rem; }

.top-bar {
  -vendor-animation-duration: 20s;
  -vendor-animation-delay: 20s; }

.top-bar ul,
div#main-menu {
  background: transparent;
  width: 95%;
  margin: 7px auto; }

.menu li a {
  padding: 1rem 1.25rem 0rem !important;
  text-transform: uppercase;
  color: #2a2b2f;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.08rem;
  font-size: 0.8rem; }

.menu li a:after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  display: block;
  border-bottom: 2px solid transparent;
  width: 100%; }

.menu li {
  text-align: center; }

.general-meaning {
  font-size: 12px;
  line-height: 2.7;
  opacity: 0.4;
  font-family: "general-meaning-font";
  text-transform: capitalize;
  letter-spacing: 0.08rem;
  font-weight: 600; }

.menu-link:hover:after {
  transform: translateY(3px); }

.invert-menu-link {
  color: white !important; }

.invert-menu-link:hover:after {
  border-color: white; }

.grey-menu-link {
  color: #efefef !important; }

.grey-menu-link:hover:after {
  border-color: #efefef; }

.dark-menu {
  background: -webkit-linear-gradient(to top, rgba(51, 51, 51, 0) 20%, rgba(51, 51, 51, 0.25) 90%);
  background: -o-linear-gradient(to top, rgba(51, 51, 51, 0) 20%, rgba(51, 51, 51, 0.25) 90%);
  background: -moz-linear-gradient(to top, rgba(51, 51, 51, 0) 20%, rgba(51, 51, 51, 0.25) 90%);
  background: linear-gradient(to top, rgba(51, 51, 51, 0) 20%, rgba(51, 51, 51, 0.25) 90%); }

.menu > li {
  -webkit-transition: 0.9s;
  transition: 0.9s; }

/* fade ALL out on parent hover */
.menu:hover > li {
  opacity: 0.2; }

/* fade ONE in on hover */
.menu > li:hover {
  opacity: 1; }

.hi {
  background: url("images/codesign_logo_grey.svg"); }

.nav-up {
  display: none; }

.mobile-menu,
.mobile-menu-svg {
  display: none; }

.gradientcolor {
  background: #8e8e8e;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

.fixed.menu-container.company {
  background: #efefef; }

.fixed.menu-container.cocreations .menu-link {
  color: #efefef; }

.fixed.menu-container.cocreations .icon div {
  background: #efefef; }

.fixed.menu-container.cocreations.alternative {
  background: #efefef; }

.fixed.menu-container.cocreations.alternative .menu-link {
  color: #2a2b2f; }

.fixed.menu-container.cocreations {
  background: -webkit-linear-gradient(to top, rgba(51, 51, 51, 0) 20%, rgba(51, 51, 51, 0.25) 90%);
  background: -o-linear-gradient(to top, rgba(51, 51, 51, 0) 20%, rgba(51, 51, 51, 0.25) 90%);
  background: -moz-linear-gradient(to top, rgba(51, 51, 51, 0) 20%, rgba(51, 51, 51, 0.25) 90%);
  background: linear-gradient(to top, rgba(51, 51, 51, 0) 20%, rgba(51, 51, 51, 0.25) 90%); }

.fixed.menu-container.cocreations-inner .menu-link {
  color: #efefef; }

.fixed.menu-container.cocreations-inner.alternative {
  background: #efefef; }

.fixed.menu-container.cocreations-inner.alternative .menu-link {
  color: #2a2b2f; }

.fixed.menu-container.career .menu-link {
  color: #efefef; }

.fixed.menu-container.career .icon div {
  background: #efefef; }

.fixed.menu-container.career.alternative {
  background: #efefef; }

.fixed.menu-container.career.alternative .menu-link {
  color: #2a2b2f; }

.fixed.menu-container.career-inner .menu-link {
  color: #efefef; }

.fixed.menu-container.career-inner .icon div {
  background: #efefef; }

.fixed.menu-container.career-inner.alternative {
  background: #efefef; }

.fixed.menu-container.career-inner.alternative .menu-link {
  color: #2a2b2f; }

.fixed.menu-container.blog {
  background: #efefef; }

.fixed.menu-container.blog.alternative {
  background: #efefef; }

.fixed.menu-container.article .menu-link {
  color: #efefef; }

.fixed.menu-container.article .icon div {
  background: #efefef; }

.fixed.menu-container.article.alternative .menu-link {
  color: #2a2b2f; }

.fixed.menu-container.article.alternative {
  background: #efefef; }

.fixed.menu-container.connect.alternative {
  background: #efefef; }

.icon {
  position: absolute;
  top: 39px;
  right: 4.7%;
  height: 21px;
  width: 24px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  display: none; }

.icon.is_active .top {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #2f2f2f; }

.icon.is_active .middle {
  opacity: 0;
  background: #2f2f2f; }

.icon.is_active .bottom {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #2f2f2f; }

.icon div {
  background: #2f2f2f;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer; }

.icon div:nth-of-type(2) {
  top: 0; }

.icon div:nth-of-type(3) {
  top: 8px; }

.overlay {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s;
  transition: opacity 0.35s, visibility 0.35s;
  overflow: hidden; }

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 5;
  border: 8px solid #dfdfdf; }

.overlay.open li {
  -webkit-animation: fadeInTop 0.35s ease forwards;
  animation: fadeInTop 0.35s ease forwards; }

.overlay nav {
  position: relative;
  font-size: 50px;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  text-align: center; }

.overlay ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 70%; }

.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0; }

.overlay ul li a {
  display: block;
  position: relative;
  color: #2f2f2f;
  text-decoration: none;
  overflow: hidden; }

/*.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}*/
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: #FFF;
  -webkit-transition: 0.35s;
  transition: 0.35s; }

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

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

.mobile-menu-ul li a {
  padding: 0.75rem;
  text-transform: uppercase;
  color: #2a2b2f;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.08rem;
  font-size: 0.8rem; }

.social-list {
  width: auto !important;
  display: flex !important;
  font-size: 1rem;
  position: absolute !important;
  left: 50% !important;
  transform: translate(-50%, 0%) !important; }

.social-menu-link {
  padding: 1rem; }

li.footer-item {
  text-transform: uppercase; }

ul.footer-menu {
  font-size: 0.8rem; }

/*
  Dark Color Set
*/
.dark-bg {
  background: #2a2b2f; }

.dark-button {
  color: #2a2b2f; }

/*
  Dark Button Set - Add 'dark-button' class to .box to activate
*/
.dark-button {
  color: #2a2b2f;
  border-top: 2px solid #2a2b2f; }

.dark-button::after,
.dark-button::before {
  background-color: #2a2b2f; }

.dark-button .box__content-wrap::after,
.dark-button .box__content-wrap::before {
  border-bottom: 2px solid #2a2b2f; }

/*
  Light Color Set
*/
.light-bg {
  background: #efefef; }

.light-color {
  color: #efefef; }

/*
  Light Button Set - Add 'light-button' class to .box to activate
*/
.light-button {
  color: #efefef;
  border-top: 2px solid #efefef; }

.light-button::after,
.light-button::before {
  background-color: #efefef; }

.light-button .box__content-wrap::after,
.light-button .box__content-wrap::before {
  border-bottom: 2px solid #efefef; }

button {
  border: none; }

.box {
  background-color: inherit;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /*padding: 40px 100px;*/
  padding: 22px 33px 25px 33px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px; }

.box::after,
.box::before {
  content: "";
  position: absolute;
  transform: translate3D(0, -100%, 0);
  transition: transform 200ms linear;
  transition-delay: 200ms;
  width: 2px;
  height: 100%;
  bottom: 0; }

.box::before {
  right: 0;
  left: auto; }

.box::after {
  left: 0; }

.box__content::after {
  content: "";
  height: 2px;
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  transition: left 200ms linear, right 200ms linear;
  transition-delay: 400ms; }

.box__content-wrap::after,
.box__content-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  transition: transform 200ms linear;
  width: 50%; }

.box__content-wrap::before {
  left: 0;
  transform: translate3D(-101%, 0, 0); }

.box__content-wrap::after {
  right: 0;
  transform: translate3D(101%, 0, 0); }

.box:hover::after,
.box:hover::before {
  transform: translate3D(0, 0, 0);
  transition: transform 200ms linear;
  transition-delay: 200ms; }

.box:hover .box__content::after {
  right: 1%;
  left: 1%;
  transition: left 200ms linear, right 200ms linear; }

.box:hover .box__content-wrap::after,
.box:hover .box__content-wrap::before {
  transform: translate3D(0, 0, 0);
  transition: transform 200ms linear;
  transition-delay: 400ms; }

/*
  Home Page - 1st Section
*/
h1.tagline {
  -vendor-animation-duration: 4s;
  position: absolute;
  top: 43vh;
  text-align: center;
  width: 100%;
  font-size: 5vw;
  color: #2a2b2f;
  font-family: "Avalon Bold"; }

.about-row {
  max-width: 65%; }

/*
  Home Page - 2nd Section
*/
.about-h3 {
  font-size: 3.25vmin;
  color: #2a2b2f;
  font-family: "Avalon Bold";
  text-align: center; }

.about-p {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.65vw;
  line-height: 1.9 !important;
  letter-spacing: 0.009em;
  text-align: center;
  padding-bottom: 3vh; }

.about-content {
  text-align: center; }

/*
  Home Page - Projects Section
*/
.codesign-home-project-name {
  font-family: "Avalon Bold";
  font-size: 4rem;
  color: #efefef;
  line-height: 1;
  margin: 0; }

.codesign-home-project-desc {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  color: #efefef; }

.codesign-home-project-row {
  position: absolute;
  max-width: none;
  width: 100vw; }

.codesign-logo {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("../images/codesign_logo_project.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  height: 45vh; }

.transcend-color-bg {
  background: #7d0011;
  background: -webkit-radial-gradient(#6dc3ca, #1e8598);
  background: -o-radial-gradient(#6dc3ca, #1e8598);
  background: -moz-radial-gradient(#6dc3ca, #1e8598);
  background: radial-gradient(#6dc3ca, #1e8598); }

.rivoli-color-bg {
  background: #0b0c34;
  background: -webkit-radial-gradient(#252258, #0b0c34);
  background: -o-radial-gradient(#252258, #0b0c34);
  background: -moz-radial-gradient(#252258, #0b0c34);
  background: radial-gradient(#252258, #0b0c34); }

.icco-color-bg {
  background: #ff7802;
  background: -webkit-radial-gradient(#ffa400, #ff7802);
  background: -o-radial-gradient(#ffa400, #ff7802);
  background: -moz-radial-gradient(#ffa400, #ff7802);
  background: radial-gradient(#ffa400, #ff7802); }

.omera-color-bg {
  background: #101a37;
  background: -webkit-radial-gradient(#1b3952, #101a37);
  background: -o-radial-gradient(#1b3952, #101a37);
  background: -moz-radial-gradient(#1b3952, #101a37);
  background: radial-gradient(#1b3952, #101a37); }

.transcend-bg {
  background: url("/images/codesign_homepage_client_photo_masami.svg") center;
  background-size: contain;
  background-repeat: no-repeat; }

.rivoli-bg {
  background: url("/images/codesign_homepage_client_photo_rivoli.svg") center;
  background-size: contain;
  background-repeat: no-repeat; }

.icco-bg {
  background: url("/images/codesign_homepage_client_photo_icco.svg") center;
  background-size: contain;
  background-repeat: no-repeat; }

.omera-bg {
  background: url("/images/codesign_homepage_client_photo_omeracafe.svg") center;
  background-size: contain;
  background-repeat: no-repeat; }

.homepage-svg {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto; }

.homepagefirstsection-logo {
  display: none; }

/*
  Contact Page
*/
canvas {
  display: block;
  width: 100%;
  height: 100%; }

#clock-container {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  font-family: "Avalon Bold";
  font-size: 33px;
  color: #2a2b2f; }

.codesign-clock-country {
  font-family: "Avalon Bold";
  text-align: center;
  font-size: 4rem;
  line-height: 0.6; }

.codesign-clock-country-date {
  font-family: "Avalon Bold";
  font-size: 1.2rem; }

.codesign-clock-time {
  font-family: "Avalon Bold";
  text-align: center;
  line-height: 0.7;
  font-size: 2rem; }

.codesign-clock-temperature {
  text-align: center;
  font-family: "Avalon Bold";
  line-height: 1;
  display: none; }

.codesign-connect-email {
  font-family: 'Avalon Bold';
  color: white;
  font-size: 1.5rem; }

.codesign-connect-taglinewrapper {
  font-family: "Avalon Bold";
  color: #2a2b2f;
  line-height: 0.9;
  font-size: 7vmax; }

.codesign-connect-subtagline {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  color: #878990;
  font-size: 2.4rem;
  line-height: 2; }

.codesign-connect-message {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 26vh; }

.codesign-connect-section-wrapper {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100vw; }

.codesign-connect-address ul {
  margin: 0 auto;
  display: inline-flex;
  list-style-type: none; }

.codesign-connect-address ul li {
  padding: 0 50px; }

.codesign-connect-addressdetail {
  font-family: "Montserrat", sans-serif;
  color: #878990; }

.contact-button {
  top: 8vh; }

/**/
.visible-div {
  position: absolute;
  left: 0;
  right: 0;
  height: 70vh !important;
  background: #eee;
  width: 30% !important;
  margin: 0 auto;
  top: -39vh !important;
  display: block;
  padding: 50px 0; }

.invisible-div {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  background: #eee;
  width: 0;
  margin: 0 auto;
  top: 0; }

@-webkit-keyframes slideInUptext {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes slideInUptext {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.slideInUptext {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/**/
.input-block {
  width: 80%;
  margin: 60px auto; }

.input-block-el {
  border: 0;
  width: 100% !important;
  height: 40px !important;
  outline: none !important;
  display: block !important;
  background-color: transparent !important;
  border-bottom: 2px solid #a7a6a6 !important; }

.input-block-el:focus + .input-block-line {
  width: 100%; }

.input-block-line {
  top: -2px;
  width: 0;
  height: 2px;
  content: "";
  margin: 0 auto;
  position: relative;
  background: #676565;
  transition: width 0.5s; }

@-moz-document url-prefix() {
  [type=color],
  [type=date],
  [type=datetime-local],
  [type=datetime],
  [type=email],
  [type=month],
  [type=number],
  [type=password],
  [type=search],
  [type=tel],
  [type=text],
  [type=time],
  [type=url],
  [type=week],
  textarea {
    box-sizing: border-box;
    width: 100%;
    padding: none;
    border: none;
    margin: 0;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none; } }

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 1rem 2rem;
  border: none;
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
  border: none;
  background-color: #fefefe;
  outline: none;
  box-shadow: none;
  transition: none; }

.hidden {
  display: none; }

.divider {
  border-right: 1px solid #efefef; }

#dots-anim {
  position: absolute;
  top: 0;
  z-index: -1; }

.contact-page-form-container {
  background: #fff;
  height: 100%; }

*,
*:after,
*:before {
  box-sizing: border-box; }

.c-dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%; }

.c-dropdown__list {
  margin: -1px 0 0;
  padding: 6px 0;
  list-style: none;
  position: absolute;
  top: 125%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: #878990;
  transition: opacity 0.25s linear, top 0.25s linear; }
  .c-dropdown.is-open .c-dropdown__list {
    opacity: 1;
    visibility: visible;
    top: 100%; }

.c-dropdown__item {
  padding: 1rem 2rem;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  color: #efefef;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.25s linear; }
  .c-dropdown__item:hover {
    background-color: #2f2f2f; }

.c-button {
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  user-select: none; }
  .c-button:focus, .c-button:hover {
    outline: none;
    text-decoration: none; }
  .c-button:not(:disabled) {
    cursor: pointer; }

.c-button--dropdown {
  height: 80px;
  padding: 1.85rem 1.95rem;
  background-color: #efefef;
  color: #cacaca;
  font-size: 1rem;
  line-height: 20px;
  text-align: left;
  width: 100%;
  transition: background-color 0.2s linear; }
  .c-button--dropdown:hover {
    background-color: #878990;
    color: #efefef; }
  .c-button--dropdown:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #cacaca; }

canvas#clock-canvas {
  margin: 0 auto;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20rem;
  height: 21rem; }

.codesign-clock-wrapper {
  display: block;
  position: relative;
  height: 18rem; }

.connect-nav {
  max-width: 100% !important;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 40px; }

.connect-link {
  padding: 0.75rem;
  text-transform: uppercase;
  color: #2a2b2f;
  font-family: "Montserrat",sans-serif;
  font-weight: bold;
  letter-spacing: 0.08rem;
  font-size: 0.8rem; }

textarea.input-block-el-career {
  height: 150px !important; }

.codesign-connect-tagline-li {
  display: none;
  position: absolute;
  width: 100%; }

.codesign-connect-tagline-li:nth-child(1) {
  display: block; }

ul#text-slider {
  margin: 0;
  height: 5vmax; }

.contact-page-form {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%); }

.connect-button {
  margin-bottom: 0 !important; }

.career-tab-selector a {
  color: #2a2b2f !important; }

.career-tab-selector a:hover {
  color: #878990 !important; }

.c-dropdown__item:hover {
  background-color: #70737b; }

.connect-link-container {
  margin-left: 2.39rem; }

.company-title {
  font-family: "Avalon Bold";
  font-size: 50px;
  letter-spacing: -0.03em;
  margin-bottom: 28.5px;
  line-height: 1.15; }

.company-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.15rem; }

.company-desc {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  color: #4c5156;
  line-height: 1.75;
  font-size: 1.3rem;
  margin: 0 0 37px; }

.company-title-divider {
  border-bottom: 2px solid #cdcfd3; }

.company-desc-wrapper {
  padding: 8rem 5rem 6rem; }

.company-image-wrapper {
  background-image: url("../images/codesign_logo_company.jpg");
  overflow: hidden;
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0; }

.company-image-right {
  right: 0; }

.company-image-left {
  left: 0; }

.company-row-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%; }

.company-costar-wrapper {
  position: relative;
  padding: 0; }

.company-costar-name {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  color: #efefef;
  margin: 0;
  font-size: 2rem; }

.company-costar-desig {
  font-family: "Montserrat", sans-serif;
  color: #efefef;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 2px; }

.company-costar-desc-wrapper {
  position: absolute;
  bottom: 10%;
  left: 10%; }

.company-image-row {
  height: 50vw;
  background: url("../images/codesign_company_costars.jpg");
  background-size: cover;
  background-position: 50%; }

.company-clients-desc {
  width: 85%;
  margin: 65px auto;
  max-width: 1400px; }

.company-cta-wrapper {
  text-align: center;
  padding: 50px; }

.client-list {
  padding: 0 10rem;
  margin-bottom: 5rem; }

.clientele-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%; }

.next-project-link {
  width: 100%;
  margin: 0 !important;
  padding: 5rem !important;
  background: #292b2f !important;
  color: #efefef !important;
  border: none !important; }

.company-costars-wrapper {
  width: 100%;
  overflow: auto; }

.client-desc {
  color: #4c5156; }

.company-image-costar-wrapper {
  background-image: url(../images/codesign_company_costar_abhinnayasynthia.jpg);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0; }

.desktop-hide-text {
  display: none; }

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

.codesign-work-rowcontainer {
  width: 100vw;
  height: 100vh;
  margin: 0;
  max-width: none; }

.codesign-work-fullcontainer {
  height: 100vh; }

.codesign-work-halfcontainer {
  height: 50%;
  padding: 0; }

.codesign-work-hoverwrapper {
  height: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease; }

/*.codesign-work-hoverwrapper:hover {
    background-color: inherit;
}*/
.codesign-work-hoverwrapper:hover > .codesign-work-contentwrapper {
  opacity: 1; }

.codesign-work-contentwrapper {
  top: 40%;
  width: 100%;
  text-align: center;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease; }

.codesign-work-project-title {
  font-family: "Avalon Bold";
  color: #efefef;
  font-size: 2.4rem;
  margin: 0; }

.codesign-work-project-desc {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  color: #efefef;
  margin-bottom: 18px;
  font-size: 1.4rem; }

#DemoGradient {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.44), transparent, transparent, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.4)), url("");
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;
  background-size: auto 200%;
  background-position: 0 60%;
  cursor: pointer;
  width: 100%;
  height: 100%; }

#DemoGradient:Hover {
  background-position: 0 0; }

@-webkit-keyframes moveUp {
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-moz-keyframes moveUp {
  to {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-ms-keyframes moveUp {
  to {
    -ms-transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes moveUp {
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.codesign-work-customhalfcontainer {
  height: 50vh !important;
  width: 100%; }

.item-work-two {
  height: 50vh !important; }

.list-covers .item-work:not(.text-home) {
  background: #222; }

.block.animate {
  -webkit-transform: translate3d(0, 600px, 0);
  -moz-transform: translate3d(0, 600px, 0);
  -ms-transform: translate3d(0, 600px, 0);
  -o-transform: translate3d(0, 600px, 0);
  transform: translate3d(0, 600px, 0);
  -webkit-animation: moveUp 0.4s cubic-bezier(0.86, 0, 0.07, 1) forwards 0s;
  -moz-animation: moveUp 0.4s cubic-bezier(0.86, 0, 0.07, 1) forwards 0s;
  -o-animation: moveUp 0.4s cubic-bezier(0.86, 0, 0.07, 1) forwards 0s;
  -ms-animation: moveUp 0.4s cubic-bezier(0.86, 0, 0.07, 1) forwards 0s;
  animation: moveUp 0.4s cubic-bezier(0.86, 0, 0.07, 1) forwards 0s; }

.item-work {
  width: 50%;
  float: left;
  overflow: hidden; }

.item-work.block.animate {
  height: 100vh !important;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.list-covers .item-work .main-item {
  position: relative;
  height: 100%;
  display: block; }

.list-covers .item-work .main-item a {
  height: 100%;
  display: block; }

a {
  transition: all 0.3s ease-out 0s; }

.list-covers .item-work:hover .main-item a::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.list-covers .item-work:hover .main-item a::after {
  opacity: 0;
  -webkit-transform: translate3d(0, -50px, 0);
  -moz-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  -o-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0); }

.item-work .header-item > h3,
.item-work .header-item > span {
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px); }

.img-cont:after,
.list-covers .item-work.first .header-item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.item-work.animate .header-item > h3,
.item-work.animate .header-item > span {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.item-work.animate .header-item > span {
  opacity: 0.7; }

.item-work.animate .header-item > h3 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.item-work.animate .header-item span {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s; }

.list-covers .item-work:not(.text-home) {
  background: #222; }

.list-covers .item-work.first .header-item {
  bottom: 50px;
  top: auto;
  transition: all 0.3s ease; }

.list-covers .item-work .header-item {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 2; }

.list-covers .item-work .main-item a::after,
.list-covers .item-work .main-item a::before {
  left: 0;
  content: '';
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  width: 100%;
  height: 100%;
  top: 0; }

.list-covers .item-work .header-item a {
  display: inline-block;
  color: #fff; }

.list-covers .item-work .main-item {
  position: relative;
  height: 100%;
  display: block; }

.list-covers .item-work .main-item a {
  height: 100%;
  display: block; }

.list-covers .item-work .main-item a::before {
  position: absolute;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0, rgba(51, 51, 51, 0.7) 90%);
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0, rgba(51, 51, 51, 0.7) 90%);
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  transition: opacity 1.1s, transform 1.1s; }

.list-covers .item-work .main-item a::after {
  position: absolute;
  z-index: 1;
  background: -webkit-linear-gradient(to bottom, rgba(51, 51, 51, 0.5) 0, rgba(51, 51, 51, 0) 100%);
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0.5) 0, rgba(51, 51, 51, 0) 100%);
  transition: opacity 1.1s, transform 1.1s; }

.list-covers .item-work.animate:hover .main-item > a > div {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.list-covers .item-work.animate:hover .main-item > a > div {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.list-covers .item-work .main-item a > div {
  /*width: 54vw;*/
  width: 115%;
  height: 100%;
  background-size: cover;
  backface-visibility: hidden;
  width: -moz-calc(100%+ 50px);
  width: -webkit-calc(100%+ 50px);
  width: calc(100%+ 50px);
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  -moz-transform: translate3d(-50px, 0, 0);
  -ms-transform: translate3d(-50px, 0, 0);
  -o-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
  background-position: center; }

.item-work-two.block.animate {
  height: 50vh !important; }

@media only screen and (min-width: 768px) {
  #assos-item {
    background-image: url("../images/cocreation/codesign_client_masami.jpg"); } }

@media only screen and (max-width: 767px) {
  #assos-item {
    background-image: url("../images/cocreation/codesign_client_masami.jpg"); } }

@media only screen and (min-width: 768px) {
  #muller-item {
    background-image: url("../images/cocreation/codesign_client_rangpurriders.jpg"); } }

@media only screen and (max-width: 767px) {
  #muller-item {
    background-image: url("../images/cocreation/codesign_client_rangpurriders.jpg"); } }

@media only screen and (min-width: 768px) {
  #palzileri-item {
    background-image: url("../images/cocreation/codesign_client_rivoli.jpg"); } }

@media only screen and (max-width: 767px) {
  #palzileri-item {
    background-image: url("../images/cocreation/codesign_client_rivoli.jpg"); } }

@media only screen and (min-width: 768px) {
  #scruud-item {
    background-image: url("../images/cocreation/codesign_client_council.png"); } }

@media only screen and (max-width: 767px) {
  #scruud-item {
    background-image: url("../images/cocreation/codesign_client_council.png"); } }

@media only screen and (min-width: 768px) {
  #mediaset-item {
    background-image: url("../images/cocreation/codesign_client_icco.jpg"); } }

@media only screen and (max-width: 767px) {
  #mediaset-item {
    background-image: url("../images/cocreation/codesign_client_icco.jpg"); } }

@media only screen and (min-width: 768px) {
  #citco-item {
    background-image: url("../images/cocreation/codesign_client_omera.jpg"); } }

@media only screen and (max-width: 767px) {
  #citco-item {
    background-image: url("../images/cocreation/codesign_client_omera.jpg"); } }

@media only screen and (min-width: 768px) {
  #negrar-item {
    background-image: url("../images/cocreation/codesign_client_omera.jpg"); } }

@media only screen and (max-width: 767px) {
  #negrar-item {
    background-image: url("../images/cocreation/codesign_client_omera.jpg"); } }

.list-covers .item-work .footer-item {
  -ms-transition: opacity 0.35s, -ms-transform 0.4s;
  -moz-transition: opacity 0.35s, -moz-transform 0.4s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.4s;
  transition: opacity 0.35s, transform 0.4s;
  opacity: 0;
  -webkit-transform: translate3d(0, 70px, 0);
  -moz-transform: translate3d(0, 70px, 0);
  -ms-transform: translate3d(0, 70px, 0);
  -o-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);
  position: absolute;
  bottom: 3vh;
  left: 0;
  right: 0;
  z-index: 1; }

.list-covers .item-work .footer-item,
.list-covers .item-work .footer-item a {
  color: #fff;
  font-size: 12px; }

.list-covers .item-work .footer-item a {
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none; }

.list-covers .item-work .footer-item a:first-child {
  margin-right: 20px; }

.list-covers .item-work .footer-item .award {
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 50px;
  padding-top: 10px; }

.list-covers .item-work.animate:hover .footer-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.codesign-cocreationsdetail-section-one {
  background: url("../images/codesign-cocreations-omera-mainbg.png") no-repeat center;
  background-size: cover;
  text-align: center; }

.bottom-box-title {
  font-family: "Avalon Bold";
  font-size: 3.7rem;
  color: #efefef;
  line-height: 1;
  margin: 0; }

.brand-box {
  color: #efefef; }

.codesign-cocreationsdetail-tagline {
  text-align: center;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  color: #4c5156;
  padding: 60px 0 40px;
  margin: 0; }

.codesign-cocreationsdetail-tagline::after {
  content: "";
  border-bottom: 2px solid #878990;
  display: block;
  width: 9%;
  /* position: absolute; */
  margin: 20px auto; }

.codesign-cocreationsdetail-article-heading {
  color: #4c5156;
  font-family: "Avalon Bold";
  font-size: 40px;
  letter-spacing: -0.03em;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 20px; }

.codesign-cocreationsdetail-article-content-col2 {
  color: #878990;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  padding: 0;
  column-count: 2; }

.codesign-cocreationsdetail-article-content {
  color: #4c5156;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.3rem;
  line-height: 1.75 !important;
  padding: 0; }

.codesign-cocreationsdetail-fontused {
  color: #2a2b2f;
  font-size: 1.35rem; }

.font-used {
  font-family: "Montserrat-SemiBold"; }

.font-name, .font-desc {
  font-family: "Avalon Bold"; }

.codesign-cocreationsdetail-styleinfo {
  margin: 0;
  max-width: none;
  background: #1a1a1d; }

/*.codesign-cocreationsdetail-fontcol {
   padding: 50px 0.9375rem;
}*/
.codesign-cocreationsdetail-imagecol {
  margin: 0; }

.fullwidth-row {
  margin: 0;
  max-width: none; }

.color-sample {
  height: 302px;
  font-family: "Montserrat-SemiBold"; }

.codesign-cocreationsdetail-next {
  background: #292b2f;
  border-top: 0.5rem solid #878990;
  color: #878990 !important;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif; }

.design-img {
  padding-bottom: 50px; }

.design {
  padding-bottom: 60px; }

.codesign-cocreationsdetail-fontcol {
  padding: 36px 10px 46px 18px; }

.font-row {
  height: 302px; }

.video-row {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background: #878990;
  display: flex; }

.video-detail {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.1em;
  padding: 0 5%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-content: center; }

.video {
  height: 600px;
  object-fit: cover; }

.sub-heading {
  text-transform: uppercase;
  font-family: "Montserrat-SemiBold";
  margin: 0;
  line-height: 2.5;
  color: #4d5155;
  font-size: 1em; }

.sub-heading-desc {
  color: #4c5156;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.1rem;
  line-height: 1.75 !important; }

.result-detail {
  padding: 20px 0 60px; }

.next-project {
  padding: 50px 0; }

.next-project-heading {
  padding-bottom: 15px;
  font-family: "Montserrat-SemiBold"; }

.headingspace {
  padding-top: 50px; }

.container {
  max-width: 1100px;
  margin: 0 auto; }

.codesign-career-section-one {
  background-size: cover;
  text-align: center;
  background-blend-mode: luminosity; }

.sub-tagline {
  font-size: 3.25vmin;
  color: #efefef;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif; }

.bottom-box {
  position: absolute;
  width: 100vw;
  bottom: 0; }

.bottom-box > h3 {
  width: 100%;
  margin: 0 auto;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  padding: 5rem 0;
  font-size: 1.5rem; }

.light-box > h3 {
  background: #efefef;
  color: #efefef; }

.career-each-link {
  display: inline !important; }

.codesign-career-accordion-title {
  padding: 7.25rem 3rem;
  text-align: center;
  background: #2a2b2f;
  border: 1px solid #efefef;
  font-family: "Avalon Bold";
  color: #878990;
  font-weight: bold;
  font-size: 1.75rem;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.career-tab-content {
  margin: 0 auto;
  max-width: 1300px;
  min-height: 32rem;
  padding: 1rem; }

.career-tab-selector {
  font-family: "Montserrat", sans-serif;
  padding: 7%; }

.career-tab-each-content {
  padding: .5vw;
  float: left !important; }

.career-tab-wrapper {
  background: white;
  padding: 3rem; }

.career-desig {
  font-size: 40px;
  height: 70px; }

.tagline-career {
  text-align: center;
  width: 100%;
  font-size: 5vw;
  font-family: "Avalon Bold";
  color: #efefef;
  line-height: 1; }

.career-tab-wrapper .company-desc {
  height: 120px; }

.rotator {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0; }

.fly-in {
  animation: in;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  -moz-animation: in;
  -moz-animation-duration: 0.6s;
  -moz-animation-fill-mode: forwards; }

.fly-out {
  animation: out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -moz-animation: out;
  -moz-animation-duration: 0.5s;
  -moz-animation-fill-mode: forwards; }

@-webkit-keyframes in {
  from {
    transform: translate(0, 30px) rotateX(90deg);
    opacity: 0; }
  to {
    transform: translate(0, 0) rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes out {
  100% {
    transform: translate(0, -30px) rotateX(-90deg);
    opacity: 0; }
  0% {
    transform: translate(0, 0) rotateX(0deg);
    opacity: 1; }
  15% {
    transform: translate(0, 5px) rotateX(30deg);
    opacity: 1; } }

@-moz-keyframes in {
  from {
    -moz-transform: translate(0, 30px) rotateX(90deg);
    opacity: 0; }
  to {
    -moz-transform: translate(0, 0) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes out {
  100% {
    -moz-transform: translate(0, -30px) rotateX(-90deg);
    opacity: 0; }
  0% {
    -moz-transform: translate(0, 0) rotateX(0deg);
    opacity: 1; }
  15% {
    -moz-transform: translate(0, 5px) rotateX(30deg);
    opacity: 1; } }

.rotate-element {
  opacity: 0; }

body,
html {
  height: 100% !important; }

.blog-post-link {
  color: initial; }

.blog-post-link:hover {
  color: initial; }

.blog-post-wrapper {
  padding: 3rem;
  background: white;
  margin-bottom: 1rem; }

.blog-category-name {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.15rem; }

.blog-title {
  font-family: "Avalon Bold";
  font-size: 30px;
  letter-spacing: -0.03em;
  line-height: 1.15; }

.blog-snippet {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  color: #4c5156;
  font-size: 18px;
  line-height: 1.7; }

.blog-post-thumbnail {
  height: 275px;
  object-fit: cover;
  width: 100%;
  max-width: none;
  float: right; }

.blog-row {
  padding: 1rem 3rem; }

.blog-post-wrapper.even {
  margin-left: 0.01rem; }

.blog-publish-date {
  color: #878990;
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: normal; }

.blog-author-name {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.03rem;
  margin-bottom: 20px;
  color: #4c5156; }

.no-scroll {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out; }

.blog-article-summary {
  text-align: center;
  width: 100vw;
  max-width: 850px;
  margin: 0 auto;
  height: 23vh;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.blog-article-author-image {
  margin-bottom: 1%;
  border: 4px solid #efefef;
  border-radius: 100%;
  width: 110px;
  height: 110px;
  object-fit: cover;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.blog-article-author-name {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 24px;
  color: #efefef;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 2; }

.blog-article-author-desig {
  font-family: "Montserrat", sans-serif;
  color: #878990 !important;
  font-size: 13px;
  margin: -10px 0 19px;
  line-height: 1;
  text-transform: uppercase; }

.blog-article-title {
  font-family: "Avalon Bold";
  font-size: 55px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #efefef;
  margin-bottom: 12px !important;
  width: 80%;
  margin: 0 auto; }

.blog-article-date {
  font-family: "Montserrat", sans-serif;
  color: #efefef;
  font-size: 15px;
  line-height: 0.2;
  margin: 0 0 10px; }

.blog-article-content-summary {
  text-align: center;
  padding: 3rem 0 1rem; }

.blog-article-content-summary .blog-article-title {
  color: #4c5156;
  width: 100%; }

.blog-article-content-summary .blog-article-author-target {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: italic; }

.blog-article-content-summary .blog-article-author-name {
  color: #2a2b2f;
  font-size: 20px; }

.blog-article-content-summary .blog-article-author-desig {
  color: #2a2b2f; }

.blog-article-content-summary .blog-article-date {
  color: #878990;
  text-transform: uppercase; }

.blog-article-content-detail {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1rem; }

.blog-article-summary-hr {
  border-bottom: 2px solid #878990;
  margin: 1.25rem auto; }

.blog-article-section-content {
  max-width: 900px;
  margin: 0 auto; }

.blog-writter-detail {
  display: flex;
  margin-bottom: 7px; }

i.blog-article-social-icon {
  color: #4c5156;
  font-size: 21px;
  margin-right: 10px; }

.blog-article-content-detail p {
  font-size: 18px;
  line-height: 1.75;
  color: #4c5156; }

.blog-article-content-detail img {
  padding: 15px 0;
  width: 100%; }

.blog-article-content-detail a {
  color: #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  display: initial; }

.blog-article-summary-author {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.blog-article-summary-container {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.blog-article-section-content-container {
  background: #f7f7f7;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.article-text-container {
  height: 275px; }

.social-icon-wrapper {
  float: left;
  margin-right: 20px; }

.blog-article-social-icons {
  display: inline-block;
  height: 35px; }

.blog-article-wrapper {
  background: #f7f7f7; }

.blog-article-summary {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.blog-article-photo-wrapper {
  text-align: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 4; }

.blog-article-summary-wrapper {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%); }

.youtube-link {
  max-width: 900px;
  width: 100%; }

.competence-clients-desc, .competence-process {
  margin: 40px auto -31px;
  max-width: 90vw; }

.competence-section-one {
  background: #efefef; }

.competence-section-two {
  background: #2a2b2f; }

.row-competence {
  max-width: 90vw; }

.service-container {
  position: relative;
  height: 60vh;
  display: inline-table; }

.competence-section-three {
  background: #efefef; }

.competence-subheading {
  line-height: 1.3;
  font-size: 23px;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  color: #4c5156;
  margin: 0 0 37px; }

p.company-desc.competence-subheading {
  line-height: 1.3; }

.competence-heading {
  margin-bottom: 10px; }

.competence-title {
  font-size: 33px; }

p.company-desc.competence-para {
  line-height: 1.5;
  font-size: 18px;
  padding: 0 8%; }

.competence-heading.inverted {
  color: #efefef; }

.competence-subheading.inverted {
  color: #efefef; }

.identity_svg svg, .print_svg svg {
  height: 17vh; }

.digital_svg svg {
  height: 18vh; }

.competence-text-wrapper {
  margin: 65px 0 0; }

.competence-design-text-wrapper {
  margin: 47px auto 0;
  max-width: 24vw; }

.work_area {
  margin: 0 auto;
  max-width: 90vw; }

.timeline_svg {
  overflow: visible !important; }

.competence-main-title {
  font-family: "Avalon Bold";
  letter-spacing: -0.03em;
  margin-bottom: 8.5px;
  line-height: 1.15; }

.packages-hover-box {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  font-family: ff-good-headline-web-pro-con;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  z-index: 10;
  padding: 0 10%;
  display: table;
  z-index: 0; }

.service-container .competence-design-text-wrapper {
  opacity: 1;
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in; }

.service-container:hover .competence-design-text-wrapper {
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }

.service-container:hover .packages-hover-box {
  opacity: 0.99;
  height: 100%;
  background: #efefef; }

.service-container .packages-hover-box {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.service-container {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  transition: all .7s ease-in-out; }

.service-container:hover {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  transition: all 1.2s 0.6s ease-in-out; }

.service-container:hover .packages-hover-box {
  -webkit-transition: all 1.2s 0.5s ease-in-out;
  -moz-transition: all 1.2s 0.5s ease-in-out;
  -ms-transition: all 1.2s 0.5s ease-in-out;
  -o-transition: all 1.2s 0.5s ease-in-out;
  transition: all 1.2s 0.5s ease-in-out; }

.service-container-list {
  list-style: none; }

.hover-text-container {
  display: table-cell;
  vertical-align: middle; }

.competence-clients-desc:nth-child(2) {
  margin: 82px auto 65px; }

.competence-img {
  height: 30vh;
  width: 100%;
  object-fit: cover; }

.service-container .packages-hover-box .hover-text-container ul li {
  font-size: 22px;
  line-height: 2; }

.service-container .packages-hover-box .hover-text-container ul li, .competence-main-title {
  opacity: 0;
  transition: all 1.2s 0.6s ease-in-out; }

.service-container:hover .packages-hover-box .hover-text-container ul li, .competence-main-title {
  opacity: 1;
  transition: all 1.2s 0.6s ease-in-out; }

.service-container:hover .print_svg, .service-container:hover .digital_svg, .service-container:hover .identity_svg {
  opacity: 0;
  transition: all .6s 0.2s ease-in-out; }

.competence-main-title {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.service-container:hover .packages-hover-box .hover-text-container ul li:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.service-container:hover .packages-hover-box .hover-text-container ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.service-container:hover .packages-hover-box .hover-text-container ul li:nth-of-type(3) {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s; }

.service-container:hover .packages-hover-box .hover-text-container ul li:nth-of-type(4) {
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  transition-delay: .7s; }

.service-container:hover .packages-hover-box .hover-text-container ul li:nth-of-type(5) {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s; }

.service-container:hover .packages-hover-box .hover-text-container ul li:nth-of-type(6) {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  transition-delay: 1.1s; }

.service-container:hover .packages-hover-box .hover-text-container ul li:nth-of-type(7) {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  transition-delay: 1.3s; }

.service-container:hover .packages-hover-box .hover-text-container ul li:nth-of-type(8) {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.service-container:hover .packages-hover-box .hover-text-container ul li:nth-of-type(9) {
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  transition-delay: 1.7s; }

.ex-container {
  display: table-cell;
  vertical-align: middle; }

.timeline-ul {
  margin: 0 auto;
  width: 100%;
  bottom: 40%;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.timeline-ul li {
  width: 33.33333%;
  position: relative;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1.04545;
  letter-spacing: .025em;
  cursor: pointer;
  list-style: none;
  color: #efefef; }

@keyframes opacity {
  to {
    opacity: 1; } }

.timeline-ul li {
  animation: opacity 0.7s cubic-bezier(1, -0.36, 0.54, 1.99);
  opacity: 0;
  transform-origin: center;
  animation-fill-mode: forwards; }

.timeline_conatiner {
  margin: 0 auto; }

.process-title {
  padding: 0px 0 46px;
  color: #efefef;
  line-height: 1.75;
  font-size: 18px;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  text-align: center; }

.process:before {
  content: '';
  background: #efefef;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: -1;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0.6, 0.7, 1);
  transition: transform 0.25s cubic-bezier(0, 0.6, 0.7, 1);
  transition: transform 0.25s cubic-bezier(0, 0.6, 0.7, 1), -webkit-transform 0.25s cubic-bezier(0, 0.6, 0.7, 1);
  z-index: 1; }

.process-container:hover .process:before {
  -webkit-transform: translate(-50%, -50%) scale(10) !important;
  transform: translate(-50%, -50%) scale(10) !important;
  background: #efefef; }

.process-container:hover .process .process-text {
  opacity: 1;
  position: relative;
  z-index: 5;
  background: transparent;
  left: 50%;
  max-height: 12rem; }

.process-container .process .process-text {
  opacity: 0;
  position: relative;
  z-index: 5;
  background: transparent;
  left: 50%;
  font-size: 0.875rem;
  width: 12rem;
  overflow: hidden;
  max-height: 0;
  text-align: center;
  padding: 1rem 1.2rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity 0.25s cubic-bezier(0, 0.6, 0.7, 1);
  font-family: Georgia, Cambria, "Times New Roman", Times, serif; }

.process-container {
  display: block;
  width: 10rem;
  min-height: 0rem;
  margin: 0 auto; }

.process-container:first-child, .process-container:last-child {
  width: 14rem; }

.timeline-ul, .mobile-service-container-list {
  display: none; }

.itinerary-items {
  list-style-type: none;
  padding: 8px 0 0;
  position: relative;
  overflow: hidden;
  position: relative;
  margin: 0; }

.itinerary-items li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.75;
  color: #efefef;
  font-family: "Montserrat", sans-serif; }

.itinerary-items li:before {
  content: " ";
  display: block;
  width: 1px;
  position: absolute;
  top: 18px;
  left: 12px;
  bottom: -25px;
  background-color: #efefef; }

.dot-line {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #efefef;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 4px;
  top: 4px; }

.itinerary-items li:last-child:before {
  content: "";
  display: none; }

.itinerary-items li:nth-child(1) {
  animation-delay: .3s; }

.itinerary-items li:nth-child(2) {
  animation-delay: 2.3s; }

.itinerary-items li:nth-child(3) {
  animation-delay: 3s; }

.itinerary-items li:nth-child(4) {
  animation-delay: 3.7s; }

.itinerary-items li:nth-child(5) {
  animation-delay: 4.3s; }

.itinerary-items li:nth-child(6) {
  animation-delay: 5s; }

.itinerary-items li:nth-child(7) {
  animation-delay: 5.7s; }

.itinerary-items li:nth-child(8) {
  animation-delay: 6.3s; }

.process-title-mobile {
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: .08rem; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.mobile-process {
  display: none; }

.normal-big {
  transform: scale(1);
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

.mid-small {
  transform: scale(0.5);
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

.big {
  transform: scale(8);
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

.semi-big {
  transform: scale(3);
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

.timeline-st1 {
  transform-origin: center; }

.careerInner-desig-wrapper {
  padding: 20vh 0;
  text-align: center; }

.careerInner-desig-name {
  font-family: "Avalon Bold";
  color: #efefef;
  font-size: 4.9rem;
  line-height: 1.1;
  letter-spacing: -0.06em;
  margin-bottom: 1.25rem; }

.careerInner-desig-team {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  color: #efefef;
  font-size: 1.7rem; }

.careerInner-desig-content {
  margin: 0 auto;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  color: #4c5156;
  font-size: 1.3rem; }

.careerInner-desig-content p {
  line-height: 1.75 !important; }

.careerInner-desig-content-wrapper {
  background: #fff;
  padding: 3rem 2rem; }

.careerInner-desig-form-wrapper {
  max-width: 770px;
  margin: 0 auto; }

.careerInner-form-heading {
  font-family: "Avalon Bold";
  color: #4c5156;
  font-size: 50px;
  padding-top: 3rem;
  letter-spacing: -0.03em;
  margin-bottom: 28.5px;
  line-height: 1.15; }

.careerInner-button {
  display: block; }

.careerInner-margin {
  margin: 60px auto; }

.careerInner-button-wrapper {
  display: block;
  width: 80%;
  margin: 0 auto; }

.input-block-career {
  width: 80%;
  margin: 20px auto;
  display: none;
  background: #efefef; }

.input-block-el-career {
  border: 0;
  width: 100% !important;
  outline: none !important;
  display: block !important;
  background-color: transparent !important; }

.input-block-el:focus + .input-block-line {
  width: 100%; }

.input-block-line {
  top: -2px;
  width: 0;
  height: 2px;
  content: "";
  margin: 0 auto;
  position: relative;
  background: #676565;
  transition: width 0.5s; }

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 2rem;
  border: none;
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
  border: none;
  background-color: #fefefe;
  outline: none;
  box-shadow: none;
  transition: none; }

.hidden {
  display: none; }

.divider {
  border-right: 1px solid #efefef; }

.solid-button {
  background: #2f2f2f;
  color: #efefef;
  font-size: 0.9rem;
  padding: 14px;
  letter-spacing: 0; }

.career-submit-button {
  background: transparent;
  color: #2f2f2f;
  font-size: 0.9rem;
  padding: 14px;
  letter-spacing: 0;
  border: 2px solid #2a2b2f;
  margin: 30px auto 60px; }

.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 14px;
  border: 2px solid #2f2f2f;
  color: #2f2f2f;
  font-size: 0.9rem;
  font-family: "Montserrat",sans-serif;
  margin-bottom: 50px; }

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #202123;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white; }

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.apply-button {
  margin-bottom: 60px; }

input#file-1 {
  display: none; }

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  max-width: 80%;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 14px; }

.no-js .inputfile + label {
  display: none !important; }

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em; }

/* style 1 */
.inputfile-1 + label {
  color: #efefef;
  background-color: #2f2f2f;
  font-size: 0.9rem;
  font-family: "Montserrat",sans-serif; }

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background-color: #2f2f2f; }

.career-contact-form {
  background: #f7f7f7; }

.co-color {
  color: #2a2b2f !important; }

.co-style {
  font-size: 90px;
  font-family: "Avalon Bold";
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  line-height: 1.15;
  color: #4c5156; }

@media (min-width: 1497px) {
  .co-container,
  .co-container-top {
    width: 1280px; } }

@media (max-width: 1497px) and (min-width: 1200px) {
  .co-container,
  .co-container-top {
    width: 1100px !important; } }

@media (max-width: 1199px) and (min-width: 1020px) {
  .co-container,
  .co-container-top {
    width: 960px !important; } }

@media (max-width: 1019px) and (min-width: 657px) {
  .co-container,
  .co-container-top {
    width: 640px !important; }
  .co-style {
    font-size: 70px; }
  .co-subheading {
    font-size: 20px !important; }
  .co-container-top {
    padding: 120px 0 20px !important; }
  .co-desc {
    font-size: 18px !important; }
  .co-social li a {
    height: 35px !important;
    width: 35px !important;
    padding-top: 5px !important; }
  .credit {
    margin-top: 2px !important; } }

@media (max-width: 656px) and (min-width: 0) {
  .co-style {
    font-size: 32px; }
  .co-title {
    font-size: 24px !important;
    margin-bottom: 0 !important; }
  .co-container {
    margin: 0 auto 50px !important; }
  .media-content {
    margin: 0 20px 15px !important; }
  .co-subheading {
    margin: 0 20px 20px !important; }
  .co-container-top {
    padding: 90px 0 0 !important; }
  .co-desc {
    margin-bottom: 4px !important; }
  .credit {
    margin-top: 2px !important; }
  .co-social li a {
    width: 30px !important;
    height: 30px !important;
    padding-top: 0.1rem !important;
    margin: 0 7px !important; }
  .co-fa {
    font-size: 13px !important; } }

.co-container-top {
  text-align: center;
  margin: 0 auto;
  padding: 120px 0 50px; }

.co-container {
  text-align: center;
  margin: 0 auto 80px; }

.co-container img {
  width: 100%; }

.co-desc {
  font-size: 24px;
  line-height: 1.5 !important; }

.co-title {
  font-size: 40px;
  font-family: "Avalon Bold";
  letter-spacing: -0.03em;
  margin-bottom: 5.5px;
  line-height: 1.15;
  color: #4c5156; }

.ease-all {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }

/* Social Icons */
.co-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: -webkit-inline-box; }

.co-social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 1rem;
  text-align: center;
  padding-top: 8px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 0 40px #4c5156;
  -moz-box-shadow: inset 0 0 0 40px #4c5156;
  -o-box-shadow: inset 0 0 0 40px #4c5156;
  -ms-box-shadow: inset 0 0 0 40px #4c5156;
  box-shadow: inset 0 0 0 40px #4c5156;
  color: #fff; }

.co-social li a:hover {
  -webkit-box-shadow: inset 0 0 0 2px #4c5156;
  -moz-box-shadow: inset 0 0 0 2px #4c5156;
  -o-box-shadow: inset 0 0 0 2px #4c5156;
  -ms-box-shadow: inset 0 0 0 2px #4c5156;
  box-shadow: inset 0 0 0 2px #4c5156;
  color: #4c5156; }

.credit {
  margin-top: 16px;
  font-size: 12px;
  color: #86898c; }

.media-content {
  margin-bottom: 30px; }
