@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

html {
  font-family: "Manrope", sans-serif !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: #fff0;
}
body {
  font-family: "Manrope", sans-serif !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  margin: 0;
}

body.modal-open {
  padding-right: 0 !important;
  overflow-y: hidden !important;
}

.mtpl-header a {
  text-decoration: none;
}
audio,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

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;
}

figure {
  margin: 1em 40px;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

.modal_calandry .modal-content .modal-header {
  padding: 15px !important;
  border-bottom: 1px solid #eee !important;
}

.stager {
  transition-timing-function: linear !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

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

@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  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;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
}

* {
  box-sizing: border-box;
}

:after,
:before {
  box-sizing: border-box;
}

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;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-nowrap {
  white-space: nowrap;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.service_rating svg {
  color: #0f6ead;
  width: 14px;
}

.quote_span svg {
  width: 50px;
  height: 35px;
}

.left_star_icon svg {
  width: 14px;
}

.select_wrap svg {
  width: 9px;
}

.owl-nav svg {
  width: 9px;
}

.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 13px 9px;
  width: 100%;
  height: inherit;
  color: #000;
  background-color: #fff0;
  box-shadow: none;
  font-size: 16px;
  caret-color: #2196f3;
  transition: border 0.2s, box-shadow 0.2s;
  line-height: 21px;
  font-weight: 400;
  font-style: normal;
}

.form_heading h4 {
  font-size: 18px;
  color: #000;
  line-height: 27px;
}

.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: 14px;
}

.pure-material-textfield-outlined
  > textarea:not(:focus):-moz-placeholder-shown {
  border-top-color: #ddd;
  border-color: #ddd;
}

.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
  border-top-color: #ddd;
  border-color: #ddd;
}

.pure-material-textfield-outlined > input {
  box-sizing: border-box;
  margin: 0;
  border: solid 1px;
  border-color: #ededed;
  border-top-color: #fff0;
  border-radius: 4px;
  padding: 9px 13px 9px;
  width: 100%;
  height: inherit;
  color: #000;
  background-color: #fff0;
  box-shadow: none;
  font-size: 16px;
  caret-color: #2196f3;
  transition: border 0.2s, box-shadow 0.2s;
  line-height: 21px;
  font-weight: 400;
  font-style: normal;
}

.pure-material-textfield-outlined
  > textarea:not(:focus):-moz-placeholder-shown {
  border-color: #ddd;
}

.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
  border-color: #ddd;
}

/* .row {
    margin-right: -15px;
    margin-left: -15px
} */

/* .col-lg-10,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-md-12,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-sm-12,.col-sm-3,.col-sm-4,.col-sm-6,.col-sm-9,.col-xs-12,.col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
} */

/* .col-xs-12,.col-xs-6 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-6 {
    width: 50%
} */

table {
  background-color: #fff0;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table .table {
  background-color: #fff;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="checkbox"]:focus,
input[type="file"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.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;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }
}

.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
}

.checkbox + .checkbox {
  margin-top: -5px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  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;
  user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgb(0 0 0 / 0.125);
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active,
.btn-success:active {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.banner_slider_div.banner_margin_zero.partner_bannerwrap {
  margin-top: 110px !important;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.open > a {
  outline: 0;
}

.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;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #fff0;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.frame_project_database .nav-tabs li a:hover {
  border-color: #fff #fff #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #fff0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid #fff0;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid #fff0;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

.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;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #fff0;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #fff0;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid #fff0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table {
  margin-bottom: 0;
}

.panel > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .table + .panel-body {
  border-top: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-4by3 {
  padding-bottom: 55%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.05);
}

.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;
  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 {
  transition: transform 0.3s ease-out;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -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.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  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;
  box-shadow: 0 3px 9px rgb(0 0 0 / 0.5);
  outline: 0;
}

.modal-header {
  padding: 15px 15px 0 15px !important;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  position: absolute;
  right: 12px;
  top: 10px;
  opacity: 2;
  overflow: hidden;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  opacity: 0;
}

.tooltip.in {
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

/* .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,.panel-body:after,.panel-body:before,.row:after,.row:before {
    display: table;
    content: " "
}

.container:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar:after,.panel-body:after,.row:after {
    clear: both
} */

.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.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-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;
  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-loaded {
  display: block !important;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-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;
  color: inherit;
  border: 0;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

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;
}

.top_header_div {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.main_logo img {
  width: auto !important;
  height: 55px;
}

.menu_bar {
  margin-left: auto;
  padding-right: 0;
}

.menu_bar .navbar {
  margin-bottom: 0;
  min-height: auto;
  border: 0;
  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;
  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 a.yellow_button {
  background-color: #fff !important;
}

.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;
}

.menu_bar ul li.contact_link a.yellow_button {
  background: #ff7a2f !important;
  border-radius: 5px;
  color: #fff !important;
  width: 175px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.playforvideo video {
  width: 100% !important;
  height: auto;
  max-height: 315px;
}

@keyframes showNav {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.banner_slider_div {
  float: left;
  width: 100%;
  margin-top: 115 px !important;
}

.banner_slider_div .owl-carousel .owl-item,
.banner_slider_div .owl-carousel .owl-item .item,
.banner_slider_div .owl-carousel .owl-stage,
.banner_slider_div .owl-carousel .owl-stage-outer {
  height: 100%;
}

.testimonial_slider_div .owl-carousel .owl-stage {
  padding-bottom: 22px;
}

.banner_slider_div .owl-nav {
  display: none;
}

.banner_slider_div .owl-dots {
  text-align: center;
  margin: 35px 0;
  float: left;
  width: 100%;
}

.banner_slider_div .owl-dots span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #c4c4c4;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.banner_slider_div .owl-dots .owl-dot.active span,
.banner_slider_div .owl-dots .owl-dot:hover span {
  background: #146fac;
}

.banner_slider_div .owl-item img {
  top: 0;
  right: 0;
  width: auto;
  max-width: 100%;
}

.banner_slider_div .owl-carousel {
  height: 600px;
}

.about_section_div {
  background-color: #f3fafd;
  float: left;
  width: 100%;
  padding: 50px 0;
  background-image: url("../images/images_svg/lines.svg");
  background-repeat: no-repeat;
  background-position: 120% center;
  background-size: auto;
}

.left_padding_zero {
  padding-left: 0;
}

.right_padding_zero {
  padding-right: 0;
}

.about_content_block {
  float: left;
  width: 100%;
}

.about_content_block p {
  font-size: 18px;
  line-height: 30px;
  color: rgb(59 59 59 / 0.8);
  margin-bottom: 30px;
}

.left_under_line {
  font-size: 40px;
  line-height: 51px;
  color: #2f3d56;
  margin-top: 0;
  margin-bottom: 45px;
  font-weight: 700;
  position: relative;
}

.left_under_line:after {
  content: "";
  height: 2px;
  width: 75px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: #146fac;
}

.desc_txt {
  font-size: 18px;
  line-height: 30px;
  color: rgb(59 59 59 / 0.8);
  margin-bottom: 15px;
  text-align: left;
}

.patner_ship p.desc_txt {
  text-align: left;
}

.testimonial_main_section .theme_btn_div {
  margin-top: 20px;
}

.about_company_info {
  float: left;
  width: 100%;
  display: flex;
}

.about_company_info .company_clm_div:nth-of-type(even) {
  margin-top: 30px;
}

.company_clm_div {
  float: left;
  margin: 0 15px;
}

.info_block {
  box-shadow: 0 10px 20px rgb(0 0 0 / 0.2);
  border-radius: 18px;
  float: left;
  width: 100%;
  text-align: center;
  padding: 35px 0;
  margin-bottom: 40px;
}

.complete_pro {
  background: linear-gradient(
      316.26deg,
      #fff0 3.72%,
      rgb(255 255 255 / 0.15) 97.67%
    ),
    #0091ff;
}

.dev_staff {
  background: linear-gradient(
      132.04deg,
      rgb(255 255 255 / 0.2) 3.75%,
      #fff0 95.38%
    ),
    #fc5353;
}

.experience {
  background: linear-gradient(
      131.05deg,
      rgb(255 255 255 / 0.15) 2.2%,
      #fff0 94.99%
    ),
    #1fc9a0;
}

.location {
  background: linear-gradient(132.27deg, rgb(255 255 255 / 0.2) 0, #fff0 94%),
    #5b52ff;
}

.customers {
  background: linear-gradient(
      133.43deg,
      rgb(255 255 255 / 0.2) 4.89%,
      #fff0 97.31%
    ),
    #fcbf29;
}

.industry {
  background: linear-gradient(
      131.59deg,
      rgb(255 255 255 / 0.2) 2.78%,
      #fff0 96.17%
    ),
    #60d74d;
}

.info_block h3 {
  font-size: 50px;
  line-height: 64px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin: 12px 0;
}

.info_block p {
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.theme_btn_div {
  float: left;
  width: 100%;
}

.center_under_line span {
  text-transform: none;
  text-transform: initial;
}

.theme_btn {
  width: 215px;
  height: 51px;
  line-height: 44px;
  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;
  padding: 0;
  justify-content: center;
  margin: inherit;
}

.theme_btn img {
  filter: brightness(100);
  margin-left: 20px;
}

.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:hover img {
  filter: brightness(1);
}

.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: 40px;
  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_section_div .theme_btn_div {
  margin-top: 50px;
}

.technology_section_div {
  float: left;
  width: 100%;
  text-align: center;
}

.frame_project_database {
  float: left;
  width: 100%;
  margin-top: 0;
}

.frame_project_database .tab-content {
  background: linear-gradient(0, #fff, #fff), #fff;
  box-shadow: 0 10px 20px rgb(0 0 0 / 0.1);
  padding: 20px 0 0;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.frame_project_database .tab-pane {
  width: 100%;
  float: left;
}

.frame_project_database .nav-tabs {
  border-bottom: 2px solid rgb(0 0 0 / 0.05);
}

.frame_project_database .nav-tabs li {
  width: 33.33%;
}

.frame_project_database .nav-tabs li a {
  font-size: 18px;
  color: rgb(0 0 0 / 0.45);
  line-height: 30px;
  font-weight: 400;
}

.frame_project_database .nav-tabs > li.active > a,
.frame_project_database .nav-tabs > li.active > a:focus,
.frame_project_database .nav-tabs > li.active > a:hover {
  color: #146fac;
  border: 0;
  border-bottom: 2px solid #146fac;
}

.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;
}

.service_rating span {
  font-weight: 700;
  color: #0f6ead;
  font-size: 18px;
  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 0;
}

.trust_client_child {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.trust_logo {
  background: linear-gradient(0, #fff, #fff), #fff;
  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;
  transition: all 0.4s ease-in;
}

.trust_logo img {
  filter: grayscale(1);
  transform: scale(0.8);
}

.trust_logo:hover img {
  filter: grayscale(0);
  transition: all 0.4s ease-in;
}

.testimonial_client_div {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

.testimonial_slider_div .owl-nav {
  position: absolute;
  top: -90px;
  right: 0;
}

.award_section_div.about-award p {
  padding-top: 20px;
}

.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;
}

.card-body {
  position: relative;
  padding: 32px 0;
}

.card-body span {
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 18px;
  line-height: 22px;
}

.card-body h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  padding: 6px 0 0 0;
  color: #fff;
  margin-block-start: 0;
  margin-bottom: 0;
}

.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%;
}

.name_position {
  display: inline-block;
  text-align: center;
}

.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 {
  filter: grayscale(1);
}

.media_logo:hover img {
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  filter: grayscale(0);
}
.media_section_main .media_logo:nth-child(6n) {
  border-right: 0;
}
.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: 0;
}

.blog_date,
.blog_img {
  float: left;
  width: 100%;
}

.blog_img {
  position: relative;
}

.blog_img img {
  width: auto;
  max-width: 100%;
}

.blog_date {
  margin-bottom: 10px;
}

.blog_date span {
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #3b3b3b;
}

.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: 30px;
}

.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: 49%;
  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 7px 9px 11px;
  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):-moz-placeholder-shown,
.pure-material-textfield-outlined:hover
  > textarea:not(:focus):-moz-placeholder-shown {
  border-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):-moz-placeholder-shown,
.pure-material-textfield-outlined
  > textarea:not(:focus):-moz-placeholder-shown {
  border-top-color: #ededed;
}

.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):-moz-placeholder-shown
  + span,
.pure-material-textfield-outlined
  > textarea:not(:focus):-moz-placeholder-shown
  + span {
  font-size: 14px;
  line-height: 52px;
  font-weight: 400;
  color: #828282;
  padding-left: 8px;
}

.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;
  padding-left: 8px;
}

.pure-material-textfield-outlined
  > textarea:not(:focus):-moz-placeholder-shown
  + span
  .text_area_top {
  background-color: #fff0;
}

.pure-material-textfield-outlined
  > textarea:not(:focus):placeholder-shown
  + span
  .text_area_top {
  background-color: #fff0;
}

.pure-material-textfield-outlined
  > input:not(:focus):-moz-placeholder-shown
  + span::after,
.pure-material-textfield-outlined
  > input:not(:focus):-moz-placeholder-shown
  + span::before,
.pure-material-textfield-outlined
  > textarea:not(:focus):-moz-placeholder-shown
  + span::after,
.pure-material-textfield-outlined
  > textarea:not(:focus):-moz-placeholder-shown
  + span::before {
  border-top-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:-moz-placeholder-shown,
.pure-material-textfield-outlined
  > input:disabled:-moz-placeholder-shown
  + span,
.pure-material-textfield-outlined > textarea:disabled:-moz-placeholder-shown,
.pure-material-textfield-outlined
  > textarea:disabled:-moz-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,
.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:-moz-placeholder-shown
  + span::after,
.pure-material-textfield-outlined
  > input:disabled:-moz-placeholder-shown
  + span::before,
.pure-material-textfield-outlined
  > textarea:disabled:-moz-placeholder-shown
  + span::after,
.pure-material-textfield-outlined
  > textarea:disabled:-moz-placeholder-shown
  + span::before {
  border-top-color: transparent !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%;
  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;
}

.contact_form_main .theme_btn_div {
  margin-top: 15px;
  margin-bottom: 0 !important;
}

.location_div_main {
  float: left;
  width: 100%;
  padding: 0 0 0 70px;
  margin-bottom: 20px !important;
}

.location_title {
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  position: relative;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px !important;
}

.location_title:after {
  content: "";
  height: 1px;
  width: 75px;
  position: absolute;
  left: 0;
  bottom: -14px;
  margin: 0 auto;
  background-color: #fff;
}

.address_div_child {
  float: left;
  width: 50%;
  margin-top: 25px;
  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;
}

.flag_image_holder img {
  height: auto !important;
}

.pt-5 {
  padding-top: 5px;
}

.pl-0 {
  padding-left: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.flex-column {
  flex-direction: column;
}

.contact_company {
  display: flex;
  margin-bottom: 0;
  width: 50%;
  float: left;
}

.contact_company span {
  font-size: 15px;
  color: rgb(255 255 255 / 0.8);
  padding-left: 10px;
}
.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: 0;
  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;
}

.navbar-toggle.x .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

.navbar-toggle .icon-bar {
  background-color: #000 !important;
}

.ftr_links_wrap {
  display: flex;
  justify-content: space-between;
  width: 70%;
}

.video-wrapper {
  position: relative;
  float: none;
  /* width: 100%; */
  height: 100%;
  display: block;
}

.video-wrapper > video {
  width: 100%;
  vertical-align: middle;
}

.video-wrapper > video:focus {
  outline: 0;
}

.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: 9;
}

.play_button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, hwb(0 0 100% / 50%));
  transition: opacity 150ms;
}

.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: 25px;
}

.award_img_div {
  float: left;
  margin-right: 10px;
}

.award_img_div img {
  width: 100px;
  max-width: 100%;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.main_banner_title {
  float: left;
  width: 100%;
  text-align: center;
}

.main_banner_title h1 {
  margin: 0;
  font-size: 40px;
  line-height: 51px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #2f3d56;
  font-weight: 700;
}

#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;
}

.contact_modal .modal-content {
  border-radius: 0;
  border: 0;
  background-color: #fff0;
  box-shadow: none;
}

.contact_modal .modal-header {
  padding: 0;
  border-bottom: 0;
}

.contact_modal .modal-body {
  padding: 0;
  display: inline-block;
}

.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;
}

