@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  border: none;
  outline: none;
}

.clearfix {
  clear: both;
}

body {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  color: #343333;
}
body.overflow-hidden {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Saira Semi Condensed", sans-serif;
  margin-bottom: 0.977rem;
  font-weight: 500;
  line-height: 1.25;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #808284;
}

::-webkit-scrollbar-track {
  width: 10px;
  background: #fff;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

ol[type=a] {
  list-style-type: lower-alpha;
  margin-left: 15px;
}
ol[type=a] li {
  list-style: inherit;
}
ol[type=a] li:not(:last-child) {
  margin-bottom: 15px;
}

ol[type="1"] {
  list-style-type: decimal;
  margin-left: 15px;
}
ol[type="1"] li {
  list-style: inherit;
}
ol[type="1"] li:not(:last-child) {
  margin-bottom: 15px;
}

/* font-size */
.f-26 {
  font-size: 26px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-14 {
  font-size: 14px !important;
}

/* color */
.text-white {
  color: #fff !important;
}

/* utility classes */
.full-width {
  display: block;
  width: 100% !important;
}

.block {
  display: block;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

/* font weight */
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

/* margin */
.no-margin {
  margin: 0 !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

/* padding */
.ptb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.plr-10 {
  padding: 0 10px;
}

.plr-15 {
  padding: 0 15px;
}

.plr-20 {
  padding: 0 20px;
}

.no-padding {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 30px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

/* section-padding */
.section-padding {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding: 50px 0;
  }
}

/* loader */
@keyframes animationFade {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes loader32 {
  0% {
    transform: translate(-50%, 10px);
  }
  40% {
    transform: translate(-50%, -90px);
    width: 30px;
    height: 30px;
  }
  50% {
    transform: translate(-50%, -100px);
    width: 30px;
    height: 30px;
  }
  65% {
    transform: translate(-50%, -90px);
    width: 30px;
    height: 30px;
  }
  75% {
    transform: translate(-50%, 0px);
    width: 30px;
    height: 30px;
  }
  100% {
    transform: translate(-50%, 10px);
    width: 50px;
    height: 15px;
  }
}
@keyframes shadow32 {
  0% {
    transform: scale(0.9, 0.9);
    opacity: 1;
  }
  50% {
    transform: scale(0.2, 0.2);
    opacity: 0.3;
  }
  100% {
    transform: scale(0.9, 0.9);
    opacity: 1;
  }
}
/* owl-carousel */
.owl-carousel .owl-dots {
  justify-content: center;
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #343333;
  border: none;
  font: inherit;
  color: transparent;
  transition: 0.8s ease;
}
.owl-carousel button.owl-dot.active {
  background: #497bda;
}

/*  */
.btn {
  font-size: 16px;
  background: #497bda;
  border-radius: 12px;
  color: #fff;
  padding: 15px 30px;
  outline: none;
  box-shadow: none;
  border: none;
  font-weight: 600;
}
.btn:hover {
  background: #808284;
  color: #fff;
}
.btn.btn-secondary {
  background: #808284;
}
.btn.btn-secondary:hover {
  border-color: #497bda;
  color: #fff;
}

/* bg */
.bg-light-primary {
  background: #eaf1fb;
}

/*  */
.section-heading {
  margin-bottom: 30px;
}
.section-heading h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0 auto 20px;
  color: #000;
}
.section-heading h2 span {
  color: #497bda;
  font-weight: 700;
}
.section-heading p {
  color: #343333;
  font-size: 18px;
  margin: 0 auto;
}

/* page-banner */
.page-banner {
  background: #497bda;
  padding: 40px 0;
}
.page-banner h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}
.page-banner .lead {
  font-size: 16px;
  font-weight: 500;
}
.page-banner .list-unstyled {
  font-weight: 500;
}
.page-banner a {
  color: #fff;
}
.page-banner .img-wrap {
  text-align: center;
}
.page-banner .img-wrap img {
  height: 180px;
}
.page-banner .tech-feature-list .fas {
  color: #fff;
}

.section {
  padding: 60px 0;
}

.header-appear .navbar-top-default {
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  background: #fff;
  animation-name: animationFade;
  animation-duration: 1s;
  animation-fill-mode: both;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.logo-dark {
  display: none;
}

.navbar-top-default {
  transition: none;
  background: #fff;
  padding: 0;
  border-top: 5px solid #497bda;
}
.navbar-top-default .navbar-toggler {
  border: none;
  color: #497bda;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  outline: none;
  z-index: 9;
}

.navbar-expand-lg .navbar-nav {
  margin-left: auto;
}
.navbar-expand-lg .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 25px 15px;
  color: #000;
}
.navbar-expand-lg .navbar-nav .nav-button {
  position: relative;
  left: 20px;
  background: #497bda;
  color: #fff;
  border-radius: 22px;
  padding: 10px 20px;
}
.navbar-expand-lg .navbar-nav .nav-button:hover {
  background: #808284;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  min-width: 240px;
  border: none;
  background: #eaf1fb;
  box-shadow: 0px 10px 34px -20px rgba(255, 255, 255, 0.81);
  padding: 0;
  top: 97%;
}
.navbar-expand-lg .navbar-nav .dropdown-menu a {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}
.navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
  background: #497bda;
  color: #fff;
}
.navbar-expand-lg .line:after {
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0;
  content: " ";
  display: block;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}
.navbar-expand-lg .line:hover:after {
  backface-visibility: hidden;
  border-color: #808284;
  transition: width 350ms ease-in-out;
  width: 100%;
}
.navbar-expand-lg .line.active:after {
  backface-visibility: hidden;
  border-color: #808284;
  transition: width 350ms ease-in-out;
  width: 100%;
}

@media (max-width: 992px) {
  .navbar .navbar-nav {
    padding-bottom: 10px;
    height: calc(100vh - 75px);
    overflow: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    text-align: left;
    padding: 15px 15px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    display: block;
  }
}
.footer {
  padding: 40px 0 0;
  background: #444;
  overflow: hidden;
}
.footer .footer-widget.bg-primary {
  background: #739ae3 !important;
}
.footer .footer-widget h2 {
  font-size: 27px;
  color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  position: relative;
}
.footer .footer-widget h2:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 40px;
  background: #497bda;
  left: 0px;
  bottom: 0px;
}
.footer .footer-widget .list li {
  padding: 2px 5px 2px 0;
}
.footer .footer-widget .list li a {
  display: flex;
  text-decoration: none;
}
.footer .footer-widget .list li a::before {
  content: "-";
  left: 0px;
  bottom: 0px;
  margin-right: 5px;
}
.footer .footer-widget .btn-primary {
  border: 1px solid transparent;
}
.footer .footer-widget .btn-primary:hover {
  background: #fff;
  border: 1px solid #fff !important;
}
.footer .footer-widget.footer-contact-widget ul {
  padding: 0;
}
.footer .footer-widget.footer-contact-widget ul li {
  display: table;
  list-style: none;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #fff;
}
.footer .footer-widget.footer-contact-widget ul li .icon {
  display: table-cell;
  width: 40px;
  font-size: 18px;
  padding-top: 2px;
  color: #fff;
}
.footer .footer-widget.footer-contact-widget ul li span {
  display: table-cell;
}
.footer .footer-widget .service-link {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-widget .service-link li {
  width: 50%;
}
.footer p {
  color: #fff;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #497bda;
}
.footer .heading-2 {
  font-size: 17px;
  font-weight: 400;
  color: #000;
}
.footer .price .subheading {
  color: rgba(255, 255, 255, 0.8);
}
.footer .price h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}
.footer .price h3 span {
  font-size: 14px;
  font-weight: 400;
}

.footer-social {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}
.footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  float: left;
  background: white;
  border-radius: 50%;
  position: relative;
}
.footer-social li a span {
  position: absolute;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #497bda;
}
.footer-social li a:hover {
  background: #497bda;
}
.footer-social li a:hover span {
  color: #fff;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.102);
}
.copyright .copyright-wrap {
  display: flex;
  align-items: center;
}
.copyright .copyright-wrap ul {
  display: flex;
  align-items: center;
  padding-top: 6px;
  padding-left: 30px;
}
.copyright .copyright-wrap ul li {
  padding: 2px 5px 2px 0;
}
.copyright .copyright-wrap ul li:first-child a::before {
  display: none;
}
.copyright .copyright-wrap ul li a::before {
  content: "|";
  left: 0px;
  bottom: 0px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .copyright .copyright-wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 15px;
  }
  .copyright .copyright-wrap ul {
    padding-left: 0;
  }
}

