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

/* html{
                           scroll-behavior: smooth;
                       } */

body {
  overflow-x: hidden;
  font-family: Arial;
  font-weight: 300;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #2c83ec;
  text-decoration: none;
}

.navbar-toggler-icon div {
  width: 35px;
  height: 5px;
  background-color: #2c83ec;
  margin: 6px 0;
}

.main-section {
  background-image: url("../images/home/ayl5wg.png");
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  width: 100%;
}

.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
  font-size: 18px;
}

.navbar-brand {
  margin-right: 30px !important;
}

.navbar .dropdown-menu {
  border: none;
  background-color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #2c83ec;
}

.rounded-rectangle-btn {
  border-radius: 4px;
  background-color: #2c83ec;
  font-family: "Arial";
  font-size: 17px;
  margin-top: 7px;
  color: #000;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.rounded-rectangle-btn:focus {
  box-shadow: 0 0 0 0.1rem #1d21246b;
  border-radius: 0px;
  background: #000;
  color: #fff;
}

.user_card {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  background: #2c83ec;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}

.brand_logo_container {
  position: absolute;
  height: 170px;
  width: 170px;
  top: -75px;
  border-radius: 50%;
  background: #ffffff;
  padding: 10px;
  text-align: center;
  border-top: 2px solid #2c83ec;
}

.resources_sub_menu_heading h5 {
  line-height: 47px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.brand_logo {
  position: absolute;
  top: 59px;
  left: 12px;
}

.form_container form {
  width: 62%;
}

.form_container form .input-group {
  height: 50px;
}

.form_container form .input-group .input_inferyx_user {
  height: 50px;
}

.inferyx-heading {
  margin-top: 90px;
  margin-bottom: 23px;
}

.login_btn {
  width: 100%;
  background: #2c83ec !important;
  color: white !important;
  padding: 12px;
  border: 3px solid #000;
  font-size: 25px;
}

.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.login_container {
  padding: 0 2rem;
}

.input-group-text {
  background: #000 !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000 !important;
  border-color: #000;
}

.icon-size {
  font-size: 18px !important;
}

.icon-size_1 {
  font-size: 29px !important;
}

.login_btn:hover {
  background-color: #000 !important;
}

.dropdown-toggle::after {
  content: "";
  background-image: url("../images/home/down_arrow.png");
  height: 14px;
  width: 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 19px;
  border: 0;
  right: -15px;
}

.navbar-dark .navbar-nav .nav-item:hover .dropdown-toggle::after {
  background-image: url("../images/home/up_arrow.png");
}

.search_query_box .search-container {
  display: inline-block;
  position: relative;
  height: 60px;
  float: right;
  padding: 0;
  position: relative;
}

.search_query_box li #wrap #search_input_query {
  font-size: 18px;
  display: inline-block;
  font-family: "Arial";
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
}

input[type="text"]:focus:hover {
  border-bottom: 1px solid #bbb;
}

.search_query_box li #wrap #search_input_query:focus {
  width: 700px;
  z-index: 1;
  border-bottom: 1px solid #bbb;
  cursor: text;
}

.search_query_box li #wrap #search_submit {
  width: 63px;
  display: inline-block;
  background: url(../images/search.png) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 34px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.4s ease;
}

.search_query_box li #wrap #search_submit:focus {
  box-shadow: none;
  outline: none;
}

.search_query_box li #wrap #search_submit:hover {
  opacity: 0.8;
}
/*main section*/

.main-section {
  padding-top: 85px;
  padding-bottom: 50px;
}

.main-section .main-section-heading div {
  font-size: 44px;
  font-weight: 500;
  font-family: "Arial";
  text-align: left;
  color: #252525;
  text-transform: uppercase;
}

.main-section .main-section-desc {
  font-family: "Arial";
  font-size: 24px;
  text-align: left;
  color: #414141;
  line-height: 35px;
  font-weight: 400;
}

.main-section .btn-details {
  font-family: "Arial";
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}

.special-announcement .message-top {
  margin-bottom: 0;
  font-size: 16px;
}

.btn-bg1 {
  border-radius: 4px;
  background-color: #2c83ec;
}

.btn-bg1 a {
  color: #000;
}

.btn-bg1:hover {
  background-color: #2C83EC;
  color: #fff;
}

.btn-bg1:hover a {
  color: #fff;
}

.btn-bg2 {
  border-radius: 4px;
  border: solid 2px #3d76bb;
  background-color: #ffffff;
}

.btn-bg2 a {
  color: #2C83EC !important;
}

.btn-bg2:hover {
  background-color: #2C83EC;
}

.btn-bg2:hover a {
  color: #fff !important;
}

.btn-bg3 {
  border-radius: 4px;
  background-color: #2C83EC;
}

.btn-bg3 a {
  color: #000;
}

.btn-bg3:hover {
  color: #fff;
}

.btn-bg3:hover a {
  color: #fff;
}
/*Application heading*/

.unified-platform .section-headding {
  min-height: 106px;
  color: #2C83EC;
  font-size: 39px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 53px !important;
  text-align: center;
  font-family: "Arial";
}

.section-headding-fill-line {
  width: 64px;
  height: 11px;
  background-color: #2c83ec;
  display: inline-block;
  text-align: center;
}

.unified-platform .applications_heading {
  font-family: "Arial";
  font-size: 38px;
  text-align: left;
  color: #495057;
  font-weight: 400;
  line-height: 47px;
}

.unified-platform .application_details {
  font-family: "Arial";
  font-size: 18px;
  text-align: left;
  color: #000000;
  font-weight: 400;
  line-height: 30px;
}

.bottom-line {
  margin-bottom: 8px;
}
/* .unified-platform {
    margin-top: 40px;
} */

