/* @import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300..900;1,300..900&display=swap'); */


@import url("icons.css");
@import url("flaticon.css");
@import url("fontawesome-all.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery-ui.min.css");
@import url("select2.min.css");
@import url("jquery.modal.min.css");
@import url("chosen.css");
@import url("line-awesome.css");
@import url("mmenu.css");
@import url("jquery.fancybox.min.css");
/* @import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */


/* ======== new font added ======== */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Wix+Madefor+Display:wght@400..800&display=swap');

/* ======== new font added ======== */


* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  scrollbar-width: thin;
  font-family: "Barlow";
}

body {
  font-size: 16px;
  color: #363636;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  /* font-family: 'Jost', sans-serif;
  font-style: normal; */
  scrollbar-width: thin;

  font-family: "Barlow";
  padding-top: 72px;
}

a {
  text-decoration: none;
  cursor: pointer;
  font-family: "Barlow";
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  font-family: "Barlow";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.2em;
  font-family: "Barlow";
}

section {
  position: relative;
}

textarea {
  overflow: hidden;
  resize: none;
  font-family: "Barlow";
}

button {
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  min-width: auto;
  font-family: "Barlow";
}

p,
.text {

  margin: 0;
  font-family: "Barlow";
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}


.container {
  max-width: 1030px;
}

.section-padding {
  padding: 80px 0 60px;
}





/* ======================= navbar ======================== */


