/*

------------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css, colors 32
02. reset 62
03. global styles 169
04. header 387
05. preloader 735
06. hero 835
07. features
      Business 908
      Solutions 978
      Solutions Page 1101
      Use Cases 1248
      Use Cases Page 1494
      Success Stories 1567
      Success Stories Page 1714
      About 1734
      About Page 1787
      Partners 1993
      Partners Page 2037
      Clients 2095
      Contact Page 2139
08. footer 2206
10. responsive 2309
11. animation keyframes 2479

--------------------------------------------- */

/* 
---------------------------------------------
font & reset css, colors
--------------------------------------------- 
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --white-web: #ffffff;
  --black-web: #2a2a2a;
  --grey-web: #7f7f7f;
  --grey-border: #ced4da;
  --grey-background: #f3f5fa;
  --red-web: #f70100;
  --orange-web: #fba834;
  --orange-2: #fa9405;
  --dark-blue: #0d3274;
  --blue-1: #209dd8;
  --blue-2: #47b2e4;
  --light-blue-2: #e7f5fb;
}
/*
Primary color   : dark blue
Secondary color : blue
Accent color    : orange
Text            : black, dark grey
Background      : dark blue gradient, white, light grey
*/

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: var(--white-web);
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: var(--black-web);
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/

html,
body {
  background: var(--white-web);
  font-family: 'Poppins', sans-serif;
}

/*::selection {
  background: var(--blue-2);
  color: var(--white-web);
}

::-moz-selection {
  background: var(--blue-2);
  color: var(--white-web);
}*/

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.breadcrumb {
  font-size: 14px;
  margin-bottom: 30px;
}

.breadcrumb.temp {
  font-size: 14px;
  justify-content: center;
  margin-top: 10px;
}

.breadcrumb-item a {
  color: var(--blue-2);
}

.breadcrumb-item a:hover {
  color: var(--blue-1);
}

.breadcrumb-item + .breadcrumb-item::before {
  margin-top: 4px;
  content: '\f054';
  font-size: 10px;
  font-family: 'Font Awesome 6 Free';
}

.page-section {
  margin-top: 120px;
}

.section-heading h1 {
  font-size: 35px;
  color: var(--black-web);
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  line-height: 49px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: var(--black-web);
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
}

.section-heading h2 em {
  font-style: normal;
  color: var(--blue-2);
}

.section-heading span:not(.count-number) {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--blue-2);
}

.page-section-heading h3 {
  font-size: 30px;
  text-transform: capitalize;
  color: var(--black-web);
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
}

.page-section-heading h3 em {
  font-style: normal;
  color: var(--blue-2);
}

.page-section-heading span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--blue-2);
}

.main-blue-button-hover a {
  display: inline-block;
  background-color: var(--blue-2);
  font-size: 15px;
  font-weight: 400;
  color: var(--white-web);
  text-transform: capitalize;
  text-align: center;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
}

.main-blue-button-hover a:hover {
  background-color: var(--blue-1);
  color: var(--white-web);
}

.main-orange-button-hover a {
  display: inline-block;
  background-color: var(--orange-web);
  font-size: 15px;
  font-weight: 400;
  color: var(--white-web);
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
}

.main-orange-button-hover a:hover {
  background-color: var(--orange-2);
  color: var(--white-web);
}

/* ---- contact us call to action button ---- */

.contact-cta {
  padding-top: 120px;
}

.contact-cta .cta-card {
  text-align: center;
  align-content: center;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
  border-radius: 23px;
  padding: 30px;
}

.contact-cta h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 45px;
  color: var(--black-web);
}

.contact-cta p {
  margin-bottom: 45px;
}

/* ---- owl carousel ---- */

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

/* ---- to top button ---- */

i.to-top {
  display: none;
  width: 40px;
  height: 40px;
  background-color: var(--blue-2);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: var(--white-web);
  font-size: 22px;
  transition: all .5s;
  position: fixed;
  right: 35px;
  bottom: -40px;
  z-index: 99;
  animation: 1s ease 1 normal both;
}

