:root {
  --gray: #474747;
  --black: #000;
  --white: #fff;
  --light-blue: #486fa4;
  --dark-blue: #00165e;
  --orange: #f16f1d;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  margin: 0%;
}

p {
  font-family: "Poppins", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  margin: 0px;
}

ul {
  margin: 0px !important;
  padding-left: 0px !important;
}

li {
  list-style: none;
}

a,
a:hover,
button,
button:hover,
i,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

i {
  transition: unset;
}

:focus {
  outline: 0px !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--dark-blue);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* BOOTSTRAP CSS START  */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

/* BOOTSTRAP CSS END  */

/* GLOBAL CSS START HERE  */

.section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.dark-blue {
  background-color: var(--dark-blue);
}

.orange {
  background-color: var(--orange);
}

.head {
  position: relative;
  padding-bottom: 10px;
  margin: 0 auto 50px;
}

.head::before {
  position: absolute;
  content: "";
  background-color: var(--orange);
  width: 150px;
  height: 7px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.head h2 {
  padding-bottom: 10px;
  color: #0e2e67;
}

.head h2,
.head h2 span {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
}

.head h2 span {
  color: var(--orange);
}

.head p {
  color: #333;
  /* font-weight: 500; */
}

.head p a {
  text-decoration: underline !important;
  color: var(--dark-blue);
}

a.main-cta {
  font-family: "Poppins", sans-serif;
  border-radius: 8px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  overflow: hidden;
}

a.main-cta.btn--orange {
  border: 2px solid #e76817;
  box-shadow: 8px 8px 30px #f47a1e8a;
  background: linear-gradient(#f99250, #f2701d),
    linear-gradient(#f2701d, #f99250);
}

a.main-cta.btn--orange i {
  border-radius: 5px;
  margin: 0 10px;
  display: flex;
  justify-self: center;
  padding: 10px;
  align-items: center;
  border: 2px solid #f2701d;
  background: linear-gradient(#f2701d, #f99250),
    linear-gradient(#f99250, #f2701d);
}

a.main-cta.btn--blue {
  border: 2px solid #01122f;
  background: linear-gradient(#09275c, #0e2e67),
    linear-gradient(#0e2e67d6, #0e2e6763);
  box-shadow: 15px 15px 40px #0e2e678a !important;
}

a.main-cta.btn--blue i {
  border-radius: 5px;
  margin: 0 10px;
  display: flex;
  justify-self: center;
  padding: 10px;
  align-items: center;
  border: 2px solid #09275c;
  background: linear-gradient(#09275c, #01122f),
    linear-gradient(#01122f, #01122f);
}

a.main-cta.btn--orange:hover {
  border-color: #01122f;
  box-shadow: 15px 15px 40px #0e2e678a !important;
}

a.main-cta.btn--orange:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  height: 0;
  z-index: -1;
  background: linear-gradient(#09275c, #0e2e67),
    linear-gradient(#0e2e67d6, #0e2e6763);
}

a.main-cta.btn--orange:hover:before {
  height: 100%;
}

a.main-cta.btn--blue:hover {
  border-color: #e76817;
  box-shadow: 8px 8px 30px #f47a1e8a;
}

a.main-cta.btn--blue:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  height: 0;
  z-index: -1;
  background: linear-gradient(#f2701d, #f99250),
    linear-gradient(#f99250, #f2701d);
}

a.main-cta.btn--blue:hover:before {
  height: 100%;
}

a.main-cta.btn--blue:hover i {
  border: 2px solid #e76817;
  box-shadow: 8px 8px 30px #f47a1e8a;
  background: linear-gradient(#f99250, #f2701d),
    linear-gradient(#f2701d, #f99250);
}

a.main-cta.btn--orange:hover i {
  background: linear-gradient(#09275c, #01122f),
    linear-gradient(#01122f, #01122f);
  border: 2px solid #01122f;
  box-shadow: 15px 15px 40px #0e2e678a !important;
}

a.main-cta.btn--white {
  border: 2px solid transparent;
  color: var(--dark-blue);
  background: linear-gradient(#fff, #ccc), linear-gradient(#fff, #0e2e6763);
  box-shadow: 15px 15px 40px #0e2e678a !important;
}

a.main-cta.btn--white i {
  border-radius: 5px;
  margin: 0 10px;
  display: flex;
  justify-self: center;
  padding: 10px;
  align-items: center;
  border: 2px solid #fff;
  color: var(--dark-blue);
  font-weight: 700;
  box-shadow: 0 0 20px #0e2e678a !important;
  background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
}

a.main-cta.btn--white:hover {
  border-color: #e76817;
  box-shadow: 15px 15px 40px #0e2e678a !important;
  color: var(--white);
}

a.main-cta.btn--white:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  height: 0;
  z-index: -1;
  background: linear-gradient(#f2701d, #f99250),
    linear-gradient(#f99250, #f2701d);
}

a.main-cta.btn--white:hover:before {
  height: 100%;
}

a.main-cta.btn--white:hover i {
  border: 2px solid #e76817;
  color: var(--white);
  background: linear-gradient(#f99250, #f2701d),
    linear-gradient(#f2701d, #f99250);
}

.row.footer-icon-row {
  margin-bottom: 0 !important;
}

section.diamond {
  /* padding-top: 4.75rem; */
  padding-top: 8.375rem;
  margin-top: 3.75rem;
  overflow: visible;
  border-top: 1px solid #b9b9b9;
}

img.diamond {
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9;
}

/* GLOBAL CSS END HERE  */

/* FLOATING FORM CSS START HERE  */

.Form-box {
  width: 370px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 0 20px;
  border-top: 5px solid #4385f4;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 20px;
}

.Form-box h2 {
  margin: 0;
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
  padding: 25px 0 30px;
  font-weight: 800;
  color: #0e2e67;
}

.Form-box h2 span {
  color: #f47a1e;
  font-weight: 800;
}

.Form-box .form-group {
  position: relative;
  margin-bottom: 15px;
}

.Form-box .form-group i {
  position: absolute;
  font-size: 18px;
  color: #f47a1e;
  left: 10px;
  height: 25px;
  width: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 25px;
}

.Form-box .form-control {
  height: 40px;
  padding-left: 40px;
  background-color: #f3f3f3;
  font-size: 14px;
  color: #a9a9a9;
  border: 1px solid #f6f4f4;
  box-shadow: none;
}

.Form-box:before {
  content: "";
  position: absolute;
  background-color: #f2701d;
  height: 10px;
  width: 370px;
  top: -15px;
  left: 0;
  border-radius: 8px 8px 0 0;
}

@media (max-width: 767px) {
  .Form-box {
    width: 100%;
    padding: 20px;
    height: auto;
  }

  .Form-box h2 {
    font-size: 24px;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .Form-box:before {
    width: 100%;
  }

  .mini-contact-area:before {
    display: none;
  }
}

.mini-contact-area {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  margin-top: 20px;
}

.mini-contact-box {
  display: flex;
  align-items: center;
}

.c-cont-box h4 {
  font-size: 14px;
  margin: 0;
  color: #999;
  font-weight: 600;
}

.c-cont-box a {
  font-size: 16px;
  margin: 0;
  color: var(--dark-blue);
  font-weight: 800;
}

.c-cont-box a:hover {
  color: var(--orange);
}

.c-icon-box i {
  font-size: 24px;
  color: var(--orange);
  margin-right: 15px;
}

/* FLOATING FORM CSS END HERE  */

/* SECTION ONE CSS START HERE */

section.cover--section {
  position: relative;
  background-image: url("../img/global/coverBanner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

section.cover--section h1,
section.cover--section h1 span {
  font-size: 40px;
  font-weight: 800;
}

section.cover--section h1 {
  color: var(--light-blue);
  padding-bottom: 20px;
}

section.cover--section h1 span {
  color: var(--dark-blue);
}

section.cover--section h4,
section.cover--section h4 span {
  color: var(--dark-blue);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 26px;
  font-size: 18px;
  letter-spacing: 1px;
}

section.cover--section h4 span {
  background: var(--orange);
  color: var(--white);
  padding: 0 5px;
}

.img-price {
  position: absolute;
  right: 0;
  top: 50px;
}

section.cover--section .col-left {
  position: relative;
}

.cover--btn {
  margin: 40px 0;
}

.cover--btn a {
  padding: 14px 40px;
  border-radius: 15px;
  display: inline-block;
  font-weight: 500;
  border: 3px solid var(--dark-blue);
}

.cover--btn i {
  font-size: 18px;
  padding-right: 5px;
}

.cover--btn a.btn--blue {
  background: var(--dark-blue);
  color: var(--white);
  box-shadow: 0 10px 20px rgb(0 22 94 / 40%);
}

.cover--btn a.btn-transparent {
  color: var(--dark-blue);
  font-weight: 600;
}

.cover--btn a:not(:last-child) {
  margin-right: 25px;
}

.cover--btn a.btn--blue:hover {
  background: transparent;
  color: var(--dark-blue);
  box-shadow: unset;
}

.cover--btn a.btn-transparent:hover {
  background: var(--dark-blue);
  color: var(--white);
  box-shadow: 0 10px 20px rgb(0 22 94 / 40%);
}

section.partners-area {
  padding-top: 0;
}

.cover--partners ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  grid-column-gap: 12px;
}

/* SECTION ONE CSS END HERE */

/* SECTION TWO CSS START HERE */

section.section--services {
  padding-bottom: 0;
}

section.section--services .head {
  margin-bottom: 100px;
}

.service--box {
  box-shadow: 0 0 15px 10px #e6eeff;
  padding: 30px 20px;
  border-radius: 12px;
  border: 1px solid #d4ddee;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}

.service--box .service-icon {
  left: 0;
  right: 0;
  margin: -80px auto 0;
  width: 135px;
  height: 135px;
}

.service--box h4,
.service--box h4 a {
  color: var(--dark-blue);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  /* display: inline-block; */
}

.service--box h4 a:hover {
  color: var(--orange);
}

.service--box p {
  font-size: 14px;
  color: #6a6a6a;
  min-height: 105px;
}

.service--box p a {
  font-weight: 600;
  text-decoration: underline !important;
}

.service--box p a:hover {
  color: var(--orange);
}

/* SECTION TWO CSS END HERE */

/* SECTION THREE CSS START HERE */

section.section.section--three.section--3cta {
  padding-bottom: 0;
}

.section--3cta .head h3 {
  font-size: 40px;
  color: var(--dark-blue);
  text-transform: uppercase;
  font-weight: 900;
}

.section--3cta .head h2,
.section--3cta .head h2 span {
  font-size: 60px;
  line-height: 60px;
}

section.section--3cta img.left-arrow,
section.section--3cta img.right-arrow {
  position: absolute;
  top: -40px;
}

section.section--3cta img.left-arrow {
  left: 100px;
}

section.section--3cta img.right-arrow {
  right: 100px;
}

section.section--3cta img.wave {
  width: 100%;
  margin-top: -50px;
}

/* SECTION THREE CSS END HERE */

/* SECTION TESTIMONIAL CSS START HERE  */

div#testimonials--slider {
  max-width: 80%;
  margin: 0 auto;
}

.client--testimonials .head h2,
.client--testimonials .head p {
  color: var(--white);
}

div#testimonials--slider .owl-stage {
  padding-bottom: 70px;
}

.testimonials--wrapper .item {
  background: #010f3e;
  border-radius: 30px;
  padding: 0 60px;
  overflow: hidden;
}

.testimonials--wrapper .item .client--logo {
  position: relative;
  padding: 50px 0;
}

.testimonials--wrapper .item .client--logo:before {
  position: absolute;
  content: "";
  background: var(--orange);
  width: 50%;
  height: 200%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50%;
}

.testimonials--wrapper .item .client--logo img {
  position: relative;
  border-radius: 10px;
}

.testiminial--content {
  padding: 30px 0;
}

.testimonials--wrapper .testiminial--content h3 {
  color: var(--white);
  font-size: 18px;
  padding-bottom: 30px;
  font-weight: bold;
}

.testimonials--wrapper .testiminial--content p {
  color: var(--white);
  line-height: 24px;
  opacity: 0.7;
  font-size: 14px;
}

.testimonials--wrapper .testiminial--content h4 {
  color: var(--white);
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  padding-top: 30px;
}

.testimonials--wrapper .testiminial--content h4 span {
  opacity: 0.4;
  font-size: 16px;
}

a.client--url {
  color: #89a5ff;
  text-decoration: underline !important;
}

a.client--url:hover {
  color: var(--orange);
}

div#testimonials--slider .owl-stage-outer {
  margin-bottom: 50px;
}

.testimonials--wrapper .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonials--wrapper .owl-nav .owl-prev {
  left: -10%;
  position: relative;
}

.testimonials--wrapper .owl-nav .owl-next {
  position: relative;
  right: -10%;
}

.testimonials--wrapper .owl-nav span {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  opacity: 0.5;
}

.testimonials--wrapper .owl-nav button:hover {
  background: transparent !important;
}

.testimonials--wrapper .owl-nav button:hover span {
  opacity: 1;
}

/* SECTION TESTIMONIAL CSS END HERE  */

/* SECTION SEARCHBERG REVIEWS START END HERE  */

.SBreviews--wrapper h4 {
  background: #00165e;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border-radius: 0 0 25px 25px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.SBreviews--wrapper {
  max-width: 65%;
  margin: 0 auto;
}

.SBreviews--wrapper .row {
  align-items: center;
}

/* SECTION SEARCHBERG REVIEWS CSS END HERE  */

/* SECTION SEARCHBERG CASE STUDY CSS START HERE  */

section.section--cs.case-study {
  background: #f3f7ff;
  padding: 60px 10px;
  margin-top: 50px;
}

section.section--cs.case-study .cs-nav {
  padding: 0 20px;
  overflow-y: scroll;
  max-height: 420px;
  text-align: center;
}

section.section--cs.case-study .cs-link {
  cursor: pointer;
  padding: 10px;
  opacity: 0.5;
}

section.section--cs.case-study .cs-link.active {
  opacity: 1;
}

section.section--cs.case-study .cs-link img {
  width: auto;
  max-width: 100%;
}

section.section--cs.case-study .cs-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

section.section--cs.case-study .cs-nav::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

section.section--cs.case-study .cs-nav::-webkit-scrollbar-thumb {
  background-color: #0e2e67;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

section.section--cs.case-study .cs-content {
  padding: 0 30px;
  display: none;
}

section.section--cs.case-study .cs-content.active {
  display: block;
}

section.section--cs.case-study .cs-content h3 {
  color: #0e2e67;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}

section.section--cs.case-study .cs-content p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
  font-weight: 500;
}

.cs-content a {
  color: #f47a1e;
}

section.section--cs.case-study .cs-content a.get-consult {
  padding: 14px 40px;
  font-size: 16px;
  text-transform: uppercase;
  background: #f47a1e;
  color: #fff;
  display: inline-block;
  margin: 20px 0 10px 0;
  font-weight: 700;
  border-radius: 5px;
  transition: all 0.3s;
  text-decoration: none;
}

section.section--cs.case-study .cs-content a.get-consult:hover {
  text-decoration: none;
  background: #fff;
  color: #f47a1e;
}

section.section--cs.case-study .col-md-5 {
  border-right: 2px solid #a3afd3;
}

.cs-table-box {
  padding: 0 10px;
  display: none;
}

.cs-table-box.active {
  display: block;
}

table.case-study-table {
  background: #fff;
  color: #0e2e67;
  width: 100%;
  margin-bottom: 20px;
}

.cs-center {
  border-right: 1px solid #ccc;
}

table.case-study-table tr {
  border-bottom: 1px solid #e0e0e0 !important;
}

table.case-study-table th:first-child {
  font-size: 16px !important;
}

table.case-study-table th:first-child {
  border-right: 1px solid #0e2e67;
}

table.case-study-table tbody tr,
table.case-study-table tbody tr td,
table.case-study-table th {
  border-color: #e0e0e0 !important;
}

table.case-study-table th {
  font-weight: 700;
}

table.case-study-table td,
table.case-study-table td a,
table.case-study-table th {
  color: #0e2e67 !important;
  font-weight: 500;
}

table.case-study-table th {
  padding: 8px 20px;
}

table.case-study-table tbody td:first-child {
  border-right: 1px solid #0e2e67;
}

table.case-study-table tbody tr,
table.case-study-table tbody tr td,
table.case-study-table th {
  border-color: #e0e0e0 !important;
}

table.case-study-table tr td,
table.case-study-table tr td a {
  font-size: 13px !important;
}

table.case-study-table tbody td,
table.case-study-table tbody td a {
  font-weight: 600 !important;
}

table.case-study-table tbody td {
  padding: 8px 20px;
}

table.case-study-table td,
table.case-study-table td a,
table.case-study-table th {
  color: #0e2e67 !important;
}

table.case-study-table tbody td:nth-child(2) {
  color: #f47a1e !important;
}

table.case-study-table th {
  font-weight: 700;
}

/* SECTION SEARCHBERG CASE STUDY CSS END HERE  */

/* SECTION SEVEN CSS START HERE  */

section.section--seven .head h4 {
  font-size: 22px;
  color: #00a2fd;
  font-weight: 600;
  padding-bottom: 10px;
}

section.section.section--seven .head:before {
  right: unset;
}

section.section--seven ul {
  margin-bottom: 70px !important;
}

section.section--seven ul li {
  font-size: 14px;
  font-weight: 700;
  color: #0e2e67;
  line-height: 22px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  max-width: 80%;
}

section.section--seven .col-left ul li img {
  margin-right: 20px;
}

section.section--seven a {
  padding: 14px 40px;
  border-radius: 15px;
  display: inline-block;
  font-weight: 600;
  color: var(--dark-blue);
  border: 3px solid var(--dark-blue);
  box-shadow: 0 10px 20px rgb(0 22 94 / 40%);
}

section.section--seven i {
  font-size: 18px;
  padding-right: 5px;
}

section.section--seven a:hover {
  background: var(--dark-blue);
  color: var(--white);
  box-shadow: 0 10px 20px rgb(0 22 94 / 40%);
}

/* SECTION SEVEN CSS END HERE  */

/* SECTION EIGHT CSS START HERE  */

section.our--clients {
  background: #f3f7ff;
}

.our--clients .client-grid-wrap {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 50px;
}

.our--clients .client-grid-wrap a.client-box {
  flex: 1 1 100%;
  text-align: center;
}

.our--clients a {
  position: relative;
  overflow: hidden;
}

.our--clients a img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our--clients a:hover img {
  transform: scale(1.2);
}

@media (min-width: 768px) {
  .our--clients .client-grid-wrap a.client-box {
    flex: 1 1 33.33%;
  }
}

@media (min-width: 992px) {
  .our--clients .client-grid-wrap a.client-box {
    flex: 1 1 25%;
  }
}

/* SECTION EIGHT CSS END HERE  */

/* SECTION NINE CSS START HERE  */

.seciton--nine {
  padding-top: 100px;
}

.contactBox--wrapper {
  position: relative;
}

.contact--box {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  margin-bottom: 60px;
  box-shadow: 5px 5px 10px -2px #ccc;
  z-index: 99;
}

.contact--box h2 {
  color: var(--dark-blue);
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 2px;
}

.contact--box p {
  color: var(--dark-blue);
  line-height: 30px;
}

.triangle-with-shadow {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 10px -17px #ccc;
  position: absolute;
  top: 100%;
  left: calc(50% - 50px);
}

.triangle-with-shadow:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  transform: rotate(45deg);
  bottom: 75px;
  right: 25px;
  box-shadow: 5px 5px 10px -2px #ccc;
}

.seciton--nine img.orange-dots {
  position: absolute;
  top: -40px;
  left: -50px;
}

.seciton--nine img.grady-dots {
  position: absolute;
  right: -50px;
  bottom: -40px;
}

.seciton--nine .sec-cta {
  margin-top: 80px;
}

.seciton--nine .sec-cta a.main-cta {
  display: inline-flex;
  padding: 14px 50px;
}

/* SECTION NINE CSS END HERE  */

/* SECTION TEN - MILESTONS CSS START HERE  */

.sb--milestones .head h2 {
  color: var(--white);
}

.ms-box {
  padding: 0 20px;
  text-align: center;
}

.ms-box h3,
.ms-box h3 span {
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  color: var(--white);
  font-weight: 700;
  border-bottom: 1px solid var(--white);
  padding-bottom: 10px;
  margin: 10px 0;
}

.ms-box p {
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
}

.ms-box h3 span {
  color: var(--orange);
  border: 0;
}

/* SECTION TEN - MILESTONS CSS END HERE  */

/* SECTION ELEVEN - MILESTONS CSS START HERE  */

section.section--eleven {
  background: #f3f7ff;
}

section.section--eleven p {
  font-family: "Poppins";
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

section.section--eleven p a {
  color: var(--orange);
  text-decoration: underline !important;
}

section.section--eleven p a:hover {
  color: var(--dark-blue);
}

section.section--eleven .sec--cta {
  max-width: 70%;
  margin-top: 70px;
}

section.section--eleven .sec--cta a.main-cta.btn--orange {
  margin-top: -20px;
  max-width: 70%;
  padding: 10px 30px;
  border-color: var(--white);
  margin: -20px auto;
}

section.section--eleven .sec--cta a.main-cta.btn--blue {
  padding: 25px 0 35px 0;
  font-size: 22px;
}

/* SECTION ELEVEN - MILESTONS CSS END HERE  */

/* SECTION SIXTEEN CSS START HERE  */

.s16 .row {
  align-items: center;
}

.s16 p {
  font-family: "Poppins";
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

/* SECTION SIXTEEN CSS END HERE  */

/* SECTION TWELVE  - HIRE PROFESSIONAL CSS START HERE  */

section.hire-pro {
  background: #f3f7ff;
}

.hire-pro .contact--box {
  position: relative;
  background: var(--white);
  border-radius: 20px;
  padding: 40px 0;
  margin-bottom: 60px;
  box-shadow: 0 0 15px 10px #e6eeff;
  z-index: unset;
}

.hire-pro .contact--box h2 {
  font-size: 40px;
}

.hire-pro .sec--cta--wrapper h4 {
  font-size: 26px;
  font-weight: 700;
  padding: 30px 0;
  position: relative;
  color: var(--dark-blue);
  text-align: center;
}

section.hire-pro img.orange-dots,
section.hire-pro img.gray-dots {
  position: absolute;
  z-index: -99;
}

section.hire-pro img.orange-dots {
  top: -35px;
  left: -35px;
}

section.hire-pro img.gray-dots {
  right: -35px;
  bottom: -35px;
}

@media (min-width: 992px) {
  section.hire-pro .sec--cta--wrapper {
    max-width: 35%;
    margin: 0 auto;
  }
}

/* SECTION TWELVE  - HIRE PROFESSIONAL CSS END HERE  */

/* SECTION THIRTEEN - FAQS CSS START HERE  */

.faq-section {
  background: #f3f7ff;
}

section.faq-section .head {
  margin-bottom: 20px;
}

section.faq-section .head h2,
section.faq-section .head h2 span {
  font-size: 52px;
}

section.faq-section .head:before {
  display: none;
}

.faq-section .info-details {
  background: #e5edfa;
  border-radius: 10px;
  line-height: 1.6;
  padding: 20px;
}

.faq-section .info-details h3 {
  font-weight: 600;
  font-size: 16px;
  color: var(--dark-blue);
  text-decoration: none;
  margin: 20px 0;
}

ul#accordian::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

ul#accordian::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

ul#accordian::-webkit-scrollbar-thumb {
  background-color: var(--orange);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

ul#accordian li p {
  display: none;
  color: #6a6a6a;
}

ul#accordian li {
  border-bottom: 1px solid #c6d2e6;
  padding: 25px 30px;
  cursor: pointer;
}

ul#accordian h4 {
  font-weight: 600;
  font-size: 16px;
  color: var(--dark-blue);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul#accordian h4 i {
  color: var(--orange);
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}

ul#accordian li.active {
  box-shadow: 0px 0px 15px 10px #e6eeff;
  border-radius: 30px;
  border: 0;
  margin-top: 20px;
}

ul#accordian li.active h4 {
  padding-bottom: 20px;
}

ul#accordian li p a {
  color: var(--orange);
}

ul#accordian li.active i::before {
  content: "\f068";
}

/* SECTION THIRTEEN - FAQS CSS END HERE  */

/* SECTION FOURTEEN - BOTTOM FORM CSS START HERE  */

.bottom-form {
  position: relative;
  background: #e0f0ff;
  padding: 30px 50px;
  border-radius: 15px;
  margin: 15px 0;
}

.ny-contact hr {
  margin: 0;
  border: none;
  border-top: 10px solid var(--orange);
  position: absolute;
  width: 60%;
  top: 0;
  left: 20%;
  opacity: 1;
}

.bottom-form .secondary-text {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: var(--dark-blue);
}

.bottom-form h2 {
  font-size: 24px;
  font-weight: 800;
  color: var(--dark-blue);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 0;
}

.bottom-form h2 span {
  color: var(--orange);
  font-weight: 800;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.bottom-form .form-group i {
  position: absolute;
  font-size: 18px;
  color: var(--orange);
  left: 10px;
  height: 25px;
  width: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 25px;
  font-weight: 500;
}

.bottom-form .form-control {
  height: 50px;
  padding-left: 40px;
  background-color: #fff;
  font-size: 14px;
  color: #9daac1;
  border: 1px solid #f6f4f4;
  box-shadow: none;
  border-radius: 25px;
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

.bottom-form .form-group.textarea i {
  margin-top: 10px;
}

.bottom-form .form-group.textarea textarea {
  height: 130px;
  resize: none;
}

.mini-contact-area {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  margin-top: 20px;
}

.mini-contact-box {
  display: flex;
  align-items: center;
}

.c-cont-box h4 {
  font-size: 14px;
  margin: 0;
  color: #999;
  font-weight: 600;
}

.c-cont-box a {
  font-size: 16px;
  margin: 0;
  color: var(--dark-blue);
  font-weight: 800;
}

.c-cont-box a:hover {
  color: var(--orange);
}

.c-icon-box i {
  font-size: 24px;
  color: var(--orange);
  margin-right: 15px;
}

.contact-box-q img {
  max-width: 100%;
}

.contact-box-q h3 {
  position: relative;
  background-color: var(--white);
  color: var(--dark-blue);
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  padding: 25px 40px;
  box-shadow: 0 0 10px -2px #ccc;
  border-radius: 25px;
  margin: 40px 0 0 0;
  margin-bottom: 50px;
}

.ny-contact form .btn-box {
  text-align: center;
  padding: 20px 0;
}

.ny-contact form .btn-primary {
  padding: 15px 40px;
  font-size: 18px;
  color: #fff;
  border-radius: 25px;
  background-color: #0e2e67;
  display: block;
  box-shadow: 5px 5px 15px #999;
  text-decoration: none;
  margin: auto;
  display: inline;
  margin: auto;
  letter-spacing: 0;
}

.call-custom-cta {
  text-align: center;
}

.call-custom-cta a {
  display: inline-block;
  border-radius: 50px;
  padding: 16px 50px;
  border: 0 !important;
  font-weight: 400;
}

.call-custom-cta a:first-child {
  margin-bottom: 20px;
}

/* SECTION FOURTEEN - BOTTOM FORM CSS END HERE  */

/* SECTION FIVETEEN - PARTNERS AREA CSS START HERE  */

.partners-area ul.partners {
  display: flex;
  list-style: none;
  padding: 0 !important;
  justify-content: space-around;
  align-items: center;
}

.partners-area ul.partners li img {
  max-width: 100%;
  padding: 5px;
}

/* SECTION FIVETEEN - PARTNERS AREA CSS END HERE  */

/* SECTION SIXTEEN START HERE  */

.s16 .head h4 {
  font-weight: bold;
  text-transform: uppercase;
  color: #0e2e67;
}

.s16 .section-content {
  max-width: 60%;
  margin: 0 auto;
}

.s16 .section-content > p {
  color: #333333;
}

.s16 .img-left,
.s16 .img-right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.s16 .img-left {
  left: -80px;
}

.s16 .img-right {
  right: -80px;
}

/* SECTION SIXTEEN END HERE  */

/* SECTION SEVENTEEN START HERE  */

.s17 {
  background: #0e2e67;
  padding-bottom: 100px;
}

.s17 .head > * {
  color: #fff;
}

@media (min-width: 1200px) {
  .s17 .head p {
    max-width: 70%;
    margin: 0 auto 1rem;
  }
}

.s17 .custom-row-wrap .custom-row {
  position: relative;
  background: #173873;
  border-radius: 1rem;
  min-height: 220px;
  display: flex;
  align-items: center;
}

.s17 .custom-row-wrap .custom-row .col-right {
  max-width: 75%;
  margin-left: auto;
  padding-right: 6rem;
}

.s17 .custom-row-wrap .custom-row .col-left {
  max-width: 75%;
  margin-right: auto;
  padding-left: 6rem;
}

.s17 .custom-row-wrap .custom-row h3 {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-weight: 800;
  margin: 0 0 1rem;
}

.s17 .custom-row p {
  color: #fff;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  margin: 0;
}

.s17 .custom-row:nth-child(odd) img {
  position: absolute;
  top: -20px;
  left: 0;
}

.s17 .custom-row:nth-child(even) img {
  position: absolute;
  top: -20px;
  right: 0;
}

.s17 .custom-row-wrap .custom-row:not(:last-child) {
  margin: 0 0 4rem;
}

/* SECTION SEVENTEEN END HERE  */

/* SECTION EIGHTEEN START HERE  */

.s18 {
  background-image: url("../img/sks/research-process-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 0 !important;
}

.s18 .head p {
  color: #0e2e67;
  max-width: 90%;
  margin: 0 auto 1rem;
}

.s18 .head p span {
  color: #f16f1d;
}

.s18 .research-process-item {
  background: #fff;
  border: 1px solid #8cb2d0;
  border-radius: 1rem;
  padding: 2rem;
  margin: 0 2rem;
  height: 360px;
}

.s18 .research-process-item .row {
  align-items: center;
}

.s18 .research-process-item .div-text h3 {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #0e2e67;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #ebebeb;
}

.s18 .research-process-item .div-text h3 span {
  color: #f16f1d;
}

.s18 .research-process-item .div-text p {
  color: #0e2e67;
  margin: 0;
}

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.s18 div#research-process-slider .slick-list {
  overflow: visible;
}

.s18 div#research-process-slider .slick-slide {
  opacity: 0.2;
}

.s18 div#research-process-slider .slick-slide.slick-current {
  opacity: 1;
}

div#research-process-slider {
  margin-top: 130px;
  margin-bottom: 0;
}

div#research-process-slider ul.slick-dots li {
  background: #ebfbff;
  border: 1px solid #a6c6dd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
}

div#research-process-slider ul.slick-dots li.slick-active {
  background: var(--dark-blue);
  border: 0;
  width: 60px;
  height: 60px;
}

div#research-process-slider ul.slick-dots button {
  font-size: 20px;
  color: var(--dark-blue);
  width: 40px;
  height: 40px;
  display: inline-block;
}

div#research-process-slider ul.slick-dots button:before {
  display: none;
}

div#research-process-slider ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  top: -90px;
  height: fit-content;
}

div#research-process-slider ul.slick-dots li.slick-active button {
  color: #fff;
  font-size: 40px;
  width: 60px;
  height: 60px;
  /* display: inline-block; */
}

.s18 div#research-process-slider .div-img {
  text-align: center;
}

.s18 div#research-process-slider .div-img img {
  margin: auto;
}

/* SECTION EIGHTEEN END HERE  */

/* SECTION NINETEEN START HERE  */

.s19 .head p {
  color: #0e2e67;
  max-width: 90%;
  margin: 0 auto 1rem;
}

.s19 .head p span {
  color: #f16f1d;
}

.s19 .research-service-items {
  display: flex;
  flex-wrap: wrap;
}

.s19 .research-service-items > .research-service-item {
  flex: 1;
  padding: 0 1rem;
  text-align: center;
  border-right: 1px solid #e5edfa;
}

.s19 .research-service-items > .research-service-item h3 {
  font-size: 18px;
  font-weight: 800;
  color: #0e2e67;
  text-transform: uppercase;
  margin: 1rem 0;
}

.s19 .research-service-items > .research-service-item p {
  font-size: 14px;
  color: #0e2e67;
}

.s19 .research-service-items > .research-service-item:first-child {
  border-left: 1px solid #e5edfa;
}

.s19 .sign-up {
  text-align: center;
}

.s19 .sign-up > h4 {
  font-weight: bold;
  color: #0e2e67;
  margin: 0 0 2rem;
}

.s19 .sign-up > h4 span {
  color: var(--orange);
}

.s19 .sign-up > p {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0e2e67;
  line-height: 1;
}

.s19 .div-cta {
  text-align: center;
}

.s19 .div-cta .btn-orange {
  background: var(--orange);
  padding: 14px 40px;
  border-radius: 15px;
  color: var(--white);
  display: inline-block;
  font-weight: 500;
}

.s19 {
  background-image: url("../img/sks/cta-shape.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding-bottom: 100px;
}

.s19 .div-cta .btn-orange:hover {
  background: #0e2e67;
}

/* SECTION NINETEEN END HERE  */

/* SECTION TWENTY  - BLOG CSS START HERE */

@media (min-width: 1200px) {
  .head-center {
    max-width: 65%;
    margin: 0 auto 3rem;
  }
}

.s20 .row {
  grid-row-gap: 2rem;
}

.s20 .blog-card {
  position: relative;
  background: var(--white);
  padding: 0.6rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 0px 40px rgb(204 204 204 / 40%);
}

.s20 .blog-card:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 0.6rem;
  background: var(--orange);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.s20 .blog-card .blog-thumb {
  height: 250px;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 0 1rem;
}

.s20 .blog-card .blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s20 .blog-card .blog-details {
  padding: 0 1rem;
}

.s20 .blog-card ul.blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1rem !important;
  padding: 0 0 1rem;
  border-bottom: 1px solid #ddd;
}

.s20 .blog-card ul.blog-meta li {
  font-size: 0.75rem;
  color: #717d92;
}

.s20 .blog-card .blog-title a {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--dark-blue);
  line-height: 1.5rem;
  display: inline-block;
  margin: 0 0 1rem;
}

.s20 .blog-category a {
  background: #ebebeb;
  color: var(--dark-blue);
  font-size: 0.75rem;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 50px;
  font-weight: 500;
}

.s20 .blog-category {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1rem;
}

.s20 .blog-card p {
  color: var(--dark-blue);
  font-weight: 500;
  line-height: 24px;
  min-height: 120px;
}

.s20 .blog-card .blog-read-more {
  text-align: center;
  margin: 1rem 0 0;
  padding: 2rem 0;
  border-top: 1px solid #ddd;
}

.s20 .blog-card .blog-read-more a {
  background: var(--orange);
  color: var(--white);
  display: inline-flex;
  padding: 0.8rem 3rem;
  border-radius: 0.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  box-shadow: 4px 4px 20px rgb(241 111 29 / 40%);
}

.s20 .blog-card .blog-read-more a:hover {
  background: var(--dark-blue);
  box-shadow: 4px 4px 20px rgb(14 46 103 / 40%);
}

/* SECTION TWENTY - BLOG CSS END HERE */

@media only screen and (max-width: 1199px) {
  section.cover--section h1,
  section.cover--section h1 span {
    font-size: 36px;
  }

  .cover--btn a {
    padding: 14px 20px;
  }

  .cover--btn a:not(:last-child) {
    margin-right: 10px;
  }

  .head h2,
  .head h2 span {
    font-size: 36px;
  }

  .head h2 br,
  .head h2 span br {
    display: none;
  }

  .head p br {
    display: none;
  }

  .service--box h4 a {
    height: 30px;
  }

  section.section--3cta img.left-arrow {
    left: 0;
  }

  section.section--3cta img.right-arrow {
    right: 0;
  }

  .section--3cta .head h2,
  .section--3cta .head h2 span {
    font-size: 50px;
  }

  section.section--seven ul li br {
    display: none;
  }

  .contact--box h2 {
    font-size: 50px;
  }

  .ms-box h3,
  .ms-box h3 span {
    font-size: 36px;
  }

  section.section--eleven .sec--cta a.main-cta.btn--orange {
    max-width: 80%;
  }

  .bottom-form {
    padding: 30px 30px;
  }

  .s16 .img-left,
  .s16 .img-right {
    display: none;
  }

  .s16 .section-content {
    max-width: 100%;
  }

  .s17 .custom-row-wrap .custom-row .col-right,
  .s17 .custom-row-wrap .custom-row .col-left {
    max-width: 70%;
  }
}

@media only screen and (max-width: 991px) {
  section.cover--section h1 br {
    display: none;
  }

  section.section.section--three.section--3cta {
    padding: 0;
  }

  section.section--3cta img.left-arrow,
  section.section--3cta img.right-arrow {
    display: none;
  }

  section.section--3cta a.main-cta {
    font-size: 14px;
    letter-spacing: 0;
    padding: 14px 0;
  }

  div#testimonials--slider {
    max-width: 100%;
  }

  .SBreviews--wrapper {
    max-width: 100%;
  }

  section.section--cs.case-study .cs-nav {
    display: flex;
    overflow-y: hidden;
    margin-bottom: 30px;
  }

  section.section--cs.case-study .cs-nav .cs-link {
    min-width: 33.33%;
  }

  section.section--cs.case-study .cs-content h3 {
    font-size: 24px;
  }

  section.section--seven .head h4 br {
    display: none;
  }

  section.section--seven ul li {
    max-width: 100%;
  }

  section.section.section--seven .col-right {
    text-align: center;
  }

  .contact--box h2 {
    font-size: 36px;
  }

  .ms-box h3,
  .ms-box h3 span {
    font-size: 24px;
  }

  .ms-box p {
    font-size: 14px;
  }

  section.section.section--eleven .col--left {
    text-align: center;
    margin-bottom: 30px;
  }

  section.section.section--eleven {
    text-align: center;
  }

  section.section.section--eleven .sec--cta {
    margin: 50px auto 0;
  }

  .hire-pro .contact--box h2 {
    font-size: 36px;
  }

  .hire-pro .contact--box h2 br {
    display: none;
  }

  .sec--cta--wrapper {
    max-width: 50%;
    margin: 0 auto;
  }

  section.faq-section .head h2,
  section.faq-section .head h2 span {
    font-size: 36px;
    text-align: center;
  }

  .contact-box-q {
    text-align: center;
  }

  a.main-cta {
    padding: 15px 40px;
  }

  .call-custom-cta a:first-child {
    margin: 0;
  }

  section.section.section-fourteen.ny-contact {
    padding: 0;
  }

  .s17 .custom-row img {
    position: static !important;
  }

  .s17 .custom-row-wrap .custom-row .col-right,
  .s17 .custom-row-wrap .custom-row .col-left {
    max-width: 100%;
    padding: 1rem;
  }

  .s17 .custom-row-wrap .custom-row {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }

  .s17 .custom-row-wrap .custom-row:not(:last-child) {
    margin: 0 0 1rem;
  }

  .s18 div#research-process-slider .slick-list {
    overflow: hidden;
  }

  .s18 .research-process-item {
    height: auto;
  }

  .s18 div#research-process-slider .slick-slide .row {
    grid-row-gap: 2rem;
    text-align: center;
  }

  .s19 .research-service-items > .research-service-item {
    flex: 0 0 44%;
    padding: 1rem 0;
    margin: 0 1rem;
  }

  .s19 .research-service-items > .research-service-item,
  .s19 .research-service-items > .research-service-item:first-child {
    border: 0;
  }

  .s19 .research-service-items > .research-service-item:not(:last-child) {
    border-bottom: 1px solid #e5edfa;
  }

  .s19 .research-service-items {
    justify-content: center;
  }

  .s19 .sign-up > h4 br {
    display: none;
  }

  .s19 {
    background-image: unset;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }

  .head h2,
  .head h2 span {
    font-size: 26px;
  }

  .enableScroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 40px;
    padding-top: 20px;
    justify-content: normal;
    align-items: normal;
  }

  .enableScroll > div {
    min-width: 100%;
  }

  .enableScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
  }

  .enableScroll::-webkit-scrollbar {
    height: 7px;
    background-color: #f5f5f5;
  }

  .enableScroll::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
    );
  }

  section.cover--section h1,
  section.cover--section h1 span {
    font-size: 26px;
  }

  .img-price {
    position: unset;
    margin: 20px 0;
  }

  section.cover--section h4,
  section.cover--section h4 span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }

  section.cover--section h4 br {
    display: none;
  }

  .cover--btn {
    display: flex;
    margin: 1rem 0;
    grid-gap: 1rem;
  }

  .cover--btn a {
    padding: 10px 12px;
    font-size: 14px;
  }

  .cover--btn a i {
    display: none;
  }

  .cover--btn a:not(:last-child) {
    margin: 0;
  }

  /* .cover--partners ul {
        justify-content: normal;
        padding-bottom: 10px;
        grid-gap: 10px;
    }

    .cover--partners ul li {
        min-width: 33%;
    } */

  section.section--services .head {
    margin-bottom: 20px;
  }

  .service--box {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .service--box .service-icon {
    margin: 0 auto;
  }

  .section--3cta .head h2,
  .section--3cta .head h2 span {
    font-size: 26px;
    line-height: 30px;
  }

  .section--3cta .head h3 {
    font-size: 18px;
  }

  .section--cta .col-md-4:not(:last-child) {
    margin-bottom: 20px;
  }

  section.section.section--three.section--3cta .head {
    margin-bottom: 40px;
  }

  section.section.section--three.section--3cta {
    padding: 30px 0;
  }

  .client--testimonials {
    padding-bottom: 60px;
  }

  .testimonials--wrapper .item .client--logo:before {
    display: none;
  }

  .testimonials--wrapper .item .client--logo {
    padding: 30px 0 0;
  }

  .testiminial--content {
    max-width: 100%;
  }

  .SBreviews--wrapper .row .col-md-4:not(:last-child) {
    margin-bottom: 30px;
  }

  .testimonials--wrapper .item {
    padding: 0 20px;
  }

  .SBreviews--wrapper h4 {
    font-size: 14px;
  }

  div#testimonials--slider .owl-stage-outer {
    margin-bottom: 20px;
  }

  .client--testimonials {
    padding-bottom: 20px;
  }

  section.section--cs.case-study {
    padding: 30px 10px;
  }

  section.section--cs.case-study .cs-content {
    padding: 0;
  }

  .cs-table-box {
    padding: 0;
  }

  .reviews-logos .col-md-4:not(:last-child) {
    margin-bottom: 50px;
  }

  section.section--seven ul {
    margin-bottom: 30px !important;
  }

  section.section.section--seven .col-right {
    margin-top: 40px;
  }

  .our--clients .client-grid-wrap {
    flex-wrap: nowrap;
  }

  .our--clients .client-grid-wrap > a {
    min-width: 100%;
  }

  ul#accordian li {
    padding: 25px 0;
    box-shadow: unset;
  }

  ul#accordian li.active {
    box-shadow: unset;
    background: none;
    border-radius: 0;
  }

  .sb--milestones .row .col-sm-3 {
    max-width: 50%;
  }

  section.our--clients .head {
    margin-bottom: 30px;
  }

  .seciton--nine img.orange-dots {
    display: none;
  }

  .seciton--nine img.grady-dots {
    display: none;
  }

  .contact--box h2 {
    font-size: 26px;
  }

  .contact--box {
    padding: 20px;
  }

  .seciton--nine .sec-cta a.main-cta {
    padding: 14px 20px;
    font-size: 14px;
  }

  .ms-box {
    padding: 0;
  }

  section.section.section--eleven .sec--cta {
    max-width: 100%;
  }

  section.section--eleven .sec--cta a.main-cta.btn--orange {
    font-size: 14px;
  }

  section.hire-pro {
    margin: 0;
  }

  .hire-pro .contact--box h2 {
    font-size: 26px;
  }

  .sec--cta--wrapper {
    max-width: 100%;
  }

  a.main-cta {
    font-size: 14px;
  }

  .hire-pro .contact--box {
    padding: 20px;
  }

  section.faq-section .head h2,
  section.faq-section .head h2 span {
    font-size: 26px;
  }

  .bottom-form {
    padding: 20px 15px;
  }

  .mini-contact-box {
    flex-direction: column;
  }

  .contact-box-q h3 {
    font-size: 26px;
    padding: 25px 20px;
  }

  .partners-area .head {
    margin-bottom: 30px;
  }

  section.section.section--fivteen.partners-area {
    padding-top: 0;
  }

  section.section.section-fourteen.ny-contact {
    padding-bottom: 40px;
  }

  div#research-process-slider {
    margin: 0;
  }

  .s18 .research-process-item .div-text h3 {
    font-size: 1.5rem;
  }

  .s19 .research-service-items > .research-service-item {
    flex: 100%;
  }
}
