/*
Theme Name:   Digital Vision
Description:  Digital Vision Theme - Template
Author:       Digital Vision
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  aedesit-trad
*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css");
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkA.ttf) format('truetype');
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #27334A;
}
h1,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #002B3D;
}
h1 {
  font-size: 80px;
}
h1 em {
  font-family: 'Playfair Display', serif;
  font-size: 92px;
}
h2 {
  font-size: 80px;
  font-weight: 300;
  margin-bottom: 50px;
}
h2 span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #ED1651;
}
h2 strong {
  font-weight: 600;
}
h3 {
  font-size: 21px;
  @color 1;
}
h3 strong {
  font-size: 24px;
  font-weight: 700;
  color: #002B3D;
}
.cross {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  background-size: contain !important;
}
.cross.red {
  background: url('/wp-content/themes/theme-digitalvision/assets/images/red-cross.svg') no-repeat;
}
.cross.blue {
  background: url('/wp-content/themes/theme-digitalvision/assets/images/blue-cross.svg') no-repeat;
}
.circle {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  background-size: contain !important;
}
.circle.red {
  background: url('/wp-content/themes/theme-digitalvision/assets/images/red-circle.svg') no-repeat;
}
.circle.blue {
  background: url('/wp-content/themes/theme-digitalvision/assets/images/blue-circle.svg') no-repeat;
}
#page404 strong.title {
  font-size: 82px;
  color: #ED1651;
  line-height: 1.2;
}
#page404 .content404 {
  font-size: 16px;
}
#page404 .content404 strong {
  font-size: 28px;
  opacity: 0.65;
  line-height: 1.1;
  margin: 5px 0px 10px;
  display: block;
}
#page404 .row.r404 > div {
  margin: auto;
}
#page404 img {
  width: 100%;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes float22 {
  0% {
    -webkit-transform: translateY(0px) rotate(47deg);
            transform: translateY(0px) rotate(47deg);
  }
  50% {
    -webkit-transform: translateY(30px) rotate(47deg);
            transform: translateY(30px) rotate(47deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(47deg);
            transform: translateY(0px) rotate(47deg);
  }
}
@keyframes float22 {
  0% {
    -webkit-transform: translateY(0px) rotate(47deg);
            transform: translateY(0px) rotate(47deg);
  }
  50% {
    -webkit-transform: translateY(30px) rotate(47deg);
            transform: translateY(30px) rotate(47deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(47deg);
            transform: translateY(0px) rotate(47deg);
  }
}
@-webkit-keyframes float2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes float2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes float3 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes float3 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.btn {
  /*&:after{
        content: '';
        position: absolute;
        top: -4px; right: -4px; bottom: -4px; left: -4px;
        border: 4px solid;
        border-radius: 10px;
    }*/
  transition: all 0.2s ease-in-out;
  position: relative;
  border: none;
  padding: 8px 60px 8px 15px !important;
  border-radius: 30px;
}
.btn img {
  float: left;
  margin-right: 20px;
  max-height: 30px;
}
.btn .head {
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
.btn .bot {
  font-size: 14px;
}
.btn .txt {
  float: left;
  text-align: left;
  line-height: 1;
}
.btn .txt span {
  display: block;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
.btn.btn-primary {
  background: #fff;
}
.btn.btn-primary:after {
  border-color: rgba(255, 255, 255, 0.25);
}
.btn.btn-primary .head {
  color: #ED1651;
}
.btn.btn-primary .bot {
  color: #002B3D;
}
.btn.btn-primary:hover {
  background: #002B3D;
}
.btn.btn-primary:hover .bot {
  color: #fff;
}
.btn.btn-secondary {
  background: #002B3D;
}
.btn.btn-secondary:after {
  border-color: rgba(255, 255, 255, 0.25);
}
.btn.btn-secondary .head {
  color: #fff;
}
.btn.btn-secondary .bot {
  color: #ED1651;
}
.btn.btn-secondary:hover {
  background: #ED1651;
}
.btn.btn-secondary:hover .bot {
  color: #fff;
}
.not-home #header img {
  display: none;
}
.not-home #header .navbar-brand {
  padding-top: 0;
  background: url('/wp-content/uploads/2021/06/logo_base.svg') left center no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 85px;
}
.not-home #header #cd-navigation {
  display: none;
}
.button {
  background-color: transparent;
  border: none;
  font-size: inherit;
  color: inherit;
}
.bg-gradient1 {
  background: #f4f6f9;
  background: linear-gradient(0deg, #f4f6f9 0%, #ffffff 100%);
}
.bg-gradient2 {
  background: #f4f6f9;
  background: linear-gradient(180deg, #f4f6f9 0%, #ffffff 100%);
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 15px 0;
  transition: all 0.2s ease-in-out;
}
#header .navbar-brand {
  padding-top: 40px;
}
#header #ico-top {
  transition: all 0.2s ease-in-out;
}
#header #ico-top ul {
  list-style: none;
  margin-bottom: 30px;
}
#header #ico-top ul li {
  display: inline-block;
}
#header #ico-top ul li a {
  display: block;
  width: 34px;
  height: 34px;
  background: #002B3D;
  border-radius: 50%;
  border: 3px solid #002B3D;
  text-align: center;
  line-height: 24px;
  margin-left: 15px;
  transition: all 0.2s ease-in-out;
}
#header #ico-top ul li a:hover {
  background: #fff;
  border-color: #fff;
}
#header.navbar_fixed {
  padding: 10px 0;
  background: #fff;
}
#header.navbar_fixed img {
  display: none;
}
#header.navbar_fixed .navbar-brand {
  padding-top: 0;
  background: url('/wp-content/uploads/2021/06/logo_base.svg') left center no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 85px;
}
#header.navbar_fixed #ico-top {
  opacity: 0;
  position: absolute;
}
#header.navbar_fixed #cd-navigation {
  padding-top: 17px;
}
#header .mobile-menu {
  display: none;
}
#cd-navigation {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#cd-navigation li {
  display: inline-block;
}
#cd-navigation li a {
  font-size: 23px;
  font-weight: 700;
  padding: 5px 15px;
  color: #002B3D;
}
#cd-navigation .contact-menu a {
  background: #ED1651;
  border-radius: 30px;
  /*border: 3px solid rgba(255,255,255,.3)*/
  color: #fff;
  padding: 4px 35px 7px;
  transition: all 0.2s ease-in-out;
}
#cd-navigation .contact-menu a:hover {
  background: #002B3D;
}
.content-wrap {
  overflow: hidden;
}
.content-wrap > section,
.content-wrap > .bg-gradient > section {
  padding: 170px 0;
}
#intro {
  position: relative;
  padding: 280px 0 140px;
  padding-bottom: 0;
  z-index: 15;
}
#intro h1 {
  color: #fff;
  line-height: 0.8;
  margin-bottom: 50px;
}
#intro h1 em {
  color: #002B3D;
}
#intro .intro-text {
  color: #fff;
  font-size: 18px;
}
#intro .btnscta {
  margin: 40px 0 50px;
}
#intro .btnscta a {
  margin-right: 22px;
}
#intro .btnscta a.btn-secondary:hover {
  background: #f4f6f9 !important;
}
#intro .btnscta a.btn-secondary:hover .head {
  color: #002B3D !important;
}
#intro .btnscta a.btn-secondary:hover .bot {
  color: #ED1651 !important;
}
#intro .btnscta a.btn-secondary:hover img {
  opacity: 0.75;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
