/*******************
    2. vendors 
*******************/
/*!
   * Bootstrap  v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root,
[data-bs-theme="light"] {
  --bs-grey-39: #393939;
  --bs-grey-97: #979797;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #1B445E;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #ffffff;
  --bs-dark: #212529;
  --bs-customcolor: purple;
  --bs-primary-rgb: 27, 68, 94;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 33, 37, 41;
  --bs-info-9d-rgb: 157, 246, 255;
  --bs-customcolor-rgb: 128, 0, 128;
  --bs-primary-text-emphasis: #0b1b26;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #d1dadf;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #a4b4bf;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Roboto", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Roboto", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: #1B445E;
  --bs-link-color: #1B445E;
  --bs-link-color-rgb: 27, 68, 94;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #16364b;
  --bs-link-hover-color-rgb: 22, 54, 75;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #393939;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(27, 68, 94, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545; }

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #ffffff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #768f9e;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #050e13;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #102938;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #768f9e;
  --bs-link-hover-color: #91a5b1;
  --bs-link-color-rgb: 118, 143, 158;
  --bs-link-hover-color-rgb: 145, 165, 177;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f; }

:root {
  --bs-info-9d: #9DF6FF;
  --bs-primary: #1B445E;
  --bs-border-color: var(--bs-primary);
}

.btn-info-9d {
  --bs-btn-color: #000000;
  --bs-btn-bg: #9DF6FF;
  --bs-btn-border-color: #9DF6FF;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #acf7ff;
  --bs-btn-hover-border-color: #a7f7ff;
  --bs-btn-focus-shadow-rgb: 133, 209, 217;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #b1f8ff;
  --bs-btn-active-border-color: #a7f7ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #9DF6FF;
  --bs-btn-disabled-border-color: #9DF6FF;
}

.text-info-9d {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-9d-rgb), var(--bs-text-opacity)) !important;
}

.bg-info-9d {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-9d-rgb), var(--bs-bg-opacity)) !important;
}

.link-info-9d {
  color: RGBA(var(--bs-info-9d-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-9d-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-9d-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-info-9d:hover,
.link-info-9d:focus {
  color: RGBA(177, 248, 255, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(177, 248, 255, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(177, 248, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.border-info-9d {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-9d-rgb), var(--bs-border-opacity)) !important;
}

.bg-white-f4 {
  background-color: #F4F4F4 !important;
}

.bg-grey-97 {
  background-color: #979797 !important;
}

.text-grey-97 {
  color: #979797 !important;
}

.border-grey-97 {
  border-color: #979797 !important;
}

.link-grey-97 {
  color: #979797 !important;
}

.link-grey-97:hover {
  color: #7e7e7e !important;
}

.form-check-input[type="checkbox"] {
  /* height: 180px;
  width: 180px; */
  border-radius: 0;
}

.next-section {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767.98px) {
  .next-section {
    position: inherit;
    display: block;
    margin-top: 20px;
  }
}

.analytic-banner {
  overflow: inherit;
}

.analytic-calendly {
  position: relative;
  margin-top: -50px;
  margin-bottom: -200px;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .analytic-calendly {
    margin-top: 16px;
    margin-bottom: -150px;
  }
}

.analytic-calendly .calendly-inline-widget {
  height: 700px;
  min-width: 320px;
  /* box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);*/
}

@media (max-width: 767.98px) {
  .analytic-calendly .calendly-inline-widget {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
  }
}

.analytic-calendly-space {
  height: 150px;
}



