/** GENERAL LAYOUT ITEMS **/
  html, body {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    color: #4a5262;
    height: auto;
    min-height: auto;
    background: #ffffff;
  }
  a {
    color: #1e6ced;
    text-decoration: none;
    -moz-transition: all 0.2s; /* Firefox 4 */
    -webkit-transition: all 0.2s; /* Safari and Chrome */
    -o-transition: all 0.2s; /* Opera */
  }
  a:hover {
    text-decoration: none;
    color: #0d57d0;
  }
hr {
border-top: 1px solid #0d6ff4;
}
hr.short {
border-top: 1px solid #0d6ff4;
width: 300px;
}
.rounded-border {
border-top: 4px solid #1bbff5;
border-radius: 20px;
margin: 40px auto 0;
width: 1000px !important;
max-width: 90% !important;
height: 40px;
position: relative
}
.rounded-border::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #1bbff5;
  margin: 0 auto;
  transform: rotate(180deg);
  top: -11px;
  position: absolute;
  left: 50%;
}
.container {
width: 1280px;
max-width: 100%;
}
.pad {
padding: 80px 30px;
}
.intro.pad {
padding: 60px 30px;
}
.intro .sections {
gap: 40px;
}
.container-top {
left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 0;
}
#top_wrap {
  top: 36px;
  left: 0;
  height: auto;
  background: transparent;
  z-index: 10;
  width: 100%;
  margin: 0;
  padding: 0 0 14px 0;
  min-height: 56px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.scrolled-top #top_wrap {
top: 0px;
}
#top {
  width: 1280px;
  max-width: 100%;
  margin: 16px auto;
padding: 0 20px;
}
#top_right_content {
min-height: 0;
width: 100%;
}
#top_right_content .fa-solid {
color: transparent;
-webkit-text-stroke: 1px #fff;
margin-left: 0;
margin-right: 4px;
}
#top_right_content .btn-transparent {
display: inline-block;
}
#top_right_content a {
color: #fff;
font-size: 16px;
font-weight: 200;
}
.scrolled-top{
background: #fff;
-moz-transition: all 0.2s; /* Firefox 4 */
    -webkit-transition: all 0.2s; /* Safari and Chrome */
    -o-transition: all 0.2s; /* Opera */
box-shadow: 0px 0px 20px #5298f6;
}
.scrolled-top #main_nav a {
color: #0f1c51 !important;
}
.scrolled-top .fa-solid {
-webkit-text-stroke: 1px #0d6ff4 !important;
}
.scrolled-top .btn-transparent:hover {
background: #fff;
}
.scrolled-top ul#nav > li > ul > li > a, .scrolled-top ul#nav > li > ul > li > ul a {
color: #070e2c !important;
}
#logo {
top: 6px;
}
  #logo img {
    width: 194px;
    height: auto;
  }
h1 {
font-family: "Raleway", sans-serif;
    font-size: 65px;
    line-height: 75px;
margin-bottom: 20px;
color: #0f1c51;
}
h2 {
font-family: "Raleway", sans-serif;
    font-size: 43px;
    line-height: 53px;
margin-bottom: 20px;
margin-top: 0;
color: #0f1c51;
}
h3 {
font-family: "Raleway", sans-serif;
    font-size: 36px;
    line-height: 46px;
margin-bottom: 20px;
color: #0f1c51;
}
h4 {
font-weight: 600;
    font-size: 18px;
    line-height: 28px;
color: #070e2c;
margin: 0;
}
h5 {
font-family: "Raleway", sans-serif;
font-weight: 600;
    font-size: 26px;
    line-height: 36px;
color: #070e2c;
margin: 10px 0 20px;
}
.two-sections h4 {
display: inline-block;
font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  background: #0d6ff4;
  padding: 16px 30px;
  border-radius: 50px;
}
.top-link {
position: absolute;
top: -42px;
right: 30px;
}
.top-link a {
margin-right: 10px;
}
.top-link img {
width: 22px;
}
.no-banner {
min-height: 300px;
background-image: linear-gradient(to bottom right,#042551,#0654be);
position: relative;
}
 .banner {
    width: auto;
    max-width: 100%;
position: relative;
  }
  .banner > img {
    width: 100%;
height: 100%;
display: block;
object-fit: cover;
  }
.banner.bottom .btn-transparent .fa-solid {
margin-left: 8px;
color: #fff;
font-size: inherit;
}
.banner-content a {
color: #fff;
text-decoration: underline;
}
.banner-content a.btn, .banner-content a.btn-transparent {
text-decoration: none;
}
.banner-content .btn, .banner-content .btn-transparent, .banner.bottom .btn-transparent {
margin: 0 10px;
padding: 10px 40px;
font-size: 18px;
color: #fff;
}
.banner-content .btn-transparent,  .banner.bottom .btn-transparent {
border: 1px solid #fff;
}
.banner-text {
width: 1000px;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  padding: 20px;
font-weight: 200;
}
.banner.bottom img {
height: 500px;
}
.banner.bottom .small-text {
font-size: 20px;
line-height: 30px;
}
#homepage_content .banner.bottom .banner-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

  .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
transform: translate(-50%, -35%);
    text-align: center;
    color: #fff;
    width: 100%;
font-size: 21px;
line-height: 31px;
  }
  .banner-content .subtitle {
font-family: "Raleway", sans-serif;
    font-size: 68px;
    line-height: 78px;
margin-top: 6px;
margin-bottom: 10px !important;
    color: #fff;
font-weight: 200;
  }
.banner-content .subtitle.second {
margin-bottom: 30px;
}
.simple-title {
margin: 20px 0;
font-size: 26px;
line-height: 36px;
font-weight: 500;
font-family: "Raleway", sans-serif;
color: #0f1c51;
}
  .banner-content .title {
  font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 500;
font-family: "Raleway", sans-serif;
  }
.banner-content .small-text {
color: #89eaf3;
font-size: 26px;
line-height: 36px;
font-weight: 200;
font-family: "Raleway", sans-serif;
margin: 10px 0 20px 0;
}
.banner.bottom .banner-content .small-text {
margin: 20px 0 0;
}
.banner.bottom {
position: relative;
font-size: 20px;
line-height: 30px;
}
.banner.bottom .banner-content {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
width: 1200px;
max-width: 100%;
margin: 0 auto;
right: 0;
font-weight: 300;
font-size: 20px;
line-height: 30px;
padding: 0 20px;
}
.banner.bottom .banner-content h2 {
color: #fff;
}
.banner.bottom .custom_container {
width: 1000px;
max-width: 100%;
margin: 0 auto;
right: 0;
}
.banner.bottom .subtitle {
font-size: 26px;
line-height: 36px;
font-weight: 200;
font-family: "Raleway", sans-serif;
}
.banner.bottom .title, #homepage_content .banner.bottom .title {
font-size: 50px;
line-height: 60px;
margin-bottom: 10px;
font-style: normal;
font-weight: 400;
font-family: "Raleway", sans-serif;
}
.banner.bottom .sections {
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.banner.bottom .section {
width: 30% !important;
}
.inner-banner .banner-content {

}
.banner.bottom .banner-content img {
width: 55px;
border-radius: 0;
margin: 0px auto 0;
}
.banner.bottom .sections img
.banner.bottom h2 {
color: #fff;
}
.bg-light h4 .fa-solid {
display: block;
}
.bg-light {
background: #eff8fc;
}
.bg-light-grad {
background-image: linear-gradient(to right, #eff8fc, #fff, #fff);
}
.bg-image {
background: #eff8fc url(https://d18hjk6wpn1fl5.cloudfront.net/public/1/images/bg-home20250624160314.jpeg);
background-position: 60% !important;
background-size: cover;
}
.small-text {
font-family: "Raleway", sans-serif;
color: #fff;
font-size: 20px;
line-height: 20px;
}
.big-text {
font-family: "Raleway", sans-serif;
color: #fff;
font-size: 72px;
line-height: 82px;
font-weight: bold;
}
.bigger-text {
font-size: 21px;
line-height: 31px;
margin: 0 auto;
}
.v2_form .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
font-size: 18px;
color: #0f1c51;
font-family: 'Open Sans', sans-serif;
}
.chosen-container .chosen-results li.active-result {
font-size: 18px;
line-height: 19px;
color: #0f1c51;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
background: transparent;
}
.chosen-container .chosen-results li.active-result:hover {
color: #fff;
background: #4981e0;
border-radius: 4px;
}
.chosen-container-multi .chosen-results {
padding: 10px 25px;
}
input[type="submit"], input[type="button"], .btn {
    background: #0d6ff4;
border: 1px solid #0d6ff4;
color: #fff;
    text-shadow: none;
    -moz-transition: all 0.2s; /* Firefox 4 */
    -webkit-transition: all 0.2s; /* Safari and Chrome */
    -o-transition: all 0.2s; /* Opera */
    border-radius: 30px;
    font-style: normal;
    box-shadow: none;
    font-size: 18px;
    line-height: 24px;
padding: 10px 30px;
font-family: "Raleway", sans-serif;
margin-right: 5px;
  }
.btn .fa-solid {
margin-left: 10px;
}
  input[type="submit"]:hover, input[type="button"]:hover,
  .btn:hover {
    background: #1bbff5;
border: 1px solid #1bbff5;
    color: #fff;
    background-position: 0 0;
  }
.teal {
color: #89eaf3;
}
.btn-light {
background: #eff8fc;
border-radius: 30px;
padding: 10px 30px;
}
  .btn-teal {
    background: #0d6ff4;
  }
  .btn-teal:hover {
    background: #1bbff5;
  }
 .btn-teal {
display: inline-block;
--button-color: #0d6ff4;
  --button-color-dark: #1bbff5;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* background layer */
.btn-teal::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--button-color);
  border-radius: 10rem;
  z-index: -2;
}
/* hover fill layer */
.btn-teal::before {
  content: '';
  position: absolute;
  inset: -50%;
  background-color: var(--button-color-dark);
  transform: translate(-200%, -100%) skew(-30deg);
  transition: transform 0.9s ease;
  z-index: -1;
}
.btn-teal:hover {
  color: #fff;
}
.btn-teal:hover::before {
transform: translate(0, 0) skew(-30deg);
}
  .btn-transparent {
    background: transparent;
    border: 1px solid #1e6ced;
padding: 8px 24px;
  border-radius: 50px;
  }