i.to-top:hover {
  background-color: var(--blue-1);
  cursor: pointer;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgb(20, 80, 163) 0%, rgb(1 3 39) 100%);
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: var(--white-web);
}

.background-header .nav li a.active {
  color: var(--blue-2);
}

.header-area {
  background: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgb(20, 80, 163) 0%, rgb(1 3 39) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.index-header:not(.background-header) {
  background: none;
}

.header-area .main-nav {
  min-height: 100px;
  background: transparent;
}

.background-header .main-nav {
  min-height: 80px;
}

.header-area .main-nav .logo {
  width: 190px;
  height: auto;
  line-height: 100px;
  color: var(--white-web);
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 40px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: var(--white-web);
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: var(--orange-web) !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: var(--orange-web) !important;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 32px;
  width: 30px;
  height: 36px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 22px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--white-web);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: var(--white-web);
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: var(--white-web);
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: var(--white-web);
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: var(--white-web);
}

.header-area.header-sticky {
  min-height: 80px;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}

@media (min-width: 767px) and (max-width: 768px) {
  .header-area .container {
    max-width: 720px !important;
  }
}

@media (min-width: 570px) and (max-width: 767px) {
  .header-area .main-nav {
    margin-left: calc((100% - 100vw) / 2) !important;
  }
}

