/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.5.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#main,
#wrapper {
  background: linear-gradient(180deg, #dde9ff 0%, #ffffff 40.48%);
}
#top-bar li a {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #fff;
}
#top-bar .nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 50px;
}
.nav-divided > li {
  margin: 0em;
}
.nav-divided > li + li > a:after {
  left: -25px;
  height: 20px;
  margin-top: -10px;
}
.underline a {
  text-decoration: underline;
}
.top-bar-nav img {
  margin-right: 0.5em !important;
}
.button.secondary span {
  font-weight: 400;
}
.wpcf7-form-control.wpcf7-submit,
.button.secondary {
  box-shadow: 0 2px 12px 0 #2c5ced;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-submit {
  border-radius: 10px;
  background: #2c5ced !important;
  margin: 0 auto;
  display: block;
  padding: 0px 40px;
  margin-top: 1em;
}
.nav-spacing-xlarge > li {
  margin: 0 25px;
}
ul.contact-info-list li {
  list-style: none;
  margin-left: 0px;
}
ul.contact-info-list li svg {
  margin-right: 14px;
  color: var(--primary-color);
  background: #fff;
  border-radius: 3px;
  padding: 0.15em;
}
.contact-info-list a {
  display: flex;
  align-items: center;
}
.social-icons.follow-icons a {
  margin-right: 20px;
}
.absolute-footer .container {
  border-top: 1px solid rgba(224, 235, 255, 0.26);
  padding: 0px;
  padding-top: 30px;
}
.absolute-footer.dark {
  color: hsla(0, 0%, 100%, 1);
}
.header-wrapper.stuck {
  background-color: #fff;
  box-shadow: 0 11px 69px -18px rgba(223, 235, 255, 0.68);
}
.mobile-nav .icon-menu:before {
  color: #1b1464;
}
.nav-dark .mobile-nav .icon-menu:before {
  color: #fff;
}
.margin-auto {
  margin: 0px auto !important;
}
.mega-sub-menu h3 {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
}
.mega-sub-menu p {
  font-size: 14px !important;
  color: #111;
  /* padding-bottom: 0px; */
}
.mega-sub-menu a:hover h3 {
  color: #2c5ced;
}
.mobile-sidebar .sub-menu .ux-sidebar-menu-icon,
.mega-sub-menu .link-icon-wrap .icon-box-img {
  border-radius: 10px;
  width: 50px;
  object-fit: contain;
  height: 50px;
  left: 0;
  padding: 8px;
  background: #fff;
  box-shadow: 0 4px 15px 0 #17307a1a;
  transition: all 0.4s ease;
}
.mobile-sidebar .sub-menu a {
  color: #1b1464;
  font-weight: 500;
}
.mega-sub-menu .link-icon-wrap a:hover .icon-box-img {
  box-shadow: 0 4px 24px 0 #9d9dc28f;
}
.mega-sub-menu .icon-box.featured-box {
  letter-spacing: 0.04em;
}
.ux-menu-title {
  font-size: 1em;
}
.designed_cards {
  background: radial-gradient(
    circle,
    rgba(53, 78, 153, 1) 0%,
    rgba(53, 78, 153, 1) 7%,
    rgba(26, 44, 85, 1) 100%
  );
}
.designed_cards .col > .col-inner {
  box-shadow: 0 0 50px 0 #b6c7ff;
}
.designed_cards .col h5 {
  font-size: 22px;
  font-weight: 500;
}
.designed_cards img {
  margin-top: 1em;
}
.has-transparent .header-wrapper:not(.stuck) .header-top {
  background-color: transparent !important;
}
.ready-block {
  background: linear-gradient(
    45deg,
    rgba(231, 237, 255, 1) 0%,
    rgba(231, 237, 255, 1) 20%,
    rgba(221, 228, 253, 1) 20%,
    rgba(221, 228, 253, 1) 80%,
    rgba(231, 237, 255, 1) 80%,
    rgba(231, 237, 255, 1) 100%
  );
}

.tab-home .nav.nav-simple li a {
  cursor: pointer;
  padding: 20px;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 10rem;
}
.tab-home .nav.nav-simple li a {
  color: #1e51eb;
}
.tab-home .nav.nav-simple li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 7px;
  width: 100%;
  background: #2b5ced;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.tab-home .nav.nav-simple li:hover a:after,