.form_section .form_heading p {
  color: rgb(0 0 0 / 0.8);
  font-style: normal;
  font-weight: 400 !important;
  font-size: 15px;
  line-height: 21px;
  margin: 25px 0;
}

.textarea_msg textarea {
  resize: vertical;
  min-height: 100px !important;
  max-height: 400px !important;
}

textarea {
  resize: vertical;
  min-height: 100px;
  max-height: 400px;
  max-width: 100%;
}

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;
  -o-object-fit: cover;
  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;
  text-transform: capitalize !important;
  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;
  color: #fff;
}

.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;
}

.select_wrap svg {
  position: absolute;
  display: block;
  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 6px 7px 14px;
  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%;
}

#get_a_free_quote.contact_modal button.close {
  border: 0;
  box-shadow: none;
  background-color: #fff0;
  font-size: 16px;
  top: 20px;
  right: 20px;
}

.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;
}

.map_bg_main .contact_wrap {
  margin-bottom: 15px;
}

.map_bg_main .contact_wrap a span {
  color: rgb(255 255 255 / 0.8);
}

.contact_sbmt {
  background-color: #0f6ead;
  background: linear-gradient(
    294.61deg,
    #45108a 2.27%,
    #3d065f 29.57%,
    #10054d 101.35%
  );
  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: 0;
}

.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%
  );
}

.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px #fff0;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

#get_a_free_quote.contact_modal button.close {
  border: 0;
  box-shadow: none;
  background-color: #fff0;
  font-size: 16px;
  top: 30px;
  right: 20px;
  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);
}

.contact_wrap a {
  display: flex;
  align-items: center;
}

.contact_wrap a svg {
  /* margin-right: 10px; */
  font-size: 18px;
  color: #106dac;
  width: 20px;
}

.contact_wrap a img {
  margin-right: 10px;
}

.map_bg_main .contact_wrap a span {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: rgb(255 255 255 / 0.8);
}

.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: 28px;
  line-height: 41px;
  color: #fff;
  text-transform: capitalize;
}

.dev_team_box p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-top: 10px;
}

.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-top: 30px;
}

.develop_portfolio_main .dev_team_box {
  background: 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;
}

.service_trustable_main {
  float: left;
  width: 100%;
  padding: 50px 0 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;
}

.trustable_client_div .trust_client_child {
  margin-bottom: 0 !important;
}

.socialmedia-block ul li a:hover {
  color: #146fac !important;
}

.map_heading span {
  font-size: 14px;
  line-height: 17px;
  color: rgb(255 255 255 / 0.85);
}

.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: 17px;
  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;
}

.browsefile_div small {
  font-size: 11px !important;
}

.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;
  right: 12px;
  padding: 10px !important;
  background-color: transparent !important;
  border: 0;
  line-height: normal;
  float: left;
}

.connect_submit_btn img {
  filter: brightness(100) !important;
}

.free_quote_form .alert-success {
  float: left;
  position: absolute;
  bottom: 230px;
  right: 50px;
}

button.share {
  background-color: #fff0;
  border: 0;
}

.portfolio_trustable_main {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 50px;
}

.portfolio_trustable_main .trustable_client_div {
  margin: 0;
}

.option_budget {
  color: #000;
}

.img_wrap {
  margin-bottom: 10px;
  display: inline-block;
}

.img_wrap img {
  max-width: 100%;
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.about_banner_div {
  background-image: url("../images/career_png.webp");
  background-image: -webkit-image-set(
    url("../images/career_png.webp") 1x,
    url("../images/career_png.webp") 1.5x,
    url("../images/career_png.webp") 2x
  );
  background-image: image-set(
    url("../images/career_png.webp") 1x,
    url("../images/career_png.webp") 1.5x,
    url("../images/career_png.webp") 2x
  );
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
  border-radius: 0;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 15px 0;
  color: #fff;
}

.about_banner_div .main_banner_title h1 {
  color: #fff;
}

.about_banner_div .center_under_line {
  color: #fff;
}

.about_banner_div .center_under_line:after {
  background-color: #fff;
}

.banner_margin_zero {
  margin-top: 0;
}

.mt-0 {
  margin-top: 0 !important;
}

.banner_margin_zero .main_banner_title {
  margin-bottom: 20px;
}

.trustable_white_bg {
  background-color: #fff;
  margin-bottom: 0;
}

.success_block_main {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.success_block_parent {
  width: 32%;
  float: left;
}

.success_block {
  width: 100%;
  border: 1px solid #d4d9de;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
}

.left_star_icon {
  width: 40px;
  height: 40px;
  float: left;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
}

.success_title_desc {
  text-align: left;
  padding-left: 0;
  float: right;
  width: 100%;
}

.success_blue_bg {
  background-color: #0191ff;
}

.success_green_bg {
  background-color: #1fc9a0;
}

.success_yellow_bg {
  background-color: #fcbf2a;
}

.flex_icon_div {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.flex_icon_div h2 {
  font-size: 20px;
  line-height: 27px;
  text-transform: capitalize;
  color: rgb(0 0 0 / 0.9);
  margin: 0;
  font-weight: 700;
  width: calc(100% - 40px);
  padding-left: 12px;
  text-align: left;
}

.success_title_desc p {
  font-size: 16px;
  line-height: 25px;
  color: rgb(59 59 59 / 0.8);
}

.award_section_div {
  float: left;
  width: 100%;
  padding: 0;
  background-color: #f3fafd;
  text-align: center;
  padding-top: 40px;
}

.award_section_div .services_child p {
  text-align: left;
  width: 1100px;
  margin: 0 auto 25px;
}

.award_section_div .center_under_line:after {
  content: none;
}

.award_section_div .services_child img {
  width: auto;
  max-width: 100%;
}

.about_gesia_desc.services_child.mt-40 {
  padding-top: 30px;
}

.success_timeline_section_div {
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0 0 30px;
}

.award_section_div .extra_spaceremove {
  padding-top: 30px;
}

.success_timeline_section {
  float: left;
  width: 100%;
}

.success_timeline_section .owl-item:nth-child(even) .item,
.success_timeline_section .owl-item:nth-child(odd) .item {
  width: 220px;
  margin: 0 auto;
}

.success_timeline_section .owl-item .success_year_desc {
  background: #fff !important;
  box-shadow: 0 10px 20px rgb(0 0 0 / 0.2) !important;
  border-radius: 18px;
  padding: 20px;
  margin-bottom: 15px;
  width: 22em;
}

.success_year {
  margin-bottom: 8px;
  text-align: left;
}

.success_year span {
  font-size: 18px;
  color: #0091ff;
  font-weight: 700;
  background-color: #fff;
  padding: 0 15px;
}

.success_year_desc p {
  font-size: 20px;
  color: #2f3d56;
  font-weight: 700;
  text-align: left;
}

.success_timeline_section .owl-theme .owl-dots {
  display: block;
}

.success_timeline_section .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 1px solid #146fac;
}

.success_timeline_section .owl-theme .owl-dots .owl-dot.active span,
.success_timeline_section .owl-theme .owl-dots .owl-dot:focus span,
.success_timeline_section .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #146fac;
  border: 1px solid #146fac;
}

.success_timeline_section .owl-carousel .owl-stage:after {
  content: "";
  position: absolute;
  border: 0;
  top: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  z-index: -1;
  visibility: visible;
}

.margin_0 {
  margin: 0 !important;
}

.msg_ceo_main_div {
  float: left;
  width: 100%;
  padding: 50px 0 0;
}

.top_service_section_div.new_curve_service_bg.div_space {
  padding: 0;
}

.msg_ceo_wrap {
  float: left;
  width: 100%;
}

.msg_ceo_wrap h5 {
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 30px;
}

.msg_ceo_wrap p {
  text-align: justify;
  color: rgb(59 59 59 / 0.8);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px;
}

.signature_wrap {
  float: left;
  width: 100%;
}

.signature_wrap p {
  margin-bottom: 0;
}

.signature_wrap p {
  margin-bottom: 0;
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.signature_wrap span {
  margin-bottom: 0;
  color: #337ab7;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.banner_section_msg_ceo {
  float: left;
  width: 100%;
  position: relative;
  max-height: 520px;
  background: url("../images/msg_ceo_banner.webp") no-repeat 0 0;
  background-size: cover;
  background-position: center;
}

.banner_section_msg_ceo img {
  width: 100%;
  max-height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 0;
  object-position: 100% 0;
  opacity: 0;
}

.banner_content_msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  max-width: 680px;
}

.banner_content_msg h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  margin: 0;
}

.banner_content_msg h1:before {
  content: " ";
  background-image: url("../images/msg_content_quote_left.webp");
  height: 30px;
  background-repeat: no-repeat;
  width: 45px;
  background-position: left;
  position: absolute;
  left: -50px;
  top: -10px;
  background-size: contain;
}

.banner_content_msg h1:after {
  content: " ";
  background-image: url("../images/msg_content_quote_right.webp");
  height: 30px;
  background-repeat: no-repeat;
  width: 45px;
  background-position: right;
  position: absolute;
  right: auto;
  bottom: 40px;
  background-size: contain;
}

.sub_popup.in {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.banner_slider_div.banner_margin_zero {
  margin-top: 100px;
}

.life_at_mtlp_slider img {
  display: flex;
  margin: auto;
}

.testimonial_curve_bg.width_100 .center_under_line {
  margin-bottom: 18px;
}

.success_timeline_section_div .center_under_line {
  margin-bottom: 25px;
}

.award_banner_div {
  background-image: url("../images/awardscertificates_new.webp");
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
  border-radius: 0;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 15px 0;
  color: #fff;
}

.terms_new_banner {
  background-image: url("../images/terms-of-use_new.webp");
}

.award_banner_div .center_under_line:after {
  background-color: #fff;
}

.award_banner_div .main_banner_title h1 {
  color: #fff;
}

.award_banner_div h2 {
  width: 60%;
  line-height: 35px;
}

.award_section_div .about_gesia_desc .center_under_line:after {
  content: "";
}

.award_section_div .about_gesia_desc .desc_txt {
  text-align: center;
}

.about_mt_div {
  float: left;
  width: 100%;
  padding: 50px 0 0;
}

.accolades_section_div {
  float: left;
  width: 100%;
  margin: 50px 0;
  display: flex;
  flex-direction: column;
}

.accolades_section {
  float: left;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto !important;
  padding-bottom: 20px;
}

.award_ftr_div {
  float: left;
  width: 100%;
  padding: 0;
  text-align: center;
}

.ftr_child_div {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.ftr_col_div {
  background: linear-gradient(
      100.68deg,
      rgb(255 255 255 / 0.2) 0.32%,
      #fff0 100%
    ),
    #0191ff;
  border-radius: 8px;
  color: #fff;
  width: 320px;
  height: 130px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 10px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  cursor: pointer;
}

.ftr_col_div span {
  font-size: 16px;
}

.ftr_col_div h3 {
  font-size: 22px;
  margin: 10px 0 0;
  font-weight: 400;
}

.ftr_col_div:hover {
  background-color: #f2f4f9;
  color: #0191ff;
  border: 1px solid;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

.ftr_col_div:focus {
  background: linear-gradient(
      100.68deg,
      rgb(255 255 255 / 0.2) 0.32%,
      #fff0 100%
    ),
    #0191ff;
  color: #fff;
  border: 1px solid;
}

.top_service_section_div.award_curve_bg {
  padding: 0 0 40px 0;
}

.award_curve_bg .top_section_child {
  margin: 0;
}

.accolades_section .owl-dots {
  display: none;
  margin-top: 50px !important;
}

.accolades_section .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 1px solid #146fac;
}

.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;
}

.main-wrapper .owl-dots .owl-dot.active {
  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;
}

.cookie_section button {
  font-family: sans-serif;
  line-height: 18px;
  padding: 2px 12px;
  background: linear-gradient(to bottom, #fefefe, #f4f4f4) repeat scroll 0 0
    #f3f3f3;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  -moz-box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #bbb;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
  outline: 0;
  margin-left: 10px;
}

.ours-clints .testimonial-box .hide-show {
  transition: max-height 0.8s ease-in-out;
  max-height: none !important;
  max-height: initial !important;
  height: 100% !important;
  background: #fff !important;
}

.business_banner_div {
  background-image: url("../images/business_new.webp");
}

.about_mt_busi_modal {
  text-align: center;
}

.technology_section_div_busi_modal .frame_project_database .tab-content {
  box-shadow: none;
  background: 0;
  padding-top: 0;
}

.busi_modal_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.busi_modal_tab img {
  padding-bottom: 20px;
  max-width: 100%;
}

.technology_section_div_busi_modal .frame_project_database .nav-tabs li a {
  padding-bottom: 30px;
  color: #2f3d56 !important;
}

.technology_section_div_busi_modal
  .frame_project_database
  .nav-tabs
  > li.active
  > a,
.technology_section_div_busi_modal
  .frame_project_database
  .nav-tabs
  > li.active
  > a:focus,
.technology_section_div_busi_modal
  .frame_project_database
  .nav-tabs
  > li.active
  > a:hover {
  border-bottom: 2px solid #0191ff;
}

.tab-pane-busi-modal .desc_txt {
  text-align: left;
  padding-top: 10px;
}

.busi_modal_desc_wrap_div {
  text-align: left;
  padding-left: 20px;
}

.busi_modal_desc_wrap_div li {
  font-size: 18px;
  line-height: 35px;
  color: rgb(59 59 59 / 0.8);
}

.flex-div-busi-modal {
  display: flex;
  align-items: center;
  padding-top: 50px;
}

.bg_color_div_busi_modal {
  background-color: #f3fafd;
  float: left;
  width: 100%;
}

.modal_desc_wrap {
  float: left;
  width: 100%;
  padding: 0 0 50px 0;
}

.modal_desc_wrap.no_padding {
  padding: 0;
}

.award_ftr_div_busi_modal {
  padding: 0 15px 0;
}

.events_section .owl-dots {
  position: absolute;
}

.events_section .owl-nav {
  display: none;
}

.events_section .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 1px solid #146fac;
}

.events_section .owl-theme .owl-dots .owl-dot.active span,
.events_section .owl-theme .owl-dots .owl-dot:focus span,
.events_section .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #146fac;
}

