ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
}

a {
  text-decoration: none;
}

.main_logo {
  width: 180px
}

header {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
}

.header_top {
  background: #f7f7f7;
  padding: 5px;
  color: #1e65a3;
  font-weight: 700;
  transition: 0.2s;
}

.banner {
  position: relative;
  min-height: calc(100vh - 0px);
  background: #000;
}

.videobox video {
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-info {
  color: #00679f !important;
}

.banner_con {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.40);
  padding: 25px;
  bottom: 0;
  left: 0;
  color: #fff;
}

.banner_con h2 {
  font-size: 36px;
  font-weight: bold;
}

.btn_1 {
  border: #fff solid 2px;
  float: left;
  transform: skew(-10deg);
  padding: 8px 20px;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  text-decoration: none;
}

.btn_2 {
  border: #00679f solid 2px;
  float: left;
  transform: skew(-10deg);
  padding: 8px 20px;
  color: #00679f;
  border-radius: 0px;
  font-size: 18px;
  text-decoration: none;
}

.btn_2:hover {
  border: #00679f solid 2px !important;
  color: #fff !important;
}

.btn_5 {
  border: #dd042b solid 2px;
  float: left;
  transform: skew(-10deg);
  padding: 8px 20px;
  color: #fff;
  border-radius: 1px;
  font-size: 18px;
  text-decoration: none;
  background: #dd042b;
}

.btn_5:hover {
  border: #dd042b solid 2px !important;
  color: #dd042b !important;
}

.btn_3 {
  border: #00679f solid 2px;
  float: left;
  transform: skew(-10deg);
  padding: 8px 20px;
  color: #fff;
  border-radius: 1px;
  font-size: 18px;
  text-decoration: none;
  background: #00679f;
}

.btn_3:hover {
  border: #00679f solid 2px !important;
  color: #00679f !important;
}

.btn_1:hover {
  border: #fff solid 2px;
  padding: 8px 20px;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.192);
}

.top_link {
  list-style: none;
}

.top_link li {
  font-size: 13px;
  padding-left: 15px;
}

.top_link li a {
  font-size: 13px;
  padding-left: 15px;
  color: #1e65a3;
  text-decoration: none;
}

.section {
  padding: 70px 0;
}

.CompanyLogo img {
  height: 45px;
  width: inherit !important;
  margin: 0 auto;
}

.custom_nav li {
  padding-left: 30px;
  font-size: 18px;
}

.bg_blue {
  background: #1d5c93;
  color: #fff;
}

.bg-light {
  background: #efefef;
}

.mt-01 {
  margin-top: 70px;
}

.mt-02 {
  margin-top: 140px;
}

.mt-03 {
  margin-top: 210px;
}

.services_box img {
  width: 100%;
}

.top_section h3 {
  font-weight: bold;
  font-size: 36px;
}

.top_section p {
  font-size: 18px;
}

.heading_1 {
  color: #212529;
  font-size: 40px;
  font-weight: 700;
}

.services_box h5 {
  font-size: 14px;
  padding-top: 20px;
}

.services_box h3 {
  font-size: 24px;
  padding-top: 30px;
  font-weight: normal;
  width: 90%;
  padding-bottom: 30px;
}

.services_box a {
  font-size: 18px;
  color: #00679f;
  text-decoration: none;
  margin-top: 25px;
}

.automation_box {
  border: #cccccc solid 1px;
  padding: 20px;
  position: relative;
  min-height: 215px;
}

.automation_box .arrow_2 {
  position: absolute;
  top: 30px;
  right: -12px;
}

.automation_box h3 {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #212529;
}

.case_box {
  background: #f4f4f4;
  border-radius: 10px;
  overflow: hidden;
}

.case_box .img-fluid {
  width: 100%;
}

.case_box h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.case_box h3 a {
  color: #333;
}

.case_box a:hover {
  color: #00679f;
}

.link {
  font-size: 30px;
}

.footer h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.footer p {
  font-size: 15px;
}

.footer {
  background-color: #052332;
  color: #d9caca
}

.footer ul li a {
  color: #d9caca;
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
}

.footer ul li a:hover {
  color: #27a8bd;
}

.sochal_link a {
  padding: 10px 10px 10px 0;
  font-size: 25px;
}

.custom_nav .nav-item a {
  padding: 0 !important;
}

.custom_nav .nav-link {
  color: #00679f;
}

.custom_nav .dropdown-menu {
  border: 0;
}

.case_more img {
  width: 38px !important;
}

.arrow {
  color: #00b6ff !important;
  margin: 1em 0;
  position: relative;
}

.arrow::after {
  display: inline-block;
  margin-left: 5px;
  margin-top: 8px;
  content: "";
  transition: transform 0.3s ease-out;
  background: url(../img/apply_arrow.png) no-repeat;
  width: 24px;
  height: 14px;
  position: absolute;
}

.arrow:hover {
  color: #00b6ff;
  text-decoration: none;
}

.arrow:hover::after {
  transform: translateX(10px);
}

.sochal_link a {
  color: #00679f;
}

.box::before,
.box::after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}

.foo::before {
  border-bottom: 1px solid #2a83c9;
  border-left: 1px solid #2a83c9;
  -webkit-transform-origin: 0 100%;
}

.foo::after {
  border-top: 1px solid #2a83c9;
  border-right: 1px solid #2a83c9;
  -webkit-transform-origin: 100% 0%;
}

.box:hover::after,
.box:hover::before {
  -webkit-transform: scale(1);
}

.banner2 {
  padding-top: 90px;
  position: relative;
}

.banner3 {
  background: #f2faff;
  padding: 50px 0;
  margin-top: 90px;
}

.section50_40 {
  background: linear-gradient(to left, #ffffff 50%, #f9f9f9 50%);
  margin: 70px 0;
}

.login_box {
  width: 100%;
  border-radius: 4px;
  padding: 25px 50px;
  background: #fff;
  margin: 0 auto;
  box-shadow: #c9c9c9 0px 4px 8px;
}

:focus {
  outline: none;
}

.contact_box_section .box a,
.phone_number a {
  text-decoration: none;
  color: #00adee;
}

.contact_box_section .box a:hover,
.phone_number a:hover {
  text-decoration: none;
}

.line_input {
  width: 100%;
  position: relative;
}

.input {
  width: 100%;
  border: 0;
  padding: 0px 0px 10px 0;
  border-bottom: 1px solid #e4e2e2;
  color: #565656;
  font-size: 14px;
}

.input~.border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
}

.input:focus~.border {
  width: 100%;
  transition: 0.5s;
}

.border {
  border: 1px solid #25aae1 !important;
}

.line_input label {
  color: #8f8f8f;
  font-size: 12px;
  text-transform: uppercase;
}

.location_bg {
  background: #00679e url(../img/location_bg.jpg) center center no-repeat;
}

.box_2 {
  background: #6fabcb;
  color: #fff;
  padding: 15px;
  border-radius: 4px;
  margin-top: 20px;
  font-size: 16px;
}

.company_logos li {
  padding: 25px;
}

.company_logos li img {
  height: 45px;
}

.list2 {
  font-weight: 600;
}

.list2 li {
  font-weight: 600;
  padding-bottom: 15px;
  font-size: 20px;
}

.list2 li a {
  color: #0d2653;
}

.list2 li a i {
  color: #57b7dd;
  font-weight: bold;
}

.sbox_1 {
  background-image: url(../img/services_1.jpg);
  background-size: cover;
}

