/*!
Theme Name: Immuneel
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: immuneel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Immuneel is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

@media (min-width: 991px) {
  body.open-hamburgermenu {
    overflow: hidden;
  }
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.mt-28 {
  margin-top: 10px;
  max-width: 164px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: normal;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  /* background: #fff; */
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
  list-style-type: none;
}

ul li {
  position: relative;
}

ul li::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  border: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCA3IDciPgogICAgPGNpcmNsZSBjeD0iMy41IiBjeT0iNzYuNSIgcj0iMy41IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTczKSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  left: -20px;
  top: 10px;
}

.section-body-content ul li::after {
  top: 15px;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Global CSS */

@font-face {
  font-family: "IBMPlexSans-ExtraLight";
  src: url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLight.eot"); /* IE9 Compat Modes */
  src: url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLight.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLight.otf")
      format("opentype"),
    /* Open Type Font */ url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLight.svg")
      format("svg"),
    /* Legacy iOS */ url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLight.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLight.woff") format("woff"),
    /* Modern Browsers */
      url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLight.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "IBMPlexSans";
  src: url("assets/fonts/IBMPlex/IBMPlexSans-Regular.eot"); /* IE9 Compat Modes */
  src: url("assets/fonts/IBMPlex/IBMPlexSans-Regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("assets/fonts/IBMPlex/IBMPlexSans-Regular.otf")
      format("opentype"),
    /* Open Type Font */ url("assets/fonts/IBMPlex/IBMPlexSans-Regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("assets/fonts/IBMPlex/IBMPlexSans-Regular.woff") format("woff"),
    /* Modern Browsers */ url("assets/fonts/IBMPlex/IBMPlexSans-Regular.woff2")
      format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("assets/fonts/IBMPlex/IBMPlexSans-SemiBold.eot"); /* IE9 Compat Modes */
  src: url("assets/fonts/IBMPlex/IBMPlexSans-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("assets/fonts/IBMPlex/IBMPlexSans-SemiBold.otf")
      format("opentype"),
    /* Open Type Font */ url("assets/fonts/IBMPlex/IBMPlexSans-SemiBold.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("assets/fonts/IBMPlex/IBMPlexSans-SemiBold.woff") format("woff"),
    /* Modern Browsers */ url("assets/fonts/IBMPlex/IBMPlexSans-SemiBold.woff2")
      format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("assets/fonts/IBMPlex/IBMPlexSans-Regular.eot"); /* IE9 Compat Modes */
  src: url("assets/fonts/IBMPlex/IBMPlexSans-Regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("assets/fonts/IBMPlex/IBMPlexSans-Regular.otf")
      format("opentype"),
    /* Open Type Font */ url("assets/fonts/IBMPlex/IBMPlexSans-Regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("assets/fonts/IBMPlex/IBMPlexSans-Regular.woff") format("woff"),
    /* Modern Browsers */ url("assets/fonts/IBMPlex/IBMPlexSans-Regular.woff2")
      format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("assets/fonts/IBMPlex/IBMPlexSans-SemiBold.eot"); /* IE9 Compat Modes */
  src: url("assets/fonts/IBMPlex/IBMPlexSans-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("assets/fonts/IBMPlex/IBMPlexSans-SemiBold.otf")
      format("opentype"),
    /* Open Type Font */ url("assets/fonts/IBMPlex/IBMPlexSans-SemiBold.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("assets/fonts/IBMPlex/IBMPlexSans-SemiBold.woff") format("woff"),
    /* Modern Browsers */ url("assets/fonts/IBMPlex/IBMPlexSans-SemiBold.woff2")
      format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-Light";
  src: url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLight.eot"); /* IE9 Compat Modes */
  src: url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLight.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLight.otf")
      format("opentype"),
    /* Open Type Font */ url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLight.svg")
      format("svg"),
    /* Legacy iOS */ url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLight.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLight.woff") format("woff"),
    /* Modern Browsers */
      url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLight.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-Italic";
  src: url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLightItalic.eot"); /* IE9 Compat Modes */
  src: url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLightItalic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLightItalic.otf")
      format("opentype"),
    /* Open Type Font */
      url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLightItalic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLightItalic.woff")
      format("woff"),
    /* Modern Browsers */
      url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLightItalic.woff2")
      format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-LightItalic";
  src: url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLightItalic.eot"); /* IE9 Compat Modes */
  src: url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLightItalic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLightItalic.otf")
      format("opentype"),
    /* Open Type Font */
      url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLightItalic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLightItalic.woff")
      format("woff"),
    /* Modern Browsers */
      url("assets/fonts/IBMPlex/IBMPlexSans-ExtraLightItalic.woff2")
      format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

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

/* for single content */

main {
  margin-bottom: 120px;
}

header {
  padding: 18px 0 8px;
  height: 70px;
  width: 100%;
  /* position: fixed; */
  position: absolute;
  /* transition: transform .5s ease,opacity .5s ease; */
  /* backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px); */
  z-index: 999;
  /* background-image: url('./assets/images/home-bg.jpg'); */
  transition: transform ease 0.5s, height ease 0.3s, opacity ease 0.4s;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none;
}

.fixed-header {
  position: fixed;
}

header::after {
  transition: ease all 0.5s;
}

header::-webkit-scrollbar {
  display: none;
}

b,
strong {
  font-weight: normal !important;
}

.bg-blue {
  position: fixed;
  padding: 8px 0 8px;
  height: 60px;
  /* opacity: 0; */
  top: -80px;
  pointer-events: none;
  transition: 0.5s ease all;
}

header.is-hidden {
  /* opacity: 0; */
  /* transform: translate3d(0,-100%,0); */
  pointer-events: none;
}

header.is-active {
  top: 0 !important;
  opacity: 1;
  transition: 0.5s ease all;
  pointer-events: all;
  /* transform: translateZ(0); */
}

::placeholder {
  /* Firefox, Chrome, Opera */
  color: #fff;
  opacity: 0.6;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 0.6;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  opacity: 0.6;
}

/* clears the 'X' from Internet Explorer */
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.bg-blue::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  left: 0;
  background-color: rgba(1, 50, 151, 1) !important;
  transition: ease all 0.5s;
  /* background-color: rgba(58,115,205,0.9); */
  /* transition: ease all 0.5s; */
}

.bg-blue .logo-bg {
  overflow: hidden;
  height: 82px;
}

.svg-anim-cont {
  height: 100%;
}

.col-count {
  column-count: 2;
  column-gap: 40px;
}

.col-count p {
  margin-top: 0 !important;
}

/* cookie policy css */

#cookie-notice {
  z-index: 9;
}

.cookie-policy,
.cookie-notice-container,
#cookie-notice .cookie-revoke-container {
  /* display: none !important; */
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #0039ad;
  z-index: 99;
  padding: 12px 0 10px;
  transition: ease all 0.5s;
  /* transform: translateY(100px); */
}

#cn-close-notice {
  display: none;
}

.cookie-wrapper {
  position: relative;
  min-height: 60px;
}

.cookie-text,
.cn-text-container {
  font-family: "IBMPlexSans";
  font-size: 14px;
  line-height: 2.57;
  letter-spacing: normal;
}

.cookie-text a,
.cn-text-container a {
  font-family: "OpenSans-SemiBold";
  text-transform: none;
  letter-spacing: normal;
  text-decoration: underline;
}

.cn-text-container a:hover {
  text-decoration: underline;
}

/* .cookie-text,
.btn-wrapper,
.cn-button,
.cn-text-container{
	display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
} */

.btn-wrapper,
.cn-button {
  right: 0;
}

.cookie-btn,
#cookie-notice .cn-button,
#cookie-notice #cn-notice-buttons .cn-button {
  display: inline-block;
  font-family: "OpenSans-Semibold";
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 34px;
  border: solid 1px #fff;
  border-radius: 22px;
  cursor: pointer;
  margin-left: 20px;
  background: transparent;
}

#cn-accept-cookie {
  float: right;
}

.accept-btn,
#cookie-notice #cn-notice-buttons #cn-accept-cookie {
  background: #ffffff !important;
  color: #0039ad;
}

#cookie-notice #cn-notice-buttons #cn-refuse-cookie {
  background: transparent !important;
}

.show-cookie {
  transform: translateY(0) !important;
  transition: ease all 0.5s;
}

/* cookie policy css */

/* if backdrop support: very transparent and blurred */
/* @supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
	header{
		background-color: transparent !important;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}
} */

.nav-cont {
  position: relative;
}

/* hamburger menu */

.mega-menu {
  padding: 105px 35px 0 25px;
  position: fixed;
  right: -27vw;
  top: 0;
  width: 25vw;
  min-height: 100vh;
  transform: translateX(27vw);
  transition: ease all 0.5s;
  min-width: 340px;
  box-shadow: 0 -1px 40px 0 rgba(0, 0, 0, 0.17);
  background-color: #0039ad;
}

@media (min-width: 991px) {
  .mega-menu .container {
    overflow: scroll;
    height: 90vh;
    padding-bottom: 10vh;
  }
  /* .mega-menu .container::-webkit-scrollbar {
    display: none;
  } */
}

.mega-menu .search-form {
  margin-top: 0;
}

.mega-menu ul li {
  padding-left: 35px;
}

/* .mega-menu ul li::after{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMzQiIGhlaWdodD0iMjM4IiB2aWV3Qm94PSIwIDAgMjM0IDIzOCI+ICAgIDxkZWZzPiAgICAgICAgPHJhZGlhbEdyYWRpZW50IGlkPSJwcmVmaXhfX2EiIGN4PSIwJSIgY3k9IjIuNjAyJSIgcj0iMTQyLjU5MyUiIGZ4PSIwJSIgZnk9IjIuNjAyJSIgZ3JhZGllbnRUcmFuc2Zvcm09InNjYWxlKDEgLjk4MzIpIHJvdGF0ZSg0My4xNzQgMCAuMDI2KSI+ICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI0ZGRiIvPiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwM0JBRSIgc3RvcC1vcGFjaXR5PSIwIi8+ICAgICAgICA8L3JhZGlhbEdyYWRpZW50PiAgICA8L2RlZnM+ICAgIDxwYXRoIGZpbGw9InVybCgjcHJlZml4X19hKSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjM5Ljk1IDEyMy44NzFjLTEwLjg1MS0zLjA1OC0yMi4wODMgMi40OS0zMS45MjIgOC4wMTYtOC4zMTUgNC42Ny0xNi41NjggOS40NDgtMjQuNzYgMTQuMzM0LTguMjIgNC45MDEtMTYuNjE1IDEwLjEzMi0yMi4xMDYgMTcuOTk1LTMuMTc1IDQuNTQ2LTUuMjM4IDkuNzkyLTguMzIxIDE0LjQwNC0yLjY3NSA0LTYuMDc5IDcuNDY0LTguODE3IDExLjQyMi02Ljg0NSA5Ljg4Ny05LjExNSAyMi4xNTgtMTEuMjIgMzQuMDE1LTEuNDYgOC4yMzUtMi45MjggMTYuNTMtMi43OTYgMjQuODk0LjIwNCAxMi44NCA0LjE1NyAyNS4yODQgOC4wNzMgMzcuNTA3IDIuMDEyIDYuMjg1IDQuMDYyIDEyLjY0NiA3LjU4NSAxOC4yMTkgMy4yNDUgNS4xMzEgNy42MzQgOS40MiAxMS4yODkgMTQuMjYzIDYuNzU3IDguOTU2IDExLjIwOCAyMC4wMjEgMjAuMjI2IDI2LjY3MyAxMy4wNDIgOS42MjIgMzAuOTM2IDYuOTczIDQ3LjAyOSA4LjY3IDEwLjczNyAxLjEzMyAyMS4xNDggNC4zNzUgMzEuODM0IDUuOTE4IDEwLjY4OCAxLjU0MyAyMi4xNzMgMS4yMTYgMzEuNDgzLTQuMjc4IDYuMTQ4LTMuNjI3IDEwLjg4LTkuMjI5IDE2LjYwNS0xMy41MDEgNi44NzgtNS4xMzQgMTUuMDY3LTguMjYgMjEuOTctMTMuMzYxIDkuODE1LTcuMjUzIDE2LjM5Ni0xNy45ODYgMjIuNzMtMjguNDQ1IDQuMTQtNi44MzUgOC4zMi0xMy43NjIgMTAuNjQ4LTIxLjQxNiAyLjMzMy03LjY2OCAyLjcxNi0xNS43NzYgMy4wODItMjMuNzg2bDEuMjgtMjcuOTQ1Yy4yMTMtNC42NjMuNDE2LTkuNDI0LS44NjYtMTMuOTEtLjg0My0yLjk1LTIuMzAxLTUuNjc5LTMuNzQ4LTguMzgzLTUuODg5LTEwLjk5Ni0xMS43NzgtMjEuOTktMTcuNjY1LTMyLjk4Ny0zLjczMS02Ljk3LTcuNjktMTQuMTk5LTE0LjE0OS0xOC43MjgtNy41MjItNS4yNzUtMTcuMzg0LTYuMTI2LTI1LjEzLTExLjA2NS05LjYyMi02LjEzMy0xNy42MDYtMTMuNDE5LTI3LjEtMTQuNy0xMC43Ni00LjQ2Mi0zNS4yMzQtMy44MjUtMzUuMjM0LTMuODI1eiIgb3BhY2l0eT0iLjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzAgLTEyMykiLz48L3N2Zz4=);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 10px;
    transform: translate(-50% , -50%);
    background-size: 100%;
    width: 10px;
    height: 10px;
    background-position: center;
    transition: ease all 0.5s;
} */

.mega-menu ul li::after {
  background-image: none;
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  /* top: 50%; */
  left: 10px;
  transform: translate(-50%, -50%) scale(0.5);
  background-size: 100%;
  width: 10px;
  height: 10px;
  background-position: center;
  transition: ease all 0.5s;
  top: 31px;
  /* left: -20px; */
  /* width: 8px;
  height: 8px; */
  list-style: none;
}

.mega-menu ul li {
  line-height: 30px;
}

.mega-menu ul li .sub-menu li {
  padding-left: 0px;
}
.mega-menu ul li .sub-menu li::after {
  /* list-style: none; */
  display: none;
}

.mega-menu ul li:hover::after,
.mega-menu ul .current-menu-item::after {
  transition: ease all 0.5s;
  /* transform: scale(1.5) translate(-3px, -3px); */
  transform-origin: center center;
  transform: scale(1) translate(-50%, -50%);
}

footer ul li::after {
  content: none;
}

.items-wrapper,
.items-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.items-wrapper li a {
  display: inline-block;
  font-family: "IBMPlexSans-ExtraLight";
  font-size: 22px;
  line-height: 30px;
  text-transform: none;
  padding: 15px 0;
  font-weight: 200;
}

header .items-wrapper li a:hover {
  font-family: "IBMPlexSans";
}

.items-wrapper .sub-menu li a {
  opacity: 1;
  font-family: "OpenSans-Light";
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.5px;
  padding: 9px 0;
}

.items-wrapper .sub-menu li a:hover {
  font-family: "OpenSans-Regular";

  /* opacity: 1; */
}

header .current_page_item a {
  font-family: "IBMPlexSans";
}

.science-items {
  padding-right: 0;
}

/* .science-items .menu-items{
	padding-left: 30px;
}

.india-story-items .menu-items{
	padding-left: 75px;
}

.partnerships-items .menu-items{
	padding-left: 40px;
} */

.partnership-item li {
  margin-bottom: 25px;
}

.careers-items .menu-items {
  margin-top: 105px;
}

.investors-items .menu-items {
  margin-left: 60px;
}

.careers-items .menu-items li {
  display: inline-block;
  margin-right: 138px;
}

.careers-items .items-wrapper li a {
  font-size: 26px;
}

/* end of hamburger menu */

/* search css */

.search-blob1 {
  position: absolute;
  top: 40px;
  right: -600px;
  height: 900px !important;
}

.search-form {
  position: relative;
  margin-bottom: 35px;
}

.search-form input[type="search"] {
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  border-radius: 0px !important;
  width: 100%;
  font-family: "IBMPlexSans-ExtraLight";
  font-size: 22px;
  line-height: 36px;
  padding: 0 65px 10px 0;
  color: #fff;
  text-transform: capitalize;
  border-radius: 0 !important;
  outline: none !important;
  background: transparent;
  -webkit-appearance: none;
}

.search-form input[type="submit"]:focus {
  outline: none;
}

.search-form input[type="submit"] {
  border: none;
  background: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik02LjQwMyAwYzMuNTM2IDAgNi40MDMgMi44NjcgNi40MDMgNi40MDMgMCAxLjUwNC0uNTIgMi44ODctMS4zODggMy45OEwxOCAxNi45NjNsLS43NTcuNzU4LTYuNTU4LTYuNTU4Yy0xLjEzNCAxLjAyMS0yLjYzNiAxLjY0My00LjI4MiAxLjY0M0MyLjg2NyAxMi44MDYgMCA5LjkzOSAwIDYuNDAzIDAgMi44NjcgMi44NjcgMCA2LjQwMyAwem0wIDEuMDVjLTIuOTU3IDAtNS4zNTQgMi4zOTYtNS4zNTQgNS4zNTNzMi4zOTcgNS4zNTMgNS4zNTQgNS4zNTNjMi45NTcgMCA1LjM1My0yLjM5NiA1LjM1My01LjM1M1M5LjM2IDEuMDQ5IDYuNDAzIDEuMDQ5eiIvPgo8L3N2Zz4K);
  background-size: 100%;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 100%;
  width: 28px;
  background-position: center;
}

header .search-form input[type="submit"] {
  width: 18px;
  top: 44%;
  background-size: 18px;
}

header .cross-icon {
  width: 15px;
  right: 45px;
  top: 20px;
}

input[type="search"] {
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-radius: 0;
}

.search-form {
  position: relative;
}

.search-form::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MyIgdmlld0JveD0iMCAwIDQzIDQzIj4KICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLXdpZHRoPSIyLjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiPgogICAgPGxpbmUgeDE9IjI0Ljk4OSIgeDI9IjM4LjQiIHkxPSIyNC45ODkiIHkyPSIzOC40Ii8+CiAgICA8Y2lyY2xlIGN4PSIxNC40IiBjeT0iMTQuNCIgcj0iMTQuNCIvPgogIDwvZz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  top: 14px;
  background-size: 30px;
  /* background: url(data:image/svg;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MyIgdmlld0JveD0iMCAwIDQzIDQzIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjRkZGIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2Utd2lkdGg9IjIuNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAyKSI+CiAgICAgICAgPHBhdGggZD0iTTI0Ljk4OSAyNC45ODlMMzguNCAzOC40Ii8+CiAgICAgICAgPGNpcmNsZSBjeD0iMTQuNCIgY3k9IjE0LjQiIHI9IjE0LjQiLz4KICAgIDwvZz4KPC9zdmc+Cg==); */
}