.btn-transparent:hover {
    background: #1e6ced;
    border: 1px solid #1e6ced;
color: #fff;
  }
.rectangles-vertical {
display: flex;
gap: 10px;
}
.rectangles-vertical div {
width: 32%;
text-align: left;
padding: 10px 40px;
border-left: 2px solid #0d6ff4;
border-right: 2px solid #1bbff5;
}
.rectangles {
display: flex;
gap: 20px;
}
.rectangles div {
width: 32%;
text-align: left;
padding: 40px 10px;
border-top: 2px solid #0d6ff4;
border-bottom: 2px solid #1bbff5;
}

.rectangles .fa-solid, .industries .fa-solid {
color: #0d6ff4;
font-size: 25px;
margin-bottom: 15px;
}
.two-sections .fa-solid {
color: #fff;
font-size: 25px;
margin-right: 10px;
}
.circles, .dots {
display: flex;
gap: 50px;
justify-content: center;
align-items: center;
}
.dots {
gap: 80px;
}
.dot {
border-radius: 40px;
font-size: 30px;
line-height: 100px;
font-family: 'Raleway', sans-serif;
border-top: 2px solid #0d6ff4;
border-bottom: 2px solid #0d6ff4;
color: #0d6ff4;
width: 33%;
min-height: 330px;
align-content: center;
margin-top: 20px;
}
.dots .number {
font-size: 100px;
font-weight: bold;
background: linear-gradient(135deg, #0d6ff4, #1bbff5, #1bbff5, #0d6ff4);
background-clip: text;
color: transparent;
background-size: 200% 100%;
animation: shimmer 5s linear infinite;
}

.circle {
width: 25%;
border-radius: 154px;
padding: 48px 42px;
background-image: linear-gradient(to bottom right, #0d6ff4, #1bbff5, #89eaf3);
color: #fff;
font-size: 18px;
border: 1px dashed #fff;
}
.circle .number {
font-size: 50px;
font-weight: bold;
margin-bottom: 30px;
font-family: 'Raleway', sans-serif;
}
.discs {
display: flex;
flex-wrap: wrap;
gap: 60px;
justify-content: center;
}
.discs div {
width: 25%;
border-radius: 154px;
padding: 72px 32px;
/*background-image: linear-gradient(to bottom right, #0d6ff4, #1bbff5);*/
/*color: #0f1c51;*/
background: #fff;
font-size: 20px;
border: 1px dashed #0d6ff4;
}
.discs .fa-solid, .discs .fa-regular {
margin-bottom: 20px;
font-size: 50px;
color: #0d6ff4;
/*text-shadow: 6px 0 0px #0d6ff4;*/
}
.guides .fixed-content {
min-height: 250px;
}
.guides .sections {
align-items: flex-end;
}
.guides .section {
position: relative;
}
.guides .section .btn, .guides .section .btn-light {
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.different {
margin-top: -30px;
}
.different h3, .evolve h3, .automate h3 {
margin-bottom: 10px;
}
.different h4 {
font-size: 22px;
line-height: 32px;
margin-bottom: 20px;
}
.different .sections {
align-items: stretch;
}
.different .section {
width: 48%;
padding: 30px;
border-top: 2px solid #1bbff5;
background: #eff8fc;
}
.different .section.three {
min-height: 522px;
}
.different .section.five {
min-height: 256px;
}
.different .number {
color: #0d6ff4;
font-size: 50px;
font-weight: bold;
margin-bottom: 30px;
font-family: 'Raleway', sans-serif;
}
.build .number {
padding: 20px 0 10px 0;
text-transform: uppercase;
font-size: 40px;
}
.build h4 {
font-size: 24px;
line-height: 34px;
}
.build .section.five {
width: 100%;
}
.evolve .sections, .automate .sections {
gap: 0;
}
.evolve .section:first-child {
width: 55%;
background: #fff;
  padding: 40px;
  margin-right: -50px;
  z-index: 9;
  border-radius: 30px;
box-shadow: 10px 6px 10px rgba(0,0,0,0.2);
}
.evolve .section:last-child {
width: 48%;
}
.automate .section:first-child {
width: 56%;
background: #fff;
  padding: 40px 80px 40px 40px;
  margin-right: -50px;
  border-radius: 30px;
box-shadow: 10px 6px 10px rgba(0,0,0,0.2);
}
.automate .section:last-child {
width: 48%;
}
.intro .sections {
align-items: center;
}
.section.full {
width: 100% !important;
}
.sections {
display: flex;
gap: 40px;
align-items: flex-start;
}
.section-smaller {
width: 40%;
}
.section-bigger {
width: 60%;
text-align: left;
}
.section-bigger h3 {
font-size: 28px;
line-height: 38px;
}
.section-smaller h4 {
font-size: 24px;
line-height: 34px;
margin-bottom: 10px;
}
.customers {
display: flex;
flex-wrap: wrap;
}
.client {
width: 25%;
position: relative;
overflow: hidden;
}
.client > img {
  width: 100%;
height: 300px;
object-fit: cover;
}
.overlay-clients {
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.2s ease;
    left: 0;
justify-content: center;
  align-items: center;
  display: flex;
  }
  .overlay-green {
       background-color: rgba(13, 111, 244, 0.35);
  }
  .overlay-green:hover {
    background-color: rgba(13, 111, 244, 0.85);
  }
  .overlay-blue {
   background-color: rgba(13, 111, 244, 0.35);
  }
  .overlay-blue:hover {
    background-color: rgba(13, 111, 244, 0.85);
  }
  .overlay-red {
      background-color: rgba(13, 111, 244, 0.35);
  }
  .overlay-red:hover {
    background-color: rgba(13, 111, 244, 0.85);
  }
  .overlay-clients img {
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.2s ease;
width: 180px;
  }
  .overlay-clients:hover img {
    opacity: 1;
  }
.cards .sections, .cards-three .sections {
flex-wrap: wrap;
align-items: stretch;
}
.cards-three .section {
width: 30%;
  padding: 30px 40px;
  border-radius: 0px;
background: #eff8fc;
  border-left: 2px solid #0d6ff4;
min-height: 140px;
}
.partners .section {
background: #fff !important;
}
.partner {
margin: 0 10px 10px 0;
display: inline-block;
background: #eff8fc;
border-radius: 50px;
padding: 10px 40px;
color: #0f1c51;
border: 1px dashed #0d6ff4;
}
.cards .section {
width: 48%;
  padding: 30px 50px;
  border-radius: 0px;
background: #eff8fc;
  border-right: 2px solid #0d6ff4;
}
.single-box {
padding: 30px 60px;
  border-radius: 0px;
background: #eff8fc;
  border-right: 2px solid #0d6ff4;
}
.single-box .fa-solid {
color: #0d6ff4;
}
.partners .section:nth-child(2n+1), .partners .section {
border-top: 2px solid #1bbff5;
border-bottom: 2px solid #1bbff5;
/*border-left: 2px solid #0d6ff4;*/
border-right: 2px solid #0d6ff4 !important;
}
.cards .section:nth-child(2n+1) {
border-right: none;
border-left: 2px solid #0d6ff4;
}
.cards h3 {
font-size: 30px;
line-height: 40px;
font-weight: bold;
}
.cards h4 {
font-weight: bold;
}

#homepage_content .banner {
position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#homepage_content .banner-content .title {
margin-bottom: 0px;
margin-top: -20px;
font-size: 80px;
line-height: 90px;
font-style: normal;
font-weight: 400;
}
.banner.bottom .banner-content .subtitle {
margin-bottom: 10px;
}
#homepage_content .banner-content .subtitle {
margin-bottom: 20px  !important;
}
.top-section .section:first-child {
width: 48%;
}
.top-section .section:last-child {
width: 50%;
}
.section {
width: 51%;
}
.sections img {
border-radius: 40px;
}
.sections.two img {
}
.sections-two h1 {
margin: 30px 0 0;
}
.sections.three .section:first-child {
padding: 6% 10%;
}
.sections.three img {
border-radius: 40px 0 0 40px;
}
#homepage_content .boxes {
gap: 30px;
text-align: center;
}
#homepage_content .box.gradient-border {
width: 31%;
text-align: left;
border: 0 !important;
}
.boxes {
display: flex;
flex-wrap: wrap;
gap: 30px;
justify-content: center;
}
.boxes h2 {
  color: #1e6ced;
  margin-top: 0;
  font-weight: 600;
}
.box {
background: none;
border-radius: 20px;
padding: 30px;
width: 30%;
margin: 0;
border-left: 5px solid #08eaed !important;
border-right: 5px solid #0d6ff4 !important;
min-height: auto;
}
.box-transparent {
background: none;
border-radius: 20px;
padding: 30px;
width: 31%;
margin: 0;
box-shadow: 0 0 15px #ddd;
min-height: auto;
}
.box-transparent:hover {
box-shadow: 0 0 8px #0d6ff4;
}
.box-transparent .fa-solid, .box-border .fa-solid, .boxes .fa-solid {
color: #0d6ff4;
margin-bottom: 10px;
font-size: 24px;
}
.box-border {
background: none;
border-radius: 20px;
padding: 31px;
width: 31%;
margin: 0;
border: 1px dashed #0d6ff4;
min-height: auto;
background: #fff;
}
.box.teal {
border: 2px solid #08eaed;
}
.boxes.two {
flex-direction: initial;
margin-top: 20px;
}
.case .text-container {
padding: 0 20px;
position: relative;
min-height: 350px;
}
.case .text-container .btn {
position: absolute;
bottom: 30px;
}
.case .box h3 {
font-size: 20px;
line-height: 28px;
font-weight: 700;
}
.case .box {
border: 1px dashed #0d6ff4 !important;
width: 31% !important;
padding: 0;
}
.case .box:hover {
box-shadow: 0 0 8px #0d6ff4;
}
.case .box img {
width: 100%;
border-radius: 20px 20px 0 0;
}
.case h3 {
font-weight: 700;
}
.case .sections.cntr {
align-items: center;
}
.core .boxes.two .box {
min-height: 190px;
}
.boxes.two .box {
text-align: left;
background: none;
border-radius: 20px;
padding: 30px;
width: 31%;
border-left: 5px solid #08eaed !important;
  border-right: 5px solid #0d6ff4 !important;
margin: 0;
border: 0;
/*border-width: 5px;
border-style: solid;
border-image: linear-gradient(to bottom, #4d95f7, #6bece4) 1 100%;
border-right: 0;*/
}
.boxes.two .box:hover {
background: #1e6ced;
color: #fff;
border: 0;
border-left: 5px solid #1e6ced !important;
}
.box:hover .fa-solid {
color: #fff;
}
.boxes.two .box:hover h2, .boxes.two .box:hover h4, .boxes.two .box:hover a {
color: #fff;
}
.boxes.two h2 {
color: #1e6ced;
margin-top: 0;
font-weight: 600;
}
.boxes.two h4, .boxes h4 {
font-family: "Raleway", sans-serif;
font-size: 23px;
line-height: 33px;
font-weight: bold;
}
.two-sections {
display: flex !important;
flex-wrap: wrap;
}
.two-sections .section {
width: 50%;
}
.unequal.sections .section:first-child {
width:53%;
}
.unequal.sections .section:last-child {
width: 47%;
}
.challenges {
display: flex;
gap: 20px;
margin: 20px 0;
}
.challenge {
border-left: 1px solid #0d6ff4;
border-right: 1px solid #0d6ff4;
padding: 10px 20px;
width: 20%;
}
.challenge .fa-solid {
color: #0d6ff4;
display: block;
margin-bottom: 10px;
font-size: 24px;
}
.features, .industries {
display: flex !important;
flex-wrap: wrap;
justify-content: center;
}
.threes .features {
flex-wrap: nowrap;
}
.threes .feature, .threes .features-col {
padding: 25px !important;
}
.feature {
padding: 20px 40px;
text-align: center;
font-weight: 500;
margin: 20px 0 0;
}
#homepage_content .feature, .feature h4 {
font-family: "Raleway", sans-serif;
color: #0f1c51;
font-size: 24px;
line-height: 34px;
margin-bottom: 10px;
}
.feature img {
height: 50px;
display: block;
margin: 0 auto 20px;
}
.feature .fa-solid {
display: block;
margin-bottom: 20px;
  font-size: 40px;
color: #0d6ff4;
}
.industry {
padding: 0px 14px;
text-align: left;
font-family: 'Raleway', serif;
font-size: 18px;
line-height: 28px;
font-weight: 500;
margin: 20px 0 0;
display: flex;
width: 33%;
}
.industry img {
margin-right: 20px;
height: 40px;
display: none;
}
.industry h3 {
font-size: 22px;
line-height: 32px;
font-weight: 600;
color: #070e2c;
margin-top: 0;
}