@media (width: 767px) {
  .header-area .menu-trigger {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    margin-left: calc((100vw - 540px) / 2 + 12px);
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: var(--blue-2);
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    height: 100px;
    text-align: center;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
  }
  .mainnav {
    width: 100vw;
    background: rgba(255, 255, 255, 0.7);
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
    height: 100vh;
    background: var(--white-web);
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: var(--white-web);
    border-bottom: 1px solid #e1e1e1;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px 0px 0px 15px !important;
    border: none !important;
    color: #191a20 !important;
    text-align: left;
  }
  .header-area .main-nav .nav li a:hover {
    background: var(--grey-background) !important;
    color: var(--orange-web);
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

@media (max-width: 570px) {
  .header-area .main-nav .logo {
    margin-left: 12px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-web);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: var(--white-web);
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: var(--blue-2);
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: var(--blue-2);
    border-radius: 50%;
}

/* 
---------------------------------------------
Hero Style
--------------------------------------------- 
*/

.hero {
  background: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgb(20, 80, 163) 0%, rgb(1 3 39) 100%);
  position: relative;
  overflow: hidden;
}

.hero .hero-before {
  width: 480px;
  margin-top: auto;
}

.hero .item {
  padding: 156px 0px 30px 0px;
}

/*correct item width not same as designated*/
.hero .owl-hero .owl-item {
  margin-left: 4px;
}

.hero .item h6 {
  font-size: 18px;
  color: var(--blue-2);
  margin-bottom: 15px;
}

.hero .item h2 {
  font-size: 50px;
  font-weight: 700;
  color: var(--white-web);
  line-height: 72px;
}

.hero .item p {
  margin: 20px 0px 35px 0px;
  color: var(--white-web);
}

.hero .scroll-down {
  margin-top: -94px;
  color: var(--white-web);
}

.hero .scroll-down .mouse {
  width: 45px;
}

.hero .owl-dots {
  margin-bottom: 50px;
}

.hero .owl-dots .owl-dot {
  width: 80px;
  height: 4px;
  background-color: rgb(255, 255, 255, 0.5);
  margin-right: 20px;
}

.hero .owl-dot.active span {
  width: 100%;
  height: 4px;
  background-color: var(--white-web);
  opacity: 1;
  animation: hero-slider 2s linear 1 normal both;
  display: block;
}

/* 
---------------------------------------------
Our Business
--------------------------------------------- 
*/

.our-business .container {
  position: relative;
}

.our-business {
  position: relative;
  padding-top: 120px;
}

.our-business .section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.our-business .section-heading h2 {
  margin: 0px 60px;
  margin-bottom: -10px;
}

.our-business .introduction-text {
  margin-bottom: 45px;
}

.our-business .item {
  height: 100%;
  text-align: center;
  border-radius: 20px;
  background-color: var(--white-web);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
  transition: all 0.3s;
}

.our-business .item img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.our-business .item .text {
  padding: 30px 30px 30px 30px;
}

.our-business .item h4 {
  height: 30px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: var(--black-web);
  margin-bottom: 30px;
  line-height: 30px;
}

.our-business .item p {
  padding-top: 3px;
  line-height: 30px;
}

.our-business .item a {
  color: var(--blue-2);
}

.our-business .item a:hover {
  color: var(--blue-1);
}

/* 
---------------------------------------------
Our Solutions
--------------------------------------------- 
*/

.our-solutions .container {
  position: relative;
}

.our-solutions {
  position: relative;
  padding-top: 120px;
}

.our-solutions .section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.our-solutions .section-heading h2 {
  margin: 0px 60px;
  margin-bottom: -10px;
}

.our-solutions .nav {
  width: 50%;
}

.our-solutions .nav-pills .nav-link {
  border-right: 2px solid var(--grey-border);
  border-radius: 0px;
  text-align: left;
}

.our-solutions .nav-link {
  padding: 0.5rem 0;
}

.our-solutions .nav-pills .nav-link.active {
  background-color: var(--white-web);
  color: var(--blue-2);
  border-right: 2px solid var(--blue-2);
  border-radius: 0px;
}

.our-solutions .nav-pills .nav-link:hover {
  color: var(--blue-2);
}

.our-solutions .tab-content {
  width: 50%;
}

.our-solutions .tab-pane {
  margin-left: 1rem;
}

.our-solutions .tab-pane img {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.our-solutions ul, .initial-tab {
  color: var(--black-web);
}

.our-solutions ul li {
  list-style: disc !important;
  margin-left: 16px;
}

.our-solutions .main-blue-button-hover {
  margin-top: 35px;
}

.our-solutions .item {
  text-align: center;
  margin: 15px 3px;
  border-radius: 20px;
  background-color: var(--white-web);
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
  transition: all 0.3s;
}

.our-solutions .item h4 {
  height: 60px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: var(--black-web);
  margin-bottom: 30px;
  line-height: 30px;
}

.our-solutions .item .icon {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  align-content: center;
}

.our-solutions .item p {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 3px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.our-solutions .item a {
  color: var(--blue-2);
}

.our-solutions .item a:hover {
  color: var(--blue-1);
}

/* 
---------------------------------------------
Our Solutions Page
--------------------------------------------- 
*/

.our-solutions-page .container {
  position: relative;
}

.our-solutions-page {
  position: relative;
  padding-top: 120px;
}

.our-solutions-page .section-heading h1, .our-solutions-page .section-heading h2 {
  text-align: center;
  margin: 0px 60px;
  margin-bottom: 60px;
}

.our-solutions-page .introduction {
  font-size: 16px;
  margin-top: 45px;
}

.our-solutions-page .space {
  padding: 120px 0px 0px 0px;
}

.our-solutions-page h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 45px;
  text-align: center;
}

.our-solutions-page .item {
  margin-bottom: 30px;
}

.our-solutions-page .item-card {
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  text-align: left;
}

.our-solutions-page h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--black-web);
}

.our-solutions-page .item h4 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.our-solutions-page .item .logo {
  width: 80px;
}

ul.sub-list-introduction {
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: var(--black-web);
}

ul.sub-list {
  line-height: 30px;
  color: var(--black-web);
}

ul.sub-list-introduction li, ul.sub-list li {
  margin-left: 40px !important;
  list-style: disc !important;
}

.our-solutions-page .fa-check {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  color: var(--white-web);
  background: #47b2e4;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: -30px;
}

.our-solutions-page .services .item .row {
  background: var(--grey-background);
  padding: 30px;
  border-radius: 20px;
}

.our-solutions-page .process .row {
  margin-bottom: 45px;
}

.our-solutions-page .process .row:last-child {
  margin-bottom: 0px;
}

.our-solutions-page .process-number {
  width: 60px;
  height: 60px;
  background-color: var(--blue-2);
  color: var(--white-web);
  text-align: center;
  align-content: center;
  border-radius: 50%;
}

