.head-image-and-description {
  padding: 220px 0 220px;
  background-size: 100%;
  background-position: center -40px;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto;
}

.get-projects-span {
  background: none;
  padding: 5px 20px;
  border-radius: 24px;
  display: block;
  text-align: center;
}

#course-form div.error {
  font-size: 12px;
  margin-top: 3px;
  color: rgba(220, 53, 69, 0.7411764706);
}

#course-form input.error {
  border: 1px solid rgba(220, 53, 69, 0.7411764706);
}

#educationModal .modal-content {
  background-image: url("/img/bg_grey.png");
  width: 500px;
  max-width: 500px;
  font-family: "Proxima Nova Rg";
  position: relative;
  overflow: hidden;
}
#educationModal .modal-content .modal-header {
  border-bottom: 1px solid #343a40;
}
#educationModal .modal-content .modal-header #myModalLabel {
  color: white;
}
#educationModal .modal-content .modal-header #myModalLabel span {
  color: #00a65a;
}
#educationModal .modal-content img.course-image-modal {
  position: absolute;
  left: -20%;
  bottom: 0%;
  opacity: 0.05;
  width: 60%;
}
#educationModal .modal-content .modal-body form {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
#educationModal .modal-content .modal-body form input {
  background-color: #1d1d1d;
  color: #ccc;
}
#educationModal .modal-content .modal-body form label {
  color: #ccc;
}
#educationModal .modal-content .modal-footer {
  border-top: 1px solid #343a40;
}
#educationModal .modal-content .modal-footer .btn-green {
  background: linear-gradient(to right, #54d74f 0, #45cc59 39%, #45cc59 62%, #37c361 100%);
  color: #fff;
}

.our-projects-container .gallery .item {
  border: 1px solid #fff;
}
.our-projects-container .gallery .item:hover .technologies {
  bottom: 0px;
}
.our-projects-container .gallery .item:hover {
  border: 1px solid #37c361;
}

.technologies {
  width: auto;
  padding-right: 40px;
  position: absolute;
  left: 0;
  bottom: -40px;
  text-align: left;
  padding-left: 5px;
  padding-top: 5px;
  transition: all 0.3s ease;
  background-color: #37c361;
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 100%, 0% 100%);
}
.technologies .once {
  display: inline-table;
}
.technologies .once img {
  width: 20px !important;
  filter: grayscale(0) blur(0px) !important;
  margin: 2px;
}

.marketing-strategy, .design-3-bl {
  position: relative;
  overflow: hidden;
}
.marketing-strategy img, .design-3-bl img {
  position: absolute;
  left: -30%;
  bottom: 0;
  opacity: 0.04;
  width: 80%;
}

.marketing-strategy__wrapper__item img, .content-with-3-blocks__wrapper img {
  margin: 0 auto 20px auto;
  display: block;
  position: static;
  opacity: 1;
  width: 65px;
  height: 65px;
}
.marketing-strategy__wrapper__item h5, .content-with-3-blocks__wrapper h5 {
  font-size: 20px;
  text-align: center;
  font-family: "Proxima Nova Bd";
  margin-bottom: 15px;
}

.icon-bl {
  text-align: center;
}
.icon-bl img {
  max-width: 65px;
  margin: 0 auto 20px;
  position: relative;
}

body {
  overflow-y: scroll;
}

.our-team-container__wrapper__item img {
  transition: none;
}

.our-team-container__wrapper__item__user-info__socials-block {
  justify-content: center;
  margin-top: 10px;
}

.simple-content ul li a {
  color: #54d74f;
  font-weight: 500;
}

.head-image__left-side form label input {
  margin-top: 0;
  margin-bottom: 25px;
}

.head-image__left-side form {
  align-items: flex-start;
}

.error {
  color: red !important;
  letter-spacing: normal;
  text-transform: none;
}

#phone-error {
  position: absolute;
  bottom: 0;
}

.help-block strong {
  display: block;
  color: red;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}

.our-projects-container .gallery .item .desc {
  background: rgba(0, 0, 0, 0.3);
}

.our-projects-container .gallery .item img {
  transition: all 0.3s ease;
  filter: grayscale(0) blur(2px);
}

.project-view .project-article-content img {
  max-height: 300px;
}

.container--gallery {
  margin-top: 40px;
  margin-bottom: 40px;
}
.container--gallery .row {
  margin-left: -4px;
  margin-right: -4px;
}
.container--gallery [class*=col-] {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
}

.photo-zoom {
  outline: 0;
  overflow: hidden;
  position: relative;
  display: block;
  height: 230px;
}
.photo-zoom img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .photo-zoom img, [class*="-2"] .photo-zoom img, [class*="-3"] .photo-zoom img {
  width: auto;
  height: 100%;
}