.events_section.left_side_shape .owl-dots {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: -50px;
}

.events_section.right_side_shape .owl-dots {
  position: absolute;
  left: 0;
  right: 50px;
  bottom: -50px;
}

.service_section_div_life {
  float: left;
  width: 100%;
  text-align: center;
}

.award_ftr_div_busi_modal .ftr_col_div:hover {
  background-color: #f2f4f9;
  color: #0191ff;
  border: 1px solid;
  transition: all 0.2s ease-in;
}

.about_gesia_desc.services_child .center_under_line {
  margin-bottom: 30px;
}

.flex-div-busi-modal img {
  max-width: 100%;
}

.about_mt_busi_modal img {
  max-width: 100%;
  width: 80%;
}

.adjust_mrgn_pdng {
  padding-bottom: 0;
  margin-bottom: 30px;
}
h1.center_under_line.remove_line:after {
  display: none;
}

.life_at_mtlp_title {
  margin-bottom: 0;
}

.main_banner_title h1.center_under_line.remove_line {
  font-size: 70px;
}

.banner_margin_zero.life_at_mtlp_title .main_banner_title {
  margin-bottom: 0;
}

.life_at_mtlp .services_child .center_under_line.remove_line {
  color: #080808;
}

.life_at_mtlp .services_child .center_under_line.remove_line:after {
  display: none;
}

.life_at_mtlp .desc_txt {
  color: #1a1a1a;
  text-align: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  line-height: 30px;
}

.life_at_mtlp h3.life_at_mtlp_title {
  color: #0091ff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 25px;
  padding-left: 15px;
  text-align: center;
}

.life_at_mtlp .ftr_col_div {
  background-color: #fff;
  color: #0191ff;
  border: 1px solid;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 10px;
  width: 320px;
  height: 100px;
  border-radius: 8px;
}

.life_at_mtlp .ftr_col_div:hover {
  background: linear-gradient(
      100.68deg,
      rgb(255 255 255 / 0.2) 0.32%,
      #fff0 100%
    ),
    #0191ff;
  color: #fff;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

.life_at_mtlp_slider {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.equal_height {
  display: flex;
  height: 100%;
  margin: 20px 0 40px;
}

.middle_center_text {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.equal_height h3 {
  color: #000;
  font-weight: 800;
  font-size: 26px;
  line-height: 28px;
}

.equal_height img {
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
}

.equal_height.left-side-slider .owl-carousel .owl-item img {
  max-width: 650px;
}

.pb-6 {
  padding-bottom: 20px;
}

.pt-2 {
  padding-top: 20px;
}

.mb-4 {
  margin-bottom: 60px;
}

div#work_enviorement_slider {
  position: relative;
}

#work_enviorement_slider .owl-nav {
  width: 100%;
  background-color: transparent !important;
  display: inline-block;
}

#work_enviorement_slider .owl-nav button.owl-prev {
  transform: rotateY(0deg) !important;
}

#work_enviorement_slider .owl-nav button {
  width: 40px;
  height: 40px;
  background-color: #2583e9;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  top: 44%;
}

#work_enviorement_slider .owl-nav button.owl-next {
  position: absolute;
  right: 0;
}

#work_enviorement_slider .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
}

.equal_height .left_side_shape {
  background-position: top left;
  background-size: auto;
  background-image: url("../images/images_svg/life_at_mtpl_shape.svg");
  background-repeat: no-repeat;
  z-index: -1;
}

.equal_height .right_side_shape {
  background-position: top right;
  background-size: auto;
  background-image: url("../images/images_svg/life_at_mtpl_shape.svg");
  background-repeat: no-repeat;
  z-index: -1;
}

.life_at_mtlp .award_ftr_div {
  margin-top: 20px;
}

.bg_white_left_aside {
  background-color: #fff;
}

.inner {
  border: 2px solid #2583e9;
  padding: 0 6px;
  border-radius: 46px;
  width: 300px;
  background-color: #fff;
  height: 623px;
}

.owl-item.active.center .item {
  position: relative;
}

.contact_link {
  cursor: pointer;
}

.technology_section_div_busi_modal .service_theme_btn {
  margin-top: 30px;
}

.theme_btn_div {
  margin-bottom: 40px !important;
}

.bg_color_div_busi_modal .service_theme_btn {
  margin-top: 30px;
}

.bg_color_div_busi_modal .theme_btn_div {
  margin-bottom: 0 !important;
}

.testimonial_client_div p.desc_txt {
  text-align: center;
}

.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: 9;
}

.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;
}

#quickCall br {
  display: none;
}

.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;
}

ul.header_top li {
  display: inline-block;
  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;
}

ul.header_top li a i {
  padding-right: 8px;
  font-size: 18px;
  vertical-align: -1px;
}

ul.header_top li a.mail i {
  color: #ff7a2f;
}

ul.header_top li a.skype i {
  color: #00aff0;
}

.main_header {
  padding: 10px 0 5px;
  flex-direction: column;
  position: fixed;
  background-color: #fff;
  z-index: 99;
  padding-top: 0;
}

.banner_section_msg_ceo {
  margin-top: 108px;
}

.pl-0 {
  padding-left: 10px;
}

.pure-material-textfield-outlined
  > textarea:not(:focus):-moz-placeholder-shown {
  border-top-color: #ededed;
  border-color: #ededed;
}

.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
  border-top-color: #ededed;
  border-color: #ededed;
}

.banner-qouote
  .pure-material-textfield-outlined:hover
  > input:not(:focus):-moz-placeholder-shown,
.pure-material-textfield-outlined
  > textarea:not(:focus):-moz-placeholder-shown {
  border-color: #000;
}

.banner-qouote
  .pure-material-textfield-outlined:hover
  > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
  border-color: #000;
}

.banner-qouote
  .pure-material-textfield-outlined
  > input:not(:focus):-moz-placeholder-shown,
.pure-material-textfield-outlined
  > textarea:not(:focus):-moz-placeholder-shown {
  border-color: #ededed;
}

.banner-qouote
  .pure-material-textfield-outlined
  > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
  border-color: #ededed;
}

.pure-material-textfield-outlined
  > textarea:not(:focus):-moz-placeholder-shown
  + span {
  font-size: 16px;
  line-height: 60px;
}

.pure-material-textfield-outlined
  > textarea:not(:focus):placeholder-shown
  + span {
  font-size: 16px;
  line-height: 60px;
}

.pure-material-textfield-outlined > textarea {
  background-color: #fff;
}

input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

span.custom_span.validation {
  color: red !important;
}

span.custom_span.valid {
  color: #828282 !important;
}

.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > textarea:focus {
  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,
.attach_file_div.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;
}

.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):-moz-placeholder-shown
  + span
  .text_area_top,
.pure-material-textfield-outlined
  > textarea:not(:focus):-moz-placeholder-shown
  + span
  .text_area_top {
  background-color: transparent !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.form-control.validation_new {
  border-color: red;
}
.connect_with_us {
  width: 100% !important;
  justify-content: flex-start;
  padding-top: 42px;
}

.ftr_links_wrap {
  width: 100% !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: 0;
  padding-right: 0;
}

.copyright_wrap {
  float: left;
}

.copyright_wrap span {
  font-size: 15px;
  color: #fff;
  opacity: 0.5;
  margin-right: 30px;
}

.connect_with_us h4 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
}

.w-50 {
  width: 50%;
  float: left;
}

.theme_btn_div.margin_top {
  margin-top: 15px;
  position: relative;
}

.theme_btn.theme_whitebutton {
  background: #fff;
  color: #2583e9;
  border: 0;
  padding: 0 !important;
  height: 47px;
}

.theme_btn.theme_whitebutton img {
  filter: brightness(1);
}

.theme_btn.theme_whitebutton img {
  filter: brightness(1);
}

.theme_btn.theme_whitebutton:hover {
  border: 0;
  box-shadow: 0 0 12px 0 #fff;
  transition: 0.5s ease-in;
}

.theme_btn.theme_whitebutton:hover img.hover_arrow {
  display: inline-block !important;
  transition: 0.5s ease;
}

.theme_btn.theme_whitebutton:hover img.normal {
  display: none !important;
  transition: 0.5s ease;
}

.theme_btn.theme_whitebutton img.hover_arrow {
  display: none !important;
  transition: 0.5s ease;
}

.intro_section {
  display: flex;
  width: 100%;
  padding: 60px 0 30px;
}

img.lazy.intro_banner {
  width: auto;
  max-width: 100%;
}

.modal_desc_wrap {
  padding: 50px 0 50px 0;
}

.tab-pane-busi-modal h2.left_under_line {
  font-size: 38px;
}

.margin_0 {
  margin-bottom: 0 !important;
}

.frame_project_database .nav-tabs li {
  cursor: pointer;
}

.business_banner_div_new {
  background-image: url("../images/partnership_new.webp");
  background-image: -webkit-image-set(
    url("../images/partnership_new.webp") 1x,
    url("../images/partnership_new.webp") 1.5x,
    url("../images/partnership_new.webp") 2x
  );
  background-image: -webkit-image-set(
    url("../images/partnership_new.webp") 1x,
    url("../images/partnership_new.webp") 1.5x,
    url("../images/partnership_new.webp") 2x
  );
  background-image: image-set(
    url("../images/partnership_new.webp") 1x,
    url("../images/partnership_new.webp") 1.5x,
    url("../images/partnership_new.webp") 2x
  );
  display: flex;
  width: 100%;
}

.privacy_banner_div_new {
  background-image: url("../images/privacy_new.webp");
  background-image: -webkit-image-set(
    url("../images/privacy_new.webp") 1x,
    url("../images/privacy_new.webp") 1.5x,
    url("../images/privacy_new.webp") 2x
  );
  background-image: -webkit-image-set(
    url("../images/privacy_new.webp") 1x,
    url("../images/privacy_new.webp") 1.5x,
    url("../images/privacy_new.webp") 2x
  );
  background-image: image-set(
    url("../images/privacy_new.webp") 1x,
    url("../images/privacy_new.webp") 1.5x,
    url("../images/privacy_new.webp") 2x
  );
  display: flex;
  width: 100%;
  display: flex;
  background-size: cover;
}

img.lazy.intro_banner.right_image {
  display: flex;
  margin-left: auto;
}

.privacy_content_div {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.navbar-toggle .icon-bar {
  width: 22px !important;
}

.navbar-toggle {
  padding-left: 15px !important;
}

.patner_ship h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
.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;
}

.form_heading h4 {
  font-size: 18px;
  color: #000;
  line-height: 27px;
}

.float_left {
  float: left;
  width: 100%;
}

.bg-white {
  background-color: #fff !important;
}

.heade_new .menu_bar ul li a i {
  color: #fff;
}

.price {
  display: none;
}

.price small {
  font-size: 18px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px;
}

.yellow_button {
  color: #063758 !important;
  font-weight: 700 !important;
  background: #ffc90a !important;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left !important;
}

.heade_new .menu_bar ul li.contact_link:hover a {
  background-color: #ff7a2f !important;
  color: #fff !important;
}

.heade_new .menu_bar ul li a {
  font-weight: 600;
  background-color: #fff0;
}

.heade_new .menu_bar ul li a {
  display: flex;
  align-items: center;
}

.heade_new .menu_bar ul li a svg {
  margin-right: 10px;
}

.heade_new .menu_bar ul li a img {
  margin-right: 10px;
}

.contact_link a {
  animation: pulse 2s infinite !important;
  background-color: #007aff;
  position: relative;
  width: 280px;
  border: 2px solid #fff0;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 rgb(0 0 0 / 0.8);
  }

  70% {
    box-shadow: 0 0 0 10px #fff0;
  }

  100% {
    box-shadow: 0 0 0 0 #fff0;
  }
}

.full_address_div a {
  margin-right: 10px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.name_position.center span {
  display: block;
}

.align-items-center {
  align-items: center;
}

.bold-text {
  font-weight: 600;
}

.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;
}

.no_padding {
  padding: 0;
}

.select_wrap button:hover {
  text-decoration: none;
}

.option_budget {
  color: #000;
}

.contact_modal button.close {
  position: absolute;
  z-index: 9;
  opacity: 1;
  height: auto;
  width: auto;
  left: auto;
  right: 4px;
  bottom: auto;
  top: 17px;
  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;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.5, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

.modal-content .modal-header {
  padding: 0;
  border-bottom: 0;
}

header.main_header.header ul.header_top li > a {
  display: inline-flex;
  align-items: center;
}

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;
  max-height: 12px;
  min-height: 12px;
}

header.main_header.header ul.header_top {
  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;
}

.icon {
  vertical-align: middle;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  box-shadow: 0 10px 20px rgb(0 0 0 / 0.2);
}

.main_banner_title {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}

.main_banner_title h6 {
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  color: #3b3b3b;
}

@keyframes shine {
  0% {
    background-position-x: -500%;
    opacity: 1;
  }

  100% {
    background-position-x: 500%;
    opacity: 1;
  }
}

.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;
}

@keyframes color-animation {
  0% {
    background-color: #ff7a2f;
  }

  55% {
    background-color: #2583e9;
  }

  100% {
    background-color: #ff7a2f;
  }
}

.modal_calandry .modal-dialog {
  margin: auto;
}

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 17px 0 0;
}

.play_button img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  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 1px #eee;
  display: inline-block;
  padding-right: 15px;
}

.cookie_section {
  padding: 10px;
  color: #fff;
  background-color: #1c2649;
  display: block;
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 99;
  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;
}

.accolades_section .owl-nav button svg {
  height: 1.5em;
  width: 1.5em;
}

.trust_logo:hover {
  box-shadow: 0 10px 20px 1px rgb(69 158 255 / 26%);
}

.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: 9999999;
}

.modal.contact_modal,
body .modal.in {
  background: rgb(0 0 0 / 0.5) !important;
  z-index: 99999;
  opacity: 1;
}

.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);
  }
}

.heade_new {
  background-color: #fff;
}

.media {
  display: flex;
  margin-bottom: 10px;
}

.media-body {
  max-width: 250px;
  text-align: left;
}

.p-40 {
  padding: 50px 0;
}

.privacy_main p {
  font-size: 17px;
  line-height: 23px;
  color: rgb(59 59 59 / 0.8);
}

.privacy_content_div h3 {
  font-size: 24px;
  padding-bottom: 15px;
  padding-top: 10px;
  font-weight: 700;
}

.banner_slider_div .main_banner_title {
  margin-top: 0;
}

.banner_slider_div .theme_btn_div {
  margin-bottom: 0 !important;
}

.testimonial_banner_div {
  background-image: url("../images/testimonials_new.webp");
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
  border-radius: 0;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 0;
  color: #fff;
}

.testimonial_banner_div .main_banner_title h1 {
  color: #fff;
}

.testimonial_banner_div .center_under_line:after {
  background-color: #fff;
}

.testimonial_main_section {
  float: left;
  width: 100%;
  background-color: #f3fafd;
  padding: 50px 0 0;
  text-align: center;
}