.inferyx-platform-architecture {
  font-family: "Arial";
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.inferyx_architecture_details p {
  font-family: "Arial";
  font-size: 18px;
  text-align: center;
  color: #000000;
  font-weight: 400;
  line-height: 9px;
}

.inferyx_architecture_details {
  margin-top: 30px;
  margin-bottom: 45px;
}

.cloud_integration {
  background-color: #f0f0f0;
  min-height: 300px;
}

.cloud-interation-section-1 {
  font-family: "Arial";
  font-size: 39px;
  text-transform: uppercase;
  text-align: center;
  color: #2C83EC;
  line-height: 54px;
  font-weight: 400;
  margin-bottom: 86px !important;
}

.cloud_integration .col-md-4 {
  display: inline-block;
  margin-left: -24px;
}

.carousel-control-prev-icon {
  background-image: url("../images/home/previous.png");
}

.carousel-control-next-icon {
  background-image: url("../images/home/next.png");
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 25px;
  height: 57px;
}

.carousel-control-prev {
  left: -157px;
}

.carousel-control-next {
  right: -80px;
}

.accelerate-bg {
  height: 420px;
  position: relative;
  margin-top: 100px;
}

.accelerate-bg > img {
  width: 100%;
  height: 500px;
}

.accelerate-bg-text {
  position: absolute;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 20%;
}

.accelerate-bg-text_1 {
  font-size: 39px;
  text-transform: uppercase;
  text-align: center;
  color: #2C83EC;
}

.accelerate-bg-text_2 {
  font-family: "Arial";
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  color: #000000;
  margin-bottom: 65px;
}

.accelerate-bg-text_2 p {
  line-height: 12px;
  margin-top: 7px;
}

.accelerate-bg-text_3_1 {
  height: 18px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 29.87px;
  text-transform: uppercase;
  padding-top: 10px;
}

footer {
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #495057;
  color: white;
  padding: 15px;
  min-height: 250px;
  background-color: #495057;
}

.footer-section-2,
.footer-section-3,
.footer-section-4,
.footer-section-5 {
  list-style: none;
  text-align: left;
}

footer ul li:first-child {
  font-size: 17px;
  color: #2c83ec;
  font-weight: bold;
  font-family: "Arial";
}

footer ul li a {
  font-family: "Arial";
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  text-align: left;
  color: #ffffff;
}

.footer-core-social-network-item i {
  font-size: 23px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-copyright a {
  font-family: FuturaBT;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.call-us {
  font-size: 17px;
  color: #2c83ec;
  font-weight: bold;
  font-family: "Arial";
}

.call_number {
  font-family: "Arial";
  font-size: 26px;
  font-weight: 400;
  line-height: 2.2;
  /* text-align: left; */
  color: #ffffff;
}

.search_query_box li .search-container {
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  height: 50px;
  width: 50px;
  vertical-align: middle;
}

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

.search_query_box li .mglass {
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.search_query_box li .searchbutton {
  position: absolute;
  font-size: 22px;
  width: 100%;
  margin: 0;
  top: 7px;
  padding: 0;
  line-height: 11px;
}

.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: #f6f6f6;
  color: black;
}

.search_query_box li .search {
  position: absolute;
  left: 49px;
  background-color: #f6f6f6;
  font-family: "Futura BT";
  outline: none;
  border-right: 0;
  font-size: 18px;
  border-bottom: 1px solid #2c83ec;
  padding: 0;
  border-top: 0;
  border-left: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.search_query_box .search:focus {
  width: 790px;
  padding: 0 16px 0 0;
}

.search_query_bo .expandright {
  left: auto;
  right: 63px;
  top: -6px;
  /* Button width-1px */
}

.search_query_box .expandright:focus {
  padding: 0 0 0 16px;
}

.sub-menu-item .resources-sub-menu li h2 {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  font-family: "Futura BT";
}
/* media query*/
/*Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
  .navbar {
    padding: 25px 0px 0px 0px;
  }
  .navbar-dark .navbar-brand {
    margin-right: 0px !important;
  }
  .navbar-dark .navbar-toggler {
    margin-top: -30px;
  }
  .main-section .main-section-heading {
    font-size: 30px;
    margin-top: 20px;
  }
  .main-section .text-style-1 {
    font-size: 34px;
  }
  .main-section .main-section-desc {
    font-size: 20px;
  }
  .unified-platform .section-headding {
    font-size: 22px;
  }
  .unified-platform .applications_heading {
    font-size: 30px;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .unified-platform .application_details {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .inferyx_architecture_details {
    width: 100% !important;
  }
  .inferyx_architecture_details p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0px;
  }
  .cloud-interation-section-1 {
    font-size: 28px;
  }
  .accelerate-bg-text_3 {
    margin-top: 34px;
  }
  .footer-core-social-network-item::after {
    right: 38%;
  }
  .number-img {
    margin: 0 !important;
  }
  .footer-logo-box {
    text-align: left;
    margin-bottom: 30px;
  }
  .footer-core-social-network-item {
    text-align: left;
  }
  .footer-core-social-network-item::after {
    left: 2%;
  }
  .footer-copyright {
    text-align: left;
  }
  .footer-copyright a {
    padding-left: 0px;
  }
  .cloud_integration .col-sm-4 {
    display: inline-block;
    width: 33%;
    margin-right: 20px;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: inline-block;
    width: 18px;
    height: 36px;
  }
}

.footer-core-social-network-item a:hover {
  color: #2c83ec;
  cursor: pointer;
}

.search_query_box .search-container {
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  height: 50px;
  width: 50px;
  vertical-align: bottom;
}

.search_query_box .expandright {
  left: auto;
  right: 49px;
}

.search_query_box .search {
  position: absolute;
  right: 49px;
  background-color: #f6f6f6;
  font-family: "Futura BT";
  outline: none;
  font-size: 18px;
  border-bottom: 1px solid #2c83ec;
  padding: 0;
  border-top: 0;
  border-left: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.search_query_box .search-container {
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  height: 50px;
  width: 50px;
  vertical-align: bottom;
}

.search_query_box .mglass {
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search_query_box .searchbutton {
  position: absolute;
  font-size: 22px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 7px;
  line-height: 24px;
}

.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: #f6f6f6;
  color: black;
}

.search_query_box .search {
  position: absolute;
  left: 49px;
  border-right: 0;
  background-color: #f6f6f6;
  font-family: "Futura BT";
  outline: none;
  font-size: 18px;
  border-bottom: 1px solid #2c83ec;
  padding: 0;
  border-top: 0;
  border-left: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.search_query_box .search:focus {
  width: 750px;
  /* Bar width+1px */
  padding: 0 16px 0 0;
}

.search_query_box .expandright {
  left: auto;
  right: 49px;
  /* Button width-1px */
}

.search_query_box .expandright:focus {
  padding: 0 0 0 16px;
}

.sub-menu-item .resources-sub-menu h2 {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  font-family: "Futura BT";
}

.inferyx_architecture_img {
  padding-bottom: 16px;
}

ul.social-network li {
  display: inline;

  margin-right: 12px;
  padding-left: 0;
}

ul.social-network li a:hover img {
  background-color: #2c83ec;
}

.footer-copyright {
  margin-top: 80px;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #2c83ec;
}

.about_us-section {
  background-image: url(../images/contact_us/contact_us.png);
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  background-position: 50%;
}
/*Contact Us*/

.office-location {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  font-family: "Arial";
  margin-bottom: 8px;
}

.office_details {
  font-size: 17px;
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
  color: #777;
  font-family: "Arial";
}

.office_details:hover {
  color: #000;
}

.contact_us_box .section-headding-fill-line {
  width: 38px;
  height: 5px;
  background-color: #2c83ec;
  display: inline-block;
  text-align: center;
}

.full_form {
  background-color: #ebf1ff;
  padding: 35px;
    border-radius: 15px;
}

.full_form input {
  height: 40px;
  border-radius: 0px;
  margin-bottom: 20px;
  font-family: "Arial";
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #000000;
}

.full_form textarea {
  height: 100px;
  border-radius: 0px;
  margin-bottom: 24px;
  font-family: "Arial";
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #000000;
}

.full_form .submit-info {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.54;
  text-align: center;
  color: #000000;
  font-family: "Arial";
}

.form-submit {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.full_form_heading {
  font-size: 32.5px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  text-align: left;
  margin-bottom: 25px;
}

.full_form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #2c83ec;
  outline: 0;
  box-shadow: 0 0 0 0.1rem #2c83ec;
}

.contact_us_img img {
  margin-top: 110px;
}

.accelerate-bg-img {
  background: url("../images/home/footer_bg_v3.jpg") center center/cover
    no-repeat;
  position: relative;
  min-height: 40vh;
  width: 100%;
}
/*media query */

@media screen and (min-width: 992px) {
  .navbar {
    padding-top: 48px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .nav-item {
    padding: 0.5rem 0.5rem;
    margin: 0 0.25rem;
    height: 90px;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #201c1c;
    font-size: 18px;
    text-align: center;
    position: relative;
    line-height: 30px;
    font-family: open-sans-bold;
  }
  /* makes the dropdown full width */
  .navbar .dropdown {
    position: static;
  }
  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    /* top: 118px; */
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    position: absolute;
    border-radius: 0;
    border: 1px solid #ccc;
  }
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 1s, opacity 0.3s linear;
  }
  .navbar .dropdown-menu {
    border: 1px solid #2c83ec;
    /*background-color: #2C83EC;*/
  }
  .see-more {
    padding-left: 0px;
    padding-right: 0px;
  }
  .see-more button a {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 575.98px) {
  header#main-nav-bar #nav-search button.btn-open-search .icon {
    left: 0;
    top: 159% !important;
  }
  .order-number2 {
    order: 2;
  }
  .order-number2 {
    order: 1;
  }
  .main-section {
    padding-top: 30px;
  }
  .main-section .main-section-heading div {
    font-size: 37px;
  }
  .main-section .btn-details {
    margin-top: 0px !important;
    width: 100%;
  }
  .accelerate-bg-text_2 p {
    font-size: 18px;
    line-height: 30px;
  }
  .accelerate-bg-text_1 {
    font-size: 35px;
  }
  .accelerate-bg-text {
    top: 8%;
    padding: 0 20px;
  }
  .cloud_integration {
    padding: 0 20px;
  }
  .navbar-collapse {
    margin-bottom: 22px;
    margin-left: 0px !important;
  }
  .dropdown-toggle::after {
    right: 11px;
  }
  .search_query_box .searchbutton {
    right: -17px;
  }
  .search_query_box {
    margin-left: 0px !important;
  }
  .search_query_box .search:focus {
    width: 250px !important;
    z-index: 1;
    border-bottom: 1px solid #bbb;
    cursor: text;
    background-color: #fff;
  }
  .main-section .main-img {
    margin-top: 40px;
    width: 100%;
  }
  .search_query_box {
    order: 1;
  }
  .footer-core-social-network-item::before {
    left: 2%;
  }
  .main-section {
    margin-top: 65px;
  }
  .carousel-control-prev {
    display: none;
  }
  .carousel-control-next {
    display: none;
  }
  .footer-core-social-network-item {
    text-align: left !important;
  }
  .footer-copyright {
    text-align: left !important;
  }
  .data-management-main-heading {
    margin-top: 114px;
  }
  .platform-box {
    height: 500px !important;
  }
  .see-more {
    padding-left: 0px;
    padding-right: 0px;
  }
  .see-more button a {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767.98px) {
  .solution-items {
    display: unset;
  }
  .solution-items-heading {
    position: unset;
  }
  .solution-items-desc-right p {
    text-align: left !important;
  }
  .solution-items .solution-items-heading h3 {
    position: unset;
    text-align: left;
    padding: 0;
    margin: 20px 0px;
  }
  .customer-data-box .banner-heading h1 {
    font-size: 42px;
  }
  .bg-customer {
    height: auto !important;
  }
  .bg-customer h2 {
    font-size: 22px;
  }
  .bg-customer p {
    font-weight: 700 !important;
  }
  .service-five {
    margin-top: 10px !important;
  }

  .bg-customer .service-three-heading::before {
    display: none;
  }
  .bg-customer .bg-customer-inner::before {
    display: none;
  }
  .bg-customer .bg-customer-inner::after {
    display: none;
  }
  .bg-customer .bg-customer-desc::after {
    display: none;
  }
  .order-shift {
    order: 2;
  }
  .menu-list-overview {
    height: auto !important;
  }
  .service-five {
    margin-top: 10px;
    padding-left: 0px !important;
  }
  .menu-list-overview ul li a {
    font-size: 13px;
  }
  .video-desc {
    margin-top: 20px;
    padding: 0px 0px !important;
  }
  .bg-solution {
    height: auto !important;
    background: transparent;
  }
  .service-three {
    margin-top: 30px !important;
  }
  .solution-box h2 {
    font-size: 27px;
  }
  .fraud-box-para {
    font-size: 23px;
  }
  .inferyx_architecture_details {
    width: 100% !important;
  }
  .inferyx_architecture_details p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0px;
    line-height: 20px;
  }
  .accelerate-bg-text_2 p {
    line-height: 25px;
    margin-bottom: 0px;
  }
  .navbar-collapse {
    margin-bottom: 22px;
    margin-left: 0px !important;
  }
  .search_query_box .search:focus {
    width: 330px;
  }
  .main-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dropdown-toggle::after {
    right: 11px;
  }
  .search_query_box .searchbutton {
    right: -17px;
  }
  .order-number2 {
    order: 2;
  }
  .order-number2 {
    order: 1;
  }
  .main-section .main-img {
    margin-top: 40px;
  }
  .search_query_box {
    order: 1;
  }
  .carousel-control-prev {
    display: none;
  }
  .carousel-control-next {
    display: none;
  }
  .footer-core-social-network-item {
    text-align: left !important;
  }
  .footer-copyright {
    text-align: left !important;
  }
  .platform-box {
    height: 450px !important;
  }
  .see-more {
    padding-left: 0px;
    padding-right: 0px;
  }
  .see-more button a {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 991.98px) {
  .platform-box {
    height: 450px !important;
  }
  .main-img {
    width: 100%;
  }
  .sub-menu-item .container1 {
    width: 720px;
  }
  .dropdown-toggle::after {
    right: 11px;
  }
  .search_query_box .searchbutton {
    right: -17px;
  }
  .search_query_box .search:focus {
    width: 537px;
  }
  .main-section .btn-details {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 7px !important;
    margin-bottom: 0px !important;
  }
  .inferyx_architecture_details {
    width: 100% !important;
  }
  .inferyx_architecture_details p {
    line-height: 25px;
  }
  .accelerate-bg-text_2 p {
    margin-top: 7px;
    margin-bottom: 0px;
    line-height: 20px;
  }
  .navbar-collapse {
    margin-bottom: 22px;
  }
  .navbar-brand {
    padding-top: 20px !important;
  }
  .see-more {
    padding-left: 0px;
    padding-right: 0px;
  }
  .see-more button a {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 1199.98px) {
  .resources_sub_menu_heading h5 {
    margin-left: 20px !important;
  }
  .container1 {
    width: 1280px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0px;
    margin-left: 20px;
  }
  .navbar-brand {
    margin-right: 0px;
  }
  .navbar-collapse {
    margin-left: 0px !important;
  }
  .search_query_box {
    margin-left: 0px !important;
  }
  .accelerate-bg-text_2 p {
    line-height: 22px;
    margin-bottom: 0;
  }
  .sub-menu-item .container1 {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.popup-form form input {
  height: 48px;
  border: solid 2px #b7b7b7;
  background-color: #ffffff;
  border-radius: 5px;
  /* margin-bottom: 21px; */
}

.popup-form form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  font-size: 14px;
  font-family: "Arial";
  opacity: 1;
  /* Firefox */
}

.popup-form form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  font-size: 14px;
  font-family: "Arial";
  opacity: 1;
}

.popup-form form input::-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  font-family: "Arial";
  opacity: 1;
}

/* .popup-form form button {
  font-family: "Arial";
  font-size: 21px;
  text-transform: uppercase;
  height: 48px;
  font-weight: 500;
  background-color: #2C83EC;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
} */

.model-box .modal-header {
  border-bottom: 0px !important;
  padding-bottom: 0px;
}

.model-box .close {
  background: #2C83EC;
  border: 1px solid #2C83EC;
  border-radius: 50%;
  color: #fff;
  height: 40px;
  width: 40px;
  padding: 0;
  font-size: 38px;
  line-height: 0px;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 9999999;
}

.popup-form .modal-content .modal-title {
  color: #000;
  padding: 15px;
  font-family: "Arial";
  font-size: 25px;
  font-weight: 600;
}

.model-box .popup-form .form-control:focus {
  /* border-color: #2C83EC; */
  border: 2px solid #2c83ec;
  box-shadow: none !important;
}

.form-check-label {
  color: #000;
  font-size: 14px;
  font-family: "Arial";
  font-weight: 400;
  /* opacity: 1; */
}

.popup-form form .form-check {
  margin-top: 29px;
  margin-bottom: 29px;
}

.form-check-input {
  height: 18px !important;
  width: 16px;
}

#top {
  width: 50px;
  height: 50px;
  background: #2c83ec;
  border-radius: 50%;
  /* float: right; */
  position: fixed;
  right: 38px;
  bottom: 120px;
  cursor: pointer;
}

#top img {
  width: 35%;
  /* padding-right: 0px; */
  /* margin-right: 17px; */
  /* margin-top: 83px; */
  /* line-height: 109px; */
  padding-top: 17px;
  margin-right: 15px;
}

.select_topic_industry_box select {
  text-align: left;
  box-shadow: none;
  border: 2px solid #0a1cb7 !important;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Arial";
  height: 40px;
  margin-bottom: 40px;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  background: url(../images/home/down_arrow.png) no-repeat right;
  -webkit-appearance: none;
  background-position: 93%;
  padding: 0px 0px 0px 7px;
}

.select_topic_industry_box select option {
  padding: 30px;
}

.management-pipeline-icon a {
  width: 40px;
  display: block;
  height: 40px;
}

.select_topic_industry_box .case_studies_margin {
  margin-bottom: 60px;
}

.see-more {
  border-radius: 10px;
  background-color: #2C83EC;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 50px;
}

.see-more button a {
  border-radius: 10px;
  background-color: #2C83EC;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-family: "Arial";
}

.registration_bg {
  background-image: url(../../assets/images/home/registration.png);
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 80px;
}

.registration_tips {
  padding-left: 20px;
  padding-bottom: 0px !important; /*Jiten*/
  /* border-bottom: 1px solid #000; */
}

.registration_tips li {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.47;
  /* text-align: justify; */
  color: #000000;
  font-family: "Arial";
}

.asking-question {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.47;
  text-align: left;
  color: #000000;
  font-family: "Arial";
}

.asking-question a {
  color: #2C83EC;
}

.head-color {
  color: #484848;
}

.active {
  color: #2c83ec !important;
}

hr {
  margin-top: 0orem;
  margin-bottom: 0rem;
  border: 0;
  border-top: 1px solid #fff;
  width: 30%;
  margin: auto;
}
/*pricing page css*/

.pricing-bullet-points li {
  font-family: "Arial";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.47;
  text-align: left;
  color: #000000;
  margin-top: 15px;
  text-align: left;
  margin-left: 19px;
}

.active-tabs {
  transform: rotate(180deg) !important;
  background: rgb(23, 78, 204) !important;
}

.input-height {
  height: 48px;
}

.custom-file-label {
  height: 50px;
  border-radius: 0px;
  margin-bottom: 24px;
  font-family: "Arial";
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #495057;
  line-height: 35px;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: "Arial";
  z-index: 3;
  display: block;
  height: auto;
  padding: 0.375rem 0.75rem;
  line-height: 2;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.img-hover {
  position: relative;
}

.img-hover:hover img {
  opacity: 0.3;
}

.inkdin-icon {
  transition: 0.5s ease;
  position: absolute;
  top: 40%;
  display: none;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: #008cba;
}

.img-hover:hover .inkdin-icon {
  display: block;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 70%;
  width: 58%;
  left: 78px;
  top: 0;
  bottom: 0;
  /* right: -6px; */
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  /* width: 100%; */
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  margin-top: -70px;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}

.content1 .content-overlay1 {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 69%;
  width: 53%;
  left: 90px;
  top: 0;
  bottom: 0;
  /* right: -6px; */
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all;
}

.content1:hover .content-overlay1 {
  opacity: 1;
}

.content-details1 {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  /* width: 100%; */
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content1:hover .content-details1 {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details1 h3 {
  margin-top: -60px;
}

.content2 .content-overlay2 {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 69%;
  width: 53%;
  left: 90px;
  top: 0;
  bottom: 0;
  /* right: -6px; */
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all;
}

.content2:hover .content-overlay2 {
  opacity: 1;
}

.content-details2 {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  /* width: 100%; */
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content2:hover .content-details2 {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details2 h3 {
  margin-top: -60px;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}

.content3 .content-overlay3 {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 71%;
  width: 77%;
  left: 33px;
  top: 0;
  bottom: 0;
  /* right: -6px; */
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all;
}

.content3:hover .content-overlay3 {
  opacity: 1;
}

.content-details3 {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  /* width: 100%; */
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content3:hover .content-details3 {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.img3 {
  margin-top: -53px;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}

.showblock {
  display: block;
}

.post_details_section {
  margin-left: 0;
  margin-right: 0;
}

.see-more button {
  color: #fff;
}

.see-more button:hover {
  color: #2c83ec;
}

.form_container form .input-group {
  height: 50px;
}

.form_container form .input-group .input_inferyx_user {
  height: 50px;
}

.inferyx-heading {
  margin-top: 90px;
  margin-bottom: 23px;
}

.login_btn {
  width: 100%;
  background: #2c83ec !important;
  color: white !important;
  padding: 12px;
  border: 3px solid #000;
  font-size: 25px;
}

.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.login_container {
  padding: 0 2rem;
}

.input-group-text {
  background: #000 !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000 !important;
  border-color: #000;
}

.icon-size {
  font-size: 18px !important;
}

.icon-size_1 {
  font-size: 29px !important;
}

.login_btn:hover {
  background-color: #000 !important;
}

.dropdown-toggle::after {
  content: "";
  background-image: url("../images/home/down_arrow.png");
  height: 14px;
  width: 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 19px;
  border: 0;
  right: -15px;
}

.navbar-dark .navbar-nav .nav-item:hover .dropdown-toggle::after {
  background-image: url("../images/home/up_arrow.png");
}

.search_query_box .search-container {
  display: inline-block;
  position: relative;
  height: 60px;
  float: right;
  padding: 0;
  position: relative;
}

.search_query_box li #wrap #search_input_query {
  font-size: 18px;
  display: inline-block;
  font-family: "Futura BT";
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
}

input[type="text"]:focus:hover {
  border-bottom: 1px solid #bbb;
}

.search_query_box li #wrap #search_input_query:focus {
  width: 700px;
  z-index: 1;
  border-bottom: 1px solid #bbb;
  cursor: text;
}

.search_query_box li #wrap #search_submit {
  width: 63px;
  display: inline-block;
  background: url(../images/search.png) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 34px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.4s ease;
}

.search_query_box li #wrap #search_submit:focus {
  box-shadow: none;
  outline: none;
}

.search_query_box li #wrap #search_submit:hover {
  opacity: 0.8;
}
/*main section*/

.main-section {
  padding-top: 85px;
  padding-bottom: 50px;
}

.main-section .main-section-heading div {
  font-size: 44px;
  font-weight: 500;
  font-family: "Arial";
  text-align: left;
  color: #252525;
  text-transform: uppercase;
}

.main-section .main-section-desc {
  font-family: "Arial";
  font-size: 24px;
  text-align: left;
  color: #414141;
  line-height: 35px;
  font-weight: 400;
}

.main-section .btn-details {
  font-family: "Arial";
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}

.special-announcement .message-top {
  margin-bottom: 0;
  font-size: 16px;
}

.btn-bg1 {
  border-radius: 4px;
  background-color: #2c83ec;
}

.btn-bg1 a {
  color: #000;
}

.btn-bg1:hover {
  background-color: #2C83EC;
  color: #fff;
}

.btn-bg1:hover a {
  color: #fff;
}

.btn-bg2 {
  border-radius: 4px;
  border: solid 2px #3d76bb;
  background-color: #ffffff;
}

.btn-bg2 a {
  color: #2C83EC !important;
}

.btn-bg2:hover {
  background-color: #2C83EC;
}

.btn-bg2:hover a {
  color: #fff !important;
}

.btn-bg3 {
  border-radius: 4px;
  background-color: #2C83EC;
}

.btn-bg3 a {
  color: #000;
}

.btn-bg3:hover {
  color: #fff;
}

.btn-bg3:hover a {
  color: #fff;
}
/*Application heading*/

.unified-platform .section-headding {
  min-height: 106px;
  color: #2C83EC;
  font-size: 39px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 53px;
  text-align: center;
  font-family: "Arial";
}

.section-headding-fill-line {
  width: 64px;
  height: 11px;
  background-color: #2c83ec;
  display: inline-block;
  text-align: center;
}

.unified-platform .applications_heading {
  font-family: "Arial";
  font-size: 38px;
  text-align: left;
  color: #495057;
  font-weight: 400;
  line-height: 47px;
}

.unified-platform .application_details {
  font-family: "Arial";
  font-size: 18px;
  text-align: left;
  color: #000000;
  font-weight: 400;
  line-height: 30px;
}

.bottom-line {
  margin-bottom: 8px;
}

.inferyx-platform-architecture {
  font-family: "Arial";
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.inferyx_architecture_details p {
  font-family: "Arial";
  font-size: 18px;
  text-align: center;
  color: #000000;
  font-weight: 400;
  line-height: 9px;
}

.inferyx_architecture_details {
  margin-top: 30px;
  margin-bottom: 45px;
}

.cloud_integration {
  background-color: #f0f0f0;
  min-height: 300px;
}

.cloud-interation-section-1 {
  font-family: "Arial";
  font-size: 39px;
  text-transform: uppercase;
  text-align: center;
  color: #2C83EC;
  line-height: 54px;
  font-weight: 400;
  margin-bottom: 86px !important;
}

.cloud_integration .col-md-4 {
  display: inline-block;
  margin-left: -24px;
}

.carousel-control-prev-icon {
  background-image: url("../images/home/previous.png");
}

.carousel-control-next-icon {
  background-image: url("../images/home/next.png");
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 25px;
  height: 57px;
}

.carousel-control-prev {
  left: -157px;
}

.carousel-control-next {
  right: -80px;
}

.accelerate-bg {
  height: 420px;
  position: relative;
  margin-top: 100px;
}

.accelerate-bg > img {
  width: 100%;
  height: 500px;
}

.accelerate-bg-text {
  position: absolute;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 20%;
}

.accelerate-bg-text_1 {
  font-size: 39px;
  text-transform: uppercase;
  text-align: center;
  color: #2C83EC;
}

.accelerate-bg-text_2 {
  font-family: "Arial";
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  color: #000000;
  margin-bottom: 65px;
}

.accelerate-bg-text_2 p {
  line-height: 12px;
  margin-top: 7px;
}

.accelerate-bg-text_3_1 {
  height: 18px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 29.87px;
  text-transform: uppercase;
  padding-top: 10px;
}

footer {
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #495057;
  color: white;
  padding: 15px;
  min-height: 250px;
  background-color: #495057;
}

.footer-section-2,
.footer-section-3,
.footer-section-4,
.footer-section-5 {
  list-style: none;
  text-align: left;
}

footer ul li:first-child {
  font-size: 17px;
  color: #2c83ec;
  font-weight: bold;
  font-family: "Arial";
}

footer ul li a {
  font-family: "Arial";
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  text-align: left;
  color: #ffffff;
}

.footer-core-social-network-item i {
  font-size: 23px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-copyright a {
  font-family: FuturaBT;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 80px;
  padding: 0px 0px;
  border-top: 1px solid;
  display: inline-block;
  border-bottom: 1px solid;
}

.call-us {
  font-size: 17px;
  color: #2c83ec;
  font-weight: bold;
  font-family: "Arial";
}

.call_number {
  font-family: "Arial";
  font-size: 26px;
  font-weight: 400;
  line-height: 2.2;
  /* text-align: left; */
  color: #ffffff;
}

.search_query_box li .search-container {
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  height: 50px;
  width: 50px;
  vertical-align: middle;
}

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

.search_query_box li .mglass {
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search_query_box li .searchbutton {
  position: absolute;
  font-size: 22px;
  width: 100%;
  margin: 0;
  top: 7px;
  padding: 0;
  line-height: 11px;
}

.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: #f6f6f6;
  color: black;
}

.search_query_box li .search {
  position: absolute;
  left: 49px;
  background-color: #f6f6f6;
  font-family: "Futura BT";
  outline: none;
  border-right: 0;
  font-size: 18px;
  border-bottom: 1px solid #2c83ec;
  padding: 0;
  border-top: 0;
  border-left: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.search_query_box .search:focus {
  width: 790px;
  padding: 0 16px 0 0;
}

.search_query_bo .expandright {
  left: auto;
  right: 63px;
  top: -6px;
  /* Button width-1px */
}

.search_query_box .expandright:focus {
  padding: 0 0 0 16px;
}

.sub-menu-item .resources-sub-menu li h2 {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  font-family: "Futura BT";
}

.heading-top-space {
  margin-top: 10px;
}
/* media query*/
/*Extra small devices (portrait phones, less than 576px)*/

.footer-core-social-network-item a:hover {
  color: #2c83ec;
  cursor: pointer;
}

.search_query_box .search-container {
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  height: 50px;
  width: 50px;
  vertical-align: bottom;
}

.search_query_box .expandright {
  left: auto;
  right: 49px;
}

.search_query_box .search {
  position: absolute;
  right: 49px;
  background-color: #f6f6f6;
  font-family: "Futura BT";
  outline: none;
  font-size: 18px;
  border-bottom: 1px solid #2c83ec;
  padding: 0;
  border-top: 0;
  border-left: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.search_query_box .search-container {
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  height: 50px;
  width: 50px;
  vertical-align: bottom;
}

.search_query_box .mglass {
  /* display: inline-block; */
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search_query_box .searchbutton {
  position: absolute;
  font-size: 22px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 7px;
  line-height: 24px;
}

.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: #f6f6f6;
  color: black;
}

.search_query_box .search {
  position: absolute;
  left: 49px;
  border-right: 0;
  background-color: #f6f6f6;
  font-family: "Futura BT";
  outline: none;
  font-size: 18px;
  border-bottom: 1px solid #2c83ec;
  padding: 0;
  border-top: 0;
  border-left: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.search_query_box .search:focus {
  width: 750px;
  /* Bar width+1px */
  padding: 0 16px 0 0;
}

.search_query_box .expandright {
  left: auto;
  right: 49px;
  /* Button width-1px */
}

.search_query_box .expandright:focus {
  padding: 0 0 0 16px;
}

.sub-menu-item .resources-sub-menu h2 {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  font-family: "Futura BT";
}

.inferyx_architecture_img {
  padding-bottom: 16px;
}

ul.social-network li {
  display: inline;
  /* margin-top: 10px; */
  margin-right: 12px;
  padding-left: 0;
}

ul.social-network li a:hover img {
  background-color: #2c83ec;
}

.footer-copyright {
  margin-top: 20px;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #2c83ec;
}

.about_us-section {
  background-image: url(../images/contact_us/contact_us.png);
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  background-position: 50%;
}
/*Contact Us*/

.office-location {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  font-family: "Arial";
  margin-bottom: 8px;
}

.office_details {
  font-size: 17px;
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
  color: #777;
  font-family: "Arial";
}

.office_details:hover {
  color: #000;
}

.contact_us_box .section-headding-fill-line {
  width: 38px;
  height: 5px;
  background-color: #2c83ec;
  display: inline-block;
  text-align: center;
}

.full_form {
  background-color: #f7f7f7;
  padding: 35px;
    border-radius: 15px;
}

.full_form input {
  height: 40px;
  border-radius: 0px;
  margin-bottom: 20px;
  font-family: "Arial";
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  color: #000000;
}

.full_form textarea {
  height: 100px;
  border-radius: 0px;
  margin-bottom: 24px;
  font-family: "Arial";
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #000000;
}

.full_form .submit-info {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.54;
  text-align: center;
  color: #000000;
  font-family: "Arial";
}

.form-submit {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.full_form_heading {
  font-size: 25.5px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  text-align: left;
  margin-bottom: 25px;
}

.full_form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #2c83ec;
  outline: 0;
  box-shadow: 0 0 0 0.1rem #2c83ec;
}

.contact_us_img img {
  margin-top: 110px;
}

.accelerate-bg-img {
  background: url("../images/home/footer_bg_v3.jpg") center center/cover
    no-repeat;
  position: relative;
  min-height: 40vh;
  width: 100%;
}

.buildingpage_bg {
  background-image: url(../../assets/images/webinars/webinar_ai_banner.png);
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

.entitypage_bg {
  background-image: url(../../assets/images/webinars/webinar_er_banner.png);
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

.modal-body .form-group {
  margin-bottom: 10px;
}
/*media query */

@media screen and (min-width: 992px) {
  .navbar {
    padding-top: 48px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .nav-item {
    padding: 0.5rem 0.5rem;
    margin: 0 0.25rem;
    height: 90px;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #201c1c;
    font-size: 18px;
    text-align: center;
    position: relative;
    line-height: 30px;
    font-family: open-sans-bold;
  }
  /* makes the dropdown full width */
  .navbar .dropdown {
    position: static;
  }
  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    /* top: 118px; */
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    position: absolute;
    border-radius: 0;
    border: 1px solid #ccc;
  }
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 1s, opacity 0.3s linear;
  }
  .navbar .dropdown-menu {
    border: 1px solid #2c83ec;
    /*background-color: #2C83EC;*/
  }
}

@media (max-width: 575.98px) {
  .unified-platform .section-headding {
    font-size: 39px !important;
    margin-bottom: 0px !important;
  }

  header#main-nav-bar #nav-search button.btn-open-search .icon {
    left: 0;
    top: 159% !important;
  }
  .post_details_section {
    margin: 35px 0px 0px 35px;
  }
  .order-number2 {
    order: 2;
  }
  .order-number2 {
    order: 1;
  }
  .main-section {
    padding-top: 30px;
  }
  .main-section .main-section-heading div {
    font-size: 37px;
  }
  .main-section .btn-details {
    margin-top: 0px !important;
    width: 100%;
  }
  .accelerate-bg-text_2 p {
    font-size: 18px;
    line-height: 30px;
  }
  .accelerate-bg-text_1 {
    font-size: 35px;
  }
  .accelerate-bg-text {
    top: 8%;
    padding: 0 20px;
  }
  .cloud_integration {
    padding: 0 20px;
  }
  .navbar-collapse {
    margin-bottom: 22px;
    margin-left: 0px !important;
  }
  .dropdown-toggle::after {
    right: 11px;
  }
  .search_query_box .searchbutton {
    right: -17px;
  }
  .search_query_box {
    margin-left: 0px !important;
  }
  .search_query_box .search:focus {
    width: 250px !important;
    z-index: 1;
    border-bottom: 1px solid #bbb;
    cursor: text;
    background-color: #fff;
  }
  .main-section .main-img {
    margin-top: 40px;
    width: 100%;
  }
  .search_query_box {
    order: 1;
  }
  .footer-core-social-network-item::before {
    left: 2%;
  }
  .main-section {
    margin-top: 65px;
  }
  .carousel-control-prev {
    display: none;
  }
  .carousel-control-next {
    display: none;
  }
  .footer-core-social-network-item {
    text-align: left !important;
  }
  .data-management-main-heading {
    margin-top: 114px;
  }
  .platform-box {
    height: 500px !important;
  }
  .platform-overview .application_details {
    height: 335px !important;
    /* text-align: justify; */
  }
  .height-para {
    text-align: left !important;
  }
  .platform-overview .application_details {
    text-align: left !important;
  }
  .description_box .data_details p {
    text-align: left !important;
  }
  .special-announcement {
    height: 50px;
    padding: 20px;
    margin-top: 2px;
  }
  .special-announcement .message-top {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .privacy_policy_box p {
    text-align: left !important;
  }
  .terms_of_use_box p {
    text-align: left !important;
  }
  .terms_of_use_box h3 {
    text-align: left !important;
  }
  .modal-content {
    width: 80%;
    margin: auto;
    top: 7%;
  }
  .registration_bg {
    height: auto !important;
    margin-bottom: 40px !important;
    background-position: 50% bottom;
    margin-top: 130px;
  }
  .buildingpage_bg {
    height: auto !important;
    margin-bottom: 40px !important;
    background-position: 50% bottom;
    margin-top: 130px;
  }
  .content .content-overlay {
    display: none;
  }
  .content:hover .content-image {
    opacity: 0.4;
    background: #000;
    z-index: 9999;
    border: 1px solid #000;
  }
  .content1 .content-overlay1 {
    display: none;
  }
  .content1:hover .content-image {
    opacity: 0.4;
    z-index: 9999;
    border: 1px solid #000;
  }
  .content2 .content-overlay2 {
    display: none;
  }
  .content2:hover .content-image {
    opacity: 0.4;
    z-index: 9999;
    border: 1px solid #000;
  }
  .content3 .content-overlay3 {
    display: none;
  }
  .content3:hover .content-image {
    opacity: 0.4;
    z-index: 9999;
    border: 1px solid #000;
  }
}

@media (max-width: 1199.98px) {
  .resources_sub_menu_heading h5 {
    margin-left: 20px !important;
  }
  .order-number1 {
    order: 1;
  }
  .order-number2 {
    order: 2;
  }
  .partners-info {
    margin-top: 0;
    margin-bottom: 35px;
  }
  .navbar-brand {
    margin-right: 0px;
  }
  .navbar-collapse {
    margin-left: 0px !important;
  }
  .search_query_box {
    margin-left: 0px !important;
  }
  .accelerate-bg-text_2 p {
    line-height: 22px;
    margin-bottom: 0;
  }
  .sub-menu-item .container1 {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .post_details_section {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  /* .fancybox-button {

                            width: 62%;
                        }
                        
                        .form_container form .input-group {
                            height: 50px;
                        }
                        
                        .form_container form .input-group .input_inferyx_user {
                            height: 50px;
                        }
                        
                        .inferyx-heading {
                            margin-top: 90px;
                            margin-bottom: 23px;
                        }
                        
                        .login_btn {
                            width: 100%;
                            background: #2C83EC !important;
                            color: white !important;
                            padding: 12px;
                            border: 3px solid #000;
                            font-size: 25px;
                        }
                        
                        .login_btn:focus {
                            box-shadow: none !important;
                            outline: 0px !important;
                        }
                        
                        .login_container {
                            padding: 0 2rem;
                        }
                        
                        .input-group-text {
                            background: #000 !important;
                            color: white !important;
                            border: 0 !important;
                            border-radius: 0.25rem 0 0 0.25rem !important;
                        }
                        
                        .input_user,
                        .input_pass:focus {
                            box-shadow: none !important;
                            outline: 0px !important;
                        }
                        
                        .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
                            background-color: #000 !important;
                            border-color: #000;
                        }
                        
                        .icon-size {
                            font-size: 18px !important;
                        }
                        
                        .icon-size_1 {
                            font-size: 29px !important;
                        }
                        
                        .login_btn:hover {
                            background-color: #000 !important;
                        }
                        
                        .dropdown-toggle::after {
                            content: '';
                            background-image: url('../images/home/down_arrow.png');
                            height: 14px;
                            width: 15px;
                            background-repeat: no-repeat;
                            position: absolute;
                            top: 19px;
                            border: 0;
                            right: -15px;
                        }
                        
                        .navbar-dark .navbar-nav .nav-item:hover .dropdown-toggle::after {
                            background-image: url('../images/home/up_arrow.png');
                        }
                        
                        .search_query_box .search-container {
                            display: inline-block;
                            position: relative;
                            height: 60px;
                            float: right;
                            padding: 0;
                            position: relative;
                        }
                        
                        .search_query_box li #wrap #search_input_query {
                            font-size: 18px;
                            display: inline-block;
                            font-family: 'Futura BT';
                            font-weight: 100;
                            border: none;
                            outline: none;
                            color: #555;
                            width: 0px;
                            position: absolute;
                            top: 0;
                            right: 0;
                            background: none;
                            z-index: 3;
                            transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
                            cursor: pointer;
                        }
                        
                        input[type="text"]:focus:hover {
                            border-bottom: 1px solid #BBB;
                        }
                        
                        .search_query_box li #wrap #search_input_query:focus {
                            width: 700px;
                            z-index: 1;
                            border-bottom: 1px solid #BBB;
                            cursor: text;
                        }
                        
                        .search_query_box li #wrap #search_submit {
                            width: 63px;
                            display: inline-block;
                            background: url(../images/search.png) center center no-repeat;
                            text-indent: -10000px;
                            border: none;
                            position: absolute;
                            top: 34px;
                            right: 0;
                            z-index: 2;
                            cursor: pointer;
                            opacity: 0.4;
                            cursor: pointer;
                            transition: opacity .4s ease;
                        }
                        
                        .search_query_box li #wrap #search_submit:focus {
                            box-shadow: none;
                            outline: none;
                        }
                        
                        .search_query_box li #wrap #search_submit:hover {
                            opacity: 0.8;
                        }

.inferyx-platform-architecture {
font-family: "Arial";
font-size: 20px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: 1.54;
letter-spacing: normal;
text-align: center;
color: #000000;
}

                        /*main section*/

  .main-section {
    padding-top: 85px;
    padding-bottom: 50px;
  }

  .main-section .main-section-heading div {
    font-size: 44px;
    font-weight: 500;
    font-family: "Arial";
    text-align: left;
    color: #252525;
    text-transform: uppercase;
  }

  .main-section .main-section-desc {
    font-family: "Arial";
    font-size: 24px;
    text-align: left;
    color: #414141;
    line-height: 35px;
    font-weight: 400;
  }

  .main-section .btn-details {
    font-family: "Arial";
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
  }

  .special-announcement .message-top {
    margin-bottom: 0;
    font-size: 16px;
  }

  .btn-bg1 {
    border-radius: 4px;
    background-color: #2c83ec;
  }

  .btn-bg1 a {
    color: #000;
  }

  .btn-bg1:hover {
    background-color: #2C83EC;
    color: #fff;
  }

  .btn-bg1:hover a {
    color: #fff;
  }

  .btn-bg2 {
    border-radius: 4px;
    border: solid 2px #3d76bb;
    background-color: #ffffff;
  }

  .btn-bg2 a {
    color: #2C83EC !important;
  }

  .btn-bg2:hover {
    background-color: #2C83EC;
  }

  .btn-bg2:hover a {
    color: #fff !important;
  }

  .btn-bg3 {
    border-radius: 4px;
    background-color: #2C83EC;
  }

  .btn-bg3 a {
    color: #000;
  }

  .btn-bg3:hover {
    color: #fff;
  }

  .btn-bg3:hover a {
    color: #fff;
  }
  /*Application heading*/

  .unified-platform .section-headding {
    min-height: 106px;
    color: #2C83EC;
    font-size: 39px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 53px !important;
    text-align: center;
    font-family: "Arial";
  }

  .section-headding-fill-line {
    width: 64px;
    height: 11px;
    background-color: #2c83ec;
    display: inline-block;
    text-align: center;
  }

  .unified-platform .applications_heading {
    font-family: "Arial";
    font-size: 38px;
    text-align: left;
    color: #495057;
    font-weight: 400;
    line-height: 47px;
  }

  .unified-platform .application_details {
    font-family: "Arial";
    font-size: 18px;
    text-align: left;
    color: #000000;
    font-weight: 400;
    line-height: 30px;
  }

  .bottom-line {
    margin-bottom: 8px;
  }

  .inferyx-platform-architecture {
    font-family: "Arial";
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  .inferyx_architecture_details p {
    font-family: "Arial";
    font-size: 18px;
    text-align: center;
    color: #000000;
    font-weight: 400;
    line-height: 9px;
  }

  .inferyx_architecture_details {
    margin-top: 30px;
    margin-bottom: 45px;
  }

  .cloud_integration {
    background-color: #f0f0f0;
    min-height: 300px;
  }

  .cloud-interation-section-1 {
    font-family: "Arial";
    font-size: 39px;
    text-transform: uppercase;
    text-align: center;
    color: #2C83EC;
    line-height: 54px;
    font-weight: 400;
    margin-bottom: 86px !important;
  }

  .cloud_integration .col-md-4 {
    display: inline-block;
    margin-left: -24px;
  }

  .carousel-control-prev-icon {
    background-image: url("../images/home/previous.png");
  }

  .carousel-control-next-icon {
    background-image: url("../images/home/next.png");
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: inline-block;
    width: 25px;
    height: 57px;
  }

  .carousel-control-prev {
    left: -157px;
  }

  .carousel-control-next {
    right: -80px;
  }

  .accelerate-bg {
    height: 420px;
    position: relative;
    margin-top: 100px;
  }

  .accelerate-bg > img {
    width: 100%;
    height: 500px;
  }

  .accelerate-bg-text {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 20%;
  }

  .accelerate-bg-text_1 {
    font-size: 39px;
    text-transform: uppercase;
    text-align: center;
    color: #2C83EC;
  }

  .accelerate-bg-text_2 {
    font-family: "Arial";
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    color: #000000;
    margin-bottom: 65px;
  }

  .accelerate-bg-text_2 p {
    line-height: 12px;
    margin-top: 7px;
  }

  .accelerate-bg-text_3_1 {
    height: 18px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.87px;
    text-transform: uppercase;
    padding-top: 10px;
  }

  footer {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #495057;
    color: white;
    padding: 15px;
    min-height: 250px;
    background-color: #495057;
  }

  .footer-section-2,
  .footer-section-3,
  .footer-section-4,
  .footer-section-5 {
    list-style: none;
    text-align: left;
  }

  footer ul li:first-child {
    font-size: 17px;
    color: #2c83ec;
    font-weight: bold;
    font-family: "Arial";
  }

  footer ul li a {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 400;
    line-height: 2.2;
    text-align: left;
    color: #ffffff;
  }

  .footer-core-social-network-item i {
    font-size: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-copyright a {
    font-family: FuturaBT;
    font-size: 12px;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 80px;
    padding: 0px 0px;
    border-top: 1px solid;
    display: inline-block;
    border-bottom: 1px solid;
  }

  .call-us {
    font-size: 17px;
    color: #2c83ec;
    font-weight: bold;
    font-family: "Arial";
  }

  .call_number {
    font-family: "Arial";
    font-size: 26px;
    font-weight: 400;
    line-height: 2.2;
    /* text-align: left; */
    color: #ffffff;
  }

  .search_query_box li .search-container {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    height: 50px;
    width: 50px;
    vertical-align: middle;
  }

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

  .search_query_box li .mglass {
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .search_query_box li .searchbutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    margin: 0;
    top: 7px;
    padding: 0;
    line-height: 11px;
  }

  .search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: #f6f6f6;
    color: black;
  }

  .search_query_box li .search {
    position: absolute;
    left: 49px;
    background-color: #f6f6f6;
    font-family: "Futura BT";
    outline: none;
    border-right: 0;
    font-size: 18px;
    border-bottom: 1px solid #2c83ec;
    padding: 0;
    border-top: 0;
    border-left: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
  }

  .search_query_box .search:focus {
    width: 790px;
    padding: 0 16px 0 0;
  }

  .search_query_bo .expandright {
    left: auto;
    right: 63px;
    top: -6px;
    /* Button width-1px */
  }

  .search_query_box .expandright:focus {
    padding: 0 0 0 16px;
  }

  .sub-menu-item .resources-sub-menu li h2 {
    font-size: 24px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
    font-family: "Futura BT";
  }

  .heading-top-space {
    margin-top: 10px;
  }
  /* media query*/
  /*Extra small devices (portrait phones, less than 576px)*/

  .footer-core-social-network-item a:hover {
    color: #2c83ec;
    cursor: pointer;
  }

  .search_query_box .search-container {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    height: 50px;
    width: 50px;
    vertical-align: bottom;
  }

  .search_query_box .expandright {
    left: auto;
    right: 49px;
  }

  .search_query_box .search {
    position: absolute;
    right: 49px;
    background-color: #f6f6f6;
    font-family: "Futura BT";
    outline: none;
    font-size: 18px;
    border-bottom: 1px solid #2c83ec;
    padding: 0;
    border-top: 0;
    border-left: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
  }

  .search_query_box .search-container {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    height: 50px;
    width: 50px;
    vertical-align: bottom;
  }

  .search_query_box .mglass {
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .search_query_box .searchbutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 7px;
    line-height: 24px;
  }

  .search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: #f6f6f6;
    color: black;
  }

  .search_query_box .search {
    position: absolute;
    left: 49px;
    border-right: 0;
    background-color: #f6f6f6;
    font-family: "Futura BT";
    outline: none;
    font-size: 18px;
    border-bottom: 1px solid #2c83ec;
    padding: 0;
    border-top: 0;
    border-left: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
  }

  .search_query_box .search:focus {
    width: 750px;
    /* Bar width+1px */
    padding: 0 16px 0 0;
  }

  .search_query_box .expandright {
    left: auto;
    right: 49px;
    /* Button width-1px */
  }

  .search_query_box .expandright:focus {
    padding: 0 0 0 16px;
  }

  .sub-menu-item .resources-sub-menu h2 {
    font-size: 24px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
    font-family: "Futura BT";
  }

  .inferyx_architecture_img {
    padding-bottom: 16px;
  }

  ul.social-network li {
    display: inline;
    /* margin-top: 10px; */
    margin-right: 12px;
    padding-left: 0;
  }

  ul.social-network li a:hover img {
    background-color: #2c83ec;
  }

  .footer-copyright {
    margin-top: 20px;
  }

  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link {
    color: #2c83ec;
  }

  .about_us-section {
    background-image: url(../images/contact_us/contact_us.png);
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    background-position: 50%;
  }
  /*Contact Us*/

  .office-location {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    font-family: "Arial";
    margin-bottom: 8px;
  }

  .office_details {
    font-size: 17px;
    margin-top: 20px;
    font-weight: 500;
    text-align: center;
    color: #777;
    font-family: "Arial";
  }

  .office_details:hover {
    color: #000;
  }

  .contact_us_box .section-headding-fill-line {
    width: 38px;
    height: 5px;
    background-color: #2c83ec;
    display: inline-block;
    text-align: center;
  }

  .full_form {
    background-color: #ebf1ff;
    padding: 35px;
    border-radius: 15px;
  }

  .full_form input {
    height: 50px;
    border-radius: 0px;
    margin-bottom: 20px;
    font-family: "Arial";
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    color: #000000;
  }

  .full_form textarea {
    height: 100px;
    border-radius: 0px;
    margin-bottom: 24px;
    font-family: "Arial";
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    color: #000000;
  }

  .full_form .submit-info {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.54;
    text-align: center;
    color: #000000;
    font-family: "Arial";
  }

  .form-submit {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
  }

  .full_form_heading {
    font-size: 32.5px;
    font-weight: 500;
    text-align: center;
    color: #000000;
    text-align: left;
    margin-bottom: 25px;
  }

  .full_form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #2c83ec;
    outline: 0;
    box-shadow: 0 0 0 0.1rem #2c83ec;
  }

  .contact_us_img img {
    margin-top: 110px;
  }

  .accelerate-bg-img {
    background: url("../images/home/footer_bg_v3.jpg") center center/cover
      no-repeat;
    position: relative;
    min-height: 40vh;
    width: 100%;
  }

  .buildingpage_bg {
    background-image: url(../../assets/images/webinars/webinar_ai_banner.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
  }

  .entitypage_bg {
    background-image: url(../../assets/images/webinars/webinar_er_banner.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
  }

  .modal-body .form-group {
    margin-bottom: 10px;
  }
  /*media query */

  @media screen and (min-width: 992px) {
    .navbar {
      padding-top: 48px;
      padding-bottom: 0px;
      padding-left: 0;
      padding-right: 0;
    }
    .navbar .nav-item {
      padding: 0.5rem 0.5rem;
      margin: 0 0.25rem;
      height: 90px;
    }
    .navbar-dark .navbar-nav .nav-link {
      color: #201c1c;
      font-size: 18px;
      text-align: center;
      position: relative;
      line-height: 30px;
      font-family: open-sans-bold;
    }
    /* makes the dropdown full width */
    .navbar .dropdown {
      position: static;
    }
    .navbar .dropdown-menu {
      width: 100%;
      left: 0;
      right: 0;
      /* top: 118px; */
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.3s linear;
      position: absolute;
      border-radius: 0;
      border: 1px solid #ccc;
    }
    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
      display: block;
      visibility: visible;
      opacity: 1;
      transition: visibility 1s, opacity 0.3s linear;
    }
    .navbar .dropdown-menu {
      border: 1px solid #2c83ec;
      /*background-color: #2C83EC;*/
    }
  }

  @media (max-width: 575.98px) {
    .fraud-analytics-details-bb .section-headding {
      min-height: 42px;
      color: #2C83EC;
      font-size: 39px;
      font-weight: 400;
      text-transform: uppercase;
      margin-top: -10px;
      margin-bottom: 53px !important;
      text-align: center;
      font-family: "Arial";
    }
    header#main-nav-bar #nav-search button.btn-open-search .icon {
      left: 0;
      top: 159% !important;
    }
    .post_details_section {
      margin: 35px 0px 0px 35px;
    }
    .order-number2 {
      order: 2;
    }
    .order-number2 {
      order: 1;
    }
    .main-section {
      padding-top: 30px;
    }
    .main-section .main-section-heading div {
      font-size: 37px;
    }
    .main-section .btn-details {
      margin-top: 0px !important;
      width: 100%;
    }
    .accelerate-bg-text_2 p {
      font-size: 18px;
      line-height: 30px;
    }
    .accelerate-bg-text_1 {
      font-size: 35px;
    }
    .accelerate-bg-text {
      top: 8%;
      padding: 0 20px;
    }
    .cloud_integration {
      padding: 0 20px;
    }
    .navbar-collapse {
      margin-bottom: 22px;
      margin-left: 0px !important;
    }
    .dropdown-toggle::after {
      right: 11px;
    }
    .search_query_box .searchbutton {
      right: -17px;
    }
    .search_query_box {
      margin-left: 0px !important;
    }
    .search_query_box .search:focus {
      width: 250px !important;
      z-index: 1;
      border-bottom: 1px solid #bbb;
      cursor: text;
      background-color: #fff;
    }
    .main-section .main-img {
      margin-top: 40px;
      width: 100%;
    }
    .search_query_box {
      order: 1;
    }
    .footer-core-social-network-item::before {
      left: 2%;
    }
    .main-section {
      margin-top: 65px;
    }
    .carousel-control-prev {
      display: none;
    }
    .carousel-control-next {
      display: none;
    }
    .footer-core-social-network-item {
      text-align: left !important;
    }
    .data-management-main-heading {
      margin-top: 114px;
    }
    .platform-box {
      height: 500px !important;
    }
    .platform-overview .application_details {
      height: 335px !important;
      /* text-align: justify; */
    }
    .height-para {
      text-align: left !important;
    }
    .platform-overview .application_details {
      text-align: left !important;
    }
    .description_box .data_details p {
      text-align: left !important;
    }
    .special-announcement {
      height: 50px;
      padding: 20px;
      margin-top: 2px;
    }
    .special-announcement .message-top {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 16px;
    }
    .privacy_policy_box p {
      text-align: left !important;
    }
    .terms_of_use_box p {
      text-align: left !important;
    }
    .terms_of_use_box h3 {
      text-align: left !important;
    }
    .modal-content {
      width: 80%;
      margin: auto;
      top: 7%;
    }
    .registration_bg {
      height: auto !important;
      margin-bottom: 40px !important;
      background-position: 50% bottom;
      margin-top: 130px;
    }
    .buildingpage_bg {
      height: auto !important;
      margin-bottom: 40px !important;
      background-position: 50% bottom;
      margin-top: 130px;
    }
    .content .content-overlay {
      display: none;
    }
    .content:hover .content-image {
      opacity: 0.4;
      background: #000;
      z-index: 9999;
      border: 1px solid #000;
    }
    .content1 .content-overlay1 {
      display: none;
    }
    .content1:hover .content-image {
      opacity: 0.4;
      z-index: 9999;
      border: 1px solid #000;
    }
    .content2 .content-overlay2 {
      display: none;
    }
    .content2:hover .content-image {
      opacity: 0.4;
      z-index: 9999;
      border: 1px solid #000;
    }
    .content3 .content-overlay3 {
      display: none;
    }
    .content3:hover .content-image {
      opacity: 0.4;
      z-index: 9999;
      border: 1px solid #000;
    }
  }

  @media (max-width: 1199.98px) {
    .resources_sub_menu_heading h5 {
      margin-left: 20px !important;
    }
    .order-number1 {
      order: 1;
    }
    .order-number2 {
      order: 2;
    }
    .partners-info {
      margin-top: 0;
      margin-bottom: 35px;
    }
    .navbar-brand {
      margin-right: 0px;
    }
    .navbar-collapse {
      margin-left: 0px !important;
    }
    .search_query_box {
      margin-left: 0px !important;
    }
    .accelerate-bg-text_2 p {
      line-height: 22px;
      margin-bottom: 0;
    }
    .sub-menu-item .container1 {
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0px;
      margin-right: 0px;
    }
    .post_details_section {
      margin-left: 0;
      margin-right: 0;
    }
  }

  @media (max-width: 991.98px) {
    .watch-demo-heading {
      margin-top: 27%;
    }
    .footer-copyright hr {
      width: 70% !important;
    }
    .platform-box {
      height: 450px !important;
    }
    .main-img {
      width: 100%;
    }
    .sub-menu-item .container1 {
      width: 720px;
    }
    .dropdown-toggle::after {
      right: 11px;
    }
    .search_query_box .searchbutton {
      right: -17px;
    }
    .search_query_box .search:focus {
      width: 537px;
    }
    .main-section .btn-details {
      width: 100%;
      margin-right: 0 !important;
      margin-top: 7px !important;
      margin-bottom: 0px !important;
    }
    .inferyx_architecture_details {
      width: 100% !important;
    }
    .inferyx_architecture_details p {
      line-height: 25px;
    }
    .accelerate-bg-text_2 p {
      margin-top: 7px;
      margin-bottom: 0px;
      line-height: 20px;
    }
    .navbar-collapse {
      margin-bottom: 22px;
    }
    .navbar-brand {
      padding-top: 20px !important;
    }
    .form-top {
      padding-top: 0 !important;
    }
    .show-package-content {
      margin-top: -30px;
    }
  }

  .popup-form form input {
    height: 50px;
    border-radius: 0px;
    margin-bottom: 20px;
    font-family: "Arial";
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    border: solid 2px #b7b7b7;
    background-color: #ffffff;
  }

  .popup-form form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    font-size: 14px;
    font-family: "Arial";
    opacity: 1;
    /* Firefox */
  }

  .popup-form form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    font-size: 14px;
    font-family: "Arial";
    opacity: 1;
  }

  .popup-form form input::-ms-input-placeholder {
    color: #000;
    font-size: 14px;
    font-family: "Arial";
    opacity: 1;
  }

  /* .popup-form form button {
    font-family: "Arial";
    font-size: 21px;
    margin-bottom: 35px;
    text-transform: uppercase;
    height: 48px;
    font-weight: 500;
    background-color: #2C83EC;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.86;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  } */

  .model-box .modal-header {
    border-bottom: 0px !important;
    padding-bottom: 0px;
  }

  .model-box .close {
    background: #2C83EC;
    border: 1px solid #2C83EC;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    width: 40px;
    padding: 0;
    font-size: 38px;
    line-height: 0px;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 9999999;
  }

  .popup-form .modal-content .modal-title {
    color: #000;
    padding: 15px;
    font-family: "Arial";
    font-size: 25px;
    font-weight: 600;
  }

  .modal-content .modal-title {
    padding: 10px 0px 0px 29px;
  }

  .model-box .popup-form .form-control:focus {
    /* border-color: #2C83EC; */
    border: 2px solid #2c83ec;
    box-shadow: none !important;
  }

  .form-check-label {
    color: #000;
    font-size: 14px;
    font-family: "Arial";
    font-weight: 400;
    /* opacity: 1; */
    line-height: 20px;
  }

  .form-check-input {
    margin-top: 3px;
  }

  .popup-form form .form-check {
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .modal .modal-body {
    padding-top: 15px;
  }

  .form-check-input {
    height: 18px !important;
    width: 16px;
  }

  #top {
    width: 50px;
    height: 50px;
    background: #2c83ec;
    border-radius: 50%;
    float: right;
    cursor: pointer;
  }

  #top img {
    width: 35%;
    padding-right: 0px;
    margin-right: 17px;
    margin-top: 18px;
    line-height: 50px;
  }

  .select_topic_industry_box select {
    text-align: left;
    box-shadow: none;
    border: 2px solid #0a1cb7 !important;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Arial";
    height: 40px;
    margin-bottom: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    background: url(../images/home/down_arrow.png) no-repeat right;
    -webkit-appearance: none;
    background-position: 93%;
    padding: 0px 0px 0px 7px;
  }

  .select_topic_industry_box select option {
    padding: 30px;
  }

  .management-pipeline-icon a {
    width: 40px;
    display: block;
    height: 40px;
  }

  .select_topic_industry_box .case_studies_margin {
    margin-bottom: 60px;
  }

  .see-more {
    border-radius: 10px;
    background-color: #2C83EC;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 50px;
  }

  .see-more button a {
    border-radius: 10px;
    background-color: #2C83EC;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    font-family: "Arial";
  }

  .registration_bg {
    background-image: url(../../assets/images/webinars/webinar_ai_banner.png);
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .registration_tips {
    padding-left: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
  }

  .registration_tips li {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.47;
    /* text-align: justify; */
    color: #000000;
    font-family: "Arial";
  }

  .asking-question {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.47;
    text-align: left;
    color: #000000;
    font-family: "Arial";
  }

  .asking-question a {
    color: #2C83EC;
  }

  .head-color {
    color: #484848;
  }

  .active {
    color: #2c83ec !important;
  }

  hr {
    margin-top: 0orem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 1px solid #fff;
    width: 30%;
    margin: auto;
  }
  /*pricing page css*/

  .pricing-bullet-points li {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.47;
    text-align: left;
    color: #000000;
    margin-top: 15px;
    text-align: left;
    margin-left: 19px;
  }

  .active-tabs {
    transform: rotate(180deg) !important;
    background: rgb(23, 78, 204) !important;
  }

  .input-height {
    height: 48px;
  }

  .custom-file-label {
    height: 50px;
    border-radius: 0px;
    margin-bottom: 24px;
    font-family: "Arial";
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    color: #495057;
    line-height: 35px;
  }

  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: "Arial";
    z-index: 3;
    display: block;
    height: auto;
    padding: 0.375rem 0.75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
  }

  .img-hover {
    position: relative;
  }

  .img-hover:hover img {
    opacity: 0.3;
  }

  .inkdin-icon {
    transition: 0.5s ease;
    position: absolute;
    top: 40%;
    display: none;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background-color: #008cba;
  }

  .img-hover:hover .inkdin-icon {
    display: block;
  }

  .content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 70%;
    width: 58%;
    left: 78px;
    top: 0;
    bottom: 0;
    /* right: -6px; */
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all;
  }

  .content:hover .content-overlay {
    opacity: 1;
  }

  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    /* width: 100%; */
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
  }

  .content-details h3 {
    margin-top: -70px;
  }

  .fadeIn-bottom {
    top: 80%;
  }

  .fadeIn-top {
    top: 20%;
  }

  .fadeIn-left {
    left: 20%;
  }

  .fadeIn-right {
    left: 80%;
  }

  .content1 .content-overlay1 {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 65%;
    width: 53%;
    left: 90px;
    top: 0;
    bottom: 0;
    /* right: -6px; */
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all;
  }

  .content1:hover .content-overlay1 {
    opacity: 1;
  }

  .content-details1 {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    /* width: 100%; */
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .content1:hover .content-details1 {
    top: 50%;
    left: 50%;
    opacity: 1;
  }

  .content-details1 h3 {
    margin-top: -70px;
  }

  .content2 .content-overlay2 {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 61%;
    width: 53%;
    left: 90px;
    top: 0;
    bottom: 0;
    /* right: -6px; */
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all;
  }

  .content2:hover .content-overlay2 {
    opacity: 1;
  }

  .content-details2 {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    /* width: 100%; */
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .content2:hover .content-details2 {
    top: 50%;
    left: 50%;
    opacity: 1;
  }

  .content-details2 h3 {
    margin-top: -78px;
  }

  .fadeIn-bottom {
    top: 80%;
  }

  .fadeIn-top {
    top: 20%;
  }

  .fadeIn-left {
    left: 20%;
  }

  .fadeIn-right {
    left: 80%;
  }

  .content3 .content-overlay3 {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 71%;
    width: 77%;
    left: 33px;
    top: 0;
    bottom: 0;
    /* right: -6px; */
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all;
  }

  .content3:hover .content-overlay3 {
    opacity: 1;
  }

  .content-details3 {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    /* width: 100%; */
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .content3:hover .content-details3 {
    top: 50%;
    left: 50%;
    opacity: 1;
  }

  .img3 {
    margin-top: -53px;
  }

  .fadeIn-bottom {
    top: 80%;
  }

  .fadeIn-top {
    top: 20%;
  }

  .fadeIn-left {
    left: 20%;
  }

  .fadeIn-right {
    left: 80%;
  }

  .showblock {
    display: block;
  }

  #seeMoreBtn {
    color: #fff;
  }

  #load {
    color: #fff;
  }

  .space-top {
    margin-top: 100px;
  }

  .form-top {
    padding-top: 11%;
  }

  @media (min-width: 768px) and (max-width: 991px) {
    .head-color {
      margin-top: 70px !important;
    }
  }

  .main-header-model .modal-content {
    width: 90% !important;
  }

  .popup-form #watchDemoForm span {
    display: none;
  }

  .watch-demo {
    margin-top: -20px;
    margin-bottom: 40px;
  }

  .watch-demo iframe {
    width: 100%;
    padding-top: 50px;
    height: 500px;
  }

  .watch-demo-heading {
    margin-top: 170px;
    font-size: 40px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    margin-bottom: 0px;
  }

  .after-watch-demo {
    font-size: 35px;
    font-weight: 700;
    font-family: "Arial";
  }

  .request-btn {
    border-radius: 4px;
    background-color: #2c83ec;
    font-size: 16px;
    font-family: "Arial";
    text-transform: uppercase;
    text-align: center;
    color: #000000;
  }

  .action-free-btn {
    border-radius: 4px;
    border: solid 2px #3d76bb;
    background-color: #ffffff;
    font-size: 16px;
    font-family: "Arial";
    text-transform: uppercase;
    text-align: center;
    color: #2C83EC;
  }

  .Schedule-para {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.47;
    text-align: justify;
    color: #000000;
    font-family: "Arial";
  }

  .Schedule-para a {
    color: #007bff;
    text-decoration: underline;
  }

  @media (max-width: 767.98px) {
    .bg-solution .bg-solution-inner::before {
      display: none;
    }
    .bg-solution .bg-solution-inner::after {
      display: none;
    }
    .bg-solution .bg-solution-heading::after {
      display: none;
    }
    .service-two-desc::after {
      display: none;
    }
    .service-five::before {
      display: none;
    }
    .bg-solution .service-two-heading::before {
      display: none;
    }
    .service-three::before {
      display: none;
    }
    .service-three-desc::after {
      display: none;
    }
    .bg-solution .service-three-heading::before {
      display: none;
    }
    .service-four-heading::after {
      display: none;
    }
    .service-four-desc::after {
      display: none;
    }
    .service-five-desc::after {
      display: none;
    }
    .service-five-heading::after {
      display: none;
    }
    .service-four::before {
      display: none;
    }
    .open-button {
      right: 120px;
    }
    #nav-icon3 {
      margin: 0px 19px !important;
    }
    .fraud-analytics-box .banner-heading h1 {
      font-size: 51px !important;
    }
    .inferyx_architecture_details {
      width: 100% !important;
    }
    .inferyx_architecture_details p {
      font-size: 18px;
      line-height: 1.2;
      margin-bottom: 0px;
      line-height: 20px;
    }
    .accelerate-bg-text_2 p {
      line-height: 25px;
      margin-bottom: 0px;
    }
    .navbar-collapse {
      margin-bottom: 22px;
      margin-left: 0px !important;
    }
    .search_query_box .search:focus {
      width: 330px;
    }
    .main-section {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .dropdown-toggle::after {
      right: 11px;
    }
    .search_query_box .searchbutton {
      right: -17px;
    }
    .order-number2 {
      order: 2;
    }
    .order-number2 {
      order: 1;
    }
    .main-section .main-img {
      margin-top: 40px;
    }
    .search_query_box {
      order: 1;
    }
    .carousel-control-prev {
      display: none;
    }
    .carousel-control-next {
      display: none;
    }
    .footer-core-social-network-item {
      text-align: left !important;
    }
    .platform-box {
      height: 450px !important;
    }
    .platform-overview .inferyx_architecture_info p {
      font-size: 18px;
    }
    .space-bottom {
      margin-bottom: 100px;
    }
    .platform-overview .application_details {
      height: auto !important;
    }
    .footer-copyright a {
      margin-top: 0px;
    }
    .call_number {
      font-size: 17px;
    }
    .watch-demo-heading {
      margin-top: 150px;
      font-size: 28px;
    }
  }

  @media (max-width: 575.98px) {
    .fancybox-slide {
      padding: 10px !important;
    }
    .fancybox-button--close {
      top: 361% !important;
    }
    .watch-demo-heading {
      margin-top: 115px;
    }
    .navbar {
      padding: 25px 0px 0px 0px;
    }
    .navbar-dark .navbar-brand {
      margin-right: 0px !important;
    }
    .navbar-dark .navbar-toggler {
      margin-top: -30px;
    }
    .main-section .main-section-heading {
      font-size: 30px;
      margin-top: 20px;
    }
    .main-section .text-style-1 {
      font-size: 34px;
    }
    .main-section .main-section-desc {
      font-size: 20px;
    }
    .unified-platform .section-headding {
      font-size: 22px;
    }
    .unified-platform .applications_heading {
      font-size: 30px;
      margin-right: 0px !important;
      margin-left: 0px !important;
    }
    .unified-platform .application_details {
      width: 100% !important;
      margin-left: 0px !important;
    }
    .inferyx_architecture_details {
      width: 100% !important;
    }
    .inferyx_architecture_details p {
      font-size: 18px;
      line-height: 1.2;
      margin-bottom: 0px;
    }
    .cloud-interation-section-1 {
      font-size: 28px;
    }
    .accelerate-bg-text_3 {
      margin-top: 34px;
    }
    .footer-core-social-network-item::after {
      right: 38%;
    }
    .number-img {
      margin: 0 !important;
    }
    .footer-logo-box {
      text-align: left;
      margin-bottom: 30px;
    }
    .footer-core-social-network-item {
      text-align: left;
    }
    .footer-core-social-network-item::after {
      left: 2%;
    }
    .footer-copyright a {
      padding-left: 0px;
    }
    .cloud_integration .col-sm-4 {
      display: inline-block;
      width: 33%;
      margin-right: 20px;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
      display: inline-block;
      width: 18px;
      height: 36px;
    }
    .remove-space {
      margin-left: 0px !important;
    }
    .call-us {
      text-align: left;
    }
    .call_number {
      text-align: left;
    }
    .footer-copyright {
      margin-top: 50px !important;
    }
    .footer-copyright hr {
      width: 100% !important;
    }
    .footer-copyright a {
      font-size: 10px;
    }
    .platform-overview .inferyx_architecture_info p {
      font-size: 16px;
      text-align: left;
    }
    .call-us {
      margin-top: 10 !important;
    }
    .about_yogesh {
      text-align: left;
    }
    .about_advisors p {
      text-align: left;
    }
  }

  .fancybox-toolbar {
    right: -12px;
    top: 24px;
    /* position: relative; */
  }

  .request-btn:hover {
    background-color: #2C83EC;
    color: #fff;
  }

  .action-free-btn:hover {
    background-color: #2C83EC;
    color: #fff;
  }

  .list-point li {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.47;
    /* text-align: justify; */
    color: #000000;
    font-family: "Arial";
  }
  .popup-form form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    font-size: 14px;
    font-family: "Arial";
    opacity: 1;
    /* Firefox */
  }

  .popup-form form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    font-size: 14px;
    font-family: "Arial";
    opacity: 1;
  }

  .popup-form form input::-ms-input-placeholder {
    color: #000;
    font-size: 14px;
    font-family: "Arial";
    opacity: 1;
  }

  /* .popup-form form button {
    font-family: "Arial";
    font-size: 21px;
    text-transform: uppercase;
    height: 48px;
    font-weight: 500;
    background-color: #2C83EC;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.86;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  } */

  .model-box .modal-header {
    border-bottom: 0px !important;
    padding-bottom: 0px;
  }

  .model-box .close {
    background: #2C83EC;
    border: 1px solid #2C83EC;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    width: 40px;
    padding: 0;
    font-size: 38px;
    line-height: 0px;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 9999999;
  }

  .popup-form .modal-content .modal-title {
    color: #000;
    padding: 15px;
    font-family: "Arial";
    font-size: 25px;
    font-weight: 600;
  }

  .modal-content .modal-title {
    padding: 10px 0px 0px 29px;
  }

  .model-box .popup-form .form-control:focus {
    /* border-color: #2C83EC; */
    border: 2px solid #2c83ec;
    box-shadow: none !important;
  }

  .form-check-label {
    color: #000;
    font-size: 14px;
    font-family: "Arial";
    font-weight: 400;
    /* opacity: 1; */
    line-height: 20px;
  }

  .form-check-input {
    margin-top: 3px;
  }

  .popup-form form .form-check {
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .modal .modal-body {
    padding-top: 15px;
  }

  .form-check-input {
    height: 18px !important;
    width: 16px;
  }

  .select_topic_industry_box select {
    text-align: left;
    box-shadow: none;
    border: 2px solid #0a1cb7 !important;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Arial";
    height: 40px;
    margin-bottom: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    background: url(../images/home/down_arrow.png) no-repeat right;
    -webkit-appearance: none;
    background-position: 93%;
    padding: 0px 0px 0px 7px;
  }

  .select_topic_industry_box select option {
    padding: 30px;
  }

  .management-pipeline-icon a {
    width: 40px;
    display: block;
    height: 40px;
  }

  .select_topic_industry_box .case_studies_margin {
    margin-bottom: 60px;
  }

  .see-more {
    border-radius: 10px;
    background-color: #2C83EC;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 50px;
  }

  .see-more button a {
    border-radius: 10px;
    background-color: #2C83EC;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    font-family: "Arial";
  }

  .registration_bg {
    background-image: url(../../assets/images/webinars/webinar_ai_banner.png);
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .registration_tips {
    padding-left: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
  }

  .registration_tips li {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.47;
    /* text-align: justify; */
    color: #000000;
    font-family: "Arial";
  }

  .asking-question {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.47;
    text-align: left;
    color: #000000;
    font-family: "Arial";
  }

  .asking-question a {
    color: #2C83EC;
  }

  .head-color {
    color: #484848;
  }

  .active {
    color: #2c83ec !important;
  }

  hr {
    margin-top: 0orem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 1px solid #fff;
    width: 30%;
    margin: auto;
  }
  /*pricing page css*/

  .pricing-bullet-points li {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.47;
    text-align: left;
    color: #000000;
    margin-top: 15px;
    text-align: left;
    margin-left: 19px;
  }

  .active-tabs {
    transform: rotate(180deg) !important;
    background: rgb(23, 78, 204) !important;
  }

  .input-height {
    height: 48px;
  }

  .custom-file-label {
    height: 50px;
    border-radius: 0px;
    margin-bottom: 24px;
    font-family: "Arial";
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    color: #495057;
    line-height: 35px;
  }

  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: "Arial";
    z-index: 3;
    display: block;
    height: auto;
    padding: 0.375rem 0.75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
  }

  .img-hover {
    position: relative;
  }

  .img-hover:hover img {
    opacity: 0.3;
  }

  .inkdin-icon {
    transition: 0.5s ease;
    position: absolute;
    top: 40%;
    display: none;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background-color: #008cba;
  }

  .img-hover:hover .inkdin-icon {
    display: block;
  }

  .content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 70%;
    width: 58%;
    left: 78px;
    top: 0;
    bottom: 0;
    /* right: -6px; */
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all;
  }

  .content:hover .content-overlay {
    opacity: 1;
  }

  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    /* width: 100%; */
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
  }

  .content-details h3 {
    margin-top: -70px;
  }

  .fadeIn-bottom {
    top: 80%;
  }

  .fadeIn-top {
    top: 20%;
  }

  .fadeIn-left {
    left: 20%;
  }

  .fadeIn-right {
    left: 80%;
  }

  .content1 .content-overlay1 {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 65%;
    width: 53%;
    left: 90px;
    top: 0;
    bottom: 0;
    /* right: -6px; */
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all;
  }

  .content1:hover .content-overlay1 {
    opacity: 1;
  }

  .content-details1 {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    /* width: 100%; */
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .content1:hover .content-details1 {
    top: 50%;
    left: 50%;
    opacity: 1;
  }

  .content-details1 h3 {
    margin-top: -70px;
  }

  .content2 .content-overlay2 {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 61%;
    width: 53%;
    left: 90px;
    top: 0;
    bottom: 0;
    /* right: -6px; */
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all;
  }

  .content2:hover .content-overlay2 {
    opacity: 1;
  }

  .content-details2 {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    /* width: 100%; */
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .content2:hover .content-details2 {
    top: 50%;
    left: 50%;
    opacity: 1;
  }

  .content-details2 h3 {
    margin-top: -78px;
  }

  .fadeIn-bottom {
    top: 80%;
  }

  .fadeIn-top {
    top: 20%;
  }

  .fadeIn-left {
    left: 20%;
  }

  .fadeIn-right {
    left: 80%;
  }

  .content3 .content-overlay3 {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 71%;
    width: 77%;
    left: 33px;
    top: 0;
    bottom: 0;
    /* right: -6px; */
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all;
  }

  .content3:hover .content-overlay3 {
    opacity: 1;
  }

  .content-details3 {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    /* width: 100%; */
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .content3:hover .content-details3 {
    top: 50%;
    left: 50%;
    opacity: 1;
  }

  .img3 {
    margin-top: -53px;
  }

  .fadeIn-bottom {
    top: 80%;
  }

  .fadeIn-top {
    top: 20%;
  }

  .fadeIn-left {
    left: 20%;
  }

  .fadeIn-right {
    left: 80%;
  }

  .showblock {
    display: block;
  }

  #seeMoreBtn {
    color: #fff;
  }

  #load {
    color: #fff;
  }

  .space-top {
    margin-top: 100px;
  }

  .form-top {
    padding-top: 11%;
  }

  @media (max-width: 1200px) {
    .fr-pipeline-img {
      text-align: left !important;
    }
    .fr-pipeline-img img {
      width: 100%;
    }

    .bg-solution h2 {
      font-size: 17px;
    }
    .bg-solution p {
      font-size: 12px;
    }
    .service-four-heading {
      font-size: 17px;
    }
    .service-four-desc {
      font-size: 12px;
    }
    .service-five-heading {
      font-size: 17px;
    }

    .service-five-desc {
      font-size: 12px;
    }
    .bg-solution-inner {
      margin-right: 13px;
    }
  }

  @media (min-width: 768px) and (max-width: 991px) {
    .head-color {
      margin-top: 70px !important;
    }
  }

  .main-header-model .modal-content {
    width: 90% !important;
  }

  .popup-form #watchDemoForm span {
    display: none;
  }

  .fancybox-content {
    overflow: auto;
    width: 1017px !important;
    height: 274px !important;
    top: 0;
  }

  .fancybox-slide--video .fancybox-content {
    background: #000;
    border: 8px solid #2c83ec;
    height: 558px !important;
    left: 0;
  }

  .fancybox-button--close {
    background: #2C83EC !important;
    border: 1px solid #2C83EC !important;
    border-radius: 50% !important;
  }

  .watch-demo {
    margin-top: -20px;
    margin-bottom: 40px;
  }

  .watch-demo iframe {
    width: 100%;
    padding-top: 50px;
    height: 650px;
  }

  .watch-demo-heading {
    margin-top: 170px;
    font-size: 40px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    margin-bottom: 0px;
  }

  .after-watch-demo {
    font-size: 35px;
    font-weight: 700;
    font-family: "Arial";
  }

  .request-btn {
    border-radius: 4px;
    background-color: #2c83ec;
    font-size: 16px;
    font-family: "Arial";
    text-transform: uppercase;
    text-align: center;
    color: #000000;
  }

  .action-free-btn {
    border-radius: 4px;
    border: solid 2px #3d76bb;
    background-color: #ffffff;
    font-size: 16px;
    font-family: "Arial";
    text-transform: uppercase;
    text-align: center;
    color: #2C83EC;
  }

  .Schedule-para {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.47;
    text-align: justify;
    color: #000000;
    font-family: "Arial";
  }

  .Schedule-para a {
    color: #007bff;
    text-decoration: underline;
  }

  @media (max-width: 767.98px) {
    .bg-customer {
      background: transparent;
    }
    .bg-solution h2 {
      font-size: 22px;
    }
    .fraud-analytics-des p {
      font-size: 16px;
    }
    .fraud-analytics-heading h1 {
      font-size: 30px;
    }
    .fraud-analytics-flex-box {
      display: unset !important;
      justify-content: unset !important;
    }
    .inferyx_architecture_details {
      width: 100% !important;
    }
    .inferyx_architecture_details p {
      font-size: 18px;
      line-height: 1.2;
      margin-bottom: 0px;
      line-height: 20px;
    }
    .accelerate-bg-text_2 p {
      line-height: 25px;
      margin-bottom: 0px;
    }
    .navbar-collapse {
      margin-bottom: 22px;
      margin-left: 0px !important;
    }
    .search_query_box .search:focus {
      width: 330px;
    }
    .main-section {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .dropdown-toggle::after {
      right: 11px;
    }
    .search_query_box .searchbutton {
      right: -17px;
    }
    .order-number2 {
      order: 2;
    }
    .order-number2 {
      order: 1;
    }
    .main-section .main-img {
      margin-top: 40px;
    }
    .search_query_box {
      order: 1;
    }
    .carousel-control-prev {
      display: none;
    }
    .carousel-control-next {
      display: none;
    }
    .footer-core-social-network-item {
      text-align: left !important;
    }
    .platform-box {
      height: 450px !important;
    }
    .platform-overview .inferyx_architecture_info p {
      font-size: 18px;
    }
    .space-bottom {
      margin-bottom: 100px;
    }
    .platform-overview .application_details {
      height: auto !important;
    }
    .footer-copyright a {
      margin-top: 0px;
    }
    .call_number {
      font-size: 17px;
    }
    .watch-demo-heading {
      margin-top: 150px;
      font-size: 28px;
    }
  }

  @media (max-width: 575.98px) {
    .bg-solution {
      padding: 0px 30px;
      margin-top: 0px;
    }
    .bg-customer {
      padding: 0px 30px;
      margin-top: 0px;
    }
    .service-four {
      margin-top: 0px;
      padding: 0px 30px;
    }
    .service-five {
      margin-top: 0px !important;
      padding: 0px 30px !important;
    }
    .fraud-analytics-overview-heading p {
      font-size: 18px !important;
    }
    .fancybox-slide {
      padding: 10px !important;
    }
    .fancybox-button--close {
      top: 361% !important;
    }
    .watch-demo-heading {
      margin-top: 115px;
    }
    .navbar {
      padding: 25px 0px 0px 0px;
    }
    .navbar-dark .navbar-brand {
      margin-right: 0px !important;
    }
    .navbar-dark .navbar-toggler {
      margin-top: -30px;
    }
    .main-section .main-section-heading {
      font-size: 30px;
      margin-top: 20px;
    }
    .main-section .text-style-1 {
      font-size: 34px;
    }
    .main-section .main-section-desc {
      font-size: 20px;
    }
    .unified-platform .section-headding {
      font-size: 22px;
    }
    .unified-platform .applications_heading {
      font-size: 30px;
      margin-right: 0px !important;
      margin-left: 0px !important;
    }
    .unified-platform .application_details {
      width: 100% !important;
      margin-left: 0px !important;
    }
    .inferyx_architecture_details {
      width: 100% !important;
    }
    .inferyx_architecture_details p {
      font-size: 18px;
      line-height: 1.2;
      margin-bottom: 0px;
    }
    .cloud-interation-section-1 {
      font-size: 28px;
    }
    .accelerate-bg-text_3 {
      margin-top: 34px;
    }
    .footer-core-social-network-item::after {
      right: 38%;
    }
    .number-img {
      margin: 0 !important;
    }
    .footer-logo-box {
      text-align: left;
      margin-bottom: 30px;
    }
    .footer-core-social-network-item {
      text-align: left;
    }
    .footer-core-social-network-item::after {
      left: 2%;
    }
    .footer-copyright a {
      padding-left: 0px;
    }
    .cloud_integration .col-sm-4 {
      display: inline-block;
      width: 33%;
      margin-right: 20px;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
      display: inline-block;
      width: 18px;
      height: 36px;
    }
    .remove-space {
      margin-left: 0px !important;
    }
    .call-us {
      text-align: left;
    }
    .call_number {
      text-align: left;
    }
    .footer-copyright {
      margin-top: 50px !important;
    }
    .footer-copyright hr {
      width: 100% !important;
    }
    .footer-copyright a {
      font-size: 10px;
    }
    .platform-overview .inferyx_architecture_info p {
      font-size: 16px;
      text-align: left;
    }
    .call-us {
      margin-top: 10 !important;
    }
    .about_yogesh {
      text-align: left;
    }
    .about_advisors p {
      text-align: left;
    }
  }

  .fancybox-toolbar {
    right: -12px;
    top: 24px;
    /* position: relative; */
  }

  .request-btn:hover {
    background-color: #2C83EC;
    color: #fff;
  }

  .action-free-btn:hover {
    background-color: #2C83EC;
    color: #fff;
  }

  .list-point li {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.47;
    /* text-align: justify; */
    color: #000000;
    font-family: "Arial";
  }
  /*fraud-analytics-details*/

  /* .fraud-analytics-box {
                            background-image: url('../images/solution/fraud-analytics-detail.jpg');
                            height: 400px;
                            background-size: cover;
                            background-repeat: no-repeat;
                           margin-bottom: 80px; 
                          
                        } */

  .fraud-analytics-box h2 {
    margin-top: 165px;
    font-family: "Arial";
    font-weight: 500;
    font-stretch: normal;
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
  }

  .fraud-analytics-img-box {
    border: 1px solid #c2c2c2;
    border-top: 14px solid #2C83EC;
    border-radius: 4px;
    /* margin-bottom: 70px; */
    height: auto;
    position: relative;
    text-align: center;
    flex-basis: 30%;
  }

  .fraud-analytics-img-box img {
    width: 100%;
  }

  .fraud-analytics-heading h1 {
    font-size: 30px;
    font-weight: 500;
    color: #495057;
    line-height: 1.4;
    font-family: "Arial";
    margin: 20px 0px;
  }

  .fraud-analytics-des p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    min-height: 150px;
    font-family: "Arial";
  }

  .fraud-analytics-des {
    padding: 0px 20px;
  }

  .fraud-analytics-icon img {
    width: auto;
  }

  .fraud-analytics-overview-heading p {
    margin-bottom: 0px;
    color: #000;
    font-family: "Futura BT" !important;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
  }

  .fraud-overview {
    margin-bottom: 10px;
  }

  .fraud-analytics-flex-box {
    display: flex;
    justify-content: space-between;
  }

  .fraud-analytics-icon img {
    transform: rotate(267deg);
  }

  .fraud-analytics-box .banner-heading {
    margin-top: 125px;
  }

  .fraud-analytics-box .banner-heading h1 {
    font-family: "Arial";
    font-weight: 500;
    font-stretch: normal;
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
  }

  .fraud-overview-list-overview {
    text-align: left !important;
    margin-top: 0px !important;
  }

  .menu-list-overview ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
  }

  .menu-list-overview {
    /* padding: 20px 0px 20px 45px;  */
    background: #ebebeb;
    /* margin-bottom: 50px; */
    height: 55px;
    margin-bottom: 30px;
  }

  .menu-list-overview ul li a {
    font-size: 20px;
    color: #000;
  }

  .menu-list-overview ul li {
    position: relative;
    margin-left: 20px;
    line-height: 50px;
    padding: 2px 8px 2px 8px;
  }

  .menu-list-overview ul li::after {
    content: "";
    position: absolute;
    height: 20px;
    top: 16px;
    width: 1px;
    background: #000;
    background: #000;
    margin-left: 20px;
  }

  .menu-list-overview ul li:last-child::after {
    display: none;
  }

  .menu-list-overview ul li:last-child {
    margin-right: 0px;
  }

  .menu-list-overview ul li.active {
    background: #2c83ec;
    color: #fff;
  }

  .menu-list-overview ul li.active a {
    color: #fff;
  }

  .video-desc {
    font-family: "Arial";
    font-size: 18px;
    padding: 0px 20px;
    font-weight: 400;
    line-height: 1.54;
    text-align: left;
    color: #000000;
  }

  .bottom-info {
    margin-bottom: 20px;
    padding: 0px 20px;
  }

  .bottom-info a {
    font-family: "Arial";
    font-weight: bold;
    color: #2C83EC;
    font-size: 19.5px;
  }

  .bottom-info .application_details {
    font-weight: bold;
    color: #2C83EC;
    padding: 0 20px;
  }

  .fraud-analytics-des-1 {
    margin-bottom: 50px;
  }

  .featured-solutions-box .section-headding {
    margin-bottom: 0px !important;
  }

  .featured-solutions-box-1 {
    margin-bottom: 0px !important;
  }

  .menu-list-overview ul li:hover a,
  .menu-list-overview ul li:focus a {
    color: #2c83ec;
  }

  .menu-list-overview ul li.active:hover a {
    color: #fff !important;
  }
  /*                         
                        .fancybox-button {
                            right: 322%;
                            top: 70%;
                            margin-top: 21px !important;
                        } */

  .bg-solution {
    background: url("../images/solution/solutions_bg.png");
    background-repeat: no-repeat;
    height: 600px;
    background-position: 62% -194%;
  }

  .bg-solution .bg-solution-inner::before {
    height: 97px;

    width: 2px;
    background: #2c83ec;
    position: absolute;
    content: "";
    top: 152px;
    right: 1px;
  }
  .bg-solution .bg-solution-inner::after {
    height: 55px;
    width: 2px;
    background: #2c83ec;
    position: absolute;
    content: "";
    top: 126px;
    right: 29px;
    transform: rotate(269deg);
  }
  .bg-solution .bg-solution-heading::after {
    height: 12px;
    border-radius: 50%;
    width: 12px;
    background: #2c83ec;
    position: absolute;
    content: "";
    top: 147px;
    right: 55px;
    transform: rotate(269deg);
  }
  .bg-solution h2 {
    font-size: 22px;
    color: #2c83ec;
  }
  .bg-solution p {
    font-size: 14px;
    font-family: "Arial";
    font-weight: 700;
  }
  .service-two::before {
    height: 74px;
    width: 2px;
    background: #2c83ec;
    position: absolute;
    content: "";
    top: 27px;
    left: -139px;
  }

  .bg-solution .service-two-heading::before {
    height: 55px;
    width: 2px;
    background: #2c83ec;
    position: absolute;
    content: "";
    top: 0;
    left: -111px;
    transform: rotate(269deg);
  }
  .service-two-desc::after {
    height: 12px;
    border-radius: 50%;
    width: 12px;
    background: #2c83ec;
    position: absolute;
    content: "";
    top: 21px;
    left: -83px;
    transform: rotate(269deg);
  }
  .service-two,
  .service-three {
    position: relative;
  }
  /*service three*/

  .service-three::before {
    height: 112px;
    width: 2px;
    background: #2c83ec;
    position: absolute;
    content: "";
    top: 27px;
    left: -89px;
  }

  .bg-solution .service-three-heading::before {
    height: 55px;
    width: 2px;
    background: #2c83ec;
    position: absolute;
    content: "";
    top: 0;
    left: -61px;
    transform: rotate(269deg);
  }
  .service-three-desc::after {
    height: 12px;
    border-radius: 50%;
    width: 12px;
    background: #2c83ec;
    position: absolute;
    content: "";
    top: 21px;
    left: -41px;
    transform: rotate(269deg);
  }

  /*service four */
  .service-four {
    margin-top: 46px;
  }

  .service-four::before {
    height: 82px;
    width: 2px;
    background: #2c83ec;
    position: absolute;
    content: "";
    top: -25px;
    right: -212px;
  }

  .service-four-heading::after {
    height: 221px;
    width: 2px;
    background: #2c83ec;
    position: absolute;
    content: "";
    top: -52px;
    right: -101px;
    transform: rotate(269deg);
  }
  .service-four-desc::after {
    height: 12px;
    border-radius: 50%;
    width: 12px;
    background: #2c83ec;
    position: absolute;
    content: "";
    top: 53px;
    right: 8px;
    transform: rotate(269deg);
  }

  .service-four-heading {
    font-size: 22px;
    color: #2c83ec;
  }
  .service-four-desc {
    font-size: 14px;
    font-family: "Arial";
    font-weight: 700;
  }

  /*service five */
  .service-five {
    margin-top: 50px;
    padding-left: 30px;
  }

  .service-five::before {
    height: 117px;
    width: 2px;
    background: #2c83ec;
    position: absolute;
    content: "";
    top: -52px;
    left: 0;
  }

  .service-five-heading::after {
    height: 19px;
    width: 2px;
    background: #2c83ec;
    position: absolute;
    content: "";
    top: 55px;
    left: 9px;
    transform: rotate(269deg);
  }
  .service-five-desc::after {
    height: 12px;
    border-radius: 50%;
    width: 12px;
    background: #2c83ec;
    position: absolute;
    content: "";
    top: 57px;
    left: 19px;
    transform: rotate(269deg);
  }

  .service-five-heading {
    font-size: 22px;
    color: #2c83ec;
  }
  .service-five-desc {
    font-size: 14px;
    font-family: "Arial";
    font-weight: 700;
  }
  .service-three {
    margin-top: 20px;
  }

  .featured-item-box h1 {
    font-size: 34.5px;
    text-align: left;
    color: #495057;
  }
  .featured-item-box p {
    font-size: 19.5px;
    line-height: 1.54;
    text-align: left;
    color: #495057;
    font-family: "Arial";
  }
  .bottom-info {
    text-align: left;
    padding-left: 0;
  }
  .spac-mr {
    margin-top: 90px;
  }

  .fraud-box-para {
    font-size: 33px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Opens Sans";
  }
}

.fancybox-content {
  overflow: auto;
  width: 1017px !important;
  height: 274px !important;
  top: 0;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
  border: 8px solid #2c83ec;
  height: 558px !important;
  left: 0;
}

.fancybox-button--close {
  border: 1px solid #2C83EC !important;
  border-radius: 50% !important;
}
#featured-id,
#solutions-id,
#overview-id {
  scroll-behavior: smooth;
}

