/*!
 * b5st since v1.0 | Unicence
 */
.vs-hd-bg h1,
rs-layer h2 {
  font-size: 3rem;
}
.btn-outline-primary,
.btn-secondary {
  --bs-btn-active-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body,
h1,
h2,
h3,
h4,
h5 {
  font-family: "DM Sans", sans-serif;
}
#breadcrumbs span a,
.ind-hg a,
.vs-hd-bg h1,
.vs-hd-bg h2,
.vs-hd-bg p,
.vs-hd-bg span {
  color: var(--bs-white);
}
.onhover,
.vs-sl-left,
.vs-sl-right {
  transition: 0.5s;
}
.pagination,
.vs-partner li,
.wsp-pages-list,
.wsp-pages-list ul,
footer ul li,
ul.list li,
ul.list1 li,
ul.sr-lis {
  list-style: none;
}
.fw-bolder,
footer ul li {
  letter-spacing: 0.3px;
}
:root {
  --bs-blue: #0032a1;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0032a1;
  --bs-secondary: #f04f2c;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f6f6f6;
  --bs-dark: #212529;
  --bs-btn-bg: #f04f2c;
  --bs-orange: #fff4f2;
  --bs-primary-rgb: 0, 50, 161;
  --bs-font-sans-serif: system-ui, -apple-system, "Poppins", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-pagination-color: #f04f2c;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f04f2c;
  --bs-btn-border-color: #f04f2c;
  --bs-btn-hover-color: #f04f2c;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-bg: #f04f2c;
  --bs-btn-active-border-color: #f04f2c;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn-outline-primary {
  --bs-btn-color: #0032a1;
  --bs-btn-border-color: #0032a1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0032a1;
  --bs-btn-hover-border-color: #0032a1;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-bg: #0032a1;
  --bs-btn-active-border-color: #0032a1;
  --bs-btn-disabled-color: #0032a1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0032a1;
  --bs-gradient: none;
}
.bg-orange {
  background: var(--bs-orange);
}
.vs-hd-bg,
.vs-hd-bg::before {
  background-repeat: no-repeat;
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-secondary-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-secondary-active-bg);
}
.single .btn-secondary:hover,
.w-limit .year,
footer ul li a:hover {
  color: var(--bs-secondary);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-dark);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-secondary-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-secondary-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: var(--bs-secondary);
  --bs-pagination-active-border-color: var(--bs-secondary);
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
}
.aligncenter,
.vs-hd-bg,
.wp-block-image img {
  display: block;
}
.text-secondary {
  color: var(--bs-secondary) !important;
}
.site-header-image {
  display: block;
  margin: auto;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}
