/*================ 1. Google Fonts =================*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap");
/*================ End Google Fonts =================*/

/*================ 2. Basic Styles =================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
:focus-visible {
  outline: none;
}
html {
  font-family: "Manrope", sans-serif;
}
body {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #002838;
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
iframe {
  border: 0;
  width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
img {
  max-width: 100%;
  display: block;
  margin: 0;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
i {
  display: block;
}
i::before {
  content: "";
  display: block;
  background-size: cover !important;
}
.container {
  padding: 0;
  max-width: 1140px;
}
.mobile-only .custom-logo-link {
  display: none;
}
.swiper-nav {
  gap: 40px;
}
.swiper-button-next,
.swiper-button-prev {
  position: static;
  z-index: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  margin: 0;
}
.swiper-button-next .icon-arrow-right::before,
.swiper-button-prev .icon-arrow-right::before {
  width: 40px;
  height: 40px;
  background: #002868;
}
.swiper-button-next .icon-arrow-right {
  transform: rotate(180deg);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-pagination-bullet-active-main {
  background: #002868;
}
.pricing-row {
  padding-bottom: 50px;
}
.pricing-col.swiper-slide {
  height: auto;
}
.admin-bar header.sticky {
  margin-top: 32px;
}
.button-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bg-image {
  background: url(./assets/images/background-img.png) no-repeat;
  background-size: cover;
}

/*================ End Basic Styles =================*/