.open-button {
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
  border-radius: 50%;
  /* width: 183px; */
  height: 80px;
}
.open-button img {
  width: 22%;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  width: 350px;
  bottom: 15;
  right: 15px;
  /* border: 3px solid #f1f1f1; */
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  /* background-color: white; */
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #4caf50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

.chat {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}
.close-chat {
  font-size: 20px !important;
  background: #2C83EC;
  border: 1px solid #2C83EC;
  border-radius: 50%;
  color: #fff;
  height: 40px;
  line-height: 36px;
  width: 40px;
  padding: 0;
  font-size: 38px;
  /* line-height: 0px; */
  position: absolute;
  right: -11px;
  top: -14px;
  z-index: 99999999999;
}
.close-chat:hover {
  background: #2C83EC;
  border: 1px solid #2C83EC;
  background: #2c83ec;
  border: 1px solid #2c83ec;
  cursor: pointer;
}
.card {
  /* height: 430px; */
  /* border-radius: 15px !important; */
  /* background-color: rgba(0,0,0,0.4) !important; */
  background: unset !important;
}
.contacts_body {
  padding: 0.75rem 0 !important;
  /* overflow-y: auto; */
  white-space: nowrap;
}
.msg_card_body {
  overflow-y: auto;
  background: #eee;
}
.msg_card_body div {
  margin-top: 12px;
  margin-bottom: 8px;
}
.card-header {
  border-radius: 15px 15px 0 0 !important;
  border-bottom: 0 !important;
}
.card-footer {
  border-radius: 0 0 15px 15px !important;
  border-top: 0 !important;
  background: #eee;
  border-top: 1px solid #b7b7b7 !important;
  padding: 0;
}
/* .container{
                        align-content: center;
                    } */
.type_msg:focus {
  background: #eee;
}
.search {
  border-radius: 15px 0 0 15px !important;
  background-color: #eee;
  border: 0 !important;
  color: white !important;
}
.search:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.type_msg {
  background-color: #eee;
  border: 0 !important;
  color: #495057 !important;
  height: 60px !important;
  overflow-y: auto;
  resize: none;
}
.type_msg::placeholder {
  color: #495057 !important;
}
.type_msg:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.type_msg.form-control {
  padding-top: 14px !important;
}
.attach_btn {
  border-radius: 15px 0 0 15px !important;
  background-color: #eee;
  border: 0 !important;
  color: white !important;
  cursor: pointer;
}
.send_btn {
  border-radius: 0 15px 15px 0 !important;
  background-color: #eee;
  border: 0 !important;
  color: white !important;
  cursor: pointer;
}
.search_btn {
  border-radius: 0 15px 15px 0 !important;
  background-color: #eee;
  border: 0 !important;
  color: white !important;
  cursor: pointer;
}
.contacts {
  list-style: none;
  padding: 0;
}
.contacts li {
  width: 100% !important;
  padding: 5px 10px;
  margin-bottom: 15px !important;
}

.type_msg::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Arial";
  font-weight: 600;
  font-size: 15px;
  color: #000;
}

