/* ==========================================================================
Global Settings
========================================================================== */
/*
* Remove text-shadow in selection highlight.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* Body settings, change it as required
*/
body {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-family: "Inter 24pt", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0px;
}

/*
* Links
*/
a,
a:hover {
  text-decoration: none;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

/*
* A better looking default horizontal rule
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
* Remove the gap between images and the bottom of their containers.
*/
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: none;
}

/*
* Other
*/
*:focus {
  outline: none !important;
}

/* ==========================================================================
Helper classes
========================================================================== */
img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
  display: block;
}

img.alignright {
  float: right;
  margin: 0 0px 10px 10px;
  display: block;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
}

/*
* Other
*/
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
Common Functionalities & UI Elements
========================================================================== */
/*
* Typography
*/
h1,
.h1 {
  font-size: 64px;
  margin-bottom: 16px;
}

@media (max-width: 1199px) {

  h1,
  .h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {

  h1,
  .h1 {
    font-size: 36px;
  }
}

h2,
.h2 {
  font-size: 32px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {

  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 27px;
  margin-bottom: 16px;
}

h4,
.h4 {
  font-size: 24px;
  margin-bottom: 16px;
}

h5,
.h5 {
  font-size: 20px;
  margin-bottom: 16px;
}

h6,
.h6 {
  font-size: 18px;
  margin-bottom: 16px;
}

p {
  line-height: 1.5;
  margin-bottom: 16px;
}

p.lead {
  font-size: 18px;
  line-height: 1.5;
}

/* Lists ---------------------- */
ul,
ol {
  margin-bottom: 16px;
  list-style-position: outside;
}

ul li ul,
ul li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

ol {
  margin-left: 20px;
}

ol li ul,
ol li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: bold !important;
}

#container {
  min-width: 350px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1446px;
    padding: 0 20px;
  }

  .container.container2 {
    max-width: 1622px;
  }
}

address {
  margin-bottom: 0;
}

.figure1 {
  margin: 0;
}

.figure1 img {
  -o-object-fit: cover;
  object-fit: cover;
}

.logo {
  display: inline-block;
}

.text-primary {
  color: #035bfb;
}

.text-color1 {
  color: #32373e;
}

.bg-light {
  background-color: #f8f8f8;
}

.bg-primary {
  background-color: #035bfb !important;
}

.bg-primary-light {
  background-color: #e8f0ff !important;
}

.bg-secondary {
  background-color: #071839 !important;
}

.bg-secondary-light {
  background-color: #243a72 !important;
}

.bg-color1 {
  background-color: #04276e !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 40px !important;
  }

  .mb-80 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1400px) {
  .row.gx-30 {
    margin: 0 -15px;
  }

  .row.gx-30 div[class^=col] {
    padding: 0 15px;
  }

  .row.gx-40 {
    margin: 0 -20px;
  }

  .row.gx-40 div[class^=col] {
    padding: 0 20px;
  }
}

.row.row-gap-30 {
  row-gap: 30px;
}

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

@media (max-width: 1399px) {

  .row.row-gap-30,
  .row.row-gap-40 {
    row-gap: 20px;
  }
}

.section {
  padding: 70px 0;
}


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

}

.divider1 {
  margin-top: 100px;
  margin-bottom: 38px;
  opacity: 1;
}

@media (max-width: 767px) {
  .divider1 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.link1 {
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0 18px;
}

.link1:hover {
  color: #035bfb;
}

.shadow1 {
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.3);
}

.highlighted-block1 {
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 767px) {
  .highlighted-block1 {
    font-size: 50px;
    line-height: 1.5;
  }
}

/* header */
#header {
  background-color: #fff;
  padding: 15px 0;
}

#header .logo {
  margin-right: 67px;
}

@media (min-width: 1400px) {
  #header .container {
    max-width: 1818px;
  }
}

@media (max-width: 1399px) {
  #header .logo {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  #header .logo {
    margin-right: 0;
  }
}

#menu-btn {
  border: none;
  background: transparent;
  padding: 0;
}

#menu-btn span {
  display: block;
  width: 25px;
  height: 3px;
  background: #000;
  border-radius: 6px;
  margin-bottom: 5px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#menu-btn span:last-child {
  margin-bottom: 0;
}

#menu-btn.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

