.text-blue-500 {
  color: rgba(22, 37, 99, var(--tw-text-opacity));
}

.border-blue-500 {
  border-color: rgba(22, 37, 99, var(--tw-border-opacity));
}

.hover\:text-blue-500:hover {
  color: rgba(22, 37, 99, var(--tw-text-opacity));
}

.text-green-300 {
  color: rgba(69, 229, 141, var(--tw-text-opacity));
}

.bg-blue-300 {
  background-color: rgba(69, 89, 195, var(--tw-bg-opacity));
}

.bg-blue-500 {
  background-color: rgba(22, 37, 99, var(--tw-bg-opacity));
}

.bg-blue-800 {
  background-color: rgba(15, 26, 72, var(--tw-bg-opacity));
}

.bg-green-500 {
  background-color: rgba(69, 229, 141, var(--tw-bg-opacity));
}

.space-x-85> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(23.5rem * var(--tw-space-x-reverse));
  margin-left: calc(23.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.bg-gray-500 {
  background-color: rgba(242, 243, 249, var(--tw-bg-opacity));
}

.md\:quote-btn {
  background: #162563;
  border-radius: 50px;
  padding: 7px 20px 10px;
  color: #fff;
  line-height: 1;
  border: 1px solid #162563;
  display: inline-block;
}

.md\:quote-btn:hover {
  background: #fff;
  color: #162563;
}

#mobile-menu li a.active {
  color: #3bbf84;
}

.white-rounded-left-bg {
  position: relative;
}

.white-rounded-left-bg div {
  z-index: 9;
}

.white-rounded-right-bg {
  position: relative;
}

.gray-rounded-right-bg {
  position: relative;
}

.gray-rounded-right-bg div {
  z-index: 9;
}

.white-rounded-left-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/white-rounded-left-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 240px;
  height: 190px;
  z-index: -9;
}

.gray-rounded-right-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/gray-rounded-right-bg.jpg);
  background-repeat: no-repeat;
  width: 230px;
  height: 220px;
  z-index: -9;
}

.white-rounded-right-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/white-rounded-right-bg.jpg);
  background-repeat: no-repeat;
  width: 460px;
  height: 400px;
  z-index: -9;
}

.gray-rounded-left-bg:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -90px;
  background-image: url(../images/gray-rounded-left-bg.jpg);
  background-repeat: no-repeat;
  width: 290px;
  height: 280px;
  z-index: -9;
}

.blue-rounded-right-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/approach/blue-rounded-right-bg.jpg);
  background-repeat: no-repeat;
  width: 290px;
  height: 280px;
  z-index: -9;
}

.newsletter {
  width: 100%;
  max-width: 840px;
  background-image: url(../images/newsletter1.png);
  background-repeat: no-repeat;
  height: 240px;
  background-size: contain;
  border-radius: 12px;
  margin: 0 auto;
  z-index: -9;
}

.newsletter-inner {
  margin-top: 115px;
  margin-right: 25px;
  margin-left: 25px;
  text-align: center;
}

.technology-icon img {
  max-width: 110px;
  height: 60px;
  object-fit: contain;
  margin: 0 5px;
}

.blog-srh,
.subscribe-sec {
  position: relative;
}

.blog-srh [type=email],
.subscribe-sec [type=email] {
  height: 38px;
  padding-right: 115px;
  padding-top: 4px;
}