.img_user-img {
  width: 100%;
}
.user_img_msg {
  width: 100%;
}
.img_cont-box {
  position: relative;
  height: 40px;
  width: 40px;
  border: 1.5px solid #f5f6fa;
  border-radius: 50%;
}
.img_cont_msg {
  height: 30px;
  width: 30px;
  border: 1.5px solid #f5f6fa;
  border-radius: 50%;
}
.online_icon {
  position: absolute;
  height: 12px;
  width: 12px;
  /* background-color: #4cd137; */
  background-color: lightgrey;
  border-radius: 50%;
  bottom: 0px;
  right: 0px;
  border: 1.5px solid white;
}
.offline {
  background-color: #c23616 !important;
}
.user_info {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 15px;
}
.user_info span {
  font-size: 18px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.54;
  font-family: "Arial";
}
.user_info p {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.video_cam {
  margin-left: 50px;
  margin-top: 5px;
}
.video_cam span {
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin-right: 20px;
}

.msg_cotainer {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  border-radius: 5px;
  background-color: #f3c96d;
  padding: 14px 8px;
  color: #000;
  height: auto;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  font-family: "Arial";
}

.msg_cotainer_send {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  border-radius: 5px;
  background-color: #9bc1fc;
  padding: 10px 8px;
  height: auto;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #000;
  font-family: "Arial";
}

.msg_time {
  position: absolute;
  left: 5px;
  top: -20px;
  color: #686868;
  font-weight: 600;
  font-size: 12px;
  font-family: "Arial";
}

.msg_time_send {
  position: absolute;
  right: 8px;
  top: -20px;
  color: #686868;
  font-weight: 600;
  font-size: 12px;
  font-family: "Arial";
}
.msg_head {
  position: relative;
  background: #2C83EC;
}
#action_menu_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  cursor: pointer;
  font-size: 20px;
}
.action_menu {
  z-index: 1;
  position: absolute;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 15px;
  top: 30px;
  right: 15px;
  display: none;
}
.action_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.action_menu ul li {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 5px;
}
.action_menu ul li i {
  padding-right: 10px;
}
.action_menu ul li:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px) {
  .contacts_card {
    margin-bottom: 15px !important;
  }
}
.card-footer textarea {
  position: relative;
}

