@charset "UTF-8";
/*!--

TEMPLATE NAME: Bootbox - Agency HTML Template
TEMPLATE URI: - https://bootbox.froid.works/src/index.html
DESCRIPTION: Bootbox Agency HTML Template is crafted carefully and with love which can bring attentions to your client to make things working good for your business.
VERSION: 1.0.1
AUTHOR: Ajay Kumar Choudhary
AUTHOR URL: https://themeforest.net/user/ajay138/

[TABLE OF CONTENTS]

1.0 Custom Variables
2.0 Variable Reset, Bootstrap mixins & Functions
3.0 Common CSS
	 3.1 Nav
	 3.1 Header
	 3.1 Footer
4.0 Page CSS
	 4.1 Home
	 4.2 About
	 4.3 Price
	 4.4 Blog
	 4.5 Contact
	 4.6 Error
	 4.7 Login
	 4.8 FAQ
	 4.9 Careers
5.0 Reset
6.0 Custom
7.0 Animations
8.0 Customizer Styles

--*/
/**
* Custom Variables
*
* "You can add your own variables below this comment".
*/
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.iconsax svg {
  display: block;
  width: var(--Iconsax-Size);
  height: var(--Iconsax-Size);
}

.iconsax svg [stroke] {
  stroke: var(--Iconsax-Color);
}

.iconsax svg [stroke-width] {
  stroke-width: var(--Iconsax-Width);
}

.iconsax svg [fill] {
  fill: var(--Iconsax-Color);
}

.iconsax {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: var(--Iconsax-Size);
  vertical-align: middle;
}

.iconsax svg {
  margin: -2px 0 0 4px;
  --Iconsax-Size:20px;
  --Iconsax-Color:#0098D8;
  --Iconsax-Width: 1.5;
}

/* ===== Navbar ====== */
.navbar-reset {
  padding: 1.3rem 0;
  transition: padding 500ms ease;
}
@media (min-width: 576px) {
  .navbar-reset {
    padding: 1.5rem 0;
  }
}

.sticky .navbar-reset {
  padding: 14px 0;
}
@media (min-width: 992px) {
  .sticky .navbar-reset {
    padding: 10px 0;
  }
}

