@charset "UTF-8";
/*
Theme Name: Office One Solutions
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the Kcloud91 team
Author URI: https://kcloud9.com/
Description: A timesheet tracks work hours, including start, end, breaks, and total time worked. Used for payroll, project management, and productivity, it can be manual (spreadsheets) or digital (software/apps).
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
Version: 2.539
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: -

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
@import url(assets/css/bootstrap.min.css);
@import url(assets/css/bootstrap-icons.min.css);
@import url(assets/css/owl.carousel.min.css);
:root {
  --c1: #000000;
  --c2: #ffffff;
  --c3: #ff6500;
  --c4: #004bad;
  --f1: Outfit, sans-serif;
}

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

.insert-page h1.insert-page-title {
  display: none;
}

figure {
  margin: 0 !important;
}

body {
  font: 400 14px var(--f1);
  color: var(--c1);
}
body.single-post footer {
  padding: 60px 0 0;
}
body.fixed-bar header {
  background-color: var(--c2);
  position: fixed;
  animation: header 1s linear;
  box-shadow: 0 4px 15px rgba(225, 225, 225, 0.6);
  z-index: 999;
}
body.admin-bar header {
  top: 32px;
}

@keyframes header {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
a, .btn, button {
  transition: 0.3s linear !important;
}

.btn-theme {
  padding: 0;
  border: 0 !important;
}
.btn-theme .wp-block-button__link {
  font: 500 16px var(--f1);
  color: var(--c2) !important;
  border-radius: 6px;
  background: linear-gradient(to right, #1a6ba3 0%, #389ce0 50%, #1a6ba3 100%);
  background-size: 200% auto;
  padding: 20px 40px;
}
.btn-theme .wp-block-button__link:hover {
  background-position: right center;
}

.btn-black {
  padding: 0;
  border: 0 !important;
}
.btn-black .wp-block-button__link {
  font: 500 16px var(--f1);
  color: var(--c2) !important;
  border-radius: 6px;
  background: linear-gradient(to right, #3a3a3a 0%, #000000 50%, #3a3a3a 100%);
  background-size: 200% auto;
  padding: 20px 40px;
}
.btn-black .wp-block-button__link:hover {
  background-position: right center;
}

.btn-wt-trans {
  padding: 0;
  border: 0 !important;
}
.btn-wt-trans .wp-block-button__link {
  font: 500 16px var(--f1);
  border: 2px solid var(--c2);
  color: var(--c2) !important;
  border-radius: 6px;
  background-color: transparent;
  background-size: 200% auto;
  padding: 20px 40px;
}
.btn-wt-trans .wp-block-button__link:hover {
  background-color: var(--c2);
  color: var(--c1) !important;
}

.btn-theme-trans {
  padding: 0;
  border: 0 !important;
}
.btn-theme-trans .wp-block-button__link {
  font: 500 16px var(--f1);
  color: #389ce0 !important;
  border-radius: 6px;
  background-color: transparent;
  border: 2px solid #389ce0;
  background-size: 200% auto;
  padding: 20px 40px;
}
.btn-theme-trans .wp-block-button__link:hover {
  background-color: #389ce0;
  color: var(--c2) !important;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
header .navbar {
  background-color: var(--c2);
}
header .navbar .site-logo img {
  width: auto;
  max-height: 60px;
}
header .navbar .navbar-brand {
  margin: 0;
  padding: 0;
}
header .navbar .navbar-brand img {
  width: auto;
  max-height: 60px;
}
header .navbar .navbar-collapse {
  flex-grow: initial;
}
header .navbar .navbar-collapse .navbar-nav {
  gap: 35px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font: 500 18px var(--f1);
  color: var(--c1);
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: var(--c4);
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  display: none;
}
header .navbar .navbar-collapse .navbar-nav .nav-item.blog-menu.current-menu-item .nav-link {
  color: var(--c4);
}
header .navbar .contact-menu .nav-link {
  font: 500 16px var(--f1);
  color: var(--c2);
  border-radius: 6px;
  background: linear-gradient(to right, #1a6ba3 0%, #389ce0 50%, #1a6ba3 100%);
  background-size: 200% auto;
  padding: 15px 40px;
}
header .navbar .contact-menu .nav-link:hover, header .navbar .contact-menu .nav-link.active {
  background-position: right center;
}
header .navbar .contact-menu .nav-link.active:hover {
  background-color: var(--c3);
  color: var(--c2);
}
header .navbar .navbar-toggler {
  border: 0;
  padding: 0;
  box-shadow: none;
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.banner {
  padding-top: 80px;
}
.banner .wp-block-buttons {
  justify-content: center;
}
.banner .banner-caption {
  position: relative;
  text-align: center;
  padding: 100px 0 60px;
}
.banner .banner-caption::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(assets/images/abstract-bg.webp) 0 -160px/cover;
  background-size: 1600px;
  position: absolute;
  top: 0;
  left: 0;
}
.banner .banner-caption h1, .banner .banner-caption p, .banner .banner-caption .btn {
  position: relative;
}
.banner .banner-caption h1 {
  font: 700 60px/70px var(--f1);
  margin: 0 0 20px;
}
.banner .banner-caption h1 span, .banner .banner-caption h1 strong {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(254deg, #1e92e2, #13354d);
  background-clip: text;
  display: block;
  font-weight: 700;
}
.banner .banner-caption p {
  font: 400 18px/25px var(--f1);
  margin: 0 0 25px;
}
.banner .banner-img {
  background: url(assets/images/desert.jpg) 0 0/cover;
  border-radius: 30px;
  text-align: center;
}
.banner .banner-img img {
  max-width: calc(100% - 150px) !important;
  margin: 100px 0 0;
  border-radius: 20px 20px 0 0;
  height: 504px !important;
  object-fit: cover;
}
.banner.hbanner {
  position: relative;
  height: calc(100vh + 150px);
  padding-top: 76px;
}
.banner.hbanner::before, .banner.hbanner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner.hbanner::before {
  background: url(assets/images/home-bg.png) no-repeat 0 0/cover;
}
.banner.hbanner::after {
  background: url(assets/images/abstractbg1.png) no-repeat 0 0/cover;
  opacity: 0.1;
}
.banner.hbanner > div {
  height: 100%;
}
.banner.hbanner .container {
  height: 100%;
  z-index: 9;
  position: relative;
}
.banner.hbanner .container > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner.hbanner .container .sticky-list {
  margin: 0;
}
.banner.hbanner .container .sticky-list .wp-block-column {
  background-color: rgba(56, 156, 224, 0.2);
  color: var(--c2);
  padding: 10px 10px 10px 60px;
  border: 1px solid #389ce0;
  border-radius: 10px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: initial;
  flex-basis: auto;
}
.banner.hbanner .container .sticky-list .wp-block-column::before {
  content: "\f673";
  font: 500 13px "bootstrap-icons";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #389ce0;
  position: absolute;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner.hbanner .container .sticky-list .wp-block-column h4 {
  font-size: 14px;
}
.banner.hbanner .container .sticky-list .wp-block-column p {
  font-size: 13px;
  margin: 0;
}
.banner.hbanner .container .sticky-list .wp-block-column:nth-of-type(1) {
  top: 180px;
  left: 0;
}
.banner.hbanner .container .sticky-list .wp-block-column:nth-of-type(2) {
  top: 110px;
  right: 0;
}
.banner.hbanner .container .sticky-list .wp-block-column:nth-of-type(2)::before {
  background-color: #1a6ba3;
}
.banner.hbanner .container .sticky-list .wp-block-column:nth-of-type(3) {
  bottom: 250px;
  right: 0;
}
.banner.hbanner .banner-caption {
  padding: 30px 0;
}
.banner.hbanner .banner-caption::before {
  display: none;
}
.banner.hbanner .banner-caption p.badge {
  font: 400 14px/22px var(--f1);
  border: 1px solid #7eb6ff;
  padding: 8px 40px;
  color: var(--c2);
  border-radius: 30px;
  position: relative;
  margin: 0 0 15px;
}
.banner.hbanner .banner-caption p.badge::before, .banner.hbanner .banner-caption p.badge::after {
  font-size: 22px;
  position: absolute;
  color: #ffba57;
}
.banner.hbanner .banner-caption p.badge::before {
  content: "☆";
  left: 15px;
}
.banner.hbanner .banner-caption p.badge::after {
  content: "◈";
  right: 15px;
}
.banner.hbanner .banner-caption h1, .banner.hbanner .banner-caption p {
  color: var(--c2);
}
.banner.hbanner .banner-caption h1 strong {
  background-image: linear-gradient(254deg, #8ed1ff, #4d98ce);
}
.banner.hbanner .banner-caption p {
  max-width: 700px;
  margin: auto;
}
.banner.hbanner .flist {
  display: flex;
  gap: 15px;
  margin: 40px 0;
  align-items: center;
  justify-content: center;
}
.banner.hbanner .flist li {
  font: 400 14px/22px var(--f1);
  border: 1px solid #7eb6ff;
  padding: 8px 20px 8px 35px;
  color: var(--c2);
  border-radius: 30px;
  position: relative;
}
.banner.hbanner .flist li::before {
  content: "\f272";
  font: 400 16px "bootstrap-icons";
  position: absolute;
  top: calc(50% - 9px);
  left: 10px;
}
.banner.hbanner .btn-section > div {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.banner.hbanner .banner-bottom {
  color: var(--c2);
  margin: 40px 0 0;
  max-width: 800px;
  width: 100%;
  text-align: center;
}
.banner.hbanner .banner-bottom h4 {
  font-size: 35px;
  font-weight: 700;
}
.banner.hbanner .banner-bottom p {
  font-size: 18px;
  margin: 0;
}

section.darkbg {
  background-color: #061b29;
}
section.darkbg .head h3 {
  color: var(--c2);
}
section.darkbg .head h3 span, section.darkbg .head h3 strong {
  background-image: linear-gradient(254deg, #1a73b1, #54afef);
}
section.darkbg .head p {
  color: var(--c2);
}

section.d-padding {
  padding: 80px 0;
}
section .head {
  margin: 0 0 50px;
}
section .head h3 {
  font: 700 45px/55px var(--f1);
  text-align: center;
}
section .head h3 span, section .head h3 strong {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(254deg, #1e92e2, #13354d);
  background-clip: text;
  font-weight: 700;
}
section .head h3.d-block strong {
  display: block;
}
section .head p {
  font: 400 17px/28px var(--f1);
  max-width: 550px;
  margin: auto;
  text-align: center;
}
section.features article {
  background-color: #fff9e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 250px;
  margin: 0 0 24px;
  overflow: hidden;
  padding: 40px;
  border-radius: 8px;
  transition: 0.3s linear;
}
section.features article .f-left h4 {
  font: 600 25px/35px var(--f1);
}
section.features article .f-left p {
  font: 400 17px/28px var(--f1);
}
section.features article img {
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 0px 30px rgba(0, 27, 64, 0.2);
  position: absolute;
  border-radius: 8px;
  transition: 0.3s linear;
}
section.features article.f1 figure:first-child img {
  max-width: 290px;
  top: 50px;
  right: 50px;
}
section.features article.f1 figure:last-child img {
  max-width: 210px;
  right: -5px;
  bottom: 38px;
}
section.features article.f2 {
  background-color: #143D60;
}
section.features article.f2 .f-left h4, section.features article.f2 .f-left p {
  color: var(--c2);
}
section.features article.f2 img {
  max-width: 290px;
  right: -5px;
  top: 54px;
}
section.features article.f3 {
  background-color: #eef6fc;
}
section.features article.f3 img:first-child {
  max-width: 270px;
  right: -110px;
  top: 100px;
}
section.features article.f4 {
  background-color: #cfe4ff;
  display: block;
  padding-top: 40px;
}
section.features article.f4 .f-left {
  max-width: 100%;
}
section.features article.f4 figure:first-child img {
  max-width: 293px;
  position: absolute;
  left: 40px;
  bottom: -130px;
}
section.features article.f4 figure:last-child img {
  max-width: 250px;
  position: absolute;
  bottom: 100px;
  right: 20px;
}
section.features article.f5 {
  background-color: #ffd2b4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section.features article.f5 .f-left {
  margin: 0;
}
section.features article.f5 ul {
  list-style: none;
  padding: 0;
}
section.features article.f5 ul li {
  margin: 20px 0 0;
}
section.features article.f5 ul li a {
  font: 600 16px/18px var(--f1);
  color: var(--c1);
  text-decoration: none;
  position: relative;
  padding: 0 0 0 20px;
}
section.features article.f5 ul li a::before {
  content: "\f285";
  font: 600 14px "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 2px;
}
section.features article.f6 {
  background-color: #e5f7e1;
}
section.features article:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 0px 30px rgba(0, 27, 64, 0.2);
}
section.features article:hover.f1 figure:first-child img {
  transform: translateY(-40px);
}
section.features article:hover.f1 figure:last-child img {
  transform: translateY(60px);
}
section.features article:hover.f2 img {
  transform: scale(1.1) translateX(-5px);
}
section.features article:hover.f3 img {
  transform: scale(1.2) translateY(-10px);
}
section.features article:hover.f4 figure:first-child img {
  transform: translateY(25px);
}
section.features article:hover.f4 figure:last-child img {
  transform: scale(1.1) translateY(-10px);
}

section.about {
  background: linear-gradient(#ffffff, #eef8ff);
}
section.about .head {
  margin: 0 0 -120px;
}
section.about .head * {
  text-align: left;
}
section.about .head p {
  margin: 15px 0 0;
}
section.about .container .row {
  align-items: flex-end;
}
section.about .container .row > div:first-child {
  height: 300px;
}
section.about figure {
  height: 100%;
}
section.about figure img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
section.about .content-sec {
  margin-left: 40px;
}
section.about .content-sec p {
  font: 400 17px/28px var(--f1);
}
section.about .content-sec .about-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 0;
}
section.about .content-sec .about-btm .para {
  max-width: 520px;
}

section.whoitsfor .head {
  margin: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.whoitsfor .head * {
  text-align: left !important;
}
section .owl-carousel article .img-sec img {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
  border-radius: 15px;
}
section .owl-carousel article .content-sec {
  margin: 20px 0 0;
}
section .owl-carousel article .content-sec h4, section .owl-carousel article .content-sec p {
  color: var(--c2);
}
section .owl-carousel article .content-sec h4 {
  font: 600 22px/30px var(--f1);
}
section .owl-carousel article .content-sec p {
  font: 400 17px/28px var(--f1);
  margin: 0;
  height: 55px;
  overflow: hidden;
}
section .owl-carousel .owl-nav {
  position: absolute;
  top: -140px;
  display: flex;
  gap: 15px;
  right: 0;
  justify-content: flex-end;
  width: calc(100% + 160px);
}
section .owl-carousel .owl-nav button.owl-prev, section .owl-carousel .owl-nav button.owl-next {
  width: 60px;
  height: 60px;
  background: linear-gradient(to right, #1a6ba3 0%, #389ce0 50%, #1a6ba3 100%);
  background-size: 120% auto;
  border-radius: 6px;
  font-size: 25px;
  color: var(--c2);
}
section .owl-carousel .owl-nav button.owl-prev:hover, section .owl-carousel .owl-nav button.owl-next:hover {
  background-position: right center;
}

section.testimonials {
  background: linear-gradient(#f7f2fa, #fff);
  padding-top: 200px;
}
section.testimonials .head h3 {
  max-width: 500px;
  margin: auto;
}
section.testimonials .testimonial-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
section.testimonials .testimonial-row .testimonial-item {
  width: 33.33%;
  background-color: var(--c2);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 30px rgba(225, 225, 225, 0.6);
}
section.testimonials .testimonial-row .testimonial-item .testiminial-content {
  border-bottom: 1px solid rgba(94, 96, 117, 0.2);
  padding: 0 0 18px;
  margin: 0 0 18px;
  min-height: 319px;
}
section.testimonials .testimonial-row .testimonial-item .testiminial-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}
section.testimonials .testimonial-row .testimonial-item .testiminial-user {
  text-align: right;
}
section.testimonials .testimonial-row .testimonial-item .testiminial-user h5 {
  font: 600 18px/20px var(--f1);
  margin: 5px 0 0;
}
section.testimonials .testimonial-row .testimonial-item .testiminial-user span, section.testimonials .testimonial-row .testimonial-item .testiminial-user p {
  margin: 0;
  font: 400 15px/18px var(--f1);
  color: #5e6075;
}

section.reason {
  min-height: 1000px;
  position: relative;
}
section.reason::before {
  content: "";
  background: #061b29 url(assets/images/home-bg.png) no-repeat 0 0/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.reason .container {
  position: relative;
}
section.reason .head h3 {
  max-width: 440px;
  margin: auto;
}
section.reason .head .btn-section {
  text-align: center;
  margin: 30px 0 0;
}
section.reason .counter-train {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 0;
  flex-wrap: wrap;
}
section.reason .counter-train .counter-item {
  width: 25%;
  color: var(--c2);
  padding: 0 40px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
section.reason .counter-train .counter-item .counter-text h4 {
  font-size: 80px;
  display: inline-block;
  font-weight: 600;
  margin: 0 15px 20px 0;
  padding: 0 50px 0 0;
  position: relative;
}
section.reason .counter-train .counter-item .counter-text h4::before {
  font-size: 30px;
  color: #44545f;
  transform: translateY(-5px);
  position: absolute;
  right: 0;
  bottom: 20px;
}
section.reason .counter-train .counter-item p {
  color: #a3a5b5;
  font-size: 18px;
  letter-spacing: 0.18px;
}
section.reason .counter-train .counter-item:last-child {
  border: 0;
}
section.reason .counter-img {
  margin: 50px 0 0;
  position: absolute;
}
section.reason .counter-img img {
  border-radius: 20px;
}

section.capcbility {
  background: linear-gradient(#f7f2fa, #fff);
}
section.capcbility .head {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
section.capcbility article {
  border-radius: 15px;
  box-shadow: 0 4px 30px rgba(225, 225, 225, 0.6) inset;
  padding: 40px;
  margin: 0 0 24px;
  transition: 0.3s linear;
}
section.capcbility article h4 {
  font-weight: 600;
  margin: 0 0 10px;
  padding: 55px 0 0;
  position: relative;
}
section.capcbility article h4::before {
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
section.capcbility article p {
  font-size: 18px;
  letter-spacing: 0.18px;
  color: #5e6075;
  margin: 0;
  height: 93px;
  overflow: hidden;
}
section.capcbility article:hover {
  transform: translateY(-20px);
}

section.help .container {
  background: #2f81b9 url(assets/images/bg.png) no-repeat 0 0/cover;
  background-position: 50%;
  padding: 80px;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto -210px;
  position: relative;
  z-index: 9;
}
section.help .container article {
  max-width: 800px;
  margin: auto;
}
section.help .container article h3 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 700;
}
section.help .container article h3, section.help .container article p {
  color: var(--c2);
}
section.help .container article p {
  font-size: 18px;
  margin: 30px auto;
  max-width: 520px;
}
section.help .container article .btn-section > div {
  display: flex;
  justify-content: center;
  gap: 20px;
}

section.blogs {
  background: linear-gradient(#f7f2fa, #fff);
}
section.blogs .head {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
section.blogs article {
  position: relative;
}
section.blogs article .img-sec {
  overflow: hidden;
  border-radius: 20px;
}
section.blogs article .img-sec img {
  max-width: 100%;
  transition: 0.3s linear;
}
section.blogs article:hover .img-sec img {
  transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
section.blogs article:hover h4 a {
  color: var(--c4);
}
section.blogs article:hover h4 a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.blogs article .date {
  font-size: 16px;
  color: #54555d;
  margin: 15px 0 5px;
}
section.blogs article h4 {
  font-size: 22px;
  margin: 0;
}
section.blogs article h4 a {
  color: var(--c1);
  text-decoration: none;
}
section.blogs.iblog {
  background: none;
  padding-top: 0;
}
section.blogs.iblog .row article {
  margin: 50px 0 0;
}
section.blogs.iblog .row > div:nth-of-type(1) article, section.blogs.iblog .row > div:nth-of-type(2) article, section.blogs.iblog .row > div:nth-of-type(3) article {
  margin: 0;
}

section.pricing {
  padding-top: 0;
}
section.pricing .head h3 {
  max-width: 500px;
  margin: auto;
}
section.pricing .p-plans .form-switch {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  text-align: center;
  margin: 0 0 40px;
}
section.pricing .p-plans .form-switch .form-check-input {
  float: none;
  margin: 0 10px;
  cursor: pointer;
  box-shadow: none;
  width: 60px;
  height: 28px;
  background-color: var(--c2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%231a6ba3'/%3e%3c/svg%3e");
  border-color: #cacaca;
  transition: 0.3s linear;
}
section.pricing .p-plans .plan-table {
  max-width: 1100px;
  margin: auto;
}
section.pricing .p-plans .plan-table .rpt_plan_2 .pricing-plan span {
  font-size: 30px;
  min-height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.pricing .p-plans .plan-table .rpt_plan_2 .pricing-plan em {
  display: none !important;
}
section.pricing .p-plans .plan-table .popular article .ribbon {
  position: absolute;
  z-index: 1;
  top: 0;
  transform: rotate(90deg);
  left: auto;
  right: 0;
  width: 150px;
  overflow: hidden;
  height: 150px;
}
section.pricing .p-plans .plan-table .popular article .ribbon span {
  margin-top: 44px;
  transform: translateY(-50%) translateX(-50%) translateX(44px) rotate(-45deg);
  background: linear-gradient(to right, #3a3a3a 0%, #000000 50%, #3a3a3a 100%);
  text-align: center;
  width: 200%;
  font-size: 14px;
  color: var(--c2);
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.pricing .p-plans article {
  box-shadow: 0 0 35px rgba(106, 65, 225, 0.1215686275);
  border: 1px solid #dbdbdb;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  position: relative;
}
section.pricing .p-plans article .plan-tag {
  font-size: 16px;
  border: 1px solid var(--c4);
  padding: 5px 8px;
  border-radius: 30px;
  display: inline-block;
  min-width: 95px;
  font-weight: 600;
  margin: 0 0 20px;
  color: var(--c4);
}
section.pricing .p-plans article .pricing-plan {
  font-size: 16px;
  font-weight: 500;
  color: #5e6075;
  margin: 0 0 15px;
}
section.pricing .p-plans article .pricing-plan span {
  font-size: 50px;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(254deg, #1e92e2, #13354d);
  background-clip: text;
}
section.pricing .p-plans article .pricing-plan em {
  font-style: normal;
}
section.pricing .p-plans article .plan-desc {
  font-size: 16px;
  line-height: 22px;
  color: #5e6075;
  margin: 0 auto 15px;
  max-width: 250px;
}
section.pricing .p-plans article ul {
  margin: 0 0 85px;
}
section.pricing .p-plans article ul li {
  font-size: 16px;
}
section.pricing .p-plans article ul li + li {
  margin: 15px 0 0;
}
section.pricing .p-plans article .plan-btn {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 72px);
}
section.pricing .p-plans article .plan-btn .btn-theme .wp-block-button__link {
  padding: 15px 30px;
}

section.banner.ibanner .banner-caption {
  max-width: 600px;
  margin: auto;
  position: relative;
}
section.banner.ibanner .banner-caption .animate-img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.banner.ibanner .banner-caption .animate-img figure {
  position: relative;
}
section.banner.ibanner .banner-caption .animate-img figure:first-child {
  left: -150px;
}
@media (prefers-reduced-motion: no-preference) {
  section.banner.ibanner .banner-caption .animate-img figure {
    animation: scaleIn1 2s ease-out infinite alternate;
    animation-delay: 1s;
  }
  section.banner.ibanner .banner-caption .animate-img figure:hover {
    animation-play-state: paused;
  }
}
section.banner.ibanner .banner-caption .animate-img figure:last-child {
  top: 20px;
  right: -150px;
}
@media (prefers-reduced-motion: no-preference) {
  section.banner.ibanner .banner-caption .animate-img figure:last-child {
    animation: scaleIn 2s ease-out infinite alternate;
    animation-delay: 1s;
  }
  section.banner.ibanner .banner-caption .animate-img figure:last-child:hover {
    animation-play-state: paused;
  }
}
section.banner.ibanner .banner-caption .animate-img > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section.banner.bbanner .blog-img {
  position: absolute;
}
section.banner.bbanner .blog-img::before {
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0.7019607843), rgba(0, 0, 0, 0.7019607843));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.banner.bbanner .blog-img img {
  width: 100%;
}
section.banner.bbanner .banner-caption {
  max-width: 1200px;
  margin: auto;
  text-align: left;
}
section.banner.bbanner .banner-caption::before {
  display: none;
}
section.banner.bbanner .banner-caption h1, section.banner.bbanner .banner-caption p {
  color: var(--c2);
}
section.blog-details h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 15px;
}
section.blog-details ul {
  margin: 0;
  padding-left: 15px;
}
section.blog-details p, section.blog-details ul li {
  font-size: 18px;
  line-height: 32px;
}

.post-navigation {
  max-width: 1320px;
  margin: 20px auto 60px;
  padding: 0 12px;
}
.post-navigation .nav-links {
  width: 66.66666667%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-navigation .nav-links a {
  text-decoration: none;
  color: var(--c2);
  background: linear-gradient(to right, #1a6ba3 0%, #103d5c 50%, #1a6ba3 100%);
  background-size: 200% auto;
  padding: 15px 30px 15px 20px;
  display: block;
  border-radius: 6px;
  font-weight: 500;
}
.post-navigation .nav-links a:hover, .post-navigation .nav-links a:focus, .post-navigation .nav-links a:active {
  background-position: right center;
}
.post-navigation .nav-links .meta-nav {
  font-size: 16px;
  margin: 0;
}
.post-navigation .nav-links .meta-nav svg {
  width: 35px;
  height: 35px;
  padding: 5px;
}
.post-navigation .nav-links .meta-nav svg path {
  fill: var(--c2);
}
.post-navigation .nav-links .nav-next a {
  padding: 15px 20px 15px 30px;
}
.post-navigation .nav-links .post-title {
  display: none;
}

@keyframes scaleIn {
  to {
    transform: translate(-50px, -40px);
  }
}
@keyframes scaleIn1 {
  to {
    transform: translate(30px, -20px);
  }
}
section.contact article .head {
  margin: 0 0 30px;
}
section.contact article .head h3 {
  text-align: left;
  max-width: 300px;
}
section.contact article .media-group {
  margin: 0;
}
section.contact article .media-group .media {
  position: relative;
  padding: 0 0 0 45px;
}
section.contact article .media-group .media::before {
  content: "";
  font: 500 30px "Bootstrap-icons";
  position: absolute;
  top: 9px;
  left: 0;
}
section.contact article .media-group .media.envelope::before {
  content: "\f73d";
}
section.contact article .media-group .media.phone::before {
  content: "\f5c1";
}
section.contact article .media-group .media.location::before {
  content: "\f3e8";
}
section.contact article .media-group .media h5 {
  font-size: 18px;
  color: #5e6075;
}
section.contact article .media-group .media p, section.contact article .media-group .media a {
  font-size: 18px;
  line-height: 25px;
  color: var(--c1);
  text-decoration: none;
  margin: 5px 0 0;
  max-width: 250px;
}
section.contact article .media-group .media + .media {
  margin: 25px 0 0;
}
section.contact .form-section .form-group {
  margin: 0 0 20px;
}
section.contact .form-section .form-group .form-label {
  font-size: 18px;
}
section.contact .form-section .form-group .form-select,
section.contact .form-section .form-group .form-control {
  height: 50px;
  box-shadow: none;
  padding: 6px 15px;
}
section.contact .form-section .form-group textarea.form-control {
  height: 150px;
  resize: none;
}
section.contact .form-section .form-group .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}
section.contact .form-section .form-group .wpcf7-form-control-wrap .wpcf7-list-item-label {
  font-size: 1rem;
  margin: 0 0 0 5px;
}
section.contact .form-section .btn .wp-block-button__link {
  width: auto;
  border: 0;
  transition: 0.3s linear;
}

section.blog-details .blog-content {
  padding: 40px;
  background-color: var(--c2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
section.blog-details h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 25px;
}
section.blog-details ul {
  margin: 0;
  padding-left: 15px;
}
section.blog-details p, section.blog-details ul li {
  font-size: 18px;
  line-height: 32px;
}
section.blog-details .recent-blog ul {
  padding: 0;
  list-style: none;
}
section.blog-details .recent-blog ul li {
  width: 100%;
  float: left;
  margin: 0 0 15px;
}
section.blog-details .recent-blog ul li .wp-block-latest-posts__featured-image {
  margin-right: 0.8em;
  float: left;
}
section.blog-details .recent-blog ul li .wp-block-latest-posts__featured-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
section.blog-details .recent-blog ul li a.wp-block-latest-posts__post-title {
  font: 600 18px/20px var(--f1);
  color: var(--c1);
  text-decoration: none;
  display: block;
  margin: 12px 0 5px;
}
section.blog-details .recent-blog ul li time {
  display: block;
  font: 400 15px/18px var(--f1);
  color: #565656;
}

#comments {
  display: none !important;
}

footer {
  position: relative;
  padding: 270px 0 0;
}
footer::before {
  content: "";
  background: #061b29 url(assets/images/home-bg.png) no-repeat 0 0/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
footer .container {
  position: relative;
}
footer .footer-logo img {
  height: 65px;
  filter: brightness(0) invert(1);
  margin: 0 0 35px;
}
footer .footer-logo p {
  font: 400 16px/28px var(--f1);
  margin: 25px 0 0;
  color: var(--c2);
}
footer .footer-logo .contact-info ul li {
  display: none;
}
footer .footer-logo .contact-info ul li:first-child {
  display: block;
}
footer .footer-link h4 {
  font: 600 20px/25px var(--f1);
  margin: 0 0 20px;
  padding: 0 0 12px 0;
  position: relative;
  color: var(--c2);
}
footer .footer-link h4::before {
  content: "";
  width: 60px;
  height: 3px;
  background-color: var(--c4);
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .footer-link ul .nav-item + .nav-item {
  margin: 15px 0 0;
}
footer .footer-link ul .nav-item .nav-link {
  font: 400 16px var(--f1);
  color: var(--c2);
  display: inline-block;
}
footer .footer-link ul .nav-item .nav-link:hover, footer .footer-link ul .nav-item .nav-link:focus, footer .footer-link ul .nav-item .nav-link:active {
  color: #87bbff;
}
footer .footer-link.qlinks ul li:first-child {
  display: none;
}
footer .footer-link.footer-logo .contact-info ul li a {
  pointer-events: none;
}
footer .footer-link.contact-info ul li a {
  position: relative;
  padding-left: 25px;
}
footer .footer-link.contact-info ul li a::before {
  font: 300 16px "bootstrap-icons";
  position: absolute;
  top: 4px;
  left: 0;
}
footer .footer-link.contact-info ul li.address a::before {
  content: "\f3e8";
}
footer .footer-link.contact-info ul li.envelope a::before {
  content: "\f32f";
}
footer .footer-link.contact-info ul li.phone a::before {
  content: "\f5c1";
}
footer .footer-link.contact-info .social-info ul {
  justify-content: flex-start;
}
footer .footer-link.contact-info .social-info ul li {
  margin: 0;
}
footer .footer-link.contact-info .social-info ul li + li {
  margin: 0 0 0 20px;
}
footer .footer-link.contact-info .social-info ul li a::before {
  font-size: 20px;
}
footer .footer-link.contact-info .social-info ul li a:hover, footer .footer-link.contact-info .social-info ul li a:focus, footer .footer-link.contact-info .social-info ul li a:active {
  color: #87bbff !important;
}
footer .copyright {
  font: 400 16px/24px var(--f1);
  padding: 20px 0;
  text-align: center;
  margin: 30px 0 0;
  position: relative;
  color: var(--c2);
}
footer .copyright::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.0392156863), rgba(255, 255, 255, 0.1529411765), rgba(255, 255, 255, 0.0392156863));
  position: absolute;
  top: 0;
  left: 0;
}

.social-info {
  margin: 15px 0 0;
}
.social-info ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.social-info ul li {
  margin: 0 20px 0 0;
}
.social-info ul li a {
  padding: 0;
  font-size: 0 !important;
  position: relative;
}
.social-info ul li a:hover {
  border-color: var(--c4) !important;
  background-color: var(--c3);
  color: var(--c2) !important;
}
.social-info ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font: 300 20px "Bootstrap-icons";
}
.social-info ul li.facebook a::before {
  content: "\f344";
}
.social-info ul li.twitter a::before {
  content: "\f5ef";
}
.social-info ul li.instagram a::before {
  content: "\f437";
}
.social-info ul li.linkedin a::before {
  content: "\f472";
}

.wpcf7 form .wpcf7-response-output {
  padding: 10px 15px;
  border-radius: 8px;
  color: var(--c2);
  font: 16px/28px var(--f1);
  margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #ffb900;
  border-color: #ffb900;
  Color: var(--c1);
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232;
  border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  background: #f56e28;
  border-color: #f56e28;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  section.features article.f1 figure:first-child img {
    right: 0;
  }
  section.features article.f3 img:first-child {
    right: -180px;
  }
  section.reason .counter-train .counter-item .counter-text h4 {
    font-size: 70px;
  }
  section.testimonials {
    padding-top: 80px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  header .navbar .navbar-brand img {
    max-height: 40px;
  }
  header .navbar .navbar-collapse .navbar-nav {
    gap: 20px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
  header .navbar .contact-menu .nav-link {
    font-size: 15px;
  }
  .banner .banner-caption h1 {
    font-size: 65px;
    line-height: 75px;
  }
  section.features article figure {
    display: none;
  }
  section.features article .f-left {
    max-width: 100%;
  }
  section.whoitsfor .card-group .card:nth-of-type(3)::before,
  section.whoitsfor .card-group .card:nth-of-type(3) article {
    transform: none !important;
  }
  section.whoitsfor .card-group .card article.w-right::before {
    right: 20px;
  }
  section.reason .counter-train .counter-item .counter-text h4 {
    font-size: 40px;
  }
  section.reason .counter-train .counter-item .counter-text h4::before {
    bottom: 0;
  }
  section.reason .counter-train .counter-item p {
    font-size: 19px;
  }
  section.reason .counter-img {
    position: static;
  }
  section.testimonials {
    padding-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .contact-menu {
    display: none;
  }
  header {
    background-color: var(--c2);
  }
  header .navbar .navbar-brand img {
    max-height: 40px;
  }
  header .navbar .navbar-collapse .navbar-nav {
    gap: initial;
    padding-top: 20px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    display: block;
  }
  body.admin-bar header {
    top: 46px;
  }
  body.admin-bar.fixed-bar header {
    top: 0;
  }
  .banner .banner-caption {
    padding: 30px 0;
  }
  .banner .banner-caption h1 {
    font-size: 38px;
    line-height: 45px;
  }
  .banner .banner-img img {
    max-width: calc(100% - 50px) !important;
    height: 200px !important;
    margin: 30px 0 0;
  }
  .banner.hbanner {
    height: auto;
  }
  .banner.hbanner .btn-theme .wp-block-button__link, .banner.hbanner .btn-theme-trans .wp-block-button__link {
    padding: 15px 20px;
  }
  .banner.hbanner .container .sticky-list {
    display: none;
  }
  .banner.hbanner .flist li {
    line-height: 16px;
    padding: 10px;
  }
  .banner.hbanner .flist li::before {
    display: none;
  }
  .banner.hbanner .banner-bottom {
    margin: 20px auto 30px;
  }
  .banner.hbanner .banner-bottom > div {
    flex-basis: auto !important;
  }
  section .owl-carousel .owl-nav {
    position: static;
    width: auto;
  }
  section.d-padding {
    padding: 40px 0;
  }
  section.features article {
    min-height: 300px;
  }
  section.features article img {
    display: none;
  }
  section.features article .f-left {
    margin: 0 20px;
    max-width: 100%;
  }
  section.whoitsfor .card-group .card:nth-of-type(3)::before {
    transform: none;
  }
  section.whoitsfor .card-group .card:nth-of-type(3) article.w-left {
    transform: none;
  }
  section.whoitsfor .card-group .card article {
    padding: 0;
  }
  section.whoitsfor .card-group .card article > div {
    justify-content: center;
  }
  section.whoitsfor .card-group .card article h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
  }
  section.whoitsfor .card-group .card .row {
    min-height: 100px;
  }
  section.whoitsfor .card-group .card .row > div:last-child {
    display: none;
  }
  section.reason {
    min-height: auto;
  }
  section.reason .counter-train .counter-item {
    width: 50%;
    padding: 0 15px;
    border: 0;
  }
  section.reason .counter-train .counter-item .counter-text h4 {
    font-size: 40px;
  }
  section.reason .counter-img {
    position: static;
  }
  section.testimonials .testimonial-row {
    flex-wrap: wrap;
  }
  section.testimonials .testimonial-row .testimonial-item {
    width: 100%;
  }
  section.pricing .p-plans article {
    margin: 0 0 20px;
  }
  section.blogs article {
    margin: 0 0 30px !important;
  }
  section.help .container {
    padding: 40px;
  }
  section.help .container article h3 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
  }
  section.blog-details h3 {
    margin: 30px 0;
  }
  section.contact .form-section {
    margin: 40px 0 0;
  }
  .post-navigation .nav-links {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.about .content-sec {
    margin: 20px 0 0;
  }
  section.about .head {
    margin: 0 0 20px;
  }
  section.banner.hbanner .banner-bottom h4 {
    font-size: 25px;
  }
  section.banner.hbanner .banner-bottom p {
    font-size: 14px;
  }
  footer .footer-logo, footer .footer-link {
    margin: 0 0 40px;
  }
  footer .row > div {
    width: 50%;
  }
  footer .row > div:first-child {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