/*================ 3. Typography =================*/
h1,
.heading-one {
  font-size: 48px;
  line-height: 70px;
}
h2,
.heading-two {
  font-size: 40px;
  line-height: 50px;
}
h3,
.heading-three {
  font-size: 24px;
  line-height: 40px;
}
h4,
.heading-four {
  font-size: 24px;
  line-height: 30px;
}
h5,
.heading-five {
  font-size: 20px;
  line-height: 34px;
}
h6,
.heading-six {
  font-size: 18px;
  line-height: 30px;
}
h1,
h2,
h3,
h6,
.heading-one,
.heading-two,
.heading-three,
.heading-six {
  font-weight: 700;
}
h4,
h5,
.heading-four,
.heading-five {
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-one,
.heading-two,
.heading-three,
.heading-four,
.heading-five,
.heading-six {
  color: #000;
}
p,
a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
a {
  display: inline-block;
}
a:hover {
  color: #2457b4;
}
.text-white > p {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0 0 20px 0;
}
p:last-child {
  margin-bottom: 0;
}
dl,
ol,
ul {
  list-style-type: none;
  padding: 0;
}
.fw-medium {
  font-weight: 500;
}

/*================ End Typography =================*/

/*================ Color Style =================*/
.text-primary-site {
  color: #002868;
}
.text-secondary-site {
  color: #5e5e5e;
}
.bg-primary-site {
  background: #002868;
}
.bg-secondary-site {
  background: #f6f6f6;
}
.text-white * {
  color: #fff;
}
/*================ End Color Style =================*/

/*================ Spacing Class =================*/
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.pb-30 {
  padding-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-36 {
  padding-bottom: 36px;
}
/*================ End Spacing Class =================*/

/*================ Site Icons Style =================*/
i {
  display: flex;
}
i:before {
  content: "";
  display: inline-block;
  background-size: cover;
  mask-size: cover;
  -webkit-mask-size: cover;
  background-repeat: no-repeat;
}
.icon-plus::before {
  -webkit-mask-image: url(./assets/images/icon_add.svg);
  mask-image: url(./assets/images/icon_add.svg);
  width: 24px;
  height: 24px;
  background: #002868;
}
.icon-minus::before {
  -webkit-mask-image: url(./assets/images/icon_minus.svg);
  mask-image: url(./assets/images/icon_minus.svg);
  width: 24px;
  height: 24px;
}
.icon-arrow-right::before {
  -webkit-mask-image: url(./assets/images/icon_arrow.svg);
  mask-image: url(./assets/images/icon_arrow.svg);
  width: 24px;
  height: 24px;
  background: #fff;
}
.icon-quote::before {
  background-image: url(./assets/images/icon_quote.svg);
  width: 60px;
  height: 60px;
}
.icon-play-btn {
  background-image: url(./assets/images/icon_play.svg);
  width: 60px;
  height: 60px;
}

/*================ Common Elements Style =================*/
.solid-btn {
  display: inline-flex;
  gap: 10px;
  padding: 14px 24px;
  color: #fff;
  background: #002868;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 8px;
  position: relative;
  border: 1px solid #002868;
  transition: all 0.35s;
  overflow: hidden;
}
.solid-btn span,
.line-btn span {
  display: block;
  position: relative;
  /* mix-blend-mode: difference; */
  z-index: 8;
}
.line-btn {
  display: inline-flex;
  gap: 10px;
  padding: 14px 24px;
  color: #002868;
  background: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 8px;
  position: relative;
  border: 1px solid #002868;
  transition: all 0.35s;
  overflow: hidden;
}
.solid-btn.white-btn {
  background: #fff;
  border-color: #fff;
  color: #002868;
}
.line-btn.white-btn {
  border-color: #fff;
  color: #fff;
}
.solid-btn.only-arrow {
  width: 40px;
  height: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.solid-btn::before,
.solid-btn::after,
.line-btn::before,
.line-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.solid-btn::before,
.line-btn::before {
  background: #fff;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}
.line-btn::before,
.solid-btn.white-btn::before {
  background: #002868;
}
.line-btn.white-btn::before {
  background: #fff;
}
.solid-btn.only-arrow::before {
  top: 0%;
}
.solid-btn::after,
.line-btn::after {
  content: "";
  background: #fff;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.line-btn::after,
.solid-btn.white-btn::after {
  background: #002868;
}
.line-btn.white-btn::after {
  background: #fff;
}
.solid-btn:hover span,
.line-btn:hover span {
  color: #002868;
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}
.line-btn.white-btn:hover span {
  color: #002868;
}
.line-btn:hover span,
.solid-btn.white-btn:hover span {
  color: #fff;
}
.solid-btn:hover::before,
.line-btn:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.solid-btn:hover::after,
.line-btn:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}
@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.solid-btn.only-arrow:hover .icon-arrow-right::before {
  background: #002868;
  transition: all ease-in-out 0.4s;
}
.solid-btn.only-arrow:hover .icon-arrow-right {
  transform: rotate(-45deg);
  transition: all linear 0.4s;
}
.text-link {
  display: inline-block;
  height: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #002868;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.text-link.text-white-link {
  color: #fff;
}
.text-link .arrow-icon {
  position: relative;
  top: -1px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
  margin-left: 10px;
}
.text-link .arrow-icon--circle {
  transition: stroke-dashoffset 0.8s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.text-link:hover .arrow-icon-bg {
  fill: transparent;
  transition: fill 0.3s ease;
}
.text-link:hover .arrow-icon {
  transform: translate3d(5px, 0, 0);
}
.text-link:hover .arrow-icon--arrow {
  stroke: #002868;
}
.text-link.text-white-link:hover .arrow-icon--arrow {
  stroke: #fff;
}
.text-link:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}
.site-content ul {
  list-style: disc;
  padding-left: 15px;
}
.site-content ul li {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

.scrl-top-btn {
  position: fixed;
  right: 20px;
  bottom: 70px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #48c6e2;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 8;
}
.scrl-top-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 45px;
  height: 45px;
  background: #48c6e2;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.scrl-top-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* Resource Box */
.resource-box {
  padding: 30px;
  border-radius: 8px;
  height: 100%;
}
.resource-box .resource-icon {
  position: relative;
  background: transparent;
  border: 1px solid #fff;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  box-shadow: 0px 4px 4px 0px rgba(233, 242, 255, 0.1) inset;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.resource-box .resource-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  content: "";
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
.resource-box .solid-btn.only-arrow {
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.4s;
}
.resource-box:hover .solid-btn.only-arrow {
  opacity: 1;
  visibility: visible;
  transition: all ease-in-out 0.4s;
}
.resource-box:hover .resource-icon {
  border-color: #002868;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.resource-box:hover .resource-icon::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

/* Square Image */
.square-img {
  position: relative;
  z-index: 0;
  margin-top: 30px;
}
.square-img img {
  border-radius: 8px;
  transform: scale(1);
  transition: all ease-in-out 0.4s;
}
.square-img::after {
  content: "";
  position: absolute;
  border: 1px solid #002868;
  border-radius: 8px;
  top: -30px;
  right: -30px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all ease-in-out 0.4s;
}
.square-img:hover img {
  transform: scale(0.98);
  transition: all ease-in-out 0.4s;
}
.square-img:hover::after {
  right: 0;
  top: 0;
  transition: all ease-in-out 0.4s;
}

label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}
label > span {
  color: #bf0a30;
}
.form-control {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #efefef;
  background-color: #fff;
}
input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background-image: url(./assets/images/icon_calendar.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 16px;
}
input::placeholder,
textarea::placeholder {
  color: #999aa6;
}
input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  box-shadow: none;
  border-color: #002868;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #bf0a30;
}
.breadcrumb-block {
  padding: 12px 0;
  border-bottom: 1px solid #efefef;
}
.breadcrumb-block .breadcrumb a {
  color: #5e5e5e;
}
.breadcrumb-block .breadcrumb a:hover {
  color: #2457b4;
}
.breadcrumb-block .breadcrumb li {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 16px;
}
.breadcrumb-block .breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb-block .breadcrumb li.active {
  color: #002868;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 16px;
}
/*================ End Common Elements Style =================*/

/*================ Header Style =================*/
.site-header {
  padding: 5px 0;
  background: #f6f6f6;
  width: 100%;
  transition: all ease-in-out 0.4s;
}
.site-header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.04);
  transition: all ease-in-out 0.4s;
}
.custom-logo-link {
  display: inline-block;
}
.site-nav,
.side-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-nav .menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  margin: 0 88px 0 0;
}
.menu .menu-item a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  z-index: 0;
  -webkit-tap-highlight-color: transparent;
  transition: color ease 1s;
}
.menu .sub-menu {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  /* opacity: 0;
  visibility: hidden; */
  display: none;
  background: #fff;
  transition: all ease-in-out 0.4s;
}
.menu .sub-menu:after {
  bottom: 100%;
  left: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}
.menu > .menu-item {
  display: inherit;
  /* padding-bottom: 40px;
  margin-top: 40px; */
}
.menu .menu-item-has-children {
  position: relative;
  white-space: nowrap;
}
.menu .menu-item-has-children li {
  padding: 12px 16px;
}
.menu .menu-item-has-children:hover .sub-menu {
  display: block;
  /* opacity: 1;
  visibility: visible; */
  transition: all ease-in-out 0.4s;
}
.drop-arrow {
  display: none;
}
.current-menu-item > a {
  color: #2457b4;
}
.menu .menu-item a:before,
.menu .menu-item a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(0, 40, 104, 0.1);
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}
.menu .menu-item a:after {
  width: 50px;
  height: 50px;
  border-width: 6px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.menu .menu-item a:hover:before,
.menu .menu-item a:hover:after,
.menu .menu-item a:focus:before,
.menu .menu-item a:focus:after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.menu .menu-item-has-children .sub-menu a::after,
.menu .menu-item-has-children .sub-menu a::before {
  display: none;
}
/*================ End Header Style =================*/

/*================ Start Common Sections Style =================*/

/* Case Study Box */
.case-study-sec h2 {
  margin-bottom: 12px;
}
.case-study-box .img-box,
.news-box .img-box {
  max-width: 364px;
}
.case-study-box .img-box img,
.news-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.case-study-box p,
.news-box p,
.case-study-box .heading-six,
.news-box .heading-six {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 8px;
}

/* Blog Box */

.entry-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: #bf0a30;
}