.people-image {
  object-fit: cover;
  width: 150px;
  height: 150px;
}
.alignleft {
  float: left;
}
.alignright,
.frm-filter {
  float: right;
}
.aligncenter {
  clear: both;
}
.wp-block-cover-text p {
  padding: 1.5em 16px;
}
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 16px;
}
.comment-list,
.comment-list ul,
ol.wp-block-latest-comments {
  padding-left: 0;
}
.form-control {
  line-height: 2;
}
.fw-bolder,
.vs-job-tags h5 small,
footer ul li {
  line-height: 28px;
}
.tr-hg {
  min-height: 350px;
}
html {
  font-size: 100%;
}
body {
  background: #fff;
  font-weight: 400;
  line-height: 1.75;
  color: #2b3853;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.comment-meta,
p {
  margin-bottom: 1rem;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 3rem 0 1.38rem;
  font-weight: 500;
  line-height: 1.3;
}
.fw-600,
.page_item_has_children a,
.single .entry-content h3,
h1 {
  font-weight: 600;
}
h1 {
  font-size: 2.488rem;
}
h2 {
  font-size: 2.074rem;
}
h3 {
  font-size: 1.728rem;
}
h5 {
  font-size: 1.2rem;
}
.text_small,
small {
  font-size: 0.833rem;
}
.fw-bolder,
rs-layer h2 {
  font-weight: 600 !important;
}
.vs-hd-bg h1,
h4 {
  font-weight: 500;
}
h4 {
  font-size: 1.44rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.entry-content li a,
.widget_block li a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #2b3853;
  text-decoration: none;
}
.wp-block-code {
  padding: 0.5em 1em;
  margin: 0 0 1.5rem;
}
.entry-content ol,
.entry-content ul:not(.blocks-gallery-grid) {
  margin: 0;
  max-width: inherit;
  padding: 0;
}
.entry-content li,
.entry-content ol ol li,
.entry-content ol ul li,
.entry-content ul ol li,
.entry-content ul ul li {
  margin-left: 0;
}
.entry-content li a:hover,
.widget_block li a:hover {
  text-decoration: underline;
  color: var(--bs-secondary);
}
.widget_block {
  margin-bottom: 2rem;
}
.widget_block li {
  clear: both;
  max-width: 340px;
  margin-bottom: 0.5rem;
}
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ol,
.entry-content ul ul {
  margin: 0 auto;
}
.wp-block-quote {
  margin-left: 16px;
  margin-right: 16px;
  padding: 0;
}
.wp-block-quote > * {
  margin-left: 1rem;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 36px auto;
  padding: 0;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
  .wp-block-quote {
    margin: 48px auto;
  }
}
.wrap-lg,
.wrap-md {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.wp-block-group.has-background
  > .wp-block-group__inner-container
  > :first-child,
.wp-block-pullquote > p:first-child {
  margin-top: 0;
}
.wp-block-gallery.alignright,
.wp-block-image .alignright,
.wp-block-pullquote.alignright {
  margin-left: 2rem;
}
.wp-block-gallery.alignleft,
.wp-block-image .alignleft,
.wp-block-pullquote.alignleft {
  margin-right: 2rem;
}
.wp-block-video video,
.wrap-md {
  max-width: 720px;
}
.wrap-lg {
  max-width: 960px;
}
.entry-content > .alignwide,
.wp-block-gallery.alignwide,
.wp-block-group > .wp-block-group__inner-container > .alignwide,
.wp-block-image.alignwide {
  width: 100vw;
  max-width: 1100px;
  margin: 1.5em 0 1.5em 50%;
  transform: translateX(-50%);
}
.entry-content > .alignwide > img {
  width: 1320px;
}
.entry-content > .alignfull,
.wp-block-gallery.alignfull,
.wp-block-group > .wp-block-group__inner-container > .alignfull,
.wp-block-image.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin: 1.5em 0 1.5em 50%;
  transform: translateX(-50%);
}
.entry-content > .alignfull > img,
.wp-block-gallery.alignfull,
.wp-block-image .alignfull,
.wp-block-image.alignfull img {
  width: 100vw;
}
.wp-block-columns {
  padding-right: 1rem;
  padding-left: 1rem;
}
.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}
.wp-block-group > .wp-block-group__inner-container > * {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.has-background > .wp-block-group__inner-container > .alignfull {
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
  position: relative;
  left: -30px;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
img {
  max-width: 100%;
  height: auto;
}
.attachment-post-thumbnail {
  margin-bottom: 1.5em;
}
#breadcrumbs span,
.vs-copy li,
ul.list li,
ul.list1 li {
  display: inline-block;
}
.wp-block-image.alignleft,
.wp-block-image.alignright,
ul.list1 li {
  width: 100%;
}
.wp-block-image .alignleft figcaption,
.wp-block-image .alignleft img,
.wp-block-image .alignright figcaption,
.wp-block-image .alignright img {
  max-width: 100%;
  width: 100%;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
.wp-block-image .alignleft,
.wp-block-image .alignright {
  max-width: calc((720px / 2) - 16px);
}
.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.no-img .vs-pg-title,
blockquote,
img.ver-logo {
  max-width: 100%;
}
.wp-block-table {
  overflow-x: auto;
  margin: 1.5rem0;
}
.wp-block-table table {
  border-collapse: collapse;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}
#comments,
#reply-title {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.comment-list li {
  padding: 1rem;
}
.comment-list,
.comment-list .children {
  list-style-type: none;
}
.comment {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
main {
  flex: 1 0 auto;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  padding: 0 0 15px;
  margin: 0;
}
footer ul li a {
  color: var(--bs-dark);
  text-decoration: none;
  font-size: 16px;
}
.vs-copy li {
  margin-right: 30px;
}
img.ver-logo {
  height: 65px;
  margin-top: 5px;
}
ul.list li {
  width: 33%;
}
.vs-ty-hi {
  min-height: 546px;
}
.vs-hd-bg {
  background-color: var(--bs-primary);
  background-position: top right;
  min-height: 450px;
  position: relative;
  background-size: 1200px;
  margin-top: 98px;
}
.vs-hd-bg::before {
  content: "";
  background-image: url(../img/banner_bg.png);
  background-size: 100% 100%;
  background-position: 80%;
  position: absolute;
  z-index: 999;
  width: 69%;
  height: 100%;
}
.accordion-body ul li,
.ind-hg,
.ind-hg a,
.ind-hg h4,
.single-case_study h3,
.vs-hd-bg .vs-pg-title,
.vs-sl-left,
.vs-ts-bg,
.w-limit .year,
.wsp-pages-list ul ul li,
ul.sr-lis li {
  position: relative;
}
.ind-hg a,
.ind-hg::before,
.ind-hg:hover::before {
  width: 100%;
  height: 350px;
}
.vs-hd-bg .vs-pg-title {
  min-height: 450px;
  z-index: 999;
}
.vs-hd-bg h2 {
  font-weight: 600;
  font-size: 2.5rem;
}
.vs-hd-bg p {
  margin-bottom: 20px;
  letter-spacing: 0.2px;
}
.vs-hd-bg p:last-child {
  margin-bottom: 0;
}
.vs-hd-bg span {
  letter-spacing: 0.5px;
  font-size: 1.2rem;
  max-width: 800px;
  display: inherit;
}
#breadcrumbs p,
.vs-hd-bg .vs-fr-img img {
  margin: 0;
}
.no-img::before {
  background: 0 0 !important;
}
#breadcrumbs span {
  max-width: inherit;
  font-size: 1rem;
}
#breadcrumbs span a {
  opacity: 0.8;
}
.vs-cn-bg .vs-pg-title::after {
  border-top: 643px solid var(--bs-primary);
  border-right: 232px solid transparent;
  right: -499px;
  top: -96px;
}
.no-img,
.no-img .vs-pg-title {
  min-height: inherit;
}
#testi .owl-dots,
.no-img .vs-pg-title::after {
  display: none;
}
.vs-core-callout .vs-icon {
  min-height: 100px;
}
.vs-core-callout .vs-icon img {
  vertical-align: bottom;
}
.vs-ts-bg {
  top: 50px;
  margin: 0 auto;
  max-width: 800px;
}
.vs-csr-bg,
.vs-res-bg,
.w-limit {
  max-width: 400px;
}
.vs-csr-bg img {
  border-radius: 2rem 2rem 0 0;
}
.vs-sl-right {
  margin-left: -50px;
}
.onhover:hover,
.vs-sl-left:hover,
.vs-sl-right:hover {
  transform: translateY(-25px);
}
.vs-sl-left {
  margin-right: -50px;
  z-index: 1;
}
.vs-partner li {
  display: inline-grid;
}
.accordion-body ul,
.single .entry-content ul,
.vs-ind-callout ul,
.widget_block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single .entry-content ul li,
.vs-ind-callout ul li,
.widget_block ul li {
  padding: 0 0 1.5rem 2rem;
  position: relative;
}
.accordion-body ul li {
  padding: 0 0 1.5rem;
}
.single .entry-content ul li::before,
.widget_block ul li::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 0;
  height: 0;
  background: #f04f2c;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f04f2c;
}
.m-hig-title {
  min-height: 75px;
}
.m-hig-des {
  min-height: 115px;
}
.single-case_study h3::after {
  background-color: var(--bs-secondary);
  content: "";
  display: block;
  height: 2px;
  margin: 10px 0 0;
  width: 60px;
}
.max-ht-bl {
  min-height: 615px;
}
.single .btn-secondary {
  border-radius: 2rem;
  padding: 1rem 3rem;
  margin: 1rem 0;
}
.single .btn-secondary:hover {
  background: #fff;
  border: var(--bs-secondary) 1px solid;
}
.navbar-nav li {
  margin: 0 0.5rem;
}
.vs-ss-callout .img-ind-max {
  max-height: 260px;
  overflow: hidden;
}
.vs-ss-callout .max-h {
  min-height: 100px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.border-light {
  border: var(--bs-border-width) var(--bs-border-style) #dee2e645 !important;
}
.w-limit .year {
  top: -50px;
  border-color: var(--bs-secondary) !important;
}
.on-hover:hover {
  background: var(--bs-white) !important;
  box-shadow: 0 0.225rem 0.45rem rgba(0, 0, 0, 0.075) !important;
}
.ind-hg {
  height: 350px;
  text-align: center;
  display: grid;
  align-items: center;
  background-size: cover;
}
.ind-hg a {
  display: block;
  text-decoration: none;
  padding: 150px 0;
}
.breadcrumbs,
.breadcrumbs a {
  color: #ffffff96;
  text-decoration: none;
}
.ind-hg:hover::before {
  content: "";
  background-color: #f0502ca1;
  position: absolute;
  left: 0;
}
.ind-hg::before {
  content: "";
  background-color: #0032a1a1;
  position: absolute;
  left: 0;
  background-size: 100% 200%;
  transition: background 1s;
}
rs-layer h2 {
  line-height: 3.5rem !important;
}
rs-layer .text.alternate {
  font-size: 1.2rem !important;
  line-height: 2rem !important;
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-btn-color);
  background: #f6f6f6 !important;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.accordion-item .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f04f2c'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion-item .accordion-button.collapsed:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
#mega-menu-wrap-navbar
  #mega-menu-navbar
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  box-shadow: 0 4px 9px 0 rgba(67, 65, 79, 0.1);
}
#mega-menu-wrap-navbar
  #mega-menu-navbar
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link,
#mega-menu-wrap-navbar
  #mega-menu-navbar
  > li.mega-menu-item
  > a.mega-menu-link {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, outline 0.2s;
}
.border-secondary {
  border-color: #ced4da !important;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #ced4da;
}
.bg-blue {
  background: #f0f3fa;
}
.vs-cn-bg {
  background-position: top right;
  background-repeat: no-repeat;
  min-height: 450px;
  background-size: 1200px !important;
}
@media (max-width: 576px) {
  .vs-hd-bg,
  .vs-hd-bg .vs-pg-title {
    min-height: 350px;
  }
  .vs-hd-bg::before {
    background: #0032a1;
    width: 100%;
    height: 100%;
  }
  .vs-hd-bg,
  .vs-hd-bg.no-img {
    background-size: cover;
    margin-top: 96px;
  }
  .vs-hd-bg h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 1rem;
  }
  img.ver-logo {
    height: 50px;
  }
  .fs-4 {
    font-weight: 500;
    font-size: 1.2rem !important;
  }
  .no-img .vs-pg-title {
    max-width: 100%;
    min-height: inherit !important;
  }
  .vs-hd-bg.no-img {
    min-height: inherit;
  }
  ul .page-link {
    padding: 1rem 0.9rem !important;
    font-size: 12px;
  }
  ul.list li {
    list-style: none;
    display: inline-block;
    width: 100%;
  }
  .ind-hg::before {
    content: "";
    width: 100%;
    left: 0;
  }
  #rev_slider_3_1_wrapper,
  #rev_slider_7_1_wrapper {
    margin-top: 96px !important;
    position: relative;
  }
}
ul.sr-lis, .addition-list ul {
  padding: 0;
  text-align: left;
}
ul.sr-lis li, .addition-list ul li {
  padding-left: 30px;
  padding-bottom: 10px;
  list-style:none;
  position: relative;
}
.addition-list ul li::marker {
  list-style:none;
}
ul.sr-lis li::before, .addition-list ul li::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 0;
  height: 0;
  background: #f04f2c;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f04f2c;
}
.addition-list ul li a {
    color: #333;
    text-decoration:none;
}