.middle-col {
position: relative;
}
.middle-col:before {
content: ' ';
position: absolute;
left: 0;
right: auto;
height: 70%;
width: 1px;
background-color: #08eaed;
top: auto;
bottom: 40px;
}
.middle-col:after {
content: ' ';
position: absolute;
left: auto;
right: 0;
height: 70%;
width: 1px;
/*background-color: #08eaed;*/
top: auto;
bottom: 40px;
}
#homepage_content .middle-col:after, .threes .middle-col:after {
background-color: #08eaed;
}
#homepage_content .features-col, .threes .features-col {
padding: 0 60px;
width: auto;
}
.features-col {
padding: 0 30px;
width: 48%;
}
.features-col:last-child {
border-right: none;
}
.features-col .feature:nth-child(1) {
border-bottom: 1px solid #0d6ff4;
padding-bottom: 40px !important;
margin-bottom: 20px;
}
.testimonials h1 {
margin-top: 0;
margin-bottom: 30px;
}
.sections.testimonials {
gap: 80px;
}
.testimonial {
background: #0d6ff4;
padding: 30px 60px;
border-radius: 30px;
font-size: 20px;
line-height: 30px;
color: #fff;
display: flex;
width: 900px;
max-width: 100%;
margin: 0 auto;
}
.testimonial .fa-solid {
color: #89eaf3;
font-size: 60px;
margin-right: 20px;
}
.testimonial-left {
border-radius: 20px;
background: url(https://d18hjk6wpn1fl5.cloudfront.net/public/1/images/bg-testimonials20250304103937.jpeg);
color: #fff;
padding: 50px;
background-size: cover;
}
.testimonial-right {
border-radius: 20px;
border: 2px solid #08eaed;
padding: 50px;
}
.testimonial-left .fa-quote-left {
font-size: 40px;
color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
}
.testimonial-right .fa-quote-left {
font-size: 40px;
color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #646d7e;
}
.fa-check, .fa-arrow-right {
color: #0d6ff4;
}
.dark-bg {
background: #0358cb;
color: #fff;
}
.dark-bg .bigger-text {
color: #fff !important;
}
.dark-bg .fa-regular {
font-size: 24px;
margin-bottom: 10px;
}
.dark-bg h2, .dark-bg h4, .dark-bg h3 {
color: #fff;
}
.dark-bg ul.arrows li::before, .dark-bg ul.angles li::before, .dark-bg ul.double-angles li::before {
color: #1bbff5 !important;
}
.dark-bg .btn {
border: 1px solid #fff;
}
.dark-bg .rectangles div {
border-top: 2px solid #1bbff5;
}

.blue-bg {
background-image: linear-gradient(to right,#042551,#0654be);
color: #fff;
}
.blue-bg .fa-solid {
font-size: 40px;
color: #89eaf3;
}
.blue-bg .fa-regular {
color: #89eaf3;
}
.blue-bg .btn .fa-solid, .box-transparent .btn .fa-solid, .box-border .btn .fa-solid, .boxes .btn .fa-solid {
font-size: inherit;
margin: 0 0 0 10px;
color: #fff;
}
.blue-bg h2 {
color: #fff;
position: relative;
}
.blue-bg h2::after {
  width: 120px;
  height: 1px;
  background: #89eaf3;
  margin: 0 auto;
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
right: 0;
}
.blue-bg h4 {
font-family: "Raleway", sans-serif;
color: #fff;
font-size: 30px;
line-height: 40px;
margin-bottom: 10px;
}

#recaptcha_widget_container {
float: none !important;
margin-bottom: 10px;
}
.narrow {
width: 1000px;
max-width: 100%;
margin: 0 auto;
}
/*------
MAIN NAV
------*/
#main_nav {
    left: auto;
    margin-right: 0;
    position: absolute;
    right: 10%;
top: 56px;
z-index: 99;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
}
.scrolled-top #main_nav {
top: 20px;
}
.scrolled-top .top-link {
display: none;
}
#homepage_content .sections ul {
margin-left: 30px;
}
.sections ul {
margin-left: 0px;
}
ul#nav>li, ul#nav_mobile>li, .navbar {
position: static;
}
ul#nav > li > ul > li {
float: left;
}
ul#nav > li > ul > li > ul {
list-style: none;
background: #fff;
padding: 10px 20px;
margin-left: 0;
}
ul#nav > li > ul > li > ul a {
color: #070e2c;
font-weight: 200;
}
ul#nav > li.dir2 > ul {
max-width: 650px;
}
ul#nav > li.dir2 > ul, ul#nav > li.dir3 > ul, ul#nav > li.dir4 > ul, ul#nav > li.dir5 > ul {
min-width: 500px !important;
}
ul#nav > li > ul {
min-width: 780px !important;
border-radius: 10px;
padding: 20px;
/*min-width: 82vw !important;*/
right: 0;
left: auto;
box-shadow: 0px 0px 4px #ddd;
/*clip-path: inset(0 -20px -20px -20px);*/
}
ul#nav > li.dir1 > ul > li:nth-child(1) > ul, ul#nav > li.dir2 > ul > li:nth-child(1) > ul {
display: flex;
flex-wrap: wrap;
}
ul#nav > li.dir1 > ul > li:first-child > ul > li, ul#nav > li.dir2 > ul > li:first-child > ul > li {
width: 50%;
}
ul#nav > li.dir1 > ul > li > ul > li, ul#nav > li.dir2 > ul > li > ul > li {
position: relative;
}
ul#nav > li > ul > li > ul > li {
padding: 12px 0 26px 30px;
}
ul#nav > li > ul, ul#nav_mobile > li > ul {
min-width: 215px;
}
ul#nav > li > ul, ul#nav_mobile > li > ul, ul#nav > li > ul > li > a, ul#nav_mobile > li > ul > li > a {
background: #fff;
}
ul#nav > li > ul::after, ul#nav_mobile > li > ul::after {
border-color: transparent;
}
ul#nav > li > ul > li > a, ul#nav_mobile > li > ul > li > a {
font-family: "Raleway", sans-serif;
	font-size: 16px;
font-weight: 600;
}
ul#nav > li > ul > li > a {
color: #070e2c;
font-size: 18px;
line-height: 28px;
}
ul#nav_mobile > li > ul > li > a:hover {
color: #dce8f9;
}
ul#nav > li > a {
margin-bottom: 10px;
}
ul#nav > li > a, ul#nav_mobile > li > a {
font-family: "Raleway", sans-serif;
	color: #fff !important;
	font-size: 16px;
line-height: 26px;
	font-weight: 300;
}

ul#nav > li > a::after, ul#nav_mobile > li > a::after {
	position: absolute;
	bottom: 0;
	width: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	background: transparent;
	height: 4px;
	transition: 0.3s all ease;
}

ul#nav > li > ul > li > ul > li:before, ul#nav > li.dir3 > ul > li:before, ul#nav > li.dir4 > ul > li:before, ul#nav > li.dir5 > ul > li:before {
color: #0d6ff4 !important;
}
ul#nav > li > ul > li > ul > li:after, ul#nav > li.dir4 > ul > li:after, ul#nav > li.dir5 > ul > li:after {
color: #666 !important;
font-size: 14px !important;
line-height: 20px !important;
font-weight: 200 !important;
}
ul#nav > li > a:hover::after, ul#nav_mobile > li > a:hover::after{
	width: 40px;
}
ul#nav [class*="onstate"] a::after{
	width: 40px;
}
ul#nav > li.dir1 > ul > li:nth-child(1) > ul > li:nth-child(1):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f0ac";
color: #fff;
left: 0px;
}

ul#nav > li.dir1 > ul > li:nth-child(1) > ul > li:nth-child(2):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f290";
color: #fff;
left: 0px;
}

ul#nav > li.dir1 > ul > li:nth-child(1) > ul > li:nth-child(3):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f007";
color: #fff;
left: 0px;
}