.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  top: 100%;
  right: 50px;
  font-size: 16px;
  border-radius: 4px;
  z-index: 99;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
  border: none;
}
.scroll-top.open {
  top: 90%;
}

.email-floating,
.whatsapp-floating {
  position: fixed;
  right: 20px;
  z-index: 9;
  font-size: 35px;
  border-radius: 50%;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.email-floating a,
.whatsapp-floating a {
  color: #fff;
}

.email-floating {
  font-size: 30px;
  bottom: 90px;
  background: #497bda;
}

.whatsapp-floating {
  bottom: 20px;
  background: #25d366;
}

.email-modal {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background: #fff;
  padding: 0 20px 20px;
  width: 90%;
  max-width: 360px;
  z-index: 9999;
  border-radius: 20px;
  overflow: hidden;
  display: none;
  box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.05);
}
.email-modal.show {
  display: block;
}
.email-modal h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  background: #497bda;
  padding: 15px 20px;
  margin: 0 -20px 20px;
  font-size: 20px;
  color: #fff;
}
.email-modal h4 .close-icon {
  cursor: pointer;
}

/* banner-section */
.banner-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #497bda;
}
.banner-section img {
  max-width: 400px;
  margin: 0 auto;
}
.banner-section .content {
  text-align: left;
}
.banner-section .content h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}
.banner-section .content p {
  font-size: 20px;
  line-height: 1.8;
}
.banner-section .content .action-btns {
  display: flex;
  gap: 20px;
}
.banner-section .content .btn.btn-primary {
  background: #fff;
  color: #497bda;
}
.banner-section .content .btn.btn-primary:hover {
  background: #808284;
  color: #fff;
}
.banner-section .content .btn.btn-secondary {
  background: #808284;
  color: #fff;
}
.banner-section .content .btn.btn-secondary:hover {
  background: #fff;
  color: #497bda;
}
.banner-section .owl-carousel button.owl-dot {
  background: #fff;
  opacity: 0.6;
}
.banner-section .owl-carousel button.owl-dot.active {
  background: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .banner-section {
    padding: 50px 0;
  }
  .banner-section .content {
    text-align: center;
  }
  .banner-section .align-items-center {
    flex-direction: column-reverse;
  }
}