header .search-form::after {
  content: none;
  /* background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik02LjQwMyAwYzMuNTM2IDAgNi40MDMgMi44NjcgNi40MDMgNi40MDMgMCAxLjUwNC0uNTIgMi44ODctMS4zODggMy45OEwxOCAxNi45NjNsLS43NTcuNzU4LTYuNTU4LTYuNTU4Yy0xLjEzNCAxLjAyMS0yLjYzNiAxLjY0My00LjI4MiAxLjY0M0MyLjg2NyAxMi44MDYgMCA5LjkzOSAwIDYuNDAzIDAgMi44NjcgMi44NjcgMCA2LjQwMyAwem0wIDEuMDVjLTIuOTU3IDAtNS4zNTQgMi4zOTYtNS4zNTQgNS4zNTNzMi4zOTcgNS4zNTMgNS4zNTQgNS4zNTNjMi45NTcgMCA1LjM1My0yLjM5NiA1LjM1My01LjM1M1M5LjM2IDEuMDQ5IDYuNDAzIDEuMDQ5eiIvPgo8L3N2Zz4K");
	background-size: 18px;
	width: 18px;
    height: 18px;
    top: 11px; */
}

.cross-icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMXB4IiB2aWV3Qm94PSIwIDAgMjIgMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+Q29tYmluZWQgU2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ik9wdGlvbi0xLS0tTWVudSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNjkuMDAwMDAwLCAtNDEuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkNvbWJpbmVkLVNoYXBlIiBwb2ludHM9IjEyODkuNTQ1OTQgNDEuMjQ2OTUxNyAxMjkwLjI1MzA1IDQxLjk1NDA1ODUgMTI4MC43MDggNTEuNSAxMjkwLjI1MzA1IDYxLjA0NTk0MTUgMTI4OS41NDU5NCA2MS43NTMwNDgzIDEyODAgNTIuMjA4IDEyNzAuNDU0MDYgNjEuNzUzMDQ4MyAxMjY5Ljc0Njk1IDYxLjA0NTk0MTUgMTI3OS4yOTIgNTEuNSAxMjY5Ljc0Njk1IDQxLjk1NDA1ODUgMTI3MC40NTQwNiA0MS4yNDY5NTE3IDEyODAgNTAuNzkyIj48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 22px;
  height: 25px;
  display: block;
  position: absolute;
  right: 80px;
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  pointer-events: none;
  background-position: center;
  height: 100%;
}