ul#nav > li.dir1 > ul > li:nth-child(1) > ul > li:nth-child(5):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f6ff";
color: #fff;
left: 0px;
}

ul#nav > li.dir1 >  ul > li:nth-child(1) > ul > li:nth-child(6):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f518";
color: #fff;
left: 0px;
}

ul#nav > li.dir1 > ul > li:nth-child(1) > ul > li:nth-child(7):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f3ed";
color: #fff;
left: 0px;
}

ul#nav > li.dir1 > ul > li:nth-child(1) >ul > li:nth-child(8):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f4fe";
color: #fff;
left: 0px;
}

ul#nav > li.dir1 > ul > li:nth-child(1) > ul > li:nth-child(9):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f590";
color: #fff;
left: 0px;
}

ul#nav > li.dir1 > ul > li:nth-child(1) > ul > li:nth-child(10):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\e699";
color: #fff;
left: 0px;
}
ul#nav > li.dir1 > ul > li:nth-child(1) > ul > li:nth-child(11):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f53b";
color: #fff;
left: 0px;
}
ul#nav > li.dir1 > ul > li:nth-child(1) > ul > li:nth-child(4):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f07a";
color: #fff;
left: 0px;
}

ul#nav > li.dir2 > ul > li:nth-child(1) > ul > li:nth-child(1):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f275";
color: #fff;
left: 0;
}

ul#nav > li.dir2 > ul > li:nth-child(1) > ul > li:nth-child(2):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f5c9";
color: #fff;
left: 0;
}

ul#nav > li.dir2 > ul > li:nth-child(1) > ul > li:nth-child(3):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f291";
color: #fff;
left: 0;
}

ul#nav > li.dir2 > ul > li:nth-child(1) > ul > li:nth-child(4):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f5bb";
color: #fff;
left: 0;
}

ul#nav > li.dir2 > ul > li:nth-child(1) > ul > li:nth-child(5):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f1ad";
color: #fff;
left: 0;
}

ul#nav > li.dir2 > ul > li:nth-child(1) > ul > li:nth-child(6):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f501";
color: #fff;
left: 0;
}

ul#nav > li.dir2 > ul > li:nth-child(1) > ul > li:nth-child(7):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f53c";
color: #fff;
left: 0;
}
ul#nav > li.dir3 > ul > li {
float: none;
padding: 0 0 14px 32px;
width: 100%;
}
ul#nav > li.dir3 > ul > li a {
font-weight: 300;
}
ul#nav > li.dir3 > ul > li:nth-child(1):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f0b1";
color: #fff;
left: 20px;
top: 10px;
}
ul#nav > li.dir3 > ul > li:nth-child(2):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f07c";
color: #fff;
left: 20px;
top: 10px;
}

ul#nav > li.dir3 > ul > li:nth-child(1) > ul > li:nth-child(1):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f5ad";
color: #fff;
left: 20px;
}
ul#nav > li.dir3 > ul > li:nth-child(1) > ul > li:nth-child(2):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f02d";
color: #fff;
left: 20px;
}
ul#nav > li.dir3 > ul > li:nth-child(1) > ul > li:nth-child(3):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f059";
color: #fff;
left: 20px;
}


ul#nav > li.dir3 > ul > li:nth-child(2) > ul > li:nth-child(3):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f03a";
color: #fff;
left: 20px;
}

ul#nav > li.dir3 > ul > li:nth-child(2) > ul > li:nth-child(5):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f502";
color: #fff;
left: 20px;
}

ul#nav > li.dir4 > ul > li {
float: none;
padding: 0 0 14px 32px;
width: 100%;
}
ul#nav > li.dir4 > ul > li a {
font-weight: 300;
}
ul#nav > li.dir4 > ul > li:nth-child(1):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f2bb";
color: #fff;
left: 20px;
top: 10px;
}

ul#nav > li.dir4 > ul > li:nth-child(2):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f06e";
color: #fff;
left: 20px;
top: 10px;
}

ul#nav > li.dir4 > ul > li:nth-child(3):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f2b5";
color: #fff;
left: 20px;
top: 10px;
}

ul#nav > li.dir4 > ul > li:nth-child(4):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f2b5";
color: #fff;
left: 20px;
top: 10px;
}

ul#nav > li.dir5 > ul > li {
float: none;
padding: 0 0 18px 32px;
width: 100%;
}
ul#nav > li.dir5 > ul > li a {
font-weight: 300;
}
ul#nav > li.dir5 > ul > li:nth-child(1):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f5ad";
color: #fff;
left: 20px;
top: 10px;
}

ul#nav > li.dir5 > ul > li:nth-child(2):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f02d";
color: #fff;
left: 20px;
top: 10px;
}

ul#nav > li.dir5 > ul > li:nth-child(3):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f059";
color: #fff;
left: 20px;
top: 10px;
}
ul#nav > li.dir5 > ul > li:nth-child(4):before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f002";
color: #fff;
left: 20px;
top: 10px;
}
.navbar-nav > li:last-child a {
background: #0d6ff4;
border: 1px solid #0d6ff4;
border-radius: 30px;
padding: 10px 30px;
}
.scrolled-top .navbar-nav > li:last-child a {
background: transparent;
}
.navbar-nav > li:last-child > a {
margin-right: 10px;
}
.navbar-nav > li > a {
padding: 10px 20px;
}
.navbar {
min-height: auto;
margin-bottom: 0;
font-size: 18px;
line-height: 28px;
}
label {
display: block;
}
label:has(input[type="checkbox"]) {
float: left;
margin-top: 2px;
}
#dynamic_form {
text-align: left;
color: #0f1c51;
}
#dynamic_form div.title {
margin: 20px 0;
font-weight: bold;
font-size: 18px;
}
#dynamic_form #ElementTitle {
margin-top: 10px !important;
}
#dynamic_form span, #dynamic_form #ElementTitle {
margin-bottom: 20px;
font-weight: bold;
font-size: 18px !important;
}
div#dynamic_form_request_info div {
margin-top: 0 !important;
}
.chosen-container.chosen-container-multi {
width: 100% !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
margin: 0;
}
#dynamic_form input.inp, #dynamic_form select, #dynamic_form textarea, .v2_form .chosen-container-multi .chosen-choices {
background: transparent;
border: 1px solid #0d6ff4;
border-radius: 4px;
font-weight: normal;
width: 100%;
max-width: 100%;
margin-top: 0;
margin-bottom: 10px;
padding: 20px;
max-height: initial;
}
#dynamic_form_1009 textarea {
width: 1220px !important;
max-width: 100% !important;
}
#dynamic_form textarea {
width: 840px;
max-width: 100%;
}
#dynamic_form_section_465, #dynamic_form_section_475 {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
#dynamic_form_section_465 .element_label {
width: 48.5%;
}
#dynamic_form_section_475 .element_label {
width: 47.5%;
}
#dynamic_form_section_419, #dynamic_form_section_420 {
width: 100%;
float: left;
margin-right: 4%;
display: flex;
}
#dynamic_form_section_419 .element_label, #dynamic_form_section_420 .element_label {
width: 48%;
}
#dynamic_form_section_419 .element_label:first-child, #dynamic_form_section_420 .element_label:first-child {
margin-right: 4%;
}
#dynamic_form_section_420 {
/*margin-right: 0%;*/
}
/* ---- FOOTER ---- */
#footer-wraper {
background: #eff8fc;
font-size: 14px;
line-height: 24px;
color: #070e2c;
padding: 80px 0;
}
#footer-wraper h4 {
font-weight: bold;
font-size: 22px
line-height: 30px;
color: #070e2c;
}
#footer-wraper .fa-brands {
margin-left: 8px;
color: #070e2c;
}
#footer-wraper img {
width: 200px;
}
#footer-wraper a {
color: #070e2c;
}
#footer-wraper .btn {
color: #fff !important;
}
#footer-wraper .sections {
gap: 0;
}