.sbox_2 {
  background-image: url(../img/services_2.jpg);
  background-size: cover;
}

.sbox_3 {
  background-image: url(../img/services_3.jpg);
  background-size: cover;
}

.sbox_4 {
  background-image: url(../img/services_4.jpg);
  background-size: cover;
}

.solution_box {
  padding: 15px;
  min-height: 330px;
}

.solution_box .automation_box {
  min-height: 330px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  border: 0;
}

.bg_2 {
  background: #57b7dd;
}

.our_story h2 {
  font-size: 32px;
  font-weight: 600;
}

.our_story h3 {
  font-size: 24px;
  font-weight: 600;
}

.our_story p {
  font-size: 18px;
  line-height: 30px;
}

.hyperautomation h1 {
  font-size: 60px;
  font-weight: 700;
}

.hyperautomation h1 span {
  color: #57b7dd;
}

.hyperautomation p {
  color: #3b484d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.hyperautomation h3 {
  color: #57b7dd;
  font-size: 24px;
  font-weight: 700;
}

.hyperautomation h2 {
  color: #0c2752;
  font-size: 60px;
  font-weight: 400;
}

.heading_2 {
  font-size: 32px;
  font-weight: 600;
}

.process_discovery .c_card {
  min-height: 230px;
}

.process_discovery .c_card .number {
  font-size: 24px;
  color: #c3d2e1;
}

.how_we_do {}

/* .how_we_do h1{  color: #11242b; font-size: 60px;font-weight: 700} */
.how_we_do h2 {
  font-size: 30px;
  font-weight: 600
}

.how_we_do p {
  font-size: 18px;
  font-weight: 500;
  color: #11242b;
}

.how_we_do h3 {
  font-size: 21px;
  font-weight: 600;
  color: #0d2653;
  line-height: 30px;
}

.how_we_do a {
  font-size: 14px;
  font-weight: 600;
  color: #0d2653;
  line-height: 30px;
}

.how_we_do hr {
  height: 2px;
  opacity: 1;
}

.our_solution h1 {
  color: #212529;
  font-size: 40px;
  font-weight: 700;
}

.inner_banner {
  padding: 70px 0;
}

.inner_banner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.section_odd {
  background: #f7f7f7;
}

.process_bot_page .solution_box {
  margin: 30px 0 0 0;
  width: 100%;
  padding: 0;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.solution_box h3 {
  color: #fff;
  position: absolute;
  bottom: -7px;
  width: 100%;
  border-radius: 0 0 4px 4px;
  padding: 10px;
  left: 0;
  font-size: 18px;
  background: rgba(14, 14, 14, 0.5);
  font-weight: 600;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.text {
  color: white;
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-5%, -50%);
  -ms-transform: translate(-5%, -50%);
  transform: translate(-5%, -50%);
  text-align: center;
}

.solution_box:hover .overlay {
  height: 100%;
}

.solution_box {
  position: relative;
}

.bg_light {
  background: #f1feff;
}

.work_box {
  list-style: none;
  margin-top: 50px;
}

.work_box li {
  list-style: none;
  padding: 35px 20px;
  box-shadow: rgb(128 145 155 / 50%) 0 0 15px;
  border-radius: 2px;
  width: 23%;
  color: #0c406e;
  background: #fff;
  transition: background-color 2s ease-out;
}

.work_box li p {
  font-size: 19px;
  padding-top: 15px;
}

.work_box li:hover {
  background: linear-gradient(60deg, #0072c1, #24ccd7);
  color: #fff;
}

.cloude_box {
  background: #fff;
  border-radius: 3px;
  padding: 15px;
  position: relative;
  margin-top: 50px;
  box-shadow: #666 0px 0px 10px;
  min-height: 290px;
}

.work_box li:hover img {
  filter: brightness(0) invert(1);
}

.nav {
  display: flex;
}

.nav a {
  display: block;
  text-decoration: none;
}

.nav>li>a {
  padding: 4px 0px;
  color: #45505a;
}

.nav>li {
  position: relative;
  padding-left: 30px;
}

.nav>li>.sub {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 300ms ease-in-out 500ms;
  transition: all 300ms ease-in-out;
  padding: 25px;
  margin-top: 0px;
  border-radius: 0 0 4px 4px;
  box-shadow: #333 0 10px 10px;
}

.nav>li>ul>li>a {
  padding: 4px 10px;
}

.nav>li:hover>.sub {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 300ms ease-in-out;
}

.nav>li>a:hover {
  color: #00679f;
}

.nav .big-nav {
  position: static;
}

.nav .big-nav>.sub {
  position: absolute;
  top: 100%;
  left: 7%;
  width: 86%;
  background: rgba(255, 255, 255, 1);
}

.nav_link {
  color: #45505a;
  font-size: 16px;
  margin-top: 15px;
}

.nav>li>.sub p {
  font-size: 15px;
  color: #6e6e6e;
}

.nav>li>.sub a:hover strong {
  color: #00679f !important;
}

.ctrl-standard5.fx-sliderIn::after {
  background: #ffffff;
}

.ctrl-standard2.fx-sliderIn::after {
  background: #00679f;
}

.ctrl-standard.fx-sliderIn::after {
  background: #ffffff;
}

.ctrl-standard.fx-sliderIn.is-reversed:hover {
  color: #ffffff;
}

.ctrl-standard.fx-sliderIn.is-reversed:hover::after {
  width: 0;
}

[class*="ctrl-"][class*="fx-"]:hover,
[class*="ctrl-"][class*="fx-"].active {
  color: #1e65a3;
}

[class*="fx-"],
[class*="fx-"]:hover {
  transition: color 0.5s ease-in-out;
}

[class*="fx-"]:not(.fx-dyna)::after,
[class*="fx-"]:not(.fx-dyna)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.fx-sliderIn::after {
  transition: width 0.5s ease-in-out;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
}

.fx-sliderIn:hover::after,
.fx-sliderIn.active::after {
  transition: width 0.5s ease-in-out;
  width: 100%;
}

.join_section {
  background: #1d5c93;
}

.text_h {
  color: #09ddff !important;
}

.join_section span i {
  font-size: 35px;
  margin: 0 20px 0 0;
}

.join_section p {
  color: #99c4d9;
}

.singular-experience .box_2 {
  min-height: 225px;
}

.how_we_do2 .c_card {
  min-height: 300px;
}

.c_card {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  padding: 30px 20px 20px 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  min-height: 260px;
}

.c_card::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100px;
  height: 80px;
  background-color: #0071dc;
  border-radius: 0 0 0 270px;
  opacity: .1;
  -webkit-transition: .7s;
  transition: .7s;
}

.c_card h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.c_card .number {
  font-size: 24px;
  color: #0071dc;
  font-weight: 600;
  position: absolute;
  top: 5px;
  right: 15px;
}

.work-process-left {
  background-color: #1d5c93;
  padding: 120px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.work-process-left p {
  color: #d0e7f3;
}

.work-process-left::before {
  content: '';
  position: absolute;
  z-index: -1;
  opacity: .2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/bg-shape.png);
}

/* @@@@@@@@@@@@start mobile menu */
.nav-top .hamburger {
  margin-left: auto;
  color: #fff;
  cursor: pointer;
}

.nav-drill {
  margin-top: 60px;
  transform: translateX(100%);
}

.nav-is-toggled .nav-drill {
  transform: translateX(0);
}

.nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}

.nav-drill {
  display: flex;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 250px;
  height: 100vh;
  background-color: #22a3c9;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s;
}