.tab-home .nav.nav-simple li.active a:after {
  opacity: 1;
  visibility: visible;
}
blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
  margin-bottom: 0.5em;
}
.cases_item .col-inner {
  box-shadow: 0px 21px 68px 0px #3552933d;
}
.cases_item .show-on {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

/* Desktop hover */
.cases_item:hover .show-on {
  max-height: 300px;
  opacity: 1;
}

/* Mobile / Click */
.cases_item.active .show-on {
  max-height: 300px;
  opacity: 1;
}
.power-block {
  background: #fff;
  color: #0d3380;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  max-height: 359px;
  text-align: center;
  box-shadow: 0 0 6px rgba(97, 136, 255, 0.15),
    10px 40px 50px rgba(229, 233, 246, 0.4);
  border-radius: 15px;

  flex: 1;
  transition: flex 0.5s ease, transform 0.4s ease;
}

.power-block:hover {
  flex: 1.75;
  transform: translateY(-4px);
}
.power-block p {
  max-height: 174px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.first-stack .power-block:first-child {
  flex: 1.25;
}
.second-stack .power-block:nth-child(2) {
  flex: 1.25;
}
.fab-block .accordion-title {
  border-top: 0px solid #ddd;
}
.fab-block .accordion-item {
  margin-bottom: 18px;
  background: #ebf1ff;
  padding: 12px 15px;
  border-radius: 10px;
}
.fab-block .accordion-title.active {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}
.accordion-inner {
  display: none;
  padding: 0.5em 2.3em;
}
.video-block .img-inner,
.video-block video {
  box-shadow: 0 4px 24px 0 #182a514d;
  border-radius: 10px;
  overflow: hidden;
}
.check-list {
  list-style: none;
}
ul.check-list li {
  margin-left: 0px;

  padding-bottom: 8px;
}
ul.check-list li i {
  margin-right: 0.5em;
  background: #2c5ced;
  color: #fff;
  padding: 0.15em;
  border-radius: 100%;
}
.button.is-outline,
input[type="button"].is-outline,
input[type="reset"].is-outline,
input[type="submit"].is-outline {
  border: 1px solid;
  line-height: 2.4em;
}
.wp-block-table.is-style-stripes {
  border-bottom: 1px solid #f0f0f0;
}
.wp-block-table table thead tr th {
  background: #ebf1ff;
  padding: 20px 32px !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
table tr:nth-child(2n) td {
  background: #ebf1ff62;
}
.wp-block-table table td {
  padding: 20px 32px !important;
  font-weight: 500;
  line-height: 16px;
  color: #142a6e;
}
.general_table td {
  min-width: 196px;
}
.wp-element-caption {
  color: #18327b;
  font-size: 14px;
  padding: 20px 20px 20px 30px;
}
.wp-block-table table {
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  margin-bottom: 15px;
  border: 0px solid #cbd9e9;
  overflow: auto;
}
.text-link-wrap {
  font-weight: 500;
}
.text-link-wrap .plain {
  padding: 0.5em 0px;
  display: block;
}
.text-link-wrap a:hover {
  text-decoration: underline;
}
.text-link-wrap .icon-box-img + .icon-box-text {
  padding-left: 0.5em;
}
.have-form .wpcf7 {
  background: #fff;
  box-shadow: 0 10px 20px 0 #b6c7ff7d;
  border-radius: 10px;
  padding: 50px;
}
.form-flat input:not([type="submit"]),
.form-flat select,
.form-flat textarea {
  background: 0 0;
  height: 60px;
  border: 1px solid #17307a99;
  color: #142a6e;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
}
.contact-page.row-small > .col {
  margin-bottom: 0;
  padding: 0 9.8px 0px;
}
.general_table > tbody > tr:first-child table td:first-child {
  visibility: hidden;
  border: none !important;
}
.general_table .wp-block-table td:not(:first-child) {
  width: 196px;
}
.general_table td {
  background: #fff;
}
.general_table .wp-block-table.head-table td {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #18327b;
  text-align: center;
  border-left: 1px solid #eee !important;
}
.general_table .accordion-item {
  background: #f9f9f9;
  padding: 10px 15px;
  overflow-x: auto;
}
.general_table .accordion-title {
  border: 0px solid #eee;
  color: #18327b;
  position: relative;
  cursor: pointer;
}
.general_table .accordion-title span {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #18327b;
}
.general_table .accordion-inner {
  display: none;
  padding: 0em;
  overflow-x: auto;
}

/* Blog  */

.related-post .title {
  border-bottom: 1px solid #dee2e6;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 0;
  color: var(--base-color);
}
.related-post .title:after {
  content: "";
  height: 3px;
  width: 89px;
  display: inline-block;
  background: var(--fs-color-secondary);
  position: absolute;
  bottom: 0;
  left: 0;
}
.box-blog-post .is-divider,
.blog-share .is-divider {
  display: none;
}
ul.post-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 1em;
}
ul.post-tags a {
  color: #3b3b3b;
  background: #d6d6d6;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 12px;
  display: inline-block;
}
ul.post-tags li {
  margin: 0;
}

.comment-body {
  display: flex;
}

.comment-meta-top {
  display: flex;
  justify-content: space-between;
}

.comment-content {
  width: 100%;
  padding-left: 0rem;
  margin: 0.5em 0px;
}

.commentmetadata {
  font-size: 13px;
  color: #888;
}

.comment-meta-top cite.fn a {
  color: #3b3b3b;
  font-weight: bold;
  font-size: 18px;
}

.comment-content p:last-child {
  margin: auto;
}

div#comments {
  background: rgba(225, 213, 178, 0.25);
  padding: 1rem;
  margin-top: 2rem;
  border-radius: 15px;
}

#comments .comment-respond {
  background: transparent;
}

