.our-featured-work span {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: var(--primary-color);
  text-transform: uppercase;
  padding-left: 90px;
}
.our-featured-work span::before {
  position: absolute;
  content: "";
  height: 2px;
  background-color: var(--primary-color);
  width: 80px;
  left: 0;
}
.our-featured-work h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 47px;
}

.partners-wrapper {
  background-color: #F8F8F8;
}

.modal {
  backdrop-filter: brightness(0.5);
  background: rgba(21, 90, 159, 0.19);
}
.modal .modal-label {
  max-width: 1315px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  max-height: 80%;
  height: auto;
  margin: auto;
}
@media (max-width: 1499px) {
  .modal .modal-label {
    max-width: 75%;
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .modal .modal-label {
    max-width: 95%;
  }
}
.modal .modal-label .seo-content-modal .modal-header {
  background: #1f5c8f;
  padding: 1rem;
  gap: 10px;
}
.modal .modal-label .seo-content-modal .modal-header .closeIcon {
  filter: invert(1);
  opacity: 1;
}
.modal .modal-label .seo-content-modal .modal-header .closeIcon:focus {
  box-shadow: none !important;
}
.modal .modal-label .seo-content-modal .modal-header .closeIcon span {
  font-size: 25px;
  color: #ffffff;
}
.modal .modal-label .seo-content-modal .modal-header .seoTitle {
  margin: 0;
  color: #ffffff;
  line-height: 25px;
}
@media (max-width: 767px) {
  .modal .modal-label .seo-content-modal .modal-header .seoTitle {
    line-height: 22px !important;
    font-size: 16px;
  }
}
.modal .modal-label .seo-content-modal .modal-body b {
  color: #00457f;
  font-size: 15px;
  padding: 0 5px 0 0px;
}
.modal .modal-label .seo-content-modal .modal-body em {
  font-style: italic;
}
.modal .modal-label .seo-content-modal .modal-body p {
  color: #000000;
  font-size: 14px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .modal .modal-label .seo-content-modal .modal-body p {
    font-size: 13px;
    line-height: 22px;
  }
}
.modal .modal-label .seo-content-modal .modal-body i {
  font-size: 6px;
  padding: 0 8px 0 0px;
  position: relative;
  top: -2px;
}
.modal .modal-label .seo-content-modal .modal-body h4 {
  color: #00457f;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 10px;
}
.modal .modal-body {
  max-height: calc(80vh - 90px);
}

.portfolio-wrapper .tabcontent {
  background-color: #F8F8F8;
}
.portfolio-wrapper .tabcontent.activetab {
  display: block;
  padding: 35px 0;
}
@media (max-width: 767px) {
  .portfolio-wrapper .nav-tabs {
    flex-flow: nowrap;
    max-width: 100%;
    overflow: auto;
  }
}
.portfolio-wrapper .nav-tabs .nav-link {
  width: 100%;
  font-size: 22px;
  color: #000;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: none;
  margin: 0;
  border-radius: inherit;
}
@media (max-width: 1024px) {
  .portfolio-wrapper .nav-tabs .nav-link {
    min-height: 70px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .portfolio-wrapper .nav-tabs .nav-link {
    font-size: 14px !important;
    min-height: 50px !important;
    line-height: 16px;
    min-width: 110px;
  }
}
@media (max-width: 576px) {
  .portfolio-wrapper .nav-tabs .nav-link {
    min-height: 42px !important;
  }
}
.portfolio-wrapper .nav-tabs .nav-link button {
  width: 100%;
}
.portfolio-wrapper button#seo-tab {
  background-color: #c5c5c6;
}
.portfolio-wrapper button#smm-tab {
  background-color: #B4B4B4;
}
.portfolio-wrapper button#graphic-design-tab {
  background-color: #969696;
}
.portfolio-wrapper button#website-design-tab {
  background-color: #898989;
}
.portfolio-wrapper button#logo-1-tab {
  background-color: #7a7a7a;
}
.portfolio-wrapper .nav-item {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .portfolio-wrapper .nav-item {
    display: flex;
    white-space: nowrap;
  }
}
.portfolio-wrapper .nav-link.active {
  background-color: #00457f !important;
  color: white;
}
.portfolio-wrapper .images img {
  width: 100%;
}
.portfolio-wrapper .images .image {
  position: relative;
  overflow: hidden;
}
.portfolio-wrapper .image-container .first {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease, 0.5s ease;
}
.portfolio-wrapper .seo-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.04);
}
.portfolio-wrapper .seo-image:before {
  position: absolute;
  transition: 0.3s ease-in-out;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(21, 90, 159, 0.6);
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.portfolio-wrapper .seo-image:hover:before {
  opacity: 1;
}
.portfolio-wrapper .seo-image:hover .text-overlay {
  display: block !important;
  position: absolute;
  bottom: 15px;
  z-index: 1;
  left: 25px;
}
@media (max-width: 1024px) {
  .portfolio-wrapper .seo-image:hover .text-overlay {
    bottom: 0px;
    left: 8px;
  }
}
.portfolio-wrapper .seo-image img.hover-image {
  width: 100%;
  height: auto;
}
.portfolio-wrapper .seo-image .image-grow {
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease-in-out;
}
.portfolio-wrapper .seo-image .text-overlay h6 {
  font-size: 15px;
  position: relative;
  font-weight: 600;
  padding: 0 0 13px 0;
}
@media (max-width: 480px) {
  .portfolio-wrapper .seo-image .text-overlay h6 {
    font-size: 12px;
  }
}
.portfolio-wrapper .seo-image .text-overlay h6:after {
  border-bottom: 2px solid white;
  content: "";
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
}
.portfolio-wrapper .seo-image .text-overlay h4 {
  font-size: 30px;
  line-height: 30px;
  padding-right: 5px;
}
@media (max-width: 1370px) {
  .portfolio-wrapper .seo-image .text-overlay h4 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .portfolio-wrapper .seo-image .text-overlay h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .portfolio-wrapper .seo-image .text-overlay h4 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .portfolio-wrapper .seo-image .text-overlay h4 {
    font-size: 14px;
    line-height: 17px;
  }
}

.grow-your-business .right-wrapper select.form-control {
  font-size: 13px;
  color: #b1b1b1;
}