.show-cross.cross-icon {
  opacity: 1;
  pointer-events: all;
}

input[type="search"]:focus {
  outline: none;
}

/* end of search css */

body {
  font-family: "OpenSans-Regular";
  /* background: radial-gradient(
    circle at 9% 8%,
    #3a73cd,
    #0039ad 47%,
    #013297 84%
  ); */
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.radial-bg {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -10;
  background: radial-gradient(
    circle at 9% 8%,
    #3a73cd,
    #0039ad 47%,
    #013297 84%
  );
}

.page-wrapper {
  overflow: hidden;
}

.page {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "IBMPlexSans-ExtraLight";
}

h1,
.section-big-heading {
  opacity: 0.1;
  font-family: "IBMPlexSans-ExtraLight";
  font-size: 200px;
  color: #ffffff;
  margin: 0;
}

h2 {
  font-size: 50px;
  line-height: 65px;
}

h3 {
  font-size: 50px;
  margin-bottom: 40px;
}

h4 {
  font-family: "IBMPlexSans-ExtraLight";
  font-size: 40px;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 40px;
}

em {
  font-family: "OpenSans-Italic";
}

p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 32px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  color: #fff;
}

a:hover,
a:focus,
a:active,
a:visited {
  color: #fff;
}

a:focus {
  outline: none;
}

a,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

section ul,
section ol {
  margin: 0;
  padding-left: 20px;
}

section ul li,
section ol li {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  line-height: 1.63;
  padding-bottom: 20px;
}

section ul li:last-child {
  padding-bottom: 0;
}

strong {
  font-family: "OpenSans-SemiBold";
}

h2 strong,
h3 strong {
  font-family: "IBMPlexSans";
  font-weight: normal;
}

.section-body-content p {
  font-family: "OpenSans-Light";
  font-size: 22px;
  line-height: 36px;
  margin-top: 8px;
  margin-bottom: 20px;
}

.section-body-content em {
  font-family: "OpenSans-LightItalic";
}

.section-body-content p a {
  font-family: "OpenSans-SemiBold";
  font-size: 22px;
  line-height: 36px;
  letter-spacing: normal;
  text-transform: lowercase;
}

section {
  margin: 100px 0;
}

.line-separator {
  display: block;
  width: 100%;
  height: 1px;
  background: #3f9cf6;
  margin-bottom: 50px;
  opacity: 0.4;
}

/* .section-links a:nth-child(even) {
    float: right;
} */

.section-links {
  margin-top: 50px;
}

.section-links a:nth-child(odd) {
  /* float: left; */
  margin-right: 45px;
}

.search-section h1 {
  position: absolute;
  top: -100px;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-left: 85px;
  pointer-events: none;
}

.search-section article {
  margin-bottom: 60px;
}

.search-section article:last-child {
  margin: 0;
}

.search-result {
  font-family: "IBMPlexSans-ExtraLight";
  font-size: 32px;
  margin: 60px 0;
}

.search-result strong {
  font-family: "IBMPlexSans";
}

.search-section .search-form::after {
  content: none;
  top: 22px;
  width: 36px;
  height: 36px;
  background-size: 36px;
}

.search-section .search-form input[type="search"] {
  font-size: 50px;
  margin-bottom: 0;
  padding: 0 110px 10px 0;
}

.search-section .entry-title {
  font-family: "IBMPlexSans-ExtraLight";
  font-size: 32px;
  text-transform: none;
  letter-spacing: 0;
  line-height: normal;
}

.search-section .entry-summary {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  line-height: 1.88;
  text-transform: none;
  margin: 10px 0 20px;
  max-width: 610px;
  letter-spacing: 0;
}

.search-section .entry-summary p {
  margin: 0;
}

.search-section .page-url {
  opacity: 0.6;
  font-family: "OpenSans-Regular";
  font-size: 16px;
  line-height: 1.88;
  text-transform: lowercase;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.search-form {
  margin-top: 60px;
}

/* end of global css */

/* header css */

.site-branding {
  position: absolute;
  z-index: 99;
}

.site-branding img {
  max-width: 160px;
  max-height: 40px;
}

.logo-bg {
  position: absolute;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDIiIGhlaWdodD0iMjQzIiB2aWV3Qm94PSIwIDAgNDAyIDI0MyI+ICAgIDxkZWZzPiAgICAgICAgPHJhZGlhbEdyYWRpZW50IGlkPSJwcmVmaXhfX2EiIGN4PSIzOS41ODQlIiBjeT0iMzcuODkyJSIgcj0iNjMuMTY2JSIgZng9IjM5LjU4NCUiIGZ5PSIzNy44OTIlIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KC42MjYyMiAwIDAgLjk0NTkyIC4xNDggLjAyKSI+ICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI0ZGRiIgc3RvcC1vcGFjaXR5PSIuMyIvPiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM3NkVDOSIgc3RvcC1vcGFjaXR5PSIwIi8+ICAgICAgICA8L3JhZGlhbEdyYWRpZW50PiAgICA8L2RlZnM+ICAgIDxlbGxpcHNlIGN4PSIzMTUuNSIgY3k9IjkxIiBmaWxsPSJ1cmwoI3ByZWZpeF9fYSkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgcng9IjI1NS41IiByeT0iMTYwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjIpIi8+PC9zdmc+)
    no-repeat;
  width: 100%;
  height: 250px;
  min-width: 400px;
  top: -30px;
  left: -170px;
  z-index: -1;
  pointer-events: none;
  z-index: 99;
  opacity: 0.8;
}

