
.default-theme {
  --primary-color: #050099;
  --secondary: #fa5f1c;
  --border-color: #3c726530;
  --gradient-bg: linear-gradient(130.57deg, #3c7265 -0.48%, #3c7265de 71.79%);
  --ot-primary: var(--primary-color);
  --primary-title: #42425a;
}

.dark-theme {
  --primary-color: #050099;
  --secondary: #fa5f1c;
  --border-color: #3c726530;
  --gradient-bg: linear-gradient(130.57deg, #3c7265 -0.48%, #3c7265de 71.79%);
}

body {
  margin: 0;
  background: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-montserrat);
}

p {
  font-family: var(--font-montserrat);
}

::-moz-selection {
  color: #fff;
  background: var(--primary-color);
}

::selection {
  color: #fff;
  background: var(--primary-color);
}

/*  Style  */
.ot-top-navbar {
  background: #067ec4;
}

footer {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center center;
}
footer::before {
  content: "";
  position: absolute;
  /* background: rgb(5 0 154 / 18%); */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.top-navbar-nav a span {
  color: #fff;
}

.top-navbar-nav li i {
  color: #fff;
}

.text-white {
  color: #fff;
}

.top-navbar-nav li a {
  color: #fff;
}
.min-height-200 {
  min-height: 200px;
}
.change-frontend-lang {
  color: #fff;
  background: var(--primary-color);
}

.started-btn {
  padding: 13px 27px;
  font-weight: 600;
  font-size: 18px;
}

.primary_btn {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.primary_btn:hover {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.tawk-min-container .tawk-button-circle.tawk-button-large {
  width: 45px;
  height: 45px;
}

/* Hero Content area */
.hero-area {
  background-color: #f6f6f6;
}

.hero-padding {
  padding-top: 102px;
  padding-bottom: 109px;
}

.hero-content .sub-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: 6px;
  text-transform: uppercase;
}

.hero-content .title {
  font-weight: 800;
  font-size: 48px;
  line-height: 65px;
  color: #2c2c51;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.hero-content .title .title2 {
  text-transform: uppercase;
  color: var(--primary-color);
}

.hero-content .pera {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #6a6a80;
  margin-bottom: 30px;
}

.watch-demo-icon {
  color: var(--primary-color);
  font-size: 23px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.watch-demo-icon i {
  margin-left: 5px;
}

/* / End of Hero  Content area */

/* Video Area start */
.hero-video-wrapper {
  position: relative;
  max-width: 1420px;
  margin: 0 auto;
  background-image:
    url(https://stackoverflow.co/img/company/careers/bg-headers-careers-l.svg),
    url(https://stackoverflow.co/img/company/careers/bg-headers-careers-r.svg);
  background-position:
    0 50%,
    100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 400px;
  margin-bottom: -180px;
  max-width: 1700px;
}

.hero-video-wrapper .single-video {
  box-shadow: 0 3px 8px #0000001a;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
}

.hero-video-wrapper .single-video {
  position: absolute;
}

/* Position Video */
.hero-video-wrapper .video-category-1 {
  left: 5%;
  top: 5%;
}

.hero-video-wrapper .video-category-2 {
  left: 9%;
  top: 44%;
  z-index: 3;
}

.hero-video-wrapper .video-category-3 {
  left: 30%;
  top: 23%;
}

.hero-video-wrapper .video-category-4 {
  right: 37%;
  top: 15%;
}

.hero-video-wrapper .video-category-5 {
  right: 14%;
  top: 35%;
  z-index: 3;
}

.hero-video-wrapper .video-category-6 {
  right: 7%;
  top: 6%;
}

.hero-video-wrapper .video-category-7 {
  left: 12%;
  top: 10%;
  width: 250px;
}

.hero-video-wrapper .video-category-8 {
  left: 39%;
  top: 10%;
  width: 135px;
}

.hero-video-wrapper .video-category-9 {
  right: 19%;
  top: 0;
  width: 250px;
}

.hero-video-wrapper .video-category-10 {
  right: 3%;
  top: 48%;
  width: 250px;
}

@media only screen and (max-width: 1080px) {
  .hero-video-wrapper .video-category-10 {
    display: none;
  }

  .hero-video-wrapper .video-category-3 {
    display: none;
  }

  .hero-video-wrapper .video-category-4 {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .hero-video-wrapper .video-category-8 {
    display: none;
  }

  .hero-video-wrapper .video-category-2 {
    display: none;
  }

  .hero-video-wrapper .video-category-5 {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .hero-video-wrapper .video-category-7 {
    display: none;
  }

  .hero-video-wrapper .video-category-6 {
    display: none;
  }

  .hero-video-wrapper .video-category-9 {
    right: 4%;
    top: 0;
    width: 165px;
  }

  .hero-content .title {
    font-size: 31px;
  }
}

/* End of video area */

/* About */
.bg-1 {
  background-color: #0500991c;
}

.bg-2 {
  background-color: #0500991c;
}

.custom-title {
  text-align: left;
}

/* Feature  */
.bg-gray {
  background-color: #f3f5f7;
}

.bg-primary-soft {
  background: rgba(57, 100, 90, 0.06);
}

.single-saas-feature {
  border-radius: 8px;
  border: 1px solid #dce2ee;

  display: flex;
  padding: 16px;
  gap: 15px;
  transition: all 0.2s ease;
}

.single-saas-feature:hover {
  transform: scale(1.03);
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
  border-color: transparent;
}

.single-saas-feature .icon {
  font-size: 45px;
  color: var(--primary-color);
  line-height: 1;
  min-width: 60px;
  max-width: 60px;
}

.single-saas-feature .catContent .title {
  color: #2a3e53;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media only screen and (max-width: 480px) {
  .single-saas-feature .catContent .title {
    font-size: 22px;
  }
}

.single-saas-feature .catContent .pera {
  font-size: 16px;
  color: #2a3e53;
  margin-bottom: 0;
}

/* End Fetcher */

.why-choose-section {
  padding-top: 120px;
}

.choose-us-title h2 {
  font-weight: 600;
  font-size: 54px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #392c7d;
  padding-bottom: 30px;
}

.items-card {
  background: #f7f7f7;
  box-shadow: 4px 7px 15px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  position: relative;
  height: 330px;
  display: flex;
  align-items: self-end;
  justify-content: center;
  transition: 0.3s;
}

.items-icon {
  position: absolute;
  top: 0;
  max-height: 126px;
  height: 100%;
}

.items-icon img {
  width: 100%;
  object-position: center center;
  object-fit: cover;
}

.choose-us-list {
  padding-top: 50px;
}

.items-body h6 {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #333333;
}

.items-body p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Pricing s t a r t*/
.pricing-style .single-price {
  transition: 0.4s;
  padding: 33px 23px;
  border: 1px solid #f3f3f3;
  overflow: hidden !important;
  position: relative;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.pricing-style .single-price .title {
  transition: 0.4s;
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 29px;
}

.pricing-style .single-price .pera {
  color: var(--paragraph-color);
  font-size: 16px;
  margin-bottom: 19px;
  line-height: 1.8;
  margin-bottom: 35px;
  padding-bottom: 31px;
  border-bottom: 1px solid #f3f3f3;
}

.pricing-style .single-price .listing .listItem {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  font-size: 16px;
}

.pricing-style .single-price .listing .listItem:last-child {
  margin-bottom: 32px;
}

.pricing-style .single-price .listing .listItem .icon {
  color: #4caf50;
  margin-right: 15px;
  font-weight: 700;
}

.pricing-style .single-price .listing .listItem .priceTag {
  margin: 0;
}

.pricing-style .single-price .price {
  transition: 0.4s;
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 22px;
  display: block;
}

.pricing-style .single-price .price > .subTittle {
  font-weight: 400;
  color: var(--ot-primary-paragraph) !important;
  font-size: 16px;
  background: none;
  padding: 0;
}

.pricing-style .single-price .btn-wrapper .cmn-btn1 {
  opacity: 0.7;
}

.pricing-style .single-price.active {
  cursor: pointer;
  border: 1px solid transparent;
  box-shadow: 0px 8px 60px rgba(0, 0, 0, 0.1);
}

.pricing-style .single-price.active .title {
  color: var(--primary-color);
}

.pricing-style .single-price:hover {
  cursor: pointer;
  border: 1px solid transparent;
  box-shadow: 0px 8px 60px rgba(0, 0, 0, 0.1);
}

.pricing-style .single-price:hover .title {
  color: var(--primary-color);
}

/* Pricing s t a r t*/
.card-top .primary_btn {
  background: var(--primary-color);
}

.faq-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.breadcrumb_area::before {
  background: #f1f1f1;
}

.breadcrumb_area .breadcam_wrap h3 {
  color: #2c2c51;
  font-size: 38px;
}

.custom_breadcam .breadcrumb-item:hover,
.custom_breadcam a:hover {
  color: var(--primary-color);
}

.breadcrumb_area .breadcam_wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

.custom_breadcam .breadcrumb-item,
.custom_breadcam a {
  color: var(--primary-color);
}

.custom_breadcam .breadcrumb-item.active {
  color: #666666;
}

ul.nav.ot-feature-nav-pills {
  gap: 2px;
}

.ot-feature-nav {
  margin-top: 0;
}

.ot-feature-nav-pills.nav-pills .nav-link {
  padding: 6px 20px;
}

.landing_header .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary-color) !important;
}

li.footer-list-item a {
  color: var(--ot-primary-title);
}

.footer-logo p {
  color: var(--primary-color);
}

.theme_accordian .accordion-button:not(.collapsed) {
  color: var(--primary-color);
}

.copy-right p,
.copy-right a {
  color: var(--ot-primary-title);
}

.with-bg-page-title h3 {
  color: var(--ot-primary-title);
}

.with-bg-page-content p {
  color: var(--ot-primary-title);
}

/*youtube-video  */
.youtube-video {
  border-radius: 12px;
  overflow: hidden;
}

.with-bg-screen-padding {
  background: #f2f2f2;
  padding: 100px 0px;
}

/*------------------------- Testimonial ---------------------------*/

/* Top Bottom Box shadow  */
.top-bottom-shadow {
  position: relative;
}

.top-bottom-shadow::before {
  background: linear-gradient(180deg, #f7f9fa 0, hsla(0, 0%, 100%, 0) 100%);
  position: absolute;
  content: "";
  height: 18%;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  z-index: 1;
}

.top-bottom-shadow::after {
  background: linear-gradient(-0deg, #f7f9fa 0, hsla(0, 0%, 100%, 0) 100%);
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 20%;
}

.testimonial-wrapper {
  max-height: 700px;
  overflow-y: scroll;
  scrollbar-width: thin;
  overflow-x: hidden;
}

.testmonial_area .single_testmonial {
  border: 1px solid #ededed;
  border-radius: 12px;
  background: #fff;
  padding: 23px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .testmonial_area .single_testmonial {
    padding: 30px;
  }
}

@media (max-width: 576px) {
  .hero-padding {
    padding-top: 40px;
    padding-bottom: 37px;
  }

  .section__title h3 {
    font-size: 29px;
    line-height: 1.5;
  }
}

.section__title h3 {
  font-weight: 700;
}

.testmonial_area .single_testmonial .rating i.in_active {
  color: #d8d7e6;
}

.testmonial_area .single_testmonial .testmonial_header .thumb {
  width: 70px;
  height: 70px;
  -webkit-box-flex: 70px;
  -ms-flex: 70px 0 0px;
  flex: 60px 0 0;
}

@media (max-width: 767.98px) {
  .testmonial_area .single_testmonial .testmonial_header .thumb {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 50px;
    -ms-flex: 50px 0 0px;
    flex: 50px 0 0;
  }
}

.testmonial_area .single_testmonial .testmonial_header .thumb img {
  width: 100%;
  border-radius: 50%;
}

.testmonial_area .single_testmonial .testmonial_header .reviewer_name h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #19191b;
  margin-bottom: 7px;
}

.testmonial_area .single_testmonial .testmonial_header .reviewer_name span {
  font-size: 14px;
  color: #6a6a80;
  font-weight: 400;
  display: block;
}

.testmonial_area .single_testmonial p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #42425a;
}

.testmonial_area .single_testmonial:hover {
  -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-color: transparent;
}

/* Testimonial */

/* Technology */

.single-technology {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--white);
  border-radius: 13.3362px;
  padding: 18px 22px;
  text-align: center;
  min-height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow:
    rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.01) 0px 8px 32px;
  box-shadow:
    rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.01) 0px 8px 32px;
  cursor: pointer;
}

.single-technology img {
  max-width: 80%;
}

.single-technology:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -25px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -25px;
}

/* /End-of Technology */

/* bannar_area  */
.bannar_area {
}

.bannar_area .single_banner_wrapper {
  min-height: 100vh;
}

.single_banner_wrapper .banner_info {
  max-width: 640px;
  position: relative;
  z-index: 12;
}

.single_banner_wrapper .banner_info .banner_subtext {
  font-size: 1.375rem;
  line-height: 1.8;
}

.single_banner_wrapper .banner_info .banner_text {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 10px 0 20px 0;
}

.single_banner_wrapper .banner_info .banner_description {
  font-size: 1.125rem;
  font-weight: 400;
}

.banner_wrapper_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner_wrapper_bg {
  background-color: #003253;
}

.banner_wrapper_bg {
  z-index: 0;
  object-fit: fill;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}


.landing_main_header {
  position: absolute;
  z-index: 12;
  width: 100%;
}

.landing_header {
  background: transparent;
}
.o-hidden {
  overflow: hidden;
}


.fixed-header .ocrm-item a {
  color: #42425a !important;
}

.swiper-container {
  width: 100%;
  height: 100vh;
}

.swiper-pagination {
  bottom: 20px;
  left: 110px !important;
  max-width: 1250px;
  grid-column-gap: 3rem;
  grid-row-gap: 3.25rem;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  justify-items: start;
  width: 100%;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper-pagination h3 {
  font-size: 1rem;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 15px;
  display: block;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
  margin-right: 20px;
}

.swiper-pagination-bullet .progressbar {
  position: relative;
}

.swiper-pagination-bullet {
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  border-radius: 0;
  opacity: 1;
  margin-right: 20px;
  background-color: transparent;
  padding-bottom: 8px;
}

.swiper-pagination-bullet em {
  font-size: 15px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: -0.38px;
  color: #111;
}

.swiper-pagination-bullet i {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.4);
}

.swiper-pagination-bullet b {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 3px;
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: transparent;
}

.swiper-pagination-bullet-active b {
  animation-name: countingBar;
  animation-duration: 5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.banner_bg_1 {
  background-image: url("https://assets-global.website-files.com/6305e59e1a8fa3e7f5f8e555/660e9f6e9aeb028f51928647_65faf224a40316c0003b62e0_annual_report%20header%20bg-p-1600%20copy-p-1080.jpg");
}

@keyframes countingBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .swiper-pagination h3 {
    display: none !important;
  }

  .swiper-pagination {
    max-width: 300px;
    grid-gap: 15px;
    left: 0 !important;
    margin: auto;
    right: 0;
    bottom: 20px;
  }

  .single_banner_wrapper .banner_info .banner_text {
    font-size: 30px;
  }

  .single_banner_wrapper .banner_info .banner_description {
    font-size: 1rem;
    font-weight: 400;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .swiper-pagination {
    max-width: 600px;
  }
}
.video-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.video-overlay::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.683);

  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
  pointer-events: none;
}
.video-cover {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-position: center;
  background-position: center;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0;
}
.footer-list h6 {
  color: var(--ot-primary-title);
  font-weight: 800;
}