.addition-list ul li a:hover {
    color: #f04f2c;
    text-decoration:underline;
}
.accordion table tr td {
  padding: 24px !important;
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-color);
}
.sidebar-contact {
  position: fixed;
  top: 50%;
  right: -375px;
  transform: translateY(-50%);
  width: 375px;
  height: auto;
  padding: 30px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  transition: 0.5s;
}
.sidebar-contact.active {
  right: 0;
}
.sidebar-contact textarea {
  height: 60px;
  resize: none;
}
.toggle {
  position: absolute;
  height: 48px;
  width: 48px;
  text-align: center;
  cursor: pointer;
  background: #f04f2c;
  top: 30% !important;
  left: -48px;
  line-height: 48px;
}
.toggle:before {
  content: "\f003";
  font-family: fontAwesome;
  font-size: 18px;
  color: #fff;
}
.toggle.active:before {
  content: "\f00d";
}
.custom-nav {
  align-items: center;
}
.custom-nav li {
  border-left: 1px solid #c4cbd9;
  padding: 0;
  text-align: center;
}
.mega-content div#v-pills-tabContent,
.wsp-container ul {
  border-left: 1px solid #ddd;
}
.custom-nav li:first-child {
  border: none;
}
.custom-nav li a {
  color: #333;
  font-weight: 500;
  padding: 2rem 1.6em;
  display: block;
  text-decoration: none;
}
.custom-nav li a:hover,
.custom-nav li.current-menu-item a {
  background: #f04f2c;
  color: #fff;
}
.comp-vertical {
  background: #fff;
}
.icon-table.table tr td {
  padding: 25px !important;
}
.vs-csr-bg {
}
.vs-res-bg {
  min-height: 590px;
}
@media (max-width: 768px) {
  .sidebar-contact .toggle {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
  }
  .sidebar-contact.active .toggle {
    top: 0;
    right: 0;
    transform: translateY(0);
  }
  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
#mega-menu-wrap-navbar
  #mega-menu-navbar
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  z-index: 999;
  border-radius: 0;
  background: #fff;
  border: 0;
  padding: 15px;
  position: absolute;
  width: 1369px;
  max-width: none;
  left: -380px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  margin-top: 24px;
}
#mega-menu-wrap-navbar
  #mega-menu-navbar
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-navbar
  #mega-menu-navbar
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link {
  color: #333;
  font-family: inherit;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: 400;
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
  vertical-align: top;
  display: block;
  border: 0;
}
#mega-menu-wrap-navbar
  #mega-menu-navbar
  .mega-sub-menu
  li.mega-menu-item.mega-current-menu-item
  a,