header {
  background-color: #194D62;
  padding: 0px 16px;
  box-shadow: 0px 1px 6px 2px #00000040;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

@media screen and (min-width:992px) {
  header {
    background-color: #194D62;
    padding: 4px 16px;
    /* height: 72px; */
    box-shadow: 0px 1px 6px 2px #00000040;
  }
}

.navbar {
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.navbar-nav {
  display: flex;
  justify-content: start;
  width: 100%;
  gap: 16px;
  padding-left: 72px !important;
}

.navbar-nav a {
  margin: 0;
}

.navbar-brand {
  margin-right: auto;
}

.navbar-nav .active {
  font-weight: bold;
}

.navbar-light .navbar-toggler {
  color: #0E526D;
  border-color: #0E526D;
  margin-right: 10px;
}

.navbar-dark .navbar-toggler {
  margin-right: 0;
  padding: 0;
}

.nav-link:focus-visible {
  box-shadow: none;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #FFFFFF !important;

}

.navbar-dark .navbar-nav .current .nav-link,
.navbar-dark .navbar-nav .nav-link:hover {
  font-weight: 600;
}

.header-logo {
  width: 94px;
  height: 39px;
}

.header-search-btn {
  width: 90px;
  height: 40px;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  border-radius: 6px;
  font-family: 'Barlow';
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  background-color: #FAFBFC;
  color: #020506;
  text-decoration: none;
  box-shadow: 0px -2px 1px 0px #00000033 inset;

}


/* ================ header dropdown ============== */
.custom-dropdown {
  background-color: #20617B;
  min-width: 300px;
  max-width: 440px;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
}

.custom-service-item a {
  color: white;
  text-decoration: none;
}

.custom-service-item {
  color: white;
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-service-item:last-child {
  border-bottom: none;
}

.custom-service-item strong {
  font-family: 'Barlow';
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;

}

.custom-service-item small {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;

}

.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.dropdown-toggle::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: .255em;
  vertical-align: .255em;
  border: none;
  background-image: url('../images/down-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
}


.mobile-show {
  display: none;
}


.dropdown-icon-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.dropdown-icon-toggle img {
  transition: transform 0.3s ease;
  width: 24px;
  height: 24px;
}

.dropdown-menu.show+.dropdown-icon-toggle img {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}


/* Remove default focus/outline */
.navbar-toggler {
  border: none;
  box-shadow: none !important;
  outline: none !important;
}

/* Custom icon styling */
.custom-toggler-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 30px;
  position: relative;
}

.custom-toggler-icon span {
  background-color: white;
  height: 3px;
  width: 100%;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
  display: block;
  border-top: 2px solid #fff;
}

/* Transform to X */
.navbar-toggler.open .custom-toggler-icon span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.navbar-toggler.open .custom-toggler-icon span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.open .custom-toggler-icon span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}


/* ================ header dropdown ============== */


/* ======================= navbar ======================== */



/* ======================== footer ======================== */

footer {
  background-color: #194D62;
  color: #FFFFFF;
  padding: 80px 64px;
}

.footer-container {
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
  padding: 48px;
  box-sizing: border-box;
  background-color: #20617B;
  border-radius: 10px;
}

.footer-logo {
  width: 125px;
  height: 51px;
}



footer ul {
  list-style: none;
  padding: 0;
}

footer h5 {
  font-family: 'Barlow';
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-bottom: 14px;
}

footer ul a {
  color: #ffffff;
}

footer ul a:hover {
  color: #ffffff99;
}


footer ul li {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 8px 0;
}


.subscribe-form {
  margin: 24px 0 14px;
}

.subscribe-form form {
  display: flex;
}

.subscribe-form input {
  /* max-width: 265px; */
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  color: #FFFFFF99;
  border-radius: 6px;
  background-color: #367188;
}

.subscribe-form button {
  max-width: 120px;
  width: 100%;
  height: 40px;
  /* padding: 10px 24px; */
  border-radius: 6px;
  margin-left: 16px;
  color: #ffffff;
  background-color: #367188;
  box-shadow: 0px -2px 1px 0px #0205060D inset;
}

.widgets-4 p.text-1 {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  max-width: 400px;
  width: 100%;
}

.widgets-4 p.text-2 {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  max-width: 400px;
  width: 100%;
}

footer .copyright-sec {
  display: flex;
  gap: 24px;
  justify-content: center;
  padding-top: 32px;
}

footer .copyright-sec span {
  display: flex;
  gap: 24px;
}

footer .copyright-sec p {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;

}

footer .copyright-sec a {
  text-decoration: underline;
  color: #ffffff;
}

footer .copyright-sec a:hover {
  color: #ffffff99;
}

/* ======================== footer ======================== */


/* =========================== Home  ============================ */

/* ========== hero sec ============== */
.home-hero-sec {
  background-image: url('../images/home-banner.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: bottom;
}

.home-hero-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #00000099; */
  background-color: #000000bf;
  z-index: 0;
}

.hero-text {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

.hero-text h1 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -1%;
  text-align: center;
  color: #ffffff;
}


.hero-text p {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  padding: 24px 0 32px;
}

.hero-text a {
  padding: 12px 24px;
  border-radius: 6px;
  color: #ffffff !important;
  background-color: #FFFFFF1A;
  box-shadow: 0px -2px 1px 0px #0205060D inset;
  font-family: 'Barlow';
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;

}

/* ========== hero sec ============== */

/* ============ empower sec =========== */
.home-empower-sec {
  color: #020506;
  position: relative;
}

.empower-text-col {
  max-width: 500px;
  position: sticky;
  top: 100px;
}

.empower-text-col h5 {
  font-family: 'Barlow';
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.empower-text-col h2 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -1%;
  padding-top: 16px;
}

.empower-text-col p {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 24px;
  padding-bottom: 32px;
  max-width: 450px;
}

.empower-text-col a {
  padding: 12px 24px;
  border-radius: 6px;
  background-color: #0205060D;
  color: #020506;
  box-shadow: 0px -2px 1px 0px #0205060D inset;
  font-family: 'Barlow';
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;

}

/* .empower-feature-col {
  max-height: 100vh;
  overflow-y: auto;
  padding-right: 15px;
  scrollbar-width: none;
} */

.empower-feature {
  padding: 32px 32px 32px 0;
}

.empower-feature img {
  width: 63px;
  height: 63px;
}

.empower-feature h3 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #020506;
  padding: 16px 0;
}

.empower-feature p {
  font-family: Barlow;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #020506;
  max-width: 396px;
}

/* ============ empower sec =========== */



/* ========== welcome sec ============== */
.home-welcome-sec {
  background-color: #194D62;
}

.welcome-text-col img {
  width: 65px;
  height: 48px;
}

.welcome-text-col h3 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -1%;
  color: #ffffff;
  padding-top: 24px;
}