.our-solutions-page .technologies ul li {
  margin-left: 15px !important;
  margin-bottom: 12px;
  list-style: disc !important;
}

.our-solutions-page .technologies h4 {
  font-size: 16px;
}

.our-solutions-page .technologies .logo {
  align-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.our-solutions-page .why-us ul li {
  margin-left: 15px !important;
  margin-bottom: 12px;
  list-style: disc !important;
}

.our-solutions-page .why-us h4 {
  font-size: 16px;
}

.our-solutions-page .products-list .logo {
  align-content: center;
}

/* 
---------------------------------------------
Use Cases
--------------------------------------------- 
*/

/*.use-cases .container {
  position: relative;
}

.use-cases {
  position: relative;
  padding: 120px 0px;
}

.use-cases .section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.use-cases .section-heading h2 {
  margin: 0px 60px;
}

.use-cases ol li {
  list-style: decimal;
}

.use-cases div a {
  color: #7f7f7f;
}

.use-cases div a:hover {
  color: var(--blue-2);
}

.use-cases .item {
  margin-bottom: 5px;
  text-align: start;
}

.use-cases .item span {
  width: 40px;
}

.use-cases .row .item { *//*for categories only*//*
  position: relative;
  text-align: center;
  margin: 15px 5px 15px 10px;
  border-radius: 20px;
  background-color: var(--white-web);
}

.use-cases .item img {
  border-radius: 20px;
  filter: brightness(.5);
}

.use-cases .category {
  position: absolute;
  padding: 30px;
  left: 0;
  right: 0;
}

.use-cases .item h4 {
  height: 60px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: var(--white-web);
  margin-bottom: 30px;
  line-height: 30px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .use-cases .item h4 {
    height: 90px;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .use-cases .item h4 {
    height: 120px;
  }
}

@media (width: 1200px) {
  .use-cases .item h4 {
    height: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .use-cases .item h4 {
    height: 90px;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .use-cases .item h4 {
    height: 120px;
  }
}

@media (width: 768px) {
  .use-cases .item h4 {
    height: 90px;
  }
}

@media (min-width: 433px) and (max-width: 599px) {
  .use-cases .item h4 {
    height: 60px;
  }
}

@media (max-width: 334px) {
  .use-cases .item h4 {
    height: 120px;
  }
}

@media (min-width: 334px) and (max-width: 433px) {
  .use-cases .item h4 {
    height: 90px;
  }
}

.use-cases .item i {
  width: 46px;
  height: 46px;
  background-color: var(--blue-2);
  text-align: center;
  line-height: 46px;
  border-radius: 5px;
  color: var(--white-web);
  font-size: 22px;
}

.use-cases .item i:hover {
  background-color: var(--blue-1);
}

.use-cases .owl-dots {
  text-align: center;
}
.use-cases .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: var(--blue-2);
  border-radius: 50%;
  opacity: 0.3;
  margin: 0px 5px;
}

.use-cases .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}

.owl-use-cases .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -23px;
}

.owl-use-cases .owl-nav .owl-prev { *//* previous button *//*
  position: absolute;
  left: -30px;
}

.owl-use-cases .owl-nav .owl-next {
  position: absolute;
  right: -30px;
}

.owl-use-cases .owl-nav .owl-prev span {
    color: transparent;
}

.owl-use-cases .owl-nav .owl-prev span:hover::after{
  opacity: 1;
}

.owl-use-cases .owl-nav .owl-prev span:after {
  width: 46px;
  height: 46px;
  background-color: var(--blue-2);
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: var(--white-web);
  content: '\f104';
  font-size: 22px;
  font-family: 'Font Awesome 6 Free';
  transition: all .5s;
  opacity: 0.5;
}

.owl-use-cases .owl-nav .owl-next span { *//* next button *//*
  color: transparent;
}

.owl-use-cases .owl-nav .owl-next span:hover::after{
opacity: 1;
}

.owl-use-cases .owl-nav .owl-next span:after {
width: 46px;
height: 46px;
background-color: var(--blue-2);
display: inline-block;
text-align: center;
line-height: 46px;
border-radius: 50%;
color: var(--white-web);
content: '\f105';
font-size: 22px;
font-family: 'Font Awesome 6 Free';
transition: all .5s;
opacity: 0.5;
}

.our-use-cases .owl-dots {
text-align: center;
}

.our-use-cases .owl-dots .owl-dot {
width: 6px;
height: 6px;
background-color: var(--blue-2);
border-radius: 50%;
opacity: 0.3;
margin: 0px 5px;
}

.our-use-cases .owl-dots .active {
opacity: 1;
width: 10px;
height: 10px;
}*/

/* 
---------------------------------------------
Use Cases Page
--------------------------------------------- 
*/

.use-cases-page .container {
  position: relative;
}

.use-cases-page {
  position: relative;
  padding-top: 120px;
}

.use-cases-page .section-heading {
  text-align: center;
  margin-bottom: 45px;
}

/*.use-cases-page .section-heading h2 {
  margin-top: 20px;
}*/

/*.use-cases-page .avatar {
  width: 100px;
  margin: 0 auto;
}*/

/*accordion*/
/**.accordion {
  border-bottom: 1px solid var(--black-web);
}

.accordion-button {
  border: none;
  border-top: 1px solid var(--black-web);
  border-bottom: 0px;
  font-weight: 700;
}

.accordion-button:not(.collapsed) {
  color: var(--black-web);
  background-color: var(--white-web);
}

.accordion-button:focus {
  border-color: var(--black-web) !important;
  box-shadow: none;
}

.accordion-button::after {
  background-image: url('../icons/chevron-down.svg');
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../icons/chevron-down.svg');
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-collapse {
  border: none;
}*/

/* 
---------------------------------------------
Success Stories
--------------------------------------------- 
*/

/*.success-stories .container {
  position: relative;
}

.success-stories {
  position: relative;
  padding: 120px 0px;
}

.success-stories .section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.success-stories .section-heading h2 {
  margin: 0px 60px;
}

.success-stories .item {
  text-align: center;
  margin: 15px 5px 15px 10px;
  border-radius: 20px;
  background-color: var(--white-web);
  padding: 15px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}

.success-stories .item h4 {
  height: 60px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 30px;
  line-height: 30px;
}

.success-stories .item .icon {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  align-content: center;
}

.success-stories .item p {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.success-stories .item a {
  color: var(--blue-2);
}

.success-stories .item a:hover {
  color: var(--blue-1);
}

.success-stories .owl-dots {
  text-align: center;
}
.success-stories .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: var(--blue-2);
  border-radius: 50%;
  opacity: 0.3;
  margin: 0px 5px;
}

.success-stories .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}

.owl-success-stories .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -23px;
}

.owl-success-stories .owl-nav .owl-prev { *//* previous button *//*
  position: absolute;
  left: -30px;
}

.owl-success-stories .owl-nav .owl-next {
  position: absolute;
  right: -30px;
}

.owl-success-stories .owl-nav .owl-prev span {
    color: transparent;
}

.owl-success-stories .owl-nav .owl-prev span:hover::after{
  opacity: 1;
}

.owl-success-stories .owl-nav .owl-prev span:after {
  width: 46px;
  height: 46px;
  background-color: var(--blue-2);
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: var(--white-web);
  content: '\f104';
  font-size: 22px;
  font-family: 'Font Awesome 6 Free';
  transition: all .5s;
  opacity: 0.5;
}

.owl-success-stories .owl-nav .owl-next span { *//* next button *//*
    color: transparent;
}

.owl-success-stories .owl-nav .owl-next span:hover::after{
  opacity: 1;
}

.owl-success-stories .owl-nav .owl-next span:after {
  width: 46px;
  height: 46px;
  background-color: var(--blue-2);
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: var(--white-web);
  content: '\f105';
  font-size: 22px;
  font-family: 'Font Awesome 6 Free';
  transition: all .5s;
  opacity: 0.5;
}*/

/* 
---------------------------------------------
Success Stories Page
--------------------------------------------- 
*/

.success-stories-page .container {
  position: relative;
}

.success-stories-page {
  position: relative;
  padding-top: 120px;
}

.success-stories-page .section-heading {
  text-align: center;
  margin-bottom: 45px;
}

/* 
---------------------------------------------
About
--------------------------------------------- 
*/

.about-us {
  padding-top: 120px;
}

.about-us .side-image {
  margin-left: 30px;
}

.about-us .side-image img {
  border-radius: 23px;
}

.about-us .section-heading {
  margin-bottom: 45px;
}

.about-us .section-heading p {
  margin-top: 50px;
}

.about-us .fact-item .icon {
  width: 45px;
  height: 45px;
}

.about-us .fact-item .count-digit {
  font-size: 48px;
  font-weight: 700;
  color: var(--black-web);
  margin-top: 5px;
}

.about-us .fact-item .count-title {
  font-size: 15px;
  font-weight: 700;
}

.about-us .fact-item p {
  margin-top: 15px;
  border-top: 1px solid #eee;
  text-align: left;
}

.about-us .main-blue-button-hover {
  margin-top: 35px;
}

/* 
---------------------------------------------
About Page
--------------------------------------------- 
*/

.about-page .container {
  position: relative;
}

.about-page {
  position: relative;
  padding-top: 120px;
}

.about-page .section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.about-page .section-heading h2 {
  margin: 0px 60px;
}

.about-page .side-image {
  margin-left: 30px;
}

.about-page .left-side-image {
  margin-right: 30px;
}

.about-page .left-section-heading {
  margin-bottom: 45px;
}

.about-page .left-section-heading h1 {
  font-size: 35px;
  font-weight: 700;
  color: var(--black-web);
}

.about-page .left-section-heading h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--black-web);
}