.wsp-container ul li a:hover {
  color: #f04f2c !important;
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-navbar
    #mega-menu-navbar
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #fff;
    border: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    max-height: 70vh;
    overflow-y: scroll;
  }
}
body .rounded-2,
body .rounded-3,
body .rounded-4,
body .rounded-5,
body img {
  border-radius: 0 !important;
}
.socialNetwork a svg {
  fill: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
#mega-menu-wrap-navbar
  #mega-menu-navbar
  li.mega-menu-item.mega-menu-megamenu
  ul.mega-sub-menu
  ul.mega-sub-menu
  li.mega-current-menu-item
  ul
  li
  a {
  color: #333 !important;
}
.pagination .page-numbers.current {
  color: #f04f2c;
  border: 1px solid #f04f2c;
}
.pagination .page-numbers {
  background: #fff;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  margin: 0 5px;
  text-decoration: none;
  color: #0032a1;
  border: 1px solid #dfe3e7;
}
.breadcrumbs {
  font-size: 1rem;
  margin-bottom: 20px;
}
.breadcrumbs span {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  padding: 0 5px;
}
.breadcrumbs .post {
  margin-bottom: 0 !important;
}
.wsp-pages-list > li > ul {
  margin-top: 1.5rem;
}
.wsp-pages-list ul li {
  line-height: 1.5rem;
  vertical-align: top;
  position: relative;
  padding-left: 1.5em;
}
.wsp-pages-list ul li a {
  text-decoration: none;
  color: #333;
  display: inline-block;
}
.wsp-pages-list ul ul {
  margin-bottom: 1.5rem;
  margin-left: 0.5em;
}
.wsp-pages-list ul ul li::before {
  content: "";
  border-left: 1px solid #ccc;
  content: "";
  display: inline-block;
  width: 3rem;
  height: 1.5rem;
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: -0.75rem;
}
.single .entry-content .wsp-pages-list ul ul li::before {
  content: "";
  position: absolute;
  left: inherit;
  top: inherit;
  width: inherit;
  height: inherit;
  background: inherit;
  border-right: inherit;
  border-bottom: inherit;
}
.wsp-pages-list {
  margin: 0;
  padding: 0;
}
.wsp-pages-list ul {
  position: relative;
  margin: 0 0 0 1em;
  padding: 0;
}
.wsp-pages-list ul:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  border-left: 1px dotted rgba(0, 0, 0, 0.3);
}
.wsp-pages-list ul li:before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  width: 1em;
  height: 1px;
  border-top: 1px dotted rgba(0, 0, 0, 0.3);
}
.wsp-pages-list ul li:last-child:before {
  background-color: #fff;
  height: auto;
  top: 1em;
  left: -1px;
  bottom: 0;
}
.wsp-pages-list li {
  position: relative;
  line-height: 2em;
  padding: 0 0 1rem 1rem !important;
  margin: 0;
}
.wsp-pages-list li:before {
  display: none;
  padding: 0;
  margin: 0;
}
.page_item_has_children ul li a {
  font-weight: 400;
  color: #888;
}
.frm-filter {
  position: relative;
  z-index: 999;
  margin-top: 150px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 30px;
  height: 30px;
  font-size: 16px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #f04f2c !important;
  color: #fff;
  text-decoration: none;
}
.dropdown-menu li.active a {
  color: #fff;
  text-decoration: none;
  background-color: #f04f2c;
}
.sidebar-contact p {
  padding: 0 !important;
  margin: 0 !important;
}
.sidebar-contact p span {
  font-size: 12px;
}
.sidebar-contact {
  z-index: 999;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
}
body #mega-menu-wrap-navbar #mega-menu-navbar {
  text-align: right;
  padding: 0 50px 0 0;
}