.feature-section .section-heading {
  margin-bottom: 0;
}
.feature-section .section-heading h2 {
  max-width: 880px;
}
.feature-section .section-heading p {
  max-width: 650px;
}
.feature-section .feature-card {
  padding: 20px;
  border: 1px solid transparent;
}
.feature-section .feature-card a {
  text-decoration: none;
}
.feature-section .feature-card img {
  margin-bottom: 20px;
}
.feature-section .feature-card h3 {
  font-size: 22px;
  font-weight: 600;
}
.feature-section .feature-card p {
  padding: 0 20px;
  color: #343333;
}
.feature-section .feature-card:hover {
  border: 1px solid #497bda;
}

.service-section .bg {
  background: #eaf1fb;
  padding: 60px;
  border-radius: 50px;
}
.service-section .section-heading {
  margin-bottom: 60px;
}
.service-section .section-heading h2 {
  max-width: 880px;
}
.service-section .section-heading p {
  max-width: 650px;
  color: #343333;
}
.service-section .service-nav .nav-link {
  display: flex;
  align-items: start;
  gap: 16px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #000;
  padding: 16px;
  border-bottom: 5px solid #fff;
  cursor: pointer;
}
.service-section .service-nav .nav-link:last-child {
  margin-bottom: 0;
}
.service-section .service-nav .nav-link.active {
  border-bottom: 5px solid #497bda;
}
.service-section .service-nav .nav-link img {
  width: 50px;
}
.service-section .service-nav .nav-link h3 {
  font-size: 22px;
  font-weight: 600;
}
.service-section .service-nav .nav-link p {
  margin-bottom: 0;
  color: #343333;
}
.service-section .service-tab-content .service-tab-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonial-section .bg {
  position: relative;
  background: #eaf1fb;
  padding: 50px;
  border-radius: 50px;
}
.testimonial-section .bg .quote {
  position: absolute;
  max-width: 200px;
  opacity: 0.1;
}
.testimonial-section .bg .quote.top {
  top: 10px;
  left: 10px;
}
.testimonial-section .bg .quote.bottom {
  bottom: 10px;
  right: 10px;
  transform: rotate(180deg);
}
.testimonial-section .single-review-wrap {
  border-radius: 20px;
}
.testimonial-section .single-review-wrap .review-body {
  display: flex;
  align-items: start;
  gap: 10px;
  min-height: 210px;
}
.testimonial-section .single-review-wrap .review-body p {
  font-size: 14px;
}
.testimonial-section .single-review-wrap .review-body .quote-icon {
  width: 20px;
}
.testimonial-section .single-review-wrap .review-author {
  margin-top: 10px;
}
.testimonial-section .single-review-wrap .review-author h6 {
  color: #497bda;
  font-weight: 600;
}
.testimonial-section .single-review-wrap .review-author span {
  font-size: 12px;
  color: #000;
  font-weight: 600;
}