.hamburger-menu {
  float: right;
  position: relative;
  width: 25px;
  height: 100%;
  padding: 31px 28px 0;
  cursor: pointer;
  z-index: 99;
}

.hamburger-menu::before,
.hamburger-menu::after {
  content: "";
  position: absolute;
  /* border-bottom: solid 1px #fff; */
  background: #fff;
  right: 0;
  width: 28px;
  height: 1px;
  top: 50%;
  /* border-radius: 3px; */
  transition: transform 0.2s;
  z-index: 1;
}

.hamburger-menu::after {
  top: 25px;
}

.open-hamburgermenu .mega-menu {
  right: 0;
  transform: translateX(0vw);
}

.open-hamburgermenu .hamburger-menu::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 50%;
}

.open-hamburgermenu .hamburger-menu::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 50%;
}

.open-hamburgermenu header {
  top: 0;
  opacity: 1;
  transform: none;
  pointer-events: all;
}

/* body css */

.site-content {
  min-height: calc(100vh - 284px);
}

.line-anim {
  position: relative;
  height: 180px;
}

.line-anim::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #fff;
  height: 0;
  width: 1px;
  transition: ease all 4s;
}

.animate-line::after {
  height: 100% !important;
  width: 1px !important;
}

a.section-url {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

a.section-url:last-child {
  margin-bottom: 0 !important;
}

.plus-icon {
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj4KICAgIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik01LjcwNSAxNUw1LjcwNSAxMC43MDEgMTAgMTAuNzAxIDEwIDkuMzE1IDUuNzA1IDkuMzE1IDUuNzA1IDUgNC4yODcgNSA0LjI4NyA5LjMxNSAwIDkuMzE1IDAgMTAuNzAxIDQuMjg3IDEwLjcwMSA0LjI4NyAxNXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTUpIi8+Cjwvc3ZnPgo=");
  position: absolute;
  left: 0;
  content: "";
  background-size: 10px;
  width: 10px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center left;
  transition: ease all 0.5s;
}

a.section-url:hover {
  font-family: "OpenSans-Bold";
}

a.section-url:hover .plus-icon {
  transform: rotate(45deg);
  transition: ease all 0.5s;
}
/* sm-link_text */

/* .sm-link_text::before{
	content: attr(data-sm-link-text);
	position: absolute;
}

.sm-link_text::before, 
.sm-link_text .sm-link__label{
	transition-property: transform;
	transition-timing-function: cubic-bezier(.86, .6, .08, 1.01); 
	transition-duration: .3s;
}

.sm-link_text:hover::before,
.sm-link_text:hover .sm-link__label{
	transition-duration: .4s;
}

.sm-link{
	display: inline-flex;
	position: relative;
	overflow: hidden;
}

.sm-link__label{
	display: block;
}

.sm-link_text::before, .sm-link_text .sm-link__label{
	transition-property: transform;
	transition-timing-function: cubic-bezier(.86, .6, .08, 1.01);
	transition-duration: .3s;
}*/

/* effect 8 */

/* .sm-link8::before{
	left: 20px;
	top: 0;
	transform: translate3d(0, 140%, 0);
}

.sm-link8 .sm-link__label,
.sm-link8:hover::before{
	transform: translate3d(0, 0, 0);
}

.sm-link8:hover .sm-link__label{
	transform: translate3d(0, -140%, 0);	
} */

.animate-img img {
  -webkit-animation: rotate-scale 10s cubic-bezier(1, 1, 0.02, 0.01) forwards;
  -moz-animation: rotate-scale 10s cubic-bezier(1, 1, 0.02, 0.01) forwards;
  -ms-animation: rotate-scale 10s cubic-bezier(1, 1, 0.02, 0.01) forwards;
  -o-animation: rotate-scale 10s cubic-bezier(1, 1, 0.02, 0.01) forwards;
  animation: rotate-scale 10s cubic-bezier(1, 1, 0.02, 0.01) forwards;
}

@-webkit-keyframes rotate-scale /* Safari and Chrome */ {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    -o-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(5deg) scale(1.06);
    -o-transform: translate(-50%, -50%) rotate(5deg) scale(1.06);
    transform: translate(-50%, -50%) rotate(5deg) scale(1.06);
  }
}

@keyframes rotate-scale {
  from {
    -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    -moz-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    -o-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  to {
    -ms-transform: translate(-50%, -50%) rotate(5deg) scale(1.06);
    -moz-transform: translate(-50%, -50%) rotate(5deg) scale(1.06);
    -webkit-transform: translate(-50%, -50%) rotate(5deg) scale(1.06);
    -o-transform: translate(-50%, -50%) rotate(5deg) scale(1.06);
    transform: translate(-50%, -50%) rotate(5deg) scale(1.06);
  }
}

.inner-blob {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMzQiIGhlaWdodD0iMjM4IiB2aWV3Qm94PSIwIDAgMjM0IDIzOCI+ICAgIDxkZWZzPiAgICAgICAgPHJhZGlhbEdyYWRpZW50IGlkPSJwcmVmaXhfX2EiIGN4PSIwJSIgY3k9IjIuNjAyJSIgcj0iMTQyLjU5MyUiIGZ4PSIwJSIgZnk9IjIuNjAyJSIgZ3JhZGllbnRUcmFuc2Zvcm09InNjYWxlKDEgLjk4MzIpIHJvdGF0ZSg0My4xNzQgMCAuMDI2KSI+ICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI0ZGRiIvPiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwM0JBRSIgc3RvcC1vcGFjaXR5PSIwIi8+ICAgICAgICA8L3JhZGlhbEdyYWRpZW50PiAgICA8L2RlZnM+ICAgIDxwYXRoIGZpbGw9InVybCgjcHJlZml4X19hKSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjM5Ljk1IDEyMy44NzFjLTEwLjg1MS0zLjA1OC0yMi4wODMgMi40OS0zMS45MjIgOC4wMTYtOC4zMTUgNC42Ny0xNi41NjggOS40NDgtMjQuNzYgMTQuMzM0LTguMjIgNC45MDEtMTYuNjE1IDEwLjEzMi0yMi4xMDYgMTcuOTk1LTMuMTc1IDQuNTQ2LTUuMjM4IDkuNzkyLTguMzIxIDE0LjQwNC0yLjY3NSA0LTYuMDc5IDcuNDY0LTguODE3IDExLjQyMi02Ljg0NSA5Ljg4Ny05LjExNSAyMi4xNTgtMTEuMjIgMzQuMDE1LTEuNDYgOC4yMzUtMi45MjggMTYuNTMtMi43OTYgMjQuODk0LjIwNCAxMi44NCA0LjE1NyAyNS4yODQgOC4wNzMgMzcuNTA3IDIuMDEyIDYuMjg1IDQuMDYyIDEyLjY0NiA3LjU4NSAxOC4yMTkgMy4yNDUgNS4xMzEgNy42MzQgOS40MiAxMS4yODkgMTQuMjYzIDYuNzU3IDguOTU2IDExLjIwOCAyMC4wMjEgMjAuMjI2IDI2LjY3MyAxMy4wNDIgOS42MjIgMzAuOTM2IDYuOTczIDQ3LjAyOSA4LjY3IDEwLjczNyAxLjEzMyAyMS4xNDggNC4zNzUgMzEuODM0IDUuOTE4IDEwLjY4OCAxLjU0MyAyMi4xNzMgMS4yMTYgMzEuNDgzLTQuMjc4IDYuMTQ4LTMuNjI3IDEwLjg4LTkuMjI5IDE2LjYwNS0xMy41MDEgNi44NzgtNS4xMzQgMTUuMDY3LTguMjYgMjEuOTctMTMuMzYxIDkuODE1LTcuMjUzIDE2LjM5Ni0xNy45ODYgMjIuNzMtMjguNDQ1IDQuMTQtNi44MzUgOC4zMi0xMy43NjIgMTAuNjQ4LTIxLjQxNiAyLjMzMy03LjY2OCAyLjcxNi0xNS43NzYgMy4wODItMjMuNzg2bDEuMjgtMjcuOTQ1Yy4yMTMtNC42NjMuNDE2LTkuNDI0LS44NjYtMTMuOTEtLjg0My0yLjk1LTIuMzAxLTUuNjc5LTMuNzQ4LTguMzgzLTUuODg5LTEwLjk5Ni0xMS43NzgtMjEuOTktMTcuNjY1LTMyLjk4Ny0zLjczMS02Ljk3LTcuNjktMTQuMTk5LTE0LjE0OS0xOC43MjgtNy41MjItNS4yNzUtMTcuMzg0LTYuMTI2LTI1LjEzLTExLjA2NS05LjYyMi02LjEzMy0xNy42MDYtMTMuNDE5LTI3LjEtMTQuNy0xMC43Ni00LjQ2Mi0zNS4yMzQtMy44MjUtMzUuMjM0LTMuODI1eiIgb3BhY2l0eT0iLjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzAgLTEyMykiLz48L3N2Zz4=);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  opacity: 0;
  transform: translate(0%, -50%) scale(0.1);
  /* transition: none; */
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: translate(0%, -50%) rotate(0deg);
    -o-transform: translate(0%, -50%) rotate(0deg);
    transform: translate(0%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(0%, -50%) rotate(360deg);
    -o-transform: translate(0%, -50%) rotate(360deg);
    transform: translate(0%, -50%) rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: translate(0%, -50%) rotate(0deg);
    -moz-transform: translate(0%, -50%) rotate(0deg);
    -webkit-transform: translate(0%, -50%) rotate(0deg);
    -o-transform: translate(0%, -50%) rotate(0deg);
    transform: translate(0%, -50%) rotate(0deg);
  }
  to {
    -ms-transform: translate(0%, -50%) rotate(360deg);
    -moz-transform: translate(0%, -50%) rotate(360deg);
    -webkit-transform: translate(0%, -50%) rotate(360deg);
    -o-transform: translate(0%, -50%) rotate(360deg);
    transform: translate(0%, -50%) rotate(360deg);
  }
}

