html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.4em;
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

body.loading {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.site-loader {
  width: 100%;
  height: 100vh;
  background: #ffffff;
}

.site-loader img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

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

a {
  text-decoration: none;
  color: #0c646f;
}

a:hover {
  color: #fb625a;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 20px;
  line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*color: #1f6521;*/
  font-weight: 300;
}

.menu-icon {
  display: block;
  cursor: pointer;
}

@media (max-width: 767px) {
  .menu-icon {
    position: relative;
    z-index: 20;
  }
}
.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  transform: rotate(-45deg) translate(-8px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  transform: rotate(45deg) translate(-5px, -4px);
}

header {
  position: fixed;
  padding: 25px 15px;
  padding-left: 25px;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 5;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 767px) {
  header {
    padding: 15px;
  }
}
header.inside-header {
  background: #00102b;
}

header .main-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  header .main-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 100%;
    background: #00102b;
    padding-top: 60px;
    transition: all 0.3s ease-in-out;
  }
}
header .main-menu li a {
  font-size: 16px;
  color: #003653;
  margin: 0 10px;
  padding: 0 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  font-weight: 500;
}

header.main-header .main-menu li a {
  color: #ffffff;
}
header.main-header .main-menu li a:hover {
  color: var(--color-orange);
}

header.fixed .main-menu li a {
  color: #333333;
}
header.fixed .main-menu li a:hover {
  color: var(--color-orange);
}

header .main-menu li a:hover {
  color: var(--color-orange);
}

@media (max-width: 870px) {
  header .main-menu li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  header .main-menu li a {
    display: block;
    padding: 15px;
  }
}
header .main-menu li.active a {
  border-color: var(--color-orange);
}

header.fixed {
  padding: 15px;
  background: #ffffff;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.3);
}

header.fixed.home {
  background: var(--color-blue);
}

header.fixed.home .main-menu li a {
  color: #ffffff;
}
header.fixed.home .main-menu li a:hover {
  color: var(--color-orange);
}

header.fixed .site-title img {
  height: 45px;
}

@media (max-width: 767px) {
  header.fixed .site-title img {
    width: 100%;
  }
}

header .mobile-menu {
  display: none;
}