.testimonial_main_section .client_box {
  margin-bottom: 20px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

.testimonial_main_section .client_box:hover {
  background-color: #0091ff;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

.testimonial_main_section .client_box:hover svg path {
  fill: #fff;
}

.testimonial_main_section .client_box:hover .quote_span,
.testimonial_main_section .client_box:hover p {
  color: #fff;
}

.testimonial_main_section .client_box:hover .name_position h5,
.testimonial_main_section .client_box:hover .name_position span {
  color: #fff;
}

.testimonial_curve_bg .award_ftr_div {
  margin-top: 0;
  margin-bottom: 50px;
}

.testimonial_curve_bg .trustable_client_div {
  margin: 30px 0 0;
}

.testBox {
  display: none;
}

.testBox.active {
  display: block;
}

.newsletter_wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 280px;
}

.award_section_div .services_child.extra_spaceremove h2.center_under_line {
  margin-bottom: 2px;
}

.banner_slider_div .testimonial_banner_div {
  background-position: center;
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: 20px;
  }

  100% {
    margin-top: 0;
  }
}

.partner_img {
  display: inline-block;
  margin: auto;
}

.img_center {
  text-align: center;
}

.partner_img img {
  margin-left: 0;
}

.menu_bar ul li a span svg {
  margin-top: 4px;
}

textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgb(0 0 0 / 0.1);
  margin: 8px 0;
  outline: 0;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}

.social_title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
}

.ftr_social_icon {
  flex-direction: column;
}

.position-relative {
  position: relative;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px !important;
}

body .pb_0 {
  padding-bottom: 0 !important;
}

.frame_project_database .tab-pane .active.in {
  animation-name: blur-img;
  animation-duration: 0.5s;
}

.frame_project_database .tab-pane {
  animation-name: blur-img;
  animation-duration: 0.5s;
}

header.main_header.header.heade_new ul.header_top {
  padding: 0;
}

@keyframes blur-img {
  from {
    filter: blur(10px);
    -webkit-filter: blur(10px);
  }

  to {
    filter: blur(0);
    -webkit-filter: blur(0);
  }
}

@keyframes pulse_new {
  0% {
    box-shadow: 0 0 0 rgb(0 122 255 / 0.8);
  }

  70% {
    box-shadow: 0 0 0 10px #fff0;
  }

  100% {
    box-shadow: 0 0 0 0 #fff0;
  }
}

.mobile_show {
  display: none;
}

.banner_content_msg.mobile_show {
  position: relative;
  top: 0;
  float: none;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  left: 0;
  right: 0;
  padding: 0;
}

.banner_content_msg.mobile_show h1 {
  color: #000;
  padding: 0;
}

.new_bannercontent h1:before {
  background-image: url("../images/msg_content_quote_left_black.svg");
  height: 30px;
  background-repeat: no-repeat;
  width: 45px;
  background-position: left;
  position: absolute;
  left: -50px;
  top: -10px;
  background-size: contain;
  content: "";
}

.new_bannercontent h1:after {
  background-image: url("../images/msg_content_quote_right_black.svg");
  height: 30px;
  background-repeat: no-repeat;
  width: 45px;
  background-position: right;
  position: absolute;
  right: auto;
  bottom: 40px;
  background-size: contain;
  content: " ";
}

.msg_ceo_wrap:before {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
}

.new_bannercontent h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 0.05em;
  color: #000;
  position: relative;
  margin: 0;
}

.accolades_section .item {
  text-align: center;
}

.mt-50 {
  margin-top: 50px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.mtpl_life_about_title .main_banner_title {
  margin-top: -77px !important;
}

.life_at_mtpl_main .main_banner_title {
  margin-top: -120px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.right_side_shape.events_section .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -15px;
}

.right_side_shape.events_section .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -14px;
}

.equal_height .owl-carousel .owl-item img {
  max-width: 650px;
}

.left_side_shape.events_section .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -18px;
}

.left_side_shape.events_section .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -20px;
}

.events_section .owl-carousel {
  position: relative;
}

.nextjs-testimonial .events_section .owl-carousel .owl-nav button {
  background-color: #2583e9 !important;
}

.nextjs-testimonial .events_section .owl-carousel .owl-nav button.owl-prev {
  transform: rotateY(0deg) !important;
}

.events_section .owl-carousel .owl-nav button {
  width: 35px;
  height: 35px;
  background-color: #2583e9 !important;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  top: 45%;
}

.events_section .owl-carousel .owl-nav button svg {
  max-width: 30px;
  max-height: 30px;
}

.events_section .owl-theme .owl-nav {
  background-color: transparent !important;
  padding: 0 !important;
  display: inline-block !important;
}

.pt_50 {
  padding-top: 50px;
}

.error small {
  color: red;
}

.validation {
  color: red;
  font-weight: 900;
  padding-left: 3px;
}

input[type="checkbox"] {
  position: relative;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 0.5;
  border: 1px solid #2583e9;
}

input[type="checkbox"]:hover {
  opacity: 1;
}

input[type="checkbox"]:checked {
  background-color: #2583e9;
  opacity: 1;
  outline: 0;
}

input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 9px;
  height: 18px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.mobile_show h2 {
  display: none;
}

.contact_wrap a span:hover {
  color: #146fac;
}

.events_section .owl-carousel .owl-dots {
  display: none !important;
}

.success_timeline_section_div p.desc_txt {
  text-align: center;
  margin-bottom: 30px !important;
}

.modal_desc_wrap .left_under_line {
  margin-bottom: 20px !important;
}

.client_name_info {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  flex-wrap: wrap;
}

.client_name_info h5,
.client_name_info span {
  margin: 3px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.testimonial_main_section .client_box:hover .quote_span,
.testimonial_main_section .client_box:hover h5,
.testimonial_main_section .client_box:hover .quote_span,
.testimonial_main_section .client_box:hover span {
  color: #fff;
}

.main_header.header.menu-bg {
  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;
  transition: all 0.3s ease;
}

.moon_invoce h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 39.6px;
  margin: 0 !important;
}

.case_studie_bg .col-md-7 {
  padding: 0;
}

/* @media (min-width: 768px) {
    .col-sm-12,.col-sm-3,.col-sm-4,.col-sm-6,.col-sm-9 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }
} */

/* @media (min-width: 992px) {
    .col-md-12,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }
}

@media (min-width: 1200px) {
    .col-lg-10,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }
} */

@media screen and (max-width: 1199.98px) {
  .case_wrap ul {
    padding: 27px 0 10px 20px !important;
    column-gap: 10px !important;
  }

  .moon_tab.tab-links li {
    font-size: 14px;
    padding: 6px 10px 6px 10px;
  }

  .moon_tab.tab-links li {
    font-size: 14px;
    padding: 6px 10px 6px 10px;
  }

  .pt_new {
    padding-top: 20px !important;
  }

  .ios_height .tab-content img {
    width: 100%;
    height: revert-layer;
  }
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
    overflow-y: scroll;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

@media (max-width: 767px) {
  .infrastructur_inner .services_child {
    margin-top: 20px;
  }

  .heade_new span.mobile_hide {
    display: inline-block !important;
  }

  .heade_new .menu_bar ul li a i {
    float: left !important;
    color: #2f3d56 !important;
  }

  .heade_new .menu_bar ul li a img {
    width: 18px !important;
    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .heade_new .navbar-collapse.collapse {
    text-align: center;
    width: 100%;
    clear: both;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .heade_new .menu_bar .navbar {
    margin-bottom: 0;
    min-height: auto;
    border: 0;
    display: flex;
    border-radius: 0;
  }

  .heade_new .navbar-nav {
    float: none;
    margin: 0 auto;
    width: auto;
    width: 100%;
    align-items: center;
    display: flex;
    text-align: center;
    text-align: center;
    justify-content: center;
  }

  .heade_new .navbar-nav ~ .navbar-nav {
    margin-left: auto;
    width: 20%;
  }

  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.5);
  }
}

@media (min-width: 1025px) {
  .menu_bar .navbar-nav > li {
    margin-left: 0;
    padding-left: 10px;
  }

  .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;
  }
}

@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) {
  .banner_slider_div .owl-dots {
    margin: 10px 0 35px 0;
  }

  .company_clm_div {
    width: 29%;
  }

  .about_section_div {
    background-size: 60% auto;
  }

  .top_service_section_div {
    background-size: cover;
  }

  .new_curve_service_bg {
    background-size: 100% 80%;
  }

  .banner_content_msg h1 {
    font-size: 32px;
    line-height: 55px;
  }

  .banner_content_msg h1:after {
    bottom: 30px;
  }

  .menu_bar ul li a {
    padding: 10px 10px;
  }

  .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: 1444px) {
  .connect_with_us {
    padding-top: 45px;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    width: 90%;
  }
  .company_clm_div {
    width: 28%;
  }

  .contact_form_main {
    margin-left: 0;
  }
  .location_div_main {
    padding: 0 40px 0 50px;
  }
  .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;
  }

  .left_under_line br {
    display: none;
  }

  .award_banner_div {
    min-height: 350px;
  }

  .banner_slider_div h2 {
    font-size: 22px;
    line-height: 33px;
  }

  .main_banner_title h1 {
    font-size: 37px;
  }

  .left_under_line {
    font-size: 32px;
    line-height: 42px;
  }
}

@media screen and (max-width: 1366px) {
  .menu_bar ul li a {
    letter-spacing: 0;
    font-size: 15px;
    padding: 10px 3px;
  }

  .menu_bar {
    padding-right: 0;
  }
}

@media screen and (max-width: 1300px) {
  .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;
  }

  .ftr_connect_links .connect_with_us h4 {
    text-align: center;
  }

  .accolades_section {
    width: 90%;
    display: inline-block;
    margin: auto;
    position: relative;
    float: none;
  }

  .life_at_mtlp_slider {
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  .main_logo img {
    width: 150px !important;
  }

  .menu_bar ul li {
    margin-left: 10px;
  }

  .menu_bar ul li a {
    font-size: 17px;
  }

  .menu_bar ul li.contact_link a {
    width: 132px;
  }

  .banner_slider_div {
    margin-top: 0;
  }

  .left_under_line {
    margin-bottom: 30px;
  }

  .company_clm_div {
    width: 29%;
    margin: 0 10px;
  }

  .info_block h3 {
    font-size: 35px;
    line-height: 50px;
  }

  .info_block p {
    padding: 0 2px;
  }

  .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: 36px;
  }

  .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;
  }

  .address_details_new {
    padding: 0 80px;
  }

  #get_a_free_quote .modal-dialog {
    width: 1024px;
  }

  .map_heading h3 {
    font-size: 20px;
    padding-top: 35px !important;
  }

  .center_under_line {
    font-size: 30px;
    line-height: 40px;
  }

  .award_section_div .services_child p {
    width: 100%;
  }

  .left_under_line {
    font-size: 32px;
  }

  .connect_with_us {
    padding-top: 30px;
  }

  .testimonial_main_section .col-lg-12 {
    padding: 0;
  }
}

@media only screen and (max-width: 1120px) {
  .menu_bar ul li a {
    padding: 10px 3px;
  }

  .navbar-collapse.collapse {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1055px) {
  #get_a_free_quote .modal-dialog {
    width: 980px;
  }
}

@media screen and (max-width: 1280px) {
  .frame_project_database .nav-tabs li a {
    font-size: 14px;
    padding: 10px 8px;
  }

  .ftr_links {
    width: 40%;
    padding-right: 40px;
  }

  .ftr_links ul li a {
    font-size: 14px;
  }

  .ftr_connect_links h4 {
    font-size: 15px;
  }

  .ftr_links:last-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .embed-responsive-4by3 {
    padding-bottom: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .frame_project_database .nav-tabs li {
    width: 33.3%;
  }

  .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;
    padding-bottom: 0;
    overflow: auto !important;
    height: 90vh;
    position: relative;
  }

  .menu_bar {
    padding-left: 10px !important;
    margin-left: -10px !important;
    padding-right: 10px !important;
    margin-right: -10px !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse.in {
    display: block !important;
    overflow-y: auto;
  }

  .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: 128px !important;
  }

  .banner_margin_zero {
    margin-top: 75px;
  }

  .main_logo {
    width: 100%;
    text-align: center;
  }

  .navbar_toggle_wrap {
    display: block;
    position: absolute;
    top: 23px;
    left: auto;
    right: 10px;
  }

  .menu_bar ul li a {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
  }

  .navbar-nav {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 15px !important;
    margin-left: 0px !important;
  }

  .menu_bar ul li {
    margin-left: 0;
    width: 100%;
  }

  .heade_new .navbar-nav {
    flex-direction: column;
  }

  .heade_new .menu_bar .navbar {
    flex-direction: column;
  }

  .heade_new .navbar-nav ~ .navbar-nav {
    margin-left: 0;
  }

  header.main_header.header.heade_new .menu_bar ul li.contact_link a {
    display: inline-block;
  }

  .menu_bar ul li.contact_link a {
    background: 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: 0;
    background: #ff7a2f;
    color: #fff;
    width: 93%;
    margin: 10px 0;
    text-align: center;
    border-radius: 5px;
  }

  .main_header {
    padding: 10px 0 !important;
  }

  .budget_select_div {
    padding: 9px 22px 9px 10px;
  }

  .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;
  }

  .banner_slider_div .owl-dots span {
    margin: 5px;
  }

  .media_logo {
    width: 33%;
  }

  .media_section_main .media_logo:nth-child(19n),
  .media_section_main .media_logo:nth-child(20n) {
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
  }

  .media_section_main .media_logo:nth-child(6n-3) {
    border-right: 0;
  }

  .mtpl_life_about_title .main_banner_title {
    margin-top: -86px !important;
  }

  ul.header_top li a {
    padding: 10px 5px;
  }

  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: #fff0;
  }

  .dev_team_box {
    padding: 25px;
  }

  .banner_section_msg_ceo {
    margin-top: 144px;
  }

  .banner_content_msg h1 {
    font-size: 26px;
    line-height: 40px;
  }

  .banner_content_msg h1:after {
    width: 20px;
    height: 20px;
    bottom: 20px;
  }

  .banner_content_msg h1:before {
    left: -25px;
    top: -5px;
    width: 20px;
    height: 20px;
  }

  .msg_ceo_wrap h5 {
    font-size: 24px;
  }

  .signature_wrap p {
    font-size: 20px;
  }

  .signature_wrap span {
    font-size: 20px;
  }

  .msg_ceo_main_div {
    padding-bottom: 0;
  }

  .banner_content_msg {
    max-width: 500px;
  }

  .copyright_wrap span {
    font-size: 14px;
  }

  ul.policy_wrap li a {
    font-size: 14px;
  }

  ul.policy_wrap li {
    padding: 0 10px;
  }
}

ul.header_top li svg {
  width: 20px;
}

.main-wrapper .home-testimonial .client-card .font18 {
  font-size: 15px;
}

.call_career {
  font-size: 14px !important;
}

ul.header_top li {
  display: inline !important;
}