.about-page .left-section-heading span {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--blue-2);
}

.about-page .side-image img, .about-page .left-side-image img {
  border-radius: 23px;
}

.about-page .company span, .about-page .company h1, .about-page .company h2  {
  text-align: left;
}

.about-page .item {
  text-align: center;
  margin: 0px 15px 0px 15px;
  border-radius: 20px;
  background-color: var(--white-web);
  padding: 30px;
}

.about-page .item .icon {
  width: 80px;
  margin: 0 auto;
  text-align: center !important;
  color: var(--orange-web);
}

.about-page .item h4 {
  text-align: center !important;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: var(--black-web);
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 30px;
}

.about-page .why-us {
  padding: 120px 0 120px 0;
}

.about-page .why-us .sub-section-space {
  margin-bottom: 45px;
}

.about-page .why-us .why-us-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-page .why-us .icon {
  width: 80px;
}

.about-page .why-us .why-us-item h4 {
  text-align: center !important;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: var(--black-web);
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 30px;
}

.about-page .about-fact .fact-card {
  border-radius: 23px;
  padding: 30px;
  background: var(--grey-background);
  margin-top: 45px;
}

.about-page .about-fact .icon {
  width: 65px;
  margin: 0 auto;
}

.about-page .about-fact .col-lg-3:last-child {
  border-right: none;
}