.blog-srh [type=button],
.subscribe-sec [type=button] {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.see-green-border {
  position: relative;
}

.see-green-border:after {
  content: '';
  width: 104%;
  height: 12px;
  position: absolute;
  bottom: 8px;
  background: rgba(69, 229, 141, 0.5);
  right: 0;
  left: 0;
  z-index: -9;
  margin-left: -4px;
}

.arrow {
  background-image: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 17px;
  top: auto;
  bottom: 20%;
  right: 200px;
  left: auto;
}

.arrow.next {
  background-image: url(../images/arrow-right.svg);
  top: auto;
  right: 100px;
  left: auto;
}

.default-btn {
  font-size: 15px;
  line-height: 1.1;
  color: #fff;
  padding: 5px 15px 7px;
}

.default-btn img {
  max-width: 18px;
  margin-top: 3px;
}

.contact-form .default-btn {
  cursor: pointer;
  padding-right: 20px;
  padding-left: 20px;
}

.white-btn {
  font-size: 14px;
  line-height: 1.1;
  padding: 4px 11px 7px;
  border: 1px solid;
}

.blog-post,
.team-member {
  box-shadow: 0px 4px 12px #D5D7E3;
  border-radius: 10px;
  padding: 25px;
}

.blog-post-img,
.team-member-img {
  box-shadow: 0px 6px 12px #4559C3;
  border-radius: 10px;
  margin-top: -70px;
}

.team-member-img {
  box-shadow: none;
}

.contact-form form {
  box-shadow: 0px 4px 12px #D5D7E3;
  border-radius: 10px;
  padding: 60px 40px;
  border-right: 20px solid #162563;
}

.blue-rounded-left {
  position: relative;
}

.blue-rounded-left div {
  z-index: 9;
}

.blue-rounded-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/footer-before.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 230px;
  height: 190px;
}

.marathon-step {
  background-color: #162563;
  border-radius: 12px;
  padding: 15px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 35%;
  background-blend-mode: exclusion;
}

/* .marathon-step.step-one {
  background-image: url(../images/01.svg);
}
.marathon-step.step-two {
  background-image: url(../images/02.svg);
}
.marathon-step.step-three {
  background-image: url(../images/03.svg);
}
.marathon-step.step-four {
  background-image: url(../images/04.svg);
}
.marathon-step.step-five {
  background-image: url(../images/05.svg);
} */
.setp-top {
  margin-top: -170px;
}

.step-one-image {
  position: relative;
}

.step-one-image>img {
  position: absolute;
  top: -170px;
  right: 15px;
}

.step-four-image {
  position: relative;
}

.step-four-image>img {
  position: absolute;
  top: -170px;
  right: 15px;
}

.step-five-image {
  margin-top: -115px;
}

.footer-logo {
  display: inline-block;
  max-width: 250px;
}
.portfolio-img {
  margin-top: -230px;
}
.codility-logo-w {
  max-width: 400px;
}

/* .btn-close {
  background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 16 16%22 fill=%22%23000%22%3E%3Cpath d=%22M.293.293a1 1 0 011.414.0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293A1 1 0 01.293 14.293L6.586 8 .293 1.707a1 1 0 010-1.414z%22/%3E%3C/svg%3E")50%/1em no-repeat;
} */
.modal-dialog {
  max-width: 850px;
  margin: 1.75rem auto;
}

.modal-content {
  box-shadow: 0px 4px 12px #D5D7E3;
  border-radius: 10px;
  padding: 10px 30px;
  border-right: 20px solid #162563;
}

.expert .slider-item-reveal {
  --swiffy-slider-item-reveal: 42rem;
}