@media (max-width: 767px) {
  header .mobile-menu {
    display: block;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  header .site-title img {
    width: 80px;
  }
}
.slider-about-content {
  background: url('/assets/slider-bg.jpg') no-repeat;
  background-size: cover;
}

.header-wrapper {
  position: relative;
  padding: 150px 0 0 0;
}

.header-wrapper img {
  width: 100%;
  display: block;
}

.header-wrapper .header-text-wrapper {
  position: absolute;
  left: 40px;
  top: 350px;
}

@media (max-width: 767px) {
  .header-wrapper .header-text-wrapper {
    position: relative;
    left: 0;
    top: 120px;
    background: #00102b;
    padding: 20px;
  }
}
.header-wrapper .header-text-wrapper .header-text {
  padding: 20px 0 20px 0;
  margin-bottom: 40px;
}

@media (max-width: 870px) {
  .header-wrapper .header-text-wrapper .header-text {
    margin-bottom: 20px;
    padding: 15px 0 15px 0;
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-text-wrapper .header-text {
    border-left: none;
    padding: 0;
  }
  .header-wrapper .header-text-wrapper .header-text br {
    display: none;
  }
}
.header-wrapper .header-text-wrapper .header-text h2 {
  color: #ffffff;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  margin-bottom: 10px;
}

@media (max-width: 870px) {
  .header-wrapper .header-text-wrapper .header-text h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
.header-wrapper .header-text-wrapper .header-text p {
  font-size: 22px;
  line-height: 30px;
  color: var(--color-orange);
  font-weight: 200;
  margin-bottom: 0;
}

@media (max-width: 870px) {
  .header-wrapper .header-text-wrapper .header-text p {
    font-size: 13px;
    line-height: 28px;
  }
}
.header-wrapper .header-text-wrapper a {
  border: 1px solid var(--color-orange);
  padding: 10px 12px;
  text-align: center;
  color: #ffffff;
  width: 120px;
  margin-left: 25px;
  display: block;
  font-size: 20px;
}

@media (max-width: 767px) {
  .header-wrapper .header-text-wrapper a {
    margin-left: 0;
  }
}
.header-wrapper .header-text-wrapper a:hover {
  background: var(--color-orange);
}

.tag-line {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}

.tag-line h3 {
  color: #ffffff;
  font-weight: 500;
}

.tag-line .container {
  border-bottom: 1px solid var(--color-orange);
  margin-bottom: 40px;
}

.tag-line .tag-text {
  font-size: 42px;
  color: var(--color-orange);
  margin-bottom: 30px;
}

.what-drut {
  padding: 50px 0;
  padding-top: 0px;
  margin-top: -25px;
}

.what-drut p {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}

.learn-more {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  margin: 0 auto;
  color: var(--color-orange);
  width: 117px;
}

.learn-more:hover {
  color: #ffffff;
}

.learn-more img {
  display: block;
  width: 25px;
  margin-right: 10px;
}

.why-automate {
  position: relative;
  padding-bottom: 250px;
  margin-top: 0;
  padding-top: 50px;
}

.why-automate::before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  width: 150px;
  height: 2px;
  background: linear-gradient(90deg, var(--color-orange) 0%, var(--color-orange) 100%);
  margin: 0 auto;
}

.why-automate p {
  color: #fff;
}

.services {
  padding-top: 300px;
  padding-bottom: 130px;
  background: url('/assets/services-bg.jpg') no-repeat;
  background-size: cover;
  width: 100%;
}

.services .title {
  color: #003653;
  text-align: left;
  margin-bottom: 40px;
}

.services .title span {
  color: var(--color-orange);
}

.services ul {
  display: flex;
  max-width: 700px;
  flex-wrap: wrap;
}

.services ul li {
  padding: 0 25px 25px 0;
  border-right: 2px solid #044f6f;
  color: #ffffff;
  font-size: 26px;
  display: flex;
  flex-direction: column;
}

.services ul li:nth-child(2),
.services ul li:nth-child(5) {
  padding: 0 0 25px 25px;
}

.services ul li:nth-child(2) {
  padding-right: 28px;
}

.services ul li:nth-child(3n) {
  padding: 0 0 25px 25px;
  border-right: none;
}

.services ul li:nth-child(4),
.services ul li:nth-child(5),
.services ul li:nth-child(6) {
  padding-top: 25px;
  padding-bottom: 0;
  border-top: 2px solid #044f6f;
}

.services ul li:nth-child(4) {
  padding-right: 25px;
}
.services ul li:nth-child(5) {
  padding-right: 31px;
}

.services ul li p {
  line-height: 1em;
  text-transform: uppercase;
}

.services ul li p strong {
  display: block;
  font-size: 24x;
}

.services ul li a {
  margin: 0;
  margin-top: auto;
}

.key-implementations,
.blogs {
  padding: 60px 0 0 0;
}

.key-implementations .gradient {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2em;
}

.key-implementations .gradient span {
  background: #3d9bec;
  background: linear-gradient(-90deg, #3d9bec 0%, #f53826 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.key-wrapper {
  position: relative;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.key-wrapper p:last-child {
  margin-bottom: 0;
}

.key-content {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #ffffff;
  padding: 5px;
}

.key-gradient {
  width: 100%;
  height: 90%;
  top: 5%;
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 22px, transparent 22px) 0% 0%/24px
      24px no-repeat,
    radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 22px, transparent 22px) 100% 0%/24px 24px
      no-repeat,
    radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 22px, transparent 22px) 0% 100%/24px 24px
      no-repeat,
    radial-gradient(circle at 0 0, #ffffff 0, #ffffff 22px, transparent 22px) 100% 100%/24px 24px
      no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 4px) calc(100% - 48px) no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 48px) calc(100% - 4px) no-repeat,
    linear-gradient(-90deg, transparent 0%, #f53826 100%), #3d9bec;
  border-radius: 24px;
  box-sizing: content-box;
  position: absolute;
  left: 0;
  z-index: 1;
}

.blogs {
  padding-bottom: 60px;
}

.blogs ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
}

.blogs ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  border-radius: 28px;
}
.blog-img {
  overflow: hidden;
}
.blogs img {
  display: block;
  transition: all 0.3s ease-in-out;
  border-radius: 30px 30px 0 0;
}

.blogs a {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.blogs a:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);

  img {
    transform: scale(1.1);
  }
}

.blogs ul li:nth-child(2n) {
  margin-right: 0;
}

.blogs .blog-content {
  padding: 15px;
}

.blogs .blog-content h4 {
  font-size: 20px;
  /*font-weight: 600;*/
  /*color: #333333;*/
  margin: 5px 0;
  padding-bottom: 10px;
}

.blogs .blog-content p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 0;
}

.footer {
  background: url('/assets/footer-bg.jpg') no-repeat;
  background-size: cover;
  padding-top: 80px;
  color: #ffffff;
}

.footer-wrapper {
  display: flex;
}

.footer-content {
  margin-left: auto;
}

.footer-menu ul {
  display: flex;
  margin-top: 15px;
}