.nav-items {
  flex: 0 0 100%;
}

.nav-item:not(:last-child) {
  border-bottom: solid 1px #f9fafa;
}

.nav-link {
  display: block;
  padding: 0.875em 1em !important;
  background-color: #22a3c9;
  color: #ffffff !important;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 300;
}

.nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: #f9fafa;
  transition: 0.3s;
  visibility: hidden;
}

.nav-expand-content .nav-item:not(:last-child) {
  border-bottom: solid 1px #f9fafa;
}

.nav-expand-content .nav-link {
  background-color: #f9fafa;
}

.nav-expand-content .nav-back-link {
  display: flex;
  align-items: center;
  background-color: #2066a5 !important;
  color: #fff;
}

.nav-expand-content .nav-back-link::before {
  content: "chevron_left";
  margin-right: 0.5em;
  font-family: "Material Icons";
}

.nav-expand-link {
  display: flex;
  justify-content: space-between;
}

.nav-expand-link::after {
  content: "chevron_right";
  flex: 0 1 auto;
  font-family: "Material Icons";
}

.nav-expand.active>.nav-expand-content {
  transform: translateX(0);
  visibility: visible;
}

.nav-expand .nav-expand-content {
  background-color: #22afda;
}

.nav-expand .nav-expand-content .nav-link {
  background-color: #22afda;
}

.nav-expand .nav-expand-content .nav-expand-content {
  background-color: #22afda;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-link {
  background-color: #22afda;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
  background-color: #f9fafa;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
  background-color: #f9fafa;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
  background-color: #f9fafa;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
  background-color: #f9fafa;
}

.list_3 {
  list-style: none;
  padding-top: 10px;
}

.list_3 li {
  background: url(../img/tick-6.png) no-repeat left 5px;
  padding: 0 0 10px 30px;
  background-size: 22px;
}

.mh_400 {
  min-height: 400px;
}

.mh_350 {
  min-height: 350px;
}

.c_card3 {
  min-height: 310px;
}

.c_card3 h3 {
  font-size: 22px !important;
  color: #1d5c93;
}

.c_card3 p {
  font-weight: 400;
  font-size: 17px;
}

.c_card3::before {
  width: 70px;
  height: 65px;
}

.c_card3 .number {
  font-size: 27px;
  color: #9fbbd3;
  font-weight: 700;
}

.mh_270 {
  min-height: 270px;
}

.mh_210 {
  min-height: 210px;
}

.mh_525 {
  min-height: 525px;
}

.mh_450 {
  min-height: 450px;
}

.abc {
  border-bottom: #a5a5a5 solid 1px;
  display: block;
  max-height: 200px;
  overflow-x: auto;
}

.bg_dark {
  background: #1d5c93;
  color: #fff;
}
.price_tag{background: #2383b2; color: #fff; border-radius: 30px; display: inline-block; padding: 10px 30px;}

.case_box_bg1 {
  background: #f4f4f4 url(../img/case_5.jpg) no-repeat bottom right;
  padding-bottom: 190px;
  background-size: 100%;
}

.case_box_bg2 {
  background: #f4f4f4 url(../img/case_9.jpg) no-repeat bottom right;
  padding-bottom: 190px;
  background-size: 100%;
}

.accounts_automation_box {
  background: #ffffff;
  box-shadow: #cfcfcf 0 0 10px;
  padding: 20px;
  margin: 20px 0;
}

.accounts_automation_box ul li {
  background: url(../img/right-arrow.png) no-repeat left 5px;
  background-size: 10px;
  padding: 0 0 10px 20px;
}

.accounts_automation_box h3 {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  padding-top: 10px;
}

.list_15 {
  padding-top: 20px;
}

.list_15 li {
  background: url(../img/tick-5.png) no-repeat left 5px;
  padding: 0 0 15px 25px;
  font-weight: 500;
  color: #fff;
  background-size: 20px
}

.rpautha_banner {
  background: url(../img/banner1.jpg) center top no-repeat;
  background-size: cover;
  padding: 0px 0;
  margin-bottom: 50px;
}

.from_card {
  background: rgb(0 21 39 / 50%);
  padding: 90px 50px;
}

.CaseStudy .owl-nav,
#Features {
  text-align: center;
}

.CaseStudy .owl-nav button,
#Features button {
  margin: 10px;
  margin-bottom: 0;
}

.modal-fullscreen {
  background: #1d5c93;
  width: 100%
}

.modal-fullscreen .modal-content {
  background: #1d5c93;
}

.f_modal_con {
  padding: 20px;
}

.f_modal_con h1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
}

.f_modal_con h1 a {
  color: #09ddff;
  font-weight: 300;
  border-bottom: #09ddff solid 2px;
}

.explore_list {
  list-style: none;
  display: block;
}

.explore_list li {
  width: 33.333%;
  float: left;
  text-align: center;
  padding: 35px 20px;
  cursor: pointer;
}

.close_1 {
  background: #b2dfff;
}

.explore_list li strong {
  text-transform: uppercase;
  min-height: 65px;
  padding-top: 15px;
  display: block;
}

.explore_list li p {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #000;
  min-height: 120px;
  font-size: 16px;
  margin-bottom: 0px;
}

.explore_list li:hover {
  background: #0173af;
}

.explore_list li:hover img {
  filter: brightness(0) invert(1);
}

.explore_list li:hover strong {
  color: #fff;
}

.explore_list li:hover p {
  color: #fff;
}

.avia_start_animation .iconlist_icon {
  height: 60px;
  width: 60px;
  line-height: 55px;
  font-size: 30px;
  text-align: center;
  border-radius: 500px;
  position: relative;
  float: left;
  margin-right: 30px;
  margin-left: 2px;
  z-index: 5;
  color: #fff;
  border: solid 1px #143753;
}

.iconlist_icon {
  background-color: #ffffff;
  color: #143753 !important;
}

.why_choos_list_2 {
  padding: 0;
}

.why_choos_list_2 li {
  display: inline;
  background: url(../img/bullet_1.jpg) left 7px no-repeat;
  padding-left: 25px;
  margin-right: 15px;
  padding-bottom: 5px;
}

.iconlist_content p {
  font-size: 17px;
}

.avia_start_animation {
  margin: 0;
  padding: 0 0 30px 0;
  list-style-type: none;
  list-style-position: outside;
  clear: both;
  position: relative;
  min-height: 60px;
}

.procurement_box {
  background: #fff;
  padding: 25px;
  margin-left: 40px;
  margin-top: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.procurement_box::before,
.procurement_box::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #22add0;
}

.border-a {
  display: block;
}

.border-a::before,
.border-a::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #22add0;
}

.procurement_box:hover::before,
.procurement_box:hover::after {
  width: 100%;
}

.procurement_box:hover .border-a::before,
.procurement_box:hover .border-a::after {
  height: 100%;
}


/*----- button 4 -----*/
.procurement_box::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.procurement_box .border-a::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.procurement_box::before {
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}

.procurement_box .border-a::before {
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}

.procurement_box img {
  margin-left: -50px;
  width: 150px;
  height: 150px;
  z-index: 9;
}

.procurement_box h3 {
  font-size: 25px;
}

.procurement_box a {
  color: #22add0;
}

.procurement_box a:hover {
  color: #24cffa;
}

.footer_link_2 li {
  padding-right: 15px;
  font-size: 16px;
}

.banner_x_con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.banner_x_con h2 {
  padding-top: 200px;
}

.number i {
  font-size: 45px;
}