.card-footer i {
  float: right;
  display: inline-block;
  color: gray;
  position: relative;
  font-size: 22px;
  top: 5px;
  right: 37px;
  transform: rotate(48deg);
  z-index: 999999;
}

.open-button {
  display: flex;
}

.outer-msg {
  /* margin-left: 10px; */
  border-radius: 10px;
  background-color: #2c83ec;
  padding: 6px 16px;
  color: #ffff;
  position: relative;
  margin-top: 13px;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  font-family: "Arial";
  height: 42px;
  width: 396px;
  margin-right: 17px;
  line-height: 30px;
}

.outer-msg:after {
  content: "";
  position: absolute;
  right: -15px;
  transform: rotate(-95deg);
  top: 5px;
  width: 13px;

  height: 11px;
  border-left: 6px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #2c83ec;
  clear: both;
}
.card-footer .input-group {
  display: flex;
}

.form-top-padding {
  margin-top: 130px !important;
}

.card-footer {
  display: flex;
}

.card-footer button:focus {
  box-shadow: none;
  outline: none;
}

.msg_card_body .start {
  width: 100%;
}
.msg_card_body .img_cont_msg {
  width: 10%;
}
.msg_cotainer {
  width: 80%;
}
.end {
  width: 100%;
}
.msg_cotainer_send {
  width: 70%;
}
.watch-demo-top-space {
  margin-top: 180px;
}
.watch-demo-heading {
  margin-bottom: 25px;
}

