/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #0056b3;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e21181;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #008a00;
  --teal: #20c997;
  --cyan: #006170;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0056b3;
  --secondary: #6c757d;
  --success: #008a00;
  --info: #006170;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0056b3;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #003167;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 0.875em;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e21181;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d0ea; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7aa7d7; }

.table-hover .table-primary:hover {
  background-color: #a4c3e4; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a4c3e4; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8deb8; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ac27a; }

.table-hover .table-success:hover {
  background-color: #a7d6a7; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #a7d6a7; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8d3d7; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7aadb5; }

.table-hover .table-info:hover {
  background-color: #a8c9ce; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #a8c9ce; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3495ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0;
  font-size: 0.875em;
  color: #008a00; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 138, 0, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #008a00;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23008a00' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #008a00;
    box-shadow: 0 0 0 0.2rem rgba(0, 138, 0, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #008a00;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23008a00' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #008a00;
    box-shadow: 0 0 0 0.2rem rgba(0, 138, 0, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #008a00; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #008a00; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #008a00; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00bd00;
  background-color: #00bd00; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 138, 0, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #008a00; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #008a00; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #008a00;
  box-shadow: 0 0 0 0.2rem rgba(0, 138, 0, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0;
  font-size: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, a.button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, a.button {
      transition: none; } }
  .btn:hover, a.button:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, a.button:focus, .btn.focus, a.focus.button {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }
  .btn.disabled, a.disabled.button, .btn:disabled, a.button:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), a.button:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled, a.disabled.button,
fieldset:disabled a.btn,
fieldset:disabled a.button {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3; }
  .btn-primary:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0056b3;
    border-color: #0056b3; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #008a00;
  border-color: #008a00; }
  .btn-success:hover {
    color: #fff;
    background-color: darkgreen;
    border-color: #005700; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: darkgreen;
    border-color: #005700;
    box-shadow: 0 0 0 0.2rem rgba(38, 156, 38, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #008a00;
    border-color: #008a00; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #005700;
    border-color: #004a00; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 156, 38, 0.5); }

.btn-info {
  color: #fff;
  background-color: #006170;
  border-color: #006170; }
  .btn-info:hover {
    color: #fff;
    background-color: #00404a;
    border-color: #00353d; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #00404a;
    border-color: #00353d;
    box-shadow: 0 0 0 0.2rem rgba(38, 121, 133, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #006170;
    border-color: #006170; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #00353d;
    border-color: #002a30; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 121, 133, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #0056b3;
  border-color: #0056b3; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0056b3;
    border-color: #0056b3; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0056b3;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0056b3;
    border-color: #0056b3; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #008a00;
  border-color: #008a00; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #008a00;
    border-color: #008a00; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 138, 0, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #008a00;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #008a00;
    border-color: #008a00; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 138, 0, 0.5); }

.btn-outline-info {
  color: #006170;
  border-color: #006170; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #006170;
    border-color: #006170; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 97, 112, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #006170;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #006170;
    border-color: #006170; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 97, 112, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #0056b3;
  text-decoration: none; }
  .btn-link:hover {
    color: #003167;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > a.button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > a.button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.width {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.width {
        transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0056b3; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > a.button,
  .btn-group-vertical > .btn,
  .btn-group-vertical > a.button {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .btn-group > a.button:hover,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > a.button:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > a.button:focus, .btn-group > .btn:active, .btn-group > a.button:active, .btn-group > .btn.active, .btn-group > a.active.button,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > a.button:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > a.button:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > a.active.button {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .btn-group > a.button:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > a.button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > a.button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .btn-group > a.button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > a.button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > a.button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > a.button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  
  .btn-group-vertical > .btn,
  .btn-group-vertical > a.button,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > a.button:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .btn-group-vertical > .btn-group:not(:last-child) > a.button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > a.button:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > a.button {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > a.button,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > a.button {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > a.button input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > a.button input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > a.button input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > a.button input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend a.button,
  .input-group-append .btn,
  .input-group-append a.button {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend a.button:focus,
    .input-group-append .btn:focus,
    .input-group-append a.button:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend a.button + .btn, .input-group-prepend .btn + a.button, .input-group-prepend a.button + a.button,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend a.button + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .input-group-text + a.button,
  .input-group-append .btn + .btn,
  .input-group-append a.button + .btn,
  .input-group-append .btn + a.button,
  .input-group-append a.button + a.button,
  .input-group-append .btn + .input-group-text,
  .input-group-append a.button + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .input-group-text + a.button {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > a.button,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > a.button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > a.button,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > a.button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > a.button,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > a.button,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > a.button,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > a.button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > a.button,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > a.button,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > a.button:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0056b3;
    background-color: #0056b3; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #3495ff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #67b0ff;
    border-color: #67b0ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0056b3;
  background-color: #0056b3; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 86, 179, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 86, 179, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 86, 179, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 86, 179, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #3495ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #3495ff;
    box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0056b3;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #67b0ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0056b3;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #67b0ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #0056b3;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #67b0ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0056b3; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.6); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.6); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.6); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

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

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.6); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #495057;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #495057; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0056b3;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #003167;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge, a.button .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #0056b3; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #003d80; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #008a00; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #005700; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 138, 0, 0.5); }

.badge-info {
  color: #fff;
  background-color: #006170; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #00353d; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 97, 112, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #002d5d;
  background-color: #ccddf0;
  border-color: #b8d0ea; }
  .alert-primary hr {
    border-top-color: #a4c3e4; }
  .alert-primary .alert-link {
    color: #00142a; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #004800;
  background-color: #cce8cc;
  border-color: #b8deb8; }
  .alert-success hr {
    border-top-color: #a7d6a7; }
  .alert-success .alert-link {
    color: #001500; }

.alert-info {
  color: #00323a;
  background-color: #ccdfe2;
  border-color: #b8d3d7; }
  .alert-info hr {
    border-top-color: #a8c9ce; }
  .alert-info .alert-link {
    color: #000607; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0056b3;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0056b3;
    border-color: #0056b3; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #002d5d;
  background-color: #b8d0ea; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #002d5d;
    background-color: #a4c3e4; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #002d5d;
    border-color: #002d5d; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #004800;
  background-color: #b8deb8; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #004800;
    background-color: #a7d6a7; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #004800;
    border-color: #004800; }

.list-group-item-info {
  color: #00323a;
  background-color: #b8d3d7; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #00323a;
    background-color: #a8c9ce; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #00323a;
    border-color: #00323a; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #0056b3 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #003d80 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #008a00 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #005700 !important; }

.bg-info {
  background-color: #006170 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #00353d !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

.bg-transparent {
  background-color: transparent !important; }

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

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #0056b3 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #008a00 !important; }

.border-info {
  border-color: #006170 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

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

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

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

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

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

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

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #0056b3 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #003167 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #008a00 !important; }

a.text-success:hover, a.text-success:focus {
  color: #003e00 !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #001f24 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn):not(a.button) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

a.button.button--danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  a.button.button--danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  a.button.button--danger:focus, a.button.button--danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  a.button.button--danger.disabled, a.button.button--danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  a.button.button--danger:not(:disabled):not(.disabled):active, a.button.button--danger:not(:disabled):not(.disabled).active,
  .show > a.button.button--danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    a.button.button--danger:not(:disabled):not(.disabled):active:focus, a.button.button--danger:not(:disabled):not(.disabled).active:focus,
    .show > a.button.button--danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

a.button.button-action {
  color: #fff;
  background-color: #006170;
  border-color: #006170; }
  a.button.button-action:hover {
    color: #fff;
    background-color: #00404a;
    border-color: #00353d; }
  a.button.button-action:focus, a.button.button-action.focus {
    color: #fff;
    background-color: #00404a;
    border-color: #00353d;
    box-shadow: 0 0 0 0.2rem rgba(38, 121, 133, 0.5); }
  a.button.button-action.disabled, a.button.button-action:disabled {
    color: #fff;
    background-color: #006170;
    border-color: #006170; }
  a.button.button-action:not(:disabled):not(.disabled):active, a.button.button-action:not(:disabled):not(.disabled).active,
  .show > a.button.button-action.dropdown-toggle {
    color: #fff;
    background-color: #00353d;
    border-color: #002a30; }
    a.button.button-action:not(:disabled):not(.disabled):active:focus, a.button.button-action:not(:disabled):not(.disabled).active:focus,
    .show > a.button.button-action.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 121, 133, 0.5); }

.btn-primary a {
  color: #fff; }
  .btn-primary a:hover {
    color: #fff;
    text-decoration: none; }

.btn-secondary a {
  color: #fff; }
  .btn-secondary a:hover {
    color: #fff;
    text-decoration: none; }

.btn-success a {
  color: #fff; }
  .btn-success a:hover {
    color: #fff;
    text-decoration: none; }

.btn-info a {
  color: #fff; }
  .btn-info a:hover {
    color: #fff;
    text-decoration: none; }

.btn-warning a {
  color: #212529; }
  .btn-warning a:hover {
    color: #212529;
    text-decoration: none; }

.btn-danger a {
  color: #fff; }
  .btn-danger a:hover {
    color: #fff;
    text-decoration: none; }

.btn-light a {
  color: #212529; }
  .btn-light a:hover {
    color: #212529;
    text-decoration: none; }

.btn-dark a {
  color: #fff; }
  .btn-dark a:hover {
    color: #fff;
    text-decoration: none; }

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

.btn-outline-primary a:hover {
  color: #fff;
  text-decoration: none; }

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

.btn-outline-secondary a:hover {
  color: #fff;
  text-decoration: none; }

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

.btn-outline-success a:hover {
  color: #fff;
  text-decoration: none; }

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

.btn-outline-info a:hover {
  color: #fff;
  text-decoration: none; }

.btn-outline-warning:hover a {
  color: #212529; }

.btn-outline-warning a:hover {
  color: #212529;
  text-decoration: none; }

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

.btn-outline-danger a:hover {
  color: #fff;
  text-decoration: none; }

.btn-outline-light:hover a {
  color: #212529; }

.btn-outline-light a:hover {
  color: #212529;
  text-decoration: none; }

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

.btn-outline-dark a:hover {
  color: #fff;
  text-decoration: none; }

.form-control.image-button {
  width: unset; }

.form-control.form-checkbox, .form-control.form-radio {
  display: inline-block;
  height: auto;
  width: unset; }

input[type='search'] {
  box-sizing: border-box; }

.dropbutton-multiple .dropbutton .dropbutton-action > * {
  border: 0; }

@media (min-width: 992px) {
  .node-form {
    margin: 2rem; } }

.node-form .form-actions {
  text-align: center; }

.container-inline div,
.container-inline label {
  display: inline-block;
  margin: 0; }

td .form-item {
  margin: 0; }

.paragraph-type-title {
  font-weight: 700; }

.field--widget-paragraphs .paragraphs-dropdown-action.button {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .field--widget-paragraphs .paragraphs-dropdown-action.button:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .field--widget-paragraphs .paragraphs-dropdown-action.button:focus, .field--widget-paragraphs .paragraphs-dropdown-action.button.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .field--widget-paragraphs .paragraphs-dropdown-action.button.disabled, .field--widget-paragraphs .paragraphs-dropdown-action.button:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .field--widget-paragraphs .paragraphs-dropdown-action.button:not(:disabled):not(.disabled):active, .field--widget-paragraphs .paragraphs-dropdown-action.button:not(:disabled):not(.disabled).active,
  .show > .field--widget-paragraphs .paragraphs-dropdown-action.button.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .field--widget-paragraphs .paragraphs-dropdown-action.button:not(:disabled):not(.disabled):active:focus, .field--widget-paragraphs .paragraphs-dropdown-action.button:not(:disabled):not(.disabled).active:focus,
    .show > .field--widget-paragraphs .paragraphs-dropdown-action.button.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.field--widget-paragraphs .field-add-more-submit,
.field--widget-entity-reference-paragraphs .field-add-more-submit {
  margin: 0; }

.navbar .block-search form {
  display: flex;
  flex-direction: column;
  text-align: center; }
  @media (min-width: 576px) {
    .navbar .block-search form {
      flex-direction: row; } }
  .navbar .block-search form .form-actions {
    margin-top: 0.5rem; }
    @media (min-width: 768px) {
      .navbar .block-search form .form-actions {
        margin-left: 0.5rem;
        margin-top: 0; } }

.navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.navbar-nav .dropdown-toggle::after {
  float: right; }
  @media (min-width: 992px) {
    .navbar-nav .dropdown-toggle::after {
      clear: both;
      float: none; } }

.navbar-brand .site-slogan {
  display: none;
  font-size: 0.875rem; }
  @media (min-width: 992px) {
    .navbar-brand .site-slogan {
      display: block; } }

.navbar-brand a.site-title {
  color: #343a40;
  text-decoration: none; }
  .navbar-brand a.site-title:hover {
    color: #343a40;
    text-decoration: none; }

.navbar-brand .site-title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase; }

.navbar-brand img {
  height: 36px;
  margin: 0 1rem 0 0;
  width: auto; }
  @media (min-width: 992px) {
    .navbar-brand img {
      height: 60px; } }

.navbar-dark .navbar-brand a.site-title,
.footer-dark .navbar-brand a.site-title {
  color: #f8f9fa;
  text-decoration: none; }
  .navbar-dark .navbar-brand a.site-title:hover,
  .footer-dark .navbar-brand a.site-title:hover {
    color: #f8f9fa;
    text-decoration: none; }

.navbar-dark .navbar-brand img,
.footer-dark .navbar-brand img {
  filter: invert(1); }

footer {
  padding: 2rem 0; }
  footer.footer-dark a {
    color: #f8f9fa;
    text-decoration: none; }
    footer.footer-dark a:hover {
      color: #f8f9fa;
      text-decoration: none; }
  footer .region-footer {
    display: flex;
    flex-direction: column; }

.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-content {
  padding: 0 0.5rem; }

.tabs-primary {
  margin: 1rem 0; }

.tabs-secondary {
  margin: 0 0 1rem 0; }

@media (max-width: 767.98px) {
  .tabs-wrapper .tab-toggle {
    padding: 1rem; }
  .tabs-wrapper .nav-tabs {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem; }
  .tabs-wrapper .nav-link {
    border: 0;
    border-radius: 0; }
  .tabs-wrapper .nav-item {
    border-radius: 0;
    margin-bottom: 0; }
    .tabs-wrapper .nav-item.active {
      background-color: #dee2e6; }
    .tabs-wrapper .nav-item a {
      align-self: center;
      display: flex; }
      .tabs-wrapper .nav-item a:not(.tab-toggle) {
        flex-grow: 1; }
  .tabs-wrapper:not(.is-collapsible) .nav-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6; }
  .tabs-wrapper.is-collapsible .nav-item.active {
    display: flex;
    order: -1; }
  .tabs-wrapper.is-collapsible .nav-item:not(.active) {
    display: none; }
  .tabs-wrapper.is-collapsible .is-open .nav-item {
    display: flex; }
    .tabs-wrapper.is-collapsible .is-open .nav-item:not(.active) {
      border-top: 1px solid #dee2e6; } }

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

.draggable .field-multiple-drag {
  vertical-align: top !important;
  width: 43px !important;
  padding-left: .5rem !important; }

.draggable a.tabledrag-handle {
  margin: 0;
  padding-right: .5rem; }
  .draggable a.tabledrag-handle .handle {
    display: inline-block;
    background-position-x: 0;
    padding: 0;
    margin: 0;
    height: 1.7rem;
    width: 1rem; }

.table-dark th,
.table-dark td,
.table-dark thead th {
  background-color: #343a40; }

.alert-dismissible .close {
  color: #000; }

code {
  overflow-y: auto; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Lexend';
  src: url("../fonts/lexend-regular.woff2") format("woff2"), url("../fonts/lexend-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Lexend';
  src: url("../fonts/lexend-light.woff2") format("woff2"), url("../fonts/lexend-light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Lexend';
  src: url("../fonts/lexend-medium.woff2") format("woff2"), url("../fonts/lexend-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Lexend';
  src: url("../fonts/lexend-semibold.woff2") format("woff2"), url("../fonts/lexend-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Lexend';
  src: url("../fonts/lexend-bold.woff2") format("woff2"), url("../fonts/lexend-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/myriadpro-regular.woff2") format("woff2"), url("../fonts/myriadpro-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/myriadpro-semibold.woff2") format("woff2"), url("../fonts/myriadpro-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/myriadpro-bold.woff2") format("woff2"), url("../fonts/myriadpro-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

/* The typing effect */
@keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: orange; } }

:root {
  --color-one: #b61328;
  --color-one-hover: #991022;
  --color-one-light: rgba(182,19,40,0.5);
  --light-border: #d5d5d5;
  --light-text: #4e4e4e;
  --dark-text: #252525; }

body {
  font-family: 'Roboto';
  font-weight: 400; }

img {
  height: auto; }

p:last-of-type {
  margin-bottom: 0; }

main {
  min-height: calc(100vh - 120px - 200px); }

.page-title.heading {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 24px;
  margin-top: 20px; }

.heading {
  font-size: 26px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1; }

.heading-second {
  font-weight: 300;
  font-size: 34px;
  color: #36373B;
  font-weight: 300;
  margin-bottom: 30px;
  font-family: "Lexend"; }
  .heading-second strong {
    font-weight: 700; }

/* Style for inner page new design Start*/
.heading-new {
  font-family: "Lexend";
  font-size: 36px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 33px; }

/* Style for inner page new design End*/
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #b61328;
  border-color: #b61328; }

.btn-primary {
  background-color: #b61328;
  border-color: #b61328; }
  .btn-primary:hover {
    background-color: #991022;
    border-color: #b61328; }

.form-checkbox,
.form-radio {
  width: auto; }

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

.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-content {
  padding: 0; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #b61328; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #b61328; }

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px; } }

.homepage-popup .fancybox-button--close {
  position: absolute;
  right: -25px;
  top: -25px;
  background-color: #b61328;
  transition: all linear 0.5s;
  border-radius: 50%; }
  .homepage-popup .fancybox-button--close:hover {
    background-color: #991022; }

.welcome-block {
  display: none; }

.welcome-popup {
  display: none; }

.user-logged-in .login-btn {
  display: none; }

.user-logged-in .user-loged,
.user-logged-in #block-userinformationblock,
.user-logged-in #block-user-information-block {
  margin-right: 15px; }

.user-logged-in .welcome-block {
  font-size: 13px;
  color: #000;
  position: relative;
  display: block; }
  .user-logged-in .welcome-block .username {
    color: #b61328;
    position: relative; }
    .user-logged-in .welcome-block .username:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #b61328;
      position: absolute;
      right: -9px;
      top: 7px; }
  .user-logged-in .welcome-block ul.my-cart {
    display: none;
    background: #b61328;
    position: absolute;
    right: -48px;
    top: 22px;
    z-index: 999;
    width: 130px;
    padding: 11px 0;
    list-style: none;
    margin: 0; }
    .user-logged-in .welcome-block ul.my-cart li a {
      font-size: 13px;
      color: #b61328;
      color: #fff;
      font-size: 12px;
      display: block;
      line-height: 25px;
      padding: 0 20px;
      transition: all linear 0.5s; }
      .user-logged-in .welcome-block ul.my-cart li a:hover {
        background: #5b5b5b;
        text-decoration: none; }

.user-logged-in .welcome-popup {
  display: none;
  position: absolute;
  top: 20px;
  background: #b61328;
  right: -48px;
  position: absolute;
  top: 22px;
  width: 130px;
  padding: 11px 0;
  z-index: 999; }
  .user-logged-in .welcome-popup ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .user-logged-in .welcome-popup ul li a {
      font-size: 13px;
      color: #b61328;
      color: #fff;
      font-size: 12px;
      display: block;
      line-height: 25px;
      padding: 0 20px;
      transition: all linear 0.5s; }
      .user-logged-in .welcome-popup ul li a:hover {
        background: #5b5b5b;
        text-decoration: none; }

.navbar-brand {
  float: none; }

.social-block {
  position: fixed;
  right: 0;
  top: 240px;
  width: 110px;
  z-index: 9999; }
  .social-block span {
    position: absolute;
    right: 0;
    top: 0;
    width: 30.5%;
    transition: all 0.6s ease 0s; }
    .social-block span strong {
      font-size: 15px;
      font-weight: bold;
      line-height: 32px;
      position: absolute;
      right: -100px;
      top: 0;
      color: #fff;
      display: block;
      transition: all 0.6s ease 0s; }
    .social-block span a {
      display: block; }
      .social-block span a:before {
        content: '';
        display: block;
        width: 33px;
        height: 30px;
        transition: all 0.6s ease 0s;
        background-image: url(../images/sprite.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle; }
        .social-block span a:before.icons-fb {
          background-position: 0 0; }
        .social-block span a:before.icons-tw {
          background-position: 0 -30px; }
        .social-block span a:before.icons-slideshare {
          background-position: 0 -60px; }
        .social-block span a:before.icons-youtube {
          background-position: 0 -90px; }
    .social-block span:hover strong {
      right: 10px; }
    .social-block span.fb:hover {
      background: #3b5998;
      width: 100%; }
    .social-block span.fb a:before {
      background-position: 0 0; }
    .social-block span.tw {
      top: 30px; }
      .social-block span.tw:hover {
        width: 100%;
        background: #000; }
      .social-block span.tw a:before {
        background-position: 0 -30px; }
    .social-block span.slideshare {
      display: none;
      top: 60px; }
      .social-block span.slideshare:hover {
        width: 100%;
        background: #f7941e; }
      .social-block span.slideshare a:before {
        background-position: 0 -60px; }
    .social-block span.youTube {
      top: 60px; }
      .social-block span.youTube:hover {
        width: 100%;
        background: #bb0000; }
      .social-block span.youTube a:before {
        background-position: 0 -90px; }
    .social-block span.linkedin {
      top: 90px; }
      .social-block span.linkedin:hover {
        width: 100%;
        background: #0075b8; }
      .social-block span.linkedin a:before {
        background-position: right -341px; }
    .social-block span.instagram {
      top: 120px; }
      .social-block span.instagram:hover {
        width: calc(100% + 10px);
        background: #8f1cbb; }
      .social-block span.instagram a:before {
        background-position: right -311px; }

.header-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9; }

.header {
  border-top: 2px solid #b61328;
  padding: 10px 0;
  transition: all linear 0.5s; }
  .header .logo .navbar-brand {
    padding: 0;
    margin: 0;
    max-width: 210px; }
  .header .logo img {
    max-width: 100%;
    height: auto; }
  .header .block-search {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 10px; }
    .header .block-search div {
      display: block; }
    .header .block-search #search-block-form {
      width: 100%;
      max-width: 250px;
      position: relative; }
    .header .block-search .form-item {
      width: 100%; }
      .header .block-search .form-item .form-control {
        color: #4e4e4e;
        font-size: 13px;
        border: none;
        background: transparent;
        margin: 0;
        padding: 5px 10px;
        height: 30px;
        width: 100%;
        border: 1px solid #d5d5d5;
        border-radius: 5px; }
    .header .block-search .form-actions .form-submit {
      background-image: url(../images/search-icon.png);
      background-position: center;
      background-repeat: no-repeat;
      width: 40px;
      border: none;
      height: 30px;
      font-size: 0;
      cursor: pointer;
      position: absolute;
      right: 1px;
      top: 0; }
  .header .advanced-search {
    padding-top: 4px;
    font-size: 13px;
    color: #4e4e4e;
    text-decoration: underline;
    cursor: pointer; }
  .header .region-header-upper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center; }

.top-right-menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  .top-right-menu li {
    font-size: 13px;
    line-height: 1.19;
    padding: 0 14px 0 15px;
    border-left: 1px solid #4e4e4e; }
    .top-right-menu li:first-of-type {
      border-left: 0; }
    .top-right-menu li:last-of-type {
      padding-right: 0; }
    .top-right-menu li a {
      color: #000;
      display: block; }
      .top-right-menu li a:hover {
        text-decoration: none;
        color: #b61328; }
    .top-right-menu li.active a {
      color: #b61328;
      text-decoration: underline; }

.nav-section {
  background: #f1f1f1;
  border-top: 1px solid #e3e6e7;
  position: relative;
  z-index: 3;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%; }
  .nav-section .site-logo {
    width: 0;
    overflow: hidden;
    transition: all linear 0.5s; }
  .nav-section.sticky {
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    .nav-section.sticky .site-logo {
      width: auto; }
    .nav-section.sticky .navigation {
      margin-left: 50px; }
  .nav-section .region-nav-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .nav-section .login-btn {
    order: 2; }
    .nav-section .login-btn .btn-primary {
      font-size: 14px;
      padding: 3px 15px; }
  .nav-section .site-logo {
    max-width: 210px; }
    .nav-section .site-logo img {
      max-width: 100%; }
  .nav-section .navigation {
    order: 1;
    margin-right: auto; }
    .nav-section .navigation .navbar-nav {
      flex-direction: row; }
      .nav-section .navigation .navbar-nav li {
        font-size: 16px;
        position: relative; }
        .nav-section .navigation .navbar-nav li .dropdown {
          display: none; }
        .nav-section .navigation .navbar-nav li a {
          color: #000;
          position: relative;
          padding: 8px 16px 10px; }
          .nav-section .navigation .navbar-nav li a:after {
            display: none; }
          .nav-section .navigation .navbar-nav li a:hover {
            text-decoration: none; }
        .nav-section .navigation .navbar-nav li ul {
          list-style: none;
          padding: 0;
          margin: 0;
          position: absolute;
          top: 110%;
          border: none;
          width: 180px;
          opacity: 0;
          visibility: hidden;
          transition: all linear 0.3s; }
          .nav-section .navigation .navbar-nav li ul li {
            padding: 0;
            font-size: 13px;
            background: #b61328;
            width: 100%;
            border-top: 1px solid #b61328;
            line-height: 1.2; }
            .nav-section .navigation .navbar-nav li ul li:first-of-type {
              border-top: none; }
            .nav-section .navigation .navbar-nav li ul li a, .nav-section .navigation .navbar-nav li ul li span {
              padding: 9px 10px;
              display: block;
              color: #fff;
              font-size: 13px;
              line-height: 1.2; }
              .nav-section .navigation .navbar-nav li ul li a:after, .nav-section .navigation .navbar-nav li ul li span:after {
                display: none; }
            .nav-section .navigation .navbar-nav li ul li ul {
              left: 100%;
              top: 0; }
            .nav-section .navigation .navbar-nav li ul li a.is-active {
              background: #5b5b5b; }
      .nav-section .navigation .navbar-nav a.active {
        color: #fff;
        background: #b61328; }
      .nav-section .navigation .navbar-nav > li:hover > a {
        color: #fff;
        background: #b61328; }
      .nav-section .navigation .navbar-nav > li:hover > ul {
        top: 100%;
        opacity: 1;
        visibility: visible; }
        .nav-section .navigation .navbar-nav > li:hover > ul li:hover {
          background: #5b5b5b; }
        .nav-section .navigation .navbar-nav > li:hover > ul > li:hover > ul {
          opacity: 1;
          visibility: visible; }
          .nav-section .navigation .navbar-nav > li:hover > ul > li:hover > ul > li:hover > ul {
            opacity: 1;
            visibility: visible; }
  .nav-section .menu-icon,
  .nav-section .navbar-close {
    display: none; }

.default-login .tabs-wrapper,
.default-login .user-login-form {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.default-login .tabs-primary {
  text-align: center;
  border: 0;
  background: none; }
  .default-login .tabs-primary ul.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

.path-user label,
.node-40582 label {
  text-transform: capitalize; }

.path-user #block-nasscomtheme-local-tasks .tabs-primary,
.node-40582 #block-nasscomtheme-local-tasks .tabs-primary {
  text-align: center;
  border: 0;
  background: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .path-user #block-nasscomtheme-local-tasks .tabs-primary ul.nav-tabs,
  .node-40582 #block-nasscomtheme-local-tasks .tabs-primary ul.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 0;
    background-color: #fff; }
    .path-user #block-nasscomtheme-local-tasks .tabs-primary ul.nav-tabs li,
    .node-40582 #block-nasscomtheme-local-tasks .tabs-primary ul.nav-tabs li {
      padding: 0;
      margin: 0 5px; }
      .path-user #block-nasscomtheme-local-tasks .tabs-primary ul.nav-tabs li a,
      .node-40582 #block-nasscomtheme-local-tasks .tabs-primary ul.nav-tabs li a {
        background: #fff;
        border: 2px solid rgba(0, 0, 0, 0.6);
        border-radius: 4px;
        min-width: 132px;
        line-height: 34px;
        text-shadow: none;
        color: #333;
        padding: 0 1em;
        display: block; }
        .path-user #block-nasscomtheme-local-tasks .tabs-primary ul.nav-tabs li a.tab-toggle,
        .node-40582 #block-nasscomtheme-local-tasks .tabs-primary ul.nav-tabs li a.tab-toggle {
          display: none; }
        .path-user #block-nasscomtheme-local-tasks .tabs-primary ul.nav-tabs li a.active,
        .node-40582 #block-nasscomtheme-local-tasks .tabs-primary ul.nav-tabs li a.active {
          background-color: #b61328;
          color: #fff;
          border-color: #b61328; }

.path-user #block-nasscomtheme-content,
.node-40582 #block-nasscomtheme-content {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto 50px;
  padding: 35px 35px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .path-user #block-nasscomtheme-content p a,
  .node-40582 #block-nasscomtheme-content p a {
    color: #b61328; }
  .path-user #block-nasscomtheme-content .user-pass,
  .path-user #block-nasscomtheme-content .user-register-form,
  .path-user #block-nasscomtheme-content .user-login-form,
  .path-user #block-nasscomtheme-content .user-form,
  .node-40582 #block-nasscomtheme-content .user-pass,
  .node-40582 #block-nasscomtheme-content .user-register-form,
  .node-40582 #block-nasscomtheme-content .user-login-form,
  .node-40582 #block-nasscomtheme-content .user-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    .path-user #block-nasscomtheme-content .user-pass .form-wrapper,
    .path-user #block-nasscomtheme-content .user-register-form .form-wrapper,
    .path-user #block-nasscomtheme-content .user-login-form .form-wrapper,
    .path-user #block-nasscomtheme-content .user-form .form-wrapper,
    .node-40582 #block-nasscomtheme-content .user-pass .form-wrapper,
    .node-40582 #block-nasscomtheme-content .user-register-form .form-wrapper,
    .node-40582 #block-nasscomtheme-content .user-login-form .form-wrapper,
    .node-40582 #block-nasscomtheme-content .user-form .form-wrapper {
      width: 48%; }
    .path-user #block-nasscomtheme-content .user-pass .description,
    .path-user #block-nasscomtheme-content .user-register-form .description,
    .path-user #block-nasscomtheme-content .user-login-form .description,
    .path-user #block-nasscomtheme-content .user-form .description,
    .node-40582 #block-nasscomtheme-content .user-pass .description,
    .node-40582 #block-nasscomtheme-content .user-register-form .description,
    .node-40582 #block-nasscomtheme-content .user-login-form .description,
    .node-40582 #block-nasscomtheme-content .user-form .description {
      font-size: 13px; }
    .path-user #block-nasscomtheme-content .user-pass p,
    .path-user #block-nasscomtheme-content .user-register-form p,
    .path-user #block-nasscomtheme-content .user-login-form p,
    .path-user #block-nasscomtheme-content .user-form p,
    .node-40582 #block-nasscomtheme-content .user-pass p,
    .node-40582 #block-nasscomtheme-content .user-register-form p,
    .node-40582 #block-nasscomtheme-content .user-login-form p,
    .node-40582 #block-nasscomtheme-content .user-form p {
      width: 100%;
      font-size: 13px; }
    .path-user #block-nasscomtheme-content .user-pass .form-actions,
    .path-user #block-nasscomtheme-content .user-pass .actions,
    .path-user #block-nasscomtheme-content .user-register-form .form-actions,
    .path-user #block-nasscomtheme-content .user-register-form .actions,
    .path-user #block-nasscomtheme-content .user-login-form .form-actions,
    .path-user #block-nasscomtheme-content .user-login-form .actions,
    .path-user #block-nasscomtheme-content .user-form .form-actions,
    .path-user #block-nasscomtheme-content .user-form .actions,
    .node-40582 #block-nasscomtheme-content .user-pass .form-actions,
    .node-40582 #block-nasscomtheme-content .user-pass .actions,
    .node-40582 #block-nasscomtheme-content .user-register-form .form-actions,
    .node-40582 #block-nasscomtheme-content .user-register-form .actions,
    .node-40582 #block-nasscomtheme-content .user-login-form .form-actions,
    .node-40582 #block-nasscomtheme-content .user-login-form .actions,
    .node-40582 #block-nasscomtheme-content .user-form .form-actions,
    .node-40582 #block-nasscomtheme-content .user-form .actions {
      width: 100%;
      margin-top: 1em; }
  .path-user #block-nasscomtheme-content .user-login-form,
  .node-40582 #block-nasscomtheme-content .user-login-form {
    display: block; }
  .path-user #block-nasscomtheme-content article,
  .node-40582 #block-nasscomtheme-content article {
    max-width: 1200px;
    width: 100%;
    margin: 30px auto; }
  .path-user #block-nasscomtheme-content .user-form #edit-account,
  .node-40582 #block-nasscomtheme-content .user-form #edit-account {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .path-user #block-nasscomtheme-content .user-form #edit-account .form-item-mail,
    .node-40582 #block-nasscomtheme-content .user-form #edit-account .form-item-mail {
      width: 100%; }
    .path-user #block-nasscomtheme-content .user-form #edit-account #edit-pass,
    .node-40582 #block-nasscomtheme-content .user-form #edit-account #edit-pass {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .path-user #block-nasscomtheme-content .user-form #edit-account #edit-pass .form-item,
      .node-40582 #block-nasscomtheme-content .user-form #edit-account #edit-pass .form-item {
        width: 48%; }
  .path-user #block-nasscomtheme-content .user-form #edit-timezone,
  .node-40582 #block-nasscomtheme-content .user-form #edit-timezone {
    width: 100%; }

#login-window {
  max-width: 385px;
  width: 100%;
  border-radius: 4px;
  padding: 0; }
  #login-window .modal-header {
    padding: 0;
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0; }
    #login-window .modal-header .modal-logo {
      width: 100%;
      padding: 25px 25px 15px; }
      #login-window .modal-header .modal-logo img {
        display: block; }
    #login-window .modal-header .modal-list {
      border-bottom: solid 1px rgba(131, 131, 131, 0.2); }
      #login-window .modal-header .modal-list ul {
        margin: 0;
        padding: 0; }
        #login-window .modal-header .modal-list ul li {
          font-size: 14px;
          color: #252525;
          text-transform: capitalize;
          display: block;
          padding: 10px 14px;
          border-bottom: 2px solid transparent;
          transition: all linear 0.5s;
          cursor: pointer; }
          #login-window .modal-header .modal-list ul li.active {
            font-weight: 600;
            border-bottom: 2px solid #b61328; }
  #login-window .login-form {
    padding: 20px 25px;
    display: none; }
    #login-window .login-form.active {
      display: block; }
    #login-window .login-form label {
      font-size: 14px;
      font-weight: 500;
      color: #252525;
      margin-bottom: 5px;
      text-transform: uppercase; }
      #login-window .login-form label.error {
        color: #b61328; }
    #login-window .login-form .form-control {
      width: 100%;
      border-radius: 4px;
      border: solid 1px rgba(131, 131, 131, 0.2);
      height: 48px; }
    #login-window .login-form .form-checkbox {
      width: auto;
      height: auto; }
    #login-window .login-form .description {
      display: none; }
    #login-window .login-form .form-type-checkbox {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      #login-window .login-form .form-type-checkbox label {
        font-size: 12px;
        color: #838383;
        text-transform: none;
        margin: 0 0 0 5px; }
    #login-window .login-form .user-reset-password-link {
      color: #b61328;
      font-size: 12px; }

.banner-video {
  height: calc(100vh - 144px);
  overflow: hidden;
  position: relative;
  display: none; }
  .banner-video video {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translate(0, -50%); }

.inner-banner {
  position: relative; }
  .inner-banner img {
    width: 100%;
    display: block; }
  .inner-banner .inner-banner-text,
  .inner-banner .aboutus-banner-text {
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding: 18px 25px 18px 52px;
    width: 100%;
    max-width: 380px;
    max-width: 480px; }
    .inner-banner .inner-banner-text h1,
    .inner-banner .inner-banner-text strong,
    .inner-banner .aboutus-banner-text h1,
    .inner-banner .aboutus-banner-text strong {
      font-size: 33px;
      margin-bottom: 6px;
      line-height: 1; }
  .inner-banner strong {
    font-weight: 400; }
  .inner-banner .banner-heading {
    font-size: 33px;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    margin-bottom: 6px; }
  .inner-banner p {
    font-size: 13px;
    line-height: 1.33;
    margin: 0; }
  .inner-banner.career-detail .banner-heading,
  .inner-banner.career-detail h1 {
    display: none; }

.diversity-landing-page-new .inner-banner .inner-banner-text,
.diversity-landing-page-new .inner-banner .aboutus-banner-text {
  max-width: none;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(90.1deg, #413F3F 11.45%, rgba(65, 63, 63, 0.76) 40.96%, rgba(65, 63, 63, 0) 65.13%); }

.diversity-landing-page-new .inner-banner .banner-heading {
  font-size: 54px;
  font-weight: 700;
  line-height: 70px;
  max-width: 480px; }

.diversity-landing-page-new .inner-banner p {
  max-width: 480px; }

.breadcrumb-wrapper {
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2; }
  .breadcrumb-wrapper .breadcrumb {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: none;
    padding: 0; }
    .breadcrumb-wrapper .breadcrumb li {
      color: #d9d9d9;
      font-size: 12px;
      line-height: 35px;
      position: relative;
      padding-right: 12px; }
      .breadcrumb-wrapper .breadcrumb li:before {
        display: none; }
      .breadcrumb-wrapper .breadcrumb li:after {
        content: '';
        display: block;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #d9d9d9;
        border-top: 5px solid transparent;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -4px; }
      .breadcrumb-wrapper .breadcrumb li:last-of-type:after {
        display: none; }
      .breadcrumb-wrapper .breadcrumb li a {
        display: block;
        color: #d9d9d9; }

.home-banner {
  margin-top: 105px;
  padding: 65px 0 85px;
  background: #F1F1F1;
  border-radius: 8px;
  margin-bottom: -150px;
  position: relative;
  z-index: 1; }
  .home-banner .view-header {
    width: 100%;
    text-align: center; }
    .home-banner .view-header .heading-second {
      margin-bottom: 10px; }
  .home-banner .view-home-page-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .home-banner .banner-left .youtube-container {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .home-banner .banner-left .youtube-container iframe {
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }
  .home-banner .banner-left .slick-slider {
    margin: 0;
    border: 1px solid #b3b0b1; }
  .home-banner .banner-left ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .home-banner .banner-left ul li {
      margin: 0;
      cursor: pointer;
      position: relative; }
      .home-banner .banner-left ul li img {
        width: 100%;
        display: block; }
  .home-banner .banner-left .slick-dots {
    position: absolute;
    right: -30px;
    top: 0;
    width: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center; }
    .home-banner .banner-left .slick-dots li {
      display: block;
      margin: 0 0 10px; }
      .home-banner .banner-left .slick-dots li:last-of-type {
        margin-bottom: 0; }
      .home-banner .banner-left .slick-dots li button {
        border-radius: 50%;
        background: #D25555;
        opacity: 0.5; }
        .home-banner .banner-left .slick-dots li button:before {
          display: none; }
      .home-banner .banner-left .slick-dots li.slick-active button {
        opacity: 1;
        background: #fff; }
  .home-banner .banner-right .slick-track {
    width: 100% !important;
    transform: translate3d(0, 0, 0) !important; }
  .home-banner .banner-right ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .home-banner .banner-right ul li {
      margin: 0;
      background: #fff;
      box-shadow: 12px 12px 24px 5px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 12px;
      cursor: pointer;
      border: 1px solid transparent;
      transition: all ease 0.5s;
      width: 100% !important; }
      .home-banner .banner-right ul li.slick-current {
        border: 1px solid rgba(0, 0, 0, 0.2); }
      .home-banner .banner-right ul li .image {
        width: 30.434%;
        display: block; }
        .home-banner .banner-right ul li .image img {
          width: 100%;
          display: block; }
      .home-banner .banner-right ul li .title {
        font-weight: 400;
        font-size: 16px;
        color: #272727;
        line-height: 23px;
        width: 65.217%;
        padding-right: 10px;
        align-self: center; }
  .home-banner .banner-right .slick-slider .slick-list {
    overflow: visible; }
  .home-banner .view-content {
    width: 100%;
    max-width: 819px;
    margin: 0 auto; }
  .home-banner .attachment {
    width: 30.83333%;
    order: 2; }
    .home-banner .attachment .view-content {
      width: 100%; }
      .home-banner .attachment .view-content .item-list .slick-slider {
        border: 0; }

.nasscom-technology {
  background: url(../images/bg-nasscom-office.jpg) no-repeat center -85px;
  display: inline-block;
  width: 100%; }
  .nasscom-technology .witness-transformative {
    text-align: center; }
    .nasscom-technology .witness-transformative .heading {
      font-size: 0;
      color: #B12025;
      font-family: "Lexend";
      font-weight: 300;
      text-align: center;
      padding-top: 195px;
      padding-top: 80px;
      margin-bottom: 30px;
      line-height: 70px; }
      .nasscom-technology .witness-transformative .heading > span {
        font-size: 48px; }
        .nasscom-technology .witness-transformative .heading > span > span:last-of-type {
          font-weight: bold;
          display: block; }
      .nasscom-technology .witness-transformative .heading strong {
        font-weight: 700;
        display: block; }
    .nasscom-technology .witness-transformative p {
      font-size: 24px;
      color: #36373B;
      margin-bottom: 10px;
      font-family: "Lexend";
      font-weight: 300; }
    .nasscom-technology .witness-transformative .hash-tag {
      font-family: "Lexend"; }
      .nasscom-technology .witness-transformative .hash-tag a {
        font-weight: 300;
        font-size: 34px;
        color: #0F0F0F; }
        .nasscom-technology .witness-transformative .hash-tag a strong {
          font-weight: 700; }
    .nasscom-technology .witness-transformative .our-priorities {
      margin-top: 185px;
      margin-top: 150px; }
      .nasscom-technology .witness-transformative .our-priorities .know-more {
        margin-top: 30px; }
        .nasscom-technology .witness-transformative .our-priorities .know-more a {
          background-color: #B12025;
          padding: 12px 40px;
          border-radius: 100px;
          font-size: 16px;
          font-weight: 700;
          font-family: "Myriad Pro";
          transition: all linear 0.5s; }
          .nasscom-technology .witness-transformative .our-priorities .know-more a:hover {
            background-color: #610f13;
            border-color: #610f13; }
    .nasscom-technology .witness-transformative .our-priorities-list .icon {
      width: 54px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin-right: 20px; }
      .nasscom-technology .witness-transformative .our-priorities-list .icon img {
        width: 100%; }
    .nasscom-technology .witness-transformative .our-priorities-list .desc {
      width: calc(100% - 54px - 20px); }
    .nasscom-technology .witness-transformative .our-priorities-list ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 1110px;
      margin: 0 auto; }
      .nasscom-technology .witness-transformative .our-priorities-list ul li {
        width: 33.33%;
        background: linear-gradient(100.04deg, #D52027 27.94%, #4E0D10 100%);
        border-right: 1px solid rgba(0, 0, 0, 0.19);
        padding: 40px 25px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        font-family: "Myriad Pro";
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        text-align: left; }
        .nasscom-technology .witness-transformative .our-priorities-list ul li:first-of-type {
          border-radius: 8px 0px 0px 8px; }
        .nasscom-technology .witness-transformative .our-priorities-list ul li:last-of-type {
          border-radius: 0 8px 8px 0px; }

.gdp-frontpage {
  background: url(../images/members-representing.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  padding: 60px 0; }

.our-initiatives {
  background: url(../images/bg-transforming.png) no-repeat 0 0 #f3dadd;
  background-size: 100%;
  padding: 250px 0 50px; }
  .our-initiatives .container {
    background-color: #fff;
    border-radius: 8px;
    padding-top: 65px;
    max-width: 1170px; }
  .our-initiatives .heading-second {
    text-align: center;
    margin-bottom: 20px; }
  .our-initiatives p {
    font-size: 16px;
    font-size: 22px;
    line-height: 32px;
    color: #2a2a2a;
    text-align: center;
    margin: 0;
    font-family: "Lexend";
    font-weight: 400; }

.home-aboutus {
  padding-bottom: 30px;
  display: none; }
  .home-aboutus .heading {
    color: #2a2a2a;
    font-size: 30px;
    font-weight: 600;
    width: 100%;
    text-align: center; }
  .home-aboutus .sub-heading {
    font-size: 16px;
    color: #2a2a2a;
    width: 100%;
    margin-bottom: 35px;
    text-align: center; }
  .home-aboutus p {
    font-size: 16px;
    color: #797979;
    line-height: 25px;
    text-align: left; }
    .home-aboutus p span {
      color: #b61328; }
  .home-aboutus .home-read-more {
    margin-top: 60px; }
    .home-aboutus .home-read-more a {
      margin: 0;
      font-size: 18px;
      text-transform: capitalize;
      width: auto;
      display: inline-block;
      padding: 10px 15px;
      background-color: #b61328;
      color: #fff;
      transition: all linear 0.5s; }
      .home-aboutus .home-read-more a:hover {
        color: #b61328;
        background: transparent;
        text-decoration: none; }
  .home-aboutus .left {
    width: 48.66%; }
  .home-aboutus .right {
    width: 48.66%; }
  .home-aboutus .industry-growth {
    text-align: left; }
    .home-aboutus .industry-growth .industry-heading {
      font-size: 18px;
      font-weight: 300;
      color: #797979;
      line-height: 26px; }
  .home-aboutus .industry-growth-list .image {
    width: 60px;
    height: 60px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    background: #fff;
    position: relative;
    box-shadow: 9px 9px 29px 10px rgba(0, 0, 0, 0.1);
    align-self: center; }
    .home-aboutus .industry-growth-list .image img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: auto; }
  .home-aboutus .industry-growth-list .desc {
    color: #1f1f1f;
    font-size: 18px;
    line-height: 20px;
    align-self: center;
    margin-left: 20px;
    width: calc(100% - 80px); }
  .home-aboutus .industry-growth-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .home-aboutus .industry-growth-list ul li {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      padding: 19px 0;
      width: calc(50% - 10px);
      margin-right: 10px; }

.our-initiative-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .our-initiative-list .cate-group {
    position: relative;
    width: 100%; }
    .our-initiative-list .cate-group .cate-label {
      color: #b61328;
      background-color: #EBEBEB; }
      .our-initiative-list .cate-group .cate-label .heading-second {
        display: block;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        margin: 0;
        padding: 15px 0;
        line-height: 1.3335; }
        .our-initiative-list .cate-group .cate-label .heading-second strong {
          font-weight: 700; }
    .our-initiative-list .cate-group .cate-group-list {
      padding: 25px; }
      .our-initiative-list .cate-group .cate-group-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .our-initiative-list .cate-group .cate-group-list ul li {
          width: 158px; }
          .our-initiative-list .cate-group .cate-group-list ul li a {
            display: block;
            border: 1px solid #fff;
            padding: 5px; }
            .our-initiative-list .cate-group .cate-group-list ul li a img {
              display: block;
              width: 100%; }
    .our-initiative-list .cate-group.innovation {
      width: 47.6666%; }
    .our-initiative-list .cate-group.policy {
      width: 18.25%;
      background: #d95960; }
      .our-initiative-list .cate-group.policy .cate-label {
        color: #fff; }
      .our-initiative-list .cate-group.policy .cate-group-list ul {
        justify-content: center; }
    .our-initiative-list .cate-group.markets {
      width: 32.6666%; }
    .our-initiative-list .cate-group.devlopement {
      width: 100%;
      background: #d95960; }
      .our-initiative-list .cate-group.devlopement .cate-label {
        color: #fff; }
      .our-initiative-list .cate-group.devlopement .cate-group-list ul li {
        width: 160px; }
    .our-initiative-list .cate-group.leadership {
      width: 41%;
      padding: 20px 17px; }
      .our-initiative-list .cate-group.leadership .cate-group-list ul li {
        width: 145px; }
    .our-initiative-list .cate-group.talent {
      width: 28.6666%;
      background: #d95960; }
      .our-initiative-list .cate-group.talent .cate-label {
        color: #fff; }
      .our-initiative-list .cate-group.talent .cate-group-list ul li {
        width: 145px; }
    .our-initiative-list .cate-group.affilates {
      width: 28.0166%;
      padding: 20px 17px; }
      .our-initiative-list .cate-group.affilates .cate-group-list ul li {
        width: 145px; }

.represent {
  background-color: #f3dadd;
  padding-bottom: 50px; }
  .represent .heading-second {
    text-align: center; }
  .represent .represent-list {
    background: linear-gradient(100.04deg, #D52027 27.94%, #4E0D10 100%);
    border-radius: 8px;
    padding: 0 30px; }
    .represent .represent-list .list-heading {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 15px;
      font-family: "Lexend";
      font-weight: 500; }
    .represent .represent-list .num {
      font-size: 48px;
      font-weight: 700;
      line-height: 1.46;
      font-family: "Lexend"; }
    .represent .represent-list p {
      font-size: 20px;
      line-height: 24px;
      font-family: "Myriad Pro";
      font-weight: 400; }
    .represent .represent-list ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
      .represent .represent-list ul li {
        width: 33.33%;
        color: #fff;
        padding: 30px; }
  .represent .know-more {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .represent .know-more a {
      background-color: #B12025;
      padding: 12px 40px;
      border-radius: 100px;
      font-size: 16px;
      font-weight: 400;
      font-family: "Myriad Pro";
      transition: all linear 0.5s; }
      .represent .know-more a:hover {
        background-color: #610f13;
        border-color: #610f13; }
      .represent .know-more a strong {
        font-weight: 700; }

.home-knowledge-center {
  padding: 60px 0;
  background: #D4D5D7; }
  .home-knowledge-center .views-element-container.active {
    display: block; }
  .home-knowledge-center .view-header {
    width: 100%; }
    .home-knowledge-center .view-header .heading-second {
      font-weight: 700;
      font-size: 34px;
      text-align: center;
      margin-bottom: 16px; }
    .home-knowledge-center .view-header p {
      font-weight: 300;
      font-size: 24px;
      line-height: 32px;
      color: #36373B;
      text-align: center;
      margin-bottom: 40px;
      font-family: "Lexend"; }
  .home-knowledge-center .view-content {
    width: 100%;
    max-width: 854px;
    margin: 0 auto; }
  .home-knowledge-center .view-nasscom-publication {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    .home-knowledge-center .view-nasscom-publication .view-footer {
      width: 100%; }
    .home-knowledge-center .view-nasscom-publication .view-content .image img {
      display: block;
      width: 100%; }
    .home-knowledge-center .view-nasscom-publication .view-content .desc {
      padding: 10px 0 20px;
      position: absolute;
      bottom: -100%;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(177, 32, 37, 0.8);
      transition: all linear 0.5s;
      padding: 20px;
      border-radius: 8px; }
    .home-knowledge-center .view-nasscom-publication .view-content .date-national {
      color: #fff;
      font-size: 18px;
      font-size: 15px;
      font-family: "Myriad Pro"; }
    .home-knowledge-center .view-nasscom-publication .view-content .title {
      color: #fff;
      font-size: 24px;
      font-size: 18px;
      font-family: "Myriad Pro"; }
    .home-knowledge-center .view-nasscom-publication .view-content .read-more {
      position: absolute;
      right: 15px;
      bottom: 25px; }
      .home-knowledge-center .view-nasscom-publication .view-content .read-more a {
        font-size: 12px;
        text-decoration: underline;
        color: #b61328;
        background: url(../images/arrow-publication.png) no-repeat center;
        background-size: 100%;
        width: 32px;
        height: 32px;
        display: block;
        font-size: 0;
        transition: all linear 0.2s; }
        .home-knowledge-center .view-nasscom-publication .view-content .read-more a:hover {
          transform: scale(0.8); }
    .home-knowledge-center .view-nasscom-publication .view-content .item-list {
      margin: 0 -15px; }
      .home-knowledge-center .view-nasscom-publication .view-content .item-list ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .home-knowledge-center .view-nasscom-publication .view-content .item-list ul li {
          box-shadow: 0px 0 15px 3px rgba(0, 0, 0, 0.1);
          margin: 12px;
          position: relative;
          overflow: hidden;
          border-radius: 8px; }
          .home-knowledge-center .view-nasscom-publication .view-content .item-list ul li:hover .desc {
            bottom: 0; }
      .home-knowledge-center .view-nasscom-publication .view-content .item-list .owl-dots {
        margin: 15px 0 0;
        position: relative;
        bottom: 0; }
        .home-knowledge-center .view-nasscom-publication .view-content .item-list .owl-dots .owl-dot {
          padding: 0;
          margin: 0;
          width: auto;
          height: auto;
          box-shadow: none; }
          .home-knowledge-center .view-nasscom-publication .view-content .item-list .owl-dots .owl-dot span {
            font-size: 0;
            line-height: 0;
            cursor: pointer;
            color: transparent;
            outline: none;
            border-radius: 50%;
            width: 14px;
            height: 14px;
            display: block;
            background: none;
            border: 1px solid transparent;
            position: relative;
            margin: 5px 3px;
            transition: all linear 0.5s; }
            .home-knowledge-center .view-nasscom-publication .view-content .item-list .owl-dots .owl-dot span:before {
              content: '';
              display: block;
              width: 8px;
              height: 8px;
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              margin: auto;
              background: rgba(183, 0, 0, 0.2);
              border-radius: 50%;
              transition: all linear 0.5s; }
          .home-knowledge-center .view-nasscom-publication .view-content .item-list .owl-dots .owl-dot.active span {
            border-color: #b61328; }
            .home-knowledge-center .view-nasscom-publication .view-content .item-list .owl-dots .owl-dot.active span:before {
              background-color: #b61328; }
      .home-knowledge-center .view-nasscom-publication .view-content .item-list .owl-nav {
        margin: 0; }
        .home-knowledge-center .view-nasscom-publication .view-content .item-list .owl-nav .owl-prev,
        .home-knowledge-center .view-nasscom-publication .view-content .item-list .owl-nav .owl-next {
          width: 17px;
          height: 33px;
          background-image: url(../images/sprite.png);
          background-repeat: no-repeat;
          background-position: -250px 0;
          transform: translate(0, 0);
          position: absolute;
          top: 50%;
          left: -30px;
          background-color: transparent; }
          .home-knowledge-center .view-nasscom-publication .view-content .item-list .owl-nav .owl-prev:before,
          .home-knowledge-center .view-nasscom-publication .view-content .item-list .owl-nav .owl-next:before {
            display: none; }
          .home-knowledge-center .view-nasscom-publication .view-content .item-list .owl-nav .owl-prev.slick-disabled,
          .home-knowledge-center .view-nasscom-publication .view-content .item-list .owl-nav .owl-next.slick-disabled {
            display: none; }
        .home-knowledge-center .view-nasscom-publication .view-content .item-list .owl-nav .owl-next {
          transform: translate(0, 0) rotateY(180deg);
          left: auto;
          right: -30px; }
  .home-knowledge-center .home-read-more {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .home-knowledge-center .home-read-more a {
      background-color: #B12025;
      padding: 12px 40px;
      border-radius: 100px;
      font-size: 16px;
      font-weight: 400;
      font-family: "Myriad Pro";
      transition: all linear 0.5s; }
      .home-knowledge-center .home-read-more a:hover {
        background-color: #610f13;
        border-color: #610f13; }
      .home-knowledge-center .home-read-more a strong {
        font-weight: 700; }

.home-knowledge-center-header {
  background: #fffeff;
  display: none; }
  .home-knowledge-center-header h2 {
    font-size: 30px;
    color: #2a2a2a;
    font-weight: 500;
    text-align: center; }
  .home-knowledge-center-header ul {
    padding: 0;
    margin: 35px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .home-knowledge-center-header ul li {
      font-size: 18px;
      color: #2a2a2a;
      border: 1px solid #e7e7e7;
      padding: 12px 17px;
      cursor: pointer; }
      .home-knowledge-center-header ul li.active {
        background: #b61328;
        color: #fff; }

.nasscom-knowledge-center {
  position: relative; }
  .nasscom-knowledge-center:before, .nasscom-knowledge-center:after {
    content: "";
    background: #88b44e;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0; }
  .nasscom-knowledge-center:after {
    background: #71abd0;
    left: 0;
    right: auto; }
  .nasscom-knowledge-center .region-nasscom-home-knowledge {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .nasscom-knowledge-center .heading,
  .nasscom-knowledge-center h2 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    background: url(../images/icon-case-study.png) 0 0 no-repeat;
    padding-top: 13px;
    padding-bottom: 18px;
    padding-left: 59px; }
  .nasscom-knowledge-center .view-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px; }
    .nasscom-knowledge-center .view-header a {
      color: #fff; }
      .nasscom-knowledge-center .view-header a:hover {
        text-decoration: none; }
  .nasscom-knowledge-center .case-study {
    width: 360px;
    color: #fff;
    padding-right: 25px;
    padding-top: 35px;
    position: relative; }
    .nasscom-knowledge-center .case-study .image {
      width: 80px;
      height: 80px;
      background: #fff;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .nasscom-knowledge-center .case-study .image img {
        width: 100%;
        align-self: auto; }
    .nasscom-knowledge-center .case-study .desc {
      width: calc(100% - 90px); }
    .nasscom-knowledge-center .case-study .title {
      margin: 0;
      font-size: 16px;
      line-height: 20px; }
      .nasscom-knowledge-center .case-study .title a {
        font-size: 15px;
        color: #fff; }
        .nasscom-knowledge-center .case-study .title a:hover {
          text-decoration: none; }
    .nasscom-knowledge-center .case-study .download-pdf {
      margin-top: 10px; }
      .nasscom-knowledge-center .case-study .download-pdf a {
        color: #fff;
        font-size: 15px; }
        .nasscom-knowledge-center .case-study .download-pdf a:after {
          content: '';
          display: inline-block;
          width: 12px;
          height: 14px;
          background: url(../images/icon-arrow.png) no-repeat 0 0;
          font-size: 0;
          margin-left: 5px;
          margin-top: 6px;
          vertical-align: top; }
        .nasscom-knowledge-center .case-study .download-pdf a:hover {
          text-decoration: none; }
    .nasscom-knowledge-center .case-study ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .nasscom-knowledge-center .case-study ul li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        width: 100%; }
        .nasscom-knowledge-center .case-study ul li:last-of-type {
          border-bottom: 0; }
  .nasscom-knowledge-center .interview-videos {
    width: 470px;
    color: #fff;
    background: #e37874;
    position: relative;
    z-index: 9;
    padding: 35px 30px; }
    .nasscom-knowledge-center .interview-videos h2 {
      background: url(../images/face-to-face-icon.png) no-repeat 0 0;
      padding-left: 60px; }
    .nasscom-knowledge-center .interview-videos .vid-txt {
      color: #fff;
      font-size: 18px;
      margin-top: 15px; }
  .nasscom-knowledge-center .our-blogs {
    width: 368px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    padding-top: 35px; }
    .nasscom-knowledge-center .our-blogs h2 {
      background: url(../images/blog-icon.png) 0 0 no-repeat;
      padding-left: 65px; }
    .nasscom-knowledge-center .our-blogs .blog-title {
      font-size: 13px;
      margin-top: 15px;
      display: block;
      color: #fff; }
      .nasscom-knowledge-center .our-blogs .blog-title a {
        font-size: 16px;
        padding: 0;
        color: #fff;
        display: block; }
        .nasscom-knowledge-center .our-blogs .blog-title a:hover {
          text-decoration: none; }
    .nasscom-knowledge-center .our-blogs .blog-author {
      font-size: 11px;
      line-height: 1.54;
      margin: 2px 0 4px;
      font-size: 13px;
      margin-top: 15px;
      display: block;
      color: #fff; }
    .nasscom-knowledge-center .our-blogs .item-list ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .nasscom-knowledge-center .our-blogs .item-list ul li {
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 16px 0; }
        .nasscom-knowledge-center .our-blogs .item-list ul li:first-of-type {
          border-top: none;
          padding-top: 0; }

.policy {
  padding: 80px 0; }
  .policy .heading-second {
    text-align: center;
    margin-bottom: 10px; }
  .policy .sub-heading {
    text-align: center;
    font-size: 24px;
    color: #36373B;
    margin-bottom: 40px;
    font-family: "Lexend";
    font-weight: 300; }
  .policy .view-content .list-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #36373B;
    min-height: 90px;
    margin-bottom: 10px; }
    .policy .view-content .list-heading a {
      color: #36373B; }
      .policy .view-content .list-heading a:hover {
        text-decoration: none; }
  .policy .view-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Myriad Pro";
    color: #36373B; }
  .policy .view-content .click-here {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .policy .view-content .click-here a {
      background: #B12025;
      border-radius: 100px;
      font-family: "Myriad Pro";
      font-weight: 700;
      font-size: 16px;
      color: #fff;
      padding: 6px 18px;
      transition: all linear 0.5s; }
      .policy .view-content .click-here a:hover {
        background-color: #610f13;
        border-color: #610f13; }
  .policy .view-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .policy .view-content ul li {
      width: 32%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 8px; }
  .policy .view-all {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .policy .view-all a {
      background: #B12025;
      border-radius: 100px;
      font-family: "Myriad Pro";
      font-weight: 700;
      font-size: 16px;
      color: #fff;
      padding: 6px 18px;
      transition: all linear 0.5s; }
      .policy .view-all a:hover {
        background-color: #610f13;
        border-color: #610f13;
        text-decoration: none; }

.home-upcomming-events {
  padding: 50px 0;
  background: url(../images/bg-connect.jpg) no-repeat 0 0 #000;
  background-size: 100%; }
  .home-upcomming-events .container {
    position: relative; }
  .home-upcomming-events .events-tabs-content-list {
    width: 100%; }
    .home-upcomming-events .events-tabs-content-list ul {
      list-style: none;
      margin: 0 -30px;
      padding: 0; }
      .home-upcomming-events .events-tabs-content-list ul li {
        display: flex;
        flex-wrap: wrap; }
    .home-upcomming-events .events-tabs-content-list .slick-dots {
      margin: 15px 0 0;
      position: relative;
      bottom: 0; }
      .home-upcomming-events .events-tabs-content-list .slick-dots li {
        padding: 0;
        margin: 0;
        width: auto;
        height: auto;
        box-shadow: none; }
        .home-upcomming-events .events-tabs-content-list .slick-dots li button {
          font-size: 0;
          line-height: 0;
          cursor: pointer;
          color: transparent;
          outline: none;
          border-radius: 50%;
          width: 14px;
          height: 14px;
          display: block;
          background: none;
          border: 1px solid transparent;
          position: relative;
          margin: 5px 3px;
          transition: all linear 0.5s; }
          .home-upcomming-events .events-tabs-content-list .slick-dots li button:before {
            content: '';
            display: block;
            width: 8px;
            height: 8px;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            background: rgba(183, 0, 0, 0.2);
            border-radius: 50%;
            transition: all linear 0.5s; }
        .home-upcomming-events .events-tabs-content-list .slick-dots li.slick-active button {
          border-color: #b61328; }
          .home-upcomming-events .events-tabs-content-list .slick-dots li.slick-active button:before {
            background-color: #b61328; }
    .home-upcomming-events .events-tabs-content-list .slick-arrow {
      width: 17px;
      height: 33px;
      background-image: url(../images/sprite.png);
      background-repeat: no-repeat;
      background-position: -215px 0;
      transform: translate(0, 0);
      position: absolute;
      top: 50%;
      left: -30px;
      background-color: transparent; }
      .home-upcomming-events .events-tabs-content-list .slick-arrow:before {
        display: none; }
      .home-upcomming-events .events-tabs-content-list .slick-arrow.slick-disabled {
        display: none; }
    .home-upcomming-events .events-tabs-content-list .slick-next {
      transform: translate(0, 0) rotateY(180deg);
      left: auto;
      right: -30px; }
  .home-upcomming-events .view-header .heading-second {
    font-weight: 400;
    font-size: 34px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 18px;
    line-height: 48px;
    text-align: center; }
    .home-upcomming-events .view-header .heading-second strong {
      font-weight: 700; }
  .home-upcomming-events .view-header .sub-heading {
    font-weight: 500;
    font-family: "Lexend";
    font-size: 30px;
    line-height: 49px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 18px; }
  .home-upcomming-events .view-header p {
    font-family: "Lexend";
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 60px; }
  .home-upcomming-events .view-header .home-read-more a {
    background: none;
    color: #797979;
    border: 0;
    padding: 0;
    font-size: 16px;
    width: auto; }
    .home-upcomming-events .view-header .home-read-more a:hover {
      text-decoration: none; }
  .home-upcomming-events .view-content {
    width: calc(100% - 9px);
    margin: 0 auto; }
  .home-upcomming-events .home-read-more {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 65px; }
    .home-upcomming-events .home-read-more a {
      background-color: #B12025;
      padding: 12px 40px;
      border-radius: 100px;
      font-size: 16px;
      font-weight: 400;
      font-family: "Myriad Pro";
      transition: all linear 0.5s; }
      .home-upcomming-events .home-read-more a:hover {
        background-color: #610f13;
        border-color: #610f13; }
      .home-upcomming-events .home-read-more a strong {
        font-weight: 700; }
  .home-upcomming-events .slick-slide {
    margin: 10px 15px;
    position: relative;
    background: #fff;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    height: auto; }
  .home-upcomming-events .views-field-field-image {
    width: 100%;
    order: 2;
    padding: 5px; }
    .home-upcomming-events .views-field-field-image img {
      width: 100%;
      display: block; }
  .home-upcomming-events .views-field-title,
  .home-upcomming-events .views-field-field-website {
    padding: 10px 10px;
    color: #fff;
    width: 100%;
    font-family: "Lexend";
    line-height: 23px;
    font-weight: 500;
    font-size: 18px;
    min-height: 90px;
    text-transform: none;
    order: 1;
    background: #B12025;
    background: linear-gradient(100.04deg, #D52027 27.94%, #4E0D10 100%);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .home-upcomming-events .views-field-title a,
    .home-upcomming-events .views-field-field-website a {
      color: #fff; }
      .home-upcomming-events .views-field-title a:hover,
      .home-upcomming-events .views-field-field-website a:hover {
        text-decoration: none; }
  .home-upcomming-events .views-field-nothing {
    margin: 10px;
    order: 4;
    width: 100%; }
    .home-upcomming-events .views-field-nothing .date {
      color: #B12025;
      font-family: "Lexend";
      font-size: 15px;
      font-weight: 400;
      background: url(../images/calander-icon-red.png) 0 1px no-repeat;
      padding-left: 27px;
      margin-bottom: 4px;
      line-height: 24px;
      display: block;
      margin-bottom: 10px; }
    .home-upcomming-events .views-field-nothing .time {
      color: #B12025;
      font-family: "Lexend";
      font-size: 15px;
      font-weight: 400;
      background: url(../images/time-red.png) -1px 1px no-repeat;
      padding-left: 27px;
      margin-bottom: 0;
      line-height: 24px;
      display: block; }
  .home-upcomming-events .views-field-field-location {
    margin: 0 10px 10px;
    order: 5;
    width: 100%; }
    .home-upcomming-events .views-field-field-location .field-content {
      color: #B12025;
      font-family: "Lexend";
      font-weight: 400;
      font-size: 15px;
      background: url(../images/loc-ic-red.png) 3px 0 no-repeat;
      padding-left: 27px;
      line-height: 24px; }
  .home-upcomming-events .views-field-view-node,
  .home-upcomming-events .views-field-field-website-1 {
    order: 6;
    width: 100%; }
    .home-upcomming-events .views-field-view-node a,
    .home-upcomming-events .views-field-field-website-1 a {
      background: #36373B;
      width: 100%;
      padding: 0;
      color: #fff;
      font-size: 16px;
      text-align: center;
      margin: 0;
      border: none;
      font-family: "Lexend";
      font-weight: 400;
      display: block;
      padding: 8px;
      border-radius: 4px 4px 0px 0px; }
      .home-upcomming-events .views-field-view-node a:hover,
      .home-upcomming-events .views-field-field-website-1 a:hover {
        text-decoration: none; }
  .home-upcomming-events .views-field-field-events-type {
    order: 3;
    width: 100%;
    padding: 0 5px; }
    .home-upcomming-events .views-field-field-events-type .field-content {
      font-size: 14px;
      color: #fff;
      width: 100%;
      background: #50AE26;
      border-radius: 4px;
      padding: 10px 0;
      text-align: center; }
      .home-upcomming-events .views-field-field-events-type .field-content.national {
        background: #50AE26; }
      .home-upcomming-events .views-field-field-events-type .field-content.regional {
        background: #0887BA; }
      .home-upcomming-events .views-field-field-events-type .field-content.flagship {
        background: #e87219; }
      .home-upcomming-events .views-field-field-events-type .field-content.international {
        background: #288e1b; }
  .home-upcomming-events .home-latest-at-nasscom {
    background: #000;
    padding-top: 50px; }
    .home-upcomming-events .home-latest-at-nasscom p {
      font-size: 24px;
      color: #fff;
      line-height: 32px;
      font-weight: 300;
      margin-bottom: 40px;
      font-family: "Lexend"; }
      .home-upcomming-events .home-latest-at-nasscom p strong {
        font-weight: 700; }
    .home-upcomming-events .home-latest-at-nasscom .view-content {
      max-width: 960px;
      margin: 0 auto; }
      .home-upcomming-events .home-latest-at-nasscom .view-content .youtube-container {
        margin: 0; }
      .home-upcomming-events .home-latest-at-nasscom .view-content .item-list ul {
        margin: 0 -5px;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap; }
        .home-upcomming-events .home-latest-at-nasscom .view-content .item-list ul li {
          margin: 0;
          width: 20%;
          padding: 5px;
          position: relative;
          overflow: hidden; }
          .home-upcomming-events .home-latest-at-nasscom .view-content .item-list ul li:nth-of-type(4n) {
            width: 40%; }
          .home-upcomming-events .home-latest-at-nasscom .view-content .item-list ul li:nth-of-type(5) {
            order: 8; }
          .home-upcomming-events .home-latest-at-nasscom .view-content .item-list ul li:nth-of-type(6) {
            order: 7; }
          .home-upcomming-events .home-latest-at-nasscom .view-content .item-list ul li:nth-of-type(7) {
            order: 6; }
          .home-upcomming-events .home-latest-at-nasscom .view-content .item-list ul li:nth-of-type(8) {
            order: 5; }
          .home-upcomming-events .home-latest-at-nasscom .view-content .item-list ul li:hover .desc {
            bottom: 5px; }
          .home-upcomming-events .home-latest-at-nasscom .view-content .item-list ul li img {
            width: 100%; }
          .home-upcomming-events .home-latest-at-nasscom .view-content .item-list ul li iframe {
            width: 100%;
            height: 215px;
            display: block; }
      .home-upcomming-events .home-latest-at-nasscom .view-content .item-list .desc {
        padding: 10px 0 20px;
        position: absolute;
        bottom: -100%;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        background: rgba(177, 32, 37, 0.8);
        transition: all linear 0.5s;
        padding: 20px;
        border-radius: 0; }
        .home-upcomming-events .home-latest-at-nasscom .view-content .item-list .desc .date {
          color: #fff;
          font-size: 15px;
          font-family: "Myriad Pro"; }
        .home-upcomming-events .home-latest-at-nasscom .view-content .item-list .desc .title {
          color: #fff;
          font-size: 18px;
          font-family: "Myriad Pro";
          font-weight: 600;
          line-height: 1.3; }
        .home-upcomming-events .home-latest-at-nasscom .view-content .item-list .desc .read-more {
          position: absolute;
          right: 10px;
          bottom: 10px; }
          .home-upcomming-events .home-latest-at-nasscom .view-content .item-list .desc .read-more a {
            font-size: 12px;
            text-decoration: underline;
            color: #b61328;
            background: url(../images/arrow-publication.png) no-repeat center;
            background-size: 100%;
            width: 32px;
            height: 32px;
            display: block;
            font-size: 0;
            transition: all linear 0.2s; }
            .home-upcomming-events .home-latest-at-nasscom .view-content .item-list .desc .read-more a:hover {
              transform: scale(0.8); }

.nasscom-home-media {
  padding: 40px 0 35px;
  min-height: 360px;
  float: left;
  width: 100%;
  background: #f3f6f8; }
  .nasscom-home-media .nasscom-media {
    padding: 0;
    width: 48.66%;
    float: none;
    margin: 15px 0 0; }
    .nasscom-home-media .nasscom-media .view-header {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 30px; }
      .nasscom-home-media .nasscom-media .view-header .heading {
        font-weight: 500;
        font-size: 30px;
        color: #2a2a2a;
        width: 100%; }
      .nasscom-home-media .nasscom-media .view-header .sub-heading {
        font-size: 16px;
        color: #2a2a2a;
        text-transform: capitalize; }
      .nasscom-home-media .nasscom-media .view-header .view-all a {
        font-size: 16px;
        color: #797979;
        padding: 0;
        border: 0;
        width: auto; }
        .nasscom-home-media .nasscom-media .view-header .view-all a:hover {
          color: #b61328;
          text-decoration: none; }
    .nasscom-home-media .nasscom-media .item-list .image {
      width: 23.9726%; }
      .nasscom-home-media .nasscom-media .item-list .image img {
        width: 100%; }
    .nasscom-home-media .nasscom-media .item-list .desc {
      width: 72.0890%;
      text-align: left;
      padding-right: 30px; }
    .nasscom-home-media .nasscom-media .item-list .title {
      font-size: 16px;
      color: #272727;
      font-weight: 600;
      line-height: 23px; }
    .nasscom-home-media .nasscom-media .item-list .date {
      font-size: 13px;
      margin: 8px 0 10px;
      font-family: Arial, Helvetica, sans-serif;
      color: #797979; }
    .nasscom-home-media .nasscom-media .item-list .view-all a {
      font-size: 14px;
      color: #b61328; }
      .nasscom-home-media .nasscom-media .item-list .view-all a:hover {
        text-decoration: none; }
    .nasscom-home-media .nasscom-media .item-list ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .nasscom-home-media .nasscom-media .item-list ul li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
        background: #fff;
        box-shadow: 12px 12px 24px 5px rgba(0, 0, 0, 0.05);
        padding: 7px;
        margin-bottom: 25px; }
        .nasscom-home-media .nasscom-media .item-list ul li:last-of-type {
          margin-bottom: 0; }
  .nasscom-home-media .nasscom-tweets {
    background: #fff;
    border-radius: 15px;
    width: 46.33%; }
    .nasscom-home-media .nasscom-tweets .twitter-timeline {
      width: 100% !important; }

.youtube-twitter-wrapper {
  background-color: #000;
  padding: 0 0 50px; }
  .youtube-twitter-wrapper .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 990px; }
  .youtube-twitter-wrapper .region-content-eight {
    width: 55%; }
  .youtube-twitter-wrapper .youtube-data {
    width: 100%; }
    .youtube-twitter-wrapper .youtube-data .video-img {
      border-radius: 5px;
      overflow: hidden;
      height: 140px; }
      .youtube-twitter-wrapper .youtube-data .video-img a {
        display: block; }
      .youtube-twitter-wrapper .youtube-data .video-img img {
        width: 100%; }
    .youtube-twitter-wrapper .youtube-data .video-title {
      color: #fff;
      font-size: 15px;
      margin-top: 10px; }
      .youtube-twitter-wrapper .youtube-data .video-title a {
        color: #fff; }
        .youtube-twitter-wrapper .youtube-data .video-title a:hover {
          text-decoration: none; }
    .youtube-twitter-wrapper .youtube-data .video-date {
      color: rgba(255, 255, 255, 0.7);
      font-size: 14px; }
    .youtube-twitter-wrapper .youtube-data .slick-arrow {
      background: #212121;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      z-index: 2;
      top: 62px; }
      .youtube-twitter-wrapper .youtube-data .slick-arrow:before {
        content: '';
        display: block;
        background: none;
        width: 12px;
        height: 12px;
        border: solid #fff;
        border-width: 1px 1px 0 0;
        transform: rotate(45deg);
        margin-left: -4px; }
      .youtube-twitter-wrapper .youtube-data .slick-arrow.slick-prev {
        left: -20px; }
        .youtube-twitter-wrapper .youtube-data .slick-arrow.slick-prev:before {
          transform: rotate(-135deg);
          margin-left: 4px; }
      .youtube-twitter-wrapper .youtube-data .slick-arrow.slick-next {
        right: -20px; }
    .youtube-twitter-wrapper .youtube-data ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .youtube-twitter-wrapper .youtube-data ul li {
        margin: 0;
        padding: 0;
        width: 49%; }
        .youtube-twitter-wrapper .youtube-data ul li:nth-of-type(n + 3) {
          margin-top: 30px; }
  .youtube-twitter-wrapper .region-content-nine {
    width: 40%; }

.footer {
  background: url(../images/footer-pattern.jpg) repeat;
  padding: 24px 0 0; }
  .footer .region-footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
    .footer .region-footer .footer-menu {
      width: 75%; }
    .footer .region-footer .affiliated {
      width: 25%; }
      .footer .region-footer .affiliated h5 {
        color: #fff;
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 1; }
      .footer .region-footer .affiliated ul {
        padding: 0;
        list-style: none;
        margin: 0;
        display: flex;
        flex-wrap: wrap; }
        .footer .region-footer .affiliated ul li {
          margin-bottom: 7px;
          margin-right: 7px; }
          .footer .region-footer .affiliated ul li img {
            width: 100%;
            height: auto;
            display: block; }
          .footer .region-footer .affiliated ul li a {
            display: block;
            width: 100%;
            height: 100%; }
  .footer .footer-list {
    padding-bottom: 10px; }
    .footer .footer-list ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer .footer-list ul li {
        width: 26%; }
        .footer .footer-list ul li:last-of-type {
          width: 22%; }
        .footer .footer-list ul li a {
          font-size: 13px;
          color: #fff;
          line-height: 1.46;
          padding-bottom: 8px;
          display: block; }
          .footer .footer-list ul li a:hover {
            color: #cdcdcd; }
        .footer .footer-list ul li ul {
          padding: 2px 0; }
          .footer .footer-list ul li ul li {
            padding-left: 15px;
            position: relative;
            margin: 3px 0;
            width: 100%; }
            .footer .footer-list ul li ul li:before {
              position: absolute;
              left: 0;
              content: "";
              width: 7px;
              height: 10px;
              top: 7px;
              background: url(../images/sprite.png) no-repeat -591px -52px; }
            .footer .footer-list ul li ul li:last-of-type {
              width: 100%; }
            .footer .footer-list ul li ul li a {
              font-size: 12px;
              color: #bfbfbf;
              padding: 0; }

.footer-copyright {
  background: #242424; }
  .footer-copyright .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .footer-copyright .footer-bottom p {
      margin: 7px 0;
      font-size: 12px;
      color: #898989; }
      .footer-copyright .footer-bottom p a {
        color: #898989;
        padding: 0 3px 0 6px; }

.about-overview {
  padding: 50px 0 30px; }
  .about-overview h2 {
    display: none; }
  .about-overview p {
    font-size: 14px;
    color: #000;
    line-height: 18px; }

.vision-mission {
  background: url(../images/bg-vision-mission.jpg) no-repeat 0 0;
  background-size: 100%;
  padding: 60px 0; }
  .vision-mission .vision {
    background: #640e0e;
    width: 36.66%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin-right: 2.9166%; }
  .vision-mission .mission {
    width: 60.4166%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0; }
  .vision-mission .image {
    width: 82px;
    margin-right: 20px; }
  .vision-mission .desc {
    width: calc(100% - 102px); }
  .vision-mission .heading {
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 1; }
  .vision-mission p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    line-height: 23px; }

.strategic-imperatives {
  padding: 55px 0 15px; }
  .strategic-imperatives .left {
    width: 17.5%;
    margin-right: 5.8%;
    margin-top: 60px; }
    .strategic-imperatives .left .heading {
      display: block;
      font-weight: 700;
      font-size: 30px;
      color: #000;
      text-align: left;
      line-height: 36px;
      margin-bottom: 20px; }
    .strategic-imperatives .left p {
      font-weight: 400;
      font-size: 18px;
      color: #000;
      line-height: 30px;
      margin: 0; }
  .strategic-imperatives .right {
    width: 76.66%; }
  .strategic-imperatives .strategic-list .heading-desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .strategic-imperatives .strategic-list .heading-desc .image {
      width: 80px;
      height: 73px;
      position: relative; }
      .strategic-imperatives .strategic-list .heading-desc .image img {
        position: absolute;
        bottom: 0;
        left: 0; }
    .strategic-imperatives .strategic-list .heading-desc .list-heading {
      font-size: 18px;
      color: #000;
      text-transform: uppercase;
      font-weight: 600;
      align-self: flex-end; }
  .strategic-imperatives .strategic-list p {
    font-size: 14px;
    color: #68777c;
    margin: 1.5em 0; }
  .strategic-imperatives .strategic-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .strategic-imperatives .strategic-list ul li {
      background: #fff;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      width: 31.0869%;
      border-radius: 4px;
      padding: 25px 25px 25px 30px;
      float: left;
      margin: 0 0 34px 30px; }
      .strategic-imperatives .strategic-list ul li:nth-of-type(1) {
        margin: 132px 0 0 0;
        margin-bottom: 0; }
      .strategic-imperatives .strategic-list ul li:nth-of-type(2) {
        margin-top: 30px;
        margin-bottom: 0; }
      .strategic-imperatives .strategic-list ul li:nth-of-type(3), .strategic-imperatives .strategic-list ul li:nth-of-type(5) {
        margin-right: 0; }
      .strategic-imperatives .strategic-list ul li:nth-of-type(4) {
        margin-top: 34px; }

.our-councils {
  background: #a82a2a;
  padding: 45px 0;
  margin-bottom: 190px; }
  .our-councils .heading {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    text-align: center; }
  .our-councils p {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    max-width: 590px;
    margin: 0 auto;
    text-align: center; }
  .our-councils ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    margin-bottom: -130px; }
    .our-councils ul li {
      padding: 35px 50px;
      height: auto;
      width: 25%;
      display: block;
      margin: 0;
      position: relative; }
      .our-councils ul li:after {
        content: '';
        width: 1px;
        height: 147px;
        background: #a82a2a;
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        bottom: 0;
        margin: auto 0;
        border: 0;
        display: block; }
      .our-councils ul li:last-of-type:after {
        display: none; }
      .our-councils ul li .image {
        display: block;
        width: 75px;
        height: 77px;
        position: relative;
        margin: 0 auto;
        margin-bottom: 15px; }
        .our-councils ul li .image img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
          .our-councils ul li .image img:nth-of-type(2) {
            z-index: -3; }
      .our-councils ul li h3 {
        color: #2a2a2a;
        font-size: 26px;
        text-transform: none;
        line-height: 30px;
        text-align: center; }
        .our-councils ul li h3 a {
          color: #252525; }
      .our-councils ul li .wrap-list-councel {
        display: none;
        position: relative;
        z-index: 2; }
      .our-councils ul li:hover {
        background-color: #b61328; }
        .our-councils ul li:hover:nth-of-type(2) {
          background: #00b8b0; }
        .our-councils ul li:hover:nth-of-type(3) {
          background: #faaa04; }
        .our-councils ul li:hover:nth-of-type(4) {
          background: #904b7e; }
        .our-councils ul li:hover a {
          text-decoration: none;
          color: #fff; }
        .our-councils ul li:hover .image img:nth-of-type(2) {
          z-index: 1; }
        .our-councils ul li:hover h3 {
          color: #fff; }
        .our-councils ul li:hover .wrap-regional-councel {
          margin: -15px -25px 15px;
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          .our-councils ul li:hover .wrap-regional-councel .image {
            margin: 0; }
          .our-councils ul li:hover .wrap-regional-councel h3 {
            color: #fff;
            width: calc(100% - 90px);
            margin: 0; }
        .our-councils ul li:hover .wrap-list-councel {
          margin: 0 -25px;
          display: flex;
          flex-wrap: wrap; }
          .our-councils ul li:hover .wrap-list-councel a {
            font-size: 14px;
            width: 33%;
            color: #fff;
            padding-left: 15px; }
            .our-councils ul li:hover .wrap-list-councel a:nth-of-type(2n) {
              width: 67%; }

.history-aboutus {
  background: url(../images/bg-history.jpg) no-repeat 0 0;
  background-size: 100%;
  padding: 50px 0 60px; }
  .history-aboutus .heading {
    color: #fff;
    text-align: center; }
  .history-aboutus .history-list {
    margin: 20px auto 0; }
    .history-aboutus .history-list .image img {
      width: 100%;
      display: block; }
    .history-aboutus .history-list .desc {
      position: relative; }
    .history-aboutus .history-list .year {
      background: #a42828;
      max-width: 200px;
      width: 100%;
      color: #fff;
      line-height: 44px;
      border-radius: 30px;
      text-align: center;
      margin: 0 auto;
      font-size: 18px;
      position: absolute;
      top: -22px;
      left: 0;
      right: 0; }
    .history-aboutus .history-list .heading {
      font-size: 18px;
      color: #000;
      text-align: center;
      padding: 35px 20px 0;
      font-weight: 700;
      min-height: 84px;
      line-height: 24px; }
    .history-aboutus .history-list ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .history-aboutus .history-list ul li {
        width: 31.66%;
        background: #fff;
        margin-right: 2.51%;
        border-bottom: 4px solid #a42828; }
        .history-aboutus .history-list ul li:last-of-type {
          margin-right: 0; }
        .history-aboutus .history-list ul li .history-sub-list {
          padding: 0 10px;
          margin-bottom: 15px; }
          .history-aboutus .history-list ul li .history-sub-list ul {
            list-style: none;
            padding: 0;
            margin: 0; }
            .history-aboutus .history-list ul li .history-sub-list ul li {
              background: none;
              border-bottom: 0;
              position: relative;
              padding-left: 20px;
              font-size: 14px;
              color: #68777c;
              width: 55%;
              margin-right: 0; }
              .history-aboutus .history-list ul li .history-sub-list ul li:before {
                content: '';
                display: block;
                width: 13px;
                height: 13px;
                background: url(../images/bullet2.png) no-repeat 0 0;
                position: absolute;
                left: 0;
                top: 3px; }
              .history-aboutus .history-list ul li .history-sub-list ul li:nth-of-type(2n) {
                width: 40%; }
        .history-aboutus .history-list ul li:nth-of-type(2) .history-sub-list ul li {
          width: 35%; }
          .history-aboutus .history-list ul li:nth-of-type(2) .history-sub-list ul li:nth-of-type(2n) {
            width: 60%; }
        .history-aboutus .history-list ul li:nth-of-type(3) .history-sub-list ul li {
          width: 29.33%; }
          .history-aboutus .history-list ul li:nth-of-type(3) .history-sub-list ul li:nth-of-type(2), .history-aboutus .history-list ul li:nth-of-type(3) .history-sub-list ul li:nth-of-type(5), .history-aboutus .history-list ul li:nth-of-type(3) .history-sub-list ul li:nth-of-type(8) {
            width: 46.33%; }
          .history-aboutus .history-list ul li:nth-of-type(3) .history-sub-list ul li:nth-of-type(3), .history-aboutus .history-list ul li:nth-of-type(3) .history-sub-list ul li:nth-of-type(6), .history-aboutus .history-list ul li:nth-of-type(3) .history-sub-list ul li:nth-of-type(9) {
            width: 23.33%; }

.our-presence {
  background: #f3f3f3;
  padding: 40px 0; }
  .our-presence h2 {
    display: none; }
  .our-presence .view-office-address {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .our-presence .view-office-address h2 {
      display: block;
      font-size: 26px;
      font-weight: 700;
      color: #000;
      margin-bottom: 10px;
      text-align: center; }
    .our-presence .view-office-address p {
      font-size: 18px;
      color: #2e2e2e;
      text-align: center;
      font-weight: 400;
      margin: 0; }
    .our-presence .view-office-address .view-header {
      width: 100%;
      margin-bottom: 30px; }
    .our-presence .view-office-address .view-content {
      width: 40.8333%; }
      .our-presence .view-office-address .view-content .item-list ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .our-presence .view-office-address .view-content .item-list ul li {
          margin: 0; }
      .our-presence .view-office-address .view-content .item-list > ul {
        height: 435px; }
        .our-presence .view-office-address .view-content .item-list > ul li {
          padding: 30px 0;
          border-bottom: 1px dashed #a59d9d; }
          .our-presence .view-office-address .view-content .item-list > ul li:first-of-type {
            padding-top: 0; }
          .our-presence .view-office-address .view-content .item-list > ul li .name {
            font-size: 16px;
            color: #222222;
            font-weight: 700; }
            .our-presence .view-office-address .view-content .item-list > ul li .name span {
              width: 17px;
              height: 23px;
              background: url(../images/icon-label.png) no-repeat 0 0;
              display: inline-block;
              font-size: 13px;
              text-align: center;
              color: #fff;
              line-height: 22px;
              margin-right: 10px; }
          .our-presence .view-office-address .view-content .item-list > ul li .location-info {
            margin-top: 20px; }
            .our-presence .view-office-address .view-content .item-list > ul li .location-info ul li {
              padding: 0;
              border-bottom: 0;
              display: flex;
              flex-wrap: wrap;
              margin-bottom: 8px; }
              .our-presence .view-office-address .view-content .item-list > ul li .location-info ul li .label {
                position: relative;
                width: 110px;
                padding-left: 25px;
                display: block;
                font-size: 14px;
                color: #222222; }
                .our-presence .view-office-address .view-content .item-list > ul li .location-info ul li .label:before {
                  content: '';
                  background: url(../images/icon-address.png) no-repeat 0 0;
                  width: 18px;
                  height: 18px;
                  display: block;
                  position: absolute;
                  left: 0;
                  top: 3px;
                  background-size: 100%; }
              .our-presence .view-office-address .view-content .item-list > ul li .location-info ul li:nth-of-type(2) .label:before {
                background: url(../images/icon-phone.png) no-repeat 0 0;
                background-size: 100%; }
          .our-presence .view-office-address .view-content .item-list > ul li .direction-url {
            display: none; }
          .our-presence .view-office-address .view-content .item-list > ul li .get-direction {
            display: flex;
            flex-wrap: wrap;
            margin-top: 25px; }
            .our-presence .view-office-address .view-content .item-list > ul li .get-direction a {
              background: #a82a2a;
              color: #fff;
              font-size: 14px;
              font-weight: 400;
              display: block;
              line-height: 34px;
              padding: 0 10px;
              cursor: pointer; }
    .our-presence .view-office-address .view-footer {
      width: 56.66%; }

.whatwedo {
  background: #ececec;
  margin: 0;
  max-width: none;
  padding: 50px 0; }
  .whatwedo .left {
    width: 66.66%;
    text-align: left; }
  .whatwedo .right {
    width: 19.5833%; }
  .whatwedo .heading {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 20px; }
  .whatwedo p {
    font-size: 18px;
    color: #4e4e4e; }
  .whatwedo .image {
    border: 5px solid #fff;
    border-radius: 4px;
    box-shadow: -20px 20px 35px rgba(0, 0, 0, 0.33); }

.count {
  font-size: 120px;
  color: rgba(89, 89, 89, 0.15);
  position: absolute;
  top: -70px;
  left: 0;
  line-height: normal;
  font-family: Arial,Helvetica,sans-serif; }

.innovation {
  padding: 85px 0; }
  .innovation p {
    margin: 1.5rem 0; }
  .innovation .left {
    width: 21.66%;
    position: relative; }
    .innovation .left p {
      font-size: 16px;
      line-height: 27px; }
  .innovation .right {
    width: 73.75%; }
  .innovation .heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 1; }

.innovation-list .image {
  height: 85px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .innovation-list .image img {
    height: auto; }

.innovation-list p {
  font-size: 14px;
  color: rgba(104, 119, 124, 0.9);
  line-height: 21px; }

.innovation-list .read-more {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all ease 0.5s; }
  .innovation-list .read-more a {
    display: block;
    color: #fff;
    font-size: 0;
    border-radius: 3px 0 0;
    width: 16px;
    height: 16px;
    background: rgba(0, 0, 0, 0.85); }
    .innovation-list .read-more a:before {
      content: '+';
      display: block;
      color: #fff;
      font-size: 15px;
      line-height: 13px;
      text-align: center; }

.innovation-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .innovation-list ul li {
    width: 30.621%;
    box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    position: relative; }

.policy-advocacy {
  background: url(../images/bg-policy-advocacy.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 65px 0; }
  .policy-advocacy .left {
    width: 64.5833%;
    position: relative; }
  .policy-advocacy .count {
    color: rgba(235, 130, 130, 0.15); }
  .policy-advocacy .heading {
    display: block;
    font-size: 30px;
    color: #fff;
    text-align: left; }
  .policy-advocacy p {
    font-size: 16px;
    color: #ffcfcf;
    line-height: 27px; }
  .policy-advocacy .right {
    width: 22.5833%; }

.policy-desc {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  max-width: 271px;
  position: relative;
  overflow: hidden; }
  .policy-desc .heading {
    font-size: 15px;
    color: #000;
    margin: 10px 0; }
    .policy-desc .heading span {
      color: #b61328; }
  .policy-desc p {
    font-size: 14px;
    color: rgba(104, 119, 124, 0.9);
    line-height: 21px;
    margin: 0; }
  .policy-desc .read-more {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all ease 0.5s; }
    .policy-desc .read-more a {
      display: block;
      color: #fff;
      font-size: 0;
      border-radius: 3px 0 0;
      width: 16px;
      height: 16px;
      background: rgba(0, 0, 0, 0.85); }
      .policy-desc .read-more a:before {
        content: '+';
        display: block;
        color: #fff;
        font-size: 15px;
        line-height: 13px;
        text-align: center; }

.talent-development {
  background: url(../images/bg-development.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 85px 0; }
  .talent-development h2 {
    display: none; }
  .talent-development .heading {
    font-size: 30px;
    color: #fff; }
  .talent-development p {
    color: #cacaca;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0; }
  .talent-development .policy-desc {
    padding: 15px;
    margin-top: 35px; }
    .talent-development .policy-desc .image {
      height: 86px;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    .talent-development .policy-desc p {
      padding-right: 0;
      color: rgba(104, 119, 124, 0.9);
      font-size: 14px;
      line-height: 21px; }

.industry-development {
  margin: 110px 0 80px; }
  .industry-development .heading {
    font-weight: 400;
    margin-bottom: 25px; }
  .industry-development p {
    margin: 0; }

.industry-development-list {
  justify-content: space-between;
  margin-top: 40px; }
  .industry-development-list .policy-desc {
    box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px; }

.thought-leadership {
  background: url(../images/techade-bg-wyt.png) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 90px 0 70px; }
  .thought-leadership h2 {
    display: none; }
  .thought-leadership .heading {
    font-weight: 400; }
  .thought-leadership p {
    margin: 0; }

.leadership-list {
  justify-content: space-between;
  margin-top: 40px; }
  .leadership-list .policy-desc {
    box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px; }
    .leadership-list .policy-desc .image-desc {
      background: #f3f3f3;
      margin: -20px -20px 20px;
      padding: 20px; }
      .leadership-list .policy-desc .image-desc .image {
        margin-right: 15px; }
    .leadership-list .policy-desc .heading {
      font-size: 18px;
      font-weight: 500;
      margin: 0;
      line-height: 1.2; }
      .leadership-list .policy-desc .heading span {
        display: block; }

.affliated-organizations {
  background: url(../images/bg-organizations.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 65px 0; }
  .affliated-organizations .left {
    width: 43.3333%;
    position: relative; }
    .affliated-organizations .left .heading {
      color: #fff; }
    .affliated-organizations .left p {
      font-size: 16px;
      color: #cacaca;
      line-height: 27px;
      padding: 0;
      margin-top: 15px; }
  .affliated-organizations .right {
    width: 47.9166%; }

.policy-advocacy-section {
  padding: 50px 0; }
  .policy-advocacy-section .heading {
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center; }
  .policy-advocacy-section .overview-desc {
    max-height: 280px; }
  .policy-advocacy-section p {
    text-align: justify;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 24px; }

.focus-areas {
  background: #f2f2f2;
  padding: 40px 0 50px; }
  .focus-areas .heading {
    text-align: center;
    font-size: 36px; }
  .focus-areas .image {
    margin-bottom: 20px; }
  .focus-areas .list-heading {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px; }
  .focus-areas ul {
    padding-left: 20px;
    margin-bottom: 0; }
    .focus-areas ul li {
      font-size: 15px; }

.focus-slider {
  user-select: auto; }
  .focus-slider .slick-list {
    width: 100%; }
  .focus-slider .slick-arrow {
    background: url(../images/sprite.png) no-repeat -210px -45px;
    width: 18px;
    height: 31px;
    margin: -15px 0 0;
    background-position: -210px -45px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 4;
    border: none;
    padding: 0;
    font-size: 0px; }
    .focus-slider .slick-arrow:before {
      display: none; }
    .focus-slider .slick-arrow.slick-next {
      left: auto;
      right: 0;
      transform: rotate(180deg); }

.policy-update {
  margin: 40px 0; }
  .policy-update .query-box {
    position: relative; }
    .policy-update .query-box img {
      display: block;
      width: 100%; }
    .policy-update .query-box .bg-image {
      padding: 36px 32px 0;
      position: absolute;
      top: 0;
      width: 100%; }
      .policy-update .query-box .bg-image p {
        margin: 0;
        color: #fff;
        font-size: 20px;
        line-height: 1.3; }
      .policy-update .query-box .bg-image a {
        display: inline-block;
        background: #fff;
        color: #000;
        font-size: 13px;
        font-weight: bold;
        min-width: 164px;
        padding: 8px 9px;
        border-radius: 4px;
        margin-top: 23px;
        text-align: center;
        transition: all linear 0.5s; }
        .policy-update .query-box .bg-image a:hover {
          background-color: #b61328;
          color: #fff;
          text-decoration: none; }
  .policy-update .update-policy .bg-image a {
    background-color: #b61328;
    color: #fff; }
    .policy-update .update-policy .bg-image a:hover {
      background-color: #991022; }

.policy-helpdesk {
  margin-bottom: 40px; }
  .policy-helpdesk .image img {
    width: 100%; }
  .policy-helpdesk .heading {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px; }
  .policy-helpdesk ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .policy-helpdesk ul li {
      position: relative;
      line-height: 1.3;
      color: #1c1c1c;
      padding-left: 20px;
      font-size: 13px;
      margin-bottom: 15px; }
      .policy-helpdesk ul li:after {
        background: url(../images/red-caret.png) no-repeat left top;
        content: "";
        height: 10px;
        left: 0;
        position: absolute;
        top: 4px;
        width: 5px; }
      .policy-helpdesk ul li:last-of-type {
        margin-bottom: 0; }

.trade-development {
  padding: 50px 0; }
  .trade-development .heading {
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px; }
  .trade-development .image-video {
    width: 47%; }
    .trade-development .image-video iframe {
      width: 100%; }
  .trade-development .desc {
    width: 50%; }
    .trade-development .desc .desc-scroll {
      max-height: 400px; }
    .trade-development .desc p {
      text-align: justify;
      font-size: 13px;
      margin-bottom: 15px;
      line-height: 24px; }

.bpm-industry {
  background: #f4f4f4;
  padding: 50px 0; }
  .bpm-industry .heading {
    text-align: center;
    font-size: 36px;
    margin-bottom: 5px; }
  .bpm-industry p {
    text-align: center;
    font-size: 13px;
    line-height: 1.46; }
  .bpm-industry .bpn-background {
    background: #fff;
    padding: 30px;
    margin-top: 25px; }
  .bpm-industry .bpn-box {
    text-align: center;
    position: relative; }
    .bpm-industry .bpn-box strong {
      font-size: 22px;
      font-weight: 400;
      margin-bottom: 20px;
      display: block; }
    .bpm-industry .bpn-box:first-child {
      border-right: 1px solid #e3e3e3; }
      .bpm-industry .bpn-box:first-child strong {
        position: absolute;
        top: 0;
        right: 20px; }

.international-chapters {
  background: url(../images/internation-chapter.jpg) left top no-repeat #515151;
  padding: 50px 0; }
  .international-chapters .internation-chapter-box {
    width: 63%; }
  .international-chapters .heading {
    text-transform: uppercase;
    color: #fff;
    font-size: 36px; }
  .international-chapters p {
    color: #fff;
    font-size: 13px;
    line-height: 1.23; }
  .international-chapters .sub-heading {
    color: #fff;
    margin: 15px 0;
    font-weight: 700; }
  .international-chapters ul {
    list-style: none;
    padding: 0; }
    .international-chapters ul li {
      color: #fff;
      font-size: 13px;
      line-height: 1.46;
      padding-left: 20px;
      margin-bottom: 15px;
      position: relative; }
      .international-chapters ul li:before {
        content: '';
        border-bottom: 5px solid transparent;
        border-left: 5px solid #c6c6c6;
        border-top: 5px solid transparent;
        position: absolute;
        top: 6px;
        left: 0; }
  .international-chapters .flag-sign {
    margin-top: 20px; }

.activities {
  background-color: #b61328;
  padding: 50px 0; }
  .activities .heading {
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px; }
  .activities p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
    line-height: 1.53; }
  .activities .trade-box {
    border: 2px solid #fff;
    padding: 10px 20px 15px;
    margin-top: 40px; }
    .activities .trade-box p {
      text-align: left; }
    .activities .trade-box .btn-primary {
      margin-top: 10px;
      font-size: 16px;
      font-weight: bold;
      color: #000;
      background: #fff; }
      .activities .trade-box .btn-primary.btn-black {
        background-color: #000;
        color: #fff;
        font-weight: 400; }

.global-trade-list {
  margin-top: 20px; }
  .global-trade-list .list-heading {
    font-size: 20px;
    line-height: 1.14;
    font-weight: 400;
    padding: 15px 35px 15px 15px;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
  .global-trade-list .image {
    position: relative; }
    .global-trade-list .image img {
      border: 1px solid transparent; }
    .global-trade-list .image .list-heading {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      display: none; }
  .global-trade-list p {
    text-align: left;
    padding: 0 15px;
    font-size: 14px;
    max-height: 210px; }
  .global-trade-list .desc {
    position: absolute;
    bottom: calc(-100% + 99px);
    left: 0;
    width: 100%;
    height: 100%;
    transition: all linear 0.5s; }
  .global-trade-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .global-trade-list ul li {
      width: 20%;
      color: #fff;
      overflow: hidden;
      position: relative; }
      .global-trade-list ul li a {
        color: #fff; }
      .global-trade-list ul li:hover a {
        text-decoration: none; }
      .global-trade-list ul li:hover .desc {
        bottom: 0; }

.council {
  padding: 40px 0; }
  .council .heading {
    text-align: center;
    font-size: 36px;
    margin-bottom: 23px; }
  .council p {
    text-align: justify;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 24px; }
  .council img {
    width: 100%; }
  .council .desc-scroll {
    max-height: 400px; }

.bpm-council-vision {
  background: url(../images/bpm-vision.jpg) center center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 90px 0; }
  .bpm-council-vision .heading {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 27px; }
  .bpm-council-vision blockquote {
    font-size: 24px;
    font-style: italic;
    padding: 0 120px; }
    .bpm-council-vision blockquote p {
      position: relative;
      font-weight: 300;
      line-height: 1.46;
      color: #1c1c1c; }
      .bpm-council-vision blockquote p:before {
        background: url(../images/quote-left1.png) no-repeat center top;
        margin: 0 0 0 -28px;
        height: 14px;
        width: 15px;
        position: absolute;
        content: ""; }
      .bpm-council-vision blockquote p:after {
        content: "";
        position: absolute;
        margin: 0 0 0 -28px;
        height: 14px;
        width: 15px;
        background: url(../images/quote-right1.png) no-repeat center top;
        margin: 22px 0 0 15px; }

.erd-council-vision {
  background: url(../images/engg-vision.jpg) center center no-repeat;
  background-size: 100% 100%; }

.gcc-vision {
  background-image: url(../images/gic-vision.jpg);
  color: #fff; }
  .gcc-vision .heading {
    color: #fff; }
  .gcc-vision blockquote p {
    font-size: 18px;
    line-height: 21px;
    color: #ffffff; }
    .gcc-vision blockquote p:before {
      background-image: url(../images/gic-vision-before.png); }
    .gcc-vision blockquote p:after {
      background-image: url(../images/gic-vision-after.png); }

.council-contribution {
  padding: 0 0 40px; }
  .council-contribution .icon {
    height: 76px;
    margin-bottom: 14px; }
  .council-contribution p {
    min-height: 75px; }
    .council-contribution p strong {
      display: block;
      font-size: 20px; }
  .council-contribution ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    .council-contribution ul li {
      width: 17.1%;
      text-align: center;
      padding: 8px 20px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center; }
      .council-contribution ul li:first-of-type {
        width: 14.5%;
        padding: 0; }
    .council-contribution ul:nth-of-type(2) {
      flex-direction: row-reverse; }

.bpm-council-cta {
  padding: 40px 0; }
  .bpm-council-cta img {
    width: 100%; }

.sme-council-cta {
  padding: 0; }
  .sme-council-cta .gic-happening {
    background: url(../images/gic-happening-bg1.jpg) no-repeat center top;
    background-size: cover;
    min-height: 136px;
    padding-top: 12px;
    padding-left: 20px; }
    .sme-council-cta .gic-happening .sub-heading {
      font-size: 21px;
      line-height: 24px;
      color: #fff;
      margin-top: 0;
      margin-bottom: 8px;
      text-transform: uppercase; }
    .sme-council-cta .gic-happening p {
      margin-top: 0;
      margin-bottom: 8px;
      color: #ffe6e6;
      font-size: 14px;
      line-height: 18px; }
      .sme-council-cta .gic-happening p a {
        color: #ffe6e6; }
    .sme-council-cta .gic-happening .click-here {
      display: block;
      width: 98px;
      height: 31px;
      background: #fff;
      border-radius: 4px;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 30px;
      color: #000000;
      text-align: center;
      transition: all 0.4s; }
  .sme-council-cta .gic-community {
    background: url(../images/gic-community-bg.png) no-repeat center top;
    background-size: cover; }
    .sme-council-cta .gic-community a {
      min-height: 136px;
      width: 100%;
      display: block;
      outline: none;
      text-indent: -9999px; }

.council-member {
  padding: 50px 0 20px; }
  .council-member .heading {
    font-size: 36px;
    text-align: center;
    margin-bottom: 23px;
    font-weight: 300; }
  .council-member p {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 16px;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    color: #676767; }

.council-member-list .image img {
  width: 100%;
  display: block;
  transition: all .6s ease;
  height: 206px; }

.council-member-list .desc {
  width: calc(100% - 20px);
  background: #313131;
  color: #fff;
  padding: 14px 5px;
  text-align: center;
  position: absolute;
  transition: all linear 0.5s;
  bottom: 0;
  min-height: 94px; }
  .council-member-list .desc strong {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
    line-height: 1.46; }
  .council-member-list .desc span {
    color: #a6a6a6;
    font-size: 13px;
    display: block; }
  .council-member-list .desc .designation {
    position: absolute;
    top: -29px;
    left: 0;
    width: 100%;
    background: #b61328;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 0;
    font-size: 13px;
    line-height: 1.46; }
    .council-member-list .desc .designation:empty {
      display: none; }
  .council-member-list .desc .view-all-btn {
    display: none; }

.council-member-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .council-member-list ul li {
    width: 19.6%;
    padding: 0 10px;
    margin-bottom: 30px;
    height: 300px;
    position: relative; }
    .council-member-list ul li:hover .image img {
      filter: grayscale(0);
      -webkit-filter: grayscale(0);
      -o-filter: grayscale(0);
      filter: none;
      transition: all .6s ease; }
    .council-member-list ul li:hover .desc {
      background-color: #b61328; }
    .council-member-list ul li:hover span {
      color: #fff; }
    .council-member-list ul li:hover .view-all-btn {
      display: block;
      margin: 6px 0; }
      .council-member-list ul li:hover .view-all-btn a {
        color: #b61328;
        background: #fff;
        font-size: 12px;
        padding: 3px 8px;
        text-decoration: none; }

.our-people-member .view-header {
  margin-bottom: 30px; }
  .our-people-member .view-header .container {
    position: relative;
    z-index: 2; }
    .our-people-member .view-header .container:after {
      content: '';
      display: block;
      height: 1px;
      width: 100%;
      background-color: #b61328;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: -1; }

.our-people-member .heading {
  background-color: #f2f2f2;
  border: solid #e3e3e3;
  border-width: 1px 0;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0;
  padding: 5px;
  position: relative;
  z-index: 1; }
  .our-people-member .heading:before, .our-people-member .heading:after {
    content: "";
    display: block;
    position: absolute;
    left: -17px;
    top: 7px;
    width: 33px;
    height: 33px;
    background: #f2f2f2;
    border: solid #e3e3e3;
    border-width: 1px 0 0 1px;
    transform: rotate(-45deg);
    z-index: -1; }
  .our-people-member .heading:after {
    left: auto;
    right: -17px;
    border-width: 0 1px 1px 0; }

.our-people-member.bg-color {
  background-color: #ebebeb; }
  .our-people-member.bg-color .heading {
    background-color: #dfdfdf;
    border-color: #cbcbcb; }
    .our-people-member.bg-color .heading:before, .our-people-member.bg-color .heading:after {
      background: #dfdfdf;
      border-color: #cbcbcb; }

.bpm-council-priorites .image {
  width: 100%; }
  .bpm-council-priorites .image img {
    width: 100%; }

.bpm-council-priorites .list-heading {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
  transition: all linear 0.5s;
  width: 100%; }

.bpm-council-priorites p {
  color: #fff;
  font-size: 13px;
  transition: all linear 0.5s;
  line-height: 1.46; }
  .bpm-council-priorites p a {
    color: #fff;
    text-decoration: underline; }

.bpm-council-priorites .desc-fix {
  padding: 0 15px 15px; }

.bpm-council-priorites .desc {
  position: absolute;
  bottom: calc(-100% + 90px);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  transition: all linear 0.5s;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .bpm-council-priorites .desc .desc-inner {
    position: absolute;
    width: 100%;
    padding: 15px;
    left: 0;
    bottom: 0; }
    .bpm-council-priorites .desc .desc-inner p,
    .bpm-council-priorites .desc .desc-inner ul {
      display: none; }

.bpm-council-priorites .desc-scroll {
  max-height: 270px;
  width: 100%; }

.bpm-council-priorites ul.d-flex {
  margin: 0 -1px;
  margin-top: 25px; }
  .bpm-council-priorites ul.d-flex > li {
    border: 1px solid #fff; }

.bpm-council-priorites ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .bpm-council-priorites ul li {
    width: 20%;
    position: relative;
    overflow: hidden; }
    .bpm-council-priorites ul li:first-of-type {
      background: #b61328;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end; }
    .bpm-council-priorites ul li:hover .desc .desc-inner p,
    .bpm-council-priorites ul li:hover .desc .desc-inner ul {
      display: block; }
    .bpm-council-priorites ul li ul {
      width: 100%;
      margin: 0; }
      .bpm-council-priorites ul li ul li {
        width: 100%;
        background: none;
        color: #fff;
        border-bottom: 1px solid #b61328;
        padding: 8px 0;
        font-size: 13px;
        line-height: 1.46; }
        .bpm-council-priorites ul li ul li:first-of-type {
          background: none;
          padding-top: 0; }
        .bpm-council-priorites ul li ul li:last-of-type {
          border-bottom: 0;
          padding-bottom: 0; }

.sme-priorities {
  padding: 40px 0;
  overflow: hidden; }
  .sme-priorities .container {
    padding: 0 65px; }
    .sme-priorities .container p {
      color: rgba(47, 47, 47, 0.77);
      text-align: center;
      font-size: 15px; }
  .sme-priorities .heading {
    text-align: center;
    font-size: 36px;
    margin-bottom: 25px; }
  .sme-priorities .image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all linear 0.5s; }
  .sme-priorities ul {
    margin-top: 25px; }
    .sme-priorities ul li {
      width: 25%; }
      .sme-priorities ul li:hover .image:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0; }
  .sme-priorities ul.d-flex {
    margin: 0 -1px;
    margin-top: 25px; }
    .sme-priorities ul.d-flex > li {
      border: 1px solid #fff; }

.gcc-priorities .list-heading {
  min-height: 87px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; }

.gcc-priorities ul li {
  width: 20%; }

.engineering-priorites {
  overflow: hidden; }
  .engineering-priorites .heading {
    text-align: center;
    font-size: 36px;
    margin-bottom: 9px; }
  .engineering-priorites ul.d-flex {
    margin: 0 -1px;
    margin-top: 25px; }
    .engineering-priorites ul.d-flex > li {
      border: 1px solid #fff; }
      .engineering-priorites ul.d-flex > li:hover .desc-scroll {
        display: block; }
  .engineering-priorites .desc .desc-inner .desc-scroll {
    display: none; }
  .engineering-priorites .desc .desc-inner ul {
    display: block; }

.initiatives-priorites {
  padding: 40px 0; }
  .initiatives-priorites .heading {
    text-align: center;
    font-size: 36px;
    margin-bottom: 17px; }
  .initiatives-priorites .image img {
    border: 1px solid transparent;
    width: 100%; }
  .initiatives-priorites .image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all linear 0.5s;
    border: 1px solid transparent; }
  .initiatives-priorites .list-heading {
    min-height: 125px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    text-transform: none; }
  .initiatives-priorites .desc p {
    font-size: 13px;
    line-height: 1.38; }
  .initiatives-priorites ul li:first-of-type {
    background: none; }
  .initiatives-priorites ul li:hover .image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0; }

.bpm-council-initiative {
  padding: 50px 0; }
  .bpm-council-initiative .heading {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 300; }
  .bpm-council-initiative ul {
    max-width: 860px;
    list-style: none;
    padding: 0;
    margin: 0 auto; }
    .bpm-council-initiative ul li .image {
      width: 40.66%; }
      .bpm-council-initiative ul li .image img {
        display: block;
        width: 100%; }
    .bpm-council-initiative ul li .desc {
      width: 59.33%;
      padding-left: 30px;
      line-height: 1.46; }
      .bpm-council-initiative ul li .desc .heading {
        font-size: 19px;
        color: #b61328;
        text-align: left;
        line-height: 1.3;
        margin-bottom: 10px;
        text-transform: none;
        font-weight: 400; }
      .bpm-council-initiative ul li .desc p {
        font-size: 13px;
        margin-bottom: 15px; }
    .bpm-council-initiative ul li ul li {
      line-height: 1.3;
      color: #1c1c1c;
      margin: 0 0 20px;
      padding-left: 20px;
      position: relative;
      font-size: 13px; }
      .bpm-council-initiative ul li ul li:after {
        background: url(../images/red-caret.png) left top no-repeat;
        width: 5px;
        height: 10px;
        position: absolute;
        left: 0;
        top: 4px;
        content: ""; }
  .bpm-council-initiative .slick-dots {
    margin: 15px 0 0;
    position: relative;
    bottom: 0; }
    .bpm-council-initiative .slick-dots li {
      padding: 0;
      margin: 0 5px;
      width: auto;
      height: auto; }
      .bpm-council-initiative .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 10px;
        height: 10px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: #a3a3a3;
        border-radius: 50%; }
        .bpm-council-initiative .slick-dots li button::before {
          display: none; }
      .bpm-council-initiative .slick-dots li.slick-active button {
        background-color: #b61328; }

.key-segement {
  background: url(../images/bg_key_segment_trends.jpg) no-repeat top left;
  background-size: cover;
  padding: 40px 0 20px; }
  .key-segement .heading {
    font-size: 36px;
    color: #fff;
    margin-bottom: 47px;
    text-align: center; }

.key-segment-list .image {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  width: 70px;
  height: 70px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .key-segment-list .image img {
    transition: all linear 0.5s; }

.key-segment-list .key-desc {
  width: 180px;
  padding-right: 5px; }

.key-segment-list .heading {
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  line-height: 1.46;
  margin-top: 3px; }

.key-segment-list p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin: 4px 0 0;
  line-height: 18px; }

.key-segment-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .key-segment-list ul li {
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 22.825%;
    padding: 15px 0;
    margin: 0 2.9% 2.9% 0;
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .key-segment-list ul li:nth-of-type(4n) {
      margin-right: 0; }
    .key-segment-list ul li:hover .image img {
      transform: rotateY(180deg); }

.sme-council {
  background: url(../images/bg_sme_council_vision.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 40px 0;
  text-align: center; }
  .sme-council .heading {
    font-size: 36px;
    margin-bottom: 8px; }
  .sme-council p {
    font-size: 13px;
    line-height: 20px;
    color: #616161; }
  .sme-council .subheading {
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 27px;
    font-weight: 400;
    line-height: 1.46;
    color: #161616; }
  .sme-council .sme-business {
    margin: 35px 0;
    display: flex;
    flex-wrap: wrap; }
    .sme-council .sme-business .left,
    .sme-council .sme-business .right {
      width: 50%;
      padding-right: 20px; }
    .sme-council .sme-business .business-title {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row-reverse; }
    .sme-council .sme-business .heading {
      color: #e82323;
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 0; }
    .sme-council .sme-business .desc {
      text-align: right;
      margin-right: 15px; }
      .sme-council .sme-business .desc p {
        line-height: 1.53; }
    .sme-council .sme-business .business-list {
      margin: 10px 47px 0 0; }
      .sme-council .sme-business .business-list ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .sme-council .sme-business .business-list ul li {
          position: relative;
          text-align: right;
          padding-right: 24px;
          font-size: 15px; }
          .sme-council .sme-business .business-list ul li:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-left: 4px solid #d95657;
            position: absolute;
            right: 0;
            top: 7px; }
    .sme-council .sme-business .right {
      padding-right: 0;
      padding-left: 20px; }
      .sme-council .sme-business .right .desc {
        text-align: left;
        margin-right: 0;
        margin-left: 15px; }
      .sme-council .sme-business .right .business-title {
        flex-direction: row; }
      .sme-council .sme-business .right .business-list {
        margin-right: 0;
        margin-left: 47px; }
        .sme-council .sme-business .right .business-list ul li {
          text-align: left;
          padding-left: 24px;
          padding-right: 0; }
          .sme-council .sme-business .right .business-list ul li:before {
            border-left: 0;
            border-right: 4px solid #d95657;
            right: auto;
            left: 0; }

.council-vision .sme-business {
  margin: 20px 0; }
  .council-vision .sme-business .desc {
    width: calc(100% - 64px); }

.product-landscape {
  background: url(../images/connet-rep.jpg) center top repeat;
  padding: 50px 0 50px; }
  .product-landscape .heading {
    font-size: 36px;
    text-align: center; }
  .product-landscape .list-heading {
    display: block;
    text-align: center;
    color: #ac0101;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px; }
  .product-landscape .connect-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .product-landscape .connect-list li {
      width: 50%;
      color: #fff;
      margin-bottom: 5px;
      font-size: 15px;
      line-height: 1.2;
      padding-left: 5px; }
      .product-landscape .connect-list li > div {
        background: #e02121;
        display: table;
        height: 115px;
        width: 100%;
        padding: 8px; }
        .product-landscape .connect-list li > div:hover span {
          background: #313131; }
        .product-landscape .connect-list li > div > span {
          display: table-cell;
          height: 130px;
          vertical-align: middle;
          border: 1px solid #ffe2e2;
          padding: 10px; }
  .product-landscape .image {
    text-align: center; }

.nasscom-emerge {
  margin-bottom: 40px; }
  .nasscom-emerge .emerge-award-box {
    background: #b61328;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px; }
    .nasscom-emerge .emerge-award-box .image {
      width: 164px;
      border: 2px solid #fff;
      padding: 6px; }
    .nasscom-emerge .emerge-award-box .desc {
      width: 175px;
      color: #fff; }
      .nasscom-emerge .emerge-award-box .desc p {
        font-size: 13px;
        line-height: 1.6; }
    .nasscom-emerge .emerge-award-box .read-more {
      display: flex;
      flex-wrap: wrap;
      margin-top: 15px; }
      .nasscom-emerge .emerge-award-box .read-more a {
        color: #fff;
        border: 1px solid #fff;
        font-size: 12px;
        padding: 7px 20px;
        transition: all linear 0.5s; }
        .nasscom-emerge .emerge-award-box .read-more a:hover {
          text-decoration: none;
          background: #fff;
          color: #b61328; }
  .nasscom-emerge .product-conclave-box {
    text-align: center; }
    .nasscom-emerge .product-conclave-box .list-heading {
      font-size: 20px;
      color: #b61328;
      font-weight: 700;
      text-transform: uppercase; }
    .nasscom-emerge .product-conclave-box p {
      font-size: 14px; }
    .nasscom-emerge .product-conclave-box .desc {
      padding: 0 40px; }
      .nasscom-emerge .product-conclave-box .desc ul {
        padding: 0;
        margin: 20px 0 0;
        list-style: none; }
        .nasscom-emerge .product-conclave-box .desc ul li {
          text-align: left;
          color: #262626;
          font-size: 14px;
          padding-left: 20px;
          position: relative;
          text-align: left;
          margin-bottom: 8px; }
          .nasscom-emerge .product-conclave-box .desc ul li:before {
            content: '';
            display: block;
            background: url(../images/list-icon.png) 0 0 no-repeat;
            width: 13px;
            height: 13px;
            position: absolute;
            top: 4px;
            left: 0; }
          .nasscom-emerge .product-conclave-box .desc ul li a {
            color: #696969;
            font-size: 12px; }
    .nasscom-emerge .product-conclave-box .readmore-product {
      text-align: left;
      color: #b61328;
      font-size: 14px;
      border-top: 1px solid #e9e8e8;
      margin: 0 -40px;
      padding: 13px 40px; }
      .nasscom-emerge .product-conclave-box .readmore-product a {
        color: #b61328;
        text-decoration: underline; }
  .nasscom-emerge .nasscom-community {
    background: url(../images/bg_collaborate.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 7px; }
    .nasscom-emerge .nasscom-community .image {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }
    .nasscom-emerge .nasscom-community .desc {
      background: #c5c9d5;
      color: #092b48;
      text-transform: uppercase;
      text-align: center;
      font-size: 19px;
      padding: 10px 30px;
      margin: 95px 25px 0;
      line-height: 1.46; }
    .nasscom-emerge .nasscom-community .read-more {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      margin: 20px 25px 0; }
      .nasscom-emerge .nasscom-community .read-more a {
        background-color: #ff8d10;
        color: #fff;
        text-transform: uppercase;
        padding: 6px 15px; }

.gcc-landscape {
  background: #f3f3f3;
  padding: 40px 0; }
  .gcc-landscape .heading {
    text-align: center;
    font-size: 36px;
    margin-bottom: 15px; }
  .gcc-landscape .sub-title {
    text-align: center;
    margin-bottom: 20px; }
  .gcc-landscape .gic-composition-listing ul {
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap; }
    .gcc-landscape .gic-composition-listing ul li {
      position: relative;
      height: 159px;
      color: #fff;
      width: 16.4%;
      padding: 10px;
      position: relative;
      border-left: 1px solid #fff;
      text-align: left;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }
      .gcc-landscape .gic-composition-listing ul li .composition-container strong {
        font-size: 30px;
        display: block;
        line-height: 1; }
      .gcc-landscape .gic-composition-listing ul li .composition-container span {
        font-size: 16px;
        line-height: 1; }
      .gcc-landscape .gic-composition-listing ul li:first-of-type {
        width: 15.9%;
        background: #454545;
        margin-right: 1.9%;
        border-left: 0; }
        .gcc-landscape .gic-composition-listing ul li:first-of-type:before {
          content: "";
          border: 1px solid #6e6e6e;
          height: 94%;
          left: 4px;
          position: absolute;
          top: 4px;
          width: 94%; }
        .gcc-landscape .gic-composition-listing ul li:first-of-type:after {
          content: "";
          border-left: 7px solid #454545;
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          border-right: 7px solid transparent;
          right: -14px;
          position: absolute;
          top: 35px; }
        .gcc-landscape .gic-composition-listing ul li:first-of-type .composition-container {
          height: 100%;
          position: static; }
          .gcc-landscape .gic-composition-listing ul li:first-of-type .composition-container .composition-outer {
            display: table;
            height: 100%;
            text-align: center;
            width: 100%; }
            .gcc-landscape .gic-composition-listing ul li:first-of-type .composition-container .composition-outer .composition-inner {
              display: table-cell;
              vertical-align: middle; }
              .gcc-landscape .gic-composition-listing ul li:first-of-type .composition-container .composition-outer .composition-inner strong {
                display: block;
                font-size: 20px;
                line-height: 1;
                font-weight: 500;
                margin-top: 10px; }
      .gcc-landscape .gic-composition-listing ul li:nth-of-type(2) {
        background: #038bca; }
      .gcc-landscape .gic-composition-listing ul li:nth-of-type(3) {
        background: #1faaac; }
      .gcc-landscape .gic-composition-listing ul li:nth-of-type(4) {
        background: #249d5a; }
      .gcc-landscape .gic-composition-listing ul li:nth-of-type(5) {
        background: #989f29; }
      .gcc-landscape .gic-composition-listing ul li:nth-of-type(6) {
        background: #bb7a34; }
  .gcc-landscape .gic-composition-listing .financial-year {
    font-size: 12px;
    line-height: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
  .gcc-landscape .compatibility {
    padding-top: 20px; }
    .gcc-landscape .compatibility ul {
      display: flex;
      flex-wrap: wrap; }
      .gcc-landscape .compatibility ul li {
        width: 16.7%;
        padding: 0 15px;
        min-height: 170px;
        display: block; }
        .gcc-landscape .compatibility ul li + li {
          border-left: 1px solid #c2c2c2; }
        .gcc-landscape .compatibility ul li.last-item {
          width: 16.4%;
          position: relative;
          background: #454545;
          border: 0; }
          .gcc-landscape .compatibility ul li.last-item:before {
            border: 1px solid #6e6e6e;
            content: "";
            height: 94%;
            left: 4px;
            position: absolute;
            top: 4px;
            width: 94%; }
          .gcc-landscape .compatibility ul li.last-item .last-item-container {
            height: 100%; }
            .gcc-landscape .compatibility ul li.last-item .last-item-container .last-item-container-outer {
              display: table;
              height: 170px;
              text-align: center;
              width: 100%; }
              .gcc-landscape .compatibility ul li.last-item .last-item-container .last-item-container-outer .last-item-container-inner {
                display: table-cell;
                vertical-align: middle; }
                .gcc-landscape .compatibility ul li.last-item .last-item-container .last-item-container-outer .last-item-container-inner .img {
                  min-height: auto;
                  text-align: center; }
                .gcc-landscape .compatibility ul li.last-item .last-item-container .last-item-container-outer .last-item-container-inner p {
                  display: block;
                  font-size: 19px;
                  line-height: 1;
                  color: #fff;
                  font-weight: 500;
                  text-align: center; }
        .gcc-landscape .compatibility ul li .img {
          min-height: 80px;
          margin-bottom: 10px;
          text-align: left; }
        .gcc-landscape .compatibility ul li p {
          font-size: 13px;
          line-height: 18px;
          color: #4b4b4b;
          font-weight: 600;
          margin: 0;
          text-align: left; }

.tabbing-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .tabbing-list li {
    margin: 0 10px;
    width: calc(33.33% - 20px); }
    .tabbing-list li a {
      color: #4e4e4e;
      border: 2px solid #d5d5d5;
      font-size: 18px;
      line-height: 20px;
      padding: 10px 15px;
      display: block;
      min-height: 75px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      text-align: center; }

.tabbing-container {
  margin-top: 30px; }
  .tabbing-container .tabbing-content {
    display: none; }
    .tabbing-container .tabbing-content.active-content {
      display: block; }
    .tabbing-container .tabbing-content ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .tabbing-container .tabbing-content ul li {
        font-size: 13px;
        line-height: 18px;
        padding-left: 35px;
        background: url(../images/activity-list.png) no-repeat left 6px;
        padding-top: 6px;
        padding-bottom: 6px; }

.gcc-activities {
  background: url(../images/activities-background.jpg) no-repeat left top;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 40px; }
  .gcc-activities .container {
    max-width: 825px; }
  .gcc-activities .heading {
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px; }
  .gcc-activities p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
    line-height: 1.53; }
  .gcc-activities .tabbing-list {
    margin-bottom: 40px; }
    .gcc-activities .tabbing-list li a {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.5);
      position: relative;
      transition: all linear 0.5s; }
      .gcc-activities .tabbing-list li a:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -9px;
        margin-left: -4px;
        z-index: 2;
        border-top: 9px solid transparent;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        transition: all linear 0.5s; }
      .gcc-activities .tabbing-list li a:hover, .gcc-activities .tabbing-list li a.active {
        color: #3b3b3b;
        background: #fff;
        border-color: #fff;
        text-decoration: none; }
      .gcc-activities .tabbing-list li a.active:after {
        border-top: 9px solid #fff; }
  .gcc-activities .tabbing-container .tabbing-content ul li {
    background: url(../images/activity-list.png) no-repeat left 6px;
    color: #ffe6e6; }

.heading-location {
  background: #b61328;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1; }

.priorities-location {
  background: #e9e9e9;
  padding: 50px 0; }
  .priorities-location .heading {
    width: 100%;
    text-align: center;
    font-size: 36px;
    margin-bottom: 23px; }
  .priorities-location .priorities-location-list {
    width: 100%;
    margin-top: 40px; }
    .priorities-location .priorities-location-list .item {
      padding: 0 30px; }
    .priorities-location .priorities-location-list .image {
      margin-bottom: 15px;
      min-height: 76px; }
    .priorities-location .priorities-location-list .list-heading {
      color: #000;
      font-size: 17px;
      line-height: 20px;
      margin-bottom: 24px; }
    .priorities-location .priorities-location-list p {
      font-size: 13px;
      color: #000;
      padding: 0;
      text-align: left; }
  .priorities-location .slick-prev,
  .priorities-location .slick-next {
    width: 17px;
    height: 33px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -250px 0;
    transform: translate(0, 0); }
    .priorities-location .slick-prev:before,
    .priorities-location .slick-next:before {
      display: none; }
    .priorities-location .slick-prev.slick-disabled,
    .priorities-location .slick-next.slick-disabled {
      display: none; }
  .priorities-location .slick-next {
    transform: translate(0, 0) rotateY(180deg); }

.priorities-location-bg {
  background: url(../images/priorities-bg.jpg) center top no-repeat;
  background-size: cover; }
  .priorities-location-bg.karnataka {
    background-image: url(../images/priorities-karnataka.jpg); }
  .priorities-location-bg.kolkata {
    background-image: url(../images/priorities-background.jpg); }
  .priorities-location-bg.telangana-ap {
    background-image: url(../images/priorities-tamil.jpg); }
  .priorities-location-bg.kerala {
    background-image: url(../images/priorities-kerala.jpg); }
  .priorities-location-bg.mumbai {
    background-image: url(../images/western-background.jpg); }
  .priorities-location-bg.pune {
    background-image: url(../images/priorities-pune-background.jpg); }
  .priorities-location-bg.gujarat {
    background-image: url(../images/priorities-gujarat-background.jpg);
    margin-top: 90px; }
  .priorities-location-bg .heading {
    color: #fff;
    margin-bottom: 7px; }
  .priorities-location-bg p {
    text-align: center;
    padding: 0 160px;
    font-size: 13px;
    color: #c9c9c9; }
  .priorities-location-bg .sub-heading {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    margin-top: 8px; }
  .priorities-location-bg .priorities-location-list .list-heading {
    color: #fff; }
  .priorities-location-bg .priorities-location-list p {
    color: #fff; }
  .priorities-location-bg .slick-next,
  .priorities-location-bg .slick-prev {
    width: 17px;
    height: 33px;
    background-position: -214px 0; }

.chapter-chandigarh-jaipur {
  background: url(../images/chapter-banner.jpg) center top no-repeat;
  background-size: 100% 100%;
  color: #fff;
  padding: 50px 0; }
  .chapter-chandigarh-jaipur .heading {
    color: #fff;
    font-size: 36px;
    margin-bottom: 8px; }
  .chapter-chandigarh-jaipur .chapter-content {
    max-width: 900px;
    text-align: center;
    margin: 0 auto; }
    .chapter-chandigarh-jaipur .chapter-content p {
      line-height: 1.53;
      color: #b3b3b3;
      margin: 0 0 20px;
      font-size: 13px; }

.chapter-leaders .view-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.chapter-leaders .heading {
  font-size: 22px;
  margin: 0; }

.chapter-leaders .chapter-list {
  margin-left: 10px; }
  .chapter-leaders .chapter-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    .chapter-leaders .chapter-list ul li {
      margin: 0 8px; }
      .chapter-leaders .chapter-list ul li a {
        display: block;
        font-size: 17px;
        line-height: 36px;
        border: 2px solid #fff;
        border-radius: 5px;
        text-transform: uppercase;
        color: #fff;
        padding: 0 25px;
        text-decoration: none;
        cursor: pointer; }
      .chapter-leaders .chapter-list ul li.active a {
        border: 2px solid #b61328;
        background-color: #b61328; }

.chapter-leaders .views-element-container {
  width: 100%;
  display: none; }
  .chapter-leaders .views-element-container.block-views-blockthe-council-member-block-10 {
    display: block; }
  .chapter-leaders .views-element-container ul li {
    margin-top: 28px; }

.interest-groups {
  background: url(../images/special-group-background.jpg) no-repeat scroll left top;
  background-size: cover;
  color: #fff; }
  .interest-groups .container {
    padding: 50px;
    max-width: 960px; }
  .interest-groups .heading {
    font-size: 36px;
    color: #fff;
    text-align: center; }
  .interest-groups p {
    text-align: center;
    font-size: 13px;
    line-height: 20px; }
  .interest-groups .tabbing-list {
    justify-content: flex-start;
    margin-bottom: 30px; }
    .interest-groups .tabbing-list li {
      width: auto; }
      .interest-groups .tabbing-list li:first-of-type {
        margin-left: 0; }
      .interest-groups .tabbing-list li a {
        border-radius: 5px;
        color: #fff;
        min-height: auto;
        transition: all linear 0.5s;
        border-color: #fff;
        font-size: 16px;
        line-height: 1; }
        .interest-groups .tabbing-list li a:hover {
          text-decoration: none; }
        .interest-groups .tabbing-list li a.active {
          text-decoration: none;
          background-color: #000;
          border-color: #000; }

.former-president {
  padding: 50px 0; }
  .former-president .heading {
    font-size: 36px;
    margin-bottom: 20px; }

.former-president-list .image {
  width: 40%;
  padding: 10px;
  border: 1px solid #ededed; }
  .former-president-list .image img {
    display: block;
    width: 100%; }

.former-president-list .desc {
  width: 58%;
  max-height: 310px; }

.former-president-list .list-heading {
  font-size: 24px;
  margin-bottom: 15px;
  color: #2a2a2a;
  line-height: 1; }

.former-president-list p {
  font-size: 13px;
  line-height: 20px;
  color: #4e4e4e; }

.former-president-list ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .former-president-list ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0; }
    .former-president-list ul li:first-of-type {
      padding-top: 20px; }
    .former-president-list ul li:nth-of-type(even) {
      background-color: #f0f0f0;
      padding: 40px 15px; }
      .former-president-list ul li:nth-of-type(even) .image {
        order: 2; }
      .former-president-list ul li:nth-of-type(even) .desc {
        order: 1; }

.diversity-inclusion {
  padding: 50px 0; }
  .diversity-inclusion .heading {
    text-align: center;
    font-size: 36px; }
  .diversity-inclusion .sub-heading {
    font-size: 18px;
    color: #313131;
    font-weight: 700;
    text-align: center;
    margin-top: 30px; }
  .diversity-inclusion p {
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    color: #5A5555;
    margin-bottom: 10px; }
    .diversity-inclusion p:last-of-type {
      margin-bottom: 0; }
    .diversity-inclusion p span {
      color: #587F9B; }
  .diversity-inclusion iframe,
  .diversity-inclusion img {
    width: 100% !important;
    border-radius: 20px;
    border-top-right-radius: 167px; }

.diversity-stats {
  padding: 10px 0 60px 0; }
  .diversity-stats p {
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
    color: #000;
    text-align: center; }
  .diversity-stats ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px; }
    .diversity-stats ul li {
      width: 23.6%;
      background-color: #EDF1F7;
      border-radius: 20px;
      padding: 18px;
      position: relative; }
      .diversity-stats ul li:nth-of-type(3) .desc p span {
        margin-top: 10px;
        padding-bottom: 0; }
      .diversity-stats ul li .desc {
        text-align: left; }
        .diversity-stats ul li .desc p {
          font-size: 16px;
          line-height: 20px;
          color: #000;
          font-weight: 400;
          text-align: left; }
          .diversity-stats ul li .desc p span {
            font-size: 36px;
            line-height: 32px;
            font-weight: 300;
            display: block;
            padding-bottom: 24px; }
      .diversity-stats ul li .image {
        position: absolute;
        right: 15px;
        top: 15px; }

.diversity-inclusion-list {
  margin-top: 25px; }
  .diversity-inclusion-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    .diversity-inclusion-list ul li {
      width: 25%;
      border-right: 1px solid #fff;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.3;
      padding: 25px;
      background-color: #a068b0;
      color: #fff;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .diversity-inclusion-list ul li:nth-of-type(2) {
        background-color: #67a3b6; }
      .diversity-inclusion-list ul li:nth-of-type(3) {
        background-color: #59a557; }
      .diversity-inclusion-list ul li:nth-of-type(4) {
        background-color: #959e44;
        border-right: 0; }

.diversity-vision-mission-old {
  background: url(../images/diversity-bg.jpg) center center no-repeat;
  background-size: 100% 100%;
  padding: 50px 0; }
  .diversity-vision-mission-old .heading {
    color: #fff;
    font-size: 30px;
    margin-bottom: 13px; }
  .diversity-vision-mission-old p {
    color: #fff;
    position: relative;
    font-size: 15px;
    padding: 0 24px; }
    .diversity-vision-mission-old p:before, .diversity-vision-mission-old p:after {
      content: "";
      background: transparent url(../images/diversity-quote-left.png) no-repeat center top;
      margin: 0 0 0 -24px;
      position: absolute;
      width: 16px;
      height: 12px; }
    .diversity-vision-mission-old p:after {
      transform: rotate(-180deg);
      margin: 14px 0 0 2px; }
  .diversity-vision-mission-old .mission {
    margin-top: 25px; }
  .diversity-vision-mission-old ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .diversity-vision-mission-old ul li {
      color: #fff;
      background: url(../images/vision-circle.png) no-repeat 0 2px;
      padding: 5px 0 5px 40px;
      font-size: 13px;
      margin-bottom: 5px;
      line-height: 1.2; }
      .diversity-vision-mission-old ul li:last-of-type {
        margin-bottom: 0; }

.diversity-vision-mission {
  background: #B12025;
  padding: 5px 0; }
  .diversity-vision-mission .heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 26px;
    color: #fff; }
  .diversity-vision-mission .image img {
    margin-left: -211px;
    border-radius: 20px; }
  .diversity-vision-mission p {
    color: #fff;
    position: relative;
    font-size: 15px;
    padding: 0 24px; }
    .diversity-vision-mission p:before, .diversity-vision-mission p:after {
      content: "";
      background: transparent url(../images/diversity-quote-left.png) no-repeat center top;
      margin: 0 0 0 -24px;
      position: absolute;
      width: 16px;
      height: 12px; }
    .diversity-vision-mission p:after {
      transform: rotate(-180deg);
      margin: 14px 0 0 2px; }
  .diversity-vision-mission .mission {
    margin-top: 40px; }
  .diversity-vision-mission ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px; }
    .diversity-vision-mission ul li {
      color: #fff;
      background: url(../images/inclusion-mission-arrow.png) no-repeat 0 2px;
      padding: 2px 0 5px 38px;
      font-size: 16px;
      margin-bottom: 5px;
      line-height: 26PX; }
      .diversity-vision-mission ul li:last-of-type {
        margin-bottom: 0; }

.diversity-tabs {
  padding: 50px 0;
  background: #EDF1F7; }
  .diversity-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .diversity-tabs ul li {
      font-size: 20px;
      line-height: 26px;
      color: #3e3d3d;
      font-weight: 500;
      padding: 10px 40px;
      margin: 10px 5px;
      border-radius: 8px;
      border: 1px solid rgba(0, 0, 0, 0.08);
      transition: all linear 0.2s;
      position: relative;
      cursor: pointer; }
      .diversity-tabs ul li:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid transparent;
        bottom: -9px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: all linear 0.2s; }
      .diversity-tabs ul li.active, .diversity-tabs ul li:hover {
        color: #fff;
        background-color: #B12025;
        border: 0; }
        .diversity-tabs ul li.active:before, .diversity-tabs ul li:hover:before {
          border-top-color: #B12025; }

.diversity-impact {
  padding: 60px 0; }
  .diversity-impact .view-diversity-inclusion {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .diversity-impact .view-header {
    width: 100%;
    margin-bottom: 30px; }
    .diversity-impact .view-header .heading {
      font-size: 36px;
      text-align: center;
      font-weight: 700; }
    .diversity-impact .view-header p {
      font-size: 28px;
      color: #000;
      font-weight: 500;
      text-align: center; }
  .diversity-impact .attachment {
    width: 100%;
    max-width: 380px; }
    .diversity-impact .attachment .view-content {
      width: 100%; }
    .diversity-impact .attachment .impact-tab ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .diversity-impact .attachment .impact-tab ul li {
        background-color: #EDF1F7;
        color: #3E3D3D;
        padding: 20px;
        font-size: 16px;
        font-weight: 500;
        border-radius: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        transition: all linear 0.5s;
        border: 1px solid rgba(0, 0, 0, 0.08); }
        .diversity-impact .attachment .impact-tab ul li:hover, .diversity-impact .attachment .impact-tab ul li.active {
          color: #fff;
          background-color: #B12025; }
  .diversity-impact .view-content {
    width: 100%;
    max-width: 750px; }
  .diversity-impact .attachment + .view-content h3 {
    display: none; }
  .diversity-impact .attachment + .view-content .views-row {
    display: none; }
    .diversity-impact .attachment + .view-content .views-row.active {
      display: block; }
  .diversity-impact .attachment + .view-content p {
    font-size: 16px;
    color: #5A5555;
    line-height: 28px;
    margin-bottom: 30px; }
  .diversity-impact .attachment + .view-content ul {
    padding: 0;
    list-style: none;
    margin: 30px 0 50px; }
    .diversity-impact .attachment + .view-content ul li {
      font-size: 16px;
      color: #5A5555;
      line-height: 28px;
      padding-left: 20px;
      position: relative;
      margin-bottom: 6px; }
      .diversity-impact .attachment + .view-content ul li:before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        border-radius: 10px;
        background: #5A5555;
        position: absolute;
        left: 0;
        top: 11px; }
  .diversity-impact .attachment + .view-content img {
    margin: 0 auto;
    display: block; }

.diversity-council-member .heading {
  font-size: 36px;
  text-align: center;
  font-weight: 700; }

.diversity-tabs-container {
  display: none; }
  .diversity-tabs-container .view-header {
    display: none; }
  .diversity-tabs-container.media-tab-data {
    background: #EDF1F7;
    padding: 0 0 10px 0;
    display: block; }
    .diversity-tabs-container.media-tab-data ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .diversity-tabs-container.media-tab-data ul li {
        padding: 0;
        margin: 0;
        width: 32%;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.08); }
        .diversity-tabs-container.media-tab-data ul li .image img {
          width: 100%;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px; }
        .diversity-tabs-container.media-tab-data ul li .desc-wrap {
          padding: 25px; }
          .diversity-tabs-container.media-tab-data ul li .desc-wrap .info {
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 26px;
            color: #3E3D3D; }
            .diversity-tabs-container.media-tab-data ul li .desc-wrap .info .date {
              position: relative;
              padding: 0 10px 0 25px; }
              .diversity-tabs-container.media-tab-data ul li .desc-wrap .info .date:before {
                content: '';
                position: absolute;
                height: 18px;
                width: 18px;
                background: url(../images/date-diversity.png) no-repeat 0 0;
                left: 0;
                top: 0; }
            .diversity-tabs-container.media-tab-data ul li .desc-wrap .info .time {
              position: relative;
              padding: 0 10px 0 25px; }
              .diversity-tabs-container.media-tab-data ul li .desc-wrap .info .time:before {
                content: '';
                position: absolute;
                height: 18px;
                width: 18px;
                background: url(../images/time-diversity.png) no-repeat 0 0;
                left: 0;
                top: 0; }
          .diversity-tabs-container.media-tab-data ul li .desc-wrap .desc .title a {
            text-decoration: none;
            font-size: 18px;
            line-height: 26px;
            font-weight: 500;
            color: #000; }
    .diversity-tabs-container.media-tab-data .view-all {
      padding: 30px 0; }
      .diversity-tabs-container.media-tab-data .view-all a {
        padding: 10px 30px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 400; }
  .diversity-tabs-container.event-tab-data {
    background: #EDF1F7;
    padding: 0 0 10px 0;
    display: block; }
    .diversity-tabs-container.event-tab-data ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .diversity-tabs-container.event-tab-data ul li {
        padding: 0;
        margin: 0;
        width: 32%;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.08); }
        .diversity-tabs-container.event-tab-data ul li .image img {
          width: 100%;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px; }
        .diversity-tabs-container.event-tab-data ul li .desc-wrap {
          padding: 25px; }
          .diversity-tabs-container.event-tab-data ul li .desc-wrap .info {
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 26px;
            color: #3E3D3D; }
            .diversity-tabs-container.event-tab-data ul li .desc-wrap .info .date {
              position: relative;
              padding: 0 10px 0 25px; }
              .diversity-tabs-container.event-tab-data ul li .desc-wrap .info .date:before {
                content: '';
                position: absolute;
                height: 18px;
                width: 18px;
                background: url(../images/date-diversity.png) no-repeat 0 0;
                left: 0;
                top: 0; }
            .diversity-tabs-container.event-tab-data ul li .desc-wrap .info .time {
              position: relative;
              padding: 0 10px 0 25px; }
              .diversity-tabs-container.event-tab-data ul li .desc-wrap .info .time:before {
                content: '';
                position: absolute;
                height: 18px;
                width: 18px;
                background: url(../images/time-diversity.png) no-repeat 0 0;
                left: 0;
                top: 0; }
          .diversity-tabs-container.event-tab-data ul li .desc-wrap .desc .title a {
            text-decoration: none;
            font-size: 18px;
            line-height: 26px;
            font-weight: 500;
            color: #000; }
    .diversity-tabs-container.event-tab-data .view-all {
      padding: 30px 0; }
      .diversity-tabs-container.event-tab-data .view-all a {
        padding: 10px 30px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 400; }
  .diversity-tabs-container.report-tab-data {
    background: #EDF1F7;
    padding: 0 0 10px 0; }
    .diversity-tabs-container.report-tab-data ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .diversity-tabs-container.report-tab-data ul li {
        padding: 0;
        margin: 0;
        width: 32%;
        width: 24%;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        margin: 0 0.5%; }
        .diversity-tabs-container.report-tab-data ul li .image img {
          width: 100%;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px; }
        .diversity-tabs-container.report-tab-data ul li .desc-wrap {
          padding: 25px; }
          .diversity-tabs-container.report-tab-data ul li .desc-wrap .info {
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 26px;
            color: #3E3D3D; }
            .diversity-tabs-container.report-tab-data ul li .desc-wrap .info .date {
              position: relative;
              padding: 0 10px 0 25px; }
              .diversity-tabs-container.report-tab-data ul li .desc-wrap .info .date:before {
                content: '';
                position: absolute;
                height: 18px;
                width: 18px;
                background: url(../images/date-diversity.png) no-repeat 0 0;
                left: 0;
                top: 0; }
            .diversity-tabs-container.report-tab-data ul li .desc-wrap .info .time {
              position: relative;
              padding: 0 10px 0 25px; }
              .diversity-tabs-container.report-tab-data ul li .desc-wrap .info .time:before {
                content: '';
                position: absolute;
                height: 18px;
                width: 18px;
                background: url(../images/time-diversity.png) no-repeat 0 0;
                left: 0;
                top: 0; }
          .diversity-tabs-container.report-tab-data ul li .desc-wrap .desc .title a {
            text-decoration: none;
            font-size: 18px;
            line-height: 26px;
            font-weight: 500;
            color: #000; }
    .diversity-tabs-container.report-tab-data .view-all {
      padding: 30px 0; }
      .diversity-tabs-container.report-tab-data .view-all a {
        padding: 10px 30px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 400; }
  .diversity-tabs-container.blog-tab-data {
    background: #EDF1F7;
    padding: 0 0 10px 0; }
    .diversity-tabs-container.blog-tab-data ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .diversity-tabs-container.blog-tab-data ul li {
        padding: 20px;
        margin: 0;
        width: 32%;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.08); }
        .diversity-tabs-container.blog-tab-data ul li .list-heading {
          min-height: 52px; }
          .diversity-tabs-container.blog-tab-data ul li .list-heading a {
            text-decoration: none;
            font-size: 18px;
            line-height: 26px;
            font-weight: 500;
            color: #000; }
        .diversity-tabs-container.blog-tab-data ul li .info {
          margin: 10px 0px;
          font-size: 16px;
          line-height: 26px;
          color: #3E3D3D; }
          .diversity-tabs-container.blog-tab-data ul li .info .date {
            position: relative;
            padding: 0 10px 0 25px; }
            .diversity-tabs-container.blog-tab-data ul li .info .date:before {
              content: '';
              position: absolute;
              height: 18px;
              width: 18px;
              background: url(../images/date-diversity.png) no-repeat 0 0;
              left: 0;
              top: 0; }
          .diversity-tabs-container.blog-tab-data ul li .info .time {
            position: relative;
            padding: 0 10px 0 25px; }
            .diversity-tabs-container.blog-tab-data ul li .info .time:before {
              content: '';
              position: absolute;
              height: 18px;
              width: 18px;
              background: url(../images/time-diversity.png) no-repeat 0 0;
              left: 0;
              top: 0; }
          .diversity-tabs-container.blog-tab-data ul li .info i {
            display: block; }
        .diversity-tabs-container.blog-tab-data ul li p {
          text-align: justify;
          font-size: 16px;
          line-height: 28px;
          color: #5A5555; }
    .diversity-tabs-container.blog-tab-data .view-all {
      padding: 30px 0; }
      .diversity-tabs-container.blog-tab-data .view-all a {
        padding: 10px 30px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 400; }
  .diversity-tabs-container.video-tab-data {
    background: #EDF1F7;
    padding: 0 0 10px 0; }
    .diversity-tabs-container.video-tab-data .owl-carousel .owl-nav {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding-top: 20px; }
      .diversity-tabs-container.video-tab-data .owl-carousel .owl-nav .owl-prev {
        font-size: 0;
        background: url(../images/arrow-left.png) no-repeat;
        height: 20px;
        width: 20px;
        margin: 0 10px; }
      .diversity-tabs-container.video-tab-data .owl-carousel .owl-nav .owl-next {
        font-size: 0;
        background: url(../images/arrow-right.png) no-repeat;
        height: 20px;
        width: 20px;
        margin: 0 10px; }
    .diversity-tabs-container.video-tab-data ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .diversity-tabs-container.video-tab-data ul li {
        padding: 0;
        margin: 0 10px;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.08); }
        .diversity-tabs-container.video-tab-data ul li img {
          border-top-right-radius: 10px;
          border-top-left-radius: 10px;
          width: 100%; }
        .diversity-tabs-container.video-tab-data ul li .desc {
          padding: 20px; }
          .diversity-tabs-container.video-tab-data ul li .desc .video-title {
            text-decoration: none;
            font-size: 18px;
            line-height: 26px;
            font-weight: 500;
            color: #000;
            margin-bottom: 10px;
            min-height: 55px; }
          .diversity-tabs-container.video-tab-data ul li .desc .video-desc {
            font-size: 16px;
            color: #5A5555;
            line-height: 28px;
            text-align: justify;
            min-height: 180px; }

.domestic-focus-area {
  padding: 50px 0; }
  .domestic-focus-area .heading {
    text-align: center;
    font-size: 36px; }
  .domestic-focus-area .domestic-focus-area-list {
    margin-top: 35px; }
    .domestic-focus-area .domestic-focus-area-list .list-heading {
      font-size: 21px; }
    .domestic-focus-area .domestic-focus-area-list p {
      font-size: 14px; }
    .domestic-focus-area .domestic-focus-area-list .image {
      position: absolute;
      left: 0;
      width: 100%;
      top: 0; }
    .domestic-focus-area .domestic-focus-area-list .desc {
      position: absolute;
      bottom: 0;
      height: 180px;
      width: 100%;
      font-size: 21px;
      color: #fff;
      line-height: 1.2;
      padding: 20px; }
      .domestic-focus-area .domestic-focus-area-list .desc:after {
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-radius: 5px;
        margin-left: -10px;
        position: absolute;
        left: 50%;
        top: -12px;
        z-index: 1; }
      .domestic-focus-area .domestic-focus-area-list .desc p {
        display: none;
        margin-top: 5px;
        line-height: 1.3;
        font-size: 13px; }
    .domestic-focus-area .domestic-focus-area-list ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .domestic-focus-area .domestic-focus-area-list ul li {
        width: 16.66%;
        position: relative;
        height: 360px; }
        .domestic-focus-area .domestic-focus-area-list ul li:nth-of-type(2n) .image {
          bottom: 0;
          top: auto; }
        .domestic-focus-area .domestic-focus-area-list ul li:nth-of-type(2n) .desc {
          bottom: auto;
          top: 0; }
          .domestic-focus-area .domestic-focus-area-list ul li:nth-of-type(2n) .desc:after {
            transform: rotate(-180deg);
            bottom: -12px;
            top: auto; }
        .domestic-focus-area .domestic-focus-area-list ul li:nth-of-type(6n + 1) .desc {
          background-color: #a068b0; }
          .domestic-focus-area .domestic-focus-area-list ul li:nth-of-type(6n + 1) .desc:after {
            border-bottom: 13px solid #a068b0; }
        .domestic-focus-area .domestic-focus-area-list ul li:nth-of-type(6n + 2) .desc {
          background-color: #67a3b6; }
          .domestic-focus-area .domestic-focus-area-list ul li:nth-of-type(6n + 2) .desc:after {
            border-bottom: 13px solid #67a3b6; }
        .domestic-focus-area .domestic-focus-area-list ul li:nth-of-type(6n + 3) .desc {
          background-color: #448774; }
          .domestic-focus-area .domestic-focus-area-list ul li:nth-of-type(6n + 3) .desc:after {
            border-bottom: 13px solid #448774; }
        .domestic-focus-area .domestic-focus-area-list ul li:nth-of-type(6n + 4) .desc {
          background-color: #59a557; }
          .domestic-focus-area .domestic-focus-area-list ul li:nth-of-type(6n + 4) .desc:after {
            border-bottom: 13px solid #59a557; }
        .domestic-focus-area .domestic-focus-area-list ul li:nth-of-type(6n + 5) .desc {
          background-color: #959e44; }
          .domestic-focus-area .domestic-focus-area-list ul li:nth-of-type(6n + 5) .desc:after {
            border-bottom: 13px solid #959e44; }
        .domestic-focus-area .domestic-focus-area-list ul li:nth-of-type(6n + 6) .desc {
          background-color: #cd7748; }
          .domestic-focus-area .domestic-focus-area-list ul li:nth-of-type(6n + 6) .desc:after {
            border-bottom: 13px solid #cd7748; }
        .domestic-focus-area .domestic-focus-area-list ul li:hover .desc {
          height: 100%; }
          .domestic-focus-area .domestic-focus-area-list ul li:hover .desc:after {
            display: none; }
          .domestic-focus-area .domestic-focus-area-list ul li:hover .desc p {
            display: block; }

.about-career {
  padding: 40px 0; }
  .about-career p {
    font-size: 16px;
    color: #797979;
    line-height: 25px;
    margin: 0 0 10px; }
    .about-career p strong {
      color: #000; }
  .about-career .button {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-left: 0; }
    .about-career .button a {
      background-color: #b61328;
      color: #fff;
      padding: 12px 12px;
      font-size: 18px;
      display: block; }
      .about-career .button a:hover {
        background-color: #991022;
        text-decoration: none; }

.heart-nasscom {
  background: url(../images/bg-heart.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 40px 0;
  text-align: center; }
  .heart-nasscom .heading {
    color: #fff;
    font-size: 36px;
    line-height: 1.46; }
  .heart-nasscom p {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    margin: 0; }
  .heart-nasscom .heart-nasscom-list {
    margin: 30px 0; }
    .heart-nasscom .heart-nasscom-list .image {
      margin-bottom: 10px; }
    .heart-nasscom .heart-nasscom-list .desc {
      text-transform: uppercase;
      color: #fff;
      font-size: 16px; }
    .heart-nasscom .heart-nasscom-list ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap; }
      .heart-nasscom .heart-nasscom-list ul li {
        width: 20%;
        padding: 0 30px; }

.game-changers {
  background: #f3f6f8;
  padding: 40px 0; }
  .game-changers .heading {
    font-size: 36px;
    color: #000;
    text-align: center;
    line-height: 1.46; }
  .game-changers p {
    text-align: center;
    max-width: 800px;
    font-size: 13px;
    line-height: 1.46;
    color: #4e4e4e;
    margin: 0 auto; }
  .game-changers .join-list {
    margin-top: 25px; }
    .game-changers .join-list .views-field-title {
      font-size: 18px;
      font-weight: 700;
      color: #000;
      min-height: 50px;
      transition: all linear 0.5s; }
    .game-changers .join-list .views-field-departmenet {
      font-size: 13px;
      color: #000;
      background: url(../images/icon-department.png) no-repeat 0 4px;
      padding-left: 20px;
      margin-top: 15px;
      transition: all linear 0.5s; }
    .game-changers .join-list .views-field-field-job-city {
      font-size: 14px;
      background: url(../images/icon-city.png) no-repeat 0 2px;
      padding-left: 20px;
      margin-top: 15px;
      transition: all linear 0.5s; }
    .game-changers .join-list .views-field-body {
      display: none; }
    .game-changers .join-list .view-all-btn {
      margin-top: 15px;
      display: block;
      opacity: 0;
      visibility: hidden;
      transition: all linear 0.5s; }
      .game-changers .join-list .view-all-btn a {
        margin: 0;
        background: none;
        position: relative;
        border: 1px solid transparent;
        z-index: 1;
        padding: 5px 11px;
        font-size: 14px;
        color: #b61328; }
        .game-changers .join-list .view-all-btn a:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          width: calc(100% - 0px);
          height: calc(100% - 0px);
          background: #fff;
          transition: all linear 0.5s; }
    .game-changers .join-list ul {
      list-style: none;
      padding: 0; }
      .game-changers .join-list ul li {
        width: 31.83%;
        margin-right: 2.25%;
        margin-bottom: 2.25%;
        background: #fff;
        box-shadow: 4px 4px 54px rgba(0, 0, 0, 0.06);
        padding: 15px 25px;
        transition: all linear 0.5s; }
        .game-changers .join-list ul li:nth-of-type(3n) {
          margin-right: 0; }
        .game-changers .join-list ul li:hover {
          background: #b61328; }
          .game-changers .join-list ul li:hover .views-field-title,
          .game-changers .join-list ul li:hover .views-field-departmenet,
          .game-changers .join-list ul li:hover .views-field-field-job-city {
            color: #fff; }
          .game-changers .join-list ul li:hover .views-field-departmenet {
            background-image: url(../images/icon-department-white.png); }
          .game-changers .join-list ul li:hover .views-field-field-job-city {
            background-image: url(../images/icon-city-white.png); }
          .game-changers .join-list ul li:hover .view-all-btn {
            opacity: 1;
            visibility: visible; }
            .game-changers .join-list ul li:hover .view-all-btn a {
              color: #b61328;
              border-color: #fff;
              transition: all linear 0.2s;
              text-decoration: none; }
              .game-changers .join-list ul li:hover .view-all-btn a:hover:before {
                width: calc(100% - 4px);
                height: calc(100% - 4px);
                margin: 2px; }
  .game-changers .pager {
    padding: 0 15px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }
    .game-changers .pager li {
      padding: 0; }
      .game-changers .pager li a {
        display: block;
        background-color: #b61328;
        color: #fff;
        border-radius: 0; }
        .game-changers .pager li a:hover {
          background-color: #991022; }

.nasscomites-speak {
  padding: 40px 0; }
  .nasscomites-speak .container {
    max-width: 1050px; }
  .nasscomites-speak .heading {
    text-align: center;
    font-size: 36px;
    font-family: 'lexend'; }
  .nasscomites-speak .image {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    border: 5px solid #ebebeb;
    margin: -56px auto 15px;
    position: relative;
    background-color: #fff; }
    .nasscomites-speak .image:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      background: url(../images/quotes.png) no-repeat center center #b61328;
      width: 34px;
      height: 34px;
      border-radius: 50%; }
    .nasscomites-speak .image img {
      width: 100%;
      border-radius: 50%; }
  .nasscomites-speak .desc {
    margin-bottom: 25px;
    min-height: 200px; }
    .nasscomites-speak .desc p {
      font-size: 15px;
      color: #000;
      line-height: 20px; }
  .nasscomites-speak .name {
    font-size: 18px;
    font-weight: 700; }
    .nasscomites-speak .name a {
      color: #b61328;
      position: relative; }
      .nasscomites-speak .name a:before {
        content: '';
        display: block;
        width: 60px;
        height: 1px;
        background: #b61328;
        margin: 0 auto 5px; }
  .nasscomites-speak .team {
    font-size: 15px;
    color: #000; }
  .nasscomites-speak ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .nasscomites-speak ul li {
      padding: 60px 30px 30px; }
      .nasscomites-speak ul li .item {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.08);
        box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.06);
        padding: 25px;
        text-align: center; }
  .nasscomites-speak .slick-arrow {
    margin: 0 5px;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 2px 2px 27px rgba(0, 0, 0, 0.11);
    border-radius: 0;
    background: url(../images/arrow-black.png) no-repeat center;
    left: 50%;
    top: auto;
    bottom: 0;
    margin-left: -37px;
    margin-right: 0;
    transform: rotate(180deg); }
    .nasscomites-speak .slick-arrow:before {
      display: none; }
    .nasscomites-speak .slick-arrow.slick-next {
      margin-left: 0;
      margin-right: -37px;
      transform: rotate(0deg); }

.faqs-career {
  padding: 40px 0;
  background: #f3f6f8; }
  .faqs-career .heading {
    font-size: 36px;
    text-align: center;
    font-weight: 300; }
  .faqs-career .view-header p {
    font-size: 18px;
    color: #000;
    line-height: 26px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto; }
  .faqs-career .faqs-career-list {
    margin-top: 15px; }
    .faqs-career .faqs-career-list .ques {
      background: #6d6d6d;
      color: #fff;
      font-size: 15px;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      line-height: 1.3;
      padding: 20px 10px 20px 55px;
      cursor: pointer; }
      .faqs-career .faqs-career-list .ques:before {
        content: 'Q';
        background: #b61328;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        width: 45px;
        height: 100%;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px 0;
        box-sizing: border-box; }
    .faqs-career .faqs-career-list .answ {
      padding: 20px 0;
      display: none; }
      .faqs-career .faqs-career-list .answ p {
        font-size: 15px;
        color: #000;
        margin: 0 0 15px;
        line-height: 20px; }
        .faqs-career .faqs-career-list .answ p:last-of-type {
          margin-bottom: 0; }
        .faqs-career .faqs-career-list .answ p a {
          color: #b61328; }
    .faqs-career .faqs-career-list ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .faqs-career .faqs-career-list ul li {
        margin-bottom: 15px; }

.career-site-faqs {
  padding: 40px 0; }
  .career-site-faqs .site-faq-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 75px; }
    .career-site-faqs .site-faq-top p {
      text-align: center;
      font-size: 16px;
      line-height: 30px;
      margin: 0; }
      .career-site-faqs .site-faq-top p a {
        color: #b61328; }
  .career-site-faqs .site-faq-bottom {
    margin-top: 35px; }
    .career-site-faqs .site-faq-bottom p {
      font-size: 24px;
      font-weight: 700;
      color: #000;
      text-align: center;
      margin: 0; }
      .career-site-faqs .site-faq-bottom p a {
        color: #656cfe; }

.job-apply-form {
  background-color: #f3f6f8;
  padding: 50px 0; }
  .job-apply-form .job-apply-form {
    padding: 0;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto; }
  .job-apply-form h2 {
    text-align: center; }
  .job-apply-form .result_message {
    text-align: center;
    font-size: 14px;
    max-width: 470px;
    margin: 0 auto; }
  .job-apply-form form {
    max-width: 800px;
    width: 100%;
    padding: 0 10px;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap; }
    .job-apply-form form .alert-error {
      width: 100%;
      padding: 10px; }
      .job-apply-form form .alert-error .messages__list li {
        font-size: 13px; }
      .job-apply-form form .alert-error .messages__list .messages__item + .messages__item {
        margin-top: 5px; }
    .job-apply-form form label {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #000; }
    .job-apply-form form .error {
      color: #b61328;
      font-size: 12px; }
    .job-apply-form form .form-item {
      width: 48%; }
    .job-apply-form form .form-item-cname {
      margin-right: 4%; }
    .job-apply-form form .form-item-appying-for {
      width: 100%;
      margin-right: 0; }
    .job-apply-form form .form-item-appying-for + div {
      margin: 0 4% 4% 0;
      width: 48%;
      width: 100%;
      margin: 0; }
      .job-apply-form form .form-item-appying-for + div .form-item {
        width: 100%;
        margin-right: 0; }
      .job-apply-form form .form-item-appying-for + div .form-managed-file {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start; }
        .job-apply-form form .form-item-appying-for + div .form-managed-file .messages--error {
          font-size: 13px;
          width: 100%;
          margin-bottom: 10px; }
        .job-apply-form form .form-item-appying-for + div .form-managed-file .form-control {
          width: 48%; }
        .job-apply-form form .form-item-appying-for + div .form-managed-file .form-submit {
          border-radius: 0; }
      .job-apply-form form .form-item-appying-for + div .file--application-pdf {
        font-size: 13px;
        width: 60%; }
    .job-apply-form form .form-control,
    .job-apply-form form .form-control[readonly] {
      border-radius: 0;
      border: 1px solid rgba(0, 0, 0, 0.15);
      height: 46px;
      width: 100%;
      padding: 8px 10px;
      background-color: #fff;
      font-size: 15px; }
    .job-apply-form form .captcha {
      width: 48%;
      border: 1px solid #ced4da;
      padding: 15px 10px 5px;
      position: relative;
      margin-top: 25px; }
      .job-apply-form form .captcha:before {
        content: 'CAPTCHA';
        font-size: 14px;
        color: #4e4e4e;
        position: absolute;
        top: -11px;
        left: 15px;
        padding: 0 3px;
        background-color: #f3f6f8; }
      .job-apply-form form .captcha div {
        width: 100% !important; }
    .job-apply-form form .form-actions {
      width: 100%; }
      .job-apply-form form .form-actions .form-submit {
        border-radius: 0;
        height: 46px;
        margin-top: 15px;
        padding: 0 35px; }
  .job-apply-form .thankyou-message-show > div {
    display: none; }
  .job-apply-form .thankyou-message-show .result_message {
    display: block;
    width: 100%; }

.our-location .heading {
  text-align: center;
  font-size: 36px; }

.our-location .view-display-id-block_2 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap; }

.our-location .view-header {
  padding-top: 30px;
  width: 100%; }
  .our-location .view-header p {
    font-size: 14px;
    color: #4d4d4d;
    text-align: center; }

.our-location .attachment-before {
  width: 260px;
  background: #b61328;
  margin-top: 30px; }
  .our-location .attachment-before .view-header {
    padding-top: 0; }
  .our-location .attachment-before .list-heading {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 16px; }

.our-location .office ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .our-location .office ul li {
    font-size: 15px;
    line-height: 32px;
    display: block;
    outline: none;
    color: #fff;
    padding-left: 35px;
    cursor: pointer;
    border-top: 1px solid #991022;
    transition: all linear 0.5s; }
    .our-location .office ul li.active {
      background: #333333;
      position: relative; }
      .our-location .office ul li.active:after {
        position: absolute;
        top: 10px;
        left: 220px;
        border-right: 6px solid transparent;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #fff;
        height: 0;
        width: 0;
        content: ""; }
    .our-location .office ul li:hover {
      background: #333333;
      position: relative; }

.our-location .attachment-before + .view-content {
  width: 790px;
  z-index: 2;
  background: #f3f3f3;
  padding: 25px 23px;
  margin-top: 30px; }

.our-location .office-wrapper {
  display: none; }
  .our-location .office-wrapper.active {
    display: block; }
  .our-location .office-wrapper .office-wrapper-box {
    display: flex;
    flex-wrap: wrap; }
  .our-location .office-wrapper .image {
    margin-right: 2.7%;
    width: 55%; }
  .our-location .office-wrapper .desc {
    width: 42.3%; }
  .our-location .office-wrapper .city-name {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase; }
  .our-location .office-wrapper .office-info-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .our-location .office-wrapper .office-info-list ul li {
      background: url(../images/address-icon.png) no-repeat left top;
      margin-bottom: 10px;
      padding-left: 40px;
      min-height: 30px;
      font-size: 14px; }
      .our-location .office-wrapper .office-info-list ul li.contact {
        background-image: url(../images/contact-icon.png); }
      .our-location .office-wrapper .office-info-list ul li.fax {
        background-image: url(../images/fax-icon.png); }
      .our-location .office-wrapper .office-info-list ul li.email {
        background-image: url(../images/mail-icon.png);
        background-position: 0 4px; }
      .our-location .office-wrapper .office-info-list ul li:empty {
        display: none; }

.our-location .attachment-after {
  display: none; }

.our-location .view-footer {
  width: 100%;
  margin-top: 25px; }

.our-location .attach-location iframe {
  width: 100%; }

.enquire-now {
  background: url(../images/enquiry-background.jpg) no-repeat left top;
  background-size: cover;
  color: #fff;
  padding: 30px 0 55px;
  margin-top: 50px; }
  .enquire-now .webform-submission-form {
    max-width: 592px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    .enquire-now .webform-submission-form label {
      display: none; }
    .enquire-now .webform-submission-form .form-item {
      width: 48%;
      margin-top: 0;
      margin-bottom: 17px; }
      .enquire-now .webform-submission-form .form-item .form-control {
        border-color: #ced4da; }
      .enquire-now .webform-submission-form .form-item div.error {
        background-color: #fef5f1;
        color: #8c2e0b;
        font-size: 13px;
        padding: 0 8px;
        display: none; }
        .enquire-now .webform-submission-form .form-item div.error.show {
          display: block; }
    .enquire-now .webform-submission-form input::-webkit-input-placeholder,
    .enquire-now .webform-submission-form textarea::-webkit-input-placeholder {
      color: #fff; }
    .enquire-now .webform-submission-form input::-moz-placeholder,
    .enquire-now .webform-submission-form textarea::-moz-placeholder {
      color: #fff; }
    .enquire-now .webform-submission-form input:-ms-input-placeholder,
    .enquire-now .webform-submission-form textarea:-ms-input-placeholder {
      color: #fff; }
    .enquire-now .webform-submission-form input:-moz-placeholder,
    .enquire-now .webform-submission-form textarea:-moz-placeholder {
      color: #fff; }
    .enquire-now .webform-submission-form .form-item-markup {
      width: 100%;
      text-align: center; }
      .enquire-now .webform-submission-form .form-item-markup h2 {
        font-size: 36px;
        font-weight: 400; }
      .enquire-now .webform-submission-form .form-item-markup p {
        margin: 0 0 20px 0;
        font-size: 14px;
        text-align: center; }
    .enquire-now .webform-submission-form .form-item-topic {
      width: 100%; }
    .enquire-now .webform-submission-form .form-control {
      background: none;
      border-radius: 0;
      color: #fff;
      height: 35px;
      font-size: 14px; }
      .enquire-now .webform-submission-form .form-control:focus {
        box-shadow: none; }
      .enquire-now .webform-submission-form .form-control option {
        color: #000; }
    .enquire-now .webform-submission-form .form-item-comment textarea {
      height: 100px;
      resize: none; }
    .enquire-now .webform-submission-form .form-item-contact-number div.error {
      display: none;
      background-color: #fef5f1;
      color: #8c2e0b;
      font-size: 13px;
      padding: 0 8px; }
      .enquire-now .webform-submission-form .form-item-contact-number div.error.show {
        display: block; }
    .enquire-now .webform-submission-form .captcha {
      order: 10;
      width: 48%;
      border: 1px solid #ced4da;
      padding: 15px 10px 5px;
      position: relative; }
      .enquire-now .webform-submission-form .captcha:before {
        content: 'Captcha';
        font-size: 14px;
        color: #fff;
        position: absolute;
        top: -11px;
        left: 15px;
        background-color: #2c3339;
        padding: 0 3px; }
      .enquire-now .webform-submission-form .captcha div {
        width: 100% !important; }
      .enquire-now .webform-submission-form .captcha iframe {
        width: 100% !important; }
    .enquire-now .webform-submission-form .form-actions {
      width: 100%;
      margin: 0;
      order: 11; }
      .enquire-now .webform-submission-form .form-actions .form-submit {
        width: 100%;
        border-radius: 0; }
  .enquire-now .webform-confirmation {
    font-size: 14px;
    text-align: center;
    width: 100%; }
    .enquire-now .webform-confirmation p {
      font-size: 30px; }
    .enquire-now .webform-confirmation span {
      display: block;
      font-size: 16px;
      line-height: 1.5;
      margin-top: 10px; }
    .enquire-now .webform-confirmation small {
      font-size: 20px;
      display: block;
      margin-top: 30px;
      font-weight: 400; }
    .enquire-now .webform-confirmation a {
      background: #b61328;
      color: #fff;
      display: inline-block;
      font-size: 18px;
      padding: 8px 20px;
      margin-top: 8px;
      transition: all linear 0.5s; }
      .enquire-now .webform-confirmation a:hover {
        background: #991022;
        text-decoration: none; }
    .enquire-now .webform-confirmation .webform-confirmation__back {
      display: none; }

/* Contact us thankyou message Start */
.success-message-contact-us {
  text-align: center;
  color: #fff;
  line-height: 1;
  display: none;
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .success-message-contact-us p {
    font-size: 30px;
    margin: 0; }
  .success-message-contact-us span {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px; }
  .success-message-contact-us small {
    font-size: 20px;
    display: block;
    margin-top: 70px; }
  .success-message-contact-us a {
    background: #b61328;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 13px 22px;
    margin-top: 8px;
    transition: all linear 0.5s; }
    .success-message-contact-us a:hover {
      background: #991022;
      text-decoration: none; }

/* Contact us thankyou message End */
.job-apply-profile {
  padding: 40px 0; }
  .job-apply-profile .heading {
    font-size: 36px;
    color: #000;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    font-weight: 400; }
  .job-apply-profile .career-form-container {
    margin-top: 40px; }
    .job-apply-profile .career-form-container .job-detail-reporting-tp {
      width: 100%; }
      .job-apply-profile .career-form-container .job-detail-reporting-tp .job-location {
        font-size: 15px;
        margin-bottom: 20px; }
        .job-apply-profile .career-form-container .job-detail-reporting-tp .job-location .field-label {
          display: inline-block;
          font-weight: normal;
          position: relative;
          padding-left: 15px; }
          .job-apply-profile .career-form-container .job-detail-reporting-tp .job-location .field-label:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-left: 4px solid #5e5e5e;
            position: absolute;
            top: 7px;
            left: 0; }
        .job-apply-profile .career-form-container .job-detail-reporting-tp .job-location .field-items {
          display: inline-block; }
      .job-apply-profile .career-form-container .job-detail-reporting-tp .job-details-criteia .field-type-text-with-summary {
        margin-bottom: 20px; }
        .job-apply-profile .career-form-container .job-detail-reporting-tp .job-details-criteia .field-type-text-with-summary p {
          font-size: 13px;
          line-height: 1.46;
          color: #4e4e4e; }
      .job-apply-profile .career-form-container .job-detail-reporting-tp .job-details-criteia .field-label {
        font-size: 20px;
        color: #000;
        font-weight: 400;
        line-height: 1.46;
        margin-bottom: 20px; }
      .job-apply-profile .career-form-container .job-detail-reporting-tp .job-details-criteia ul {
        margin-top: 10px;
        list-style: none;
        padding: 0; }
        .job-apply-profile .career-form-container .job-detail-reporting-tp .job-details-criteia ul li {
          position: relative;
          padding-left: 20px;
          font-size: 13px;
          margin-bottom: 20px; }
          .job-apply-profile .career-form-container .job-detail-reporting-tp .job-details-criteia ul li:before {
            content: '';
            display: block;
            width: 7px;
            height: 7px;
            background: #000;
            border-radius: 50%;
            position: absolute;
            top: 8px;
            left: 0; }
    .job-apply-profile .career-form-container h3 {
      font-size: 22px;
      color: #cc0000;
      line-height: 1;
      margin-top: 0;
      padding-bottom: 10px;
      margin-bottom: 0; }

.member-listing {
  border: 1px solid #f0f0f0;
  padding: 15px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px; }
  .member-listing > .view-header {
    margin-top: -70px; }
  .member-listing .heading {
    text-align: center;
    font-size: 36px;
    line-height: 1;
    color: #000; }
  .member-listing .view-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 20px; }
    .member-listing .view-filters .form-item {
      margin-right: 1em; }
    .member-listing .view-filters .form-control {
      border-radius: 0; }
    .member-listing .view-filters .form-submit {
      border-radius: 0;
      font-size: 13px;
      padding: 8px 28px; }
    .member-listing .view-filters input[id*="edit-reset"] {
      background-color: #5b5b5b;
      border-color: #5b5b5b; }
  .member-listing .view-empty {
    text-align: center;
    width: 100%;
    margin: 20px 0px;
    font-size: 22px;
    line-height: 24px;
    color: #2a2a2a;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .member-listing .view-empty:before {
      content: '';
      width: 56px;
      height: 55px;
      background: url(../images/no-result-icon.png) no-repeat left top;
      display: block;
      margin-right: 10px; }
  .member-listing .form--inline {
    display: flex;
    flex-wrap: wrap; }
  .member-listing .attachment {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f0f0f0;
    padding: 10px;
    width: 100%; }
    .member-listing .attachment .view-content {
      display: flex;
      flex-wrap: wrap; }
    .member-listing .attachment span {
      border-right: 1px solid #dedede;
      display: block;
      font-size: 0; }
    .member-listing .attachment a {
      color: #3d2c16;
      text-decoration: none;
      padding: 5px 14px;
      transition: all ease 0.5s;
      font-size: 16px;
      line-height: 28px; }
    .member-listing .attachment + .view-content {
      padding: 10px;
      margin: 20px 0 0;
      border: 1px solid #f0f0f0;
      width: 100%;
      vertical-align: top; }
  .member-listing .member-listing-list .title {
    font-weight: 700;
    color: #cc0000;
    font-size: 15px; }
  .member-listing .member-listing-list .city {
    margin: 15px 0;
    padding-left: 25px;
    font-size: 15px;
    color: #222222;
    position: relative; }
    .member-listing .member-listing-list .city:before {
      content: '';
      display: block;
      width: 15px;
      height: 21px;
      background: url(../images/address.png) no-repeat 0 0;
      position: absolute;
      left: 0;
      top: 0; }
  .member-listing .member-listing-list .website a {
    padding: 0;
    padding-left: 25px;
    text-decoration: underline;
    font-size: 14px;
    color: #222222;
    position: relative;
    word-wrap: break-word; }
    .member-listing .member-listing-list .website a:before {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      background: url(../images/web.png) no-repeat 0 0;
      position: absolute;
      left: 0;
      top: 0; }
  .member-listing .member-listing-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .member-listing .member-listing-list ul li {
      background: #f6f6f6;
      padding: 20px;
      width: 24%;
      min-height: 200px;
      vertical-align: top;
      margin: 0.5%; }
  .member-listing .pagination {
    margin-top: 20px;
    margin-bottom: 10px;
    width: auto;
    border: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .member-listing .pagination li {
      margin: 0 5px; }
      .member-listing .pagination li a {
        border: 1px solid #c4c4c4;
        height: 40px;
        width: 60px;
        line-height: 40px;
        text-align: center;
        position: relative;
        cursor: pointer;
        transition: all ease 0.5s;
        border-radius: 0;
        color: #3d2c16; }
        .member-listing .pagination li a.page-link {
          padding: 0;
          border-radius: 0; }
      .member-listing .pagination li.active a {
        background-color: #b61328;
        border-color: #b61328; }
      .member-listing .pagination li:last-of-type {
        margin-right: 0; }

.our-membership {
  padding: 50px 0; }
  .our-membership .heading {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px; }
    .our-membership .heading a {
      color: #000;
      text-decoration: none; }
  .our-membership .business-focus {
    border-right: 1px solid #abcad1;
    border-left: 1px solid #abcad1; }
    .our-membership .business-focus div + div {
      border-top: 1px solid #c7c7c7;
      margin-top: 20px;
      padding-top: 22px; }
  .our-membership .box {
    text-align: center; }
    .our-membership .box strong {
      font-weight: 400;
      display: block;
      font-size: 14px;
      color: #2b2b2b;
      margin-bottom: 20px;
      text-transform: uppercase; }

.why-member {
  background: #f0f0f0;
  padding: 50px 0; }
  .why-member .heading {
    font-size: 36px;
    text-align: center; }
  .why-member .head {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px; }
    .why-member .head p {
      text-align: center;
      font-size: 13px;
      line-height: 1.46;
      color: #4e4e4e; }
  .why-member .reasons .heading {
    text-align: left;
    font-size: 36px;
    color: #3d3d3d;
    line-height: 1; }
  .why-member .reasons p {
    font-size: 21px;
    color: #3d3d3d;
    line-height: 1; }
  .why-member .reasons iframe {
    width: 100%;
    height: 374px;
    margin-top: 15px; }

.why-member-list .icon {
  width: 60px;
  height: 68px;
  position: relative;
  z-index: 2;
  padding: 2px 0; }
  .why-member-list .icon img {
    display: block;
    transition: all linear 0.5s; }
    .why-member-list .icon img:nth-of-type(2) {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }

.why-member-list .list-heading {
  font-size: 13px;
  position: relative;
  z-index: 2;
  color: #464646;
  transition: all linear 0.5s; }
  .why-member-list .list-heading a {
    color: #464646;
    transition: all linear 0.5s; }

.why-member-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .why-member-list ul li {
    width: 33%;
    background: #ddd;
    border: 1px solid #c6c6c6;
    padding: 10px 22px;
    min-height: 150px;
    color: #464646;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.5%;
    position: relative;
    transition: all linear 0.5s; }
    .why-member-list ul li:after {
      content: '';
      display: block;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      border: 1px solid transparent;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      margin: auto;
      transition: all linear 0.5s; }
    .why-member-list ul li:hover {
      background: #c11e1e; }
      .why-member-list ul li:hover:after {
        border-color: #fff; }
      .why-member-list ul li:hover .icon img {
        opacity: 0; }
        .why-member-list ul li:hover .icon img:nth-of-type(2) {
          opacity: 1; }
      .why-member-list ul li:hover .list-heading {
        color: #fff;
        text-decoration: none; }
        .why-member-list ul li:hover .list-heading a {
          color: #fff;
          text-decoration: none; }

.membership-criteria {
  padding: 45px 0;
  background: url(../images/criteria-bg.jpg) center top no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center; }
  .membership-criteria .heading {
    color: #fff;
    font-size: 36px;
    margin-bottom: 8px; }
  .membership-criteria .heading-location {
    font-size: 20px;
    margin-bottom: 12px;
    background: #bb0101; }
  .membership-criteria ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .membership-criteria ul li {
      font-size: 13px; }
  .membership-criteria p {
    font-size: 13px;
    margin: 1.5em 0; }

.membership-fee {
  padding: 50px 0; }
  .membership-fee .head {
    max-width: 830px;
    margin: 0 auto 20px; }
  .membership-fee .heading {
    text-align: center;
    font-size: 36px;
    color: #000; }
  .membership-fee .heading-location {
    font-size: 20px;
    margin-bottom: 12px;
    background: #bb0101; }
  .membership-fee .sub-heading {
    text-align: center;
    font-size: 17px;
    font-weight: 300;
    color: #000; }
  .membership-fee p {
    text-align: center;
    font-size: 13px;
    margin: 8px 0 0;
    color: #0b0908;
    line-height: 1.3; }

.fee-category {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto; }
  .fee-category .sub-heading {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    text-align: left; }
    .fee-category .sub-heading:after {
      content: "";
      background: #bfbfbf;
      height: 1px;
      left: 0;
      position: absolute;
      top: 50%;
      width: 100%;
      z-index: 1; }
    .fee-category .sub-heading span {
      color: #474747;
      background: #fff;
      padding-right: 32px;
      position: relative;
      z-index: 2;
      font-weight: 700;
      display: inline-block; }
  .fee-category p {
    margin: 15px 0 0;
    color: #616161;
    line-height: 1.5;
    text-align: center; }

.fee-category-list {
  margin-top: 10px; }
  .fee-category-list .num {
    background: #e13958;
    color: #fff;
    font-size: 68px;
    min-height: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .fee-category-list .image {
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .fee-category-list .list-heading {
    font-size: 24px;
    line-height: 29px;
    color: #e13958;
    text-transform: uppercase;
    padding: 0 20px 25px; }
  .fee-category-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
    .fee-category-list ul li {
      width: 20%;
      text-align: center;
      margin-right: 0;
      border-bottom: 9px solid #e13958;
      padding-bottom: 20px;
      box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.2); }
      .fee-category-list ul li:nth-of-type(2) {
        border-bottom-color: #3c7994; }
        .fee-category-list ul li:nth-of-type(2) .num {
          background: #3d7a96; }
        .fee-category-list ul li:nth-of-type(2) .list-heading {
          color: #3d7a96; }
      .fee-category-list ul li:nth-of-type(3) {
        border-bottom-color: #fbc72b; }
        .fee-category-list ul li:nth-of-type(3) .num {
          background: #fbc72b; }
        .fee-category-list ul li:nth-of-type(3) .list-heading {
          color: #fbc72b; }
      .fee-category-list ul li:nth-of-type(4) {
        border-bottom-color: #45adad; }
        .fee-category-list ul li:nth-of-type(4) .num {
          background: #45adad; }
        .fee-category-list ul li:nth-of-type(4) .list-heading {
          color: #45adad; }
      .fee-category-list ul li:nth-of-type(5) {
        border-bottom-color: #454cad; }
        .fee-category-list ul li:nth-of-type(5) .num {
          background: #454cad; }
        .fee-category-list ul li:nth-of-type(5) .list-heading {
          color: #454cad; }
      .fee-category-list ul li p {
        font-size: 13px;
        line-height: 17px;
        color: #a5a5a5;
        padding-bottom: 10px;
        margin: 0px;
        text-align: left;
        padding: 0 20px;
        min-height: 110px; }
        .fee-category-list ul li p:last-of-type {
          margin-top: 10px;
          min-height: auto; }
          .fee-category-list ul li p:last-of-type a {
            font-style: italic;
            color: #b61328; }

.popupBox {
  display: none;
  max-width: 935px;
  width: 95%;
  padding: 15px; }
  .popupBox .fancybox-close-small {
    background-color: #b61328;
    opacity: 1;
    color: #fff;
    border-radius: 50%; }
  .popupBox .heading {
    width: 100%;
    background: #3d7a96;
    text-align: center;
    margin: 0; }
    .popupBox .heading h2 {
      font-size: 24px;
      line-height: 30px;
      color: #fff;
      text-transform: uppercase;
      padding: 30px 0;
      margin: 0px; }
  .popupBox .content table {
    width: 100%;
    margin: 0px; }
    .popupBox .content table th {
      background: #fbc72b;
      text-align: left;
      padding: 15px 15px 15px 48px;
      color: #000;
      font-size: 16px;
      line-height: 22px;
      font-weight: 400; }
    .popupBox .content table td {
      width: 33.33%;
      text-align: left;
      padding: 18px 15px 15px 48px;
      color: #000;
      font-size: 14px;
      line-height: 18px; }
    .popupBox .content table th:nth-of-type(2),
    .popupBox .content table td:nth-of-type(2) {
      text-align: center; }
  .popupBox .content .click {
    color: #f00;
    margin: 30px 0 0 48px;
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
    display: block; }

.enrollment-process {
  background: #f2f2f2;
  padding: 40px 0; }
  .enrollment-process .container {
    max-width: 1100px; }
  .enrollment-process .heading {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 400; }
  .enrollment-process .image img {
    width: 100%; }
  .enrollment-process .sub-heading {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    display: block;
    line-height: 1; }
  .enrollment-process ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .enrollment-process ul li {
      font-size: 14px;
      line-height: 1.2;
      margin-top: 12px;
      padding-left: 19px;
      position: relative; }
      .enrollment-process ul li:after {
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        color: #3a3a3a;
        border-left: 5px solid #bc0404;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent; }
  .enrollment-process .btn-group {
    margin-top: 40px; }
    .enrollment-process .btn-group .btn-primary {
      border-radius: 0;
      background: #000;
      border: 0;
      font-size: 15px;
      line-height: 1.21;
      text-transform: uppercase; }

.member-speak {
  padding: 40px 0;
  background: #f2f2f2; }
  .member-speak .member-speak-box {
    border-right: 1px solid #e3e3e3; }
    .member-speak .member-speak-box .slick-prev {
      right: 50px;
      left: auto;
      background: var(--color-one);
      top: 12px;
      width: 26px;
      height: 21px;
      z-index: 2; }
      .member-speak .member-speak-box .slick-prev:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 6px solid #fff;
        opacity: 1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto 9px; }
      .member-speak .member-speak-box .slick-prev.slick-disabled {
        background: #c2c2c2; }
    .member-speak .member-speak-box .slick-next {
      right: 20px;
      background: var(--color-one);
      top: 12px;
      width: 26px;
      height: 21px; }
      .member-speak .member-speak-box .slick-next:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 6px solid #fff;
        opacity: 1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto 11px; }
      .member-speak .member-speak-box .slick-next.slick-disabled {
        background: #c2c2c2; }
  .member-speak .heading {
    text-align: center;
    font-size: 36px;
    margin-bottom: 35px; }
  .member-speak .content {
    padding: 0 10px 0 45px;
    position: relative; }
    .member-speak .content:before, .member-speak .content:after {
      content: '';
      display: block;
      background: url(../images/speak-qout.png) no-repeat 0 0;
      width: 32px;
      height: 25px;
      display: inline-block;
      opacity: 0.22;
      position: absolute;
      left: 0;
      top: 0; }
    .member-speak .content:after {
      transform: rotate(-180deg);
      top: auto;
      left: auto;
      right: 0;
      bottom: -25px; }
    .member-speak .content p {
      margin: 16px 0 10px;
      line-height: 1.5;
      font-size: 13px;
      text-align: justify;
      color: #737373;
      position: relative; }
    .member-speak .content ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .member-speak .content ul li {
        margin: 5px 0;
        line-height: 1.5;
        font-size: 13px;
        text-align: justify;
        color: #737373;
        padding-left: 19px;
        position: relative; }
        .member-speak .content ul li:after {
          content: "";
          position: absolute;
          left: 0;
          top: 3px;
          color: #3a3a3a;
          border-left: 5px solid #bc0404;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent; }
  .member-speak .author {
    text-align: right;
    margin-top: 30px; }
    .member-speak .author .name {
      font-weight: 700;
      color: #b61328; }
    .member-speak .author .designation,
    .member-speak .author .company {
      color: #737373;
      line-height: 1.2; }

.membership-form .heading {
  font-size: 36px;
  text-align: center;
  font-weight: normal; }

.membership-form .sub-heading {
  color: #b61328;
  font-size: 18px;
  line-height: 1;
  margin: 8px 0;
  text-align: center; }

.membership-form h2 {
  font-size: 28px;
  color: #b61328;
  font-weight: 700;
  text-align: center; }

.membership-form .member-profile-box {
  border: solid rgba(0, 0, 0, 0.14);
  border-width: 1px 1px 0 1px;
  width: 100%;
  padding: 20px 75px 30px; }

.membership-form ol, .membership-form fieldset {
  margin: 0; }

.membership-form ol {
  counter-reset: listCounter;
  list-style: none;
  padding: 0; }
  .membership-form ol li {
    font-size: 14px; }
    .membership-form ol li:before {
      counter-increment: listCounter;
      content: counter(listCounter) ": ";
      width: 18px;
      font-weight: 700; }

.membership-form p {
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px; }
  .membership-form p a {
    color: #b61328; }
    .membership-form p a:hover {
      text-decoration: none; }

.membership-form label {
  font-size: 16px;
  font-weight: 700;
  color: #000; }

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

.membership-form input[type="text"],
.membership-form input[type="email"],
.membership-form input[type="phone"],
.membership-form input[type="number"],
.membership-form input[type="url"],
.membership-form select,
.membership-form textarea {
  height: 55px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 0 10px;
  border-radius: 0;
  background-color: #f7f7f7; }
  .membership-form input[type="text"].error,
  .membership-form input[type="email"].error,
  .membership-form input[type="phone"].error,
  .membership-form input[type="number"].error,
  .membership-form input[type="url"].error,
  .membership-form select.error,
  .membership-form textarea.error {
    border: 2px solid red; }

.membership-form input[type="number"]::-webkit-inner-spin-button,
.membership-form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.membership-form textarea {
  height: 167px;
  resize: none; }

.membership-form input[type="radio"] {
  width: 24px;
  height: 24px;
  box-shadow: none; }

.membership-form .description {
  font-size: 10px;
  margin-bottom: 10px; }

.membership-form .form-item {
  margin: 0 0 24px;
  position: relative; }

.membership-form label.error {
  position: absolute;
  font-size: 12px;
  color: #b61328;
  display: block;
  width: 100%;
  margin-top: 3px; }

.membership-form .type-company {
  margin-top: 30px; }
  .membership-form .type-company legend {
    font-size: 28px;
    color: #b61328;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px; }
    .membership-form .type-company legend .form-required:after {
      display: none; }
  .membership-form .type-company .form-radios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .membership-form .type-company .form-radios .form-item {
      margin: 0 20px;
      display: flex;
      flex-wrap: wrap; }
      .membership-form .type-company .form-radios .form-item label {
        margin: 0 0 0 10px;
        font-size: 16px;
        font-weight: 500; }
        .membership-form .type-company .form-radios .form-item label span {
          display: block;
          font-size: 14px;
          color: #767575;
          font-style: italic;
          font-weight: 300; }

.membership-form .general-details legend {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.5rem; }

.membership-form .general-details .form-radios {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 55px;
  align-items: center; }
  .membership-form .general-details .form-radios .form-item {
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .membership-form .general-details .form-radios .form-item:first-child {
      margin-left: 0; }
    .membership-form .general-details .form-radios .form-item label {
      margin: 0 0 0 10px;
      font-size: 16px;
      font-weight: 500; }
      .membership-form .general-details .form-radios .form-item label.error {
        font-size: 12px;
        min-width: 180px;
        top: 25px;
        margin: 0; }
    .membership-form .general-details .form-radios .form-item input:focus {
      box-shadow: none; }

.membership-form .general-details .field--name-field-address-line-1- label.error,
.membership-form .general-details .field--name-field-gstin-no- label.error {
  position: static; }

.membership-form .general-details .form-type-url label.error {
  bottom: -25px; }

.membership-form .company-profile h2 {
  margin-bottom: 15px; }

.membership-form .company-profile label {
  display: none; }

.membership-form .company-profile textarea {
  height: 125px; }

.membership-form .interest-engagement legend {
  text-align: center;
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px; }

.membership-form .interest-engagement .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .membership-form .interest-engagement .form-checkboxes .form-item {
    width: 47%;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px; }
    .membership-form .interest-engagement .form-checkboxes .form-item label {
      font-size: 16px;
      font-weight: 500;
      line-height: 20px;
      display: block; }
    .membership-form .interest-engagement .form-checkboxes .form-item input {
      position: absolute;
      top: 4px;
      left: 0; }

.membership-form .total-revenue .form-btn {
  width: 100%;
  background-color: #3f3f3f;
  color: #fff;
  display: block;
  height: 55px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 32px; }

.membership-form .upload-document h2 {
  margin-bottom: 30px; }

.membership-form .upload-document .form-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative; }

.membership-form .upload-document label {
  font-weight: 400;
  max-width: 600px; }

.membership-form .upload-document .form-control {
  border: 0;
  max-width: 240px;
  font-size: 10px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.14); }
  .membership-form .upload-document .form-control.error {
    border: 2px solid red; }

.membership-form .upload-document .description {
  width: 100%;
  text-align: right;
  margin-top: 10px; }
  .membership-form .upload-document .description br {
    display: none; }

.membership-form .upload-document .code-conduct legend {
  display: none; }

.membership-form .upload-document .code-conduct .form-item {
  width: 100%; }
  .membership-form .upload-document .code-conduct .form-item .fieldset-wrapper {
    width: 100%; }
    .membership-form .upload-document .code-conduct .form-item .fieldset-wrapper .form-item {
      align-items: flex-start; }
      .membership-form .upload-document .code-conduct .form-item .fieldset-wrapper .form-item input {
        height: auto;
        margin-top: 5px; }
      .membership-form .upload-document .code-conduct .form-item .fieldset-wrapper .form-item.form-item-field-mem-code-of-conduct-0 a {
        color: #b61328; }
        .membership-form .upload-document .code-conduct .form-item .fieldset-wrapper .form-item.form-item-field-mem-code-of-conduct-0 a:hover {
          text-decoration: none; }
      .membership-form .upload-document .code-conduct .form-item .fieldset-wrapper .form-item.form-item-field-mem-code-of-conduct-1 a {
        color: #7174fb; }
        .membership-form .upload-document .code-conduct .form-item .fieldset-wrapper .form-item.form-item-field-mem-code-of-conduct-1 a:hover {
          text-decoration: none; }
    .membership-form .upload-document .code-conduct .form-item .fieldset-wrapper label {
      width: calc(100% - 25px);
      max-width: 100%;
      font-weight: 500; }

.membership-form .upload-document .form-managed-file {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center; }
  .membership-form .upload-document .form-managed-file input {
    width: 100%;
    max-width: 220px; }
  .membership-form .upload-document .form-managed-file .file--application-pdf {
    font-size: 14px;
    max-width: 225px;
    display: block;
    word-break: break-all;
    line-height: 1.1;
    padding-right: 10px; }
  .membership-form .upload-document .form-managed-file .btn-primary {
    margin: 10px 0 0; }
  .membership-form .upload-document .form-managed-file .messages--error {
    max-width: 70%;
    font-size: 11px;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 5px 10px 5px 30px;
    bottom: 0;
    background-position: 5px 5px; }

.membership-form .actions {
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .membership-form .actions .form-submit {
    font-size: 26px;
    padding: 5px 45px;
    border-radius: 5px; }
    .membership-form .actions .form-submit:disabled {
      background-color: #4e4e4e;
      border-color: #4e4e4e; }

#code-of-conduct {
  max-width: 900px;
  border: 5px solid #b61328;
  padding: 30px; }
  #code-of-conduct p {
    font-size: 13px;
    line-height: 1.46;
    color: #4e4e4e; }

/* membership calculator popup start */
.membership-fee-modal .modal-dialog {
  max-width: 100%; }

.membership-fee-modal .modal-content {
  border: 6px solid #b61328;
  border-radius: 0;
  max-width: 900px;
  width: 90%;
  max-height: 90%;
  min-height: auto;
  border-radius: 0;
  margin: 0 auto; }

.membership-fee-modal .modal-header {
  position: relative; }
  .membership-fee-modal .modal-header img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }

.membership-fee-modal .modal-title {
  font-size: 30px;
  font-weight: 400;
  width: 100%;
  text-align: center; }

.membership-fee-modal .modal-body {
  width: calc(100% - 220px);
  margin: 0 auto;
  color: #242424;
  font-size: 17px;
  line-height: 1.3; }
  .membership-fee-modal .modal-body .row {
    margin-top: 18px; }

.membership-fee-modal .modal-footer {
  background-color: #b61328;
  color: #fff;
  display: block;
  width: calc(100% - 220px);
  margin: 0 auto 30px;
  border-radius: 5px;
  padding: 7px 15px;
  font-size: 17px; }
  .membership-fee-modal .modal-footer .row {
    margin: 0 -15px; }

/* membership calculator popup end */
/* Thank you Message of membership form */
.thankshow .membership-submit {
  display: block !important; }

.thankshow .alert-status {
  display: none; }

.membership-submit {
  background: rgba(0, 0, 0, 0.77);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  overflow: scroll;
  padding-right: 20px; }
  .membership-submit .membership-submit-popup {
    background: #fff;
    border: 6px solid #b61328;
    display: block;
    left: 50%;
    margin-left: -400px;
    margin-top: -150px;
    max-width: 800px;
    min-height: 300px;
    padding: 20px 0;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    width: 100%;
    z-index: 9999; }
    .membership-submit .membership-submit-popup .close-popup {
      color: #fff;
      cursor: pointer;
      font-size: 15px;
      line-height: 1;
      position: absolute;
      right: -6px;
      top: -23px; }
  .membership-submit h3 {
    color: #3b3a3a;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px solid #3b3a3a;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 30px; }
  .membership-submit p {
    color: #3b3a3a;
    text-align: center;
    font-size: 16px;
    line-height: 1.5; }
    .membership-submit p a {
      color: #b61328; }

/* Publication Page Start */
.publication .view-nasscom-publication {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 30px 0; }
  .publication .view-nasscom-publication:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both; }

.publication .view-filters {
  float: left;
  width: 26%;
  padding: 20px;
  background: #f2f2f2; }
  .publication .view-filters label {
    font-size: 13px;
    color: #545454;
    margin: 0 0 0 8px; }
  .publication .view-filters .fieldgroup {
    width: 100%;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #d5d5d5; }
    .publication .view-filters .fieldgroup:nth-child(2) {
      border-bottom: 0;
      border-bottom: 0;
      margin-bottom: 0; }
    .publication .view-filters .fieldgroup legend {
      font-size: 16px;
      line-height: 24px;
      color: #b61328;
      font-weight: 400;
      display: block;
      margin: 0 0 5px 0; }
    .publication .view-filters .fieldgroup .form-item {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }

.publication .view-header {
  text-align: center;
  margin: 0 0 32px 0;
  float: right;
  width: 72%; }
  .publication .view-header .heading {
    font-size: 36px; }
  .publication .view-header p {
    color: #4c4c4c;
    margin: 0;
    font-size: 13px;
    line-height: 20px; }

.publication .view-content {
  float: left;
  width: 72%;
  margin: 0 0 0 2%; }

.publication .pager {
  width: 72%;
  float: right;
  padding: 0;
  margin: 0 0 0 2%; }
  .publication .pager .pager__item {
    padding: 0;
    display: block; }
  .publication .pager a {
    background: #b61328;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 9px 0 8px;
    text-align: center;
    margin-left: 3.7%; }

.publication .publication-listing .price-type {
  background: rgba(183, 0, 0, 0.78);
  color: #fff;
  height: auto;
  width: auto;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  font-style: italic; }

.publication .publication-listing .date {
  font-size: 12px;
  color: #151515; }

.publication .publication-listing .image {
  border: 1px solid #f1f1f1;
  padding: 5px; }

.publication .publication-listing .image img {
  width: 100%; }

.publication .publication-listing .title {
  font-size: 15px;
  line-height: 20px;
  color: #6f6f6f;
  margin: 7px 0 5px;
  font-weight: 700;
  min-height: 40px; }
  .publication .publication-listing .title a {
    color: #6f6f6f; }
    .publication .publication-listing .title a:hover {
      text-decoration: none; }

.publication .publication-listing ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }
  .publication .publication-listing ul li {
    width: 29%;
    margin: 0 0 24px 3.7%; }

.publication .view-empty {
  text-align: center;
  width: 72%;
  margin: 20px 0px;
  font-size: 22px;
  line-height: 24px;
  color: #2a2a2a;
  padding: 15px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .publication .view-empty:before {
    content: '';
    width: 56px;
    height: 55px;
    background: url(../images/no-result-icon.png) no-repeat left top;
    display: block;
    margin-right: 10px; }

/* Publication Page End */
/* Showcase Page Start */
.showcase {
  padding: 50px 0; }
  .showcase .heading {
    font-size: 36px;
    font-weight: 400; }
  .showcase p {
    font-size: 13px;
    line-height: 20px;
    color: #121212; }
  .showcase .view-header,
  .showcase .view-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  .showcase .view-header {
    text-align: center; }
  .showcase .view-all-btn a {
    font-size: 16px;
    line-height: 41px;
    display: block;
    height: 41px;
    color: #fff;
    background: #b61328;
    text-align: center; }
    .showcase .view-all-btn a:hover {
      text-decoration: none; }
  .showcase .pager {
    padding: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .showcase .pager li {
      width: 100%;
      padding: 0; }
    .showcase .pager a {
      background-color: #b61328;
      color: #fff;
      width: 100%;
      border-radius: 0; }

.showcase-list {
  margin-top: 35px; }
  .showcase-list .image {
    border: 5px solid #ebebeb;
    height: 169px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: all linear 0.5s; }
  .showcase-list .title {
    margin: 0 0 5px 0;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(25, 25, 25, 0.88);
    transition: all linear 0.5s; }
  .showcase-list .desc {
    margin: 0 0 15px 0;
    font-size: 13px; }
  .showcase-list .download-pdf a {
    color: #000;
    font-size: 13px;
    position: relative;
    font-weight: 600; }
    .showcase-list .download-pdf a:after {
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      background: url(../images/pdf.png) no-repeat 0 0;
      position: absolute;
      right: -30px;
      top: -2px; }
    .showcase-list .download-pdf a:hover {
      text-decoration: none; }
  .showcase-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .showcase-list ul li {
      width: 22%;
      margin: 0 4% 4% 0;
      padding: 0 0 20px 0;
      border-bottom: 3px solid transparent;
      transition: all linear 0.5s; }
      .showcase-list ul li:nth-of-type(4n) {
        margin-right: 0; }
      .showcase-list ul li:hover {
        border-color: #b61328; }
        .showcase-list ul li:hover .image {
          border-color: #b61328; }
        .showcase-list ul li:hover .title {
          color: #b61328; }

.page-node-type-knowledge-center-show-case #block-nasscomtheme-page-title,
.page-node-type-knowledge-center-show-case #block-nasscomtheme-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.page-node-type-knowledge-center-show-case #block-nasscomtheme-content .node__content:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both; }

.page-node-type-knowledge-center-show-case #block-nasscomtheme-content .node__content .field--type-image {
  float: left;
  width: 150px; }

.page-node-type-knowledge-center-show-case #block-nasscomtheme-content .node__content .field--name-body,
.page-node-type-knowledge-center-show-case #block-nasscomtheme-content .node__content .field--type-file {
  width: calc(100% - 180px);
  float: right;
  margin-bottom: 15px; }

/* Showcase Page End */
/* Facts & Figure Page Start */
.facts-figure {
  padding: 50px 0; }
  .facts-figure .heading {
    font-size: 36px;
    text-align: center; }
  .facts-figure .view-header p {
    text-align: center;
    color: #2a2a2a;
    font-size: 14px;
    line-height: 22px; }
  .facts-figure .view-footer {
    display: none; }

.facts-figure-list .image {
  padding: 8px;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  transition: all linear 0.5s; }
  .facts-figure-list .image img {
    width: 100%;
    height: 172px; }

.facts-figure-list .title {
  background: #1f1f1f;
  display: table;
  width: calc(100% + 2px);
  padding: 0 12px;
  position: relative;
  left: -1px;
  color: #fff;
  min-height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  transition: all linear 0.5s; }
  .facts-figure-list .title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
    transition: all linear 0.5s;
    z-index: 2; }

.facts-figure-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .facts-figure-list ul li {
    width: 29.5%;
    margin: 25px 1.9% 0;
    position: relative; }
    .facts-figure-list ul li a:hover {
      text-decoration: none; }
    .facts-figure-list ul li:hover .image,
    .facts-figure-list ul li:hover .title {
      background-color: #b61328; }
    .facts-figure-list ul li:hover .title:before {
      background-color: #fff; }

/* Facts & Figure Page End */
/* Publication Menu Start */
#block-publicationmenu {
  text-align: center;
  padding-top: 14px;
  padding-bottom: 12px;
  background: #e3e3e3; }
  #block-publicationmenu .navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row; }
    #block-publicationmenu .navbar-nav .nav-item {
      padding: 5px 0px; }
      #block-publicationmenu .navbar-nav .nav-item a {
        color: #000000;
        padding: 0 15px;
        outline: none;
        text-transform: uppercase;
        line-height: 1;
        font-weight: 500;
        font-size: 14px; }
        #block-publicationmenu .navbar-nav .nav-item a.active, #block-publicationmenu .navbar-nav .nav-item a:hover {
          color: #b61328; }
      #block-publicationmenu .navbar-nav .nav-item + li a {
        border-left: 2px solid #6a6a6a; }

/* Publication Menu End */
/* Publication Detail Start */
.publication-overview {
  padding: 50px 0; }
  .publication-overview .heading {
    text-align: center;
    font-weight: 400;
    color: #221f1f;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 40px;
    text-transform: capitalize; }
  .publication-overview h2 {
    color: #181818;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400; }
  .publication-overview p {
    color: #6a6a6a;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: justify; }
  .publication-overview ul, .publication-overview ol {
    padding: 0;
    margin: 0; }
    .publication-overview ul li, .publication-overview ol li {
      list-style: none;
      font-size: 13px;
      line-height: 1.46;
      color: #6a6a6a; }
  .publication-overview .desc-scroll {
    max-height: 200px; }
  .publication-overview .soft-copy {
    background: url(../images/hard-copy.png) no-repeat scroll left top;
    color: #b61328;
    font-size: 16px;
    line-height: 22px;
    padding-left: 30px;
    margin-top: 20px; }
  .publication-overview .sponsor-image {
    max-width: 100%; }

.key-findings {
  background: url(../images/bg-keyfinding.jpg) no-repeat left top;
  background-size: cover;
  padding: 50px 0;
  color: #fff;
  counter-reset: section; }
  .key-findings .heading {
    text-align: center;
    color: #fff;
    margin-bottom: 13px;
    font-size: 36px; }
  .key-findings .list-heading {
    margin-bottom: 10px;
    min-height: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; }
  .key-findings .item {
    background: rgba(0, 0, 0, 0.68);
    margin-right: 12px;
    min-height: 225px;
    padding: 20px;
    position: relative; }
    .key-findings .item:after {
      background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
      border-radius: 50%;
      color: #000;
      content: counter(section, decimal);
      counter-increment: section;
      font-family: "kalinga-bold";
      font-size: 20px;
      height: 31px;
      left: 15px;
      line-height: 31px;
      position: absolute;
      text-align: center;
      top: -22px;
      width: 31px;
      z-index: 999999; }
    .key-findings .item p {
      font-size: 13px; }
    .key-findings .item ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .key-findings .item ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 8px;
        font-size: 13px; }
        .key-findings .item ul li:before {
          content: '';
          width: 6px;
          height: 6px;
          border: 1px solid #fff;
          position: absolute;
          left: 0;
          top: 6px;
          border-radius: 50%; }
  .key-findings .slick-track {
    padding-top: 22px; }
  .key-findings .slick-arrow {
    width: 11px;
    height: 10px;
    top: 50%;
    margin: -5px; }
    .key-findings .slick-arrow:before {
      display: none; }
    .key-findings .slick-arrow.slick-prev {
      background: url(../images/key-pagi-left.png) no-repeat scroll left top;
      height: 26px;
      left: -45px;
      transform: translate(0, 0); }
    .key-findings .slick-arrow.slick-next {
      background: url(../images/key-pagi-right.png) no-repeat scroll left top;
      height: 26px;
      right: -45px;
      transform: translate(0, 0) rotate(0deg); }

.get-the-report {
  padding: 50px 0; }
  .get-the-report .container {
    padding: 0 58px; }
  .get-the-report .heading {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 15px; }
  .get-the-report .get-the-report-header {
    margin-bottom: 40px; }
  .get-the-report p {
    text-align: center;
    font-size: 13px; }
  .get-the-report .regular-price {
    background: #f0f0f0;
    padding: 43px 15px 15px 15px;
    width: 49%;
    margin: 0 0.5%;
    font-size: 21px;
    line-height: 27px;
    min-height: 125px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .get-the-report .regular-price > span {
      height: 43px;
      line-height: 43px; }
    .get-the-report .regular-price .buy-now {
      background: #b61328;
      color: #fff;
      font-size: 24px;
      height: 43px;
      line-height: 43px;
      text-align: center;
      max-width: 205px;
      width: 100%;
      display: block;
      margin-left: 5px; }
      .get-the-report .regular-price .buy-now:hover {
        text-decoration: none;
        background-color: #fff;
        color: #b61328;
        border: 1px solid #b61328; }
    .get-the-report .regular-price p {
      text-align: center;
      width: 100%;
      font-size: 14px; }
      .get-the-report .regular-price p.not-activated {
        color: #b61328; }

.reports {
  padding-bottom: 50px; }
  .reports .heading {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px; }
  .reports ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .reports ul li {
      margin: 0; }
      .reports ul li .image {
        position: relative; }
        .reports ul li .image img {
          width: 100%;
          display: block; }
        .reports ul li .image span {
          position: absolute;
          right: 0;
          top: 0;
          font-size: 13px;
          line-height: 18px;
          color: #fff;
          font-style: italic;
          padding: 4px 8px;
          background: #b61328;
          z-index: 2;
          font-weight: 700; }
  .reports .slick-list {
    margin: 0 -12px; }
  .reports .slick-slide {
    margin: 0 12px; }
  .reports button:before {
    display: block; }
  .reports button.slick-prev:before {
    content: '';
    background: url(../images/history-prev-disable.png) no-repeat left top;
    width: 11px;
    height: 26px;
    left: -35px;
    z-index: 9; }
  .reports button.slick-next {
    width: 11px;
    height: 26px; }
    .reports button.slick-next:before {
      content: '';
      background: url(../images/history-prev-disable.png) no-repeat left top;
      width: 11px;
      height: 26px;
      z-index: 9;
      transform: rotate(-180deg); }

/* Publication Detail End */
/* Publication Detail page 2 Start */
.publication-new .left {
  width: 890px; }
  .publication-new .left .tech-heading,
  .publication-new .left h2 {
    font-size: 32px;
    color: #0f2438;
    font-weight: 400; }
  .publication-new .left p {
    font-size: 16px;
    color: #454445;
    line-height: 26px; }
  .publication-new .left .overview-tech {
    padding-top: 30px; }
  .publication-new .left .key-findings-tech .list-heading {
    background: #128ce9;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 4px;
    margin: 20px 0;
    position: relative;
    cursor: pointer; }
    .publication-new .left .key-findings-tech .list-heading:before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background: url(../images/plus.png) no-repeat center;
      position: absolute;
      right: 15px;
      top: 0;
      bottom: 0;
      margin: auto 0; }
    .publication-new .left .key-findings-tech .list-heading.active:before {
      background: url(../images/minus.png) no-repeat center; }
  .publication-new .left .key-findings-tech .key-finding-desc {
    display: none; }
    .publication-new .left .key-findings-tech .key-finding-desc.active {
      display: flex; }
  .publication-new .left .key-findings-tech .key-finding-desc-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .publication-new .left .key-findings-tech .key-finding-desc-wrap .image {
      border-radius: 4px;
      max-width: 230px;
      overflow: hidden; }
    .publication-new .left .key-findings-tech .key-finding-desc-wrap .desc {
      width: calc(100% - 250px); }
      .publication-new .left .key-findings-tech .key-finding-desc-wrap .desc p {
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 15px;
        color: #454445; }
      .publication-new .left .key-findings-tech .key-finding-desc-wrap .desc ul li {
        position: relative;
        padding-left: 20px;
        line-height: 20px;
        margin-bottom: 10px;
        font-size: 15px;
        color: #454445; }
        .publication-new .left .key-findings-tech .key-finding-desc-wrap .desc ul li:before {
          content: '';
          display: block;
          width: 12px;
          height: 12px;
          background: url(../images/bullet-blue.png) no-repeat 0 0;
          position: absolute;
          top: 3px;
          left: 0; }
  .publication-new .left .key-findings-tech ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .publication-new .left .key-findings-tech ul li:nth-of-type(even) .list-heading {
      background: #5f5e5e; }
  .publication-new .left .tech-leadership {
    margin-top: 40px; }
    .publication-new .left .tech-leadership .leader-testi {
      border: 1px solid rgba(0, 0, 0, 0.22);
      background: #f0f4f8;
      padding: 25px;
      border-radius: 4px;
      margin-top: 60px; }
      .publication-new .left .tech-leadership .leader-testi p {
        margin: 0 0 20px;
        font-size: 16px;
        color: #454445; }
        .publication-new .left .tech-leadership .leader-testi p:last-of-type {
          margin-bottom: 0;
          display: inline; }
      .publication-new .left .tech-leadership .leader-testi .desc {
        position: relative; }
        .publication-new .left .tech-leadership .leader-testi .desc:before, .publication-new .left .tech-leadership .leader-testi .desc:after {
          content: '';
          display: block;
          width: 40px;
          height: 32px;
          background: url(../images/quotes-left.png) no-repeat 0 0;
          position: absolute;
          top: -41px;
          left: 25px; }
        .publication-new .left .tech-leadership .leader-testi .desc:after {
          width: 27px;
          height: 21px;
          background: url(../images/quotes-right.png) no-repeat 0 0;
          top: auto;
          left: auto;
          position: static;
          display: inline-block;
          vertical-align: bottom; }
      .publication-new .left .tech-leadership .leader-testi .author {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        font-size: 18px;
        font-weight: 700;
        color: #128ce9;
        margin-top: 30px; }
        .publication-new .left .tech-leadership .leader-testi .author p {
          color: #128ce9;
          font-size: 18px;
          line-height: 1.46; }

.publication-new .right {
  width: 290px;
  background: #f0f4f8;
  padding: 0 20px 20px;
  position: sticky;
  top: 0; }
  .publication-new .right .btn, .publication-new .right a.button,
  .publication-new .right .form-submit {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    background: #128ce9;
    border-radius: 4px;
    text-transform: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    transition: all linear 0.5s;
    padding: 10px 12px; }
    .publication-new .right .btn:hover, .publication-new .right a.button:hover,
    .publication-new .right .form-submit:hover {
      background: #82c7fb; }

.publication-new .tech-navigation {
  padding-top: 20px;
  background: #f0f4f8; }
  .publication-new .tech-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .publication-new .tech-navigation ul li a {
      font-size: 15px;
      color: #022538;
      font-weight: 500;
      line-height: 16px;
      padding: 5px 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .publication-new .tech-navigation ul li a img {
        margin-right: 15px;
        width: 30px; }
      .publication-new .tech-navigation ul li a span {
        width: calc(100% - 70px); }
      .publication-new .tech-navigation ul li a:hover {
        text-decoration: none; }

.publication-new .download-report .btn img, .publication-new .download-report a.button img {
  margin-right: 6px; }

.publication-new .press-release {
  margin-top: 10px; }
  .publication-new .press-release .btn, .publication-new .press-release a.button {
    background: #5f5e5e; }
    .publication-new .press-release .btn img, .publication-new .press-release a.button img {
      margin-right: 6px; }
    .publication-new .press-release .btn:hover, .publication-new .press-release a.button:hover {
      background: #878787; }

.publication-new hr {
  border-width: 1px 0 0 0;
  border-color: rgba(2, 37, 56, 0.22);
  margin: 20px 0; }

.publication-new .connect-us .heading {
  font-size: 20px;
  color: #022538;
  font-weight: 600; }

.publication-new .connect-us ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap; }
  .publication-new .connect-us ul li {
    margin-right: 10px; }
    .publication-new .connect-us ul li a {
      display: block; }
      .publication-new .connect-us ul li a img {
        display: block;
        width: 28px; }

.publication-new .insight-newsletter .block-title {
  font-size: 20px;
  color: #022538;
  font-weight: 600;
  text-align: left;
  line-height: 26px; }

.publication-new .insight-newsletter p {
  display: none; }

.publication-new .insight-newsletter .block-simplenews .description,
.publication-new .insight-newsletter .block-simplenews #edit-message {
  display: none; }

.publication-new .insight-newsletter .btn, .publication-new .insight-newsletter a.button {
  height: 39px;
  padding: 0 20px; }
  .publication-new .insight-newsletter .btn:disabled, .publication-new .insight-newsletter a.button:disabled {
    opacity: 1; }

.publication-new .facts-figure h2 {
  margin-bottom: 40px; }

.publication-new .facts-figure .carousel-3d-slider {
  position: relative; }
  .publication-new .facts-figure .carousel-3d-slider:after {
    content: '';
    display: block;
    width: 200%;
    height: 100%;
    z-index: 998;
    position: absolute;
    top: 0;
    left: -50%; }

.publication-new .facts-figure .carousel-3d-slide {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden; }
  .publication-new .facts-figure .carousel-3d-slide a {
    display: block;
    position: relative; }
    .publication-new .facts-figure .carousel-3d-slide a:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background: rgba(18, 140, 233, 0.5);
      transition: all linear 0.2s;
      transform: scale(0); }
    .publication-new .facts-figure .carousel-3d-slide a:after {
      content: '+';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      font-size: 96px;
      width: 100px;
      height: 100px;
      line-height: 1;
      text-align: center;
      color: #fff;
      transition: all linear 0.2s;
      transform: scale(0); }
    .publication-new .facts-figure .carousel-3d-slide a:hover:before, .publication-new .facts-figure .carousel-3d-slide a:hover:after {
      transform: scale(1); }
    .publication-new .facts-figure .carousel-3d-slide a img {
      display: block;
      width: 100%; }

.publication-new .facts-figure .carousel-3d-controls a {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px #000001; }
  .publication-new .facts-figure .carousel-3d-controls a span {
    line-height: 40px;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

.fact-figure-fancy-box .fancybox-content {
  background-color: #fff; }
  .fact-figure-fancy-box .fancybox-content img {
    max-width: 100%;
    padding: 15px; }

.download-report-tech {
  background: #032538;
  padding: 30px 0 50px; }
  .download-report-tech .tech-heading {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    text-align: center; }
  .download-report-tech p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 13px; }
  .download-report-tech .get-the-report-header {
    margin-bottom: 30px; }
  .download-report-tech img {
    border: 8px solid #fff;
    border-radius: 4px;
    width: 340px; }
  .download-report-tech .download-report-right .regular-price {
    color: #fff;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px; }
    .download-report-tech .download-report-right .regular-price .buy-now {
      order: 1;
      font-size: 16px;
      color: #fff;
      font-weight: 500;
      background: #128ce9;
      border-radius: 4px;
      display: block;
      text-transform: none;
      transition: all linear 0.5s;
      padding: 12px;
      margin: 0 0 20px;
      width: 100%;
      max-width: 200px;
      height: auto;
      line-height: normal;
      text-align: center; }
      .download-report-tech .download-report-right .regular-price .buy-now:hover {
        text-decoration: none; }
    .download-report-tech .download-report-right .regular-price span {
      order: 2;
      font-size: 18px;
      color: #fff;
      font-weight: 400; }
    .download-report-tech .download-report-right .regular-price:last-child {
      margin-top: 20px; }

.related-reports {
  padding: 50px 0; }
  .related-reports .heading {
    font-size: 32px;
    color: #032538;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px; }
  .related-reports .item-list ul {
    margin: 0; }
    .related-reports .item-list ul li {
      margin: 0;
      padding: 0 25px; }
      .related-reports .item-list ul li img {
        width: 100%; }
      .related-reports .item-list ul li .image span {
        display: none; }

/* Publication Detail page 2 End */
/* Interviews Page Start */
.interviews {
  padding: 50px 0; }
  .interviews .heading {
    font-size: 36px;
    text-align: center;
    font-weight: 400; }
  .interviews .view-header p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #2a2a2a; }
  .interviews .interviews-list {
    margin-top: 40px; }
    .interviews .interviews-list .interview-left {
      width: 170px; }
      .interviews .interviews-list .interview-left .interview-img img {
        width: 100%; }
      .interviews .interviews-list .interview-left .interview-title {
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
        color: #b61328;
        padding-left: 15px;
        margin-top: 12px; }
      .interviews .interviews-list .interview-left .interview-designation,
      .interviews .interviews-list .interview-left .interview-company-name {
        font-size: 14px;
        line-height: 20px;
        color: #5a5a5a;
        padding-left: 15px; }
    .interviews .interviews-list .interview-right {
      width: calc(100% - 170px);
      padding: 30px 30px 15px; }
      .interviews .interviews-list .interview-right p {
        font-size: 14px;
        line-height: 20px;
        color: #464646;
        text-align: left;
        margin-bottom: 10px; }
        .interviews .interviews-list .interview-right p:last-of-type {
          margin-bottom: 0; }
      .interviews .interviews-list .interview-right .read-more a {
        color: #464646;
        text-decoration: underline;
        font-size: 10px; }
    .interviews .interviews-list ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .interviews .interviews-list ul li {
        background: #eaeaea;
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 15px; }
  .interviews .pager {
    padding: 0 15px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .interviews .pager li {
      width: 100%;
      padding: 0; }
    .interviews .pager a {
      background-color: #b61328;
      color: #fff;
      width: 100%;
      border-radius: 0; }

.interviews-detail {
  padding-top: 50px; }
  .interviews-detail footer {
    display: none; }
  .interviews-detail .heading {
    font-size: 36px;
    font-weight: 400;
    text-align: center; }
  .interviews-detail .head {
    margin-bottom: 50px; }
    .interviews-detail .head p {
      text-align: center;
      color: #2a2a2a;
      font-size: 14px;
      line-height: 22px; }
  .interviews-detail .interview-image {
    width: 23.8%;
    margin: 0 2.2% 0 0;
    text-align: center;
    max-height: 280px; }
    .interviews-detail .interview-image .image {
      border: 6px solid #b70000;
      padding: 0px 5px 5px 5px; }
      .interviews-detail .interview-image .image img {
        width: 100%; }
    .interviews-detail .interview-image .name {
      background: #b70000;
      color: #fff;
      font-weight: 700;
      padding: 10px 0;
      margin-top: 1px;
      font-size: 16px;
      line-height: 21px; }
  .interviews-detail .desc {
    background: #ededed;
    padding: 13px 34px 34px 34px;
    width: 74%;
    height: 280px;
    overflow: auto; }
    .interviews-detail .desc p {
      color: #232323;
      font-size: 14px; }
    .interviews-detail .desc .quotes {
      padding: 5px 0 30px 24px;
      position: relative;
      margin: 0 0 10px 0; }
      .interviews-detail .desc .quotes:before {
        content: "";
        display: block;
        height: 25px;
        left: 0;
        position: absolute;
        top: -10px;
        width: 24px;
        z-index: 1;
        background: url(../images/interviews-arrow-before.png) no-repeat left top; }
      .interviews-detail .desc .quotes p {
        color: #1a1a1a;
        font-size: 18px;
        line-height: 24px; }
        .interviews-detail .desc .quotes p:last-of-type:after {
          background: url(../images/interviews-arrow-after.png) no-repeat right top;
          content: "";
          display: inline-block;
          height: 25px;
          width: 24px;
          position: absolute;
          z-index: 1;
          bottom: 16px; }

.interview-ques-answ {
  padding: 50px 0; }
  .interview-ques-answ .heading {
    text-align: center;
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 400; }
  .interview-ques-answ .interview-ques-list .ques {
    font-size: 14px;
    line-height: 18px;
    color: #272727;
    background: #dfdfdf;
    font-weight: 700;
    padding: 15px 15px 15px 66px;
    position: relative;
    cursor: pointer; }
    .interview-ques-answ .interview-ques-list .ques i {
      position: absolute;
      left: 0;
      top: 0;
      cursor: pointer;
      height: 100%;
      width: 56px;
      background: url(../images/close-arrow.png) no-repeat center center #ededed; }
    .interview-ques-answ .interview-ques-list .ques span {
      display: inline-block;
      margin-right: 5px; }
    .interview-ques-answ .interview-ques-list .ques.main-active {
      color: #fff;
      background: #b70000; }
      .interview-ques-answ .interview-ques-list .ques.main-active i.open-arrow {
        background: url(../images/open-arrow.png) no-repeat scroll center center #ededed; }
  .interview-ques-answ .interview-ques-list .answ {
    position: relative;
    padding: 15px 0 25px 58px;
    display: none; }
    .interview-ques-answ .interview-ques-list .answ:before {
      content: "A: ";
      font-size: 13px;
      line-height: 18px;
      display: inline-block;
      color: #272727;
      font-weight: bold;
      position: absolute;
      left: 40px;
      top: 15px; }
    .interview-ques-answ .interview-ques-list .answ p {
      font-size: 13px;
      line-height: 18px;
      color: #6a6a6a;
      margin-top: 0; }
  .interview-ques-answ .interview-ques-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .interview-ques-answ .interview-ques-list ul li {
      border-bottom: 1px solid #fff;
      font-size: 13px;
      line-height: 1.46;
      color: #6a6a6a; }

/* Interviews Page End */
/* Cart Page Start */
.cart {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 15px; }
  .cart .table {
    border: 1px solid #dee2e6; }
    .cart .table th {
      background-color: #b61328;
      color: #fff; }
    .cart .table td {
      color: #252525; }
      .cart .table td a {
        color: #252525; }
    .cart .table .field--name-price {
      margin-top: 10px; }
  .cart .form-actions {
    margin-bottom: 0; }

.commerce-checkout-flow {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 15px; }
  .commerce-checkout-flow h3 {
    font-weight: 400; }
  .commerce-checkout-flow .layout-checkout-form {
    display: flex;
    flex-wrap: wrap; }
    .commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main {
      order: 2;
      width: 100%;
      padding-right: 0; }
      .commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .form-radios {
        display: flex;
        flex-wrap: wrap; }
        .commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .form-radios .form-item {
          margin-right: 15px;
          font-size: 15px; }
      .commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-payment-information > legend {
        background-color: #b61328;
        color: #fff;
        padding: 5px 15px;
        font-size: 26px;
        margin: 0; }
      .commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-payment-information legend {
        font-weight: 400; }
      .commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-payment-information .fieldset-wrapper {
        border: 1px solid #dee2e6;
        padding: 20px; }
        .commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-payment-information .fieldset-wrapper legend {
          margin-bottom: 10px; }
        .commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-payment-information .fieldset-wrapper #edit-payment-information-billing-information {
          position: relative;
          padding-top: 2px;
          margin-top: 20px; }
          .commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-payment-information .fieldset-wrapper #edit-payment-information-billing-information .btn-primary {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding-top: 3px;
            padding-bottom: 3px; }
    .commerce-checkout-flow .layout-checkout-form .layout-region-checkout-secondary {
      order: 1;
      width: 100%; }
      .commerce-checkout-flow .layout-checkout-form .layout-region-checkout-secondary .order-total-line .order-total-line-label {
        margin-right: 10px; }
    .commerce-checkout-flow .layout-checkout-form .layout-region-checkout-footer {
      order: 3; }
      .commerce-checkout-flow .layout-checkout-form .layout-region-checkout-footer .link--previous {
        background-color: #b61328;
        border-color: #b61328;
        color: #fff;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
        .commerce-checkout-flow .layout-checkout-form .layout-region-checkout-footer .link--previous:hover {
          background-color: #991022;
          border-color: #b61328;
          text-decoration: none; }
    .commerce-checkout-flow .layout-checkout-form .table {
      border: 1px solid #dee2e6; }
      .commerce-checkout-flow .layout-checkout-form .table th {
        background-color: #b61328;
        color: #fff; }
      .commerce-checkout-flow .layout-checkout-form .table td {
        color: #252525; }
        .commerce-checkout-flow .layout-checkout-form .table td a {
          color: #252525; }
      .commerce-checkout-flow .layout-checkout-form .table .field--name-price {
        margin-top: 10px; }

.path-checkout .layout-checkout-form .form-actions a {
  background-color: #b61328;
  border-color: #b61328;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .path-checkout .layout-checkout-form .form-actions a:hover {
    background-color: #991022;
    border-color: #b61328;
    text-decoration: none; }

.commerce-checkout-flow legend {
  background-color: #b61328;
  color: #fff;
  padding: 5px 15px;
  font-size: 26px;
  margin: 0; }
  .commerce-checkout-flow legend a {
    color: #fff;
    font-size: 15px; }

.commerce-checkout-flow .fieldset-wrapper {
  border: 1px solid #dee2e6;
  padding: 20px; }

/* Cart Page End */
/* Knowledge Center Page Start */
.know-publications {
  background: url(../images/bg-publications.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 50px 0; }
  .know-publications .view-header {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto; }
    .know-publications .view-header .heading {
      font-size: 36px;
      font-weight: 400;
      text-align: center; }
    .know-publications .view-header p {
      text-align: center;
      font-size: 14px;
      line-height: 22px;
      color: #2a2a2a; }
  .know-publications .view-content {
    margin-top: 40px;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto; }
    .know-publications .view-content ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .know-publications .view-content .box-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .know-publications .view-content .image {
      width: 35%; }
      .know-publications .view-content .image img {
        width: 100%; }
    .know-publications .view-content .desc {
      width: 60%;
      padding-right: 15px; }
    .know-publications .view-content .list-heading {
      color: #000;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600; }
    .know-publications .view-content .date {
      color: #3f3f3f;
      font-size: 11px;
      line-height: 19px; }
    .know-publications .view-content .key-highlight {
      font-size: 13px;
      line-height: 1.46;
      color: #4e4e4e; }
      .know-publications .view-content .key-highlight .sub-heading {
        color: #000;
        font-size: 12px;
        line-height: 19px;
        display: block;
        margin: 5px 0 0;
        text-transform: capitalize; }
      .know-publications .view-content .key-highlight ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .know-publications .view-content .key-highlight ul li {
          font-size: 13px;
          line-height: 1.46;
          color: #4e4e4e;
          display: inline; }
      .know-publications .view-content .key-highlight a {
        color: #b61328;
        text-decoration: none;
        display: inline-block;
        margin-top: 5px; }
  .know-publications .view-all-btn a {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border: 1px solid #b61328;
    width: 112px;
    display: block;
    background: #b61328;
    padding: 5px 11px;
    font-size: 14px;
    color: #fff;
    transition: all ease 0.5s;
    text-align: center; }
    .know-publications .view-all-btn a:hover {
      background: #fff;
      color: #b61328;
      text-decoration: none; }
  .know-publications .view-footer {
    margin-top: 45px; }
  .know-publications .slick-next,
  .know-publications .slick-prev {
    background-image: url(../images/sprite.png);
    background-position: -102px 0;
    background-repeat: no-repeat;
    width: 9px;
    height: 10px;
    top: 50%;
    margin: -5px 0 0;
    position: absolute;
    border: none;
    padding: 0;
    font-size: 0px;
    color: #fff;
    background-color: transparent;
    z-index: 99; }
    .know-publications .slick-next:before,
    .know-publications .slick-prev:before {
      display: none; }
  .know-publications .slick-prev {
    background: url(../images/pagi-arrow-black-left.png) left top no-repeat; }
  .know-publications .slick-next {
    background: url(../images/pagi-arrow-black-right.png) left top no-repeat; }

.know-facts-figure {
  padding: 40px 0; }
  .know-facts-figure .view-header {
    max-width: 950px;
    padding: 0 15px 20px;
    margin: 0 auto; }
    .know-facts-figure .view-header .heading {
      font-size: 36px;
      font-weight: 300;
      text-align: center; }
    .know-facts-figure .view-header p {
      text-align: center;
      color: #2a2a2a;
      font-size: 14px;
      line-height: 22px; }
  .know-facts-figure .view-footer {
    display: block; }
  .know-facts-figure .container {
    max-width: 980px; }
  .know-facts-figure .facts-figure-list .image {
    border: 0;
    padding: 0;
    margin: 0 0 15px; }
  .know-facts-figure .facts-figure-list .title {
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 0;
    justify-content: center;
    min-height: auto; }
  .know-facts-figure .facts-figure-list ul li {
    margin: 0;
    padding: 0 20px; }
    .know-facts-figure .facts-figure-list ul li:hover .title {
      background-color: transparent; }
  .know-facts-figure .facts-figure-list .slick-dots {
    margin: 15px 0 0;
    position: relative;
    bottom: 0; }
    .know-facts-figure .facts-figure-list .slick-dots li {
      padding: 0;
      margin: 0 5px;
      width: auto;
      height: auto; }
      .know-facts-figure .facts-figure-list .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 10px;
        height: 10px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: #a3a3a3;
        border-radius: 50%; }
        .know-facts-figure .facts-figure-list .slick-dots li button::before {
          display: none; }
      .know-facts-figure .facts-figure-list .slick-dots li.slick-active button {
        background-color: #b61328; }
  .know-facts-figure .view-all-btn a {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border: 1px solid #b61328;
    width: 112px;
    display: block;
    background: #b61328;
    padding: 5px 11px;
    font-size: 14px;
    color: #fff;
    transition: all ease 0.5s;
    text-align: center; }
    .know-facts-figure .view-all-btn a:hover {
      background: #fff;
      color: #b61328;
      text-decoration: none; }

.knowledge-center-add {
  margin-bottom: 35px; }
  .knowledge-center-add .knowledge-center-advertisement img {
    width: 100%; }

.know-showcase {
  background: url(../images/showcase-background.jpg) no-repeat 0 0;
  padding: 50px 0;
  background-size: cover; }
  .know-showcase .view-header {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto; }
    .know-showcase .view-header .heading {
      font-size: 36px;
      font-weight: 300;
      text-align: center;
      color: #fff; }
    .know-showcase .view-header p {
      text-align: center;
      color: #fff;
      font-size: 14px;
      line-height: 22px; }
  .know-showcase .view-content {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto; }
  .know-showcase .showcase-list .image {
    margin: 0 5% 0 0;
    width: 37.6%;
    border: 0;
    height: 100%; }
  .know-showcase .showcase-list .showcase-wrap {
    width: 57.4%; }
    .know-showcase .showcase-list .showcase-wrap .title {
      margin: 0 0 10px 0;
      color: #fff;
      font-size: 17px;
      line-height: 20px; }
    .know-showcase .showcase-list .showcase-wrap .desc {
      margin: 0;
      font-size: 13px;
      line-height: 20px;
      color: rgba(255, 255, 255, 0.65); }
    .know-showcase .showcase-list .showcase-wrap .download-pdf {
      margin: 8px 0; }
      .know-showcase .showcase-list .showcase-wrap .download-pdf a {
        color: #fff;
        font-weight: 400; }
        .know-showcase .showcase-list .showcase-wrap .download-pdf a:after {
          content: '';
          width: 24px;
          height: 24px;
          background: url(../images/download-pdf.png) no-repeat 0 0; }
  .know-showcase .showcase-list ul li {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
    .know-showcase .showcase-list ul li:hover {
      border: 0; }
  .know-showcase .showcase-list .slick-next,
  .know-showcase .showcase-list .slick-prev {
    background-image: url(../images/sprite.png);
    background-position: -102px 0;
    background-repeat: no-repeat;
    width: 9px;
    height: 10px;
    top: 50%;
    margin: -5px 0 0;
    position: absolute;
    border: none;
    padding: 0;
    font-size: 0px;
    color: #fff;
    background-color: transparent;
    z-index: 99; }
    .know-showcase .showcase-list .slick-next:before,
    .know-showcase .showcase-list .slick-prev:before {
      display: none; }
  .know-showcase .showcase-list .slick-prev {
    background: url(../images/pagi-arrow-white-left.png) left top no-repeat; }
  .know-showcase .showcase-list .slick-next {
    background: url(../images/pagi-arrow-white-right.png) left top no-repeat; }
  .know-showcase .view-all-btn a,
  .know-showcase .pager a {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
    width: 112px;
    display: block;
    background: transparent;
    padding: 5px 11px;
    font-size: 14px;
    color: #fff;
    transition: all ease 0.5s;
    text-align: center;
    border-radius: 0; }
    .know-showcase .view-all-btn a:hover,
    .know-showcase .pager a:hover {
      background: #fff;
      color: #b61328;
      text-decoration: none; }

.know-blogs {
  padding: 50px 0 70px; }
  .know-blogs .view-header {
    text-align: center;
    margin-bottom: 25px; }
    .know-blogs .view-header .heading {
      font-size: 36px;
      font-weight: 300;
      margin-bottom: 10px; }
    .know-blogs .view-header p {
      font-size: 14px;
      line-height: 22px;
      margin: 0;
      color: #2a2a2a; }
  .know-blogs .know-blogs-list .title {
    margin: 0;
    min-height: 85px;
    background: #b00c27;
    padding: 12px 20px; }
    .know-blogs .know-blogs-list .title a {
      font-size: 13px;
      line-height: 20px;
      color: #fff;
      display: block; }
      .know-blogs .know-blogs-list .title a:hover {
        text-decoration: none; }
  .know-blogs .know-blogs-list .content-wrapper {
    padding: 15px 20px 15px 20px;
    background: #f3f3f3; }
    .know-blogs .know-blogs-list .content-wrapper .description {
      font-size: 13px;
      line-height: 20px;
      color: #727272;
      margin: 0 0 10px 0;
      display: block;
      position: static;
      width: 100%;
      padding: 0; }
    .know-blogs .know-blogs-list .content-wrapper .author {
      font-size: 13px;
      line-height: 1.46;
      color: #727272; }
  .know-blogs .know-blogs-list .social-media {
    display: none; }
  .know-blogs .know-blogs-list ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .know-blogs .know-blogs-list ul li {
      padding: 0 16px; }
  .know-blogs .know-blogs-list .slick-dots {
    bottom: -35px; }
    .know-blogs .know-blogs-list .slick-dots li {
      padding: 0;
      width: auto;
      height: auto; }
      .know-blogs .know-blogs-list .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 10px;
        height: 10px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: #a3a3a3;
        border-radius: 50%; }
        .know-blogs .know-blogs-list .slick-dots li button::before {
          display: none; }
      .know-blogs .know-blogs-list .slick-dots li.slick-active button {
        background-color: #b61328; }

.know-interviews {
  background: #0c0e11;
  padding: 50px 0 0; }
  .know-interviews .heading {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px; }
  .know-interviews .interviews-list .interview-left {
    max-width: 430px;
    width: 100%;
    position: relative;
    margin-top: -60px; }
    .know-interviews .interviews-list .interview-left .interview-info {
      position: absolute;
      left: 350px;
      top: 50px;
      font-size: 13px;
      line-height: 18px;
      color: #fff;
      width: 160px; }
  .know-interviews .interviews-list .interview-right {
    max-width: 670px;
    width: 100%;
    padding: 0 0 0 0;
    color: #fff; }
    .know-interviews .interviews-list .interview-right .desc-scroll {
      max-height: 270px; }
    .know-interviews .interviews-list .interview-right p {
      color: #a2a2a2;
      font-size: 13px;
      line-height: 18px; }
    .know-interviews .interviews-list .interview-right .interview-quotes {
      margin-bottom: 25px; }
      .know-interviews .interviews-list .interview-right .interview-quotes p {
        font-size: 16px;
        line-height: 22px;
        color: #a2a2a2; }
        .know-interviews .interviews-list .interview-right .interview-quotes p:before {
          content: "";
          height: 10px;
          width: 11px;
          background: url(../images/before-arrow.png) left top no-repeat;
          padding: 0 0 0 15px; }
        .know-interviews .interviews-list .interview-right .interview-quotes p:after {
          content: "";
          height: 10px;
          width: 30px;
          background: url(../images/after-arrow.png) 3px 13px no-repeat;
          padding: 0 0 0 15px; }
  .know-interviews .interviews-list ul {
    padding: 0;
    list-style: none;
    margin: 0; }
    .know-interviews .interviews-list ul li {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
  .know-interviews .view-all-btn {
    margin-top: 20px; }
    .know-interviews .view-all-btn a {
      margin: 0 auto;
      position: relative;
      z-index: 1;
      border: 1px solid #fff;
      width: 112px;
      display: block;
      background: transparent;
      padding: 5px 11px;
      font-size: 14px;
      color: #fff;
      transition: all ease 0.5s;
      text-align: center; }
      .know-interviews .view-all-btn a:hover {
        background: #fff;
        color: #b61328;
        text-decoration: none; }

/* Knowledge Center Page End */
/* Events Page Start */
.event-tabs {
  padding: 40px 0 35px; }
  .event-tabs .heading {
    font-size: 36px;
    text-align: center;
    margin-bottom: 25px; }
  .event-tabs .event-tabs-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .event-tabs .event-tabs-list ul li {
      color: #2c2c2c;
      display: block;
      font-size: 18px;
      line-height: 26px;
      padding: 3px 15px;
      cursor: pointer; }
      .event-tabs .event-tabs-list ul li.active {
        background-color: #b61328;
        color: #fff; }

.events-tabs-content {
  display: none; }
  .events-tabs-content.show {
    display: block; }
  .events-tabs-content .view-filters {
    background: #e8e8e8;
    padding-top: 25px;
    padding-bottom: 35px; }
    .events-tabs-content .view-filters form {
      width: 100%;
      max-width: 1200px;
      padding: 0 15px;
      margin: 0 auto; }
      .events-tabs-content .view-filters form label {
        font-weight: 400;
        font-size: 14px;
        color: #535353;
        margin-bottom: 5px; }
      .events-tabs-content .view-filters form input,
      .events-tabs-content .view-filters form select {
        width: 100%;
        height: 35px;
        border: 1px solid #c2c2c2;
        padding: 5px 5px 5px 10px;
        color: #202020;
        font-size: 13px;
        background: #fff;
        font-style: italic;
        border-radius: 0; }
        .events-tabs-content .view-filters form input:focus,
        .events-tabs-content .view-filters form select:focus {
          box-shadow: none; }
      .events-tabs-content .view-filters form .form--inline {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end; }
      .events-tabs-content .view-filters form .form-item {
        margin: 0; }
      .events-tabs-content .view-filters form .form-item-title {
        width: 24%;
        padding: 0;
        margin-right: 0.65%; }
      .events-tabs-content .view-filters form fieldset,
      .events-tabs-content .view-filters form .form-item-field-event-start-date-value,
      .events-tabs-content .view-filters form .form-item-field-event-end-date-value {
        width: 16.2%;
        padding: 0;
        margin-right: 0.65%; }
        .events-tabs-content .view-filters form fieldset legend,
        .events-tabs-content .view-filters form .form-item-field-event-start-date-value legend,
        .events-tabs-content .view-filters form .form-item-field-event-end-date-value legend {
          font-weight: 400;
          font-size: 14px;
          color: #535353;
          margin-bottom: 5px;
          margin-bottom: 5px; }
      .events-tabs-content .view-filters form .form-item-term-node-tid-depth {
        max-width: 140px;
        width: 100%;
        padding: 0;
        margin-right: 0.65%; }
      .events-tabs-content .view-filters form .form-item-field-location-value {
        margin-right: 0.65%;
        max-width: 140px;
        width: 100%; }
      .events-tabs-content .view-filters form .hasDatepicker {
        background: url("../images/date-icon.png") no-repeat scroll 95% center white; }
      .events-tabs-content .view-filters form .form-actions {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap; }
        .events-tabs-content .view-filters form .form-actions .btn-primary {
          margin: 0;
          height: 34px;
          width: 100%;
          color: #fff;
          text-align: center;
          font-size: 20px;
          line-height: 34px;
          background: #b61328;
          border: 0;
          text-transform: uppercase;
          font-weight: 400;
          font-style: normal;
          padding: 0; }
        .events-tabs-content .view-filters form .form-actions input[value="Go"] {
          width: 42px;
          margin-right: 5px; }
        .events-tabs-content .view-filters form .form-actions input[value="Clear"] {
          width: auto;
          padding: 0px 10px; }
  .events-tabs-content .events-tabs-content-list {
    margin-top: 40px; }
    .events-tabs-content .events-tabs-content-list .views-field-field-image img {
      display: block;
      width: 100%; }
    .events-tabs-content .events-tabs-content-list .views-field-title,
    .events-tabs-content .events-tabs-content-list .views-field-field-website {
      font-size: 16px;
      color: #202020;
      line-height: 20px;
      min-height: 40px;
      margin: 25px 0 10px;
      overflow: hidden;
      padding: 0 20px; }
      .events-tabs-content .events-tabs-content-list .views-field-title a,
      .events-tabs-content .events-tabs-content-list .views-field-field-website a {
        color: #b61328; }
    .events-tabs-content .events-tabs-content-list .views-field-nothing {
      padding: 0 20px;
      margin-bottom: 8px; }
      .events-tabs-content .events-tabs-content-list .views-field-nothing span {
        background: url(../images/event-calender.png) no-repeat 4px 2px;
        font-size: 13px;
        line-height: 26px;
        min-height: 26px;
        color: #666666;
        padding-left: 30px;
        display: block; }
    .events-tabs-content .events-tabs-content-list .views-field-field-location {
      padding: 0 20px;
      margin-bottom: 10px; }
      .events-tabs-content .events-tabs-content-list .views-field-field-location .field-content {
        background: url(../images/event-location2.png) no-repeat 6px 0;
        font-size: 14px;
        line-height: 26px;
        min-height: 26px;
        color: #666666;
        padding-left: 30px; }
    .events-tabs-content .events-tabs-content-list .views-field-view-node,
    .events-tabs-content .events-tabs-content-list .views-field-field-website-1 {
      padding: 0 0;
      margin-top: 15px;
      position: absolute;
      bottom: 40px;
      left: 20px; }
      .events-tabs-content .events-tabs-content-list .views-field-view-node a,
      .events-tabs-content .events-tabs-content-list .views-field-field-website-1 a {
        text-align: center;
        background: #b70000;
        border: 1px solid #b70000;
        display: inline-block;
        line-height: normal;
        font-size: 14px;
        padding: 5px 11px;
        position: relative;
        color: #fff;
        transition: all 0.5s ease 0s;
        text-align: center;
        width: 112px; }
        .events-tabs-content .events-tabs-content-list .views-field-view-node a:hover,
        .events-tabs-content .events-tabs-content-list .views-field-field-website-1 a:hover {
          text-decoration: none;
          background: #fff;
          color: #b70000; }
    .events-tabs-content .events-tabs-content-list .views-field-field-events-type {
      position: absolute;
      right: 20px;
      bottom: 40px; }
      .events-tabs-content .events-tabs-content-list .views-field-field-events-type .field-content {
        color: #2f68a2;
        font-size: 13px;
        line-height: 1.46; }
        .events-tabs-content .events-tabs-content-list .views-field-field-events-type .field-content.national {
          color: #efb431; }
        .events-tabs-content .events-tabs-content-list .views-field-field-events-type .field-content.flagship {
          color: #e87219; }
        .events-tabs-content .events-tabs-content-list .views-field-field-events-type .field-content.international {
          color: #288e1b; }
    .events-tabs-content .events-tabs-content-list ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap; }
      .events-tabs-content .events-tabs-content-list ul li {
        margin-right: 3.52%;
        width: 30.98%;
        margin-bottom: 35px;
        padding-bottom: 80px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
        position: relative; }
        .events-tabs-content .events-tabs-content-list ul li:nth-of-type(3n) {
          margin-right: 0; }
  .events-tabs-content .pager {
    padding: 0 15px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .events-tabs-content .pager li {
      width: 100%;
      padding: 0; }
    .events-tabs-content .pager a {
      background-color: #b61328;
      color: #fff;
      width: 100%;
      border-radius: 0; }
  .events-tabs-content .view-empty {
    text-align: center;
    width: 100%;
    margin: 20px 0px;
    font-size: 22px;
    line-height: 24px;
    color: #2a2a2a;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .events-tabs-content .view-empty:before {
      content: '';
      width: 56px;
      height: 55px;
      background: url(../images/no-result-icon.png) no-repeat left top;
      display: block;
      margin-right: 10px; }

.speakers-nasscom-events {
  background: #e7e7e7;
  padding: 40px 0; }
  .speakers-nasscom-events .heading {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px; }
  .speakers-nasscom-events .image {
    border: 2px solid #fff;
    box-shadow: 2px 2px 1px 1px #d6d6d6;
    margin-bottom: 15px; }
  .speakers-nasscom-events .name {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    color: #b61328;
    font-weight: 700;
    width: 100%; }
  .speakers-nasscom-events .company {
    font-size: 11px;
    line-height: 13px;
    color: #2a2a2a;
    font-weight: 700;
    width: 100%;
    max-width: 157px; }
  .speakers-nasscom-events ul {
    padding: 0;
    list-style: none;
    max-width: 1020px;
    margin: 0 auto; }
    .speakers-nasscom-events ul li {
      padding: 0 6px;
      display: flex !important;
      flex-wrap: wrap;
      justify-content: center;
      text-align: center; }
  .speakers-nasscom-events button.slick-arrow {
    background-image: url(../images/sprite.png);
    background-position: -102px 0;
    background-repeat: no-repeat;
    width: 9px;
    height: 10px;
    top: 50%;
    margin: -5px 0 0;
    position: absolute;
    border: none;
    padding: 0;
    font-size: 0px;
    color: #fff;
    background-color: transparent;
    z-index: 99; }
    .speakers-nasscom-events button.slick-arrow:before {
      display: none; }
  .speakers-nasscom-events .slick-prev.slick-disabled {
    background-position: -115px 0; }
  .speakers-nasscom-events .slick-next {
    right: -12px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  .speakers-nasscom-events .slick-dots {
    margin: 15px 0 0;
    position: relative;
    bottom: 0; }
    .speakers-nasscom-events .slick-dots li {
      position: relative;
      display: inline-block !important;
      width: 20px;
      height: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .speakers-nasscom-events .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 10px;
        height: 10px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: #3a3a3a;
        border-radius: 50%; }
        .speakers-nasscom-events .slick-dots li button::before {
          display: none; }
      .speakers-nasscom-events .slick-dots li.slick-active button {
        background-color: #b61328; }

.connect-followus {
  background: #e00202;
  padding-top: 30px;
  padding-bottom: 40px; }
  .connect-followus h2 {
    font-size: 30px;
    color: #fff;
    text-align: left;
    font-weight: 400; }
  .connect-followus .event-connect {
    width: 34.7%;
    padding-left: 65px;
    padding-right: 65px; }
    .connect-followus .event-connect p {
      margin: 12px 0; }
    .connect-followus .event-connect a {
      color: #fff;
      font-size: 16px;
      line-height: 23px;
      padding: 5px 15px;
      display: inline-block;
      background: #160000;
      border-radius: 4px;
      text-decoration: none; }
  .connect-followus .know-subscribe {
    width: 33.3%;
    padding-left: 20px;
    padding-right: 20px; }
    .connect-followus .know-subscribe form {
      display: flex;
      flex-wrap: wrap; }
      .connect-followus .know-subscribe form .form-wrapper {
        width: 70%;
        order: 2;
        max-width: 230px;
        margin-right: 2%; }
        .connect-followus .know-subscribe form .form-wrapper .form-control {
          height: 33px; }
      .connect-followus .know-subscribe form .field--name-subscriptions {
        order: 3;
        display: none; }
      .connect-followus .know-subscribe form .form-actions {
        width: 30%;
        margin: 0; }
      .connect-followus .know-subscribe form .form-item {
        margin: 0; }
      .connect-followus .know-subscribe form .form-item-message {
        margin: 0 0 15px;
        color: #fff;
        order: 1;
        font-size: 13px; }
    .connect-followus .know-subscribe #edit-manage {
      display: none; }
    .connect-followus .know-subscribe .form-item label {
      display: none; }
    .connect-followus .know-subscribe .description {
      display: none; }
    .connect-followus .know-subscribe .form-actions .btn-primary {
      color: #fff;
      font-size: 16px;
      line-height: 23px;
      padding: 5px 15px;
      display: inline-block;
      background: #160000;
      border-radius: 4px;
      text-decoration: none; }
  .connect-followus .event-followus {
    width: 32%;
    padding-left: 40px;
    padding-right: 50px; }
    .connect-followus .event-followus p {
      font-size: 13px;
      line-height: 16px;
      color: #fff;
      margin: 12px 0; }
    .connect-followus .event-followus .social-connect a.facebook-follow {
      width: 101px;
      height: 27px;
      display: inline-block;
      background: url(../images/facebook-follow.png) no-repeat left top;
      margin-right: 6px;
      text-indent: -9999px; }
    .connect-followus .event-followus .social-connect a.twitter-follow {
      width: 101px;
      height: 27px;
      display: inline-block;
      background: url(../images/twitter-follow.png) no-repeat left top;
      text-indent: -9999px; }

.event-banner {
  position: relative; }
  .event-banner > img {
    width: 100%; }
  .event-banner .address-detail {
    left: 0;
    margin: auto;
    max-width: 597px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center; }
    .event-banner .address-detail .addbdr {
      border: solid rgba(255, 255, 255, 0.7);
      border-width: 0 1px 1px;
      position: relative;
      display: inline-block;
      width: 100%;
      padding: 0 10px 10px;
      margin-bottom: 20px; }
      .event-banner .address-detail .addbdr:before, .event-banner .address-detail .addbdr:after {
        content: '';
        display: block;
        height: 1px;
        width: 8%;
        background: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 0;
        left: 0; }
      .event-banner .address-detail .addbdr:after {
        left: auto;
        right: 0;
        visibility: visible; }
    .event-banner .address-detail h1 {
      font-size: 22px;
      color: #fff;
      height: 56px;
      margin: -10px auto 0;
      margin-bottom: 0px;
      width: 86%;
      line-height: 28px;
      margin-bottom: 20px; }
    .event-banner .address-detail .venue-address {
      display: inline-block;
      width: 237px;
      color: #fff;
      vertical-align: top;
      text-align: left; }
      .event-banner .address-detail .venue-address .venue-address-inner {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 10px 0 0; }
        .event-banner .address-detail .venue-address .venue-address-inner i {
          background: url("../images/icon_address.png") no-repeat 0 0;
          background-size: 100%;
          margin-right: 10px;
          width: 24px;
          display: block;
          height: 40px;
          float: left; }
        .event-banner .address-detail .venue-address .venue-address-inner .venue-address-align {
          float: left;
          width: 76%;
          word-wrap: break-word;
          font-size: 14px; }
      .event-banner .address-detail .venue-address p {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 13px; }
        .event-banner .address-detail .venue-address p:last-of-type {
          margin-bottom: 0px; }
    .event-banner .address-detail .program-schedule {
      display: block;
      float: right;
      width: 304px;
      color: #fff;
      text-align: left; }
      .event-banner .address-detail .program-schedule .program-schedule-inner {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        font-size: 16px; }
        .event-banner .address-detail .program-schedule .program-schedule-inner i {
          background: url("../images/icon_calender.png") no-repeat 0 0;
          background-size: auto;
          background-size: 100%;
          margin-right: 10px;
          width: 28px;
          display: block;
          height: 40px;
          float: left; }
        .event-banner .address-detail .program-schedule .program-schedule-inner .program-schedule-align {
          float: left;
          width: 85%;
          word-wrap: break-word;
          font-size: 13px; }
    .event-banner .address-detail .social-media-share ul {
      text-align: center;
      display: inline-block;
      padding: 0;
      margin: 0; }
      .event-banner .address-detail .social-media-share ul li {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .event-banner .address-detail .social-media-share ul li span.stMainServices {
          background: url(../images/ibees-sprite.png) no-repeat 0 -88px !important;
          width: 16px;
          height: 16px;
          display: block; }
        .event-banner .address-detail .social-media-share ul li > div {
          height: 16px;
          margin-right: 5px; }
        .event-banner .address-detail .social-media-share ul li p {
          display: inline-block;
          color: #fff;
          margin: 0; }

.node-44085 .page-title,
.node-59262 .page-title,
.node-45085 .page-title,
.membership-form-page .page-title,
.page-node-type-events .page-title,
.node-361 .page-title,
.node-546 .page-title,
.node-334 .page-title,
.path-product .page-title,
.node-390 .page-title,
.page-node-type-career .page-title,
.page-node-type-face-to-face .page-title,
.node-2021 .page-title,
.node-688 .page-title,
.node-699 .page-title,
.node-347 .page-title {
  display: none; }

.event-detail-cnt {
  padding: 30px 0 30px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%; }
  .event-detail-cnt .event-detail-page {
    max-width: 918px;
    float: left;
    background: #fff;
    padding: 15px;
    text-align: left;
    width: 100%;
    margin: 0 auto; }
    .event-detail-cnt .event-detail-page h2 {
      font-size: 25px;
      color: #000;
      text-align: left; }
    .event-detail-cnt .event-detail-page .tab-container {
      padding-bottom: 20px; }
      .event-detail-cnt .event-detail-page .tab-container p {
        font-size: 13px;
        line-height: 19px;
        color: #2b2b2b;
        margin: 0 0 15px 0;
        text-align: justify; }
        .event-detail-cnt .event-detail-page .tab-container p strong {
          font-weight: 700; }
      .event-detail-cnt .event-detail-page .tab-container table th,
      .event-detail-cnt .event-detail-page .tab-container table td {
        padding: 5px;
        font-size: 13px; }
      .event-detail-cnt .event-detail-page .tab-container .speaker-wrap {
        width: 49.5%;
        display: inline-block;
        word-wrap: break-word;
        vertical-align: top;
        margin-bottom: 20px; }
    .event-detail-cnt .event-detail-page .active-content {
      display: block; }
  .event-detail-cnt #event_detail ul {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    margin-bottom: 20px; }
    .event-detail-cnt #event_detail ul li {
      background: url("../images/red-caret.png") no-repeat left 4px;
      box-shadow: none;
      list-style: none;
      margin: 6px 0;
      padding: 0 0 0 14px;
      text-align: left;
      font-size: 13px;
      line-height: 1.46; }
  .event-detail-cnt .event-detail-rit {
    width: 255px;
    float: right; }
    .event-detail-cnt .event-detail-rit .sponsors-vka {
      margin-bottom: 15px; }
    .event-detail-cnt .event-detail-rit .venue-vka {
      background: #f8f8f8;
      margin-bottom: 10px;
      padding: 12px;
      text-align: center;
      display: inline-block;
      width: 100%; }
      .event-detail-cnt .event-detail-rit .venue-vka .program-schedule2 {
        border-bottom: 1px solid #eee;
        padding: 0 0 10px 0; }
      .event-detail-cnt .event-detail-rit .venue-vka .program-schedule-align {
        font-size: 13px;
        line-height: 1.46; }
      .event-detail-cnt .event-detail-rit .venue-vka .sponsors-sub-title {
        color: #b61328;
        font-size: 15px;
        font-weight: bold;
        margin: 8px 0;
        text-align: center;
        text-transform: uppercase; }
    .event-detail-cnt .event-detail-rit .venue-address .venue-address-align p {
      margin-top: 0;
      line-height: 1.46;
      font-size: 13px; }
    .event-detail-cnt .event-detail-rit .program-register {
      background: #f8f8f8;
      margin-bottom: 10px;
      padding: 12px; }
      .event-detail-cnt .event-detail-rit .program-register .sponsors-sub-title {
        color: #b61328;
        font-size: 15px;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        margin: 8px 0 8px 0; }
      .event-detail-cnt .event-detail-rit .program-register p {
        margin-top: 0;
        text-align: center;
        font-size: 13px;
        line-height: 1.46;
        margin-bottom: 1.5em; }
      .event-detail-cnt .event-detail-rit .program-register .clk-vk {
        padding: 4px 12px;
        background: #b00c27;
        color: #fff;
        text-align: center;
        margin: 0 auto;
        display: block;
        width: 108px;
        font-size: 13px;
        text-transform: uppercase; }

.register-bg-clor {
  position: relative;
  background-color: #fbee5c;
  padding: 20px 12px 2px;
  margin: 65px auto 0;
  width: 90%; }
  .register-bg-clor .register-bg-pointer {
    position: absolute;
    background: #fbee5c;
    height: 28px;
    width: 100%;
    top: -28px;
    left: 0;
    text-align: center; }
    .register-bg-clor .register-bg-pointer:before {
      content: '';
      margin: -20px 0 0 -15px;
      height: 46px;
      width: 31px;
      background: url("../images/rgisbg.png") no-repeat 0 0;
      display: inline-block; }

.event-detail-lft #speakers {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 2px #cbcbcb;
  padding: 11px; }
  .event-detail-lft #speakers .speaker-wrap {
    width: 202px;
    margin: 0 15px 15px 0;
    position: relative;
    overflow: hidden; }
    .event-detail-lft #speakers .speaker-wrap .speaker-img-wrap {
      display: block;
      float: none;
      width: 100%; }
      .event-detail-lft #speakers .speaker-wrap .speaker-img-wrap img {
        width: 100%;
        display: block; }
    .event-detail-lft #speakers .speaker-wrap .speaker-img-content {
      width: 100%;
      height: 130px;
      padding: 13px 10px;
      background: #e2e2e2;
      text-align: center; }
      .event-detail-lft #speakers .speaker-wrap .speaker-img-content .speaker-img-content-inner {
        display: block;
        vertical-align: middle;
        color: #616161;
        font-size: 12px;
        min-height: 105px; }
        .event-detail-lft #speakers .speaker-wrap .speaker-img-content .speaker-img-content-inner strong {
          color: #2e2e2e;
          display: block;
          font-size: 12px;
          text-transform: uppercase; }
        .event-detail-lft #speakers .speaker-wrap .speaker-img-content .speaker-img-content-inner .organization-name {
          display: block; }
      .event-detail-lft #speakers .speaker-wrap .speaker-img-content .profile-view {
        background: #b00d28;
        position: absolute;
        bottom: -100%;
        width: 100%;
        left: 0;
        text-align: center;
        transition: all ease 0.5s; }
        .event-detail-lft #speakers .speaker-wrap .speaker-img-content .profile-view a {
          border: 1px solid #fff;
          color: #fff;
          display: inline-block;
          font-size: 11px;
          font-weight: bold;
          margin: 53px 0;
          padding: 4px 9px;
          text-transform: uppercase; }
          .event-detail-lft #speakers .speaker-wrap .speaker-img-content .profile-view a:hover {
            text-decoration: none; }
    .event-detail-lft #speakers .speaker-wrap:hover .profile-view {
      bottom: 0; }
    .event-detail-lft #speakers .speaker-wrap:last-of-type {
      margin-right: 0; }

.event-detail-lft .sponsors-sub-title {
  color: #b00c27;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  margin: 8px 0 8px 0; }

.event-awards {
  background: #E8E8E8;
  padding: 50px 0 0; }
  .event-awards .heading {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px; }

.event-awards-list .image {
  position: relative; }
  .event-awards-list .image img {
    width: 100%; }
  .event-awards-list .image span {
    background-color: #b61328;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    right: 5px;
    top: 5px; }

.event-awards-list .desc {
  padding: 10px 20px 30px; }

.event-awards-list .list-heading {
  color: #b61328;
  font-size: 16px;
  margin-bottom: 10px; }
  .event-awards-list .list-heading a {
    color: #b61328;
    text-decoration: none; }

.event-awards-list p {
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
  min-height: 130px; }

.event-awards-list .read-more {
  margin-top: 15px; }
  .event-awards-list .read-more a {
    background-color: #b61328;
    border: 1px solid #b61328;
    font-size: 14px;
    color: #fff;
    padding: 5px 15px;
    transition: all linear 0.5s; }
    .event-awards-list .read-more a:hover {
      background-color: #fff;
      text-decoration: none;
      color: #b61328; }

.event-awards-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .event-awards-list ul li {
    width: 30.25%;
    margin-right: 4.625%;
    margin-bottom: 4.625%;
    background-color: #fff; }
    .event-awards-list ul li:nth-of-type(3n) {
      margin-right: 0; }

/* Latest at Nasscom */
.latest-nasscom-page {
  padding: 30px 0 60px; }
  .latest-nasscom-page .latest-nasscom-left {
    margin: 0 15px 0 0;
    width: 281px; }
    .latest-nasscom-page .latest-nasscom-left .heading {
      color: #383838;
      display: block;
      font-size: 20px;
      font-weight: normal;
      padding: 10px 0;
      text-transform: uppercase;
      text-align: left; }
    .latest-nasscom-page .latest-nasscom-left .view-grouping-header {
      background: #c42424;
      border: none;
      padding: 9px 21px;
      border-radius: 0;
      margin-bottom: 4px;
      font-size: 15px;
      font-weight: bold;
      color: #ffffff;
      cursor: pointer;
      line-height: 1.3;
      outline: 0 none;
      position: relative; }
      .latest-nasscom-page .latest-nasscom-left .view-grouping-header:before {
        border-bottom: 4px solid transparent;
        border-left: 4px solid #fff;
        border-top: 5px solid transparent;
        content: "";
        left: auto;
        right: 8px;
        height: auto;
        width: auto;
        margin-left: -4px;
        margin-top: -4px;
        position: absolute;
        right: 12px;
        top: 45%;
        background: transparent; }
      .latest-nasscom-page .latest-nasscom-left .view-grouping-header.active:before {
        transform: rotate(90deg); }
    .latest-nasscom-page .latest-nasscom-left .view-grouping-content {
      display: none; }
      .latest-nasscom-page .latest-nasscom-left .view-grouping-content.active {
        display: block; }
    .latest-nasscom-page .latest-nasscom-left .item-list h3 {
      margin: 0 0 3px 0;
      padding: 9px 21px;
      color: #fff;
      font-size: 12px;
      background: #7a7a7a;
      border-radius: 0;
      border: none;
      position: relative;
      cursor: pointer; }
      .latest-nasscom-page .latest-nasscom-left .item-list h3:before {
        border-bottom: 4px solid transparent;
        border-left: 4px solid #fff;
        border-top: 5px solid transparent;
        content: "";
        left: auto;
        right: 8px;
        height: auto;
        width: auto;
        margin-left: -4px;
        margin-top: -4px;
        position: absolute;
        right: 12px;
        top: 45%;
        background: transparent; }
      .latest-nasscom-page .latest-nasscom-left .item-list h3.active:before {
        transform: rotate(90deg); }
    .latest-nasscom-page .latest-nasscom-left .item-list ul {
      list-style: none;
      margin: 0;
      padding: 10px;
      background: #f9f9f9;
      display: none; }
      .latest-nasscom-page .latest-nasscom-left .item-list ul.active {
        display: block; }
      .latest-nasscom-page .latest-nasscom-left .item-list ul li {
        margin: 0;
        border-bottom: 1px solid #e0e0e0;
        padding: 6px 0;
        font-size: 12px; }
        .latest-nasscom-page .latest-nasscom-left .item-list ul li:last-of-type {
          border-bottom: 0; }
        .latest-nasscom-page .latest-nasscom-left .item-list ul li a {
          color: #555;
          line-height: 18px; }
          .latest-nasscom-page .latest-nasscom-left .item-list ul li a:hover {
            text-decoration: none;
            color: #b61328; }
  .latest-nasscom-page .latest-nasscom-right {
    width: 883px; }
    .latest-nasscom-page .latest-nasscom-right .view-header .heading {
      text-align: center;
      font-size: 36px;
      margin-bottom: 23px; }
    .latest-nasscom-page .latest-nasscom-right .view-header p {
      text-align: center;
      font-size: 13px;
      line-height: 1.46;
      color: #4e4e4e; }
    .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list {
      margin-top: 24px; }
      .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list .img {
        width: 43%; }
        .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list .img img {
          width: 100%; }
      .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list .desc {
        width: 53%; }
      .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list .list-heading {
        margin: 0;
        font-size: 14px;
        color: #262626;
        line-height: 19px;
        text-align: left; }
      .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list .dt {
        font-size: 12px;
        color: #9e9e9e;
        margin: 7px 0;
        line-height: 24px;
        text-align: left;
        position: relative;
        padding-left: 26px; }
        .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list .dt:before {
          position: absolute;
          left: 0;
          top: 0;
          width: 20px;
          height: 20px;
          content: '';
          background: url(../images/ibees-sprite.png) no-repeat 0 -63px; }
      .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list p {
        color: #525252;
        min-height: 101px;
        font-size: 13px; }
      .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list .read-more {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; }
        .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list .read-more a {
          background-color: #b61328;
          border: 1px solid #b61328;
          color: #fff;
          padding: 2px 6px;
          font-size: 12px; }
          .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list .read-more a:hover {
            text-decoration: none;
            background: #fff;
            color: #b61328; }
        .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list .read-more .sharethis-wrapper .st-sharethis-counter {
          background: url(../images/ibees-sprite.png) no-repeat 0 4px !important;
          width: 24px;
          height: 23px !important; }
      .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap; }
        .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list ul li {
          margin: 0 2% 35px 0;
          width: 49%;
          min-height: 238px;
          padding: 6px;
          transition: all ease 0.5s;
          box-shadow: 0 0 5px #e2e2e2;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list ul li:nth-of-type(2n) {
            margin-right: 0; }

/* Media Page Start */
.meida {
  padding: 45px 0 40px; }
  .meida .heading {
    font-size: 36px;
    text-align: center; }
  .meida .view-header {
    margin-bottom: 25px; }
    .meida .view-header p {
      margin: 0;
      text-align: center;
      font-size: 13px;
      color: #4e4e4e; }
  .meida .view-filters {
    text-align: center;
    margin-bottom: 20px;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 20px; }
    .meida .view-filters .form--inline {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .meida .view-filters .form--inline .form-actions {
        margin: 0; }
        .meida .view-filters .form--inline .form-actions .form-submit {
          width: 45px;
          height: 28px;
          margin: 0;
          font-size: 14px;
          font-weight: 700;
          text-align: center;
          border: 0;
          border-radius: 0;
          padding: 0; }
    .meida .view-filters .form-item {
      margin: 0 5px 0 0;
      width: 169px; }
      .meida .view-filters .form-item label {
        display: none;
        font-size: 14px;
        line-height: 16px;
        color: #000;
        font-weight: 500;
        padding-right: 5px;
        margin: 0; }
      .meida .view-filters .form-item input,
      .meida .view-filters .form-item select {
        border-radius: 0;
        height: 28px;
        font-size: 12px;
        padding: 3px 6px; }
    .meida .view-filters .form-item-combine {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 269px; }
      .meida .view-filters .form-item-combine label {
        display: block; }
      .meida .view-filters .form-item-combine input {
        width: calc(100% - 55px); }
  .meida .press-release-list .desc-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .meida .press-release-list .desc-top .desc-top-right {
      width: 58%; }
  .meida .press-release-list .image {
    width: 37%; }
    .meida .press-release-list .image img {
      width: 100%; }
  .meida .press-release-list .list-heading {
    font-size: 15px;
    line-height: 18px;
    color: #000;
    margin-bottom: 6px; }
    .meida .press-release-list .list-heading a {
      color: #000; }
      .meida .press-release-list .list-heading a:hover {
        text-decoration: none; }
  .meida .press-release-list .date {
    font-size: 13px;
    line-height: 18px;
    color: #b61328;
    font-weight: 700; }
  .meida .press-release-list p {
    line-height: 18px;
    color: #777777;
    margin: 15px 0;
    font-size: 13px; }
  .meida .press-release-list .view-all-btn a {
    transition: all ease 0.5s;
    z-index: 1;
    border: 1px solid #b61328;
    width: 112px;
    display: block;
    background: #b61328;
    padding: 5px 11px;
    font-size: 14px;
    color: #fff;
    text-align: center; }
    .meida .press-release-list .view-all-btn a:hover {
      background-color: #fff;
      color: #b61328;
      text-decoration: none; }
  .meida .press-release-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .meida .press-release-list ul li {
      width: 30.4%;
      margin-right: 4.4%;
      margin-bottom: 15px;
      border: 1px solid #f1f1f1;
      padding: 16px 16px 22px 16px; }
      .meida .press-release-list ul li:nth-of-type(3n) {
        margin-right: 0; }
  .meida .view-empty {
    text-align: center;
    padding: 15px 0 15px; }
    .meida .view-empty p {
      margin: 0 0 15px 0;
      font-size: 22px;
      line-height: 24px;
      padding-left: 80px;
      color: #2a2a2a;
      padding-top: 15px;
      padding-bottom: 20px;
      display: inline-block;
      background: url(../images/no-result-icon.png) no-repeat left top; }
  .meida .pager {
    padding: 0 15px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .meida .pager li {
      width: 100%;
      padding: 0; }
    .meida .pager a {
      background-color: #b61328;
      color: #fff;
      width: 100%;
      border-radius: 0; }

.media-section {
  padding: 0 0 45px 0; }
  .media-section h2 {
    font-size: 36px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400; }
  .media-section .media-kit {
    width: 80%;
    margin: 0 auto; }
    .media-section .media-kit .image img {
      width: 100%;
      display: block; }
    .media-section .media-kit .media-title {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 20px;
      color: #fff;
      font-size: 18px;
      line-height: 19px;
      display: block;
      background: rgba(0, 0, 0, 0.77);
      z-index: 2;
      padding: 10px; }
      .media-section .media-kit .media-title a {
        color: #fff; }
      .media-section .media-kit .media-title :hover {
        text-decoration: none; }
    .media-section .media-kit ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .media-section .media-kit ul li {
        width: 24%;
        position: relative; }
  .media-section .media-contact {
    width: 60%;
    margin: 0 auto; }
    .media-section .media-contact h4 {
      margin-top: 0;
      margin-bottom: 15px;
      padding-bottom: 10px;
      color: #000;
      font-size: 18px;
      line-height: 19px;
      border-bottom: 1px solid #e0e0e0;
      text-align: center;
      font-weight: 400; }
    .media-section .media-contact h5 {
      font-size: 15px;
      line-height: 20px;
      color: #b61328;
      font-weight: 400;
      margin: 0 0 10px 0; }
    .media-section .media-contact p {
      font-size: 13px;
      line-height: 20px;
      color: #1f1f1f;
      margin: 0; }
      .media-section .media-contact p a {
        color: inherit;
        text-decoration: none; }
    .media-section .media-contact .media-wrapper {
      display: flex;
      flex-wrap: wrap; }
    .media-section .media-contact .media-team {
      width: 50%; }
    .media-section .media-contact .media-burson {
      width: 50%; }

/* Media Page End */
/* Search page Start */
.path-search .block-page-title-block {
  display: none; }

.search-form {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 15px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .search-form .search-help-link {
    display: none; }
  .search-form + h2 {
    max-width: 1200px;
    margin: 0 auto;
    color: #b61328;
    text-align: center;
    font-size: 36px;
    font-weight: 400; }
  .search-form + h2 + .item-list + .pager {
    max-width: 1200px;
    margin: 0 auto 50px; }
    .search-form + h2 + .item-list + .pager .pagination {
      margin-top: 20px;
      margin-bottom: 10px;
      width: auto;
      border: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .search-form + h2 + .item-list + .pager .pagination li {
        margin: 0 5px; }
        .search-form + h2 + .item-list + .pager .pagination li a {
          border: 1px solid #c4c4c4;
          height: 40px;
          width: 60px;
          line-height: 40px;
          text-align: center;
          position: relative;
          cursor: pointer;
          transition: all ease 0.5s;
          border-radius: 0;
          color: #3d2c16; }
          .search-form + h2 + .item-list + .pager .pagination li a.page-link {
            padding: 0;
            border-radius: 0; }
        .search-form + h2 + .item-list + .pager .pagination li.active a {
          background-color: #b61328;
          border-color: #b61328;
          color: #fff; }
        .search-form + h2 + .item-list + .pager .pagination li:last-of-type {
          margin-right: 0; }

.search-results {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 15px 30px; }
  .search-results li {
    margin: 0 0 50px;
    display: flex;
    flex-wrap: wrap; }
    .search-results li:last-of-type {
      margin-bottom: 0; }
    .search-results li .image {
      margin-right: 2.3%;
      width: 20.6%; }
      .search-results li .image img {
        width: 100%; }
    .search-results li .desc {
      width: 77%; }
      .search-results li .desc h4 {
        color: #151515;
        font-size: 16px;
        font-weight: 500; }
        .search-results li .desc h4 a {
          color: #b61328;
          font-weight: 400; }
      .search-results li .desc p {
        font-size: 14px; }

/* Search page End */
/* Content Pages Start */
article h1 {
  text-align: center; }

.node-40364 article,
.node-40365 article {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  padding: 0 0 30px; }
  .node-40364 article h1,
  .node-40365 article h1 {
    font-size: 36px;
    font-weight: 400; }
  .node-40364 article p,
  .node-40365 article p {
    font-size: 14px;
    line-height: 22px;
    color: #4e4e4e;
    margin: 10px 0; }
    .node-40364 article p strong,
    .node-40365 article p strong {
      font-size: 14px;
      color: #000;
      font-weight: 500;
      display: block;
      line-height: 1.46; }
    .node-40364 article p a,
    .node-40365 article p a {
      color: #b61328; }
  .node-40364 article ul,
  .node-40365 article ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .node-40364 article ul li,
    .node-40365 article ul li {
      font-size: 14px;
      line-height: 22px;
      margin-top: 12px;
      padding-left: 19px;
      font-size: 14px;
      position: relative;
      color: #4e4e4e; }
      .node-40364 article ul li:after,
      .node-40365 article ul li:after {
        position: absolute;
        left: 0;
        top: 3px;
        content: "";
        color: #b61328;
        border-left: 5px solid #bc0404;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent; }
  .node-40364 article h3,
  .node-40365 article h3 {
    margin: 0;
    border-bottom: 1px solid #4e4e4e;
    margin-bottom: 15px;
    padding-bottom: 3px;
    font-size: 18px;
    font-weight: 400; }

.node-40365 .page-title.heading {
  color: #4e4e4e; }

/* Content Pages End */
/* SiteMap page Start */
.sitemap {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }
  .sitemap h2 {
    color: #b61328;
    font-size: 22px;
    padding-left: 38px;
    font-weight: 400;
    position: relative; }
    .sitemap h2:before {
      content: '';
      position: absolute;
      top: -2px;
      left: 0;
      width: 30px;
      height: 30px;
      background: url(../images/sitemap-icon.jpg) no-repeat 0 0; }
  .sitemap ul {
    padding-left: 25px; }
    .sitemap ul li {
      display: block;
      margin: 14px 10px 0 0;
      width: 100%; }
      .sitemap ul li a {
        color: #666;
        font-size: 16px;
        padding-left: 12px;
        position: relative; }
        .sitemap ul li a:before {
          content: '';
          position: absolute;
          left: 0;
          top: 7px;
          border-left: 4px solid #ccc;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          width: 0;
          height: 0;
          transition: all ease 0.5s; }
      .sitemap ul li > ul li > ul li ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start; }
        .sitemap ul li > ul li > ul li ul li {
          width: 32%; }

/* SiteMap page End */
/* Shaping The Techade Page Start */
.node-40548 .page__title {
  display: none; }

.node-40548 .global-banner img {
  height: auto; }

.node-40548 .short-desc {
  text-align: center;
  max-width: 900px;
  margin: -10px auto 30px; }
  .node-40548 .short-desc p {
    margin: 0; }
    .node-40548 .short-desc p strong {
      font-weight: 700; }

.node-40548 .inner-banner-text {
  display: none;
  background: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0; }
  .node-40548 .inner-banner-text > strong {
    display: none; }
  .node-40548 .inner-banner-text .field-items {
    display: flex;
    flex-wrap: wrap; }
  .node-40548 .inner-banner-text .field-item {
    max-width: 340px; }
  .node-40548 .inner-banner-text .heading {
    font-size: 54px;
    font-weight: 700; }
    .node-40548 .inner-banner-text .heading strong {
      font-size: 75px;
      text-transform: uppercase;
      font-weight: 700; }
  .node-40548 .inner-banner-text p {
    font-size: 18px;
    line-height: 32px; }

.node-40548 .shaping-techade-section {
  background: #ffffff;
  background-size: cover;
  padding: 60px 0; }
  .node-40548 .shaping-techade-section .block-title {
    font-size: 30px;
    font-weight: 700;
    color: #3E3D3D;
    margin-bottom: 10px;
    display: none; }
  .node-40548 .shaping-techade-section p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #777777;
    margin: 0 auto;
    text-align: left;
    font-family: 'lexend'; }
  .node-40548 .shaping-techade-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .node-40548 .shaping-techade-section .left {
    width: 50%;
    padding-right: 50px; }
    .node-40548 .shaping-techade-section .left .block-title {
      display: block; }
  .node-40548 .shaping-techade-section .right {
    width: 50%; }
    .node-40548 .shaping-techade-section .right .video {
      border-radius: 10px;
      overflow: hidden; }
      .node-40548 .shaping-techade-section .right .video video {
        display: block; }
  .node-40548 .shaping-techade-section .world-class {
    margin-top: 30px; }
    .node-40548 .shaping-techade-section .world-class .left {
      order: 2;
      padding-right: 0;
      padding-left: 50px; }
    .node-40548 .shaping-techade-section .world-class .right {
      order: 1; }
  .node-40548 .shaping-techade-section .main-heading {
    font-weight: 600;
    font-size: 62px;
    line-height: 56px;
    color: transparent;
    -webkit-text-stroke: 1px #e8e8e8;
    padding-left: 10px;
    font-family: 'lexend';
    display: none; }
  .node-40548 .shaping-techade-section .heading-techade {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    color: #C93733;
    padding-left: 10px;
    padding-bottom: 15px;
    position: relative;
    font-family: 'lexend'; }
    .node-40548 .shaping-techade-section .heading-techade:before {
      position: absolute;
      content: '';
      width: 2px;
      height: 35px;
      left: 0;
      top: 0;
      background: #C93733; }

.node-40548 .latest-articles .main-heading {
  font-weight: 600;
  font-size: 62px;
  line-height: 56px;
  color: transparent;
  -webkit-text-stroke: 1px #e8e8e8;
  padding-left: 10px;
  font-family: 'lexend';
  display: none; }

.node-40548 .latest-articles .heading-techade {
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #C93733;
  padding-left: 10px;
  padding-bottom: 15px;
  position: relative;
  font-family: 'lexend'; }
  .node-40548 .latest-articles .heading-techade:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 35px;
    left: 0;
    top: 0;
    background: #C93733; }

.node-40548 .latest-articles p {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #777777;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 20px;
  font-family: 'lexend'; }

.node-40548 .latest-articles .block-title {
  font-size: 30px;
  font-weight: 700;
  color: #3E3D3D;
  margin-bottom: 30px;
  text-align: center; }
  .node-40548 .latest-articles .block-title.second-block-title {
    margin-top: 40px; }

.node-40548 .latest-articles .item {
  border-radius: 10px;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  .node-40548 .latest-articles .item .details {
    padding-top: 10px; }
    .node-40548 .latest-articles .item .details .title {
      font-weight: 400;
      font-size: 18px;
      line-height: 25px;
      color: #000;
      padding-bottom: 10px;
      min-height: 110px;
      font-family: 'lexend'; }
    .node-40548 .latest-articles .item .details p {
      font-weight: 300;
      font-size: 15px;
      line-height: 19px;
      color: #777777;
      font-family: 'lexend'; }

.node-40548 .latest-articles .list-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  text-transform: capitalize;
  min-height: 105px; }

.node-40548 .latest-articles .sub-heading {
  font-size: 15px;
  font-weight: 600; }

.node-40548 .latest-articles .desc {
  padding: 25px; }

.node-40548 .latest-articles .button {
  margin: 10px 0; }
  .node-40548 .latest-articles .button a {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #C93733;
    padding: 6px 10px 6px 32px;
    border: 1px solid #C93733;
    border-radius: 4px;
    position: relative;
    font-family: 'lexend'; }
    .node-40548 .latest-articles .button a:hover {
      text-decoration: none;
      background: #c93733;
      color: #fff; }
      .node-40548 .latest-articles .button a:hover:before {
        background: url(../images/video-btn-wyt.png) no-repeat; }
      .node-40548 .latest-articles .button a:hover.read:before {
        background: url(../images/read-more-wyt.png) no-repeat; }
    .node-40548 .latest-articles .button a:before {
      content: '';
      position: absolute;
      background: url(../images/video-btn.png) no-repeat;
      width: 16px;
      height: 16px;
      left: 10px;
      top: 6px; }
    .node-40548 .latest-articles .button a.read:before {
      background: url(../images/read-more.png) no-repeat; }

.node-40548 .latest-articles .owl-nav [class*="owl-"] {
  margin: 0;
  background: url("../images/arrow-wht.png") no-repeat;
  width: 17px;
  height: 12px;
  padding: 0;
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 15px 15px 10px 10px;
  background-position: center;
  background-color: #C93733;
  border: 1px solid #c93733; }

.node-40548 .latest-articles .owl-nav .owl-prev {
  transform: rotateY(-180deg);
  right: auto;
  left: -40px; }
  .node-40548 .latest-articles .owl-nav .owl-prev.disabled {
    background: url("../images/arrow-red-2.png") no-repeat;
    background-position: center;
    background-color: transparent; }

.node-40548 .latest-articles .owl-nav .owl-next.disabled {
  background: url("../images/arrow-red-2.png") no-repeat;
  background-color: transparent;
  background-position: center; }

.node-40548 .latest-articles .owl-stage {
  margin: 0 auto; }

.node-40548 .latest-articles .techade-bpm-industry {
  padding: 60px 0;
  background: #f7f7f8;
  background-size: cover; }

.node-40548 .latest-articles .demonstrating-transforming,
.node-40548 .latest-articles .decoding-conversation {
  padding: 60px 0;
  background: #fff;
  background-size: cover; }
  .node-40548 .latest-articles .demonstrating-transforming .flex-box,
  .node-40548 .latest-articles .decoding-conversation .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .node-40548 .latest-articles .demonstrating-transforming .flex-box .left,
    .node-40548 .latest-articles .decoding-conversation .flex-box .left {
      width: 49%; }
      .node-40548 .latest-articles .demonstrating-transforming .flex-box .left .heading-techade,
      .node-40548 .latest-articles .decoding-conversation .flex-box .left .heading-techade {
        max-width: 485px;
        line-height: 36px; }
    .node-40548 .latest-articles .demonstrating-transforming .flex-box .right,
    .node-40548 .latest-articles .decoding-conversation .flex-box .right {
      width: 49%; }
      .node-40548 .latest-articles .demonstrating-transforming .flex-box .right .heading-techade,
      .node-40548 .latest-articles .decoding-conversation .flex-box .right .heading-techade {
        min-height: 123px; }
  .node-40548 .latest-articles .demonstrating-transforming .owl-nav .owl-prev,
  .node-40548 .latest-articles .decoding-conversation .owl-nav .owl-prev {
    left: auto;
    top: -140px;
    bottom: auto;
    right: 50px; }
  .node-40548 .latest-articles .demonstrating-transforming .owl-nav .owl-next,
  .node-40548 .latest-articles .decoding-conversation .owl-nav .owl-next {
    right: 15px;
    top: -140px;
    left: auto;
    bottom: auto; }

.node-40548 .latest-articles .decoding-conversation {
  background: #f7f7f8; }
  .node-40548 .latest-articles .decoding-conversation .flex-box .left .heading-techade {
    min-height: auto !important;
    max-width: 480px; }
  .node-40548 .latest-articles .decoding-conversation .flex-box .right .heading-techade {
    min-height: auto !important;
    max-width: 480px; }

.node-40548 .latest-articles .world-class {
  padding: 60px 0;
  background: #f7f7f8;
  background-size: cover; }
  .node-40548 .latest-articles .world-class .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .node-40548 .latest-articles .world-class .flex-box .left {
      width: 45%; }
    .node-40548 .latest-articles .world-class .flex-box .right {
      width: 49%; }
  .node-40548 .latest-articles .world-class .item .details .title {
    min-height: 60px; }

.node-40548 .latest-articles .thought-leadership {
  padding: 60px 0;
  background: #fff;
  background-size: cover; }

.node-40548 .latest-articles .sme-leader {
  padding: 60px 0;
  background: #fff;
  background-size: cover; }
  .node-40548 .latest-articles .sme-leader .item .details .title {
    min-height: 20px; }
  .node-40548 .latest-articles .sme-leader .item .details .sub-title {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    min-height: 50px;
    font-family: 'lexend'; }
  .node-40548 .latest-articles .sme-leader .item .details p {
    min-height: 80px;
    padding: 0; }

.node-40548 .latest-articles .startup-leveraging {
  padding: 60px 0;
  background: #f7f7f8;
  background-size: cover; }
  .node-40548 .latest-articles .startup-leveraging .item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .node-40548 .latest-articles .startup-leveraging .item-box .items {
      width: 49%;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 20px; }
      .node-40548 .latest-articles .startup-leveraging .item-box .items .image {
        width: 49%;
        border-radius: 10px;
        overflow: hidden; }
      .node-40548 .latest-articles .startup-leveraging .item-box .items .content {
        width: 49%; }
        .node-40548 .latest-articles .startup-leveraging .item-box .items .content .title {
          font-weight: 400;
          font-size: 16px;
          line-height: 25px;
          color: #000000;
          font-family: 'lexend'; }
  .node-40548 .latest-articles .startup-leveraging .owl-nav .owl-prev {
    left: auto;
    top: -140px;
    bottom: auto;
    right: 50px; }
  .node-40548 .latest-articles .startup-leveraging .owl-nav .owl-next {
    right: 15px;
    top: -140px;
    left: auto;
    bottom: auto; }

.node-40548 .sme-leaders-speak .list-heading {
  min-height: auto; }

.node-40548 .video-bytes {
  background: #EDF1F7;
  padding: 0 0 60px;
  display: none; }
  .node-40548 .video-bytes .block-title {
    font-size: 36px;
    font-weight: 700;
    color: #3E3D3D;
    margin-bottom: 30px; }
  .node-40548 .video-bytes .container {
    background: #B12025;
    border-radius: 10px;
    padding: 20px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .node-40548 .video-bytes .video-frame {
    max-width: 750px;
    width: 100%; }
    .node-40548 .video-bytes .video-frame iframe {
      border-radius: 10px;
      overflow: hidden;
      height: 470px;
      margin-bottom: 20px; }
    .node-40548 .video-bytes .video-frame p {
      color: #fff;
      font-size: 20px;
      line-height: 28px;
      margin: 0; }
  .node-40548 .video-bytes .bytes {
    max-width: 340px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .node-40548 .video-bytes .bytes ul {
      max-width: 266px; }
      .node-40548 .video-bytes .bytes ul li {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px; }
        .node-40548 .video-bytes .bytes ul li:last-of-type {
          margin-bottom: 0; }
        .node-40548 .video-bytes .bytes ul li a {
          position: relative;
          display: block;
          border-radius: 10px;
          overflow: hidden;
          max-width: 266px; }
          .node-40548 .video-bytes .bytes ul li a:after {
            content: '';
            display: block;
            width: 45px;
            height: 32px;
            background: url("../images/icon-youtube.png") no-repeat center;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto; }
          .node-40548 .video-bytes .bytes ul li a img {
            display: block; }
    .node-40548 .video-bytes .bytes .slick-arrow {
      border: 0;
      font-size: 0;
      background: url("../images/arrow-red-2.png") no-repeat center rgba(255, 255, 255, 0.5);
      background-size: 50%;
      padding: 0;
      position: absolute;
      right: 0;
      left: 0;
      bottom: -12px;
      z-index: 2;
      margin: auto;
      opacity: 1;
      width: 17px;
      height: 12px;
      border-radius: 50%;
      transform: rotate(90deg); }
    .node-40548 .video-bytes .bytes .slick-prev {
      transform: rotate(-90deg); }
    .node-40548 .video-bytes .bytes .slick-next {
      left: 70px; }

.node-40548 .region-content-fifth {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0; }
  .node-40548 .region-content-fifth .image-gallery {
    width: 50.5%; }
    .node-40548 .region-content-fifth .image-gallery .gallery-slider {
      margin-left: -30px;
      margin-top: -30px; }
      .node-40548 .region-content-fifth .image-gallery .gallery-slider .item {
        padding: 30px; }
        .node-40548 .region-content-fifth .image-gallery .gallery-slider .item img {
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
          border-radius: 10px;
          overflow: hidden;
          display: block;
          width: 100%; }
    .node-40548 .region-content-fifth .image-gallery .gallery-slider-thumbnails {
      padding: 0 60px;
      margin-left: -30px; }
      .node-40548 .region-content-fifth .image-gallery .gallery-slider-thumbnails .item {
        padding: 0 8px; }
        .node-40548 .region-content-fifth .image-gallery .gallery-slider-thumbnails .item img {
          border-radius: 10px;
          overflow: hidden;
          display: block;
          width: 100%; }
      .node-40548 .region-content-fifth .image-gallery .gallery-slider-thumbnails .slick-arrow {
        background: none;
        border: 0;
        font-size: 0;
        margin: 0;
        background: url("../images/arrow-wht.png") no-repeat center;
        background-color: #C93733;
        width: 17px;
        height: 12px;
        padding: 0;
        position: absolute;
        right: 30px;
        top: 0;
        bottom: 0;
        margin: auto;
        opacity: 1;
        border: 1px solid #C93733;
        padding: 15px;
        transform: translate(0, 0); }
        .node-40548 .region-content-fifth .image-gallery .gallery-slider-thumbnails .slick-arrow:before {
          display: none; }
        .node-40548 .region-content-fifth .image-gallery .gallery-slider-thumbnails .slick-arrow.slick-disabled {
          background: url("../images/arrow-red-2.png") no-repeat center; }
      .node-40548 .region-content-fifth .image-gallery .gallery-slider-thumbnails .slick-prev {
        transform: rotateY(-180deg);
        right: auto;
        left: 30px; }
  .node-40548 .region-content-fifth .social-feed {
    width: 37.9166%; }
    .node-40548 .region-content-fifth .social-feed:after {
      display: none; }
  .node-40548 .region-content-fifth .block-title,
  .node-40548 .region-content-fifth h2 {
    font-size: 30px;
    color: #3E3D3D;
    font-weight: 700;
    text-align: left;
    margin-bottom: 25px; }
  .node-40548 .region-content-fifth iframe {
    background: #EDF1F7;
    border-radius: 10px;
    padding: 15px !important;
    height: 480px;
    width: 100%; }

/* Shaping The Techade Page End */
/* Payment pages Start */
.path-resendinvoicelink #block-nasscomtheme-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 50px; }
  .path-resendinvoicelink #block-nasscomtheme-content .btn-primary {
    margin: 0; }

.path-downlaod-pdf #block-nasscomtheme-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 15px; }
  .path-downlaod-pdf #block-nasscomtheme-content .link-wrapper a {
    background-color: #b61328;
    border-color: #b61328;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    .path-downlaod-pdf #block-nasscomtheme-content .link-wrapper a:hover {
      background-color: #991022;
      border-color: #b61328;
      text-decoration: none; }

/* Payment pages End */
/* Shoping cart empty Page Start */
.cart-empty-page {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.46;
  color: #4e4e4e;
  padding: 0 15px 30px;
  text-align: center; }

/* Shoping cart empty Page End */
/* Error Page */
.node-40377 #block-nasscomtheme-content,
.node-40376 #block-nasscomtheme-content {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px 50px;
  text-align: center; }
  .node-40377 #block-nasscomtheme-content h4,
  .node-40376 #block-nasscomtheme-content h4 {
    font-size: 1.17em;
    line-height: 1.28205em;
    margin-top: 1.28205em;
    margin-bottom: 1.28205em;
    font-weight: 400; }
  .node-40377 #block-nasscomtheme-content p,
  .node-40376 #block-nasscomtheme-content p {
    font-size: 24px;
    color: #646464;
    line-height: 1.46; }
    .node-40377 #block-nasscomtheme-content p a,
    .node-40376 #block-nasscomtheme-content p a {
      background-color: #b61328;
      border-color: #b61328;
      color: #fff;
      display: inline-block;
      font-weight: 400;
      text-align: center;
      vertical-align: middle;
      border: 1px solid transparent;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      line-height: 1.5;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
      .node-40377 #block-nasscomtheme-content p a:hover,
      .node-40376 #block-nasscomtheme-content p a:hover {
        background-color: #991022;
        border-color: #b61328;
        text-decoration: none; }

.global-search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  width: 0;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  transition: all linear 0.5s; }
  .global-search .close-global-popup {
    position: fixed;
    top: 15px;
    right: 80px;
    z-index: 2;
    display: none;
    cursor: pointer;
    font-weight: 600; }
  .global-search.case-study-global-popup {
    width: 100%; }
    .global-search.case-study-global-popup .close-global-popup {
      display: block; }
  .global-search .view-filters {
    padding: 40px 70px;
    background: #eaeef1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
    .global-search .view-filters label {
      display: none; }
    .global-search .view-filters input {
      width: 100%;
      height: auto;
      border-radius: 25px; }
    .global-search .view-filters .bef-exposed-form .form--inline > .form-item {
      float: none;
      margin: 0; }
  .global-search .view-content {
    display: flex;
    flex-wrap: wrap;
    padding: 150px 70px 20px;
    width: 100%; }
    .global-search .view-content .view-grouping {
      width: 25%; }
      .global-search .view-content .view-grouping .view-grouping-header {
        font-weight: 500;
        opacity: 0.8;
        font-size: 14px;
        line-height: 1.43;
        color: #838383; }
    .global-search .view-content .item-list {
      padding: 0 15px 0 0; }
      .global-search .view-content .item-list h3 {
        font-weight: 500;
        opacity: 0.8;
        font-size: 14px;
        line-height: 1.43;
        color: #838383; }
      .global-search .view-content .item-list ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .global-search .view-content .item-list ul li {
          margin: 0;
          padding: 0; }
          .global-search .view-content .item-list ul li a {
            transition: all linear 0.5s;
            display: block;
            border-radius: 8px;
            border: solid 1px #f4f4f4;
            background-color: #fff;
            padding: 15px;
            margin-bottom: 25px; }
            .global-search .view-content .item-list ul li a:hover {
              text-decoration: none; }
          .global-search .view-content .item-list ul li .read-more,
          .global-search .view-content .item-list ul li .post-date {
            margin: 0;
            color: #838383;
            font-weight: 500;
            padding-left: 15px;
            font-size: 10px;
            line-height: 1.6;
            width: calc(100% - 90px); }
          .global-search .view-content .item-list ul li .post-date {
            padding-left: 0;
            font-size: 12px;
            width: 100%; }
          .global-search .view-content .item-list ul li .title {
            font-size: 14px;
            line-height: 1.57;
            margin-bottom: 10px;
            color: #252525;
            font-weight: 500; }
          .global-search .view-content .item-list ul li .desc-top {
            padding-bottom: 10px;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start; }
            .global-search .view-content .item-list ul li .desc-top img {
              display: block;
              width: 90px;
              border-radius: 4px;
              overflow: hidden;
              float: left;
              margin-right: 15px; }
            .global-search .view-content .item-list ul li .desc-top .desc {
              width: calc(100% - 105px); }
  .global-search .pager .pagination {
    justify-content: center; }
  .global-search .view-empty {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .global-search .view-empty .search_word {
      opacity: 0.5;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.36;
      margin-top: 40px;
      margin-bottom: 10px;
      color: #252525; }
    .global-search .view-empty .search_instruction {
      opacity: 0.5;
      font-size: 24px;
      line-height: 1.33;
      color: #252525; }

/* New Product Page Start */
.product-landing-page-ctx .inner-banner {
  display: none; }

.product-council-banner ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .product-council-banner ul li {
    margin: 0; }
    .product-council-banner ul li img {
      width: 100%; }

.product-council-banner .owl-theme .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%; }
  .product-council-banner .owl-theme .owl-dots .owl-dot span {
    width: 19px;
    height: 19px;
    background-color: rgba(255, 255, 255, 0.2); }
  .product-council-banner .owl-theme .owl-dots .owl-dot.active span {
    background-color: white; }

.product-our-story {
  padding: 60px 0; }
  .product-our-story .heading {
    font-size: 34px;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
    color: #36373B;
    margin-bottom: 33px;
    text-transform: uppercase; }
  .product-our-story p {
    font-size: 16px;
    line-height: 28px;
    color: #36373B;
    font-weight: 400; }
  .product-our-story img {
    width: 100%; }

.product-key-focus-areas {
  background: url(../images/product-key-focus-area-bg.png) no-repeat;
  background-size: cover;
  padding: 60px 0; }
  .product-key-focus-areas .heading {
    font-size: 34px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    color: #36373B;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .product-key-focus-areas .list-heading {
    font-weight: 500;
    font-size: 30px;
    font-family: "Lexend";
    margin-bottom: 16px; }
  .product-key-focus-areas ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .product-key-focus-areas ul li {
      width: 49%;
      position: relative;
      overflow: hidden;
      border-radius: 6px;
      margin-bottom: 20px; }
      .product-key-focus-areas ul li img {
        width: 100%; }
      .product-key-focus-areas ul li .desc {
        position: absolute;
        bottom: -80%;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        transition: all linear 0.5s;
        color: #fff;
        font-size: 15px;
        line-height: 22px; }
        .product-key-focus-areas ul li .desc ul {
          margin-top: 30px; }
          .product-key-focus-areas ul li .desc ul li {
            width: 100%;
            color: #fff;
            font-size: 15px;
            line-height: 22px;
            position: relative;
            padding-left: 28px;
            margin-bottom: 10px; }
            .product-key-focus-areas ul li .desc ul li:before {
              content: '>';
              border-radius: 50%;
              position: absolute;
              top: 1px;
              left: 0;
              width: 15px;
              height: 15px;
              display: flex;
              align-items: center;
              justify-content: center;
              color: rgba(177, 32, 37, 0.85);
              padding: 10px;
              background: #fff;
              font-size: 16px;
              line-height: 23px; }
            .product-key-focus-areas ul li .desc ul li a {
              color: #fff; }
        .product-key-focus-areas ul li .desc .main-box {
          min-width: 48%; }
          .product-key-focus-areas ul li .desc .main-box .sm-heading {
            color: #FFF;
            text-align: justify;
            font-family: Lexend;
            font-size: 20px;
            font-weight: 500;
            line-height: 26px;
            padding: 10px 0; }
          .product-key-focus-areas ul li .desc .main-box ul {
            margin: 0; }
      .product-key-focus-areas ul li:hover .desc {
        bottom: 0;
        background: rgba(177, 32, 37, 0.85); }

.latest-at-products {
  background: #700715;
  background: -moz-linear-gradient(top, #700715 0%, #020202 100%);
  background: -webkit-linear-gradient(top, #700715 0%, #020202 100%);
  background: linear-gradient(to bottom, #700715 0%, #020202 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#700715', endColorstr='#020202',GradientType=0 );
  padding: 70px 0 30px; }
  .latest-at-products .container {
    max-width: 990px; }
  .latest-at-products .heading {
    color: #fff;
    text-align: center;
    font-size: 34px;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .latest-at-products .view-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .latest-at-products .view-content ul li {
      width: 19%;
      margin-bottom: 1%;
      margin-right: 1%; }
      .latest-at-products .view-content ul li:first-of-type {
        width: 39%;
        margin-right: 1%; }
      .latest-at-products .view-content ul li:nth-of-type(3) {
        width: 39%;
        margin-right: 1%; }
      .latest-at-products .view-content ul li:nth-of-type(4) {
        width: 39%;
        margin-right: 1%;
        margin-bottom: 1%; }
      .latest-at-products .view-content ul li .image img {
        display: block;
        width: 100%; }
      .latest-at-products .view-content ul li .desc {
        display: none; }

.product-youtube-data-wrapper {
  background: #020202;
  background: -moz-linear-gradient(top, #020202 0%, #000000 100%);
  background: -webkit-linear-gradient(top, #020202 0%, #000000 100%);
  background: linear-gradient(to bottom, #020202 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020202', endColorstr='#000000',GradientType=0 );
  padding-bottom: 70px; }
  .product-youtube-data-wrapper .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 990px; }

.product-youtube-data {
  width: 55%; }
  .product-youtube-data .video-img {
    border-radius: 5px;
    overflow: hidden;
    height: 140px; }
    .product-youtube-data .video-img a {
      display: block; }
    .product-youtube-data .video-img img {
      width: 100%; }
  .product-youtube-data .video-title {
    color: #fff;
    font-size: 15px;
    margin-top: 10px; }
    .product-youtube-data .video-title a {
      color: #fff; }
  .product-youtube-data ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .product-youtube-data ul li {
      margin: 0;
      padding: 0;
      width: 49%; }
      .product-youtube-data ul li:nth-of-type(n + 3) {
        margin-top: 30px; }

.product-tweets {
  width: 40%; }

.product-council-vision {
  padding: 60px 0;
  background: #E9EFF4; }
  .product-council-vision .heading {
    font-size: 34px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    color: #36373B;
    text-transform: uppercase; }
  .product-council-vision .sub-heading {
    font-size: 28px;
    line-height: 26px;
    font-weight: 400;
    color: #36373B;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .product-council-vision p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #5A5555;
    text-align: center; }
  .product-council-vision .detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
    min-height: 47px; }
  .product-council-vision .title {
    font-size: 16px;
    line-height: 26px;
    color: #36373B;
    font-family: "Lexend";
    margin-left: 16px;
    width: calc(100% - 70px); }
  .product-council-vision ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .product-council-vision ul li {
      width: 24%;
      border-top: 1px solid #B12025;
      background: #fff;
      text-align: left;
      padding: 20px 15px; }
      .product-council-vision ul li p {
        font-size: 16px;
        line-height: 22px;
        color: #36373B;
        text-align: left; }

/* New Product Page End */
/* strategic form start*/
.strategic-form-wrapper {
  background: url(../images/enquiry-background.jpg) no-repeat left top;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  color: #fff;
  padding: 40px 0;
  min-height: calc(100vh - 144px - 170px); }
  .strategic-form-wrapper .heading {
    color: #fff;
    margin-bottom: 20px;
    font-size: 36px; }
  .strategic-form-wrapper .container {
    max-width: 680px; }
    .strategic-form-wrapper .container .strategic-review-download-form {
      color: #fff;
      font-size: 13px;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      margin-top: 20px;
      align-items: center; }
      .strategic-form-wrapper .container .strategic-review-download-form label {
        text-align: left;
        display: block; }
      .strategic-form-wrapper .container .strategic-review-download-form input {
        background-color: transparent;
        color: #fff; }
      .strategic-form-wrapper .container .strategic-review-download-form fieldset legend {
        text-align: left;
        display: block;
        margin-bottom: 15px;
        font-weight: normal; }
      .strategic-form-wrapper .container .strategic-review-download-form .form-radios {
        display: flex;
        flex-wrap: wrap; }
        .strategic-form-wrapper .container .strategic-review-download-form .form-radios label {
          width: auto;
          display: inline;
          margin: 0 0 0 10px; }
        .strategic-form-wrapper .container .strategic-review-download-form .form-radios .form-item {
          margin: 0;
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          align-items: center; }
      .strategic-form-wrapper .container .strategic-review-download-form .form-item {
        width: 48%; }
      .strategic-form-wrapper .container .strategic-review-download-form .form-actions {
        width: 100%;
        order: 5; }
        .strategic-form-wrapper .container .strategic-review-download-form .form-actions .form-submit {
          width: 100%;
          background-color: #b61328; }
      .strategic-form-wrapper .container .strategic-review-download-form .txt {
        text-align: left;
        color: #c0c0c0;
        order: 6;
        width: 100%; }

/* strategic form end*/
.view-id-user_orders .view-content .table {
  border: 1px solid #e0e0e0; }
  .view-id-user_orders .view-content .table thead th {
    background: #b61328;
    color: #fff; }
  .view-id-user_orders .view-content .table tbody td a {
    color: #252525; }

.node-44085 .inner-banner-text,
.node-59262 .inner-banner-text,
.node-45085 .inner-banner-text {
  display: none; }

.webform-submission-quiz-form {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-bottom: 30px; }
  .webform-submission-quiz-form .webform-progress .webform-progress-tracker .progress-step .progress-marker {
    color: #cccccc; }
    .webform-submission-quiz-form .webform-progress .webform-progress-tracker .progress-step .progress-marker:after {
      background: #cccccc;
      background-color: none;
      top: 20px; }
    .webform-submission-quiz-form .webform-progress .webform-progress-tracker .progress-step .progress-marker:before {
      background-color: #fff;
      border: 8px solid #CCCCCC;
      border-radius: 50px;
      padding: 15px;
      z-index: 2; }
  .webform-submission-quiz-form .webform-progress .webform-progress-tracker .progress-step.is-active .progress-marker {
    color: #873334; }
    .webform-submission-quiz-form .webform-progress .webform-progress-tracker .progress-step.is-active .progress-marker:after {
      background: linear-gradient(90deg, #BD352D 3.23%, #771818 100%);
      background-color: none;
      top: 20px; }
    .webform-submission-quiz-form .webform-progress .webform-progress-tracker .progress-step.is-active .progress-marker:before {
      background-color: #fff;
      border: 8px solid;
      border-color: linear-gradient(90deg, #BE352D 0%, #771818 100%);
      border-radius: 50px;
      padding: 15px; }
  .webform-submission-quiz-form .form-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-top: 0; }
    .webform-submission-quiz-form .form-item .heading {
      font-size: 32px;
      line-height: 38px;
      color: #C93733;
      margin-bottom: 25px; }
  .webform-submission-quiz-form .quiz-start {
    background: url(../images/quiz-bg.jpg) no-repeat;
    background-size: 100%; }
    .webform-submission-quiz-form .quiz-start .info-sec {
      padding: 30px;
      max-width: 700px;
      border: 6px solid #cccccc; }
  .webform-submission-quiz-form .quiz-q1 {
    background: url(../images/question-1.jpg) no-repeat;
    background-size: 100% 100%; }
    .webform-submission-quiz-form .quiz-q1 .q1-sec {
      padding: 30px;
      max-width: 700px;
      border: 6px solid #cccccc; }
      .webform-submission-quiz-form .quiz-q1 .q1-sec legend {
        padding-bottom: 10px; }
  .webform-submission-quiz-form .quiz-q2 {
    background: url(../images/question-2.jpg) no-repeat;
    background-size: 100% 100%; }
    .webform-submission-quiz-form .quiz-q2 .q2-sec {
      padding: 30px;
      max-width: 700px;
      border: 6px solid #cccccc; }
      .webform-submission-quiz-form .quiz-q2 .q2-sec legend {
        padding-bottom: 10px; }
  .webform-submission-quiz-form .quiz-q3 {
    background: url(../images/question-3.jpg) no-repeat;
    background-size: 100% 100%; }
    .webform-submission-quiz-form .quiz-q3 .q3-sec {
      padding: 30px;
      max-width: 700px;
      border: 6px solid #cccccc; }
      .webform-submission-quiz-form .quiz-q3 .q3-sec legend {
        padding-bottom: 10px; }
  .webform-submission-quiz-form .quiz-q4 {
    background: url(../images/question-4.jpg) no-repeat;
    background-size: 100% 100%; }
    .webform-submission-quiz-form .quiz-q4 .q4-sec {
      padding: 30px;
      max-width: 700px;
      border: 6px solid #cccccc; }
      .webform-submission-quiz-form .quiz-q4 .q4-sec legend {
        padding-bottom: 10px; }
  .webform-submission-quiz-form .quiz-q5 {
    background: url(../images/question-5.jpg) no-repeat;
    background-size: 100% 100%; }
    .webform-submission-quiz-form .quiz-q5 .q5-sec {
      padding: 30px;
      max-width: 700px;
      border: 6px solid #cccccc; }
      .webform-submission-quiz-form .quiz-q5 .q5-sec legend {
        padding-bottom: 10px; }
  .webform-submission-quiz-form .quiz-q6 {
    background: url(../images/question-6.jpg) no-repeat;
    background-size: 100% 100%; }
    .webform-submission-quiz-form .quiz-q6 .q6-sec {
      padding: 30px;
      max-width: 700px;
      border: 6px solid #cccccc; }
      .webform-submission-quiz-form .quiz-q6 .q6-sec legend {
        padding-bottom: 10px; }
  .webform-submission-quiz-form .quiz-q7 {
    background: url(../images/question-7.jpg) no-repeat;
    background-size: 100% 100%; }
    .webform-submission-quiz-form .quiz-q7 .q7-sec {
      padding: 30px;
      max-width: 700px;
      border: 6px solid #cccccc; }
      .webform-submission-quiz-form .quiz-q7 .q7-sec legend {
        padding-bottom: 10px; }
  .webform-submission-quiz-form .quiz-q8 {
    background: url(../images/question-8.jpg) no-repeat;
    background-size: 100% 100%; }
    .webform-submission-quiz-form .quiz-q8 .q8-sec {
      padding: 30px;
      max-width: 700px;
      border: 6px solid #cccccc; }
      .webform-submission-quiz-form .quiz-q8 .q8-sec legend {
        padding-bottom: 10px; }
  .webform-submission-quiz-form .quiz-q9 {
    background: url(../images/question-9.jpg) no-repeat;
    background-size: 100% 100%; }
    .webform-submission-quiz-form .quiz-q9 .q9-sec {
      padding: 30px;
      max-width: 700px;
      border: 6px solid #cccccc; }
      .webform-submission-quiz-form .quiz-q9 .q9-sec legend {
        padding-bottom: 10px; }
  .webform-submission-quiz-form .quiz-q10 {
    background: url(../images/question-10.jpg) no-repeat;
    background-size: 100% 100%; }
    .webform-submission-quiz-form .quiz-q10 .q10-sec {
      padding: 30px;
      max-width: 700px;
      border: 6px solid #cccccc; }
      .webform-submission-quiz-form .quiz-q10 .q10-sec legend {
        padding-bottom: 10px; }

.page-node-type-landing-page .page-title {
  display: none; }

.node-44086 .inner-banner-text,
.node-45307 .inner-banner-text {
  display: none; }

.node-44086 .deeptech-overview,
.node-45307 .deeptech-overview {
  padding: 60px 0; }
  .node-44086 .deeptech-overview .heading,
  .node-45307 .deeptech-overview .heading {
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #C93733;
    margin-bottom: 15px;
    font-family: 'lexend'; }
  .node-44086 .deeptech-overview p,
  .node-45307 .deeptech-overview p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    color: #4e4e4e;
    font-family: 'lexend'; }
  .node-44086 .deeptech-overview .list-title,
  .node-45307 .deeptech-overview .list-title {
    padding: 10px 0;
    font-weight: 700;
    font-size: 16px;
    font-family: 'lexend'; }
  .node-44086 .deeptech-overview ul,
  .node-45307 .deeptech-overview ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .node-44086 .deeptech-overview ul li,
    .node-45307 .deeptech-overview ul li {
      padding-left: 18px;
      padding-bottom: 5px;
      position: relative;
      font-weight: 300;
      font-size: 16px;
      line-height: 22px;
      text-align: left;
      color: #4e4e4e;
      font-family: 'lexend'; }
      .node-44086 .deeptech-overview ul li:before,
      .node-45307 .deeptech-overview ul li:before {
        content: '';
        position: absolute;
        background: url(../images/deeptech-bullet.png) no-repeat;
        width: 12px;
        height: 12px;
        top: 5px;
        left: 0; }

.node-44086 .block-views-blockthe-council-member-block-21,
.node-45307 .block-views-blockthe-council-member-block-21 {
  background: #E9EFF4;
  padding: 60px 0; }
  .node-44086 .block-views-blockthe-council-member-block-21 .heading,
  .node-45307 .block-views-blockthe-council-member-block-21 .heading {
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #C93733;
    margin-bottom: 15px;
    font-family: 'lexend'; }
    .node-44086 .block-views-blockthe-council-member-block-21 .heading b,
    .node-45307 .block-views-blockthe-council-member-block-21 .heading b {
      text-transform: uppercase; }

.node-44087 .inner-banner-text,
.node-45319 .inner-banner-text,
.node-68053 .inner-banner-text {
  display: none; }

.node-44087 .heading,
.node-45319 .heading,
.node-68053 .heading {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 46px;
  color: #C93733;
  position: relative; }
  .node-44087 .heading:before,
  .node-45319 .heading:before,
  .node-68053 .heading:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 3px;
    background: #4C191B;
    left: 0;
    bottom: 0;
    z-index: 1; }
  .node-44087 .heading:after,
  .node-45319 .heading:after,
  .node-68053 .heading:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: #ECECEC;
    left: 0;
    bottom: 0; }

.node-44087 .whatwedo-new,
.node-45319 .whatwedo-new,
.node-68053 .whatwedo-new {
  padding: 60px 0; }
  .node-44087 .whatwedo-new .btn-primary,
  .node-45319 .whatwedo-new .btn-primary,
  .node-68053 .whatwedo-new .btn-primary {
    background: #4C191B;
    border-color: #4C191B; }
  .node-44087 .whatwedo-new .left,
  .node-45319 .whatwedo-new .left,
  .node-68053 .whatwedo-new .left {
    width: 54%; }
    .node-44087 .whatwedo-new .left p,
    .node-45319 .whatwedo-new .left p,
    .node-68053 .whatwedo-new .left p {
      font-family: 'Lexend';
      font-weight: 300;
      font-size: 16px;
      line-height: 22px;
      color: #777777;
      margin-bottom: 20px; }
  .node-44087 .whatwedo-new .right,
  .node-45319 .whatwedo-new .right,
  .node-68053 .whatwedo-new .right {
    width: 38%;
    position: relative; }
    .node-44087 .whatwedo-new .right:before,
    .node-45319 .whatwedo-new .right:before,
    .node-68053 .whatwedo-new .right:before {
      content: '';
      position: absolute;
      width: 421px;
      height: 306px;
      background: url(../images/overview-bg.png) no-repeat;
      left: -130px;
      bottom: -100px; }
    .node-44087 .whatwedo-new .right:after,
    .node-45319 .whatwedo-new .right:after,
    .node-68053 .whatwedo-new .right:after {
      content: '';
      position: absolute;
      width: 421px;
      height: 306px;
      background: url(../images/overview-bg.png) no-repeat;
      right: -130px;
      top: -100px; }
    .node-44087 .whatwedo-new .right .image,
    .node-45319 .whatwedo-new .right .image,
    .node-68053 .whatwedo-new .right .image {
      border-radius: 10px;
      overflow: hidden; }

.node-44087 .innovation-new,
.node-45319 .innovation-new,
.node-68053 .innovation-new {
  padding: 60px 0;
  background: url(../images/innovation-bg.png) no-repeat;
  background-size: cover; }
  .node-44087 .innovation-new .heading,
  .node-45319 .innovation-new .heading,
  .node-68053 .innovation-new .heading {
    text-align: center; }
    .node-44087 .innovation-new .heading:before,
    .node-45319 .innovation-new .heading:before,
    .node-68053 .innovation-new .heading:before {
      left: 0;
      right: 0;
      margin: auto; }
    .node-44087 .innovation-new .heading:after,
    .node-45319 .innovation-new .heading:after,
    .node-68053 .innovation-new .heading:after {
      left: 0;
      right: 0;
      margin: auto; }
  .node-44087 .innovation-new .btn-primary,
  .node-45319 .innovation-new .btn-primary,
  .node-68053 .innovation-new .btn-primary {
    background: #4C191B;
    border-color: #4C191B; }
  .node-44087 .innovation-new p,
  .node-45319 .innovation-new p,
  .node-68053 .innovation-new p {
    font-family: 'Lexend';
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #777777;
    padding: 10px 0; }
  .node-44087 .innovation-new ul,
  .node-45319 .innovation-new ul,
  .node-68053 .innovation-new ul {
    list-style: none;
    padding: 20px 0;
    margin: 0; }
    .node-44087 .innovation-new ul li,
    .node-45319 .innovation-new ul li,
    .node-68053 .innovation-new ul li {
      width: 32%;
      text-align: center;
      padding: 20px;
      border-radius: 10px;
      background: #ffffff;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
      transition: all linear 0.2s;
      position: relative; }
      .node-44087 .innovation-new ul li:hover,
      .node-45319 .innovation-new ul li:hover,
      .node-68053 .innovation-new ul li:hover {
        background: #C93733; }
        .node-44087 .innovation-new ul li:hover p,
        .node-45319 .innovation-new ul li:hover p,
        .node-68053 .innovation-new ul li:hover p {
          color: #fff; }
        .node-44087 .innovation-new ul li:hover .btn-primary,
        .node-45319 .innovation-new ul li:hover .btn-primary,
        .node-68053 .innovation-new ul li:hover .btn-primary {
          background: transparent;
          border-color: #fff; }
      .node-44087 .innovation-new ul li:before,
      .node-45319 .innovation-new ul li:before,
      .node-68053 .innovation-new ul li:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        border-top: 2px solid #ECECEC;
        border-left: 2px solid #ECECEC;
        left: 20px;
        top: 20px; }
      .node-44087 .innovation-new ul li:after,
      .node-45319 .innovation-new ul li:after,
      .node-68053 .innovation-new ul li:after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        border-bottom: 2px solid #ECECEC;
        border-right: 2px solid #ECECEC;
        right: 20px;
        bottom: 20px; }

.node-44087 .policy-advocacy-new,
.node-45319 .policy-advocacy-new,
.node-68053 .policy-advocacy-new {
  padding: 60px 0;
  background: url(../images/policy-advocacy-bg.jpg) no-repeat;
  background-size: cover; }
  .node-44087 .policy-advocacy-new .heading,
  .node-45319 .policy-advocacy-new .heading,
  .node-68053 .policy-advocacy-new .heading {
    color: #fff; }
    .node-44087 .policy-advocacy-new .heading:before,
    .node-45319 .policy-advocacy-new .heading:before,
    .node-68053 .policy-advocacy-new .heading:before {
      background: #C93733; }
  .node-44087 .policy-advocacy-new p,
  .node-45319 .policy-advocacy-new p,
  .node-68053 .policy-advocacy-new p {
    font-family: 'Lexend';
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 15px 0; }
  .node-44087 .policy-advocacy-new .sub-heading,
  .node-45319 .policy-advocacy-new .sub-heading,
  .node-68053 .policy-advocacy-new .sub-heading {
    font-family: 'Lexend';
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #FFFFFF; }

.node-44087 .talent-development-new,
.node-45319 .talent-development-new,
.node-68053 .talent-development-new {
  padding: 60px 0;
  background: url(../images/innovation-bg.png) no-repeat;
  background-size: cover; }
  .node-44087 .talent-development-new .left,
  .node-45319 .talent-development-new .left,
  .node-68053 .talent-development-new .left {
    width: 33%; }
  .node-44087 .talent-development-new .right,
  .node-45319 .talent-development-new .right,
  .node-68053 .talent-development-new .right {
    width: 65%; }
    .node-44087 .talent-development-new .right ul,
    .node-45319 .talent-development-new .right ul,
    .node-68053 .talent-development-new .right ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .node-44087 .talent-development-new .right ul li,
      .node-45319 .talent-development-new .right ul li,
      .node-68053 .talent-development-new .right ul li {
        width: 49%;
        text-align: center;
        padding: 20px;
        border-radius: 10px;
        background: #ffffff;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
        transition: all linear 0.2s;
        position: relative; }
        .node-44087 .talent-development-new .right ul li:hover,
        .node-45319 .talent-development-new .right ul li:hover,
        .node-68053 .talent-development-new .right ul li:hover {
          background: #C93733; }
          .node-44087 .talent-development-new .right ul li:hover p,
          .node-45319 .talent-development-new .right ul li:hover p,
          .node-68053 .talent-development-new .right ul li:hover p {
            color: #fff; }
          .node-44087 .talent-development-new .right ul li:hover .btn-primary,
          .node-45319 .talent-development-new .right ul li:hover .btn-primary,
          .node-68053 .talent-development-new .right ul li:hover .btn-primary {
            background: transparent;
            border-color: #fff; }
        .node-44087 .talent-development-new .right ul li:before,
        .node-45319 .talent-development-new .right ul li:before,
        .node-68053 .talent-development-new .right ul li:before {
          content: '';
          position: absolute;
          width: 40px;
          height: 40px;
          border-top: 2px solid #ECECEC;
          border-left: 2px solid #ECECEC;
          left: 20px;
          top: 20px; }
        .node-44087 .talent-development-new .right ul li:after,
        .node-45319 .talent-development-new .right ul li:after,
        .node-68053 .talent-development-new .right ul li:after {
          content: '';
          position: absolute;
          width: 40px;
          height: 40px;
          border-bottom: 2px solid #ECECEC;
          border-right: 2px solid #ECECEC;
          right: 20px;
          bottom: 20px; }
        .node-44087 .talent-development-new .right ul li p,
        .node-45319 .talent-development-new .right ul li p,
        .node-68053 .talent-development-new .right ul li p {
          padding: 15px 0; }
        .node-44087 .talent-development-new .right ul li .btn-primary,
        .node-45319 .talent-development-new .right ul li .btn-primary,
        .node-68053 .talent-development-new .right ul li .btn-primary {
          background: #4C191B;
          border-color: #4C191B; }

.node-44087 .thought-leadership-new,
.node-45319 .thought-leadership-new,
.node-68053 .thought-leadership-new {
  padding: 60px 0;
  background: url(../images/innovation-bg.png) no-repeat;
  background-size: cover; }
  .node-44087 .thought-leadership-new ul li:hover:last-of-type .image img,
  .node-45319 .thought-leadership-new ul li:hover:last-of-type .image img,
  .node-68053 .thought-leadership-new ul li:hover:last-of-type .image img {
    filter: none; }

.node-44087 .thought-leadership-new,
.node-44087 .industry-development-new,
.node-45319 .thought-leadership-new,
.node-45319 .industry-development-new,
.node-68053 .thought-leadership-new,
.node-68053 .industry-development-new {
  padding: 60px 0; }
  .node-44087 .thought-leadership-new .heading,
  .node-44087 .industry-development-new .heading,
  .node-45319 .thought-leadership-new .heading,
  .node-45319 .industry-development-new .heading,
  .node-68053 .thought-leadership-new .heading,
  .node-68053 .industry-development-new .heading {
    text-align: center; }
    .node-44087 .thought-leadership-new .heading:before,
    .node-44087 .industry-development-new .heading:before,
    .node-45319 .thought-leadership-new .heading:before,
    .node-45319 .industry-development-new .heading:before,
    .node-68053 .thought-leadership-new .heading:before,
    .node-68053 .industry-development-new .heading:before {
      left: 0;
      right: 0;
      margin: auto; }
    .node-44087 .thought-leadership-new .heading:after,
    .node-44087 .industry-development-new .heading:after,
    .node-45319 .thought-leadership-new .heading:after,
    .node-45319 .industry-development-new .heading:after,
    .node-68053 .thought-leadership-new .heading:after,
    .node-68053 .industry-development-new .heading:after {
      left: 0;
      right: 0;
      margin: auto; }
  .node-44087 .thought-leadership-new p,
  .node-44087 .industry-development-new p,
  .node-45319 .thought-leadership-new p,
  .node-45319 .industry-development-new p,
  .node-68053 .thought-leadership-new p,
  .node-68053 .industry-development-new p {
    font-family: 'Lexend';
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #777777;
    padding: 20px 0; }
  .node-44087 .thought-leadership-new ul,
  .node-44087 .industry-development-new ul,
  .node-45319 .thought-leadership-new ul,
  .node-45319 .industry-development-new ul,
  .node-68053 .thought-leadership-new ul,
  .node-68053 .industry-development-new ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .node-44087 .thought-leadership-new ul li,
    .node-44087 .industry-development-new ul li,
    .node-45319 .thought-leadership-new ul li,
    .node-45319 .industry-development-new ul li,
    .node-68053 .thought-leadership-new ul li,
    .node-68053 .industry-development-new ul li {
      width: 24%;
      text-align: center;
      padding: 20px;
      border-radius: 10px;
      background: #ffffff;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
      transition: all linear 0.2s;
      position: relative;
      margin-bottom: 20px; }
      .node-44087 .thought-leadership-new ul li:hover,
      .node-44087 .industry-development-new ul li:hover,
      .node-45319 .thought-leadership-new ul li:hover,
      .node-45319 .industry-development-new ul li:hover,
      .node-68053 .thought-leadership-new ul li:hover,
      .node-68053 .industry-development-new ul li:hover {
        background: #C93733; }
        .node-44087 .thought-leadership-new ul li:hover .sub-heading,
        .node-44087 .industry-development-new ul li:hover .sub-heading,
        .node-45319 .thought-leadership-new ul li:hover .sub-heading,
        .node-45319 .industry-development-new ul li:hover .sub-heading,
        .node-68053 .thought-leadership-new ul li:hover .sub-heading,
        .node-68053 .industry-development-new ul li:hover .sub-heading {
          color: #FFFFFF; }
        .node-44087 .thought-leadership-new ul li:hover p,
        .node-44087 .industry-development-new ul li:hover p,
        .node-45319 .thought-leadership-new ul li:hover p,
        .node-45319 .industry-development-new ul li:hover p,
        .node-68053 .thought-leadership-new ul li:hover p,
        .node-68053 .industry-development-new ul li:hover p {
          color: #fff; }
        .node-44087 .thought-leadership-new ul li:hover .btn-primary,
        .node-44087 .industry-development-new ul li:hover .btn-primary,
        .node-45319 .thought-leadership-new ul li:hover .btn-primary,
        .node-45319 .industry-development-new ul li:hover .btn-primary,
        .node-68053 .thought-leadership-new ul li:hover .btn-primary,
        .node-68053 .industry-development-new ul li:hover .btn-primary {
          background: transparent;
          border-color: #fff; }
        .node-44087 .thought-leadership-new ul li:hover .image img,
        .node-44087 .industry-development-new ul li:hover .image img,
        .node-45319 .thought-leadership-new ul li:hover .image img,
        .node-45319 .industry-development-new ul li:hover .image img,
        .node-68053 .thought-leadership-new ul li:hover .image img,
        .node-68053 .industry-development-new ul li:hover .image img {
          filter: brightness(0) invert(1); }
      .node-44087 .thought-leadership-new ul li:before,
      .node-44087 .industry-development-new ul li:before,
      .node-45319 .thought-leadership-new ul li:before,
      .node-45319 .industry-development-new ul li:before,
      .node-68053 .thought-leadership-new ul li:before,
      .node-68053 .industry-development-new ul li:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        border-top: 2px solid #ECECEC;
        border-left: 2px solid #ECECEC;
        left: 20px;
        top: 20px; }
      .node-44087 .thought-leadership-new ul li:after,
      .node-44087 .industry-development-new ul li:after,
      .node-45319 .thought-leadership-new ul li:after,
      .node-45319 .industry-development-new ul li:after,
      .node-68053 .thought-leadership-new ul li:after,
      .node-68053 .industry-development-new ul li:after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        border-bottom: 2px solid #ECECEC;
        border-right: 2px solid #ECECEC;
        right: 20px;
        bottom: 20px; }
      .node-44087 .thought-leadership-new ul li p,
      .node-44087 .industry-development-new ul li p,
      .node-45319 .thought-leadership-new ul li p,
      .node-45319 .industry-development-new ul li p,
      .node-68053 .thought-leadership-new ul li p,
      .node-68053 .industry-development-new ul li p {
        padding: 10px 0 15px 0;
        min-height: 150px; }
      .node-44087 .thought-leadership-new ul li .sub-heading,
      .node-44087 .industry-development-new ul li .sub-heading,
      .node-45319 .thought-leadership-new ul li .sub-heading,
      .node-45319 .industry-development-new ul li .sub-heading,
      .node-68053 .thought-leadership-new ul li .sub-heading,
      .node-68053 .industry-development-new ul li .sub-heading {
        font-family: 'Lexend';
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        color: #C93733;
        padding-top: 10px; }
      .node-44087 .thought-leadership-new ul li .btn-primary,
      .node-44087 .industry-development-new ul li .btn-primary,
      .node-45319 .thought-leadership-new ul li .btn-primary,
      .node-45319 .industry-development-new ul li .btn-primary,
      .node-68053 .thought-leadership-new ul li .btn-primary,
      .node-68053 .industry-development-new ul li .btn-primary {
        background: #4C191B;
        border-color: #4C191B; }

.node-44087 .affliated-organizations-new,
.node-45319 .affliated-organizations-new,
.node-68053 .affliated-organizations-new {
  padding: 60px 0;
  background: url(../images/affiliated-organization.jpg) no-repeat;
  background-size: cover; }
  .node-44087 .affliated-organizations-new .heading,
  .node-45319 .affliated-organizations-new .heading,
  .node-68053 .affliated-organizations-new .heading {
    color: #fff; }
    .node-44087 .affliated-organizations-new .heading:before,
    .node-45319 .affliated-organizations-new .heading:before,
    .node-68053 .affliated-organizations-new .heading:before {
      background: #C93733; }
  .node-44087 .affliated-organizations-new p,
  .node-45319 .affliated-organizations-new p,
  .node-68053 .affliated-organizations-new p {
    font-family: 'Lexend';
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 15px 0; }
  .node-44087 .affliated-organizations-new .left,
  .node-45319 .affliated-organizations-new .left,
  .node-68053 .affliated-organizations-new .left {
    width: 49%; }
  .node-44087 .affliated-organizations-new .right,
  .node-45319 .affliated-organizations-new .right,
  .node-68053 .affliated-organizations-new .right {
    width: 49%; }
    .node-44087 .affliated-organizations-new .right ul,
    .node-45319 .affliated-organizations-new .right ul,
    .node-68053 .affliated-organizations-new .right ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .node-44087 .affliated-organizations-new .right ul li,
      .node-45319 .affliated-organizations-new .right ul li,
      .node-68053 .affliated-organizations-new .right ul li {
        width: 49%;
        text-align: center;
        padding: 20px;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
        transition: all linear 0.2s;
        position: relative;
        margin-bottom: 20px; }
        .node-44087 .affliated-organizations-new .right ul li:hover,
        .node-45319 .affliated-organizations-new .right ul li:hover,
        .node-68053 .affliated-organizations-new .right ul li:hover {
          background: #C93733; }
          .node-44087 .affliated-organizations-new .right ul li:hover .sub-heading,
          .node-45319 .affliated-organizations-new .right ul li:hover .sub-heading,
          .node-68053 .affliated-organizations-new .right ul li:hover .sub-heading {
            color: #FFFFFF; }
          .node-44087 .affliated-organizations-new .right ul li:hover p,
          .node-45319 .affliated-organizations-new .right ul li:hover p,
          .node-68053 .affliated-organizations-new .right ul li:hover p {
            color: #fff; }
          .node-44087 .affliated-organizations-new .right ul li:hover .btn-primary,
          .node-45319 .affliated-organizations-new .right ul li:hover .btn-primary,
          .node-68053 .affliated-organizations-new .right ul li:hover .btn-primary {
            background: transparent;
            border-color: #fff; }
        .node-44087 .affliated-organizations-new .right ul li:before,
        .node-45319 .affliated-organizations-new .right ul li:before,
        .node-68053 .affliated-organizations-new .right ul li:before {
          content: '';
          position: absolute;
          width: 40px;
          height: 40px;
          border-top: 2px solid #ECECEC;
          border-left: 2px solid #ECECEC;
          left: 20px;
          top: 20px; }
        .node-44087 .affliated-organizations-new .right ul li:after,
        .node-45319 .affliated-organizations-new .right ul li:after,
        .node-68053 .affliated-organizations-new .right ul li:after {
          content: '';
          position: absolute;
          width: 40px;
          height: 40px;
          border-bottom: 2px solid #ECECEC;
          border-right: 2px solid #ECECEC;
          right: 20px;
          bottom: 20px; }
        .node-44087 .affliated-organizations-new .right ul li p,
        .node-45319 .affliated-organizations-new .right ul li p,
        .node-68053 .affliated-organizations-new .right ul li p {
          padding: 10px 0 15px 0;
          min-height: 150px;
          color: #777777; }
        .node-44087 .affliated-organizations-new .right ul li .sub-heading,
        .node-45319 .affliated-organizations-new .right ul li .sub-heading,
        .node-68053 .affliated-organizations-new .right ul li .sub-heading {
          font-family: 'Lexend';
          font-weight: 400;
          font-size: 20px;
          line-height: 32px;
          text-align: center;
          color: #C93733;
          padding-top: 10px; }
        .node-44087 .affliated-organizations-new .right ul li .btn-primary,
        .node-45319 .affliated-organizations-new .right ul li .btn-primary,
        .node-68053 .affliated-organizations-new .right ul li .btn-primary {
          background: #4C191B;
          border-color: #4C191B; }

.riddle-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center; }
  .riddle-popup .message {
    max-width: 650px;
    width: 90%;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    margin: auto;
    padding: 0; }
  .riddle-popup .popup-close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    background: #fff;
    color: #d31c29;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    line-height: 22px;
    z-index: 9; }
  .riddle-popup .main-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px; }
    .riddle-popup .main-box img {
      width: 100%; }
    .riddle-popup .main-box .participate-btn {
      position: absolute;
      left: 25px;
      top: 0;
      bottom: -140px;
      right: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center; }
      .riddle-popup .main-box .participate-btn a {
        padding: 10px 15px;
        font-size: 16px;
        color: #fff;
        background: #df6059; }

.ui-dialog .ui-dialog-content {
  background: url(../images/riddle-bg.jpg) no-repeat !important;
  background-size: cover !important;
  padding: 20px 30px 30px 30px; }

.ui-dialog .ui-dialog-titlebar {
  background: #b61328 !important;
  border: 0; }
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    color: #fff;
    font-size: 20px; }

.ui-dialog .ui-dialog-titlebar-close {
  background: url(../images/close.png) no-repeat !important; }

.ui-dialog .ui-dialog-buttonpane {
  background: #b61328 !important;
  text-align: center;
  border: 0;
  padding: 0; }
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none; }
  .ui-dialog .ui-dialog-buttonpane button {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 6px; }
    .ui-dialog .ui-dialog-buttonpane button:hover {
      background: #b61328 !important; }

.ui-dialog .webform-submission-riddles-form {
  color: #fff; }
  .ui-dialog .webform-submission-riddles-form .form-item span {
    font-size: 18px;
    font-weight: 700; }
  .ui-dialog .webform-submission-riddles-form .webform-confirmation {
    text-align: center; }
    .ui-dialog .webform-submission-riddles-form .webform-confirmation .webform-confirmation__message {
      margin: 0; }
    .ui-dialog .webform-submission-riddles-form .webform-confirmation span {
      display: block;
      color: #fff;
      font-size: 48px;
      line-height: 52px;
      text-transform: uppercase;
      padding: 20px 0;
      font-weight: 700; }
    .ui-dialog .webform-submission-riddles-form .webform-confirmation .social-media-links {
      font-weight: 600 !important;
      font-size: 18px; }
  .ui-dialog .webform-submission-riddles-form label {
    font-size: 16px;
    font-weight: 400;
    color: #fff; }
  .ui-dialog .webform-submission-riddles-form input {
    background: transparent;
    border-radius: 4px;
    border: 1px solid #364d5f;
    padding: 24px 14px;
    color: #fff; }
  .ui-dialog .webform-submission-riddles-form .description {
    color: #fff;
    font-size: 14px;
    font-weight: 400; }

.ui-widget-overlay {
  background: black; }

.ui-widget-content a {
  color: #b40f27; }

.ui-widget-content label.error {
  font-size: 12px !important;
  color: #b61328 !important;
  font-weight: 400 !important; }

.career-video {
  padding: 40px 0; }
  .career-video .heading {
    text-align: center;
    font-size: 36px; }
  .career-video .career-slider {
    margin: 20px 0; }
    .career-video .career-slider .box-items {
      width: 49%; }
      .career-video .career-slider .box-items iframe {
        width: 100% !important; }
      .career-video .career-slider .box-items .title {
        font-size: 18px;
        font-weight: 700;
        font-family: 'lexend'; }
      .career-video .career-slider .box-items p {
        font-size: 16px;
        font-weight: 300;
        font-family: 'lexend'; }
    .career-video .career-slider .owl-carousel .owl-dots {
      width: 100%;
      position: absolute;
      bottom: -30px;
      display: flex;
      justify-content: center; }
      .career-video .career-slider .owl-carousel .owl-dots .owl-dot {
        background-color: #a7b6c1;
        border-radius: 50px;
        width: 10px;
        height: 10px;
        margin: 0 5px !important; }
      .career-video .career-slider .owl-carousel .owl-dots .owl-dot.active {
        border: 5px solid #c73533; }
    .career-video .career-slider .owl-carousel .owl-dots.disabled {
      display: none; }

.node-44088 .inner-banner-text,
.node-45323 .inner-banner-text {
  display: none; }

.gtd-heading {
  color: #C93733;
  font-family: Lexend;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center; }
  .gtd-heading span {
    color: #581212; }

.gtd-overview {
  padding: 60px 0; }
  .gtd-overview .left {
    width: 40%; }
    .gtd-overview .left .img-sec {
      border-radius: 10px;
      overflow: hidden; }
      .gtd-overview .left .img-sec img {
        width: 100%;
        display: block; }
  .gtd-overview .right {
    width: 55%; }
    .gtd-overview .right .gtd-heading {
      text-align: left;
      margin-bottom: 10px; }
    .gtd-overview .right p {
      color: #777;
      font-family: Lexend;
      font-size: 16px;
      font-weight: 300;
      line-height: 28px; }

.global-dynamics {
  padding: 60px 0;
  background: #EFEFEF; }
  .global-dynamics .main-box {
    margin-top: 20px;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); }
    .global-dynamics .main-box .left {
      width: 44%;
      padding: 20px;
      text-align: center; }
      .global-dynamics .main-box .left ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .global-dynamics .main-box .left ul li {
          padding: 14px 12px;
          border-radius: 10px;
          background: #ffffff;
          position: relative;
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
          width: 49%;
          position: relative; }
          .global-dynamics .main-box .left ul li:before {
            content: '';
            position: absolute;
            width: 40px;
            height: 40px;
            border-top: 2px solid #F5AF19;
            border-left: 2px solid #F5AF19;
            left: 10px;
            top: 10px; }
          .global-dynamics .main-box .left ul li:after {
            content: '';
            position: absolute;
            width: 40px;
            height: 40px;
            border-bottom: 2px solid #F5AF19;
            border-right: 2px solid #F5AF19;
            right: 10px;
            bottom: 10px; }
          .global-dynamics .main-box .left ul li:first-of-type {
            width: 100%;
            padding: 30px 0 30px 20px;
            display: block;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            background: #EF9828; }
            .global-dynamics .main-box .left ul li:first-of-type:before {
              content: '';
              position: absolute;
              width: 40px;
              height: 40px;
              border-top: 2px solid #ECECEC;
              border-left: 2px solid #ECECEC;
              left: 10px;
              top: 10px; }
            .global-dynamics .main-box .left ul li:first-of-type:after {
              content: '';
              position: absolute;
              width: 40px;
              height: 40px;
              border-bottom: 2px solid #ECECEC;
              border-right: 2px solid #ECECEC;
              right: 10px;
              bottom: 10px; }
            .global-dynamics .main-box .left ul li:first-of-type .img-sec {
              padding: 0 20px; }
            .global-dynamics .main-box .left ul li:first-of-type .title {
              color: #fff;
              text-align: left; }
              .global-dynamics .main-box .left ul li:first-of-type .title:before {
                margin: initial;
                width: 186px; }
              .global-dynamics .main-box .left ul li:first-of-type .title:after {
                margin: auto;
                background: #F5AF19; }
            .global-dynamics .main-box .left ul li:first-of-type .amount {
              color: #fff;
              font-family: Lexend;
              font-size: 32px;
              font-weight: 600; }
          .global-dynamics .main-box .left ul li .title {
            color: #222;
            font-family: Lexend;
            font-size: 18px;
            line-height: 22px;
            font-weight: 400;
            margin-bottom: 35px;
            position: relative; }
            .global-dynamics .main-box .left ul li .title:before {
              content: '';
              position: absolute;
              width: 100px;
              height: 3px;
              background: #ECECEC;
              left: 0;
              bottom: -17px;
              right: 0;
              margin: auto; }
            .global-dynamics .main-box .left ul li .title:after {
              content: '';
              position: absolute;
              width: 36px;
              height: 3px;
              background: #4C191B;
              left: 0;
              bottom: -17px;
              right: 0;
              margin: auto;
              z-index: 1; }
          .global-dynamics .main-box .left ul li .amount {
            color: #222;
            font-family: Lexend;
            font-size: 20px;
            line-height: 22px;
            font-weight: 600; }
    .global-dynamics .main-box .right {
      width: 56%;
      border-left: 1px solid #F0F0F0;
      padding: 40px 0;
      text-align: center; }
      .global-dynamics .main-box .right .img-sec {
        text-align: center; }

.gtd-focus-areas {
  padding: 60px 0; }
  .gtd-focus-areas .box-sm {
    width: 50%;
    background: #C93733;
    padding: 3px;
    min-height: 423px; }
    .gtd-focus-areas .box-sm:first-of-type {
      border-radius: 10px 0 0 10px; }
    .gtd-focus-areas .box-sm:last-of-type {
      background: #581212;
      border-radius: 0 10px 10px 0; }
      .gtd-focus-areas .box-sm:last-of-type .title {
        color: #581212; }
    .gtd-focus-areas .box-sm .title {
      border-radius: 10px;
      padding: 20px;
      background: #fff;
      color: #C93733;
      font-family: Lexend;
      font-size: 24px;
      font-weight: 500; }
    .gtd-focus-areas .box-sm ul {
      padding: 20px;
      margin: 0;
      list-style: none; }
      .gtd-focus-areas .box-sm ul li {
        padding: 5px 35px;
        position: relative;
        color: #FFF;
        font-family: Lexend;
        font-size: 16px;
        font-weight: 300;
        line-height: 23px; }
        .gtd-focus-areas .box-sm ul li:before {
          content: '';
          position: absolute;
          width: 27px;
          height: 27px;
          background: url(../images/focus-area-bullet.png) no-repeat;
          left: 0;
          top: 0; }

.active-continents {
  padding: 60px 0;
  background: #EFEFEF; }
  .active-continents .country-map {
    padding-top: 20px;
    text-align: center; }
    .active-continents .country-map img {
      max-width: 100%;
      padding: 10px 0; }

.global-engagements {
  padding: 60px 0; }
  .global-engagements ul {
    padding: 0;
    padding-top: 10px;
    margin: 0;
    list-style: none; }
    .global-engagements ul li {
      border-radius: 10px;
      overflow: hidden;
      width: 23%;
      margin: 10px;
      position: relative;
      transition: all linear 0.4s; }
      .global-engagements ul li:hover .desc {
        opacity: 1;
        transition: all linear 0.4s; }
      .global-engagements ul li .img-sec img {
        width: 100%; }
      .global-engagements ul li .desc {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
        padding: 20px;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all linear 0.4s;
        background: linear-gradient(180deg, rgba(182, 19, 40, 0.8) 58.85%, rgba(182, 19, 40, 0.39) 100%); }
        .global-engagements ul li .desc .title {
          color: #FFF;
          font-family: Lexend;
          font-size: 16px;
          line-height: 20px;
          font-weight: 500;
          padding-bottom: 5px; }
        .global-engagements ul li .desc ul {
          padding: 0; }
          .global-engagements ul li .desc ul li {
            padding: 4px 0 4px 12px;
            position: relative;
            margin: 0;
            width: 100%;
            border-radius: 0;
            color: rgba(255, 255, 255, 0.9);
            font-family: Lexend;
            font-size: 14px;
            line-height: 16px;
            font-weight: 400; }
            .global-engagements ul li .desc ul li:before {
              content: '';
              position: absolute;
              background: url(../images/global-engagment-bullet.png) no-repeat;
              left: 0;
              top: 7px;
              width: 9px;
              height: 9px; }

.gtd-upcoming-events {
  padding: 60px 0;
  background: linear-gradient(180deg, #EFEFEF 0%, rgba(239, 239, 239, 0) 53.05%); }
  .gtd-upcoming-events .summits-wrapper {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-self: flex-start; }
    .gtd-upcoming-events .summits-wrapper .summits-tabs {
      width: 36%; }
      .gtd-upcoming-events .summits-wrapper .summits-tabs ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .gtd-upcoming-events .summits-wrapper .summits-tabs ul li {
          padding: 30px;
          border-radius: 10px;
          background: #fff;
          font-family: Lexend;
          font-size: 18px;
          font-weight: 500;
          line-height: 28px;
          color: #161616;
          margin-bottom: 10px;
          border: 1px solid rgba(0, 0, 0, 0.15);
          transition: all linear 0.3s; }
          .gtd-upcoming-events .summits-wrapper .summits-tabs ul li.active {
            background: #C93733;
            color: #fff; }
    .gtd-upcoming-events .summits-wrapper .summits-tabs-wrapper {
      width: 58%; }
      .gtd-upcoming-events .summits-wrapper .summits-tabs-wrapper .summits-tabs-content {
        display: none; }
        .gtd-upcoming-events .summits-wrapper .summits-tabs-wrapper .summits-tabs-content .desc p {
          color: rgba(34, 34, 34, 0.8);
          font-family: Lexend;
          font-size: 16px;
          font-weight: 300;
          line-height: 28px; }
        .gtd-upcoming-events .summits-wrapper .summits-tabs-wrapper .summits-tabs-content .desc .detail-box {
          margin-top: 20px; }
          .gtd-upcoming-events .summits-wrapper .summits-tabs-wrapper .summits-tabs-content .desc .detail-box .title {
            font-family: Lexend;
            font-size: 20px;
            font-weight: 500;
            line-height: 28px;
            color: #161616;
            padding-bottom: 10px; }
          .gtd-upcoming-events .summits-wrapper .summits-tabs-wrapper .summits-tabs-content .desc .detail-box .date {
            color: rgba(34, 34, 34, 0.8);
            font-family: Lexend;
            font-size: 20px;
            font-weight: 300;
            line-height: 28px;
            padding-left: 30px;
            position: relative; }
            .gtd-upcoming-events .summits-wrapper .summits-tabs-wrapper .summits-tabs-content .desc .detail-box .date:before {
              content: '';
              width: 24px;
              height: 24px;
              position: absolute;
              background: url(../images/date.png) no-repeat;
              top: 0;
              left: 0; }
        .gtd-upcoming-events .summits-wrapper .summits-tabs-wrapper .summits-tabs-content .list-heading {
          display: none; }

.domestic-roadshows {
  padding: 60px 0;
  background: linear-gradient(180deg, #EFEFEF 0%, rgba(239, 239, 239, 0) 100%); }
  .domestic-roadshows .left {
    width: 24%;
    padding-right: 10px;
    border-right: 1px solid #cdcdcd; }
    .domestic-roadshows .left .title {
      color: #C93733;
      font-family: Lexend;
      font-size: 20px;
      font-weight: 500;
      line-height: 24px;
      padding-bottom: 10px; }
  .domestic-roadshows .right {
    width: 74%;
    padding-left: 10px; }
    .domestic-roadshows .right .desc {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-bottom: 10px; }
      .domestic-roadshows .right .desc .left-txt {
        color: #C93733;
        font-family: Lexend;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        padding-right: 10px;
        border-right: 1px solid #cdcdcd; }
      .domestic-roadshows .right .desc .details {
        color: #777;
        font-family: Lexend;
        font-size: 16px;
        font-weight: 300;
        line-height: 21px;
        padding-left: 10px; }
        .domestic-roadshows .right .desc .details span {
          color: #1A1515;
          font-weight: 500; }
    .domestic-roadshows .right ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .domestic-roadshows .right ul li {
        width: 32%; }
  .domestic-roadshows .img-sec {
    border-radius: 10px;
    overflow: hidden; }
    .domestic-roadshows .img-sec img {
      width: 100%;
      display: block; }
  .domestic-roadshows .txt {
    color: #777;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 10px; }

.gtd-testimonials-videos {
  padding: 60px 0; }
  .gtd-testimonials-videos .testimonial {
    width: 60%; }
    .gtd-testimonials-videos .testimonial .gtd-heading {
      text-align: left; }
    .gtd-testimonials-videos .testimonial .testimonial-slider {
      border-right: 1px solid #d6d6d6; }
    .gtd-testimonials-videos .testimonial ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .gtd-testimonials-videos .testimonial ul li .details {
        padding-right: 60px;
        padding-top: 30px; }
      .gtd-testimonials-videos .testimonial ul li p {
        color: #777;
        font-family: Lexend;
        font-size: 16px;
        font-weight: 300;
        line-height: 28px;
        padding: 24px 0; }
      .gtd-testimonials-videos .testimonial ul li .person {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px; }
        .gtd-testimonials-videos .testimonial ul li .person .person-img {
          width: 43px;
          height: 43px;
          border-radius: 50px;
          overflow: hidden; }
          .gtd-testimonials-videos .testimonial ul li .person .person-img img {
            width: 100%; }
        .gtd-testimonials-videos .testimonial ul li .person .person-desc {
          padding-left: 10px; }
          .gtd-testimonials-videos .testimonial ul li .person .person-desc .name {
            color: #222;
            font-family: Lexend;
            font-size: 18px;
            line-height: 22px;
            font-weight: 400; }
          .gtd-testimonials-videos .testimonial ul li .person .person-desc .org {
            color: rgba(34, 34, 34, 0.7);
            font-family: Lexend;
            font-size: 14px;
            font-weight: 300;
            line-height: 20px; }
    .gtd-testimonials-videos .testimonial .owl-carousel .owl-dots {
      text-align: left;
      display: flex;
      margin-top: 40px; }
      .gtd-testimonials-videos .testimonial .owl-carousel .owl-dots .owl-dot {
        width: 35px;
        height: 10px;
        background: #FCDEDD;
        border-radius: 40px;
        margin-right: 5px; }
        .gtd-testimonials-videos .testimonial .owl-carousel .owl-dots .owl-dot.active {
          background: #C93733; }
    .gtd-testimonials-videos .testimonial .owl-carousel .owl-item img {
      width: auto !important; }
  .gtd-testimonials-videos .video {
    width: 40%;
    padding-left: 60px; }
    .gtd-testimonials-videos .video .gtd-heading {
      text-align: left;
      margin-bottom: 15px; }
    .gtd-testimonials-videos .video .video-main {
      padding-top: 0; }
      .gtd-testimonials-videos .video .video-main .videos-part {
        margin: 10px 0;
        border-radius: 20px;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
        overflow: hidden; }
        .gtd-testimonials-videos .video .video-main .videos-part iframe {
          max-width: 100%;
          display: block; }

.gtd-trade-reference {
  padding: 60px 0;
  background: #EFEFEF; }
  .gtd-trade-reference .main-box {
    margin-top: 10px;
    background: #fff;
    border-radius: 6px;
    padding: 20px; }
    .gtd-trade-reference .main-box .left {
      width: 41%;
      padding: 30px 0; }
      .gtd-trade-reference .main-box .left .name-detail {
        display: flex;
        align-items: center; }
        .gtd-trade-reference .main-box .left .name-detail .logo {
          width: 65px;
          height: 65px;
          border-radius: 70px;
          overflow: hidden; }
        .gtd-trade-reference .main-box .left .name-detail .other-detail {
          padding-left: 20px; }
          .gtd-trade-reference .main-box .left .name-detail .other-detail .name {
            color: #000;
            font-family: Lexend;
            font-size: 25px;
            font-weight: 400;
            line-height: 30px; }
          .gtd-trade-reference .main-box .left .name-detail .other-detail .profile {
            color: #777;
            font-family: Lexend;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px; }
      .gtd-trade-reference .main-box .left .txt {
        color: rgba(34, 34, 34, 0.8);
        font-family: Lexend;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        padding-top: 10px; }
        .gtd-trade-reference .main-box .left .txt a {
          color: #5E9DFF; }
    .gtd-trade-reference .main-box .right {
      width: 58%;
      display: flex;
      align-items: center; }
      .gtd-trade-reference .main-box .right .img-sec {
        padding-right: 20px; }
      .gtd-trade-reference .main-box .right .desc {
        color: #C93733;
        font-family: Lexend;
        font-size: 24px;
        font-weight: 400;
        line-height: 34px; }

.gtd-connect-info {
  padding: 60px 0; }
  .gtd-connect-info .detail-sec {
    width: 42%; }
    .gtd-connect-info .detail-sec .gtd-heading {
      text-align: left; }
    .gtd-connect-info .detail-sec .txt {
      color: rgba(34, 34, 34, 0.8);
      font-family: Lexend;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      padding-bottom: 20px; }
      .gtd-connect-info .detail-sec .txt a {
        color: #222;
        text-decoration: underline; }
    .gtd-connect-info .detail-sec .social-media {
      display: flex;
      justify-content: flex-start;
      padding-bottom: 20px;
      border-bottom: 1px solid #e2e2e2; }
      .gtd-connect-info .detail-sec .social-media a {
        padding-right: 10px; }
    .gtd-connect-info .detail-sec .address {
      padding: 20px 0 10px 0;
      font-family: Lexend;
      font-size: 27px;
      font-weight: 400;
      line-height: 30px;
      color: #C93733; }
    .gtd-connect-info .detail-sec .details {
      padding-left: 10px;
      color: rgba(34, 34, 34, 0.8);
      font-family: Lexend;
      font-size: 16px;
      font-weight: 300;
      line-height: 23px;
      margin: 15px 0; }
  .gtd-connect-info .map-sec {
    width: 55%;
    border-radius: 10px;
    border: 10px solid #E2E2E2;
    overflow: hidden; }
    .gtd-connect-info .map-sec iframe {
      width: 100%;
      display: block; }

.diversity-awards-sec {
  padding: 60px 0;
  background: #f6f6f6; }
  .diversity-awards-sec .heading {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px; }
  .diversity-awards-sec .award-title {
    margin-bottom: 10px;
    font-family: 'lexend'; }
    .diversity-awards-sec .award-title span {
      font-size: 24px;
      font-weight: 500;
      line-height: 26px;
      background: #E32630;
      padding: 10px 30px;
      color: #f1f1f1;
      position: relative; }
      .diversity-awards-sec .award-title span:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-right: 22px solid transparent;
        border-left: 22px solid transparent;
        border-top: 22px solid transparent;
        top: 11px;
        left: -12px;
        border-top-color: #f6f6f6;
        transform: rotate(-90deg); }
      .diversity-awards-sec .award-title span:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-right: 22px solid transparent;
        border-left: 22px solid transparent;
        border-top: 22px solid transparent;
        top: 11px;
        right: -12px;
        border-top-color: #f6f6f6;
        transform: rotate(90deg); }
  .diversity-awards-sec .main-box {
    padding-bottom: 40px; }
    .diversity-awards-sec .main-box .txt {
      color: #5A5555;
      text-align: left;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      padding: 15px 0; }
    .diversity-awards-sec .main-box ul {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: flex-start;
      list-style: none;
      padding: 0;
      margin: 0; }
      .diversity-awards-sec .main-box ul li {
        width: 18%;
        margin-right: 20px; }
        .diversity-awards-sec .main-box ul li:last-of-type {
          margin: 0; }
        .diversity-awards-sec .main-box ul li img {
          width: 100%;
          display: block;
          border: 1px solid rgba(0, 0, 0, 0.1); }

.career-landing-page .inner-banner {
  display: none; }

@media (max-width: 1199px) {
  /* home Start */
  .nasscom-technology .witness-transformative .heading {
    padding-top: 100px; }
  .nasscom-technology .witness-transformative .our-priorities {
    margin-top: 100px; }
  .nav-section.sticky .navigation {
    margin-left: 20px; }
  .home-banner .banner-right ul li .title {
    font-size: 14px;
    line-height: 20px; }
  .banner-video video {
    position: absolute;
    left: -5%;
    right: 0;
    top: 50%;
    width: 110%;
    height: auto;
    transform: translate(0, -50%); }
  .gdp-frontpage {
    font-size: 24px;
    line-height: 24px;
    padding: 40px 0; }
  .our-initiatives {
    padding: 250px 15px 50px; }
  .nasscom-knowledge-center .case-study {
    width: 32.5%;
    padding-top: 20px; }
  .nasscom-knowledge-center .interview-videos {
    width: 35%;
    padding: 20px 30px; }
    .nasscom-knowledge-center .interview-videos h2 {
      padding-left: 45px;
      background-size: 32px;
      background-position: 0 8px; }
  .nasscom-knowledge-center .our-blogs {
    width: 32.5%;
    padding-top: 20px; }
    .nasscom-knowledge-center .our-blogs .blog-title {
      margin-top: 0; }
      .nasscom-knowledge-center .our-blogs .blog-title a {
        font-size: 15px; }
  .nasscom-knowledge-center .heading,
  .nasscom-knowledge-center h2 {
    font-size: 24px;
    padding-left: 40px;
    background-size: 30px;
    background-position: 0 8px; }
  .home-knowledge-center .view-nasscom-publication .view-content .date-national {
    font-size: 15px; }
  .home-knowledge-center .view-nasscom-publication .view-content .title {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px; }
  .home-upcomming-events .slick-slide {
    margin: 15px 10px; }
  .home-upcomming-events .view-header p {
    margin-bottom: 30px; }
  .home-upcomming-events .view-content {
    padding: 0 15px; }
  .home-upcomming-events .home-latest-at-nasscom .view-content .item-list ul li iframe {
    height: 200px; }
  .policy {
    padding: 50px 0; }
    .policy .sub-heading {
      font-weight: 400;
      font-size: 20px; }
  .youtube-twitter-wrapper {
    padding-top: 0; }
  /* home End */
  .inner-banner img {
    height: 300px; }
  .vision-mission {
    padding: 40px 0;
    background-size: cover; }
  .strategic-imperatives {
    padding: 35px 0 15px; }
    .strategic-imperatives .strategic-list ul li {
      padding: 20px;
      margin: 0 0 34px 15px; }
      .strategic-imperatives .strategic-list ul li:nth-of-type(2) {
        margin-top: 15px; }
      .strategic-imperatives .strategic-list ul li:nth-of-type(3) {
        margin-bottom: 16px; }
      .strategic-imperatives .strategic-list ul li:nth-of-type(4) {
        margin-top: 15px;
        margin-bottom: 0; }
  .our-councils {
    margin-bottom: 130px; }
  .whatwedo-new .right:after {
    display: none; }
  .innovation .left {
    width: 25.66%; }
  .innovation .right {
    margin-right: -2.5%; }
  .innovation-list {
    overflow: scroll;
    padding: 10px; }
    .innovation-list ul {
      width: 885px;
      margin-bottom: 5px; }
  .talent-development .policy-desc {
    width: calc(50% - 10px); }
  .industry-development-new ul,
  .thought-leadership-new ul {
    justify-content: space-around !important; }
    .industry-development-new ul li,
    .thought-leadership-new ul li {
      width: 32% !important; }
  .industry-development-list .policy-desc {
    width: 22.5833%;
    padding: 15px; }
  .leadership-list .policy-desc {
    width: 23.583%; }
  .affliated-organizations-new .left {
    width: 100% !important; }
  .affliated-organizations-new .right {
    width: 100% !important; }
    .affliated-organizations-new .right ul li p {
      min-height: auto !important; }
  .international-chapters {
    padding: 40px 0; }
    .international-chapters .internation-chapter-box {
      width: 55%; }
  .activities {
    padding: 40px 0; }
  .global-trade-list {
    margin-top: 30px; }
    .global-trade-list .list-heading {
      font-size: 18px;
      padding: 10px 15px; }
    .global-trade-list p {
      font-size: 13px;
      max-height: 150px; }
  .council-member-list ul li {
    width: 25%; }
  .bpm-council-priorites .list-heading {
    font-size: 22px; }
  .initiatives-priorites .desc {
    display: block;
    height: auto;
    bottom: 0; }
    .initiatives-priorites .desc .list-heading {
      min-height: auto; }
    .initiatives-priorites .desc p {
      display: none;
      font-size: 13px; }
  .initiatives-priorites ul li:hover .desc p {
    display: block; }
  .key-segment-list ul li {
    width: 32%;
    margin: 0 2% 2% 0; }
    .key-segment-list ul li:nth-of-type(4n) {
      margin: 0 2% 2% 0; }
    .key-segment-list ul li:nth-of-type(3n) {
      margin-right: 0; }
  .sme-council .sme-business .desc {
    width: calc(100% - 65px); }
  .sme-council p {
    font-size: 15px; }
  .nasscom-emerge .emerge-award-box {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px; }
    .nasscom-emerge .emerge-award-box .desc {
      width: 100%; }
      .nasscom-emerge .emerge-award-box .desc p {
        font-size: 15px; }
  .nasscom-emerge .product-conclave-box {
    padding-top: 20px;
    padding-bottom: 20px; }
    .nasscom-emerge .product-conclave-box .desc {
      padding: 0 10px; }
    .nasscom-emerge .product-conclave-box .readmore-product {
      margin: 0 -10px;
      padding: 10px;
      font-size: 13px;
      text-align: center; }
  .former-president-list ul li {
    align-items: flex-start; }
  .domestic-focus-area .domestic-focus-area-list .image img {
    width: 100%;
    height: 180px; }
  .domestic-focus-area .domestic-focus-area-list .desc {
    padding: 10px; }
  .domestic-focus-area .domestic-focus-area-list .list-heading {
    font-size: 16px; }
  .heart-nasscom p {
    text-transform: none; }
  .heart-nasscom .heart-nasscom-list .desc {
    text-transform: none;
    font-size: 15px; }
  .heart-nasscom .heart-nasscom-list ul li {
    padding: 0 10px; }
  .our-location .attachment-before + .view-content {
    width: calc(100% - 260px); }
  .our-location .office-wrapper .image img {
    width: 100%;
    display: block; }
  .member-listing .member-listing-list ul li {
    width: 32%;
    margin: 0.6%; }
  .why-member .head {
    margin-bottom: 20px; }
  .why-member-list ul li {
    padding: 10px; }
  .fee-category-list .list-heading {
    font-size: 20px; }
  .member-speak .member-speak-box {
    border-right: 0; }
  .membership-form .member-profile-box {
    padding: 20px 30px 30px; }
  .membership-form label {
    font-size: 15px; }
  /* Publication Start */
  .publication .view-nasscom-publication {
    padding: 30px 15px 30px; }
  .get-the-report .heading {
    font-size: 32px; }
  .get-the-report p {
    font-size: 13px; }
  .get-the-report .regular-price {
    font-size: 18px;
    min-height: auto;
    padding: 30px 15px;
    display: block;
    text-align: center; }
    .get-the-report .regular-price .buy-now {
      font-size: 18px;
      max-width: 160px;
      margin: 0 auto; }
  .reports .heading {
    font-size: 32px; }
  /* Publication End */
  /* Publication Detail Start */
  .publication-new .left {
    width: 74.16%; }
  .publication-new .right {
    width: 24.16%; }
  /* Publication Detail End */
  /* ShowCase Start */
  .showcase .view-content {
    padding: 0 15px; }
  /* ShowCase End */
  /* Knowledge Center Page Start */
  .know-interviews .interviews-list .interview-left {
    width: 36.75%; }
    .know-interviews .interviews-list .interview-left .interview-img img {
      width: 100%; }
    .know-interviews .interviews-list .interview-left .interview-info {
      left: 300px; }
  .know-interviews .interviews-list .interview-right {
    width: 50%; }
  /* Knowledge Center Page End */
  .events-tabs-content .view-filters form {
    max-width: 960px; }
  /* Events Start */
  .connect-followus h2 {
    font-size: 26px; }
  .connect-followus .event-connect {
    padding-left: 40px;
    padding-right: 40px; }
  .connect-followus .know-subscribe {
    padding-left: 0;
    padding-right: 0; }
    .connect-followus .know-subscribe form .form-wrapper {
      width: 68%;
      max-width: none; }
    .connect-followus .know-subscribe form .form-actions {
      width: 30%; }
      .connect-followus .know-subscribe form .form-actions .btn-primary {
        padding: 5px 10px; }
  .connect-followus .event-followus {
    padding-right: 40px; }
  /* Events End */
  /* Latest at Nasscom Start */
  .latest-nasscom-page .latest-nasscom-left {
    width: calc(24.017% - 15px); }
  .latest-nasscom-page .latest-nasscom-right {
    width: 75.47%; }
  /* Latest at Nasscom End */
  /* Media page start */
  .meida .press-release-list ul li {
    width: 48%;
    margin-right: 4%; }
    .meida .press-release-list ul li:nth-of-type(3n) {
      margin-right: 4%; }
    .meida .press-release-list ul li:nth-of-type(2n) {
      margin-right: 0; }
  /* Media page end */
  /* Shaping The Techade Page Start */
  .node-40548 .shaping-techade-section .main-heading {
    font-size: 48px;
    line-height: 48px; }
  .node-40548 .shaping-techade-section .heading-techade {
    font-size: 24px;
    line-height: 28px; }
    .node-40548 .shaping-techade-section .heading-techade:before {
      height: 26px; }
  .node-40548 .latest-articles .container {
    max-width: 85%; }
  .node-40548 .latest-articles .main-heading {
    font-size: 48px;
    line-height: 48px; }
  .node-40548 .latest-articles .heading-techade {
    font-size: 24px;
    line-height: 28px; }
    .node-40548 .latest-articles .heading-techade:before {
      height: 26px; }
  .node-40548 .latest-articles .item {
    padding: 10px; }
  .node-40548 .latest-articles .demonstrating-transforming .flex-box .left .heading-techade {
    max-width: auto;
    line-height: 28px; }
  .node-40548 .latest-articles .demonstrating-transforming .flex-box .right .heading-techade {
    min-height: 99px; }
  .node-40548 .latest-articles .demonstrating-transforming .owl-nav .owl-prev {
    top: -165px; }
  .node-40548 .latest-articles .demonstrating-transforming .owl-nav .owl-next {
    top: -165px; }
  .node-40548 .latest-articles .world-class .flex-box .left {
    width: 43%; }
  .node-40548 .latest-articles .decoding-conversation .flex-box .left .heading-techade {
    min-height: auto;
    min-height: 79px; }
  .node-40548 .latest-articles .decoding-conversation .flex-box .right .heading-techade {
    max-width: 325px; }
  .node-40548 .latest-articles .decoding-conversation .owl-nav .owl-prev {
    top: -155px; }
  .node-40548 .latest-articles .decoding-conversation .owl-nav .owl-next {
    top: -155px; }
  .node-40548 .region-content-fifth {
    width: 95%;
    margin: 0 auto; }
  .node-40548 .block-twitter-block {
    width: 49.5%; }
  /* Shaping The Techade Page End */
  /* Knowledge Centre Start */
  .know-showcase .view-content {
    padding: 0 50px; }
  /* Knowledge Centre End */
  /* Global Search Start */
  .global-search .view-content .view-grouping {
    width: 50%; }
  .global-search .view-content .item-list ul li .desc-top img {
    float: none;
    margin-bottom: 10px; }
  .global-search .view-content .item-list ul li .title {
    font-weight: 500; }
  .global-search .view-content .item-list ul li .post-date {
    width: calc(100% - 10px); }
  /* Global Search end */
  /* Diversity Page Start */
  .diversity-stats ul li .desc p span {
    font-size: 26px;
    line-height: 28px; }
  .diversity-vision-mission .image img {
    margin: 40px auto;
    width: 100%; }
  .diversity-impact .attachment {
    max-width: 300px; }
    .diversity-impact .attachment .view-diversity-inclusion {
      padding: 0; }
    .diversity-impact .attachment .impact-tab ul li {
      padding: 15px;
      font-size: 15px; }
  .diversity-impact .view-content {
    max-width: 660px; }
  /* Diversity Page End */
  /* Product page start */
  .product-key-focus-areas ul li .desc {
    padding: 20px;
    font-size: 12px; }
    .product-key-focus-areas ul li .desc ul {
      margin-top: 10px; }
      .product-key-focus-areas ul li .desc ul li {
        font-size: 14px; }
  .product-key-focus-areas .list-heading {
    font-size: 26px;
    margin-bottom: 12px; }
  /* Product page end */
  .global-dynamics .main-box .right {
    border: 0; }
    .global-dynamics .main-box .right .img-sec img {
      width: 100%; }
  .gtd-focus-areas .box-sm {
    min-height: 540px; }
  .global-engagements ul li {
    width: 31%; }
  .domestic-roadshows .left {
    width: 23%; }
  .domestic-roadshows .right {
    width: 77%; }
  .gtd-trade-reference .main-box .right .desc {
    font-size: 18px;
    line-height: 24px; } }

/* 3. scale and layout setting at 150% */
@media (resolution: 1.5dppx) {
  .heading-second {
    font-size: 28px; }
  .nasscom-technology {
    background-size: 1270px;
    background-position: center -125px; }
    .nasscom-technology .witness-transformative .heading {
      font-size: 36px;
      line-height: 42px;
      margin-bottom: 10px;
      padding-top: 60px; }
    .nasscom-technology .witness-transformative p {
      font-size: 18px; }
    .nasscom-technology .witness-transformative .hash-tag a {
      font-size: 20px; }
    .nasscom-technology .witness-transformative .our-priorities {
      margin-top: 55px; }
      .nasscom-technology .witness-transformative .our-priorities .heading-second {
        margin-bottom: 10px; }
      .nasscom-technology .witness-transformative .our-priorities .know-more {
        margin-top: 20px; }
        .nasscom-technology .witness-transformative .our-priorities .know-more a {
          padding: 4px 24px;
          font-size: 14px; }
    .nasscom-technology .witness-transformative .our-priorities-list .icon {
      width: 30px; }
      .nasscom-technology .witness-transformative .our-priorities-list .icon img {
        width: 100%; }
    .nasscom-technology .witness-transformative .our-priorities-list ul li {
      padding: 15px 25px;
      font-size: 15px;
      line-height: 20px; }
  .our-initiatives p {
    font-size: 20px;
    line-height: 28px; }
  .represent .represent-list .list-heading {
    font-size: 18px;
    line-height: 24px; }
  .represent .represent-list .num {
    font-size: 32px; }
  .represent .represent-list p {
    font-size: 18px; }
  .home-knowledge-center .view-header p {
    font-size: 22px;
    line-height: 30px; }
  .policy .view-content .list-heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px; }
  .policy .sub-heading {
    font-size: 22px; }
  .home-upcomming-events .view-header .heading-second {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px; }
  .home-upcomming-events .view-header .sub-heading {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px; }
  .home-upcomming-events .view-header p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px; }
  .home-upcomming-events .home-latest-at-nasscom p {
    font-size: 22px; } }

/* 4. scale and layout setting at 175% */
@media (max-width: 1023px) {
  /* home Start */
  .nasscom-technology .witness-transformative .heading {
    font-size: 36px;
    padding-top: 50px; }
  .nasscom-technology .witness-transformative p {
    font-size: 22px; }
  .nasscom-technology .witness-transformative .hash-tag a {
    font-size: 30px; }
  .nasscom-technology .witness-transformative .our-priorities {
    margin-top: 50px; }
  .nasscom-technology .witness-transformative .our-priorities-list ul li {
    padding: 20px 10px;
    font-size: 18px; }
  .home-banner {
    padding: 20px 20px 50px; }
    .home-banner .view-content {
      width: 100%; }
    .home-banner .attachment {
      width: 100%;
      margin-top: 20px; }
    .home-banner .banner-left .slick-dots {
      top: auto;
      right: 0;
      bottom: -35px;
      width: 100%;
      flex-direction: row; }
      .home-banner .banner-left .slick-dots li {
        margin: 0 10px; }
    .home-banner .banner-right .title {
      display: none; }
    .home-banner .banner-right .slick-track {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
    .home-banner .banner-right ul li {
      width: 15% !important;
      float: none;
      margin: 0 10px; }
      .home-banner .banner-right ul li .image {
        width: 100%; }
  .banner-video {
    height: auto; }
    .banner-video video {
      display: block;
      position: static;
      width: 100%;
      transform: translate(0, 0); }
  .home-aboutus .heading {
    font-size: 24px;
    font-weight: 500; }
  .home-aboutus .sub-heading {
    font-size: 15px;
    padding: 0 20px; }
  .home-aboutus p {
    font-size: 14px;
    line-height: 22px; }
  .home-aboutus .industry-growth .industry-heading {
    font-size: 16px;
    line-height: 24px; }
  .home-aboutus .industry-growth-list .image {
    width: 50px;
    height: 50px;
    align-self: flex-start; }
    .home-aboutus .industry-growth-list .image img {
      width: 28px; }
  .home-aboutus .industry-growth-list .desc {
    font-size: 14px;
    margin-left: 10px;
    width: calc(100% - 60px);
    align-self: flex-start; }
  .home-aboutus .home-read-more {
    margin-top: 35px; }
  .gdp-frontpage {
    padding: 30px 0;
    font-size: 20px;
    line-height: 20px; }
  .our-initiatives .heading {
    font-size: 24px; }
  .our-initiatives p {
    font-size: 14px; }
  .our-initiatives .cate-label .heading-second {
    padding: 10px 0; }
  .represent .represent-list {
    padding: 0 15px; }
    .represent .represent-list .list-heading {
      font-size: 16px;
      line-height: 24px;
      min-height: 72px;
      margin-bottom: 10px; }
    .represent .represent-list .num {
      font-size: 36px; }
    .represent .represent-list p {
      line-height: 16px;
      line-height: 20px; }
    .represent .represent-list ul li {
      padding: 15px 10px; }
  .home-knowledge-center {
    padding: 40px 0; }
    .home-knowledge-center .view-header p {
      font-size: 18px;
      line-height: 24px;
      font-weight: 400;
      margin-bottom: 20px; }
    .home-knowledge-center .view-content {
      padding: 0 15px; }
  .nasscom-home-media {
    padding: 30px 0; }
    .nasscom-home-media .nasscom-media .view-header {
      margin-bottom: 15px; }
    .nasscom-home-media .nasscom-media .item-list .desc {
      padding-right: 0; }
  .home-upcomming-events .home-latest-at-nasscom .view-content .item-list {
    overflow: auto;
    padding-bottom: 20px; }
    .home-upcomming-events .home-latest-at-nasscom .view-content .item-list ul {
      justify-content: space-between;
      width: 1940px; }
      .home-upcomming-events .home-latest-at-nasscom .view-content .item-list ul li {
        width: 194px; }
        .home-upcomming-events .home-latest-at-nasscom .view-content .item-list ul li:nth-of-type(4n) {
          width: 388px; }
  .policy .view-content .list-heading {
    font-size: 18px;
    line-height: 24px;
    min-height: 72px; }
  .youtube-twitter-wrapper .youtube-data {
    width: 100%;
    margin-bottom: 30px; }
    .youtube-twitter-wrapper .youtube-data .video-img img {
      object-fit: inherit;
      height: auto; }
  .youtube-twitter-wrapper .region-content-eight,
  .youtube-twitter-wrapper .region-content-nine {
    width: 100%; }
  /* home End */
  .nav-section {
    padding: 5px 0; }
    .nav-section .navigation {
      position: relative;
      order: 3;
      margin-right: 0;
      margin-left: 20px; }
      .nav-section .navigation .navbar-nav {
        position: fixed;
        top: 0;
        right: -300px;
        z-index: 9;
        width: 100%;
        max-width: 280px;
        height: 100vh;
        padding-top: 50px;
        background: #b61328;
        box-shadow: 8px 0 10px rgba(0, 0, 0, 0.3);
        display: block;
        transition: all linear 0.5s;
        overflow: scroll; }
        .nav-section .navigation .navbar-nav.show {
          right: 0; }
        .nav-section .navigation .navbar-nav .navbar-close {
          background: rgba(255, 255, 255, 0.5);
          width: 30px;
          height: 30px;
          line-height: 30px;
          border-radius: 50%;
          color: #fff;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          position: absolute;
          left: 10px;
          top: 10px;
          cursor: pointer; }
        .nav-section .navigation .navbar-nav li {
          width: 100%;
          position: relative;
          border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
          .nav-section .navigation .navbar-nav li .dropdown {
            color: #fff;
            font-size: 25px;
            font-weight: bold;
            height: 42px;
            text-align: center;
            width: 50px;
            z-index: 9999;
            display: block;
            line-height: 42px;
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer; }
          .nav-section .navigation .navbar-nav li .dropdown-toggle:after {
            display: none; }
          .nav-section .navigation .navbar-nav li a {
            display: block;
            color: #fff;
            padding: 10px 15px; }
          .nav-section .navigation .navbar-nav li ul {
            position: static;
            width: 100%;
            opacity: 1;
            visibility: visible;
            display: none; }
            .nav-section .navigation .navbar-nav li ul li {
              background: none; }
              .nav-section .navigation .navbar-nav li ul li a {
                padding: 8px 16px 10px; }
              .nav-section .navigation .navbar-nav li ul li .dropdown {
                width: 50px;
                height: 36px;
                line-height: 32px;
                padding: 0; }
    .nav-section .login-btn {
      margin-left: auto; }
    .nav-section .menu-icon {
      width: 25px;
      cursor: pointer;
      display: block; }
      .nav-section .menu-icon span {
        background: #333;
        display: block;
        height: 4px;
        margin: 3px 0;
        border-radius: 5px; }
  .inner-banner .inner-banner-text {
    padding-left: 45px; }
  .inner-banner .banner-heading {
    font-size: 24px; }
  .footer-copyright .footer-bottom {
    padding: 8px 0; }
    .footer-copyright .footer-bottom p {
      width: 100%;
      text-align: center;
      margin: 3px 0; }
  .vision-mission .vision {
    width: 40.66%;
    margin-right: 2%; }
  .vision-mission .mission {
    width: 56.4166%; }
  .vision-mission .image {
    margin-right: 15px; }
  .vision-mission .desc {
    width: calc(100% - 97px); }
  .strategic-imperatives .left {
    width: 100%;
    margin-top: 0; }
    .strategic-imperatives .left .heading {
      margin-bottom: 5px; }
  .strategic-imperatives .right {
    width: 100%;
    margin-top: 15px; }
  .strategic-imperatives .strategic-list ul {
    display: flex;
    flex-wrap: wrap; }
    .strategic-imperatives .strategic-list ul li:nth-of-type(1), .strategic-imperatives .strategic-list ul li:nth-of-type(2), .strategic-imperatives .strategic-list ul li:nth-of-type(3), .strategic-imperatives .strategic-list ul li:nth-of-type(4), .strategic-imperatives .strategic-list ul li:nth-of-type(5) {
      margin: 0 3.3% 3.3% 0; }
    .strategic-imperatives .strategic-list ul li:nth-of-type(3) {
      margin-right: 0; }
    .strategic-imperatives .strategic-list ul li .heading-desc .image {
      width: 80px;
      height: 73px;
      position: relative; }
  .our-councils ul li {
    padding: 20px; }
    .our-councils ul li h3 {
      font-size: 20px;
      line-height: 24px;
      font-weight: 400; }
    .our-councils ul li .image {
      width: 60px; }
      .our-councils ul li .image img {
        width: 100%; }
    .our-councils ul li:hover .wrap-regional-councel {
      margin: -15px -15px 5px; }
    .our-councils ul li:hover .wrap-list-councel {
      margin: 0 -15px; }
      .our-councils ul li:hover .wrap-list-councel a {
        width: 100%; }
        .our-councils ul li:hover .wrap-list-councel a:nth-of-type(2n) {
          width: 100%;
          font-size: 13px; }
  .history-aboutus {
    background-size: cover; }
    .history-aboutus .history-list ul li {
      width: 48%;
      margin-right: 2%;
      margin-bottom: 2%; }
      .history-aboutus .history-list ul li:nth-of-type(2n) {
        margin-right: 0; }
  .our-presence .view-office-address .view-content {
    width: 100%;
    margin-bottom: 30px; }
    .our-presence .view-office-address .view-content .item-list > ul > li,
    .our-presence .view-office-address .view-content .item-list > ul .mCSB_container > li {
      width: 48%;
      border: 1px dashed #a59d9d;
      padding: 15px; }
      .our-presence .view-office-address .view-content .item-list > ul > li:first-of-type,
      .our-presence .view-office-address .view-content .item-list > ul .mCSB_container > li:first-of-type {
        padding-top: 15px; }
    .our-presence .view-office-address .view-content .item-list > ul .mCSB_container {
      display: flex;
      flex-wrap: wrap; }
  .our-presence .view-office-address .view-footer {
    width: 100%; }
  .our-presence .attach-location iframe {
    width: 100%; }
  .count {
    font-size: 80px;
    top: -45px; }
  .innovation {
    padding: 50px 0 40px; }
    .innovation .left {
      width: 30.66%; }
    .innovation .right {
      width: 65.75%; }
    .innovation .heading {
      font-weight: 400; }
  .policy-advocacy {
    padding: 50px 0; }
    .policy-advocacy .right {
      width: 33.583%; }
  .talent-development-new {
    padding: 50px 0; }
    .talent-development-new .policy-desc {
      margin-right: 15px; }
      .talent-development-new .policy-desc:last-child {
        margin-right: 0; }
  .industry-development-list {
    justify-content: flex-start;
    margin-top: 20px; }
    .industry-development-list .policy-desc {
      width: 31.583%;
      margin-right: 2.6255%; }
      .industry-development-list .policy-desc:nth-child(3n) {
        margin-right: 0; }
  .thought-leadership {
    padding: 50px 0; }
    .thought-leadership .leadership-list-wrapper {
      overflow: scroll;
      margin-right: -15px; }
      .thought-leadership .leadership-list-wrapper .leadership-list {
        width: 1160px;
        padding-bottom: 10px;
        padding-left: 5px;
        margin-top: 20px; }
  .policy-update .query-box img {
    height: 135px; }
  .policy-update .query-box .bg-image {
    padding: 15px 15px 0;
    width: calc(100% - 30px); }
    .policy-update .query-box .bg-image p {
      font-size: 18px; }
    .policy-update .query-box .bg-image a {
      margin-top: 15px; }
  .focus-slider .slick-arrow {
    left: -10px; }
    .focus-slider .slick-arrow.slick-next {
      left: auto;
      right: -10px; }
  .trade-development {
    padding: 30px 0; }
    .trade-development .heading {
      font-size: 26px; }
  .bpm-industry {
    padding: 30px 0; }
    .bpm-industry .heading {
      font-size: 26px; }
    .bpm-industry .bpn-box strong {
      font-size: 18px; }
    .bpm-industry .bpn-box:first-child {
      border-right: 0;
      margin-bottom: 30px; }
      .bpm-industry .bpn-box:first-child strong {
        position: static; }
  .global-trade-list p {
    height: calc(200px);
    max-height: none; }
  .global-trade-list .list-heading {
    padding: 15px 15px; }
  .global-trade-list .desc {
    bottom: calc(-100% + 100px); }
  .global-trade-list ul li {
    width: 33.33%; }
  .international-chapters {
    background-position: -143px 0;
    background-size: 100% 100%;
    background-color: #515151; }
    .international-chapters .heading {
      text-transform: capitalize; }
  .council {
    padding: 30px 0; }
    .council p {
      font-size: 15px; }
  .council-contribution {
    padding-bottom: 30px; }
    .council-contribution .icon {
      width: 40px;
      height: 50px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin: 0 auto 5px; }
      .council-contribution .icon img {
        width: 100%;
        height: auto; }
    .council-contribution p {
      font-size: 14px; }
    .council-contribution ul li {
      padding: 8px 10px; }
      .council-contribution ul li:first-of-type {
        display: flex; }
  .bpm-council-vision {
    padding: 50px 0; }
    .bpm-council-vision blockquote {
      padding: 0 50px;
      font-size: 20px; }
  .council-member-list ul li {
    width: 33.33%; }
  .bpm-council-priorites ul li {
    width: 33.33%; }
  .key-segment-list .image {
    width: 55px;
    height: 55px; }
    .key-segment-list .image img {
      width: 40px;
      height: auto; }
  .key-segment-list .key-desc {
    width: calc(100% - 65px); }
  .key-segment-list ul li {
    padding: 15px 0;
    width: 49%; }
    .key-segment-list ul li:nth-of-type(4n) {
      margin: 0 2% 2% 0; }
    .key-segment-list ul li:nth-of-type(3n) {
      margin-right: 2%; }
    .key-segment-list ul li:nth-of-type(2n) {
      margin-right: 0; }
  .gcc-landscape .gic-composition-listing ul li:first-of-type .composition-container .composition-outer .composition-inner strong {
    font-size: 15px;
    font-weight: 500; }
  .gcc-landscape .gic-composition-listing ul li .composition-container strong {
    font-size: 20px; }
  .gcc-landscape .gic-composition-listing ul li .composition-container span {
    font-size: 14px;
    display: block;
    line-height: 1.3; }
  .gcc-landscape .compatibility ul li {
    display: block; }
    .gcc-landscape .compatibility ul li .img {
      height: 60px;
      min-height: auto;
      text-align: center; }
      .gcc-landscape .compatibility ul li .img img {
        max-height: 60px;
        width: auto; }
  .nasscom-emerge .emerge-award-box .desc {
    text-align: center;
    margin-top: 20px; }
  .nasscom-emerge .emerge-award-box .read-more {
    justify-content: center; }
  .priorities-location {
    padding: 30px 0; }
    .priorities-location .priorities-location-list {
      margin-top: 20px; }
      .priorities-location .priorities-location-list .item {
        padding: 0 15px; }
  .diversity-inclusion {
    padding: 30px 0; }
    .diversity-inclusion .heading {
      font-size: 26px; }
    .diversity-inclusion .sub-heading {
      font-size: 16px; }
  .diversity-inclusion-list {
    margin-top: 10px; }
    .diversity-inclusion-list ul li {
      padding: 10px;
      font-size: 14px; }
  .diversity-vision-mission-old .heading {
    font-size: 24px; }
  .diversity-vision-mission .heading {
    font-size: 24px; }
  .domestic-focus-area .domestic-focus-area-list .list-heading {
    font-size: 18px; }
  .domestic-focus-area .domestic-focus-area-list ul li {
    width: 33.33%; }
  .our-location .attachment-before + .view-content {
    padding: 20px 18px; }
  .our-location .office-wrapper .image {
    width: 48%; }
  .our-location .office-wrapper .desc {
    width: 48.5%; }
  .our-location .office-wrapper .office-info-list ul li {
    font-size: 13px; }
  .member-listing .attachment span {
    min-width: 43px; }
  .member-listing .member-listing-list ul li {
    width: 48%;
    margin: 1%; }
  .why-member .reasons {
    margin-top: 20px; }
  .fee-category-list ul li {
    width: 33.33%;
    margin-bottom: 20px; }
  .member-speak {
    padding: 30px 0; }
    .member-speak .heading {
      font-size: 30px;
      margin-bottom: 20px; }
  .membership-form {
    padding: 30px 0; }
    .membership-form .heading {
      font-size: 26px; }
    .membership-form .sub-heading {
      font-size: 15px; }
    .membership-form p {
      font-size: 13px; }
    .membership-form .member-profile-box {
      padding: 15px; }
    .membership-form label {
      font-weight: 500;
      font-size: 15px; }
    .membership-form input[type="text"],
    .membership-form input[type="email"],
    .membership-form input[type="phone"],
    .membership-form input[type="number"],
    .membership-form input[type="url"],
    .membership-form select,
    .membership-form textarea {
      height: 40px; }
    .membership-form textarea {
      height: 120px; }
    .membership-form input[type="radio"] {
      width: 16px;
      height: 16px; }
    .membership-form [class*="col-"] {
      padding: 0 10px; }
    .membership-form .type-company legend {
      font-size: 20px; }
    .membership-form .type-company .form-radios .form-item label {
      font-size: 14px; }
    .membership-form .general-details legend {
      font-weight: 500;
      font-size: 15px; }
    .membership-form .general-details .form-radios {
      min-height: auto;
      margin-bottom: 10px; }
      .membership-form .general-details .form-radios .form-item {
        margin: 0 6px; }
        .membership-form .general-details .form-radios .form-item label {
          font-size: 14px; }
    .membership-form h2 {
      font-size: 20px; }
    .membership-form .interest-engagement legend {
      font-size: 16px;
      font-weight: 500;
      margin-top: 20px;
      margin-bottom: 20px; }
    .membership-form .interest-engagement .form-checkboxes .form-item label {
      font-size: 14px;
      font-weight: 400; }
    .membership-form .total-revenue .form-btn {
      height: 40px;
      margin-top: 0; }
    .membership-form .upload-document label {
      max-width: 50%; }
    .membership-form .upload-document .form-managed-file input {
      width: 100%;
      max-width: 100%; }
    .membership-form .upload-document .form-managed-file .messages--error {
      max-width: 60%;
      bottom: -5px; }
  /* ShowCase Start */
  .showcase .showcase-list ul li {
    width: 23%;
    margin: 0 2.66% 2.66% 0; }
    .showcase .showcase-list ul li:nth-of-type(4n) {
      margin-right: 0; }
  /* ShowCase End */
  /* Facts and Figure Start */
  .facts-figure-list .title {
    font-size: 14px;
    line-height: 1.2; }
  .facts-figure-list ul li {
    width: 31.5%;
    margin: 25px 0.915% 0; }
  /* Facts and Figure Start */
  /* Career Detail page Start */
  .job-apply-profile .heading {
    font-size: 26px; }
  .job-apply-profile .career-form-container {
    margin-top: 20px; }
    .job-apply-profile .career-form-container h3 {
      font-size: 18px; }
    .job-apply-profile .career-form-container .job-detail-reporting-tp .job-location {
      font-size: 13px; }
    .job-apply-profile .career-form-container .job-detail-reporting-tp .job-details-criteia .field-label {
      font-size: 16px; }
    .job-apply-profile .career-form-container .job-detail-reporting-tp .job-details-criteia p {
      font-size: 13px; }
    .job-apply-profile .career-form-container .job-detail-reporting-tp .job-details-criteia ul li {
      font-size: 13px; }
  .job-apply-form {
    padding: 30px 0; }
    .job-apply-form h2 {
      font-size: 26px; }
    .job-apply-form form label {
      font-size: 14px; }
    .job-apply-form form .form-item {
      margin-top: 0.5em;
      margin-bottom: 0.5em; }
    .job-apply-form form .form-actions .form-submit {
      margin-top: 25px; }
  /* Career Detail page End */
  /* Publication page Start */
  .publication-overview .heading {
    font-size: 26px;
    margin-bottom: 10px; }
  .publication-overview h2 {
    font-size: 24px; }
  .key-findings .slick-arrow.slick-prev {
    left: -20px; }
  .key-findings .slick-arrow.slick-next {
    right: -20px; }
  .get-the-report .container {
    padding: 0 15px; }
  .get-the-report .regular-price {
    align-content: flex-start; }
  .reports button.slick-prev {
    left: -20px; }
  /* Publication page End */
  /* Publication Detail Start */
  .publication-new .left {
    width: 100%; }
  .publication-new .right {
    width: 100%;
    margin-bottom: 30px; }
  /* Publication Detail End */
  /* Interviews Page Start */
  .interviews .interviews-list .interview-right {
    padding: 15px; }
  /* Interviews Page End */
  /* Knowledge Center Page Start */
  .know-interviews {
    padding: 30px 0 0; }
    .know-interviews .heading {
      font-size: 26px;
      margin-bottom: 15px; }
    .know-interviews .interviews-list ul li {
      align-items: flex-end; }
    .know-interviews .interviews-list .interview-left {
      width: 35%; }
      .know-interviews .interviews-list .interview-left .interview-info {
        left: 160px;
        top: -15px;
        width: 120px; }
    .know-interviews .interviews-list .interview-right {
      width: 60%; }
      .know-interviews .interviews-list .interview-right .interview-quotes p {
        font-size: 13px;
        line-height: 18px; }
      .know-interviews .interviews-list .interview-right .desc-scroll {
        max-height: 200px; }
    .know-interviews .view-all-btn {
      margin: 15px 0; }
  /* Knowledge Center Page End */
  .events-tabs-content .events-tabs-content-list ul li {
    width: 48%;
    margin-right: 4%; }
    .events-tabs-content .events-tabs-content-list ul li:nth-of-type(3n) {
      margin-right: 4%; }
    .events-tabs-content .events-tabs-content-list ul li:nth-of-type(2n) {
      margin-right: 0; }
  /* Events Start */
  .events-tabs-content .view-filters form .form-actions {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .events-tabs-content .view-filters form .form-actions .btn-primary {
      width: 42px; }
  .event-awards {
    padding: 30px 0; }
    .event-awards .heading {
      margin-bottom: 20px; }
  .event-awards-list ul li {
    width: 49%;
    margin-right: 2%; }
    .event-awards-list ul li:nth-of-type(3n) {
      margin-right: 2%; }
    .event-awards-list ul li:nth-of-type(2n) {
      margin-right: 0; }
  /* Events End */
  /* Latest at Nasscom Start */
  .latest-nasscom-page .latest-nasscom-right .view-header .heading {
    font-size: 26px; }
  .latest-nasscom-page .latest-nasscom-right .view-header p {
    font-size: 14px; }
  /* Latest at Nasscom End */
  /* Media page start */
  .meida .heading {
    font-size: 26px; }
  .meida .press-release-list ul li {
    width: 48%;
    margin-right: 4%; }
    .meida .press-release-list ul li:nth-of-type(3n) {
      margin-right: 4%; }
    .meida .press-release-list ul li:nth-of-type(2n) {
      margin-right: 0; }
  .media-section h2 {
    font-size: 26px; }
  .media-section .media-contact {
    padding: 0 30px; }
  /* Media page end */
  /* Shaping The Techade Page Start */
  .node-40548 .latest-articles .desc {
    padding: 15px; }
  .node-40548 .latest-articles .list-heading {
    font-size: 15px;
    line-height: 20px; }
  .node-40548 .shaping-techade-section .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px; }
    .node-40548 .shaping-techade-section .left .block-title {
      text-align: center; }
  .node-40548 .shaping-techade-section .right {
    width: 100%; }
  .node-40548 .shaping-techade-section .world-class {
    margin-top: 30px; }
    .node-40548 .shaping-techade-section .world-class .left {
      order: 1;
      padding-right: 0;
      padding-left: 0; }
    .node-40548 .shaping-techade-section .world-class .right {
      order: 2; }
  .node-40548 .short-desc {
    margin-top: 0; }
  /* Shaping The Techade Page End */
  /* Thank u Popup for membership form page */
  .membership-submit .membership-submit-popup {
    width: 85%;
    margin: 0;
    transform: translate(-50%, -50%);
    padding: 15px; }
    .membership-submit .membership-submit-popup h3 {
      margin-top: 5px; }
  /* Diversity inclusion page start */
  .diversity-tabs {
    display: none; }
  .diversity-tabs-container {
    display: block; }
    .diversity-tabs-container .view-header {
      display: block;
      background-color: #333;
      color: #fff;
      font-size: 24px;
      font-weight: 400;
      padding: 10px 15px;
      position: relative; }
      .diversity-tabs-container .view-header:before {
        content: '+';
        font-size: 34px;
        color: #fff;
        position: absolute;
        font-weight: 700;
        right: 16px;
        top: 2px; }
      .diversity-tabs-container .view-header.active:before {
        content: '-'; }
    .diversity-tabs-container .view-content,
    .diversity-tabs-container .view-footer {
      display: none; }
    .diversity-tabs-container .view-header.active,
    .diversity-tabs-container .view-content.active,
    .diversity-tabs-container .view-footer.active {
      display: block; }
    .diversity-tabs-container .view-header.active {
      background-color: #B12025; }
    .diversity-tabs-container.media-tab-data {
      margin-top: 50px;
      padding: 0;
      border: 0; }
      .diversity-tabs-container.media-tab-data ul li .desc-wrap .info .time {
        display: block; }
    .diversity-tabs-container.event-tab-data {
      padding: 0;
      border: 0; }
      .diversity-tabs-container.event-tab-data ul li .desc-wrap .info .time {
        display: block; }
    .diversity-tabs-container.report-tab-data {
      padding: 0;
      border: 0; }
      .diversity-tabs-container.report-tab-data ul li .desc-wrap .info .time {
        display: block; }
    .diversity-tabs-container.blog-tab-data {
      padding: 0;
      border: 0; }
      .diversity-tabs-container.blog-tab-data ul li .info .time {
        display: block; }
      .diversity-tabs-container.blog-tab-data ul li p {
        text-align: left; }
    .diversity-tabs-container .view-content {
      transition: all linear 0.4s; }
      .diversity-tabs-container .view-content.active {
        margin-top: 30px; }
  .diversity-impact {
    padding-bottom: 0; }
    .diversity-impact .attachment {
      display: none; }
    .diversity-impact .view-content {
      max-width: 100%; }
    .diversity-impact .attachment + .view-content h3 {
      display: block;
      background-color: #EDF1F7;
      color: #3E3D3D;
      padding: 20px 25px;
      font-size: 16px;
      font-weight: 500;
      border-radius: 10px;
      margin-bottom: 10px;
      cursor: pointer;
      transition: all linear 0.5s;
      border: 1px solid rgba(0, 0, 0, 0.08);
      position: relative; }
      .diversity-impact .attachment + .view-content h3:before {
        content: '+';
        color: #3E3D3D;
        display: block;
        font-size: 24px;
        position: absolute;
        right: 20px;
        top: 14px; }
      .diversity-impact .attachment + .view-content h3.active {
        background-color: #B12025;
        color: #fff; }
        .diversity-impact .attachment + .view-content h3.active:before {
          content: '-';
          color: #fff; }
  /* Diversity inclusion page End */
  /* Product page start */
  .product-key-focus-areas ul li {
    width: 100%; }
    .product-key-focus-areas ul li .desc {
      bottom: -88%; }
  .product-council-vision ul li {
    width: 49%;
    margin-bottom: 20px; }
  /* Product page end */ }

@media (max-width: 767px) {
  /* home Start */
  .nasscom-technology {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap; }
    .nasscom-technology .social-box {
      margin-top: -50px; }
    .nasscom-technology .witness-transformative .heading {
      line-height: 1.2; }
      .nasscom-technology .witness-transformative .heading strong {
        display: inline; }
  .user-logged-in .user-loged,
  .user-logged-in #block-userinformationblock,
  .user-logged-in #block-user-information-block {
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .user-logged-in .welcome-block ul.my-cart {
    right: -12px; }
  .home-banner {
    margin-top: 60px; }
    .home-banner .attachment {
      margin-top: 15px; }
  .home-aboutus .home-read-more a {
    padding: 6px 12px;
    font-size: 16px; }
  .gdp-frontpage {
    padding: 20px 0;
    font-size: 18px;
    line-height: 18px; }
  .our-initiatives .cate-group .cate-group-list ul li {
    width: 150px;
    margin-bottom: 10px; }
    .our-initiatives .cate-group .cate-group-list ul li img {
      width: 100%; }
  .nasscom-home-media .row {
    margin: 0; }
  .nasscom-home-media .nasscom-media {
    width: 100%;
    margin-bottom: 30px; }
  .nasscom-home-media .nasscom-tweets {
    width: 100%; }
  .home-knowledge-center-header h2 {
    font-size: 24px;
    text-align: left; }
  .home-knowledge-center-header ul {
    display: none; }
  .home-knowledge-center .views-element-container {
    display: block; }
  .home-knowledge-center .view-home-page-data .view-header,
  .home-knowledge-center .view-nasscom-publication .view-header {
    width: 100%; }
    .home-knowledge-center .view-home-page-data .view-header .heading,
    .home-knowledge-center .view-nasscom-publication .view-header .heading {
      font-size: 16px; }
  .home-knowledge-center .view-home-page-data .view-content,
  .home-knowledge-center .view-nasscom-publication .view-content {
    width: 100%; }
    .home-knowledge-center .view-home-page-data .view-content .item-list,
    .home-knowledge-center .view-nasscom-publication .view-content .item-list {
      margin: 0;
      overflow: scroll;
      margin-left: -12px; }
      .home-knowledge-center .view-home-page-data .view-content .item-list ul,
      .home-knowledge-center .view-nasscom-publication .view-content .item-list ul {
        display: flex;
        flex-wrap: wrap; }
        .home-knowledge-center .view-home-page-data .view-content .item-list ul li,
        .home-knowledge-center .view-nasscom-publication .view-content .item-list ul li {
          width: 230px;
          margin: 25px 12px; }
  .home-upcomming-events h2 {
    font-size: 24px;
    text-align: left; }
  .home-upcomming-events .view-content {
    padding: 0; }
  .home-upcomming-events .views-field-title,
  .home-upcomming-events .views-field-field-website {
    font-size: 15px; }
  .home-upcomming-events .events-tabs-content-list {
    overflow: scroll; }
    .home-upcomming-events .events-tabs-content-list ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin: 0 -25px; }
      .home-upcomming-events .events-tabs-content-list ul li {
        width: 277px;
        margin: 15px 10px;
        position: relative;
        background: #fff;
        padding: 0;
        box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.05);
        border-radius: 8px 8px 0px 0px;
        overflow: hidden; }
  .social-block {
    text-align: center;
    position: static;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px; }
    .social-block span {
      display: inline-block;
      position: static;
      margin: 0 5px;
      width: 33px; }
      .social-block span strong {
        display: none; }
      .social-block span:hover {
        width: 33px !important;
        background: transparent !important;
        opacity: 0.4; }
  .policy .sub-heading {
    margin-bottom: 20px; }
  .policy .view-content .list-heading {
    min-height: auto; }
  .policy .view-content ul li {
    width: 100%;
    margin-bottom: 15px; }
  /* home End */
  .header {
    padding: 10px 0 23px; }
    .header .region-header-upper {
      justify-content: center; }
    .header .block-search {
      justify-content: center; }
    .header .advanced-search {
      max-width: 250px;
      margin: 0 auto;
      width: 100%; }
    .header .logo {
      margin: 15px 0; }
    .header .top-right-menu {
      margin: 5px 0 20px; }
      .header .top-right-menu li:first-of-type {
        padding-left: 0; }
  .footer .region-footer .footer-menu {
    width: 100%; }
  .footer .region-footer .affiliated {
    width: 100%;
    padding-bottom: 20px; }
    .footer .region-footer .affiliated ul {
      justify-content: flex-start; }
      .footer .region-footer .affiliated ul li {
        width: auto;
        margin-right: 10px; }
  .footer .footer-list ul li {
    width: 33.33%; }
    .footer .footer-list ul li:last-of-type {
      width: 100%; }
  .inner-banner img {
    height: 200px; }
  .inner-banner .inner-banner-text {
    padding: 10px 10px 10px 15px; }
  .breadcrumb-wrapper {
    display: none; }
  .about-overview {
    padding: 30px 0; }
    .about-overview p {
      text-align: justify; }
  .vision-mission {
    padding: 30px 0; }
    .vision-mission .vision {
      width: 100%;
      margin-right: 0;
      padding: 20px; }
    .vision-mission .mission {
      width: 100%;
      padding: 20px 20px 0; }
  .strategic-imperatives .strategic-list ul li {
    width: 48%; }
    .strategic-imperatives .strategic-list ul li:nth-of-type(2n) {
      margin-right: 0; }
    .strategic-imperatives .strategic-list ul li:nth-of-type(3n) {
      margin-right: 3.3%; }
  .our-councils ul li {
    width: 50%; }
  .history-aboutus .history-list ul li {
    width: 70%;
    margin: 0 auto 3%; }
    .history-aboutus .history-list ul li:nth-of-type(2n), .history-aboutus .history-list ul li:last-of-type {
      margin: 0 auto 3%; }
  .whatwedo-new {
    padding: 20px 0 !important; }
    .whatwedo-new .left {
      width: 90%  !important;
      margin: auto;
      text-align: center; }
      .whatwedo-new .left .heading {
        text-align: center; }
        .whatwedo-new .left .heading:before {
          left: 0;
          right: 0;
          margin: auto; }
        .whatwedo-new .left .heading:after {
          left: 0;
          right: 0;
          margin: auto; }
    .whatwedo-new .right {
      width: 70% !important;
      margin: 10px auto; }
      .whatwedo-new .right:before {
        display: none; }
  .innovation-new {
    padding: 20px 0 !important; }
    .innovation-new ul li {
      width: 100% !important;
      margin-bottom: 20px; }
      .innovation-new ul li:last-of-type {
        margin: 0; }
  .innovation-list ul {
    width: 830px; }
    .innovation-list ul li {
      padding: 10px; }
  .policy-advocacy-new {
    padding: 20px 0 !important; }
  .talent-development-new {
    padding: 20px 0 !important; }
    .talent-development-new .left {
      width: 100% !important;
      margin-bottom: 10px; }
    .talent-development-new .right {
      width: 100% !important; }
  .thought-leadership-new,
  .industry-development-new {
    padding: 20px 0 !important; }
    .thought-leadership-new ul li,
    .industry-development-new ul li {
      width: 49% !important; }
  .industry-development-list .policy-desc {
    width: 48%;
    margin-right: 4%; }
    .industry-development-list .policy-desc:nth-child(3n) {
      margin-right: 4%; }
    .industry-development-list .policy-desc:nth-child(2n) {
      margin-right: 0; }
  .affliated-organizations-new {
    padding: 20px 0 !important; }
    .affliated-organizations-new .left {
      padding: 0 20px; }
    .affliated-organizations-new .right {
      padding: 0 20px; }
  .policy-advocacy-section {
    padding: 30px 0; }
    .policy-advocacy-section .heading {
      font-size: 26px; }
    .policy-advocacy-section .overview-desc {
      margin-top: 30px;
      height: auto;
      max-height: none;
      height: calc(100% + 30px); }
  .policy-update .update-policy {
    margin-top: 15px; }
  .policy-helpdesk .heading {
    font-size: 26px; }
  .policy-helpdesk .image {
    margin-bottom: 15px; }
    .policy-helpdesk .image img {
      width: 100%; }
  .global-trade-list .image img {
    width: 100%; }
  .global-trade-list ul li {
    width: 50%; }
  .international-chapters {
    background: #515151;
    padding: 30px 0; }
    .international-chapters .internation-chapter-box {
      width: 100%; }
    .international-chapters .heading {
      font-size: 26px; }
  .council-contribution ul li {
    width: 100%;
    padding: 8px 30px; }
    .council-contribution ul li:first-of-type {
      width: 100%;
      justify-content: center;
      flex-direction: row; }
  .bpm-council-vision {
    padding: 30px 0; }
  .bpm-council-cta {
    padding: 30px 0; }
    .bpm-council-cta img {
      margin: 10px auto; }
  .council .heading {
    font-size: 26px; }
  .council .desc-scroll {
    max-height: none; }
  .council p {
    text-align: left; }
  .council-member .heading {
    font-size: 26px; }
  .council-member p {
    margin-bottom: 36px; }
  .council-member-list ul li {
    width: 50%; }
  .bpm-council-initiative {
    padding: 30px 0; }
    .bpm-council-initiative .heading {
      font-size: 26px;
      margin-bottom: 20px; }
    .bpm-council-initiative ul li .image {
      width: 100%; }
    .bpm-council-initiative ul li .desc {
      width: 100%;
      padding-left: 0;
      margin: 20px 0; }
      .bpm-council-initiative ul li .desc p {
        text-align: justify; }
  .key-segement {
    padding: 30px 0; }
    .key-segement .heading {
      font-size: 26px;
      margin-bottom: 20px; }
  .key-segment-list .heading {
    font-size: 16px;
    margin: 0; }
  .sme-council {
    padding: 30px 0; }
    .sme-council .heading {
      font-size: 26px; }
    .sme-council .subheading {
      margin-top: 10px; }
    .sme-council .sme-business .left,
    .sme-council .sme-business .right {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
    .sme-council .sme-business .business-title {
      flex-direction: row; }
      .sme-council .sme-business .business-title .image {
        margin-right: 15px; }
      .sme-council .sme-business .business-title .desc {
        text-align: left;
        margin-right: 0; }
    .sme-council .sme-business .business-list ul {
      margin-left: 48px; }
      .sme-council .sme-business .business-list ul li {
        text-align: left;
        padding-right: 0;
        padding-left: 24px; }
        .sme-council .sme-business .business-list ul li:before {
          right: auto;
          left: 0; }
    .sme-council .sme-business .right {
      margin-top: 30px; }
      .sme-council .sme-business .right .business-list {
        margin-left: 0; }
      .sme-council .sme-business .right .desc {
        margin-left: 0; }
  .gcc-landscape .gic-composition-listing ul li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto; }
    .gcc-landscape .gic-composition-listing ul li:first-of-type {
      width: 100%;
      margin: 0 auto; }
      .gcc-landscape .gic-composition-listing ul li:first-of-type .composition-container .composition-outer .composition-inner strong {
        font-size: 20px; }
    .gcc-landscape .gic-composition-listing ul li .composition-container strong {
      font-size: 30px; }
    .gcc-landscape .gic-composition-listing ul li .composition-container span {
      font-size: 16px; }
  .gcc-landscape .gic-composition-listing .financial-year {
    max-width: 300px;
    margin: 20px auto 0; }
  .gcc-landscape .compatibility ul li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    border: solid #c2c2c2;
    border-width: 1px 1px 0 1px;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: center; }
    .gcc-landscape .compatibility ul li.last-item {
      width: 100%; }
      .gcc-landscape .compatibility ul li.last-item:before {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        left: 5px;
        top: 5px; }
    .gcc-landscape .compatibility ul li p {
      text-align: center; }
  .tabbing-list li a {
    font-size: 15px;
    min-height: 65px;
    padding: 0 15px; }
  .interest-groups .container {
    padding: 30px 50px; }
  .interest-groups .heading {
    font-size: 26px; }
  .interest-groups p {
    font-size: 15px; }
  .interest-groups .tabbing-list li a {
    padding: 7px 15px; }
  .nasscom-emerge .nasscom-community {
    padding: 20px; }
    .nasscom-emerge .nasscom-community .desc {
      margin: 95px 0 0; }
    .nasscom-emerge .nasscom-community .read-more {
      margin: 20px 0 0; }
  .heading-location {
    padding: 3px 15px;
    font-size: 15px; }
  .priorities-location .heading {
    font-size: 26px; }
  .former-president .heading {
    font-size: 26px; }
  .former-president-list .image {
    width: 100%; }
  .former-president-list .desc {
    width: 100%;
    max-height: none;
    margin-top: 20px; }
    .former-president-list .desc p {
      text-align: justify; }
  .former-president-list ul li {
    padding: 15px 0; }
    .former-president-list ul li:nth-of-type(2n) {
      padding: 15px; }
      .former-president-list ul li:nth-of-type(2n) .image {
        order: 1; }
      .former-president-list ul li:nth-of-type(2n) .desc {
        order: 2; }
  .diversity-vision-mission-old {
    padding: 30px 0; }
    .diversity-vision-mission-old .image img {
      width: 100%; }
    .diversity-vision-mission-old .vision {
      margin-top: 30px; }
    .diversity-vision-mission-old p,
    .diversity-vision-mission-old ul li {
      font-size: 14px; }
  .diversity-vision-mission {
    padding: 30px 0; }
    .diversity-vision-mission .image img {
      width: 100%; }
    .diversity-vision-mission .vision {
      margin-top: 30px; }
    .diversity-vision-mission p,
    .diversity-vision-mission ul li {
      font-size: 14px; }
  .heart-nasscom {
    padding: 30px 0; }
    .heart-nasscom .heading {
      font-size: 26px; }
    .heart-nasscom .heart-nasscom-list {
      margin: 25px 0 0; }
      .heart-nasscom .heart-nasscom-list ul {
        justify-content: center; }
        .heart-nasscom .heart-nasscom-list ul li {
          width: 33.33%;
          margin-bottom: 25px; }
  .game-changers .heading {
    font-size: 26px; }
  .game-changers .join-list .views-field-title {
    font-size: 16px; }
  .game-changers .join-list ul li {
    width: 48.87%; }
    .game-changers .join-list ul li:nth-of-type(3n) {
      margin-right: 2.25%; }
    .game-changers .join-list ul li:nth-of-type(2n) {
      margin-right: 0; }
  .nasscomites-speak .heading {
    font-size: 26px; }
  .faqs-career .heading {
    font-size: 26px; }
  .faqs-career .view-header p {
    font-size: 15px; }
  .career-site-faqs .site-faq-bottom p {
    font-size: 20px; }
  .our-location .attachment-before {
    width: 100%; }
    .our-location .attachment-before + .view-content {
      width: 100%;
      margin-top: 0; }
  .our-location .heading {
    font-size: 26px; }
  .our-membership {
    padding: 30px 0; }
    .our-membership .heading {
      font-size: 26px; }
    .our-membership .box {
      border: 1px solid #abcad1;
      margin-bottom: 30px;
      padding: 10px; }
      .our-membership .box:last-child {
        margin-bottom: 0; }
  .why-member .heading {
    font-size: 26px; }
  .why-member .reasons .heading {
    font-size: 26px; }
  .why-member .reasons p {
    font-size: 16px; }
  .membership-criteria {
    padding: 30px 0; }
    .membership-criteria .heading {
      font-size: 26px; }
    .membership-criteria .heading-location {
      font-size: 15px;
      margin-bottom: 0; }
  .fee-category-list ul li {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
    .fee-category-list ul li:last-of-type {
      margin-bottom: 0; }
  .enrollment-process {
    padding: 30px 0; }
    .enrollment-process .heading {
      font-size: 26px;
      margin-bottom: 20px; }
    .enrollment-process .image {
      margin-bottom: 30px; }
  .membership-form .upload-document h2 {
    margin-bottom: 10px; }
  .membership-form .upload-document label {
    max-width: 100%;
    margin-bottom: 10px; }
  .membership-form .upload-document .form-managed-file {
    width: 100%; }
  .membership-form .upload-document .form-control {
    width: 100%;
    max-width: 100%; }
  .membership-form .upload-document .code-conduct .form-item .fieldset-wrapper .form-item input {
    width: auto; }
  .membership-form .upload-document .form-managed-file .messages--error {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px; }
  /* Publication Start */
  .publication .view-header {
    width: 100%; }
  .publication .view-filters {
    width: 44%; }
  .publication .view-empty {
    width: 54%; }
  .publication .view-content {
    width: 54%; }
  .publication .publication-listing ul li {
    width: 100%;
    margin-left: 0; }
  .publication .pager {
    width: 54%; }
    .publication .pager a {
      margin-left: 0; }
  .get-the-report .get-the-report-header {
    margin-bottom: 20px; }
  .get-the-report .heading {
    font-size: 26px; }
  .get-the-report .regular-price {
    width: 100%; }
    .get-the-report .regular-price.r {
      margin-top: 20px; }
  .reports .heading {
    font-size: 26px;
    margin-bottom: 20px; }
  .reports .views-element-container {
    padding: 0 15px; }
  .reports .col-12:last-child {
    margin-top: 30px; }
  /* Publication End */
  /* Publication Detail Start */
  .publication-new .left .tech-heading,
  .publication-new .left h2 {
    font-size: 26px; }
  .publication-new .left p {
    font-size: 14px; }
  .publication-new .left .key-findings-tech .list-heading {
    font-size: 16px;
    padding: 10px 20px; }
  /* Publication Detail End */
  /* ShowCase Start */
  .showcase .showcase-list ul li {
    width: 48%;
    margin: 0 4% 4% 0; }
    .showcase .showcase-list ul li:nth-of-type(4n) {
      margin: 0 4% 4% 0; }
    .showcase .showcase-list ul li:nth-of-type(2n) {
      margin-right: 0; }
  /* ShowCase End */
  /* Facts and Figure Start */
  .facts-figure-list ul li {
    width: 49%;
    margin: 25px 2% 0 0; }
    .facts-figure-list ul li:nth-of-type(2n) {
      margin-right: 0; }
  /* Facts and Figure End */
  .bpm-council-priorites .list-heading {
    font-size: 20px;
    line-height: 1.1; }
  .bpm-council-priorites .desc-scroll {
    height: 220px; }
  .bpm-council-priorites ul li {
    width: 50%; }
  /* Interviews Page Start */
  .interviews .heading {
    font-size: 26px; }
  .interviews .view-header p br {
    display: none; }
  .interviews-detail .head {
    margin-bottom: 20px; }
    .interviews-detail .head p br {
      display: none; }
  .interviews-detail .heading {
    font-size: 26px; }
  .interviews-detail .interview-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
    .interviews-detail .interview-image .image img {
      width: auto; }
  .interviews-detail .desc {
    width: 100%; }
  .interview-ques-answ .heading {
    font-size: 26px; }
  /* Interviews Page End */
  /* Knowledge Center Start */
  .know-publications {
    padding: 30px 0; }
    .know-publications .view-header .heading {
      font-size: 26px; }
    .know-publications .view-header p {
      font-size: 14px; }
      .know-publications .view-header p br {
        display: none; }
  .know-facts-figure {
    padding: 30px 0; }
    .know-facts-figure .view-header .heading {
      font-size: 26px; }
    .know-facts-figure .view-header p {
      font-size: 14px; }
    .know-facts-figure .facts-figure-list .title {
      font-size: 15px; }
    .know-facts-figure .facts-figure-list ul li {
      padding: 0 10px; }
  .know-showcase {
    padding: 30px 0; }
    .know-showcase .view-header .heading {
      font-size: 26px; }
    .know-showcase .view-header p {
      font-size: 14px; }
      .know-showcase .view-header p br {
        display: none; }
  .know-blogs {
    padding: 30px 0 50px; }
    .know-blogs .view-header .heading {
      font-size: 26px;
      margin-bottom: 15px; }
  .know-interviews .interviews-list .interview-left {
    width: 50%;
    margin-bottom: 20px;
    margin-top: 0; }
    .know-interviews .interviews-list .interview-left .interview-info {
      top: 50px;
      left: 325px;
      width: 160px; }
  .know-interviews .interviews-list .interview-right {
    width: 100%; }
  /* Knowledge Center End */
  .event-tabs {
    padding: 30px 0 15px; }
    .event-tabs .heading {
      font-size: 26px;
      margin-bottom: 15px; }
    .event-tabs .event-tabs-list ul li {
      font-size: 16px; }
  .events-tabs-content .events-tabs-content-list .views-field-title {
    min-height: auto; }
  .events-tabs-content .events-tabs-content-list ul li {
    width: 100%;
    margin-right: 0; }
    .events-tabs-content .events-tabs-content-list ul li:nth-of-type(3n) {
      margin-right: 0; }
  .events-tabs-content .view-filters form .form-item-title {
    width: 32%;
    margin-right: 2%; }
  .events-tabs-content .view-filters form .form-item-field-event-start-date-value,
  .events-tabs-content .view-filters form .form-item-field-event-end-date-value {
    width: 32%;
    margin-right: 2%; }
  .events-tabs-content .view-filters form .form-item-field-event-end-date-value {
    margin-right: 0; }
  .events-tabs-content .view-filters form .form-actions {
    width: auto; }
  .events-tabs-content .view-filters form .form-item-term-node-tid-depth,
  .events-tabs-content .view-filters form .form-item-field-location-value {
    width: 32%;
    max-width: none;
    margin-right: 2%; }
  .about-career .container {
    max-width: 100%; }
  /* Latest at Nasscom Start */
  .latest-nasscom-page .row {
    margin: 0; }
  .latest-nasscom-page .latest-nasscom-left {
    width: 100%;
    margin-right: 0;
    order: 2; }
  .latest-nasscom-page .latest-nasscom-right {
    width: 100%;
    order: 1; }
    .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list .img {
      width: 36%; }
    .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list .desc {
      width: 60%; }
  /* Latest at Nasscom End */
  /* media page start */
  .meida .view-filters .form-item-combine {
    margin: 0 0 10px;
    width: 100%;
    justify-content: center; }
    .meida .view-filters .form-item-combine input {
      width: 214px; }
  .meida .press-release-list .image {
    width: 100%;
    margin-bottom: 15px; }
  .meida .press-release-list .desc-top .desc-top-right {
    width: 100%; }
  .media-section .row {
    margin: 0; }
  .media-section .media-kit,
  .media-section .media-contact {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .media-section .media-kit {
    margin-bottom: 20px; }
    .media-section .media-kit ul li {
      width: 48%;
      margin-bottom: 10px; }
  /* media page start */
  .member-listing .view-filters {
    justify-content: center; }
  .diversity-inclusion-list ul {
    display: block; }
    .diversity-inclusion-list ul li {
      width: 100%;
      justify-content: center; }
  .container {
    max-width: 96%; }
  /* event details page start */
  .event-banner img {
    min-height: 400px; }
  .event-banner .address-detail h1 {
    font-size: 18px;
    width: 50%; }
  .event-banner .address-detail .addbdr {
    border: 0; }
    .event-banner .address-detail .addbdr:before, .event-banner .address-detail .addbdr:after {
      display: none; }
  .event-banner .address-detail .venue-address {
    display: block;
    margin: 0 auto;
    padding: 20px 0px; }
    .event-banner .address-detail .venue-address .venue-address-inner i {
      float: none;
      margin: 0 auto; }
    .event-banner .address-detail .venue-address .venue-address-inner .venue-address-align {
      float: none;
      margin: 0 auto;
      font-size: 13px;
      text-align: center; }
  .event-banner .address-detail .program-schedule {
    float: none;
    text-align: center;
    margin: 0 auto; }
    .event-banner .address-detail .program-schedule .program-schedule-inner i {
      float: none;
      margin: 0 auto; }
    .event-banner .address-detail .program-schedule .program-schedule-inner .program-schedule-align {
      width: 100%; }
  .event-detail-lft .sponsors-sub-title {
    text-align: center; }
  .event-detail-lft .speaker-before {
    width: 100%;
    text-align: center; }
  .event-detail-cnt .event-detail-page {
    float: none; }
  .event-detail-cnt .event-detail-rit {
    width: calc(100% - 30px);
    margin: 0 auto;
    float: none; }
  /* event details page end */
  .priorities-location-bg p {
    padding: 0; }
  .chapter-leaders .heading {
    margin-bottom: 15px; }
  /* Events Start */
  .connect-followus .event-connect {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 20px 40px; }
  .connect-followus .know-subscribe {
    width: 100%;
    padding: 20px 40px;
    border-bottom: 1px solid #fff; }
  .connect-followus .event-followus {
    width: 100%;
    padding: 20px 40px; }
  /* Events End */
  .our-people-member .heading {
    padding: 10px; }
  .membership-fee-modal img {
    width: 20%; }
  .membership-fee-modal .modal-title {
    font-size: 24px; }
  .membership-fee-modal .modal-body {
    width: 100%;
    font-size: 14px; }
  .membership-fee-modal .modal-footer {
    width: calc(100% - 2rem);
    font-size: 15px; }
  /* Events page Start */
  .speakers-nasscom-events .heading {
    font-size: 26px; }
  /* Events page End */
  /* Global Search Start */
  .global-search .view-content .view-grouping {
    width: 100%; }
  .global-search .view-content .item-list ul li .desc-top {
    display: block; }
    .global-search .view-content .item-list ul li .desc-top img {
      width: 100%; }
    .global-search .view-content .item-list ul li .desc-top .desc {
      width: 100%; }
  /* Global Search End */
  .webform-submission-quiz-form .quiz-start,
  .webform-submission-quiz-form .quiz-q1,
  .webform-submission-quiz-form .quiz-q2,
  .webform-submission-quiz-form .quiz-q3,
  .webform-submission-quiz-form .quiz-q4,
  .webform-submission-quiz-form .quiz-q5,
  .webform-submission-quiz-form .quiz-q6,
  .webform-submission-quiz-form .quiz-q7,
  .webform-submission-quiz-form .quiz-q8,
  .webform-submission-quiz-form .quiz-q9,
  .webform-submission-quiz-form .quiz-q10 {
    background: #fff; }
  /* Diversity Page Start */
  .diversity-inclusion iframe,
  .diversity-inclusion img {
    margin-top: 30px;
    border-radius: 0; }
  .diversity-stats ul li {
    width: 49%;
    margin-bottom: 10px; }
  .diversity-tabs-container.media-tab-data ul li {
    width: 100%;
    margin: 10px 0; }
    .diversity-tabs-container.media-tab-data ul li .desc-wrap .info .time {
      display: initial; }
  .diversity-tabs-container.event-tab-data ul li {
    width: 100%;
    margin: 10px 0; }
    .diversity-tabs-container.event-tab-data ul li .desc-wrap .info .time {
      display: initial; }
  .diversity-tabs-container.report-tab-data ul li {
    width: 100%;
    margin: 10px 0; }
    .diversity-tabs-container.report-tab-data ul li .desc-wrap .info .time {
      display: initial; }
  .diversity-tabs-container.blog-tab-data ul li {
    width: 100%;
    margin: 10px 0; }
    .diversity-tabs-container.blog-tab-data ul li .info .time {
      display: initial; }
  .diversity-tabs-container.video-tab-data ul li {
    width: 100%;
    margin: 20px 0; }
  .diversity-impact .attachment + .view-content img {
    width: 100%;
    margin-bottom: 15px; }
  /* Diversity Page End */
  /* Product page start */
  .product-council-banner .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px; }
  .product-our-story {
    padding: 40px 0; }
    .product-our-story .heading {
      margin: 20px 0;
      text-align: center;
      font-size: 26px; }
    .product-our-story p {
      text-align: center; }
  .product-key-focus-areas {
    padding: 40px 0; }
    .product-key-focus-areas ul li .desc {
      bottom: -86%; }
    .product-key-focus-areas .heading {
      margin-bottom: 20px;
      text-align: center;
      font-size: 26px; }
  .product-youtube-data {
    width: 100%; }
  .product-tweets {
    width: 100%;
    margin-top: 20px; }
  .latest-at-products {
    padding: 40px 0; }
    .latest-at-products .heading {
      font-size: 26px; }
    .latest-at-products .container {
      overflow: auto; }
    .latest-at-products .view-content ul {
      width: 1400px;
      justify-content: space-between;
      flex-wrap: inherit; }
  .product-council-vision {
    padding: 40px 0; }
    .product-council-vision .heading {
      font-size: 26px; }
    .product-council-vision .sub-heading {
      margin-top: 30px;
      margin-bottom: 15px;
      font-size: 24px; }
  /* Product page end */
  .node-40548 .shaping-techade-section {
    padding: 20px 0; }
    .node-40548 .shaping-techade-section .main-heading {
      font-size: 32px;
      line-height: 30px; }
    .node-40548 .shaping-techade-section .heading-techade {
      font-size: 18px;
      line-height: 20px; }
      .node-40548 .shaping-techade-section .heading-techade:before {
        height: 20px; }
    .node-40548 .shaping-techade-section p {
      font-size: 16px;
      line-height: 20px; }
  .node-40548 .latest-articles .main-heading {
    font-size: 32px;
    line-height: 30px; }
  .node-40548 .latest-articles .heading-techade {
    font-size: 18px;
    line-height: 20px; }
    .node-40548 .latest-articles .heading-techade:before {
      height: 20px; }
  .node-40548 .latest-articles p {
    font-size: 16px;
    line-height: 20px; }
  .node-40548 .latest-articles .techade-bpm-industry {
    padding: 20px 0; }
  .node-40548 .latest-articles .demonstrating-transforming {
    padding: 30px 0 40px 0; }
    .node-40548 .latest-articles .demonstrating-transforming .flex-box .left .heading-techade {
      line-height: 20px;
      max-width: 250px; }
    .node-40548 .latest-articles .demonstrating-transforming .flex-box .right .heading-techade {
      min-height: 75px; }
    .node-40548 .latest-articles .demonstrating-transforming .owl-nav .owl-prev {
      left: 0;
      top: auto;
      bottom: auto;
      right: 30px; }
    .node-40548 .latest-articles .demonstrating-transforming .owl-nav .owl-next {
      right: 0;
      top: auto;
      left: 30px;
      bottom: auto; }
  .node-40548 .latest-articles .world-class {
    padding: 20px 0; }
    .node-40548 .latest-articles .world-class .flex-box .left {
      width: 100%; }
    .node-40548 .latest-articles .world-class .flex-box .right {
      width: 100%; }
  .node-40548 .latest-articles .thought-leadership-new {
    padding: 20px 0; }
  .node-40548 .latest-articles .decoding-conversation {
    padding: 20px 0 40px 0; }
    .node-40548 .latest-articles .decoding-conversation .flex-box .left .heading-techade {
      min-height: auto !important;
      max-width: auto !important;
      line-height: 20px; }
    .node-40548 .latest-articles .decoding-conversation .owl-nav .owl-prev {
      left: 0;
      top: auto;
      bottom: auto;
      right: 30px; }
    .node-40548 .latest-articles .decoding-conversation .owl-nav .owl-next {
      right: 0;
      top: auto;
      left: 30px;
      bottom: auto; }
  .node-40548 .latest-articles .sme-leader {
    padding: 20px 0; }
  .node-40548 .latest-articles .startup-leveraging {
    padding: 40px 0 10px 0; }
    .node-40548 .latest-articles .startup-leveraging .item-box .items {
      width: 100%; }
  .node-40548 .region-content-fifth .image-gallery {
    width: 100%; }
  .node-40548 .region-content-fifth .social-feed {
    width: 100%; }
  .sitemap ul li > ul li > ul li ul li {
    width: 100%; }
  .career-video .career-slider .box-items {
    width: 100%;
    margin-top: 20px; }
  .gtd-overview .left {
    width: 100%;
    margin-bottom: 20px; }
  .gtd-overview .right {
    width: 100%; }
  .global-dynamics .main-box .left {
    width: 100%; }
  .global-dynamics .main-box .right {
    width: 100%;
    padding: 10px; }
  .gtd-focus-areas .box-sm {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px; }
    .gtd-focus-areas .box-sm:first-of-type {
      border-radius: 10px; }
    .gtd-focus-areas .box-sm:last-of-type {
      margin: 0;
      border-radius: 10px; }
  .global-engagements ul li {
    width: 45%; }
  .gtd-upcoming-events .summits-wrapper .summits-tabs {
    display: none; }
  .gtd-upcoming-events .summits-wrapper .summits-tabs-wrapper {
    width: 100%; }
    .gtd-upcoming-events .summits-wrapper .summits-tabs-wrapper .summits-tabs-content {
      display: block; }
      .gtd-upcoming-events .summits-wrapper .summits-tabs-wrapper .summits-tabs-content .list-heading {
        display: block;
        color: #777;
        font-size: 20px;
        font-weight: 500;
        padding: 20px;
        border-radius: 15px;
        margin-bottom: 10px;
        background: #fff;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        border: 1px solid #eee; }
        .gtd-upcoming-events .summits-wrapper .summits-tabs-wrapper .summits-tabs-content .list-heading:after {
          content: '+';
          position: absolute;
          right: 20px;
          top: 0;
          font-size: 30px;
          left: 0;
          bottom: 0;
          display: flex;
          align-items: center;
          justify-content: flex-end; }
      .gtd-upcoming-events .summits-wrapper .summits-tabs-wrapper .summits-tabs-content .list-heading.active:after {
        content: '-'; }
      .gtd-upcoming-events .summits-wrapper .summits-tabs-wrapper .summits-tabs-content .desc {
        display: none;
        margin-bottom: 10px;
        padding: 10px; }
  .domestic-roadshows .gtd-heading {
    font-size: 18px;
    line-height: 22px; }
  .domestic-roadshows .left {
    width: 100%;
    padding: 30px;
    border: 0; }
  .domestic-roadshows .right {
    width: 100%;
    padding: 30px; }
    .domestic-roadshows .right ul li {
      width: 100%;
      padding-bottom: 20px; }
      .domestic-roadshows .right ul li:last-of-type {
        padding: 0; }
  .gtd-testimonials-videos {
    padding: 0 0 60px 0; }
    .gtd-testimonials-videos .testimonial {
      width: 100%; }
      .gtd-testimonials-videos .testimonial .gtd-heading {
        text-align: center; }
      .gtd-testimonials-videos .testimonial ul li .details {
        border: 0;
        padding: 0; }
      .gtd-testimonials-videos .testimonial .owl-carousel .owl-dots {
        justify-content: center;
        text-align: center; }
    .gtd-testimonials-videos .video {
      width: 100%;
      padding: 0;
      margin-top: 30px; }
      .gtd-testimonials-videos .video .gtd-heading {
        text-align: center; }
      .gtd-testimonials-videos .video .video-main .videos-part {
        margin: 20px; }
        .gtd-testimonials-videos .video .video-main .videos-part iframe {
          width: 100%; }
  .gtd-trade-reference .main-box .left {
    width: 100%; }
  .gtd-trade-reference .main-box .right {
    width: 100%; }
    .gtd-trade-reference .main-box .right .img-sec img {
      width: 100%; }
  .gtd-connect-info .detail-sec {
    width: 100%; }
  .gtd-connect-info .map-sec {
    width: 100%;
    margin-top: 20px; }
  .diversity-awards-sec .heading {
    font-size: 26px;
    margin-bottom: 20px; }
  .diversity-awards-sec .award-title span {
    font-size: 18px; }
    .diversity-awards-sec .award-title span:before {
      top: 8px; }
    .diversity-awards-sec .award-title span:after {
      top: 8px; }
  .diversity-awards-sec .main-box ul li {
    width: 31%;
    margin-right: 12px;
    margin-bottom: 10px; }
    .diversity-awards-sec .main-box ul li:last-of-type {
      margin-bottom: 12px; }
  .diversity-landing-page-new .inner-banner .banner-heading {
    font-size: 42px;
    line-height: 48px; } }

@media (max-width: 599px) {
  .heading-second {
    font-size: 24px;
    margin-bottom: 20px; }
  /* home Start */
  .nasscom-technology .witness-transformative .heading {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px; }
  .nasscom-technology .witness-transformative p {
    font-size: 16px; }
  .nasscom-technology .witness-transformative .hash-tag a {
    font-size: 20px; }
  .nasscom-technology .witness-transformative .our-priorities {
    margin-top: 30px; }
    .nasscom-technology .witness-transformative .our-priorities .know-more a {
      padding: 10px 30px; }
  .nasscom-technology .witness-transformative .our-priorities-list ul li {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px; }
    .nasscom-technology .witness-transformative .our-priorities-list ul li:first-of-type {
      border-radius: 8px; }
    .nasscom-technology .witness-transformative .our-priorities-list ul li:last-of-type {
      margin-bottom: 0;
      border-radius: 8px; }
  .home-banner .attachment {
    margin-top: 10px; }
  .home-banner .banner-right ul li {
    margin: 0 5px; }
  .home-aboutus .home-read-more {
    margin-top: 20px; }
  .home-aboutus .left {
    width: 100%; }
  .home-aboutus .right {
    width: 100%;
    margin-top: 30px; }
  .our-initiatives .cate-group .cate-label .heading-second {
    font-size: 18px; }
  .represent .represent-list .list-heading {
    min-height: auto; }
  .represent .represent-list .num {
    line-height: 1.5; }
  .represent .represent-list ul li {
    width: 100%;
    text-align: center;
    padding: 30px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .home-knowledge-center .view-header .heading-second {
    font-size: 24px; }
  .home-knowledge-center .view-header p {
    font-size: 15px; }
  .home-upcomming-events .view-header .heading-second {
    font-size: 24px; }
  .home-upcomming-events .view-header .sub-heading {
    font-size: 20px;
    line-height: 24px; }
  .home-upcomming-events .view-header p {
    font-size: 16px;
    line-height: 20px; }
  .home-upcomming-events .home-latest-at-nasscom {
    padding-top: 0; }
  .policy .sub-heading {
    font-size: 16px; }
  .policy .view-content p {
    font-size: 15px; }
  .youtube-twitter-wrapper .youtube-data .slick-arrow {
    width: 32px;
    height: 32px; }
  .youtube-twitter-wrapper .youtube-data ul li {
    width: 48%;
    margin: 0 0 20px; }
    .youtube-twitter-wrapper .youtube-data ul li:nth-of-type(n + 4) {
      margin: 0 0 20px; }
  /* home End */
  .footer .footer-list ul li {
    width: 50%; }
  .inner-banner .banner-heading {
    text-transform: capitalize; }
  .inner-banner .inner-banner-text {
    width: 92%; }
  .vision-mission .row {
    margin: 0; }
  .vision-mission .image {
    width: 60px; }
    .vision-mission .image img {
      width: 100%; }
  .vision-mission .desc {
    width: calc(100% - 75px); }
  .vision-mission .heading {
    font-size: 22px; }
  .vision-mission p {
    font-size: 14px;
    line-height: 20px; }
  .strategic-imperatives .row {
    margin: 0; }
  .strategic-imperatives .strategic-list ul li {
    width: 100%;
    margin-right: 0; }
    .strategic-imperatives .strategic-list ul li:nth-of-type(1), .strategic-imperatives .strategic-list ul li:nth-of-type(2), .strategic-imperatives .strategic-list ul li:nth-of-type(3), .strategic-imperatives .strategic-list ul li:nth-of-type(4), .strategic-imperatives .strategic-list ul li:nth-of-type(5) {
      margin-right: 0; }
  .our-councils ul li {
    width: 100%; }
  .history-aboutus .history-list ul li {
    width: 100%; }
  .our-presence .view-office-address .view-content .item-list > ul > li,
  .our-presence .view-office-address .view-content .item-list > ul .mCSB_container > li {
    width: 100%; }
  .whatwedo .row {
    margin: 0; }
  .talent-development-new ul li {
    width: 100% !important;
    margin-bottom: 10px; }
    .talent-development-new ul li:last-of-type {
      margin: 0; }
  .industry-development-new ul li,
  .thought-leadership-new ul li {
    width: 100% !important; }
    .industry-development-new ul li p,
    .thought-leadership-new ul li p {
      min-height: auto !important; }
  .innovation .row {
    margin: 0; }
  .innovation .left {
    width: 100%; }
  .innovation .right {
    width: 100%; }
  .innovation p {
    text-align: justify; }
  .policy-advocacy .row {
    margin: 0; }
  .policy-advocacy .left {
    width: 100%; }
  .policy-advocacy .right {
    width: 100%;
    margin-top: 20px; }
  .policy-advocacy p {
    text-align: justify; }
  .industry-development-wrapper {
    overflow: scroll;
    padding: 10px 0; }
  .industry-development-list {
    width: 2300px;
    padding: 5px; }
    .industry-development-list .policy-desc {
      margin-right: 15px; }
      .industry-development-list .policy-desc:nth-of-type(3n) {
        margin-right: 15px; }
  .affliated-organizations-new .right ul li {
    width: 100% !important;
    margin-bottom: 10px; }
  .policy-advocacy-section .overview-desc {
    margin-top: 15px; }
  .focus-slider {
    width: calc(100% - 40px);
    margin: 0 auto; }
    .focus-slider .slick-arrow {
      left: -15px; }
      .focus-slider .slick-arrow.slick-next {
        left: auto;
        right: -15px; }
  .council-member {
    padding: 30px 0 20px; }
  .bpm-council-vision .heading {
    font-size: 26px; }
  .bpm-council-vision blockquote {
    padding: 0 30px;
    font-size: 18px; }
  .bpm-council-priorites .list-heading {
    font-size: 18px; }
  .bpm-council-priorites ul li {
    width: 50%; }
    .bpm-council-priorites ul li:first-of-type {
      width: 100%;
      padding: 15px; }
  .engineering-priorites .desc-scroll {
    max-height: 200px;
    height: auto; }
  .engineering-priorites ul li:first-of-type {
    padding: 0; }
  .sme-priorities .container {
    padding: 0 15px; }
  .sme-priorities .heading {
    font-size: 26px;
    margin-bottom: 10px; }
  .sme-priorities ul li:first-of-type {
    padding: 0;
    width: 50%; }
  .initiatives-priorites ul li:first-of-type,
  .engineering-priorites ul li:first-of-type {
    padding: 0;
    width: 50%; }
  .initiatives-priorites ul li ul li,
  .engineering-priorites ul li ul li {
    width: 100%; }
    .initiatives-priorites ul li ul li:first-of-type,
    .engineering-priorites ul li ul li:first-of-type {
      width: 100%;
      padding: 0 0 8px; }
  .key-segment-list .image {
    width: 100%;
    border-right: 0; }
    .key-segment-list .image img {
      width: auto; }
  .key-segment-list .heading {
    text-align: center; }
  .key-segment-list .key-desc {
    width: 100%;
    margin-top: 15px; }
  .key-segment-list ul li {
    padding: 15px;
    text-align: center; }
  .sme-council-cta .gic-happening {
    padding: 15px 15px 10px; }
    .sme-council-cta .gic-happening .sub-heading {
      text-transform: none;
      font-size: 20px; }
      .sme-council-cta .gic-happening .sub-heading br {
        display: none; }
    .sme-council-cta .gic-happening p {
      font-size: 13px; }
  .sme-council-cta .gic-community {
    background-size: 100%;
    height: 106px; }
  .tabbing-list li {
    margin: 0 5px 5px; }
    .tabbing-list li:last-of-type {
      margin-right: 0; }
    .tabbing-list li a {
      font-size: 14px;
      min-height: 65px;
      padding: 0 10px; }
  .priorities-location .container {
    padding: 0 30px; }
  .priorities-location .slick-prev {
    left: -20px; }
  .priorities-location .slick-next {
    right: -20px; }
  .interest-groups .container {
    padding: 30px 15px; }
  .diversity-inclusion-list ul li {
    width: 100%; }
  .domestic-focus-area .domestic-focus-area-list ul li {
    width: 50%; }
  .game-changers .join-list .views-field-title {
    font-size: 18px;
    min-height: auto; }
  .game-changers .join-list ul li {
    width: 100%;
    margin-right: 0; }
    .game-changers .join-list ul li:nth-of-type(3n) {
      margin-right: 0; }
    .game-changers .join-list ul li:nth-of-type(2n) {
      margin-right: 0; }
  .enquire-now .webform-submission-form .form-item {
    width: 100%; }
  .enquire-now .webform-submission-form .form-item-markup h2 {
    font-size: 26px; }
  .our-location .office-wrapper .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .our-location .office-wrapper .desc {
    width: 100%; }
  .our-membership .row {
    margin: 0; }
  .membership-fee .row {
    margin: 0; }
  .fee-category-list .num {
    min-height: auto;
    font-size: 48px; }
  .fee-category-list ul li p {
    min-height: auto; }
  .membership-form .interest-engagement .form-checkboxes .form-item {
    width: 100%; }
  .membership-form .actions .form-submit {
    font-size: 20px;
    padding: 5px 40px; }
  .membership-form .type-company .form-radios .form-item {
    margin: 0;
    width: 100%; }
    .membership-form .type-company .form-radios .form-item:first-child {
      margin-bottom: 10px; }
  /* Facts and Figure Start */
  .facts-figure-list .image {
    padding: 4px; }
  /* Facts and Figure End */
  .member-listing .view-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .membership-fee-modal .modal-header {
    flex-wrap: wrap; }
    .membership-fee-modal .modal-header img {
      position: static;
      max-width: 200px;
      width: auto; }
  .membership-fee-modal .close {
    position: absolute;
    right: 10px;
    top: 10px; }
  .membership-fee-modal .modal-body .col-3 {
    padding-left: 0; }
  .membership-fee-modal .modal-footer .col-9 {
    width: 50%;
    flex: 0 0 50%; }
  .membership-fee-modal .modal-footer .col-3 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  /* Publication page Start */
  .key-findings .container {
    padding: 0 30px; }
  /* Publication page End */
  /* Publication page Start */
  .publication-new .left {
    padding: 0 15px; }
    .publication-new .left .key-findings-tech .key-finding-desc-wrap .image {
      width: 100%;
      max-width: 100%;
      margin-bottom: 15px; }
      .publication-new .left .key-findings-tech .key-finding-desc-wrap .image img {
        width: 100%; }
    .publication-new .left .key-findings-tech .key-finding-desc-wrap .desc {
      width: 100%; }
  .download-report-tech .download-report-right .regular-price {
    margin-top: 20px;
    padding-left: 0;
    justify-content: center; }
  /* Publication page End */
  /* Interviews Page Start */
  .interviews .interviews-list .interview-left {
    width: 100%;
    text-align: center; }
    .interviews .interviews-list .interview-left .interview-img {
      max-width: 170px;
      margin: 20px auto; }
    .interviews .interviews-list .interview-left .interview-title {
      margin-bottom: 10px; }
  .interviews .interviews-list .interview-right {
    width: 100%; }
    .interviews .interviews-list .interview-right p {
      text-align: left; }
  /* Interviews Page End */
  /* Knowledge Center Page Start */
  .know-showcase .showcase-list .image {
    width: 100%;
    margin: 0 0 15px;
    justify-content: flex-start; }
  .know-showcase .showcase-list .showcase-wrap {
    width: 100%; }
  /* Knowledge Center Page End */
  .events-tabs-content .view-filters form .form-item-title,
  .events-tabs-content .view-filters form .form-item-field-event-end-date-value,
  .events-tabs-content .view-filters form .form-item-field-event-start-date-value,
  .events-tabs-content .view-filters form .form-item-term-node-tid-depth,
  .events-tabs-content .view-filters form .form-item-field-location-value {
    margin-bottom: 10px; }
  .events-tabs-content .view-filters form .form-actions .btn-primary {
    margin-bottom: 10px; }
  /* Latest at Nasscom Start */
  .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list ul li {
    width: 85.3%;
    margin: 0 auto 20px;
    min-height: auto; }
    .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list ul li:nth-of-type(2n) {
      margin: 0 auto 20px; }
  /* Latest at Nasscom End */
  /* media page start */
  .media-section .row {
    margin: 0; }
  /* media page end */
  /* event details page start */
  .event-detail-cnt table {
    width: 100%; }
  /* event details page end */
  .chapter-leaders .chapter-list ul {
    justify-content: center; }
    .chapter-leaders .chapter-list ul li {
      margin-bottom: 10px; }
  /* Shaping The Techade Page Start */
  .node-40548 .shaping-techade-section,
  .node-40548 .latest-articles,
  .node-40548 .video-bytes {
    padding: 30px 0; }
    .node-40548 .shaping-techade-section .block-title,
    .node-40548 .latest-articles .block-title,
    .node-40548 .video-bytes .block-title {
      font-size: 24px;
      margin-bottom: 15px; }
    .node-40548 .shaping-techade-section p,
    .node-40548 .latest-articles p,
    .node-40548 .video-bytes p {
      font-size: 14px; }
  .node-40548 .latest-articles {
    padding: 0 0 20px; }
    .node-40548 .latest-articles .container {
      max-width: 100%; }
    .node-40548 .latest-articles .owl-nav .owl-prev {
      left: 0; }
    .node-40548 .latest-articles .owl-nav .owl-next {
      right: 0; }
    .node-40548 .latest-articles .demonstrating-transforming .flex-box .left {
      width: 100%; }
      .node-40548 .latest-articles .demonstrating-transforming .flex-box .left .heading-techade {
        max-width: 100%; }
    .node-40548 .latest-articles .demonstrating-transforming .flex-box .right {
      width: 100%; }
      .node-40548 .latest-articles .demonstrating-transforming .flex-box .right .heading-techade {
        min-height: 30px; }
    .node-40548 .latest-articles .demonstrating-transforming .owl-nav .owl-prev {
      left: 0;
      top: 0;
      bottom: 0;
      right: auto; }
    .node-40548 .latest-articles .demonstrating-transforming .owl-nav .owl-next {
      right: 0;
      top: 0;
      left: auto;
      bottom: 0; }
    .node-40548 .latest-articles .decoding-conversation .flex-box .left {
      width: 100%; }
    .node-40548 .latest-articles .decoding-conversation .flex-box .right {
      width: 100%; }
    .node-40548 .latest-articles .decoding-conversation .owl-nav .owl-prev {
      left: 0;
      top: 0;
      bottom: 0;
      right: auto; }
    .node-40548 .latest-articles .decoding-conversation .owl-nav .owl-next {
      right: 0;
      top: 0;
      left: auto;
      bottom: 0; }
    .node-40548 .latest-articles .startup-leveraging {
      background: none; }
      .node-40548 .latest-articles .startup-leveraging .item-box .items .image {
        width: 100%; }
      .node-40548 .latest-articles .startup-leveraging .item-box .items .content {
        width: 100%;
        text-align: center;
        margin-top: 10px; }
  .node-40548 .latest-articles-slider {
    max-width: 80%;
    margin: 0 auto; }
    .node-40548 .latest-articles-slider p {
      min-height: 160px; }
  .node-40548 .video-bytes .bytes {
    margin: 30px auto 0; }
  .node-40548 .region-content-fifth {
    padding: 30px 0; }
    .node-40548 .region-content-fifth .image-gallery {
      width: 90%;
      margin: 0 auto 40px; }
      .node-40548 .region-content-fifth .image-gallery .gallery-slider {
        margin-left: -5%;
        margin-right: -5%; }
    .node-40548 .region-content-fifth .social-feed {
      width: 90%;
      margin: 0 auto; }
    .node-40548 .region-content-fifth .block-title {
      font-size: 24px;
      margin-bottom: 15px;
      text-align: center; }
  .node-40548 .block-twitter-block {
    width: 100%; }
  /* Shaping The Techade Page End */
  /* Knowledge Centre page start */
  .know-interviews .interviews-list .interview-left .interview-info {
    left: 290px; }
  /* Knowledge Centre page End */
  .event-awards-list ul li {
    width: 100%;
    margin: 0 0 3%; }
    .event-awards-list ul li:nth-of-type(2n), .event-awards-list ul li:nth-of-type(3n) {
      margin: 0 0 3%; }
  .webform-submission-quiz-form .webform-progress {
    display: none; }
  .webform-submission-quiz-form .form-item .heading {
    font-size: 30px;
    line-height: 40px; }
  .gtd-heading {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px; }
  .gtd-overview {
    padding: 20px 0; }
  .global-dynamics {
    padding: 20px 0; }
    .global-dynamics .main-box .left ul li .title {
      font-size: 16px; }
    .global-dynamics .main-box .left ul li:first-of-type .title:before {
      width: 120px; }
    .global-dynamics .main-box .left ul li:first-of-type .amount {
      font-size: 22px; }
  .gtd-focus-areas {
    padding: 20px 0; }
    .gtd-focus-areas .box-sm .title {
      font-size: 18px;
      padding: 15px; }
  .active-continents {
    padding: 20px 0; }
  .global-engagements {
    padding: 20px 0; }
    .global-engagements ul li {
      width: 100%; }
  .gtd-upcoming-events {
    padding: 20px 0; }
    .gtd-upcoming-events .summits-wrapper .summits-tabs-wrapper .summits-tabs-content .list-heading {
      font-size: 18px;
      padding: 15px 35px 15px 15px; }
    .gtd-upcoming-events .summits-wrapper .summits-tabs-wrapper .summits-tabs-content .desc .detail-box .title {
      font-size: 18px; }
    .gtd-upcoming-events .summits-wrapper .summits-tabs-wrapper .summits-tabs-content .desc .detail-box .date {
      font-size: 18px; }
  .domestic-roadshows {
    padding: 20px 0; }
    .domestic-roadshows .left .title {
      font-size: 18px; }
    .domestic-roadshows .right .desc .left-txt {
      font-size: 18px; }
  .gtd-testimonials-videos {
    padding: 20px 0; }
  .gtd-trade-reference {
    padding: 20px 0; }
    .gtd-trade-reference .main-box .left .name-detail .other-detail .name {
      font-size: 20px; }
    .gtd-trade-reference .main-box .right .desc {
      font-size: 16px; }
  .gtd-connect-info {
    padding: 20px 0; }
    .gtd-connect-info .detail-sec .address {
      font-size: 18px; }
  .diversity-awards-sec .award-title span {
    font-size: 14px;
    padding: 0;
    background: transparent;
    color: #E32630;
    font-weight: 500; }
    .diversity-awards-sec .award-title span:before {
      display: none; }
    .diversity-awards-sec .award-title span:after {
      display: none; }
  .diversity-awards-sec .main-box {
    padding-bottom: 20px; }
    .diversity-awards-sec .main-box .txt {
      padding: 0 0 10px 0; }
    .diversity-awards-sec .main-box ul li {
      width: 100%;
      margin-right: 0; }
  .diversity-stats ul li {
    width: 100%; } }

@media (max-width: 479px) {
  .youtube-twitter-wrapper .youtube-data .slick-arrow {
    top: 48px; }
  .youtube-twitter-wrapper .youtube-data ul li {
    width: 100%; }
  .global-trade-list ul li {
    width: 100%; }
  .council-member-list ul li {
    width: 78%;
    margin: 0 auto 30px; }
  .bpm-council-priorites ul li {
    width: 100%; }
  .sme-priorities ul li:first-of-type,
  .initiatives-priorites ul li:first-of-type {
    width: 100%; }
  .key-segment-list ul li {
    width: 80%;
    margin: 0 auto 3%; }
    .key-segment-list ul li:nth-of-type(4n), .key-segment-list ul li:nth-of-type(3n), .key-segment-list ul li:nth-of-type(2n) {
      margin: 0 auto 4%; }
  .member-listing .member-listing-list ul li {
    width: 100%;
    margin: 0 0 10px 0; }
  .why-member-list ul li {
    width: 49%;
    margin-bottom: 2%; }
  /* Publication Start */
  .publication .view-filters {
    width: 100%;
    margin-bottom: 20px; }
  .publication .view-empty {
    width: 100%; }
  .publication .view-content {
    width: 100%;
    margin-left: 0; }
  .publication .pager {
    width: 100%; }
    .publication .pager a {
      margin-left: 0; }
  /* Publication End */
  /* ShowCase Start */
  .showcase .showcase-list ul li {
    width: 100%;
    margin: 0 0 4% 0; }
    .showcase .showcase-list ul li:nth-of-type(4n) {
      margin: 0 0 4% 0; }
    .showcase .showcase-list ul li:nth-of-type(2n) {
      margin-right: 0; }
  /* ShowCase End */
  /* Facts and Figure Start */
  .facts-figure-list ul li {
    width: 100%;
    margin-right: 0; }
  /* Facts and Figure End */
  .member-listing .view-filters {
    padding: 20px 0; }
    .member-listing .view-filters .form-item {
      margin: 0;
      width: 100%; }
    .member-listing .view-filters .form-actions {
      margin: 10px auto 0; }
  .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list .img {
    width: 100%;
    margin-bottom: 15px; }
  .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list .desc {
    width: 100%; }
  .latest-nasscom-page .latest-nasscom-right .latest-nasscom-list p {
    min-height: auto; }
  .meida .view-filters .form-item {
    width: 140px;
    margin-bottom: 10px; }
  .meida .view-filters .form-item-combine {
    width: 100%; }
  .meida .press-release-list ul li {
    width: 100%;
    margin-right: 0; }
    .meida .press-release-list ul li:nth-of-type(3n) {
      margin-right: 0; }
  .events-tabs-content .view-filters form .form-item-title {
    width: 100%;
    margin-right: 0; }
  .events-tabs-content .view-filters form .form-item-field-event-end-date-value,
  .events-tabs-content .view-filters form .form-item-field-event-start-date-value,
  .events-tabs-content .view-filters form .form-item-term-node-tid-depth,
  .events-tabs-content .view-filters form .form-item-field-location-value {
    width: 49%;
    margin-right: 2%; }
  .events-tabs-content .view-filters form .form-item-field-event-end-date-value,
  .events-tabs-content .view-filters form .form-item-field-location-value {
    margin-right: 0; }
  .events-tabs-content .view-filters form .form-actions {
    width: 100%;
    margin-top: 10px; }
    .events-tabs-content .view-filters form .form-actions .btn-primary {
      margin: 0;
      width: 100%; }
  /* Knowledge Centre page start */
  .know-interviews .interviews-list .interview-left .interview-info {
    left: 170px; }
  /* Knowledge Centre page End */
  .event-banner .address-detail h1 {
    font-size: 16px;
    width: 80%; }
  /* Global Search Start */
  .global-search .view-content .item-list {
    width: 100%; }
  /* Global Search End */
  /* Product page start */
  .product-key-focus-areas ul li .desc {
    padding: 10px;
    font-size: 12px;
    line-height: 16px; }
    .product-key-focus-areas ul li .desc ul li {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 5px;
      padding-left: 18px; }
      .product-key-focus-areas ul li .desc ul li:before {
        content: '>';
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        color: #fff;
        padding: 0;
        font-size: 18px;
        border-radius: 0;
        background: none;
        display: block;
        line-height: 14px; }
    .product-key-focus-areas ul li .desc .main-box {
      width: 49%; }
      .product-key-focus-areas ul li .desc .main-box:last-of-type {
        width: 100%; }
      .product-key-focus-areas ul li .desc .main-box .sm-heading {
        font-size: 15px;
        line-height: 18px;
        padding: 0;
        text-align: left; }
    .product-key-focus-areas ul li .desc p {
      font-size: 10px;
      line-height: 14px; }
  .product-key-focus-areas .list-heading {
    font-size: 16px;
    margin-bottom: 5px; }
  .product-youtube-data .video-img {
    height: auto; }
  .product-council-vision ul li {
    width: 100%; }
  /* Product page end */ }