/* Integration Sec */
.integration-sec {
  padding-top: 120px;
}
.white-box-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: flex-end;
}
.white-box-col:nth-child(even) {
  margin-top: -60px;
}
.white-box-col {
  width: 50%;
  max-width: 266px;
  padding: 15px;
}
.white-box {
  display: block;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  padding: 20px 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.white-box img {
  margin: 0 auto 20px;
}
.white-box .heading-five {
  line-height: 30px;
}
.white-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 15px 5px rgba(255, 255, 255, 0.04);
  transition: all 0.4s ease-in-out;
}
/* Contact Form */
.contact-sec {
  position: relative;
  z-index: 0;
}
.contact-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(./assets/images/contact-bg-pattern.svg) no-repeat;
  background-size: cover;
}
/* Pricing Sec */
.site-content .nav-pills {
  display: inline-flex;
  border-radius: 8px;
  background: #f6f6f6;
  padding: 4px;
  gap: 16px;
  list-style: none;
}
.nav-pills .nav-link {
  padding: 8px 30px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #002868;
  color: #fff;
  border-color: #002868;
}
/* .pricing-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 -12px;
}
.pricing-row .pricing-col {
  width: 25%;
  padding: 0 12px;
} */
.pricing-row .pricing-col .pricing-box {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 8px;
  height: 100%;
  max-width: 720px;
  margin: 0 auto;
  transition: all ease-in-out 0.4s;
}
.pricing-row .pricing-col .pricing-box:hover {
  background: #002868;
  transition: all ease-in-out 0.4s;
}
.pricing-box .heading-two > span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-left: 5px;
  color: #5e5e5e;
}
.pricing-box .pricing-info {
  font-size: 14px;
  line-height: 21px;
  color: #5e5e5e;
}
.pricing-box .feature-title {
  font-weight: 500;
  margin-bottom: 12px;
  text-align: left;
}
.pricing-box .feature-list,
.pricing-box .feature-list ul {
  margin-bottom: 30px;
  list-style: none !important;
  padding-left: 0;
}
.pricing-box .feature-list li,
.pricing-box .feature-list p {
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: #5e5e5e;
  margin-bottom: 12px;
  padding-left: 24px;
  text-align: left;
}
.pricing-box .feature-list p {
  padding-left: 0;
}
.pricing-box .feature-list li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(./assets/images/icon_check-mark.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 3px;
  transition: all ease-in-out 0.4s;
}
.pricing-box .solid-btn {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}
.pricing-box:hover .feature-list li::before {
  background: url(./assets/images/icon_check-mark-white.svg) no-repeat;
  transition: all ease-in-out 0.4s;
}
.pricing-box:hover *,
.pricing-box:hover .heading-two > span,
.pricing-box:hover .feature-list li,
.pricing-box:hover .feature-list p {
  color: #fff;
  transition: all ease-in-out 0.4s;
}
.pricing-box:hover .solid-btn span {
  color: #002868;
}
.pricing-box:hover .solid-btn:hover span {
  color: #fff;
}
.titlebar h1 {
  margin-bottom: 12px;
}
/* CTA Section */
.cta-sec {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.cta-sec > span {
  position: absolute;
  top: 80%;
  left: 45%;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
  z-index: -1;
}
.cta-sec > span:nth-child(2) {
  animation-delay: 2s;
  left: 25%;
  top: 40%;
}
.cta-sec > span:nth-child(3) {
  animation-delay: 4s;
  left: 75%;
  top: 50%;
}
.cta-sec > span:nth-child(4) {
  animation-delay: 6s;
  left: 90%;
  top: 10%;
}
.cta-sec .line-circle {
  width: 166px;
  height: 166px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.cta-sec .solid-circle {
  width: 166px;
  height: 166px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 100%;
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(5) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

/* Form Box */
.form-box {
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #efefef;
}
/*================ End Common Sections Style =================*/

/*================ Start Footer Style =================*/
.footer-info {
  max-width: 300px;
  color: #474a67;
}
.footer-title {
  line-height: 24px;
}
.social-link {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}
.social-link a {
  position: relative;
}
.footer-link,
.contact-info {
  margin-bottom: 0;
}
.footer-link li,
.contact-info li {
  margin-bottom: 16px;
}
.footer-link li:last-child,
.contact-info li:last-child {
  margin-bottom: 0;
}
.footer-link li a,
.footer-info {
  font-size: 14px;
  line-height: 21px;
}
.contact-info li a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact .contact-info {
  list-style: none;
  padding-left: 0;
}
.contact-info a .icon {
  position: relative;
}
.social-link li a::before,
.contact-info a .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160%;
  height: 160%;
  background: #2457b4;
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
  transform: translate(100%, 100%);
  transition: all 0.4s;
}
.social-link li a:hover::before,
.contact-info a:hover .icon::before {
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: anim 0.4s linear;
}
@keyframes anim {
  0%,
  100% {
    width: 160%;
    height: 160%;
  }
  50% {
    width: 80%;
    height: 80%;
  }
}
.bottom-footer {
  padding: 14px 0;
}
.bottom-footer * {
  color: #fff;
}
.bottom-footer ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}
.bottom-footer ul li {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #96999c;
}
.bottom-footer ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.bottom-footer ul li a {
  border-bottom: 1px solid transparent;
  transition: all ease-in-out 0.4s;
}
.bottom-footer ul li a,
.bottom-footer p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.bottom-footer ul li a:hover {
  color: #fff;
  border-color: #fff;
  transition: all ease-in-out 0.4s;
}
/*================ End Footer Style =================*/
/* Thank You Page */
.thank-you-block {
  padding: 40px;
  border: 1px solid rgba(217, 217, 217, 0.93);
  border-radius: 16px;
  text-align: center;
}
.thank-you-image {
  display: inline-block;
  margin: 0 auto;
  max-width: 120px;
}