.show-blob .inner-blob {
  opacity: 1;
  /* transform: translate(0%, -50%) scale(1);
	transition: transform 5s ease; */
}

.inner-blob {
  /* -webkit-animation: rotating 80s cubic-bezier(1, 1, 0.02, 0.01) infinite;
    -moz-animation: rotating 80s cubic-bezier(1, 1, 0.02, 0.01) infinite;
    -ms-animation: rotating 80s cubic-bezier(1, 1, 0.02, 0.01) infinite;
    -o-animation: rotating 80s cubic-bezier(1, 1, 0.02, 0.01) infinite;
    animation: rotating 80s cubic-bezier(1, 1, 0.02, 0.01) infinite; */
  /* animation-delay: 6s;
	-webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -ms-animation-delay: 6s;
    -o-animation-delay: 6s; */
}

.show-blob .red-blob {
  opacity: 0;
}

.red-blob {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNDYiIGhlaWdodD0iMjQ1IiB2aWV3Qm94PSIwIDAgMjQ2IDI0NSI+CiAgICA8ZGVmcz4KICAgICAgICA8cmFkaWFsR3JhZGllbnQgaWQ9InByZWZpeF9fYSIgY3g9IjAlIiBjeT0iMi42MDIlIiByPSIxNDIuNTU2JSIgZng9IjAlIiBmeT0iMi42MDIlIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KC43Mjk0NiAuNjcyOSAtLjY4NDAyIC43MTc2IC4wMTggLjAwNykiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMzk2OEM0IiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjRjAwMDAwIi8+CiAgICAgICAgPC9yYWRpYWxHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGZpbGw9InVybCgjcHJlZml4X19hKSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjY3LjcwOSAxNDAuOWMtMTEuMjIyLTMuMTYtMjIuODM4IDIuNTczLTMzLjAxMyA4LjI4Ni04LjYgNC44MjYtMTcuMTM1IDkuNzY2LTI1LjYwNiAxNC44MTUtOC41MDEgNS4wNjctMTcuMTg0IDEwLjQ3My0yMi44NjIgMTguNi0zLjI4NCA0LjctNS40MTggMTAuMTIyLTguNjA2IDE0Ljg4OS0yLjc2NyA0LjEzNC02LjI4NyA3LjcxNC05LjExOSAxMS44MDUtNy4wNzggMTAuMjItOS40MjYgMjIuOTAzLTExLjYwMyAzNS4xNTktMS41MSA4LjUxMS0zLjAyOCAxNy4wODYtMi44OTEgMjUuNzMuMjEgMTMuMjcyIDQuMjk4IDI2LjEzNCA4LjM0OCAzOC43NjkgMi4wOCA2LjQ5NiA0LjIwMSAxMy4wNyA3Ljg0NCAxOC44MyAzLjM1NyA1LjMwNCA3Ljg5NSA5LjczNyAxMS42NzYgMTQuNzQzIDYuOTg3IDkuMjU3IDExLjU5IDIwLjY5NSAyMC45MTcgMjcuNTcgMTMuNDg3IDkuOTQ1IDMxLjk5MyA3LjIwNyA0OC42MzcgOC45NjEgMTEuMTA0IDEuMTcgMjEuODcgNC41MjIgMzIuOTIyIDYuMTE3IDExLjA1MyAxLjU5NSAyMi45MzEgMS4yNTcgMzIuNTYtNC40MjEgNi4zNTgtMy43NSAxMS4yNTEtOS41NCAxNy4xNzItMTMuOTU2IDcuMTEzLTUuMzA2IDE1LjU4Mi04LjUzNyAyMi43MjEtMTMuODEgMTAuMTUtNy40OTYgMTYuOTU3LTE4LjU5IDIzLjUwNy0yOS40IDQuMjgxLTcuMDY2IDguNjA1LTE0LjIyNiAxMS4wMTMtMjIuMTM3IDIuNDEyLTcuOTI1IDIuODA4LTE2LjMwNiAzLjE4Ny0yNC41ODVsMS4zMjQtMjguODg0Yy4yMi00LjgyLjQzLTkuNzQxLS44OTYtMTQuMzc5LS44NzEtMy4wNDgtMi4zOC01Ljg2OS0zLjg3Ni04LjY2M2wtMTguMjY5LTM0LjA5NmMtMy44NTktNy4yMDQtNy45NTMtMTQuNjc3LTE0LjYzMy0xOS4zNTgtNy43OC01LjQ1My0xNy45NzktNi4zMzItMjUuOTg4LTExLjQzNy05Ljk1MS02LjMzOS0xOC4yMS0xMy44Ny0yOC4wMjgtMTUuMTk0LTExLjEyNy00LjYxMi0zNi40MzgtMy45NTMtMzYuNDM4LTMuOTUzeiIgb3BhY2l0eT0iLjgiIHRyYW5zZm9ybT0icm90YXRlKC02NSA4Ny4zMzcgMzEzLjM2NikiLz4KPC9zdmc+Cg==");
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transition: none;
  transform: translate(0%, -50%) scale(1);
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.show-blob canvas {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.blob-anim-cont {
  pointer-events: none;
}

.image {
  position: absolute;
  height: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(209, 209, 209);
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.big-blob {
  background-size: 280px;
}

.magnify {
  display: block;
}

.magnify > .magnify-lens {
  background-color: #0039ad !important;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.85),
    0 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 0 30px 2px rgba(0, 0, 0, 0.25);
}

.graphic-source {
  font-family: "OpenSans-Regular";
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: normal;
}

.image-name {
  font-family: "OpenSans-Bold";
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2.29px;
  text-transform: uppercase;
}

/* slick slider */

.slick-slide {
  outline: none;
}

.slick-dots {
  list-style-type: none;
  display: block;
  padding: 0;
  text-align: center;
  margin-top: 10px;
}

.slick-dots li {
  display: inline-block;
  padding: 0 6px;
}

.slick-dots button {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  font-size: 0;
  outline: none;
}

.slick-dots .slick-active button {
  background: #fff;
}

.slick-dots li::after {
  content: none;
}

/* cookie css */

.cookie-page {
  margin: 100px 0 180px;
}

.cookie-page .wp-block-table {
  /* padding: 0 15px; */
  /* max-width: 58.33%; */
  margin: 40px 0;
}

.wp-block-table table {
  margin-bottom: 0;
}

.wp-block-table th {
  font-family: "OpenSans-SemiBold";
  font-size: 16px;
  line-height: 1;
  min-width: 110px;
  padding-bottom: 35px;
  text-align: left;
  vertical-align: top;
  border: none;
}

.wp-block-table td {
  font-family: "IBMPlexSans";
  font-size: 14px;
  line-height: 1.39;
  letter-spacing: normal;
  min-width: 110px;
  max-width: 200px;
  padding: 10px 20px 10px 0;
  word-break: break-word;
  vertical-align: top;
  border: none;
}

.wp-block-table tr {
  border-bottom: solid 0.5px #3f9cf6;
}

.wp-block-table tr:first-child {
  border: none;
}

.cookie-blob1 {
  height: 700px !important;
  right: -280px;
  top: -100px;
  width: 700px !important;
}

.cookie-page h1 {
  font-size: 50px;
  line-height: normal;
  max-width: 380px;
  margin: 0 0 105px;
  opacity: 1;
}

.cookie-page h4 {
  position: relative;
  font-family: "OpenSans-Semibold";
  font-size: 14px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  margin: 80px 0 12px;
}

.cookie-page ul {
  margin: 40px 0;
}

.cookie-page li > ul {
  margin: 28px 0 30px;
}

.cookie-page h4 + ul {
  margin-top: 12px;
}

.section-id {
  height: 1px;
  margin-top: -80px;
  /* position: absolute; */
  position: absolute;
}

/* footer css */

footer {
  padding-bottom: 60px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjQ0MyIgdmlld0JveD0iMCAwIDE0NDAgNDQzIj4gICAgPGRlZnM+ICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9InByZWZpeF9fYSIgeDE9IjQ3Ljc2NSUiIHgyPSI0Ny43NjUlIiB5MT0iMCUiIHkyPSIxMDAlIj4gICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDIzMzk4IiBzdG9wLW9wYWNpdHk9IjAiLz4gICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTMyOTciLz4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+ICAgIDwvZGVmcz4gICAgPHBhdGggZmlsbD0idXJsKCNwcmVmaXhfX2EpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDM4MjlIMTQ0MFY0MjcySDB6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0zODI5KSIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 284px;
}

.footer-cont {
  /* text-align: justify;
	line-height: 0; */
  /* text-justify: distribute-all-lines;
    -ms-text-justify: distribute-all-lines; */
  /* display: flex !important; */
  justify-content: space-between;
  margin-bottom: 10px;
}

.footer-right-menu ul {
  display: flex;
  gap: 50px;
}

.footer-cont::after {
  /* content: '';
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0; */
}

.menuItems,
.items-wrapper {
  vertical-align: top;
  display: inline-block;
}

.navigation-menu,
.navigation-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation-menu li a {
  display: block;
  font-size: 14px;
  font-family: "OpenSans-SemiBold";
  letter-spacing: 2.9px;
  line-height: normal;
  padding-bottom: 11px;
}

.navigation-menu .sub-menu li a {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  line-height: 1.88;
  letter-spacing: normal;
  text-transform: none;
  padding-bottom: 6px;
}

.footer-menu-2 ul {
  margin-right: 2px;
}

.footer-menu-2 .navigation-menu li {
  margin-bottom: 10px;
}

.footer-menu-2 .navigation-menu li:last-child {
  margin-bottom: 0;
}

.footer-right-menu {
  float: right;

  align-items: center;
  gap: 50px;
}

.footer-left-menu {
  float: left;
}

.footer-right-menu {
  margin-top: 24px;
}

.footer-left-menu {
  margin-top: 24px;
}

.footer-right-menu ul li,
.header-bottom-menu ul li {
  display: inline-block;
}

.footer-left-menu ul li a {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: capitalize;
}

.footer-right-menu ul li {
  /* margin: 0 20px 0 78px; */
}

.footer-right-menu ul li a,
.footer-left-menu a,
.header-bottom-menu ul li a,
.footer-left-menu ul li a {
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  width: max-content;
}

footer .current-menu-item a,
.header-bottom-menu .current-menu-item a {
  font-family: "OpenSans-Bold" !important;
}

footer .current-menu-item ul a {
  font-family: "OpenSans-Regular" !important;
}

/* copyright text */
.site-copyright {
  font-family: "IBMPlexSans";
  font-size: 14px;
  letter-spacing: 0;
  text-align: right;
  padding-bottom: 11px;
  /* margin-top: 20px; */
  /* margin: 25px 20px 0; */
}

.header-bottom-menu ul li a {
  font-family: "IBMPlexSans";
}

.show-on-ie {
  display: none;
}

.hide-on-ie {
  display: block;
}

.hideElement {
  opacity: 0 !important;
  pointer-events: none !important;
  transition: ease all 0.5s;
}

.showElement {
  opacity: 1 !important;
  pointer-events: all !important;
  transition: ease all 0.5s;
}

/* cookies footer space */

.cookies-not-set footer {
  padding-bottom: 125px;
}

.cookies-set footer {
  padding-bottom: 60px;
}

/* 404 page */

.error-404,
.not-found-blob1 {
  min-height: 700px;
}

.not-found-blob1 {
  right: -420px;
}

.not-found-title {
  position: absolute;
  left: -100px;
}

.sorry-title {
  margin: 150px 0 60px;
}

.error-404 a.section-url {
  display: block;
  margin-bottom: 28px;
}

.history-btn {
  display: none !important;
}

.show-btn.history-btn {
  display: block !important;
}

/* for ie */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .show-on-ie {
    display: block !important;
  }

  .show-on-ie.anim-img {
    position: absolute;
    left: -15%;
  }

  .show-on-ie.anim-img img {
    max-height: 600px;
  }

  .hide-on-ie {
    display: none !important;
  }

  .ie-imgfix img {
    width: 100% !important;
  }

  .ie-svg {
    position: absolute;
    top: 50%;
  }

  .wp-block-table td {
    word-break: break-all;
  }
}

/* for small laptop 1366 */

@media (min-width: 1280px) and (max-width: 1366px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1100px;
  }

  /* .section-links{
		margin-top: 40px;
	} */
}

/* for tablet and desktop 1366 */

@media (min-width: 992px) and (max-width: 1366px) {
  /* global css */

  h1,
  .section-big-heading {
    font-size: 170px;
  }

  h3,
  h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .section-body-content p {
    font-size: 19px;
    line-height: 32px;
  }

  .blob-anim-cont {
    transform: scale(0.9);
  }

  .search-form {
    margin-top: 40px;
  }

  .search-section .search-form input[type="search"] {
    font-size: 40px;
  }

  .search-section .search-form::after {
    top: 12px;
    background-size: 30px;
  }

  .search-blob1 {
    top: -90px;
  }

  .search-section {
    margin-top: 165px;
  }

  .search-result {
    margin: 40px 0;
  }

  .section-body-content p a {
    font-size: 19px;
    line-height: 32px;
  }

  .search-section h1 {
    top: -145px;
  }

  .search-form {
    margin-top: -15px;
  }

  .not-found-title {
    top: -70px;
  }

  .not-found-blob1 {
    top: -130px;
  }

  .error-404 {
    min-height: 500px;
  }

  .sorry-title {
    margin: 50px 0 60px;
  }

  .footer-right-menu ul li {
    /* margin: 0 20px 0 40px; */
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .cookie-page {
    margin: 100px 0 160px;
  }

  footer {
    padding-bottom: 40px;
  }

  .cookies-set footer {
    padding-bottom: 40px;
  }
}

/* for mobile only */
@media (max-width: 991px) {
  main {
    margin-bottom: 80px;
  }

  a[href^="mailto:"] {
    text-decoration: underline;
  }

  .mt-28 {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }

  /* header css */
  header {
    position: absolute;
    padding: 10px 0 10px;
    height: 100%;
    min-height: 100vh;
    transition: transform 0.3s ease, opacity 0.3s ease;
    pointer-events: none;
    overflow: hidden;
  }

  .site-branding,
  .hamburger-menu,
  .mega-menu {
    pointer-events: all;
  }

  .bg-blue {
    position: absolute;
    top: 0;
    /* pointer-events: all; */
  }

  .bg-blue::before {
    content: none;
  }

  header.is-hidden {
    opacity: 1;
    transform: none;
  }

  .site-branding img {
    max-width: 165px;
  }

  .logo-bg {
    top: -50px;
  }

  .bg-blue .logo-bg {
    /* height: 102px; */
    max-height: 60px;
    top: -8px;
  }

  .mega-menu-cont {
    height: 100%;
    top: 0;
    min-height: 100vh;
    position: absolute;
    top: 0;
    transform: translateX(101vw);
    transition: ease all 0.5s;
  }

  .mega-menu ul li::after {
    transform: translate(-50%, -50%) scale(0.6);
  }

  .open-hamburgermenu .mega-menu-cont {
    right: 0;
    transform: translateX(0vw);
    transition: ease all 0.5s;
    width: 100%;
  }

  .open-hamburgermenu .bg-blue .logo-bg {
    height: 500px;
    max-height: 500px;
  }

  .open-hamburgermenu .mega-menu-cont::after {
    content: "";
    position: absolute;
    background: #0039ad;
    width: 100%;
    z-index: 1;
    left: 0;
    top: -20px;
    height: 90px;
  }

  .open-hamburgermenu {
    overflow: hidden;
  }

  .open-hamburgermenu .site-header {
    overflow-x: scroll;
    height: 100%;
    pointer-events: all;
  }

  .mega-menu {
    overflow: scroll;
    height: 100%;
    padding: 85px 0 50px;
    right: -105vw;
    top: 0;
    width: 100vw;
    min-height: 100vh;
    background: #0039ad;
    transform: none;
    transition: none;
    padding-left: 8px;
  }

  header.is-hidden,
  header {
    transition: transform ease 0.3s;
  }

  .open-hamburgermenu .mega-menu {
    transform: none;
  }

  .bg-blue {
    transition: transform ease 0.3s;
  }

  .menu-wrapper {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    line-height: 0;
  }

  .menu-wrapper::after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
  }

  .menu-wrapper {
    text-align: unset;
  }

  .items-wrapper {
    margin-bottom: 0;
    width: 100%;
  }

  /* .items-wrapper .w-40{
		width: 40%;
		float: left;
	}

	.items-wrapper .w-60{
		width: 60%;
		float: left;
		padding-left: 30px;
	} */

  .items-wrapper li a {
    font-size: 28px;
    padding-bottom: 10px !important;
    letter-spacing: 0;
    line-height: 30px;
    display: block;
    /* font-family: "IBMPlexSans"; */
  }

  header .current-menu-item a {
    /* font-family: "OpenSans-SemiBold"; */
  }

  header .cross-icon {
    right: 60px;
  }

  .cross-icon {
    right: 50px;
  }

  .cross-icon {
    width: 18px;
  }

  .search-section .search-form input[type="submit"] {
    background-size: 18px;
  }

  .search-form {
    margin-top: 50px;
  }

  .mega-menu ul li {
    padding-left: 0;
    margin-bottom: 10px;
    margin-right: 25px;
  }

  /* .mega-menu ul li::after{
		content: none;
	} */

  .mega-menu ul {
    margin-left: 25px;
  }

  .mega-menu .sub-menu {
    margin-left: 0;
  }

  .mega-menu ul li::after {
    top: 30px;
    left: -20px;
    width: 8px;
    height: 8px;
  }

  .mega-menu ul li:hover::after,
  .mega-menu ul .current-menu-item::after {
    transform: scale(1.2) translate(-2px, -2px);
  }

  .mega-menu .sub-menu li::after,
  .navigation-menu li::after {
    content: none;
  }

  .header-bottom-menu ul {
    margin-left: 0;
  }

  .menu-menu-2-container .menu-items li a {
    padding-bottom: 25px;
  }

  .menu-menu-2-container .menu-items {
    margin-bottom: 50px;
  }

  .items-wrapper .sub-menu li a {
    font-size: 16px;
    line-height: 20px;
    padding: 16px 0;
    display: block;
  }

  .items-wrapper ul {
    margin-bottom: 40px;
  }

  .menu-wrapper {
    margin-right: 0;
  }

  .cookie-wrapper {
    padding: 10px 0 15px;
  }

  .cookie-btn {
    padding: 7px 25px;
  }

  /* .cookie-text,
	.btn-wrapper{
		width: 100%;
		display: block;
		position: relative;
		top: auto;
		transform: none;
	} */

  .cn-text-container {
    line-height: 19px;
    text-align: left;
    margin: 5px 0 20px;
  }

  #cn-refuse-cookie {
    float: left;
    margin: 0 0 0 10% !important;
  }

  #cn-accept-cookie {
    margin: 0 10% 0 0 !important;
  }

  #cookie-notice .cookie-notice-container {
    padding: 10px 18px 15px;
    box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.2);
  }

  .cookie-page h1 {
    margin: 28px 0 50px;
    max-width: 300px;
    font-size: 38px;
    line-height: 50px;
  }

  .cookie-page h4 {
    margin: 60px 0 12px 0;
    line-height: 22px;
  }
  .cookie-page h4:before {
    top: 0;
    font-size: 14px;
    line-height: normal;
    left: -15px;
  }

  .wp-block-table td,
  .wp-block-table th {
    min-width: 70px;
  }
  .cookie-page ul {
    margin: 10px 0 20px;
  }
  .cookie-page .wp-block-table {
    margin: 40px 0 80px;
  }
  .wp-block-table td {
    padding: 10px 10px 10px 0;
  }

  .btn-wrapper {
    text-align: right;
    margin-top: 15px;
  }

  .science-item,
  .partnership-item {
    float: right;
  }

  .search-form input[type="search"] {
    font-size: 28px;
    /* margin-bottom: 40px; */
    padding: 0 80px 5px 0;
  }

  input[type="search"]:focus,
  input[type="search"]:active {
    border-radius: 0;
  }

  header .search-form::after,
  .search-form::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
    top: 10px;
  }

  header .search-form input[type="submit"] {
    width: 18px;
    top: 20px;
    background-size: 18px;
    padding: 20px;
    height: 10px;
  }

  .header-bottom-menu {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
    border-top: solid 1px rgba(255, 255, 255, 0.4);
  }

  .header-bottom-menu ul {
    padding-top: 25px;
  }

  .site-copyright {
    margin: 20px 0 0;
    text-align: left;
    font-size: 10px;
  }

  /* global css */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  p:last-child {
    margin-bottom: 0 !important;
  }

  p:first-child {
    margin-bottom: 20px !important;
  }

  .p-margin p {
    margin-bottom: 30px;
  }

  section {
    margin: 80px 0;
  }

  h2 {
    font-size: 38px;
    letter-spacing: 0;
    line-height: 44px !important;
    margin-bottom: 12px;
  }

  h3 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 30px !important;
  }

  p {
    margin-bottom: 20px;
  }

  .section-body-content p {
    font-size: 19px;
    line-height: 1.68;
    margin: 0 0 20px;
  }

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

  .section-links {
    margin-top: 35px;
  }

  .section-links a:nth-child(odd) {
    margin-bottom: 28px;
  }

  .search-section h1 {
    top: -5px;
  }

  .search-section .search-form input[type="search"] {
    font-size: 28px;
    padding: 0 95px 7px 0;
  }

  .search-section .search-form::after {
    top: 17px;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }

  .search-result {
    font-size: 26px;
    margin: 30px 0 40px;
  }

  .search-section .entry-title {
    font-size: 26px;
  }

  .search-section .entry-summary {
    margin: 12px 0 5px;
  }

  .search-section article {
    margin-bottom: 50px;
  }

  .search-blob1 {
    width: 900px !important;
    transform: scale(0.65);
    right: -510px;
    top: -120px;
  }

  .search-section h1,
  .global-section1 h1 {
    font-size: 93px !important;
    margin: 0 0;
    line-height: 75px;
    margin-left: 0 !important;
  }

  .search-section h1 {
    left: 15px;
  }

  section ul li {
    padding-bottom: 10px !important;
    line-height: 26px !important;
  }

  ul li::after {
    top: 11px;
  }

  .section-body-content p a {
    font-size: 19px;
    line-height: 32px;
  }

  .col-count {
    column-count: 1;
  }

  .graphic-source {
    line-height: 18px;
  }

  @-webkit-keyframes rotate-scale /* Safari and Chrome */ {
    from {
      -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
      -o-transform: translate(-50%, -50%) rotate(0deg) scale(1);
      transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }
    to {
      -webkit-transform: translate(-50%, -50%) rotate(3deg) scale(1.06);
      -o-transform: translate(-50%, -50%) rotate(3deg) scale(1.06);
      transform: translate(-50%, -50%) rotate(3deg) scale(1.06);
    }
  }

  @keyframes rotate-scale {
    from {
      -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1);
      -moz-transform: translate(-50%, -50%) rotate(0deg) scale(1);
      -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
      -o-transform: translate(-50%, -50%) rotate(0deg) scale(1);
      transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }
    to {
      -ms-transform: translate(-50%, -50%) rotate(3deg) scale(1.06);
      -moz-transform: translate(-50%, -50%) rotate(3deg) scale(1.06);
      -webkit-transform: translate(-50%, -50%) rotate(3deg) scale(1.06);
      -o-transform: translate(-50%, -50%) rotate(3deg) scale(1.06);
      transform: translate(-50%, -50%) rotate(3deg) scale(1.06);
    }
  }

  /* rotate animation */
  @-webkit-keyframes rotating-img /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes rotating-img {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  /* cookie policy  */
  .cookie-page li > ul {
    margin: 28px 0 -10px;
  }

  /* footer css */
  footer {
    min-height: 100%;
    /*margin-top: -40px;*/
    padding-bottom: 0;
  }

  .cookies-set footer {
    padding-bottom: 0;
  }

  .navigation-menu li a {
    font-size: 12px !important;
  }

  .cookies-not-set .back-to-top {
    bottom: 160px;
  }

  footer .line-separator {
    margin: 0 0 7px;
  }

  .footer-right-menu,
  .header-bottom-menu {
    float: left;
    width: 100%;
    text-align: center;
  }

  .footer-right-menu {
    margin-top: 5px;
  }

  .footer-right-menu ul li {
    margin: 0;
  }

  .footer-right-menu ul,
  .header-bottom-menu ul {
    /* text-align: justify; */
    display: flex;
    /* 		justify-content: space-between; */
    flex-wrap: wrap;
  }

  .footer-right-menu ul::after,
  .header-bottom-menu ul::after {
    /* content: '';
		display: inline-block;
		width: 100%; */
  }

  .footer-mobile-menu {
    padding-bottom: 15px;
  }

  .footer-mobile-menu ul li {
    display: inline-block;
  }

  .footer-menu-left {
    margin: 0 -18px 0 0;
    padding: 0;
    /* display: flex;
    justify-content: space-between; */
  }

  @media (min-width: 1200px) {
    .footer-menu-left {
      display: flex;
      justify-content: space-between;
    }
  }
  @media (max-width: 991px) {
    .footer-menu-left .menu-item-has-children {
      display: ruby;
    }

    .footer-menu-left .menu-item-has-children .sub-menu {
      margin: 0;
      padding: 0;
    }
  }

  .footer-right-menu,
  .footer-left-menu {
    margin: 0;
  }

  .footer-menu-left li {
    display: inline-block;
  }

  .footer-menu-left li a {
    font-family: "IBMPlexSans";
    font-size: 12px !important;
    display: inline !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    padding: 20px 25px 20px 0;
    display: inline-block !important;
  }

  .header-bottom-menu ul li:last-child {
    margin: 0;
  }

  .footer-right-menu ul li:last-child {
    margin-right: 45px;
  }

  .back-to-top {
    display: block;
    height: 48px;
    width: 48px;
    background: rgba(0, 41, 125, 0.85);
    border-radius: 100%;
    border-radius: 100%;
    bottom: 25px;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 99;
  }

  .p-bottom {
    padding-bottom: 100px;
  }

  .back-to-top::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgNDAgMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+UGF0aCAxMSBDb3B5IDQ8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkluZGlhLXN0b3J5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzY2LjAwMDAwMCwgLTQ2NjAuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTExIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MjguMDAwMDAwLCA0NjU0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTExLUNvcHktNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTU4LjAwMDAwMCwgMTUuMjc1ODYyKSBzY2FsZSgxLCAtMSkgdHJhbnNsYXRlKC0xNTguMDAwMDAwLCAtMTUuMjc1ODYyKSAiIHBvaW50cz0iMTM4IDIzLjU1MTcyNDEgMTU4IDcgMTc4IDIzLjU1MTcyNDEiPjwvcG9seWxpbmU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 10px;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
  }

  /* cookie policy */

  .not-found-title {
    top: 30px;
    position: absolute;
    left: 10px;
    font-size: 93px !important;
    line-height: 75px;
  }

  .error-404 {
    min-height: 100%;
  }

  .sorry-title {
    margin: 80px 0 60px;
  }

  .not-found-blob1 {
    right: -340px;
    top: -140px;
    min-width: 700px;
    transform: scale(0.8);
  }

  .site-content {
    min-height: calc(100vh - 74px);
  }

  .cookie-page {
    margin: 100px 0 40px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  section {
    margin: 100px 0;
  }
  /* cookie popup css */
  #cookie-notice .cookie-notice-container {
    padding: 10px 10px 0px;
  }
  .cookie-notice-container #cn-notice-text {
    max-width: 390px;
    float: left;
  }
  .cookie-notice-container #cn-notice-buttons {
    margin-top: 9px;
  }
  #cn-accept-cookie {
    margin: 0 35px 0px 30px !important;
  }
  #cn-refuse-cookie {
    float: left;
    margin: 0 0 0 45px !important;
  }
  .cookie-page {
    margin: 100px 0 160px;
  }

  .site-content {
    min-height: calc(100vh - 62px);
  }

  .cross-icon {
    right: 65px;
  }

  .footer-right-menu ul li:last-child {
    margin-right: 100px;
  }

  .back-to-top {
    right: 30px;
  }

  .cookies-not-set footer {
    padding-bottom: 70px;
  }
}