.navbar .logo {
  width: 165px;
}
.navbar .nav-item {
  padding-right: 35px;
}
@media (max-width: 767.98px) {
  .navbar .nav-item {
    padding-right: 0;
  }
}
.navbar .nav-item .nav-link {
  text-transform: capitalize;
  font-weight: 500;
  color: #101f41;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
}
@media (min-width: 992px) {
  .navbar .nav-item .nav-link {
    border-bottom: 0;
    padding: 8px 0;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item.active .nav-link:before {
    position: absolute;
    background-color: #fff;
    height: 8px;
    content: "";
    bottom: 9px;
    left: -3px;
    right: -3px;
    opacity: 0.2;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item.active .nav-link.dropdown-toggle:before {
    right: 11px;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-light .nav-link {
    color: #fff;
  }
  .navbar.navbar-light .nav-link:hover, .navbar.navbar-light .nav-link:focus {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-light .nav-item.show .nav-link:hover, .navbar.navbar-light .nav-item.show .nav-link:focus {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-light .active .nav-link {
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-collapse {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9;
    left: 0;
    margin: 0;
    padding: 15px 30px;
    overflow-y: scroll;
    max-height: 350px;
    box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.15);
  }
}
.navbar .dropdown-toggle:after {
  position: relative;
  margin-left: 6px;
  vertical-align: top;
  border: 0;
  width: auto;
  height: auto;
  content: "\f2f9";
  font-family: "Material-Design-Iconic-Font";
}
@media (max-width: 767.98px) {
  .navbar .dropdown-toggle:after {
    position: absolute;
    right: 0;
  }
}
.navbar .dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
@media (min-width: 992px) {
  .navbar .dropdown .dropdown-menu {
    display: block;
    position: absolute;
    min-width: 190px;
    width: auto;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    margin: 0;
    padding: 10px 0;
    border: 0;
    border-radius: 3px;
    font-size: 15px;
    transform: translateY(20px);
    transition: all 0.3s ease;
    box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  }
}
.navbar .dropdown .dropdown-menu .dropdown-item {
  color: #101f41;
  font-size: 14px;
  padding: 12px 0;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
  position: relative;
  background-color: #fff;
  z-index: 0;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    border-bottom: 0;
  }
  .navbar .dropdown .dropdown-menu .dropdown-item:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #0098D8;
    border-radius: 3px;
    z-index: -1;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
  }
  .navbar .dropdown .dropdown-menu .dropdown-item:hover, .navbar .dropdown .dropdown-menu .dropdown-item:focus {
    color: #fff;
  }
  .navbar .dropdown .dropdown-menu .dropdown-item:hover:before, .navbar .dropdown .dropdown-menu .dropdown-item:focus:before {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
  }
}
.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  z-index: 99;
}
@media (min-width: 992px) {
  .navbar.navbar-dark .nav-item.active .nav-link:before {
    background-color: #0098D8;
  }
}
.navbar.navbar-dark .nav-link:hover {
  color: #101f41;
}

.navbar-nav .nav-link:focus {
  color: #101f41;
}

.navbar-toggler {
  height: 2.5em;
  width: 2.5em;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
}
.navbar-toggler .navbar-toggler-lines, .navbar-toggler .navbar-toggler-lines:after, .navbar-toggler .navbar-toggler-lines:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  background-color: #fff;
  height: 0.25em;
  position: absolute;
  transform: rotate(0);
  transition: all 0.2s;
}
.navbar-toggler .navbar-toggler-lines:after {
  left: 0;
  top: -0.8em;
  width: 1.5em;
}
.navbar-toggler .navbar-toggler-lines:before {
  left: 1em;
  top: 0.8em;
  width: 1.5em;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-lines {
  background-color: initial !important;
  transform: translateX(-2em);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-lines:before {
  width: 2em;
  left: 0.5em;
  top: 0;
  transform: translateX(2em) rotate(135deg);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-lines:after {
  width: 2em;
  left: 0.5em;
  top: 0;
  transform: translateX(2em) rotate(-135deg);
}

@media (min-width: 992px) {
  .navbar-light .show > .nav-link,
  .navbar-light .active > .nav-link,
  .navbar-light .nav-link.show,
  .navbar-light .nav-link.active {
    color: #fff !important;
  }
}
.navbar-dark .show > .nav-link,
.navbar-dark .active > .nav-link,
.navbar-dark .nav-link.show,
.navbar-dark .nav-link.active {
  color: #101f41 !important;
}
.navbar-dark .navbar-toggler .navbar-toggler-lines, .navbar-dark .navbar-toggler .navbar-toggler-lines:after, .navbar-dark .navbar-toggler .navbar-toggler-lines:before {
  background-color: #0098D8;
}

.nav-link {
  position: relative;
}
@media (min-width: 992px) {
  .nav-link:before {
    position: absolute;
    background-color: #fff;
    height: 8px;
    content: "";
    bottom: 9px;
    z-index: -1;
    left: -6px;
    right: -6px;
    opacity: 0;
    transition: all 0.3s ease;
  }
}
.nav-link.active:before {
  opacity: 0.2;
}

/* ===== Header ====== */
.header {
  position: relative;
  z-index: 1041;
}

.navigation-bar {
  transition: all 0.3s ease;
  position: fixed;
  width: 100%;
  top: 0;
}
.navigation-bar.sticky {
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #76bfe9 100%);
  box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.6);
}

.header-saas .navigation-bar.sticky {
  background-image: linear-gradient(110deg, rgb(252, 253, 255) 0%, rgb(242, 243, 250) 100%);
  box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.6);
}

/* ===== Footer ===== */
footer {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}
footer.footer {
  background-image: url(../img/shapes/footer-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.footer-top {
  padding: 70px 0 0;
}
@media (min-width: 768px) {
  .footer-top {
    padding: 70px 0 30px;
  }
}
@media (min-width: 992px) {
  .footer-top {
    padding: 90px 0 30px;
  }
}
@media (min-width: 1200px) {
  .footer-top {
    padding: 90px 0 50px;
  }
}
.footer-top .btm-sep.c-white:after {
  background-color: #fff;
}
.footer-top .foot-links a {
  color: #fff;
  padding-left: 15px;
  position: relative;
  transition: all 0.3s ease;
  display: block;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer-top .foot-links a:last-of-type {
  margin-bottom: 0;
}
.footer-top .foot-links a:before {
  font-size: 17px;
  content: "\f2fb";
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 1;
  transition: all 0.3s ease;
  color: #fff;
}
.footer-top .foot-links a:hover {
  padding-left: 20px;
}

.contact-info li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  color: #fff;
}
.contact-info li:last-of-type {
  margin-bottom: 0;
}
.contact-info li i {
  left: 0;
  top: 4px;
  position: absolute;
  color: inherit;
}

.copyright {
  padding: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.logo-footer {
  width: 175px;
}

.footer-saas .foot-links a {
  color: #101f41;
}
.footer-saas .foot-links a:before {
  color: #101f41;
}
.footer-saas .contact-info li {
  color: #101f41;
}
.footer-saas .copyright {
  border-top: 1px solid rgba(206, 206, 206, 0.2);
}

/* ===== HOME PAGE ===== */
/* ===== Hero Section ===== */
.banner-img {
  position: relative;
  z-index: 1;
}

.img-max {
  max-width: inherit;
}

.section-hero {
  background-image: linear-gradient(to right, rgb(78, 99, 215) 0%, rgb(118, 191, 233) 100%);
  position: relative;
  overflow: hidden;
}
.section-hero:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../img/shapes/banner-bg2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (min-width: 1920px) {
  .section-hero:before {
    background-position: bottom center;
  }
}
.section-hero .banner {
  padding: 100px 0 100px;
  z-index: 2;
}
@media (min-width: 360px) {
  .section-hero .banner {
    padding: 120px 0 100px;
  }
}
@media (min-width: 576px) {
  .section-hero .banner {
    padding: 160px 0 125px;
  }
}
@media (min-width: 992px) {
  .section-hero .banner {
    padding: 190px 0 125px;
  }
}
@media (max-width: 767.98px) {
  .section-hero .banner h2 {
    font-size: 30px;
  }
}
.section-hero .curve-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.3;
}
.section-hero .video-btn {
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
}
.section-hero .video-btn:hover, .section-hero .video-btn:focus {
  color: #fff;
}
.section-hero .play-btn {
  width: 48px;
  height: 48px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  color: #0098D8;
  text-align: center;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  animation: inout 1.5s infinite;
}
.section-hero .play-btn i {
  font-size: 25px;
  line-height: 46px;
}

.banner-text h1 {
  font-size: 32px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .banner-text h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .banner-text h1 {
    font-weight: 500;
    font-size: 45px;
  }
}

/* ===== About Section ===== */
.about-section {
  margin-top: -2px;
  position: relative;
  z-index: 1;
  padding: 80px 0 80px;
}
@media (min-width: 992px) {
  .about-section {
    padding: 100px 0;
  }
}

.clients {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(111, 173, 229, 0.14);
}
@media (min-width: 992px) {
  .clients {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}

/* ===== Feature Section ===== */
.features-section {
  padding-top: 10px;
  padding-bottom: 70px;
}

.feature-box {
  padding: 30px 30px 15px;
  border-radius: 5px;
  box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  background-color: #ffffff;
}
.feature-box .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0098D8;
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 12px;
  box-shadow: 7px 7px 0 #e1e5ff;
}
.feature-box .icon-box i {
  font-size: 35px;
  color: #fff;
}

/* ===== Counters Section ===== */
.counters-section {
  position: relative;
  z-index: 0;
}
.counters-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shapes/counter-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.counter-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 30px 0 rgba(16, 31, 65, 0.12);
  position: relative;
  padding: 30px 35px 20px;
  z-index: 0;
}
.counter-box:after {
  background-color: #0098D8;
  height: 110px;
  width: 110px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-radius: 10px 50% 50% 50%;
  opacity: 0.1;
  transition: all 0.3s linear;
  z-index: -1;
}
.counter-box .icon-box i {
  font-size: 80px;
  position: relative;
  color: #0098D8;
  margin-left: -30px;
}
.counter-box * {
  transition: all 0.3s ease;
}
.counter-box:hover:after {
  height: 100%;
  width: 100%;
  opacity: 1;
  border-radius: 10px;
}
.counter-box:hover * {
  color: #fff !important;
}
.counter-box p {
  font-weight: 600;
}
.counter-box .count {
  font-weight: 700;
}
.counter-box .count:after {
  content: "+";
}

/* ===== Tesimonial Section ===== */
.testimonial-saas .testimonial-slider .testimonial-item {
  box-shadow: 0 0 40px rgba(16, 31, 65, 0.05);
}

.testimonial-slider {
  margin: -15px;
}
.testimonial-slider .testimonial-item {
  margin: 15px;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
  margin-bottom: 35px;
  box-shadow: 0 0 40px rgba(16, 31, 65, 0.05);
}
@media (min-width: 768px) {
  .testimonial-slider .testimonial-item {
    padding: 35px;
    margin-bottom: 60px;
  }
}
.testimonial-slider .testimonial-item .img-holder {
  height: 100px;
  width: 100px;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .testimonial-slider .testimonial-item .img-holder {
    margin-bottom: 30px;
  }
}
.testimonial-slider .slick-dots {
  position: relative;
  bottom: auto;
  background-color: #0098D8;
  display: inline-block;
  width: auto;
  padding: 3px;
  line-height: 1;
  font-size: 0;
  border-radius: 20px;
}
.testimonial-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 5px;
  background-color: #fff;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.testimonial-slider .slick-dots li.slick-active {
  width: 20px;
}
.testimonial-slider .slick-dots li button {
  display: none;
}
.testimonial-slider .slick-dots li button:before {
  display: none;
}

@media (min-width: 992px) {
  .testimonial-saas .testimonial-item {
    opacity: 0.6;
  }
  .testimonial-saas .testimonial-item.slick-center {
    opacity: 1;
  }
}
.testimonial-content .rating {
  font-size: 20px;
  margin-top: 22px;
  margin-bottom: 10px;
}

.testimonial-saas {
  position: relative;
  z-index: 0;
}
.testimonial-saas:after {
  content: "";
  background-image: url(../img/home-saas/testi-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}

/* ===== CTA Section ===== */
.cta-section {
  margin-bottom: -150px;
  z-index: 1;
}
.cta-section .cta-box {
  box-shadow: 0 5px 30px 0 rgba(16, 31, 65, 0.12);
  border-radius: 10px;
  text-align: center;
  padding: 38px 32px;
}
@media (min-width: 768px) {
  .cta-section .cta-box {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cta-section .cta-box {
    padding: 60px;
  }
}
.cta-section .cta-box h3 {
  font-size: 34px;
  margin-bottom: 20px;
}
.cta-section .cta-box p {
  max-width: 800px;
}
.cta-section .cta-box .btn {
  margin-bottom: 5px;
}

.banner-btns a {
  vertical-align: top;
}

/* ===== Service Section ===== */
.service-section {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.service-box {
  padding: 35px 35px 20px;
  margin-right: 30px;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px dashed #0098D8;
  transition: all 0.3s ease;
  position: relative;
}
.service-box:hover {
  box-shadow: 0 5px 30px 0 rgba(16, 31, 65, 0.12);
  border-color: transparent;
}
.service-box .icon-box {
  position: absolute;
  right: -20px;
  top: -20px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  color: #fff;
  background-color: #0098D8;
  text-align: center;
  z-index: 2;
}
.service-box .icon-box:after, .service-box .icon-box:before {
  opacity: 0.1;
  position: absolute;
  top: -10px;
  left: -10px;
  right: 0;
  bottom: 0;
  content: "";
  height: 100px;
  width: 100px;
  border: 10px solid #0098D8;
  border-radius: 100%;
  z-index: 0;
  transition: all 0.3s ease;
}
.service-box .icon-box i {
  font-size: 45px;
  line-height: 80px;
}
.service-box .btm-sep {
  padding-bottom: 15px;
}
.service-box .btm-sep::after {
  width: 40px;
}
.service-box:hover .icon-box:after {
  animation-name: ripple;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
}
.service-box:hover .icon-box:before {
  animation-name: ripple;
  animation-duration: 1.5s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
}

/* ===== Project Section ===== */
.project-section {
  z-index: 0;
}
.project-section .sorting {
  font-size: 0;
}
.project-section .sorting .filter-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #232323;
  text-transform: uppercase;
  padding: 11px 18px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .project-section .sorting .filter-btn {
    font-size: 15px;
    padding: 13px 30px;
  }
}
.project-section .sorting .filter-btn span {
  transition: all 0.4s ease-in-out;
}
.project-section .sorting .filter-btn.active span {
  color: #fff;
}
.project-section .sorting .filter-btn:after, .project-section .sorting .filter-btn:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.project-section .sorting .filter-btn:before {
  bottom: 0;
  left: 0;
  border-radius: 0 0 5px 5px;
}
.project-section .sorting .filter-btn:after {
  top: 0;
  right: 0;
  border-radius: 5px 5px 0 0;
}
.project-section .sorting .filter-btn.active:before, .project-section .sorting .filter-btn.active:after {
  width: 100%;
  background-color: #0098D8;
  height: 50%;
}

.project {
  position: relative;
  box-shadow: 0 5px 30px 0 rgba(16, 31, 65, 0.12);
  border-radius: 10px;
}
.project .proj-img {
  position: relative;
  overflow: hidden;
}
.project .proj-img img {
  width: 100%;
  border-radius: 10px;
}
.project .proj-img .proj-overlay {
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.project .proj-img .proj-overlay:after, .project .proj-img .proj-overlay:before {
  opacity: 0.6;
  position: absolute;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: #0098D8;
  transition: all 0.45s ease-in-out 0s;
  z-index: -1;
  transform: skewX(-25deg);
  border-radius: 10px;
}
.project .proj-img .proj-overlay:before {
  right: 0;
}
.project .proj-img .proj-overlay:after {
  left: 0;
}
.project h5 {
  color: #fff;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s ease;
  transform-origin: left;
}
.project .pop-btn {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 30px;
  color: #fff;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s ease;
  transform-origin: right;
}
.project:hover .proj-overlay:after, .project:hover .proj-overlay::before {
  width: 100%;
  transform: skewX(0);
  -webkit-transform: skewX(0);
  -moz-transform: skewX(0);
  -ms-transform: skewX(0);
  -o-transform: skewX(0);
}
.project:hover h5 {
  opacity: 1;
  transition-delay: 0.4s;
  transform: scale(1);
}
.project:hover .pop-btn {
  opacity: 1;
  transition-delay: 0.6s;
  transform: scale(1);
}

/* ===== App Features ===== */
.app-features {
  position: relative;
  z-index: 0;
}
.app-features:after {
  content: "";
  background-image: url("../img/home-saas/app-f-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}

/* ===== Home SAAS ===== */
.section-hero-saas {
  position: relative;
  z-index: 0;
}
.section-hero-saas:after {
  position: absolute;
  content: "";
  background-image: url(../img/home-saas/banner-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.section-hero-saas .banner {
  padding: 100px 0 100px;
  z-index: 2;
}
@media (min-width: 360px) {
  .section-hero-saas .banner {
    padding: 120px 0 100px;
  }
}
@media (min-width: 576px) {
  .section-hero-saas .banner {
    padding: 160px 0 125px;
  }
}
@media (min-width: 992px) {
  .section-hero-saas .banner {
    padding: 190px 0 125px;
  }
}
@media (max-width: 767.98px) {
  .section-hero-saas .banner h2 {
    font-size: 30px;
  }
}
.section-hero-saas .banner-text h1 {
  font-size: 32px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .section-hero-saas .banner-text h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .section-hero-saas .banner-text h1 {
    font-weight: 500;
    font-size: 45px;
  }
}
.section-hero-saas .video-btn {
  color: #0098D8;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
}
.section-hero-saas .video-btn:hover, .section-hero-saas .video-btn:focus {
  color: #0098D8;
}
.section-hero-saas .play-btn {
  width: 48px;
  height: 48px;
  display: inline-block;
  background-color: #0098D8;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 0 rgba(0, 152, 216, 0.8);
  box-shadow: 0 0 0 rgba(0, 152, 216, 0.8);
  animation: inout2 1.5s infinite;
}
.section-hero-saas .play-btn i {
  font-size: 25px;
  padding-top: 11px;
}

/* ===== ABOUT PAGE ===== */
.team-item {
  padding: 35px;
  padding-right: 0;
  position: relative;
  z-index: 0;
}
.team-item:after, .team-item:before {
  content: "";
  position: absolute;
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: 10px;
  z-index: -1;
}
.team-item:before {
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  right: 30px;
  transition: all 0.3s ease;
}
.team-item:after {
  height: 6px;
  width: calc(100% - 30px);
  background-color: #4e63d7;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
}
.team-item:hover:after {
  height: 100%;
}
.team-item .img-holder {
  flex-shrink: 0;
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  width: calc(100% - 70px);
  margin-left: 70px;
  overflow: hidden;
}
.team-item .img-holder img {
  border-radius: 10px;
  width: 100%;
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.team-item:hover .img-holder img {
  transform: scale(1);
}
.team-item .socials {
  position: absolute;
}
.team-item .socials a {
  display: block;
  margin-right: 0;
  margin-bottom: 15px;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.12);
}
.team-item .socials a:last-of-type {
  margin-bottom: 0;
}
.team-item .team-content {
  margin-right: 70px;
  text-align: center;
}
.team-item .team-content h5 {
  color: #101f41;
  transition: all 0.4s ease;
}
.team-item .team-content p {
  color: #0098D8;
  transition: all 0.4s ease;
  font-weight: 600;
  font-size: 14px;
}
.team-item:hover .team-content h5, .team-item:hover .team-content p {
  color: #fff;
  transition: all 0.3s ease;
}

.client-slider .slick-list {
  margin: 0 -15px;
}
.client-slider .item {
  text-align: center;
  background-color: #f3f5ff;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 0 15px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-slider .item img {
  margin: 0 auto;
  width: 160px;
}

.about-page-img {
  position: relative;
  text-align: center;
}

/* ===== PRICING PAGE ===== */
.price-tabs {
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: 40px;
  border: 1px solid #0098D8;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .price-tabs {
    margin-bottom: 60px;
  }
}
.price-tabs .nav-link {
  color: #0098D8;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 40px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .price-tabs .nav-link {
    padding: 12px 40px;
  }
}
.price-tabs .nav-link.active {
  background-color: #0098D8;
  color: #fff;
}

.price-item {
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
}
.price-item .price-top {
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #0098D8;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}
@media (min-width: 768px) {
  .price-item .price-top {
    margin: 0 -20px;
    border-radius: 20px;
  }
}
.price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  background-color: #0098D8;
  position: absolute;
  content: "";
  left: 0;
  bottom: -17px;
  z-index: -1;
  transform: skewY(5deg);
  box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}
@media (min-width: 768px) {
  .price-item .price-top:after {
    border-radius: 0 0 20px 20px;
  }
}
.price-item .price-top * {
  color: #fff;
}
.price-item .price-top h2 {
  font-weight: 700;
}
.price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}
.price-item .price-content {
  padding: 30px;
  padding-bottom: 40px;
}
.price-item .price-content li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .price-item .price-content li {
    padding-left: 28px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .price-item .price-content li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
}
.price-item .price-content .zmdi-check {
  color: #198754;
}
.price-item .price-content .zmdi-close {
  color: #f00;
}

.popular {
  background-color: #0098D8;
}
.popular .price-top {
  background-color: #fff;
}
.popular .price-top:after {
  background-color: #fff;
}
.popular .price-top h4 {
  color: #101f41;
}
.popular .price-top h2, .popular .price-top span, .popular .price-top sup {
  color: #0098D8;
}
.popular .price-content ul *,
.popular .price-content ul .zmdi-close, .popular .price-content ul .zmdi-check {
  color: #fff !important;
}

/* ===== Plans Section ===== */
.plan-box {
  background-color: #fff;
  position: relative;
  padding: 45px 45px 30px;
  border-radius: 10px;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
}
.plan-box .icon-box i {
  font-size: 60px;
  color: #0098D8;
}
.plan-box span i {
  position: absolute;
  font-size: 200px;
  color: #705ae4;
  right: -40px;
  bottom: -25%;
  z-index: -1;
  transition: all 0.6s ease;
  opacity: 0.1;
}
.plan-box:hover span i {
  right: 0;
  bottom: 0;
  opacity: 0.05;
}

/* ===== BLOG PAGE ===== */
.blog-item {
  background-color: #fff;
  box-shadow: 0 10px 40px 0 rgba(39, 39, 39, 0.1);
  border-radius: 10px;
}
.blog-item .img-holder {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}
.blog-item .img-holder img {
  width: 100%;
  transition: all 0.3s ease;
}
.blog-item .img-holder .date {
  width: 55px;
  height: 55px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #0098D8;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  padding: 8px 0;
  text-transform: capitalize;
  box-shadow: 0 0 20px 0 rgba(162, 162, 162, 0.4);
}
.blog-item .blog-content {
  padding: 30px;
}
.blog-item .blog-content .rm-btn {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: #0098D8;
}
.blog-item .blog-content .rm-btn i {
  transition: all 0.3s ease;
  padding-left: 2px;
}
.blog-item .blog-content .rm-btn:hover {
  text-decoration: none;
}
.blog-item .blog-content .rm-btn:hover i {
  padding-left: 6px;
}
.blog-item:hover img {
  transform: scale(1.1);
}

.author-social a {
  color: #b9c4ff;
}
.author-social a:hover, .author-social a:focus {
  color: #ffffff;
}

.meta {
  font-size: 14px;
}
.meta li {
  line-height: 1;
}
.meta li:not(:last-of-type) {
  border-right: 1px solid #d7d7d7;
  margin-right: 15px;
  padding-right: 15px;
}

.sidebar .input-group {
  border: 1px solid #0098D8;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.sidebar .input-group .form-control, .sidebar .input-group:focus {
  border: 0;
  box-shadow: none;
}
.sidebar .input-group button {
  width: 42px;
  background-color: #0098D8;
  border: 0;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
  padding-top: 4px;
}
.sidebar .input-group button:hover {
  background-color: #0086bf;
}
.sidebar .widget:not(:last-of-type) {
  margin-bottom: 60px;
}

.widget-author {
  background-color: #0098D8;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 20px 0 rgba(162, 162, 162, 0.3);
}
.widget-author .img-holder {
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.widget-list {
  border-radius: 10px;
  box-shadow: 0 10px 40px 0 rgba(39, 39, 39, 0.1);
  padding: 30px;
}
.widget-list li {
  display: flex;
  justify-content: space-between;
}
.widget-list li:not(:last-of-type) {
  border-bottom: 1px dashed #d7d7d7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.tagcloud a {
  text-transform: capitalize;
  border-radius: 30px;
  border: 1px solid #d7d7d7;
  padding: 5px 16px;
  color: #707070;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  font-weight: 500;
}
.tagcloud a:hover {
  border-color: #0098D8;
  background-color: #0098D8;
  color: #fff;
}

.blog-detail blockquote {
  border-radius: 10px;
  padding: 25px;
  position: relative;
  border-left: 10px solid #0098D8;
  box-shadow: 0 0 20px 0 rgba(162, 162, 162, 0.3);
}
@media (min-width: 768px) {
  .blog-detail blockquote {
    padding: 40px;
  }
}
.blog-detail blockquote i {
  color: #0098D8;
  font-size: 50px;
  transform: rotate(180deg);
  line-height: 0.45;
}
.blog-detail blockquote:after {
  position: absolute;
  bottom: 1px;
  right: 10px;
  content: "\f1b2";
  font-family: "Material-Design-Iconic-Font";
  color: #0098D8;
  font-size: 140px;
  opacity: 0.15;
  line-height: 0.4;
}

.comments-area .media {
  position: relative;
}
.comments-area .media img {
  width: 50px;
  border-radius: 5px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .comments-area .media img {
    width: 90px;
  }
}
@media (min-width: 992px) {
  .comments-area .media img {
    width: 120px;
  }
}
.comments-area .media span {
  color: #0098D8;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.comments-area .comment-reply {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  color: #232323;
}
.comments-area .comment-reply:hover {
  color: #0098D8;
}

/* ===== CONTACT PAGE ===== */
.contact-section .contact-detail li {
  padding: 22px;
  color: #fff;
  position: relative;
  background-color: #0098D8;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.contact-section .contact-detail li i {
  position: absolute;
  right: 10px;
  color: #fff;
  bottom: 10px;
  font-size: 80px;
  opacity: 0.1;
}

/* ===== ERROR PAGE ===== */
.error-section {
  z-index: 0;
}
.error-section h1 {
  font-size: 70px;
  color: #0098D8;
  font-weight: 700;
  text-shadow: 0 7px 2px rgba(53, 31, 174, 0.2);
}
@media (min-width: 768px) {
  .error-section h1 {
    font-size: 100px;
  }
}
@media (min-width: 992px) {
  .error-section h1 {
    font-size: 150px;
  }
}
.error-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.15;
  z-index: -1;
  background-image: url(../img/shapes/error-wave2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  animation-duration: 6s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-name: scale;
}
.error-section::before {
  position: absolute;
  content: "";
  opacity: 0.1;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/shapes/error-wave1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  animation-duration: 5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-name: scale;
}
.error-section .shapes span {
  opacity: 0.15;
  display: inline-block;
  width: 40px;
  position: absolute;
}
.error-section .shapes .shape1 {
  left: 12%;
  top: 10%;
}
.error-section .shapes .shape2 {
  left: 10%;
  top: 75%;
}
.error-section .shapes .shape3 {
  left: 50%;
  top: 5%;
}
.error-section .shapes .shape4 {
  left: 50%;
  top: 30%;
}
.error-section .shapes .shape5 {
  left: 34%;
  top: 80%;
}
.error-section .shapes .shape6 {
  left: 83%;
  top: 70%;
}
.error-section .shapes .shape7 {
  left: 81%;
  top: 2%;
}

/* ===== LOGIN PAGE ===== */
.login-box {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (min-width: 992px) {
  .login-box {
    margin: 40px 0;
  }
}
.login-box .form-wrap {
  padding: 30px 25px;
  border-radius: 10px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .login-box .form-wrap {
    padding: 45px;
  }
}
@media (min-width: 992px) {
  .login-box .form-wrap {
    margin-top: -40px;
    margin-bottom: -40px;
    padding: 60px;
  }
}
.login-box .socials a {
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.12);
}

.login-section {
  position: relative;
  z-index: 0;
}
.login-section::after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  z-index: -1;
  background-image: url(../img/shapes/login-wave2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  animation-duration: 3s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-name: pulse;
}
.login-section::before {
  position: absolute;
  content: "";
  opacity: 0.1;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/shapes/login-wave1.svg);
  background-size: cover;
  background-position: top right;
  animation-duration: 6s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-name: pulse;
}
.login-section .content {
  padding: 45px;
}

/* ===== FAQ PAGE ===== */
.theme-accordion .card {
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
}
.theme-accordion .card-header .btn {
  border-radius: 0;
  padding: 20px;
  padding-left: 90px;
  font-weight: 500;
}
.theme-accordion .card-header .btn:before {
  font-family: "Material-Design-Iconic-Font";
  content: "\f273";
  height: 100%;
  width: 63px;
  background-color: #0098D8;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 13px;
  font-size: 25px;
  transition: all 0.3s ease;
}
.theme-accordion .card-header .btn.collapsed:before {
  content: "\f278";
}
.theme-accordion .card-body {
  padding: 30px 30px 15px;
  border: 1px solid #f3f5ff;
  border-top: 0;
}

/* ===== Career ===== */
.career-form {
  background-color: #0098D8;
  border-radius: 5px;
  padding: 0 16px;
}
.career-form .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 12px 15px;
  color: #fff;
}
.career-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.career-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.career-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.career-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.career-form .custom-select {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 12px 15px;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  text-align: left;
  height: auto;
  background-image: none;
}
.career-form .custom-select:focus {
  box-shadow: none;
}
.career-form .select-container {
  position: relative;
}
.career-form .select-container:before {
  position: absolute;
  right: 15px;
  top: calc(50% - 14px);
  font-size: 18px;
  color: #ffffff;
  content: "\f2f9";
  font-family: "Material-Design-Iconic-Font";
}

.filter-result .job-box {
  box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
  padding: 10px 35px;
}

.list-disk li {
  list-style: disc inside;
  margin-bottom: 12px;
}
.list-disk li:last-child {
  margin-bottom: 0;
}

.job-box .img-holder {
  height: 65px;
  width: 65px;
  background-color: #4e63d7;
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 65px;
}

.career-title {
  background-color: #0098D8;
  color: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
}

.job-overview {
  box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
}
@media (min-width: 992px) {
  .job-overview {
    position: sticky;
    top: 70px;
  }
}
.job-overview .job-detail ul {
  margin-bottom: 28px;
}
.job-overview .job-detail ul li {
  opacity: 0.75;
  font-weight: 600;
  margin-bottom: 15px;
}
.job-overview .job-detail ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}
.job-overview .overview-bottom,
.job-overview .overview-top {
  padding: 35px;
}

.job-content ul li {
  font-weight: 600;
  opacity: 0.75;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}
@media (min-width: 768px) {
  .job-content ul li {
    border-bottom: 0;
    padding: 0;
  }
}
.job-content ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}

/* ===== ELEMENTS ===== */
.elements h3 span {
  color: #ccc;
}

.alert .close {
  right: 20px !important;
}

/* ===== RESET CSS ====== */
body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  font-weight: 400;
  color: #4f5464;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #222;
  color: #fff;
}

::selection {
  background: #222;
  color: #fff;
}

/*===== custom scrollbar ====== */
::-webkit-scrollbar {
  width: 10px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #0098D8;
  border-radius: 30px;
}

a {
  cursor: pointer;
}
a:hover, a:focus {
  color: #4e63d7;
  outline: 0 none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

ul, li {
  text-decoration: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}

span {
  color: inherit;
}

i {
  line-height: 1;
  font-style: normal;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

iframe {
  border: none;
}

:active,
:focus {
  outline: none !important;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: initial;
}

/* ===== Headings ====== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #101f41;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.33;
  text-transform: capitalize;
}

h1 {
  font-size: 45px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 54px;
  }
}

h2 {
  font-size: 38px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 45px;
  }
}

h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 21px;
}

h5 a,
h6 a {
  transition: all 0.3s ease;
}

h5 a {
  color: inherit;
}

h5:hover a {
  color: #0098D8;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

/* ===== Forms ====== */
.form-group {
  margin-bottom: 30px;
}
.form-group .zmdi {
  position: absolute;
  z-index: 1;
  color: #fff;
  background-color: #0098D8;
  border-radius: 5px;
  height: 100%;
  width: 45px;
  text-align: center;
  font-size: 20px;
  padding-top: 13px;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password] {
  padding-left: 60px;
}
.form-group.position-relative {
  overflow: hidden;
}

.form-control {
  border: 1px solid #e1e1e1;
  box-shadow: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #858585;
  font-weight: 400;
  position: relative;
  padding: 10px 15px 9px;
  height: auto;
}
.form-control:focus, .form-control:hover {
  border-color: #0098D8;
  box-shadow: none;
}

:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
:focus::-moz-placeholder { /* Firefox 19+ */
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
:focus:-ms-input-placeholder { /* IE 10+ */
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
:focus:-moz-placeholder { /* Firefox 18- */
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

textarea {
  overflow: hidden;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #858585;
  transition: all 0.3s ease;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #858585;
  transition: all 0.3s ease;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #858585;
  transition: all 0.3s ease;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #858585;
  transition: all 0.3s ease;
}

/* ===== Custom Button ===== */
.btn {
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  padding: 10px 30px;
  border-radius: 5px;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.btn.btn-custom {
  background-color: #0098D8;
  color: #fff;
  z-index: 0;
  box-shadow: 0 10px 20px 0 rgba(39, 39, 39, 0.15);
}
.btn.btn-custom:after {
  position: absolute;
  content: "";
  right: -70%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  transform: skewX(0);
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.82, 1.65, 0.54, 1.53);
}
.btn.btn-custom:hover:after {
  opacity: 0.2;
  transform: skewX(30deg);
  right: -50%;
}
.btn.btn-dark {
  background-color: #101f41;
  color: #fff;
}
.btn.btn-light {
  background-color: #fff;
  color: #0098D8;
}
.btn.btn-light:after {
  background-color: #0098D8;
}

.btn-lg {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
}

.pagination.pagination-reset .page-item .page-link {
  text-align: center;
  background-color: #0098D8;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #0098D8;
  margin: 0 10px;
  border-radius: 0.25rem;
  min-width: 2.25rem;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
}
.pagination.pagination-reset .page-item .page-link:hover {
  background-color: #fff;
  color: #0098D8;
}
.pagination.pagination-reset .page-item .page-link:focus {
  box-shadow: none;
}
.pagination.pagination-reset .page-item:first-child .page-link, .pagination.pagination-reset .page-item:last-child .page-link {
  color: #0098D8;
  font-size: 25px;
  line-height: 1;
  background-color: transparent;
  border: transparent;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}
.breadcrumb .breadcrumb-item {
  text-transform: capitalize;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
}
.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item.active, .breadcrumb .breadcrumb-item:before {
  color: #fff;
}
.breadcrumb .breadcrumb-item:before {
  padding-right: 15px;
}
.breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.7);
}

/*====== Custom Checkbox =====*/
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5px;
  width: 15px;
  height: 15px;
  border: 1px solid #101f41;
  background-color: #fff;
  border-radius: 3px;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "\f26b";
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  font-size: 13px;
  line-height: 1.2em;
  left: 0;
  background-color: #0098D8;
  text-align: center;
  font-weight: 700;
  top: 2px;
  width: 15px;
  height: 15px;
  color: #fff;
  transition: all 0.4s ease;
  border-radius: 3px;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

[type=checkbox] + label,
[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  margin: 0;
  line-height: 1.3;
  padding-left: 21px;
  position: relative;
  cursor: pointer;
}

/*====== Custom Checkbox =====*/
.alert {
  padding: 18px 30px;
  border: 0;
  border-radius: 5px;
  border-left: 5px solid;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgba(39, 39, 39, 0.1);
  margin-bottom: 30px;
}
.alert > i {
  font-size: 22px;
  position: relative;
  top: 1px;
}
.alert .close {
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 0;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.alert.alert-primary {
  color: #00c5ff;
}
.alert.alert-secondary {
  color: #a1a5b5;
}
.alert.alert-success {
  color: #8cc54f;
}
.alert.alert-danger {
  color: #ef0000;
}
.alert.alert-warning {
  color: #fd9d15;
}
.alert.alert-info {
  color: #5151c3;
}
.alert.alert-dark {
  color: #515151;
}

textarea.form-control {
  min-height: 218px;
}

/* ===== CUSTOM CSS ====== */
.c-white {
  color: #fff !important;
}

.c-black {
  color: #101f41 !important;
}

.sky-blue {
  color: #76bfe9 !important;
}

.blue {
  color: #0098D8 !important;
}

.gray {
  color: #707070 !important;
}

.sp-100 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 576px) {
  .sp-100 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media (min-width: 992px) {
  .sp-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.sp-100-70 {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  .sp-100-70 {
    padding-top: 85px;
    padding-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .sp-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.sp-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.sp-lg-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-200 {
  padding-bottom: 200px;
}

.o-hide {
  overflow: hidden;
}

.bg-light {
  background-color: #f3f5ff !important;
}

.bg-gradi {
  background-image: linear-gradient(to right, rgb(78, 99, 215) 0%, rgb(118, 191, 233) 100%) !important;
}

.bg-gradi2 {
  background-image: linear-gradient(110deg, rgb(252, 253, 255) 0%, rgb(242, 243, 250) 100%) !important;
}

.fs-sm {
  font-size: 14px;
}

.font-weight-semi-bold {
  font-weight: 500;
}

.font-weight-semi-bolder {
  font-weight: 600;
}

.br-10 {
  border-radius: 10px;
}

.ff-open-sans {
  font-family: "Open Sans", sans-serif;
}

.ff-montserrat {
  font-family: "Montserrat", sans-serif;
}

/* ===== Headings & Titles ===== */
.subtitle-left {
  color: #0098D8;
  position: relative;
  text-transform: uppercase;
}
.subtitle-left:before {
  width: 40px;
  height: 2px;
  background-color: #0098D8;
  content: "";
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.title-right {
  position: relative;
}
.title-right:after {
  width: 70px;
  height: 2px;
  background-color: #705ae4;
  content: "";
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.section-title {
  max-width: 800px;
  margin: 0 auto 45px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title {
    margin: 0 auto 60px;
  }
}
.section-title h3 {
  margin-bottom: 30px;
}
.section-title.title-left {
  margin-left: 0;
  text-align: left;
}

.btm-sep {
  position: relative;
}
.btm-sep:after {
  position: absolute;
  background-color: #0098D8;
  height: 3px;
  width: 40px;
  content: "";
  bottom: 0;
  left: 0;
}
.btm-sep.btm-sep-center:after {
  left: calc(50% - 20px);
}
@media (min-width: 768px) {
  .btm-sep.btm-sep-center:after {
    left: 0;
  }
}

.top-sep {
  position: relative;
  padding-top: 15px;
}
.top-sep:after {
  position: absolute;
  background-color: #0098D8;
  height: 4px;
  width: 40px;
  content: "";
  top: 0;
  left: calc(50% - 20px);
}
@media (min-width: 992px) {
  .top-sep:after {
    left: 0;
  }
}

.career-content-box .top-sep:after {
  left: 0;
}

.top-c-sep {
  position: relative;
  padding-top: 15px;
}
.top-c-sep:after {
  position: absolute;
  background-color: #0098D8;
  height: 4px;
  width: 40px;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-c-sep.c-white:after {
  background-color: #fff;
}

.img-shadow {
  -webkit-filter: drop-shadow(0 0 17px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 0 17px rgba(0, 0, 0, 0.08));
}

/* ===== Pre-Loader ===== */
#preloader {
  width: 100%;
  height: 100%;
  background-color: #34384f;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 1047;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blobs {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  transform-style: preserve-3d;
}
.blobs .blob-center {
  transform-style: preserve-3d;
  position: absolute;
  background: #6893e1;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform-origin: left top;
  transform: scale(0.9) translate(-50%, -50%);
  animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  box-shadow: 0 -10px 40px -5px #516cd9;
}

.blob {
  position: absolute;
  background: #516cd9;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  animation: blobs ease-out 3.4s infinite;
  transform: scale(0.9) translate(-50%, -50%);
  transform-origin: center top;
  opacity: 0;
}
.blob:nth-child(1) {
  animation-delay: 0.2s;
}
.blob:nth-child(2) {
  animation-delay: 0.4s;
}
.blob:nth-child(3) {
  animation-delay: 0.6s;
}
.blob:nth-child(4) {
  animation-delay: 0.8s;
}
.blob:nth-child(5) {
  animation-delay: 1s;
}

/* =====  list styles ====*/
.list-one li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
}
.list-one li:last-child {
  margin-bottom: 0;
}
.list-one li:before {
  display: inline-block;
  padding-right: 10px;
  margin-left: -20px;
  content: "\f26b";
  font-weight: 600;
  font-family: "Material-Design-Iconic-Font";
  color: #0098D8;
}

.list-two li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
  font-weight: 500;
}
.list-two li:last-child {
  margin-bottom: 0;
}
.list-two li:before {
  display: inline-block;
  margin-left: -20px;
  content: "\f26b";
  font-weight: 600;
  font-family: "Material-Design-Iconic-Font";
  color: #fff;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  background-color: #0098D8;
  text-align: center;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 1.3;
  font-size: 14px;
}

/* ===== Back to Top ===== */
.back-top {
  display: none !important;
}
@media (min-width: 576px) {
  .back-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1;
    display: none;
  }
  .back-top span {
    color: #0098D8;
    font-size: 30px;
    filter: drop-shadow(5px 7px 0 #c0cbff);
    transition: all 0.5s ease;
    display: block;
  }
}

/* ===== Breadcrumb-Section ===== */
.breadcrumb-section {
  background-image: linear-gradient(to right, rgb(78, 99, 215) 0%, rgb(118, 191, 233) 100%);
  padding: 100px 0 50px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 768px) {
  .breadcrumb-section {
    padding: 150px 0 100px;
  }
}
.breadcrumb-section h2 {
  font-size: 35px;
}
@media (min-width: 768px) {
  .breadcrumb-section h2 {
    font-size: 38px;
  }
}
.breadcrumb-section:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../img/shapes/morph1.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  z-index: -1;
  opacity: 0.1;
  animation-name: scale;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (min-width: 768px) {
  .breadcrumb-section:after {
    background-size: 560px;
  }
}
@media (min-width: 992px) {
  .breadcrumb-section:after {
    background-size: 800px;
    left: -210px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb-section:after {
    background-size: 800px;
    left: 0;
  }
}
.breadcrumb-section:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  right: -50px;
  top: 0;
  background-image: url(../img/shapes/morph2.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 460px;
  z-index: -1;
  opacity: 0.1;
  animation-name: scale;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  display: none;
}
@media (min-width: 768px) {
  .breadcrumb-section:before {
    display: block;
    background-size: 286px;
  }
}
@media (min-width: 992px) {
  .breadcrumb-section:before {
    display: block;
    background-size: 460px;
  }
}

/* ===== Social Icons ===== */
.socials a {
  width: 35px;
  height: 35px;
  background-color: #6893e1;
  border-radius: 50%;
  box-shadow: 0 3px 2px 0 #516cd9;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  font-size: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.socials a:hover {
  background-color: #679fe3;
}

/* ===== Overlay Background ===== */
.overlay-bg {
  position: relative;
  z-index: 0;
}
.overlay-bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shapes/bg-overlay.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

/* ===== Contact Us ===== */
.theme-map {
  padding: 10px 10px 1px;
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: 10px;
}
.theme-map iframe {
  border: 0;
  height: 350px;
  width: 100%;
}

/* ===== Animation ===== */
@keyframes floatY {
  0% {
    transform: translateY(40px) rotate(-25deg);
  }
  50% {
    transform: translateY(20px) rotate(-25deg);
  }
  100% {
    transform: translateY(40px) rotate(-25deg);
  }
}
@keyframes floatX {
  0% {
    transform: translateX(30px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(30px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swing {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(95deg);
  }
}
@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes morph {
  0% {
    border-radius: 60% 100% 69% 64%;
  }
  40% {
    border-radius: 100% 69% 64% 60%;
  }
  100% {
    border-radius: 69% 64% 60% 100%;
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes animationFrames {
  0%, 100% {
    transform: translate(200px, 111px) rotate(0deg);
  }
  50% {
    transform: translate(81px, 150px) rotate(40deg);
  }
}
@keyframes scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes blobs {
  0% {
    opacity: 0;
    transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%, 65% {
    opacity: 1;
    transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}
@keyframes blob-grow {
  0%, 39% {
    transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    transform: scale(0) translate(-50%, -50%);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(1.4, 1.4, 1);
  }
}
@keyframes orbit-1 {
  from {
    transform: rotate(0deg) translate(calc(250px - 50%), -50%) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(calc(250px - 50%), -50%) rotate(-360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes inout {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes inout2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 152, 216, 0.8);
    box-shadow: 0 0 0 0 rgba(0, 152, 216, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 152, 216, 0);
    box-shadow: 0 0 0 10px rgba(0, 152, 216, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 152, 216, 0);
    box-shadow: 0 0 0 0 rgba(0, 152, 216, 0);
  }
}
/**
* Custom Variables
*
* "You can add your own variables below this comment".
*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #69698A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #0E0B3C;
  font-weight: 600;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #69698A;
}

.btn {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 20px;
  border-radius: 5px;
  border: 0;
  position: relative;
  overflow: hidden;
}
.btn.btn-custom {
  background-color: #0098D8;
  color: #fff;
  z-index: 0;
  box-shadow: 0 10px 20px 0 rgba(39, 39, 39, 0.15);
}
.btn.btn-custom.btn-cta {
  font-size: 18px !important;
  padding: 15px 30px;
}
.btn.btn-custom.btn-cta .iconsax svg {
  --Iconsax-Color: #ffffff;
  --Iconsax-Size: 24px;
  --Iconsax-Width: 2;
}
.btn.btn-custom.btn-login {
  padding: 10px 20px;
}
.btn.btn-custom.btn-login .iconsax svg {
  --Iconsax-Color: #ffffff;
  --Iconsax-Size: 24px;
  --Iconsax-Width: 2;
}
.btn.btn-custom:after {
  position: absolute;
  content: "";
  right: -70%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  transform: skewX(0);
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.82, 1.65, 0.54, 1.53);
}
.btn.btn-custom:hover:after {
  opacity: 0.2;
  transform: skewX(30deg);
  right: -50%;
}
.btn.btn-custom-outline {
  background-color: #fff;
  color: #0098D8;
  border: 2px solid #0098D8;
  z-index: 0;
  clear: left;
  padding: 6px 11px;
  font-size: 12px;
}
.btn.btn-custom-outline .iconsax svg {
  --Iconsax-Size: 20px;
  --Iconsax-Width: 2;
}
.btn.btn-custom-outline:after {
  position: absolute;
  content: "";
  right: -70%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  transform: skewX(0);
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.82, 1.65, 0.54, 1.53);
}
.btn.btn-custom-outline:hover {
  background-color: #0098D8;
  color: #fff;
}
.btn.btn-custom-outline:hover .iconsax svg {
  --Iconsax-Color: #ffffff;
}
.btn.btn-custom-outline:hover:after {
  opacity: 0.2;
  transform: skewX(30deg);
  right: -50%;
}
.btn.btn-dark {
  background-color: #101f41;
  color: #fff;
}
.btn.btn-light {
  background-color: #fff;
  color: #0098D8;
}
.btn.btn-light:after {
  background-color: #0098D8;
}

.bg-alternate {
  background: #F2F6FF;
}

.rating {
  border: none;
  width: 145px;
  margin: 0 auto;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #ffd700;
} /* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #ffed85;
}

.breadcrumb-section {
  background-image: linear-gradient(to right, rgb(0, 38, 56) 35%, rgb(0, 149, 218) 100%);
  padding: 100px 0 50px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 768px) {
  .breadcrumb-section {
    padding: 150px 0 100px;
  }
}
.breadcrumb-section h2 {
  font-size: 2rem;
  margin-bottom: -2rem;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize !important;
}
@media (min-width: 768px) {
  .breadcrumb-section h2 {
    font-size: 2rem;
    margin-bottom: -2rem;
  }
}
.breadcrumb-section:after {
  background-image: url(../img/shapes/morph1.svg);
}
.breadcrumb-section:before {
  background-image: url(../img/shapes/morph2.svg);
}

.content-section {
  padding: 150px 0;
}
@media screen and (max-width: 425px) {
  .content-section {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 375px) {
  .content-section {
    padding: 65px 10px;
  }
}
.content-section header {
  text-align: center;
  margin-bottom: 3em;
}
.content-section header h2 {
  margin-bottom: 5px;
}
@media screen and (max-width: 425px) {
  .content-section header h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.content-section header p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .content-section header p {
    width: 100%;
  }
}
.content-section header .learn-more {
  padding: 10px 20px;
  background: #0098D8;
  color: #fff;
  font-size: 1em;
}
.content-section header .learn-more img {
  margin: -2px 0 0 5px;
}
.content-section h3 {
  font-size: 1.563em;
  margin-bottom: 20px;
  margin-right: 1em;
}
.content-section-inner h3 {
  display: block !important;
  margin-right: 0 !important;
  width: 100%;
}
.content-section h5 {
  font-size: 18px;
}
.content-section .theme-accordion .card-header .btn {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0E0B3C;
}
.content-section hr {
  margin: 50px 0;
}

#navbar-main {
  transition: all 0.3s ease;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(15px);
}

.navbar {
  padding: 0 1.563em;
}
@media screen and (max-width: 1199px) {
  .navbar {
    padding: 1.563em;
  }
}
.navbar .navbar-brand img {
  height: 35px;
}
.navbar .nav-item {
  padding-right: 0;
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .navbar .nav-item {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .navbar .nav-item {
    margin-right: 0;
  }
}
.navbar .nav-item .nav-link {
  color: #fff !important;
  padding: 35px 0;
  border-color: rgba(255, 255, 255, 0.219);
}
@media screen and (max-width: 1199px) {
  .navbar .nav-item .nav-link {
    text-align: center;
    padding: 19px 0;
    position: relative;
    z-index: 0;
  }
}
.navbar .nav-item .nav-link:visited {
  color: #fff;
}
.navbar .nav-item .nav-link:hover {
  color: #0098D8;
}
.navbar .navbar-toggler span {
  right: 0;
}
@media screen and (max-width: 1028px) {
  .navbar-nav {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-collapse {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .navbar .navbar-collapse {
    max-height: 88vh;
    background: none;
    position: relative;
    margin: 0 -25px -25px -25px;
    padding: 10px;
  }
}
.navbar .dropdown {
  z-index: 999;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown {
    margin-left: 0;
  }
  .navbar .dropdown:hover .dropdown-menu {
    position: relative;
    top: 0;
    transform: none !important;
    transition: none !important;
  }
}
.navbar .dropdown .dropdown-menu {
  min-width: 65em;
  border-radius: 10px;
  top: 95px;
  left: -24em;
  padding: 0;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown .dropdown-menu {
    background-color: rgb(255, 255, 255);
    min-width: 100%;
    left: 0;
    top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .navbar .dropdown .dropdown-menu {
    min-width: 100%;
    margin-left: 0;
    top: 10px;
  }
}
.navbar .dropdown .dropdown-menu .dd-arrow-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgb(255, 255, 255);
  position: absolute;
  top: -15px;
  left: 48%;
}
@media (min-width: 992px) {
  .navbar .dropdown .dropdown-menu.homehealth .dd-arrow-up {
    left: 42%;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown .dropdown-menu.homehealth .dd-arrow-up {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1440px) and (min-width: 1200px) {
  .navbar .dropdown .dropdown-menu.homehealth {
    min-width: 65em;
    left: -19em;
  }
  .navbar .dropdown .dropdown-menu.homehealth .dd-arrow-up {
    left: 33%;
  }
}
@media (min-width: 992px) {
  .navbar .dropdown .dropdown-menu.hospicecare .dd-arrow-up {
    left: 42%;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown .dropdown-menu.hospicecare .dd-arrow-up {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1440px) and (min-width: 1200px) {
  .navbar .dropdown .dropdown-menu.hospicecare {
    min-width: 68em;
    left: -20em;
  }
  .navbar .dropdown .dropdown-menu.hospicecare .dd-arrow-up {
    left: 33%;
  }
}
@media (min-width: 992px) {
  .navbar .dropdown .dropdown-menu.veteransadministration .dd-arrow-up {
    left: 45%;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown .dropdown-menu.veteransadministration .dd-arrow-up {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1440px) and (min-width: 1200px) {
  .navbar .dropdown .dropdown-menu.veteransadministration {
    min-width: 65em;
    left: -27em;
  }
  .navbar .dropdown .dropdown-menu.veteransadministration .dd-arrow-up {
    left: 43%;
  }
}
.navbar .dropdown .dropdown-menu.services {
  min-width: 50em;
  left: -22em;
}
@media (max-width: 991.98px) {
  .navbar .dropdown .dropdown-menu.services {
    min-width: 100%;
  }
  .navbar .dropdown .dropdown-menu.services .menu-cta {
    border-radius: 0 10px 10px 0;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown .dropdown-menu.services {
    left: 0;
    min-width: 100%;
  }
  .navbar .dropdown .dropdown-menu.services .menu-cta {
    min-width: 100%;
  }
}
@media screen and (max-width: 991.99px) {
  .navbar .dropdown .dropdown-menu.services .menu-cta {
    border-radius: 0 10px 10px 10px;
  }
}
.navbar .dropdown .dropdown-menu .dropdown-item {
  border-bottom: none;
  border-radius: 5px;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 35px;
  margin: 5px;
  padding: 5px;
  position: relative;
  transition: all 0.3s ease;
  width: auto;
  z-index: 0;
}
.navbar .dropdown .dropdown-menu .dropdown-item:before {
  border-radius: 8px;
}
.navbar .dropdown .dropdown-menu .dropdown-item:hover {
  transition: color 0.5s ease;
  color: #fff;
}
.navbar .dropdown .dropdown-menu .dropdown-item:hover span {
  color: #fff;
  transition: color 0.5s ease;
}
.navbar .dropdown .dropdown-menu .dropdown-item:hover:before {
  background-color: #0098D8;
}
.navbar .dropdown .dropdown-menu .dropdown-item:hover .icon-menu {
  background-color: #fff;
}
.navbar .dropdown .dropdown-menu .dropdown-item:hover span {
  color: #fff;
}
.navbar .dropdown .dropdown-menu .dropdown-item span {
  font-size: 11px;
  line-height: 11px;
  margin-top: -2px;
  color: #0E0B3C;
  display: block;
  font-weight: 400;
  opacity: 0.5;
  margin-bottom: 2px;
}
.navbar .dropdown .dropdown-menu .dropdown-item .icon-menu {
  padding: 5px;
  margin-right: 8px;
  background-color: #f2f6ff;
  float: left;
  border-radius: 5px;
}
.navbar .dropdown .dropdown-menu .dropdown-item .icon-menu .iconsax svg {
  width: 23px;
  height: 23px;
  margin: 0;
}
.navbar .dropdown .dropdown-menu .row,
.navbar .dropdown .dropdown-menu [class*=col-] {
  padding: 0;
  margin: 0;
}
.navbar .dropdown .dropdown-menu .menu-cta {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  min-height: 100%;
  background-image: url("../img/onedayswitch3.jpg");
  background-size: cover;
  padding: 30px;
  border-radius: 0 10px 10px 0;
}
.navbar .dropdown .dropdown-menu .menu-cta h5 {
  font-size: 30px;
  margin-top: 20px;
  display: block;
}
.navbar .dropdown .dropdown-menu .menu-cta p {
  font-size: 12px;
  line-height: 20px;
}
.navbar .dropdown .dropdown-menu .menu-cta a.btn .iconsax svg {
  --Iconsax-Color: #ffffff;
  stroke-width: 1.5;
}
@media screen and (max-width: 1024px) {
  .navbar .dropdown .dropdown-menu .menu-cta {
    min-width: 100%;
  }
}
@media screen and (max-width: 991.99px) {
  .navbar .dropdown .dropdown-menu .menu-cta {
    border-radius: 0 10px 10px 10px;
  }
}
@media screen and (max-width: 767.99px) {
  .navbar .dropdown .dropdown-menu .menu-cta {
    border-radius: 0 10px 10px 10px;
  }
}

.section-hero {
  background: none;
  position: relative;
  height: 100vh;
  background-size: cover !important;
  background-position: center center !important;
}
.section-hero.bghero-veterans {
  background-image: url("../img/Veterans Administration.jpg") !important;
}
.section-hero.bghero-billingservices {
  background-image: url("../img/WINNOLAS BILLING SERVICES.jpg") !important;
}
.section-hero.bghero-virtualassistance {
  background-image: url("../img/vas1.jpg") !important;
}
@media screen and (max-width: 425px) {
  .section-hero.bghero-virtualassistance .row {
    padding: 0;
    margin: 0 -50px;
  }
  .section-hero.bghero-virtualassistance .row h2 {
    font-size: 30px;
  }
  .section-hero.bghero-virtualassistance .row p {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-hero::before {
  background: none;
  background-color: rgba(0, 13, 43, 0.5);
  z-index: 0;
  width: 100vw;
  height: 100vh;
}
.section-hero video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.section-hero .video-wrapper {
  padding: 100px 0;
  width: 100vw;
  height: 100vh;
  border: none;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.section-hero h1 {
  font-size: 3.125em;
  line-height: 1.2em;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 425px) {
  .section-hero h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 375px) {
  .section-hero h1 {
    font-size: 2em;
  }
}
.section-hero h2 {
  color: #fff;
}
.section-hero p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 25px;
}
.section-hero .cta {
  margin-top: 2em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.section-hero-inner {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50vh;
  background-position: center center !important;
  background-size: cover;
}
.section-hero-inner h2 {
  color: #fff;
}
.section-hero-inner.bgheader-intake {
  background-image: url("../img/Intake _ Scheduling.jpg");
}
.section-hero-inner.bgheader-qualitylearn {
  background-image: url("../img/Quality Assurance.jpg");
}

.software-interface {
  min-height: 1000px;
  display: flex;
  align-items: center;
  background-image: url("../img/bg-powerful-interface.png");
  background-repeat: no-repeat;
  background-position: 87% center;
  background-size: 900px;
}
@media screen and (max-width: 1140px) {
  .software-interface {
    background-position: 170% center;
  }
}
@media screen and (max-width: 1024px) {
  .software-interface {
    background-position: 300% center;
  }
}
@media screen and (max-width: 768px) {
  .software-interface {
    background-position: center 80%;
    background-size: 80%;
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .software-interface {
    background-position: center 80%;
    background-size: 110%;
    display: block;
    min-height: 920px;
  }
}
.software-interface header {
  text-align: left;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .software-interface header {
    width: 100%;
    text-align: center;
  }
}
.software-interface header p {
  margin-bottom: 50px;
}

.product-box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #cedaf5;
  overflow: hidden;
  margin-bottom: 30px;
}
.product-box-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-box-inner.box-info {
  padding: 80px;
}
.product-box-inner.box-info h3 {
  font-size: 1.563em !important;
  margin-bottom: 15px;
}
@media screen and (max-width: 425px) {
  .product-box-inner.box-info h3 {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 25px !important;
  }
}
.product-box-inner.box-info p {
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.product-box-inner.box-info p.full {
  -webkit-line-clamp: 20;
  -webkit-box-orient: vertical;
}
.product-box-inner.box-info ul {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product-box-inner.box-info {
    padding: 40px;
  }
}
@media screen and (max-width: 425px) {
  .product-box-inner.box-info {
    padding: 20px;
  }
}
.product-box-inner.box-image {
  background-size: cover;
  background-position: center center;
  min-height: 500px;
  min-width: 50%;
}
.product-box-inner.box-image.bg-homehealthcare {
  background-image: url("../img/bg-home-health-care.jpg");
}
.product-box-inner.box-image.bg-hospicecare {
  background-image: url("../img/bg-hospice-care.jpg");
}
.product-box-inner.box-image.bg-veteransadmission {
  background-image: url("../img/bg-veterans-admission.jpg");
}
.product-box-inner.box-image.bg-insightfulanalytics {
  background-image: url("../img/feature-image/img-insightful-analytics.jpg");
}
.product-box-inner.box-image.bg-powerofazure {
  background-image: url("../img/bg-powerofazure.jpg");
}
.product-box-inner.box-image.bg-compliant {
  background-image: url("../img/Compliant.jpg");
}
.product-box-inner.box-image.bg-winnolashospice {
  background-image: url("../img/Comprehensive Solution.jpg");
}
.product-box-inner.box-image.bg-claimsfiling {
  background-image: url("../img/Claims Filing.jpg");
}
.product-box-inner.box-image.bg-arauditing {
  background-image: url("../img/Accounts Receivable Auditing.jpg");
}
.product-box-inner.box-image.bg-vaccn {
  background-image: url("../img/VA Community Care Network.jpg");
}
.product-box-inner.box-image.bg-powerfulfeatures {
  background-image: url("../img/Powerful Features.jpg");
}
.product-box-inner.box-image.bg-billingservices {
  background-image: url("../img/Billing Services.jpg");
}
.product-box-inner.box-image.bg-virtualassistanceservices {
  background-image: url("../img/Virtual Assistant Services.jpg");
}
.product-box-inner.box-image.bg-streamlineoperations {
  background-image: url("../img/Streamline Operations.jpg");
}
.product-box-inner.box-image.bg-onedayswitch {
  background-image: url("../img/onedayswitch.jpg");
}
.product-box-inner.box-image.bg-schedulemadeeasy {
  background-image: url("../img/bg-schedulemadeeasy.png");
}
.product-box-inner.box-image.bg-caringisourbusiness {
  background-image: url("../img/Caring is our Business.jpg");
}
@media screen and (min-width: 992px) {
  .product-box {
    flex-direction: row;
  }
}
@media screen and (max-width: 425px) {
  .product-box.main-products {
    margin-top: 20px;
  }
}
.product-box.main-products .product-box-inner h3:before {
  content: "Winnolas™";
  display: block;
  font-size: 14px;
}
.product-box.main-products .product-box-inner p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
}
.product-box.main-products .product-box-inner.box-image {
  min-height: 300px !important;
}

.feature-list [class*=col-] {
  margin-bottom: 30px;
}
.feature-list .item-list {
  background: #fff;
  padding: 2.5em;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.438em;
  height: 100%;
  position: relative;
}
.feature-list .item-list.linkmore {
  padding-bottom: 6em !important;
}
@media screen and (max-width: 768px) {
  .feature-list .item-list {
    padding: 20px;
  }
  .feature-list .item-list.linkmore {
    padding-bottom: 4em !important;
  }
}
.feature-list .item-list header {
  text-align: left;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.feature-list .item-list header .icon-holder {
  padding: 10px;
  float: left;
  margin-right: 20px;
  background-color: #F2F6FF;
  border-radius: 15px;
}
.feature-list .item-list header .icon-holder img {
  width: 30px !important;
  height: 30px !important;
}
.feature-list .item-list header .icon-holder .iconsax svg {
  --Iconsax-Color: #0e0b3c;
  --Iconsax-Size: 30px;
  stroke-width: 1.5;
  margin: 0;
}
.feature-list .item-list header h3 {
  color: #0E0B3C;
  margin-bottom: 20px;
  font-size: 1.2em;
  margin-bottom: 0;
  width: 80%;
}
.feature-list .item-list p {
  font-size: 14px;
  line-height: 22px;
}
.feature-list .item-list .btn-learnmore {
  position: absolute;
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-list .item-list .btn-learnmore {
    bottom: 20px;
  }
}
.feature-list.inverted .item-list {
  background-color: #F2F6FF;
}
.feature-list.inverted .item-list header .icon-holder {
  background-color: #fff;
}

.checklist-blue {
  padding: 0;
  margin: 0;
}
.checklist-blue li {
  margin-bottom: 10px;
  margin-right: 20px;
  padding-left: 35px;
  background-image: url("../img/icons/icon-check-blue.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 20px;
}

.bullet-list {
  padding: 0;
  margin: 0;
}
.bullet-list li {
  margin-bottom: 5px;
  padding-left: 35px;
  margin-right: 20px;
  background-image: url("../img/icons/icon-bullet.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
}
.bullet-list .no-bullets li {
  margin-bottom: 5px;
  padding-left: 35px;
  margin-right: 20px;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: none !important;
  background-size: none !important;
  list-style: none !important;
  list-style-type: none !important;
}
.bullet-list.inner li {
  background-position: top left;
}

.dd-list li:before {
  content: "•";
  margin-right: 10px;
  font-size: 16px;
}

ul.dd-inner-list li {
  margin-left: 36px;
}
ul.dd-inner-list li:before {
  font-size: 7px;
  font-weight: 600;
  content: "⭘" !important;
  margin-left: -18px;
  top: -4px;
  position: relative;
}

.sorting-list {
  text-align: center;
  margin-bottom: 30px;
}
.sorting-list li {
  display: inline-block;
  padding: 8px 15px;
  background-color: #F2F6FF;
  border: 1px solid #CEDAF5;
  border-radius: 50px;
  font-size: 0.875em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.sorting-list li.filter-btn:hover {
  cursor: pointer;
}
.sorting-list li.filter-btn.active {
  background-color: #0098D8;
  color: #fff;
}

.number-list {
  list-style-type: decimal;
}
.number-list li {
  list-style: inherit;
}

.feature-content {
  background-color: #fff;
  padding: 5em;
}

.feature-image {
  background-size: cover;
  background-repeat: no-repeat;
}
.feature-image.insightful-analytics {
  background-image: url("../img/feature-image/img-insightful-analytics.jpg");
}

.ui-tabgroup {
  position: relative;
  display: inline-block;
  width: 100%;
}

.ui-tabgroup:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.ui-tabgroup > .ui-tabs {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .ui-tabgroup > .ui-tabs {
    display: block;
  }
}

.ui-tabgroup > .ui-tabs > [class^=ui-tab] {
  position: relative;
  float: left;
  display: block;
  color: #69698A;
  margin: 0 0 1px 0;
  padding: 11px 18px 9px 18px;
  cursor: pointer;
  min-width: 100%;
  min-height: 40px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #F2F6FF;
  font-size: 0.875em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.ui-tabgroup > .ui-tabs > [class^=ui-tab] > .fa {
  font-size: 15px;
}

.ui-tabgroup > input[class^=ui-tab] {
  display: inline;
  appearance: none;
  position: relative;
  float: left;
  left: -99999px;
  padding: 0;
  margin: 0 0 0 -5px; /* FireFox hack */
  height: 0;
  width: 0;
  z-index: -100;
  overflow: hidden;
  outline: 0;
  float: left;
}

.ui-tabgroup > input.ui-tab1:focus ~ .ui-tabs > .ui-tab1,
.ui-tabgroup > input.ui-tab2:focus ~ .ui-tabs > .ui-tab2,
.ui-tabgroup > input.ui-tab3:focus ~ .ui-tabs > .ui-tab3,
.ui-tabgroup > input.ui-tab4:focus ~ .ui-tabs > .ui-tab4,
.ui-tabgroup > input.ui-tab5:focus ~ .ui-tabs > .ui-tab5 {
  box-shadow: inset 0 40px 60px -40px rgba(255, 255, 255, 0.2);
  color: #0098D8 !important;
  border-radius: 50px;
  border: 1px solid #CEDAF5;
}

.ui-tabgroup > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1,
.ui-tabgroup > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2,
.ui-tabgroup > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3,
.ui-tabgroup > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4,
.ui-tabgroup > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5 {
  background-color: #fff;
  color: #69698A;
  position: relative;
  border-radius: 50px;
  border: 1px solid #CEDAF5;
}

.ui-tabgroup > .ui-panels > [class^=ui-tab] {
  color: #69698A;
  border-width: 1px 0;
  border-style: solid;
  border-color: #F2F6FF;
  min-height: 200px;
  padding: 25px;
  display: none;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  float: left;
  width: 100%;
}

.ui-tabgroup > .ui-panels > [class^=ui-tab]:after {
  visibility: visible;
  display: block;
  font-size: 0;
  content: "|";
  clear: both;
  height: 0;
}

.ui-tabgroup > input.ui-tab1:checked ~ .ui-panels > .ui-tab1,
.ui-tabgroup > input.ui-tab2:checked ~ .ui-panels > .ui-tab2,
.ui-tabgroup > input.ui-tab3:checked ~ .ui-panels > .ui-tab3,
.ui-tabgroup > input.ui-tab4:checked ~ .ui-panels > .ui-tab4,
.ui-tabgroup > input.ui-tab5:checked ~ .ui-panels > .ui-tab5 {
  display: block;
}

.ui-tabs > .ui-panels > [class^=ui-tab] {
  width: 100%;
}

@media screen and (max-width: 639px) {
  .ui-tabgroup > .ui-panels > [class^=ui-tab] {
    padding: 0;
  }
}
@media screen and (min-width: 639px) {
  .ui-tabs:not(.left-side) > .ui-panels {
    float: left;
    width: 100%;
  }
  .ui-tabgroup > .ui-tabs > [class^=ui-tab]:first-child {
    margin: 1px 0 0 5px;
  }
  .ui-tabgroup > .ui-tabs > [class^=ui-tab] {
    margin: 1px 0 0 1px;
    min-width: 50px;
  }
  .ui-tabgroup > .ui-panels > [class^=ui-tab] {
    padding: 0;
  }
  .ui-tabgroup > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1:after,
  .ui-tabgroup > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2:after,
  .ui-tabgroup > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3:after,
  .ui-tabgroup > input.ui-tab4:checked ~ .ui-tabs > .ui-tab4:after,
  .ui-tabgroup > input.ui-tab5:checked ~ .ui-tabs > .ui-tab5:after {
    position: absolute;
    content: "";
    background-color: none;
    top: 38px;
    left: 0;
    width: 100%;
    height: 3px;
  }
}
.testimonials {
  display: none;
  padding-bottom: 200px;
  margin-bottom: -161px;
}
@media screen and (max-width: 768px) {
  .testimonials {
    padding-bottom: 250px;
    margin-bottom: -220px;
  }
}
@media screen and (max-width: 425px) {
  .testimonials {
    padding-bottom: 350px;
    margin-bottom: -300px;
  }
}
@media screen and (max-width: 375px) {
  .testimonials {
    padding-bottom: 400px;
    margin-bottom: -350px;
  }
}
@media screen and (max-width: 320px) {
  .testimonials {
    padding-bottom: 455px;
    margin-bottom: -405px;
  }
}
.testimonials-item {
  text-align: center;
}
.testimonials-profile img {
  border-radius: 100px;
  margin-bottom: 20px;
}
.testimonials-name {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0E0B3C;
  margin: 0;
}
.testimonials-position {
  font-size: 14px;
  margin-bottom: 5px;
}
.testimonials-rating {
  display: block;
  text-align: center;
}

.theme-accordion .card {
  border-radius: 10px;
  overflow: hidden;
}

#request .iconsax svg {
  --Iconsax-Color: #ffffff;
  --Iconsax-Width: 2;
}

.cta-section {
  padding: 20px;
  z-index: 1;
  position: relative;
  margin-bottom: -225px;
}
.cta-section .container {
  text-align: center;
}
@media screen and (max-width: 425px) {
  .cta-section .container {
    padding: 0;
  }
}
.cta-section .btn-onedayswitch {
  margin: -90px auto 0 auto;
  font-size: 18px;
  padding: 15px 25px;
  position: absolute;
  bottom: 23px;
}
.cta-section .btn-onedayswitch .iconsax svg {
  --Iconsax-Color: #ffffff;
  height: 24px;
  width: 24px;
}
@media screen and (max-width: 425px) {
  .cta-section .btn-onedayswitch {
    font-size: 15px;
    padding: 10px 15px;
    position: relative;
    bottom: -84px;
  }
}
@media screen and (max-width: 320px) {
  .cta-section .btn-onedayswitch {
    font-size: 13px;
    padding: 10px 15px;
    position: relative;
    bottom: -84px;
  }
}

.oneday-switch {
  background-color: #fff;
  padding: 50px;
  border-radius: 15px;
  border: solid 1px #CEDAF5;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  text-align: left;
}
.oneday-switch .container {
  text-align: left;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .oneday-switch {
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .oneday-switch {
    text-align: center;
    padding: 30px;
    display: block;
  }
}
.oneday-switch .image-box {
  border-right: 1px solid #CEDAF5;
  padding: 20px;
  margin-right: 88px;
}
@media screen and (max-width: 1199px) {
  .oneday-switch .image-box {
    margin-right: 35px;
  }
}
@media screen and (max-width: 991px) {
  .oneday-switch .image-box {
    border: none;
    margin: 0;
  }
}
.oneday-switch .image-box img {
  max-width: 150px;
}
@media screen and (max-width: 991px) {
  .oneday-switch .image-box img {
    max-width: 120px;
  }
}
@media screen and (max-width: 425px) {
  .oneday-switch .image-box img {
    max-width: 100px;
  }
}
.oneday-switch .info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 425px) {
  .oneday-switch .info-box {
    display: block;
  }
}
.oneday-switch .info-box h2 {
  margin-bottom: 10px;
}
.oneday-switch .info-box p {
  color: #0E0B3C;
  max-width: 95%;
}

#btnFooterOds {
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
  width: min-content;
  white-space: nowrap;
  right: 50%;
  bottom: 0;
  transform: translate(50%, 50%);
  font-size: 1.2rem;
  position: absolute;
  padding: 1rem 1.4rem;
  z-index: 1;
}
#btnFooterOds .iconsax svg {
  --Iconsax-Color:#ffffff;
}

.onedaySwitch {
  background-color: #fff;
  z-index: 1;
  padding: 5rem;
  border: 1px solid #ccc;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  align-content: center;
  position: relative;
  margin-top: -160px;
  margin-bottom: -160px;
}

.imgBox {
  grid-area: 1/1/2/2;
  align-items: center;
  border-right: 1px solid #ccc;
  margin-right: 2.5rem;
  padding-right: 2rem;
}
.imgBox img {
  height: 150px;
}

.infoBox {
  grid-area: 1/2/2/3;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.infoBox h2 {
  margin-bottom: 10px;
}
.infoBox p {
  margin-bottom: 0;
}

@media (max-width: 1201px) {
  .onedaySwitch {
    grid-template-columns: 0.6fr 1.4fr;
  }
}
@media (max-width: 1025px) {
  .onedaySwitch {
    grid-template-columns: 0.6fr 1.4fr;
  }
}
@media (max-width: 769px) {
  .onedaySwitch {
    padding: 2.5rem;
    grid-template-columns: 0.7fr 1.3fr;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .onedaySwitch h2 {
    text-align: center;
    font-size: 30px;
  }
  .onedaySwitch p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .imgBox {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .imgBox img {
    height: 80px;
    margin-bottom: 15px;
  }
  .infoBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #btnFooterOds {
    font-size: 16px;
  }
}
@media (max-width: 426px) {
  .onedaySwitch {
    padding: 1.5rem;
    grid-template-columns: 0.7fr 1.3fr;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .onedaySwitch h2 {
    text-align: center;
    font-size: 25px;
  }
  .onedaySwitch p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .imgBox {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .imgBox img {
    height: 60px;
    margin-bottom: 15px;
  }
  .infoBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #btnFooterOds {
    font-size: 16px;
  }
}
footer {
  background-color: #d7deee;
  font-size: 14px;
  padding-top: 250px;
}
footer .logo-footer {
  margin-bottom: 10px;
}
footer h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
footer .copyright {
  font-size: 12px;
  background-color: #0E0B3C;
  color: #fff;
  margin-top: 50px;
}
footer .copyright p {
  font-size: 12px;
}
footer .copyright-link {
  text-align: left;
}
@media screen and (max-width: 768px) {
  footer .copyright-link {
    text-align: center;
    margin-bottom: 10px;
  }
}
footer .copyright-content {
  text-align: right;
}
footer .copyright-content:after {
  display: none;
}
footer .copyright-content p {
  margin-bottom: 0;
  color: white;
}
@media screen and (max-width: 768px) {
  footer .copyright-content {
    text-align: center;
  }
}
footer a {
  display: block;
  color: #0E0B3C;
}
footer a:hover {
  transition: color 0.5s ease;
  color: #0098D8;
}
@media screen and (max-width: 768px) {
  footer a:last-child {
    margin-bottom: 20px;
  }
}
footer a.footer-links {
  display: inline-block;
  color: #fff;
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 320px) {
  footer a.footer-links {
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    border: none;
  }
}
footer a.footer-links:hover {
  color: #0098D8;
}
footer a.footer-links:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

.css-1vtymru.css-1vtymru {
  background-color: #2e5889 !important;
}

.back-top {
  position: fixed;
  z-index: 9999;
  display: block !important;
}
.back-top .iconsax svg {
  --Iconsax-Size: 30px;
}

#demorequest-submit .iconsax svg {
  --Iconsax-Color: #ffffff;
  --Iconsax-Width: 2;
}

.login-register-section {
  color: #0E0B3C;
  min-height: 100vh;
}
.login-register-section .login-box {
  border-radius: 0;
  background-color: #24262e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
}
.login-register-section .login-box h4 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
}
.login-register-section .login-box p {
  color: #fff;
  font-size: 14px;
  opacity: 0.5;
}
.login-register-section .login-box .login-form-style {
  font-family: "Inter", sans-serif;
  width: 45%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .login-register-section .login-box .login-form-style {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .login-register-section .login-box .login-form-style {
    width: 50%;
  }
}
@media screen and (max-width: 425px) {
  .login-register-section .login-box .login-form-style {
    width: 90%;
  }
}
.login-register-section .login-box .login-form-style a {
  font-size: 14px;
}
.login-register-section .login-box .login-form-style a:visited {
  color: #CEDAF5;
}
.login-register-section .login-box .login-form-style a:hover, .login-register-section .login-box .login-form-style a:focus {
  color: #0098D8;
  transition: color 0.5s ease;
}
.login-register-section .login-box .login-form-style .login-to-signup {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
}
.login-register-section .login-box .login-form-style .login-to-signup a:visited {
  color: #F2F6FF;
}
.login-register-section .login-box .login-form-style .login-to-signup a:hover, .login-register-section .login-box .login-form-style .login-to-signup a:focus {
  color: #0098D8;
  transition: color 0.5s ease;
}
.login-register-section .login-box .login-form-style .form-group {
  margin-bottom: 20px;
}
.login-register-section .login-box .login-form-style .form-group.login-pw {
  margin-bottom: 10px;
}
.login-register-section .login-box .login-form-style .form-group .zmdi {
  border-radius: 5px 0 0 5px;
  background-color: #0098D8;
}
.login-register-section .login-box .login-form-style .form-group .zmdi .iconsax svg {
  --Iconsax-Color: #ffffff;
  --Iconsax-Width: 2;
  --Iconsax-Size: 24px;
  margin: -5px 0 0 0;
}
.login-register-section .login-bg {
  background-image: url("../img/bg-login.jpg");
  background-size: cover;
  background-position: center center;
}

.sitemap {
  margin-bottom: 30px;
}
.sitemap li {
  margin-bottom: 10px;
  font-size: 14px;
}
.sitemap li a {
  color: #101f41;
  margin-bottom: 5px;
}
.sitemap li a:hover, .sitemap li a:focus {
  color: #0098D8;
}
.sitemap li h6 {
  font-size: 18px;
  margin: 20px 0 5px 0;
  text-transform: uppercase;
  font-weight: 600;
}

#errorCaptcha,
#errorFields {
  animation: fadein 0.5s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 767.99px) {
  #demorequest-submit.btn.btn-custom {
    display: block;
    margin: 0 auto;
  }
  .g-recaptcha {
    display: block;
    margin: 0 auto;
    width: 304px;
  }
}
.error-section {
  font-family: "Poppins", sans-serif;
  color: #0E0B3C;
  background: rgb(0, 212, 255);
  background: radial-gradient(circle, rgb(0, 212, 255) 0%, rgb(2, 0, 36) 100%);
}
.error-section .logo {
  height: 35px;
}
.error-section h1 {
  text-shadow: 0 7px 2px #051424;
}
.error-section h3 {
  color: whitesmoke;
}
.error-section p {
  color: whitesmoke;
}

.lt-subtitle {
  font-size: 20px;
  font-weight: 600;
}

.billing-resources {
  text-align: center;
}
.billing-resources img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 80px;
  margin-bottom: 50px;
  margin-top: 35px;
}
.billing-resources a {
  margin-bottom: 30px;
}/*# sourceMappingURL=main.css.map */