#intro #socialmedia ul {
  padding: 0;
  list-style: none;
}
#intro #socialmedia ul li {
  display: inline-block;
}
#intro #socialmedia ul li a {
  display: block;
  width: 53px;
  height: 53px;
  border: 4px solid #fff;
  border-radius: 50%;
  line-height: 39px;
  background: #ffffff;
  text-align: center;
  margin-right: 22px;
  transition: all 0.2s ease-in-out;
}
#intro #socialmedia ul li a:hover {
  background: #002B3D;
}
#intro:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url('/wp-content/themes/theme-digitalvision/assets/images/red-intro.svg');
}
#intro .animated_intro img {
  position: relative;
  z-index: 10;
  margin-top: -100px;
  -webkit-animation: float 14s ease-in-out infinite;
          animation: float 14s ease-in-out infinite;
}
#intro .blue.circle {
  width: 92px;
  height: 92px;
  z-index: 11;
  top: 100px;
  right: 70px;
  -webkit-animation: float3 14s ease-in-out infinite;
          animation: float3 14s ease-in-out infinite;
}
#intro .red.circle {
  width: 360px;
  height: 360px;
  z-index: 9;
  right: -300px;
  top: -150px;
  -webkit-animation: float2 15s ease-in-out infinite;
          animation: float2 15s ease-in-out infinite;
}
#intro .blue.cross {
  width: 75px;
  height: 75px;
  z-index: 9;
  bottom: 120px;
  left: 80px;
  -webkit-animation: float3 16s ease-in-out infinite;
          animation: float3 16s ease-in-out infinite;
}
#intro .red.cross {
  width: 89px;
  height: 89px;
  z-index: 11;
  top: -90px;
  left: 190px;
  -webkit-animation: float2 12s ease-in-out infinite;
          animation: float2 12s ease-in-out infinite;
}
#presentation {
  position: relative;
  z-index: 10;
  /*h2 span:before {
        content: '';
        display: inline-block;
        height: 1px;
        width: 60px;
        margin: 0px 20px 0 0;
        position: relative;
        background: @color1;;
        top: -5px;
    }*/
}
#presentation:before {
  position: absolute;
  top: -170px;
  right: 0;
  content: url('/wp-content/themes/theme-digitalvision/assets/images/blue-intro.svg');
}
.pres_images img,
section#services .img img {
  border-radius: 7px;
}
button:focus {
  outline: none;
}
#services {
  /*h2 span:before {
        content: '';
        display: inline-block;
        height: 1px;
        width: 60px;
        margin: 0px 20px 0 0;
        position: relative;
        background: @color1;;
        top: -5px;
    }*/
}
#services .col-md-3 {
  position: relative;
  height: 100%;
}
#services .col-md-3 img {
  position: relative;
  z-index: 5;
}
#services .col-md-3 .red.circle {
  width: 240px;
  height: 240px;
  z-index: 3;
  right: -90px;
  top: -30px;
  -webkit-animation: float 21s ease-in-out infinite;
          animation: float 21s ease-in-out infinite;
}
#services .col-md-3 .blue.cross {
  width: 53px;
  height: 53px;
  z-index: 9;
  bottom: -30px;
  right: 10px;
  -webkit-animation: float3 24s ease-in-out infinite;
          animation: float3 24s ease-in-out infinite;
}
#services .col-md-3 .red.cross {
  width: 139px;
  height: 139px;
  z-index: 73;
  top: 65px;
  left: -95px;
  -webkit-animation: float2 12s ease-in-out infinite;
          animation: float2 12s ease-in-out infinite;
}
#services .col-md-3 img {
  max-width: 100%;
}
#services .services {
  position: relative;
}
#services .serv-item {
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 15px;
  width: 50%;
  max-width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  border: 4px solid rgba(39, 51, 74, 0.01);
  transition: border 0.2s ease-out, border-radius 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: border 0.2s ease-out, border-radius 0.2s ease-out, transform 0.2s ease-out;
  transition: border 0.2s ease-out, border-radius 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#services .serv-item:hover {
  border: 4px solid rgba(39, 51, 74, 0.1);
}
#services .serv-item-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0rem;
  padding-left: 0;
  cursor: pointer;
}
#services .serv-item-heading img {
  margin-right: 2rem;
  max-width: 55px;
}
#services .serv-item-heading-content h3 {
  color: #002B3D;
}
#services .serv-item-heading-content p {
  margin-bottom: 0;
}
#services .serv-item-heading button {
  content: url(/wp-content/themes/theme-digitalvision/assets/images/contact-list.svg);
  transition: all 0.3s ease-out;
  margin-left: 1.5rem;
  background-color: transparent;
  border: none;
}
#services .serv-item-heading button img {
  margin: 0;
}
#services .serv-item-desc {
  padding: 1.5rem;
  border-radius: 15px;
  background-color: #fff;
  border: 4px solid #ED1651;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  transition: all 0.2s ease-out;
}
#services .serv-item-desc-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0rem;
  padding-left: 0;
  cursor: pointer;
}
#services .serv-item-desc-heading img {
  margin-right: 2rem;
  max-width: 55px;
}
#services .serv-item-desc-heading button {
  transition: all 0.3s ease-out;
  margin-left: 1.5rem;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