.welcome-text-col p {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ffffff;
  padding-top: 24px;
  max-width: 400px;
}

.welcome-image-col img {
  height: 332px;
  max-width: 498px;
  width: 100%;
}

.welcome-image-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* ========== welcome sec ============== */


/* =========================== Home  ============================ */


/* ======================== breadcrumb ================== */

.breadcrumb {
  padding: 80px 0 112px;
  margin-bottom: 0;
}

.about-breadcrumb {
  background-image: url('../images/about-breadcrumb.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px -408px;
}

.service-breadcrumb {
  background-image: url('../images/service-breadcrumb.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.benefit-breadcrumb {
  background-image: url('../images/benefit-breadcrumb.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000bf;
  z-index: 0;
}

.breadcrumb-text {
  max-width: 768px;
  margin: 0 auto;
  z-index: 1;
}

.breadcrumb-text h4 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

.breadcrumb-text p {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 24px;
  color: #ffffff;
}


/* ======================== breadcrumb ================== */



/* ======================== page heading ================== */
.page-sec-heading {

  color: #000000;
}

.page-sec-heading h6 {
  font-family: 'Barlow';
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.page-sec-heading h2 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  padding: 16px 0 24px;
}

.page-sec-heading p {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}





.page-sec-heading-2 {

  color: #000000;
}

.page-sec-heading-2 .container {
  max-width: 798px;
}

.page-sec-heading-2 h2 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 24px;
}

.page-sec-heading-2 p {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

}








.page-sub-heading {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
  padding-bottom: 24px;
}

.page-sub-text {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
  padding-bottom: 32px;

}



/* ======================== page heading ================== */


/* ========================= benefit ================ */

.benefit-sec-features {
  padding-top: 0;
}

.benefit-sec-heding .container {
  max-width: 768px;
}

.feature-card {
  text-align: center;
  color: #000000;
  max-width: 400px;
}

.feature-card h3 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  padding: 24px 0 16px;
}


.feature-card p {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

}

.feature-card img {
  width: 125px;
  height: 125px;
}

/* ========================= benefit ================ */











/* ================== service ======================= */
#serviceTabs {
  justify-content: center;
}

.nav-tabs {
  border-bottom: none !important;
  row-gap: 10px;
  column-gap: 2px;
  margin-bottom: 44px;
}


.nav-tabs .nav-link {
  border: none !important;
  background-color: #FFFFFF;
  color: #000000;
  padding: 8px 16px;
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;

}

.nav-tabs .nav-link.active {
  color: #000000;
  box-shadow: 0px 2px 2px 0px #00000040;

}

.badge-label {

  background-color: #EEEEEE;
  color: #000000;
  padding: 4px 8px;
  display: inline-block;

  font-family: 'Barlow';
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;

  margin-bottom: 16px;
}

.service-card-text-col h5 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 8px;
  color: #000000;
}


.service-card-text-col p {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 24px;
}

.service-card-text-col a {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
}

.service-card {
  border: none;
  padding: 20px 0;
  transition: all 0.3s ease;
}


.service-image {
  width: 94px;
  height: auto;
}

.service-card-image-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-card-row {
  row-gap: 40px;
}


/* ===================== sub pages =================== */

.service-info-sec {
  color: #000000;
}

.service-info-sec h3 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.service-info-sec h2 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 8px;
}

.service-info-sec p.main-info {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 45px;
}


.service-info-sec p.sub-info {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}



.connect-sec .container {
  max-width: 1342px;
  color: #000000;
}

.connect-sec h2 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}


.connect-sec p {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 32px;
}

.connect-sec a {
  /* width: 104px;
  height: 44px; */
  padding: 12px 24px;
  border-radius: 6px;
  color: #000000;
  background-color: #0205060D;
  box-shadow: 0px -2px 1px 0px #0205060D inset;
  font-family: 'Barlow';
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;

}

.connect-sec img {
  width: 200px;
  height: auto;
}