.input_4 {
  color: #09ddff;
  background: none;
  border: 0;
  width: auto;
  min-width: 40px;
  max-width: 100%;
  padding: 0
}

.input_4::placeholder {
  color: #09ddff;
}

.area_4 {
  color: #09ddff;
  background: none;
  border: 0;
  padding: 0;
  width: 100%;
  min-height: 30px;
  height: auto;
  resize: none;
}

.area_4::placeholder {
  color: #09ddff;
}

.select_4 {
  color: #09ddff;
  background: none;
  border: 0;
  min-width: 40px;
  max-width: 100%;
  padding: 0;
}

.effect-1 {
  width: 100%;
  background: none;
  color: #fff;
  border: 0;
  border-bottom: #e8f5ff solid 1px;
}

.effect-1::placeholder {
  color: #e8f5ff;
}

.textBox h4 {
  font-size: 18px;
  border: #eaeff3 solid 1px;
  min-height: 100px;
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 3px;
  margin: 0;
  width: 100%;
}

.textBox .owl-nav {
  text-align: center;
}

.textBox .owl-nav button {
  margin: 10px 5px 0px 5px;
  font-size: 20px;
}

.textBox h4 i {
  color: #5fb8f8;
}

.banner_rpa_page {
  background: url(../img/banner3.png) left bottom no-repeat;
  background-size: cover;
  margin-top: 65px;
  padding: 0px 0;
  margin-bottom: 50px
}

.landing_banner_2 {
  background: url(../img/landing_banner_2.jpg) left bottom no-repeat !important;
  background-size: cover !important;
  margin-top: 65px;
  padding: 0px 0;
  margin-bottom: 50px
}

.invoice_processing_achieve h3 {
  font-size: 20px;
}

.c_modal {
  width: 50%;
  right: 0 !important;
  left: inherit
}

.bg_intel {
  background: rgb(255, 255, 255);
  background: linear-gradient(293deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(51, 115, 171, 1) 20%, rgba(30, 101, 163, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 240, 255, 1) 40%, rgba(48, 113, 169, 1) 40%, rgba(30, 101, 163, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  box-shadow: #b7b7b7 0 0 10px;
}

.bg_intel2 {
  background: rgb(30, 101, 163);
  background: linear-gradient(293deg, rgba(30, 101, 163, 1) 0%, rgba(30, 101, 163, 1) 50%, rgba(237, 237, 237, 1) 50%, rgba(237, 237, 237, 1) 100%);
}

.heading_3 {
  font-size: 32px;
  font-weight: 600;
}

.business_automation_section h3 a {
  color: #0d2653 !important;
}

.account_tool {
  margin: 15px 0;
  padding: 30px 10px;
  text-align: center;
  box-shadow: #abababad 0 0 10px;
  border-radius: 4px
}

.account_tool:hover {
  background: #1d5c93;
  color: #fff;
}

.c_card2 select option {
  color: #434343 !important
}

.approach h4,
.approach p {
  text-align: left
}

.approach .c_card .number {
  font-size: 35px
}

#rpa1_banner .owl-item img {
  width: inherit !important
}

.mobilemanu {
  display: none;
}

.ap-automation_banner {
  background: #f9fafa
}

.ap-automation_banner .from_card {
  background: rgb(21 138 173);
}

.software_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.software_list li img {
  height: 38px;
  margin: 25px;
}

.list_33 {
  list-style: none;
  padding-top: 10px;
}

.list_33 li {
  padding: 10px 15px;
  background: #ffffff;
  margin: 15px 0;
  box-shadow: #d3d3d3 0 0 12px;
  border-radius: 10px 0 10px 0
}

.list_33 li i {
  color: #22a8cc
}


.list_44 {
  list-style: none;
  padding-top: 10px;
}

.list_44 li {
  background: url(../img/logo_icon.png) no-repeat left 5px;
  padding: 0 0 10px 20px;
  background-size: 12px;

}

.price_table thead tr th,
.price_table tfoot tr th {
  position: relative
}

.pricingindicator {
  height: 0px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  box-shadow: #b5b2b2 0px -3px 5px;
}

.pricingindicatorf {
  height: 0px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

.price_table tr td,
.price_table tr th {
  padding: 7px;
  color: #424547;
}

.price_table tbody tr th {
  color: #1e80ba;
  font-weight: 400
}

#rpafeatures .owl-prev,
#rpafeatures .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid black;
}

#rpafeatures .owl-prev {
  left: -50px;
}

#rpafeatures .owl-next {
  right: -50px;
}

#rpafeatures .owl-prev i,
#rpafeatures .owl-next i {
  color: #666;
  font-size: 35px
}

.nav>li>.sub strong {
  font-size: 18px;
  color: #212529;
}

.drop_box {
  border-radius: 5px;
  border: #666 2px dashed;
  padding: 10px;
  background: #fff
}

.custom_tab li {
  padding: 0;
  width: 33%
}

.custom_tab li button {
  font-weight: 700;
  border: 0;
  padding: 5px 0;
  background: none;
  width: 90%;
  text-align: left;
}

.custom_tab li button:hover {
  color: #0d6efd
}

.custom_tab li button.active {
  border-bottom: #0d6efd 2px solid
}

.case_card img {
  box-shadow: #e5dcdc 0 0 10px;
  border-radius: 3px;
  cursor: pointer;
}

.case_card img:hover {
  box-shadow: #b7b4b4 0 0 10px;
  border-radius: 3px;
}