#services .serv-item-desc-heading button img {
  width: 1.5rem;
  margin: 0;
}
#services .serv-item-desc-text {
  margin-top: 1.5rem;
  border-top: 2px solid #80808014;
  padding-top: 1.5rem;
}
#services .serv-item-desc.open {
  z-index: 1000;
  border-color: #ED1651;
  box-shadow: 0 0 30px 5px #00000009;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#services .serv-item.open {
  z-index: 1000;
  border-color: #ED1651;
  box-shadow: 0 0 30px 5px #00000009;
  border-radius: 15px;
}
#services .serv-item.open .serv-item-heading button {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#services .serv-item.open .serv-item-desc {
  transition: height 0.2s 0.2s ease-out;
}
#services .serv-item.open .serv-item-desc-text {
  border: 4px solid #ED1651;
  border-top: none;
}
#cta {
  text-align: center;
  position: relative;
  padding: 105px 0;
  /*&:after{
        position: absolute;
        bottom: -470px;
        left:0;
        z-index: 10;
        content: url('/wp-content/themes/theme-digitalvision/assets/images/blue-refs.svg');
    }*/
}
#cta h2,
#cta p {
  color: #fff;
}
#cta .container {
  position: relative;
  z-index: 7;
}
#cta:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #ED1651;
  opacity: 0.9;
}
#cta h2 {
  font-weight: 600;
}
#cta .btns {
  margin-top: 60px;
}
#cta .btns a {
  margin: 0 10px;
}
#cta a.btn-secondary:hover {
  background: #f4f6f9 !important;
}
#cta a.btn-secondary:hover .head {
  color: #002B3D !important;
}
#cta a.btn-secondary:hover .bot {
  color: #ED1651 !important;
}
#cta a.btn-secondary:hover img {
  opacity: 0.75;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
}
.slick-slide > div,
.ref-item,
.ref-wrap {
  height: 100% !important;
}
#references {
  position: relative;
  /*&:after{
        position: absolute;
        bottom: -7px;
        right:0;
        z-index: 10;
        content: url('/wp-content/themes/theme-digitalvision/assets/images/red-refs.svg');
    }*/
}
#references h2 {
  text-align: center;
  padding-bottom: 20px;
}
#references .slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
#references .tprev,
#references .tnext {
  cursor: pointer;
  background: url('/wp-content/themes/theme-digitalvision/assets/images/slick-arrow.svg') center no-repeat;
  background-size: contain;
  width: 74px;
  height: 130px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