.about-page .about-fact .count-digit, .about-page .about-fact .count-title {
  font-size: 48px;
  font-weight: 700;
  color: var(--black-web);
  text-align: center;
}

.about-page .about-fact .count-title {
  font-size: 15px;
}

.about-page .fa-solid {
  font-size: 4rem;
}

/*vision and mission*/
.about-page .vision-mission {
  background: url('../images/about-us/vision-mission-dark.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 120px 0;
}

.about-page .vision-mission h2 {
  color: var(--white-web);
}

.about-page .vision-mission h4 {
  margin-top: 0;
}

.about-page .vision-mission .item {
  height: 100%;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
  padding: 30px;
}

.about-page .vision-mission .item p {
  align-content: center;
}

.about-page .commitment {
  padding-top: 120px;
}

.about-page .commitment .card {
  background: var(--white-web);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
  border-radius: 23px;
  padding: 60px;
  margin-left: -20%;
}

.about-us .commitment .side-image {
  margin-left: 0;
}

.about-page .commitment h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--black-web);
  line-height: 30px;
}

.about-page .commitment ul li {
  list-style-type: disc;
  font-size: 15px;
  line-height: 30px;
  margin-left: 32px;
}

/* 
---------------------------------------------
Partners
--------------------------------------------- 
*/