.image-source-link {
  color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.23s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.working-counter-container {
  padding: 0px 0 100px;
}

.gallery-inner {
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
}

.our-projects-container .gallery .item {
  top: auto !important;
  left: auto !important;
  position: relative !important;
}

.sweet-alert {
  background-image: url("/img/bg_grey.png");
}
.sweet-alert h2 {
  color: #54d74f;
}
.sweet-alert p {
  color: #fff !important;
}

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after, .sweet-alert .sa-icon.sa-success .sa-fix {
  background: transparent !important;
}

.sa-confirm-button-container button {
  display: inline-block;
  background: #54d74f;
  background: -webkit-gradient(left top, right top, color-stop(0, #54d74f), color-stop(39%, #45cc59), color-stop(62%, #45cc59), color-stop(100%, #37c361));
  background: linear-gradient(to right, #54d74f 0, #45cc59 39%, #45cc59 62%, #37c361 100%);
  color: #fff;
  font-size: 14px;
  text-align: center;
  outline: 0 !important;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-family: "Proxima Nova Rg";
  border: none !important;
  height: -moz-max-content;
  height: max-content;
  max-width: 250px;
  width: 100%;
  min-width: 250px;
  border-radius: 30px;
  cursor: pointer;
  padding: 15px;
  transition: background 0.2s ease-in-out;
  outline: none;
}
.sa-confirm-button-container button:active {
  background: #54d74f !important;
  background: -webkit-gradient(left top, right top, color-stop(0, #54d74f), color-stop(39%, #45cc59), color-stop(62%, #45cc59), color-stop(100%, #37c361)) !important;
  background: linear-gradient(to right, #54d74f 0, #45cc59 39%, #45cc59 62%, #37c361 100%) !important;
  color: #fff;
  font-size: 14px;
  text-align: center;
  outline: 0 !important;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-family: "Proxima Nova Rg";
  width: 100%;
  border: none;
  height: -moz-max-content;
  height: max-content;
  max-width: 250px;
  width: 100%;
  min-width: 250px;
  border-radius: 30px;
  cursor: pointer;
  padding: 15px;
  transition: background 0.2s ease-in-out;
}

.check:checked + label.label-brain svg g path {
  stroke-dashoffset: 0;
}

.valid:checked + div.error + label.label-brain svg g path {
  stroke-dashoffset: 0;
}

.valid:checked + div.valid + label.label-brain svg g path {
  stroke-dashoffset: 0;
}

.contact-form__items-container {
  align-items: flex-start;
}

.contact-form__wrapper__main-form__left-side label .inp-block {
  align-items: flex-start;
}

.contact-form__wrapper__main-form__left-side label .inp-block i {
  color: #fff;
  top: 11px;
  position: relative;
}

.portfolio-description {
  font-family: none;
}

.head-image-and-description__wrapper-head-description h5 {
  color: #FFF;
}

.bg-dark-style {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

.bg-dark-style:hover {
  background-color: transparent;
}

.bg-cover {
  background-size: cover;
}

.our-projects-container .gallery .item {
  width: 32%;
  margin: 5px;
}

.gallery-inner {
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .project-view .project-article-content img {
    max-width: none;
    width: auto;
  }
  .our-projects-container .gallery .item img {
    filter: grayscale(0) blur(2px) !important;
    transform: translate(0, 0) scale(1);
    height: 100%;
  }
  .our-projects-container .gallery .item {
    width: 48%;
    margin: 5px;
  }
  .head-image-and-description {
    padding: 120px 0;
  }
  .photo-zoom {
    height: 140px;
  }
  .contact-form__wrapper__main-form__right-side label textarea {
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .photo-zoom {
    height: 100px;
  }
  .portfolio-description img {
    float: none;
    margin-left: 0 !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 629px) {
  .contacts-bg-team {
    background-position: 0% -120px;
    background-size: contain;
    padding: 120px 0;
  }
}
@media screen and (max-width: 580px) {
  .head-image-and-description {
    background-position: 0 0;
  }
  .our-projects-container .gallery .item {
    height: auto;
  }
  .contacts-bg-team {
    background-position: 0 -120px;
  }
  .navigation-menu ul.main-items li a {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .photo-zoom {
    height: auto;
  }
  .photo-zoom img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    transform: translate(0);
  }
}
@media screen and (max-width: 530px) {
  .our-projects-container .gallery .item {
    margin: 2px;
  }
  .our-projects-container .gallery .item .desc h4 {
    font-size: 21px;
  }
  .project-view .project-article-content img {
    width: 100%;
    max-width: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .gallery-inner {
    justify-content: center;
  }
  .our-projects-container .gallery .item .desc h4 {
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  .head-image-and-description {
    background-size: cover;
  }
  .our-projects-container .gallery .item {
    width: 100%;
    margin: 5px;
  }
  .contacts-bg-team {
    background-position: 0 0;
    padding: 120px 0;
    background-size: contain;
  }
}
@media screen and (max-width: 450px) {
  .contacts-bg-team {
    background-position: 0 -80px;
  }
}
@media screen and (max-width: 420px) {
  .our-projects-container .gallery .item {
    width: 100%;
    margin: 2px;
  }
}
@media screen and (max-width: 360px) {
  .contacts-bg-team {
    padding: 80px 0;
    background-position: 0px -60px;
  }
}
@media screen and (min-width: 630px) {
  .contacts-bg-team {
    background-position: 0% -100px;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .contacts-bg-team {
    background-position: 0% 75%;
    background-size: cover;
  }
}
@media screen and (min-width: 993px) {
  .contacts-bg-team {
    background-position: center;
    background-size: cover;
  }
}
@media screen and (min-width: 1400px) {
  .contacts-bg-team {
    background-position: 0px 45%;
  }
}