.wpcf7-select:after {
  font-family: FontAwesome;
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.single .entry-content .marqu ul {
  background: #fff;
  padding: 15px 0;
}
.single .entry-content .marqu ul li {
  padding: 8px 50px !important;
  display: inline-block;
  width: 100%;
  position: relative;
  font-weight: 600;
}
select {
    word-wrap: normal;
    min-height: 45px;
}
.single .entry-content .marqu ul li:before {
  content: "";
  position: absolute;
  left: 19px;
  top: 22px;
  width: 0;
  height: 0;
  background: 0 0 !important;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f60;
  transform: rotate(90deg);
}
.marqu {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.single .entry-content .marqu ul li ul {
  padding: 15px 0 !important;
}
.single .entry-content .marqu ul li li {
  border: none;
  padding: 5px 35px !important;
  font-weight: 400;
}
.single .entry-content .marqu ul li li:before {
  top: 14px !important;
  left: 0 !important;
}
blockquote {
  margin: 1.875rem auto;
  font-size: 1.25rem;
  border: 1px solid rgba(222, 226, 230, 0.54);
  border-left: 0.5rem solid #f04f2c;
  line-height: 1.6;
  padding: 3rem;
  position: relative;
  width: 100%;
  background: #f04f2c0a;
  box-shadow: 0 0.125rem 0.25rem rgb(255 255 255) !important;
}
.mega-content ul.menu {
  margin: 0 0 30px 20px;
  padding: 0;
}
.mega-content ul.menu > li > a {
  padding: 14px 24px;
  display: block;
  font-weight: 600;
  border-bottom: none;
  color: #333;
  text-decoration: none;
}
.mega-content ul.menu li a:hover {
  background: #f6f6f6;
}
.mega-content ul.menu li {
  display: inline-block;
  width: 31%;
}
.mega-content ul.menu li a span {
  font-size: 13px;
  font-weight: 400;
  display: block;
  color: #888;
  letter-spacing: 0.3px;
}
.mega-content .nav-pills .nav-link.active {
  color: #f04f2c;
  background: #fff;
}
.mega-content .nav-pills .nav-link {
  background: 0 0;
  border-radius: var(--bs-nav-pills-border-radius);
  min-width: 250px;
  text-align: left;
  line-height: 50px;
  color: #333;
  border-radius: 0 !important;
  padding: 0 24px;
  border: none !important;
}
.navbar-nav .dropdown-menu {
  padding: 0;
}
.menu-cp h3 {
  padding: 0 0 10px;
  margin: 0;
}
.menu-cp {
  padding: 30px 0 15px 50px;
}
.mega-content ul.menu li.current-menu-item a {
  color: #f04f2c;
  background: #f6f6f6;
}
.navbar a.nav-link.dropdown-toggle {
  line-height: 50px;
  height: 50px;
  padding: 0 18px !important;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #1b1b1b;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
}
.navbar a.nav-link.dropdown-toggle.active,
.navbar a.nav-link.dropdown-toggle.show,
a.nav-link.dropdown-toggle:hover {
  background: #f04f2c;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}
.soltions-menu {
  margin: 0 0 0 100px;
}
.icon_benfit img {
  max-width: 80px;
}
.vs-company-icon img {
  max-width: 80px;
  padding: 15px;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
    border-radius: 0 !important;
    margin-top: 0;
  }
}
.wsp-pages-list li::marker {
  color: var(--color--green-50);
}
.wsp-container ul li,
.wsp-container ul li ul li {
  position: relative;
  top: 0;
  bottom: 0;
  padding: 0 0 15px !important;
  margin: 0 !important;
}
.wsp-pages-list ul ul li a {
  margin-left: 0;
  padding: 0;
}
.wsp-container ul {
  margin: 0 !important;
  padding: 0 !important;
}
.wsp-container ul li:before {
  content: "";
  display: inline-block;
  width: 25px !important;
  height: 0 !important;
  position: relative !important;
  left: 0 !important;
  top: 1em !important;
  border: none !important;
  border-top: 1px solid #ddd !important;
}
.wsp-container ul li a {
  padding: 0;
  position: relative;
  top: 20px;
}
ul.children {
  padding: 0;
  margin: 15px 0 0 30px !important;
}
.wsp-pages-list ul li.page_item_has_children a {
  font-weight: 600 !important;
  color: #666;
}
.wsp-pages-list ul li.page_item_has_children ul.children li a {
  font-weight: 400 !important;
  color: #888;
}
.btn_top {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f04f2c;
  color: #fff;
  border: none;
}
.cl-ht,
.cl-ht-3,
.cl-ht-4,
.cl-ht-5,
.cl-ht-7,
.cl-ht-sm,
.cl-ht-xs,
.cl-ht1,
.cl-ht2,
.max-h {
  height: 100%;
}
.comp-vertical {
  margin-top: 30px;
}
.comp-vertical td {
  width: 30%;
  text-align: left;
  padding: 1rem 2rem !important;
  vertical-align: middle;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 10px;
}
.custom-color-support h4 a {
  color: var(--bs-link-color);
  text-decoration: none;
}
.custom-color-support h4 a :hover {
  color: var(--bs-link-hover-color);
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .hidden-web {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
  .soltions-menu {
    margin: 0;
  }
  #mega-menu-wrap-mobilemenu
    #mega-menu-mobilemenu
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item {
    padding: 0;
    width: 100%;
  }
  #mega-menu-wrap-mobilemenu
    #mega-menu-mobilemenu
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row {
    max-height: 460px;
    overflow-y: scroll;
  }
  #mega-menu-wrap-mobilemenu
    #mega-menu-mobilemenu
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 16px;
    margin: 10px 0 5px;
    padding: 0;
  }
  #mega-menu-wrap-mobilemenu
    #mega-menu-mobilemenu
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    li.mega-menu-item
    > a.mega-menu-link {
    padding: 5px 0;
  }
  #mega-menu-wrap-mobilemenu
    #mega-menu-mobilemenu
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    display: block;
    background: #fff;
    color: #666;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    line-height: inherit;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
  }
  #mega-menu-wrap-mobilemenu
    #mega-menu-mobilemenu
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    padding: 10px 0 !important;
  }
  .d-flex form {
    width: 100%;
  }
}
.owl-item .item .odd {
  border-bottom: 4px solid #f04f2c8c !important;
}
.owl-item .item .even {
  border-bottom: 4px solid #0032a175 !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f04f2c !important;
}
.menu-cp h3 a:focus,
.menu-cp h3 a:hover {
  color: #f04f2c;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 5px;
  padding: 8px 22px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  text-decoration: none;
  color: #0d6efd;
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s;
}