.why i {
float: left;
}
.why span {
display: block;
margin-left: 26px;
}
.mobile-only {
display: none !important;
}
.clients {
background: #eff8fd;
padding: 60px;
display: flex;
justify-content: center;
align-items: center;
gap: 80px;
border-radius: 20px;
flex-wrap: wrap;
width: 1400px;
max-width: 100%;
}
.clients img {
width: auto;
height: 50px;
filter: none;
}
.clients img:hover {
opacity: .8;
}
.bdr {
border-right: 1px solid rgba(255,255,255,0.5);
padding-right: 40px;
}
.bdb {
border-bottom: 1px solid rgba(255,255,255,0.5);
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
background: none;
}
ul.arrows > li, ul.checks > li, ul.double-checks > li, ul.angles > li, ul.double-angles > li   {
  list-style-type: none;
padding: 5px;
}
ul.arrows, ul.checks,  ul.double-checks, ul.angles, ul.double-angles {
position: relative;
}
ul.arrows > li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
}
ul.angles > li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
ul.double-angles > li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
}
#homepage_content .sections ul.arrows li::before {
left: -25px;
}
ul.arrows li::before, ul.angles li::before, ul.double-angles li::before {
  color: #0d6ff4 !important;
  left: 12px;
}
ul.checks > li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
}
ul.checks li::before {
  color: #0d6ff4 !important;
  left: 12px;
}
ul.double-checks > li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f560";
}
ul.double-checks li::before {
  color: #89eaf3 !important;
  margin-left: -30px;
}
.tl {
background-image: linear-gradient(to bottom right, #0654be, #0d6ff4, #08eaed);
}
.tr {
background-image: linear-gradient(to bottom left, #0654be, #0d6ff4, #08eaed);
}
.bl {
background-image: linear-gradient(to top right, #0654be, #0d6ff4, #08eaed);
}
.br {
background-image: linear-gradient(to top left, #0654be, #0d6ff4, #08eaed);
}
.infographic.special {
justify-content: right;
  height: 100px;
  align-items: center;
  margin-right: 230px;
}
.infographic {
justify-content: center;
gap: 80px 120px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
.infographic h3 {
font-size: 28px !important;
color: #fff;
margin-top: -70px;
  margin-bottom: 40px;
font-size: 34px;
line-height: 44px;
font-weight: 400;
}
.infographic .left {
background: #0d6ff4;
padding: 20px 30px;
border-radius: 40px 0;
color: #fff;
font-weight: 700;
width: 460px;
max-width: 100%;
font-size: 22px;
}
.infographic .center-col:after {
content: ' ';
position: absolute;
left: auto;
right: auto;
height: 35%;
width: 1px;
background-color: #08eaed;
top: 20%;
bottom: 40px;
}
.infographic .circle {
width: 100%;
border: 1px solid #fff;
color: #fff;
padding: 20px 30px;
border-radius: 50px;
display: inline-block;
margin-right: 20px;
background: #0d6ff4;
margin-left: -80px;
padding: 10px;
display: flex;
}
.infographic .right .circle {
background: #1bbff5;
}
.infographic .right {
background: #1bbff5;
padding: 20px 30px;
border-radius: 0 40px;
color: #fff;
font-weight: 700;
width: 460px;
max-width: 90%;
text-align: left;
font-size: 22px;
}
.infographic .right, .infographic .left {
width: 520px;
font-size: 18px;
line-height: 28px;
font-weight: 400;
max-width: 100%;
position: relative;
padding: 50px;
}
.infographic .fa-solid {
color: #08eaed;
font-size: 40px;
margin: 0 40px;
display: flex;
align-items: center;
justify-content: center;
margin: 20px;
font-size: 32px;
color: #fff;
}
.arrow-right::after {
  position: absolute;
  content: url('https://d18hjk6wpn1fl5.cloudfront.net/public/1/images/arrow-right20250826140413.png');
right: -198px;
  bottom: 12px;
  transform: scale(.7);
z-index: 9;
}
.arrow-bottom::after {
  position: absolute;
  content: url('https://d18hjk6wpn1fl5.cloudfront.net/public/1/images/arrow-bottom20250826140413.png');
right: 126px;
  bottom: -176px;
  transform: scale(.7);
z-index: 9;
}
.arrow-left::after {
  position: absolute;
  content: url('https://d18hjk6wpn1fl5.cloudfront.net/public/1/images/arrow-left20250826141731.png');
right: -166px;
  transform: scale(.7);
  top: 164px;
z-index: 9;
}
.left-border {
border-left: 5px solid #1e6ced;
padding-left: 60px;
border-radius: 15px;
}
.right-border {
border-right: 5px solid #89eaf3;
padding-right: 60px;
border-radius: 15px;
}
.no-wrap {
flex-wrap: nowrap;
}
.teal {
color: #89eaf3;
}
.grad-border {
  position: relative;
  border-radius: 40px 0;
  background: transparent;
  padding: 40px;
  z-index: 0;
}
.grad-border::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: -1;
  background: linear-gradient(1800deg, #0d6ff4, #1bbff5, #6bece4);
  border-radius: 30px;
  padding: 0 5px 0;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.gradient-border {
position: relative;
background: linear-gradient(to bottom, #0d6ff4, #1bbff5, #6bece4) !important;
min-height: 350px;
pointer-events: none;
}
.gradient-overlay {
position: absolute;
top: 0;
left: 6px;
  background: #fff;
  border-radius: 20px;
padding: 30px 40px;
min-height: 350px;
pointer-events: visible;
}
.gradient-overlay:hover, .gradient-border:hover {
background: #1e6ced !important;
}

.labels div {
background: #eff8fc;
padding: 20px 30px;
border-radius: 50px;
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
color: #0f1c51;
}
.bg-light .labels div {
background: #fff;
border: 1px dashed #0d6ff4;
padding: 20px 30px;
border-radius: 50px;
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
color: #0f1c51;
}
.distort img {
transform: perspective(1000px) rotateX(10deg) rotateY(10deg);
transition: transform 0.3s ease;
box-shadow: 10px 6px 10px rgba(0,0,0,0.2);
}
.underline {
height: 2px;
width: 200px;
background: #0d6ff4;
margin: 0 auto;
}
.inline_blog > div {
    display: inline-block;
    /*width: 17%;*/
    vertical-align: top;
    margin-left: 2.5641%;
    margin-bottom: 20px;
    /*new*/
    width: 295px;
    text-align: left;
    background: rgba(3,52,82,1);
    min-height: 300px;
  }
  .inline_blog > div:first-child {
    margin-left: 0;
  }
#blogpost_inline_readmore {
margin-bottom: 20px;
}
#blogpost_inline_readmore a {
color: #0d6ff4  !important;
}
#blogpost_inline_wrapper {
width: 31%;
margin: 0 1% 50px 1%;
border: 1px solid #bbb !important;
border-radius: 0 0 10px 10px;
background: #fff;
}
#blogpost_inline_wrapper a {
color: #070e2c !important;
}
  #blogpost_inline_title {
    margin-top: 10px;
  }
  #blogpost_inline_title a {
    font-weight: bold;
    color: #fff;
  }
  #blogpost_inline_author {
    display: none;
    padding-top: 0;
    font-size: 14px;
    line-height: 14px;
padding: 15px 16px 0 !important;
  }
  #blogpost_inline_title,
  #blogpost_inline_author {
    padding: 15px 20px 0;
    margin-top: 0;
    color: #fff;
  }
  #blogpost_inline_content,
  #blogpost_inline_date {
    display: none;
  }
  #blogpost_inline_thumb img {
    width: 100%;
  }
  #blogpost_details_container {
    width: 1280px;
    max-width: 100%;
    margin: 30px auto;
    padding: 0 30px;
    box-sizing: border-box;
position: relative;
display: flex;
  }
.blogpost_details_container_rightside > br {
display: none;
}
.blogpost_details_container_rightside dd {
margin-left: 0;
}
.blogpost_details_container_rightside dl {
display: block;
margin: 0;
}
.blogtable div.blogpost_details_container_rightside .title:nth-child(2) {
margin-top: 40px !important;
}
.blogpost_details_container_rightside .title {
font-size: 20px;
font-weight: bold;
display: none;
}
.blogpost_details_container_rightside a {
display: block;
border-radius: 4px;
padding: 0;
margin: 0 0px;
}
.blog-plugin {
text-align: left;
font-weight: bold;
border: 1px solid #bbb;
padding: 10px 20px;
display: block;
}
.blog_details_page div.blogpost_details_container_rightside {
border: none !important;
width: 100% !important;
margin-top: 30px !important;
}
.blog_details_page div.blogpost_details_container_leftside {
width: 100%  !important;
float: left !important;
}

.blogpost_details_container_leftside .plugin dl, .blogpost_details_container_rightside .plugin dl {
border-bottom: 0;
padding: 0px;
border-radius: 50px;
background: #eff8fc;
display: block;
font-size: 16px;
margin-bottom: 14px;
margin-right: 10px;
}
.blogpost_details_container_rightside .plugin dl:hover {
background: #0d6ff4;
}
.blogpost_details_container_leftside .plugin dl {
background: transparent;
}
.blogpost_details_container_leftside .plugin dl, .blogpost_details_container_rightside .plugin dl:hover a {
color: #fff;
text-transform: capitalize;
}
.blogpost_details_container_leftside .plugin .title, .blogpost_details_container_rightside .plugin .title {
font-size: 18px;
line-height: 28px;
color: #070e2c;
font-weight: 600;
margin-bottom: 25px;
}
  /*details & results blog*/
#blogpost_results_row #blogpost_results_content > * {
  display: none;
}
#blogpost_results_row #blogpost_results_content {
  position: relative;
}
#blogpost_results_row #blogpost_results_content:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent, white);
}
  #blogpost_results_row {
    width: 100% !important;
}
}
/*border: 1px solid #bbb !important;*/
padding-bottom: 0 !important;
position: relative;
min-height: 260px;
  }
#blogpost_results_row:hover {
/*box-shadow: 0 0 10px #ddd;*/
/*border: 1px solid #0d6ff4 !important;*/
}
  #blogpost_details_thumb {
    display: none;
  }
  #blogpost_details_largeimage {
    display: none;
    margin-bottom: 35px;
text-align: center;
  }
  
  #blogpost_details_date {
float: left;
  }
  .posted {
    display: inline-block;
  }
  .author_custom {
    font-weight: bold;
  }
.blog_tags {
display: none;
}
  #blogpost_details_goback {
    margin-top: 30px;
  }
  #blogpost_details_goback a {
    background: #0d6ff4 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    padding: 8px 20px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    border: 0 none;
    border-radius: 30px;
    box-shadow: none;
  }
  #blogpost_details_goback a:hover {
    background: #1bbff5;
    color: #fff;
  }
.blogtable .blogpost_details_container_leftside {
width: 25% !important;
}
  .blogtable div.blogpost_details_container_leftside {
    width: 73%;
    padding-right: 0;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
float: right;
  }
  .blogtable div.blogpost_details_container_rightside {
    display: block;
    width: 100%;
    padding: 0px;
    border: none;

  }
  .blogpost_details_container_leftside .pagination_wrapper {
    width: 100%;
    float: left;
  }
  .pagination_blog {
    float: left;
max-width: 100%;
  }
  #blogpost_results_row {
    width: 270px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ddd;
border-radius: 0 0 10px 10px;
background: #fff !important;
    max-width: 100%;
  }
  .blogpost_details_container_leftside > br, 
  #blogpost_addthis_button_details {
    display: none;
  }
#blogpost_details_container .blogpost_details_container_leftside {
margin-right: 0;
display: block !important;
gap: 24px;
/*margin-left: 24px;*/
}
#blogpost_results_row #blogpost_results_date {
font-size: 14px;
display: none;
}
#blogpost_details_container .blogpost_details_container_leftside #blogpost_results_date {
font-size: 14px;
position: absolute;
bottom: 114px;
left: 15px;
}
  #blogpost_results_thumb {
margin-right: 40px !important;
    float: left;
/*margin-bottom: 20px !important;*/
  }
#blogpost_results_thumb img {
border-radius: 20px;
width: 400px;
max-width: 100%;
height: auto;
}
#blogpost_results_content {
font-size: 16px;
line-height: 26px;
max-height: 110px;
overflow: hidden;
}
  #blogpost_results_title {
    padding: 15px;
display: block;
  }
  #blogpost_results_title a {
    color: #070e2c !important;
    font-size: 16px;
    line-height: 21px;
font-weight: bold;
  }
  #blogpost_results_author {
    color: inherit !important;
    padding: 0 !important;
    font-size: 13px  !important;
    line-height: 19px  !important;
    display: none;
  }
  #blogpost_details_content {