textarea#comment {
  background: transparent;
  border: 1px solid #8a8a8a;
  min-height: 200px;
}

.comment-content p {
  margin-bottom: 5px;
}

.comment-content button {
  background: #fff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 13px;
  margin-right: 0px !important;
  color: #333;
  padding: 0 8px !important;
}

.comment-content button a {
  color: #333;
}

p.form-submit input#submit {
  background: #3b3b3b;
  border-radius: 15px;
  padding: 5px 30px;
  font-weight: 500;
  text-transform: none;
}
.related-post {
  margin-top: 2rem;
}

.share-icons .button.icon {
  border: none;
  margin: 0;
  line-height: 1;
  min-width: unset;
}

.share-icons .button.icon i {
  font-size: 25px;
  color: #3b3b3b;
}

.share-icons:before {
  content: "Share: ";
  font-size: 24px;
  color: #3b3b3b;
  position: relative;
  top: -2px;
  line-height: 1;
}

.share-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 2rem;
  align-items: center;
  color: #111;
}
.blog-wrapper .row,
.blog-wrapper .container {
  max-width: 1060px !important;
}
/* End Blog */
.tab-home .box-image {
  display: none;
}
.blog-vertical .box-vertical:before {
  background: url("./img/Group-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 30px;
  display: block;
  height: 30px;
}
.tab-home .box-vertical .box-text {
  padding: 0px 10px 30px 10px;
}
.know-vertical .box-vertical:before {
  background: url("./img/Group-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 30px;
  display: block;
  height: 30px;
}
.faq-vertical .box-vertical:before {
  background: url("./img/Group-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 30px;
  display: block;
  height: 30px;
}
.related-post .box-image,
.related-post .from_the_blog_excerpt,
.related-post .post-meta {
  display: none;
}
.related-post .box-text {
  background: #ebf1ff;
  border-radius: 10px;
  padding: 24px 30px;
}
.from-price-wrap,
.price-block .section-content {
  box-shadow: 0 4px 34px 0 #182a511f;
  border-radius: 15px;
  padding: 24px 20px 32px;
}
.from-price-wrap{
  margin-top:1em;
  padding-bottom: 0px
}
.price-block .section-content h6 {
  text-transform: uppercase;
  color: #142a6e;
  letter-spacing: 0.025em;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 500;
  margin-bottom: 24px;
}
.price-block .section-content ul {
  list-style: none;
  margin-bottom: 0.15em;
}
.price-block .section-content ul li {
  margin-left: 0px;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #6b7280;
}
.price-block .section-content ul li::before {
  content: "";
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #10b981;
  border-left: 2px solid #10b981;
  position: absolute;
  bottom: 8px;
  left: 0;
  transform: rotate(-42deg);
}
.from-price-wrap select,
.price-block .section-content select {
  width: 100%;
  padding: 15px 13px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin-bottom: 24px;
  border: 1px solid #17307a99;
  font-size: 14px;
  line-height: 20px;
  color: #142a6e;
  height: auto;
}
.from-price-wrap .price span:first-child,
.price-block .price span:first-child {
  color: #18327b;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
.from-price-wrap .price,
.price-block .price {
  text-align: right;
}

.from-price-wrap .wpcf7-list-item{
  display: block
}
.price-block.section {
  padding: 0px 15px;
}
.price-wrap .flickity-page-dots {
  bottom: 0px;
}
.flickity-page-dots .dot {
  width: 8px;
  height: 8px;
}
.price-wrap .slider-nav-dots-simple .flickity-page-dots .dot {
  background-color: #18327b;
  border: 3px solid #18327b;
}
.price-tabs .nav-pills > li.active > a {
  background-color: #2c5ced;
  color: #fff;
  opacity: 1;
  font-weight: 400;
  border-radius: 50px;
  width: 100%;
  justify-content: center;
}
.price-tabs .nav-pills li {
  width: 50%;
  display: flex;
  justify-content: center;
}
.price-tabs .nav-pills li a {
  color: #111;
}
.price-tabs .nav.nav-pills {
  background-color: #e8eefd;
  border-radius: 50px;
  width: 416px;
  text-align: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .nav > li > a {
    font-size: 0.9em;
    color: #1b1464;
  }
  .off-canvas-right .mfp-content,
  .off-canvas-left .mfp-content {
    width: 100%;
  }
  .mobile-sidebar .ux-sidebar-menu-icon {
    display: none;
  }
  .mobile-sidebar .sub-menu .ux-sidebar-menu-icon {
    display: block;
    margin-right: 15px;
  }
  .wp-block-table {
    overflow-x: auto;
  }
  .general_table table td {
    width: 50vw;
  }
  .tab-home .box.box-vertical {
    display: flex;
  }
  .sidebar-menu .nav.nav-vertical .sub-menu li {
    margin-bottom: 1em;
  }
}