.our-partners {
  padding-top: 120px;
}

.our-partners .section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.our-partners h3 {
  font-weight: 700;
  text-align: center;
  color: var(--dark-blue);
  margin-bottom: 30px;
}

.our-partners .section-item {
  border-radius: 20px;
}

.our-partners .item h4 {
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  background: var(--dark-blue);
  color: var(--white-web);
  align-content: center;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

.our-partners .item .logo {
  align-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

/*
---------------------------------------------
Partners Page
---------------------------------------------
*/

.partners-page .container {
  position: relative;
}

.partners-page {
  position: relative;
  padding-top: 120px;
}

.partners-page .heading-image {
  margin-bottom: 60px;
}

.partners-page .section-heading h1 {
  text-align: center;
  margin: 0px 60px;
  margin-bottom: 60px;
}

.partners-page .introduction {
  font-size: 16px;
}

.partners-page .space {
  padding: 120px 0px 0px 0px;
}

.partners-page h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 45px;
  text-align: center;
}

.partners-page h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--black-web);
}

.partners-page .item .icon {
  width: 80px;
}

.partners-page a {
  color: var(--blue-2);
}

.partners-page a:hover {
  color: var(--blue-1);
}

/* 
---------------------------------------------
Clients
--------------------------------------------- 
*/

.our-clients {
  padding-top: 120px;
}

.our-clients .section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.our-clients .item {
  text-align: center;
}

.our-clients .item h4 {
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  background: var(--dark-blue);
  color: var(--white-web);
  align-content: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

.our-clients .item .logo {
  align-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.our-clients .row.logo-item {
  margin-bottom: 30px;
}

.our-clients .clients-title {
  margin-top: 20px;
}

/*
---------------------------------------------
Contact Page
--------------------------------------------- 
*/

.contact-page {
  position: relative;
  padding-top: 120px;
}

.contact-page .section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.contact-page .section-heading h1 {
  margin: 0px 60px;
  margin-bottom: -10px;
}

.contact-page #map iframe {
  border-radius: 23px;
  position: relative;
  z-index: 2;
}

.contact-page .info {
  margin-top: 30px;
  position: relative;
  display: inline-flex;
}

.contact-page .info span {
  display: inline-flex;
  margin-right: 15px;
}

.contact-page .info span i {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background: var(--light-blue-2);
  border-radius: 50%;
  color: var(--blue-2);
  font-size: 22px;
  margin-left: 15px;
  margin-right: 10px;
  transition: all .5s;
}

.contact-page .info span:hover i {
  background: var(--blue-2);
  color: var(--white-web);
}

.contact-page .info span div {
  color: var(--blue-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
  align-content: center;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.footer-dec {
  width: 100%;
  margin-top: 140px;
}

footer {
  margin-top: 120px;
  padding-top: 60px;
  z-index: 2;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--grey-background);
}

footer .footer-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--black-web);
  margin-bottom: 30px;
}

footer .about .logo img {
  width: 150px;
  margin-bottom: 30px;
}

footer .about .address {
  color: var(--black-web);
}

footer .about a {
  color: var(--grey-web);
  transition: all .3s;
}

footer .about a:hover {
  color: var(--blue-2);
}

footer .social-media {
  width: 32px;
  height: 32px;
  background-color: var(--blue-2);
  color: var(--white-web) !important;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 32px;
  font-size: 15px;
  margin-top: 20px;
  margin-right: 5px;
}

footer .social-media:hover {
  background-color: var(--blue-1);
}

.footer-item {
  margin-bottom: 45px;
}

footer .footer-item ul li {
  display: block;
  margin-bottom: 12px;
}

footer .footer-item ul li:last-child {
  margin-bottom: 0px;
}

footer .footer-item ul li a {
  font-size: 15px;
  color: var(--grey-web);
  transition: all .3s;
}

footer .footer-item ul li a:hover {
  color: var(--blue-2);
}