.analytic-banner-list li {
  background-image: url("../images/icons/icon-done.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: top 4px left;
  padding-left: 30px;
  font-size: 16px;
  font-size: 21px;
  margin-bottom: 4px;
}

@media (max-width: 991.98px) {
  .analytic-banner-list li {
    font-size: 18px;
  }
}

.analytic-banner-form {
  background-color: rgba(157, 246, 255, 0.3);
  padding: 24px;
  color: #ffffff;
  max-width: 540px;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 992px) {
  .analytic-banner-list {
    padding-left: 6%;
  }
}


@media (max-width: 991.98px) {
  .analytic-banner-form {
    margin: 0 auto 40px;
  }

  .analytic-banner-list {
    padding-left: 0px;

  }
}

.analytic-banner-form .form-control {
  border: 0;
  color: #1B445E;
}

.analytic-banner-form .form-check-label {
  font-size: 13px;
  font-style: italic;
  color: var(#ffffff);
}

.section-analytic {
  padding: 90px 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .section-analytic {
    padding: 60px 0;
  }
}

@media (max-width: 600px) {
  .section-analytic {
    /* padding: 20px 0 60px 0; */
  }

  .analytic-masonary {
    max-height: 560px;
    transition: max-height 0.5s ease-in-out;
    height: auto;
    overflow: hidden;
    position: relative;
    transition: all 0.8s;
    margin-top: 20px;
  }

}

.analytic-masonary {
  max-height: 560px;
  transition: max-height 0.5s ease-in-out;
  height: auto;
  overflow: hidden;
  position: relative;
  transition: all 0.8s;
  margin-top: 80px;
}

.analytic-masonary.expanded {
  max-height: none;
}

.analytic-masonary::after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 10%, #fff 100%);
  filter: blur(20px);
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  height: 55px;
}

.analytic-masonary-item {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 991.98px) {
  .analytic-masonary-item {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}

@media (max-width: 767.98px) {
  .analytic-masonary-item {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}

.analytic-masonary .card-analytic-testimonial {
  border: 1px solid #979797;
  background-color: #ffffff;
  padding: 24px;
  display: grid;
  grid-template-rows: 1fr auto;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
}

.analytic-masonary .card-analytic-testimonial .analytic-testimonial-rating {
  font-size: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 44px;
}

.analytic-masonary .card-analytic-testimonial .analytic-testimonial-text {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.analytic-masonary .card-analytic-testimonial .analytic-testimonial-head {
  font-size: 16px;
  font-weight: 700;
  color: #666666;
}

.card-comprehensive-service {
  position: relative;
  padding: 20px 60px 36px 60px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 250px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .card-comprehensive-service {
    padding: 20px 24px 36px 24px;
  }
}

.card-comprehensive-service h6,
.card-comprehensive-service .h6 {
  font-size: 24px;
  font-weight: 500;
  color: #9DF6FF;
  margin-top: 24px;
  margin-bottom: 32px;
}

@media (max-width: 991.98px) {

  .card-comprehensive-service h6,
  .card-comprehensive-service .h6 {
    margin-bottom: 24px;
  }
}

.card-comprehensive-service p {
  font-size: 21px;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .card-comprehensive-service p {
    font-size: 18px;
  }
}

.analytic-banner-bottom {
  min-height: 700px;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .analytic-banner-bottom {
    padding: 40px 0;
  }
}

.modal-casestudy .modal-header {
  padding: 30px 0;
  background-color: #1B445E;
  position: relative;
}

@media (max-width: 991.98px) {
  .modal-casestudy .modal-header {
    padding: 25px 0;
  }
}

.modal-casestudy .modal-header .modal-casestudy-logo {
  display: flex;
  align-items: center;
  gap: 56px;
  width: 80%;
}

@media (max-width: 991.98px) {
  .modal-casestudy .modal-header .modal-casestudy-logo {
    gap: 20px;
  }

  .modal-casestudy .modal-header .modal-casestudy-logo img {
    max-width: 90px;
  }
}

.modal-casestudy .modal-header .btn-close {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 54px;
  --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.38907 4.38907C10.2412 -1.46302 19.7588 -1.46302 25.6109 4.38907C31.463 10.2412 31.463 19.7588 25.6109 25.6109C19.7588 31.463 10.2412 31.463 4.38907 25.6109C-1.46302 19.7588 -1.46302 10.2412 4.38907 4.38907ZM5.9109 24.089C10.927 29.105 19.0836 29.105 24.0997 24.089H24.089C29.105 19.0729 29.105 10.9163 24.089 5.90018C19.0729 0.884101 10.9055 0.884101 5.90018 5.90018C0.894819 10.9163 0.89482 19.0729 5.9109 24.089Z' fill='white'/%3E%3Cpath d='M19.5444 8.93347L14.9999 13.4779L10.4554 8.93347C9.45862 7.93668 7.93665 9.44794 8.94415 10.4447L13.4886 14.9892L8.94415 19.5337C7.89377 20.5841 9.49077 22.0096 10.4554 21.0449L14.9999 16.5005L19.5444 21.0449C20.4876 21.9881 22.1381 20.6055 21.0556 19.5337L16.5111 14.9892L21.0556 10.4447C22.0524 9.44794 20.5411 7.92596 19.5444 8.93347Z' fill='white'/%3E%3C/svg%3E%0A");
  opacity: 1;
  height: 30px;
  width: 30px;
  font-size: 30px;
}

@media (max-width: 991.98px) {
  .modal-casestudy .modal-header .btn-close {
    right: 24px;
    height: 20px;
    width: 20px;
    font-size: 20px;
  }
}

.modal-casestudy .modal-header .btn-close span {
  position: absolute;
  bottom: -30px;
  left: -4px;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .modal-casestudy .modal-header .btn-close span {
    bottom: -24px;
    font-size: 14px;
  }
}

.modal-casestudy .modal-body {
  padding: 0;
}

@media (min-width: 992px) {
  .modal-casestudy .modal-body .hero-banner-sm {
    padding-top: 85px;
  }
}

.analytic-masonary.expanded::after {
  height: 0;
}

/* bottom form Wpforms */

#wpforms-2850 .wpforms-form input[type=submit],
#wpforms-2850 .wpforms-form button[type=submit] {
  background-color: #9DF6FF;
  /* Grey background */
  border: 1px solid #9DF6FF;
  /* Dark grey border */
  color: #333;
  /* Black text color */
  font-size: 16px;
  /* Size of text */
  padding: 10px 15px;
  /* Distance between text and border */
}

#wpforms-2850 .wpforms-form .wpf-blue-background {
  background-color: #fff;
  color: #000;
  padding: 15px 15px !important;
  margin-bottom: 8px !important;
  font-size: 16px;
  /* Size of text */
}

#wpforms-2850 .wpforms-form input[type=submit]:hover,
#wpforms-2850 .wpforms-form input[type=submit]:active,
#wpforms-2850 .wpforms-form button[type=submit]:hover,
#wpforms-2850 .wpforms-form button[type=submit]:active,
#wpforms-2850 .wpforms-form .wpforms-page-button:hover,
#wpforms-2850 .wpforms-form .wpforms-page-button:active {
  background-color: #9DF6FF !important;
  /* Darker yellow background */
}

#wpforms-2850 .wpforms-form em.wpforms-error {
  font-weight: 400;
  margin-top: 5px;
  color: red;
  /* padding: 0 0 0 21px; */
  position: relative;
  margin-left: -20px;
  font-size: 12px;
}