.wp-pagenavi a:hover {
  background-color: #f04f2c;
  color: #fff;
  text-decoration: none;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #f04f2c !important;
  color: #fff;
  font-weight: 600;
  border-color: #f04f2c;
}

.wp-pagenavi .pages {
  display: none; /* Optional: hide "Page 1 of X" text */
}
@media (min-width: 1200px) {
  .fs-4 {
    font-size: 1.2rem !important;
    font-weight: 500;
  }
  .home .vs-stats .fs-4 {
    font-size: 1.5rem !important;
    font-weight: 600;
  }
}
@media (min-width: 820px) and (max-width: 1180px) {
  .vs-res-bg,
  .vs-ss-callout .max-h {
    min-height: inherit;
  }
  .soltions-menu {
    margin: 0;
  }
  body #mega-menu-wrap-navbar #mega-menu-navbar {
    text-align: right;
    padding: 0 25px 0 0;
    min-width: max-content;
  }
  #mega-menu-wrap-navbar
    #mega-menu-navbar
    > li.mega-menu-item
    > a.mega-menu-link,
  .navbar a.nav-link.dropdown-toggle {
    padding: 0 10px;
    font-size: 14px;
  }
  .vs-res-bg {
    max-width: 100%;
  }
  .mega-content ul.menu li {
    display: inline-block;
    width: 47%;
  }
  .mega-content ul.menu li a span {
    display: none !important;
  }
  .mega-content ul.menu > li > a {
    padding: 14px 20px;
    display: block;
    font-weight: 500;
    border-bottom: none;
    color: #333;
    text-decoration: none;
  }
  .vs-hd-bg .vs-pg-title {
    min-height: 200px;
    position: relative;
    z-index: 999;
  }
  .vs-hd-bg {
    min-height: 300px;
    background-image: none !important;
  }
  .vs-hd-bg::before {
    background-image: none;
    width: 200px;
    height: 100%;
    border-bottom: 10px solid #f04f2c;
    left: 7%;
  }
}
@media (max-width: 1000px) {
  #grid > #posts .post {
    width: 100% !important;
  }
  .vs-ss-callout .max-h {
    min-height: inherit;
  }
  .vs-csr-bg,
  .vs-res-bg {
    max-width: 100%;
    min-height: inherit;
  }
}