.highlight-section .tech-feature-list li {
  gap: 10px;
  margin-bottom: 16px;
}
.highlight-section .tech-feature-list li .fas {
  margin-top: 5px;
  font-size: 20px;
}

.home-client-section .section-heading {
  margin-bottom: 60px;
}
.home-client-section .client-thumb {
  border: 2px solid #eaf1fb;
  border-radius: 10px;
  padding: 30px;
}
.home-client-section .client-thumb img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* card */
.feature-card {
  background: #f1f7ff;
  padding: 20px 15px;
  margin-top: 30px;
  height: calc(100% - 30px);
}
.feature-card .feature-card-body {
  margin-top: 20px;
}

.m365-cards {
  box-shadow: 1px 2px 6px #ccc;
  padding: 15px;
  border-radius: 4px;
  margin-top: 30px;
  height: calc(100% - 30px);
  background: #fff;
}

.benefit-card {
  text-align: center;
  box-shadow: 1px 2px 6px #ccc;
  padding: 30px;
  border-radius: 4px;
  margin-top: 30px;
  height: calc(100% - 30px);
  background: #fff;
  transition: all 0.5s;
}
.benefit-card img {
  max-width: 60px;
  margin: 0 auto 20px;
}
.benefit-card p {
  margin-bottom: 0;
}
.benefit-card:hover {
  box-shadow: 1px 2px 8px #ccc;
  background: #f1f7ff;
}

.box-features {
  box-shadow: 1px 2px 6px #ccc;
  padding: 20px;
  border-radius: 4px;
  margin-top: 30px;
  height: calc(100% - 30px);
  background: #fff;
}
.box-features .box-features-icon {
  display: flex;
  align-items: center;
}
.box-features .box-features-icon img {
  max-width: 60px;
}
.box-features .box-features-icon h5 {
  margin: 0 0 0 15px;
}

.office-cards {
  box-shadow: 1px 2px 6px #ccc;
  border-radius: 4px;
  background: #fff;
  padding: 20px;
  margin-top: 30px;
}
.office-cards .card-header {
  background: #fff;
  border: none;
}
.office-cards .mo-standard {
  font-size: 22px;
  margin: 15px 0;
  line-height: 1.3;
}
.office-cards .price-value {
  font-weight: 500;
  font-size: 18px;
  color: #497bda;
}

.workspace-prices .price-boxes {
  box-shadow: 1px 2px 6px #ccc;
  border-radius: 4px;
  margin-top: 30px;
  height: calc(100% - 30px);
}
.workspace-prices .price-boxes .card-header {
  background: #497bda;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}
.workspace-prices .price-boxes .card-header .priceing-value {
  font-size: 26px;
  font-weight: 800;
}
.workspace-prices .price-boxes .card-header .priceing-value .smallText {
  font-size: 14px;
  font-weight: 300;
  display: block;
}
.workspace-prices .price-boxes .panel-body {
  padding: 30px 15px;
}

.plans-card {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 30px;
  height: calc(100% - 30px);
  background: #fff;
  overflow: hidden;
  transition: all 0.5s;
}
.plans-card:hover {
  transform: scale(1.05);
}
.plans-card .pl-title-new {
  padding: 15px 10px;
  line-height: 1.5;
}
.plans-card .pl-title-new span {
  margin-top: 10px;
  font-size: 14px;
  display: block;
  font-weight: normal;
}
.plans-card .plan-price {
  border-top: 1px solid #fff;
  background: #497bda;
  text-align: center;
  font-size: 24px;
  color: #fff;
  padding: 0 10px;
  font-weight: 600;
}
.plans-card .plans-list-tm-section {
  padding: 20px 20px 0;
}
.plans-card .plans-list-tm-section ul {
  min-height: 520px;
}
.plans-card .plans-list-tm-section ul li {
  line-height: 1.5;
  margin-bottom: 10px;
}
.plans-card .bottom-plan {
  padding: 20px;
  text-align: center;
}
.plans-card .bottom-plan select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: none;
  padding: 7px 40px 7px 20px;
  border: none;
  border-radius: 30px;
  outline: none;
  background: #eee url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat calc(100% - 16px);
  background-size: 10px;
  margin-bottom: 15px;
}

/* privacy-section */
.privacy-section ul {
  padding: 0;
}
.privacy-section ul li {
  width: 100%;
  display: table;
  margin-bottom: 10px;
}
.privacy-section ul li span {
  display: table-cell;
}
.privacy-section ul li span:first-child {
  width: 30px;
}