margin-bottom: 20px;
clear: both;
}
#blogpost_details_content h4 {
font-family: "Raleway", sans-serif;
margin: 20px 0;
font-size: 28px;
line-height: 38px;
}
#blogpost_results_department {
display: none;
}
#recaptcha_widget_container {
float: none !important;
margin-bottom: 10px;
}
#blog_quicksearch_box {
width: 1280px;
  max-width: 100%;
  margin: 0 auto;
padding: 0 20px;
}
.blog_details_page #blog_quicksearch_box {
display: none;
}
#blogpost_results_row {
    width: 100%;
    display: block;
    vertical-align: top;
    border: none;
    background: #3acd94;
    margin-right: 0px;
  }
  .blogpost_details_container_leftside > br, 
  #blogpost_addthis_button_details {
    display: none;
  }
  #blogpost_results_title {
    padding: 0px;
  }
  #blogpost_results_title a {
    font-size: 20px;
    line-height: 30px;
  }
.blog_details_page .blogpost_details_container_rightside {
display: none !important;
}
 #blogpost_details_container .blogpost_details_container_rightside {
width: 100%;
}
  .blogtable td.blogpost_details_container_leftside {
    width: 25%;
  }
#blogpost_results_readmore {
display: inline-block;
background: #0d6ff4;
border-radius: 50px;
padding: 5px 20px;
margin-top: 20px;
}
#blogpost_results_readmore a {
color: #fff;
}
.blog_quicksearch_table {
width: 1280px;
max-width: 100%;
  margin: 30px auto;
  position: relative;
  text-align: center;
  padding: 0 18px;
  box-sizing: border-box;
}
.blog_quicksearch_table  td:last-child {
  width: 69px;
}
.blog_quicksearch_table #quick_search_icon {
height: 48px;
  width: 48px;
  margin-left: 10px;
  background: #0d6ff4;
  border-radius: 6px;
  position: relative;
}
.blog_quicksearch_table #quick_search_icon::before {
position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  color: #fff;
top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#blogpost_details_title {
margin-bottom: 10px;
}
#blogpost_details_title a, #blogpost_details_title a:hover {
line-height: 48px;
font-size: 38px;
font-family: "Raleway", sans-serif;
color: #0f1c51;
font-weight: 600;
}

#blogpost_details_content h2 {
font-family: inherit;
font-size: 24px;
font-weight: bold;
line-height: 34px;
}
#blogpost_details_author > br {
display: none;
}
#blogpost_details_author {
display: inline-block;
margin-left: 10px;
  border-left: 1px solid #000;
  padding-left: 10px;
display: none !important;
}
.records_found {
display: none;
}
.faqs.light-blue {
background: #1bbff5;
padding: 30px;
border-radius: 30px;
margin-bottom: 30px;
color: #fff;
}
.faqs.blue {
background: #0d6ff4;
padding: 30px;
border-radius: 30px;
margin-bottom: 30px;
color: #fff;
}
.faqs.blue > h4 {
font-size: 22px;
font-weight: 700;
line-height: 32px;
}
.faqs.blue h3, .faqs.blue h4, .faqs.blue a, .faqs.light-blue h3, .faqs.light-blue h4, .faqs.light-blue a {
color: #fff;
}
.faqs.blue .faq, .faqs.light-blue .faq {
border-bottom: 1px dashed #fff;
}
.faqs {
background: #eff8fd;
padding: 30px;
border-radius: 30px;
margin-bottom: 30px;
}
.faqs h3 {
font-size: 34px;
line-height: 44px;
font-weight: 700;
}
.faq a {
background: none;
padding: 0;
float: none;
margin-right: 0;
}
.faq .faq-btn {
    background: transparent none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: right;
    padding: 4px 15px;
    margin-right: 0;
}

.faq-active {
    background: transparent none repeat scroll 0 0 !important;
}

.faq-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
font-family: "Raleway", sans-serif;
color: #0f1c51;
}

.faq-content {
    font-size: 16px !important;
    line-height: 25px !important;
}

.faq .hidden-div {
    clear: both;
    overflow: hidden;
    padding-left: 0;
    padding-top: 20px;
}

.faq {
    clear: both;
    margin-bottom: 20px;
border-bottom: 1px dashed #0d6ff4;
    padding: 0px 0 14px 0;
}
.faq-active .fa-solid,
.faq-active {
    transform: rotate(22deg);
    transition: transform 0.2s ease-in;
}
.animate-text {
    text-transform: uppercase;
    background-image: linear-gradient(
        -225deg,
        #222 0%,
        #555 29%,
        #999 67%,
        #000 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}
#blogpost_details_tagvalues a {
background: #eff8fc;
  border-radius: 50px;
  padding: 6px 20px;
  font-size: 16px;
}
.brush {
position: relative;
z-index: 1;
display: inline-block;
}
.brush:after {
content: '';
  position: absolute;
bottom: 2px;
 background: url(https://d18hjk6wpn1fl5.cloudfront.net/public/1/images/brush20251031144017.png) center / cover no-repeat;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  height: 0.3em;
}
.result {
border: 1px dashed #0d6ff4;
padding: 30px 60px;
border-radius: 100px;
display: inline-block;
}
.bubble {
border: 1px dashed #0d6ff4;
padding: 20px 40px;
border-radius: 100px;
display: inline-block;
font-style: italic;
color: #0f1c51;
font-weight: 600;
}
.big-heading {
font-family: "Raleway", sans-serif;
font-size: 23px;
font-weight: bold;
color: #0f1c51;
}
.block {
background: #fff;
  padding: 30px 50px 50px;
  border-radius: 30px;
  border: 2px dashed #0d6ff4;
}
.row.center-align {
display: flex;
align-items: center;
}
#dynamic_form_1010 {
text-align: left;
}
#dynamic_form_1010 input.inp {
/*color: #fff;*/
width: 100%;
height: 50px;
}
#faq-search {
	width: 80%; 
	padding: 20px; 
	font-size: 16px; 
	border: 1px solid #0d6ff4;
  border-radius: 50px;
}
.blog_quicksearch_table input {
padding: 20px; 
	font-size: 16px; 
	border: 1px solid #0d6ff4;
  border-radius: 50px;
width: 100%;
height: 50px;
}
#faq-suggestions {
	max-height: 300px;
	overflow-y: auto;
	border-right: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
	border-left: 1px solid rgb(204, 204, 204);
	border-image: initial;border-top: none;
	background-color: rgb(255, 255, 255);
	z-index: 10;
	position: absolute;
	display: block;
	max-width: 76%;margin: 0 auto;
	left: 0;
	right: 0;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,.1);
	border-radius: 0 0 15px 15px;
padding: 20px 0;
}

.faq-suggestion-item {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background-color 0.15s;
}

.faq-suggestion-item:hover {
    background-color: #fff;
}

#faq-preview-tooltip {
    position: absolute;
    display: none;
    padding: 10px 20px;
    background-color: #fafcfe;
 border: 1px solid #0d6ff4;
    color: #646d7e;
    width: 100%; 
    z-index: 9999;
    pointer-events: none;
    border-radius: 0px;
    font-size: 15px;
}
mark {
    background-color: yellow;
    padding: 0;
}
 .integrations_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 15px;
  }
  .integrations_item {
    text-align: center;
    color: #646464;
    width: calc((100% / 3) - 10px);
    padding: 0 30px;
margin-top: 30px;
  }
  .integrations_item .image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
height: 100px;
  }
  .integrations_item:nth-child(3n) {
    margin-right: 0;
  }
  .integrations_item img {
    display: block;
    margin: 0 auto 20px;
    max-width: 170px;
height: auto;
  }
  .integ_more {
    font-size: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #0068b0;
    display: block;
    text-align: center;
    margin-top: 25px;
  }
.text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* show 4 lines */
}

.text.expanded {
  -webkit-line-clamp: unset;
}

.toggle {
  display: inline-block;
  margin-top: 6px;
  cursor: pointer;
  color: #007bff;
  text-decoration: none;
}
.integrations_filter {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
margin-top: 50px;
	}
	.integrations_filter a {
		display: inline-block;
		padding: 10px 30px;
		border-radius: 50px;
		background: #fff;
		border: 1px solid #0d6ff4;
		color: #0d6ff4;
		transition: all .4s ease;
		margin: 5px;
	}
	.integrations_filter a:hover,
	.integrations_filter .active {
		color: #fff;
		background: #0d6ff4;
	}
.white {
color: #fff;
}
.scrolled-top #top_right_content .btn {
background: transparent;
}
.scroll-list a {
text-decoration: none;
}
.scrolled-top #top_right_content a {
color: #0f1c51 !important;
}
.sitemap_link_blog {
display: none !important;
}
.certif {
display: flex;
}
.certif img {
width: auto !important;
height: 30px !important;
margin-right: 20px;
margin-bottom: 10px;
}
#innerpage_content .certif {
flex-wrap: wrap;
}
#innerpage_content .certif img {
border-radius: 0;
height: 46px !important;
margin-bottom: 20px;
}
.lighter-text {
color: #89d3eb;
}
.alphabet {
margin-bottom: 20px;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.alphabet a:hover {
color: #1bbff5 !important;
}
ul.alphabet {
list-style-type: none !important;
padding-left: 0;
}
a.inactive, a.inactive:hover {
color: #aaa !important;
cursor: auto;
}
.letter {
padding: 8px 16px;
margin-right: 4px;
margin-bottom: 4px;
font-size: 14px;
line-height: 32px;
color: #0d57d0 !important;
}
.letter.selected {
background: #0d57d0;
color: #fff !important;
border-color: #0d57d0;
border-radius: 50px;
}
img.client-logo {
height: 60px;
display: block;
border-radius: 0;
margin-bottom: 20px;
}
div.pagination_light {
background: transparent;
padding: 0;
color: #aaa;
}
a.pagination_light {
margin: 0 10px !important;
color: #1e6ced;
}
a.pagination_light:hover {
color: #4a5262;
background: transparent;
}
/* ---- RESPONSIVE ---- */
@media (max-width: 1440px) {
#main_nav {
right: 10px;
}
}
@media (max-width: 1280px) {
#main_nav {

}
#top_right_content {
margin-top: 3px;
}
.scrolled-top #top_right_content .btn-transparent > a {
color: #0f1c51 !important;
}
.scrolled-top #top_wrap {
padding: 0 0 10px 0;
}