.text_gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#237dad), to(#26b6d7));
  background-image: linear-gradient(180deg, #237dad, #26b6d7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
  font-family: 'Gilroy-Bold', sans-serif;
}
.t_gradient {  background-image: -webkit-gradient(linear, left top, left bottom, from(#237dad), to(#26b6d7));
  background-image: linear-gradient(180deg, #237dad, #26b6d7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

}

.th_color {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#237dad), to(#26b6d7));
  background-image: linear-gradient(180deg, #237dad, #26b6d7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

}

.heading_33 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#237dad), to(#26b6d7));
  background-image: linear-gradient(180deg, #237dad, #26b6d7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 37px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 700;
}

.heading_33R {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5a5f), to(#f79396));
  background-image: linear-gradient(180deg, #ff5a5f, #f79396);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 37px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 700;
}

.new_rpa_section h3 {
  font-weight: 600;
  font-size: 20px;
}

.new_rpa_section p {
  color: #606060;
}

.highlight_link {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  -webkit-transition: .2s;
  transition: .2s;
  color: #22add0;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;

}

.highlight_link:hover {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.bar {
  height: 4px;
  width: 100%;
  background: #1e65a3;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.bar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #d4e2e5;
  -webkit-animation-duration: 2s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: move-ani;
  animation-name: move-ani;
}

@-webkit-keyframes move-ani {
  from {
    -webkit-transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(100%)
  }
}

.number1 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #d4e2e5;
  color: #1e65a3;
  display: block;
  text-align: center;
  position: absolute;
  top: -16px;
  z-index: 33;
}

.api_listing .list_item {
  text-transform: uppercase;
  color: #052332;
  font-size: 18px;
  display: block;
  background: #ebebeb;
  padding: 13px 15px;
  border-radius: 3px;
  margin-bottom: 2px;
}

.api_listing .list_item:hover {
  background: #dce0e4;
}


.api_listing .accordion-item {
  background: none;
  background: #ebebeb;
  padding: 5px 15px !important;
  border-radius: 3px;
  border: 0;
  margin-bottom: 2px;
}

.api_listing ul {
  list-style: disc inside;
}

.api_listing .accordion-body {
  padding: 0;
}

.api_listing .accordion-button {
  padding: 10px 0;
  text-transform: uppercase;
  color: #052332;
  font-size: 18px;
  background: none;
  box-shadow: none;
}

.login-box {
  padding: 50px;
  min-height: 700px;
  -webkit-box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
}

.login-form {
  max-width: 320px;
  margin: 0 auto;
}



.login-form .form-group {
  position: relative;
}

.login-form .form-group .forgot-password {
  position: absolute;
  top: 6px;
  right: 15px;
  font-size: 16px;
}



.login-form .btn.btn-primary {
  background: #3BC3FF;
  border-color: #31c0ff;
}

.slider-feature-card {
  background: #fff;
  max-width: 280px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  -webkit-box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
}

.slider-feature-card img {
  height: 80px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.slider-feature-card h3,
.slider-feature-card p {
  margin-bottom: 30px;
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators li {
  cursor: pointer;
}

.accordion_2 .accordion-item {
  border: 0
}

.accordion_2 .accordion-button::after {
  position: absolute;
  margin-left: 0;
  left: 0;
  content: "";
  transform: rotate(-90deg);
}

.accordion_2 .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.accordion_2 .accordion-button {
  padding: 15px 0 15px 25px;
  font-weight: 600
}

.accordion_2 .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}

.accordion-button:focus {
  border-color: #86b7fe;
  box-shadow: none;
}

.bot_box {
  border: 1px solid rgb(207, 216, 221);
  transition: all 0.2s ease 0s;
  box-shadow: none;
  border-radius: 4px;
  padding: 16px 16px 16px;
  margin: 10px 0 20px 0
}

.bot_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: #cdd6dd solid 1px;
  object-fit: cover;
}

.bot_box p {
  font-size: 14px;
  color: #000;
}

.bot_box strong {
  color: #000;
  display: block;
  min-height: 55px;
  margin-top: 10px
}

.bot_box:hover {
  box-shadow: #b9c7cbc9 0px 0px 15px;
}

.owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -45px;
  color: #b9c7cbc9;
}

.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -45px;
  color: #b9c7cbc9;

}

.bot_view_right {
  border: 1px solid rgb(207, 216, 221);
  box-shadow: none;
  border-radius: 4px;
  padding: 20px;
  box-shadow: #b9c7cbc9 0px 0px 15px;
}

.bot_view_right hr {
  margin: 5px 0;
  color: #b4b0b0
}

/* Style the tab */
.tab {
  float: left;
  width: 25%;
}

.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 10px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #f1f1f1;
}

.tabcontent_none {
  display: none
}

.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 75%;
  border-left: none;
}

.ocr_box {
  background: #ffffff;
  color: #16456d;
  border-radius: 5px;
  padding: 15px;
  box-shadow: #cbcbcb 0 0 15px;
}

.ocr_row {
  font-size: 15px;
  color: #c1c1c1;
  padding: 5px;
}

.ocr_row:hover {
  border-radius: 2px;
  background: #16456d;
}

.ocr_row_active {
  border: #09ddff solid 1px;
  border-radius: 2px;
  background: #16456d;
}

.my_account_left {
  padding: 20px;
  background: #f4f6f7;
}

.my_account_left ul li {
  padding-bottom: 20px
}

.my_account_left ul li a {
  color: #3e3e3e;
}

.my_account_left ul li a:hover {
  color: #00679f;
}

.myaccount_top {
  padding: 20px;
  background: #fff;
  box-shadow: #a5b4bf 0 0 11px;
  border-radius: 5px;
  font-size: 14px;
  margin: 25px 0;
}

.account_tab .nav-link {
  font-weight: bold;
  background: #919191
}

.custom_brows label {
  display: inline-block;
  cursor: pointer;
}

.card_1 {
  background: rgb(241, 246, 248);
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}

.card_11 {
  background: rgb(241, 246, 248);
  border-radius: 5px;
  padding: 5px 15px;
  margin-bottom: 15px;
  border: rgb(228, 225, 225) solid 1px;
}

.btn_intel1 {
  background: rgb(35, 120, 170) !important;
  color: #fff !important;
  background: linear-gradient(25deg, rgba(35, 120, 170, 1) 0%, rgba(34, 185, 217, 1) 100%) !important;
}




#dropzone {
  position: relative;
  border: 2px dashed #666666;
  border-radius: 5px;
  font: bold 24px/200px arial;
  height: 200px;
  margin: 20px auto;
  text-align: center;
  width: 100%;
}

#dropzone.hover {
  border: 2px dashed #333;
  color: #FE5;
}

#dropzone.dropped {
  background: #666;
  border: 2px dashed #333;
}

#dropzone div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#dropzone img {
  border-radius: 5px;
  vertical-align: middle;
  max-width: 95%;
  max-height: 95%;
}

#dropzone [type="file"] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}




.switch-button {
  background: #c0dbea;
  border-radius: 30px;
  overflow: hidden;
  width: 240px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  padding-right: 120px;
  position: relative;
}