#menu-btn.active span:nth-child(2) {
  transform: translateX(10px);
  opacity: 0;
}

#menu-btn.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.open-menu {
  overflow: hidden;
}

/* #main-navigation  */
#main-navigation .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 35px;
}

#main-navigation .menu li {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

#main-navigation .menu li:hover {
  color: #035bfb;
}

#main-navigation .menu > li a {
  color: inherit;
}

#main-navigation .scrollable-content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
}

@media (max-width: 1199px) {
  #main-navigation .menu {
    gap: 0 18px;
  }

  #main-navigation .menu li {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  #main-navigation {
    display: none;
    background-color: white;
    padding: 30px 20px;
    position: fixed;
    width: 100%;
    height: calc(100% - 81px);
    top: 81px;
    left: 0;
    z-index: 999;
  }

  #main-navigation .menu {
    flex-direction: column;
    text-align: center;
    gap: 30px 0;
  }
}

#banner {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
}

#banner h1 {
  font-weight: 600;
}

#banner h1:last-child {
  margin-bottom: 0;
}

#banner p {
  font-weight: 500;
  color: #000;
}

#banner .figure1.position-absolute {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
}

#banner .container {
  position: relative;
  z-index: 10;
}

#banner.banner2 {
  min-height: 568px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

#banner.banner2 .container {
  padding-bottom: 129px;
}

#banner.banner2 .figure1.position-absolute {
  left: unset;
  right: 0;
  width: 75%;
}

#banner.banner2::before {
  content: "";
  display: inline-block;
  background: url("../images/pattern2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 42%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#banner.banner2 h1 {
  color: #fff;
}

#banner.banner2.pattern2::before {
  background: url("../images/pattern3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 27vw;
  height: 18vw;
  min-width: 216px;
  min-height: 144px;
  top: unset;
  bottom: 0;
  left: 7%;
}

#banner.banner2.pattern2 .figure1.position-absolute {
  left: unset;
  right: 0;
  width: 100%;
}

#banner.banner2.pattern2 .container {
  padding-bottom: 97px;
}

#banner.banner2.pattern2 h1 {
  font-size: 50px;
}

@media (min-width: 1400px) {
  #banner .left-col {
    padding-right: 115px;
  }
}

@media (max-width: 1399px) {
  #banner.banner2 .figure1.position-absolute {
    width: 85%;
  }

  #banner.banner2::before {
    width: 55%;
    left: -15%;
  }
}

@media (max-width: 991px) {
  #banner {
    position: relative;
    min-height: unset;
  }

  #banner .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #banner.banner2 .container {
    padding-bottom: 60px;
  }

  #banner.banner2.pattern2 .container {
    padding-bottom: 60px;
  }

  #banner.banner2 .figure1.position-absolute {
    width: 90%;
  }

  #banner.banner2::before {
    width: 60%;
    left: -26%;
  }
}

@media (max-width: 767px) {
  #banner.banner2 {
    min-height: 450px;
  }

  #banner.banner2 .container {
    padding-bottom: 40px;
  }

  #banner.banner2.pattern2 .container {
    padding-bottom: 40px;
  }

  #banner.banner2.pattern2 h1 {
    font-size: 30px;
  }
}

#footer {
  background-color: #071839;
  padding: 112px 0 64px;
}

#footer p {
  color: #fff;
}

#footer a {
  color: inherit;
}

#footer h3 {
  font-size: 14px;
  color: #0056ff;
  margin-bottom: 25px;
}

#footer .column1 {
  margin-bottom: 85px;
}

#footer .column1:last-child,
#footer .column1:nth-last-child(2) {
  margin-bottom: 112px;
}

#footer .logo {
  margin-bottom: 80px;
}

#footer .left-col h3 {
  color: #ffffff;
  font-size: 27px;
  margin-bottom: 30px;
}

#footer .left-col .figure1 {
  margin-bottom: 63px;
}

#footer .footer-link1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .footer-link1 li {
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
}

#footer .footer-link1 li:not(:last-child) {
  margin-bottom: 18px;
}

#footer .footer-link1 li:hover {
  color: #aeaeae;
}

#footer .inline-list1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}

#footer .inline-list1 li {
  color: #aeaeae;
  font-size: 14px;
  line-height: 1.26;
  font-weight: 500;
}