footer .footer-item p {
  font-size: 15px;
  color: var(--grey-web);
  margin-top: -5px;
}

footer .copyright p {
  text-align: center;
  border-top: 1px solid var(--grey-border);
  color: var(--grey-web);
  margin-top: 50px;
  padding: 20px 0px;
  font-weight: 300;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1240px) {
  .hero-before {
    width: 450px !important;
  }
  .hero .item {
    padding-top: 106px;
  }
  .hero .item h2 {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  .about-us .fact-item .count-title {
    height: 45px;
  }
}

@media (width: 1200px) {
  .about-us .fact-item .count-title {
    height: auto !important;
  }
  .about-page .why-us h4 {
    height: 30px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about-page .why-us h4 {
    height: 60px;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .logo {
    width: 150px;
  }
  .hero .item {
    text-align: center;
    margin-right: 0;
  }
  .hero .owl-dots {
    text-align: center;
  }
  .our-business .col-lg-4:not(:first-child) {
    margin-top: 30px;
  }
  .our-partners .item h4 {
    height: 90px;
  }
  .our-solutions-page .process .row {
    text-align: center;
  }
  .our-solutions-page .process .process-number {
    margin: 0 auto;
  }
  .our-solutions-page .process h4 {
    margin: 30px 0;
  }
  .about-us .side-image, .about-page .side-image {
    margin-left: 0;
  }
  .about-us .section-heading, .about-page .left-section-heading {
    text-align: center;
    margin-top: 45px;
  }
  .about-us .section-heading h2 {
    margin-right: 0px;
  }
  .fact-item .icon {
    margin: 0 auto;
  }
  .about-us .fact-item, .about-us .fact-item p, .about-us .main-blue-button-hover, 
  .about-page .company h1, .about-page .company h2, .about-page .commitment h2 {
    text-align: center;
  }
  .about-page .company .row, .about-page .commitment .row {
    flex-direction: column-reverse;
  }
  .about-page .item {
    margin: 15px 0px 15px 0px;
  }
  .about-page .why-us p {
    text-align: center;
  }
  .about-page .why-us .why-us-item {
    margin-bottom: 45px;
  }
  .about-page .vision-mission {
    background-position: center;
  }
  .about-page .vision-mission .col-lg-6:last-child {
    margin-top: 30px;
  }
  .col-lg-4.block {
    width: 50% !important;
  }
}

@media (width: 992px) {
  .hero-before {
    width: 500px !important;
    left: auto;
    right: 0;
    margin-left: 0;
  }
  .hero .item {
    text-align: left;
  }
  .hero .owl-dots {
    text-align: left;
  }
  .our-business .col-lg-4 {
    margin-top: 0px !important;
  }
  .about-us .section-heading {
    text-align: left;
    margin-top: 0;
  }
  .about-us .fact-item, .about-us .fact-item p, .about-us .main-blue-button-hover {
    text-align: left;
  }
  .about-page .company .col-lg-5 , .about-page .commitment .col-lg-5 {
    width: auto;
  }
  .about-page .vision-mission .col-lg-6:last-child {
    margin-top: 0px;
  }
  footer .col-lg-4 {
    width: 100%;
  }
  .fact-item .icon {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .about-page .about-fact .fact-item {
    margin-bottom: 15px;
  }
  .contact-page .info span {
    margin-bottom: 20px;
  }
  .contact-page .info {
    display: block;
    margin-right: 0px;
  }
}

@media (max-width: 360px) {
  .hero .owl-dots .owl-dot {
    width: 75px;
  }
  .our-solutions-page .section-heading h2 {
    margin: 0px 15px 60px 15px;
  }
  .our-solutions-page .products-list .col-3 {
    width: calc(100% / 2);
  }
  .about-page .about-fact .fact-card {
    padding: 15px;
  }
}

/* 
---------------------------------------------
animation keyframes
--------------------------------------------- 
*/

@keyframes hero-slider {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@keyframes about-fact {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes section-heading {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes to-top {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-130px);
  }
}

@keyframes to-top-down {
  0% {
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* ** By Calpadia ISV Team 2024 ** */