.pure-material-textfield-outlined.on_focus > input:focus + span .text_area_top {
  top: 0;
  left: 12px;
  font-size: 12px;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::after {
  margin-left: -4px;
}

.testimonial_main_section .video-overlay-play-button.new_1 {
  z-index: 11;
}

.top_service_section_div.award_curve_bg {
  padding: 40px 0 40px 0 !important;
}

.success_timeline_section_div .owl-nav,
.testimonial_client_div .owl-nav {
  display: none !important;
}

.media_partner_div .media_logo img {
  width: auto !important;
}

.hide-show.show p {
  transition: max-height 0.6s ease-in-out;
  max-height: 1000px !important;
}
.middle_center_text .pt-3 {
  padding-top: 15px;
}

.meet-wrap {
  z-index: 99;
  position: fixed;
  top: -230px;
  bottom: 0;
  margin: auto;
  right: -120px;
  transition: 0.5s ease;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  width: 100px;
  height: 135px;
}

.contact_company {
  align-items: flex-start !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.flex-column {
  flex-direction: column;
}

.meet-wrap.open {
  right: 10px;
  transition: 0.5s ease;
}

.meet-wrap h4 {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 19px !important;
  text-align: center;
  color: #146fac;
}

.warning-alert {
  position: fixed;
  width: 390px;
  left: 10px;
  bottom: 10px;
  padding: 10px;
  font-size: 15px;
  z-index: 55;
  text-align: center;
  border-radius: 8px;
  color: #fb0016;
  background-color: #f3e3e5;
  border-color: #f5c2c7;
  font-weight: 400;
  border: 1px solid #b65b63;
}

.warning-alert h6 {
  font-size: 16px;
  text-align: center;
  color: #6a1a21;
}

.color_black,
.color_black:hover {
  color: #6a1a21;
  text-decoration: underline;
}

.warning-alert .close_popup {
  background: #6a1922 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.close_popup svg path {
  fill: #fff !important;
}

.close_popup svg {
  top: -2px;
  position: relative;
  left: -2px;
}

.warning-alert.close_alert {
  left: -550px;
  animation: 0.5s slide-left;
  -webkit-animation-name: slideInRightNew;
  animation-name: slideInRightNew;
}

.text-center {
  text-align: center;
}
.right_content {
  justify-content: flex-end;
  align-items: center;
  text-align: end;
  display: flex;
  min-height: 310px;
  margin: auto;
}

.play_button_mtpl {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.infrastructur_inner .play_button_mtpl {
  width: 100%;
  position: relative;
  opacity: 0.7;
}

.custom_modal {
  display: none;
}

.sticky .custom_modal_dailog {
  min-height: inherit;
}

.custom_modal_dailog {
  display: flex;
  min-height: 100vh;
}

.custom_modal_content {
  max-width: 700px;
  width: 100%;
  margin: auto;
  position: relative;
}

.custom_modal_body {
  position: relative;
}

#infrastructure button.close {
  position: absolute;
  right: -9px;
  color: #fff;
  opacity: 1;
  top: -8px;
  background-color: #ff7a2f;
  width: 26px;
  height: 26px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  line-height: 12px;
  text-align: center;
  justify-content: center;
  border-radius: 20px;
  z-index: 999999;
}

.custom_modal.open.sticky .custom_modal_body video {
  height: 200px;
}

.structure_modal.custom_modal.open.sticky {
  display: flex;
  bottom: 90px;
  right: 20px;
  max-width: 350px;
  padding: 0;
  top: auto;
  left: auto;
  margin: 0;
  max-height: 200px;
  background-color: #fff0;
  float: left;
  background-color: #fff0;
  transition: 0.5s ease;
  max-height: 200px;
}

.structure_modal.custom_modal.open {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 0.4);
  right: 0;
}

.infrastructur_inner .play_button_mtpl::after {
  background: none !important;
}

.infrastructur_inner .play_button_mtpl img {
  width: 100%;
  height: 461px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 13px;
  border-radius: 10px;
}

.infrastructur_inner .play .video-overlay-play-button {
  position: absolute !important;
  left: 17px;
  bottom: 34px;
  height: 61px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  opacity: 3;
}

.open .custom_modal_content iframe {
  border-radius: 10px;
}

.open.sticky .custom_modal_content iframe {
  width: 350px !important;
  height: 197px !important;
}

.main_logo img {
  -o-object-fit: contain;
  object-fit: contain;
}

.sticky_popup_dabai {
  position: fixed;
  bottom: 15px;
  left: -380px;
  width: 350px;
  height: 350px;
  background: #000;
  border-radius: 17px;
  z-index: 99;
  box-shadow: 0 10px 20px 1px rgb(69 158 255 / 10%);
  transition: 0.5s ease;
  animation: 2s slide-left;
}

.sticky_popup_dabai.open {
  left: 15px;
  transition: 0.5s ease;
}

.popup_main {
  position: relative;
  overflow: hidden;
}

.close_popup {
  position: absolute;
  cursor: pointer;
  width: 25px;
  right: -6px;
  top: -8px;
  height: 25px;
  background: #624681;
  border-radius: 20px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 1px 7px 0;
}

.popup_body {
  overflow: hidden;
}

.popup_body img {
  border-radius: 17px;
  width: 100%;
  height: 100%;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }

  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }

  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.slide-left {
  -webkit-animation-name: slideInLeftNew;
  animation-name: slideInLeftNew;
}

@-webkit-keyframes slideInRightNew {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInRightNew {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.popup_body .owl-carousel .owl-stage-outer {
  border-radius: 17px;
}

.call_icon_fixed.top_2 {
  top: 150px;
}

.cookie_section {
  padding: 10px;
  color: #fff;
  background-color: #1c2649;
  display: block;
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 99;
  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;
}

.btn_size {
  text-align: center;
  margin-bottom: 15px;
}

.theme_btn_div_hire {
  float: left;
}

.theme_btn_div_connect {
  margin-bottom: 18px !important;
  margin-top: 30px;
}

.adjust_mrgn_pdng {
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-top: 35px;
}

.client_box {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}

.hide-show {
  transition: max-height 0.8s ease-in-out;
  max-height: 127px;
}

.hide-show.show {
  transition: max-height 0.4s ease-in-out;
  max-height: 500px;
}

.hide-show p {
  display: block;
  -webkit-line-clamp: 3;
  overflow: hidden !important;
  -webkit-box-orient: vertical;
  position: relative;
  transition: max-height 0.4s ease-in-out;
  max-height: 90px;
}

.hide-show.show p {
  display: block;
  transition: max-height 0.6s ease-in-out;
  max-height: 1000px !important;
}

.show .d-none {
  display: block;
}

.show .d-show {
  display: none;
}

.header_top li a:hover {
  color: #146fac;
}

.section_padding_small .moreless-button {
  margin: 8px 0 8px;
}

.newsletter_close {
  position: absolute;
  right: 44px;
  top: 17px;
  font-size: 12px;
  color: #fff;
  opacity: 0.3;
}

#button {
  background-color: #ff7a2f;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  cursor: pointer;
  display: flex !important;
}

.bottom_top {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#button.show {
  opacity: 1 !important;
  visibility: visible;
}

.portfolio_service_bg .testimonial_client_div {
  padding-top: 30px;
}

.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;
}

.testimonial_slider_div .moreless-button {
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%, -28%);
}

.client_box p {
  margin: -3px 0 22px !important;
}

.wts_icon {
  position: fixed;
  top: 50%;
  margin: auto;
  left: -100px;
  width: 60px;
  height: 60px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #005791;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.wts_icon img {
  width: 40px;
  transition: 0.5s ease;
}

.wts_icon.wts_show {
  transition: 0.5s ease;
  left: 0;
}

a.moreless-button:focus {
  color: #2583e9;
}

.client_name_info {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  flex-wrap: wrap;
}

.client_name_info h5,
.client_name_info span {
  margin: 3px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.banner-qouote {
  text-align: center;
  filter: drop-shadow(2px 2px 10px rgb(61 61 61 / 0.3));
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}

.banner-qouote .phone-wrap .iti {
  width: 100%;
}

.iti__country-name {
  display: none !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #fff0 !important;
}

.sub_title {
  font-weight: 500;
  line-height: 21px;
  font-size: 14px;
  text-align: center;
}

.banner-qouote h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 15px 0;
}

.banner-qouote p {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 10px;
}

.banner-qouote .form-group {
  margin: 15px 0;
}

.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > textarea + span {
  border-color: transparent !important;
}

.banner-qouote .form-group input {
  border-radius: 4px;
  background: #f9f9f9;
  min-height: 52px;
  border-color: #f9f9f9;
  box-shadow: none;
  font-size: 15px;
  color: #000;
  font-weight: 400 !important;
}

.banner-qouote .form-group input:focus {
  border-color: #3395cc;
}

.banner-qouote .form-group .label-banner:hover {
  border-color: #000;
}

.banner-qouote .form-group input:focus + :hover {
  border-color: red;
}

.banner-qouote .phone-wrap {
  width: 50%;
  margin-right: 5px;
}

.banner-qouote .submit-btn {
  min-height: 52px;
  background: var(--text-primary);
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  border: 2px solid var(--text-primary);
}

.banner-qouote .phone-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-qouote .phone-select .form-group {
  margin: 0;
}

.banner-qouote .phone-select .select_wrap {
  background: #f9f9f9;
  border-radius: 4px;
  margin-top: 0 !important;
}

.banner-qouote .phone-select .select_wrap .budget_select_div {
  min-height: 54px;
  border-radius: 4px;
  border: 1px solid #f1eaea !important;
}

.banner-qouote .text-area {
  border-radius: 4px;
  background: #f9f9f9;
  min-height: 142px;
  border-color: #f9f9f9;
  box-shadow: none;
  font-size: 15px;
}

.banner-qouote .submit-btn {
  min-height: 52px;
  background: #ff7a2f;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #ff7a2f;
  width: 100%;
}

.banner-qouote .submit-btn:hover {
  background: #fff;
  color: #ff7a2f;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

.banner-qouote .select-wrap {
  margin-left: 5px;
  width: 50%;
}

.our-clients .trust-client {
  gap: 100px;
}

.display-flex {
  display: flex;
}

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

.align-items-center {
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.our-clients .trust-client .client-imgs {
  width: calc(20% - 85px);
  filter: grayscale(100%);
  max-height: 47px;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
}

.our-clients .trust-client .client-imgs:hover {
  filter: grayscale(0);
}

.location_div_main {
  margin-bottom: 20px !important;
}

.connect_with_us h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .hide-show.show {
    transition: max-height 0.4s ease-in-out;
    max-height: 720px !important;
  }

  .hide-show.show p {
    display: block;
    transition: max-height 0.6s ease-in-out;
    max-height: 1400px !important;
  }

  .structure_modal .custom_modal.open {
    top: 6%;
  }
}

.mobile_wrap_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 2px;
  column-gap: 2px;
  padding-bottom: 8px;
}

.mobile_wrap {
  padding-left: 2px;
}

span.mobile_wrap_inner a {
  vertical-align: middle;
  display: contents;
}

.pl_img_10 {
  padding-right: 10px;
}

.flag_image_holder img {
  width: 36px !important;
  height: 26px !important;
  box-shadow: none !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.d-none {
  display: none;
}

.call_career {
  margin: 0px !important;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 700 !important;
}

.color-through {
  font-weight: 700;
  color: #005f9f;
}

.form_title_desc {
  margin-bottom: 16px !important;
}

.call_career.ml_pb_15 {
  padding-bottom: 10px !important;
}

.fab_menu {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 99999;
}

.fab_menu .fab {
  background: #4285f4;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 3;
  border-radius: 100%;
  box-shadow: 0 2px 4px rgb(0 0 0 / 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fab-animation-reverse 0.4s ease-out forwards;
}

.fab_menu .fac a img {
  max-width: 21px;
}

.fab_menu .fac a svg {
  max-width: 24px;
  max-height: 24px;
}

.fab_menu .fac {
  width: 32px;
  height: 180px;
  border-radius: 64px;
  position: absolute;
  background: #fff;
  z-index: 2;
  padding: 0.5rem 0.5rem;
  box-shadow: 0 2px 4px rgb(0 0 0 / 40%);
  opacity: 0;
  top: -190px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transition: opacity 0.2s ease-in, top 0.2s ease-in, width 0.1s ease-in;
}

.fab_menu .fac a {
  color: #344955;
  opacity: 0.8;
}

.fab_menu .fac a:hover {
  transition: 0.2s;
  opacity: 1;
  color: #30444f;
}

.fab_menu input {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  opacity: 0;
}

.fab_menu input:checked ~ .fab img.close {
  display: inline-block;
  opacity: 1;
}

.fab_menu input ~ .fab img.close {
  display: none;
}

.fab_menu input:checked ~ .fab img.chat {
  display: none;
}

.fab_menu input ~ .fab img.chat {
  display: inline-block;
}

.fab_menu input:checked ~ .fac {
  width: 42px;
  animation: fac-animation 0.4s ease-out forwards 0.1s;
  opacity: 1;
  right: 5px;
  height: 220px;
  top: -234px;
}

@keyframes fab-animation {
  0% {
    transform: rotate(0) scale(1);
  }

  20% {
    transform: rotate(60deg) scale(0.93);
  }

  55% {
    transform: rotate(35deg) scale(0.97);
  }

  80% {
    transform: rotate(48deg) scale(0.94);
  }

  100% {
    transform: rotate(45deg) scale(0.95);
  }
}

@keyframes fab-animation-reverse {
  0% {
    transform: rotate(45deg) scale(0.95);
  }

  20% {
    transform: rotate(-15deg);
  }

  55% {
    transform: rotate(10deg);
  }

  80% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(0) scale(1);
  }
}

@keyframes fac-animation {
  0% {
    transform: scale(1, 1);
  }

  33% {
    transform: scale(0.95, 1.05);
  }

  66% {
    transform: scale(1.05, 0.95);
  }

  100% {
    transform: scale(1, 1);
  }
}

.fab img {
  max-width: 28px;
}

.structure_modal.custom_modal.open.sticky {
  display: flex;
  bottom: 90px;
  right: 20px;
  max-width: 350px;
  padding: 0;
  top: auto;
  left: auto;
  margin: 0;
  max-height: 200px;
  background-color: #fff0;
  float: left;
  background-color: #fff0;
  transition: 0.5s ease;
  max-height: 200px;
}

.banner_slider_div .about_banner_div {
  background-image: url("../images/team_banner.webp") !important;
}

.banner_sections {
  background-image: url("../images/corporate_banner.webp") !important;
}

.menu_bar .nav_font li a {
  font-size: 18px;
  font-weight: 600;
}

.hire_hover {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.5s ease;
}

.hire_hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #1e5aba;
  transition: width 0.5s ease;
}

.hire_hover:hover::before {
  width: 98%;
}

.socialmeadia-header .socialmedia-block ul li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  color: #2f3d56;
  font-size: 15px;
  letter-spacing: 0.05em;
}

header .socialmedia-block {
  display: flex;
  justify-content: center;
}

.yellow_section .owl-dots {
  display: block !important;
}

.banner_porfolio_main_div {
  float: left;
  width: 100%;
  margin-top: 115px;
}

.banner_porfolio_main_wrap {
  float: left;
  width: 100%;
  position: relative;
  max-height: 400px;
  min-height: 400px;
  background: url(../images/portfolio_banner_new.webp) no-repeat 0 0;
  background-size: cover;
  background-position: center;
}

.banner_porfolio_main_wrap img {
  width: 100%;
  max-height: 400px;
  min-height: 400px;
  object-fit: cover;
  object-position: 100% 0;
  opacity: 0;
}

.banner_porfolio_main_wrap .center_under_line {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0.05em;
}