#references .tprev:hover,
#references .tnext:hover {
  -webkit-filter: contrast(0);
          filter: contrast(0);
}
#references .tprev.slick-arrow {
  left: -100px;
}
#references .tnext.slick-arrow {
  right: -100px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#references .container {
  position: relative;
  z-index: 15;
}
#references .references {
  position: relative;
  z-index: 10;
}
#references .references .blue.cross {
  width: 53px;
  height: 53px;
  z-index: 12;
  bottom: 0px;
  right: -20px;
  -webkit-animation: float3 24s ease-in-out infinite;
          animation: float3 24s ease-in-out infinite;
}
#references .references .red.cross {
  width: 139px;
  height: 139px;
  z-index: 12;
  top: -100px;
  right: -65px;
  -webkit-animation: float2 12s ease-in-out infinite;
          animation: float2 12s ease-in-out infinite;
}
#references .btn {
  margin-top: 30px;
  padding: 10px 60px !important;
  text-transform: uppercase;
}
#references .ref-list {
  z-index: 10;
  overflow: hidden;
  padding-bottom: 35px;
}
#references .slick-list {
  overflow: visible;
  padding: 26px;
}
#references .slick-dots {
  bottom: 5px;
}
#references .slick-dots li button:before {
  font-size: 13px;
  color: #002B3D;
}
#references .slick-initialized .slick-slide.slick-active {
  opacity: 1;
}
#references .slick-initialized .slick-slide {
  display: block;
  opacity: 0;
  transition: all 0.2s linear;
}
#references .ref-item {
  padding: 0 15px;
}
#references .ref-item img {
  width: 100%;
}
#references .ref-item .ref-wrap {
  box-shadow: 10px 10px 26px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