/* client-section */
.client-section .client-thumb {
  background: #fff;
  text-align: center;
  padding: 25px;
  min-height: 150px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - 30px);
}
.client-section .client-thumb:hover {
  box-shadow: 1px 6px 18px 10px rgba(0, 0, 0, 0.08);
}
.client-section .client-thumb .client-logo {
  margin-bottom: 25px;
}
.client-section .client-thumb .client-name {
  font-weight: 500;
  line-height: 1.25;
}

/* faq */
.faq-wrap .card .card-header {
  padding: 0.95rem 1.25rem !important;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px 4px 0 0;
  background: #497bda !important;
  margin-bottom: 0;
  border: 1px solid rgba(93, 118, 174, 0.15);
}
.faq-wrap .card .card-header h6 {
  color: #fff;
}
.faq-wrap .card .card-header:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f106";
  color: #fff;
  float: right;
  transition: 0.5s;
  width: 30px;
  text-align: center;
  background: rgba(9, 72, 179, 0.05);
  border-radius: 4px;
}
.faq-wrap .card .card-header.collapsed {
  background: transparent !important;
}
.faq-wrap .card .card-header.collapsed h6 {
  color: initial;
}
.faq-wrap .card .card-header.collapsed:after {
  content: "\f107";
  transition: 0.5s;
  color: rgba(9, 72, 179, 0.8);
}
.faq-wrap .card .card-body {
  background: #fbfbfb;
  border-radius: 0 0 4px 4px;
}

/* partner page */
.app-list {
  justify-content: space-between;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  justify-items: center;
}
.app-list li {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  white-space: nowrap;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.app-list li span {
  margin-top: 12px;
}
.app-list li img {
  line-height: 65px;
  margin: auto;
  transition: all 0.2s ease-in-out;
}
.app-list li:hover img {
  transform: scale(1.1);
}

.application-icon-wrap {
  position: relative;
  transition: all 0.2s ease-in-out;
}
.application-icon-wrap:hover {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12) !important;
}

.partners-outerbox-value {
  background-color: #497bda;
  text-align: center;
  color: #fff;
  padding: 50px 30px;
  max-width: 350px;
  margin-left: auto;
}
.partners-outerbox-value > span {
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  padding: 0 0 10px;
  clear: both;
  display: inline-block;
  text-shadow: 0px 0 15px #497bda;
}

/* says-boxouter */
.says-boxouter .row {
  max-width: 850px;
  margin: 0 auto;
}
.says-boxouter .office-new-palns {
  background: #fff;
  height: 100%;
  padding: 30px;
}
.says-boxouter .office-new-palns .says-logobox {
  position: relative;
  margin-bottom: 50px;
}
.says-boxouter .office-new-palns .says-logobox > img {
  height: 55px;
}
.says-boxouter .office-new-palns .says-logobox::after {
  position: absolute;
  right: 30%;
  top: initial;
  background-color: #808284;
  height: 5px;
  width: 40%;
  content: "";
  bottom: -30px;
  left: 30%;
}

/* starup-features-tab */
.starup-features-tab .nav-tabs {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.starup-features-tab .nav-tabs li {
  width: 50%;
  text-align: center;
}
.starup-features-tab .nav-tabs .nav-link {
  background: var(--white);
  font-weight: 600;
  color: var(--darkGray);
}
.starup-features-tab .nav-tabs .nav-link.active {
  background: #808284;
  color: var(--white);
}

/* profitability-tabs */
.profitability-tabs .nav-pills .nav-link {
  background: #497bda;
  color: var(--white);
  border-bottom: 1px solid #fff;
  border-left: 5px solid transparent;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
}
.profitability-tabs .nav-pills .nav-link.active {
  background: #fff;
  color: #3c3c3c;
  border-left: 5px solid #808284;
}

.contact-promo-section .card {
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 10px 10px 10px #f3f6f9;
  height: 100%;
}
.contact-promo-section .card .fas {
  font-size: 35px;
  margin-bottom: 20px;
  color: #497bda;
}
.contact-promo-section p {
  min-height: 90px;
}
.contact-promo-section p.text {
  font-size: 18px;
  color: #497bda;
  font-weight: 500;
}

.contact-us-section {
  margin-bottom: 60px;
}

.contact-us-form-wrap {
  border-radius: 20px;
  padding: 65px 60px;
}

.contact-us-content {
  max-width: 450px;
  right: -33%;
  top: 20%;
  border-radius: 20px;
  position: absolute;
  padding: 40px;
}/*# sourceMappingURL=main.css.map */