.banner_porfolio_main_wrap .center_under_line:after {
  background-color: #fff;
}

.banner_porfolio_main_wrap .desc_txt {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
}

.banner_content {
  float: left;
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 80px;
}

.sitemap .banner_porfolio_main_wrap .desc_txt {
  font-weight: 400 !important;
  width: 70%;
  margin: auto;
}

.list_site {
  width: 100%;
  float: none;
  padding: 20px 0;
  display: flex;
}

.list_inner {
  padding: 15px 0;
}

.list_inner .row {
  display: flex;
  flex-wrap: wrap;
}

.list_inner ul li {
  padding: 5px 0;
}

.list_inner ul li a {
  color: #000;
  font-size: 16px;
  display: inline-block;
}
/* 
.list_inner ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #146fac;
  transition: width 0.3s;
}

.list_inner ul li a:hover::after {
  width: 100%;
} */

.sitemap-bottom {
  margin-bottom: 14px !important;
}

.list_inner ul {
  padding-left: 15px;
  margin: 0;
}

.pt-40 {
  padding-top: 40px !important;
}

.ios_ecosystem {
  padding-top: 70px;
}

.ios_services h2 {
  position: relative;
}

.trusted_client h2 {
  margin: 0px !important;
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  line-height: 49px;
  position: relative;
}

.ios_services h2:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 80px;
  height: 4px;
  background: #2583e9;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 320px;
}

.ios_inner_text {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding-top: 50px;
  line-height: 34px;
  margin: 0;
  max-width: 1206px;
  margin: auto;
}

.client_slider_info {
  display: flex;
  align-items: center;
  column-gap: 70px;
}

.client_img {
  max-width: 635px;
  width: 100%;
  position: relative;
}

.play_icon_btn {
  position: absolute;
  cursor: pointer;
  right: 20px;
  bottom: 20px;
}

.client_review h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
}

.client_review h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  margin: 0;
  margin-top: 10px;
}

.client_location {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-top: 10px;
  max-width: 170px;
}

.owl-carousel .client_location img {
  width: 32px !important;
  height: 30px;
}

.client_location span {
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
}

.client_slider_info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
  padding-top: 20px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.slider_info .owl-nav .owl-prev .nav-btn.prev-slide,
.slider_info .owl-nav .owl-next .nav-btn.next-slide {
  border: 1px solid #2583e9;
  color: #2583e9;
  background: var(--bg_color);
  padding: 10px 20px 10px 20px;
  border-radius: 60px;
  margin-left: 10px;
}

.active-button {
  background-color: #2583e9 !important;
  color: #fff !important;
}

.slider_info .client_slider_info .client_location img {
  width: 30px !important;
  height: 30px !important;
}

.owl-carousel .owl-item .client_slider_info img {
  max-width: unset;
  margin: 0 !important;
}

.ios_cta_section {
  color: #fff;
}

.p-30 {
  padding: 20px;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.trusted_client h2 {
  margin: 0px !important;
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  line-height: 49px;
  position: relative;
}

.ios_cta_section p {
  text-align: center;
  font-size: 18px;
  padding-top: 30px;
  font-weight: 500;
}

.ios_cta_section p {
  margin: auto;
}

.cta_button .ios_btn {
  color: #fff;
}

.cta_button {
  text-align: center;
}

.ios_btn {
  font-size: 24px;
  font-weight: 600;
  color: #f1f8ff;
  background-color: #2583e9;
  border: none;
  padding: 16px 28px 16px 28px;
  border-radius: 60px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 9;
}

.cta_button .ios_btn:hover {
  background: #f1f8ff;
  transition: all 0.3s ease;
  color: #2583e9;
}

.pt-30 {
  padding-top: 30px;
}
.title-border::after {
  content: "";
  display: block;
  height: 2px;
  width: 74px;
  margin-top: 12px;
  background: #2583e9;
}

.next_gen_title p {
  font-size: 18px;
  color: #3b3b3b;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
}
.hire_tab_wrap .tab-content.active {
  display: block;
}

.hire_tab_wrap .tab-content {
  display: none;
}

.case_studie {
  background: #e8f3ff;
  border-radius: 40px;
}

.case_wrap ul {
  display: flex;
  column-gap: 20px;
  list-style-type: none;
  padding-bottom: 40px;
  margin: 0;
}

.tab-links li.active {
  background: #e8f3ff;
  color: #2583e9;
}

.moon_invoce h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 39.6px;
  margin: 0 !important;
}

.moon_invoce p {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 34px;
  color: #3b3b3b;
  padding-top: 20px;
  margin: 0;
}

.moon_tab li {
  font-size: 18px;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  border: 1px solid rgb(159 205 255 / 0.5);
  cursor: pointer;
  color: #426993;
}

.kay_feature_wrap {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 60px;
}

.key_feature ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  column-gap: 10px;
  row-gap: 10px;
  padding: 20px 0 0 0;
}

.key_feature h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 19px;
  padding-top: 20px;
  margin: 0;
}

.key_feature ul li {
  background: rgb(59 59 59 / 0.05);
  font-size: 12px;
  font-weight: 500;
  padding: 10px 15px 10px 15px;
  border-radius: 6px;
}

.pt_new {
  padding-top: 40px;
}

.social_media_icon {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.social_media_icon.show_social {
  max-height: 500px;
  opacity: 1;
  transition: max-height 0.5s ease-in-out, opacity 0.3s ease-in-out;
}

.contact_dropdown {
  width: 567.5px;
  position: absolute;
  margin-top: 18px;
  max-width: 100%;
}

.blog_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.around_padding {
  padding: 16px !important;
}

.thank_you_new_page .blog_box_details {
  padding: 0 10px 14px !important;
}

.thank_you_new_page .blog_box_details span {
  font-size: 16px !important;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.case_studie_bg {
  background: #f1f8ff;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 40px;
  justify-content: center;
}
textarea {
  resize: vertical;
  min-height: 100px !important;
  max-height: 400px;
  max-width: 100%;
}

/* responsive  */

@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: 250px;
  }

  .navbar-collapse.collapse {
    padding-right: 0;
  }

  #work_enviorement_slider .owl-nav button.owl-prev {
    left: -50px;
  }

  #work_enviorement_slider .owl-nav button.owl-next {
    right: -50px;
  }
}

@media screen and (max-width: 991px) {
  .left_under_line {
    text-align: center;
  }

  .testimonial_main_section .video-overlay-play-button.new_1 {
    height: 10% !important;
    bottom: 6% !important;
  }

  .video-overlay-play-button {
    height: 20%;
    bottom: 38px;
  }

  .left_under_line:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

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

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

  .map_heading h3 {
    padding: 10px 0 10px !important;
  }

  .main_banner_title h6 {
    font-size: 14px;
  }

  header.main_header.header ul.header_top li > a {
    min-height: auto;
  }

  .left_padding_zero,
  .right_padding_zero {
    padding: 0;
  }

  .main_banner_title h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .left_under_line {
    margin-bottom: 21px;
    font-size: 28px;
    line-height: 41px;
  }

  .about_content_block p {
    margin-bottom: 20px;
  }

  .about_company_info {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }

  .right_padding_zero {
    padding-left: 0;
  }

  .company_clm_div {
    width: 30%;
  }

  .center_under_line {
    font-size: 28px;
    margin-bottom: 27px;
  }

  .desc_txt {
    margin-bottom: 12px !important;
    font-size: 16px;
    line-height: 28px;
  }

  .about_content_block p {
    font-size: 17px;
    line-height: 28px;
  }

  .service_section_div .theme_btn_div {
    margin-top: 30px;
  }

  .frame_project_database .nav-tabs li a {
    font-size: 16px;
    padding: 10px;
  }

  .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
    } */

  .trustable_client_div {
    margin: 50px 0 10px;
  }

  .top_service_section_div {
    background-size: cover;
  }

  .trust_logo {
    margin-bottom: 20px;
  }

  .trust_client_child {
    margin: 0 auto;
  }

  .client_box {
    padding: 15px;
    margin: 5px 0;
  }

  .quote_span {
    font-size: 40px;
    line-height: 40px;
  }

  .media_partner_div {
    margin-top: 80px;
  }

  .location_div_main {
    padding: 40px 0 0;
  }

  .ftr_connect_links {
    flex-direction: column;
    margin-top: 40px;
  }

  .connect_with_us {
    text-align: center;
  }

  .connect_with_us {
    width: 280px !important;
    margin: 0 auto;
    padding-top: 42px;
  }

  .ftr_links_wrap {
    width: 100%;
  }

  .blog_img > img {
    width: 100%;
  }

  .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(21n) {
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
  }

  .media_section_main .media_logo:nth-child(3n) {
    border-right: 0;
  }

  .client_box p {
    margin: 15px 0;
    padding: 0 15px;
  }

  .quote_span {
    font-size: 60px;
    line-height: 60px;
  }

  .video_box {
    padding: 0;
  }

  .develop_portfolio_main {
    min-height: 260px;
  }

  .map_bg_main {
    background-size: 100%;
    background-position: 100% 100%;
  }

  .map_heading h3 {
    padding: 80px 0 40px;
  }

  .address_details_new {
    margin-bottom: 20px;
  }

  #get_a_free_quote .modal-dialog {
    width: 100%;
    margin: 0;
  }

  #get_a_free_quote.contact_modal button.close {
    color: #333;
  }

  .padding_left,
  .padding_right {
    padding: 0;
    position: inherit;
  }

  .contact_wrap a {
    justify-content: center;
  }

  .contact_address_main .full_address_div {
    margin-bottom: 30px;
  }

  .free_quote_form .form_heading {
    margin-bottom: 17px;
  }

  .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;
  }

  .testimonial_client_div {
    margin-bottom: 0;
  }

  .top_section_child {
    margin-top: 30px;
  }

  .about_banner_div {
    min-height: 300px;
    background-position: center center;
  }

  .about_banner_div h2 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 26px;
  }

  .mtpl_life_about_title .main_banner_title {
    margin-bottom: 0;
    padding-top: 0;
  }

  .success_block_main {
    flex-wrap: wrap;
  }

  .success_block_parent {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }

  .success_timeline_section .owl-item:nth-child(even) .item,
  .success_timeline_section .owl-item:nth-child(odd) .item {
    width: 100%;
  }

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

  .msg_ceo_wrap h5 {
    font-size: 22px;
    line-height: 22px;
  }

  .banner_section_msg_ceo {
    min-height: 250px;
  }

  .banner_section_msg_ceo img {
    min-height: 250px;
  }

  .banner_content_msg h1 {
    font-size: 21px;
  }

  .ftr_col_div {
    margin: 0 5px;
    height: 100px;
    width: 200px;
  }

  .ftr_col_div h3 {
    font-size: 18px;
  }

  .flex-div-busi-modal {
    flex-direction: column;
    justify-content: center;
  }

  .busi_modal_desc_wrap_div li {
    font-size: 16px;
    line-height: 30px;
  }

  .modal_desc_wrap {
    padding: 30px 0 30px 0;
  }

  .mobile_center_div {
    text-align: center;
    display: flex;
    order: 2;
    justify-content: center;
    margin-top: 15px;
  }

  .about_mt_busi_modal img {
    max-width: 80%;
  }

  .flex-div-busi-modal img {
    max-width: 80%;
  }

  .award_ftr_div_busi_modal {
    margin: 50px 0 50px;
  }

  .newsletter_wrap {
    position: relative;
    width: 280px;
    margin: 0 auto;
  }

  .equal_height .left_side_shape,
  .equal_height .right_side_shape {
    background-image: none;
  }

  .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;
  }

  .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;
  }

  .ftr_social_icon {
    margin-top: 30px;
  }

  .ftr_social_icon a {
    margin-left: 20px;
  }

  .ftr_connect_links h4 {
    min-height: auto;
    margin-bottom: 15px;
  }

  .ftr_links ul li a {
    font-size: 15px;
  }

  .testimonial_main_section .testi_client_content {
    padding-left: 0;
    justify-content: center;
  }

  .testimonial_main_section .col-xs-12 {
    padding: 0 15px;
  }

  .testimonial_main_section .client_box {
    min-height: auto;
  }

  .about_mt_busi_modal p.desc_txt {
    margin-bottom: 0;
  }

  .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;
  }
}