#references .ref-item .ref-wrap .content {
  padding: 20px;
}
#references .ref-item .ref-wrap .content .tags {
  color: #ED1651;
  font-size: 15px;
}
#references .ref-item .ref-wrap .content h3 {
  font-size: 23px;
}
#references .ref-item .ref-wrap .content h3:after {
  content: '';
  display: block;
  height: 1px;
  width: 90px;
  margin: 20px auto;
  background: #ED1651;
}
#references .ref-item .ref-wrap .content p {
  font-size: 16px;
}
.part-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.part-list-item {
  display: block;
  background-color: #fff;
  border-radius: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  border: 4px solid rgba(39, 51, 74, 0.01);
  padding: 1.5rem;
  transition: all 0.2s ease-out;
}
.part-list-item img {
  width: 180px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.4s ease-out;
}
.part-list-item:hover {
  border: 4px solid rgba(39, 51, 74, 0.1);
}
.part-list-item:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.part-list-item:active {
  border: 4px solid #ED1651;
}
#contact {
  position: relative;
  padding-bottom: 10px;
  overflow: hidden;
}
#contact h2 {
  padding-bottom: 30px;
}
#contact .red.circle {
  width: 165px;
  height: 165 px;
  z-index: 3;
  right: calc(50% - 15px);
  bottom: 90px;
  -webkit-animation: float 21s ease-in-out infinite;
          animation: float 21s ease-in-out infinite;
}
#contact .blue.cross {
  width: 50px;
  height: 50px;
  z-index: 9;
  bottom: 300px;
  right: 50%;
  -webkit-animation: float3 24s ease-in-out infinite;
          animation: float3 24s ease-in-out infinite;
}
#contact .red.cross {
  width: 82px;
  height: 82px;
  z-index: 73;
  top: 200px;
  right: -65px;
  -webkit-animation: float22 12s ease-in-out infinite;
          animation: float22 12s ease-in-out infinite;
}
#contact .txt1,
#contact .txt2 {
  padding-left: 60px;
  position: relative;
  font-size: 14px;
}
#contact .txt1 strong,
#contact .txt2 strong {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
#contact .txt1:before,
#contact .txt2:before {
  content: url('/wp-content/themes/theme-digitalvision/assets/images/contact-list.svg');
  position: absolute;
  top: 3px;
  left: 0;
}
#contact .txt2 {
  margin-top: 60px;
}
#contact .txt2 .coos {
  margin-top: 45px;
}
#contact .txt2 .coos a {
  color: #002B3D;
  transition: all 0.2s ease-in-out;
}
#contact .txt2 .coos a:hover {
  color: #ED1651;
}
#contact .txt2 .coos span.title {
  color: #ED1651;
  font-weight: 600;
}
#contact:after {
  position: absolute;
  bottom: -10px;
  left: -80px;
  z-index: 10;
  content: url('/wp-content/themes/theme-digitalvision/assets/images/red-contact.svg');
}
#contact:before {
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: 8;
  content: url('/wp-content/themes/theme-digitalvision/assets/images/blue-contact.svg');
}
#contact .container {
  position: relative;
  z-index: 15;
}
#contact footer {
  color: #fff;
  font-size: 14px;
}
#contact footer a {
  color: #fff !important;
  border-bottom: 0 !important;
  padding-bottom: 15px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