.partners-pr {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
  background-image: url(../img/circles-shapes.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.badge-pro {
  background: #f04f2c;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 15px 15px 0;
  font-weight: 300;
  line-height: 60px;
  font-size: 21px;
  display: block;
  margin-bottom: 30px;
  font-weight: 600;
}

.pr-hig {
  height: 100px;
  display: flex;
  align-content: center;
  padding: 23px 30px !important;
}

.pro-header img.ver-logo {
  height: 65px;
  width: 175px;
  margin: 0 0 0 15px;
}
.pro-header img.ver-logo {
  height: 65px;
}
.banner_pro {
  padding: 8rem 12rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #4915c0 0%, #0032a1 100%);
  min-height: 60vh;
  align-items: center;
}
.banner_pro h1 {
  color: #fff;
  font-size: 3.5rem;
}
.core_bg {
  background: #0855fe12;
}

.fs-3 {
  font-size: 1.75rem !important;
  font-weight: 400;
  line-height: 43px;
}

.wave {
  position: absolute;
  right: -5%;
  bottom: -5%;
  width: 800px;
  height: 800px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-radius: 40%;
  animation: rotate 20s linear infinite;
}

.wave:nth-child(2) {
  right: 5%;
  bottom: -45%;
  border-color: rgba(255, 255, 255, 0.2);
  animation-duration: 17s;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.call-toaction .form-control {
  border: none !important;
  height: 60px;
  border-radius: 0px;
}

.call-toaction .wpcf7-textarea.form-control {
  height: auto !important;
  border-radius: 0px;
}
.vs-stats {
  position: relative;
}
.vs-stats svg {
  height: 150px;
  width: 100%;
  fill: #fff;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  top: -150px;
  position: absolute;
}
.vs-stats svg {
  width: 100%;
  fill: #fff;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.vs-statssvg:not(:root) {
  overflow: hidden;
}
.separator-waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}

.vs-copy {
    margin: 0 auto;
    text-align: center;
}
.vs-copy img {
    max-width: 70px;
    margin: 0 15px;
}
@media only screen and (min-width: 1024px) and (max-width: 1370px) {
  #mega-menu-wrap-navbar
    #mega-menu-navbar
    > li.mega-menu-item
    > a.mega-menu-link {
    padding: 0 15px;
  }
  .soltions-menu {
    margin: 0;
  }
  #mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item {
    margin: 0 5px 0 0;
  }
  body #mega-menu-wrap-navbar #mega-menu-navbar {
    text-align: right;
    padding: 0;
  }
  .vs-hd-bg {
    min-height: 350px;
  }
  .vs-hd-bg:before {
    width: 80%;
    height: 100%;
  }
  .vs-hd-bg h1 {
    font-size: 3rem;
    padding: 0 !important;
  }
  .vs-csr-bg {
    margin: 0 !important;
  }
  .mega-content ul.menu > li > a {
    padding: 14px 18px;
    font-size: 14px;
  }
  .mega-content .nav-pills .nav-link {
    min-width: 175px;
  }
  .mega-content ul.menu li {
    display: inline-block;
    width: 31%;
    vertical-align: top;
  }
  .menu-cp {
    padding: 30px 0 15px 44px;
  }
  .bg-blue .mx-3,
  .bg-light .mx-3,
  .bg-white .mx-3 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
body .banner_pro {
    padding: 4rem;
}
.core_bg.p-sm-5 {
    padding: 1rem !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .bg-blue .mx-3,
  .bg-light .mx-3,
  .bg-white .mx-3 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

 body .banner_pro {
    padding: 4rem;
}
.core_bg.p-sm-5 {
    padding: 1rem !important;
}
}
@media (max-width: 767px) {
  .banner_pro {
    padding: 82px 5px;
  }
  .banner_pro h1 {
    color: #fff;
    font-size: 2rem;
  }

  .banner_pro .fs-3 {
    font-size: 1.2rem !important;
    font-weight: 400;
    line-height: 33px;
  }
}

.wpcf7-submit {
  display: block;
}
rs-module-wrap {
  overflow-x:hidden !important;
}

select.form-control {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg ... %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.brd-left select {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.brd-right input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left:0;
}

.call-toaction .brd-left select  {
  border-radius: 0 !important;
    height: 60px;
}
.faq-section  {
  margin-top:-60px;
}
article .blog img {
   margin-bottom:30px;
}

.ser-card:hover {
  transform: translateY(-8px);
    box-shadow: 0 .225rem .45rem rgba(0, 0, 0, .075) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background:#fff !important;
}
.ser-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.outer_img {
    background: #171717;
    padding: 50px;
}

#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item > a.mega-menu-link {
    padding: 0 16px !important;
}

.sidebar-contact {
  z-index: 999;
}
@media (max-width: 767px) {
.cky-consent-container {
    position: fixed;
    width: 440px;
    box-sizing: border-box;
    z-index: 9999999;
    border-radius: 6px;
    display: none !important;
}
.vs-copy {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    margin: 0 !important;
}
ul.socialNetwork {
    justify-content: center !important;
}
}