@media (max-width: 600px) {
  .cookie-policy {
    transform: translateY(150px);
  }

  .cookie-wrapper {
    min-height: 80px;
  }

  .cookie-text {
    line-height: 19px;
  }

  .mega-menu {
    padding: 85px 0 100px;
  }
}

@media (max-width: 385px) {
  .global-section1 h1 {
    font-size: 88px !important;
    margin: 0 0;
  }
}

/* 26 june */

/* section{
	margin: 100px 0 !important;
} */

/* home page */

/* .home-section-1 {
    margin: 90px 0 120px 0 !important;
} */

/* company page */

/* .company-section1 {
    margin-top: 124px !important;
} */

/*.global-section1{
	top: -110px !important; 
}
*/
/* .global-section1 {
    top: -80px !important;
}

.company-section1{
	margin-bottom: 0 !important;
}

.company-section2{
	margin-top: 0 !important;
} */

/*  media 1280 to 1366  */

/* india story */
/* .india-story-section1 .line-anim {
	height: 65px !important;
} */

/* 4th july */

/* .profile-desc-wrapper .name-wrapper {
	font-size: 14px !important;
}

.profile-desc-wrapper {
	margin-top: 12px !important; 
}

.values-wrapper.inclusive-text {
    margin-top: 130px !important;
} */