.connect-sec .col-md-3 {
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* ===================== sub pages =================== */


/* ================== service ======================= */



/* ====================== result ======================== */

.result-card {
  color: #000000;
}

.result-card-header img {

  width: 100%;
}

.result-card-body {
  padding: 24px;
}

.result-card-body h4 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 8px;
}

.result-card-body p {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}


.result-card-body a {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
}

.result-card-body a span {
  margin-left: 8px;
}

.result-card-row .card-item {
  margin-bottom: 60px;
}

.result-card-row .card-item .card {
  box-shadow: 0px 0.5px 2px 0px #00000040 inset;
}



.result-trademarks-heading-sec {
  text-align: center;
  background-image: url('../images/result-heading-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}


.result-trademarks-heading-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000bf;
  z-index: 0;
}

.result-trademarks-heading-sec h2 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  padding: 40px 0;
}



.result-trademarks-info-sec {
  color: #000000;
}

.result-trademarks-info-sec h2.result-que-heading {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.result-trademarks-info-sec .result-que-text {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 40px;
}

.result-card-header {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .125);

}

.result-card-header .company-name-div {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.result-card-header h4 {
  color: #000000;
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;

}

.get-in-touch-sec {
  color: #000000;
}

.get-in-touch-sec .container {
  max-width: 1342px;
}

.get-in-touch-sec h2 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.get-in-touch-sec p {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;

}

.get-in-touch-sec a {
  width: 104px;
  height: 44px;
  padding: 10px 24px;
  border-radius: 6px;
  color: #000000;
  background-color: #0205060D;
  box-shadow: 0px -2px 1px 0px #0205060D inset;
  font-family: 'Barlow';
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;

}

.get-in-touch-sec .button-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.result-que-text li::marker,
.term-section-1 li::marker {

  font-size: 14px;
}


.section-padding.result-page-heading {
  padding-bottom: 0;
}

/* ====================== result ======================== */



/* ==================== application ======================== */

.app-result-sec {
  padding-bottom: 80px;
}

.app-result-about-sec .container,
.app-result-sec .container {
  max-width: 1342px;

  color: #000000;
}

.result-navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;

}

.result-navigation span {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  margin: 24px 0;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

.accordion-button::after {
  transform: rotate(90deg);
  transition: transform 0.2s ease-in-out;
}

.accordion-button.collapsed::after {
  transform: rotate(0deg);
}

.accordion-button {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 16px 0;
  color: #000000;
}

.accordion-body {
  padding: 0 0 24px 0;
}

.accordion-item {
  border-bottom: 1px solid #00000099;
  border-top: 1px solid #00000099;
  border-left: none;
  border-right: none;

}

.accordion-item:last-of-type {
  border-radius: 0;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
  background-color: #ffffff;
}

.accordion-button:not(.collapsed) {
  color: #000000;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../images/accordion-down-arrow.svg');
  transform: rotate(0deg);
}

.accordion-button::after {
  background-image: url('../images/accordion-up-arrow.svg');
}

.app-result-single h4 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 32px;
}

.app-result-image-col {
  width: 67% !important;
}

.app-result-image-col img {
  width: 100%;
}

.app-result-text-col {
  width: 33% !important;
  padding: 0 30px 0 50px;
}


.app-result-about-sec img {
  width: 100%;
  position: sticky;
  top: 100px;
}

.app-result-about-sec h2 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 32px;
}


.app-result-about-sec h4 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 16px;
}

.app-result-about-sec p {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;

}

.about-image-col {

  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 80px;

}

.margin-b-24-desk {
  margin-bottom: 24px;
}

.result-company-name {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 400px;
}

.result-company-name h4 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
}

.about-company-text-col {
  max-width: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  border: 1px solid;
  text-align: center;
  position: sticky;
  top: 100px;
}

.about-company-text-col h4 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
}

.about-company-text-col h4 a {
  color: #000000;
}

@media screen and (max-width:768px) {
  .mobile-column-reverse {
    flex-direction: column-reverse;

  }

  .about-company-text-col {

    margin-bottom: 30px;

  }
}

/* ==================== application ======================== */


/* ============== contact ======================== */





.contact-sec .container {
  max-width: 798px;
  color: #000000;
}

.form-headings p.subhead {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 16px;
}