.swiffy-slider li {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

.swiffy-slider li:nth-child(1) {
  background-image: url(../images/expert/web-dev-reflection.jpg);
}

.swiffy-slider li:nth-child(2) {
  background-image: url(../images/expert/cms-reflection.jpg);
}

.swiffy-slider li:nth-child(3) {
  background-image: url(../images/expert/android-reflection.jpg);
}

.swiffy-slider li:nth-child(4) {
  background-image: url(../images/expert/web-design-reflection.jpg);
}

.swiffy-slider li>div {
  max-width: 50%;
  padding: 45px 5px 0 45px;
}

.swiffy-slider li>div>img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.slider-nav {
  background-image: url("../images/expert/arrow-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  border-radius: 15px 0 0 15px;
  opacity: 1;
}

.slider-nav.slider-nav-next {
  background: url("../images/expert/arrow-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  border-radius: 0 15px 15px 0;
}

.slider-nav-round .slider-nav::before,
.slider-nav-round .slider-nav::after {
  display: none;
}

.slider-indicators button:nth-child(2).active .slider-nav {
  border-radius: 0 15px 15px 0;
}

.perks-sec img {
  max-width: 100px;
}


.value-steps-progress {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.value-steps-progress .steps-list {
  width: 100%;
  position: relative;
  list-style: none;
}

.value-steps-progress .steps-list .steps-item img {
  position: absolute;
  top: 0;
  right: 100%;
  max-width: 100px;
  margin-right: 140px;
}

.value-steps-progress .steps-list .steps-item.active img {
  margin-right: 50px;
}

.value-steps-progress .steps-list .steps-item:not(:last-child) {
  padding-bottom: 3rem;
}

.value-steps-progress .steps-list .steps-item {
  float: right;
  padding-left: 20px;
  clear: both;
}

.value-steps-progress .steps-list .steps-item {
  position: relative;
  width: 100%;
}

.value-steps-progress .steps-list .steps-item:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 25px;
  left: -30px;
  width: 10px;
  height: 100%;
  border-left: 3px solid #162563;
}

.value-steps-progress .steps-list .steps-item:after {
  content: '';
  background-image: url(../images/about/blue-check.png);
  width: 27px;
  height: 27px;
  position: absolute;
  background-repeat: no-repeat;
  left: -42px;
  top: 7px;
  background-size: contain;
}

.value-steps-progress .steps-list .steps-item.active:after {
  background-image: url(../images/about/green-check.png);
}

.value-steps-progress .steps-list .steps-item:last-child:before {
  display: none;
}

.join-bg {
  background-image: url(../images/approach/process.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bg {
  background-image: url(../images/approach/process.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px 50px;
}

.bg li {
  max-width: 350px;
  background: #4559C3;
  color: #fff;
  box-shadow: 0 0px 6px 0px #0d0d0d;
  padding: 30px;
}

.bg li:nth-child(1) {
  margin-left: 80px;
}

.bg li:nth-child(2) {
  background: #162563;
  margin-left: 215px;
}

.bg li:nth-child(3) {
  margin-left: 350px;
}

.services-list {
  box-shadow: 1px 1px 3px 0px #4559C3;
}

.services-list img {
  max-width: 90px;
}

#portfolio,
#portfolio1,
#career-portfolio {
  margin: 3rem 0 1rem;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

#career-portfolio>div {
  box-shadow: 0px 4px 12px #D5D7E3;
  border-radius: 10px;
  padding: 30px;
  border-right: 20px solid #45E58D;
}

.tile,
.tile1 {
  display: none;
}

.scale-anm {
  margin: 0 0 2.4rem;
  width: 100%;
}

.tile1 img,
.tile img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}

.btn {
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  padding: .5rem 1rem;
  margin: 0;
  height: auto;
  vertical-align: middle;
  -webkit-appearance: none;
  color: #555;
  border-bottom: 4px solid #fff;
}

.btn.filter.active {
  border-bottom: 4px solid #45E58D;
}

.about-banner {
  max-width: 550px;
}

@media (max-width: 1280px) {

  .blog-post,
  .team-member {
    margin-bottom: 40px;
  }

  /* .blog-post:last-child,
  .team-member:last-child {
    margin-bottom: 0px;
  } */
  .blog-post-img,
  .team-member-img {
    margin-top: -50px;
  }

  .swiffy-slider li>div {
    padding: 20px 20px 0;
  }
}

@media (max-width: 1140px) {
  .expert .slider-item-reveal {
    --swiffy-slider-item-reveal: 33rem;
  }
}

@media (max-width: 1024px) {
  .step-five-div {
    display: none;
  }

  .step-one-image>img {
    position: static;
  }

  .value-steps-progress {
    padding-left: 240px;
  }
}

@media (max-width: 992px) {
  .expert .slider-item-reveal {
    --swiffy-slider-item-reveal: 16rem;
  }
}

@media (max-width: 840px) {
  .logo {
    max-width: 180px;
  }

  .newsletter {
    background: #4558c3;
    max-width: 100%;
    height: auto;
  }

  .newsletter-inner {
    margin-top: 0;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {

  .white-rounded-left-bg:before,
  .gray-rounded-right-bg:before,
  .white-rounded-right-bg:before,
  .gray-rounded-left-bg:before,
  .blue-rounded-right-bg:before,
  .blue-rounded-left:before {
    display: none;
  }

  .setp-top,
  .step-five-image {
    margin-top: 20px;
  }

  .step-four-image>img {
    position: static;
  }

  .contact-form form {
    padding: 40px 15px;
    border-right: 12px solid #162563;
    margin: 0 15px;
  }

  .expert .slider-item-reveal {
    --swiffy-slider-item-reveal: 7rem;
  }
}


@media (max-width: 740px) {
  .bg li:nth-child(1) {
    margin-left: 40px;
  }

  .bg li:nth-child(2) {
    margin-left: 120px;
  }

  .bg li:nth-child(3) {
    margin-left: 200px;
  }

  #portfolio,
  #career-portfolio {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}


@media (max-width: 640px) {
  .expert .slider-item-reveal {
    --swiffy-slider-item-reveal: 0rem;
  }

  .swiffy-slider li>div {
    max-width: 100%;
    padding: 15px 10px 0;
  }

  .swiffy-slider li>div>img {
    display: none;
  }

  .newsletter-inner {
    margin-right: 10px;
    margin-left: 10px;
  }
}


@media (max-width: 580px) {
  .codility-logo-w {
    max-width: 100%;
  }
  .arrow {
    right: 60px;
  }

  .arrow.next {
    right: 0;
  }

  .swiffy-slider.slider-indicators-outside {
    overflow-x: hidden;
  }

  .slider-nav-outside .slider-container {
    margin: 0 -1rem;
  }

  .swiffy-slider {
    --swiffy-slider-item-gap: 0rem;
  }

  .bg {
    background: none;
  }

  .bg li {
    max-width: 250px;
  }

  .bg li:nth-child(1) {
    margin-left: 0;
  }

  .bg li:nth-child(2) {
    margin-left: 15px;
  }

  .bg li:nth-child(3) {
    margin-left: 30px;
  }
}

@media (max-width: 560px) {
  .value-steps-progress {
    padding-left: 45px;
  }

  .value-steps-progress .steps-list .steps-item img {
    position: static;
  }
}

@media (max-width: 410px) {
  .slider-nav-outside .slider-container {
    margin: 0 -4rem !important;
  }
}

/* #45E58D */

/* Projects */
.projects-wrapper {
  background: transparent url("../img/projects_main_bg.jpg") repeat-y center top;
  padding: 20px;
  text-align: center;
  min-height: 100vh;
}

.projects-list {
  margin: auto;
  left: 7px;
}

.project-item {
  width: 20%;
  margin-bottom: 15px;
  position: relative;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

.project-item img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.filters-list {
  border: 1px solid rgba(197, 32, 56, 0.5);
  background-color: rgba(255, 255, 255, .5);
  padding: 5px;
  display: inline-block;
  text-align: center;
  margin-bottom: 25px;
}

.filters-list li {
  font-family: sans-serif;
  display: inline-block;
  background-color: rgba(255, 255, 255, .75);
  padding: 10px;
  border: 1px solid #ddd;
  cursor: pointer;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.filters-list li:hover,
.filters-list li.active {
  background-color: rgba(255, 255, 255, 1);
  border-color: #000;
}

.project-item {
  width: 280px !important;
}



.work-sec>.nav-tabs .nav-item.show .nav-link,
.work-sec>.nav-tabs .nav-link.active,
.work-sec>.nav-item a:hover {
  color: #162563;
  border-color: #45E58D;
}

.sub-tabs li a {
  border: 1px solid #162563;
  border-radius: 25px;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sub-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.sub-tabs li:hover a {
  background: #162563;
  color: #fff !important;
  border-color: #162563 !important;
}

.slider-indicators {
  display: none;
}

#sample-budget {
  display: none;
}