#footer .inline-list1 li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #footer {
    padding: 60px 0 40px;
  }

  #footer .column1,
  #footer .logo {
    margin-bottom: 40px;
  }

  #footer .column1:last-child,
  #footer .column1:nth-last-child(2) {
    margin-bottom: 40px;
  }
}

.sociables {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 48px;
}

.sociables li {
  color: #ffffff;
}

.sociables li:hover {
  color: #aeaeae;
}

/* btn  */
.btn {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 16px;
  min-width: 139px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
  border-radius: 50px;
}

.btn.btn-primary {
  background-color: #035bfb;
  border-color: #035bfb;
}

.btn.btn-primary:hover {
  background-color: #4182fa;
  border-color: #4182fa;
}

.btn.btn-light {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #07193c;
}

.btn.btn-light:hover {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.bg-overlay1,
.bg-overlay2,
.bg-overlay3,
.bg-overlay4 {
  position: relative;
}

.bg-overlay1::after,
.bg-overlay2::after,
.bg-overlay3::after,
.bg-overlay4::after {
  content: "";
  display: inline-block;
  background: linear-gradient(320deg, rgba(0, 0, 0, 0.3) 0%, rgb(248, 248, 248) 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bg-overlay2::after {
  background: rgba(0, 0, 0, 0.5);
}

.bg-overlay3::after {
  background: rgba(36, 58, 114, 0.4);
}

.bg-overlay4::after {
  background: linear-gradient(320deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.51) 100%);
}

.breadcrumb li {
  font-size: 16px;
  font-weight: 500;
}

.breadcrumb li a {
  color: inherit;
}

.breadcrumb li a:hover {
  color: #aeaeae;
}

.breadcrumb li:not(:first-child)::before {
  content: "/";
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 0 4px;
}

.figure1.pattern {
  position: relative;
}

.figure1.pattern::before {
  content: "";
  display: inline-block;
  background-image: url("../images/pattern4.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80%;
  height: 66%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.badge1 {
  display: inline-block;
  background-color: #f8f8f8;
  color: #000;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1.71;
}

@media (min-width: 992px) {
  ul.position-sticky {
    top: 110px;
    left: 0;
  }
}

.list1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list1 li {
  font-size: 14px;
  color: #32373e;
  padding-left: 33px;
  position: relative;
}

.list1 li:not(:last-child) {
  margin-bottom: 12px;
}

.list1 li::before {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #909090;
  width: 12px;
  height: 11px;
  position: absolute;
  top: 3px;
  left: 0;
  text-align: center;
  line-height: 11px;
}

.list2 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list2 li {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  padding-left: 18px;
  position: relative;
}

.list2 li a {
  color: inherit;
}

.list2 li.active::before {
  content: "";
  display: inline-block;
  background-color: #0054f9;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}

.list3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 144px;
}

.list3 li {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}

.list3.alt {
  flex-direction: column;
}

.list3.alt li {
  flex-direction: row;
  gap: 0 50px;
}

.list3.alt li .highlighted-block1 {
  font-size: 60px;
}

.list3.alt li .content h2 {
  font-size: 18px;
}

.list3.alt li .content p {
  font-size: 18px;
  font-weight: normal;
}

.list3.alt li .content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .list3 {
    gap: 30px;
  }

  .list3.alt li {
    gap: 0 20px;
  }

  .list3.alt li .highlighted-block1 {
    font-size: 40px;
  }

  .list3.alt li .content h2 {
    margin-bottom: 8px;
  }

  .list3.alt li .content p {
    font-size: 16px;
  }
}

.list4 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list4 li {
  color: #000;
  font-size: 16px;
  padding-left: 53px;
  position: relative;
}

.list4 li span {
  font-weight: bold;
}

.list4 li:not(:last-child) {
  margin-bottom: 40px;
}

.list4 li::before {
  content: "";
  background-image: url("../images/icon7.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}

.card1 {
  width: 100%;
  height: 486px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
}

.card1 .figure1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}

.card1 .content {
  padding: 55px 30px 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 15px;
  position: relative;
  z-index: 5;
}

.card1 .content h2 {
  color: #fff;
  font-size: 27px;
}

.card1 .content .btn {
  border-radius: 50%;
  min-width: unset;
  width: 42px;
  height: 42px;
  padding: 0;
  flex-shrink: 0;
}

.card1 .content:has(h2 + .btn) h2 {
  margin-bottom: 0;
}

.card1.alt {
  height: 698px;
}

.card1.alt .content {
  padding: 52px;
}

.card1.alt .card-overlay {
  padding: 52px;
  width: 100%;
  height: 100%;
}

.card1.alt .card-overlay h2 {
  margin-bottom: 30px;
}

.card1.alt2 {
  height: 360px;
}

.card1.alt2 .content {
  padding: 36px 32px 18px;
}

.card1.alt2 .content h2 {
  font-size: 20px;
}

.card1.alt2::after {
  content: "";
  display: inline-block;
  background: #04276e url("../images/icon2.svg");
  background-repeat: no-repeat;
  background-position: 90% 0;
  background-size: 88px 85px;
  height: 86px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -5;
  opacity: 0;
  transition-duration: 0.3s;
}

.card1.alt2:hover::after {
  z-index: 3;
  opacity: 1;
}

.card1.alt3 {
  height: 263px;
}

.card1.alt3 .content {
  padding: 30px;
}

.card1.alt3 .content h2 {
  font-size: 24px;
  font-weight: 600 !important;
}

.card1.alt3 .content .btn {
  border-radius: 50px;
  width: 62px;
  height: 50px;
}

.card1 .card-overlay {
  background-color: #0054f9;
  padding: 24px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -10;
  opacity: 0;
  transition-duration: 0.3s;
}

.card1 .card-overlay h2 {
  color: #fff;
  font-size: 27px;
  margin-bottom: 0;
}

.card1 .card-overlay .icon {
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.card1 .card-overlay .btn {
  color: #000;
}

.card1 .card-overlay .btn i {
  color: #0054f9;
}

.card1 .card-overlay .list1 {
  margin-bottom: 44px;
}

.card1 .card-overlay .list1 li {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.card1 .card-overlay .list1 li::before {
  filter: brightness(200%);
}

.card1:hover .card-overlay {
  z-index: 10;
  opacity: 1;
}

@media (max-width: 1499px) {
  .card1 .card-overlay {
    padding: 18px;
  }
}

@media (max-width: 991px) {
  .card1.alt {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .card1 {
    height: 400px;
  }

  .card1 .content {
    padding: 20px;
    gap: 0 10px;
  }

  .card1 .content h2 {
    font-size: 20px;
  }

  .card1 .card-overlay h2 {
    font-size: 20px;
  }

  .card1 .card-overlay .list1 {
    margin-bottom: 20px;
  }

  .card1 .card-overlay .list1 li {
    font-size: 14px;
  }

  .card1.alt .content,
  .card1.alt .card-overlay {
    padding: 20px;
  }

  .card1.alt3 .content {
    padding: 20px;
  }
}

.card2 {
  width: 100%;
  height: 100%;
  box-shadow: 0px 9px 24px 0px rgba(36, 58, 114, 0.3);
}

.card2 .figure1 img {
  height: 233px;
}

.card2 .content {
  padding: 42px 30px;
  border-top: 5px solid #035bfb;
  position: relative;
}

.card2 .content h2 {
  font-size: 24px;
}

.card2 .content p span {
  font-weight: bold;
}

.card2 .content::before {
  content: "";
  display: inline-block;
  background: #035bfb url("../images/icon1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  top: -22.5px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .card2 .content {
    padding: 35px 20px 20px;
  }
}

.card3 {
  width: 100%;
  height: 100%;
}

.card3 .figure-wrapper1 {
  position: relative;
}

.card3 .figure-wrapper1 .figure1 {
  z-index: 1;
  display: flex;
}

.card3 .figure-wrapper1 .figure1 img {
  height: 360px;
}

.card3 .figure-wrapper1 .content {
  padding: 26px 26px 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.card3 .figure-wrapper1 .content h2 {
  color: #fff;
  font-size: 24px;
}
.card3 .list1 li {
  color: #000;
  font-size: 16px;
  padding: 10px 18px 10px 51px;
  border: 1px solid #e5e5e5;
  margin-bottom: 0;
}

.card3 .list1 li:not(:first-child) {
  border-top: 0;
}

.card3 .list1 li::before {
  top: 17px;
  left: 18px;
  color: #0053f8;
}

.card3 .btn-wrapper {
  padding: 18px;
  border: 1px solid #e5e5e5;
  border-top: 0;
}

.card4 .figure1 {
  margin-bottom: 12px;
}

.card4 .figure1 img {
  height: 250px;
}

.card4 h2 {
  font-size: 20px;
  margin-bottom: 4px;
}

.card4 p {
  font-size: 15px;
}

.box1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90px;
}

.box2 {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.box2 .content {
  padding: 30px 39px;
  position: relative;
  z-index: 5;
}

.box2 .content h2 {
  font-size: 27px;
}

.box2 .content .list1 {
  margin-bottom: 38px;
}

.box2 .figure1.position-absolute {
  width: 100%;
  height: 100%;
  display: flex;
}

.box2 .figure1.position-absolute.custom1 {
  max-width: 275px;
  width: unset;
  height: unset;
  right: 0;
  bottom: -13%;
  z-index: 1;
}

.box2.mh-500 {
  min-height: 500px;
}

@media (max-width: 1399px) {
  .box2 .figure1.position-absolute.custom1 img {
    max-width: 180px;
  }
}

@media (max-width: 991px) {
  .box2.mh-500 {
    min-height: unset;
  }
}

@media (max-width: 767px) {
  .box2 .content {
    padding: 20px;
  }

  .box2 .content .list1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .box2 .figure1.position-absolute.custom1 img {
    max-width: 140px;
  }
}

.box3 {
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  position: relative;
}

.box3 .content {
  padding: 34px 28px;
  position: relative;
  z-index: 5;
  transition-duration: 0.3s;
}

.box3 .content h2 {
  font-size: 20px;
  margin-bottom: 28px;
}

.box3::before {
  content: "";
  display: inline-block;
  background: linear-gradient(180deg, rgb(1, 84, 247) 0%, rgb(35, 59, 119) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition-duration: 0.3s;
}

.box3:hover .content h2,
.box3:hover .content p {
  color: #fff;
}

.box3:hover::before {
  z-index: 1;
  opacity: 1;
}

.box3.alt .content {
  padding: 40px;
}

.box3.alt .content h2 {
  font-size: 24px;
  margin-bottom: 24px;
}

.box3.alt .content h2+p {
  margin-bottom: 34px !important;
}

.box3.alt .content p.lead {
  font-weight: bold;
}

.box3.alt .content p:not(.lead) {
  margin-bottom: 0;
}

.box3.alt:hover::before {
  display: none;
}

.box3.alt:hover .content h2,
.box3.alt:hover .content p {
  color: #000;
}

@media (max-width: 767px) {
  .box3 .content {
    padding: 20px;
  }

  .box3 .content h2 {
    margin-bottom: 16px;
  }

  .box3.alt .content {
    padding: 20px;
  }

  .box3.alt .content h2 {
    margin-bottom: 16px;
  }

  .box3.alt .content h2+p {
    margin-bottom: 16px !important;
  }
}

.box4 {
  background-color: #fff;
  min-height: 350px;
  padding: 30px 28px 37px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.box4 h2 {
  font-size: 20px;
}

.box4>h2 {
  margin-bottom: 0;
}

.box4 .box-overlay {
  background: linear-gradient(180deg, rgb(1, 84, 247) 0%, rgb(35, 59, 119) 100%);
  width: 100%;
  height: 100%;
  padding: 34px 28px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  opacity: 0;
  transition-duration: 0.3s;
}

.box4 .box-overlay h2,
.box4 .box-overlay p {
  color: #fff;
}

.box4:hover .box-overlay {
  z-index: 10;
  opacity: 1;
}

@media (max-width: 767px) {
  .box4 {
    padding: 20px;
  }

  .box4 .box-overlay {
    padding: 20px;
  }
}

.post1 {
  height: 100%;
  width: 100%;
}

.post1 .figure-wrapper1 {
  position: relative;
  margin-bottom: 25px;
}

.post1 .figure-wrapper1 .figure1 img {
  height: 233px;
}

.post1 .figure-wrapper1 .badge1 {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
}

.post1 .content h2 {
  font-size: 24px;
}

.post1 .content.alt h2 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .post1 .figure-wrapper1 {
    margin-bottom: 15px;
  }

  .post1 .figure-wrapper1 .badge1 {
    top: 10px;
    left: 10px;
  }

  .post1 .content h2 {
    font-size: 18px;
  }
}

.form1 p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
}

.form1 .form-group {
  margin-bottom: 40px;
}

.form1 .form-group .form-select,
.form1 .form-group .form-control {
  color: #000;
  background-color: transparent;
  font-size: 15px;
  font-weight: 300;
  padding: 0 0 14px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
}

.form1 .form-group .form-select::-moz-placeholder,
.form1 .form-group .form-control::-moz-placeholder {
  color: #000;
}

.form1 .form-group .form-select::placeholder,
.form1 .form-group .form-control::placeholder {
  color: #000;
}

.form1 .form-group .form-select:focus,
.form1 .form-group .form-control:focus {
  box-shadow: none;
}

.form1 .form-group .form-label {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 7px;
}

.form1 .form-group .form-select option {
  color: #000;
}

.form1 textarea {
  resize: none;
  min-height: 50px;
}

.form1.bg-primary h2,
.form1.bg-primary p,
.form1.bg-primary .form-label,
.form1.bg-primary-light h2,
.form1.bg-primary-light p,
.form1.bg-primary-light .form-label,
.form1.bg-secondary-light h2,
.form1.bg-secondary-light p,
.form1.bg-secondary-light .form-label {
  color: #fff;
}

.form1.bg-primary .form-select,
.form1.bg-primary .form-control,
.form1.bg-primary-light .form-select,
.form1.bg-primary-light .form-control,
.form1.bg-secondary-light .form-select,
.form1.bg-secondary-light .form-control {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.form1.bg-primary .form-select::-moz-placeholder,
.form1.bg-primary .form-control::-moz-placeholder,
.form1.bg-primary-light .form-select::-moz-placeholder,
.form1.bg-primary-light .form-control::-moz-placeholder,
.form1.bg-secondary-light .form-select::-moz-placeholder,
.form1.bg-secondary-light .form-control::-moz-placeholder {
  color: #fff;
}

.form1.bg-primary .form-select::placeholder,
.form1.bg-primary .form-control::placeholder,
.form1.bg-primary-light .form-select::placeholder,
.form1.bg-primary-light .form-control::placeholder,
.form1.bg-secondary-light .form-select::placeholder,
.form1.bg-secondary-light .form-control::placeholder {
  color: #fff;
}

.form1.bg-primary .custom-select,
.form1.bg-primary-light .custom-select,
.form1.bg-secondary-light .custom-select {
  position: relative;
}

.form1.bg-primary .custom-select .form-select,
.form1.bg-primary-light .custom-select .form-select,
.form1.bg-secondary-light .custom-select .form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
}

.form1.bg-primary .custom-select .form-select select::-ms-expand,
.form1.bg-primary-light .custom-select .form-select select::-ms-expand,
.form1.bg-secondary-light .custom-select .form-select select::-ms-expand {
  display: none;
}

.form1.bg-primary .custom-select::after,
.form1.bg-primary-light .custom-select::after,
.form1.bg-secondary-light .custom-select::after {
  content: "\f107";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  width: 14px;
  height: 10px;
  line-height: 10px;
  pointer-events: none;
  position: absolute;
  top: 6px;
  right: 10px;
  text-align: center;
}

.form1.size2 {
  padding: 60px 50px;
}

@media (max-width: 1199px) {
  .form1.size2 {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .form1.size2 {
    padding: 25px 20px;
  }
}

.custom-select1 {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  position: relative;
}

.custom-select1 p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.custom-select1 .form-select {
  color: #000;
  font-weight: 300;
  width: 140px;
  border: 0;
  padding-right: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
}

.custom-select1 .form-select select::-ms-expand {
  display: none;
}

.custom-select1 .form-select:focus {
  box-shadow: none;
}

.custom-select1::after {
  content: "\f107";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
  width: 14px;
  height: 10px;
  line-height: 10px;
  pointer-events: none;
  position: absolute;
  top: 12px;
  right: 0;
  text-align: center;
}

.slider2-wrapper {
  position: relative;
}

.slider2-wrapper .slider2 {
  padding-left: 105px;
}

.slider2-wrapper .slider2 .slick-list {
  padding-right: 22%;
}

.slider2-wrapper .slider2 .item {
  padding: 0 10px;
}

.slider2-wrapper .slider2 .card1.alt2:hover::after {
  display: none;
}

.slider2-wrapper .slider-buttons {
  position: absolute;
  right: 9%;
  bottom: -10px;
}

.slider2-wrapper .slider-buttons .next-btn,
.slider2-wrapper .slider-buttons .prev-btn {
  background-color: #000;
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.slider2-wrapper .slider-buttons .next-btn::before,
.slider2-wrapper .slider-buttons .prev-btn::before {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  color: #ffffff;
  width: 7px;
  height: 12px;
  text-align: center;
  line-height: 12px;
}

.slider2-wrapper .slider-buttons .prev-btn {
  margin-right: 18px;
}

.slider2-wrapper .slider-buttons .prev-btn::before {
  transform: rotate(180deg);
}

@media (max-width: 1199px) {
  .slider2-wrapper .slider2 {
    padding-left: 55px;
  }
}

@media (max-width: 767px) {
  .slider2-wrapper {
    padding-bottom: 50px;
  }

  .slider2-wrapper .slider2 {
    padding-left: 0;
  }

  .slider2-wrapper .slider2 .slick-list {
    padding-right: 0;
  }

  .slider2-wrapper .slider2 .item {
    padding: 0 12px;
  }

  .slider2-wrapper .slider-buttons {
    right: unset;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}

.draggable-scrollbar .slick-dots {
  display: none !important;
}

.slick-scrollbar {
  display: flex;
  justify-content: start;
  padding-left: 55px;
  padding-right: 311px;
}

.slick-scrollbar input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  margin-top: 58px;
  width: 100%;
}

.slick-scrollbar input[type=range]:focus {
  outline: none;
}

.slick-scrollbar input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: default;
  transition-duration: 0.2s;
  box-shadow: 0px 0px 0px #20304d;
  background: #20304d;
  border-radius: 100px;
  border: 0px solid #20304d;
}

.slick-scrollbar input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #20304d;
  border: 0px solid #20304d;
  height: 3px;
  width: var(--thumb-width, 10%);
  border-radius: 100px;
  background: #035bfb;
  cursor: grab;
  -webkit-appearance: none;
  margin-top: 0px;
  transition-duration: 0.3s;
}

.slick-scrollbar input[type=range]::-webkit-slider-thumb:active,
.slick-scrollbar input[type=range]::-webkit-slider-thumb:focus {
  cursor: grabbing;
}

.slick-scrollbar input[type=range]:focus::-webkit-slider-runnable-track {
  background: #20304d;
}

.slick-scrollbar input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: default;
  transition-duration: 0.2s;
  box-shadow: 0px 0px 0px #20304d;
  background: #20304d;
  border-radius: 100px;
  border: 0px solid #20304d;
}

.slick-scrollbar input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1px #20304d;
  border: 0px solid #20304d;
  height: 3px;
  width: var(--thumb-width, 10%);
  border-radius: 100px;
  background: #035bfb;
  cursor: grab;
  transition-duration: 0.3s;
}

.slick-scrollbar input[type=range]::-moz-range-thumb:active,
.slick-scrollbar input[type=range]::-moz-range-thumb:focus {
  cursor: grabbing;
}

.slick-scrollbar input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: default;
  transition-duration: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.slick-scrollbar input[type=range]::-ms-fill-lower {
  background: #20304d;
  border: 0px solid #20304d;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #20304d;
}

.slick-scrollbar input[type=range]::-ms-fill-upper {
  background: #20304d;
  border: 0px solid #20304d;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #20304d;
}

.slick-scrollbar input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 1px #20304d;
  border: 0px solid #20304d;
  height: 3px;
  width: var(--thumb-width, 10%);
  border-radius: 100px;
  background: #035bfb;
  cursor: grab;
  transition-duration: 0.3s;
}

.slick-scrollbar input[type=range]::-ms-thumb:active,
.slick-scrollbar input[type=range]::-ms-thumb:focus {
  cursor: grabbing;
}

.slick-scrollbar input[type=range]:focus::-ms-fill-lower {
  background: #20304d;
}

.slick-scrollbar input[type=range]:focus::-ms-fill-upper {
  background: #20304d;
}

@media (max-width: 1199px) {
  .slick-scrollbar {
    padding-left: 30px;
    padding-right: 250px;
  }
}

@media (max-width: 767px) {
  .slick-scrollbar {
    padding: 0 12px;
  }

  .slick-slider.draggable-scrollbar .slick-arrow {
    bottom: 0;
    top: auto;
    transform: none;
  }

  .slick-slider.draggable-scrollbar .slick-scrollbar input[type=range] {
    margin-top: 40px;
    width: 100%;
  }
}

.get-free-consultation {
  padding-top: 82px;
  padding-bottom: 123px;
}

.get-free-consultation .form1 {
  padding: 30px;
}

@media (max-width: 767px) {
  .get-free-consultation {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .get-free-consultation .form1 {
    padding: 15px;
  }
}

.contact {
  padding-top: 87px;
  padding-bottom: 144px;
}

@media (min-width: 1400px) {
  .contact .right-col {
    padding-left: 82px;
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.industry-detail {
  padding-top: 75px;
  padding-bottom: 170px;
}

@media (max-width: 767px) {
  .industry-detail {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.team {
  padding-top: 96px;
  padding-bottom: 148px;
}

@media (max-width: 767px) {
  .team {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.case-study-detail {
  padding-top: 90px;
  padding-bottom: 126px;
}

.case-study-detail h2,
.case-study-detail h3,
.case-study-detail h4 {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .case-study-detail {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section.industry-detail div[id] {
  scroll-margin-top: 132px;
}

#container {
  padding-top: 81px;
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

#main-navigation .menu li.menu-item-has-children {
  position: relative;
}

#main-navigation .menu li.menu-item-has-children:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 24px;
  left: 0;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#main-navigation .menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#main-navigation .menu li.menu-item-has-children:hover:after {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#main-navigation .menu li .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  position: absolute;
  top: 47px;
  left: -20px;
  z-index: 100;
  width: 350px;
  border-top: 5px solid #035bfb;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#main-navigation .menu li .sub-menu li a {
  display: block;
  padding: 16px;
}

#main-navigation .menu li .sub-menu li a:hover {
  color: #035bfb;
}

#main-navigation .menu li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #aeaeae;
}

#main-navigation .scrollable-content {
  overflow-y: unset;
}

#main-navigation .menu li.menu-item-has-children>a::after {
    content: "\f107";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    margin-left: 8px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#main-navigation .menu li.menu-item-has-children:hover>a::after {
  	transform: rotate(-180deg);
}

@media (max-width: 1199px) {
  #main-navigation .menu {
    gap: 20px 15px;
  }
  
  #main-navigation .menu li .sub-menu {
    width: 300px;
    top: 46px;
    left: -10px;
  }

  #main-navigation .menu li,
  #main-navigation .menu li .sub-menu li {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  #main-navigation .menu li.menu-item-has-children::after {
    display: none;
  } 

  #main-navigation .menu li.menu-item-has-children.current-menu-item>a {
    color: #035bfb;
  }

  #main-navigation .menu li.menu-item-has-children.current-menu-item>a::after {
    transform: rotate(-180deg);
  }

  #main-navigation .menu li .sub-menu {
    display: none;
    width: auto;
    border: 0;
    position: static;
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: none;
  }
  
  #main-navigation .menu li {
    font-size: 14px;
  }

  #main-navigation .menu li .sub-menu li {
    font-size: 13px;
    border: 0;
  }

  #main-navigation .menu li .sub-menu li a {
    padding: 0;
  }

  #main-navigation .menu li .sub-menu li:not(:last-child) {
    border: 0;
    margin-bottom: 20px;
  }

  #main-navigation .scrollable-content {
    overflow-y: auto;
  }
}

.card1 .card-overlay .list1 {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .card1.alt {
    height: 490px;
  }

  .card1.alt .content {
    padding: 36px;
  }

  .card1.alt .card-overlay {
    padding: 36px;
  }
}

.slick-scrollbar input[type=range] {
  background-color: transparent;
}
.slick-scrollbar input[type="range"]  {
  height:1px; }
#our-team {
  display:none; }
@media (min-width: 1200px) {
  .container {
    max-width: 1446px;
    padding: 0 20px;
  }
  .container.container2 {
    max-width: 1622px;
  }
}