.search-form input,
.search-form input::-webkit-input-placeholder, /* Edge */
.search-form input:-ms-input-placeholder, /* Internet Explorer 10-11 */
.search-form input::placeholder,
input[type="search"],
input[type="search"]::placeholder {
  letter-spacing: 1.75px !important;
}

.search-form input,
.search-form input::placeholder,
input[type="search"],
input[type="search"]::placeholder {
  letter-spacing: 1.75px !important;
  line-height: inherit !important;
}

.search-form input,
.search-form input::placeholder,
.search-form input::-webkit-input-placeholder,
.search-form input:-ms-input-placeholder {
  line-height: 36px;
  letter-spacing: 1.75px !important;
}

/*  media 1280 to 1366  */

/* @media (min-width: 990px) and (max-width: 1366px) {
	
	.profile-desc-wrapper .name-wrapper {
		font-size: 14px !important;
		line-height: 21px !important;
		min-height: 42px;
	}
	
	.name-wrapper .full-name {
		font-size: 12p;
	}
	
	.three-col-wrapper .designation-wrapper {
		margin-bottom: 9px;
	}
	
	.designation-wrapper p {
		margin: 0 0 7px 0;
	}
	
	.full-col-profile .name-wrapper {
	    min-height: 0px !important;
	}
	
	.full-col-profile .designation-wrapper p {
		margin: 0 0 5px 0;
	}

	
}  */

