.header-wrapper {
  -ms-flex-align: center;
      align-items: center; }

.primary-menu-wrapper > ul > li.current-menu-item > a:before,
#primary-menu > ul > li.current-menu-item > a:before {
  display: block; }

.primary-menu-wrapper > ul > li > a:before,
#primary-menu > ul > li > a:before {
  width: 8px !important;
  height: 8px;
  border-radius: 50%;
  bottom: calc(100% + 5px);
  display: none; }

/* Variables */
/* Helpers */
.wp-deep-blue-section-gap {
  padding: 120px 0; }

.wp-deep-blue-section-gap-top {
  padding-top: 120px; }

.wp-deep-blue-section-gap-bottom {
  padding-bottom: 120px; }

.wp-deep-blue-light-primary-bg {
  background-color: #f3f7ff; }

@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2?231ce25e89ab5804f9a6c427b8d325c9") format("woff2"), url("../fonts/bootstrap-icons.woff?231ce25e89ab5804f9a6c427b8d325c9") format("woff"); }

.wp-deep-blue-service p, .wp-deep-blue-staff .wp-deep-blue-content p, .wp-deep-blue-title-n-short-content p {
  color: #4b5973;
  font-size: 1rem;
  line-height: 1.8; }

.wp-deep-blue-client-logo-slider {
  padding: 0;
  margin: 0;
  list-style: none; }

/* Components */
.wp-deep-blue-banner-slider .prev-arrow, .wp-deep-blue-banner-slider .next-arrow {
  width: 36px;
  position: absolute;
  right: calc(50% - 570px);
  z-index: 9;
  cursor: pointer; }
  @media (max-width: 1199px) {
    .wp-deep-blue-banner-slider .prev-arrow, .wp-deep-blue-banner-slider .next-arrow {
      right: 30px; } }
  @media (max-width: 992px) {
    .wp-deep-blue-banner-slider .prev-arrow, .wp-deep-blue-banner-slider .next-arrow {
      display: none !important; } }

.wp-deep-blue-banner-slider-wrapper .slick-dots, .wp-deep-blue-testimonial .slick-dots {
  list-style-type: none;
  bottom: 90px;
  padding: 0;
  margin: 0; }
  @media (max-width: 768px) {
    .wp-deep-blue-banner-slider-wrapper .slick-dots, .wp-deep-blue-testimonial .slick-dots {
      bottom: 50px; } }
  .wp-deep-blue-banner-slider-wrapper .slick-dots li, .wp-deep-blue-testimonial .slick-dots li {
    float: left;
    margin: 0 3px; }
    .wp-deep-blue-banner-slider-wrapper .slick-dots li span, .wp-deep-blue-testimonial .slick-dots li span {
      cursor: pointer;
      height: 15px;
      border-radius: 15px;
      background-color: rgba(255, 255, 255, 0.8);
      display: inline-block;
      transition: all 0.4s ease-in-out; }
    .wp-deep-blue-banner-slider-wrapper .slick-dots li.slick-active span, .wp-deep-blue-testimonial .slick-dots li.slick-active span {
      background-color: rgba(26, 85, 202, 0.9);
      width: 25px; }
    .wp-deep-blue-banner-slider-wrapper .slick-dots li:not(.slick-active) span, .wp-deep-blue-testimonial .slick-dots li:not(.slick-active) span {
      width: 15px;
      background-color: #d0def9; }

.wp-deep-blue-banner-slider-wrapper {
  position: relative; }
  .wp-deep-blue-banner-slider-wrapper .slick-dots {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .wp-deep-blue-banner-slider-wrapper svg {
    position: absolute;
    bottom: -1px; }
  .wp-deep-blue-banner-slider-wrapper button {
    position: absolute;
    top: 0; }
  .wp-deep-blue-banner-slider-wrapper .current-slider {
    font-size: 80px;
    color: #fff;
    position: absolute;
    bottom: 75px;
    right: calc(50% - 570px);
    text-shadow: 0 0 5px rgba(41, 103, 132, 0.2); }
    @media (max-width: 1199px) {
      .wp-deep-blue-banner-slider-wrapper .current-slider {
        right: 30px; } }
    @media (max-width: 768px) {
      .wp-deep-blue-banner-slider-wrapper .current-slider {
        font-size: 50px;
        bottom: 30px; } }

.wp-deep-blue-banner-slider .slick-slide.slick-current.slick-active .slider-caption {
  transition: all 0.5s linear;
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(-30px);
      transform: translateY(-30px); }

.wp-deep-blue-banner-slider .slider-items {
  height: calc(100vh - 50px);
  background-position: center center;
  background-size: cover;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  overflow-y: hidden; }
  .wp-deep-blue-banner-slider .slider-items .slider-caption {
    width: 500px;
    max-width: 100%;
    padding: 50px;
    border-radius: 5px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(30px);
        transform: translateY(30px);
    word-break: break-all;
    position: relative;
    overflow: hidden; }
    .wp-deep-blue-banner-slider .slider-items .slider-caption:after {
      content: "";
      height: 100%;
      width: 100%;
      z-index: 1;
      opacity: 0.9;
      position: absolute;
      background: #1a55ca;
      left: 0;
      top: 0; }
    .wp-deep-blue-banner-slider .slider-items .slider-caption > * {
      position: relative;
      z-index: 9; }
    .wp-deep-blue-banner-slider .slider-items .slider-caption h2 {
      margin-bottom: 25px;
      font-size: 45px; }
      .wp-deep-blue-banner-slider .slider-items .slider-caption h2 span {
        color: #48c083; }
    .wp-deep-blue-banner-slider .slider-items .slider-caption p {
      color: #e6e5e5; }
    @media (max-width: 576px) {
      .wp-deep-blue-banner-slider .slider-items .slider-caption {
        padding: 20px; }
        .wp-deep-blue-banner-slider .slider-items .slider-caption h2 {
          font-size: 35px; } }

.wp-deep-blue-banner-slider .prev-arrow {
  top: calc(50% - 75px);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  @media (max-width: 1199px) {
    .wp-deep-blue-banner-slider .prev-arrow {
      right: 30px; } }
  .wp-deep-blue-banner-slider .prev-arrow span {
    -ms-transform: translate(2px, -10px) rotate(90deg);
        transform: translate(2px, -10px) rotate(90deg);
    display: inline-block;
    -ms-transform-origin: center;
        transform-origin: center;
    color: #fff;
    opacity: 0; }
  .wp-deep-blue-banner-slider .prev-arrow:hover span {
    transition: all 0.6s ease-in-out;
    opacity: 1; }
  .wp-deep-blue-banner-slider .prev-arrow:hover svg {
    -ms-transform: translateY(40px);
        transform: translateY(40px); }
  .wp-deep-blue-banner-slider .prev-arrow svg {
    transition: all 0.3s ease-in-out;
    fill: #ffffff; }

.wp-deep-blue-banner-slider .next-arrow {
  bottom: calc(50% - 25px); }
  .wp-deep-blue-banner-slider .next-arrow span {
    -ms-transform: translateY(-10px) rotate(270deg);
        transform: translateY(-10px) rotate(270deg);
    display: inline-block;
    -ms-transform-origin: center;
        transform-origin: center;
    color: #fff;
    opacity: 0; }
  .wp-deep-blue-banner-slider .next-arrow:hover span {
    transition: all 0.6s ease-in-out;
    opacity: 1; }
  .wp-deep-blue-banner-slider .next-arrow:hover svg {
    -ms-transform: translateY(40px);
        transform: translateY(40px); }
  .wp-deep-blue-banner-slider .next-arrow svg {
    fill: #ffffff;
    transition: all 0.3s ease-in-out; }

.wp-deep-blue-btn-primary, .wp-deep-blue-btn-secondary, .wp-deep-blue-portfolio-section .filter-tab > a {
  height: 47px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 25px;
  font-size: 14px;
  border-radius: 5px;
  transition: all 0.4s linear;
  color: #fff;
  text-decoration: none;
  font-weight: 500; }
  .wp-deep-blue-btn-primary:hover, .wp-deep-blue-btn-secondary:hover, .wp-deep-blue-portfolio-section .filter-tab > a:hover, .wp-deep-blue-btn-primary:active, .wp-deep-blue-btn-secondary:active, .wp-deep-blue-portfolio-section .filter-tab > a:active, .wp-deep-blue-btn-primary:focus, .wp-deep-blue-btn-secondary:focus, .wp-deep-blue-portfolio-section .filter-tab > a:focus, .wp-deep-blue-btn-primary:visited, .wp-deep-blue-btn-secondary:visited, .wp-deep-blue-portfolio-section .filter-tab > a:visited {
    color: #fff !important;
    text-decoration: none; }
  .wp-deep-blue-btn-primary .bi, .wp-deep-blue-btn-secondary .bi, .wp-deep-blue-portfolio-section .filter-tab > a .bi {
    font-size: 24px;
    margin-left: 8px; }

.wp-deep-blue-btns > a:not(:last-child) {
  margin-right: 15px; }

.wp-deep-blue-btn-primary {
  background-color: #1a55ca; }
  .wp-deep-blue-btn-primary:hover {
    background-color: #14429d; }

.wp-deep-blue-rounded {
  border-radius: 30px; }

.wp-deep-blue-btn-secondary {
  background-color: #48c083; }
  .wp-deep-blue-btn-secondary:hover {
    background-color: #379e6a; }

.wp-deep-blue-sub-title-tag {
  color: #1a55ca;
  background: #e7eefc;
  height: 25px;
  font-size: 11px;
  padding: 0 8px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 5px; }

.wp-deep-blue-bracket-symbol span:first-child:before, .wp-deep-blue-bracket-symbol span:last-child:before, .wp-deep-blue-bracket-symbol span:first-child:after, .wp-deep-blue-bracket-symbol span:last-child:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 8px;
  background-color: #1a55ca; }

.wp-deep-blue-bracket-symbol span:first-child:before, .wp-deep-blue-bracket-symbol span:last-child:before {
  height: 80px;
  width: 8px; }

.wp-deep-blue-bracket-symbol span:first-child:after, .wp-deep-blue-bracket-symbol span:last-child:after {
  width: 80px;
  height: 8px; }

.wp-deep-blue-bracket-symbol {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }
  .wp-deep-blue-bracket-symbol span:first-child:after {
    right: 0; }
  .wp-deep-blue-bracket-symbol span:first-child:before {
    top: 0;
    right: 0; }
  .wp-deep-blue-bracket-symbol span:last-child:after {
    bottom: 0; }
  .wp-deep-blue-bracket-symbol span:last-child:before {
    bottom: 0; }

.wp-deep-blue-circle-xl {
  background-color: #1a55ca;
  border-radius: 50%; }

.wp-deep-blue-circle-xl {
  width: 160px;
  height: 160px; }

.wp-deep-blue-client-logo-slider::after {
  display: block;
  content: "";
  clear: both; }

.wp-deep-blue-client-logo-slider li {
  float: left; }

.wp-deep-blue-client-logo-section .title span {
  font-weight: bold;
  display: block; }

.wp-deep-blue-service {
  padding: 40px 30px;
  text-align: center; }
  .wp-deep-blue-service:hover {
    box-shadow: 0 0 15px 0px #e4e4e4;
    transition: all 0.2s linear;
    -ms-transform: scale(1.05);
        transform: scale(1.05); }
  .wp-deep-blue-service h2 {
    margin: 40px 0 20px;
    font-size: 22px; }
    .wp-deep-blue-service h2 a {
      color: #5f5f5f;
      transition: all .3s; }
      .wp-deep-blue-service h2 a:hover {
        color: #1a55ca; }
  .wp-deep-blue-service a {
    margin-top: 20px; }
  .wp-deep-blue-service img {
    max-height: 140px;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 768px) {
    .wp-deep-blue-service {
      margin-bottom: 30px; } }

.wp-deep-blue-staff {
  text-align: center;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  transition: all .3s; }
  .wp-deep-blue-staff .wp-deep-blue-staff-img {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-color: #1a55ca;
    display: inline-block;
    position: relative;
    background-position: center;
    transition: all 0.2s linear; }
    .wp-deep-blue-staff .wp-deep-blue-staff-img .wp-deep-blue-social-links {
      position: absolute;
      bottom: 0;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      transition: all 0.2s linear;
      opacity: 0;
      visibility: hidden; }
  .wp-deep-blue-staff:hover {
    box-shadow: 0 0 15px 0px #e4e4e4; }
    .wp-deep-blue-staff:hover .wp-deep-blue-staff-img .wp-deep-blue-social-links {
      opacity: 1;
      visibility: visible;
      bottom: 20px; }
  .wp-deep-blue-staff .wp-deep-blue-content {
    padding: 20px; }
    .wp-deep-blue-staff .wp-deep-blue-content h3 {
      font-size: 22px; }
      .wp-deep-blue-staff .wp-deep-blue-content h3 a {
        color: #5f5f5f;
        transition: all .3s; }
  @media (max-width: 768px) {
    .wp-deep-blue-staff {
      margin-bottom: 30px; } }

.wp-deep-blue-team-btn {
  text-align: center;
  margin-top: 55px; }

.margin-btm-1 {
  margin-bottom: -1px; }
  @media (max-width: 768px) {
    .margin-btm-1 {
      display: none; } }

.margin-top-1 {
  margin-top: -1px; }
  @media (max-width: 768px) {
    .margin-top-1 {
      display: none; } }

.team-archive-wrapper {
  background: #f3f7ff; }

.wp-deep-blue-title-n-short-content h2 {
  font-size: 45px;
  margin-top: 10px;
  margin-bottom: 0px; }

.wp-deep-blue-title-n-short-content p {
  margin-top: 15px;
  margin-bottom: 0; }

.wp-deep-blue-blog-card .wp-deep-blue-img {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  transition: all 0.2s linear;
  overflow: hidden; }

.wp-deep-blue-blog-card:hover .wp-deep-blue-content {
  margin-top: -70px; }

.wp-deep-blue-blog-card .wp-deep-blue-content {
  background-color: #fff;
  margin: -60px 10px 0;
  padding: 40px 30px;
  border-radius: 5px;
  position: relative;
  transition: all 0.2s linear; }
  .wp-deep-blue-blog-card .wp-deep-blue-content .wp-deep-blue-user {
    width: 40px;
    height: 40px;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: -20px;
    box-shadow: 0 0 0 4px #fff; }
  .wp-deep-blue-blog-card .wp-deep-blue-content h2 {
    font-size: 20px;
    margin-bottom: 20px; }
    .wp-deep-blue-blog-card .wp-deep-blue-content h2 a {
      color: #5f5f5f; }
  .wp-deep-blue-blog-card .wp-deep-blue-content .wp-deep-blue-links a {
    font-size: 14px;
    display: inline-block;
    color: #5f7192; }
    .wp-deep-blue-blog-card .wp-deep-blue-content .wp-deep-blue-links a:hover {
      text-decoration: underline;
      color: #4b5973; }
    .wp-deep-blue-blog-card .wp-deep-blue-content .wp-deep-blue-links a span {
      display: inline-block; }
      .wp-deep-blue-blog-card .wp-deep-blue-content .wp-deep-blue-links a span:first-child {
        margin-right: 8px; }
    .wp-deep-blue-blog-card .wp-deep-blue-content .wp-deep-blue-links a:not(:last-child) {
      margin-right: 20px; }

@media (max-width: 768px) {
  .wp-deep-blue-blog-card {
    margin-bottom: 30px; } }

.wp-deep-blue-social-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px;
  border-radius: 5px; }
  .wp-deep-blue-social-links li:not(:last-child) a {
    margin-right: 5px; }
  .wp-deep-blue-social-links a {
    width: 40px;
    height: 40px;
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.3s linear; }
    .wp-deep-blue-social-links a:hover {
      -ms-transform: translatey(-5px);
          transform: translatey(-5px); }
    .wp-deep-blue-social-links a .bi {
      font-size: 20px; }

.wp-deep-blue-newsletter {
  background-color: #f2f5fc;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  padding: 30px;
  background: #f3f7ff;
  /* fallback for old browsers */
  border-left: 3px solid #1a55ca;
  margin-bottom: 120px; }
  .wp-deep-blue-newsletter svg {
    width: 16%;
    position: absolute;
    left: -40px;
    bottom: 0; }
  .wp-deep-blue-newsletter .wp-deep-blue-title {
    padding-left: 30px; }
    .wp-deep-blue-newsletter .wp-deep-blue-title h2 {
      font-size: 37px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .wp-deep-blue-newsletter .wp-deep-blue-title h3 {
      font-size: 24px;
      color: #4b5973;
      margin-bottom: 0; }
  .wp-deep-blue-newsletter .wp-deep-blue-form-wrapper {
    position: relative;
    margin-left: 60px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .wp-deep-blue-newsletter .wp-deep-blue-form-wrapper form.wpcf7-form p {
      position: relative;
      display: -ms-flexbox;
      display: flex; }
    .wp-deep-blue-newsletter .wp-deep-blue-form-wrapper input[type=email] {
      height: 55px;
      max-width: 450px;
      width: 90%;
      border: none;
      padding: 20px;
      border-radius: 5px !important;
      background-color: #fff !important; }
    .wp-deep-blue-newsletter .wp-deep-blue-form-wrapper input[type=submit] {
      border: none;
      color: #fff;
      background: #1a55ca;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100px;
      font-size: 19px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      line-height: 1; }
    @media (max-width: 768px) {
      .wp-deep-blue-newsletter .wp-deep-blue-form-wrapper {
        margin-left: 0; } }
  @media (max-width: 768px) {
    .wp-deep-blue-newsletter {
      margin-bottom: 80px; } }

.wp-deep-blue-achievements {
  padding-bottom: 120px; }

.wp-deep-blue-achievement-box {
  border-radius: 4px;
  background: #1a55ca;
  height: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  position: relative; }
  .wp-deep-blue-achievement-box h3 {
    color: #fff;
    font-size: 45px; }
    .wp-deep-blue-achievement-box h3 p {
      color: #fff; }
  .wp-deep-blue-achievement-box .wp-deep-blue-content {
    height: 30px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0; }
    .wp-deep-blue-achievement-box .wp-deep-blue-content p {
      background-color: #fff;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 5px 15px;
      border-radius: 5px;
      font-size: 13px;
      color: #1a55ca;
      margin-bottom: 0;
      box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1); }
  @media (max-width: 768px) {
    .wp-deep-blue-achievement-box {
      margin-bottom: 30px; } }

@media (max-width: 768px) {
  .wp-deep-blue-testimonials-section {
    padding-left: 15px;
    padding-right: 15px; } }

.wp-deep-blue-testimonial .wp-deep-blue-user-img svg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 95%;
  fill: #f3f6fc; }

.wp-deep-blue-testimonial .wp-deep-blue-quotes {
  font-size: 16px;
  color: #4b5973;
  line-height: 1.8; }

.wp-deep-blue-testimonial .wp-deep-blue-content-wrapper {
  margin-left: 60px;
  position: relative; }
  .wp-deep-blue-testimonial .wp-deep-blue-content-wrapper .wp-deep-blue-content {
    padding-top: 70px; }
  .wp-deep-blue-testimonial .wp-deep-blue-content-wrapper svg {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0; }
  @media (max-width: 768px) {
    .wp-deep-blue-testimonial .wp-deep-blue-content-wrapper {
      margin-left: 0; } }

.wp-deep-blue-testimonial .wp-deep-blue-user-info {
  margin-top: 20px; }
  .wp-deep-blue-testimonial .wp-deep-blue-user-info h2 {
    font-size: 18px;
    font-weight: normal; }
  .wp-deep-blue-testimonial .wp-deep-blue-user-info p {
    font-size: 14px; }

.wp-deep-blue-testimonial .wp-deep-blue-testimonial-img {
  background-size: cover !important;
  background-position: center !important;
  border-radius: 50%;
  width: 216px !important;
  height: 216px; }

.content-area .wp-deep-blue-post .post-title a,
.content-area .wp-deep-blue-post .wp-deep-blue-entry-meta a,
.content-area .wp-deep-blue-post .post-categories li a {
  text-decoration: none; }

.content-area .wp-deep-blue-post .wp-deep-blue-entry-meta > a.url.fn {
  position: absolute;
  height: 50px;
  width: 50px;
  top: -31px;
  right: 10px;
  z-index: 9;
  border-radius: 50%;
  overflow: hidden; }
  .content-area .wp-deep-blue-post .wp-deep-blue-entry-meta > a.url.fn .wp-deep-blue-user {
    height: 100%;
    width: 100%;
    background-size: cover; }

.content-area .wp-deep-blue-tags-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px; }
  .content-area .wp-deep-blue-tags-wrapper ul {
    list-style: none;
    margin: 0 0 0 10px;
    display: -ms-flexbox;
    display: flex; }
    .content-area .wp-deep-blue-tags-wrapper ul li {
      margin-right: 10px; }
      .content-area .wp-deep-blue-tags-wrapper ul li a {
        text-decoration: none; }

.single .entry-meta span.posted-on {
  margin-bottom: 13px;
  display: block; }

.single .entry-meta .author-info:before {
  display: none; }

.single .entry-meta .author-info a {
  text-decoration: none; }

.single .entry-meta .wp-deep-blue-category-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .single .entry-meta .wp-deep-blue-category-wrapper ul {
    margin-left: 10px; }
    .single .entry-meta .wp-deep-blue-category-wrapper ul li a {
      text-decoration: none; }

.home.blog .wp-deep-blue-inner-banner-wrapper {
  margin-bottom: 60px; }

.wp-deep-blue-post figure {
  min-height: 50px; }

/* Sections */
.wp-deep-blue-about-us-section .wp-deep-blue-img-wrapper {
  position: relative;
  padding: 60px; }
  .wp-deep-blue-about-us-section .wp-deep-blue-img-wrapper .wp-deep-blue-circle-xl {
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: -1; }
  .wp-deep-blue-about-us-section .wp-deep-blue-img-wrapper .wp-deep-blue-floating-img {
    background-size: cover;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 0; }
  .wp-deep-blue-about-us-section .wp-deep-blue-img-wrapper img {
    border-radius: 5px; }

.wp-deep-blue-about-us-section .wp-deep-blue-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 80px; }
  .wp-deep-blue-about-us-section .wp-deep-blue-content-wrapper p {
    margin-top: 25px; }
  .wp-deep-blue-about-us-section .wp-deep-blue-content-wrapper .wp-deep-blue-btns {
    margin-top: 55px; }
  @media (max-width: 768px) {
    .wp-deep-blue-about-us-section .wp-deep-blue-content-wrapper {
      padding: 30px 30px 0; } }

.wp-deep-blue-ourservices-section .wp-deep-blue-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 50px; }
  .wp-deep-blue-ourservices-section .wp-deep-blue-content-wrapper p {
    margin-top: 25px; }
  .wp-deep-blue-ourservices-section .wp-deep-blue-content-wrapper .wp-deep-blue-btns {
    margin-top: 55px; }

.wp-deep-blue-team-section .wp-deep-blue-title-n-short-content {
  margin-bottom: 60px; }

.wp-deep-blue-blog-section {
  background-color: #f3f7ff; }
  .wp-deep-blue-blog-section .wp-deep-blue-title-n-short-content {
    margin-bottom: 60px; }

.wp-deep-blue-client-logo-section .title {
  float: left;
  border-right: 1px solid #ddd;
  padding-right: 30px;
  font-size: 15px;
  color: #4b5973;
  margin-top: 30px; }

.wp-deep-blue-client-logo-section .wp-deep-blue-client-logo-slider {
  overflow: hidden; }
  .wp-deep-blue-client-logo-section .wp-deep-blue-client-logo-slider ul {
    padding-left: 0; }

.wp-deep-blue-our-services-section .wp-deep-blue-title-n-short-content {
  margin-bottom: 60px; }

.wp-deep-blue-portfolio-section .filter-tab > a {
  color: #4b5973; }
  .wp-deep-blue-portfolio-section .filter-tab > a.active {
    color: #fff; }
  .wp-deep-blue-portfolio-section .filter-tab > a:not(.active):hover {
    color: #0f1116 !important; }

.top-header-info-section {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 0; }
  .top-header-info-section ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .top-header-info-section ul li {
      float: left; }
      .top-header-info-section ul li a {
        color: #969696; }
        .top-header-info-section ul li a i {
          color: #1a55ca; }
  .top-header-info-section .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .top-header-info-section .wrapper .top-header-social-media {
      display: block; }
  .top-header-info-section .top-header-address li a {
    font-size: 0.88rem; }
  .top-header-info-section .top-header-address li:not(:last-child) {
    margin-right: 10px; }
  .top-header-info-section .top-header-social-media li a {
    font-size: 1.1rem; }
    .top-header-info-section .top-header-social-media li a:hover i {
      color: #497ee8; }
  .top-header-info-section .top-header-social-media li:not(:last-child) {
    margin-right: 15px; }

@media (max-width: 768px) {
  .wp-deep-blue-section-gap-top {
    padding-top: 80px; } }

@media (max-width: 768px) {
  .wp-deep-blue-section-gap {
    padding-top: 80px;
    padding-bottom: 80px; } }

/* Layouts */
.wp-deep-blue-footer-wrapper-inner {
  background-color: #f3f4f9;
  padding: 4rem 0; }
  .wp-deep-blue-footer-wrapper-inner .widget {
    margin: 1.5rem 0; }
    .wp-deep-blue-footer-wrapper-inner .widget .search-form input.search-field {
      background: #fff; }

.wp-deep-blue-copy-right {
  color: #616161;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 0.85rem;
  padding: 1rem; }