.bg-light .labels div {
padding: 20px;
}
.feature {
min-height: 260px;
}
}
@media (max-width: 1210px) {
.blogtable .blogpost_details_container_leftside {

}

.infographic {
gap: 80px 60px;
}
.arrow-right::after {
right: -148px;
}
.section {
position: relative;
}
.section.tl .btn, .section.tr .btn, .section.ml .btn, .section.mr .btn, .section.bl .btn, .section.br .btn {
position: absolute;
bottom: 40px;
}
.banner-content .subtitle {
font-size: 58px;
  line-height: 68px;
}
.banner-content .title {
font-size: 50px;
  line-height: 60px;
}
.labels div {
padding: 15px;
}
.bg-light .labels div {
padding: 20px 30px;
display: table;
}
.cards-three .section {
min-height: 170px;
}
.section.left-border h4, .section.right-border h4 {
font-size: 28px !important;
}
.section.left-border h3, .section.right-border h3 {
font-size: 32px !important;
}
.discs div {
padding: 52px 32px !important;
}
.evolve .section:first-child {
width: 66%;
}
.evolve .section:last-child {
width: 52%;
}
.intro .sections {
gap: 30px;
}
}
@media (max-width: 1180px) {
.pad {
padding: 80px 50px;
}
.intro.pad {
padding: 60px 40px;
}
.banner-content {
transform: translate(-50%, -30%);
}
.banner-content .subtitle {
font-size: 38px;
line-height: 48px;
}
#blogpost_details_container .blogpost_details_container_leftside #blogpost_results_date {
bottom: 134px;
}
.infographic .circle {
margin-left: 0;
}
.infographic h3 {
margin-left: 80px;
}
#blogpost_results_thumb img {
width: 360px;
}
#blogpost_results_content {
max-height: 84px;
}
.letter {
padding: 8px 13px;
}
}
@media (max-width: 1129px) {
#main_nav {
}
#top_right_content {
left: 0px;
}
#top_right_content .fa-solid {
/*-webkit-text-stroke: 1px #0d6ff4 !important;*/
}
ul#nav > li:last-child, ul#nav_mobile > li:last-child {
background: none;
padding: 0;
}
#top_right_content .btn-transparent {
border: 0;
padding: 12px;
}
.scrolled-top ul#nav_mobile > li:last-child > a, .scrolled-top #top_right_content a {
color: #0f1c51 !important;
}
.infographic .right, .infographic .left {
width: 450px;
}
.blogtable .blogpost_details_container_leftside {
width: 25% !important;
}
#blogpost_details_container .blogpost_details_container_rightside {
width: 97% !important;
order: 2;
}
.navbar-nav > li > a {
padding: 10px 15px;
}
.bg-light .mobile-only {
display: inline-block !important;
}
.bg-light .desktop-only {
display: none !important;
}
#main_nav {
width: 80%;
}
.banner img, .banner.bottom img {
display: none;
}
#homepage_content .banner {
background-image: url("https://d18hjk6wpn1fl5.cloudfront.net/public/1/images/bg-home-dark20250624155433.jpeg");
background-size: cover;
}
.banner {
background-image: url("https://d18hjk6wpn1fl5.cloudfront.net/public/1/images/banner20250710142341.jpeg");
background-size: cover;
}
.banner.bottom {
background-image: url("https://d18hjk6wpn1fl5.cloudfront.net/public/1/images/bg-home-dark20250624155433.jpeg");
background-size: cover;
}
.banner-content {
position: relative !important;
padding: 100px 20px;
transform: translate(-50%, 5%);
}
.banner.bottom .banner-content {
top: 0;
left: 0;
transform: none;
}
.inline_blog > div {
width: 225px;
}
.blog-plugin {
display: block !important;
}
#blogpost_details_container .blogpost_details_container_leftside {
gap: 24px;
}
.banner.bottom .banner-content {
padding: 80px 40px;
}
#homepage_content .banner.bottom .banner-content {
transform: translate(-50%, 0%);
}
}
@media (max-width: 1024px) {
.certif {
display: block;
}
#top_right_content {
top: 28px;
}
.top-link {
top: -10px;
}
#top_wrap {
top: 0;
}
#main_nav {
top: 40px;
}
#top_right_content .btn-transparent {
padding: 0 18px;
}
#logo {
top: 0px;
}
.banner-content {
padding: 120px 20px;
}
.scrolled-top #top_wrap {
padding: 0 0 24px 0;
}
.scrolled-top #main_nav {
top: 38px;
}
.sections {
gap: 30px;
justify-content: center;
}
#homepage_content .features-col, .threes .features-col {
padding: 0 20px;
}
.feature {
min-height: auto;
}
}
@media (max-width: 980px) {
.threes .features {
flex-wrap: wrap;
}
.navbar-nav {
float: none;
}
#top_right_content {
left: auto;
right: 90px;
}
.top-link {
margin-right: 0px;
position: relative;
top: 0px;
}
#blogpost_details_container .blogpost_details_container_leftside #blogpost_results_date {
bottom: 114px;
}
.infographic {
gap: 20px 60px;
}
.infographic .right, .infographic .left {
width: 90%;
}
.arrow-right::after, .arrow-left::after {
content: url('https://d18hjk6wpn1fl5.cloudfront.net/public/1/images/arrow-bottom20250826140413.png');
right: 0;
top: 170px;
}
ul#nav_mobile > li:last-child {
border-radius: 0;
background: #0d6ff4;
}
.scrolled-top ul#nav_mobile > li > a {
color: #fff !important;
}
ul#nav > li > ul > li > ul > li > a, ul#nav_mobile > li > ul > li > ul > li > a {
background: #fff !important;
font-size: 16px;
line-height: 34px;
}
ul#nav > li > ul, ul#nav_mobile > li > ul, ul#nav > li > ul > li > a, ul#nav_mobile > li > ul > li > a {
background: #eff8fc;
color: #0f1c51;
}
#main_nav {
width: 100%;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
background: transparent !important;
}

.desktop-only {
display: none !important;
}
.mobile-only {
display: inline-block !important;
}

.feature {
width: 50%;
}

#main_nav {
  right: 0;
}
.container-top {
position: absolute;
}
#main_nav .nav > li {
background: #031f45;
}

.boxes.two .box {
width: 30%;
}

.feature {
  padding: 20px;
  color: #070e2c;
  font-size: 16px;
  line-height: 26px;
}
.bg-image {
background-position: center;
}
.banner.bottom .custom_container {
width: 100%;
}
#footer-wraper .sections {
display: block;
}
#footer-wraper .section {
width: 100%;
}
.banner-content .subtitle {
margin-bottom: 10px;
}
#homepage_content .section {
width: 47%;
}

h2, h3 {
font-size: 34px;
line-height: 44px;
}
.clients {
gap: 60px;
}
.clients img {
width: 100px;
height: auto;
}
.bdr {
border: 0;
padding: 0;
}
.banner.bottom .section img {
display: block;
}
#blogpost_results_row {
      margin-left: 20px !important;
      width: 100% !important;
  }
   .inline_blog > div {
    display: inline-block;
    width: 29%;
    margin: 2% !important;
  }
  .inline_blog {
    text-align: center;
  }
}
@media (max-width: 860px) {
.case .text-container {
min-height: 400px;
}
.circles, .dots {
flex-wrap: wrap;
}
.dot {
width: 52%;
}
#logo {
top: -6px;
}
#main_nav {
top: 20px;
}
#homepage_content .box, #homepage_content .section, .cards-three .section, .box-transparent {
width: 48%;
}
.case .box, .cards .section, .box-border {
width: 46% !important;
}
.btn {
white-space: break-spaces;
}
.guides .sections {
display: block;
}
.guides .section {
width: 100%;
margin-bottom: 20px;
}

#homepage_content .box.gradient-border, #dynamic_form_section_465 .element_label, #dynamic_form_section_475 .element_label {
width: 100%;
}
#blogpost_results_thumb {
margin-right: 0px !important;
    float: none;
margin-bottom: 20px;
}
#blogpost_details_container .blogpost_details_container_rightside {
width: 57% !important;
}
.rectangles {
flex-wrap: wrap;
}
.rectangles div {
width: 48%;
}

.clients {
gap: 40px;
}
.clients img {
    width: 90px;
height: auto;
  }
#main_nav {
z-index: 99;
}
#homepage_content .banner-content .title {
  font-size: 40px !important;
line-height: 50px !important;
}
.banner-content .subtitle {
margin-bottom: 0;
}

.banner-content .title {
  font-size: 40px;
line-height: 50px;
}
.features-col {
  padding: 0 20px;
width: 100%;
}

.feature {
  padding: 20px;
  color: #070e2c;
  font-size: 16px;
  line-height: 26px;
}
#homepage_content .feature {
width: 50%;
}
.bg-image {
background-position: center;
}
#logo {
display: block;
text-align: left;
z-index: 99999;
}
.banner-content {
  position: relative;
padding: 100px;
transform: translate(-50%, 5%);
}

  .banner img, .banner.bottom img {
    display: block;
    object-fit: cover;
    position: absolute;
  }
.banner.bottom img {
display: none;
}
.banner.bottom .banner-content {
/*top: 0;*/
}
.banner-content {
font-size: 18px;
  line-height: 28px;
}
.banner.bottom .title {
  font-size: 50px;
  line-height: 60px;
}
banner-content .subtitle {
  font-size: 30px;
  line-height: 40px;
}
.bottom .banner-content {
padding: 60px 30px;
}
#blogpost_details_date {
    display: inline-block !important;
    margin-bottom: 0;
    margin-top: 0px;
  } 
  .blogtable div.blogpost_details_container_leftside {
    width: 100%;
  }
  #blogpost_details_container {
    margin: 0;
  }
#top {
margin: 6px auto;
}
}
@media (max-width: 767px) {
#footer-wraper .section {
margin-top: 0;
}
.testimonial {
padding: 30px;
}
.grad-border {
padding: 40px 20px;
}
.cards-three .section {
min-height: 0;
}
.threes .feature, .threes .features-col {
padding: 15px !important;
}
.left-border {
padding-left: 30px;
}
.right-border {
padding-right: 30px;
}
.top-link {
right: 0;
text-align: center;
}
  .modal {
    left: 0;
    margin-left: 0;
  }