/* media 1440 and above */

/* @media (min-width: 1367px) {
	.three-col-wrapper .designation-wrapper {
		min-height: 85px !important;
	}
} */

/* 5th july */

/* .science-blob2 .inner-blob {
    top: 86% !important;
    right: -70px !important;
} */

/* @media (min-width: 1280px) and (max-width: 1366px) {
	
	.science-blob2 .inner-blob {
	    top: 91% !important;
	    right: -190px !important;
	}

} */

/* 6th july */

/* .india-dots {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	height: 0 !important;
	width: 0 !important;
	overflow: hidden !important;
}

b, strong {
	font-weight: normal !important;
} */

/* cookie policy  */
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  button:hover {
  color: unset !important;
  background-color: unset !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme,
#moove_gdpr_cookie_info_bar {
  background-color: #0039ad !important;
  border: none !important;
}
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  button {
  border: 1px solid white !important;
  font-family: "OpenSans-Bold";
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

.moove-gdpr-button-holder button:first-child:hover {
  color: unset !important;
}
.moove-gdpr-button-holder button:first-child {
  background-color: white !important;
  color: #0f51be !important;
  margin-right: 20px !important;
}
.moove-gdpr-button-holder button:last-child {
  background-color: transparent !important;
}
button.mgbutton.moove-gdpr-infobar-reject-btn.gdpr-fbo-1 {
  order: 0 !important;
}

@media (min-width: 992px) and (max-width: 1366px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 9px 20px 15px 20px !important;
    width: 100%;
  }
  #moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content {
    /* 			max-width:1072px !important; */
    justify-content: space-between !important;
  }
}

@media (min-width: 1367px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    max-width: 1280px !important;
    width: 1280px !important;
    padding: 9px 0 15px 0 !important;
  }
}

@media (max-width: 991px) {
  .moove-gdpr-button-holder button:first-child {
    margin-right: 40px;
  }
  #moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    p {
    font-size: 14px !important;
    line-height: 19px !important;
    font-style: normal;
    font-weight: inherit !important;
  }
  #moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    button.mgbutton {
    padding: 9px 29px !important;
    font-size: 14px !important;
    line-height: 18px !important;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  #moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content {
    /* 			max-width: 720px !important; */
  }
}

@media (min-width: 991px) {
  #moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    p {
    font-size: 18px !important;
    line-height: 32px !important;
    font-style: normal;
    font-weight: inherit !important;
  }
  #moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content {
    /* 			max-width: 960px !important; */
  }
  #moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    button {
    font-weight: 600 !important;
    line-height: 18px !important;
    font-size: 14px !important;
  }
  #moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content {
    padding: 0 !important;
  }
}

#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-footer-content
  .moove-gdpr-button-holder
  button.mgbutton.moove-gdpr-modal-save-settings {
  color: #0c4da2 !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  span.change-settings-button:hover {
  color: white !important;
}

#scienceMenu .menu-item:last-child {
  /*margin-top: 20px;*/
}

.menu-item-1408 {
  margin-top: 20px;
}