.form-headings h2 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.form-headings p {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;

}

.form-headings {
  margin-bottom: 48px;
}

.contact-form {
  max-width: 560px;
  margin: 0 auto;
  color: #000000;
}

.contact-info-box .container {
  max-width: 560px;
  color: #000000;
  text-align: center;
}

.contact-form label {
  font-family: 'Libre Franklin';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;

}

.contact-form .form-check {
  padding-left: 40px;
}

.contact-form input.custom-style {
  gap: 24px;
  padding-top: 20px 24px;
  border-top-width: 1px;
  max-width: 560px;
  height: 50px;
  border-radius: 6px;
  box-shadow: 0px -0.5px 2px 0px #00000040 inset;
}

.contact-form textarea {
  padding-top: 20px 24px;
  border-top-width: 1px;
  max-width: 560px;
  border-radius: 6px;
  box-shadow: 0px 0.5px 3px 0px #00000040 inset;
}

.submit-btn {
  width: 99px;
  height: 44px;
  padding-top: 10px 24px;
  border-radius: 6px;
  background-color: #0205060D;
  box-shadow: 0px -2px 1px 0px #0205060D inset;
}

.contact-info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-info-box img {
  width: 48px;
  height: 48px;
  margin-bottom: 32px;
}

.contact-info-box h3 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 16px;
}


.contact-info-box p {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 24px;
}

.contact-info-box a {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  text-decoration: underline;
  color: #000000;
}

.contact-form input[type=checkbox] {
  position: relative;
  cursor: pointer;
  width: 18px;
  visibility: hidden;
  border-radius: 0;
}

.contact-form input[type=checkbox]:before {
  margin-right: 16px;
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  border: 1px solid #000000;
  border-radius: 0;
  background-color: white;
  visibility: visible;
  margin-right: 8px;
}

.contact-form input[type=checkbox]:checked:before {
  background-color: #fff;
}

.contact-form input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 11px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 7px;
  visibility: visible
}


/* ========================== contact ========================== */


/* ========================== term ========================== */
.term-section-1 h3 {
  font-family: 'Wix Madefor Display';
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 30px;
  color: #000000;
  padding-top: 15px;
}

.term-section-1 p {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0%;
  margin-bottom: 27px;
  color: #000000;
}

.term-section-1 ul li {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0%;
  color: #000000;
}