@media screen and (max-width: 767px) {
  .testimonial_main_section .theme_btn_div {
    margin-bottom: 20px !important;
  }

  .p-40 {
    padding: 50px 0 !important;
  }

  .media-body {
    max-width: inherit;
  }

  .connect_with_us h4 {
    text-align: center;
  }

  .main_banner_title {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  ul.header_top li a i {
    padding: 0;
  }

  header.main_header.header ul.header_top {
    padding-bottom: 5px;
  }

  .map_bg_main {
    height: 430px !important;
  }

  .map_heading {
    padding-left: 22px !important;
  }

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

  .modal_calandry .modal-title {
    font-size: 20px;
  }

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

  .banner_slider_div {
    margin-top: 0 !important;
  }

  .banner_margin_zero {
    margin-top: 100px !important;
    padding-inline: 15px;
  }

  .left_under_line {
    font-size: 22px;
    line-height: 41px;
    text-align: center;
  }

  .about_content_block p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .theme_btn {
    width: 200px;
    height: 48px;
    line-height: 44px;
    font-size: 18px;
  }

  .theme_btn img {
    margin-left: 10px;
  }

  .center_under_line {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .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: 0;
  }

  .media_section_main .media_logo:nth-child(22n) {
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
  }

  .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;
  }

  .ftr_connect_links {
    margin-top: 40px;
  }

  .frame_project_database .nav-tabs li a {
    line-height: 20px;
    font-size: 15px;
  }

  .frame_project_database .tab-content {
    padding: 20px 0 0;
  }

  .top_section_child .center_under_line {
    line-height: 33px;
    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 0;
  }

  .msg_ceo_main_div + .top_service_section_div .trustable_client_div {
    margin: 50px 0 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;
  }

  .top_service_section_div {
    background-size: 100%;
  }

  .main_banner_title h1 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .about_content_img {
    text-align: center;
  }

  .about_section_div,
  .service_section_div {
    padding: 30px 0;
  }

  .left_under_line:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .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: 25px;
  }

  .develop_portfolio_main {
    min-height: 290px;
  }

  .develop_portfolio_main .dev_team_box {
    text-align: center;
  }

  .map_bg_main {
    height: 300px;
  }

  .success_block_main {
    padding: 0;
  }

  .about_banner_div h2 {
    font-size: 18px;
    padding: 0 10px;
    word-break: break-word;
    margin: 0;
  }

  .about_banner_div h2 br {
    display: none;
  }

  .center_under_line br {
    display: none;
  }

  .technology_section_div {
    padding-bottom: 0;
  }

  .banner_section_msg_ceo {
    margin-top: 80px;
  }

  .msg_ceo_wrap p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .signature_wrap p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 26px;
  }

  .signature_wrap span {
    font-size: 18px;
    line-height: 26px;
  }

  .msg_ceo_main_div {
    padding-bottom: 0;
  }

  .banner_content_msg h1 {
    padding-left: 25px;
  }

  .banner_content_msg h1:before {
    left: 0;
  }

  .success_timeline_section_div {
    padding: 10px 0 0;
  }

  .award_ftr_div {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .banner_slider_div h2 {
    font-size: 18px;
  }

  .award_banner_div h2 {
    width: 90%;
  }

  .award_banner_div {
    min-height: 250px;
    padding: 0;
    background-position: center;
    background-size: cover;
  }

  .banner_content_msg {
    max-width: 100%;
    left: 15px;
    right: 15px;
  }

  .flex-div-busi-modal .left_under_line:after {
    left: 0;
    right: 0;
  }

  .busi_modal_tab {
    font-size: 14px;
  }

  .busi_modal_tab span {
    min-height: 50px;
  }

  .technology_section_div_busi_modal .frame_project_database .nav-tabs li a {
    padding: 0;
  }

  .busi_modal_tab img {
    max-width: 50%;
    height: 60px;
  }

  .technology_section_div_busi_modal {
    padding-top: 0;
  }

  .flex-div-busi-modal img {
    margin-bottom: 0;
  }

  .about_mt_busi_modal {
    padding-top: 30px;
  }

  .modal_desc_wrap {
    padding: 0;
  }

  .award_ftr_div_busi_modal {
    margin: 0;
  }

  .flex-div-busi-modal {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .equal_height .left_side_shape {
    background-size: contain;
  }

  .equal_height .right_side_shape {
    background-size: contain;
  }

  .equal_height .left_side_shape img {
    padding: 0;
  }

  .equal_height .right_side_shape img {
    padding: 0;
  }

  .life_at_mtlp_title {
    margin: 0;
  }

  .main_banner_title h1.center_under_line.remove_line {
    font-size: 40px;
  }

  .pb-6 {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .equal_height {
    flex-direction: column;
    margin-top: 0;
  }

  .life_at_mtlp .desc_txt {
    width: 90%;
    text-align: justify;
  }

  .order_1 {
    order: 1;
  }

  .order_2 {
    order: 2;
  }

  .middle_center_text {
    padding: 10px 0;
  }

  .equal_height h3 {
    font-size: 20px;
    line-height: 22px;
  }

  .life_at_mtlp h3.life_at_mtlp_title {
    text-align: center;
    font-size: 18px;
  }

  .owl-nav {
    display: none;
  }

  .life_at_mtlp .ftr_col_div {
    margin: 10px auto;
    width: 100%;
  }

  .life_at_mtlp .award_ftr_div {
    margin-top: 20px;
  }

  .equal_height .left_side_shape,
  .equal_height .right_side_shape {
    background-image: none;
  }

  .equal_height .events_section.left_side_shape .owl-dots {
    left: 0;
  }

  .equal_height .events_section.right_side_shape .owl-dots {
    right: 0;
  }

  .equal_height h3 br {
    display: none;
  }

  .life_at_mtlp .award_ftr_div .ftr_child_div {
    flex-direction: column;
  }

  .events_section .owl-theme .owl-dots .owl-dot span {
    margin: 5px;
  }

  .technology_section_div_busi_modal .service_theme_btn {
    margin-top: 0;
  }

  .technology_section_div_busi_modal .service_theme_btn a img {
    margin-bottom: 0;
  }

  .technology_section_div_busi_modal .theme_btn_div {
    margin-bottom: 30px !important;
  }

  .bg_color_div_busi_modal .service_theme_btn {
    margin-top: 0;
  }

  .bg_color_div_busi_modal .service_theme_btn a img {
    margin-bottom: 0;
  }

  .theme_btn_div_hire a img {
    margin-bottom: 0;
  }

  .theme_btn_div {
    margin-top: 0;
  }

  .technology_section_div_busi_modal .mobile_center_div img {
    margin-top: 20px;
  }

  .modal_desc_wrap .mobile_center_div img {
    margin-top: 20px;
  }

  .about_mt_busi_modal img {
    margin-top: 20px;
  }

  .bg_color_div_busi_modal a img {
    margin-bottom: 0;
  }

  .life_at_mtlp_slider {
    margin-top: 50px;
  }

  .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: 15px;
  }

  .patner_ship h2 {
    font-size: 23px !important;
    line-height: 35px !important;
    font-weight: 700;
  }

  .form_heading h4 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .mb-4 {
    margin-bottom: 30px;
  }

  .equal_height .left_side_shape img {
    padding-left: 0;
  }

  .left-side-slider .left_side_shape img {
    padding-left: 42px !important;
  }

  .equal_height .right_side_shape img {
    padding-right: 0;
  }

  .equal_height .client_visits_info {
    padding-right: auto;
  }

  .equal_height .left_side_shape {
    background-size: contain;
  }

  .equal_height .right_side_shape {
    background-size: contain;
  }

  #work_enviorement_slider .owl-nav button.owl-prev {
    left: -55px;
  }

  #work_enviorement_slider .owl-nav button.owl-next {
    right: -55px;
  }

  .main_banner_title h1.center_under_line.remove_line {
    font-size: 45px;
  }

  .life_at_mtlp_slider {
    margin-top: 50px;
  }

  .life_at_mtlp_title .about_banner_div h2 {
    margin-top: 10px;
  }

  .life_at_mtlp h3.life_at_mtlp_title {
    text-align: center;
    padding-left: 0;
  }

  .life_at_mtlp .desc_txt {
    width: 100%;
    text-align: justify;
  }

  .equal_height {
    flex-direction: column;
  }

  .order_1 {
    order: 1;
  }

  .order_2 {
    order: 2;
  }

  .middle_center_text {
    padding: 0;
  }

  #work_enviorement_slider .owl-nav button.owl-next {
    right: -60px;
  }

  #work_enviorement_slider .owl-nav button.owl-prev {
    left: -60px;
  }

  .equal_height h3 br {
    display: none;
  }

  .equal_height .events_section.left_side_shape .owl-dots {
    left: 0;
  }

  .equal_height .events_section.right_side_shape .owl-dots {
    right: 0;
  }

  .testimonial_banner_div {
    min-height: 250px;
  }

  .banner_slider_div h2 {
    padding: 0 10px;
  }

  .testimonial_main_section .client_box .quote_span {
    font-size: 40px;
    line-height: 40px;
  }

  .banner_slider_div h2 br {
    display: none;
  }
}

@media screen and (min-width: 820px) and (max-width: 830px) {
  .left-side-slider .left_side_shape img {
    padding-left: 68px !important;
  }
}

@media screen and (max-width: 568px) {
  .about_company_info {
    flex-wrap: wrap;
  }

  .company_clm_div {
    width: 100%;
    margin: 0;
  }

  .about_company_info .company_clm_div:nth-of-type(even) {
    margin-top: 0;
  }

  .desc_txt {
    line-height: 26px;
  }

  .top_service_section_div {
    padding: 0 0 50px;
  }

  .ftr_links {
    width: 100%;
  }

  .connect_with_us {
    width: 80%;
  }

  .ftr_social_icon a {
    margin-left: 10px;
  }

  .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;
  }

  .free_quote_form .select_wrap {
    margin-bottom: 15px;
  }

  .free_quote_form .attach_file_div {
    margin-bottom: 15px;
  }

  .attach_file_div {
    margin-bottom: 6px;
  }

  .frame_project_database .nav-tabs li a {
    font-size: 14px;
    padding: 10px 5px;
    margin: 0;
  }

  .main_logo img {
    width: 140px !important;
    height: auto !important;
  }

  .menu_bar ul li a {
    font-size: 15px;
    padding: 10px 0;
  }

  .main_logo {
    padding: 0;
  }

  .client_box {
    padding: 20px;
  }

  .contact_company {
    margin-bottom: 10px;
    width: 100%;
    float: left;
  }

  .map_heading h3 {
    font-size: 17px;
    line-height: 24px;
    padding: 60px 0 30px;
  }

  #get_a_free_quote.contact_modal button.close {
    top: 10px;
    right: 10px;
  }

  .theme_btn {
    font-size: 16px;
  }

  .success_year_desc p br {
    display: none;
  }

  .success_year span {
    font-size: 15px;
    padding: 0 5px;
  }

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

  .success_timeline_section .owl-item:nth-child(even) .success_year_desc,
  .success_timeline_section .owl-item:nth-child(odd) .success_year_desc {
    border-radius: 10px;
    padding: 6px;
    margin: 10px auto !important;
  }

  .about_banner_div {
    min-height: 250px;
    background-position: center center;
  }

  .img_wrap img {
    max-width: 80%;
  }

  .dev_team_box span {
    font-size: 20px;
  }

  .banner_section_msg_ceo {
    margin-top: 85px;
  }

  .banner_content_msg h1 {
    font-size: 17px;
    line-height: 32px;
    padding-right: 10px;
  }

  .banner_content_msg h1:after {
    bottom: 15px;
  }

  .banner_section_msg_ceo img {
    min-height: 200px;
  }

  .banner_section_msg_ceo {
    min-height: 200px;
  }

  .msg_ceo_main_div {
    padding-top: 30px;
  }

  .msg_ceo_wrap h5 {
    margin-bottom: 20px;
  }

  .msg_ceo_wrap h5 {
    font-size: 20px;
  }

  .msg_ceo_wrap p {
    text-align: left;
  }

  .ftr_child_div {
    flex-direction: column;
  }

  .ftr_col_div {
    margin: 0 0 10px;
    height: auto;
    width: 100%;
    padding: 18px 0;
  }

  .top_service_section_div.award_curve_bg {
    margin-bottom: 0;
  }

  .main_banner_title h1 {
    font-size: 22px;
  }

  .banner_slider_div h2 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    padding: 0 10px;
  }

  .busi_modal_tab {
    font-size: 12px;
  }

  .address_div_child {
    width: 100%;
  }

  .form_heading h4 {
    font-size: 14px;
    line-height: 18px;
  }

  .heade_new .main_logo {
    padding-bottom: 10px;
  }

  .center_under_line {
    padding-top: 0;
  }
}

@media screen and (max-width: 450px) {
  .left_under_line {
    line-height: 31px;
  }
}

@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;
  }

  .map_heading span br {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .service_theme_btn {
    padding-right: 10px !important;
    padding-left: 10px !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) {
    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;
  }

  ul.header_top li a i {
    vertical-align: 0;
  }

  .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) {
  .testimonial_slider .owl-carousel .owl-item img {
    width: 100%;
  }

  .success_year {
    text-align: center;
  }

  .mtpl_life_about_title .main_banner_title {
    margin-top: -163px !important;
  }

  .inner {
    border: 2px solid #2583e9;
    padding: 0 6px;
    border-radius: 20px !important;
    width: 222px !important;
    background-color: #fff;
    height: 453px !important;
    margin: auto !important;
  }

  .budget_select_div {
    background-position-x: 98%;
  }

  .map_heading h3 {
    padding: 10px 0 10px !important;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px;
  }

  .right_padding_zero {
    padding-bottom: 0;
  }

  .map_heading {
    padding-left: 20px;
  }

  .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;
  }

  ul.header_top li a i {
    font-size: 16px;
  }

  .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: 0;
  }

  .dev_team_box p {
    margin-top: 0;
  }
}

