.main-menu li.current-menu-item a {
  color: #fb3431;
}

.sidebar-project-item-desc a {
  text-decoration: none;
  color: inherit;
}

.footer-nav li.current-menu-item a {
  color: #fb3431;
}

.wpcf7-spinner {
  position: absolute;
  right: -60px;
  top: 0;
}

.marker-checked::before {
  opacity: 1!important;
}

.wpcf7-acceptance {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.wpcf7-not-valid-tip {
  font-size: 12px!important;
  position: absolute;
  bottom: -40px;
  left: 0;
}

.area-wrap .wpcf7-not-valid-tip {
  bottom: -20px;
}

.wpcf7-response-output {
  border: none!important;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: -40px;
  margin: 0!important;
  padding: 0 !important;
}

.contact-form-wrap {
  position: relative;
}

.footer-col-connect h3 {
  padding-left: 10px;
}

.footer-menu {
  margin-bottom: 0;
}

.redimg {
  width: 78px;
}

.sidebar-content-inner {
  display: flex;
  flex-direction: column;
}

.sidebar-directions {
  order: 1;
}

.sidebar-page-heading {
  order: 2;
}

.sidebar-project-content {
  order: 3;
}

.sidebar-contacts {
  order: 4;
}

.sidebar-bottom {
  order: 5;
}

.hiddengalery {
  display: none;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  background: #222222;
}

.fancybox-caption__body {
  font-size: 12px;
  line-height: 15px;
  font-family: Montserrat,sans-serif;
}

.fancybox-infobar {
  font-size: 20px;
}

.fancybox-navigation .fancybox-button div {
  background-color: #fff;
}

.fancybox-navigation .fancybox-button div svg path {
  stroke: #222222;
  fill: #222222;
}

.btn-fb {
  background-color: #fff;
  color: #222!important;
  text-decoration: none!important;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.btn-fb:hover {
  color: #fb3431!important;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loaded .preloader {
  display: none;
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.editor-styles p {
  margin-bottom: 20px;
}

.editor-styles h3 {
  margin-bottom: 20px;
}

.header-lang ul{
  list-style: none;
  display: flex;
  text-decoration: none;
}

.header-lang ul a {
  color: #4D4D4D;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
}

.header-lang ul a:after {
  content: '/';
}

.header-lang ul li:last-child a:after {
  display: none;
}

.header-lang ul li {
  margin-bottom: 0;
}

.header:hover .header-lang ul a {
  color: #fff;
}

.form-submit-wrap {
  width: auto;
  padding-right: 45px;
}

.sidebar-project-item-video {
  position: relative;
}

.tile-video2 video {
  width: 100%;
}

.home-portfolio-section .portfolio-tile-item {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.footer-col-connect {
  width: 430px;
}

.editor-styles a {
  color: #4D4D4D;
}

.portfolio-tile-title h3:before {
  width: 700%;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 20px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 20px;
}

.form-submit-wrap:hover .form-submit {
  color: #fb3431;
}

.color-red {
  color: #fb3431!important;
}

.header-content .social-link:active path, .header-content .social-link:focus path, .header-content .social-link:hover path{
  fill: #fb3431;
}

.carat-big-logo-wrap img {
  transition: opacity 0.3s;
  opacity: 0;
}

.carat-big-logo-wrap .carat-big-logo_visible {
  opacity: 0.7;
}

.header-phone:hover {
  color: #fb3431!important;
}

.lang-item a:hover {
  color: #fb3431!important;
}

.lang-item a:hover::after{
  color: #fff!important;
}

.img-title {
  margin-bottom: 30px;
  width: 350px;
  max-width: 100%;
}

/* .top-slide-first img{
    -webkit-transform: scale(1)!important;
    transform: scale(1)!important;
} */
.top-slide-first img {
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 5s ease-in-out forwards;
  -moz-animation: imageAnimation 5s ease-in-out forwards;
  -o-animation: imageAnimation 5s ease-in-out forwards;
  -ms-animation: imageAnimation 5s ease-in-out forwards;
  animation: imageAnimation 5s ease-in-out forwards;
}

@keyframes imageAnimation { 
	0% {
      transform: scale(1);
	    animation-timing-function: ease-in-out;
	}

  /* 50% { 
    transform: scale(1.05);
   } */

	100% { 
    transform: scale(1.07);
    animation-timing-function: ease-in-out;
   }
}

.portfolio-tile-item .portfolio-tile-description {
  padding: 10px 25px 20px;
}

.portfolio-tile-square {
  padding-top: 10px;
}

.portfolio-tile-item .tile-img:after {
  bottom: -25px;
}

.portfolio-tile-item:hover .tile-img:after {
  bottom: -35px;
}

.portfolio-tile-item:hover .portfolio-tile-description {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}


@media (min-width: 1025px){
  .nav-body-opened .body-overlay {
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .nav-toggle {
    background-color: rgba(77,77,77,0.8)!important;
  }

  .toggle-button.is-active span {
    color: transparent;
  }

  .toggle-button span {
    user-select: none!important;
  }

  .nav-toggle.nav-toggle-opened{
    background-color: #4d4d4d!important;
  }

  .menu-panel::before {
    content: '';
    display: block;
    position: absolute;
    left: 110px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    border: 1px solid #fb3431;
  }

  .menu-panel-inner {
    position: relative;
  }

  .toggle-button span {
    transition: none;
  }

  .nav-red {
    background-color: rgb(251, 52, 49)!important;
    opacity: 1!important;
  }

  .flex-col-contactform {
    padding-top: 30px;
    padding-bottom: 30px;
    width: calc(62% - 30px);
  }

  .flex-col-contactform .heading h2 {
    font-size: 30px;
  }

  .flex-col-contactform .heading .subtitle {
    margin-bottom: 0;
  }

  .flex-col-contact-img {
    width: calc(38% - 30px);
  }

  .flex-col-contactform .form-row-last {
    padding-top: 0;
  }

  .flex-col-contactform .contact-form-wrap .form-row-first {
    padding-bottom: 0;
  }
}

@media (min-width: 1201px){
  .footer-menu li a {
    font-size: 18px;
  }

  .redimg {
    width: 92px;
  }
}

@media (min-width: 1367px){
  .portfolio-tile-item .tile-img {
    height: 480px;
  }
}

@media (max-width: 1366px){
  .portfolio-tile-description {
    padding-bottom: 40px;
  }

  .portfolio-tile-item .tile-img {
    height: 377px;
  }

  
}

@media (max-width: 1366px) and  (min-width: 768px){
  .home-about-col-img {
    min-height: 500px;
  }
}

@media (max-width: 1440px) and  (min-width: 1365px){
  .home-services-section .heading, .home-portfolio-section .heading, .home-features-section .heading, .clients-section .heading, .about-content .heading, .team-section .heading, .work-stages-section .heading, .portfolio-section .heading{
    padding-left: 35px;
  }
}

@media (max-width: 1366px) and  (min-width: 1025px){
  .home-services-section .heading, .home-portfolio-section .heading, .home-features-section .heading, .clients-section .heading, .about-content .heading, .team-section .heading, .work-stages-section .heading, .portfolio-section .heading{
    padding-left: 55px;
  }
}

@media (max-width: 1366px) and  (min-width: 1200px){
  .services-wrap-services-page .tile-img {
    height: 500px;
  }
}

@media (max-width: 1200px){
  .footer-col-connect {
    width: 100%;
  }

  .footer-col-connect h3 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1024px) {
  .tile-video2 {
    height: 485px;
  }

  .tile-video2 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 767px){
  .btn-fb {
    position: static;
    margin-top: 20px;
  }

  .fancybox-caption__body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fancybox-navigation .fancybox-button--arrow_left {
    left: 25px;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: 25px;
  }

  .img-title {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
  }

  .home-features-section{
    display: none;
  }

  .home-portfolio-section {
    display: block;
  }
}

@media (max-width: 599px){
  .wpcf7-not-valid-tip {
    display: none!important;
  }

  .wpcf7-response-output {
    position: static;
    padding-top: 20px!important;
  }

  .features-page .home-features-section {
    padding-bottom: 20px;
  }

  .features-page .home-features-section .features-tile-item {
    margin-bottom: 0;
  }

  .fancybox-navigation .fancybox-button div {
    opacity: 0.5;
  }

  .header-inner {
    height: 50px;
  }

  .page-heading {
    margin-top: 105px;
  }

  /* .fancybox-is-open .fancybox-bg {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  } */
}


.filters-form-col .form-checkbox_filter {
  white-space: normal;
}

.work-stages-item-bot {
  align-items: baseline;
}

.filters-form-col {
  width: calc(100% / 3);
}

.filters-form {
  flex: 1 1 auto;
}

@media (max-width: 1200px){
  .filters-form-col {
  width: calc(100% / 2);
}
}

.grecaptcha-badge {
  display: none!important;
}