.width-768 {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

.term-section-1 a {
  color: #000;
}

.term-section-1 a:hover {
  color: #000;
  text-decoration: underline;
}

.term-section-1 ul {
  margin-top: -15px;
}

.padding-80 {
  padding: 80px 0;
}

@media (max-width:767px) {
  .padding-80 {
    padding: 40px 0 0;
  }

  .term-section-1 h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .term-section-1 p {
    margin-bottom: 20px;
    color: #000000;
  }
}

.job-search-form input {
  box-shadow: inset 0px -0.5px 3px 0px rgba(2, 5, 6, 0.25);
  -webkit-box-shadow: inset 0px -0.5px 3px 0px rgba(2, 5, 6, 0.25);
  -moz-box-shadow: inset 0px -0.5px 3px 0px rgba(2, 5, 6, 0.25);
  width: 100%;
  height: 44px;
  padding: 12px 56px;
  border-radius: 6px;
  max-width: 650px;
}

.faq-left h3 {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 22px 0;
  position: relative;
}

.faq-left {
  padding: 0 24px 24px 24px;
  border-radius: 6px;
  margin-bottom: 16px;
  -webkit-box-shadow: 0px 0.5px 3px 0px #00000040 inset;
  -moz-box-shadow: 0px 0.5px 3px 0px #00000040 inset;
  box-shadow: 0px 0.5px 3px 0px #00000040 inset;
}

.faq-left p {
  font-size: 16px;
}

.faq-left h3 .close-faq {
  position: absolute;
  right: 0;
  top: 19px;
  cursor: pointer;
}

.icon.flaticon-search-1 {
  position: absolute;
  left: 37px;
  top: 10px;
  font-size: 17px;
  width: 24px;
  height: 24px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.icon.flaticon-search-1 {
  font-size: 17px;
}

.job-search-form .form-group {
  position: relative;
}

.job-search-form {
  margin-top: 32px;
}

.search-btn-div {
  padding-left: 0;
}

.theme-btn.btn-style-one {
  width: 100%;
  background: #0205060D;
  height: 44px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-shadow: inset 0px -2px 1px 0px #0205060D;
  -moz-box-shadow: inset 0px -2px 1px 0px #0205060D;
  box-shadow: inset 0px -2px 1px 0px #0205060D;
  max-width: 98px;
  float: left;

}

.faq-row {
  margin: 0 -12px;
}

.faq-contact {
  width: 104px;
  height: 44px;
  display: flex;
  align-items: center;
}

.job-search-form .form-group:first-child {
  padding-right: 0;
}

/* ========================== term ========================== */



































/* ========================= responsive ============================ */



/* ================================================================================================== */
/* ========================================== min width start ========================================= */
/* ================================================================================================== */



/* ================== min-width 1300px ================== */
@media screen and (min-width:1300px) {
  .widgets-1 {
    width: 13%;
  }

  .widgets-4 {
    width: 37%;
  }

}

/* ================== min-width 1300px ================== */

/* ================== min-width 1080px ================== */
@media screen and (min-width:1080px) and (max-width:1300px) {
  .widgets-1 {
    width: 16.66666667%;
  }


  .widgets-4 {
    width: 33.33333337%;
  }

}

/* ================== min-width 1080px ================== */

/* ================== min-width 992px ================== */
@media screen and (min-width:992px) and (max-width:1080px) {
  .widgets-1 {
    width: 20%;
  }

  .widgets-2 {
    width: 20%;
  }

  .widgets-3 {
    width: 20%;
  }

  .widgets-4 {
    width: 40%;
  }

}

/* ================== min-width 992px ================== */


/* ================================================================================================== */
/* ========================================== min width End ========================================= */
/* ================================================================================================== */










/* ================================================================================================== */
/* ========================================== max width start ========================================= */
/* ================================================================================================== */


/* ================== max-width 1300px ================== */

@media screen and (max-width:1300px) {
  .about-breadcrumb {
    background-position: center;
  }

}

/* ================== max-width 1300px ================== */


/* ================== max-width 1200px ================== */

@media screen and (max-width:1200px) {

  .breadcrumb {
    padding: 70px 0 90px;
  }

  .breadcrumb-text h4 {
    font-size: 48px;
    line-height: 100%;
  }

  /* .section-padding {
    padding: 90px 0;
  } */

  .welcome-image-col img {
    height: auto;
  }



}

/* ================== max-width 1200px ================== */



/* ================== max-width 992px ================== */

@media screen and (max-width:992px) {

  body {
    padding-top: 65px;
  }


  .service-image {
    width: 70px;
    height: auto;
  }


  .margin-b-24-desk {
    margin-bottom: 0;
  }


  .section-padding {
    padding: 60px 0;
  }

  .mobile-show {
    display: block;
  }

  .mobile-hide {
    display: none;
  }

  .widgets-1 {
    text-align: center;
    padding-bottom: 40px;
  }

  .navbar-nav {
    gap: 0;
    padding: 10px 15px !important;
  }

  .header-search-btn {
    margin-left: 15px;
  }

  .navbar-collapse {
    padding-bottom: 10px;
  }

  .custom-dropdown {
    background-color: #194D62;
    border: none;
  }

  .breadcrumb {
    padding: 60px 0 80px;
  }

  .breadcrumb-text h4 {
    font-size: 40px;
    line-height: 100%;
  }

  .breadcrumb-text p {
    padding-top: 15px;
  }


  .page-sec-heading h2 {
    font-size: 40px;
  }

  .page-sec-heading p {
    font-size: 16px;
  }

  .page-sec-heading-2 h2 {
    font-size: 48px;
  }

  .page-sec-heading-2 p {
    font-size: 16px;
  }

  .feature-card {
    padding: 40px 12px;
    margin: 0 auto;
  }

  .benefit-sec-features {
    padding: 0;
  }

  .page-sub-heading {
    font-size: 32px;
    padding-bottom: 24px;
  }

  .page-sub-text {
    font-size: 16px;
    padding-bottom: 32px;

  }



  .hero-text h1 {
    font-size: 48px;
  }

  .hero-text p,
  .empower-text-col p,
  .welcome-text-col p {
    font-size: 16px;
    max-width: 100%;
  }

  .navbar-collapse {
    max-height: calc(100vh - 65px);
    overflow: auto;
  }

  .empower-text-col h2 {
    font-size: 40px;
  }

  .welcome-text-col h3,
  .service-info-sec h3,
  .service-info-sec h2 {
    font-size: 32px;
  }

  .connect-sec h2 {
    font-size: 38px;
  }

  footer {
    padding: 80px 40px;
  }

  .connect-sec img {
    width: 150px;
    height: auto;
  }


  .faq-left {
    margin: 20px 15px;
  }

  .result-trademarks-heading-sec h2 {
    font-size: 48px;
    padding: 20px 0;
  }

  .result-trademarks-info-sec h2.result-que-heading,
  .get-in-touch-sec h2 {
    font-size: 32px;
  }

}

/* ================== max-width 992px ================== */



/* ================== max-width 768px ================== */



@media screen and (max-width: 767px) {
  .empower-feature {
    width: 50%;
    padding: 30px 12px;
    text-align: center;
  }

  .empower-feature p {
    max-width: 100%;
  }

  .empower-feature-col {
    padding-top: 20px;
  }

  .empower-text-col {

    max-width: 100%;
  }

  .job-search-form input {
    max-width: 100%;
  }

}


@media screen and (max-width: 768px) {

  .empower-text-col,
  .empower-feature-col {
    position: static !important;
    max-height: unset;
    overflow: unset;
  }


  .widgets-2,
  .widgets-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .breadcrumb {
    padding: 40px 0 60px;
  }

  .breadcrumb-text h4 {
    font-size: 32px;
  }

  .breadcrumb-text p {
    font-size: 16px;
    padding: 15px 15px 0;
  }

  .page-sec-heading h2 {
    font-size: 28px;
  }

  .page-sec-heading p {
    font-size: 14px;
  }

  .page-sec-heading-2 h2 {
    font-size: 40px;
  }

  .page-sec-heading-2 p {
    font-size: 14px;
  }

  .page-sub-heading {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .page-sub-text {
    font-size: 16px;
    /* line-height: 120%; */
    padding-bottom: 24px;

  }

  .service-image {
    margin-bottom: 20px;
  }

  .nav-tabs .nav-link {
    font-size: 14px;
  }

  .hero-text h1 {
    font-size: 40px;
  }

  .home-hero-sec {
    height: 600px;
  }

  .welcome-image-col img {
    padding-top: 50px;
  }

  .welcome-text-col p {
    max-width: 100%;
  }

  .empower-text-col h2 {
    font-size: 32px;
  }

  .hero-text {
    padding: 0 15px;
  }

  .connect-sec h2 {
    font-size: 32px;
  }

  .service-info-sec h3,
  .service-info-sec h2 {
    font-size: 24px;
  }

  .service-info-sec .row {
    gap: 20px;
  }

  .service-info-sec p.main-info {
    font-size: 16px;
  }

  .connect-sec img {
    display: none;
  }


  .section-padding.benefit-sec-heding {
    padding-bottom: 0;
  }

  .job-search-form .form-group {
    display: flex;
    justify-content: center;
  }

  .theme-btn.btn-style-one {
    margin-top: 20px;
  }

  .job-search-form .form-group:first-child {
    padding: 0 15px;
  }

  .result-trademarks-heading-sec h2 {
    font-size: 32px;
  }

  .result-trademarks-info-sec h2.result-que-heading,
  .get-in-touch-sec h2 {
    font-size: 28px;
  }

  .section-padding.get-in-touch-sec {
    padding-top: 0;
  }

  .get-in-touch-sec .button-box {

    justify-content: flex-start;
    margin-top: 20px;
  }

  .section-padding {
    padding: 40px 0;
  }

  .mobile-h-p-2 {
    padding-top: 20px;
  }


  .accordion-body {
    padding: 0 0 15px 0;
  }

  .accordion-button {
    padding: 14px 0;
  }

}

/* ================== max-width 768px ================== */



/* ================== max-width 556px ================== */

@media screen and (max-width: 556px) {
  footer {
    padding: 60px 12px;
  }

  footer .copyright-sec {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .connect-sec h2 {
    font-size: 26px;
  }


  .result-navigation {
    column-gap: 16px;

    row-gap: 5px;
  }

  .result-navigation span {
    margin: 0;
    margin-bottom: 10px;
  }

  .accordion-body {
    padding: 0 0 12px 0;
  }

  .accordion-button {
    padding: 12px 0;
  }
}

/* ================== max-width 556px ================== */



/* ================== max-width 480px ================== */

@media (max-width: 480px) {


  .breadcrumb-text h4 {
    font-size: 28px;
  }

  .breadcrumb-text p {
    font-size: 14px;
  }

  .page-sec-heading h2 {
    font-size: 22px;
  }

  .page-sec-heading-2 h2 {
    font-size: 32px;
  }

  footer {
    padding: 40px 20px;
  }

  .footer-container {
    padding: 30px;
  }

  .subscribe-form form {

    flex-direction: column;
  }

  .subscribe-form input {
    max-width: 100%;
  }

  .subscribe-form button {
    max-width: 100%;
    margin: 10px 0 0 0;
  }

  .hero-text h1 {
    font-size: 32px;
  }

  .empower-text-col h2 {
    font-size: 24px;
  }

  .empower-feature {
    width: 100%;
  }

  .feature-card {
    padding: 40px 0 0 0;
  }

  .page-sec-heading {
    padding-bottom: 0px;
  }

  .page-sec-heading-mobile-padding {
    padding-bottom: 40px;
  }

  .connect-sec h2 {
    font-size: 24px;
  }

  .page-sub-heading {
    font-size: 22px;
  }

  .feature-card h3 {
    font-size: 18px;
  }


  .feature-card img {
    width: 100px;
    height: 100px;
  }


  .feature-card h3 {
    max-width: 250px;
    margin: 0 auto;
  }

  .nav-tabs {
    margin-bottom: 30px;

  }

  .nav-tabs .nav-link {
    padding: 8px 10px;
    font-size: 12px;
  }

  .badge-label {
    font-size: 12px;
  }

  .service-card-text-col h5 {
    font-size: 20px;
  }

  .service-card-text-col p {

    margin-bottom: 20px;
  }

  .service-info-sec h3,
  .service-info-sec h2 {
    font-size: 22px;
  }

  .result-trademarks-heading-sec h2 {
    font-size: 26px;
  }

  .result-trademarks-info-sec h2.result-que-heading,
  .get-in-touch-sec h2 {
    font-size: 24px;
  }

  .result-trademarks-info-sec .result-que-text {
    font-size: 16px;
  }

}

/* ================== max-width 480px ================== */




/* ================== max-width 375px ================== */

@media (max-width: 375px) {


  .page-sec-heading h2 {
    font-size: 22px;
    padding: 10px 0 16px;
  }


  .page-sec-heading p {
    font-size: 12px;
  }

  .page-sec-heading-2 h2 {
    font-size: 24px;
  }


  .page-sec-heading-2 p {
    font-size: 12px;
  }


  .navbar-nav {
    gap: 0;
    padding: 10px 0px !important;
  }

  .custom-service-item small {
    text-wrap: auto;
    line-height: 100%;
  }

  .custom-dropdown {
    min-width: 250px;
    max-width: 275px;
  }

  .header-search-btn {
    margin-left: 0;
  }

  .feature-card h3 {
    font-size: 18px;
  }

  .page-sec-heading h2 {
    font-size: 22px;
  }
}

/* ================== max-width 375px ================== */



/* ================================================================================================== */
/* ========================================== max width End ========================================= */
/* ================================================================================================== */




/* ========================= responsive ====================== */













.row>* {
  padding-left: 15px;
  padding-right: 15px;
}


.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}

.row {

  margin-left: -15px;
  margin-right: -15px;

}