.watch-demo iframe {
  width: 100%;
  height: 430px;
}
.request-btn {
  font-family: "Arial";
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  background: #2c83ec;
}
.request-btn:hover,
.action-free-btn:hover {
  background-color: #2C83EC;
  color: #fff;
}
.action-free-btn {
  border-radius: 4px;
  border: solid 2px #3d76bb;
  background-color: #ffffff;
  font-family: "Arial";
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}
#msgForm {
  display: flex;
  width: 100%;
}

.company_advisor-details_box {
  margin-top: 30px;
}

.free-link-form-bg {
  background-image: url(../images/freelink/free_link_bg_img.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.free-link-bg {
  height: 420px;
  position: relative;
  margin-top: 100px;
}

.free-link-bg-text_1 {
  font-size: 55px;
  color: #2c83ec;
  font-weight: bold;
  line-height: 35px;
  margin-top: 7px;
}
.free-link-bg-text_2 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}

.input-radius {
  /* border-radius:50px !important; */
}

.select2-selection--single {
  height: 50px !important;
  border: 1px solid #ced4da !important;
  /* border-radius: 50px !important; */
  /* margin-bottom: 20px !important; */
}
.select2-selection__rendered {
  margin-top: 10px !important;
  margin-left: 5px !important;
}

.select2-selection__arrow b {
  top: 100% !important;
}

/* Default: no margin for mobile/tablet */
.header-banner-img {
  margin-top: 0;
}

/* Desktop only (min-width: 992px for Bootstrap’s LG breakpoint) */
@media (min-width: 992px) {
  .header-banner-img {
    margin-top: -65px;
  }
}