.footer-menu ul li {
  color: #ffffff;
  margin-right: 10px;
  font-size: 18px;
}

.footer-menu ul li:last-child {
  margin-right: 0;
}

.footer-menu ul.social-menu li ul {
  display: flex;
  gap: 5px;
}

.footer-menu ul li img {
  width: 25px;
}

.footer-menu ul li a {
  color: #ffffff;
  display: block;
}

.footer-menu ul li a:hover {
  color: var(--color-orange);
}

.footer-menu ul li ul.child {
  padding-right: 0;
}

.footer-menu ul li ul.child li {
  text-transform: none;
  font-size: 15px;
}

.address {
  padding: 20px 0;
  margin-top: 60px;
  text-align: center;
  border-top: 1px solid var(--color-orange);
}

.address p {
  margin-bottom: 0;
}

.copyright {
  padding: 10px;
  background: #012038;
}

.copyright p {
  margin-bottom: 0;
  color: #3f52ae;
  text-align: center;
}

.copyright a {
  margin-bottom: 0;
  color: #3f52ae;
  text-decoration: underline;
}

.copyright a:hover {
  color: var(--color-orange);
}

.slider-about-us-content {
  max-height: 95vh;
  overflow: hidden;
}

.slider-about-us-content .inside-header-wrapper {
  position: relative;
}

