/* 09-05-2025 */
html {
  font-family: "Lato", sans-serif !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
footer,
header,
nav {
  display: block;
}
video {
  display: inline-block;
  vertical-align: baseline;
}
a {
  background-color: #fff0;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
textarea {
  overflow: auto;
}
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: #fff0;
}
body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
p {
  margin: 0 0 10px;
}
.text-center {
  text-align: center;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul {
  margin-bottom: 0;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.service_rating svg {
  color: #0f6ead;
  width: 14px;
}
.quote_span svg {
  width: 50px;
}
.select_wrap svg {
  width: 9px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="file"] {
  display: block;
}
input[type="file"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075),
    0 0 8px rgb(102 175 233 / 0.6);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 8px rgb(102 175 233 / 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: #fff0;
  border: 0;
}
.form-group {
  margin-bottom: 0;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #fff0;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 0.125);
  box-shadow: inset 0 3px 5px rgb(0 0 0 / 0.125);
}
.btn-block {
  display: block;
  width: 100%;
}
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.collapse {
  display: none;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #fff0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid #fff0;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid #fff0;
  -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.1);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.1);
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: scroll;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #fff0;
  background-image: none;
  border: 1px solid #fff0;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #fff0;
  border-radius: 4px;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -o-transform 0.3s ease-out;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgb(0 0 0 / 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 0.5);
  box-shadow: 0 3px 9px rgb(0 0 0 / 0.5);
  outline: 0;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 0.5);
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.5);
  }
}
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.container:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar:after,
.row:after {
  clear: both;
}
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.container:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar:after,
.row:after {
  clear: both;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: #fff0;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav[class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav[class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: #fff0;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
button,
button:focus,
button:hover {
  outline: 0;
}
.alert-success {
  float: left;
  margin: 15px 0 0;
}
.main_header {
  float: left;
  width: 100%;
  padding: 25px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.main_header .container {
  width: 75%;
}
.container {
  padding: 0;
  width: 100%;
  max-width: 1440px;
}
.banner_slider_div .container {
  width: 75%;
}
.top_header_div {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.main_logo img {
  width: auto;
  height: 55px;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #ff0;
  font-size: 14px;
}
.menu_bar {
  margin-left: auto;
  padding-right: 0;
}
.menu_bar .navbar {
  margin-bottom: 0;
  min-height: auto;
  border: none;
  border-radius: 0;
}
.menu_bar ul li {
  margin-left: 12px;
}
.menu_bar ul li a {
  letter-spacing: 0.05em;
  color: #2f3d56;
  font-size: 16px;
  line-height: 22px;
  padding: 10px !important;
  font-weight: 400;
}
.menu_bar ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_bar ul li a:hover {
  background-color: #fff0;
}
.menu_bar ul li:hover a {
  outline: 0;
}
.menu_bar ul li:active,
.menu_bar ul li:focus,
.menu_bar ul li:hover {
  outline: 0;
}
.menu_bar ul li.contact_link a {
  background: #ff7a2f;
  border-radius: 5px;
  color: #fff;
  width: 165px;
  text-align: center;
}
.main_submenu_div {
  display: flex;
}
.main_submenu_div {
  position: absolute;
  width: 800px;
  background: #fff;
  border-radius: 10px;
  left: -50px;
  top: 55px;
  padding: 20px 35px;
  border: 1px solid #e6e8ec;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
  opacity: 0;
}
@keyframes showNav {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.service_li .main_submenu_div {
  position: fixed;
  width: 910px;
  background: #fff;
  border-radius: 10px;
  left: 0;
  right: 0;
  top: 55px;
  margin: 0 auto;
  padding: 0 0 0 0;
  border: none;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
}
.technologies_li .main_submenu_div {
  position: fixed;
  width: 830px;
  background: #fff;
  border-radius: 10px;
  left: 0;
  top: 55px;
  right: 0;
  margin: 0 auto;
  padding: 0 0 0 0;
  border: none;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
}
.inner_scroll {
  padding: 0 0 0 35px;
  display: flex;
  overflow-y: auto;
}
.playforvideo video {
  width: 100% !important;
  height: auto;
  max-height: 315px;
}
@media screen and (max-width: 1440px) {
  .service_li .main_submenu_div {
    top: 104px;
    left: -50px;
  }
  .technologies_li .main_submenu_div {
    top: 104px;
    left: -55px;
  }
  .main_submenu_div {
    left: -62px;
  }
  .development_main {
    min-height: 310px !important;
  }
}
@media screen and (min-width: 1025px) {
  .service_li:hover .main_submenu_div {
    display: flex;
    opacity: 1;
    z-index: 99999;
    visibility: visible;
    animation: showNav 250ms ease-in-out both;
  }
  .about_li:hover .main_submenu_div {
    display: block;
    opacity: 1;
    z-index: 99999;
    visibility: visible;
    animation: showNav 250ms ease-in-out both;
  }
  .technologies_li:hover .main_submenu_div {
    display: flex;
    opacity: 1;
    z-index: 99999;
    visibility: visible;
    animation: showNav 250ms ease-in-out both;
  }
  .main_submenu_div {
    visibility: hidden;
  }
}
@media screen and (max-width: 1280px) {
  ul.header_top li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1366px) and (max-height: 772px) {
  .service_li .main_submenu_div {
    overflow-y: visible;
  }
  .service_li:hover .main_submenu_div {
    height: calc(100% - 120px);
    overflow-y: visible;
  }
  .technologies_li:hover .main_submenu_div {
    height: calc(100% - 120px);
    overflow-y: visible;
  }
}
@media only screen and (max-width: 1366px) and (max-height: 695px) {
  .service_li:hover .main_submenu_div {
    overflow-y: auto;
  }
  .technologies_li:hover .main_submenu_div {
    overflow-y: auto;
  }
  .service_li .main_submenu_div {
    top: 100px;
  }
  .technologies_li .main_submenu_div {
    top: 100px;
  }
  .service_li:hover .main_submenu_div {
    height: calc(100% - 120px);
    overflow-y: visible;
  }
  .technologies_li:hover .main_submenu_div {
    height: calc(100% - 120px);
    overflow-y: visible;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1120px) {
  .service_li .main_submenu_div {
    top: 120px !important;
  }
  .about_li .main_submenu_div {
    top: 55px;
  }
  .technologies_li .main_submenu_div {
    top: 120px;
  }
}
.main_submenu_div ul {
  float: left;
  padding-left: 0;
  list-style-type: none;
}
.service_submenu {
  width: 33.33%;
}
.service_li .service_submenu {
  width: 50%;
}
.service_submenu ul {
  width: 100%;
}
.menu_bar ul .main_submenu_div li {
  margin-left: 0;
}
.menu_bar ul .main_submenu_div li {
  margin-left: 0;
}
.megamenu_link_div {
  float: left;
  width: 520px;
  padding: 25px 0 0;
}
.megamenu_service_link {
  float: left;
  width: 365px;
  background-color: #fafafa;
  padding: 25px 0 0;
  background-image: url(../images/industry_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 10px 10px;
}
.technologies_li .megamenu_link_div {
  float: left;
  width: 570px;
  padding: 25px 0;
}
.megamenu_technologies_link {
  float: left;
  width: 260px;
  padding-bottom: 25px;
}
.tech_bg_div {
  background-color: #fafafa;
  padding: 25px 30px;
  background-image: url(../images/tech_bg_images_new.webp);
  background-repeat: no-repeat;
  background-position: 1px center;
  background-size: 101% 100%;
  border-radius: 0 10px 10px 10px;
  float: left;
  width: 100%;
  min-height: 567px;
}
.megamenu_technologies_link .tech_bg_div h4 {
  color: #fff;
  float: left;
  width: 100%;
}
.tech_bg_div span {
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  padding-top: 15px;
  float: left;
  width: 100%;
}
.hire_btn_div {
  float: left;
  width: 100%;
  text-align: center;
}
.menu_bar ul li .tech_hire_link {
  background-color: #ff7a2f !important;
  color: #fff !important;
  height: 52px;
  display: inline-block;
  line-height: 52px;
  padding: 0;
  width: 165px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  border: 2px solid #fff;
}
.menu_bar ul li .tech_hire_link:hover {
  background-color: #fff !important;
  border: 2px solid #ff7a2f;
  color: #000 !important;
}
.menu_bar ul li .tech_hire_link:hover img {
  filter: brightness(1);
}
.tech_hire_link img {
  filter: brightness(100);
  margin-left: 15px;
}
.service_header_title {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.service_header_title h4 {
  font-size: 19px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  margin: 0;
  width: 100%;
}
.megamenu_service_link .service_submenu {
  width: 100%;
}
.megamenu_service_link .service_submenu .parent_li_menu {
  min-height: auto;
}
.industry_service_div {
  float: left;
  width: 100%;
  padding: 0 10px;
}
.cmn_industry_service {
  float: left;
  width: 33.33%;
  text-align: center;
  margin-bottom: 20px;
}
.menu_bar ul li .cmn_industry_service a {
  color: rgb(0 0 0 / 0.7);
  font-size: 13px;
  padding: 0;
}
.menu_bar ul li .cmn_industry_service a span {
  font-size: 14px;
  display: block;
  line-height: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.menu_title {
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 0;
  color: #2f3d56;
  float: left;
  width: 100%;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.service_submenu ul {
  margin: 10px 0;
}
.megamenu_service_link .service_submenu ul {
  margin: 15px 0 0;
}
.about_li .main_submenu_div {
  width: 220px;
}
.parent_li_menu {
  min-height: 240px;
}
.service_li .parent_li_menu {
  min-height: auto;
}
.header_service_icon {
  float: left;
  margin-left: -25px;
  width: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 6px;
}
.header_service_icon img {
  float: left;
}
.menu_bar ul li .main_submenu_div li a {
  font-size: 15px;
  line-height: 25px;
  color: #2f3d56;
  padding: 2px 0;
  letter-spacing: 0;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  display: inline-block;
}
.menu_bar ul .main_submenu_div li {
  width: 100%;
}
.menu_bar ul li.about_li .main_submenu_div li a {
  padding: 5px 0;
}
.menu_bar ul li .main_submenu_div li a:hover {
  color: #2583e9;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.main_submenu_div:before {
  width: 0;
  height: 0;
  border-left: 12px solid #fff0;
  border-right: 12px solid #fff0;
  border-bottom: 12px solid rgb(255 122 47 / 0.44);
  content: "";
  position: absolute;
  top: -12px;
  left: 80px;
  display: none;
}
.service_li .main_submenu_div:before {
  width: 0;
  height: 0;
  border-left: 12px solid #fff0;
  border-right: 12px solid #fff0;
  border-bottom: 12px solid rgb(255 122 47 / 0.44);
  content: "";
  position: absolute;
  top: -12px;
  left: 320px;
  margin: 0 auto;
  display: none;
}
.technologies_li .main_submenu_div:before {
  width: 0;
  height: 0;
  border-left: 12px solid #fff0;
  border-right: 12px solid #fff0;
  border-bottom: 12px solid rgb(255 122 47 / 0.44);
  content: "";
  position: absolute;
  top: -12px;
  left: 10px;
  right: 0;
  margin: 0 auto;
  display: none;
}
.banner_slider_div {
  float: left;
  width: 100%;
  margin-top: 140px !important;
}
.service_banner_div {
  position: relative;
}
.slider_flex {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.slider_content_div {
  float: left;
  width: 50%;
  z-index: 1;
}
.slider_img_div {
  float: left;
  width: 50%;
  right: 0;
  top: 0;
}
.testimonial_slider_div .owl-carousel .owl-stage {
  padding-bottom: 22px;
}
.slider_content_div h1 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.05em;
  color: #2f3d56;
  margin-bottom: 42px;
  margin-top: 0;
  font-weight: 700;
}
.slider_content_div p {
  font-size: 18px;
  line-height: 30px;
  color: rgb(59 59 59 / 0.7);
  margin-bottom: 50px;
  font-weight: 400;
  text-align: justify;
}
.left_padding_zero {
  padding-left: 0;
}
.right_padding_zero {
  padding-right: 0;
}
.desc_txt {
  font-size: 18px;
  line-height: 30px;
  color: rgb(59 59 59 / 0.8);
  margin-bottom: 30px;
}
.theme_btn_div {
  float: left;
  width: 100%;
}
.theme_btn {
  width: 215px;
  height: 52px;
  line-height: 48px;
  background: #2583e9;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  border: 2px solid #fff0;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  cursor: pointer;
}
.slider_flex .theme_btn {
  max-width: 238px;
}
.theme_btn img {
  filter: brightness(100);
  margin-left: 20px;
  object-fit: contain;
}
.theme_btn:hover {
  color: #2583e9;
  border: 2px solid #2583e9;
  background-color: #fff;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.theme_btn:focus {
  color: #fff;
  border: 2px solid #fff0;
  background: #2583e9;
}
.theme_btn:hover img {
  filter: invert(44%) sepia(94%) saturate(2553%) hue-rotate(199deg)
    brightness(96%) contrast(101%);
}
.theme_btn:focus img {
  filter: brightness(100);
}
.service_section_div {
  float: left;
  width: 100%;
  padding: 50px 0;
  text-align: center;
}
.services_child {
  float: left;
  width: 100%;
}
.center_under_line {
  font-size: 40px;
  line-height: 51px;
  color: #2f3d56;
  margin-top: 0;
  margin-bottom: 45px;
  font-weight: 700;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
.center_under_line:after {
  content: "";
  height: 2px;
  width: 75px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: 0 auto;
  background-color: #146fac;
}
.service_block_main {
  float: left;
  width: 100%;
  margin: 50px 0 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.service_block {
  width: 200px;
  text-align: center;
}
.service_block_child {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  background: linear-gradient(0deg, #fff, #fff), #ffffff;
  box-shadow: 0 10px 20px 1px rgb(69 158 255 / 0.1);
  border-radius: 18px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  height: 100%;
}
.major_brand_section .service_block_child {
  display: flex;
  align-items: center;
  padding: 0;
}
.service_iaon {
  width: 75px;
  height: 75px;
  background-color: #166be9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}
.service_block span {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
  line-height: 22px;
  color: #2f3d56;
  font-weight: 400;
}
.service_block_child:hover {
  box-shadow: 0 10px 30px 1px rgb(69 158 255 / 0.4);
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}
.industries_section_div {
  float: left;
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color: #fafafa;
}
.casestudy_section_div {
  float: left;
  width: 100%;
  padding: 0;
  text-align: center;
  background-color: #fafafa;
}
.casestudy_section_div .container {
  width: 75%;
}
.grid {
  float: left;
  width: 100%;
}
.grid:after {
  content: "";
  display: block;
  clear: both;
}
.img_hover_zoom {
  overflow: hidden;
  border-radius: 30px !important;
  position: relative;
}
.grid .figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  border-radius: 20px;
}
.figcaption h4,
.figcaption h5,
.figcaption span {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fff !important;
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  text-align: left !important;
  width: 100%;
  opacity: 0;
}
.figcaption h5 {
  font-size: 17px;
  color: #09c3fb !important;
  font-weight: 600;
}
.figcaption span {
  font-size: 14px;
  padding-top: 5px;
}
.img_hover_zoom:hover .figcaption h4,
.img_hover_zoom:hover .figcaption h5,
.img_hover_zoom:hover .figcaption span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.element-item img {
  width: auto;
  max-width: 100%;
  background-color: #fff;
  border-radius: 20px !important;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: none !important;
  transition: none !important;
}
.img_hover_zoom:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  filter: brightness(0.4);
}
.button-group.filters-button-group {
  float: left;
  width: 100%;
  margin: 10px 0 40px;
}
.filters-button-group .button {
  background: #e0e0e0;
  border-radius: 5px;
  border: none;
  padding: 7px 20px;
  color: #2f3d56;
  font-size: 16px;
  line-height: 22px;
  margin: 0 5px;
}
.filters-button-group .button.filtersIndicator {
  background-color: #2583e9;
  color: #fff;
}
.element-item {
  position: relative;
  float: left;
  width: 25%;
  padding: 20px;
  min-height: 350px;
  opacity: 0.2;
  pointer-events: none;
}
.element-item.highlighted_opacity {
  opacity: 1;
  pointer-events: auto;
}
.hide_filter_div {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.4);
  top: 0;
  border-radius: 20px;
  opacity: 1;
}
.element-item a {
  position: relative;
  height: 100%;
  float: left;
  width: 100%;
  border-radius: 20px;
}
.highlighted_opacity .hide_filter_div {
  opacity: 0;
  position: relative;
}
.element-item h4 {
  font-size: 20px;
  color: #2f3d56;
  text-align: left;
  line-height: 28px;
  font-weight: 700;
  float: left;
  width: 100%;
  margin: 4px 0;
}
.pro_tag_div {
  float: left;
  width: 100%;
  text-align: left;
}
.pro_tag_div span {
  background: #e0e0e0;
  border-radius: 5px;
  font-size: 11px;
  color: #3b3b3b;
  padding: 5px 7px;
  margin-right: 7px;
}
.casestudy_section_div .theme_btn_div {
  margin-top: 10px;
}
.casestudy_section_div .desc_txt {
  width: 80%;
  margin: 0 auto 30px;
}
.top_service_section_div {
  float: left;
  width: 100%;
  padding: 0 0;
  background-image: url(../images/images_svg/curve.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.top_section_child {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.no_padding {
  padding: 0;
}
.top_margin {
  display: flex;
  flex-wrap: wrap;
  background-image: url(../images/curve_line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.it_service_child {
  float: left;
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  background: #fff;
  box-shadow: 0 10px 20px 1px rgb(69 158 255 / 0.1);
  border-radius: 18px;
  height: 100%;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.it_service_child:hover {
  box-shadow: 0 10px 30px 1px rgb(69 158 255 / 0.4);
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}
.it_img_div,
.service_desc,
.service_rating {
  float: left;
  width: 100%;
}
.it_img_div {
  min-height: 40px;
}
.service_rating {
  margin: 35px 0;
  display: flex;
  justify-content: center;
  column-gap: 4px;
}
.service_rating span {
  font-weight: 700;
  color: #0f6ead;
  font-size: 17px;
  line-height: 23px;
}
.service_desc {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 23px;
}
.trustable_client_div {
  float: left;
  width: 100%;
  margin: 50px 0 50px;
}
.trust_client_child {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.trust_logo {
  background: linear-gradient(0deg, #fff, #fff), #ffffff;
  box-shadow: 0 10px 20px 1px rgb(69 158 255 / 0.1);
  border-radius: 10px;
  width: 18%;
  float: left;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.trust_logo img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.trust_logo:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.testimonial_client_div {
  float: left;
  width: 100%;
  text-align: center;
}
.testimonial_slider_div .owl-nav {
  position: absolute;
  top: -90px;
  right: 0;
}
.testimonial_slider_div .owl-nav button {
  color: #146fac !important;
  font-size: 40px !important;
  margin-left: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  border-radius: 50%;
  background-color: #fff !important;
  box-shadow: 0 10px 20px rgb(69 158 255 / 0.1);
}
.testimonial_slider_div .owl-nav button span {
  line-height: 40px;
}
.testimonial_client_div .desc_txt {
  width: 60%;
  margin: 0 auto 30px;
  color: rgb(47 61 86 / 0.8);
  line-height: 30px;
}
.client_box {
  background: #fff;
  box-shadow: 0 10px 20px rgb(69 158 255 / 0.1);
  border-radius: 18px;
  float: left;
  width: 100%;
  padding: 30px;
  min-height: 315px;
  margin-bottom: 20px !important;
}
.quote_span {
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 0.05em;
  color: rgb(20 111 172 / 0.24);
  font-weight: 700;
}
.client_box p {
  color: #6d7783;
  margin: 15px 0;
  font-size: 15px;
  line-height: 24px;
  padding: 0 28px;
}
#client_slider {
  float: left;
  width: 100%;
}
.testi_client_content {
  float: left;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: flex-start;
}
.img_testi {
  width: 60px;
  display: inline-block;
}
.testi_client_content .img_testi img {
  width: 60px;
  height: 60px;
  max-width: inherit;
}
.name_position {
  display: inline-block;
  margin: auto;
}
.name_position h5 {
  font-size: 15px;
  margin: 0;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}
.name_position span {
  font-size: 15px;
  line-height: 24px;
  color: #999;
  font-weight: 400;
}
.testimonial_client_div .center_under_line {
  margin-bottom: 25px;
}
.media_partner_div {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.media_logo {
  float: left;
  width: 16.66%;
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgb(0 0 0 / 0.1);
  border-bottom: 1px solid rgb(0 0 0 / 0.1);
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
}
.media_logo img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.media_logo:hover img {
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.media_section_main .media_logo:nth-child(6n) {
  border-right: none;
}
.media_section_main .media_logo:last-child,
.media_section_main .media_logo:nth-child(13n),
.media_section_main .media_logo:nth-child(14n),
.media_section_main .media_logo:nth-child(15n),
.media_section_main .media_logo:nth-child(16n),
.media_section_main .media_logo:nth-child(17n) {
  border-bottom: none;
}
.main_footer_div {
  float: left;
  width: 100%;
  padding: 85px 0;
  background-image: url(../images/footer.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-size: 100% 100%;
}
.contact_form_main {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0 -10px 60px rgb(0 0 0 / 0.05);
  padding: 40px;
  margin-left: 0;
}
.form_title_desc {
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
.form_title_desc h3 {
  margin: 0 0 15px;
  font-size: 28px;
  color: #000;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.form_title_desc p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
.field_div {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.field_div .form-group {
  width: 46%;
  position: relative;
}
.textarea_msg textarea {
  min-height: 75px;
}
.pure-material-textfield-outlined {
  position: relative;
  display: inline-block;
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
  min-height: 55px;
}
.pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > textarea {
  box-sizing: border-box;
  margin: 0;
  border: solid 1px;
  border-color: #ededed;
  border-top-color: #fff0;
  border-radius: 4px;
  padding: 9px 38px 9px 13px;
  width: 100%;
  height: inherit;
  color: #000;
  background-color: #fff0;
  box-shadow: none;
  font-size: 16px;
  caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  transition: border 0.2s, box-shadow 0.2s;
  line-height: 21px;
  font-weight: 400;
  font-style: normal;
}
.budget_select_div {
  -webkit-appearance: none;
  border: solid 1px;
  border-color: #ededed;
  width: 100%;
  padding: 9px 13px 9px;
  font-size: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  border-radius: 4px;
  height: inherit;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background-color: #fff0;
}
.budget_select_div:hover {
  border-color: #000;
}
.select_wrap {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  margin-top: 6px;
  display: inline-block;
}
.budget_select_div:focus,
.budget_select_div:hover {
  outline: 0;
}
.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  width: 100%;
  max-height: 100%;
  color: #828282;
  font-size: 12px;
  line-height: 15px;
  cursor: text;
  font-weight: 400;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}
.pure-material-textfield-outlined > textarea + span .text_area_top {
  background-color: #fff;
}
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > textarea + span::after,
.pure-material-textfield-outlined > textarea + span::before {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: #ededed;
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px #fff0;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > textarea + span::before {
  margin-right: 4px;
  border-left: solid 1px #fff0;
  border-radius: 4px 0;
}
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::after {
  flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px #fff0;
  border-radius: 0 4px;
}
.pure-material-textfield-outlined:hover > input,
.pure-material-textfield-outlined:hover > textarea {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  border-top-color: #fff0;
}
.pure-material-textfield-outlined:hover > input + span::after,
.pure-material-textfield-outlined:hover > input + span::before,
.pure-material-textfield-outlined:hover > textarea + span::after,
.pure-material-textfield-outlined:hover > textarea + span::before {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}
.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > textarea:focus {
  border-color: #3395cc;
  border-top-color: #fff0;
  box-shadow: inset 1px 0 var(--pure-material-safari-helper1),
    inset -1px 0 var(--pure-material-safari-helper1),
    inset 0 -1px var(--pure-material-safari-helper1);
  outline: 0;
}
.pure-material-textfield-outlined > input:focus + span,
.pure-material-textfield-outlined > textarea:focus + span {
  color: #3395cc;
  font-size: 12px;
  font-weight: 400;
}
.pure-material-textfield-outlined > textarea:focus + span .text_area_top {
  background-color: #fff;
}
.pure-material-textfield-outlined > input:focus + span::after,
.pure-material-textfield-outlined > input:focus + span::before,
.pure-material-textfield-outlined > textarea:focus + span::after,
.pure-material-textfield-outlined > textarea:focus + span::before {
  border-top-color: var(--pure-material-safari-helper1) !important;
  box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}
.pure-material-textfield-outlined > input:disabled,
.pure-material-textfield-outlined > input:disabled + span,
.pure-material-textfield-outlined > textarea:disabled,
.pure-material-textfield-outlined > textarea:disabled + span {
  border-color: rgba(
    var(--pure-material-onsurface-rgb, 0, 0, 0),
    0.38
  ) !important;
  border-top-color: transparent !important;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  pointer-events: none;
}
.pure-material-textfield-outlined > input:disabled + span::after,
.pure-material-textfield-outlined > input:disabled + span::before,
.pure-material-textfield-outlined > textarea:disabled + span::after,
.pure-material-textfield-outlined > textarea:disabled + span::before {
  border-top-color: rgba(
    var(--pure-material-onsurface-rgb, 0, 0, 0),
    0.38
  ) !important;
}
.attach_file_div {
  border: solid 1px;
  border-color: #ededed;
  width: 100%;
  padding: 7px 13px;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  border-radius: 4px !important;
  height: inherit;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 6px;
}
.attach_file_div label {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
  line-height: 24px;
}
.browse_file {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.browse_file input {
  position: absolute;
  bottom: 20px;
  font-size: 0;
  outline: 0 !important;
  opacity: 0;
}
.location_div_main {
  float: left;
  width: 100%;
  padding: 0 0 0 70px;
}
.location_title {
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  position: relative;
  font-weight: 700;
  margin: 0;
}
.location_title:after {
  content: "";
  height: 2px;
  width: 75px;
  position: absolute;
  left: 0;
  bottom: -12px;
  margin: 0 auto;
  background-color: #fff;
}
.address_div_child {
  float: left;
  width: 50%;
  margin-top: 50px;
  color: #fff;
}
.flag_country {
  float: left;
  width: 100%;
  display: flex;
  align-content: center;
  margin-bottom: 12px;
}
.flag_country span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 10px;
}
.address_div_child p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}
.contact_space {
  float: left;
  width: 100%;
  margin-top: 30px;
  color: #fff;
}
.contact_company {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: 50%;
  float: left;
}
.contact_company span {
  font-size: 15px;
  color: rgb(255 255 255 / 0.8);
  padding-left: 10px;
}
.btm_footer {
  float: left;
  width: 100%;
  margin-top: 50px;
  padding-left: 5%;
  position: relative;
  z-index: 9;
}
.ftr_social_icon {
  float: left;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.ftr_social_icon a {
  background: #333f69;
  border-radius: 5px;
  height: 45px;
  width: 45px;
  float: left;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-left: 20px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftr_social_icon a:first-child {
  margin-left: 0;
}
.ftr_social_icon a:hover {
  background-color: #fff;
  color: #333f69;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.ftr_social_icon a:hover svg path {
  fill: #333f69;
}
.connect_with_us {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  width: 30%;
}
.connect_with_us .form-group {
  margin-bottom: 0;
}
.connect_with_us .form-control {
  background: #333f69;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  width: 270px;
  height: 45px;
  color: #fff;
  padding-right: 50px;
}
.ftr_connect_links {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  flex-wrap: wrap;
}
.ftr_connect_links h4 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  color: #ff7a2f;
}
.ftr_links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ftr_links ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  opacity: 0.7;
}
.ftr_links ul li a:hover {
  color: #2583e9;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.ftr_links_wrap {
  display: flex;
  justify-content: space-between;
  width: 70%;
}
.menu_title svg {
  display: none;
}
.video-wrapper {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  display: block;
}
.video-overlay-play-button {
  box-sizing: border-box;
  height: 15%;
  padding: 0;
  position: absolute;
  left: 12px;
  bottom: 38px;
  display: block;
  cursor: pointer;
  transition: opacity 150ms;
  border-radius: 18px;
  z-index: 999;
}
.play_button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, #000);
  transition: opacity 150ms;
}
.bg-wrap {
  position: relative;
}
.bg-wrap::after {
  content: "";
  background: #836efa;
  opacity: 0.3;
  filter: blur(87px);
  position: absolute;
  top: 37px;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-overlay-play-button:hover {
  opacity: 1;
}
.video_box {
  padding: 0;
  position: relative;
}
.name_position.center {
  position: absolute;
  display: block;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  padding: 0;
  white-space: nowrap;
}
.name_position.center h5 {
  color: #fff;
  text-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
}
.name_position.center span {
  color: #fff;
  text-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
}
.video-overlay-play-button circle {
  fill: #fff;
}
.video-overlay-play-button polygon {
  fill: #2583e9;
}
.award_main_div {
  float: left;
  width: 100%;
  display: flex;
  margin-top: 40px;
}
.award_img_div {
  float: left;
  margin-right: 10px;
}
.award_img_div img {
  width: 100px;
  max-width: 100%;
}
#get_a_free_quote .modal-dialog {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
#modal_calandry .modal-dialog {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
@media (min-width: 576px) {
  #get_a_free_quote .modal-dialog.modal-dialog-centered {
    min-height: calc(100% - (3rem * 2));
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}
.contact_modal .modal-content {
  border-radius: 0;
  border: none;
  background-color: #fff0;
  box-shadow: none;
}
.contact_modal .modal-header {
  padding: 0;
  border-bottom: none;
}
.contact_modal .modal-body {
  padding: 0;
  display: inline-block;
}
.textarea_msg textarea {
  resize: vertical;
  min-height: 100px;
  max-height: 400px;
}
.budget_select_div {
  -webkit-appearance: none;
  border: solid 1px;
  border-color: #ededed;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjYXJldC1kb3duIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2FyZXQtZG93biBmYS13LTEwIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyMCA1MTIiPjxwYXRoIGZpbGw9IiMwMDAwMDA5OSIgZD0iTTMxLjMgMTkyaDI1Ny4zYzE3LjggMCAyNi43IDIxLjUgMTQuMSAzNC4xTDE3NC4xIDM1NC44Yy03LjggNy44LTIwLjUgNy44LTI4LjMgMEwxNy4yIDIyNi4xQzQuNiAyMTMuNSAxMy41IDE5MiAzMS4zIDE5MnoiPjwvcGF0aD48L3N2Zz4=);
  padding: 9px 13px 9px;
  font-size: 14px;
  background-position-x: 95%;
  font-size: 14px;
  background-position-y: 52%;
  background-size: 9px;
  background-repeat: no-repeat;
  z-index: 99;
  font-weight: 400;
  color: #828282;
  border-radius: 4px;
  height: inherit;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background-color: #fff0;
}
.select_wrap svg {
  position: absolute;
  display: none;
  top: 13px;
  right: 13px;
  color: rgb(0 0 0 / 0.6);
}
.browse_file {
  display: inline-block;
  width: 100%;
}
.attach_file_div {
  border: solid 1px;
  border-color: #ededed;
  width: 100%;
  padding: 7px 13px;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  border-radius: 4px;
  height: inherit;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 15px;
  margin-top: 6px;
}
.browse_file input {
  position: absolute;
  bottom: 20px;
  font-size: 0;
  outline: 0 !important;
  opacity: 0;
}
.attach_file_div img {
  max-width: 100%;
}
#get_a_free_quote.contact_modal button.close {
  border: none;
  box-shadow: none;
  background-color: #fff0;
  font-size: 16px;
  top: 20px;
  right: 20px;
}
#get_a_free_quote.contact_modal button.close {
  border: none;
  box-shadow: none;
  background-color: #fff0;
  font-size: 16px;
  top: 27px;
  right: 16px;
  position: absolute;
  z-index: 9;
  opacity: 1;
  height: auto;
  width: auto;
  left: auto;
  bottom: auto;
  padding: 8px;
  color: #fff;
  font-family: inherit;
  line-height: 14px;
  border-radius: 0;
  box-shadow: 0 0 0 0 rgb(2 2 2 / 0.23);
  text-shadow: 0 0 0 rgb(0 0 0 / 0.23);
}
.dev_team_box {
  background: linear-gradient(
      104.84deg,
      rgb(255 255 255 / 0.2) 0.32%,
      #fff0 100%
    ),
    #6058ff;
  border-radius: 8px;
  padding: 35px;
  text-align: center;
}
.dev_team_box span {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  color: #fff;
  text-transform: capitalize;
}
.develop_portfolio_main {
  background-image: url(../images/images_svg/dev_por_thire_bg_new.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  width: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.develop_portfolio_main .dev_team_box {
  background: 0 0;
  padding: 0;
  text-align: left;
  border-radius: 0;
}
.develop_portfolio_main .theme_btn {
  background: #fff;
  border: 2px solid #fff0;
  color: #000;
  margin-top: 20px;
  width: 240px;
}
.develop_portfolio_main .theme_btn img {
  filter: brightness(0.5);
}
.develop_portfolio_main .theme_btn:hover {
  background-color: #fff0;
  border: 2px solid #fff;
  color: #fff;
}
.casestudy_section_div_hire_page .element-item {
  opacity: 1;
  width: 33.33%;
}
.casestudy_section_div_hire_page .hide_filter_div {
  background-color: #fff0;
}
.casestudy_section_div_hire_page {
  background-color: #fff0;
  padding-top: 0;
}
.slider_img_div .slider_img {
  width: 50%;
  max-width: 100%;
}
.mongodbimg .slider_img {
  width: 33% !important;
}
.service_blockchain .desc_txt {
  font-size: 15px;
  line-height: 23px;
  color: rgb(59 59 59 / 0.8);
  margin: 15px 0;
}
.blockchain_bg_div {
  float: left;
  width: 100%;
  padding: 50px 0;
  color: #fff;
  background: url(../images/technology_chain_bg_new.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
}
.chain_bg_desc h2 {
  margin: 0 0 20px 0;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}
.chain_bg_desc p {
  font-size: 17px;
  line-height: 35px;
  color: #fff;
}
.block_chain_main {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.blockchain_two_box {
  width: calc(50% - 15px);
  background: #fff;
  border: 1px solid #d4d9de;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: left;
  padding: 20px 20px 10px;
}
.blockchain_two_box h2 {
  font-size: 22px;
  color: #000;
  margin: 0 0 5px 0;
  display: inline-block;
  width: 100%;
  font-weight: 700;
}
.blockchain_dev_content {
  float: left;
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blockdev_main {
  display: inline-block;
  width: 100%;
  max-width: 1428px;
}
.bg_div_chain {
  width: 100%;
  background: linear-gradient(
      104.84deg,
      rgb(255 255 255 / 0.2) 0.32%,
      #fff0 100%
    ),
    #6058ff;
  border-radius: 8px;
  color: #fff;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  float: left;
}
.bg_div_chain a {
  padding: 30px;
  display: inline-block;
}
.bg_div_chain h2 {
  font-size: 26px;
  color: #fff;
  margin: 0 0 10px 0;
  display: inline-block;
  width: 100%;
  font-weight: 700;
}
.bg_div_chain span {
  font-size: 16px;
  color: #fff;
}
.chain_dev_desc {
  width: 100%;
  text-align: left;
  float: left;
  text-align: justify;
  padding-right: 25px;
}
.chain_dev_desc span {
  font-size: 18px;
  color: #3b3b3b;
}
.blockchain_service_offer .service_block {
  width: calc(25% - 30px);
  cursor: default;
  border-radius: 20px;
}
.blockchain_service_offer .service_block span {
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  min-height: 48px;
  vertical-align: middle;
  margin: 15px 0 10px;
}
.blockchain_service_offer .service_block_child {
  padding: 25px 12px;
  background: linear-gradient(0deg, #fff, #fff), #ffffff;
  -webkit-box-shadow: 0 10px 20px 3px rgb(0 0 0 / 0.2);
  box-shadow: 0 10px 20px 3px rgb(0 0 0 / 0.2);
  -moz-box-shadow: 0 10px 20px 3px rgb(0 0 0 / 0.2);
  cursor: default;
}
.service_trustable_main {
  float: left;
  width: 100%;
  padding: 50px 0;
  background-color: #f3fafd;
  margin-bottom: 50px;
}
.service_trustable_main .trustable_client_div {
  margin: 0;
}
.service_trustable_main .trust_client_child {
  margin-bottom: 0;
}
.service_theme_btn {
  width: auto !important;
  padding-left: 20px;
  padding-right: 20px;
}
.new_curve_service_bg {
  background-image: url(../images/images_svg/service_media_bgc.svg);
}
.location_div_main a {
  color: #fff;
}
.location_div_main a:hover {
  color: #2583e9;
}
.field_div.textarea_field_div {
  flex-direction: column;
}
.connect_with_us .form-group {
  position: relative;
}
.connect_submit_btn {
  position: absolute;
  top: 2px;
  left: 230px;
  padding: 10px !important;
  background-color: transparent !important;
  border: none;
  line-height: normal;
  float: left;
}
.connect_submit_btn img {
  filter: brightness(100);
}
.casestudy_section_div_service_page .element-item img {
  width: 100%;
  border-radius: 20px !important;
}
.service_blockchain {
  margin-top: 40px;
}
.slider_flex .slider_img_div:nth-child(even) {
  text-align: center;
  padding: 0 0 0 20px;
}
.bg_div_chain:hover {
  box-shadow: 0 10px 20px rgb(0 0 0 / 0.2);
  cursor: pointer;
}
.banner_slider_div.banner_slider_div_services {
  padding: 30px 0;
  margin: 0;
}
.banner_slider_div.techno_inner_banner {
  padding-bottom: 0;
}
.techno_inner_banner .slider_content_div {
  width: 60%;
}
.techno_inner_banner .slider_img_div {
  width: 40%;
}
.techno_bg_child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
}
.techno_seprate_div {
  width: 48%;
  display: flex;
  margin-top: 70px;
  flex-wrap: wrap;
  align-items: center;
}
.techno_margin_zero {
  margin-top: 0;
  background: 0 0;
}
.techno_left_img {
  width: 128px;
  height: 128px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 20px;
  justify-content: center;
}
.techno_right_content {
  padding-left: 20px;
  width: calc(100% - 148px);
}
.techno_right_content h2 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 15px;
}
.techno_right_content p {
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  text-align: left;
}
.technology_value_main {
  overflow: hidden;
  position: relative;
  background-color: #f3fafd;
  padding-top: 75px;
  float: left;
  width: 100%;
}
.techno_value_parent {
  padding: 210px 0 60px 0;
}
.techno_value_parent h2 {
  max-width: 550px;
  margin: auto;
  text-align: center;
  color: #000;
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
}
.technology_value_main .icon-list {
  width: 710px;
  height: 710px;
  position: absolute;
  margin: auto;
  bottom: -380px;
  left: 0;
  right: 0;
}
.technology_value_main .icon-list:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #2583e9;
  left: 0;
  right: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 40px;
}
.card.card_tech.mb-30.w-100.card_view {
  padding: 0;
}
.square-button img {
  width: 100px;
  border: 1px solid #2583e9;
  border-radius: 50%;
}
.major_brand_section {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.major_brand_section .services_child .desc_txt {
  text-align: center;
  width: 1050px;
  margin: auto;
  padding-bottom: 33px;
  max-width: 100%;
}
.brands_wrap {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.brand_box {
  float: left;
  height: 120px;
  width: 140px;
  padding: 0 10px;
}
.major_brand_section .brands_wrap .brand_box .service_block_child {
  background: linear-gradient(0deg, #fff, #fff), #ffffff;
  box-shadow: 0 10px 20px 1px rgb(0 0 0 / 0.2);
  border-radius: 18px;
  cursor: default;
}
.major_brand_section .brands_wrap .brand_box:last-child .service_block_child {
  background: linear-gradient(0deg, #2583e9, #2583e9), #ffffff;
  cursor: pointer;
}
.brand_box .service_iaon {
  background-color: #fff0;
  width: auto;
  padding: 0 5px;
}
.brand_box img {
  max-width: 100%;
}
.solution_technology_bg {
  background: linear-gradient(0deg, #fafafa, #fafafa), #fafafa;
  padding: 50px 0 54px;
}
.solution_technology_bg .center_under_line {
  margin: 0;
  margin-bottom: 0;
  text-transform: capitalize;
}
.techno_margin_zero .blockchain_two_box {
  background: #f3fafd;
}
.option_budget {
  color: #000;
}
.img_wrap {
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
.img_wrap img {
  max-width: 100%;
}
.hidden_filter {
  display: none;
}
.casestudy_li .main_submenu_div {
  width: 320px;
}
.tech_menu_inner_div {
  float: left;
  width: 100%;
}
.cnt_main_footer_form .attach_file_div label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
.contact_link {
  cursor: pointer;
}
.theme_btn_div {
  margin-bottom: 50px !important;
}
.banner_slider_div_services .theme_btn_div {
  margin-bottom: 0px !important;
}
.video_box {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.client_box p {
  margin-top: 12px;
}
.name_position {
  padding-bottom: 20px;
}
.call_icon_fixed {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 9999;
}
.call-float-div {
  width: 310px;
  position: fixed;
  top: 100px;
  transition: all 0.3s ease-out 0s;
  z-index: 9999;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.btn {
  text-transform: uppercase;
}
.btn-call-float {
  height: 45px;
  background: #0f6ead;
  line-height: 45px;
  font-weight: 700;
  position: absolute;
  right: 100%;
  font-size: 25px;
  white-space: nowrap;
  top: 0;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-call-popup {
  position: relative;
  right: 20px;
  background-color: #fff;
  color: #0f6ead !important;
  border-radius: 0;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  padding: 0;
  float: right;
  border-radius: 50%;
  font-size: 16px;
  top: 15px;
}
.info-call {
  padding: 20px 15px;
  background-color: #0f6ead;
  color: #fff;
  width: 310px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 20px 15px;
  background-color: #0f6ead;
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.call-heading {
  padding-top: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(255 255 255 / 0.25);
  margin: 0 0 8px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.number-div {
  padding: 10px 0;
}
.text-center {
  text-align: center;
}
.info-call .phone-no {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  display: block;
  line-height: 22px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.5px;
  opacity: 1 !important;
  text-align: left;
  margin-bottom: 3px;
}
.info-call .phone-no img {
  margin-right: 5px;
}
.info-call .or-text-label {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: rgb(255 255 255 / 0.8);
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.or-text-label:after,
.or-text-label:before {
  background-color: rgb(255 255 255 / 0.15);
  position: absolute;
  top: 10px;
  content: "";
  width: 40%;
  height: 1px;
}
.or-text-label:before {
  left: 0;
}
.or-text-label:after {
  right: 0;
}
#quickCall {
  padding: 20px 0 30px 0;
}
.form-input-div {
  position: relative;
}
.txt-call-code,
.txt-call-phone {
  height: 40px !important;
  display: inline-block !important;
  padding-right: 10px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000 !important;
  border: 0;
  box-sizing: border-box !important;
  border-radius: 4px !important;
}
.txt-call-code {
  width: 75px !important;
  padding: 10px 10px 10px 25px !important;
  margin-right: 5px !important;
  position: relative !important;
}
.txt-call-code:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 8px rgb(102 175 233 / 0.6);
}
.txt-call-phone {
  width: 195px !important;
  padding-left: 10px !important;
}
.txt-call-phone:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 8px rgb(102 175 233 / 0.6);
}
.btn-gradient-yellow-purple {
  background: #f89428 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  border-radius: 30px !important;
  padding: 10px 0 !important;
  margin-top: 15px !important;
  height: auto !important;
  line-height: 1.42857143 !important;
  width: 100% !important;
  border: none !important;
}
.btn-gradient-yellow-purple:focus,
.btn-gradient-yellow-purple:hover {
  border: none !important;
  color: #f89428 !important;
  background: #fff !important;
}
.email-div {
  padding: 10px 0;
}
.info-call .email-div span.phone-no {
  width: 100%;
  padding-bottom: 5px;
  opacity: 1;
}
.info-call .email-div a.phone-no {
  width: 100%;
  opacity: 0.6;
}
ul.header_top {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
}
.nav ul.main_menu > li > a:focus,
.nav ul.main_menu > li > a:hover {
  background: transparent !important;
}
.menu_bar .navbar .megamenu span {
  display: flex;
  align-items: center;
}
ul.header_top li svg {
  width: 18px;
}
ul.header_top li {
  display: inline;
  text-align: center;
  margin: 0 auto;
}
ul.header_top li a {
  letter-spacing: 0.05em;
  color: #2f3d56;
  font-size: 15px;
  line-height: 22px;
  padding: 10px;
  font-weight: 400;
}
ul.header_top li a img {
  vertical-align: 0;
}
header.main_header ul.header_top .mobile_hide {
  padding-left: 8px;
}
.main_header {
  padding: 10px 0 5px;
  flex-direction: column;
  position: fixed;
  background-color: #fff !important;
  z-index: 99;
  padding-top: 0;
}
.pure-material-textfield-outlined > textarea {
  background-color: #fff;
}
span.custom_span_2 {
  font-size: 14px;
  line-height: 52px;
  font-weight: 400;
}
.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > textarea:focus {
  border-top-color: transparent !important;
}
.pure-material-textfield-outlined > input:focus + span .text_area_top {
  background-color: #fff !important;
}
.btm_footer {
  padding-left: 0;
}
.connect_with_us {
  width: 100% !important;
  justify-content: flex-start;
  padding-top: 42px;
}
.ftr_links_wrap {
  width: 100% !important;
}
.footer_copyright {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
}
.main_footer_div {
  padding-bottom: 0 !important;
}
ul.policy_wrap {
  list-style-type: none;
  padding: 0;
}
ul.policy_wrap li {
  float: left;
}
ul.policy_wrap li {
  float: left;
  padding: 0 20px;
  border-right: 1px solid rgb(225 225 225 / 0.5);
  line-height: normal;
}
ul.policy_wrap li a {
  font-size: 15px;
  color: #fff;
  opacity: 0.5;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  line-height: normal;
}
ul.policy_wrap li a:hover {
  text-decoration: none;
  color: #2583e9;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
ul.policy_wrap li:last-child {
  border: none;
  padding-right: 0;
}
.copyright_wrap {
  float: left;
}
.copyright_wrap span {
  font-size: 15px;
  color: #fff;
  opacity: 0.5;
  margin-right: 30px;
}
.copyright_wrap .img_wrap img {
  max-width: 100%;
}
.connect_with_us h4 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
}
.top_service_section_div {
  float: left;
  width: 100%;
  padding: 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.navbar-toggle {
  padding-left: 15px !important;
}
.main_footer_div:before {
  top: 50px;
}
.main_footer_div:before {
  content: " ";
  position: absolute;
  width: 100%;
  background-image: url(../images/footer_shedo_new.svg);
  background-size: cover;
  right: 0;
  left: 0;
  top: 6%;
  height: 760px !important;
}
.main_footer_div:before {
  top: 50px;
}
.main_footer_div:after {
  content: " ";
  position: absolute;
  width: 100%;
  background-color: #1c2649;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  height: 1200px !important;
  z-index: -1;
}
.main_footer_div {
  float: left;
  width: 100%;
  padding: 85px 0;
  background-image: url(../images/footer.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
  margin-top: 15px;
}
footer.main_footer_div .container {
  width: 75%;
}
.modal_calandry .modal-body {
  padding: 0;
}
.modal_calandry .modal-title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  color: #000;
  margin: 0;
  text-align: center;
}
.modal_calandry .theme_btn {
  padding: 0;
  width: 150px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: 400;
}
.modal_calandry .theme_btn:active,
.modal_calandry .theme_btn:focus,
.modal_calandry .theme_btn:hover {
  color: #2583e9;
  border: 2px solid #2583e9;
  background: #fff;
}
.modal_calandry .cls-btn {
  border: none;
  box-shadow: none;
  background-color: #fff0;
  font-size: 28px;
  top: 20px;
  right: 20px;
  position: absolute;
  z-index: 9;
  opacity: 1;
  height: auto;
  width: auto;
  left: auto;
  bottom: auto;
  padding: 8px;
  color: #000;
  line-height: 14px;
  border-radius: 0;
  box-shadow: 0 0 0 0 rgb(2 2 2 / 0.23);
  text-shadow: 0 0 0 rgb(0 0 0 / 0.23);
  font-weight: 100;
}
.modal_calandry .modal-dialog {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
ul.header_top li:last-child {
  white-space: nowrap;
}
.call_api.submit_newslater {
  padding: 10px !important;
  height: auto !important;
  display: flex;
  align-items: center;
  padding: 0px !important;
  top: 3px;
  bottom: 0;
}
.cookie_section {
  padding: 10px;
  color: #fff;
  background-color: #1c2649;
  display: block;
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 9999999;
  font-size: 13px;
  line-height: 20px;
  left: 0;
  text-align: center;
  bottom: 0;
}
.cookie_section a {
  font-family: sans-serif;
  line-height: 18px;
  padding: 2px 12px;
  background: linear-gradient(to bottom, #fefefe, #f4f4f4) repeat scroll 0 0
    #f3f3f3;
  border-color: #bbb;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  -moz-box-sizing: border-box;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  margin-left: 10px;
}
.contact_link a {
  animation: pulse 2s infinite !important;
  background-color: #007aff;
  position: relative;
  width: 280px;
  border: 2px solid #fff0;
}
.name_position.center span {
  display: block;
}
.class_desktop_hide {
  display: none;
}
.pure-material-textfield-outlined > textarea + span::after {
  border-top-color: #ccc;
}
.no_padding {
  padding: 0;
}
.option_budget {
  color: #000;
}
.contact_modal button.close {
  position: absolute;
  z-index: 9;
  opacity: 1;
  height: auto;
  width: auto;
  left: auto;
  right: 8px;
  bottom: auto;
  top: 10px;
  padding: 8px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  border: 1px none #fff;
  border-radius: 0;
  box-shadow: 0 0 0 0 rgb(2 2 2 / 23%);
  text-shadow: 0 0 0 rgb(0 0 0 / 23%);
  background-color: #0f6ead;
}
header.main_header.header ul.header_top li > a {
  display: inline-flex;
  align-items: center;
  min-height: auto;
}
header.main_header.header ul.header_top li > a > img[alt="india_flag"],
header.main_header.header ul.header_top li > a > img[alt="usa_flag"] {
  min-height: 12px;
}
header.main_header.header ul.header_top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 0;
  border-bottom: 1px solid #e4e5e5;
  display: inline-flex;
  padding: 0 12px;
}
header.main_header.header ul.header_top li {
  margin: inherit;
}
img.mobile_hide_banner {
  display: block !important;
}
p.sticky span {
  font-family: Caveat;
  font-weight: 700;
  font-size: 22px;
  padding: 0 15px;
}
p.sticky {
  background: linear-gradient(90deg, #000, #ae6f2f, #000);
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  background-size: 80%;
  animation: shine 5s linear infinite;
  opacity: 0.9;
  white-space: nowrap;
}
.sticky {
  position: -webkit-sticky;
  top: 0;
  color: #ff7a2f;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 3px;
}
.cloud_nav_tab .cloud_tabs li a:hover {
  color: #fff;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  p.sticky span {
    font-size: 17px;
    padding: 0 5px !important;
  }
  .w__100 {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .box-info_main {
    width: 33.33%;
  }
  h2.primary_grident {
    margin: 0 0 10px !important;
    line-height: 42px !important;
  }
}
.tag-line {
  padding: 3px 6px;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  opacity: 1 !important;
  animation: color-animation 2s infinite !important;
  margin-left: 3px;
}
.ftr_links ul li.hire_tag a {
  opacity: 1;
}
.ftr_links ul li.hire_tag a span {
  opacity: 0.7;
}
.ftr_links ul li.hire_tag a:hover .tag-line {
  color: #fff;
}
.modal_calandry .modal-dialog {
  margin: auto;
}
.major_brand_section .center_under_line span {
  font-weight: 500;
}
.banner_slider_div.techno_inner_banner.banner_slider_div_services {
  margin-top: 80px !important;
}
span.d-block {
  display: block;
}
.sub_popup .videomainti {
  font-size: 20px;
}
.sub_popup .modal-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 0;
  padding-bottom: 0;
}
.sub_popup .modal-header .close {
  margin-top: -2px;
  margin-left: auto;
}
.play_button {
  border-radius: 18px;
}
.play_button img {
  border-radius: 18px;
}
.play_button img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
header.main_header.header ul.header_top li > a span {
  padding-left: 8px;
}
.multi-add-wrap {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 2px #eee;
  display: inline-block;
  padding-right: 15px;
}
.cmn_question ul {
  list-style-type: none;
  text-align: left !important;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
}
@media (min-width: 569px) and (max-width: 991px) {
  .connect_with_us div#emptyemailMessage {
    max-width: 300px;
    text-align: left;
    margin: 0 auto;
    margin-top: 2px;
  }
}
@media screen and (max-width: 568px) {
  .connect_with_us div#emptyemailMessage {
    max-width: 100%;
    text-align: left;
    margin-top: 2px;
  }
}
.cookie_section {
  padding: 10px;
  color: #fff;
  background-color: #1c2649;
  display: block;
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 9999999;
  font-size: 13px;
  line-height: 20px;
  left: 0;
  text-align: center;
  bottom: 0;
}
.cookie_section a {
  font-family: sans-serif;
  line-height: 18px;
  padding: 2px 12px;
  background: linear-gradient(to bottom, #fefefe, #f4f4f4) repeat scroll 0 0
    #f3f3f3;
  border-color: #bbb;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  -moz-box-sizing: border-box;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  margin-left: 10px;
}
.mobile_view {
  display: none;
}
.newsletter_wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.service_li .service_submenu {
  padding-right: 10px;
}
.major_brand_section .service_iaon.full_width {
  width: 100%;
}
.center_under_line {
  font-size: 40px;
  line-height: 51px;
  color: #2f3d56;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  text-align: center;
}
.new_frequent_question {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  padding-bottom: 20px;
}
.pb_0 {
  padding-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.new_frequent_question .panel {
  box-shadow: none;
  border: none;
  border-top: 1px solid #c5c5c5;
  border-radius: 0 !important;
  background-color: #fff0;
  margin-bottom: 0 !important;
}
.new_frequent_question .panel-default > .panel-heading {
  border: none;
  background-color: #fff0;
}
.panel-default > .panel-heading {
  color: #333;
}
.new_frequent_question .cmn_question h4 {
  font-size: 22px;
  line-height: 25px;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
.cmn_question h4 a {
  display: inline-block;
  width: 100%;
  padding: 10px 15px 10px 0;
  cursor: pointer;
  text-align: left;
  position: relative;
  font-weight: 600;
}
.cmn_question h4 a:after {
  content: " ";
  position: absolute;
  width: 25px;
  height: 25px;
  right: 10px;
  background-image: url(../images/minus_icon.webp);
  background-size: 25px;
  top: 10px;
}

.cmn_question h4 a.collapsed:after {
  background-image: url(../images/plus_icon.webp);
}
.new_frequent_question .cmn_question .panel-body p {
  font-size: 18px;
  color: #707070;
  margin-bottom: 0;
  text-align: left;
}
.new_frequent_question
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border: none;
  padding: 0 15px 15px;
}
.panel-group .panel-default.cmn_question:last-child {
  border-bottom: 1px solid #c5c5c5;
}
.center_under_line:after {
  content: "";
  height: 2px;
  width: 75px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: 0 auto;
  background-color: #146fac;
}
.faq_secwrap {
  clear: both;
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}
.panel-title > a {
  color: inherit;
}
.panel-heading {
  padding: 10px 15px;
}
.services_child.margin_title_top {
  margin-top: 50px;
}
.card_tech .card-header {
  padding: 30px 30px 20px;
  border-bottom: 1px solid #cfd3de;
}
.icon-flutter {
  background: #e6f1fb;
}
.icon-50 {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.icon-50 + .media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
.icon-50 + .media-body p {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #2f3d56;
}
.card_tech .card-body {
  padding: 10px;
}
.border-right-light {
  border-right: 1px solid #cfd3de;
}
.list_wrap > div > div {
  font-size: 15px;
  line-height: 30px;
}
.line-box {
  padding: 10px 0;
  height: 90%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.line-box h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #2f3d56;
  margin-top: 0;
}
.card.card_tech.mb-30.w-100.card_view {
  background: #fff;
  box-shadow: 0 6px 14px -6px rgb(24 39 75 / 0.12),
    0 10px 32px -4px rgb(24 39 75 / 0.1);
  border-radius: 8px;
  border: none;
}
.cloud_inner_height.active .cloud_card {
  background: #fff;
  box-shadow: 0 8px 18px rgb(24 39 75 / 0.12), 0 12px 42px rgb(24 39 75 / 0.12);
  border-radius: 14px;
  padding: 30px 20px;
  max-width: 100%;
  width: 100%;
  transition: 0.6s;
}
.cloud_card {
  padding: 0 20px;
  cursor: pointer;
}
.cloud_card h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #3b3b3b;
  padding-bottom: 15px;
  margin: 0;
  text-align: left;
}
.cloud_card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3b3b3b;
  text-align: left;
}
.equal_height_top .inner_height .cloud_card {
  height: auto;
}
.cloud_inner_height {
  display: flex;
  height: auto;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.cloud_card_info {
  background: #eff6ff;
  border-radius: 14px;
  padding: 55px 50px;
}
.cloud_card_inner h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #3b3b3b;
  text-align: left;
  margin: 0;
  padding-bottom: 12px;
}
.cloud_card_inner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #3b3b3b;
  text-align: left;
  margin: 0;
}
.mb_35 {
  margin-bottom: 35px;
}
.cloud_tab_wrap .cloud_inner_height {
  display: none;
}
.cloud_tab_wrap .cloud_inner_height.show {
  display: block;
}
.row.section_margin_small .equal_height_top .cloud_inner_height .cloud_card p {
  display: none;
}
.row.section_margin_small
  .equal_height_top
  .cloud_inner_height.active
  .cloud_card
  p {
  display: block;
}
.responsive_view {
  display: none;
}
.cloud_card_swap {
  height: 200px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s ease-in-out;
  cursor: pointer;
  border-radius: 8px;
}
.cloud_card_swap .FlipBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
  transform-style: preserve-3d;
  border-radius: 8px;
}
.cloud_card_swap .card-front,
.cloud_card_swap .card-back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #f6f6f6;
  padding: 0 10px;
}
.cloud_card_swap .card-back {
  background: #fff;
  color: #3b3b3b;
  box-shadow: 0 8px 18px rgb(24 39 75 / 0.12), 0 12px 42px rgb(24 39 75 / 0.12);
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  border-bottom: 5px solid #2583e9;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 30px 25px;
  overflow-y: auto;
}
.cloud_card_swap:hover .FlipBox {
  transform: rotateY(180deg);
}
.cloud_card_swap:hover {
  transform: translateY(-3px);
  z-index: 2;
}
.cloud_nav_tab ul {
  display: flex;
  justify-content: center;
  align-items: baseline;
  list-style-type: none;
  column-gap: 20px;
}
.cloud_nav_tab ul li a {
  padding: 14px 73px;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border: 1px solid #2583e9;
  border-radius: 100px;
  color: #3b3b3b;
}
.cloud_nav_tab .nav-tabs {
  border: none;
}
.cloud_nav_tab.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #2583e9;
}
.cloud_nav_tab .cloud_tabs li.active a {
  cursor: pointer;
  border: 1px solid #2583e9;
  border-bottom: 1px solid #2583e9;
  background: #2583e9;
  color: #fff !important;
  border-radius: 100px;
}
.cloud_tab {
  background: #fff;
  box-shadow: 0 8px 18px rgb(24 39 75 / 0.12), 0 12px 42px rgb(24 39 75 / 0.12);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cloud_tab_wrap_main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px;
  padding-top: 80px;
}
.tab_panel_inner h6 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #3b3b3b;
  margin: 0;
  text-align: left;
  padding-bottom: 25px;
}
.tab_panel_inner {
  padding: 0 50px 30px;
}
.tab_panel_inner p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #3b3b3b;
  margin: 0;
  text-align: left;
  padding-bottom: 50px;
}
.tab_panel_inner img {
  display: flex;
  align-items: start;
  justify-content: left;
  max-width: 100%;
}
.cloud_tab_wrap .cloud_left-side {
  display: none !important;
}
.cloud_tab_wrap .cloud_left-side.show {
  display: block !important;
}
.cloud_tab_wrap .cloud_left-side.active {
  display: block !important;
}
.cloud_inner_height.active {
  display: block !important;
}
.main_header .container {
  width: 100%;
}
@media (min-width: 1025px) {
  .menu_bar .navbar-nav > li {
    margin-left: 0;
    padding-left: 12px;
    display: inline-flex;
    align-items: center;
  }
  .menu_bar .navbar-nav > li a {
    position: relative;
  }
  .menu_bar .navbar-nav > li > a::after {
    content: "";
    position: absolute;
    background: rgb(255 122 47 / 0.44);
    width: 90%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
  }
  .menu_bar .navbar-nav .service_li:hover > a:after {
    transform: scaleX(1);
  }
  .menu_bar .navbar-nav .technologies_li:hover > a:after {
    transform: scaleX(1);
  }
  .menu_bar .navbar-nav .about_li:hover > a:after {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 1950px) {
  .slider_content_div h1 {
    font-size: 34px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1850px) {
  .menu_bar ul li a {
    padding: 10px 8px;
  }
}
@media screen and (max-width: 1700px) {
  .ftr_connect_links h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1700px) {
  footer.main_footer_div .container {
    width: 80%;
  }
  .container {
    width: 80%;
  }
  .main_header .container {
    width: 80%;
  }
  .banner_slider_div .container {
    width: 80%;
  }
  .slider_img_div {
    position: relative;
    width: 50%;
  }
  .slider_content_div h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .slider_content_div p {
    margin-bottom: 35px;
  }
  .casestudy_section_div .container {
    width: 80%;
  }
  .pro_tag_div span {
    float: left;
    margin-bottom: 5px;
  }
  .top_service_section_div {
    background-size: cover;
  }
  .new_curve_service_bg {
    background-size: 100% 80%;
  }
  .slider_content_div h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .menu_bar ul li a {
    padding: 10px 0;
  }
  .menu_bar ul li {
    margin-left: 10px;
  }
  .connect_with_us h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1615px) {
  .connect_with_us {
    padding-top: 65px;
  }
}
@media screen and (max-width: 1540px) {
  .banner_slider_div .container {
    width: 80%;
  }
}
@media screen and (max-width: 1444px) {
  .connect_with_us {
    padding-top: 45px;
  }
}
@media screen and (min-width: 1340px) and (max-width: 1440px) {
  .technologies_li .main_submenu_div:before {
    left: -130px;
  }
  .service_li .main_submenu_div:before {
    left: 275px;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    width: 90% !important;
  }
  .main_header .container {
    width: 90%;
  }
  .menu_bar ul li {
    margin-left: 15px;
  }
  .banner_slider_div .container {
    width: 90%;
  }
  .slider_content_div h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .slider_content_div {
    padding-right: 30px;
    padding-left: 20px;
  }
  .slider_img_div {
    padding: 0 20px;
  }
  .casestudy_section_div .container {
    width: 90%;
  }
  .element-item {
    padding: 20px 10px;
  }
  .contact_form_main {
    margin-left: 0;
  }
  .main_footer_div .container {
    width: 90% !important;
  }
  .location_div_main {
    padding: 0 40px 0 50px;
  }
  .btm_footer {
    padding-left: 0;
  }
  .top_service_section_div {
    background-size: cover;
  }
  .new_curve_service_bg {
    background-size: 100% 75%;
  }
  .ftr_links_wrap {
    width: 60%;
  }
  .connect_with_us {
    width: 40%;
    padding-top: 42px;
  }
  .element-item h4 {
    font-size: 14px;
  }
  .pro_tag_div span {
    padding: 5px 7px;
    font-size: 9px;
  }
  .service_li .main_submenu_div:before {
    left: 265px;
  }
  .technologies_li .main_submenu_div:before {
    left: -130px;
  }
}
@media screen and (max-width: 1366px) {
  .menu_bar ul li a {
    letter-spacing: 0;
    font-size: 15px;
    padding: 10px 1px;
  }
  .menu_bar {
    padding-right: 0;
  }
  .service_li .main_submenu_div:before {
    left: 282px;
  }
  .technologies_li .main_submenu_div:before {
    left: -105px;
  }
}
@media screen and (max-width: 1300px) {
  .technologies_li .main_submenu_div:before {
    left: -210px;
  }
  .service_li .main_submenu_div:before {
    left: 213px;
  }
  .ftr_links_wrap {
    width: 100% !important;
  }
  .connect_with_us {
    width: 100% !important;
    justify-content: center;
  }
  .connect_with_us {
    width: 100%;
  }
  .newsletter_wrap {
    position: relative;
    width: 280px;
  }
}
@media screen and (max-width: 1350px) {
  .technologies_li .main_submenu_div:before {
    left: -129px;
  }
  .service_li .main_submenu_div:before {
    left: 239px;
  }
}
@media screen and (max-width: 1300px) {
  .technologies_li .main_submenu_div:before {
    left: -178px;
  }
}
@media screen and (max-width: 1250px) {
  .technologies_li .main_submenu_div:before {
    left: -230px;
  }
  .service_li .main_submenu_div:before {
    left: 230px;
  }
  .white-card .card-body ul li {
    width: 50% !important;
  }
  .full_w_100 .card-body ul li {
    width: 100% !important;
  }
}
@media screen and (max-width: 1200px) {
  .left_info_section {
    padding: 30px !important;
  }
  h2.primary_grident span {
    display: inline !important;
  }
  .main_logo img {
    width: 150px;
  }
  .menu_bar ul li {
    margin-left: 10px;
  }
  .menu_bar ul li.contact_link a {
    width: 135px;
  }
  .banner_slider_div {
    margin-top: 0;
  }
  .slider_content_div h1 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  header.main_header.header ul.header_top li > a span {
    font-size: 13px !important;
  }
  .slider_content_div p {
    margin-bottom: 25px;
  }
  .element-item {
    min-height: 330px;
  }
  .it_img_div img {
    max-width: 100%;
  }
  .it_service_child {
    padding-bottom: 20px;
  }
  .trust_logo img {
    max-width: 100%;
  }
  .trust_client_child {
    margin-bottom: 20px;
  }
  .media_logo {
    padding: 10px;
  }
  .media_logo img {
    max-width: 100%;
  }
  .video-overlay-play-button {
    height: 15%;
    bottom: 24px;
  }
  .name_position.center {
    width: 100%;
  }
  .quote_span {
    font-size: 40px;
    line-height: 40px;
  }
  .testi_client_content {
    padding-left: 0;
  }
  .client_box {
    padding: 20px;
  }
  .client_box p {
    margin: 10px 0;
  }
  .video_box {
    padding: 0;
  }
  #get_a_free_quote .modal-dialog {
    width: 1024px;
  }
  .blockchain_bg_div {
    margin-bottom: 40px;
  }
  .center_under_line {
    font-size: 30px;
    line-height: 40px;
  }
  .blockchain_service_offer .service_block {
    width: calc(25% - 15px);
  }
  .blockchain_service_offer .service_block span {
    font-size: 16px;
    line-height: 20px;
  }
  .blockchain_service_offer .service_block_child {
    padding: 25px 12px 15px;
  }
  .service_block_main {
    margin: 40px 0 0;
  }
  .service_li .main_submenu_div:before {
    left: 285px;
  }
  .technologies_li .main_submenu_div:before {
    left: -120px;
  }
  .technology_inner_bg_main {
    margin-bottom: 0;
  }
  .brand_box {
    width: calc(25% - 30px);
    margin-bottom: 30px;
  }
  .major_brand_section .services_child .desc_txt br {
    display: none;
  }
  .major_brand_section {
    padding: 50px 0 40px;
  }
  .connect_with_us {
    padding-top: 30px;
  }
  .brands_wrap {
    justify-content: center;
  }
  .brands_wrap .brand_box {
    padding: 0 10px;
  }
  .media_section_main .media_logo:last-child,
  .media_section_main .media_logo:nth-child(13n),
  .media_section_main .media_logo:nth-child(14n),
  .media_section_main .media_logo:nth-child(15n),
  .media_section_main .media_logo:nth-child(16n),
  .media_section_main .media_logo:nth-child(17n) {
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
  }
  .info_banner_image {
    background-repeat: no-repeat !important;
    max-height: 600px;
    background-size: cover !important;
    background-position: left center !important;
    left: 0px !important;
    top: 100px;
  }
  h1.primary_grident.wp_primary {
    font-size: 38px !important;
    line-height: 43px !important;
    margin: 0 0 25px !important;
  }
}
@media only screen and (max-width: 1120px) {
  .technologies_li .main_submenu_div:before {
    left: -220px;
  }
  .service_li .main_submenu_div:before {
    left: 230px;
  }
  .menu_bar ul li a {
    padding: 10px 3px;
  }
  .navbar-collapse.collapse {
    padding-left: 15px;
  }
  .media_section_main .media_logo:last-child,
  .media_section_main .media_logo:nth-child(13n),
  .media_section_main .media_logo:nth-child(14n),
  .media_section_main .media_logo:nth-child(15n),
  .media_section_main .media_logo:nth-child(16n),
  .media_section_main .media_logo:nth-child(17n) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 1055px) {
  #get_a_free_quote .modal-dialog {
    width: 980px;
  }
  .service_li .main_submenu_div:before {
    left: 210px;
  }
  .technologies_li .main_submenu_div:before {
    left: -260px;
  }
}
@media screen and (max-width: 1280px) {
  .ftr_links {
    width: 40%;
    padding-right: 40px;
  }
  .ftr_links ul li a {
    font-size: 12px;
  }
  .ftr_connect_links h4 {
    font-size: 15px;
  }
  .service_li .main_submenu_div:before {
    left: 265px;
  }
  .technologies_li .main_submenu_div:before {
    left: -129px;
  }
  .ftr_links:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .dev_team_box span {
    font-size: 26px;
    line-height: 38px;
  }
  .menu_bar ul li .main_submenu_div .service_submenu li ul li a {
    padding: 5px 0 5px 30px !important;
  }
  .technologies_li .main_submenu_div {
    top: 0 !important;
    left: 0 !important;
  }
  .inner_scroll {
    padding: 0;
    display: block;
  }
  body.full-menu .mobile_view {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 0.4);
    z-index: 10;
  }
  body.full-menu {
    overflow: hidden;
  }
  body .navbar-collapse.in {
    display: block !important;
    overflow-y: auto;
  }
  .location_div_main {
    padding: 0 40px 0 50px;
  }
  .navbar-toggle {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    float: left;
    padding-left: 15px;
  }
  .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: auto !important;
    max-height: 500px;
  }
  .navbar-toggle {
    display: block;
  }
  .top_header_div {
    display: block;
    position: relative;
  }
  .navbar-nav > li {
    float: none;
  }
  .main_header {
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 5px 1px #ccc;
    -webkit-box-shadow: 0 0 5px 1px #ccc;
    -moz-box-shadow: 0 0 5px 1px #ccc;
    z-index: 12;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .banner_slider_div {
    margin-top: 150px !important;
  }
  .main_logo {
    width: 100%;
    text-align: center;
  }
  .navbar_toggle_wrap {
    display: block;
    position: absolute;
    top: 16px;
    right: 0;
  }
  .menu_bar ul li a {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
  }
  .navbar-nav {
    width: 100%;
    margin: 0;
  }
  .menu_bar ul li {
    margin-left: 0;
    width: 100%;
  }
  .main_submenu_div {
    position: relative;
    left: 0;
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 0;
    z-index: 1;
  }
  .menu_bar ul li.contact_link a {
    background: 0 0;
    border-radius: 0;
    color: #2f3d56;
    width: 100%;
    text-align: left;
  }
  .menu_bar ul li.contact_link:hover a {
    background-color: #fff0;
    color: #2583e9;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
  }
  .menu_bar ul li.contact_link {
    text-align: center;
  }
  .menu_bar ul li.contact_link a {
    border-bottom: none;
    background: #ff7a2f;
    color: #fff;
    width: 93%;
    margin: 10px 0;
    text-align: center;
    border-radius: 5px;
  }
  .main_header {
    padding: 0 0 10px;
  }
  .budget_select_div {
    padding: 9px 10px 9px;
  }
  .contact_form_main {
    padding: 25px;
  }
  .attach_file_div {
    padding: 7px 10px;
  }
  .pure-material-textfield-outlined > input,
  .pure-material-textfield-outlined > textarea {
    padding: 9px 10px 9px;
    font-size: 14px;
    transition: none !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .contact_modal .modal-body {
    float: left;
  }
  .service_desc p {
    font-size: 16px;
  }
  .service_rating {
    margin: 25px 0;
  }
  .media_logo {
    width: 25%;
  }
  .media_section_main .media_logo:nth-child(6n) {
    border-right: 1px solid rgb(0 0 0 / 0.1);
  }
  .media_section_main .media_logo:nth-child(4n) {
    border-right: none;
  }
  .service_submenu .parent_li_menu ul {
    display: none;
    margin: 0;
  }
  .service_submenu {
    width: 100%;
  }
  .menu_title {
    font-size: 16px;
    line-height: 26px;
    color: #2f3d56;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    padding: 5px 0 5px 15px;
  }
  .menu_bar ul li .main_submenu_div ul li a {
    font-size: 15px;
    line-height: 26px;
    color: #2f3d56;
    cursor: pointer;
    padding: 5px 0 5px 15px;
  }
  .main_submenu_div:before {
    border: none;
  }
  .menu_title svg {
    display: block;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 8px;
  }
  ul.header_top li a {
    padding: 10px 5px;
  }
  .service_li .main_submenu_div,
  .service_li:hover .main_submenu_div {
    display: none;
    position: relative;
    width: 100%;
    transform: none;
    opacity: 1;
    box-shadow: none;
    border: none;
    padding-left: 0;
    top: 0 !important;
    padding-left: 10px;
  }
  .about_li .main_submenu_div,
  .about_li:hover .main_submenu_div {
    display: none;
    position: relative;
    width: 100%;
    transform: none;
    opacity: 1;
    box-shadow: none;
    border: none;
    padding-left: 0;
    top: 0;
    padding-left: 10px;
  }
  .technologies_li .main_submenu_div,
  .technologies_li:hover .main_submenu_div {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    transform: none;
    opacity: 1;
    box-shadow: none;
    border: none;
    padding-left: 0;
    padding-left: 10px;
  }
  .megamenu_service_link {
    width: 100%;
    padding: 0;
    background-image: none;
    background-color: #fff0;
  }
  .menu_bar ul .main_submenu_div li {
    min-height: auto !important;
  }
  .menu_bar ul .main_submenu_div li svg {
    margin-left: auto;
  }
  .main_submenu_div:before {
    content: none !important;
  }
  .megamenu_link_div {
    width: 100%;
    padding: 0;
  }
  .header_service_icon {
    display: none;
  }
  .technologies_li .megamenu_link_div {
    width: 100%;
    padding: 0;
  }
  .megamenu_technologies_link {
    width: 100%;
    display: none;
  }
  .about_li .main_submenu_div {
    width: 100%;
  }
  .main_submenu_div ul {
    width: 100% !important;
    margin: 0;
  }
  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: #fff0;
  }
  .menu_title:hover {
    color: #2583e9;
  }
  .menu_bar ul li .main_submenu_div .service_submenu li ul li a {
    color: #2f3d56;
  }
  .cmn_industry_service img {
    display: none !important;
  }
  .industry_service_div {
    padding: 0;
  }
  .cmn_industry_service {
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    border: 0;
    padding: 0 25px;
  }
  .service_header_title {
    margin-bottom: 0;
  }
  .service_header_title h4 {
    font-size: 16px;
    color: #333;
    text-align: left;
  }
  .dev_team_box {
    padding: 20px;
  }
  .banner_slider_div.banner_slider_div_services {
    margin-top: 120px;
    padding-top: 50px;
  }
  .copyright_wrap span {
    font-size: 14px;
  }
  ul.policy_wrap li a {
    font-size: 14px;
  }
  ul.policy_wrap li {
    padding: 0 10px;
  }
  .develop_portfolio_main {
    background-position: -638px center;
  }
  .main_submenu_div {
    left: 0 !important;
  }
  .main_submenu_div {
    left: 0 !important;
  }
  .service_li .service_submenu {
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 991px) {
  .menu_bar ul li a {
    font-size: 15px;
    padding: 10px 3px;
  }
  .main_logo img {
    width: 150px;
  }
  .navbar-collapse.collapse {
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .brands_wrap {
    justify-content: center;
  }
  .brands_wrap .brand_box {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .banner_slider_div.techno_inner_banner.banner_slider_div_services {
    margin-top: 100px !important;
  }
  .left_info_section {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .faq_update .section_padding_small {
    padding-top: 0 !important;
  }
  h1.primary_grident.wp_primary span {
    display: inline !important;
  }
  .lg-width > div {
    width: 100%;
  }
  .res_width > div {
    width: 100%;
  }
  img {
    max-width: 100% !important;
    height: auto !important;
  }
  header.main_header.header ul.header_top li > a {
    min-height: auto;
  }
  .left_padding_zero,
  .right_padding_zero {
    padding: 0;
  }
  .main_footer_div {
    background-size: cover;
    background-image: none;
    background-color: #1c2649;
    padding-top: 40px;
  }
  .main_footer_div:before {
    background-image: none;
  }
  .slider_content_div h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .right_padding_zero {
    padding-left: 0;
  }
  .center_under_line {
    font-size: 28px;
    margin-bottom: 40px !important;
  }
  .service_block_main {
    margin: 0 0 0 !important;
  }
  .desc_txt {
    margin-bottom: 20px;
  }
  .desc_txt {
    font-size: 16px;
    line-height: 28px;
  }
  .service_block {
    width: 23%;
  }
  .service_block span {
    padding: 10px 2px;
    font-size: 16px;
  }
  .service_block_child {
    min-height: 180px;
  }
  .element-item {
    min-height: 290px;
  }
  .top_section_child .center_under_line {
    font-size: 32px;
  }
  .top_section_child
    .col-lg-12.col-md-12.col-sm-12.col-xs-12.no_padding.top_margin
    .col-lg-3.col-md-3.col-sm-6.col-xs-12 {
    padding: 15px;
  }
  .col-lg-12.col-md-12.col-sm-12.col-xs-12.no_padding.top_margin {
    margin: 10px 0;
  }
  .trustable_client_div {
    margin: 50px 0 10px;
  }
  .top_service_section_div {
    background-size: cover;
  }
  .trust_logo {
    margin-bottom: 20px;
  }
  .trust_client_child {
    margin-bottom: 15px;
  }
  .client_box {
    padding: 15px;
    margin: 5px 0;
  }
  .quote_span {
    font-size: 40px;
    line-height: 40px;
  }
  .name_position {
    padding-left: 10px;
  }
  .media_partner_div {
    margin-top: 80px;
  }
  .location_div_main {
    padding: 40px 0 0;
  }
  .btm_footer {
    margin-top: 50px;
  }
  .ftr_connect_links {
    flex-direction: column;
    margin-top: 0;
  }
  .connect_with_us {
    text-align: center;
  }
  .connect_with_us {
    width: 280px !important;
    margin: 0 auto;
    padding-top: 42px;
  }
  .ftr_links_wrap {
    width: 100%;
  }
  .element-item {
    width: 50%;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .grid {
    display: inline-table;
  }
  .media_logo {
    width: 33.33%;
  }
  .media_partner_div {
    margin-top: 50px;
  }
  .media_section_main .media_logo:nth-child(4n) {
    border-right: 1px solid rgb(0 0 0 / 0.1);
  }
  .media_section_main .media_logo:nth-child(3n) {
    border-right: none;
  }
  .main_footer_div .col-lg-6.col-md-6.col-sm-12.col-xs-12.left_padding_zero {
    padding-right: 0;
  }
  .client_box p {
    margin: 15px 0;
    padding: 0 15px;
  }
  .quote_span {
    font-size: 60px;
    line-height: 60px;
  }
  .client_box {
    padding: 30px;
  }
  .video_box {
    padding: 0;
  }
  .develop_portfolio_main {
    min-height: 260px;
  }
  #get_a_free_quote .modal-dialog {
    width: 100%;
    margin: 0;
  }
  #get_a_free_quote.contact_modal button.close {
    color: #333;
  }
  .slider_content_div p {
    font-size: 16px;
    line-height: 24px;
  }
  .slider_flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .slider_img_div {
    width: 100%;
    text-align: center;
  }
  .slider_img_div .slider_img {
    max-width: 33% !important;
    margin: 0 auto;
  }
  .slider_content_div {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  .chain_bg_desc h2 {
    font-size: 30px;
  }
  .chain_bg_desc p {
    line-height: 25px;
  }
  .blockchain_two_box h2 {
    font-size: 18px;
  }
  .service_blockchain .desc_txt {
    margin: 10px 0;
    text-align: left;
  }
  .blockchain_service_offer .service_block {
    width: 48%;
    float: left;
    margin-bottom: 20px;
  }
  .blockchain_service_offer .service_block:nth-child(odd) {
    margin-right: 10px;
  }
  .blockchain_service_offer .service_block:nth-child(even) {
    margin-left: 10px;
  }
  .testimonial_client_div {
    margin-bottom: 30px;
  }
  .techno_inner_banner .slider_content_div {
    width: 100%;
    padding: 0;
  }
  .techno_inner_banner .slider_img_div:nth-child(even) {
    width: 100%;
    padding: 0 0 0;
  }
  .service_banner_div .slider_flex h1 {
    margin-top: 10px !important;
  }
  .techno_right_content h2 {
    font-size: 18px;
    text-align: center;
  }
  .techno_seprate_div {
    margin-top: 50px;
  }
  .techno_seprate_div {
    width: 48%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .techno_right_content {
    padding: 30px 0 0;
    width: 100%;
  }
  .techno_right_content p {
    width: 100%;
    text-align: center;
  }
  .banner_slider_div.techno_inner_banner {
    padding-bottom: 30px;
  }
  .major_brand_section .brands_wrap .brand_box .service_block_child {
    min-height: auto;
  }
  .slider_content_div {
    padding: 0;
  }
  .newsletter_wrap {
    position: relative;
    width: 280px;
    margin: 0 auto;
  }
  .banner_slider_div.banner_slider_div_services {
    margin-top: 100px !important;
  }
  .ftr_links {
    width: 30%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .ftr_links_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_copyright {
    flex-direction: column;
  }
  .copyright_wrap {
    order: 2;
    text-align: center;
  }
  .copyright_wrap span {
    margin-right: 10px;
  }
  ul.policy_wrap li:last-child {
    padding-right: 10px;
  }
  .copyright_wrap .img_wrap {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  .footer_copyright {
    padding-top: 30px;
  }
  .ftr_social_icon {
    margin-top: 30px;
  }
  .ftr_social_icon a {
    margin-left: 20px;
  }
  .ftr_connect_links h4 {
    min-height: inherit;
    margin-bottom: 14px;
  }
  .ftr_links ul li a {
    font-size: 15px;
  }
  .develop_portfolio_main .theme_btn_div {
    margin-bottom: 0px !important;
  }
  .main_submenu_div {
    z-index: 99;
  }
  .budget_select_div {
    background-position-x: 98%;
  }
  .service_section_div .service_block_main {
    justify-content: center;
  }
  .solution_technology_bg {
    padding-bottom: 40px;
  }
  .attach_file_div {
    padding-right: 8px !important;
  }
  .box_inner_main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .mt-60 {
    margin-top: 0px !important;
  }
  .project_card_info {
    background: #fff;
    box-shadow: 0 10px 60px 16px rgb(0 0 0 / 4%);
    border-radius: 10px;
    width: 40.33%;
    margin: 0 20px 25px;
  }
  .white-card .ios_card_body ul li {
    width: 33.33% !important;
  }
}
@media screen and (max-width: 991px) {
  .wp_technology_banner {
    margin-top: 140px !important;
  }
  .banner_slider_div.techno_inner_banner.banner_slider_div_services {
    margin-top: 100px !important;
  }
  .ftr_links.tech_links_details {
    order: 4 !important;
    width: 50% !important;
  }
  .company_links_details {
    width: 50% !important;
    order: 5 !important;
  }
  .company_links_details ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .tech_links_details ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .d-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  h1.primary_grident.wp_primary {
    font-size: 35px !important;
    line-height: 45px !important;
    margin: 0 0 15px !important;
    text-align: center !important;
  }
  .bg-wrap::after {
    content: "";
    background: #836efa;
    opacity: 0.3;
    filter: blur(131px);
    position: absolute;
    top: -99px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .wp_technology_banner {
    margin-top: 110px !important;
  }
  .budget_select_div {
    background-position-x: 95%;
  }
  .map_heading h3 {
    padding: 10px 0 10px !important;
  }
  ul.header_top li a img {
    padding-right: 0;
    margin-left: 5px;
  }
  .row.section_margin_small .equal_height_top {
    margin-inline: -15px !important;
  }
  header.main_header.header ul.header_top li > a > img[alt="india_flag"],
  header.main_header.header ul.header_top li > a > img[alt="usa_flag"] {
    width: 18px;
  }
  .banner_slider_div.techno_inner_banner.banner_slider_div_services {
    margin-top: 100px !important;
    padding-top: 0;
  }
  .connect_with_us h4 {
    text-align: center;
  }
  header.main_header.header ul.header_top {
    padding-bottom: 5px;
  }
  .class_desktop_hide {
    display: inline-block;
    color: #2583e9;
  }
  .modal_calandry .modal-title {
    font-size: 20px;
  }
  .major_brand_section {
    padding: 30px 0;
  }
  .media_partner_div {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .slider_flex .slider_img_div:nth-child(even) {
    padding: 20px 0 0;
  }
  .slider_content_div {
    padding: 0;
  }
  .banner_slider_div {
    margin-top: 0px !important;
  }
  .slider_flex {
    flex-direction: column-reverse;
  }
  .slider_content_div {
    width: 100%;
    padding-right: 0;
  }
  .slider_img_div {
    width: 100%;
  }
  .slider_content_div h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .slider_content_div p {
    font-size: 16px;
    line-height: 28px;
  }
  .theme_btn {
    width: 200px;
    height: 48px;
    line-height: 44px;
    font-size: 18px;
    margin: auto;
  }
  .theme_btn img {
    margin-left: 10px;
  }
  .center_under_line {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .service_block_main {
    flex-wrap: wrap;
    margin: 0;
  }
  .service_block {
    width: 48%;
    margin-bottom: 20px;
  }
  .trust_client_child {
    flex-wrap: wrap;
  }
  .trust_logo {
    width: 48%;
  }
  .media_logo {
    width: 50%;
  }
  .media_section_main .media_logo:nth-child(3n) {
    border-right: 1px solid rgb(0 0 0 / 0.1);
  }
  .media_section_main .media_logo:nth-child(2n) {
    border-right: none;
  }
  .ftr_social_icon {
    margin-left: 0;
    margin-top: 20px;
  }
  .ftr_social_icon a:first-child {
    margin-left: 0;
  }
  .ftr_links_wrap {
    flex-wrap: wrap;
  }
  .ftr_links {
    width: 18%;
    margin-bottom: 20px;
  }
  .address_div_child {
    margin-top: 40px;
  }
  .contact_space {
    margin-top: 40px;
  }
  .btm_footer {
    margin-top: 0;
  }
  .ftr_connect_links {
    margin-top: 40px;
  }
  .element-item {
    width: 100%;
    position: relative !important;
    top: 0 !important;
  }
  .element-item img {
    text-align: center;
  }
  .element-item h4 {
    text-align: center;
  }
  .pro_tag_div {
    display: flex;
    justify-content: center;
  }
  .grid {
    display: inline-table;
  }
  .top_section_child .center_under_line {
    line-height: 41px;
    font-size: 22px;
  }
  .col-lg-12.col-md-12.col-sm-12.col-xs-12.no_padding.top_margin {
    margin: 0;
  }
  .trustable_client_div {
    margin: 50px 0;
  }
  .main_footer_div {
    padding: 0;
  }
  .field_div .form-group {
    width: 48%;
  }
  .testimonial_client_div .desc_txt {
    width: 100%;
    margin-bottom: 0;
  }
  .testimonial_slider_div .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
  }
  .testimonial_slider_div .owl-nav button:first-child {
    margin-left: 0;
  }
  .casestudy_section_div .desc_txt {
    width: 100%;
  }
  .filters-button-group .button {
    margin: 5px;
  }
  .form_title_desc h3 {
    font-size: 22px;
    letter-spacing: normal;
  }
  .main_footer_div {
    background-size: cover;
  }
  .top_service_section_div {
    background-size: 100%;
  }
  .industries_section_div,
  .service_section_div {
    padding: 30px 0;
  }
  .top_margin {
    background-image: none;
  }
  .develop_portfolio_main .theme_btn {
    width: 200px;
    height: 42px;
    line-height: 38px;
    font-size: 14px;
  }
  .develop_portfolio_main .theme_btn img {
    width: 15px;
  }
  .dev_team_box span {
    font-size: 22px;
  }
  .develop_portfolio_main {
    min-height: 260px;
  }
  .dev_team_box {
    margin-bottom: 30px;
  }
  .develop_portfolio_main {
    min-height: 200px;
  }
  .develop_portfolio_main .dev_team_box {
    text-align: center;
  }
  .casestudy_section_div_hire_page .element-item {
    width: 50%;
  }
  .casestudy_section_div_hire_page .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .block_chain_main {
    display: inline-block;
  }
  .blockchain_two_box {
    width: 100%;
  }
  .blockchain_dev_content {
    margin-top: 0;
    display: inline-block;
  }
  .bg_div_chain {
    width: 100%;
  }
  .chain_dev_desc {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    padding-right: 0;
  }
  .blockchain_service_offer .service_block {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
  .blockchain_service_offer .service_block_child {
    padding: 25px 12px;
  }
  .blockchain_service_offer .service_block span {
    min-height: auto;
  }
  .bg_div_chain h2 {
    font-size: 22px;
  }
  .techno_seprate_div {
    width: 100%;
  }
  .techno_seprate_div {
    margin-top: 30px;
  }
  .chain_bg_desc h2 {
    font-size: 22px;
  }
  .brand_box {
    width: calc(50% - 15px);
  }
  .techno_value_parent h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .technology_value_main .icon-list {
    width: 500px;
    height: 700px;
    bottom: -420px;
  }
  .square-button img {
    width: 80px;
  }
  .techno_value_parent {
    padding: 150px 0 60px;
  }
  .slider_img_div .slider_img {
    max-width: 90%;
  }
  .center_under_line br {
    display: none;
  }
  .owl-nav {
    display: none;
  }
  .ftr_links ul {
    text-align: left;
  }
  .ftr_connect_links h4 {
    text-align: left;
  }
  .ftr_links {
    width: 44%;
  }
  .ftr_connect_links h4 {
    min-height: auto;
    margin-bottom: 14px;
  }
  .techno_inner_banner .slider_content_div {
    margin-bottom: 30px;
  }
  .center_under_line {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .services_child.margin_title_top {
    margin-top: 20px;
  }
  .new_frequent_question .cmn_question h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .new_frequent_question .cmn_question .panel-body p {
    font-size: 14px;
  }
  .faq_secwrap {
    margin-top: 20px;
  }
  .cmn_question h4 a {
    padding-right: 50px;
  }
  .laravel_equal_hight {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .service_block span {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 568px) {
  header.main_header.header ul.header_top li > a > img[alt="india_flag"],
  header.main_header.header ul.header_top li > a > img[alt="usa_flag"] {
    width: 18px;
  }
  ul.header_top li a img {
    padding-right: 0;
    margin-left: 5px;
  }
  .container {
    width: 90%;
  }
  .service_block {
    width: 100%;
  }
  .casestudy_section_div {
    padding: 0 0 40px;
  }
  .desc_txt {
    line-height: 26px;
  }
  .button-group.filters-button-group {
    margin-bottom: 10px;
  }
  .top_service_section_div {
    padding: 0 0 0;
  }
  .ftr_links {
    width: 100%;
  }
  .ftr_social_icon a {
    margin-left: 10px;
  }
  p.sticky span {
    font-size: 18px;
  }
  .field_div .form-group {
    width: 100%;
    margin-bottom: 5px;
  }
  .field_div {
    flex-wrap: wrap;
  }
  .contact_form_main .theme_btn_div {
    margin-top: 10px;
  }
  .select_wrap {
    margin-bottom: 6px;
  }
  .attach_file_div {
    margin-bottom: 6px;
  }
  .main_logo img {
    width: 140px;
  }
  .menu_bar ul li a {
    font-size: 15px;
    padding: 10px 0;
  }
  .menu_title {
    font-size: 15px;
  }
  .service_header_title h4 {
    font-size: 15px;
  }
  .menu_bar ul li .main_submenu_div ul li a {
    font-size: 14px;
  }
  .main_logo {
    padding: 0 0 0;
  }
  .client_box {
    padding: 10px;
  }
  .service_block_child {
    min-height: auto;
  }
  .contact_company {
    margin-bottom: 10px;
    width: 100%;
    float: left;
  }
  #get_a_free_quote.contact_modal button.close {
    top: 10px;
    right: 10px;
  }
  .techno_left_img {
    height: 100px;
    width: 100px;
    padding: 10px;
  }
  .technology_value_main .icon-list:before {
    top: 10px;
  }
  .techno_left_img .slider_img {
    margin: 0 auto;
  }
  .slider_content_div h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .technology_value_main .icon-list {
    width: 340px;
    height: 380px;
    bottom: -220px;
  }
  .square-button img {
    width: 50px;
  }
  .techno_value_parent h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .techno_value_parent {
    padding: 90px 0 25px;
  }
  .techno_value_parent h2 {
    min-width: 300px;
  }
  .blockchain_two_box h2 {
    font-size: 16px;
  }
  .theme_btn {
    font-size: 16px;
  }
  .img_wrap img {
    max-width: 80%;
  }
  .dev_team_box span {
    font-size: 20px;
    line-height: 1.5;
  }
  .address_div_child {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .casestudy_section_div_hire_page .element-item {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .service_theme_btn {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 370px) {
  .technology_value_main .icon-list {
    width: 280px;
    height: 360px;
    bottom: -220px;
  }
  .square-button img {
    width: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .service_block span {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
  }
  .media_section_main .media_logo:nth-child(13n),
  .media_section_main .media_logo:nth-child(14n) {
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
  }
  .development_main {
    padding: 0 15px 0 17px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .media_section_main .media_logo:nth-child(13n),
  .media_section_main .media_logo:nth-child(14n),
  .media_section_main .media_logo:nth-child(15n),
  .media_section_main .media_logo:nth-child(16n) {
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  ul.header_top li a {
    font-size: 10px;
  }
  span.mobile_hide {
    vertical-align: top;
    line-height: 15px;
  }
  ul.header_top li a img {
    vertical-align: 1px;
    padding-right: 8px;
  }
  .media_section_main .media_logo:nth-child(13n),
  .media_section_main .media_logo:nth-child(14n),
  .media_section_main .media_logo:nth-child(15n) {
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
  }
}
@media screen and (max-width: 767px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px;
  }
  .right_padding_zero {
    padding-bottom: 20px;
  }
  .main_footer_div {
    background-size: cover;
    background-position: none;
    background-image: none;
    background-color: #1c2649;
    padding-top: 40px;
  }
  .media_section_main .media_logo:nth-child(13n),
  .media_section_main .media_logo:nth-child(14n),
  .media_section_main .media_logo:nth-child(15n),
  .media_section_main .media_logo:nth-child(16n) {
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
  }
  span.mobile_hide {
    display: none;
  }
  .main_header {
    padding: 10px 0 20px;
  }
  ul.header_top li {
    margin: 0 8px 0 0;
  }
  ul.header_top {
    padding-bottom: 10px;
  }
  ul.header_top li a {
    padding: 0 10px;
    border-right: 1px solid #ccc;
  }
  ul.header_top li:last-child a {
    border-right: none;
  }
  .section-image {
    width: 100%;
    max-width: 100%;
  }
  .info_banner_image {
    width: 100% !important;
    top: 26px !important;
    border-radius: 10px;
  }
  .light-pink_background {
    padding: 35px 20px !important;
  }
  .wp_technology_banner {
    padding: 0 0 20px !important;
  }
}
@media screen and (min-width: 4000px) {
  .contact_form_main {
    margin-left: 0;
  }
}
@media screen and (min-width: 3000px) {
  .contact_form_main {
    margin-left: 0;
  }
}
@media screen and (min-width: 1899px) {
  .main_footer_div:before {
    top: 8% !important;
  }
}
@media screen and (min-width: 2270px) {
  .main_footer_div:before {
    top: 24% !important;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1366px) {
  .main_footer_div:before {
    top: 0 !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .main_footer_div:before {
    content: " ";
    position: absolute;
    width: 100%;
    background-image: url(../images/footer_shedo_new.webp);
    top: auto;
    right: 0;
    left: 0;
    top: -3% !important;
    height: 630px;
  }
}
@media screen and (max-width: 991px) and (min-width: 767px) {
  .main_footer_div:after {
    content: " ";
    position: absolute;
    width: 100%;
    background-color: #1c2649;
    top: auto !important;
    right: 0;
    left: 0;
    bottom: 0;
    height: 1747px !important;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .main_footer_div:after {
    height: auto !important;
  }
}
@media screen and (min-width: 1899px) {
  .main_footer_div:after {
    height: 1200px !important;
  }
}
@media screen and (min-width: 2270px) {
  body .main_footer_div:after {
    height: 900px !important;
  }
}
@media screen and (min-width: 2855px) {
  .main_footer_div:before {
    top: 34% !important;
  }
  body .main_footer_div:after {
    height: 850px !important;
  }
}
@media screen and (max-width: 1024px) {
  .digit_go {
    flex-direction: column-reverse;
  }
  .digit_go > div {
    width: 100%;
  }
  .menu_bar ul li .main_submenu_div .service_submenu li ul li a {
    padding: 5px 0 5px 30px !important;
  }
  .menu_bar ul li a span {
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 15px !important;
  }
  .menu_bar ul li a span svg {
    margin-left: auto;
  }
  .flag_country span {
    font-size: 16px;
  }
  .location_div_main {
    padding: 10px 10px 0 10px;
  }
  form.cnt_main_footer_form {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .banner_slider_div p {
    font-size: 14px;
  }
  .client_box p {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  ul.header_top li a {
    font-size: 13px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .wow {
    -webkit-animation-name: none !important;
    animation-name: none !important;
    animation: none !important;
    -webkit-animation: none !important;
    animation-delay: unset !important;
    -webkit-animation-delay: unset !important;
  }
  .develop_portfolio_main {
    padding: 90px 0;
  }
  .service_header_title h4 {
    font-weight: 400;
  }
  .menu_bar ul li a,
  .menu_title {
    font-weight: 400;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .wow {
    -webkit-animation-name: none !important;
    animation-name: none !important;
    visibility: visible !important;
    animation: none !important;
    -webkit-animation: none !important;
    animation-delay: unset !important;
    -webkit-animation-delay: unset !important;
  }
  .develop_portfolio_main {
    padding: 90px 0;
  }
  .service_header_title h4 {
    font-weight: 400;
  }
  .menu_bar ul li a,
  .menu_title {
    font-weight: 400;
  }
}
@media screen and (min-width: 1441px) {
  .service_li .main_submenu_div {
    position: absolute;
    left: -150px;
  }
  .service_li .main_submenu_div:before {
    left: 175px;
    margin: 0;
  }
  .technologies_li .main_submenu_div {
    position: absolute;
    left: -150px;
  }
  .technologies_li .main_submenu_div:before {
    margin: 0;
    left: 193px;
  }
}
@media screen and (max-width: 767px) {
  .sub_popup .videomainti {
    font-size: 14px;
  }
  .video-overlay-play-button {
    height: 11%;
    left: 37px;
    bottom: 21px;
  }
}
@media screen and (max-width: 340px) {
  .sub_popup .videomainti {
    font-size: 12px;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 rgb(0 0 0 / 0.8);
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px #fff0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff0;
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 rgb(0 0 0 / 0.8);
    box-shadow: 0 0 0 rgb(0 0 0 / 0.8);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px #fff0;
    box-shadow: 0 0 0 10px #fff0;
  }
  100% {
    -moz-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0;
  }
}
@keyframes shine {
  0% {
    background-position-x: -500%;
    opacity: 1;
  }
  100% {
    background-position-x: 500%;
    opacity: 1;
  }
}
@keyframes color-animation {
  0% {
    background-color: #ff7a2f;
  }
  55% {
    background-color: #2583e9;
  }
  100% {
    background-color: #ff7a2f;
  }
}
.pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > textarea {
  box-sizing: border-box;
  margin: 0;
  border: solid 1px;
  border-color: #ededed;
  border-top-color: #fff0;
  border-radius: 4px;
  padding: 9px 5px 9px 13px;
  width: 100%;
  height: inherit;
  color: #000;
  background-color: #fff0;
  box-shadow: none;
  font-size: 16px;
  caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  transition: border 0.2s, box-shadow 0.2s;
  line-height: 21px;
  font-weight: 400;
  font-style: normal;
}
.budget_select_div {
  -webkit-appearance: none;
  border: solid 1px;
  border-color: #ededed;
  width: 100%;
  padding: 9px 13px 9px;
  font-size: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  border-radius: 4px;
  height: inherit;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background-color: #fff0;
}
.budget_select_div:hover {
  border-color: #000;
}
.select_wrap {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  margin-top: 6px;
  display: inline-block;
}
.select_wrap i {
  position: absolute;
  top: 13px;
  right: 13px;
  color: rgb(0 0 0 / 0.6);
}
.budget_select_div:focus,
.budget_select_div:hover {
  outline: 0;
}
.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  width: 100%;
  max-height: 100%;
  color: #828282;
  font-size: 12px;
  line-height: 15px;
  cursor: text;
  font-weight: 400;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}
.pure-material-textfield-outlined > textarea + span .text_area_top {
  background-color: #fff;
}
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > textarea + span::after,
.pure-material-textfield-outlined > textarea + span::before {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: #ededed;
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px #fff0;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > textarea + span::before {
  margin-right: 4px;
  border-left: solid 1px #fff0;
  border-radius: 4px 0;
}
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::after {
  flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px #fff0;
  border-radius: 0 4px;
}
.pure-material-textfield-outlined:hover > input,
.pure-material-textfield-outlined:hover > textarea {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  border-top-color: #fff0;
}
.pure-material-textfield-outlined:hover > input + span::after,
.pure-material-textfield-outlined:hover > input + span::before,
.pure-material-textfield-outlined:hover > textarea + span::after,
.pure-material-textfield-outlined:hover > textarea + span::before {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}
.pure-material-textfield-outlined:hover > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover
  > textarea:not(:focus):placeholder-shown {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
  border-top-color: #ededed;
}
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined
  > textarea:not(:focus):placeholder-shown
  + span {
  font-size: 14px;
  line-height: 52px;
  font-weight: 400;
  color: #828282;
}
.pure-material-textfield-outlined
  > textarea:not(:focus):placeholder-shown
  + span
  .text_area_top {
  background-color: #fff0;
}
.pure-material-textfield-outlined
  > input:not(:focus):placeholder-shown
  + span::after,
.pure-material-textfield-outlined
  > input:not(:focus):placeholder-shown
  + span::before,
.pure-material-textfield-outlined
  > textarea:not(:focus):placeholder-shown
  + span::after,
.pure-material-textfield-outlined
  > textarea:not(:focus):placeholder-shown
  + span::before {
  border-top-color: #fff0;
}
.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > textarea:focus {
  border-color: #3395cc;
  border-top-color: #fff0;
  box-shadow: inset 1px 0 var(--pure-material-safari-helper1),
    inset -1px 0 var(--pure-material-safari-helper1),
    inset 0 -1px var(--pure-material-safari-helper1);
  outline: 0;
}
.pure-material-textfield-outlined > input:focus + span,
.pure-material-textfield-outlined > textarea:focus + span {
  color: #3395cc;
  font-size: 12px;
  font-weight: 400;
}
.pure-material-textfield-outlined > textarea:focus + span .text_area_top {
  background-color: #fff;
}
.pure-material-textfield-outlined > input:focus + span::after,
.pure-material-textfield-outlined > input:focus + span::before,
.pure-material-textfield-outlined > textarea:focus + span::after,
.pure-material-textfield-outlined > textarea:focus + span::before {
  border-top-color: var(--pure-material-safari-helper1) !important;
  box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}
.pure-material-textfield-outlined > input:disabled,
.pure-material-textfield-outlined > input:disabled + span,
.pure-material-textfield-outlined > textarea:disabled,
.pure-material-textfield-outlined > textarea:disabled + span {
  border-color: rgba(
    var(--pure-material-onsurface-rgb, 0, 0, 0),
    0.38
  ) !important;
  border-top-color: transparent !important;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  pointer-events: none;
}
.pure-material-textfield-outlined > input:disabled + span::after,
.pure-material-textfield-outlined > input:disabled + span::before,
.pure-material-textfield-outlined > textarea:disabled + span::after,
.pure-material-textfield-outlined > textarea:disabled + span::before {
  border-top-color: rgba(
    var(--pure-material-onsurface-rgb, 0, 0, 0),
    0.38
  ) !important;
}
.pure-material-textfield-outlined > input:disabled:placeholder-shown,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span {
  border-top-color: rgba(
    var(--pure-material-onsurface-rgb, 0, 0, 0),
    0.38
  ) !important;
}
.pure-material-textfield-outlined
  > input:disabled:placeholder-shown
  + span::after,
.pure-material-textfield-outlined
  > input:disabled:placeholder-shown
  + span::before,
.pure-material-textfield-outlined
  > textarea:disabled:placeholder-shown
  + span::after,
.pure-material-textfield-outlined
  > textarea:disabled:placeholder-shown
  + span::before {
  border-top-color: transparent !important;
}
.attach_file_div {
  border: solid 1px;
  border-color: #ededed;
  width: 100%;
  padding: 7px 13px;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  border-radius: 4px !important;
  height: inherit;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 6px;
}
.attach_file_div label {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
  line-height: 24px;
}
.browse_file {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.browse_file input {
  position: absolute;
  bottom: 20px;
  font-size: 0;
  outline: 0 !important;
  opacity: 0;
}
.file_name_browse {
  font-weight: 400;
  margin-top: 0;
  color: #000;
  font-size: 12px;
  position: absolute;
  text-overflow: ellipsis;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
}
.contact_form_main .theme_btn_div {
  margin-top: 15px;
}
.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > textarea:focus {
  border-top-color: transparent !important;
}
.pure-material-textfield-outlined input#phn_num_up:-webkit-autofill {
  border-top-color: transparent !important;
}
.pure-material-textfield-outlined input:-webkit-autofill,
.pure-material-textfield-outlined input:-webkit-autofill:focus,
.pure-material-textfield-outlined input:-webkit-autofill:hover,
.pure-material-textfield-outlined select:-webkit-autofill,
.pure-material-textfield-outlined select:-webkit-autofill:focus,
.pure-material-textfield-outlined select:-webkit-autofill:hover,
.pure-material-textfield-outlined textarea:-webkit-autofill,
.pure-material-textfield-outlined textarea:-webkit-autofill:focus,
.pure-material-textfield-outlined textarea:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.pure-material-textfield-outlined input.validation_new,
.pure-material-textfield-outlined textarea.validation_new {
  border-color: red !important;
  border-top-color: red !important;
}
.pure-material-textfield-outlined input.validation_new ~ span.custom_span,
.pure-material-textfield-outlined select.validation_new ~ span.custom_span,
.pure-material-textfield-outlined textarea.validation_new ~ span.custom_span {
  color: red !important;
}
.pure-material-textfield-outlined:hover input.validation_new {
  border-color: red !important;
  border-top-color: red !important;
}
.budget_select_div.validation_new {
  border-color: red !important;
}
.pure-material-textfield-outlined > input:focus + span .text_area_top {
  background-color: #fff !important;
}
.pure-material-textfield-outlined
  > input:-webkit-autofill
  + span
  .text_area_top {
  background-color: #fff !important;
}
.pure-material-textfield-outlined > input.validation_new + span .text_area_top {
  background-color: #fff !important;
}
.trial_inner
  .pure-material-textfield-outlined
  > input.validation_new
  + span
  .text_area_top {
  background-color: #1c2548 !important;
}
.pure-material-textfield-outlined > input.validation_new + span::before {
  border-top-color: red !important;
}
.pure-material-textfield-outlined > input.validation_new + span::after {
  border-top-color: red !important;
}
.pure-material-textfield-outlined
  > input.validation_new
  + span.custom_span::before {
  border-top-color: red !important;
}
.pure-material-textfield-outlined
  > textarea.validation_new
  + span.custom_span::before {
  border-top-color: red !important;
}
.pure-material-textfield-outlined
  > textarea.validation_new
  + span.custom_span::after {
  border-top-color: red !important;
}
.pure-material-textfield-outlined
  > input.validation_new
  + span.custom_span::after {
  border-top-color: red !important;
}
.pure-material-textfield-outlined
  > input:not(:focus):placeholder-shown
  + span
  .text_area_top,
.pure-material-textfield-outlined
  > textarea:not(:focus):placeholder-shown
  + span
  .text_area_top {
  background-color: transparent !important;
}
.select_wrap svg {
  width: 9px;
}
.contact_form_popup .col-xs-12 {
  float: left;
}
.contact_form_popup .col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .contact_form_popup .col-sm-12 {
    float: left;
  }
  .contact_form_popup .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .contact_form_popup .col-md-12,
  .contact_form_popup .col-md-5,
  .contact_form_popup .col-md-6,
  .contact_form_popup .col-md-7 {
    float: left;
  }
  .contact_form_popup .col-md-12 {
    width: 100%;
  }
  .contact_form_popup .col-md-7 {
    width: 58.33333333%;
  }
  .contact_form_popup .col-md-6 {
    width: 50%;
  }
  .contact_form_popup .col-md-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .contact_form_popup .col-lg-12,
  .contact_form_popup .col-lg-5,
  .contact_form_popup .col-lg-7 {
    float: left;
  }
  .contact_form_popup .col-lg-12 {
    width: 100%;
  }
  .contact_form_popup .col-lg-7 {
    width: 58.33333333%;
  }
  .contact_form_popup .col-lg-5 {
    width: 41.66666667%;
  }
}
.alert-success {
  float: left;
  margin: 15px 0 0;
}
.no_padding {
  padding: 0;
}
.budget_select_div {
  -webkit-appearance: none;
  border: solid 1px;
  border-color: #ededed;
  width: 100%;
  padding: 9px 13px 9px;
  font-size: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  border-radius: 4px;
  height: inherit;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background-color: #fff0;
}
.budget_select_div:hover {
  border-color: #000;
}
.select_wrap {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  margin-top: 6px;
  display: inline-block;
}
.budget_select_div:focus,
.budget_select_div:hover {
  outline: 0;
}
.bg_blue_div {
  background-color: #fff0;
  display: flex;
  flex-wrap: wrap;
}
aside.form_section {
  float: left;
  width: 100%;
  flex-direction: column;
  display: flex;
  height: 100%;
}
.form_section .form_heading {
  float: left;
  width: 100%;
}
.form_section .form_heading h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  color: #000;
  margin: 0;
}
.padding_left {
  padding-left: 0;
}
.padding_right {
  padding-right: 0;
}
.textarea_msg textarea {
  resize: vertical;
  min-height: 100px;
  max-height: 400px;
}
form.free_quote_form {
  float: left;
  width: 100%;
  padding: 40px 40px 20px;
}
.free_quote_form .form_heading {
  margin-bottom: 34px;
}
.contact_address_main {
  float: left;
  width: 100%;
  padding: 0 40px 30px;
  margin-top: auto;
}
.country_div {
  float: left;
  width: 100%;
  display: flex;
}
.flag_image_holder {
  float: left;
  margin-right: 15px;
}
.flag_image_holder img {
  max-width: 100%;
  width: 43px;
  margin-bottom: 10px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 0.1);
  height: 32px;
  object-fit: cover;
}
.country_name {
  float: left;
}
.country_name h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}
.full_address_div {
  float: left;
  width: 100%;
}
.full_address_div p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #000;
  margin-bottom: 0;
}
.full_address_div span {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  display: flex;
  align-items: center;
  min-height: 25px;
}
.full_address_div a img {
  width: 100%;
  margin: auto;
  display: flex;
}
.free_quote_form .contact_sbmt {
  padding: 8px 58px;
  margin-top: 6px;
  border: 1px solid #45108a;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.free_quote_form .contact_sbmt:active,
.free_quote_form .contact_sbmt:focus,
.free_quote_form .contact_sbmt:hover {
  background-color: #0f6ead !important;
  outline: 0;
}
.free_quote_form .contact_sbmt:hover {
  border: 1px solid #45108a !important;
  color: #45108a !important;
  background: #fff !important;
}
.form_section {
  background-color: #fff;
}
.free_quote_form .select_wrap {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  margin-top: 6px;
  display: inline-block;
}
.budget_select_div {
  -webkit-appearance: none;
  border: solid 1px;
  border-color: #ededed;
  width: 100%;
  padding: 9px 13px 9px;
  font-size: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  border-radius: 4px;
  height: inherit;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background-color: #fff0;
}
.select_wrap svg {
  position: absolute;
  top: 13px;
  right: 13px;
  color: rgb(0 0 0 / 0.6);
}
.browse_file {
  display: inline-block;
  width: 100%;
}
.attach_file_div {
  border: solid 1px;
  border-color: #ededed;
  width: 100%;
  padding: 7px 13px;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  border-radius: 4px;
  height: inherit;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 15px;
  margin-top: 6px;
}
.browse_file input {
  position: absolute;
  bottom: 20px;
  font-size: 0;
  outline: 0 !important;
  opacity: 0;
}
.attach_file_div img {
  max-width: 100%;
}
.free_quote_form .browse_file {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
.map_bg_main {
  float: left;
  width: 100.2%;
  background-image: url(../images/popup_bg.svg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 1px -75px !important;
  height: 535px !important;
  margin-bottom: 20px;
}
.color_orange_light {
  color: #ffbe5c !important;
}
.map_heading {
  float: left;
  width: 100%;
  padding: 0 15px !important;
  padding-left: 35px !important;
  text-align: center;
}
.map_heading h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  padding: 60px 0 20px !important;
  margin: 0;
}
.map_heading ul {
  padding: 0;
  list-style: none;
}
.map_heading ul li {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.map_heading ul li div.img {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100%;
  vertical-align: 2px;
  margin-right: 10px;
  display: inline-block;
}
.map_heading ul li div.img img {
  display: none;
}
.address_details_new {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 116px;
  margin-top: auto;
  margin-bottom: auto;
}
.bg_shadow_div {
  display: flex;
  flex-direction: column;
}
.contact_sbmt {
  background-color: #0f6ead;
  position: relative;
  color: #fff;
  width: auto;
  float: left;
  padding: 8px 55px;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  border-radius: 50px;
  font-weight: 700;
  margin-top: 20px;
  border: none;
  background: linear-gradient(
    294.61deg,
    #45108a 2.27%,
    #3d065f 29.57%,
    #10054d 101.35%
  );
}
.contact_sbmt:active,
.contact_sbmt:focus,
.contact_sbmt:hover {
  background-color: #0f6ead;
  background: linear-gradient(
    294.61deg,
    #45108a 2.27%,
    #3d065f 29.57%,
    #10054d 101.35%
  );
  color: #fff;
}
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px #fff0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.contact_wrap a {
  display: flex;
  align-items: center;
}
.contact_wrap a svg {
  margin-right: 15px;
  font-size: 18px;
  color: #106dac;
  width: 20px;
}
.contact_form_popup .contact_wrap {
  margin-bottom: 10px;
  white-space: nowrap;
  display: flex;
}
.bg_shadow_div {
  box-shadow: 0 0 10px rgb(0 0 0 / 0.06);
  background-color: #fff;
}
.contact_wrap a span {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: rgb(0 0 0 / 0.8);
}
.address_details_new {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 126px 25px;
}
.free_quote_form .pure-material-textfield-outlined.margin_bottom_8px {
  margin-bottom: 4px !important;
}
.free_quote_form .pure-material-textfield-outlined {
  margin-bottom: 10px !important;
}
.free_quote_form .alert-success {
  float: left;
  position: absolute;
  bottom: 140px;
}
.option_budget {
  color: #000;
}
.bg_white_left_aside {
  background-color: #fff;
}
.text_left {
  text-align: left !important;
}
.full_address_div a {
  margin-right: 10px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.pure-material-textfield-outlined > textarea + span::after {
  border-top-color: #ccc;
}
.contact_form_popup {
  display: inline-block;
  width: 99.9%;
  float: left;
  background-color: #fff;
}
.option_budget {
  color: #000;
}
span.d-block {
  display: block;
}
.top_headerpart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.process_one img,
.process_third img,
.process_five img {
  padding-top: 10px;
  padding-right: 57px;
}
@media screen and (max-width: 1200px) {
  .address_details_new {
    padding: 0 80px;
  }
  .map_heading h3 {
    font-size: 20px;
    padding-top: 35px !important;
  }
  .name_position.center {
    bottom: 17px;
    left: 77%;
    text-align: left;
  }
  .solution_under_space .center_under_line {
    margin-bottom: 22px;
  }
  .development_main {
    background-position: center center !important;
    padding: 0 3px 0 3px;
    font-size: 14px !important;
    min-height: 346px !important;
  }
  .develop_inner_text h5 {
    font-size: 19px !important;
    line-height: 22px !important;
  }
}
@media screen and (max-width: 1024px) {
  .budget_select_div {
    padding: 9px 10px 9px;
  }
}
@media screen and (max-width: 991px) {
  .address_details_new {
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .video-overlay-play-button {
    height: 20%;
    bottom: 20px;
  }
  .map_bg_main {
    background-size: 100%;
    background-position: 100% 100%;
    background-image: none;
    background-color: #3a065e;
    height: auto !important;
  }
  .map_heading h3 {
    padding: 25px 0 10px !important;
  }
  .address_details_new {
    margin-bottom: 20px;
  }
  .padding_left,
  .padding_right {
    padding: 0;
  }
  .contact_wrap a {
    justify-content: center;
  }
  .free_quote_form .pure-material-textfield-outlined {
    margin-bottom: 10px !important;
  }
  .contact_address_main .full_address_div {
    margin-bottom: 30px;
  }
  .free_quote_form .form_heading {
    margin-bottom: 15px;
  }
  .contact_address_main {
    padding: 0 40px 0;
  }
  form.free_quote_form {
    padding: 30px;
  }
  .map_bg_main {
    background-size: 100%;
    background-position: 100% 100%;
  }
  .contact_address_main {
    padding: 0 30px 0;
  }
  .free_quote_form .pure-material-textfield-outlined.margin_bottom_8px {
    margin-bottom: 4px !important;
  }
  .free_quote_form .alert-success {
    position: inherit;
    width: 100%;
    margin: 15px 0 0;
  }
  .develop_portfolio_main:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .develop_portfolio_main {
    position: relative;
    background-position: -435px center;
  }
  .develop_portfolio_main .container {
    position: relative;
  }
  .brands_wrap {
    justify-content: center;
  }
  .brand_box {
    padding: 0 10px;
  }
  .develop_info_box {
    flex-wrap: wrap;
  }
  .development_main {
    font-size: 14px !important;
  }
  .development_main:hover .after_img_text {
    max-width: 316px;
  }
}
@media screen and (max-width: 767px) {
  .location_div_main {
    padding: 10px 0 0 0;
  }
  .map_bg_main {
    height: 430px !important;
  }
  .map_heading {
    padding-left: 22px !important;
  }
  .address_details_new {
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .form_section .form_heading h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .map_bg_main {
    height: 300px;
  }
  .attach_file_div {
    padding-right: 8px !important;
  }
  .chain_bg_desc p {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 568px) {
  .select_wrap {
    margin-bottom: 6px;
  }
  .free_quote_form .select_wrap {
    margin-bottom: 15px;
  }
  .free_quote_form .attach_file_div {
    margin-bottom: 15px;
  }
  .attach_file_div {
    margin-bottom: 6px;
  }
  .map_heading h3 {
    font-size: 17px;
    line-height: 24px;
    padding: 60px 0 30px;
  }
}
@media only screen and (max-width: 414px) {
  .map_heading h3 {
    padding: 25px 0 10px !important;
    font-size: 15px;
    line-height: 22px;
  }
  body .map_bg_main {
    height: auto !important;
    padding: 0 10px;
  }
  .map_heading ul li {
    font-size: 14px;
  }
  .form_section .form_heading h2 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .map_heading {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1140px) {
  .contact_wrap a span {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .map_bg_main {
    background-position: center 0 !important;
  }
}
.lds-roller {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.lds-roller_parent {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.5);
  z-index: 9999;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -36ms;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -72ms;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -108ms;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -144ms;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -216ms;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -252ms;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -288ms;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1366px) and (max-height: 695px) {
  .service_li:hover .main_submenu_div {
    overflow-y: visible;
  }
  .technologies_li:hover .main_submenu_div {
    overflow-y: scroll;
  }
  .service_li .main_submenu_div {
    top: 118px;
  }
  .technologies_li .main_submenu_div {
    top: 112px;
  }
}
.menu_bar ul li a span svg {
  margin-top: 5px;
}
.social_title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
}
.ftr_social_icon {
  flex-direction: column;
}
.mt-60 {
  margin-top: 60px;
}
.white-card {
  background: #fff;
  box-shadow: 0 6px 14px -6px rgb(24 39 75 / 12%),
    0 10px 32px -4px rgb(24 39 75 / 10%);
  border-radius: 8px;
  margin-bottom: 15px;
}
.white-card .card-heading {
  padding: 15px;
  border-bottom: 1px solid #cfd3de;
}
.white-card .card-body {
  padding: 15px;
}
.white-card .card-heading h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #2f3d56;
  margin: 0;
}
.white-card .card-body ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.white-card .card-body ul li {
  width: 33.3%;
  font-weight: 500;
  font-size: 16px;
  color: #3b3b3b;
  padding-left: 15px;
  min-height: 30px;
  position: relative;
}
.white_card_wrap .card-body ul li {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #3b3b3b;
  padding-left: 15px;
  min-height: 30px;
  position: relative;
}
.white-card .card-body ul li:before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 2px solid #cfd3de;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .mt-60 {
    margin-top: 30px;
  }
  .develop_portfolio_main {
    position: relative;
    background-position: center;
  }
  .contact_form_main .theme_btn_div {
    margin-bottom: 0px !important;
  }
}
.position-relative {
  position: relative;
}
@media (max-width: 1024px) {
  .top_headerpart {
    display: block;
  }
}
@media (max-width: 991px) {
  .develop_portfolio_main .theme_btn_div {
    margin-bottom: 0px !important;
  }
  .footer_contact {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .contact_address_main .col-md-6.no_padding {
    width: 50%;
  }
  .name_position.center {
    bottom: 17px;
  }
  .development_main {
    min-height: 350px !important;
    padding: 0 44px !important;
  }
  .develop_inner_text h5 {
    font-size: 22px !important;
    line-height: 33px !important;
  }
}
@media (max-width: 567px) {
  .video-overlay-play-button {
    height: 17%;
    left: 15px;
    bottom: 23px;
  }
  .ftr_links.tech_links_details {
    width: 61% !important;
  }
  .company_links_details {
    width: 58% !important;
  }
  .company_links_details ul {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .tech_links_details ul {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .info_banner_image {
    width: 100% !important;
    top: 72px !important;
    height: 75% !important;
    border-radius: 10px;
  }
  .section-image {
    min-height: 513px !important;
  }
  .wp_technology_banner {
    min-height: 404px !important;
  }
  .wp_inner_height p {
    text-align: center;
    margin: 0 0 10px !important;
  }
  .wp_technology_banner {
    padding: 12px 0 20px !important;
  }
  h1.primary_grident.wp_primary {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .project_card_inner {
    padding: 35px 0;
  }
  .project_card_inner h6 {
    padding-top: 6px;
  }
  .project_card_info {
    width: 100%;
  }
  .accolades_section_div .owl-carousel .owl-item img {
    max-width: 100%;
    width: 205px;
    margin: auto !important;
  }
  .card-body ul.ul_main_wrap li {
    width: 100% !important;
  }
  .card.card_tech.mb-30.w-100 {
    padding: 0;
  }
  ul.ul_icon_wrap li {
    font-size: 14px !important;
  }
  .cloud_nav_tab ul li a {
    padding: 5px 20px !important;
    font-size: 14px !important;
    margin: 0 5px !important;
  }
  .cloud_nav_tab ul {
    column-gap: 0;
    row-gap: 10px;
    flex-wrap: wrap;
  }
  .cloud_tab_wrap_main {
    margin-top: 25px;
    padding-top: 20px;
  }
  .tab_panel_inner h6 {
    padding-bottom: 10px;
  }
  .tab_panel_inner p {
    padding-bottom: 15px;
  }
  .tab_panel_inner img {
    padding-bottom: 20px;
  }
  .cloud_process_div {
    width: 100% !important;
  }
  .tab_panel_inner {
    padding: 0 30px 26px !important;
  }
  .tab_panel_inner p {
    font-size: 16px !important;
    line-height: 26px !important;
    padding-bottom: 20px !important;
  }
  .cloud_tab_wrap_main {
    padding-top: 25px !important;
  }
  .cloud_background {
    padding-top: 0px !important;
  }
  .cloud_background .left_info_section {
    margin-bottom: 0;
  }
  .cloud_benefits_card h6 {
    line-height: 36px;
    padding: 0 15px;
  }
  h2.primary_grident {
    font-size: 23px !important;
    line-height: 35px !important;
    margin: 0 0 0px !important;
  }
  .main_header {
    padding: 10px 0 10px !important;
  }
  .wp_technology_banner {
    margin-top: 104px !important;
  }
  .app_box {
    display: block !important;
  }
  .line-box {
    padding: 0px !important;
  }
  .equal_height_top .inner_height {
    height: auto !important;
  }
}
@media screen and (max-width: 575px) {
  .budget_select_div {
    background-position-x: 96%;
  }
  .attach_file_div {
    padding-right: 10px !important;
  }
  .contact_address_main .col-md-6.no_padding {
    width: 100%;
  }
  ul.ul_main_wrap li {
    width: 100% !important;
  }
}
@media (max-width: 440px) {
  .section-image {
    min-height: 400px !important;
  }
  .info_banner_image {
    top: 50px !important;
  }
}
@media (max-width: 320px) {
  .video-overlay-play-button {
    height: 15%;
    left: 7px;
    bottom: 26px;
  }
  h1.primary_grident.wp_primary {
    font-size: 26px !important;
    line-height: 35px !important;
  }
  .wp_technology_banner {
    margin-top: 137px !important;
  }
  .box-android h5 {
    font-size: 14px !important;
  }
  .process_title h6 {
    white-space: wrap !important;
  }
}
.float_left {
  float: left;
  width: 100%;
}
.column_center {
  float: none;
  margin: 0 auto;
}
.banner_section {
  margin-top: 110px;
  padding: 20px 0;
}
.banner_section_laravel {
  margin-top: 80px;
}
.wp_technology_banner {
  background: url(../images/technology_banner.svg);
  position: relative;
  background-size: cover;
  min-height: 554px;
  background-position: center center;
  display: flex;
  align-items: center;
}
.technology_banner_laravel {
  background: url(../images/);
  position: relative;
  background-size: auto;
  min-height: 700px;
  background-size: 780px;
  background-position: right bottom;
  position: relative;
  background-repeat: no-repeat;
}
.technology_banner {
  background: url(../images/technology_banner.svg);
  position: relative;
  background-size: cover;
  min-height: 700px;
  background-position: center center;
}
.laravel_equal_hight {
  min-height: 670px;
}
.wp_inner_height {
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 5;
  align-items: center;
}
h1.primary_grident.wp_primary {
  font-size: 44px;
  line-height: 50px;
  margin: 0 0 25px;
}
.wp_inner_height p {
  text-align: center;
  margin: 0 0 50px;
}
.technology_banner_laravel:after {
  width: 100%;
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  background: linear-gradient(
    97.63deg,
    #fee9fc 22.51%,
    rgb(111 132 250 / 0.2) 100.23%
  );
}
p.small_p span {
  display: block !important;
}
.digit_go {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.accolades_section_div {
  float: left;
  width: 100%;
  margin: 50px 0;
}
.services_child {
  float: left;
  width: 100%;
}
.accolades_section {
  float: left;
  width: 100%;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block !important;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: #fff0;
  position: relative;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.accolades_section .item {
  text-align: center;
}
.accolades_section_div .owl-carousel .owl-item img {
  max-width: 100%;
  width: 205px;
  margin: auto;
}
.accolades_section .owl-theme .owl-dots .owl-dot.active span,
.accolades_section .owl-theme .owl-dots .owl-dot:focus span,
.accolades_section .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #146fac;
}
.accolades_section .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 1px solid #146fac;
}
.development_main {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  display: flex;
  align-items: start;
  padding: 0 20px 0 20px;
  min-height: 350px;
  -webkit-transition: background 2s !important;
}
.development_flow {
  background-image: url(../images/development_img1.svg);
}
.development_flow:hover {
  background-image: url(../images/after_img.svg);
}
.development_flow2 {
  background-image: url(../images/development_img2.svg);
}
.development_flow2:hover {
  background-image: url(../images/after_img2.svg);
}
.development_flow3 {
  background-image: url(../images/development_img3.svg);
}
.development_flow3:hover {
  background-image: url(../images/after_img3.svg);
}
.development_flow4 {
  background-image: url(../images/development_img4.svg);
}
.development_flow4:hover {
  background-image: url(../images/after_img4.svg);
}
.development_flow5 {
  background-image: url(../images/development_img5.svg);
}
.development_flow5:hover {
  background-image: url(../images/after_img5.svg);
}
.development_flow6 {
  background-image: url(../images/development_img6.svg);
}
.development_flow6:hover {
  background-image: url(../images/after_img6.svg);
}
.development_flow7 {
  background-image: url(../images/development_img7.svg);
}
.development_flow7:hover {
  background-image: url(../images/after_img7.svg);
}
.d-flex {
  display: flex;
  justify-content: center;
}
.develop_inner_text h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 39px;
  text-align: center;
  color: #2f3d56;
}
.after_img_text {
  display: none;
}
.development_main:hover h5 {
  display: none;
}
.development_main:hover .after_img_text {
  display: block;
  padding-top: 55px;
  font-size: 14px;
}
.after_img_text.pt-0 {
  padding-top: 0px !important;
}
.drive_develop_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1430px) {
  .technology_banner_laravel {
    background-size: 620px;
    background-position: right center;
  }
}
@media screen and (max-width: 1200px) {
  .technology_banner_laravel {
    background-size: 580px;
  }
  .image_box {
    padding-bottom: 15px !important;
  }
  .team-card {
    padding: 40px !important;
  }
  .white-card .ios_card_body ul li {
    width: 45%;
  }
  ul.ul_wrap li {
    padding-left: 27px !important;
  }
  ul.ul_wrap li:before {
    left: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .wp_technology_banner {
    min-height: 420px !important;
  }
  .technology_banner_laravel {
    background-size: 530px;
  }
  .row.d-flex {
    flex-direction: column;
  }
  .row.d-flex > div {
    width: 100% !important;
  }
  .laravel_logo_img {
    justify-content: center !important;
  }
}
@media screen and (max-width: 991px) {
  .technology_banner_laravel {
    background-position: center bottom;
    min-height: 870px;
  }
  .white-card .card-body ul li {
    width: 33.33% !important;
  }
  .white-card .card-body ul li.w_100 {
    width: 66.66% !important;
  }
}
@media screen and (max-width: 767px) {
  .technology_banner_laravel {
    min-height: 920px;
    background-size: 600px;
  }
  .development_main {
    min-height: 436px !important;
  }
}
@media screen and (max-width: 575px) {
  .technology_banner_laravel {
    background-position: center bottom;
    background-size: contain;
    min-height: inherit;
  }
  .laravel_equal_hight {
    min-height: inherit;
  }
  .section-image {
    min-height: 320px !important;
  }
  .laravel_equal_hight a {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.laravel_bg {
  position: relative;
}
.small_p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #3b3b3b;
}
.light-card {
  border-radius: 18px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.light-card a {
  margin-top: auto !important;
}
.img-box.small-box {
  padding: 20px 20px 0;
}
.img-box.small-box img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.light-card.light-small-box h3 {
  margin-top: 0;
}
.light-card h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #2f3d56;
  margin-top: 40px;
  margin-bottom: 15px;
}
.light-card p {
  margin-bottom: 30px;
}
.btn-outline-primary {
  margin-top: 30px;
  border: 1px solid #2583e9;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  padding: 14px 20px;
  color: #2583e9;
  margin-top: 30px;
  display: inline-block;
  transition: 0.5s ease;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 40px;
}
.btn-outline-primary:hover {
  background-color: #2583e9;
  color: #fff !important;
  transition: 0.5s ease;
}
.btn-outline-primary:focus {
  border: 1px solid #2583e9;
  color: #2583e9;
}
.technology_banner:after {
  content: " ";
  width: 50vw;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: right center;
  top: 0;
  background-image: url(../images/images_svg/bg_shape.svg);
  height: 100%;
  z-index: 1;
}
.icon-90 {
  width: 90px;
  height: 90px;
  display: inline-flex;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  background-color: rgb(253 254 255 / 50%);
}
.icon-60 {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}
h2.primary_grident span {
  display: block;
}
h1.primary_grident {
  background: linear-gradient(
    90.17deg,
    #1361f7 -2.41%,
    #7843be 60.94%,
    #c72c91 102.76%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  background-clip: text;
  margin: 30px 0 25px;
}
.max-90 {
  max-width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.mt-10 {
  margin-top: 30px;
}
h2.primary_grident {
  background: linear-gradient(
    90.17deg,
    #1361f7 -2.41%,
    #7843be 60.94%,
    #c72c91 102.76%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  background-clip: text;
  margin: 0 0 20px;
  display: inline-block;
}
h2.dark-heading {
  color: #2f3d56;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 25px;
}
h5.dark-heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #2f3d56;
  margin: da;
}
.icon-r-80 {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: #f5f5f7;
  border: 2px solid #2583e9;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.technology_banner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #3b3b3b;
  margin-bottom: 50px;
}
.technology_banner_laravel p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #3b3b3b;
  margin-bottom: 50px;
}
.dark-card {
  background: #f9f9f9;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.project_flex_info {
  display: flex;
  flex-wrap: wrap;
}
.mt-60 {
  margin-top: 60px;
}
.icon-80 {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}
.project_card_inner {
  padding: 63px 0;
}
.project_card_inner h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #2f3d56;
  padding-top: 30px;
}
.project_card_inner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #3b3b3b;
}
.project_card_info {
  background: #fff;
  box-shadow: 0 10px 60px 16px rgb(0 0 0 / 0.04);
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}
.blue-card {
  background: #2583e9;
  border: 2px solid #2583e9;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  transition: 0.5s ease;
}
.blue-card:hover {
  background: #f9f9f9;
  transition: 0.5s ease;
}
.blue-card h5 {
  color: #fff;
  transition: 0.5s ease;
}
.blue-card:hover h5 {
  color: #2583e9;
  transition: 0.5s ease;
}
.equal_height {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.equal_height_top {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.equal_height_top .inner_height {
  display: flex;
  height: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.align-center {
  align-items: center !important;
}
.btn_primary {
  background: #2583e9;
  border-radius: 5px;
  padding: 14px 20px;
  color: #fff;
  font-weight: 500;
  border: 2px solid #2583e9;
  transition: 0.5s ease;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
}
.grident-card {
  background: linear-gradient(225deg, #fffeff 0%, #e6fffe 64.41%, #fffeff 100%);
  border-radius: 32px;
  padding: 50px;
}
h2.card-heading {
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  color: #2f3d56;
  margin-bottom: 20px;
}
h2.card-heading span {
  display: block;
}
p.card_p {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
  color: #3b3b3b;
}
.btn_primary:hover {
  border: 2px solid #2583e9;
  transition: 0.5s ease;
  background-color: #fff0;
  color: #3b3b3b;
}
.section_margin {
  margin: 50px 0;
}
.section_mt_50 {
  margin-top: 50px;
}
.section_mb_50 {
  margin-bottom: 50px;
}
.section_padding {
  padding: 50px 0;
}
.section_margin_small {
  margin: 50px 0 0;
}
.section_padding_small {
  padding: 25px 0 0;
}
.box_wrap {
  background: #fff;
  display: flex;
  padding: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 6px 14px -6px rgb(24 39 75 / 0.12),
    0 10px 32px -4px rgb(24 39 75 / 0.1);
  border-radius: 8px;
}
.box-inner {
  padding: 20px 45px;
  display: flex;
  align-items: center;
  width: 25%;
  flex-direction: column;
  position: relative;
}
.box-inner:after {
  content: " ";
  width: 1px;
  height: 80%;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  background-color: #cfd3de;
}
.box-inner:last-child:after {
  display: none;
}
.box-inner .box-big {
  min-height: 40px;
  margin-bottom: 25px;
}
.box-inner .box-small {
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.box-inner p {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #3b3b3b;
}
.card {
  text-align: left;
  background: #fff;
  border: 1px solid #cfd3de;
  border-radius: 8px;
  padding: 25px 20px;
  height: 100%;
}
.card h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #2f3d56;
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 12px;
}
.card .icon-60 {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3b3b3b;
  margin-bottom: 0;
}
.remove_margin {
  margin-bottom: 38px;
}
.shedo_card {
  position: relative;
}
.shedo_card:after {
  content: " ";
  background: linear-gradient(
    90deg,
    rgb(73 190 255 / 0.3) 0%,
    rgb(200 82 255 / 0.28) 100%
  );
  mix-blend-mode: normal;
  filter: blur(73.8854px);
  width: 150px;
  height: 150px;
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.row .equal_height_top .inner_height .card.shedo_card.mb-30 {
  margin-bottom: 30px !important;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.yellow_section {
  background-color: #fdfbf4;
}
.light_blue_section {
  background-color: #f8fbff;
}
.web_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.light_pink_section {
  background-color: #fff8f8;
}
.light_sky_blue_section {
  background: #efffff;
}
.web_app_inner {
  padding: 0 38px 0 8px;
}
.light_sky_blue_section h5 {
  font-style: italic;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #3b3b3b;
}
.text_inner_link {
  text-decoration: revert;
}
.text_inner_link:hover {
  color: #2583e9;
  text-decoration: revert;
}
.text_inner_link:focus {
  color: #2583e9;
}
.wp_pink_section {
  background-color: #f2fafd;
}
.slider_card {
  padding: 15px;
  background-color: #fff;
  border-radius: 34px;
  box-shadow: 0 6px 14px -6px rgb(24 39 75 / 0.12),
    0 10px 32px -4px rgb(24 39 75 / 0.1);
  margin: 0 25px 25px;
  text-align: left;
}
.slider_card span {
  display: block;
  padding-bottom: 10px;
}
#technology_slider .owl-dots .owl-dot span {
  border: 2px solid #2583e9;
  width: 21px;
  height: 21px;
  background-color: #fff0;
}
#technology_slider .owl-dots .owl-dot.active span {
  border: 2px solid #2583e9;
  width: 21px;
  background-size: 23px;
  background-position: center center;
  height: 21px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%232583E9'/%3e%3c/svg%3e") !important;
}
.app_process {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 84px;
}
.app_process:before {
  content: " ";
  height: 2px;
  width: 81%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -37px;
  background: #f3e1ff;
}
.radius_box {
  width: 28px;
  height: 28px;
  min-width: 28px;
  font-size: 13px;
  border-radius: 100%;
  position: absolute;
  top: -50px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: 0;
  margin: auto;
  left: 0;
  background: linear-gradient(
    90.17deg,
    #1361f7 -2.41%,
    #7843be 60.94%,
    #c72c91 102.76%
  );
}
.app_box {
  width: 20%;
  padding: 0 20px;
  position: relative;
}
.app_box h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #2f3d56;
  margin-top: 18px;
  margin-bottom: 12px;
}
.app_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #3b3b3b;
}
.slider_card h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #2f3d56;
  margin-bottom: 0;
}
.slider_card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #3b3b3b;
  margin: 0;
}
.slider_card > a {
  margin-bottom: 40px;
  display: block;
}
.image_box {
  max-height: 300px;
  border-radius: 26px;
  position: relative;
}
.number-box {
  text-align: left;
  padding: 45px;
  height: 100%;
}
.padding_remove {
  padding: 0;
}
.techno-card {
  padding: 30px;
  background: #dde9ff;
  border-radius: 20px;
  height: 100%;
  text-align: left;
  width: 100%;
}
.mt-auto {
  margin: auto;
}
.team-card {
  background: #e9f1ff;
  border-radius: 20px;
  padding: 30px 50px 20px;
  height: 100%;
  text-align: left;
  width: 100%;
  font-weight: 500;
  font-size: 17px;
  color: #3b3b3b;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
ul.ul_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  margin-bottom: 20px !important;
  list-style: none;
}
ul.ul_wrap li {
  width: 50%;
  position: relative;
  padding-left: 15px;
  min-height: 30px;
}
.mb_info_50 {
  margin-bottom: 50px;
}
.ios_equal_height_top {
  justify-content: center;
}
.left_info_section h2.primary_grident {
  margin-bottom: 10px;
}
.w_res_50 {
  width: 50% !important;
}
.ios_logo_img {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
ul.ul_wrap li:before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 2px solid #3b3b3b;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: 8px;
}
ul.ul_hr_wrap li {
  width: 50%;
  position: relative;
  padding-left: 14px;
  min-height: 33px;
}
.box-1 {
  border-right: 1px solid #cfd3de;
  border-bottom: 1px solid #cfd3de;
  padding: 0;
}
.box-2 {
  border-right: 1px solid #cfd3de;
  border-bottom: 1px solid #cfd3de;
  padding: 0;
}
.box-3 {
  border-bottom: 1px solid #cfd3de;
  padding: 0;
}
.box-4 {
  border-right: 1px solid #cfd3de;
  padding: 0;
}
.box-5 {
  border-right: 1px solid #cfd3de;
  padding: 0;
}
.box-6 {
  padding: 0;
}
.box-1 h2 {
  color: #ddecd5;
}
.box-2 h2 {
  color: #fff1c6;
}
.box-3 h2 {
  color: #f2ccd7;
}
.box-4 h2 {
  color: #e0d1f2;
}
.box-5 h2 {
  color: #d1e7f2;
}
.box-6 h2 {
  color: #e9d8d4;
}
.number-box h2 {
  font-weight: 500;
  font-size: 45px;
  line-height: 54px;
  margin-top: 0;
  margin-bottom: 20px;
}
.number-box h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #2f3d56;
  margin-top: 0;
  margin-bottom: 12px;
}
.w-100 {
  width: 100%;
}
.w_100 {
  width: 100% !important;
}
.number-box p {
  font-size: 16px;
  line-height: 24px;
  color: #3b3b3b;
  margin-bottom: 0;
}
.image_box img {
  max-height: 300px;
  border-radius: 26px;
  min-height: 300px;
  object-fit: cover;
}
.image_box:after {
  content: " ";
  position: absolute;
  width: 74px;
  height: 74px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzQiIGhlaWdodD0iNzQiIHZpZXdCb3g9IjAgMCA3NCA3NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMzciIGN5PSIzNyIgcj0iMzciIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNjggMzdDNjggNTQuMTIwOCA1NC4xMjA4IDY4IDM3IDY4QzE5Ljg3OTIgNjggNiA1NC4xMjA4IDYgMzdDNiAxOS44NzkyIDE5Ljg3OTIgNiAzNyA2QzU0LjEyMDggNiA2OCAxOS44NzkyIDY4IDM3Wk01Mi4zMTE5IDM4LjMwOTZMMzAuNDEzNSA1MC45NTI3QzMwLjE4MzUgNTEuMDg0NCAyOS45MjI5IDUxLjE1MzUgMjkuNjU3OCA1MS4xNTNDMjkuMzkyNyA1MS4xNTI1IDI5LjEzMjQgNTEuMDgyNSAyOC45MDI5IDUwLjk1QzI4LjY3MzMgNTAuODE3NSAyOC40ODI1IDUwLjYyNzEgMjguMzQ5NSA1MC4zOTc3QzI4LjIxNjUgNTAuMTY4NCAyOC4xNDYgNDkuOTA4MiAyOC4xNDUgNDkuNjQzMlYyNC4zNTYxQzI4LjE0NjEgMjQuMDkxMSAyOC4yMTY3IDIzLjgzMSAyOC4zNDk4IDIzLjYwMThDMjguNDgyOCAyMy4zNzI2IDI4LjY3MzYgMjMuMTgyMiAyOC45MDMxIDIzLjA0OThDMjkuMTMyNyAyMi45MTczIDI5LjM5MyAyMi44NDc0IDI5LjY1OCAyMi44NDdDMjkuOTIzIDIyLjg0NjUgMzAuMTgzNSAyMi45MTU2IDMwLjQxMzUgMjMuMDQ3Mkw1Mi4zMTE5IDM1LjY5MThDNTIuNTQxNSAzNS44MjQ2IDUyLjczMjEgMzYuMDE1NCA1Mi44NjQ2IDM2LjI0NTJDNTIuOTk3MSAzNi40NzQ5IDUzLjA2NjkgMzYuNzM1NSA1My4wNjY5IDM3LjAwMDdDNTMuMDY2OSAzNy4yNjU5IDUyLjk5NzEgMzcuNTI2NCA1Mi44NjQ2IDM3Ljc1NjJDNTIuNzMyMSAzNy45ODU5IDUyLjU0MTUgMzguMTc2OCA1Mi4zMTE5IDM4LjMwOTZaIiBmaWxsPSIjRjI0NjQ2Ii8+Cjwvc3ZnPgo=);
  background-size: cover;
  bottom: -35px;
  background-position: center center;
  left: 20px;
}
.hide-show p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
.hide-show.show p {
  display: block;
  overflow: auto;
}
.moreless-button {
  cursor: pointer;
  display: inline-block;
  color: #2583e9;
}
.moreless-button:hover {
  color: #2583e9;
  text-decoration: none;
}
.d-none {
  display: none;
}
.show .d-none {
  display: block !important;
}
.show .d-show {
  display: none;
}
.faq_update .new_frequent_question {
  margin-top: 0;
}
.max-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.faq_update .cmn_question h4 a {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #2f3d56;
}
.faq_update .new_frequent_question .cmn_question .panel-body p {
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
}
.faq_update .new_frequent_question .panel:first-child {
  border-top: 0;
}
.cmn_question h4 a:after {
  background-size: 20px;
  top: 10px;
  background-position: center center;
  border: 1px solid #000;
  border-radius: 100%;
}
.section_bottom_padding {
  padding-bottom: 50px;
}
.light-pink_background {
  background: #ffeded;
  padding: 50px 50px;
}
.wp-pink_background {
  background: #e2f7ff;
  padding: 50px 50px;
}
.left_info_section {
  padding: 50px 50px;
}
ul.ul_wrap.mt-30.ul_hr_wrap.wp_wrap li {
  width: 100% !important;
}
.d-flex {
  display: flex;
  align-items: center;
}
.develop_info_box {
  display: flex;
  align-items: center;
  justify-content: center !important;
}
.laravel_logo_img {
  display: flex;
  justify-content: flex-end;
}
.box-grident {
  background: #fff;
  box-shadow: 0 2px 11px rgb(0 0 0 / 10%);
  border-radius: 16px;
  height: 100%;
}
.box-android {
  background: linear-gradient(
    90.17deg,
    #1361f7 -2.41%,
    #7843be 60.94%,
    #c72c91 102.76%
  );
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.box-android h5 {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 60px;
  margin: 0;
  text-align: center;
}
.box-body {
  padding: 30px;
}
ul.ul_icon_wrap {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.ul_icon_wrap li {
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #3b3b3b;
  margin-bottom: 10px;
}
ul.ul_icon_wrap li:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTEuMjUiIHN0cm9rZT0iIzI1ODNFOSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTExLjQ2OTcgMTUuODAyOUMxMS43NjI2IDE2LjA5NTggMTIuMjM3NCAxNi4wOTU4IDEyLjUzMDMgMTUuODAyOUwxNy4zMDMzIDExLjAyOTlDMTcuNTk2MiAxMC43MzcgMTcuNTk2MiAxMC4yNjIxIDE3LjMwMzMgOS45NjkyNUMxNy4wMTA0IDkuNjc2MzYgMTYuNTM1NSA5LjY3NjM2IDE2LjI0MjYgOS45NjkyNUwxMiAxNC4yMTE5TDcuNzU3MzYgOS45NjkyNUM3LjQ2NDQ3IDkuNjc2MzYgNi45ODk1OSA5LjY3NjM2IDYuNjk2NyA5Ljk2OTI1QzYuNDAzODEgMTAuMjYyMSA2LjQwMzgxIDEwLjczNyA2LjY5NjcgMTEuMDI5OUwxMS40Njk3IDE1LjgwMjlaTTExLjI1IDE0LjE4MTZWMTUuMjcyNUgxMi43NVYxNC4xODE2SDExLjI1WiIgZmlsbD0iIzI1ODNFOSIvPgo8L3N2Zz4K);
  position: absolute;
  top: 4px;
  left: 0;
  width: 19px;
  height: 19px;
  background-size: 17px;
  background-repeat: no-repeat;
}
.tab_panel_inner_img {
  display: flex;
  justify-content: end;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  ul.ul_wrap li {
    width: 100%;
  }
  .light-card {
    width: 100%;
    margin-bottom: 0;
  }
  .section_padding {
    padding: 30px 0;
  }
  .section_margin {
    margin: 30px 0;
  }
  .section_margin_small {
    margin: 20px 0 0;
  }
  .section_padding_small {
    padding: 20px 0 0;
  }
  h2.primary_grident {
    font-size: 34px;
    margin: 0 0 15px;
  }
  .box-inner {
    width: 50%;
  }
  .box-inner:nth-child(2):after {
    display: none;
  }
  p.small_p span {
    display: unset !important;
  }
  .drive_develop_flex .box-info_main:nth-child(5) {
    order: 1;
  }
  .drive_develop_flex .box-info_main:nth-child(2) {
    order: 2;
  }
  .drive_develop_flex .box-info_main:nth-child(3) {
    order: 5;
  }
  .drive_develop_flex .box-info_main:nth-child(4) {
    order: 6;
  }
  .drive_develop_flex .box-info_main:nth-child(6) {
    order: 4;
  }
  .drive_develop_flex .box-info_main:nth-child(7) {
    order: 5;
  }
  .web_app_inner {
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .testimonial_v10 .image_box img {
    object-fit: cover;
    object-position: center -150px;
  }
  .light-card p {
    margin-bottom: 20px;
  }
  .faq_update .cmn_question h4 a {
    font-size: 20px;
    line-height: 24px;
  }
  .laravel_tech_wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
  }
  .cmn_question h4 a {
    padding: 10px 35px 10px 0;
  }
  .team-card {
    padding: 30px 30px 20px;
  }
  h2.primary_grident {
    margin: 0 0 15px;
  }
  h1.primary_grident {
    margin: 0 0 15px;
  }
  .small_p {
    font-size: 15px;
    line-height: 20px;
  }
  ul.ul_icon_wrap li {
    font-size: 15px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  h1.primary_grident {
    font-size: 30px;
    line-height: 40px;
  }
  h2.primary_grident {
    font-size: 30px;
    line-height: 50px;
  }
  h1 .primary_grident .wp_primary {
    font-size: 64px !important;
    line-height: 46px;
  }
  h2.dark-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .technology_banner {
    min-height: inherit;
    margin-top: 145px;
  }
  .section_margin {
    margin: 30px 0;
  }
  .box-2,
  .box-4 {
    border-right: 0;
    border-bottom: 1px solid #cfd3de;
  }
  .box-3 {
    border-right: 1px solid #cfd3de;
  }
  .section_padding {
    padding: 30px 0;
  }
  .technology_banner p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .technology_banner_laravel p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .box-inner {
    width: 50%;
  }
  .box-inner:nth-child(2):after {
    display: none;
  }
  .section_padding_small {
    padding: 30px 0 0;
  }
  .section_margin_small {
    margin: 30px 0 0;
  }
  ul.ul_wrap li {
    width: 50%;
  }
  .image_box img {
    max-height: 330px;
  }
  .image_box {
    max-height: 320px;
  }
  .grident-card {
    padding: 30px;
  }
  .number-box {
    text-align: left;
    padding: 20px;
  }
  h2.card-heading span {
    display: inline;
  }
  .app_process:before {
    height: 81%;
    width: 2px !important;
    left: 13px;
    right: auto;
    top: 19px;
    bottom: auto;
    margin: auto;
  }
  .app_process.timeline_center:before {
    height: 81%;
    width: 2px;
    left: 227px;
  }
  .radius_box {
    right: auto;
    margin: auto;
    left: 0;
    top: 18px;
  }
  .app_box.w_auto .radius_box {
    left: 214px;
    top: 18px;
  }
  .app_box p {
    text-align: left;
  }
  .app_box {
    padding-left: 60px;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  .app_box.w_auto {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .app_process {
    margin-top: 55px;
  }
  .mt-auto {
    margin-top: auto !important;
  }
}
@media screen and (max-width: 820px) {
  header.main_header.header ul.header_top {
    padding: 0 83px !important;
  }
}
@media screen and (max-width: 768px) {
  header.main_header.header ul.header_top {
    padding: 0 24px !important;
  }
  .equal_height_top.wp_equal {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .team-card p {
    font-size: 14px;
    line-height: 18px;
  }
  .light-card p {
    margin-bottom: 10px;
  }
  .image_box img {
    max-height: 300px;
  }
  .image_box {
    max-height: 300px;
  }
  .box-inner:nth-child(2):before {
    content: " " !important;
    top: auto;
    width: 100%;
    height: 1px;
    background-color: #cfd3de;
    bottom: 0 !important;
    margin: auto !important;
    position: absolute !important;
    right: 0 !important;
    background-color: #cfd3de !important;
  }
  .remove_small_padding {
    padding: 0;
  }
  .box-inner {
    width: 100%;
  }
  .banner_section {
    padding: 40px 0 20px;
  }
  .banner_section img {
    transform: scale(0.9);
    bottom: -10px;
    position: relative;
  }
  .technology_banner {
    background-color: rgb(251 143 241 / 20%);
    background-image: none;
  }
  .technology_banner:after {
    bottom: 0;
    top: -30px;
    background-position: initial;
  }
  .btn_primary {
    font-size: 14px;
    line-height: 17px;
    padding: 10px 15px;
  }
  .box-3 {
    border-right: 0;
  }
  h2.card-heading span {
    display: inline;
  }
  .box-inner:after {
    top: auto;
    width: 100%;
    height: 1px;
    background-color: #cfd3de;
  }
  .box_wrap {
    padding: 15px;
  }
  .slider_card {
    box-shadow: 0 6px 14px -6px rgb(24 39 75 / 12%),
      0 10px 32px -4px rgb(24 39 75 / 10%);
    margin: 0 20px 20px;
  }
  #technology_slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
  }
  .left_info_section h2.primary_grident {
    margin-bottom: 0;
  }
  .image_box:after {
    width: 54px;
    height: 54px;
    background-size: cover;
    bottom: -25px;
  }
  .slider_card > a {
    margin-bottom: 30px;
  }
  .slider_card h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .slider_card p {
    font-size: 14px;
    line-height: 27px;
  }
  .shedo_card {
    position: relative;
    width: 100%;
  }
  #technology_slider .owl-dots .owl-dot.active span {
    width: 15px;
    background-size: 12px;
    background-position: center center;
    height: 15px;
  }
  .section_padding {
    padding: 30px 0;
  }
  .section_margin {
    margin: 30px 0;
  }
  .section_padding_small {
    padding: 20px 0 0;
  }
  .technology_banner {
    margin-top: 115px;
  }
  .section_margin_small {
    margin: 20px 0 0;
  }
  .app_process:before {
    height: 83%;
    width: 2px;
    left: 13px;
    right: auto;
    top: auto;
    bottom: auto;
    margin: auto;
  }
  .radius_box {
    right: auto;
    margin: auto;
    left: 0;
    top: 0;
  }
  .app_box p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }
  .app_box {
    padding-left: 60px;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  .app_process {
    margin-top: 55px;
  }
  .media {
    flex-direction: column;
  }
  .media .media-body {
    margin-left: 0;
  }
  .small_p {
    font-size: 14px;
  }
  h2.primary_grident {
    font-size: 26px;
    line-height: 46px;
    margin: 0 0 15px;
  }
  .process_title h6 {
    font-size: 16px;
    line-height: 20px;
  }
  h2.dark-heading {
    font-size: 26px;
    line-height: 34px;
  }
  .white-card .card-body ul li {
    width: 100% !important;
  }
  ul.ul_wrap {
    margin-bottom: 15px;
    margin-top: 15px !important;
  }
  ul.ul_wrap li {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
  .team-card {
    padding: 20px !important;
  }
  .techno-card {
    padding: 20px;
  }
  .dark-card {
    padding: 30px 15px;
  }
  h5.dark-heading {
    font-size: 18px;
    line-height: 25px;
  }
  .cmn_question h4 a:after {
    width: 19px;
    height: 19px;
    background-size: 14px;
  }
  .faq_update .new_frequent_question .cmn_question .panel-body p {
    font-size: 15px;
    line-height: 24px;
  }
  .faq_update .cmn_question h4 a {
    font-size: 18px;
    line-height: 24px;
  }
  .equal_height_top > div {
    width: 100%;
  }
  .blue-card {
    min-height: 160px;
  }
  .light-card h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .grident-card {
    padding: 20px;
  }
  h2.card-heading {
    font-size: 25px;
    line-height: 34px;
    margin-top: 0;
  }
  p.card_p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
  }
  .box-1 {
    border-right: 0;
  }
  .box-2 {
    border-right: 0;
  }
  .box-4 {
    border-right: 0;
    border-bottom: 1px solid #cfd3de;
  }
  .number-box {
    padding: 20px;
  }
  .box-5 {
    border-right: 0;
    border-bottom: 1px solid #cfd3de;
  }
  .img-box.small-box {
    padding: 20px 20px 0;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .btn-outline-primary {
    font-size: 14px;
    line-height: 17px;
    padding: 10px 15px;
    margin-top: 10px;
  }
  h2.card-heading span {
    display: inline;
  }
  .white-card .ios_card_body ul li {
    width: 50% !important;
  }
  .develop_info_box {
    display: block !important;
  }
  .drive_develop_flex {
    display: grid;
  }
  .drive_develop_flex .box-info_main:nth-child(5) {
    order: 1;
  }
  .drive_develop_flex .box-info_main:nth-child(2) {
    order: 2;
  }
  .drive_develop_flex .box-info_main:nth-child(3) {
    order: 5;
  }
  .drive_develop_flex .box-info_main:nth-child(4) {
    order: 6;
  }
  .drive_develop_flex .box-info_main:nth-child(6) {
    order: 4;
  }
  .drive_develop_flex .box-info_main:nth-child(7) {
    order: 5;
  }
}
@media screen and (max-width: 390px) {
  .white-card .ios_card_body ul li {
    width: 100% !important;
  }
  h2.primary_grident {
    font-size: 22px !important;
    line-height: 35px !important;
    margin: 0 0 10px !important;
  }
}
.m-auto {
  margin: 0 auto;
}
img.lazy.m-auto {
  margin: auto;
}
.justify-content-center {
  justify-content: center;
}
.nodejs_background {
  background: #eeffda;
}
.nodejs_background .left_info_section {
  background: #e5f9cd;
}
.nodejs_background .left_info_section p {
  margin-top: 20px;
}
h1.primary_grident.wp_primary {
  text-align: center;
}
.angular_background {
  background: #ffeded;
}
.angular_background .left_info_section {
  background: #ffe6e6;
}
.ci_background {
  background: #ffebe8;
}
.ci_background .left_info_section {
  background: #ffe2dd;
}
.ats_background {
  background: #fffbf8;
}
.ats_background .left_info_section {
  background: #fff2e9;
}
.helth_background {
  background: #e6f7ff;
}
.helth_background .left_info_section {
  background: #cef1ff;
}
.testimonial_v10 .image_box img {
  object-fit: cover;
  object-position: center -60px;
}
h1.primary_grident.wp_primary span {
  display: block;
}
.ecom_background {
  background: #f2f8ff;
}
.cloud_background {
  background: #fafafa;
}
.section_top_padding {
  padding-top: 40px;
}
.ecom_background .left_info_section {
  background: #deeeff;
}
.wearable_background .left_bg_color {
  background: #cce4ff;
}
.wearable_background {
  background: #daecff;
}
.title_spacing .left_info_section p {
  margin-top: 20px;
}
.justfiy_space {
  justify-content: space-evenly;
}
.justfiy_space_bottom {
  justify-content: space-between !important;
}
.justfiy_between {
  justify-content: space-between;
}
.title_process h6 {
  display: inline-block;
}
.process_title h6 {
  position: relative;
}
.order_change {
  flex-direction: row-reverse;
}
.process_title {
  margin-top: 0;
  padding-top: 84px;
}
.process_title.app_process:before {
  top: 47px;
  width: 90%;
}
.process_title.app_process.order_change:before {
  top: 45px;
}
@media screen and (min-width: 992px) {
  .process_title .app_box {
    width: 25%;
    padding: 0 15px;
  }
  .top_set:after {
    content: "";
    position: absolute;
    width: 110px;
    height: 100%;
    background-color: #fff0;
    right: -37px;
    top: 47px;
    border: 2px solid #f3e1ff;
    border-radius: 20px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .process_title h6:after {
    width: 90%;
  }
  .process_title h6 {
    max-width: 148px;
  }
  .process_title .app_box {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .mt-tab-30 {
    margin-top: 30px !important;
  }
  .app_process.process_title.top_set.justfiy_between {
    padding-top: 0;
    margin-top: 50px;
  }
  .app_process.process_title.justfiy_space.order_change {
    padding-top: 0 !important;
  }
  .app_process.process_title.justfiy_space_bottom.order_change {
    padding-top: 0 !important;
  }
  .process_title.app_process:before {
    top: 0;
    height: 100%;
  }
  .process_title.app_process.order_change:before {
    top: 0;
  }
  .process_title h6 {
    white-space: nowrap;
  }
}
.box-timeline {
  width: 320px;
  height: 400px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  position: relative;
  transition: 0.2s ease-in;
}
.front-text {
  opacity: 1;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  padding: 0 15px;
  color: #2f3d56;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: 0.2s ease-in;
}
.box-timeline:hover .front-text {
  opacity: 0;
  transition: 0.2s ease-in;
}
.back-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #252323;
  padding: 0 25px;
  opacity: 0;
  position: absolute;
  top: 0;
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in;
}
.box-timeline:hover .back-text {
  opacity: 1;
  transition: 0.2s ease-in;
}
.box-timeline .svg_background svg path {
  stroke: #f46281;
  fill: #fff;
  transition: 0.2s ease-in;
}
.box-timeline:hover .svg_background svg path {
  fill: #f46281;
  transition: 0.2s ease-in;
}
.bottom_number {
  position: relative;
  top: -90px;
}
.top_number .number_svg {
  position: absolute;
  top: -20px;
  z-index: 52;
}
.bottom_number .number_svg {
  position: absolute;
  bottom: -20px;
  z-index: 52;
  left: -18px;
  right: 0;
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bottom_number .svg_background {
  transform: rotate(-117deg);
}
.number_svg svg path:first-child {
  fill: #fff;
  stroke: #f46281;
  transition: 0.2s ease-in;
}
.box-timeline:hover .number_svg svg .fill_number {
  fill: #f46281;
  transition: 0.2s ease-in;
}
.step_2.box-timeline .svg_background svg path {
  stroke: #e053e0;
  fill: #fff;
}
.step_2.box-timeline:hover .svg_background svg path {
  fill: #e053e0;
}
.step_2 .number_svg svg path:first-child {
  fill: #fff;

  stroke: #e053e0;
  transition: 0.2s ease-in;
}
.step_2:hover .number_svg svg .fill_number {
  fill: #e053e0;
  transition: 0.2s ease-in;
}
.step_3.box-timeline .svg_background svg path {
  stroke: #5957ad;

  fill: #fff;
}
.step_3:hover .svg_background svg path {
  fill: #5957ad;
}
.step_3 .number_svg svg path:first-child {
  fill: #fff;

  stroke: #5957ad;
  transition: 0.2s ease-in;
}
.step_3:hover .number_svg svg .fill_number {
  fill: #5957ad;
  transition: 0.2s ease-in;
}
.step_4.box-timeline .svg_background svg path {
  stroke: #1f9cdb;

  fill: #fff;
}
.step_4:hover .svg_background svg path {
  fill: #1f9cdb;
}
.step_4 .number_svg svg path:first-child {
  fill: #fff;

  stroke: #1f9cdb;
  transition: 0.2s ease-in;
}
.step_4:hover .number_svg svg .fill_number {
  fill: #1f9cdb;
  transition: 0.2s ease-in;
}
.step_5.box-timeline .svg_background svg path {
  stroke: #0bd3f4;

  fill: #fff;
}
.step_5.box-timeline:hover .svg_background svg path {
  fill: #0bd3f4;
}
.step_5 .number_svg svg path:first-child {
  fill: #fff;

  stroke: #0bd3f4;
  transition: 0.2s ease-in;
}
.step_5:hover .number_svg svg .fill_number {
  fill: #0bd3f4;
  transition: 0.2s ease-in;
}
.step_6.box-timeline .svg_background svg path {
  stroke: #24d3d3;

  fill: #fff;
}
.step_6.box-timeline:hover .svg_background svg path {
  fill: #24d3d3;
}
.step_6 .number_svg svg path:first-child {
  fill: #fff;

  stroke: #24d3d3;
  transition: 0.2s ease-in;
}
.step_6:hover .number_svg svg .fill_number {
  fill: #24d3d3;
  transition: 0.2s ease-in;
}
.step_7.box-timeline .svg_background svg path {
  stroke: #19d886;

  fill: #fff;
}
.step_7.box-timeline:hover .svg_background svg path {
  fill: #19d886;
}
.step_7 .number_svg svg path:first-child {
  fill: #fff;

  stroke: #19d886;
  transition: 0.2s ease-in;
}
.step_7:hover .number_svg svg .fill_number {
  fill: #19d886;
  transition: 0.2s ease-in;
}
.timeline-section {
  max-width: 1340px;
  display: flex;
  margin-top: 80px !important;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.mb-lg-30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1200px) {
  .box-timeline {
    width: 260px;
    height: 340px;
  }
  .svg_background svg {
    width: 260px;
    height: 340px;
  }
  .front-text {
    font-size: 22px;
    line-height: 28px;
  }
  .number_svg svg {
    width: 75px;
    height: 75px;
  }
  .back-text {
    font-size: 13px;
    line-height: 18px;
  }
  .img_space {
    margin-top: 178px !important;
  }
  .text-center.mt-auto.w-100.img_auto_w {
    margin-top: 25px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .box-android h5 {
    font-size: 18px;
  }
  .cloud_process_div h6 {
    font-size: 15px;
    padding-bottom: 4px;
  }
  .cloud_process_div ul li {
    font-size: 14px;
  }
  .tab_panel_inner {
    padding: 0 50px 44px;
  }
  p.small_p span {
    display: inline-block !important;
  }
  .white-card .card-body ul li.w_100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .step_7 {
    order: 7;
  }
  .step_6 {
    order: 6;
  }
  .step_5 {
    order: 5;
  }
  .step_4 {
    order: 4;
  }
  .step_3 {
    order: 3;
  }
  .step_2 {
    order: 2;
  }
  .step_1 {
    order: 1;
  }
  .timeline-section {
    flex-direction: column;
    margin-top: 40px !important;
  }
  .bottom_number {
    top: 0;
  }
  .top_number .number_svg {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
  }
  .bottom_number .number_svg {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
  }
  .box-timeline {
    width: 260px !important;
    margin: 0 auto;
  }
  .bottom_number .svg_background {
    transform: none;
  }
  .svg_background svg {
    transform: rotate(30deg) !important;
    margin-bottom: 20px !important;
    left: 0;
    position: relative;
    top: 0;
  }
  .timeline-section {
    flex-direction: column;
    margin-top: 40px !important;
  }
  .bottom_number {
    top: 0;
  }
  .top_number .number_svg {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .bottom_number .number_svg {
    left: 0;
    right: 0;
    bottom: auto;
    top: -20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .box-timeline {
    width: 260px !important;
    margin: 0 auto;
  }
  .bottom_number .svg_background {
    transform: none;
  }
  .svg_background svg {
    transform: rotate(30deg) !important;
    margin-bottom: 20px !important;
    left: 0;
    position: relative;
    top: 0;
  }
  .img_space {
    margin-top: 10px !important;
  }
  ul.ul_main_wrap li {
    width: 50% !important;
  }
  .text-center.mt-auto.w-100.img_auto_w {
    margin-top: 50px !important;
  }
  .ios_logo_img {
    padding-top: 0;
  }
  .left_info_section.pb_0 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .shedo_card .media-body {
    margin-top: 10px;
  }
  .card.shedo_card p {
    font-size: 14px;
    line-height: 22px;
  }
  .card.shedo_card h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
  }
  .timeline-section {
    flex-direction: column;
    margin-top: 40px !important;
  }
  .bottom_number {
    top: 0;
  }
  .top_number .number_svg {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .bottom_number .number_svg {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .box-timeline {
    width: 260px !important;
    margin: 0 auto;
  }
  .bottom_number .svg_background {
    transform: none;
  }
  .svg_background svg {
    transform: rotate(30deg) !important;
    margin-bottom: 20px !important;
    left: 0;
    position: relative;
    top: 0;
  }
}
.equal_height_top div:nth-last-child(-n + 3) .inner_height .card.shedo_card {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .equal_height_top div:nth-last-child(-n + 3) .inner_height .card.shedo_card {
    margin-bottom: 30px !important;
  }
  .left_info_section h2.primary_grident {
    margin-bottom: 10px;
  }
  .line-box {
    border-right: 0 !important;
  }
  .border-right-light {
    border-right: 0;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .desktop_mode {
    display: none;
  }
  .responsive_view {
    display: block;
  }
  .panel.panel-default.cloud_responsive_view.cmn_question {
    border: none;
  }
  .cloud_card_info {
    background: #fff;
    padding: 22px 12px;
  }
  .cloud_nav_tab ul li a {
    padding: 14px 49px;
    font-size: 16px;
  }
  .cloud_process_div {
    flex-direction: column-reverse;
  }
  .cloud_process_div {
    width: 50%;
    align-items: center;
  }
  .cloud_main_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cloud_img_one {
    padding-bottom: 15px;
  }
  .cloud_process_div h6 {
    font-size: 17px;
    padding-bottom: 7px;
  }
  .cloud_tab_wrap_main {
    padding-top: 40px;
  }
  .tab_panel_inner p {
    padding-bottom: 25px;
  }
  .tab_panel_inner_img {
    justify-content: center;
  }
  .panel.panel-default.cloud_responsive_view.cmn_question.cloud_responsive_view {
    background: #eff6ff;
    margin: 5px 0;
  }
  .cloud_card_info {
    margin-top: 13px;
  }
  .pt_40 {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .equal_height_top div:nth-last-child(-n + 2) .inner_height .card.shedo_card {
    margin-bottom: 30px !important;
  }
  .equal_height_top div:last-child .inner_height .card.shedo_card {
    margin-bottom: 0 !important;
  }
  .app_box.w_auto .radius_box {
    left: 0;
    top: 18px;
  }
  .app_process.timeline_center:before {
    left: 13px;
    top: 22px;
  }
  .app_box.w_auto {
    display: block;
  }
}
.window_background {
  background: #f1f9ff;
}
.window_background .left_info_section {
  background: #d6ebfb;
}
.blue_car.card {
  padding: 0;
  border: 0;
  padding: 0;
  width: 100%;
}
.blue_car.card .card-header {
  background: #2583e9;
  padding: 12px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.blue_car.card .card-body {
  background-color: #fff;
  padding: 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.blue_car.card .card-body ul {
  padding-left: 15px;
  margin: 0;
  list-style: none;
}
.blue_car.card .card-body ul li {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #3b3b3b;
  margin-bottom: 10px;
}
.blue_car.card .card-body ul li:last-child {
  margin-bottom: 0;
}
.blue_car.card .card-body ul li:after {
  content: "";
  border: 1.5px solid #cfd3de;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: -15px;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
.media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.media-text-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.media-text-image {
  background: #0a66ca;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.food_background {
  background: #fff6ee;
}
.food_background .left_info_section {
  background: #ffecdb;
}
.reactjs_background {
  background: #e9faff;
}
.reactjs_background .left_info_section {
  background: #cff5ff;
}
.flutter_app {
  background: #eef4f9;
}
.flutter_app .left_info_section {
  background: #dcedfb;
}
.app_builder_section {
  background: #f9f4ff;
}
.app_builder_section .left_info_section {
  background: #f2e7ff;
}
.mb-20 {
  margin-bottom: 5px !important;
}
.pt_40 {
  padding-top: 30px;
}
.sub_popup.in {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.banner_section.new_landing_page {
  margin-top: 80px !important;
}
.new_landing_header {
  padding-top: 12px;
}
.heade_new.header_top.menu-bg {
  padding: 0 0 15px !important;
}
.new_ios_page {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.card .icon-60.pt_030 {
  margin-bottom: 15px;
}
.new_ios_page h6 {
  padding: 0;
  margin: 0;
}
.ml_17 {
  margin-left: 13px !important;
}
.ml_5 {
  margin-left: 5px;
}
.testimonial_bg {
  background-color: #fdfbf4 !important;
}
.new_ios_page img {
  width: 48px;
  height: 48px;
}
.mobile_sticky_menu {
  display: none;
}
.landing_footer {
  bottom: 75px !important;
  right: 13px !important;
}
.map_bg_main.landing_bg {
  background-position: 1px -10px !important;
  height: 595px !important;
}
.map_bg_main.landing_bg ul li {
  padding: 13px 0;
}
.pt_38 {
  padding-top: 38px;
}
.box_wrap {
  margin-bottom: 20px !important;
}
.footer_copyright.d-block {
  display: flex;
}
.main_footer_div.landing_footer_main:before {
  top: 0% !important;
}
.left_5 img {
  padding-left: 4px;
  display: block;
  padding-bottom: 1px;
}
@media screen and (max-width: 991px) {
  .map_bg_main.landing_bg {
    background-position: 1px 1px !important;
    height: 445px !important;
    margin-bottom: 0px !important;
  }
  .mobile_sticky_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2583e9;
    z-index: 999;
    padding: 8px;
    display: flex;
    justify-content: space-evenly;
    column-gap: 0;
    align-items: center;
  }
  .sticky_inner {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border: 1px solid rgb(255 255 255 / 50%);
    padding: 14px;
    border-radius: 10px;
  }
  .sticky_inner:hover {
    background: #fff;
    border: 1px solid #2583e9;
    color: #2583e9;
    border-radius: 6px;
  }
  .mobile_sticky_menu .mobile_hide_banner {
    font-size: 28px;
    background: #1c2649;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  .icon_hover:hover svg {
    filter: invert(46%) sepia(84%) saturate(3963%) hue-rotate(202deg)
      brightness(104%) contrast(247%);
  }
  .mobile_hide_banner:hover svg {
    filter: invert(46%) sepia(84%) saturate(3963%) hue-rotate(202deg)
      brightness(104%) contrast(247%);
  }
  .mobile_sticky_menu .mobile_hide_banner:hover {
    background: #fff;
    border-radius: 10px;
  }
  .footer_copyright {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 567px) {
  .pt_38 {
    padding-top: 6px;
    padding-bottom: 13px;
  }
  .footer_copyright {
    padding-top: 10px;
  }
  .right_padding_zero {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 390px) {
  .sticky_inner {
    color: #fff;
    font-size: 17px;
  }
  .mobile_sticky_menu .mobile_hide_banner {
    font-size: 22px;
    width: 45px;
    height: 45px;
  }
  .icon_hover svg {
    padding-top: 9px;
  }
}
@media screen and (min-width: 992px) {
  .main_logo {
    min-height: 65px;
  }
}
.service_trustable_main.trustable_white_bg.client-img-full.mb-0 {
  padding-bottom: 30px;
}
.cmn_question_div .cmn_question .panel-heading {
  width: 100% !important;
}
.new_frequent_question .panel-default > .panel-heading {
  border: none;
  background-color: transparent !important;
}