@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: 1000px) and (max-width: 1140px) {
  .contact_wrap a span {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .w-50 {
    width: 50%;
    min-height: 182px;
  }

  .tab-pane-busi-modal h2.left_under_line {
    font-size: 25px;
  }

  .modal_desc_wrap.city {
    padding: 20px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  img.lazy.intro_banner {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  img.lazy.intro_banner {
    width: auto;
    margin: 24px auto;
    max-width: 100%;
    display: flex;
  }

  .testimonial_main_section .video-overlay-play-button.new_1 {
    height: 15% !important;
    bottom: 37px !important;
  }
}

@media screen and (min-width: 1399px) and (max-width: 1680px) {
  .equal_height .owl-carousel .owl-item img {
    max-width: -webkit-fill-available;
  }

  .left_side_shape.events_section .owl-carousel .owl-nav button.owl-prev {
    left: -39px;
  }

  .left_side_shape.events_section .owl-carousel .owl-nav button.owl-next {
    right: -42px;
  }

  .right_side_shape.events_section .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
  }

  .right_side_shape.events_section .owl-carousel .owl-nav button.owl-next {
    right: -40px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .equal_height .owl-carousel .owl-item img {
    max-width: -webkit-fill-available;
  }

  .left_side_shape.events_section .owl-carousel .owl-nav button.owl-prev {
    left: -39px;
  }

  .left_side_shape.events_section .owl-carousel .owl-nav button.owl-next {
    right: -42px;
  }

  .right_side_shape.events_section .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
  }

  .right_side_shape.events_section .owl-carousel .owl-nav button.owl-next {
    right: -40px;
  }
}

@media screen and (max-width: 1024px) {
  .menu_bar.navbar-collapse:not(.in) {
    overflow: hidden !important;
  }

  .menu_bar .navbar {
    height: 100%;
  }

  header.main_header.header.heade_new .menu_bar ul li.contact_link a {
    background-color: #ff7a2f !important;
    color: #fff !important;
  }

  .heade_new {
    margin-top: 0;
    background-color: #fff !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;
  }

  .map_bg_main {
    background-position: center 0 !important;
  }

  .flag_country span {
    font-size: 16px;
  }

  .location_div_main {
    padding: 10px 10px 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .calendly-inline-widget {
    height: 410px !important;
    width: 100%;
    min-width: auto !important;
  }

  .banner_slider_div h2 {
    font-size: 18px;
  }

  .banner_slider_div p {
    font-size: 14px;
  }

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  ul.header_top li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .location_div_main {
    padding: 10px 0 0 0;
  }

  .service_trustable_main.bg-white {
    padding-bottom: 0;
  }

  .service_trustable_main {
    padding: 0 !important;
  }

  .mt-20 {
    margin-top: 0;
  }

  .banner_slider_div .theme_btn_div {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .life_at_mtlp .services_child .center_under_line.remove_line {
    margin-bottom: 10px;
  }

  .card-body span {
    font-size: 12px;
  }

  .patner_ship h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .card-body h3 {
    font-size: 18px;
    padding: 0;
  }

  .map_bg_main {
    background-size: 100%;
    background-position: 100% 100%;
    background-image: none;
    background-color: #3a065e;
    height: auto !important;
  }

  .p-40 {
    padding: 50px 0 !important;
  }

  .develop_portfolio_main .theme_btn_div {
    margin-bottom: 0 !important;
  }

  .testimonial_banner_div {
    background-position: center;
  }

  .award_banner_div.business_banner_div {
    background-position: center;
  }

  .award_banner_div.business_banner_div::before {
    display: none;
  }

  .budget_select_div {
    background-position-x: 98%;
  }

  .dev_team_box span {
    font-size: 26px;
  }

  .contact_form_popup .col-md-6.no_padding {
    width: 50%;
  }

  .attach_file_div {
    padding-right: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .menu_bar ul li a {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1400px) {
  .testimonial_banner_div {
    min-height: 350px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .wow {
    animation-name: none !important;
    animation: none !important;
    -webkit-animation: none !important;
    animation-delay: 0s !important;
    animation-delay: initial !important;
    -webkit-animation-delay: unset !important;
  }

  .develop_portfolio_main {
    padding: 90px 0;
  }

  .menu_bar ul li a {
    font-weight: 400;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .wow {
    animation-name: none !important;
    visibility: visible !important;
    animation: none !important;
    -webkit-animation: none !important;
    animation-delay: 0s !important;
    animation-delay: initial !important;
    -webkit-animation-delay: unset !important;
  }

  .develop_portfolio_main {
    padding: 90px 0;
  }

  .menu_bar ul li a {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .sub_popup .videomainti {
    font-size: 14px;
  }

  .banner_margin_zero.life_at_mtlp_title .main_banner_title {
    padding-top: 0;
  }
}

@media screen and (max-width: 340px) {
  .sub_popup .videomainti {
    font-size: 12px;
  }
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - (3rem * 2));
  }
}

@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;
  }

  a:hover,
  a:focus {
    outline: none !important;
  }

  .top_service_section_div {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1280px) {
  ul.header_top li a {
    font-size: 13px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .accolades_section_div {
    margin: 50px 0 0;
  }

  .award_ftr_div {
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner_slider_div.partner_bannerwrap {
    margin-top: 145px !important;
  }

  .card-body h3 {
    font-size: 21px;
  }

  .card-body span {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .video-overlay-play-button {
    height: 12%;
    left: 36px;
    bottom: 23px;
  }

  .partner_bannerwrap .main_banner_title h1 {
    margin-top: 0;
  }

  .contact_form_popup .col-md-6.no_padding {
    width: 100%;
  }

  .contact_form_main .theme_btn_div {
    margin-bottom: 0 !important;
  }

  .testimonial_main_section .col-xs-12 {
    padding: 0;
  }

  .testimonial_main_section {
    padding: 40px 0 0;
    margin-bottom: 30px;
  }

  .top_service_section_div {
    padding-bottom: 20px;
  }

  .mobile_show {
    display: block;
  }

  .msg_ceo_main_div {
    padding-top: 40px;
  }

  .banner_content_msg.mobile_show h1:before {
    top: -28px;
  }

  .new_bannercontent h1 {
    margin-top: 0;
    font-size: 17px;
    line-height: 32px;
    padding-right: 10px;
    margin-bottom: 40px;
    padding-left: 25px;
  }

  .new_bannercontent h1:after {
    width: 20px;
    height: 20px;
    bottom: 13px;
  }

  .new_bannercontent h1:before {
    top: -5px;
    width: 20px;
    height: 20px;
    left: 0;
  }
}

@media screen and (max-width: 575px) {
  .budget_select_div {
    background-position-x: 96%;
  }

  .banner-point.secound {
    padding-top: 0px !important;
  }

  .attach_file_div {
    padding-right: 9px;
  }

  .banner_content_msg.mobile_hide {
    display: none;
  }

  #work_enviorement_slider .owl-nav button.owl-next {
    position: absolute;
    right: -35px;
    top: 37%;
  }

  #work_enviorement_slider .owl-nav button {
    width: 30px;
    height: 30px;
  }

  #work_enviorement_slider .owl-nav button.owl-prev {
    position: absolute;
    left: -35px;
    top: 37%;
  }
}

@media screen and (max-width: 1240px) {
  .banner_slider_div .theme_btn_div {
    margin-bottom: 12px !important;
  }
}

@media screen and (max-width: 567px) {
  .video-overlay-play-button {
    height: 17%;
    left: 15px;
    bottom: 28px;
  }

  .client_box {
    padding: 15px !important;
  }

  .banner_margin_zero.life_at_mtlp_title .main_banner_title {
    padding-top: 48px;
  }

  .mtpl_life_about_title .main_banner_title {
    margin-top: -112px !important;
  }

  .testimonial_main_section .video-overlay-play-button.new_1 {
    height: 20% !important;
    bottom: 16% !important;
  }

  .name_position.center {
    left: 58%;
    bottom: 28px;
  }

  .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;
  }

  .partner_bannerwrap .main_banner_title h1 {
    margin-top: 31px;
  }

  .partner_bannerwrap h2 {
    margin-top: 0 !important;
  }

  .partner_bannerwrap .theme_btn_div {
    margin-bottom: 20px !important;
  }

  .develop_portfolio_main {
    min-height: 253px;
  }

  .dev_team_box {
    padding: 17px;
  }

  .left_side_shape.events_section .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -12px !important;
  }

  .left_side_shape.events_section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -15px !important;
  }

  .right_side_shape.events_section .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -13px !important;
  }

  .right_side_shape.events_section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -15px !important;
  }

  .testimonial_curve_bg .award_ftr_div {
    margin-bottom: 0;
  }

  .award_curve_bg .accolades_section_div {
    margin-bottom: 30px !important;
  }

  .top_service_section_div {
    padding-bottom: 10px !important;
  }

  .testimonial_slider_div .moreless-button {
    bottom: 3px !important;
  }

  .social_title {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .video-overlay-play-button {
    height: 15%;
    left: 15px;
    bottom: 23px;
  }
}

@media screen and (max-width: 320px) {
  #work_enviorement_slider .owl-nav button.owl-next {
    position: absolute;
    right: -29px;
  }

  #work_enviorement_slider .owl-nav button.owl-prev {
    position: absolute;
    left: -28px;
  }

  #work_enviorement_slider .owl-nav button {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .right_side_shape.events_section .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -34px;
  }

  .right_side_shape.events_section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -34px;
  }

  .left_side_shape.events_section .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -34px;
  }

  .left_side_shape.events_section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -34px;
  }

  .left-side-slider .left_side_shape img {
    padding-left: 0 !important;
  }

  .events_section .owl-carousel .owl-nav button {
    width: 28px;
    height: 28px;
  }

  .videomainti span {
    display: block;
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .events_section .owl-carousel .owl-nav {
    display: none !important;
  }

  .events_section .owl-carousel .owl-dots {
    display: block !important;
  }

  .accolades_section .owl-dots {
    display: block;
    margin-top: 10px !important;
  }

  .ftr_child_div.mt-30 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 1700px) {
  .testimonial_curve_bg {
    background-size: 100% 75%;
  }
}

@media (max-width: 991px) {
  .events_section .owl-carousel .owl-item.active .item {
    margin-inline: 20px;
  }

  .events_section .owl-carousel .owl-item.active .item img,
  .accolades_section .owl-carousel .owl-item.active .item img {
    width: 100% !important;
  }

  .events_section .owl-carousel .owl-nav button.owl-prev,
  .accolades_section .owl-carousel .owl-nav button.owl-prev {
    left: -10px !important;
  }

  .events_section .owl-carousel .owl-nav button.owl-next,
  .accolades_section .owl-carousel .owl-nav button.owl-next {
    right: -10px !important;
  }

  .accolades_section .owl-carousel .owl-nav button.owl-prev {
    left: -32px !important;
  }

  .accolades_section .owl-carousel .owl-nav button.owl-next {
    right: -32px !important;
  }

  .accolades_section .owl-carousel .owl-nav button.owl-prev,
  .accolades_section .owl-carousel .owl-nav button.owl-next {
    width: 30px !important;
    height: 30px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .accolades_section .owl-carousel .owl-dots {
    display: none !important;
  }
}

@media (max-width: 567px) {
  .events_section .owl-carousel .owl-item.active .item {
    margin-inline: 0;
  }

  .accolades_section {
    width: 85%;
  }

  .accolades_section .owl-carousel .owl-nav button.owl-prev,
  .accolades_section .owl-carousel .owl-nav button.owl-next {
    width: 22px !important;
    height: 22px !important;
    font-size: 12px !important;
  }

  .accolades_section .owl-carousel .owl-nav button.owl-prev {
    left: -23px !important;
  }

  .accolades_section .owl-carousel .owl-nav button.owl-next {
    right: -23px !important;
  }

  .newsletter_wrap {
    position: relative;
    width: 280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
}

@media screen and (max-width: 320px) {
  .video-overlay-play-button {
    height: 15%;
    left: 7px;
    bottom: 26px;
  }

  .name_position.center {
    left: 63%;
  }
}

@media screen and (max-width: 991px) {
  .theme_btn_div_connect {
    text-align: center !important;
  }
}

@media screen and (max-width: 1200px) {
  .banner_margin_zero .main_banner_title {
    margin-bottom: 7px !important;
  }

  .theme_btn_div.margin_top {
    margin-top: 20px !important;
  }

  form.free_quote_form {
    padding: 25px 40px 20px;
  }

  .free_quote_form .form_heading {
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 1024px) {
  .pt_50 {
    padding-top: 35px;
  }
}

@media screen and (max-width: 991px) {
  .banner_slider_div.banner_margin_zero.partner_bannerwrap {
    margin-top: 157px !important;
  }

  .award_ftr_div {
    margin-top: 15px;
  }

  .modal-header {
    padding: 0 15px 0 15px !important;
  }
}

@media screen and (max-width: 567px) {
  .banner_slider_div.banner_margin_zero.partner_bannerwrap {
    margin-top: 110px !important;
  }

  .testimonial_main_section .theme_btn_div {
    margin-top: 5px;
  }

  .testimonial_client_div .center_under_line {
    margin-top: 25px !important;
  }

  .sub_popup.in {
    display: flex !important;
    align-items: center;
  }

  .mobile_show h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.05em;
    position: relative;
    margin: 0;
    padding-bottom: 24px;
    display: block;
  }

  .events_section .owl-carousel .owl-nav button {
    top: 41%;
  }
}

@media screen and (max-width: 1280px) {
  ul.header_top li a {
    font-size: 13px;
  }
}

@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));
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .develop_portfolio_main {
    background-position: -500px center;
  }
}

@media (max-width: 1200px) {
  .mtpl_life_about_title .main_banner_title {
    margin-top: -125px !important;
  }

  .portfolio_trustable_main {
    margin-bottom: 23px;
  }

  .top_service_section_div {
    margin-bottom: 0 !important;
  }

  .top_section_child {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .develop_portfolio_main {
    background-position: -638px center;
  }

  .top_section_child {
    margin-top: 30px;
  }
}

@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: 991px) {
  .award_banner_div {
    background-position: -80px center;
    position: relative;
    background-size: cover;
  }

  .award_banner_div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 0.4);
    width: 100%;
    height: 100%;
  }

  .banner_slider_div h2 {
    z-index: 1;
  }

  .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;
  }

  .banner_section_msg_ceo {
    background-position: right;
  }

  .award_banner_div.partner_banner {
    background-position: center;
  }

  .award_banner_div {
    background-position: center;
  }

  .text-right {
    text-align: center !important;
  }

  .location_div_main {
    padding: 10px 0 0 0;
  }
}

@media screen and (max-width: 568px) {
  .connect_with_us div#emptyemailMessage {
    max-width: 100%;
    text-align: left;
    margin-top: 2px;
  }

  .banner_section_msg_ceo {
    background-position: right 11px;
  }

  img.lazy.intro_banner {
    margin: 0 auto;
    max-width: 70% !important;
  }
}

@media screen and (max-width: 1440px) {
  .success_timeline_section .owl-item .success_year_desc {
    max-width: 228px;
    width: 100%;
  }

  .ftr_col_div h3 {
    margin: 3px 0 0 !important;
  }
}

@media screen and (max-width: 1700px) {
  .testimonial_curve_bg {
    background-size: 100% 75%;
  }
}
@media (max-width: 567px) {
  .newsletter_wrap {
    position: relative;
    width: 280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
}

@media screen and (max-width: 320px) {
  .video-overlay-play-button {
    height: 15%;
    left: 7px;
    bottom: 26px;
  }

  .name_position.center {
    left: 63%;
  }
}

@media screen and (max-width: 991px) {
  .theme_btn_div_connect {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .equal_height {
    margin: 20px 0 0;
  }

  .equal_height img {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .banner_margin_zero .main_banner_title {
    margin-bottom: 7px !important;
  }

  .theme_btn_div.margin_top {
    margin-top: 20px !important;
  }

  form.free_quote_form {
    padding: 25px 40px 20px;
  }

  .free_quote_form .form_heading {
    margin-bottom: 21px;
  }

  .success_timeline_section_div h2.center_under_line {
    margin-bottom: 28px !important;
  }

  header.main_header.header ul.header_top li > a span {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 567px) {
  .banner_slider_div.banner_margin_zero.partner_bannerwrap {
    margin-top: 110px !important;
  }

  .testimonial_main_section .theme_btn_div {
    margin-top: 5px;
  }

  .testimonial_client_div .center_under_line {
    margin-top: 25px !important;
  }

  .sub_popup.in {
    display: flex !important;
    align-items: center;
  }

  .mobile_show h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.05em;
    position: relative;
    margin: 0;
    padding-bottom: 24px;
    display: block;
  }

  .events_section .owl-carousel .owl-nav button {
    top: 41%;
  }

  .events_section.right_side_shape .owl-dots,
  .events_section.left_side_shape .owl-dots {
    bottom: -38px;
  }

  .equal_height.life_with__mtpl {
    margin-top: 0;
  }

  .about_mt_div {
    padding: 26px 0 0;
  }

  .about_gesia_desc.services_child .center_under_line {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991.98px) {
  .our-clients .trust-client {
    text-align: center;
    gap: 40px;
  }

  .our-clients .trust-client .client-imgs {
    width: calc(30% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .our-clients .trust-client {
    gap: 30px;
  }

  .our-clients .trust-client .client-imgs {
    width: calc(33% - 30px);
  }
  .main_header {
    padding: 10px 0 10px !important;
  }

  .warning-alert {
    position: fixed;
    width: 300px;
    left: 10px;
    bottom: 10px;
    padding: 10px;
  }

  ul.submenu.small_width li a.mega_menu_active {
    color: #ff7a2f;
  }

  .trustable_client_div .services_child .center_under_line {
    padding-top: 0;
  }

  .sticky_popup_dabai {
    width: 280px !important;
    height: 280px !important;
    bottom: 25px !important;
  }
}

@media screen and (max-width: 567.98px) {
  .our-clients .trust-client .client-imgs {
    width: calc(100% - 20px);
  }

  .our-clients .trust-client .client-imgs:nth-child(2),
  .our-clients .trust-client .client-imgs:nth-child(3) {
    margin: 7px 0;
  }
  #infrastructure.sticky button.close {
    right: -29px;
    top: -8px;
  }

  .open.sticky .custom_modal_content iframe {
    width: 250px !important;
    height: 140px !important;
  }

  .structure_modal.custom_modal.open.sticky {
    display: flex;
    bottom: 60px;
    right: -20px;
  }

  .custom_modal_content {
    max-width: 700px;
    width: 90%;
  }

  .white-card .card-body ul li {
    width: 100% !important;
  }

  .wts_icon {
    bottom: 5px;
    width: 45px;
    height: 45px;
  }

  .wts_icon img {
    width: 30px;
  }

  .open .custom_modal_content iframe {
    width: 385px;
    height: 197px;
  }

  .sticky .custom_modal_content iframe {
    width: 100%;
    height: auto;
  }

  .ftr_social_icon a {
    margin-left: 8px;
    height: 40px;
    width: 40px;
  }

  .infrastructur_inner .play_button_mtpl img {
    min-height: 230px;
  }

  .infrastructur_inner .play .video-overlay-play-button {
    position: absolute !important;
    left: 17px;
    bottom: 32px;
    height: 49px;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    opacity: 3;
  }
}

@media screen and (max-width: 499px) {
  ul.header_top li svg {
    width: 20px;
    height: 20px !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;
    max-height: 18px;
  }
}