.modal-dialog {
width: 95%;
}
.certif {
display: flex;
gap: 10px;
flex-wrap: wrap;
align-items: center;
} 
#blogpost_details_container {
margin: 30px 0 !important;
}
#blogpost_details_tagvalues a {
display: inline-block;
margin-bottom: 10px;
}
#blogpost_details_title a, #blogpost_details_title a:hover {
line-height: 38px;
font-size: 28px;
}
.case .text-container .btn {
position: relative;
bottom: 0;
min-height: auto;
}
.btn {
white-space: nowrap;
}
#homepage_content .box, #homepage_content .section, .cards-three .section {
width: 100%;
}
.industries {
display: block !important;
}
.section-smaller {
margin-top: 0px;
}
#blogpost_details_container .blogpost_details_container_rightside {
width: 100% !important;
}
.blogpost_details_container_leftside .plugin, .blogpost_details_container_rightside .plugin {
margin-bottom: 0;
margin-top: 20px;
}
#blogpost_inline_wrapper {
width: 100%;
}
#blogpost_details_container .blogpost_details_container_rightside {
order: 1;
}
#blogpost_details_container .blogpost_details_container_leftside {
order: 2;
}
.integrations_item {
			width: 100%;
padding: 0;
		}
#dynamic_form_section_419, #dynamic_form_section_420, .section-bigger, .section-smaller {
width: 100%;
}
.client {
width: 50%;
}
.box-border {
margin: 20px 0;
}
#top {
margin: 0px auto;
}
#top_wrap {
top: 10px;
}
#top_right_content {
left: 0;
float: right;
top: 0;
}
#top_right_content .btn-transparent {
text-align: right;
display: block;
padding: 0;
}
#top_right_content .btn-transparent:hover {
background: none;
}
#logo {
margin: 0 0 10px;
    top: 20px !important;
display: inline-block;
  }
#blogpost_details_container .blogpost_details_container_rightside {
margin: 0;
}
.left {
text-align: left;
}
.cards .section {
padding: 30px;
}
.dark-bg .rectangles div {
text-align: center;
}
.rectangles, .challenges {
display: block;
}
.rectangles div, .box-transparent, .challenge, .box-border, .unequal.sections .section, .case .box {
width: 100% !important;
}
.box-transparent {
margin-bottom: 20px;
}
.sections, .boxes {
display: block;
padding: 0;
}
.industry, .rectangles, .discs, .rectangles-vertical, .circles, .dots {
display: block;
width: 100%;
}
.rectangles div, .discs div, .rectangles-vertical div, .circle, .dot {
width: 100%;
margin-bottom: 20px;
}
.no-wrap {
flex-wrap: wrap;
}
.wrap {
height: calc(var(--scroll-height) + var(--item-height) - 20px) !important;
}
.scroll-list li {
font-size: 26px !important;
}
.different .section.three, .different .section.five {
min-height: auto;
}

.btn {
margin-bottom: 30px;
}
.banner-content .btn-transparent {
margin: 0px 10px;
}
.banner-content .btn {
margin: 10px 0;
width: 90%;
}
.infographic {
gap: 30px !important;
}
.infographic .circle {
float: none;
margin-right: 0;
}
.infographic h3 {
font-size: 24px !important;
margin-top: -90px;
}
.infographic .left, .infographic .right {
text-align: left;
display: flex;
align-items: center;
}
.banner-content .subtitle {
font-size: 28px !important;
  line-height: 38px  !important;
  margin-bottom: 10px  !important;
margin-top: 0px  !important;
}
.banner.bottom .section {
width: 100% !important;
}
.banner.bottom .title, #homepage_content .banner.bottom .title {
font-size: 40px;
line-height: 50px;
}
.btn-transparent {
margin-bottom: 20px !important;
}
.banner-content .subtitle {
font-size: 55px;
line-height: 65px;
}
h1 {
font-size: 42px;
  line-height: 52px;
}
.box {
margin-bottom: 20px;
}
.clients {
padding: 40px;
gap: 30px;
}
.clients img {
margin-bottom: 0;
width: 100px !important;
height: auto !important;
}
#homepage_content .banner-content .title {
font-size: 55px;
line-height: 65px;
margin-top: 0;
}
#footer-wraper {
padding: 40px 0;
}
#homepage_content .box {
width: 100% !important;
margin-bottom: 30px;
}
#homepage_content .boxes.two .box:nth-child(2) {
/*border-left: 0 !important;*/
border-right: 5px solid #1e6ced !important;
}
#main_nav {
width: 100%;
top: 30px;
margin-top: 0;
}
.navbar-nav {
margin: 90px 0;
}
.navbar-collapse {
border-top: 0;
-webkit-box-shadow: 0;
}
.navbar-inverse .navbar-toggle {
border-color: transparent;
margin-top: 28px;
}
.navbar-toggle, .navbar-toggle:hover {
background: none;
top: 0px;
left: auto;
right: 6px;
}
.banner.bottom {
  background: #031f45 url(https://d18hjk6wpn1fl5.cloudfront.net/public/1/images/bg-home-dark20250624155433.jpeg);
  background-size: cover;
  background-position: center;
}

.banner-content {
padding: 110px 20px 50px;
}
.banner-content .subtitle, .banner.bottom .banner-content .subtitle {
font-size: 28px;
  line-height: 40px;
  margin-bottom: 10px;
margin-top: 40px;
}
.banner-content .title, .banner.bottom .title {
  font-size: 36px;
  line-height: 46px;
}
.banner-content .small-text {
  font-size: 18px;
  margin: 20px 0 0;
}
#homepage_content .section, .section {
  width: 100%;
margin-top: 30px;
}
.pad {
padding: 35px 20px;
}

.section, .box, .boxes.two .box, #homepage_content .box, .top-section .section:first-child, .top-section .section:last-child, .cards .section, .cards-three .section {
width: 100% !important;
}
.boxes.two .box {
margin-bottom: 20px;
}
.banner.bottom .banner-content {
position: relative;
}
.arrow-right::after, .arrow-left::after, .arrow-bottom::after {
display: none;
}
.infographic .left, .infographic .right {
display: block;
}
.blog_quicksearch_table {
padding: 0 20px;
}
.blogtable div.blogpost_details_container_rightside {
margin-top: 20px;
}
#blog_quicksearch_box {
top: 15px;
right: 30px;
}
  #blogpost_details_container {
    display: flex;
      flex-direction: column-reverse;
  }
  #blogpost_results_row img {
    width: 100%;
margin-bottom: 10px;
  }
  .blogtable div.blogpost_details_container_leftside {
    width: 100% !important;
  }
  .blogtable div.blogpost_details_container_rightside {
    width: 92% !important;
    margin-bottom: 30px;
  }
  .blogpost_details_container_rightside .plugin .blog-plugin {
    display: none;
  }
  .blogpost_details_container_rightside .plugin .title {

    background: url(https://d18hjk6wpn1fl5.cloudfront.net/public/1/images/chevron-down-solid220231115073832.webp) no-repeat center right;
    padding-right: 35px;
    display: inline-block;
    cursor: pointer;
margin-top: 20px;
font-size: 20px;
  }
  #blogpost_details_date {
margin-top: 0;
    float: none;
    display: block !important;
  }
  #blogpost_details_author {
    display: inline-block;
    margin-bottom: 10px;
margin-left: 0;
padding-left: 0;
border: none;
  }
  .blogtable .blogpost_details_container_rightside {
    width: 100%;
  }
  .blogtable div.blogpost_details_container_leftside {
    width: 100%;
  }
  #blogpost_results_row {
    margin: 0 0 30px 0 !important;
    width: 100% !important;
  }
  #blogpost_results_row img {
    width: 100%;
  }
  .blogtable td {
    display: block;
  }
}
@media (max-width: 640px) {
.blog_quicksearch_table {
    margin-top: 0;
    margin-bottom: 0;
  }
.blogtable div.blogpost_details_container_rightside {
top: 0;
position: relative;
}
.blogtable div.blogpost_details_container_leftside {
margin-top: 0;
}
 .inline_blog > div {
    display: block;
    width: auto;
    margin: 2% 2% 50px !important;
    text-align: center;
min-height: 330px;
  }
  .blog-plugin-title {
    text-align: center;
  }
}
@media (max-width: 480px) {
h2, h3 {
font-size: 30px;
line-height: 40px;
}
.row.center-align {
display: block;
}
.row.center-align .col-lg-5 {
display: none;
}
.banner-content .btn-transparent, .banner.bottom .btn-transparent {
padding: 8px 20px;
margin: 0;
width: 90%;
}
.infographic .circle {
margin-left: 0;
padding: 10px 0;
}
.infographic h3 {
margin-left: 60px;
}
.btn, .btn-transparent {
display: inline-block;
}
.section.tl .btn, .section.tr .btn, .section.ml .btn, .section.mr .btn, .section.bl .btn, .section.br .btn {
position: relative;
bottom: 0;
}
.banner.bottom .banner-content {
font-size: 20px;
line-height: 30px;
padding: 40px 20px;
}
#dynamic_form_section_465 .element_label, #dynamic_form_section_475 .element_label,
#faq-search {
width: 100%; 
}
.bigger-text {
font-size: 18px;
line-height: 28px;
}
#homepage_content .feature, .feature h4 {
font-size: 20px;
line-height: 30px;
}
.blue-bg h4 {
font-size: 26px;
line-height: 36px;
}
.infographic .left, .infographic .right {
width: 360px;
}
.infographic .right, .infographic .left {
padding: 30px;
}
.testimonial {
display: block;
}
.banner.bottom .banner-content .subtitle {
font-size: 26px;
  line-height: 36px;
  margin-bottom: 10px;
margin-top: 0px;
}
.banner-content .subtitle {
font-size: 40px;
  line-height: 50px;
  margin-bottom: 4px;
margin-top: 40px;
}
#homepage_content .banner-content .subtitle {
margin-top: 10px;
}
.banner-content .title {
  font-size: 30px;
  line-height: 40px;
}
.banner-content .small-text {
  font-size: 17px;
line-height: 25px;
  margin: 10px 0 0;
}
}

@media (max-width: 375px) {
.infographic h3 {
font-size: 20px !important;
}
.infographic .left, .infographic .right {
width: 100%;
}
.btn {
white-space: break-spaces;
}
#top_right_content .btn {
padding: 10px 15px;
}
.faqs h3 {
font-size: 22px;
line-height: 32px;
}
}