div.wpforms-confirmation-container-full {
  background: #ffffff !important;
  color: #666666 !important;
  border: none !important;
  text-align: center;
}

/* 01-08-2024 NEW STYLE */

.card-our-work {
  height: 100%;
}

.card-our-work-body {
  min-height: 370px;
  display: flex;
  flex-direction: column;
}

.card-our-work-body .mt-8 {
  margin-top: auto !important;
}

.card-comprehensive-service p {
  font-weight: 300;
}

.card-comprehensive-service-secondary {
  padding-left: 0;
  padding-right: 0;
}

.card-comprehensive-service-secondary h6 {
  color: var(--bs-primary);
}

.card-comprehensive-service-secondary p {
  color: #666666;
  font-weight: 300;
}

/* WP Forms */
#wpforms-3562 .wpforms-form input[type=submit], 
		#wpforms-3562 .wpforms-form button[type=submit] {
    background-color: #9DF6FF; /* Grey background */
    border: 1px solid #9DF6FF; /* Dark grey border */
    color: #333; /* Black text color */
    font-size: 16px; /* Size of text */
    padding: 10px 15px; /* Distance between text and border */
}
				 #wpforms-3562 .wpforms-form .wpf-blue-background {
    				 background-color: #fff;
					 color: #000;
					 padding: 15px 15px !important;
					 margin-bottom: 8px !important;
					 font-size: 16px; /* Size of text */
}
		#wpforms-3562 .wpforms-form input[type=submit]:hover, 
#wpforms-3562 .wpforms-form input[type=submit]:active, 
#wpforms-3562 .wpforms-form button[type=submit]:hover, 
#wpforms-3562 .wpforms-form button[type=submit]:active, 
#wpforms-3562 .wpforms-form .wpforms-page-button:hover, 
#wpforms-3562 .wpforms-form .wpforms-page-button:active {
    background-color: #9DF6FF !important; /* Darker yellow background */
}		  
			
	 #wpforms-3562 .wpforms-form em.wpforms-error {
    font-weight: 400;
    margin-top: 5px;
    color: red;
    /* padding: 0 0 0 21px; */
    position: relative;
	margin-left: -20px;
    font-size: 12px;				  
}
			div.wpforms-confirmation-container-full {
    background: #ffffff !important;
    color: #666666 !important;
    border: none !important;
				text-align: center;
}
	.wpforms-container input[type=checkbox] {
	-webkit-appearance: checkbox !important;
	-moz-appearance: checkbox !important;
	appearance: checkbox !important;
	
}

 .wpforms-container input[type=radio]:checked:before,
 .wpforms-container input[type=radio]:before,
 .wpforms-container input[type=checkbox]:checked:before,
 .wpforms-container input[type=checkbox]:before,
 .wpforms-container input[type=radio]:checked:after,
 .wpforms-container input[type=radio]:after,
 .wpforms-container input[type=checkbox]:checked:after,
 .wpforms-container input[type=checkbox]:after {
	display: none !important;
	
}
		div.wpforms-container-full .wpforms-form textarea:hover{
  border:0px!important;
}		