.switch-button:before {
  content: "Yearly ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

.switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.switch-button-checkbox:checked+.switch-button-label:before {
  transform: translateX(120px);
  transition: transform 300ms linear;
}

.switch-button-checkbox+.switch-button-label {
  position: relative;
  padding: 8px 0;
  display: block;
  user-select: none;
  pointer-events: none;
}

.switch-button-checkbox+.switch-button-label:before {
  content: "";
  background: #2383b2;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  transform: translateX(0);
  transition: transform 300ms;
}

.pricr_box {
  border-radius: 10px;
  padding: 30px 0;
  width: 200px
}

.switch-button-checkbox+.switch-button-label .switch-button-label-span {
  position: relative;
}

.border_1st {
  border-top: #a6d1e8 solid 5px;
  border-bottom: #a6d1e8 solid 5px;
}

.border_2st {
  border-top: #449bca solid 5px;
  border-bottom: #449bca solid 5px;
}

.border_3st {
  border-top: #146e9f solid 5px;
  border-bottom: #146e9f solid 5px;
}

.insights_h1 {
  font-size: 14px;
  color: #929393;
  font-weight: bold;
  text-transform: uppercase;
}

.insights_h4 {
  font-size: 14px;
  color: #036e99;
  font-weight: 600;
  line-height: 20px;
}

.insights_p2 {
  font-size: 14px;
  color: #838383;
}

.insights_img2 {
  height: 110px;
  width: 200px;
  float: left;
  object-fit: cover;
}

.text_para {
  font-size: 18px;
  color: #212529;
  line-height: 28px;
  font-weight: 400;
}

.heading_4 {
  font-size: 30px;
  color: #212529;
  font-weight: 500;
}

.process_bot_step {
  box-shadow: #d1cbcb 9px 9px 15px;
  border-radius: 14px;
  padding: 17px;
  min-height: 305px;
}

.table_price strong {
  font-size: 40px;
  font-weight: 400px !important;
}

.table_price sup {
  top: -2em !important;
}

.table_price sup,
.table_price sub {
  font-weight: 600 !important;
  color: #9f9d9d !important;
}

.faq_section .accordion-header .accordion-button {
  font-size: 19px;
}


.pricing-overview .pricing-row {
  display: flex;
  flex-direction: row;
}

.pricing-overview .pricing-row {
  justify-content: center;
}

.pricing-overview .pricing-left {
  border-bottom-right-radius: 0;
  border-right-width: 0;
  border-top-right-radius: 0;
}

.pricing-overview .pricing-center {
  width: 40% !important;
}

.pricing-overview .pricing-left,
.pricing-overview .pricing-right {
  width: 30% !important;
}

.pricing-overview .pricing-column {
  background: #fff;
  box-shadow: 0 3px 38px -13px rgb(0 0 0 / 20%);
  display: flex;
  flex-direction: column;
}

.pricing-overview .pricing-center {
  position: relative;
  z-index: 30;
}

.pricing-overview .pricing-left,
.pricing-overview .pricing-right {
  margin-bottom: 50px;
  margin-top: 20px;
}

.priching_inner table {
  width: 100%;
  font-size: 15px;
}

.priching_inner table tr td {
  padding: 7px 0;
}

.pricing-overview .pricing-column .lower {
  background: #e9ebec;
  color: #707070;
  font-size: 80%;
  line-height: 1.6;
  padding: 10px 15px 15px;
  text-align: center;
}

.pricing-overview .pricing-left .upper,
.pricing-overview .pricing-right .upper {
  padding-top: 20px;
}

.pricing-overview .pricing-column .upper {
  flex: 1 0;
  padding: 20px 15px;
}

.pricing-column {
  padding: 0;
}

.or_line {
  position: absolute;
  right: -20px;
  top: 45%;
}

.login_card {
  width: 75%;
  margin: auto;
}

.s_card {
  background-color: #ececec;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: #979797 0 0 10px;
}

.s_card div {
  padding: 10px 15px;
}

.s_card div p {
  margin: 0;
}

.btn_3_sm {
  padding: 5px 10px;
  font-size: 16px;
}

.user_left_list {
  list-style: none;
  padding: 0;
}

.user_left_list li {
  font-size: 14px;
}

.user_left_list li .icon {
  width: 35px;
  height: 35px;
  border-radius: 9px;
  background: #00679e;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 33px;
}

.myaccount_top_card {
  padding: 50px 25px;
  box-shadow: #dbdbdb 0 0 6px;
  margin-bottom: 100px;
  border-radius: 6px 6px 0 0;
  font-size: 14px;
  background: linear-gradient(60deg, #0072c1, #24ccd7);
  color: #424141;
  position: relative;
}

.myaccount_top_card .user_info {
  position: absolute;
  bottom: -50px;
  left: 0;
}

.c_card_profile {
  min-height: 180px;
  padding-top: 20px;
}

.c_card_profile small {
  color: #837e7e;
}

.c_card_profile h4 {
  font-size: 25px;
}

.c_card_profile h5 {
  font-size: 18px;
}

.user_tab .nav-link {
  color: #000000 !important;
  padding: 0.5rem 1rem !important;
  font-weight: 600;
  background: linear-gradient(60deg, #e0dfdf, #ebebeb);
}

.user_tab .nav-pills .nav-link.active {
  background: linear-gradient(60deg, #0072c1, #24ccd7);
  color: #fff !important;
}

.user_tab .nav {
  justify-content: center;
}

.user_tab .nav>li {
  padding-left: 20px;
}

.user_tab tr th {
  font-size: 15px;
  color: #707070;
  border: 0;
  background: #f1f1f1;
}

.user_tab tr td {
  font-size: 15px;
  color: #707070;
}

.c_card_profile::before {
  display: none;
}

.dot_border {
  border-top: #707070 dashed 1px;
}

.mh_145 {
  min-height: 145px;
}

.upper ul {
  margin-top: 20px;
  text-align: left;
  padding-left: 25px;
}

.upper ul li {
  margin-top: 10px;
}

.upper ul li i {
  margin-right: 10px;
}

.api_tab .nav-link {
  border: 1px solid #e1e1e1;
  background: #fff;
}

.api_tab .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #fff;
  border: #0072c1 solid 1px
}

.loder_bg {
  background-size: cover;
  min-height: 550px;
  position: relative;
}

.full_view_line {
  font-size: 15px;
  margin: 5px 8px 0 0;
  color: #0072c1;
  text-align: right;
}

.c_border {
  border: 1px solid #ced4da;
}

.form-control:focus {
  box-shadow: none;
}

.w-90 {
  width: 85%;
}

.n_link {
  line-height: 33px;
  cursor: pointer;
}

.p_5_15 {
  padding: 5px 15px !important;
}

.custom-loader {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid;
  border-color: #ffffff;
  border-right-color: #2383b2;
  animation: s2 1s infinite linear;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  top: 50%;
}

@keyframes s2 {
  to {
    transform: rotate(1turn)
  }
}

.list_new {
  list-style: disc inside;
  padding: 0;
}

.list_new li {
  font-size: 18px;
  margin-bottom: 15px;
}

.heading_5 {
  font-size: 23px;
  line-height: 30px;
}

.w-40 p {
  width: 100%;
  word-break: break-all;
  margin: 0;
  line-height: 15px;
}

.dark_catd {
  background: #4f566b;
  border-radius: 8px;
}

.dark_catd_body {
  color: #cfd6e0;
  padding: 20px;
  max-height: 170px;
  overflow-y: auto;
}

.dark_catd_head {
  background: #3c4257;
  border-radius: 8px 8px 0 0;
  padding: 13px 20px;
  color: #cfd6e0;
}

.light_catd {
  background: #ffffff;
  border-radius: 8px;
}

.light_catd_body {
  color: #ffffff;
  padding: 20px;
  max-height: 170px;
  overflow-y: auto;
}

.light_catd_head {
  background: #e2f1fe;
  border-radius: 8px 8px 0 0;
  padding: 13px 20px;
  color: #cfd6e0;
}

.nav-item:not(:last-child) {
  border-bottom: solid 1px #f9fafa;
}

.text_h {
  color: #22add0;
}

.api_listing {
  height: 100vh;
  background: #f8f8f8;
  width: 230px;
  position: fixed;
  left: 0px;
  top: 0;
  padding: 80px 0px;
}

.api_listing li {
  padding-bottom: 10px;
  font-size: 16px;
}

.api_listing li a {
  color: #333;
}

.api_listing li a:hover {
  color: #0071dc;
}

.error_tab .nav-link {
  color: #000000 !important;
}

.ap_card {
  background: #f8f8f8;
  border: 0;
}

.scroll_250 {
  max-height: 250px;
  overflow-y: auto;
}

.api_select {
  background: #c7c7c7;
  border: 0;
  border-radius: 0;
  padding: 0;
  border-radius: 5px;
  font-size: 13px;
}

.lanch_section,
.user_section {
  position: relative;
}

.lanch_icon,
.user_icon {
  color: #697a8d;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 0;
  cursor: pointer;
}


.lanch_modal {
  background: #fff;
  box-shadow: #969da894 0 4px 10px;
  padding: 0px;
  border-radius: 6px;
  position: absolute;
  top: 40px;
  right: -10px;
  width: 380px;
  display: none;
  z-index: 999;
}

.dot_border2 {
  padding-top: 10px;
  margin-top: 20px;
  border-top: #c3c3c3 dashed 1px;
}

.user_modal {
  background: #fff;
  box-shadow: #969da894 0 4px 10px;
  border-radius: 20px;
  position: absolute;
  top: 40px;
  right: -10px;
  width: 380px;
  padding: 20px 0;
  display: none;
  border: #f1f5f9 solid 7px;
  z-index: 999;
}

.user_modal small {
  font-size: 14px;
}

.lanch_modal span {
  width: 100%;
  font-size: 14px;
  color: #333;
}

.lanch_item {
  display: block;
  padding: 20px 10px;
}

.lanch_item p {
  color: #666;
}

.lanch_item .icon {
  height: 3.125rem;
  width: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  background-color: #ebeef0 !important;
  color: #8592a3 !important;
  font-size: 1.375rem !important;
  margin-bottom: 7px;
}

.lanch_item small {
  font-size: 13px;
  color: #666;
}

.user_mode_footer a {
  font-size: 14px;
  color: #666;
}

.user_mode_footer a:hover {
  font-size: 14px;
  color: #0697d1;
}

.lanch_item:hover {
  background: #f5f8fa;
  border-radius: 6px;
}

.Webhook_listing h5 {
  font-weight: bold;
}

.Webhook_listing ul {
  padding-top: 15px;
  list-style: circle;
  margin-left: 15px;
}

.Webhook_listing ul li {
  font-size: 15px;
  margin: 10px 0;
}

.Webhook_listing ul li strong {
  background: #e7ecf0;
  padding: 1px 3px;
  border-radius: 3px;
  display: inline-block;
}

.list_6 li {
  font-size: 16px;
  margin: 10px 0;
}

.monitoring_list {
  width: 150px;
  margin: 10px auto;
  box-shadow: #c0c7cc 0 0 10px;
  padding: 25px 10px;
  text-align: center;
  border-radius: 50%;
  /* border: #26b6d7 solid 2px; */
  text-transform: uppercase;
}

.monitoring_list img {
  width: 50px;
  margin-top: 8px;
}

.monitoring_list h5 {
  margin-top: 8px;
}
.login_box_2{width: 100%;height: calc(100vh - 20px);background: #fff; border-radius: 10px; padding: 10px; margin:10px auto; }
.login_box_2 .right_section{background-image: linear-gradient(180deg, #237dad, #26b6d7); height: 93vh; border-radius: 10px 0 0 10px; padding: 50px; color: #fff;}
.login_fild{ }
.login_fild .login-form { max-width: 400px;  margin: 0 auto;}
.screens .card p{padding:0 5px; font-size: 16px; min-height: 50px;}


.team_card{margin-top: 130px;}
.morecontent span { display: none;}
.morelink { display: block;}
.morelink {display: block; text-transform: uppercase; font-size: 13px; text-align: right;}
.more{font-size: 16px;}
.team_card{padding:18px;}
.team_card_img{width: 150px; height: 150px; object-fit: cover; border-radius: 50%; margin: -100px auto 0 auto;      box-shadow: #66666652 0px -4px 5px;}

.iconify {
  width: 100px;
  height: 100px;
  background: linear-gradient(90deg, rgba(43,89,167,1) 0%, rgba(16,145,105,1) 100%);
  display: inline-block;
  border-radius: 50%;
  font-size: 50px;
  color: #fff;
  padding-top: 10px;
}
.iconify img {
  width: 50%;
}
.b_600{font-weight: 600;}
.model_box {
  box-shadow: #c4c4c4 0 0 10px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
}
.model_link {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #b3d4e7;
  font-size:35px;
}
.model_box img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}
.model_box:hover .model_link {
  color: #0eaceb;
}
.model_box:hover img {
  transform: scale(1.1);
}

.fx_20{font-size: 28px !important;}


.newsletter_box_footer{padding: 15px; background: #427583;border: #57b6d1 solid 1px;}
.newsletter_box_footer h4{font-size: 19px; font-weight: 600; color: #4eebfd;}
.newsletter_box_footer p{font-size: 12px; color: #f7feff;}
.newsletter_box_footer input{background: #052332; border-color: #57b6d1; color: #fff;}

.newsletter_box_b_index{ background: #ffe255 !important;color: #000 !important;}
.newsletter_box_b_index h3{font-weight: 600; color: #000;}
.newsletter_banner .newsletter_box_b_index{width: 100%; bottom: -150px; position: absolute;}

.new_banner .list_3 li {
  background: url(../img/tick-5.png) no-repeat left 5px !important;
  padding: 0 0 10px 30px;
  background-size: 21px !important;
}








.yearly-pricing {
  display: None;
}

.copy_text {
  border: 0px;
}

.code-lite {
  color: #85dfb7;
}

.code-dark {
  color: #057543;
}

.floting_btn {
  position: fixed;
  bottom: 45%;
  right: -38px;
  z-index: 999;
  border: #bfe8fa solid 3px;
  transform: rotate(270deg);
  font-size: 18px;
  border-radius: 5px;
  color: #fff;
  background: rgb(35, 120, 170) !important; box-shadow: 0 0px 7px rgba(0, 0, 0, 0.171);
  border: #d5effa solid 1px;  background: linear-gradient(25deg, rgba(35, 120, 170, 1) 0%, rgba(34, 185, 217, 1) 100%) !important;

}
.ind_usecases_box{margin-top:30px;}
.ind_usecases_box h3{margin-top:20px; font-weight: bold; font-size: 20px;}
.image_card{box-shadow: #117fc979 0 0 15px; border-radius: 4px; overflow: hidden; padding: 3px; background: #fcfeff;}
.image_card img{width: 100%; height: 100%; object-fit: cover;}

.btn_intel1 {  background: rgb(35, 120, 170) !important;  color: #fff !important; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.171);
  border: #d5effa solid 1px;  background: linear-gradient(25deg, rgba(35, 120, 170, 1) 0%, rgba(34, 185, 217, 1) 100%) !important;}
.btn_intel1:hover{ background: rgb(35, 120, 170) !important;  background: linear-gradient(25deg, #22b9d9 0%, #2378aa 100%) !important; }
.btn_intel2{border: #2d9ddd solid 1px; color: #2d9ddd; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.171);}
.btn_intel2:hover{border: #2d9ddd solid 1px;background: rgb(35, 120, 170) !important;  background: linear-gradient(25deg, #22b9d9 0%, #2378aa 100%) !important; color: #fff !important; }
.g_btn{border: #2d9ddd solid 1px;}
.g_btn:hover{border: #2d9ddd solid 1px; background: #00aeee13;}
.heading_8{font-family: 'Titillium Web', sans-serif; font-size: 25px; font-weight: 600;}
.log_btn{color: #013350; margin-left: 20px;}
.t_colot{ color: #24add1 !important;}



/* blog */
.blog_banner{background: linear-gradient(25deg, rgba(35, 120, 170, 1) 0%, rgba(34, 185, 217, 1) 100%) !important; padding: 90px 0 40px 0; color: #fff;}

.blog_card{box-shadow: 0 10px 20px #aaaaaa54; overflow: hidden; border-radius: 10px;}
.blog_card:hover{box-shadow: 0 10px 20px rgba(0, 0, 0, 0.048), 0 2px 6px rgba(0, 0, 0, 0.062), 0 0 1px rgba(0, 0, 0, 0.068);}
.blog_card img{width: 100%; height: 230px; object-fit: cover;}
/* Zoom Out #1 */
figure img {-webkit-transform: scale(1);	transform: scale(1);	-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;} 
.blog_card:hover img{	-webkit-transform: scale(1.1);transform: scale(1.1);}
figure{width: 100%;overflow: hidden;}
.blog_card a{text-decoration: none;}
.blog_card h3{ font-size: 20px; font-weight: 600; text-decoration: none;  font-family: "Charter", sans-serif; min-height: 80px;}
.blog_card small{font-family: Source Sans Pro,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; color: #212529;}
.blog_card .cont{min-height: 150px;}
.blog_card p{ font-size: 16px; text-decoration: none; color: #212529;}
.blog_section{padding-top: 25px !important;}
.blog_section .fw_600{ font-weight: 600;}

.blog_section .hea1{font-size: 3rem;line-height: 3.5rem; color: rgb(17 24 39);}
.blog_section .back{font-size: 1.125rem;  line-height: 1.7777778; color: #6b729f;}
.blog_section h2{margin-top: 25px; font-weight: 600;}
.blog_section h3 ,.blog_section h4{margin-top: 25px; font-weight: 600;}

.blog_section p{font-size: 1.125rem; line-height: 1.7777778; color: rgb(17 24 39); font-family: "Charter", sans-serif;}

.blog_section h3{font-size: 25px;}
.new_banner{background: #1d5c93; color: #fff !important;}
.new_banner h1{font-size: 35px;}
.image_card2{border-radius: 20px; border:solid 3px #fff; overflow: hidden; height: 310px;}
.image_card3{border-radius: 20px; border:solid 2px #fff; overflow: hidden; }
.new_banner ul li{line-height: 36px;}
.new_banner .btn_intel2{ border: #fff solid 1px; color: #ffff;}
.list_11{list-style: square; margin:0 0 0 20px; padding: 0;}
.list_11 li{margin-bottom: 10px;}
#new_testimonial button{font-size: 30px; color: #b9b9b9;}
.client_img{width: 100px !important; margin: 10px auto !important; border-radius: 50%; border: solid 2px #52a6c7}

.explare_card h5{font-size: 14px; color: #036e99; font-weight: 600; line-height: 20px;}
.explare_card p {font-size: 14px; color: #838383;line-height: 20px;}
.explare_card img{height: 100px;}
.feature_insight .heading_33{font-size: 25px; margin-top: 15px;}

.bg_50_50{background: rgb(16,171,208);
  background: linear-gradient(90deg, #10abd0 0%, #10abd0 50%, #585454 50%, #585454 100%); color: #fff;}
  .features_section h2{font-size: 20px; width: 45px; height: 45px; background: #0072c1; color: #fff; text-align: center; border-radius: 50%; padding: 10px; float: right; }
  .features_section .s_card2{background: #f3f3f3; border-radius: 4px; padding: 5px 20px; margin-bottom: 20px; box-shadow: #8f8f8f50 0 2px 5px; }
  .features_section .s_card2 h4{margin-top: 10px; font-weight: 600; font-size: 20px;}
  .features_section .s_card2 .s_card2{background: #ffffff;}
  .features_section h3{font-size: 30px; float: right; padding: 5px; }
  .icol_list_3{font-size: 18px;}
  .icol_list_3 li{font-size: 20px; padding-bottom: 15px;}
  .icol_list_3 li img{width: 30px; margin-right: 15px;}
  .blog_section ol li{ padding: 5px 0;}
  .case_studis_banner{height: 550px; overflow: hidden; position: relative;}
  .fw_600{ font-weight: 600;}
  .text_up{text-transform: uppercase;}
  .case_studis_banner_content{position: absolute; top: 0; right: 0; width: 60%; padding:100px 50px 50px 50px; color: #fff; background: hsla(205, 100%, 38%, 0.699); border-radius: 0 0 0 50px;}
  .case_studis_banner_content h1{font-weight: 600; font-size: 40px;}
  .case_studis_list{ list-style: none;}
  .case_studis_list li{border-left: #00679f solid 3px;padding-left: 10px; margin:20px 0;list-style: none;}






  @media only screen and (max-width:700px) {
    .case_studis_banner{height: auto;}
    .case_studis_banner_content{position: static; width: 100%;padding: 80px 25px 25px 25px; border-radius: 0; text-align: center;}
    .case_studis_banner_content h1{font-size: 16px;}

    .newsletter_banner .newsletter_box_b_index{width: 100%;  position: static;}
    .newsletter_box_b_index .form-control{margin: 0 0 10px 0 !important; width: 100% !important;}
    
      .login_box{padding: 20px;}
      .banner_con h2 {
        font-size: 19px;
      }
    
      .banner {
        min-height: 262px;
      }
    
      .services_box {
        width: 100% !important;
      }
    
      .mt-01,
      .mt-02,
      .mt-03 {
        margin-top: 40px;
      }
    
      .heading_1 {
        font-size: 25px;
        text-align: center;
      }
    
      .banner_con {
        padding: 25px;
      }
    
      .automation_box {
        margin: 15px;
      }
    
      .testimonial-block .inner-box {
        padding: 400px;
        font-size: 11px;
      }
    
      .testimonial-section .testimonial-carousel {
        margin: 0;
      }
    
      .testimonial-block .text {
        font-size: 15px;
        line-height: 23px;
      }
    
      .footer h3 {
        margin-top: 25px;
      }
    
      .f_modal_con {
        padding: 0;
      }
    
      .company_logos li img {
        height: 25px;
      }
    
      .company_logos li {
        padding: 10px;
      }
    
      .testimonial-block .text {
        padding: 5px;
      }
    
      .business_automation_section {
        text-align: center;
      }
    
      .work-process-left {
        padding: 40px
      }
    
      .c_modal {
        width: 100%;
      }
    
      .inner_banner img {
        height: inherit
      }
    
      .work_box {
        flex-direction: column
      }
    
      .work_box li {
        width: 100%;
        box-sizing: border-box;
        margin: 10px 0;
      }
    
      .banner2 {
        padding-top: 60px;
      }
    
      .banner2 .banner_x {
        height: 200px;
        object-fit: cover;
      }
    
      .banner_x_con h2 {
        padding-top: 120px;
      }
    
      .inner_banner {
        padding: 35px 0;
      }
    
      .explore_list li {
        width: 100%
      }
    
      .procurement_box img {
        display: block;
        margin: -50px auto 20px auto;
      }
    
      .procurement_box {
        flex-direction: column;
        margin: 25px 0
      }
    
      #rpa1_banner .owl-item img {
        width: 100% !important
      }
    
      .list_33 li {
        text-align: left;
      }
    
      .list_44 li {
        text-align: left;
      }
    
      .software_list li img {
        height: 29px;
        margin: 20px;
      }
    
      .top_section {
        text-align: center
      }
    
      .top_section img {
        margin: 0 auto
      }
    
      .m_center {
        display: inherit;
        text-align: center;
      }
    
      .m_center img {
        margin: 0 auto !important
      }
    
      .m_center h3 {
        width: 100%;
        text-align: center;
      }
    
      .heading_33 {
        font-size: 20px;
      }
    
      .btn_3,
      .btn_2,
      .btn_5 {
        padding: 5px 8px;
        font-size: 15px;
      }
    
     
    
      .login_card {
        width: 100%;
        padding-bottom: 25px;
      }
    
      .or_line {
        display: none;
      }
    
      .my_account_left {
        padding: 0;
      }
    
      .user_left_list {
        display: flex;
      }
    
      .user_left_list li {
        width: 20%;
        text-align: center;
        font-size: 10px;
      }
    
      .user_left_list li .icon {
        margin: 0 auto;
      }
    
      .myaccount_top_card {
        margin-top: 0 !important;
      }
    
      .web_nav {
        display: none !important;
      }
    
      .mobilemanu {
        display: block !important;
      }
    
      .owl-nav .owl-next {
        right: 0;
        top: 100%;
      }
    
      .owl-nav .owl-prev {
        left: 0;
        top: 100%;
      }
    
      .image_card2{height: auto !important; margin-bottom: 30px;}
    
    
    }
    