#contact footer a:hover {
  color: #ED1651 !important;
}
#contact #socialmedia-foot ul {
  padding: 0 0 0 60px;
  list-style: none;
  margin: 0;
  position: relative;
  top: -10px;
}
#contact #socialmedia-foot ul li {
  display: inline-block;
}
#contact #socialmedia-foot ul li a {
  display: block;
  width: 40px;
  height: 40px;
  border: 4px solid #fff;
  border-radius: 50%;
  line-height: 26px;
  background: #ffffff;
  text-align: center;
  margin-right: 19px;
  transition: all 0.2s ease-in-out;
}
#contact #socialmedia-foot ul li a img {
  max-width: 17px;
  max-height: 17px;
}
#contact #socialmedia-foot ul li a:hover {
  background: #002B3D;
  border-color: #002B3D;
}
#contact .wpcf7 input[type="text"],
#contact .wpcf7 textarea {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 8px 5px 8px 20px;
  border: 4px solid rgba(39, 51, 74, 0.25);
}
#contact .wpcf7 input[type="text"]::-webkit-input-placeholder,
#contact .wpcf7 textarea::-webkit-input-placeholder {
  color: rgba(39, 51, 74, 0.25);
}
#contact .wpcf7 input[type="text"]::-moz-placeholder,
#contact .wpcf7 textarea::-moz-placeholder {
  color: rgba(39, 51, 74, 0.25);
}
#contact .wpcf7 input[type="text"]::-ms-input-placeholder,
#contact .wpcf7 textarea::-ms-input-placeholder {
  color: rgba(39, 51, 74, 0.25);
}
#contact .wpcf7 input[type="text"]::placeholder,
#contact .wpcf7 textarea::placeholder {
  color: rgba(39, 51, 74, 0.25);
}
#contact .wpcf7 input[type="text"]:active,
#contact .wpcf7 textarea:active,
#contact .wpcf7 input[type="text"]:focus,
#contact .wpcf7 textarea:focus {
  outline: none;
  border-color: #ED1651;
}
#contact .wpcf7 textarea {
  height: 160px;
  margin-bottom: 0;
}
#contact .wpcf7 .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 15px;
}
#contact .wpcf7 .wpcf7-list-item input {
  margin-right: 10px;
}
#contact .wpcf7 .wpcf7-list-item label {
  color: #fff;
  font-size: 14px;
}
#contact .wpcf7 .wpcf7-list-item label a {
  color: #ED1651;
}
#contact .wpcf7 .mid span {
  width: calc(50% - 15px);
  float: left;
}
#contact .wpcf7 .mid span + span {
  margin-left: 30px;
}
#contact .wpcf7 input[type="submit"] {
  background: #ED1651;
  color: #fff;
  padding: 8px 60px;
  text-transform: uppercase;
  border-radius: 10px;
  float: right;
  margin-bottom: 45px;
  transition: all 0.2s ease-in-out;
  border: 3px solid rgba(255, 255, 255, 0.25);
}
#contact .wpcf7 input[type="submit"]:hover {
  background: #002B3D;
}
#contact .wpcf7 .wpcf7-response-output {
  font-size: 14px;
}
#contact .wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
#contact .wpcf7 .wpcf7-not-valid {
  border-color: red !important;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.3);
}
#contact .wpcf7 .wpcf7 form.invalid .wpcf7-response-output,
#contact .wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #ffb900;
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1410px;
  }
}
@media screen and (max-width: 1400px) {
  h1,
  h2 {
    font-size: 60px;
  }
  h1 em,
  h2 em {
    font-size: 66px;
  }
  #intro .btnscta a {
    margin-bottom: 30px;
  }
  #cd-navigation .contact-menu a {
    padding: 2px 20px 4px;
  }
  #header .col-sm-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #header .col-sm-8 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  #header .navbar-brand {
    padding-top: 60px;
  }
  #intro .animated_intro img {
    max-width: 130% !important;
  }
}
@media screen and (max-width: 1200px) {
  #cd-navigation li a {
    font-size: 20px;
    padding: 2px 15px;
  }
  #header .col-sm-8.text-right {
    padding-left: 0;
  }
  #contact .txt1,
  #contact .txt2 {
    padding-left: 60px;
    position: relative;
    font-size: 14px;
    background: #fff;
    padding: 0px 10px 15px 40px;
    margin-bottom: 35px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: 95%;
    max-width: 95%;
  }
  #header #ico-top ul li a {
    background: #fff;
  }
  h1 {
    line-height: 0.9;
    font-size: 50px;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 50px;
  }
  #intro .animated_intro img {
    max-width: 130% !important;
    margin-top: 0;
  }
  #services .col-md-3 .red.circle,
  #references .references .red.cross,
  #contact .red.circle {
    display: none;
  }
  #cta:after {
    left: -180px;
  }
  #references .tprev.slick-arrow {
    left: -100px;
  }
  #references .tprev,
  #references .tnext {
    width: 34px;
    height: 60px;
    top: -50px;
    right: 0px !important;
  }
  #contact .txt1,
  #contact .txt2 {
    padding: 15px;
  }
  #contact .txt1:before,
  #contact .txt2:before {
    display: none;
  }
  #references .tprev {
    left: inherit !important;
    right: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .serv-item-desc {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .circle,
  .cross {
    display: none !important;
  }
  .pres_images.row img {
    width: 100%;
  }
  .pres_images.row .col-md-6 {
    max-width: 50%;
  }
  #navbar.closed {
    display: none;
  }
  #intro .col-md-6 {
    order: 2;
  }
  #intro .col-md-6 + .col-md-6 {
    order: 1;
  }
  #intro .animated_intro img {
    max-width: 110% !important;
    margin-top: -140px;
    margin-bottom: 20px;
  }
  #intro h1 {
    color: #fff;
    line-height: 0.85;
    margin-bottom: 30px;
  }
  #intro .btnscta {
    margin: 40px 0 0px;
  }
  h2 {
    margin-bottom: 30px !important;
  }
  .content-wrap > section,
  .content-wrap > .bg-gradient > section {
    padding: 130px 0;
  }
  .content-wrap > section {
    padding: 80px 0;
  }
  #header .col-sm-4 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  #header .col-sm-8 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  #services .col-md-3.img {
    display: none;
  }
  .services .col-md-3.text-center {
    text-align: center !important;
    margin-bottom: 5px;
  }
  .content-wrap > section {
    padding: 130px 0;
  }
  #contact #socialmedia-foot ul {
    text-align: right;
  }
  #contact #socialmedia-foot ul a {
    margin-right: 0 !important;
    margin-left: 20px;
  }
  #cta:after {
    display: none;
  }
  #cta .btns a {
    margin-bottom: 30px;
  }
  #presentation:before {
    right: -140px;
  }
  #contact .wpcf7 .mid span {
    width: calc(100%);
    float: none;
    margin-left: 0 !important;
  }
  #contact #socialmedia-foot ul {
    padding-left: 0 !important;
  }
  #ico-top {
    display: none;
  }
  #header .col-sm-4 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .serv-item {
    background: #f5f5f5;
    padding: 25px 15px;
    text-align: center;
    border-radius: 10px;
  }
  .serv-item img {
    margin-bottom: 20px;
  }
  #references .ref-item {
    padding: 0;
  }
  #references .slick-list {
    overflow: visible;
    padding: 26px 15px;
  }
  #references .ref-item .ref-wrap .content {
    padding: 20px 15px;
  }
  #references .ref-item .ref-wrap .content p {
    font-size: 14px;
    text-align: justify;
  }
}
@media screen and (max-width: 600px) {
  #presentation:before {
    display: none;
  }
  #intro #socialmedia ul li a {
    margin-right: 5px;
  }
  #contact .wpcf7 input[type="submit"] {
    display: block;
    font-size: 16px;
    padding: 8px 30px !important;
  }
  #intro {
    position: relative;
    padding: 280px 0 0px;
    z-index: 15;
  }
  h1,
  h2 {
    font-size: 34px;
  }
  h1 em,
  h2 em {
    font-size: 42px;
  }
  div#socialmedia-foot {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 420px) {
  #references .tprev,
  #references .tnext {
    width: 21px;
    top: -40px;
  }
}