.slider-about-us-content .header-text-wrapper {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

.slider-about-us-content img {
  display: block;
  width: 100%;
  height: auto;
}

.slider-about-us-content .breadcrumbs {
  display: flex;
  padding-bottom: 20px;
}

.slider-about-us-content .breadcrumbs li {
  margin-right: 5px;
  color: #000000;
  font-size: 16px;
}

.slider-about-us-content .breadcrumbs li a {
  color: #000000;
}

.slider-about-us-content .breadcrumbs li a:hover {
  color: var(--color-orange);
}

.slider-about-us-content h2 {
  font-size: 50px;
  font-weight: 500;
  color: #000000;
}

.about-content {
  padding: 40px 0;
  h3 {
    margin-bottom: 10px;
  }
}

.about-content p.bold {
  font-weight: 600;
  color: #003653;
}

.mission-vision-wrapper {
  padding: 40px 0;
  margin: 40px 0;
  border-radius: 40px;
  background: url('../images/vision-bg.png') no-repeat;
  background-size: cover;
  overflow: hidden;
}

.mission-vision-wrapper .title {
  text-align: left;
  color: #0ea9c5;
  margin-bottom: 10px;
}

.mission-vision-wrapper p {
  width: 75%;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}

.mission-vision-wrapper .with-border {
  margin-bottom: 30px;
  padding-bottom: 40px;
  position: relative;
}

.mission-vision-wrapper .with-border::after {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: -moz-linear-gradient(-180deg, #002c58 0%, #00ccf1 100%);
  background-image: -webkit-linear-gradient(-180deg, #002c58 0%, #00ccf1 100%);
  background-image: -ms-linear-gradient(-180deg, #002c58 0%, #00ccf1 100%);
  margin: 0 auto;
}

.rpa-counts ul {
  display: flex;
  justify-content: center;
}

.rpa-counts ul li {
  padding: 0 25px;
  margin-bottom: 10px;
  text-align: center;
}

.count {
  font-size: 28px;
  margin-bottom: 0;
  background-image: -moz-linear-gradient(-180deg, rgb(0, 44, 88) 0%, rgb(0, 204, 241) 100%);
  background-image: -webkit-linear-gradient(-180deg, rgb(0, 44, 88) 0%, rgb(0, 204, 241) 100%);
  background-image: -ms-linear-gradient(-180deg, rgb(0, 44, 88) 0%, rgb(0, 204, 241) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
}

.video {
  position: relative;
}
.video .video-wrapper {
  position: absolute;
  padding: 0 25px;
  top: -200px;
  width: 100%;
}
.video .video-wrapper img {
  display: block;
  margin: 0 auto;
}
.video .video-desc {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
.video .video-desc a {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.video .video-desc a:hover {
  border-color: var(--color-orange);
}

.video .video-desc a:hover i {
  color: var(--color-orange);
}

.video .video-desc a i {
  color: #ffffff;
  font-size: 30px;
  margin-top: 12px;
  margin-left: 4px;
  transition: all 0.3s;
}
.video .video-desc p {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 20px;
}

.footer-wrapper {
  border-bottom: 5px solid var(--color-orange);
  padding-bottom: 25px;
  margin-bottom: 80px;
}

.footer-logo {
  display: inline-flex;
  flex-direction: column;
}
.footer-logo .logo-wrapper {
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
}

header .main-menu li a.demo-link {
  display: block;
  padding: 7px 15px;
  background: var(--color-orange);
  color: #011927 !important;
  font-weight: 400;
  /*line-height: 1.2em;*/
  border-radius: 15px;
  text-align: center;
  border: none;
}

header .main-menu li a.demo-link:hover {
  color: #ffffff !important;
}

.footer-logo .logo-wrapper a {
  margin-left: auto;
  display: block;
  padding: 7px 15px;
  background: var(--color-orange);
  color: #011927;
  font-weight: 600;
  line-height: 1.2em;
  border-radius: 15px;
  text-align: center;
}
.footer-logo .logo-wrapper a:hover {
  color: #ffffff;
}

.footer-content {
  display: flex;
  align-items: flex-end;
}
.footer-content img {
  margin-left: 10px;
  width: 100px;
}
.footer-content a {
  color: #ffffff;
  margin-bottom: 0;
  display: block;
  font-size: 18px;
  line-height: 1.2em;
}
.our-team h3 {
  font-size: 55px;
  text-align: center;
  color: #003653;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.our-team .team-list .team-slider {
  display: flex;
  flex-wrap: wrap;
}
.our-team .team-list .team-slider li {
  width: 31.33%;
  background-image: -moz-linear-gradient(90deg, rgb(2, 33, 65) 0%, rgb(15, 182, 212) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(2, 33, 65) 0%, rgb(15, 182, 212) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(2, 33, 65) 0%, rgb(15, 182, 212) 100%);
  margin-right: 3%;
  padding: 25px 15px;
  border-radius: 30px;
  margin-bottom: 3%;
}
.our-team .team-list .team-slider li img {
  display: block;
  margin: 0 auto;
  width: 60%;
}
.our-team .team-list .team-slider li:nth-child(3n) {
  margin-right: 0;
}
.our-team .team-list .team-slider li .team-title-wrap {
  color: #ffffff;
  text-align: center;
}
.our-team .team-list .team-slider li .team-title-wrap h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.our-team .team-list .team-slider li .team-title-wrap .desg {
  font-size: 18px;
  font-weight: 400;
}

.client-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.client-logos li {
  border-radius: 30px;
  padding: 0 10px;
  border: 1px solid #cccccc;
  flex: 1 0 calc(16% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}

.resources-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 40px;
  li {
    text-align: center;
    a {
      display: inline-block;
    }
  }
}
.resources-list li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.resources-list li:nth-child(2n) {
  margin-right: 0;
}
.resources-list li p {
  margin-bottom: 0;
  font-size: 18px;
  color: #011927;
  font-weight: 600;
  text-align: center;
  line-height: 1.2em;
  padding-top: 10px;
}
.resources-list li p span {
  color: var(--color-orange);
}

.media-wrapper .media-list {
  display: flex;
  flex-wrap: wrap;
}
.media-wrapper .media-list li {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.media-wrapper .media-list li:nth-child(3n) {
  margin-right: 0;
}
.media-wrapper .media-list li img {
  display: block;
}

.bg-wrapper {
  background-image: -moz-linear-gradient(225deg, #022141, #0fb6d4);
  background-image: -webkit-linear-gradient(225deg, #022141, #0fb6d4);
  background-image: -ms-linear-gradient(225deg, #022141, #0fb6d4);
}

.compliance-logo-wrapper {
  padding-top: 20px;
  /*margin-bottom: 40px;*/
}

.compliance-logo-wrapper .container {
}

.compliance-logo-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.compliance-logo-wrapper ul li {
  padding-bottom: 20px;
}

.compliance-logo-wrapper img {
  display: block;
}

.ui-accordion .ui-accordion-header {
  padding: 10px 15px;
  font-size: 18px;
  margin-top: 15px;
  border-radius: 20px;
  background-color: transparent;
}

.ui-widget {
  font-size: 18px;
  font-weight: 400;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #002c58;
  background-image: -moz-linear-gradient(-180deg, #002c58 0%, #00ccf1 100%);
  background-image: -webkit-linear-gradient(-180deg, #002c58 0%, #00ccf1 100%);
  background-image: -ms-linear-gradient(-180deg, #002c58 0%, #00ccf1 100%);
  border: none;
  color: #ffffff;
}

.ui-accordion .ui-accordion-content {
  padding: 20px 30px;
  padding-top: 40px;
  border-top: 0;
  overflow: auto;
  margin-top: -25px;
  border-radius: 0 0 20px 20px;
}

.faqs-wrapper.blogs {
  padding-bottom: 0;
}

.faqs-wrapper.blogs ul {
  display: block;
}

.faqs-wrapper.blogs ul li {
  width: 100%;
  margin: 0;
  padding-bottom: 5px;
  display: flex;
}

.faqs-wrapper.blogs ul li:before {
  content: '';
  width: 7px;
  height: 7px;
  background: var(--color-orange);
  display: block;
  margin-top: 7px;
  margin-right: 7px;
  border-radius: 50%;
}

.client-logo-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.client-logo-wrapper ul li {
  width: calc(50% - 2px);
}

.client-logo-wrapper ul li img {
  display: block;
}

.client-logo-wrapper ul li:nth-child(2n) {
  margin-left: auto;
}

.blog-content {
  padding: 40px 0;
}

.blog-content h3 {
  padding-bottom: 10px;
  font-size: 20px;
  color: var(--color-orange);
}

.blog-content h4 {
  padding-bottom: 7px;
  font-size: 18px;
  color: var(--color-orange);
}

.blog-content p {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.survey-wrapper {
  padding: 60px 0;
}

.survey-wrapper p {
  font-size: 18px;
}

.survey-btn {
  display: block;
  padding: 10px 15px;
  background: var(--color-orange);
  color: #011927 !important;
  font-weight: 600;
  /* line-height: 1.2em; */
  border-radius: 20px;
  text-align: center;
  border: none;
  font-size: 18px;
  width: 170px;
}

.survey-btn:hover {
  color: #ffffff !important;
}

.social-links {
  display: flex;
  justify-content: center;
}

.social-links li {
  margin-right: 10px;
}

.social-links li:last-child {
  margin-right: 0px;
}

.social-links li a:hover {
  color: var(--color-orange);
}

.footer-content .social-links li a {
  line-height: 0;
}

@media (max-width: 767px) {
  .compliance-logo-wrapper {
    margin-bottom: 20px;
  }
  .mobile-menu {
    display: block;
  }
  .client-logo-wrapper ul li {
    width: 100%;
  }

  .key-wrapper {
    width: 100%;
  }
  .key-gradient {
    display: none;
  }
  .services {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .services ul {
    display: block;
    text-align: center;
  }
  .services ul li {
    padding: 25px !important;
    border: 1px solid #044f6f !important;
    display: block;
    margin-bottom: 15px;
  }
  .services ul li a {
    margin: 0 auto;
  }
  .video .video-desc {
    top: 25%;
    width: 100%;
  }
  .video .video-wrapper {
    position: relative;
    top: 0;
    overflow: hidden;
  }
  .video .video-wrapper img {
    display: block;
    margin: 0 auto;
    max-width: 170%;
    margin-left: -35%;
  }
  .key-implementations,
  .blogs {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .blogs ul {
    display: block;
  }
  .blogs ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-wrapper {
    display: block;
  }
  .footer-menu ul {
    display: block;
    text-align: center;
  }
  .footer-menu ul li {
    margin-bottom: 10px;
  }
  .footer-logo {
    display: block;
  }
  .footer-content {
    display: block;
    text-align: center;
  }
  .footer-content a {
    margin-bottom: 10px;
    display: block;
  }
  .why-automate {
    padding: 30px 0;
  }
  .what-drut {
    padding: 30px 0;
    margin-top: 0;
  }
  .header-wrapper .header-text-wrapper {
    top: 0;
  }
  .footer-menu ul li {
    margin-right: 0;
  }
  .footer-content img {
    margin-left: 0;
  }
  .slider-about-us-content {
    height: 250px;
  }
  .slider-about-us-content img {
    height: 250px;
  }
  .client-logos li {
    flex: 1 0 calc(33.33% - 10px);
  }
  .page header.fixed .bar1,
  .page header.fixed .bar2,
  .page header.fixed .bar3 {
    background-color: #00102b;
  }
  .page header.fixed.home .bar1,
  .page header.fixed.home .bar2,
  .page header.fixed.home .bar3 {
    background-color: #ffffff;
  }
  .page header.fixed .open .bar1,
  .page header.fixed .open .bar2,
  .page header.fixed .open .bar3 {
    background-color: #ffffff;
  }
  header.fixed .main-menu li a {
    color: #ffffff;
  }
  .our-team .team-list .team-slider li,
  .resources-list li,
  .media-wrapper .media-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .mission-vision-wrapper {
    background-color: #000000;
    border-radius: 0;
  }
  .mission-vision-wrapper p {
    width: 100%;
  }
  .our-team h3 {
    font-size: 30px;
  }
  .survey-wrapper {
    padding: 30px 0;
  }
}

.wpcf7-spinner {
  display: none;
}
