/*!
Theme Name: Fidenz Technologies
Theme URI: http://underscores.me/
Author: Senali Dilumika
Author URI: http://underscores.me/
Description: Fidenz Technologies Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fidenztechnologies
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.

Fidenz Technologies 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.sub-title, .sub-title-watermark, .header-title, .header-title-watermark {
  font-weight: 600;
  text-transform: uppercase;
}

.header-title {
  font-size: 2.5rem;
  text-align: left;
  line-height: 1;
}

.header-title-watermark {
  font-size: 6.25rem;
  line-height: 85px;
  height: 85px;
  overflow: hidden;
  text-align: left;
  position: absolute;
  width: fit-content !important;
  max-width: 90vw !important;
  padding: 0 !important;
}

.sub-title {
  font-size: 2.5rem;
  line-height: 40px;
  margin-top: -36px;
}

.sub-title-watermark {
  font-size: 5.938rem;
  height: 75px;
  line-height: 75px;
  padding-top: 0px;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 0;
}

.sub-title-watermark-left, .sub-title-left,
.sub-title-watermark-right, .sub-title-right,
.sub-title-watermark-center, .sub-title-center {
  text-align: left;
}

.text-primary-color {
  color: #2f353c;
}

.text-watermark-color {
  color: #f7f7f7;
  opacity: 0.05;
}

.text-watermark-color-dark {
  color: #f7f7f7;
}

.text-watermark-color-light {
  color: #ffffff;
}

.text-watermark-opacity-low {
  opacity: 0.1;
}

.text-white-color {
  color: #ffffff;
}

.text-content {
  font-size: 1.125rem;
  color: #5a606c;
}

@media (min-width: 768px) {
  .sub-title-watermark {
    height: 90px;
    line-height: 105px;
  }
  .sub-title {
    font-size: 5rem;
    line-height: 95px;
    margin-top: -119px;
  }
  .sub-title-watermark {
    font-size: 8.875rem;
    height: 210px;
    line-height: 190px;
    overflow: hidden;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .header-title {
    font-size: 3.75rem;
    line-height: 1.1;
  }
  .header-title-watermark {
    font-size: 9.313rem;
    line-height: 120px;
    height: 120px;
  }
  .sub-title-watermark-left, .sub-title-left {
    text-align: left;
  }
  .sub-title-watermark-right, .sub-title-right {
    text-align: right;
  }
  .sub-title-watermark-center, .sub-title-center {
    text-align: center;
  }
  .sub-title {
    font-size: 5rem;
    line-height: 95px;
    margin-top: -118px;
  }
  .sub-title-watermark {
    font-size: 12.375rem;
    height: 210px;
    line-height: 190px;
    overflow: hidden;
    margin-right: 0;
  }
  .sub-title-watermark-left::after, .sub-title-watermark-center::after {
    border-top: 1px solid #dfdfdf;
    display: inline-block;
    height: 0.6em;
    margin-left: 0;
    margin-right: -100%;
    vertical-align: bottom;
    width: 100%;
  }
  .sub-title-watermark-right::before {
    border-top: 1px solid #dfdfdf;
    display: inline-block;
    height: 0.6em;
    margin-left: -100%;
    margin-right: 0;
    vertical-align: bottom;
    width: 100%;
  }
  .text-content {
    font-size: 1.375rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-bottom: 0 !important;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 16px !important;
}

.container {
  max-width: 1260px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.container-left, .container-right {
  max-width: 630px !important;
}

.container-left-small, .container-right-small {
  max-width: 550px !important;
}

@media (min-width: 768px) {
  .container-left {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .container-right {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .container-left-small {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .container-left-small {
    margin-right: 80px !important;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

p {
  margin-bottom: 0 !important;
}

.page-brief-description {
  padding: 30px 0 !important;
}

@media (min-width: 768px) {
  .page-brief-description {
    padding: 60px 0 !important;
  }
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}

.row, .col,
[class*=col-] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  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;
}

.black-btn {
  background-color: #2f353c;
  color: #ffffff;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px 40px;
}

.blue-btn {
  background-color: #5387a8;
  color: #ffffff;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px 40px;
}

.contact-us-btn {
  align-items: center;
  background: #5387a8;
  color: #ffffff;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  letter-spacing: 1px;
  position: fixed;
  right: -60px;
  text-transform: uppercase;
  top: 153px;
  transform: rotate(270deg);
  width: 160px;
  z-index: 100;
}

@media (min-width: 992px) {
  .contact-us-btn {
    font-size: 23px;
    height: 50px;
    right: -75px;
    top: 163px;
    width: 200px;
  }
  .black-btn {
    font-size: 1.375rem;
    padding: 16px 70px;
  }
  .blue-btn {
    font-size: 1.375rem;
    padding: 16px 70px;
  }
}
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,
select {
  border: none;
  box-shadow: 0 0 11px 8px #f5f5f5;
  -moz-box-shadow: 0 0 11px 8px #f5f5f5;
  -webkit-box-shadow: 0 0 11px 8px #f5f5f5;
}
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,
select:focus {
  outline: unset;
}

select {
  background-color: transparent;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*----------------------------------------------
  ::      ***** Footer Layout ***** 
--------------------------------------------*/
/**  Footer **/
footer .footer-contacts {
  background-color: #2f353c;
  color: #ffffff;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}
footer .footer-contacts .footer-heading {
  border-bottom: 1px solid #5a606c;
  font-size: 1.563rem;
  font-weight: 500;
  padding-bottom: 20px;
  text-transform: uppercase;
}
footer .footer-contacts .footer-heading-mobile {
  display: none;
  color: transparent;
}
footer .footer-contacts .footer-content,
footer .footer-contacts .main-navigation {
  font-size: 1.313rem;
  font-weight: 300;
  padding-top: 20px;
}
footer .footer-contacts .address {
  font-size: 1.3rem;
  font-weight: 300;
}
footer .footer-contacts .country-name img {
  width: 20px;
}
footer .footer-contacts .country-name {
  padding-bottom: 15px;
  display: flex;
  line-height: 15px;
  align-items: center;
  justify-content: center;
}
footer .footer-contacts .country-name span {
  margin-left: 6px;
  font-weight: 500;
}
footer .footer-contacts .footer-about {
  padding-bottom: 25px;
  text-align: center;
}
footer .footer-contacts .footer-logo {
  height: 30px;
  margin-bottom: 35px;
  width: 140px;
}
footer .footer-contacts .main-navigation {
  padding-bottom: 35px;
}
footer .footer-contacts .main-navigation .footer-menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
}
footer .footer-contacts .main-navigation .footer-menu ul li {
  border: 0;
  width: 50%;
  text-align: center;
}
footer .footer-contacts .main-navigation .footer-menu ul li a {
  color: #ffffff !important;
}
footer .footer-copy-right-social {
  align-items: center;
  background-color: #202428;
  color: #f7f7f7;
  display: flex;
  min-height: 96px;
  padding: 20px 10px;
}
footer .footer-copy-right-social .copy-right {
  padding-top: 5px;
  text-align: center;
}
footer .footer-copy-right-social .copy-right .copy-right-text {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0px;
}
footer .footer-copy-right-social .social-icons {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 5px;
}
footer .footer-copy-right-social .social-icons .clutch-img {
  margin-right: 3px;
  min-height: 35px;
  width: 150px;
}
footer .footer-copy-right-social .social-icons i {
  margin-left: 10px;
}
footer .footer-copy-right-social .social-icons i::before {
  color: #f7f7f7;
  font-size: 25px;
  margin: 0;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
@media (min-width: 420px) {
  footer .footer-contacts .main-navigation .footer-menu ul li {
    width: 33%;
    text-align: center;
  }
}
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  footer .footer-contacts {
    text-align: left;
  }
  footer .footer-contacts .footer-about {
    text-align: left;
  }
  footer .footer-contacts .footer-heading-mobile {
    display: block;
  }
  footer .footer-contacts .country-name {
    justify-content: start;
    padding-bottom: 15px;
  }
  footer .footer-contacts .country-name span {
    margin-left: 8px;
  }
  footer .footer-contacts .footer-about {
    padding-left: 0;
    padding-right: 10%;
  }
  footer .footer-contacts .footer-logo {
    margin-bottom: 0;
  }
  footer .footer-contacts .main-navigation {
    padding-bottom: 0;
  }
  footer .footer-contacts .main-navigation .footer-menu ul li {
    width: 100%;
    text-align: left;
  }
  footer .footer-copy-right-social {
    padding: 0;
  }
  footer .footer-copy-right-social .copy-right {
    padding: 13px 0 5px 0;
    text-align: left;
  }
  footer .footer-copy-right-social .social-icons {
    padding: 10px 0 5px 0;
    justify-content: flex-end;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  footer .country-name {
    padding-bottom: 15px;
  }
  footer .country-name span {
    margin-left: 8px;
  }
  footer .footer-contacts {
    padding-bottom: 80px;
    padding-top: 74px;
  }
  footer .footer-contacts .footer-heading {
    padding-bottom: 27px;
  }
  footer .footer-contacts .main-navigation {
    padding-top: 30px;
  }
  footer .footer-contacts .address {
    font-size: 1.2rem;
    font-weight: 300;
    margin-right: 10px;
  }
  footer .footer-contacts .footer-about {
    padding-top: 30px !important;
  }
  footer .footer-contacts .footer-content {
    padding-top: 32px;
  }
  footer .footer-contacts .footer-about {
    padding-bottom: 40px;
    padding-right: 12%;
    text-align: left;
  }
  footer .footer-copy-right-social .copy-right {
    padding: 0;
  }
  footer .footer-copy-right-social .copy-right .copy-right-text {
    font-size: 1.438rem;
  }
  footer .footer-copy-right-social .social-icons {
    padding: 0;
  }
  footer .footer-copy-right-social .social-icons .clutch-img {
    margin-right: 8px;
    width: 175px;
  }
  footer .footer-copy-right-social .social-icons i {
    margin-left: 20px;
  }
  footer .footer-copy-right-social .social-icons i::before {
    font-size: 35px;
  }
}
header {
  z-index: 2;
}

.site-header-front {
  position: relative;
}

.site-header-other {
  position: fixed;
  width: 100%;
  background-color: #2f353c;
}
.site-header-other .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}

.site-branding-front, .site-branding-other {
  display: flex;
}
.site-branding-front a, .site-branding-front i, .site-branding-other a, .site-branding-other i {
  z-index: 1;
}
.site-branding-front #second-nav-hamburger-collapse:hover, .site-branding-front #hamburger-collapse:hover, .site-branding-other #second-nav-hamburger-collapse:hover, .site-branding-other #hamburger-collapse:hover {
  cursor: pointer;
}

.site-branding-front {
  min-height: 92px;
  padding-bottom: 5px;
  align-items: center;
}
.site-branding-front .custom-logo {
  width: 180px;
}
.site-branding-front i {
  color: #5387a8;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 20px;
}
.site-branding-front i::before {
  font-size: 25px;
  margin: 0;
}

.site-branding-other {
  align-items: flex-end;
  min-height: 78px;
}
.site-branding-other .small-logo {
  height: 45px;
  width: 45px;
}
.site-branding-other i {
  color: #f7f7f7;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: 44px;
}
.site-branding-other i::before {
  font-size: 23px;
  margin: 0;
}
.site-branding-other a {
  align-items: center;
  display: flex;
  height: 78px;
  position: absolute;
  width: 110px;
  padding-left: 24px;
}
.site-branding-other .collapse-icon {
  align-items: center;
  height: 78px;
  justify-content: flex-end;
  padding-top: 26px;
  width: 110px;
}
.site-branding-other .main-navigation {
  height: 78px;
}
.site-branding-other .main-navigation a {
  display: flex;
  justify-content: center;
}
.site-branding-other .main-navigation .menu-header-main-menu-container {
  background-color: transparent;
}

#side-bar-nav {
  background-color: #5187a7;
  height: 100vh;
  left: 20%;
  overflow-y: scroll;
  padding-bottom: 300px;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  z-index: 100;
}
#side-bar-nav .close-side-bar {
  align-items: center;
  background-color: #2e353d;
  display: flex;
  height: 78px;
  justify-content: flex-end;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  width: calc(80% - 10px);
  z-index: 1;
}
#side-bar-nav .close-side-bar i {
  color: #ffffff;
}
#side-bar-nav .close-side-bar i::before {
  font-size: 25px;
}
#side-bar-nav .close-side-bar i:hover {
  cursor: pointer;
}
#side-bar-nav .side-hamburger-menu {
  position: relative;
  top: 78px;
}
#side-bar-nav ul {
  padding: 0;
  margin: 0;
}
#side-bar-nav ul li {
  list-style: none;
  padding: 38px 30px 0 30px;
  text-align: right;
}
#side-bar-nav ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 26px;
  letter-spacing: 4px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
#side-bar-nav ul li ul {
  padding: 0;
  margin: 0;
}
#side-bar-nav ul li.current-menu-item {
  padding: 25px 30px;
}
#side-bar-nav ul li.current-menu-item.menu-item-has-children {
  padding: 0;
}
#side-bar-nav ul li.current-menu-item.menu-item-has-children ul li:last-child {
  padding-bottom: 38px;
}
#side-bar-nav ul li.current-menu-item.menu-item-has-children ul li:not(:last-child) {
  padding-bottom: 0;
}

#page ::-webkit-scrollbar {
  width: 10px;
}
#page ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#page ::-webkit-scrollbar-thumb {
  background: #888;
}
#page ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media screen and (min-width: 600px) {
  .site-header-other {
    background-color: #2f353c;
  }
  .site-header-other .container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    overflow: unset;
  }
  .site-branding-other .small-logo-link {
    width: 95px;
    padding-left: 24px;
  }
  .site-branding-other i {
    margin-left: 8px;
    width: 95px;
    margin-right: 0;
  }
  .site-branding-other i::before {
    font-size: 25px;
  }
  .site-branding-other a {
    position: unset;
    padding-left: 0;
  }
  .site-branding-other .collapse-icon {
    display: flex;
  }
  .site-branding-front {
    align-items: flex-end;
  }
  .site-branding-front .custom-logo {
    width: 235px;
  }
  .site-branding-front i {
    color: #f7f7f7;
    margin-bottom: 20px;
  }
  #side-bar-nav {
    left: 50%;
    width: 50%;
  }
  #side-bar-nav .close-side-bar {
    width: calc(50% - 10px);
  }
  #side-bar-nav .close-side-bar i::before {
    font-size: 35px;
  }
}
/*----------------------------------------------
  :: Large desktops, 1261px and up
--------------------------------------------*/
@media screen and (min-width: 1261px) {
  .site-branding-other .small-logo-link {
    padding-left: 0;
  }
  .site-branding-other i {
    margin-left: 35px;
    width: unset;
    margin-right: 20px;
  }
  .site-branding-other .small-logo {
    height: 52px;
    width: 52px;
  }
  .site-branding-other a {
    padding-left: 0;
  }
}
/** Page Header **/
.page-header-banner {
  min-height: 353px !important;
  height: 353px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*----------------------------------------------
  ::      ***** Services Page Layout ***** 
--------------------------------------------*/
/**  Section - About Us banner **/
.about-us-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 528px;
  position: relative;
  width: 100%;
}
.about-us-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 528px;
}
.about-us-banner .container .title-row {
  width: 100%;
}

/** We Are Fidenz **/
.we-are-fidenz {
  background-color: #fff !important;
  padding-bottom: 20px;
}
.we-are-fidenz .we-are-fidenz-content {
  line-height: 23px;
  padding-bottom: 0;
  padding-top: 0;
  text-align: justify;
}

/** About Us Video **/
.about-us-video {
  background-color: #F3F6F9;
}
.about-us-video .background-overlay {
  padding-bottom: 40px;
  background-color: #5486a7;
}
.about-us-video .background-overlay .founder-name {
  font-size: 2.25rem;
  font-weight: 500;
  padding-top: 20px;
}
.about-us-video .background-overlay .founder-position {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 26px;
}

.plyr__control--overlaid {
  background: #293e5d !important;
}

.plyr--full-ui input[type=range] {
  color: #293e5d !important;
  box-shadow: none !important;
}

.plyr__controls__item.plyr__control:hover {
  background-color: #293e5d !important;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: flex;
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
}

.plyr__control--overlaid svg {
  width: 40px;
  height: 40px;
}

/** About Us in Detail **/
.about-us-detail {
  background-color: #5387a8;
  padding-bottom: 60px;
  padding-top: 120px;
}
.about-us-detail .about-us {
  display: flex;
}
.about-us-detail .about-us:not(:last-child) .about-us-card {
  margin-bottom: 100px;
}
.about-us-detail .about-us .about-us-card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 35px;
  width: 100%;
}
.about-us-detail .about-us .about-us-card .about-us-icon {
  margin-left: calc(50% - 50px);
  margin-top: -80px;
  width: 100px;
}
.about-us-detail .about-us .about-us-card .about-us-title {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
.about-us-detail .about-us .about-us-card .about-us-content {
  line-height: 26px;
  text-align: center;
}
.about-us-detail .about-us .about-us-card .read-more {
  padding-top: 20px;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #30353B;
  text-transform: uppercase;
}
.about-us-detail .about-us .about-us-card .read-more:hover, .about-us-detail .about-us .about-us-card .read-more:focus {
  opacity: 0.7;
}

/** Meet Our Team **/
.meet-our-team {
  background-color: #fff;
  padding-bottom: 30px;
  padding-top: 30px;
}
.meet-our-team .our-team {
  padding-bottom: 20px;
  padding-top: 20px;
}
.meet-our-team .our-team .slick-track {
  display: flex;
}
.meet-our-team .our-team .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.meet-our-team .our-team .member {
  display: flex;
}
.meet-our-team .our-team .member .member-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.meet-our-team .our-team .member .member-card .member-card-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.meet-our-team .our-team .member .member-card .member-icon {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border: 8px solid #ffffff;
  height: 200px;
  width: 200px;
}
.meet-our-team .our-team .member .member-card .member-title {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: center;
  color: #1c335a;
}
.meet-our-team .our-team .member .member-card .member-content {
  line-height: 26px;
  text-align: center;
  font-weight: 500;
}
.meet-our-team .our-team .member .member-card .read-more {
  margin: 0 auto;
  margin-top: 20px;
  padding: 13px 60px;
}
.meet-our-team .our-team .slick-dots {
  display: none !important;
}
.meet-our-team .our-team .slick-dots li button:before {
  color: #5387a8;
  font-size: 15px;
  margin-top: 10px;
}
.meet-our-team .our-team .slick-dots li.slick-active button:before {
  opacity: 0.5;
}
.meet-our-team .our-team .slick-prev, .meet-our-team .our-team .slick-next {
  top: 100%;
  width: 10px !important;
}
.meet-our-team .our-team .slick-prev::before, .meet-our-team .our-team .slick-next::before {
  font-size: 0.8rem;
  color: #2f353c;
  width: 70px;
  font-family: "fontello";
  font-weight: 900;
}
.meet-our-team .our-team .slick-prev {
  left: 20px !important;
}
.meet-our-team .our-team .slick-prev::before {
  content: "\e808";
}
.meet-our-team .our-team .slick-next {
  right: 60px !important;
}
.meet-our-team .our-team .slick-next::before {
  content: "\e80a";
}

/** Regions of Client **/
.client-regions {
  background-image: url("images/fidenz-clients-regions-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.client-regions .title {
  font-size: 2.813rem;
  font-weight: 500;
  line-height: 45px;
  text-transform: uppercase;
}
.client-regions .description {
  font-size: 1.563rem;
  font-weight: 500;
  line-height: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.client-regions .regions-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.client-regions .regions-list .region {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 30px;
  padding: 10px 0;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /** About Us in Detail **/
  .about-us-detail .about-us .about-us-card {
    padding: 35px 20px;
    width: 96%;
    margin-bottom: 25px !important;
  }
  .about-us-detail .about-us:nth-child(3n) .about-us-card {
    margin-left: 5% !important;
    margin-right: 0 !important;
  }
  .about-us-detail .about-us:first-child .about-us-card, .about-us-detail .about-us:nth-child(4n) .about-us-card {
    margin-left: 0 !important;
    margin-right: 5% !important;
  }
  .about-us-detail .about-us:nth-child(even) .about-us-card {
    margin-left: auto;
    margin-right: auto;
  }
  /** Regions of Client **/
  .client-regions {
    min-height: 350px;
  }
  .client-regions .regions-list {
    display: flex;
    justify-content: center;
  }
  .client-regions .regions-list .region:not(:last-child) {
    border-right: 2px solid #ffffff;
    padding-right: 38px;
  }
  .client-regions .regions-list .region:not(:first-child) {
    padding-left: 38px;
  }
  /** Meet Our Team **/
  .meet-our-team {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .meet-our-team .our-team .member .member-card .member-icon {
    width: 200px;
    height: 200px;
  }
  .meet-our-team .our-team .slick-dots {
    display: block !important;
  }
  .meet-our-team .our-team .slick-prev, .meet-our-team .our-team .slick-next {
    width: 20px !important;
  }
  .meet-our-team .our-team .slick-prev::before, .meet-our-team .our-team .slick-next::before {
    font-size: 1.125rem;
    font-weight: 400;
  }
  .meet-our-team .our-team .slick-next {
    right: 60px !important;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /** We Are Fidenz **/
  .we-are-fidenz {
    padding-bottom: 22px;
  }
  .we-are-fidenz .we-are-fidenz-content {
    line-height: 26px;
    padding-bottom: 0;
    padding-top: 0;
  }
  /** About Us Video **/
  .about-us-video .background-overlay {
    padding-bottom: 90px;
  }
  .about-us-video .background-overlay .founder-name {
    font-size: 2.813rem;
    padding-top: 40px;
  }
  .about-us-video .background-overlay .founder-position {
    font-size: 2.188rem;
    line-height: 35px;
  }
  /** About Us in Detail **/
  .about-us-detail {
    padding-bottom: 95px;
    padding-top: 190px;
  }
  .about-us-detail .about-us .about-us-card {
    margin-bottom: 50px;
    min-height: 480px;
    padding: 35px 35px 40px 35px;
    width: 95%;
  }
  .about-us-detail .about-us .about-us-card .about-us-icon {
    margin-top: -100px;
    margin-left: calc(50% - 62.5px);
    width: 125px;
  }
  .about-us-detail .about-us .about-us-card .about-us-title {
    font-size: 3rem;
    padding-bottom: 16px;
    padding-top: 30px;
  }
  .about-us-detail .about-us:nth-child(3n) .about-us-card {
    margin-left: 6% !important;
  }
  .about-us-detail .about-us:first-child .about-us-card, .about-us-detail .about-us:nth-child(4n) .about-us-card {
    margin-right: 5% !important;
  }
  /** Meet Our Team **/
  .meet-our-team {
    padding-bottom: 75px;
    padding-top: 15px;
  }
  .meet-our-team .our-team .member .member-card {
    padding-top: 20px;
  }
  .meet-our-team .our-team .member .member-card .member-icon {
    width: 240px;
    height: 240px;
  }
  .meet-our-team .our-team .member .member-card .member-title {
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: 1px;
    padding-bottom: 0;
    font-weight: 500;
  }
  .meet-our-team .our-team .member .member-card .member-content {
    color: #1c335a;
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
  }
  /** Regions of Client **/
  .client-regions {
    min-height: 735px;
    padding-top: 190px;
  }
  .client-regions .title {
    font-size: 4.375rem;
    line-height: 85px;
  }
  .client-regions .description {
    font-size: 2.188rem;
    line-height: 46px;
    padding: 45px 145px;
  }
  .client-regions .regions-list .region {
    font-size: 3.75rem;
    line-height: 80px;
    padding: 0;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
@media (min-width: 1200px) {
  /** Meet Our Team **/
  .meet-our-team .our-team .member .member-card .member-icon {
    width: 275px;
    height: 275px;
  }
  .meet-our-team .our-team .member .member-card .member-title {
    font-size: 2rem;
  }
}
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
/*----------------------------------------------
  ::      ***** Android Apps Page Layout ***** 
--------------------------------------------*/
/**  Android Apps banner **/
.android-app-banner {
  background-position: -1000px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 528px;
  position: relative;
  width: 100%;
}
.android-app-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 528px;
}

/** Android Apps **/
.android-apps .android-apps-content {
  line-height: 23px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: justify;
}

/**  Third-Party Integration **/
.android-third-party-integration {
  background-color: #ffffff;
  padding-bottom: 0;
}
.android-third-party-integration .third-party-integration-content.content-last .content-detail-col {
  order: 1;
}
.android-third-party-integration .third-party-integration-content.content-last .banner-image-col {
  order: 2;
}
.android-third-party-integration .third-party-integration-content .container-left, .android-third-party-integration .third-party-integration-content .container-right {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.android-third-party-integration .third-party-integration-content .container-left, .android-third-party-integration .third-party-integration-content .container-right {
  max-width: 100% !important;
}
.android-third-party-integration .third-party-integration-content .content-detail-col .container-left, .android-third-party-integration .third-party-integration-content .content-detail-col .container-right {
  align-items: center;
  display: flex;
  justify-content: center;
}
.android-third-party-integration .third-party-integration-content .content-detail {
  line-height: 26px;
  padding-bottom: 24px;
  padding-top: 24px;
  text-align: justify;
}
.android-third-party-integration .third-party-integration-content .banner-image-col {
  background-color: #F3F6F9;
}
.android-third-party-integration .third-party-integration-content .banner-image-col .container-right, .android-third-party-integration .third-party-integration-content .banner-image-col .container-left {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.android-third-party-integration .third-party-integration-content .banner-image-col .container-left .third-party-images:nth-child(odd), .android-third-party-integration .third-party-integration-content .banner-image-col .container-right .third-party-images:nth-child(odd) {
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
.android-third-party-integration .third-party-integration-content .banner-image-col .container-left .third-party-images:nth-child(even), .android-third-party-integration .third-party-integration-content .banner-image-col .container-right .third-party-images:nth-child(even) {
  border-bottom: 1px solid #dbdbdb;
}
.android-third-party-integration .third-party-integration-content .banner-image-col .container-left .third-party-images:last-child, .android-third-party-integration .third-party-integration-content .banner-image-col .container-right .third-party-images:last-child {
  border-bottom: 0 solid #dbdbdb;
  border-right: 0 solid #dbdbdb;
}
.android-third-party-integration .third-party-integration-content .banner-image-col .container-left .third-party-images:nth-child(odd):nth-last-child(2), .android-third-party-integration .third-party-integration-content .banner-image-col .container-right .third-party-images:nth-child(odd):nth-last-child(2) {
  border-bottom: 0 solid #dbdbdb;
}
.android-third-party-integration .third-party-integration-content .banner-image-col .third-party-images {
  width: 40%;
  padding: 25px;
}

/** Expertise */
.android-apps-expertise {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #2F353C;
}
.android-apps-expertise .sub-title-watermark {
  opacity: 0.1;
}
.android-apps-expertise .description {
  color: #ffffff;
  line-height: 22px;
  padding-bottom: 35px;
  padding-top: 20px;
}
.android-apps-expertise .expertise-list .image-grid:nth-child(odd) .image-grid-card {
  margin-right: 5px;
}
.android-apps-expertise .expertise-list .image-grid:nth-child(even) .image-grid-card {
  margin-left: 5px;
}
.android-apps-expertise .expertise-list .image-grid .image-grid-card {
  align-items: start;
  background-color: #5387a8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
  min-height: 100px;
  padding: 10px;
  border-radius: 10px;
}
.android-apps-expertise .expertise-list .image-grid .image-grid-card .expertise-image-wrapper {
  background-color: #ffffff;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.android-apps-expertise .expertise-list .image-grid .image-grid-card .expertise-image {
  width: 18px;
}
.android-apps-expertise .expertise-list .image-grid .image-grid-card .expertise-name {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.9;
}

/** Libraries for Android Apps */
.android-apps-libraries {
  padding-bottom: 30px;
  padding-top: 30px;
}
.android-apps-libraries .description {
  color: #5a606c;
  line-height: 22px;
  padding-bottom: 35px;
  padding-top: 20px;
}
.android-apps-libraries .expertise-list .image-grid:nth-child(odd) .image-grid-card {
  margin-right: 5px;
}
.android-apps-libraries .expertise-list .image-grid:nth-child(even) .image-grid-card {
  margin-left: 5px;
}
.android-apps-libraries .expertise-list .image-grid .image-grid-card {
  align-items: center;
  background-color: #5387a8;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  min-height: 75px;
  padding: 10px;
  border-radius: 10px;
}
.android-apps-libraries .expertise-list .image-grid .image-grid-card .libraries-image-wrapper {
  background-color: #ffffff;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.android-apps-libraries .expertise-list .image-grid .image-grid-card .libraries-image {
  width: 18px;
}
.android-apps-libraries .expertise-list .image-grid .image-grid-card .libraries-name {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.9;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
@media (min-width: 576px) {
  /** Expertise */
  .android-apps-expertise .expertise-list .image-grid:nth-child(3n+1) .image-grid-card {
    margin-left: 0;
    margin-right: 10px;
  }
  .android-apps-expertise .expertise-list .image-grid:nth-child(3n) .image-grid-card {
    margin-left: 10px;
    margin-right: 0;
  }
  .android-apps-expertise .expertise-list .image-grid:nth-child(3n+2) .image-grid-card {
    margin-left: 5px;
    margin-right: 5px;
  }
  /** Libraries for Android Apps */
  .android-apps-libraries .expertise-list .image-grid:nth-child(3n+1) .image-grid-card {
    margin-left: 0;
    margin-right: 10px;
  }
  .android-apps-libraries .expertise-list .image-grid:nth-child(3n) .image-grid-card {
    margin-left: 10px;
    margin-right: 0;
  }
  .android-apps-libraries .expertise-list .image-grid:nth-child(3n+2) .image-grid-card {
    margin-left: 5px;
    margin-right: 5px;
  }
}
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /**  Third-Party Integration **/
  .android-third-party-integration .container-right, .android-third-party-integration .container-left {
    padding-top: 0;
    padding-bottom: 0;
  }
  .android-third-party-integration .third-party-integration-content.content-one {
    margin-top: 45px;
  }
  .android-third-party-integration .third-party-integration-content.content-last .content-detail-col {
    order: 2;
  }
  .android-third-party-integration .third-party-integration-content.content-last .banner-image-col {
    order: 1;
  }
  .android-third-party-integration .third-party-integration-content .content-detail-col .container-left, .android-third-party-integration .third-party-integration-content .content-detail-col .container-right {
    min-height: 420px;
  }
  .android-third-party-integration .third-party-integration-content .content-detail-col .container-left .content-detail {
    padding-right: 10px;
    text-align: left;
  }
  .android-third-party-integration .third-party-integration-content .content-detail-col .container-right .content-detail {
    padding-left: 10px;
    text-align: right;
  }
  .android-third-party-integration .third-party-integration-content .banner-image-col {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .android-third-party-integration .third-party-integration-content .banner-image-col .container-left, .android-third-party-integration .third-party-integration-content .banner-image-col .container-right {
    width: 100%;
  }
  .android-third-party-integration .third-party-integration-content .banner-image-col .banner-image {
    background-size: 320px;
    min-height: 320px;
    width: 100%;
  }
  /** Expertise **/
  .android-apps-expertise .expertise-list .image-grid .image-grid-card {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /** Libraries for Android Apps **/
  .android-apps-libraries .expertise-list .image-grid .image-grid-card {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /**  Android Apps banner **/
  .android-app-banner {
    background-position: center;
  }
  /** Android App **/
  .android-apps .android-apps-content {
    line-height: 28px;
    padding-bottom: 55px;
    padding-top: 45px;
  }
  /**  Third-Party Integration **/
  .android-third-party-integration .third-party-integration-content .container-right, .android-third-party-integration .third-party-integration-content .container-left {
    max-width: 630px !important;
  }
  .android-third-party-integration .third-party-integration-content .content-detail-col .container-left .content-detail, .android-third-party-integration .third-party-integration-content .content-detail-col .container-right .content-detail {
    padding-right: 70px;
  }
  .android-third-party-integration .third-party-integration-content .banner-image-col .banner-image {
    background-size: 420px;
    min-height: 420px;
  }
  /** Expertise **/
  .android-apps-expertise {
    padding-bottom: 60px;
    padding-top: 20px;
  }
  .android-apps-expertise .description {
    line-height: 28px;
    padding-bottom: 45px;
  }
  .android-apps-expertise .expertise-list .image-grid:nth-child(4n+1) .image-grid-card {
    margin-left: 0;
    margin-right: 21px;
  }
  .android-apps-expertise .expertise-list .image-grid:nth-child(4n) .image-grid-card {
    margin-left: 21px;
    margin-right: 0;
  }
  .android-apps-expertise .expertise-list .image-grid:nth-child(4n+2) .image-grid-card {
    margin-left: 7px;
    margin-right: 14px;
  }
  .android-apps-expertise .expertise-list .image-grid:nth-child(4n+3) .image-grid-card {
    margin-left: 14px;
    margin-right: 7px;
  }
  .android-apps-expertise .expertise-list .image-grid .image-grid-card {
    margin-bottom: 21px;
  }
  .android-apps-expertise .expertise-list .image-grid .image-grid-card .expertise-name {
    font-size: 1.25rem;
    line-height: 26px;
    padding-top: 10px;
  }
  /** Libraries for Android Apps **/
  .android-apps-libraries .description {
    line-height: 28px;
    padding-bottom: 45px;
  }
  .android-apps-libraries .expertise-list .image-grid:nth-child(4n+1) .image-grid-card {
    margin-left: 0;
    margin-right: 21px;
  }
  .android-apps-libraries .expertise-list .image-grid:nth-child(4n) .image-grid-card {
    margin-left: 21px;
    margin-right: 0;
  }
  .android-apps-libraries .expertise-list .image-grid:nth-child(4n+2) .image-grid-card {
    margin-left: 7px;
    margin-right: 14px;
  }
  .android-apps-libraries .expertise-list .image-grid:nth-child(4n+3) .image-grid-card {
    margin-left: 14px;
    margin-right: 7px;
  }
  .android-apps-libraries .expertise-list .image-grid .image-grid-card {
    margin-bottom: 30px;
  }
  .android-apps-libraries .expertise-list .image-grid .image-grid-card .libraries-name {
    font-size: 1rem;
    line-height: 26px;
    padding-left: 10px;
    padding-right: 0;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
@media (min-width: 1200px) {
  /** Libraries for Android Apps **/
  .android-apps-libraries .expertise-list .image-grid .image-grid-card .libraries-name {
    font-size: 1.4rem;
  }
}
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
/*----------------------------------------------
  ::      ***** Blog Page Layout ***** 
--------------------------------------------*/
/**  Section - Blog banner **/
.blog-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 390px;
  position: relative;
  width: 100%;
}
.blog-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 390px;
}

/**  Section - Blogs **/
.blogs {
  background-color: #F3F6F9;
  padding: 24px 0;
}
.blogs .masonry {
  column-count: 1;
  column-gap: 30px;
}
.blogs .item {
  background-color: #ffffff;
  padding: 20px;
  transition: transform 0.3s;
  font-size: 1.2em;
  color: #fff;
  break-inside: avoid;
  margin-bottom: 30px;
}
.blogs .blog .blog-details {
  background-color: #ffffff;
}
.blogs .blog .blog-details .blog-title {
  width: 100%;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 30px 0 10px 0;
}
.blogs .blog .blog-details .blog-content {
  line-height: 22px;
  padding-right: 0;
  padding-top: 10px;
  text-align: left;
  max-height: 234px;
  overflow: hidden;
}
.blogs .blog .blog-details .read-more {
  margin-top: 20px;
  display: flex;
  text-decoration: none;
  color: #2f353c;
  font-size: 20px;
  font-weight: 600;
}
.blogs .blog .blog-details .read-more:hover, .blogs .blog .blog-details .read-more:focus {
  color: #2f353c;
}
.blogs .blog .blog-details .read-more .icon-arrow-right {
  font-size: 25px;
}
.blogs .blog .blog-image {
  width: 100%;
}
.blogs .blog .blog-image .banner-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  width: 100%;
}
.blogs .pagination {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding-top: 30px;
}
.blogs .pagination .page-numbers,
.blogs .pagination a {
  color: #30353b;
  width: 30px;
  height: 30px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
.blogs .pagination .current {
  color: #ffffff !important;
  background-color: #1c335a;
}
.blogs .pagination .next {
  visibility: hidden;
}
.blogs .pagination .prev {
  visibility: hidden;
}
.blogs .pagination .next::before {
  content: "NEXT";
  visibility: visible;
  margin-left: 75px;
}
.blogs .pagination .prev::before {
  content: "PREVIOUS";
  visibility: visible;
  margin-right: -35px;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
@media (min-width: 576px) {
  /**  Section - Blogs **/
  .blogs .blog .blog-details .blog-content {
    max-height: 162px;
  }
  .blogs .blog .blog-image .banner-image {
    height: 300px;
  }
  .blogs .pagination {
    min-height: 120px;
  }
  .blogs .pagination .page-numbers,
  .blogs .pagination a {
    color: #30353b;
    width: 40px;
    height: 40px;
    margin: 0 9px;
    font-size: 1.1rem;
  }
}
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /**  Section - Blogs **/
  .blogs .masonry {
    column-count: 2;
  }
  .blogs .item {
    padding: 40px;
  }
  .blogs .blog .blog-details .blog-title {
    font-weight: 600;
    font-size: 3rem;
  }
  .blogs .blog .blog-image .banner-image {
    height: 200px;
  }
  .blogs .pagination {
    min-height: 160px;
  }
  .blogs .pagination .page-numbers,
  .blogs .pagination a {
    color: #30353b;
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /**  Section - Blogs **/
  .blogs {
    padding: 70px 0;
  }
  .blogs .blog .blog-details {
    padding: 0;
  }
  .blogs .blog .blog-image .banner-image {
    height: 275px;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
/*----------------------------------------------
  ::      ***** Blog Detail Page Layout ***** 
--------------------------------------------*/
/**  Section - blog banner **/
.blog-detail-banner {
  background-image: url("images/web-app-banner.jpg");
  background-position: -900px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 390px;
  position: relative;
  width: 100%;
}
.blog-detail-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 390px;
}

/**  Section - blogs **/
.blog-details {
  background-color: #F3F6F9;
  padding-bottom: 20px;
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.blog-details .sub-title {
  margin-top: 0;
}
.blog-details .blog-wrapper {
  background-color: #ffffff;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}
.blog-details .blog-wrapper .blog-title {
  font-size: 2rem;
  line-height: 30px;
  margin-bottom: 20px !important;
}
.blog-details .blog-wrapper .blog-image {
  width: 100%;
}
.blog-details .blog-wrapper .post-author-date {
  font-size: 1.25rem;
  padding: 10px 0;
  color: #5a606c;
}
.blog-details .blog-wrapper .post-author-date .post-author {
  font-weight: 500;
  color: #5387a8;
}
.blog-details .blog-wrapper .blog-content div > * {
  padding-bottom: 20px !important;
}
.blog-details .blog-wrapper .blog-content figure {
  width: 100%;
}
.blog-details .blog-wrapper .blog-content figure img {
  width: 100%;
}
.blog-details .blog-wrapper .blog-content ul {
  margin-left: 0;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
@media (min-width: 420px) {
  /**  Section - blogs **/
  .blog-details .blog-wrapper {
    padding: 40px;
  }
}
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /**  Section - blogs **/
  .blog-details .sub-title {
    margin-top: 0;
  }
  .blog-details .blog-wrapper {
    padding: 40px 50px;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /**  Section - blog banner **/
  .blog-detail-banner {
    background-position: center;
  }
  /**  Section - blogs **/
  .blog-details {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blog-details .sub-title {
    margin-top: 0;
  }
  .blog-details .blog-wrapper {
    padding: 50px 100px;
  }
  .blog-details .blog-wrapper .blog-title {
    font-size: 3.5rem;
    line-height: 50px;
    margin-bottom: 20px !important;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
/*----------------------------------------------
  ::      ***** Careers Page Layout ***** 
--------------------------------------------*/
/**  Section - Careers banner **/
.careers-banner {
  background-position: -600px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
.careers-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 528px;
}
.careers-banner .container .row {
  width: 100%;
}

/** Join Our Team **/
.join-our-team::after {
  content: "";
  clear: both;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 32px solid #ffffff;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  margin-top: 29px;
  left: calc(50vw - 31px);
}
.join-our-team {
  padding-bottom: 30px;
}
.join-our-team .join-our-team-content {
  line-height: 23px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: justify;
}
.join-our-team .job-categories {
  padding-top: 50px;
}
.join-our-team .job-categories .job-category {
  display: flex;
}
.join-our-team .job-categories .job-category:not(:last-child) .job-category-card {
  margin-bottom: 100px;
}
.join-our-team .job-categories .job-category .job-category-card {
  box-shadow: 0 0 11px 8px #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 25px;
  -moz-box-shadow: 0 0 11px 8px #f5f5f5;
  padding: 35px;
  -webkit-box-shadow: 0 0 11px 8px #f5f5f5;
  width: 100%;
}
.join-our-team .job-categories .job-category .job-category-card .job-category-icon {
  margin-left: calc(50% - 50px);
  margin-top: -80px;
  width: 100px;
}
.join-our-team .job-categories .job-category .job-category-card .job-category-title {
  color: #434c67;
  font-size: 1.563rem;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
}
.join-our-team .job-categories .job-category .job-category-card .job-category-sub-title {
  color: #434c67;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 32px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.join-our-team .job-categories .job-category .job-category-card .job-category-content {
  line-height: 26px;
  text-align: center;
}
.join-our-team .job-categories .job-category .job-category-card .read-more {
  margin: 0 auto;
  margin-top: 20px;
  padding: 13px 60px;
}
.join-our-team .view-openings {
  padding-top: 10px;
}
.join-our-team .view-openings .view-openings-link {
  color: #434c67;
  font-size: 1.313rem;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
}
.join-our-team .view-openings .icon-down {
  color: #434c67;
  padding-top: 5px;
}
.join-our-team .view-openings .icon-down::before {
  font-size: 1.125rem;
}

/** Immediate Vacancies **/
.immediate-vacancies {
  padding-bottom: 50px;
}
.immediate-vacancies .color-overlay {
  background-color: #5387a8;
  height: 480px;
}
.immediate-vacancies .container {
  margin-top: -425px;
}
.immediate-vacancies .title {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 5px;
}
.immediate-vacancies .vacancies {
  width: 100%;
  padding-top: 64px;
}
.immediate-vacancies .vacancies .vacancy {
  display: flex;
  justify-content: center;
}
.immediate-vacancies .vacancies .vacancy:not(:last-child) .vacancy-card {
  margin-bottom: 60px;
}
.immediate-vacancies .vacancies .vacancy .vacancy-card {
  margin-bottom: 25px;
  box-shadow: 0 3px 8px #a9a9a9;
  -moz-box-shadow: 0 3px 8px #a9a9a9;
  -webkit-box-shadow: 0 3px 8px #a9a9a9;
  width: 100%;
}
.immediate-vacancies .vacancies .vacancy .vacancy-card .vacancy-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 250px;
}
.immediate-vacancies .vacancies .vacancy .vacancy-card .vacancy-description {
  background-color: #ffffff;
  padding: 30px;
}
.immediate-vacancies .vacancies .vacancy .vacancy-card .vacancy-description .vacancy-title {
  font-size: 1.875rem;
  line-height: 32px;
  color: #595f66;
  font-weight: 500;
  text-decoration: none;
}
.immediate-vacancies .vacancies .vacancy .vacancy-card .vacancy-description .vacancy-sub-title {
  font-size: 1.625rem;
  line-height: 30px;
  color: #65696e;
  font-weight: 500;
}

/** Open Positions **/
.open-positions {
  padding-bottom: 60px;
}
.open-positions .open-positions-list {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.open-positions .open-positions-list .open-jobs:nth-child(even) {
  border-bottom: 1px solid #ececec;
}
.open-positions .open-positions-list .open-jobs:last-child {
  border-bottom: none;
}
.open-positions .open-positions-list .open-jobs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 0 30px 0;
}
.open-positions .open-positions-list .open-jobs .job .job-title {
  font-size: 1.75rem;
  line-height: 30px;
  color: #30353b;
  font-weight: 500;
}
.open-positions .open-positions-list .open-jobs .job .job-sub-title {
  font-size: 1.25rem;
  line-height: 22px;
  color: #5387a8;
  font-weight: 500;
}
.open-positions .open-positions-list .open-jobs .view-button {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 500;
  background-color: #5387a8;
  padding: 0 30px;
  height: 35px;
  width: 150px;
  margin-top: 20px;
  text-decoration: none;
  line-height: 32px;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
@media (min-width: 420px) {
  /** Immediate Vacancies **/
  .immediate-vacancies .color-overlay {
    height: 400px;
  }
  .immediate-vacancies .container {
    margin-top: -350px;
  }
  .immediate-vacancies .vacancies {
    padding-top: 44px;
  }
}
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
@media (min-width: 576px) {
  /** Open Positions **/
  .open-positions .open-positions-list .open-jobs {
    flex-direction: row;
  }
  .open-positions .open-positions-list .open-jobs .view-button {
    width: 120px;
    margin: auto 0;
  }
}
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /**  Section - Careers banner **/
  .careers-banner {
    background-position: center;
  }
  /** Join Our Team **/
  .join-our-team .job-categories .job-category .job-category-card {
    padding: 35px 20px;
    width: 96%;
    margin-bottom: 25px !important;
  }
  .join-our-team .job-categories .job-category:nth-child(3n) .job-category-card {
    margin-left: 5% !important;
    margin-right: 0 !important;
  }
  .join-our-team .job-categories .job-category:first-child .job-category-card, .join-our-team .job-categories .job-category:nth-child(4n) .job-category-card {
    margin-left: 0 !important;
    margin-right: 5% !important;
  }
  .join-our-team .job-categories .job-category:nth-child(even) .job-category-card {
    margin-left: auto;
    margin-right: auto;
  }
  /** Immediate Vacancies **/
  .immediate-vacancies .color-overlay {
    height: 400px;
  }
  .immediate-vacancies .container {
    margin-top: -370px;
  }
  .immediate-vacancies .vacancies {
    padding-top: 64px;
  }
  .immediate-vacancies .vacancies .vacancy .vacancy-card {
    width: 96%;
    margin-bottom: 40px !important;
  }
  .immediate-vacancies .vacancies .vacancy:nth-child(3n) .vacancy-card {
    margin-left: 5% !important;
    margin-right: 0 !important;
  }
  .immediate-vacancies .vacancies .vacancy:first-child .vacancy-card, .immediate-vacancies .vacancies .vacancy:nth-child(4n) .vacancy-card {
    margin-left: 0 !important;
    margin-right: 5% !important;
  }
  .immediate-vacancies .vacancies .vacancy:nth-child(even) .vacancy-card {
    margin-left: auto;
    margin-right: auto;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /** Join Our Team **/
  .join-our-team {
    padding-bottom: 38px;
  }
  .join-our-team .join-our-team-content {
    font-size: 2.188rem;
    line-height: 40px;
    padding-bottom: 55px;
    padding-top: 15px;
  }
  .join-our-team .job-categories {
    padding-top: 70px;
  }
  .join-our-team .job-categories .job-category .job-category-card {
    margin-bottom: 50px;
    padding: 35px 35px 80px 35px;
  }
  .join-our-team .job-categories .job-category .job-category-card .job-category-icon {
    margin-top: -100px;
    margin-left: calc(50% - 62.5px);
    width: 125px;
  }
  .join-our-team .job-categories .job-category .job-category-card .job-category-title {
    font-size: 2.188rem;
    font-weight: 500;
    line-height: 45px;
    padding-top: 24px;
  }
  .join-our-team .job-categories .job-category .job-category-card .job-category-sub-title {
    font-size: 3rem;
    line-height: 34px;
    padding-bottom: 34px;
    padding-top: 0;
  }
  .join-our-team .view-openings {
    padding-top: 30px;
  }
  .join-our-team .view-openings .view-openings-link {
    font-size: 1.438rem;
    line-height: 32px;
  }
  .join-our-team .view-openings .icon-down::before {
    font-size: 1.25rem;
  }
  /** Immediate Vacancies **/
  .immediate-vacancies::after {
    margin-top: 37px;
  }
  .immediate-vacancies {
    padding-bottom: 0;
  }
  .immediate-vacancies .color-overlay {
    height: 515px;
  }
  .immediate-vacancies .container {
    margin-top: -425px;
  }
  .immediate-vacancies .title {
    font-size: 4.375rem;
    line-height: 110px;
  }
  .immediate-vacancies .vacancies {
    padding-top: 65px;
  }
  .immediate-vacancies .vacancies .vacancy .vacancy-card .vacancy-description .vacancy-title {
    font-size: 2.063rem;
    line-height: 34px;
  }
  .immediate-vacancies .vacancies .vacancy .vacancy-card .vacancy-description .vacancy-sub-title {
    font-size: 1.875rem;
    line-height: 34px;
  }
  /** Open Positions **/
  .open-positions {
    padding-bottom: 120px;
  }
  .open-positions .open-positions-list .open-jobs .job .job-title {
    font-size: 2.813rem;
    line-height: 45px;
  }
  .open-positions .open-positions-list .open-jobs .job .job-sub-title {
    font-size: 2rem;
    line-height: 36px;
    padding-top: 10px;
  }
  .open-positions .open-positions-list .open-jobs .view-button {
    font-size: 1.375rem;
    padding: 10px 60px;
    height: 50px;
    width: unset;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
@media (min-width: 1200px) {
  /** Join Our Team **/
  .join-our-team .job-categories .job-category .job-category-card {
    width: 84%;
  }
  .join-our-team .job-categories .job-category:nth-child(3n) .job-category-card {
    margin-left: 16% !important;
  }
  .join-our-team .job-categories .job-category:first-child .job-category-card, .join-our-team .job-categories .job-category:nth-child(4n) .job-category-card {
    margin-right: 16% !important;
  }
  /** Immediate Vacancies **/
  .immediate-vacancies .vacancies .vacancy .vacancy-card {
    width: 84%;
  }
  .immediate-vacancies .vacancies .vacancy:nth-child(3n) .vacancy-card {
    margin-left: 16% !important;
  }
  .immediate-vacancies .vacancies .vacancy:first-child .vacancy-card, .immediate-vacancies .vacancies .vacancy:nth-child(4n) .vacancy-card {
    margin-right: 16% !important;
  }
}
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
/*----------------------------------------------
  ::      ***** Services Page Layout ***** 
--------------------------------------------*/
/** ANCHOR - Hide captcha **/
.grecaptcha-badge {
  visibility: hidden;
}

/**  Section - Services banner **/
.contact-us-banner {
  background-position: -900px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 528px;
  position: relative;
  width: 100%;
}
.contact-us-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 528px;
}

/** How can we help **/
.how-can-we-help {
  padding-bottom: 50px;
}
.how-can-we-help .how-can-we-help-content {
  line-height: 23px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
.how-can-we-help form .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
.how-can-we-help form input {
  font-size: 1.125rem;
  color: #5a606c;
  height: 60px;
  padding-left: 25px;
  width: 100%;
}
.how-can-we-help form textarea, .how-can-we-help form select {
  font-size: 1.125rem;
  color: #5a606c;
  padding-left: 25px;
  width: 100%;
}
.how-can-we-help form select {
  height: 60px;
}
.how-can-we-help form textarea {
  padding-top: 20px;
}
.how-can-we-help form .submit-btn {
  align-items: center;
  background-color: #2f353c;
  color: #ffffff;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 1px;
  margin: 40px auto 0 auto;
  max-width: 200px;
  padding: 10px;
}
.how-can-we-help form .wpcf7-spinner {
  background-color: #aaabad;
  margin: 0 auto;
  display: flex;
  top: -40px;
  left: 45px;
}
.how-can-we-help .wpcf7 form.invalid .wpcf7-response-output,
.how-can-we-help .wpcf7 form.unaccepted .wpcf7-response-output,
.how-can-we-help .wpcf7 form.payment-required .wpcf7-response-output {
  max-width: 850px;
  margin: 0 auto;
  min-width: 100%;
}

/** We'd love to hear from you */
.love-to-hear-from-you {
  background-color: #f4f4f4;
}
.love-to-hear-from-you .contact-detail-col .sub-title-watermark {
  margin-top: -8px;
  padding-top: 0;
  white-space: nowrap;
}
.love-to-hear-from-you .contact-detail-col .sub-title-watermark::after {
  display: none;
}
.love-to-hear-from-you .contact-detail-col .sub-title-watermark::before {
  display: none;
}
.love-to-hear-from-you .contact-detail-col .sub-title-watermark-right {
  float: right;
}
.love-to-hear-from-you .contact-detail-col .container-left {
  text-align: center;
}
.love-to-hear-from-you .contact-detail-col .container-left .sub-title {
  margin-top: 22px;
  text-align: center;
}
.love-to-hear-from-you .contact-detail-col .container-left .contact-details .contact-detail-company {
  color: #2f353c;
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 16px;
}
.love-to-hear-from-you .contact-detail-col .container-left .contact-details .contact-detail {
  line-height: 25px;
}
.love-to-hear-from-you .contact-detail-col .container-left .contact-details .request-meeting {
  background-color: #5486a7;
  height: 50px;
  font-size: 1.25rem;
  letter-spacing: 1px;
  margin: 25px auto;
  padding: 5px 40px;
  text-transform: capitalize;
  display: flex;
  text-decoration: none;
  justify-content: center;
  line-height: 38px;
  max-width: 300px;
}
.love-to-hear-from-you .contact-detail-col .container-left .contact-details .request-meeting:hover, .love-to-hear-from-you .contact-detail-col .container-left .contact-details .request-meeting:focus {
  color: #ffffff;
}
.love-to-hear-from-you .location-map {
  margin-top: 30px;
}
.love-to-hear-from-you .location-map .wpgmp_map_container.wpgmp-map-1 .wpgmp_map_parent {
  margin-bottom: 0;
}
.love-to-hear-from-you .location-map .wpgmp_map_container.wpgmp-map-1 .wpgmp_map_parent .wpgmp_map {
  height: 350px !important;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /** How can we help **/
  .how-can-we-help form {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .how-can-we-help form .form-row {
    flex-direction: row;
    margin: 0 auto;
    width: 100%;
  }
  .how-can-we-help form .form-row .wpcf7-form-control-wrap {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .how-can-we-help form .form-row .your-name, .how-can-we-help form .form-row .your-subject {
    display: flex;
    justify-content: flex-end;
  }
  .how-can-we-help form .wpcf7-form-control-wrap {
    width: 100%;
  }
  .how-can-we-help form .wpcf7-form-control-wrap .full-width-input {
    width: 100%;
  }
  .how-can-we-help form .wpcf7-form-control-wrap .half-width-input {
    width: 95%;
  }
  /** We'd love to hear from you */
  .love-to-hear-from-you .contact-detail-col .container-left {
    text-align: left;
  }
  .love-to-hear-from-you .contact-detail-col .container-left .sub-title {
    text-align: left;
  }
  .love-to-hear-from-you .contact-detail-col .container-left .contact-details .request-meeting {
    margin: 25px 0 25px 0;
    max-width: unset;
  }
  .love-to-hear-from-you .location-map {
    border-left: 30px solid #ffffff;
    border-top: 30px solid #ffffff;
    height: calc(100% - 65px);
    margin-top: 65px;
  }
  .love-to-hear-from-you .location-map .wpgmp_map_container.wpgmp-map-1 .wpgmp_map_parent {
    margin-bottom: 0;
  }
  .love-to-hear-from-you .location-map .wpgmp_map_container.wpgmp-map-1 .wpgmp_map_parent .wpgmp_map {
    height: 400px !important;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /**  Section - Services banner **/
  .contact-us-banner {
    background-position: center;
  }
  /** How can we help **/
  .how-can-we-help {
    padding-bottom: 80px;
  }
  .how-can-we-help .how-can-we-help-content {
    line-height: 28px;
    padding-bottom: 70px;
    padding-top: 17px;
  }
  .how-can-we-help form .form-row {
    margin: 0 auto;
    width: 850px;
  }
  .how-can-we-help form .form-row .wpcf7-form-control-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
  .how-can-we-help form .form-row .your-name, .how-can-we-help form .form-row .your-subject {
    align-items: flex-end;
  }
  .how-can-we-help form input, .how-can-we-help form textarea, .how-can-we-help form select {
    font-size: 1.375rem;
  }
  .how-can-we-help form .wpcf7-form-control-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .how-can-we-help form .wpcf7-form-control-wrap .full-width-input {
    max-width: 850px;
  }
  .how-can-we-help form .wpcf7-form-control-wrap .half-width-input {
    width: 395px;
  }
  .how-can-we-help form .submit-btn {
    font-size: 1.375rem;
  }
  .how-can-we-help form .wpcf7-not-valid-tip {
    width: 95%;
  }
  .how-can-we-help .wpcf7 form.invalid .wpcf7-response-output,
  .how-can-we-help .wpcf7 form.unaccepted .wpcf7-response-output,
  .how-can-we-help .wpcf7 form.payment-required .wpcf7-response-output {
    min-width: 850px;
  }
  /** We'd love to hear from you */
  .love-to-hear-from-you .contact-detail-col .sub-title-watermark {
    margin-top: -38px;
  }
  .love-to-hear-from-you .contact-detail-col .container-left {
    padding-right: 40px !important;
  }
  .love-to-hear-from-you .contact-detail-col .container-left .sub-title {
    line-height: 85px;
    padding-right: 55px;
  }
  .love-to-hear-from-you .contact-detail-col .container-left .contact-details .contact-detail-company {
    font-size: 1.75rem;
  }
  .love-to-hear-from-you .contact-detail-col .container-left .contact-details .contact-detail {
    line-height: 25px;
  }
  .love-to-hear-from-you .contact-detail-col .container-left .contact-details .request-meeting {
    height: 65px;
    font-size: 1.5rem;
    margin: 55px 0 35px 0;
    padding: 10px;
    width: 435px;
    line-height: 45px;
  }
  .love-to-hear-from-you .location-map {
    border-left: 45px solid #ffffff;
    border-top: 45px solid #ffffff;
  }
  .love-to-hear-from-you .location-map .wpgmp_map_container.wpgmp-map-1 .wpgmp_map_parent .wpgmp_map {
    height: 725px !important;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
/*----------------------------------------------
  ::      ***** DevOps Page Layout ***** 
--------------------------------------------*/
/**  Section - Dev Ops Banner **/
.dev-ops-banner {
  background-position: -900px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 528px;
  position: relative;
  width: 100%;
}
.dev-ops-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 528px;
}

/** Dev Ops **/
.dev-ops {
  padding-bottom: 50px;
}
.dev-ops .dev-ops-content {
  line-height: 23px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: justify;
}

/** Our Tools */
.our-tools {
  background-color: #5387a8;
}
.our-tools .sub-title-watermark {
  opacity: 0.1;
}
.our-tools .our-tools-list {
  padding-bottom: 50px;
  padding-top: 50px;
}
.our-tools .our-tools-list .image-grid:nth-child(odd) .image-grid-card {
  margin-right: 8px;
}
.our-tools .our-tools-list .image-grid:nth-child(even) .image-grid-card {
  margin-left: 8px;
}
.our-tools .our-tools-list .image-grid .image-grid-card {
  align-items: center;
  background-color: #6593b0;
  display: flex;
  flex-direction: column;
  height: 120px;
  justify-content: center;
  margin-bottom: 16px;
}
.our-tools .our-tools-list .image-grid .image-grid-card .tools-image {
  width: 50px;
  height: auto;
}

/**  Section - Case Study **/
.devops-case-study {
  padding-bottom: 85px;
}
.devops-case-study .case-study .case-study-details .container {
  margin-top: 20px;
}
.devops-case-study .case-study .case-study-details .card-index {
  color: #2f353c;
  font-size: 5.625rem;
  font-weight: 600;
  line-height: 90px;
  opacity: 0.1;
  text-align: left;
  width: 100%;
}
.devops-case-study .case-study .case-study-details .case-study-text {
  font-size: 1.563rem;
  font-weight: 600;
  line-height: 40px;
}
.devops-case-study .case-study .case-study-details .case-study-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
}
.devops-case-study .case-study .case-study-details .case-study-content {
  line-height: 22px;
  padding-right: 0;
  padding-top: 10px;
  text-align: justify;
}
.devops-case-study .case-study .case-study-details .read-more {
  margin-top: 20px;
}
.devops-case-study .case-study .case-study-image .banner-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
  min-height: 300px;
}

/** Expertise */
.dev-ops-expertise {
  background-color: #F3F6F9;
}
.dev-ops-expertise .expertise-list {
  padding-bottom: 50px;
  padding-top: 50px;
}
.dev-ops-expertise .expertise-list .image-grid .image-grid-card {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 16px;
  min-height: 160px;
}
.dev-ops-expertise .expertise-list .image-grid .image-grid-card .expertise-name {
  color: #434c67;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.9;
  padding: 20px 20px 0 20px;
  text-align: center;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
@media (min-width: 420px) {
  /** Our Tools */
  .our-tools .our-tools-list .image-grid .image-grid-card {
    height: 150px;
  }
  .our-tools .our-tools-list .image-grid .image-grid-card .tools-image {
    width: 70px;
    height: auto;
  }
}
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
@media (min-width: 576px) {
  /** Our Tools **/
  .our-tools .our-tools-list .image-grid:nth-child(3n+1) .image-grid-card {
    margin-left: 0;
    margin-right: 14px;
  }
  .our-tools .our-tools-list .image-grid:nth-child(3n) .image-grid-card {
    margin-left: 14px;
    margin-right: 0;
  }
  .our-tools .our-tools-list .image-grid:nth-child(3n-1) .image-grid-card {
    margin-left: 7px;
    margin-right: 7px;
  }
  /** Expertise */
  .dev-ops-expertise .expertise-list .image-grid:nth-child(odd) .image-grid-card {
    margin-right: 8px;
  }
  .dev-ops-expertise .expertise-list .image-grid:nth-child(even) .image-grid-card {
    margin-left: 8px;
  }
}
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /**  Section - Dev Ops Banner **/
  .dev-ops-banner {
    background-position: center;
  }
  /** Our Tools **/
  .our-tools .our-tools-list .image-grid:nth-child(4n+1) .image-grid-card {
    margin-left: 0;
    margin-right: 16px;
  }
  .our-tools .our-tools-list .image-grid:nth-child(4n) .image-grid-card {
    margin-left: 16px;
    margin-right: 0;
  }
  .our-tools .our-tools-list .image-grid:nth-child(4n-1) .image-grid-card {
    margin-left: 11px;
    margin-right: 5px;
  }
  .our-tools .our-tools-list .image-grid:nth-child(4n-2) .image-grid-card {
    margin-left: 5px;
    margin-right: 11px;
  }
  .our-tools .our-tools-list .image-grid .image-grid-card {
    margin-bottom: 21px;
    height: 180px;
  }
  .our-tools .our-tools-list .image-grid .image-grid-card .tools-image {
    width: auto;
    height: auto;
  }
  /**  Section - Case Study **/
  .devops-case-study .case-study:nth-child(even) .case-study-details {
    order: 1;
  }
  .devops-case-study .case-study:nth-child(even) .case-study-details .container-left-small .card-index {
    padding-left: 20px;
    text-align: left;
  }
  .devops-case-study .case-study:nth-child(even) .case-study-details .container-left-small .case-study-content {
    padding-right: 0;
  }
  .devops-case-study .case-study:nth-child(even) .case-study-details .container-left-small .case-study-text,
  .devops-case-study .case-study:nth-child(even) .case-study-details .container-left-small .case-study-title,
  .devops-case-study .case-study:nth-child(even) .case-study-details .container-left-small .case-study-content {
    padding-left: 20px;
    text-align: right;
  }
  .devops-case-study .case-study:nth-child(even) .case-study-details .read-more {
    margin-left: auto;
    margin-right: 0;
  }
  .devops-case-study .case-study:nth-child(even) .case-study-image {
    order: 0;
  }
  .devops-case-study .case-study:nth-child(even) .case-study-image .banner-image {
    margin-right: -40px;
  }
  .devops-case-study .case-study .case-study-details .container {
    margin-top: 80px;
  }
  .devops-case-study .case-study .case-study-details .card-index {
    padding-right: 20px;
    text-align: right;
  }
  .devops-case-study .case-study .case-study-details .case-study-content {
    padding-right: 40px;
    text-align: left;
  }
  .devops-case-study .case-study .case-study-details .read-more {
    margin-left: 0;
  }
  .devops-case-study .case-study .case-study-image .banner-image {
    height: calc(100% - 80px);
    margin-left: -40px;
    margin-top: 80px;
    min-height: 500px;
  }
  /** Expertise **/
  .dev-ops-expertise .expertise-list .image-grid:nth-child(4n+1) .image-grid-card {
    margin-left: 0;
    margin-right: 16px;
  }
  .dev-ops-expertise .expertise-list .image-grid:nth-child(4n) .image-grid-card {
    margin-left: 16px;
    margin-right: 0;
  }
  .dev-ops-expertise .expertise-list .image-grid:nth-child(4n-1) .image-grid-card {
    margin-left: 11px;
    margin-right: 5px;
  }
  .dev-ops-expertise .expertise-list .image-grid:nth-child(4n-2) .image-grid-card {
    margin-left: 5px;
    margin-right: 11px;
  }
  .dev-ops-expertise .expertise-list .image-grid .image-grid-card {
    margin-bottom: 21px;
    min-height: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dev-ops-expertise .expertise-list .image-grid .image-grid-card .expertise-name {
    padding: 10px 0 0 0;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /** Dev Ops **/
  .dev-ops {
    padding-bottom: 85px;
  }
  .dev-ops .dev-ops-content {
    line-height: 28px;
    padding-bottom: 55px;
    padding-top: 45px;
  }
  /** Our Tools **/
  .our-tools {
    padding-bottom: 90px;
  }
  .our-tools .our-tools-list {
    padding-top: 70px;
  }
  .our-tools .our-tools-list .image-grid .image-grid-card {
    height: 185px;
  }
  .our-tools .our-tools-list .image-grid:nth-child(6n+1) .image-grid-card {
    margin-left: 0;
    margin-right: 15px;
  }
  .our-tools .our-tools-list .image-grid:nth-child(6n) .image-grid-card {
    margin-left: 15px;
    margin-right: 0;
  }
  .our-tools .our-tools-list .image-grid:nth-child(6n+2) .image-grid-card {
    margin-left: 3px;
    margin-right: 12px;
  }
  .our-tools .our-tools-list .image-grid:nth-child(6n-1) .image-grid-card {
    margin-left: 12px;
    margin-right: 3px;
  }
  .our-tools .our-tools-list .image-grid:nth-child(6n-2) .image-grid-card {
    margin-left: 9px;
    margin-right: 6px;
  }
  .our-tools .our-tools-list .image-grid:nth-child(6n+3) .image-grid-card {
    margin-left: 6px;
    margin-right: 9px;
  }
  .our-tools .our-tools-list .image-grid .image-grid-card {
    margin-bottom: 21px;
  }
  /**  Section - Case Study **/
  .devops-case-study {
    padding-bottom: 150px;
  }
  .devops-case-study .case-study:nth-child(even) .case-study-details .container-left-small {
    margin-right: auto !important;
    text-align: right;
  }
  .devops-case-study .case-study:nth-child(even) .case-study-details .container-left-small .card-index {
    padding-left: 45px;
    text-align: left;
  }
  .devops-case-study .case-study:nth-child(even) .case-study-details .container-left-small .case-study-content {
    padding-left: 130px;
  }
  .devops-case-study .case-study:nth-child(even) .case-study-image .banner-image {
    margin-right: -80px;
  }
  .devops-case-study .case-study .case-study-details .container {
    margin-top: 105px;
  }
  .devops-case-study .case-study .case-study-details .card-index {
    font-size: 9.375rem;
    padding-right: 45px;
  }
  .devops-case-study .case-study .case-study-details .case-study-text {
    font-size: 3.125rem;
    line-height: 56px;
  }
  .devops-case-study .case-study .case-study-details .case-study-title {
    font-size: 5rem;
    line-height: 78px;
  }
  .devops-case-study .case-study .case-study-details .case-study-content {
    line-height: 27px;
    padding-right: 130px;
    padding-top: 20px;
  }
  .devops-case-study .case-study .case-study-details .read-more {
    margin-top: 50px;
  }
  .devops-case-study .case-study .case-study-image .banner-image {
    height: unset;
    margin-left: -80px;
    margin-top: 105px;
    min-height: 615px;
  }
  /** Expertise **/
  .dev-ops-expertise {
    padding-bottom: 35px;
  }
  .dev-ops-expertise .expertise-list .image-grid .image-grid-card {
    margin-bottom: 21px;
    min-height: 225px;
  }
  .dev-ops-expertise .expertise-list .image-grid .image-grid-card .expertise-name {
    font-size: 1.5rem;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 24px;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
@media screen and (min-width: 1280px) {
  /**  Section - Case Study **/
  .devops-case-study .case-study:nth-child(even) .case-study-details .container-left-small {
    margin-left: 80px !important;
  }
}
/*----------------------------------------------
  ::      ***** Dev Ops Case Study Page Layout ***** 
--------------------------------------------*/
/**  Dev Ops Case Study banner **/
.dev-ops-case-study-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 528px;
  position: relative;
  width: 100%;
}
.dev-ops-case-study-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 528px;
}

/** Dev Ops Case Study Detail **/
.dev-ops-case-study-details {
  background-color: #ffffff;
}
.dev-ops-case-study-details .content .case-study-detail-row:nth-child(odd) {
  background-color: #f4f4f4;
}
.dev-ops-case-study-details .content .case-study-detail-row {
  padding: 50px 0 20px 0;
}
.dev-ops-case-study-details .wp-block-column > * {
  padding-bottom: 40px;
}
.dev-ops-case-study-details .wp-block-columns {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /** Dev Ops Case Study Detail **/
  .dev-ops-case-study-detail {
    padding-bottom: 85px;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
/*----------------------------------------------
  ::      ***** Fidenz Academy Page Layout ***** 
--------------------------------------------*/
/**  Section - Fidenz Academy banner **/
.fidenz-academy-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 690px;
  position: relative;
  width: 100%;
}
.fidenz-academy-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 840px;
}
.fidenz-academy-banner .container .banner-content {
  display: flex;
  flex-direction: column;
}
.fidenz-academy-banner .container .banner-content .fidenz-academy-logo {
  width: 250px;
}
.fidenz-academy-banner .container .banner-content .join-now {
  align-items: center;
  color: #ffffff;
  background-color: #5387a8;
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  letter-spacing: 1px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 20px;
  width: 200px;
}

/** We Are Fidenz **/
.we-are-fidenz {
  background-color: #1c335a;
  padding-bottom: 20px;
}
.we-are-fidenz .we-are-fidenz-content {
  line-height: 23px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: justify;
}

/** Fidenz Academy Video **/
.fidenz-academy-career-talk-video {
  display: flex;
  justify-content: center;
}
.fidenz-academy-career-talk-video .container {
  height: auto;
  position: relative;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout {
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content {
  height: 285px;
  max-width: 330px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  padding: 0 10px;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .title {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  color: #5387a7;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .title span {
  color: white;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .story {
  font-size: 1rem;
  line-height: 1rem;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .name {
  font-size: 1.5rem;
  line-height: 1rem;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .name .role {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 0.75rem;
  font-style: italic;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video {
  position: relative;
  margin-bottom: 60px;
  height: 100%;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div {
  width: 261px;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div .plyr__video-wrapper {
  min-height: 464px;
  width: 100%;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div .plyr__video-wrapper video {
  width: 100%;
  height: 464px;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div #mute-toggle {
  position: absolute;
  width: 35px;
  height: 35px;
  object-fit: contain;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
  opacity: 1;
  background: transparent;
  z-index: 1;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div #mute-toggle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div .plyr__controls, .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div .plyr__control, .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div .plyr__progress {
  display: none;
}
.fidenz-academy-career-talk-video .container .splide .splide__arrows {
  display: none;
}
.fidenz-academy-career-talk-video .container .splide__pagination {
  transform: translateX(-50%);
  bottom: 20px;
}
.fidenz-academy-career-talk-video .container .splide__pagination li button.is-active {
  width: 25px;
  border-radius: 30%;
  margin: 0 7px;
}

/** Join Our Team **/
.academic-process {
  padding-bottom: 30px;
}
.academic-process .academic-process-steps .academic-process-step {
  font-size: 28px;
  padding: 10px 0;
}
.academic-process .academic-process-steps .text-content {
  margin-bottom: 10px !important;
}
.academic-process .academic-process-steps .process {
  display: flex;
}
.academic-process .academic-process-steps .process:not(:last-child) .process-card {
  margin-bottom: 100px;
}
.academic-process .academic-process-steps .process .process-card {
  align-items: center;
  box-shadow: 0 0 11px 8px #f5f5f5;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  -moz-box-shadow: 0 0 11px 8px #f5f5f5;
  padding: 35px;
  -webkit-box-shadow: 0 0 11px 8px #f5f5f5;
  width: 100%;
}
.academic-process .academic-process-steps .process .process-card .process-icon {
  margin-top: -80px;
  width: 100px;
}
.academic-process .academic-process-steps .process .process-card .process-title {
  color: #434c67;
  font-size: 1.563rem;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
}
.academic-process .academic-process-steps .process .process-card .process-sub-title {
  color: #434c67;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 32px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.academic-process .academic-process-steps .process .process-card .process-content {
  line-height: 26px;
  text-align: center;
}
.academic-process .academic-process-steps .process .process-card .view-openings-link {
  color: #434c67;
  font-size: 1.313rem;
  font-weight: 500;
  line-height: 24px;
  padding-top: 10px;
  text-transform: uppercase;
}
.academic-process .academic-process-steps .process .process-card .icon-down {
  color: #434c67;
  padding-top: 5px;
}
.academic-process .academic-process-steps .process .process-card .icon-down::before {
  font-size: 1.125rem;
}

/** Academy Graduates **/
.academy-graduates {
  background-color: #F3F6F9;
  min-height: 500px;
  padding: 40px 0;
}
.academy-graduates .heading-row .title-line-one, .academy-graduates .heading-row .title-line-two {
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
}
.academy-graduates .heading-row .title-line-two {
  text-transform: uppercase;
}
.academy-graduates #primary-slider .splide__arrows, .academy-graduates #primary-slider .splide__pagination {
  display: none;
}
.academy-graduates #primary-slider2 .splide__arrows {
  display: none;
}
.academy-graduates #primary-slider-track {
  overflow: visible;
}
.academy-graduates .profile-image-row {
  margin-top: 30px;
}
.academy-graduates #secondary-slider .splide__list {
  justify-content: center;
  align-items: center;
}
.academy-graduates .splide__arrow {
  display: none;
}
.academy-graduates .testimonial-detail-card {
  margin: 40px auto 0 auto;
}
.academy-graduates .testimonial-detail-card::after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ffffff;
  content: "";
  clear: both;
  left: calc(50% - 20px);
  position: absolute;
}
.academy-graduates .testimonial-detail-card .testimonial-detail {
  background-color: #ffffff;
  color: #1c335a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 23px;
  margin: 0 auto;
  max-width: 1010px;
  padding: 15px 30px;
}
.academy-graduates .testimonial-detail-card .testimonial-detail::before, .academy-graduates .testimonial-detail-card .testimonial-detail::after {
  background-position: left;
  background-repeat: no-repeat;
  background-size: 15px;
  content: "";
  display: flex;
  height: 15px;
  position: relative;
  width: 15px;
}
.academy-graduates .testimonial-detail-card .testimonial-detail::before {
  background-image: url(images/inverted-comma-start.png);
  left: -20px;
}
.academy-graduates .testimonial-detail-card .testimonial-detail::after {
  background-image: url(images/inverted-comma-end.png);
  left: 100%;
}
.academy-graduates .graduates {
  margin: 0 auto !important;
  max-width: 960px;
}
.academy-graduates .graduates .graduate-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #ffffff !important;
  border-radius: 50%;
  display: none;
  height: 70px;
  width: 70px;
}
.academy-graduates .graduates .graduate-image.is-active {
  box-shadow: 0 0 11px 8px #f5f5f5 !important;
  display: block;
  height: 100px;
  -moz-box-shadow: 0 0 11px 8px #f5f5f5 !important;
  -webkit-box-shadow: 0 0 11px 8px #f5f5f5 !important;
  width: 100px;
}
.academy-graduates .graduate-summary {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.academy-graduates .graduate-summary .graduate-name {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.academy-graduates .graduate-summary .graduate-name .scroll-arrow {
  height: 10px;
  margin-top: 10px;
  width: 40px;
}
.academy-graduates .graduate-summary .graduate-name .name {
  color: #1c335a;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 36px;
  padding: 0 30px;
  text-align: center;
}
.academy-graduates .graduate-summary .graduate-position {
  color: #1c335a;
  font-size: 1.25rem;
  font-weight: 500;
}

/** Fidenz Academy Trainers **/
.fidenz-academy-trainers {
  padding-bottom: 50px;
  padding-top: 50px;
}
.fidenz-academy-trainers .academy-trainers #academy-trainers {
  display: flex;
}
.fidenz-academy-trainers .academy-trainers #academy-trainers .slick-track {
  display: flex;
}
.fidenz-academy-trainers .academy-trainers #academy-trainers .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.fidenz-academy-trainers .academy-trainers .member {
  display: flex;
  justify-content: center;
}
.fidenz-academy-trainers .academy-trainers .member .member-card {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 35px;
  width: 96%;
}
.fidenz-academy-trainers .academy-trainers .member .member-card .member-card-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fidenz-academy-trainers .academy-trainers .member .member-card .member-icon {
  background-color: #F3F6F9;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border: 8px solid #ffffff;
  height: 250px;
  width: 250px;
}
.fidenz-academy-trainers .academy-trainers .member .member-card .member-title {
  color: #1c335a;
  font-size: 1.563rem;
  font-weight: 500;
  text-align: center;
}
.fidenz-academy-trainers .academy-trainers .member .member-card .member-content {
  color: #1c335a;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.fidenz-academy-trainers .academy-trainers .slick-prev, .fidenz-academy-trainers .academy-trainers .slick-next {
  top: 100%;
  width: 10px !important;
}
.fidenz-academy-trainers .academy-trainers .slick-prev::before, .fidenz-academy-trainers .academy-trainers .slick-next::before {
  font-size: 0.8rem;
  color: #2f353c;
  width: 70px;
  font-family: "fontello";
  font-weight: 900;
}
.fidenz-academy-trainers .academy-trainers .slick-prev {
  left: 20px !important;
}
.fidenz-academy-trainers .academy-trainers .slick-prev::before {
  content: "\e808";
}
.fidenz-academy-trainers .academy-trainers .slick-next {
  right: 60px !important;
}
.fidenz-academy-trainers .academy-trainers .slick-next::before {
  content: "\e80a";
}

/** Partner Universities **/
.partner-universities {
  width: 100vw;
  background-color: #F3F6F9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-universities .university-container {
  max-width: 1260px;
  width: calc(100vw - 60px);
  margin: 10px 0 20px 0;
}
.partner-universities .university-container .university-cluster {
  background-repeat: no-repeat;
  width: 100%;
  scale: 1;
}

/** Request Invitation For Academy **/
.request-academy {
  background-image: url("images/request-invitation-academy-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
.request-academy .title {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 60px;
  text-align: left;
}
.request-academy .title::after {
  border-top: 2px solid #ffffff;
  content: "";
  display: flex;
  margin-top: 35px;
  width: 25%;
}
.request-academy .description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 23px;
  padding-top: 30px;
  text-align: left;
}
.request-academy .fidenz-academy-logo {
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
}
.request-academy .cv-upload-form .form-title {
  background-color: #ffffff;
  padding-top: 30px;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1c335a;
  font-weight: 600;
  text-align: center;
}
.request-academy #wpcf7-f179-o1 .email-row {
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
}
.request-academy #wpcf7-f179-o1 .email-row .wpcf7-form-control-wrap.your-email {
  display: flex;
  flex-direction: column;
}
.request-academy #wpcf7-f179-o1 .email-row .wpcf7-form-control-wrap.your-email input {
  background-color: #e9ebed;
  box-shadow: none;
  border: none;
  color: #1c335a;
  font-weight: 400;
  font-size: 1.125rem;
  height: 45px;
  letter-spacing: 1px;
  padding-left: 20px;
  width: 85%;
  margin: 0 auto;
}
.request-academy #wpcf7-f179-o1 .email-row .wpcf7-form-control-wrap.your-email ::placeholder {
  color: #1c335a;
  opacity: 1;
}
.request-academy #wpcf7-f179-o1 .email-row .wpcf7-form-control-wrap.your-email :-ms-input-placeholder {
  color: #1c335a;
}
.request-academy #wpcf7-f179-o1 .email-row .wpcf7-form-control-wrap.your-email ::-ms-input-placeholder {
  color: #1c335a;
}
.request-academy #wpcf7-f179-o1 .email-row label {
  display: flex;
  font-size: 16px;
  font-weight: 300;
  line-height: 0px;
  letter-spacing: 1px;
  color: #212121;
  margin-top: -10px;
  margin-left: 40px;
}
.request-academy #wpcf7-f179-o1 .event-row {
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 15px;
}
.request-academy #wpcf7-f179-o1 .event-row .wpcf7-form-control-wrap.event-id {
  display: flex;
  flex-direction: column;
}
.request-academy #wpcf7-f179-o1 .event-row .wpcf7-form-control-wrap.event-id option {
  background-color: #e9ebed;
  box-shadow: none;
  border: none;
  color: #1c335a;
  font-weight: 400;
  font-size: 1.125rem;
  height: 45px;
  letter-spacing: 1px;
  padding-left: 20px;
  width: 85%;
  margin: 0 auto;
}
.request-academy #wpcf7-f179-o1 .event-row .wpcf7-form-control-wrap.event-id select {
  background-color: #e9ebed;
  box-shadow: none;
  border: none;
  color: #1c335a;
  font-weight: 400;
  font-size: 1.125rem;
  height: 45px;
  letter-spacing: 1px;
  padding-left: 20px;
  width: 85%;
  margin: 0 auto;
}
.request-academy #wpcf7-f179-o1 .event-row label {
  display: flex;
  font-size: 16px;
  font-weight: 300;
  line-height: 0px;
  letter-spacing: 1px;
  color: #212121;
  margin-top: -10px;
  margin-left: 40px;
}
.request-academy #wpcf7-f179-o1 .role-row {
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
}
.request-academy #wpcf7-f179-o1 .role-row .wpcf7-form-control-wrap.role-id {
  display: flex;
  flex-direction: column;
}
.request-academy #wpcf7-f179-o1 .role-row .wpcf7-form-control-wrap.role-id option {
  background-color: #e9ebed;
  box-shadow: none;
  border: none;
  color: #1c335a;
  font-weight: 400;
  font-size: 1.125rem;
  height: 45px;
  letter-spacing: 1px;
  padding-left: 20px;
  width: 85%;
  margin: 0 auto;
}
.request-academy #wpcf7-f179-o1 .role-row .wpcf7-form-control-wrap.role-id select {
  background-color: #e9ebed;
  box-shadow: none;
  border: none;
  color: #1c335a;
  font-weight: 400;
  font-size: 1.125rem;
  height: 45px;
  letter-spacing: 1px;
  padding-left: 20px;
  width: 85%;
  margin: 0 auto;
}
.request-academy #wpcf7-f179-o1 .role-row label {
  display: flex;
  font-size: 16px;
  font-weight: 300;
  line-height: 0px;
  letter-spacing: 1px;
  color: #212121;
  margin-top: -10px;
  margin-left: 40px;
}
.request-academy #wpcf7-f179-o1 .jov-row {
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
}
.request-academy #wpcf7-f179-o1 .jov-row .wpcf7-form-control-wrap.role-id {
  display: flex;
  flex-direction: column;
}
.request-academy #wpcf7-f179-o1 .jov-row .wpcf7-form-control-wrap.role-id option {
  background-color: #e9ebed;
  box-shadow: none;
  border: none;
  color: #1c335a;
  font-weight: 400;
  font-size: 1.125rem;
  height: 45px;
  letter-spacing: 1px;
  padding-left: 20px;
  width: 85%;
  margin: 0 auto;
}
.request-academy #wpcf7-f179-o1 .jov-row label {
  display: flex;
  font-size: 16px;
  font-weight: 300;
  line-height: 0px;
  letter-spacing: 1px;
  color: #212121;
  margin-top: -10px;
  margin-left: 40px;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row {
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 36px;
  display: flex;
  flex-direction: column;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row .upload-field {
  overflow: hidden;
  display: flex;
  width: 85%;
  margin: 0 auto;
  flex-direction: column;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row .wpcf7-form-control-wrap.your-cv input {
  color: rgba(0, 0, 0, 0);
  background-color: #5387a7;
  border-width: 2px;
  box-shadow: none;
  font-size: 1.125rem;
  font-weight: 400;
  height: 40px;
  letter-spacing: 1px;
  width: 135px;
  order: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row .wpcf7-form-control-wrap.your-cv .file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row .wpcf7-form-control-wrap.your-cv .file-input::before {
  align-items: center;
  color: #ffffff;
  content: "Browse Files";
  text-align: center;
  margin-top: 6px;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row label {
  display: flex;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #212121;
  margin-top: -10px;
  order: 1;
  margin-left: 15px;
  padding: 0 30px;
  line-height: 20px !important;
  text-align: left;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row .upload-file-section {
  font-size: 16px;
  letter-spacing: 1px;
  color: #878787;
  font-weight: 300;
  padding-top: 30px;
  text-align: left;
  width: 85%;
  margin: 0 auto 10px auto;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row .upload-file-name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #838d93;
  text-align: left;
  width: 85%;
  margin: 0 auto;
  background-color: #f9fafb;
  padding: 10px 20px;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row .upload-file-name .upload-file-details {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row .upload-file-name .upload-file-details p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #838d93;
  font-weight: 600;
  padding-left: 20px;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row .upload-file-name .upload-file-details span {
  padding-left: 20px;
}
.request-academy #wpcf7-f179-o1 .wpcf7-not-valid-tip {
  text-align: left;
  width: 85%;
  margin: 0 auto;
}
.request-academy #wpcf7-f179-o1 .wpcf7-form-control.wpcf7-submit.submit-btn {
  align-items: center;
  background-color: #5387a8;
  color: #ffffff;
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  letter-spacing: 1px;
  padding: 10px 60px;
  margin-top: 30px;
}
.request-academy .wpcf7-spinner {
  display: flex;
  top: -35px;
  left: 100px;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
@media (min-width: 420px) {
  /** Request Invitation For Academy **/
  .request-academy #wpcf7-f179-o1 .email-row label {
    margin-left: 80px;
  }
  .request-academy #wpcf7-f179-o1 .event-row label {
    margin-left: 80px;
  }
  .request-academy #wpcf7-f179-o1 .role-row label {
    margin-left: 80px;
  }
  .request-academy #wpcf7-f179-o1 .cv-upload-row .upload-field {
    flex-direction: row;
  }
  .request-academy #wpcf7-f179-o1 .cv-upload-row label {
    margin-top: 20px;
    margin-left: 3px;
  }
}
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
@media (min-width: 576px) {
  /** Fidenz Academy Video **/
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content {
    height: 500px;
    max-width: 600px;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .title {
    font-size: 4rem;
    line-height: 4rem;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .story {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .name {
    font-size: 2rem;
    line-height: 2rem;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .name .role {
    font-size: 1.5rem;
    line-height: 1rem;
  }
  /** Join Our Team **/
  .academic-process .academic-process-steps .process .process-card {
    padding: 35px 20px;
    margin-bottom: 80px !important;
    width: 96%;
  }
  .academic-process .academic-process-steps .process:nth-child(3n) .process-card {
    margin-left: 5% !important;
    margin-right: 0 !important;
  }
  .academic-process .academic-process-steps .process:first-child .process-card, .academic-process .academic-process-steps .process:nth-child(4n) .process-card {
    margin-left: 0 !important;
    margin-right: 5% !important;
  }
  .academic-process .academic-process-steps .process:nth-child(even) .process-card {
    margin-left: auto;
    margin-right: auto;
  }
  /** Partner Universities **/
  .partner-universities .university-container {
    margin: 30px 0 60px 0;
  }
  /** Request Invitation For Academy **/
  .request-academy #wpcf7-f179-o1 .cv-upload-row label {
    margin-left: 20px;
  }
}
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /** Fidenz Academy Video **/
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout {
    flex-direction: row;
    justify-content: space-between;
    height: 750px;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content {
    height: 100%;
    align-items: start;
    padding-top: 40px !important;
    padding-left: 75px !important;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .title {
    font-size: 4rem;
    line-height: 4rem;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .story {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .name {
    font-size: 2rem;
    line-height: 2rem;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .name .role {
    font-size: 1.5rem;
    line-height: 1rem;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video {
    position: relative;
    justify-content: end !important;
    align-items: center;
    margin-bottom: 0px;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div {
    --video-width:261px;
    position: relative;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div #mute-toggle {
    position: absolute;
    width: 35px;
    height: 35px;
    object-fit: contain;
    right: 0;
    bottom: 0;
    transform: translateX(-7%);
    opacity: 1;
    background: transparent;
    z-index: 1;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div #mute-toggle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    object-fit: cover;
  }
  .fidenz-academy-career-talk-video .container .splide__pagination {
    padding-right: 175px;
    padding-bottom: 20px;
    justify-content: end;
  }
  /** Fidenz Academy Trainers **/
  .fidenz-academy-trainers {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .fidenz-academy-trainers .academy-trainers {
    padding-bottom: 0;
  }
  .fidenz-academy-trainers .academy-trainers #academy-trainers {
    display: flex;
    flex-direction: column;
  }
  .fidenz-academy-trainers .academy-trainers .member .member-card .member-icon {
    height: 140px;
    width: 140px;
  }
  .fidenz-academy-trainers .academy-trainers .slick-prev, .fidenz-academy-trainers .academy-trainers .slick-next {
    width: 20px !important;
  }
  .fidenz-academy-trainers .academy-trainers .slick-prev::before, .fidenz-academy-trainers .academy-trainers .slick-next::before {
    font-size: 1.125rem;
    font-weight: 400;
  }
  .fidenz-academy-trainers .academy-trainers .slick-next {
    right: 60px !important;
  }
  /** Academy Graduates **/
  .academy-graduates #primary-slider2 .splide__arrows {
    display: block;
  }
  .academy-graduates #primary-slider2 .splide__arrows .splide__arrow.splide__arrow--prev::before, .academy-graduates #primary-slider2 .splide__arrows .splide__arrow.splide__arrow--next::before {
    color: #2f353c;
    font-size: 1.125rem;
  }
  .academy-graduates #primary-slider2 .splide__arrows .splide__arrow.splide__arrow--prev svg, .academy-graduates #primary-slider2 .splide__arrows .splide__arrow.splide__arrow--next svg {
    display: none;
  }
  .academy-graduates .testimonial-detail-card .testimonial-detail {
    padding: 25px 45px;
  }
  .academy-graduates .testimonial-detail-card .testimonial-detail::before, .academy-graduates .testimonial-detail-card .testimonial-detail::after {
    background-size: 20px;
    height: 20px;
    width: 20px;
  }
  .academy-graduates .graduates {
    max-width: 760px;
  }
  .academy-graduates .graduates .graduate-image {
    display: block;
  }
  /** Partner Universities **/
  .partner-universities .university-container {
    margin: 15px 0 80px 0;
  }
  /** Request Invitation For Academy **/
  .request-academy {
    min-height: 350px;
  }
  .request-academy #wpcf7-f179-o1 .email-row label {
    margin-left: 40px;
  }
  .request-academy #wpcf7-f179-o1 .event-row label {
    margin-left: 40px;
  }
  .request-academy #wpcf7-f179-o1 .role-row label {
    margin-left: 40px;
  }
  .request-academy #wpcf7-f179-o1 .cv-upload-row label {
    font-size: 15px;
    margin-left: 3px;
  }
  .request-academy .wpcf7-spinner {
    left: 110px;
  }
  .request-academy .wpcf7 form.invalid .wpcf7-response-output, .request-academy .wpcf7 form.unaccepted .wpcf7-response-output,
  .request-academy .wpcf7 form.payment-required .wpcf7-response-output {
    margin-left: 10px !important;
    color: #ffffff !important;
  }
  .request-academy .wpcf7 form.sent .wpcf7-response-output {
    color: #ffffff !important;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /**  Section - Fidenz Academy banner **/
  .fidenz-academy-banner {
    min-height: 840px;
  }
  .fidenz-academy-banner .container .banner-content {
    margin-top: 120px;
  }
  .fidenz-academy-banner .container .banner-content .fidenz-academy-logo {
    width: 425px;
  }
  .fidenz-academy-banner .container .banner-content .join-now {
    font-size: 1.375rem;
    height: 68px;
    top: 100px;
    width: 235px;
  }
  /** Fidenz Academy Video **/
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout {
    justify-content: end;
    height: 700px;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content {
    position: absolute;
    height: 100%;
    min-width: 545px;
    left: 0;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .title {
    min-width: 470px;
    font-size: 4.2rem;
    line-height: 4rem;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .story {
    min-width: 470px;
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .name {
    font-size: 2.5rem;
    line-height: 2.2rem;
    font-weight: 700;
    margin-bottom: 85px;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .name .role {
    font-size: 1.5rem;
    line-height: 1rem;
    font-weight: 500;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video {
    height: 100%;
    position: absolute;
    right: 0;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div {
    --video-width:394px;
    width: var(--video-width);
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div .plyr__video-wrapper {
    position: relative;
    height: 700px;
    width: 100%;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div .plyr__video-wrapper video {
    width: 100%;
    height: 700px;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div #mute-toggle {
    position: absolute;
    width: 50px;
    height: 50px;
    object-fit: contain;
    right: 0;
    bottom: 0;
    transform: translateX(0%);
    opacity: 1;
    background: transparent;
    z-index: 1;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div #mute-toggle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    object-fit: cover;
  }
  .fidenz-academy-career-talk-video .splide__pagination {
    padding-left: 42px;
    padding-bottom: 50px !important;
    justify-content: start !important;
  }
  /** We Are Fidenz **/
  .we-are-fidenz {
    padding-bottom: 22px;
  }
  .we-are-fidenz .we-are-fidenz-content {
    line-height: 26px;
    padding-bottom: 55px;
    padding-top: 20px;
  }
  /** About Us Video **/
  .fidenz-academy-video .background-overlay {
    padding-bottom: 90px;
  }
  .fidenz-academy-video .background-overlay .founder-name {
    font-size: 2.813rem;
    padding-top: 40px;
  }
  .fidenz-academy-video .background-overlay .founder-position {
    font-size: 2.188rem;
    line-height: 35px;
  }
  /** Join Our Team **/
  .academic-process {
    padding-bottom: 80px;
  }
  .academic-process .academic-process-steps .process .process-card {
    margin-bottom: 50px;
    padding: 35px 35px 45px 35px;
  }
  .academic-process .academic-process-steps .process .process-card .process-icon {
    margin-top: -100px;
    width: 125px;
  }
  .academic-process .academic-process-steps .process .process-card .process-title {
    font-size: 2.188rem;
    font-weight: 500;
    line-height: 45px;
    padding-top: 24px;
  }
  .academic-process .academic-process-steps .process .process-card .process-sub-title {
    font-size: 3rem;
    line-height: 34px;
    padding-bottom: 34px;
    padding-top: 0;
  }
  .academic-process .academic-process-steps .process .process-card .view-openings-link {
    padding-top: 30px;
    font-size: 1.438rem;
    line-height: 32px;
  }
  .academic-process .academic-process-steps .process .process-card .icon-down::before {
    font-size: 1.25rem;
  }
  /** Academy Graduates **/
  .academy-graduates {
    padding: 68px 0 45px 0;
  }
  .academy-graduates .heading-row .title-line-one, .academy-graduates .heading-row .title-line-two {
    font-size: 3.75rem;
    line-height: 70px;
  }
  .academy-graduates .testimonial-detail-card {
    margin: 65px auto 0 auto;
  }
  .academy-graduates .testimonial-detail-card::after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #ffffff;
    left: calc(50% - 30px);
  }
  .academy-graduates .testimonial-detail-card .testimonial-detail {
    font-size: 1.375rem;
    line-height: 27px;
    padding: 50px 90px;
  }
  .academy-graduates .testimonial-detail-card .testimonial-detail::before, .academy-graduates .testimonial-detail-card .testimonial-detail::after {
    background-size: 35px;
    height: 35px;
    width: 35px;
  }
  .academy-graduates .testimonial-detail-card .testimonial-detail::before {
    left: -50px;
  }
  .academy-graduates .graduates {
    max-width: 960px;
  }
  .academy-graduates .graduates .graduate-image {
    height: 95px;
    width: 95px;
    margin: 0 10px !important;
  }
  .academy-graduates .graduates .graduate-image.is-active {
    height: 150px !important;
    width: 150px !important;
  }
  .academy-graduates .graduate-summary .graduate-name .scroll-arrow {
    height: 20px;
    margin-top: 15px;
    width: 50px;
  }
  .academy-graduates .graduate-summary .graduate-name .name {
    font-size: 3rem;
    line-height: 54px;
    padding: 12px 35px 0 35px;
  }
  .academy-graduates .graduate-summary .graduate-position {
    font-size: 1.563rem;
    line-height: 30px;
  }
  /** Fidenz Academy Trainers **/
  .fidenz-academy-trainers {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .fidenz-academy-trainers .academy-trainers .member .member-card {
    padding-top: 60px;
  }
  .fidenz-academy-trainers .academy-trainers .member .member-card .member-icon {
    height: 300px;
    width: 100%;
  }
  .fidenz-academy-trainers .academy-trainers .member .member-card .member-title {
    font-size: 2.188rem;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 0;
  }
  .fidenz-academy-trainers .academy-trainers .member .member-card .member-content {
    font-size: 1.25rem;
    line-height: 24px;
    padding-top: 5px;
  }
  /** Partner Universities **/
  .partner-universities .university-container {
    margin: 50px 0 110px 0;
  }
  /** Request Invitation For Academy **/
  .request-academy {
    min-height: 735px;
    padding-top: 115px;
  }
  .request-academy .title {
    font-size: 5rem;
    line-height: 80px;
  }
  .request-academy .title::after {
    margin-top: 40px;
  }
  .request-academy .description {
    font-size: 1.313rem;
    line-height: 26px;
    padding-right: 85px;
    padding-top: 40px;
  }
  .request-academy .fidenz-academy-logo {
    margin-bottom: 0;
    margin-top: 50px;
  }
  .request-academy .cv-upload-form .form-title {
    margin-left: 87px;
  }
  .request-academy #wpcf7-f179-o1 .email-row {
    margin-left: 87px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .request-academy #wpcf7-f179-o1 .email-row .wpcf7-form-control-wrap.your-email input {
    font-size: 1.375rem;
    height: 55px;
    padding-left: 40px;
    width: 85%;
    margin: 0 auto;
  }
  .request-academy #wpcf7-f179-o1 .email-row label {
    padding-left: 35px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .request-academy #wpcf7-f179-o1 .event-row {
    margin-left: 87px;
    padding-top: 30px;
    padding-bottom: 40px !important;
    padding-top: 15px;
  }
  .request-academy #wpcf7-f179-o1 .event-row .wpcf7-form-control-wrap.event-id option {
    font-size: 1.375rem;
    height: 55px;
    padding-left: 40px;
    width: 85%;
    margin: 0 auto;
  }
  .request-academy #wpcf7-f179-o1 .event-row .wpcf7-form-control-wrap.event-id select {
    font-size: 1.375rem;
    height: 55px;
    padding-left: 40px;
    width: 85%;
    margin: 0 auto;
  }
  .request-academy #wpcf7-f179-o1 .event-row label {
    padding-left: 35px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .request-academy #wpcf7-f179-o1 .role-row {
    margin-left: 87px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .request-academy #wpcf7-f179-o1 .role-row .wpcf7-form-control-wrap.role-id option {
    font-size: 1.375rem;
    height: 55px;
    padding-left: 40px;
    width: 85%;
    margin: 0 auto;
  }
  .request-academy #wpcf7-f179-o1 .role-row .wpcf7-form-control-wrap.role-id select {
    font-size: 1.375rem;
    height: 55px;
    padding-left: 40px;
    width: 85%;
    margin: 0 auto;
  }
  .request-academy #wpcf7-f179-o1 .role-row label {
    padding-left: 35px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .request-academy #wpcf7-f179-o1 .eventId {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url("https://www.svgrepo.com/show/80156/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: calc(100% - 16px);
  }
  .request-academy #wpcf7-f179-o1 .roleId {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url("https://www.svgrepo.com/show/80156/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: calc(100% - 16px);
  }
  .request-academy #wpcf7-f179-o1 .cv-upload-row {
    margin-left: 87px;
  }
  .request-academy #wpcf7-f179-o1 .cv-upload-row label {
    margin-left: 15px;
  }
  .request-academy #wpcf7-f179-o1 .wpcf7-form-control.wpcf7-submit.submit-btn {
    font-size: 1.375rem;
    height: 57px;
    margin: 0;
    width: 253px;
  }
  .request-academy .wpcf7-spinner {
    top: 17px;
    left: -85px;
  }
  .request-academy .wpcf7 form.invalid .wpcf7-response-output, .request-academy .wpcf7 form.unaccepted .wpcf7-response-output,
  .request-academy .wpcf7 form.payment-required .wpcf7-response-output {
    margin-left: 87px !important;
  }
  .request-academy .wpcf7 form.sent .wpcf7-response-output, .request-academy .wpcf7 form.spam .wpcf7-response-output {
    margin-left: 87px !important;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
@media (min-width: 1200px) {
  /** Fidenz Academy Video **/
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content {
    left: 50px;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .story {
    line-height: 2rem;
  }
  .fidenz-academy-career-talk-video .splide__pagination {
    padding-left: 92px;
  }
  /** Join Our Team **/
  .academic-process .academic-process-steps .process .process-card {
    width: 84%;
  }
  .academic-process .academic-process-steps .process:nth-child(3n) .process-card {
    margin-left: 16% !important;
  }
  .academic-process .academic-process-steps .process:first-child .process-card, .academic-process .academic-process-steps .process:nth-child(4n) .process-card {
    margin-right: 16% !important;
  }
}
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
/*----------------------------------------------
  ::      ***** Fidenz Academy Page Layout ***** 
--------------------------------------------*/
/**  Section - Fidenz Academy banner **/
.fidenz-academy-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 690px;
  position: relative;
  width: 100%;
}
.fidenz-academy-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 840px;
}
.fidenz-academy-banner .container .banner-content {
  display: flex;
  flex-direction: column;
}
.fidenz-academy-banner .container .banner-content .fidenz-academy-logo {
  width: 250px;
}
.fidenz-academy-banner .container .banner-content .join-now {
  align-items: center;
  color: #ffffff;
  background-color: #5387a8;
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  letter-spacing: 1px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 20px;
  width: 200px;
}

/** We Are Fidenz **/
.we-are-fidenz {
  background-color: #1c335a;
  padding-bottom: 20px;
}
.we-are-fidenz .we-are-fidenz-content {
  line-height: 23px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: justify;
}

/** Fidenz Academy Video **/
.fidenz-academy-career-talk-video {
  display: flex;
  justify-content: center;
}
.fidenz-academy-career-talk-video .container {
  height: auto;
  position: relative;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout {
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content {
  height: 285px;
  max-width: 330px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  padding: 0 10px;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .title {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  color: #5387a7;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .title span {
  color: white;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .story {
  font-size: 1rem;
  line-height: 1rem;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .name {
  font-size: 1.5rem;
  line-height: 1rem;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .name .role {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 0.75rem;
  font-style: italic;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video {
  position: relative;
  margin-bottom: 60px;
  height: 100%;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div {
  width: 261px;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div .plyr__video-wrapper {
  min-height: 464px;
  width: 100%;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div .plyr__video-wrapper video {
  width: 100%;
  height: 464px;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div #mute-toggle {
  position: absolute;
  width: 35px;
  height: 35px;
  object-fit: contain;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
  opacity: 1;
  background: transparent;
  z-index: 1;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div #mute-toggle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div .plyr__controls, .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div .plyr__control, .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div .plyr__progress {
  display: none;
}
.fidenz-academy-career-talk-video .container .splide .splide__arrows {
  display: none;
}
.fidenz-academy-career-talk-video .container .splide__pagination {
  transform: translateX(-50%);
  bottom: 20px;
}
.fidenz-academy-career-talk-video .container .splide__pagination li button.is-active {
  width: 25px;
  border-radius: 30%;
  margin: 0 7px;
}

/** Join Our Team **/
.academic-process {
  padding-bottom: 30px;
}
.academic-process .academic-process-steps .academic-process-step {
  font-size: 28px;
  padding: 10px 0;
}
.academic-process .academic-process-steps .text-content {
  margin-bottom: 10px !important;
}
.academic-process .academic-process-steps .process {
  display: flex;
}
.academic-process .academic-process-steps .process:not(:last-child) .process-card {
  margin-bottom: 100px;
}
.academic-process .academic-process-steps .process .process-card {
  align-items: center;
  box-shadow: 0 0 11px 8px #f5f5f5;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  -moz-box-shadow: 0 0 11px 8px #f5f5f5;
  padding: 35px;
  -webkit-box-shadow: 0 0 11px 8px #f5f5f5;
  width: 100%;
}
.academic-process .academic-process-steps .process .process-card .process-icon {
  margin-top: -80px;
  width: 100px;
}
.academic-process .academic-process-steps .process .process-card .process-title {
  color: #434c67;
  font-size: 1.563rem;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
}
.academic-process .academic-process-steps .process .process-card .process-sub-title {
  color: #434c67;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 32px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.academic-process .academic-process-steps .process .process-card .process-content {
  line-height: 26px;
  text-align: center;
}
.academic-process .academic-process-steps .process .process-card .view-openings-link {
  color: #434c67;
  font-size: 1.313rem;
  font-weight: 500;
  line-height: 24px;
  padding-top: 10px;
  text-transform: uppercase;
}
.academic-process .academic-process-steps .process .process-card .icon-down {
  color: #434c67;
  padding-top: 5px;
}
.academic-process .academic-process-steps .process .process-card .icon-down::before {
  font-size: 1.125rem;
}

/** Academy Graduates **/
.academy-graduates {
  background-color: #F3F6F9;
  min-height: 500px;
  padding: 40px 0;
}
.academy-graduates .heading-row .title-line-one, .academy-graduates .heading-row .title-line-two {
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
}
.academy-graduates .heading-row .title-line-two {
  text-transform: uppercase;
}
.academy-graduates #primary-slider .splide__arrows, .academy-graduates #primary-slider .splide__pagination {
  display: none;
}
.academy-graduates #primary-slider2 .splide__arrows {
  display: none;
}
.academy-graduates #primary-slider-track {
  overflow: visible;
}
.academy-graduates .profile-image-row {
  margin-top: 30px;
}
.academy-graduates #secondary-slider .splide__list {
  justify-content: center;
  align-items: center;
}
.academy-graduates .splide__arrow {
  display: none;
}
.academy-graduates .testimonial-detail-card {
  margin: 40px auto 0 auto;
}
.academy-graduates .testimonial-detail-card::after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ffffff;
  content: "";
  clear: both;
  left: calc(50% - 20px);
  position: absolute;
}
.academy-graduates .testimonial-detail-card .testimonial-detail {
  background-color: #ffffff;
  color: #1c335a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 23px;
  margin: 0 auto;
  max-width: 1010px;
  padding: 15px 30px;
}
.academy-graduates .testimonial-detail-card .testimonial-detail::before, .academy-graduates .testimonial-detail-card .testimonial-detail::after {
  background-position: left;
  background-repeat: no-repeat;
  background-size: 15px;
  content: "";
  display: flex;
  height: 15px;
  position: relative;
  width: 15px;
}
.academy-graduates .testimonial-detail-card .testimonial-detail::before {
  background-image: url(images/inverted-comma-start.png);
  left: -20px;
}
.academy-graduates .testimonial-detail-card .testimonial-detail::after {
  background-image: url(images/inverted-comma-end.png);
  left: 100%;
}
.academy-graduates .graduates {
  margin: 0 auto !important;
  max-width: 960px;
}
.academy-graduates .graduates .graduate-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #ffffff !important;
  border-radius: 50%;
  display: none;
  height: 70px;
  width: 70px;
}
.academy-graduates .graduates .graduate-image.is-active {
  box-shadow: 0 0 11px 8px #f5f5f5 !important;
  display: block;
  height: 100px;
  -moz-box-shadow: 0 0 11px 8px #f5f5f5 !important;
  -webkit-box-shadow: 0 0 11px 8px #f5f5f5 !important;
  width: 100px;
}
.academy-graduates .graduate-summary {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.academy-graduates .graduate-summary .graduate-name {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.academy-graduates .graduate-summary .graduate-name .scroll-arrow {
  height: 10px;
  margin-top: 10px;
  width: 40px;
}
.academy-graduates .graduate-summary .graduate-name .name {
  color: #1c335a;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 36px;
  padding: 0 30px;
  text-align: center;
}
.academy-graduates .graduate-summary .graduate-position {
  color: #1c335a;
  font-size: 1.25rem;
  font-weight: 500;
}

/** Fidenz Academy Trainers **/
.fidenz-academy-trainers {
  padding-bottom: 50px;
  padding-top: 50px;
}
.fidenz-academy-trainers .academy-trainers #academy-trainers {
  display: flex;
}
.fidenz-academy-trainers .academy-trainers #academy-trainers .slick-track {
  display: flex;
}
.fidenz-academy-trainers .academy-trainers #academy-trainers .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.fidenz-academy-trainers .academy-trainers .member {
  display: flex;
  justify-content: center;
}
.fidenz-academy-trainers .academy-trainers .member .member-card {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 35px;
  width: 96%;
}
.fidenz-academy-trainers .academy-trainers .member .member-card .member-card-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fidenz-academy-trainers .academy-trainers .member .member-card .member-icon {
  background-color: #F3F6F9;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border: 8px solid #ffffff;
  height: 250px;
  width: 250px;
}
.fidenz-academy-trainers .academy-trainers .member .member-card .member-title {
  color: #1c335a;
  font-size: 1.563rem;
  font-weight: 500;
  text-align: center;
}
.fidenz-academy-trainers .academy-trainers .member .member-card .member-content {
  color: #1c335a;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.fidenz-academy-trainers .academy-trainers .slick-prev, .fidenz-academy-trainers .academy-trainers .slick-next {
  top: 100%;
  width: 10px !important;
}
.fidenz-academy-trainers .academy-trainers .slick-prev::before, .fidenz-academy-trainers .academy-trainers .slick-next::before {
  font-size: 0.8rem;
  color: #2f353c;
  width: 70px;
  font-family: "fontello";
  font-weight: 900;
}
.fidenz-academy-trainers .academy-trainers .slick-prev {
  left: 20px !important;
}
.fidenz-academy-trainers .academy-trainers .slick-prev::before {
  content: "\e808";
}
.fidenz-academy-trainers .academy-trainers .slick-next {
  right: 60px !important;
}
.fidenz-academy-trainers .academy-trainers .slick-next::before {
  content: "\e80a";
}

/** Fidenz Academy Partners **/
.fidenz-partners {
  padding: 50px 0;
}
.fidenz-partners .fd-partners {
  gap: 15px 0px;
  margin-top: 10px;
}
.fidenz-partners .fd-partners .partner {
  display: flex;
  justify-content: center;
}
.fidenz-partners .fd-partners .partner .partner-card {
  width: 100%;
  max-width: 310px;
  display: flex;
  justify-content: center;
  align-items: end;
}
.fidenz-partners .fd-partners .partner .partner-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fidenz-partners .fd-partners .partner .partner-icon img {
  max-width: 80%;
  height: 70px;
  object-fit: contain;
}

/** Partner Universities **/
.partner-universities {
  width: 100vw;
  background-color: #F3F6F9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-universities .university-container {
  max-width: 1260px;
  width: calc(100vw - 60px);
  margin: 10px 0 20px 0;
}
.partner-universities .university-container .university-cluster {
  background-repeat: no-repeat;
  width: 100%;
  scale: 1;
}

/** Request Invitation For Academy **/
.request-academy {
  background-image: url("images/request-invitation-academy-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
.request-academy .title {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 60px;
  text-align: left;
}
.request-academy .title::after {
  border-top: 2px solid #ffffff;
  content: "";
  display: flex;
  margin-top: 35px;
  width: 25%;
}
.request-academy .description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 23px;
  padding-top: 30px;
  text-align: left;
}
.request-academy .fidenz-academy-logo {
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
}
.request-academy .cv-upload-form .form-title {
  background-color: #ffffff;
  padding-top: 30px;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1c335a;
  font-weight: 600;
  text-align: center;
}
.request-academy #wpcf7-f179-o1 .email-row {
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
}
.request-academy #wpcf7-f179-o1 .email-row .wpcf7-form-control-wrap.your-email {
  display: flex;
  flex-direction: column;
}
.request-academy #wpcf7-f179-o1 .email-row .wpcf7-form-control-wrap.your-email input {
  background-color: #e9ebed;
  box-shadow: none;
  border: none;
  color: #1c335a;
  font-weight: 400;
  font-size: 1.125rem;
  height: 45px;
  letter-spacing: 1px;
  padding-left: 20px;
  width: 85%;
  margin: 0 auto;
}
.request-academy #wpcf7-f179-o1 .email-row .wpcf7-form-control-wrap.your-email ::placeholder {
  color: #1c335a;
  opacity: 1;
}
.request-academy #wpcf7-f179-o1 .email-row .wpcf7-form-control-wrap.your-email :-ms-input-placeholder {
  color: #1c335a;
}
.request-academy #wpcf7-f179-o1 .email-row .wpcf7-form-control-wrap.your-email ::-ms-input-placeholder {
  color: #1c335a;
}
.request-academy #wpcf7-f179-o1 .email-row label {
  display: flex;
  font-size: 16px;
  font-weight: 300;
  line-height: 0px;
  letter-spacing: 1px;
  color: #212121;
  margin-top: -10px;
  margin-left: 40px;
}
.request-academy #wpcf7-f179-o1 .event-row {
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 15px;
}
.request-academy #wpcf7-f179-o1 .event-row .wpcf7-form-control-wrap.event-id {
  display: flex;
  flex-direction: column;
}
.request-academy #wpcf7-f179-o1 .event-row .wpcf7-form-control-wrap.event-id option {
  background-color: #e9ebed;
  box-shadow: none;
  border: none;
  color: #1c335a;
  font-weight: 400;
  font-size: 1.125rem;
  height: 45px;
  letter-spacing: 1px;
  padding-left: 20px;
  width: 85%;
  margin: 0 auto;
}
.request-academy #wpcf7-f179-o1 .event-row .wpcf7-form-control-wrap.event-id select {
  background-color: #e9ebed;
  box-shadow: none;
  border: none;
  color: #1c335a;
  font-weight: 400;
  font-size: 1.125rem;
  height: 45px;
  letter-spacing: 1px;
  padding-left: 20px;
  width: 85%;
  margin: 0 auto;
}
.request-academy #wpcf7-f179-o1 .event-row label {
  display: flex;
  font-size: 16px;
  font-weight: 300;
  line-height: 0px;
  letter-spacing: 1px;
  color: #212121;
  margin-top: -10px;
  margin-left: 40px;
}
.request-academy #wpcf7-f179-o1 .role-row {
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
}
.request-academy #wpcf7-f179-o1 .role-row .wpcf7-form-control-wrap.role-id {
  display: flex;
  flex-direction: column;
}
.request-academy #wpcf7-f179-o1 .role-row .wpcf7-form-control-wrap.role-id option {
  background-color: #e9ebed;
  box-shadow: none;
  border: none;
  color: #1c335a;
  font-weight: 400;
  font-size: 1.125rem;
  height: 45px;
  letter-spacing: 1px;
  padding-left: 20px;
  width: 85%;
  margin: 0 auto;
}
.request-academy #wpcf7-f179-o1 .role-row .wpcf7-form-control-wrap.role-id select {
  background-color: #e9ebed;
  box-shadow: none;
  border: none;
  color: #1c335a;
  font-weight: 400;
  font-size: 1.125rem;
  height: 45px;
  letter-spacing: 1px;
  padding-left: 20px;
  width: 85%;
  margin: 0 auto;
}
.request-academy #wpcf7-f179-o1 .role-row label {
  display: flex;
  font-size: 16px;
  font-weight: 300;
  line-height: 0px;
  letter-spacing: 1px;
  color: #212121;
  margin-top: -10px;
  margin-left: 40px;
}
.request-academy #wpcf7-f179-o1 .jov-row {
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
}
.request-academy #wpcf7-f179-o1 .jov-row .wpcf7-form-control-wrap.role-id {
  display: flex;
  flex-direction: column;
}
.request-academy #wpcf7-f179-o1 .jov-row .wpcf7-form-control-wrap.role-id option {
  background-color: #e9ebed;
  box-shadow: none;
  border: none;
  color: #1c335a;
  font-weight: 400;
  font-size: 1.125rem;
  height: 45px;
  letter-spacing: 1px;
  padding-left: 20px;
  width: 85%;
  margin: 0 auto;
}
.request-academy #wpcf7-f179-o1 .jov-row label {
  display: flex;
  font-size: 16px;
  font-weight: 300;
  line-height: 0px;
  letter-spacing: 1px;
  color: #212121;
  margin-top: -10px;
  margin-left: 40px;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row {
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 36px;
  display: flex;
  flex-direction: column;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row .upload-field {
  overflow: hidden;
  display: flex;
  width: 85%;
  margin: 0 auto;
  flex-direction: column;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row .wpcf7-form-control-wrap.your-cv input {
  color: rgba(0, 0, 0, 0);
  background-color: #5387a7;
  border-width: 2px;
  box-shadow: none;
  font-size: 1.125rem;
  font-weight: 400;
  height: 40px;
  letter-spacing: 1px;
  width: 135px;
  order: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row .wpcf7-form-control-wrap.your-cv .file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row .wpcf7-form-control-wrap.your-cv .file-input::before {
  align-items: center;
  color: #ffffff;
  content: "Browse Files";
  text-align: center;
  margin-top: 6px;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row label {
  display: flex;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #212121;
  margin-top: -10px;
  order: 1;
  margin-left: 15px;
  padding: 0 30px;
  line-height: 20px !important;
  text-align: left;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row .upload-file-section {
  font-size: 16px;
  letter-spacing: 1px;
  color: #878787;
  font-weight: 300;
  padding-top: 30px;
  text-align: left;
  width: 85%;
  margin: 0 auto 10px auto;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row .upload-file-name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #838d93;
  text-align: left;
  width: 85%;
  margin: 0 auto;
  background-color: #f9fafb;
  padding: 10px 20px;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row .upload-file-name .upload-file-details {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row .upload-file-name .upload-file-details p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #838d93;
  font-weight: 600;
  padding-left: 20px;
}
.request-academy #wpcf7-f179-o1 .cv-upload-row .upload-file-name .upload-file-details span {
  padding-left: 20px;
}
.request-academy #wpcf7-f179-o1 .wpcf7-not-valid-tip {
  text-align: left;
  width: 85%;
  margin: 0 auto;
}
.request-academy #wpcf7-f179-o1 .wpcf7-form-control.wpcf7-submit.submit-btn {
  align-items: center;
  background-color: #5387a8;
  color: #ffffff;
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  letter-spacing: 1px;
  padding: 10px 60px;
  margin-top: 30px;
}
.request-academy .wpcf7-spinner {
  display: flex;
  top: -35px;
  left: 100px;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
@media (min-width: 420px) {
  /** Request Invitation For Academy **/
  .request-academy #wpcf7-f179-o1 .email-row label {
    margin-left: 80px;
  }
  .request-academy #wpcf7-f179-o1 .event-row label {
    margin-left: 80px;
  }
  .request-academy #wpcf7-f179-o1 .role-row label {
    margin-left: 80px;
  }
  .request-academy #wpcf7-f179-o1 .cv-upload-row .upload-field {
    flex-direction: row;
  }
  .request-academy #wpcf7-f179-o1 .cv-upload-row label {
    margin-top: 20px;
    margin-left: 3px;
  }
}
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
@media (min-width: 576px) {
  /** Fidenz Academy Video **/
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content {
    height: 500px;
    max-width: 600px;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .title {
    font-size: 4rem;
    line-height: 4rem;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .story {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .name {
    font-size: 2rem;
    line-height: 2rem;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .name .role {
    font-size: 1.5rem;
    line-height: 1rem;
  }
  /** Join Our Team **/
  .academic-process .academic-process-steps .process .process-card {
    padding: 35px 20px;
    margin-bottom: 80px !important;
    width: 96%;
  }
  .academic-process .academic-process-steps .process:nth-child(3n) .process-card {
    margin-left: 5% !important;
    margin-right: 0 !important;
  }
  .academic-process .academic-process-steps .process:first-child .process-card, .academic-process .academic-process-steps .process:nth-child(4n) .process-card {
    margin-left: 0 !important;
    margin-right: 5% !important;
  }
  .academic-process .academic-process-steps .process:nth-child(even) .process-card {
    margin-left: auto;
    margin-right: auto;
  }
  /** Partner Universities **/
  .partner-universities .university-container {
    margin: 30px 0 60px 0;
  }
  /** Request Invitation For Academy **/
  .request-academy #wpcf7-f179-o1 .cv-upload-row label {
    margin-left: 20px;
  }
}
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /** Fidenz Academy Video **/
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout {
    flex-direction: row;
    justify-content: space-between;
    height: 750px;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content {
    height: 100%;
    align-items: start;
    padding-top: 40px !important;
    padding-left: 75px !important;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .title {
    font-size: 4rem;
    line-height: 4rem;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .story {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .name {
    font-size: 2rem;
    line-height: 2rem;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .name .role {
    font-size: 1.5rem;
    line-height: 1rem;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video {
    position: relative;
    justify-content: end !important;
    align-items: center;
    margin-bottom: 0px;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div {
    --video-width:261px;
    position: relative;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div #mute-toggle {
    position: absolute;
    width: 35px;
    height: 35px;
    object-fit: contain;
    right: 0;
    bottom: 0;
    transform: translateX(-7%);
    opacity: 1;
    background: transparent;
    z-index: 1;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div #mute-toggle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    object-fit: cover;
  }
  .fidenz-academy-career-talk-video .container .splide__pagination {
    padding-right: 175px;
    padding-bottom: 20px;
    justify-content: end;
  }
  /** Fidenz Academy Trainers **/
  .fidenz-academy-trainers {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .fidenz-academy-trainers .academy-trainers {
    padding-bottom: 0;
  }
  .fidenz-academy-trainers .academy-trainers #academy-trainers {
    display: flex;
    flex-direction: column;
  }
  .fidenz-academy-trainers .academy-trainers .member .member-card .member-icon {
    height: 140px;
    width: 140px;
  }
  .fidenz-academy-trainers .academy-trainers .slick-prev, .fidenz-academy-trainers .academy-trainers .slick-next {
    width: 20px !important;
  }
  .fidenz-academy-trainers .academy-trainers .slick-prev::before, .fidenz-academy-trainers .academy-trainers .slick-next::before {
    font-size: 1.125rem;
    font-weight: 400;
  }
  .fidenz-academy-trainers .academy-trainers .slick-next {
    right: 60px !important;
  }
  /** Fidenz Academy Partners **/
  .fidenz-partners {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .fidenz-partners .fd-partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 60px 0px;
  }
  .fidenz-partners .fd-partners .partner {
    display: flex;
    justify-content: center;
  }
  .fidenz-partners .fd-partners .partner .partner-card {
    width: 100%;
    max-width: 310px;
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .fidenz-partners .fd-partners .partner .partner-icon {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
  }
  .fidenz-partners .fd-partners .partner .partner-icon img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  /** Academy Graduates **/
  .academy-graduates #primary-slider2 .splide__arrows {
    display: block;
  }
  .academy-graduates #primary-slider2 .splide__arrows .splide__arrow.splide__arrow--prev::before, .academy-graduates #primary-slider2 .splide__arrows .splide__arrow.splide__arrow--next::before {
    color: #2f353c;
    font-size: 1.125rem;
  }
  .academy-graduates #primary-slider2 .splide__arrows .splide__arrow.splide__arrow--prev svg, .academy-graduates #primary-slider2 .splide__arrows .splide__arrow.splide__arrow--next svg {
    display: none;
  }
  .academy-graduates .testimonial-detail-card .testimonial-detail {
    padding: 25px 45px;
  }
  .academy-graduates .testimonial-detail-card .testimonial-detail::before, .academy-graduates .testimonial-detail-card .testimonial-detail::after {
    background-size: 20px;
    height: 20px;
    width: 20px;
  }
  .academy-graduates .graduates {
    max-width: 760px;
  }
  .academy-graduates .graduates .graduate-image {
    display: block;
  }
  /** Partner Universities **/
  .partner-universities .university-container {
    margin: 15px 0 80px 0;
  }
  /** Request Invitation For Academy **/
  .request-academy {
    min-height: 350px;
  }
  .request-academy #wpcf7-f179-o1 .email-row label {
    margin-left: 40px;
  }
  .request-academy #wpcf7-f179-o1 .event-row label {
    margin-left: 40px;
  }
  .request-academy #wpcf7-f179-o1 .role-row label {
    margin-left: 40px;
  }
  .request-academy #wpcf7-f179-o1 .cv-upload-row label {
    font-size: 15px;
    margin-left: 3px;
  }
  .request-academy .wpcf7-spinner {
    left: 110px;
  }
  .request-academy .wpcf7 form.invalid .wpcf7-response-output, .request-academy .wpcf7 form.unaccepted .wpcf7-response-output,
  .request-academy .wpcf7 form.payment-required .wpcf7-response-output {
    margin-left: 10px !important;
    color: #ffffff !important;
  }
  .request-academy .wpcf7 form.sent .wpcf7-response-output {
    color: #ffffff !important;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /**  Section - Fidenz Academy banner **/
  .fidenz-academy-banner {
    min-height: 840px;
  }
  .fidenz-academy-banner .container .banner-content {
    margin-top: 120px;
  }
  .fidenz-academy-banner .container .banner-content .fidenz-academy-logo {
    width: 425px;
  }
  .fidenz-academy-banner .container .banner-content .join-now {
    font-size: 1.375rem;
    height: 68px;
    top: 100px;
    width: 235px;
  }
  /** Fidenz Academy Video **/
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout {
    justify-content: end;
    height: 700px;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content {
    position: absolute;
    height: 100%;
    min-width: 545px;
    left: 0;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .title {
    min-width: 470px;
    font-size: 4.2rem;
    line-height: 4rem;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .story {
    min-width: 470px;
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .name {
    font-size: 2.5rem;
    line-height: 2.2rem;
    font-weight: 700;
    margin-bottom: 85px;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .name .role {
    font-size: 1.5rem;
    line-height: 1rem;
    font-weight: 500;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video {
    height: 100%;
    position: absolute;
    right: 0;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div {
    --video-width:394px;
    width: var(--video-width);
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div .plyr__video-wrapper {
    position: relative;
    height: 700px;
    width: 100%;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div .plyr__video-wrapper video {
    width: 100%;
    height: 700px;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div #mute-toggle {
    position: absolute;
    width: 50px;
    height: 50px;
    object-fit: contain;
    right: 0;
    bottom: 0;
    transform: translateX(0%);
    opacity: 1;
    background: transparent;
    z-index: 1;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-video div #mute-toggle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    object-fit: cover;
  }
  .fidenz-academy-career-talk-video .splide__pagination {
    padding-left: 42px;
    padding-bottom: 50px !important;
    justify-content: start !important;
  }
  /** We Are Fidenz **/
  .we-are-fidenz {
    padding-bottom: 22px;
  }
  .we-are-fidenz .we-are-fidenz-content {
    line-height: 26px;
    padding-bottom: 55px;
    padding-top: 20px;
  }
  /** About Us Video **/
  .fidenz-academy-video .background-overlay {
    padding-bottom: 90px;
  }
  .fidenz-academy-video .background-overlay .founder-name {
    font-size: 2.813rem;
    padding-top: 40px;
  }
  .fidenz-academy-video .background-overlay .founder-position {
    font-size: 2.188rem;
    line-height: 35px;
  }
  /** Join Our Team **/
  .academic-process {
    padding-bottom: 80px;
  }
  .academic-process .academic-process-steps .process .process-card {
    margin-bottom: 50px;
    padding: 35px 35px 45px 35px;
  }
  .academic-process .academic-process-steps .process .process-card .process-icon {
    margin-top: -100px;
    width: 125px;
  }
  .academic-process .academic-process-steps .process .process-card .process-title {
    font-size: 2.188rem;
    font-weight: 500;
    line-height: 45px;
    padding-top: 24px;
  }
  .academic-process .academic-process-steps .process .process-card .process-sub-title {
    font-size: 3rem;
    line-height: 34px;
    padding-bottom: 34px;
    padding-top: 0;
  }
  .academic-process .academic-process-steps .process .process-card .view-openings-link {
    padding-top: 30px;
    font-size: 1.438rem;
    line-height: 32px;
  }
  .academic-process .academic-process-steps .process .process-card .icon-down::before {
    font-size: 1.25rem;
  }
  /** Academy Graduates **/
  .academy-graduates {
    padding: 68px 0 45px 0;
  }
  .academy-graduates .heading-row .title-line-one, .academy-graduates .heading-row .title-line-two {
    font-size: 3.75rem;
    line-height: 70px;
  }
  .academy-graduates .testimonial-detail-card {
    margin: 65px auto 0 auto;
  }
  .academy-graduates .testimonial-detail-card::after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #ffffff;
    left: calc(50% - 30px);
  }
  .academy-graduates .testimonial-detail-card .testimonial-detail {
    font-size: 1.375rem;
    line-height: 27px;
    padding: 50px 90px;
  }
  .academy-graduates .testimonial-detail-card .testimonial-detail::before, .academy-graduates .testimonial-detail-card .testimonial-detail::after {
    background-size: 35px;
    height: 35px;
    width: 35px;
  }
  .academy-graduates .testimonial-detail-card .testimonial-detail::before {
    left: -50px;
  }
  .academy-graduates .graduates {
    max-width: 960px;
  }
  .academy-graduates .graduates .graduate-image {
    height: 95px;
    width: 95px;
    margin: 0 10px !important;
  }
  .academy-graduates .graduates .graduate-image.is-active {
    height: 150px !important;
    width: 150px !important;
  }
  .academy-graduates .graduate-summary .graduate-name .scroll-arrow {
    height: 20px;
    margin-top: 15px;
    width: 50px;
  }
  .academy-graduates .graduate-summary .graduate-name .name {
    font-size: 3rem;
    line-height: 54px;
    padding: 12px 35px 0 35px;
  }
  .academy-graduates .graduate-summary .graduate-position {
    font-size: 1.563rem;
    line-height: 30px;
  }
  /** Fidenz Academy Trainers **/
  .fidenz-academy-trainers {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .fidenz-academy-trainers .academy-trainers .member .member-card {
    padding-top: 60px;
  }
  .fidenz-academy-trainers .academy-trainers .member .member-card .member-icon {
    height: 300px;
    width: 100%;
  }
  .fidenz-academy-trainers .academy-trainers .member .member-card .member-title {
    font-size: 2.188rem;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 0;
  }
  .fidenz-academy-trainers .academy-trainers .member .member-card .member-content {
    font-size: 1.25rem;
    line-height: 24px;
    padding-top: 5px;
  }
  /** Fidenz Academy Partners **/
  .fidenz-partners {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .fidenz-partners .fd-partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 60px 0px;
  }
  .fidenz-partners .fd-partners .partner {
    display: flex;
    justify-content: center;
  }
  .fidenz-partners .fd-partners .partner .partner-card {
    width: 100%;
    max-width: 310px;
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .fidenz-partners .fd-partners .partner .partner-icon {
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    min-height: 60px;
  }
  .fidenz-partners .fd-partners .partner .partner-icon img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .fidenz-partners .fd-partners .partner:nth-child(2) {
    transform: translateX(-30px);
  }
  /** Partner Universities **/
  .partner-universities .university-container {
    margin: 50px 0 110px 0;
  }
  /** Request Invitation For Academy **/
  .request-academy {
    min-height: 735px;
    padding-top: 115px;
  }
  .request-academy .title {
    font-size: 5rem;
    line-height: 80px;
  }
  .request-academy .title::after {
    margin-top: 40px;
  }
  .request-academy .description {
    font-size: 1.313rem;
    line-height: 26px;
    padding-right: 85px;
    padding-top: 40px;
  }
  .request-academy .fidenz-academy-logo {
    margin-bottom: 0;
    margin-top: 50px;
  }
  .request-academy .cv-upload-form .form-title {
    margin-left: 87px;
  }
  .request-academy #wpcf7-f179-o1 .email-row {
    margin-left: 87px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .request-academy #wpcf7-f179-o1 .email-row .wpcf7-form-control-wrap.your-email input {
    font-size: 1.375rem;
    height: 55px;
    padding-left: 40px;
    width: 85%;
    margin: 0 auto;
  }
  .request-academy #wpcf7-f179-o1 .email-row label {
    padding-left: 35px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .request-academy #wpcf7-f179-o1 .event-row {
    margin-left: 87px;
    padding-top: 30px;
    padding-bottom: 40px !important;
    padding-top: 15px;
  }
  .request-academy #wpcf7-f179-o1 .event-row .wpcf7-form-control-wrap.event-id option {
    font-size: 1.375rem;
    height: 55px;
    padding-left: 40px;
    width: 85%;
    margin: 0 auto;
  }
  .request-academy #wpcf7-f179-o1 .event-row .wpcf7-form-control-wrap.event-id select {
    font-size: 1.375rem;
    height: 55px;
    padding-left: 40px;
    width: 85%;
    margin: 0 auto;
  }
  .request-academy #wpcf7-f179-o1 .event-row label {
    padding-left: 35px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .request-academy #wpcf7-f179-o1 .role-row {
    margin-left: 87px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .request-academy #wpcf7-f179-o1 .role-row .wpcf7-form-control-wrap.role-id option {
    font-size: 1.375rem;
    height: 55px;
    padding-left: 40px;
    width: 85%;
    margin: 0 auto;
  }
  .request-academy #wpcf7-f179-o1 .role-row .wpcf7-form-control-wrap.role-id select {
    font-size: 1.375rem;
    height: 55px;
    padding-left: 40px;
    width: 85%;
    margin: 0 auto;
  }
  .request-academy #wpcf7-f179-o1 .role-row label {
    padding-left: 35px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .request-academy #wpcf7-f179-o1 .eventId {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url("https://www.svgrepo.com/show/80156/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: calc(100% - 16px);
  }
  .request-academy #wpcf7-f179-o1 .roleId {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url("https://www.svgrepo.com/show/80156/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: calc(100% - 16px);
  }
  .request-academy #wpcf7-f179-o1 .cv-upload-row {
    margin-left: 87px;
  }
  .request-academy #wpcf7-f179-o1 .cv-upload-row label {
    margin-left: 15px;
  }
  .request-academy #wpcf7-f179-o1 .wpcf7-form-control.wpcf7-submit.submit-btn {
    font-size: 1.375rem;
    height: 57px;
    margin: 0;
    width: 253px;
  }
  .request-academy .wpcf7-spinner {
    top: 17px;
    left: -85px;
  }
  .request-academy .wpcf7 form.invalid .wpcf7-response-output, .request-academy .wpcf7 form.unaccepted .wpcf7-response-output,
  .request-academy .wpcf7 form.payment-required .wpcf7-response-output {
    margin-left: 87px !important;
  }
  .request-academy .wpcf7 form.sent .wpcf7-response-output, .request-academy .wpcf7 form.spam .wpcf7-response-output {
    margin-left: 87px !important;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
@media (min-width: 1200px) {
  /** Fidenz Academy Video **/
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content {
    left: 50px;
  }
  .fidenz-academy-career-talk-video .container .splide .splide__track .splide__list .splide__slide .layer .career-talk-layout .career-talk-content .story {
    line-height: 2rem;
  }
  .fidenz-academy-career-talk-video .splide__pagination {
    padding-left: 92px;
  }
  /** Join Our Team **/
  .academic-process .academic-process-steps .process .process-card {
    width: 84%;
  }
  .academic-process .academic-process-steps .process:nth-child(3n) .process-card {
    margin-left: 16% !important;
  }
  .academic-process .academic-process-steps .process:first-child .process-card, .academic-process .academic-process-steps .process:nth-child(4n) .process-card {
    margin-right: 16% !important;
  }
}
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
/*----------------------------------------------
  ::      ***** Home Page Layout ***** 
--------------------------------------------*/
/**  Section - Home banner **/
.home-banner {
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -92px;
  width: 100%;
}
.home-banner .banner .layer {
  background-color: #ffffff;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  width: 100%;
}
.home-banner .banner .layer .container {
  height: 100vh !important;
}
.home-banner .banner-content {
  height: calc(100vh - 78px);
}
.home-banner .banner-content .detail-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.home-banner .banner-content .detail-section h1 {
  color: #2f353c;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 0.9;
  padding-right: 16px;
  transform: scale(1);
  text-transform: uppercase;
}
.home-banner .banner-content .detail-section h1 span {
  color: #5486a7;
}
.home-banner .banner-content .detail-section p {
  color: #5a606c;
  font-family: "Bree Serif", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  padding-right: 35px;
  padding-top: 40px;
  transform: scale(1);
  opacity: 0.9;
}
.home-banner .banner-content .image-section .video {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: -70px;
  text-decoration: none;
  z-index: 1;
}
.home-banner .banner-content .image-section .video a {
  display: flex;
  text-decoration: none;
}
.home-banner .banner-content .image-section .video .video-icon {
  height: auto;
  position: relative;
  width: 50px;
}
.home-banner .banner-content .image-section .video .video-text {
  color: #5486a7;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding-left: 18px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.home-banner .navigation {
  background-color: #2f353c;
  height: 78px;
  position: relative;
  display: none;
}
.home-banner .navigation .container {
  height: 100%;
  padding: 0;
}

/**  Section - Intriduction **/
.introduction {
  padding-top: 30px;
  padding-bottom: 30px;
}
.introduction .plyr--full-ui {
  border-radius: 10px;
  box-shadow: -33px 52px 39px -17px rgba(49, 52, 57, 0.2);
}
.introduction .plyr--full-ui .plyr__video-wrapper--fixed-ratio video {
  top: -9% !important;
  height: 118% !important;
  object-fit: cover;
}
.introduction .introduction-card {
  padding-top: 20px;
  padding-right: 10px;
}
.introduction .plyr__control.plyr__control--overlaid {
  display: none;
}

/** Section - What we offer **/
.offer {
  color: #434c67;
}
.offer .icon-box {
  align-items: left;
  padding: 10px 20px 20px 20px;
  align-content: space-around;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0px;
  max-height: 650px;
  height: 100%;
}
.offer .icon-box .image-hover {
  display: none;
}
.offer .icon-box .icon-box-icon {
  border-radius: 50%;
  display: flex;
  height: 3.313rem;
  width: 3.313rem;
}
.offer:hover {
  background-color: #434c67;
  color: #ffffff;
}
.offer:hover .icon-box-icon {
  background-color: #ffffff;
  height: 3.313rem;
  width: 3.313rem;
}
.offer:hover .text-content {
  color: #ffffff;
}
.offer:hover .process-title {
  display: none;
}
.offer:hover a {
  color: #ffffff !important;
}
.offer:hover .image-hover {
  display: block;
}
.offer:hover .image-normal {
  display: none;
}
.offer .image-section {
  background-image: url("images/case-study.jpg");
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.what-we-offer {
  padding-bottom: 30px;
  padding-top: 30px;
}

.what-we-offer-title-icon {
  display: flex;
  padding-bottom: 20px;
}
.what-we-offer-title-icon .what-we-offer-title {
  font-weight: 500;
  padding-left: 15px;
}
.what-we-offer-title-icon .what-we-offer-title .title-line-one {
  font-size: 1.875rem;
  line-height: 30px;
}

.what-we-offer-content {
  line-height: 22px;
  padding-bottom: 20px;
  flex: 1;
}

.what-we-offer-read-more {
  font-size: 1.188rem;
  line-height: 25px;
  color: #1e1e1e;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.what-we-offer a:visited {
  color: #1e1e1e;
}
.what-we-offer .icon-arrow-right {
  font-size: 25px;
  margin-top: 2px;
}

/** Section - Fidenz unique process **/
.fidenz-unique-process {
  background-color: #F3F6F9;
  padding-top: 30px;
  padding-bottom: 30px;
}
.fidenz-unique-process .container {
  display: flex;
  flex-direction: column;
}
.fidenz-unique-process .fidenz-unique-process-content {
  padding-bottom: 25px;
  padding-top: 10px;
}
.fidenz-unique-process .fidenz-unique-process-image {
  display: flex;
  height: auto;
  margin: 0 auto;
  max-width: 1120px;
}
.fidenz-unique-process .read-more {
  background-color: #2f353c;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 40px auto 0 auto;
  padding: 15px 60px;
  display: inline-block;
  text-decoration: none;
}
.fidenz-unique-process .read-more:hover {
  color: #ffffff;
}

/** Section - We are global **/
.case-studies {
  background-color: #5387a8;
  padding-top: 30px;
  padding-bottom: 30px;
}
.case-studies .sub-title {
  padding-bottom: 30px;
}
.case-studies .read-more-section {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
}
.case-studies .read-more {
  color: #ffffff;
  display: flex;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px 40px;
  border: 2px solid #ffffff;
  text-decoration: none;
}
.case-studies .image-section {
  min-height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("images/map.svg") !important;
}

/* Trending At Fidenz */
.trending-fidenz {
  padding-top: 30px;
  background: #F3F6F9;
}
.trending-fidenz .row .splide__slide .layer {
  width: 100%;
  --height:500px;
  height: var(--height);
  min-width: 275px;
  background: #F3F6F9;
}
.trending-fidenz .row .splide__slide .layer .trending-content {
  order: 0;
  display: flex;
  height: 100%;
  padding: 0;
  position: relative;
}
.trending-fidenz .row .splide__slide .layer .trending-content .logo-available, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available {
  display: flex;
  flex-direction: column;
  height: var(--height);
  padding-bottom: 50px;
}
.trending-fidenz .row .splide__slide .layer .trending-content .logo-available .logo, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .logo {
  display: flex;
  width: auto;
  height: auto;
  margin: auto;
  padding-top: 20px;
  margin-top: 5px;
  align-items: center;
  justify-content: center;
}
.trending-fidenz .row .splide__slide .layer .trending-content .logo-available .logo .logo-image, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .logo .logo-image {
  width: 80px !important;
  height: 25px;
}
.trending-fidenz .row .splide__slide .layer .trending-content .logo-available .title, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .title {
  height: auto;
  color: #5486a7;
  font-size: 28px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  line-height: 111%;
}
.trending-fidenz .row .splide__slide .layer .trending-content .logo-available .content, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .content {
  height: auto;
  color: #5a606c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
  text-align-last: center;
}
.trending-fidenz .row .splide__slide .layer .trending-content .logo-available .content p:nth-of-type(2), .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .content p:nth-of-type(2) {
  margin-top: 10px;
}
.trending-fidenz .row .splide__slide .layer .trending-content .logo-available .read-more-section, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .read-more-section {
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.trending-fidenz .row .splide__slide .layer .trending-content .logo-available .read-more-section .read-more, .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .read-more-section .try-demo, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .read-more-section .read-more, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .read-more-section .try-demo {
  height: 45px;
  width: 110px;
  background-color: #5486a7;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  margin: 0;
}
.trending-fidenz .row .splide__slide .layer .trending-content .logo-available .read-more-section .try-demo, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .read-more-section .try-demo {
  background-color: #505862;
  color: white;
}
.trending-fidenz .row .splide__slide .layer .trending-video-player {
  height: 0;
  display: none;
}
.trending-fidenz .row #trending-at-fidenz-slider .splide__arrows {
  display: none;
}
.trending-fidenz .row #trending-at-fidenz-slider .splide__pagination {
  max-width: 1260px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

/** Our Clients **/
.our-clients {
  padding-bottom: 30px;
}
.our-clients .our-clients-carousel {
  padding-top: 64px;
}
.our-clients .our-clients-carousel .alc_container {
  max-width: unset;
}
.our-clients .our-clients-carousel #alc_style15 .alc_single_grid-4 .alc_item {
  box-shadow: 0 0 11px 8px #f5f5f5;
  border: none;
  margin-bottom: 20px;
  min-height: 180px;
  -moz-box-shadow: 0 0 11px 8px #f5f5f5;
  -webkit-box-shadow: 0 0 11px 8px #f5f5f5;
  width: unset;
}
.our-clients .our-clients-carousel #alc_style15 .alc_single_grid-4 .alc_item figure {
  margin: 0;
}

/** Section - Portfolio **/
.detailed-portfolio .portfolio-image {
  background-color: #F3F6F9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 490px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.detailed-portfolio .portfolio-image .download-details {
  padding-top: 40px;
}
.detailed-portfolio .portfolio-image .download-details .download-description {
  font-family: "Bree Serif";
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1px;
  padding-bottom: 0;
}
.detailed-portfolio .portfolio-image .download-details img.download {
  height: auto;
  width: 140px;
}
.detailed-portfolio .portfolio-image .download-btn-section {
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.detailed-portfolio .portfolio-image .download-btn-section .download-btn {
  color: #2f353c;
  display: flex;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px 20px;
  border: 1px solid #2f353c;
  text-decoration: none;
  text-align: center;
}
.detailed-portfolio .portfolio-image .download-btn-section .download-btn i {
  width: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
}
.detailed-portfolio .portfolio-image .download-btn-section .download-btn i:before {
  font-size: 25px;
  margin: 0;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
@media (min-width: 420px) {
  /** Section - We are global **/
  .case-studies .image-section {
    min-height: 250px;
  }
}
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
@media (min-width: 576px) {
  .process:nth-child(odd) .icon-box {
    margin-right: 3%;
  }
  /** Section - Portfolio **/
  .detailed-portfolio .portfolio-image .download-details .download-description {
    padding-bottom: 35px;
  }
  .detailed-portfolio .portfolio-image .download-btn-section {
    padding-bottom: 0;
  }
  .detailed-portfolio .portfolio-image .download-btn-section .download-btn {
    color: #ffffff;
    background: #2f353c;
  }
  .detailed-portfolio .portfolio-image .mobile-portfolio {
    display: none;
  }
  /** Section - We are global **/
  .case-studies .image-section {
    min-height: 350px;
  }
}
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /**  Section - Home banner **/
  .home-banner .banner .layer {
    width: 46%;
  }
  .home-banner .banner-content .detail-section {
    width: 46%;
  }
  .home-banner .banner-content .image-section {
    width: 54%;
  }
  .home-banner .banner-content .image-section .video {
    justify-content: flex-start;
    margin-top: 0;
    padding-top: calc(100vh - 192px);
  }
  .home-banner .banner-content .image-section .video .video-icon {
    margin-left: -25px;
  }
  .home-banner .banner-content .image-section .video .video-text {
    color: #ffffff;
  }
  /* Trending At Fidenz */
  .trending-fidenz {
    padding-top: 0;
  }
  .trending-fidenz .row {
    height: 100%;
  }
  .trending-fidenz .row .splide__slide .layer {
    width: 100%;
    --height:500px;
    height: var(--height);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content {
    order: 0;
    display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
    height: 100%;
    padding: 0;
    position: relative;
    padding-left: 20px !important;
    width: 50%;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available {
    display: flex;
    flex-direction: column;
    height: var(--height);
    padding-bottom: 25px;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .logo, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .logo {
    display: flex;
    width: auto;
    height: auto;
    margin: auto auto auto 0;
    align-items: center;
    justify-content: center;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .logo .logo-image, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .logo .logo-image {
    width: 140px !important;
    height: 35px;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .title, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .title {
    height: auto;
    font-size: 30px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    line-height: 111%;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .content, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .content {
    height: auto;
    color: #5a606c;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    text-align: justify;
    text-align-last: left;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .content p:nth-of-type(2), .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .content p:nth-of-type(2) {
    margin-top: 10px;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .content p.single-line-title, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .content p.single-line-title {
    margin-top: -5px;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .read-more-section, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .read-more-section {
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: left;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .read-more-section .read-more, .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .read-more-section .try-demo, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .read-more-section .read-more, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .read-more-section .try-demo {
    height: 60px;
    width: 130px;
    background-color: #5486a7;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .read-more-section .try-demo, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .read-more-section .try-demo {
    background-color: #505862;
    color: white;
  }
  .trending-fidenz .row .splide__slide .layer .showcase-image {
    display: flex;
    margin-bottom: 80px;
  }
  .trending-fidenz .row .splide__slide .layer .trending-video-player {
    position: relative;
    display: flex !important;
    width: 50%;
    height: 100%;
  }
  .trending-fidenz .row .splide__slide .layer .trending-video-player .video-container {
    position: absolute;
    top: 53px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: right;
  }
  .trending-fidenz .row .splide__slide .layer .trending-video-player .video-container .video-frame video {
    object-fit: cover;
  }
  .trending-fidenz .row .splide__slide .layer .trending-video-player .video-container .full-video {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    scale: 0.75;
  }
  .trending-fidenz .row #trending-at-fidenz-slider .splide__arrows {
    display: none;
  }
  .trending-fidenz .row #trending-at-fidenz-slider .splide__pagination {
    padding-right: 0 !important;
    margin-bottom: 15px;
    display: flex;
    justify-content: end;
  }
  /**  Section - Intriduction **/
  .introduction {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .introduction .introduction-card {
    padding-top: 0;
    padding-left: 40px;
  }
  /** Section - What we offer **/
  .what-we-offer {
    padding-top: 0px;
  }
  /** Section - Fidenz unique process **/
  .fidenz-unique-process {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  /** Section - We are global **/
  .case-studies {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  /** Our Clients **/
  .our-clients .our-clients-carousel #alc_style15 .alc_single_grid-4:nth-child(odd) .alc_item {
    margin-right: 12px;
  }
  .our-clients .our-clients-carousel #alc_style15 .alc_single_grid-4:nth-child(even) .alc_item {
    margin-left: 12px;
  }
  .our-clients .our-clients-carousel #alc_style15 .alc_single_grid-4 .alc_item {
    margin-bottom: 24px;
  }
  .offer .icon-box {
    padding: 10px 40px 40px 40px;
  }
  .icon-box .icon-box-icon {
    border-radius: 50%;
    display: flex;
    height: 90px;
    width: 90px;
  }
  .icon-box:hover .icon-box-icon {
    height: 90px;
    width: 80px;
  }
  .icon-box:hover .text-content {
    color: #ffffff;
  }
  .icon-box:hover .process-title {
    display: none;
  }
  .icon-box:hover a {
    color: #ffffff;
  }
  /** Section - Portfolio **/
  .detailed-portfolio .portfolio-image {
    min-height: 600px;
  }
  .detailed-portfolio .portfolio-image .download-details {
    padding-top: 0;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /**  Section - Home banner **/
  .home-banner .banner-content .detail-section h1 {
    font-size: 7.5rem;
    padding-top: 50px;
  }
  .home-banner .banner-content .detail-section p {
    font-size: 1.563rem;
    padding-right: 90px;
  }
  .home-banner .banner-content .image-section .video .video-icon {
    margin-left: -34px;
    width: 74px;
  }
  .offer .icon-box:hover .icon-box-icon {
    height: 5.343rem;
    width: 5.343rem;
  }
  .offer .icon-box .icon-box-icon {
    height: 5.343rem;
    width: 5.343rem;
  }
  /* Trending At Fidenz */
  .trending-fidenz .row {
    height: 100%;
  }
  .trending-fidenz .row .splide__slide .layer {
    width: 100%;
    --height:560px;
    height: var(--height);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content {
    order: 0;
    display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
    height: 100%;
    padding: 0;
    position: relative;
    padding-left: 40px !important;
    width: 50%;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available {
    display: flex;
    flex-direction: column;
    height: var(--height);
    padding-bottom: 30px;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .logo, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .logo {
    display: flex;
    width: auto;
    height: auto;
    margin: auto auto auto 0;
    align-items: center;
    justify-content: center;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .logo .logo-image, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .logo .logo-image {
    width: 205px !important;
    height: auto;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .title, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .title {
    height: auto;
    font-size: 40px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    line-height: 111%;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .content, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .content {
    height: auto;
    color: #5a606c;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    text-align: justify;
    text-align-last: left;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .content p:nth-of-type(2), .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .content p:nth-of-type(2) {
    margin-top: 10px;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .content p.single-line-title, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .content p.single-line-title {
    margin-top: -10px;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .read-more-section, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .read-more-section {
    height: auto;
    display: flex;
    flex-direction: row;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .read-more-section .read-more, .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .read-more-section .try-demo, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .read-more-section .read-more, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .read-more-section .try-demo {
    height: 60px;
    width: 130px;
    background-color: #5486a7;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .read-more-section .try-demo, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .read-more-section .try-demo {
    background-color: #505862;
    color: white;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .trending-video-player {
    position: relative;
    display: flex !important;
    width: 50%;
    height: 100%;
    right: 40px;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .trending-video-player .video-container {
    position: absolute;
    top: 78px !important;
    right: 0;
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: end;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .trending-video-player .video-container .video-frame video {
    object-fit: cover;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .trending-video-player .video-container .full-video {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    scale: 0.75;
  }
  .trending-fidenz .row .splide__slide .layer #trending-at-fidenz-slider .splide__arrows {
    display: none;
  }
  .trending-fidenz .row .splide__slide .layer #trending-at-fidenz-slider .splide__pagination {
    padding-right: 0 !important;
    margin-bottom: 25px;
    display: flex;
    justify-content: end;
  }
  .trending-fidenz .introduction {
    padding-bottom: 80px;
  }
  .trending-fidenz .introduction .introduction-card {
    padding-left: 50px;
  }
  .trending-fidenz .what-we-offer {
    padding-bottom: 80px;
  }
  .trending-fidenz .what-we-offer .what-we-offer-title-icon {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .trending-fidenz .what-we-offer .what-we-offer-title-icon .what-we-offer-title .title-line-one {
    font-size: 2.873rem;
    line-height: 50px;
  }
  .trending-fidenz .what-we-offer .what-we-offer-title-icon .what-we-offer-title .title-line-two {
    font-size: 1.724rem;
    line-height: 40px;
  }
  .trending-fidenz .what-we-offer .what-we-offer-content {
    line-height: 27px;
    padding-bottom: 40px;
  }
  .trending-fidenz .what-we-offer .what-we-offer-read-more {
    font-size: 1.438rem;
    line-height: 32px;
  }
  .trending-fidenz {
    /** Section - Fidenz unique process **/
  }
  .trending-fidenz .fidenz-unique-process {
    padding-bottom: 120px;
  }
  .trending-fidenz .fidenz-unique-process .fidenz-unique-process-content {
    padding-bottom: 75px;
  }
  .trending-fidenz .fidenz-unique-process .read-more {
    margin: 95px auto 0 auto;
    padding: 16px 75px;
  }
  .trending-fidenz {
    /** Section - We are global **/
  }
  .trending-fidenz .case-studies {
    padding-bottom: 90px;
  }
  .trending-fidenz .case-studies .sub-title {
    padding-bottom: 60px;
  }
  .trending-fidenz .case-studies .detail-section {
    padding-bottom: 80px;
    padding-top: 60px;
    width: 46%;
  }
  .trending-fidenz .case-studies .detail-section .container {
    margin-left: auto;
    margin-right: 0;
    padding-right: 85px !important;
  }
  .trending-fidenz .case-studies .detail-section .container .quote-icon {
    width: 143px;
    height: 143px;
  }
  .trending-fidenz .case-studies .detail-section .container .quote {
    font-size: 1.625rem;
    line-height: 32px;
    padding-bottom: 70px;
    padding-left: 85px;
    padding-top: 50px;
  }
  .trending-fidenz .case-studies .detail-section .container .author .name-position {
    padding-right: 20px;
  }
  .trending-fidenz .case-studies .detail-section .container .author .name {
    font-size: 1.75rem;
  }
  .trending-fidenz .case-studies .detail-section .container .author .position {
    font-size: 1.375rem;
  }
  .trending-fidenz .case-studies .detail-section .container .author .company-icon {
    height: 85px;
    width: 85px;
  }
  .trending-fidenz .case-studies .detail-section .container .read-more {
    margin: 50px 0 0 auto;
    padding: 18px 50px;
  }
  .trending-fidenz .case-studies .image-section {
    min-height: 600px;
  }
  .trending-fidenz {
    /** Our Clients **/
  }
  .trending-fidenz .our-clients {
    padding-bottom: 100px;
  }
  .trending-fidenz .our-clients .our-clients-carousel #alc_style15 .alc_single_grid-4:nth-child(4n) .alc_item {
    margin-right: 0 !important;
    margin-left: 18px !important;
  }
  .trending-fidenz .our-clients .our-clients-carousel #alc_style15 .alc_single_grid-4:first-child .alc_item, .trending-fidenz .our-clients .our-clients-carousel #alc_style15 .alc_single_grid-4:nth-child(5n) .alc_item {
    margin-left: 0 !important;
    margin-right: 18px !important;
  }
  .trending-fidenz .our-clients .our-clients-carousel #alc_style15 .alc_single_grid-4:nth-child(odd) .alc_item {
    margin-right: 6px;
    margin-left: 12px;
  }
  .trending-fidenz .our-clients .our-clients-carousel #alc_style15 .alc_single_grid-4:nth-child(even) .alc_item {
    margin-left: 6px;
    margin-right: 12px;
  }
  .trending-fidenz {
    /** Section - Portfolio **/
  }
  .trending-fidenz .detailed-portfolio .portfolio-image {
    min-height: 730px;
  }
  .trending-fidenz .detailed-portfolio .portfolio-image .download-details {
    padding-top: 16px;
  }
  .trending-fidenz .detailed-portfolio .portfolio-image .download-details .download-description {
    font-size: 42px;
    line-height: 55px;
    padding-bottom: 30px;
    padding-right: 30px;
  }
  .trending-fidenz .detailed-portfolio .portfolio-image .download-details img.download {
    width: 275px;
  }
  .trending-fidenz .detailed-portfolio .portfolio-image .download-btn-section .download-btn {
    color: #2f353c;
    border: 2px solid #2f353c;
    background-color: transparent;
  }
  .trending-fidenz .offer {
    padding-top: 20px;
  }
  .trending-fidenz .offer:nth-child(4n) .process-detail {
    float: right !important;
    text-align: right !important;
  }
  .trending-fidenz .offer:first-child .process-detail, .trending-fidenz .offer:nth-child(5n) .process-detail {
    left: 0;
    right: unset;
    text-align: left !important;
  }
  .trending-fidenz .offer:nth-child(odd) .process-detail {
    float: unset;
    right: 200%;
    text-align: right;
  }
  .trending-fidenz .offer:nth-child(even) .process-detail {
    float: left;
    text-align: left;
  }
  .trending-fidenz .offer .icon-box {
    max-height: 100%;
  }
  .trending-fidenz .offer .image-section {
    background-image: url("images/case-study.jpg");
    min-height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /*----------------------------------------------
    :: Extra large devices (large desktops, 1200px and up)
  --------------------------------------------*/
}
@media (min-width: 992px) and (min-width: 1200px) {
  /* Trending At Fidenz */
  .trending-fidenz .row {
    height: 100%;
  }
  .trending-fidenz .row .splide__slide .layer {
    width: 100%;
    --height:570px;
    height: var(--height);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content {
    order: 0;
    display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
    height: 100%;
    padding: 0;
    position: relative;
    padding-left: 0 !important;
    width: 50%;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available {
    display: flex;
    flex-direction: column;
    height: var(--height);
    padding-bottom: 30px;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .logo, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .logo {
    display: flex;
    width: auto;
    height: auto;
    margin: auto auto auto 0;
    align-items: center;
    justify-content: center;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .logo .logo-image, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .logo .logo-image {
    width: 205px !important;
    height: auto;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .title, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .title {
    height: auto;
    font-size: 50px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    line-height: 111%;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .content, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .content {
    height: auto;
    color: #5a606c;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    text-align: justify;
    text-align-last: left;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .content p:nth-of-type(2), .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .content p:nth-of-type(2) {
    margin-top: 10px;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .content p.single-line-title, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .content p.single-line-title {
    margin-top: -10px;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .read-more-section, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .read-more-section {
    height: auto;
    display: flex;
    flex-direction: row;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .read-more-section .read-more, .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .read-more-section .try-demo, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .read-more-section .read-more, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .read-more-section .try-demo {
    height: 60px;
    width: 130px;
    font-size: 20px;
    background-color: #5486a7;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
  }
  .trending-fidenz .row .splide__slide .layer .trending-content .logo-available .read-more-section .try-demo, .trending-fidenz .row .splide__slide .layer .trending-content .logo-not-available .read-more-section .try-demo {
    background-color: #505862;
    color: white;
  }
  .trending-fidenz .row .trending-video-player {
    position: relative;
    display: flex !important;
    width: 50%;
    height: 100%;
    right: 0;
  }
  .trending-fidenz .row .trending-video-player .video-container {
    position: absolute;
    top: 78px !important;
    right: 0;
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: end;
  }
  .trending-fidenz .row .trending-video-player .video-container .video-frame video {
    object-fit: cover;
  }
  .trending-fidenz .row .trending-video-player .video-container .full-video {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    scale: 0.75;
  }
  .trending-fidenz #trending-at-fidenz-slider .splide__arrows {
    display: none;
  }
  .trending-fidenz #trending-at-fidenz-slider .splide__pagination {
    padding-right: 0 !important;
    margin-bottom: 35px;
    display: flex;
    justify-content: end;
  }
}
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Large desktops, 1320px and up
--------------------------------------------*/
@media screen and (min-width: 1320px) {
  /**  Section - Home banner **/
  .home-banner .banner .layer {
    width: calc(50vw - 50px);
  }
}
@media screen and (min-width: 600px) {
  /**  Section - Home banner **/
  .home-banner .banner .layer {
    height: calc(100vh - 78px);
  }
  .home-banner .navigation {
    display: flex;
  }
}
@media (orientation: landscape) {
  /**  Section - Home banner **/
  .landscape.home-banner .banner-content .detail-section {
    align-items: flex-start;
  }
  .landscape.home-banner .banner-content .detail-section h1 {
    font-size: 30px;
  }
  .landscape.home-banner .banner-content .detail-section p {
    padding-top: 10px;
  }
  .landscape.home-banner .banner-content .image-section {
    position: relative;
    bottom: 60px;
  }
  .landscape.home-banner .banner-content .image-section .video {
    margin-top: 0;
    justify-content: flex-start;
  }
  .landscape.home-banner .navigation {
    display: none;
  }
  .landscape.home-banner .banner .layer {
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .trending-fidenz .row #trending-at-fidenz-slider .splide__pagination {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/*----------------------------------------------
  ::      ***** Job Detail Page Layout ***** 
--------------------------------------------*/
/**  Section - Job banner **/
.job-detail-banner {
  background-image: url("images/careers-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 390px;
  position: relative;
  width: 100%;
}
.job-detail-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 390px;
}

/**  Section - Jobs **/
.job-details {
  background-color: #F3F6F9;
}
.job-details .job-wrapper {
  background-color: #ffffff;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}
.job-details .job-wrapper .job-title {
  font-size: 2rem;
  line-height: 30px;
  margin-bottom: 20px !important;
}
.job-details .job-wrapper .awsm-job-content > * {
  padding-bottom: 20px !important;
}
.job-details .job-wrapper .awsm-job-content {
  background-color: #F3F6F9;
  height: fit-content;
  padding: 10px 30px 20px 30px;
}
.job-details .job-wrapper .awsm-job-content ul {
  margin-left: 0;
}
.job-details .job-wrapper .awsm-job-content .awsm-job-specification-vacancy-type {
  display: none;
}
.job-details .job-wrapper .awsm-job-form .awsm-job-form-group {
  margin-bottom: 0;
  color: #5a606c;
}
.job-details .job-wrapper .awsm-job-form input:not([type=checkbox]):not([type=file]) {
  font-size: 1.125rem;
  color: #5a606c;
  height: 50px;
  padding-left: 25px;
  width: 100%;
}
.job-details .job-wrapper .awsm-job-form textarea, .job-details .job-wrapper .awsm-job-form select {
  font-size: 1.125rem;
  color: #5a606c;
  padding-left: 25px;
  width: 100%;
}
.job-details .job-wrapper .awsm-job-form select {
  height: 50px;
}
.job-details .job-wrapper .awsm-job-form textarea {
  padding-top: 20px;
}
.job-details .job-wrapper .awsm-job-form label {
  line-height: 1.125rem;
  padding-top: 20px;
  font-size: 1.125rem;
  color: #5a606c;
}
.job-details .job-wrapper .awsm-job-form .awsm-job-inline-group {
  margin-top: 20px;
}
.job-details .job-wrapper .awsm-job-form #awsm-application-submit-btn {
  background-color: #2f353c;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 40px auto 0 auto;
  max-width: 200px;
  padding: 10px;
}
.job-details .job-wrapper .awsm-job-form .awsm-application-message {
  margin-top: 10px;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
@media (min-width: 420px) {
  /**  Section - Jobs **/
  .job-details .job-wrapper {
    padding: 40px;
  }
}
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /**  Section - Jobs **/
  .job-details .job-wrapper {
    padding: 40px 50px;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /**  Section - Jobs **/
  .job-details .job-wrapper {
    padding: 50px 60px;
  }
  .job-details .job-wrapper .job-title {
    font-size: 3.5rem;
    line-height: 50px;
    margin-bottom: 20px !important;
  }
  .job-details .job-wrapper .awsm-job-single-wrap {
    display: flex;
    flex-direction: row;
  }
  .job-details .job-wrapper .awsm-job-content {
    margin-right: 10px;
    width: calc(50% - 10px);
  }
  .job-details .job-wrapper .awsm-job-form {
    width: 50%;
  }
  .job-details .job-wrapper .awsm-job-form label {
    line-height: 28px;
  }
  .job-details .job-wrapper .awsm-job-form input, .job-details .job-wrapper .awsm-job-form textarea, .job-details .job-wrapper .awsm-job-form select {
    font-size: 1.375rem;
  }
  .job-details .job-wrapper .awsm-job-form #awsm-application-submit-btn {
    font-size: 1.375rem;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
/*----------------------------------------------
  ::      ***** IOS Apps Page Layout ***** 
--------------------------------------------*/
/**  IOS Apps banner **/
.ios-app-banner {
  background-position: -1000px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 528px;
  position: relative;
  width: 100%;
}
.ios-app-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 528px;
}

/** IOS Apps **/
.ios-apps .ios-apps-content {
  line-height: 23px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: justify;
}

/** Fidenz History with iOS **/
.fidenz-history-with-ios {
  padding-bottom: 50px;
}
.fidenz-history-with-ios .fidenz-history-with-ios-content {
  line-height: 23px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: justify;
}

/** Expertise */
.ios-apps-expertise {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #2F353C;
}
.ios-apps-expertise .sub-title-watermark {
  opacity: 0.1;
}
.ios-apps-expertise .description {
  color: #ffffff;
  line-height: 22px;
  padding-bottom: 35px;
  padding-top: 20px;
}
.ios-apps-expertise .expertise-list .image-grid:nth-child(odd) .image-grid-card {
  margin-right: 5px;
}
.ios-apps-expertise .expertise-list .image-grid:nth-child(even) .image-grid-card {
  margin-left: 5px;
}
.ios-apps-expertise .expertise-list .image-grid .image-grid-card {
  align-items: start;
  background-color: #5387a8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
  min-height: 100px;
  padding: 10px;
  border-radius: 10px;
}
.ios-apps-expertise .expertise-list .image-grid .image-grid-card .expertise-image-wrapper {
  background-color: #ffffff;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ios-apps-expertise .expertise-list .image-grid .image-grid-card .expertise-image {
  width: 18px;
}
.ios-apps-expertise .expertise-list .image-grid .image-grid-card .expertise-name {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.9;
}

/** IOS Toolbox */
.ios-toolbox {
  padding-bottom: 30px;
  padding-top: 15px;
}
.ios-toolbox .description {
  color: #5a606c;
  line-height: 22px;
  padding-bottom: 35px;
  padding-top: 20px;
}
.ios-toolbox .ios-toolbox-list .image-grid:nth-child(odd) .image-grid-card {
  margin-right: 5px;
}
.ios-toolbox .ios-toolbox-list .image-grid:nth-child(even) .image-grid-card {
  margin-left: 5px;
}
.ios-toolbox .ios-toolbox-list .image-grid .image-grid-card {
  align-items: center;
  background-color: #5387a8;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 30px;
  min-height: 75px;
  border-radius: 10px;
  padding: 0 10px;
}
.ios-toolbox .ios-toolbox-list .image-grid .image-grid-card .ios-toolbox-image-wrapper {
  background-color: #ffffff;
  padding: 8px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.ios-toolbox .ios-toolbox-list .image-grid .image-grid-card .ios-toolbox-image {
  width: 18px;
}
.ios-toolbox .ios-toolbox-list .image-grid .image-grid-card .ios-toolbox-name {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.9;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

/**  Third-Party Integration **/
.ios-third-party-integration {
  background-color: #F3F6F9;
  padding-bottom: 0;
}
.ios-third-party-integration .ios-third-party-integration-content.content-last .content-detail-col {
  order: 1;
}
.ios-third-party-integration .ios-third-party-integration-content.content-last .banner-image-col {
  order: 2;
}
.ios-third-party-integration .ios-third-party-integration-content .container-left, .ios-third-party-integration .ios-third-party-integration-content .container-right {
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-top: 24px;
  padding-bottom: 24px;
}
.ios-third-party-integration .ios-third-party-integration-content .container-left, .ios-third-party-integration .ios-third-party-integration-content .container-right {
  max-width: 100% !important;
}
.ios-third-party-integration .ios-third-party-integration-content .content-detail-col .container-left, .ios-third-party-integration .ios-third-party-integration-content .content-detail-col .container-right {
  align-items: center;
  display: flex;
  justify-content: center;
}
.ios-third-party-integration .ios-third-party-integration-content .content-detail {
  line-height: 26px;
  padding-bottom: 24px;
  padding-top: 24px;
  text-align: justify;
}
.ios-third-party-integration .ios-third-party-integration-content .banner-image-col {
  background-color: #ffffff;
}
.ios-third-party-integration .ios-third-party-integration-content .banner-image-col .container-right, .ios-third-party-integration .ios-third-party-integration-content .banner-image-col .container-left {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.ios-third-party-integration .ios-third-party-integration-content .banner-image-col .container-left .third-party-images:nth-child(odd), .ios-third-party-integration .ios-third-party-integration-content .banner-image-col .container-right .third-party-images:nth-child(odd) {
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
.ios-third-party-integration .ios-third-party-integration-content .banner-image-col .container-left .third-party-images:nth-child(even), .ios-third-party-integration .ios-third-party-integration-content .banner-image-col .container-right .third-party-images:nth-child(even) {
  border-bottom: 1px solid #dbdbdb;
}
.ios-third-party-integration .ios-third-party-integration-content .banner-image-col .container-left .third-party-images:last-child, .ios-third-party-integration .ios-third-party-integration-content .banner-image-col .container-right .third-party-images:last-child {
  border-bottom: 0 solid #dbdbdb;
  border-right: 0 solid #dbdbdb;
}
.ios-third-party-integration .ios-third-party-integration-content .banner-image-col .container-left .third-party-images:nth-child(odd):nth-last-child(2), .ios-third-party-integration .ios-third-party-integration-content .banner-image-col .container-right .third-party-images:nth-child(odd):nth-last-child(2) {
  border-bottom: 0 solid #dbdbdb;
}
.ios-third-party-integration .ios-third-party-integration-content .banner-image-col .third-party-images {
  width: 40%;
  padding: 25px;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
@media (min-width: 576px) {
  /** Expertise */
  .ios-apps-expertise .expertise-list .image-grid:nth-child(3n+1) .image-grid-card {
    margin-left: 0;
    margin-right: 10px;
  }
  .ios-apps-expertise .expertise-list .image-grid:nth-child(3n) .image-grid-card {
    margin-left: 10px;
    margin-right: 0;
  }
  .ios-apps-expertise .expertise-list .image-grid:nth-child(3n+2) .image-grid-card {
    margin-left: 5px;
    margin-right: 5px;
  }
  /** IOS Toolbox */
  .ios-toolbox .ios-toolbox-list .image-grid:nth-child(3n+1) .image-grid-card {
    margin-left: 0;
    margin-right: 10px;
  }
  .ios-toolbox .ios-toolbox-list .image-grid:nth-child(3n) .image-grid-card {
    margin-left: 10px;
    margin-right: 0;
  }
  .ios-toolbox .ios-toolbox-list .image-grid:nth-child(3n+2) .image-grid-card {
    margin-left: 5px;
    margin-right: 5px;
  }
}
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /**  Third-Party Integration **/
  .ios-third-party-integration {
    padding-top: 55px;
  }
  .ios-third-party-integration .container-right, .ios-third-party-integration .container-left {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ios-third-party-integration .ios-third-party-integration-content.content-one {
    margin-top: 45px;
  }
  .ios-third-party-integration .ios-third-party-integration-content.content-last .content-detail-col {
    order: 2;
  }
  .ios-third-party-integration .ios-third-party-integration-content.content-last .banner-image-col {
    order: 1;
  }
  .ios-third-party-integration .ios-third-party-integration-content .content-detail-col .container-left, .ios-third-party-integration .ios-third-party-integration-content .content-detail-col .container-right {
    min-height: 420px;
  }
  .ios-third-party-integration .ios-third-party-integration-content .content-detail-col .container-left .content-detail {
    padding-right: 10px;
    text-align: left;
  }
  .ios-third-party-integration .ios-third-party-integration-content .content-detail-col .container-right .content-detail {
    padding-left: 10px;
    text-align: right;
  }
  .ios-third-party-integration .ios-third-party-integration-content .banner-image-col {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .ios-third-party-integration .ios-third-party-integration-content .banner-image-col .container-left, .ios-third-party-integration .ios-third-party-integration-content .banner-image-col .container-right {
    width: 100%;
  }
  .ios-third-party-integration .ios-third-party-integration-content .banner-image-col .banner-image {
    background-size: 320px;
    min-height: 320px;
    width: 100%;
  }
  /** Expertise **/
  .ios-apps-expertise {
    padding-top: 50px;
  }
  .ios-apps-expertise .expertise-list .image-grid .image-grid-card {
    margin-bottom: 20px;
  }
  /** IOS Toolbox **/
  .ios-toolbox .ios-toolbox-list .image-grid .image-grid-card {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /**  IOS Apps banner **/
  .ios-app-banner {
    background-position: center;
  }
  /** IOS App **/
  .ios-apps .ios-apps-content {
    line-height: 28px;
    padding-bottom: 10px !important;
    padding-top: 45px;
  }
  /** Fidenz History with iOS **/
  .fidenz-history-with-ios .fidenz-history-with-ios-content {
    line-height: 28px;
    padding-bottom: 55px;
    padding-top: 45px;
  }
  /**  Third-Party Integration **/
  .ios-third-party-integration .ios-third-party-integration-content .container-right, .ios-third-party-integration .ios-third-party-integration-content .container-left {
    max-width: 630px !important;
  }
  .ios-third-party-integration .ios-third-party-integration-content .content-detail-col .container-left .content-detail, .ios-third-party-integration .ios-third-party-integration-content .content-detail-col .container-right .content-detail {
    padding-right: 70px;
  }
  .ios-third-party-integration .ios-third-party-integration-content .banner-image-col .banner-image {
    background-size: 420px;
    min-height: 420px;
  }
  /** Expertise **/
  .ios-apps-expertise .description {
    line-height: 28px;
    padding-bottom: 45px;
  }
  .ios-apps-expertise .expertise-list .image-grid:nth-child(4n+1) .image-grid-card {
    margin-left: 0;
    margin-right: 21px;
  }
  .ios-apps-expertise .expertise-list .image-grid:nth-child(4n) .image-grid-card {
    margin-left: 21px;
    margin-right: 0;
  }
  .ios-apps-expertise .expertise-list .image-grid:nth-child(4n+2) .image-grid-card {
    margin-left: 7px;
    margin-right: 14px;
  }
  .ios-apps-expertise .expertise-list .image-grid:nth-child(4n+3) .image-grid-card {
    margin-left: 14px;
    margin-right: 7px;
  }
  .ios-apps-expertise .expertise-list .image-grid .image-grid-card {
    margin-bottom: 21px;
  }
  .ios-apps-expertise .expertise-list .image-grid .image-grid-card .expertise-name {
    font-size: 1.25rem;
    line-height: 26px;
    padding-top: 10px;
  }
  /** IOS Toolbox **/
  .ios-toolbox .description {
    line-height: 28px;
    padding-bottom: 45px;
  }
  .ios-toolbox .ios-toolbox-list .image-grid:nth-child(4n+1) .image-grid-card {
    margin-left: 0;
    margin-right: 21px;
  }
  .ios-toolbox .ios-toolbox-list .image-grid:nth-child(4n) .image-grid-card {
    margin-left: 21px;
    margin-right: 0;
  }
  .ios-toolbox .ios-toolbox-list .image-grid:nth-child(4n+2) .image-grid-card {
    margin-left: 7px;
    margin-right: 14px;
  }
  .ios-toolbox .ios-toolbox-list .image-grid:nth-child(4n+3) .image-grid-card {
    margin-left: 14px;
    margin-right: 7px;
  }
  .ios-toolbox .ios-toolbox-list .image-grid .image-grid-card {
    margin-bottom: 30px;
  }
  .ios-toolbox .ios-toolbox-list .image-grid .image-grid-card .ios-toolbox-name {
    font-size: 1.1rem;
    line-height: 26px;
    padding-left: 5px;
    padding-right: 0;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
@media (min-width: 1200px) {
  /** IOS Toolbox **/
  .ios-toolbox .ios-toolbox-list .image-grid .image-grid-card .ios-toolbox-name {
    font-size: 1.4rem;
  }
}
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
/*----------------------------------------------
  ::      ***** Services Page Layout ***** 
--------------------------------------------*/
/**  Section - IOT banner **/
.iot-banner {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 528px;
  position: relative;
  width: 100%;
}
.iot-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 528px;
}

/** Internet Of Things **/
.iot .iot-content {
  line-height: 23px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: justify;
}

/** Tools and Libraries **/
.tools-libraries {
  background-color: #f4f4f4;
  padding-bottom: 40px;
}
.tools-libraries .sub-title-watermark-col {
  background-color: #f4f4f4;
}
.tools-libraries .sub-title-watermark-col .sub-title-watermark {
  padding-top: 30px;
  height: unset;
  display: none;
}
.tools-libraries .sub-title-watermark-col .sub-title-watermark::before {
  display: none;
}
.tools-libraries .sub-title-watermark-col .sub-title-watermark::after {
  display: none;
}
.tools-libraries .sub-title-watermark-col .sub-title {
  display: none;
}
.tools-libraries .tools-libraries-header-banner {
  background-image: url("images/tech-expertise-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 280px;
}
.tools-libraries .tools-libraries-header-banner .horizontal-line {
  margin-top: 160px;
  width: 100%;
  display: none;
}
.tools-libraries .tools-libraries-header-banner .sub-title {
  margin-top: 0;
  text-align: center;
  padding-top: 20px;
}
.tools-libraries .tools-libraries-header-banner .desktop-title {
  display: none;
}
.tools-libraries .tools-libraries-section {
  padding-top: 20px;
}
.tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-title .card-title-section {
  align-items: flex-end;
  background-color: #5387a8;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 280px;
}
.tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-title .card-title-section .card-index {
  color: #ffffff;
  font-size: 5.625rem;
  font-weight: 600;
  line-height: 90px;
  opacity: 0.1;
  padding-right: 10px;
  text-align: right;
  width: 100%;
}
.tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-title .card-title-section .title-image {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-title .card-title-section .title-image .tool-icon {
  width: 100px;
}
.tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-title .card-title-section .title-image .card-title {
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
}
.tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-content .card-content-section {
  background-color: #ffffff;
  padding: 35px;
}
.tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-content .card-content-section .card-content {
  color: #5486a7;
  line-height: 21px;
}

/**  IoT Standard and Ecosystems **/
.iot-standard-ecosystems {
  padding-bottom: 50px;
}
.iot-standard-ecosystems .banner-image {
  background-image: url("images/iot-standard-ecosystems-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  position: relative;
  width: 100%;
}
.iot-standard-ecosystems .description {
  background-color: #ffffff;
  padding-top: 30px;
}
.iot-standard-ecosystems .description .container-right .sub-title {
  margin-top: 0;
}
.iot-standard-ecosystems .description .container-right .text-content {
  line-height: 23px;
  padding-top: 10px;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /**  Section - IOT banner **/
  .iot-banner {
    background-position: center;
  }
  /** Tools and Libraries **/
  .tools-libraries .container-right, .tools-libraries .container-left {
    padding-left: 0;
    padding-right: 0;
  }
  .tools-libraries .sub-title-watermark-col .sub-title-watermark {
    display: block;
    padding-top: 15px;
  }
  .tools-libraries .sub-title-watermark-col .sub-title {
    display: block;
    margin-top: 0;
    padding-left: 5px;
    padding-top: 10px;
  }
  .tools-libraries .tools-libraries-header-banner {
    min-height: 485px;
  }
  .tools-libraries .tools-libraries-header-banner .horizontal-line {
    display: block;
    margin-top: 45px;
  }
  .tools-libraries .tools-libraries-header-banner .sub-title {
    padding-left: 181px;
    padding-right: 10px;
    padding-top: 15px;
    text-align: right;
  }
  .tools-libraries .tools-libraries-header-banner .mobile-title {
    display: none;
  }
  .tools-libraries .tools-libraries-header-banner .desktop-title {
    display: block;
  }
  .tools-libraries .tools-libraries-section {
    margin-top: -300px;
    padding-top: 0;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards:nth-child(even) .iot-tools-lib-title {
    order: 2;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards:nth-child(even) .iot-tools-lib-title .card-title-section {
    align-items: flex-start;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards:nth-child(even) .iot-tools-lib-title .card-title-section::before {
    border-bottom: 20px solid transparent;
    border-left: 0;
    border-right: 20px solid #5387a8;
    border-top: 20px solid transparent;
    margin-left: -20px;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards:nth-child(even) .iot-tools-lib-title .card-title-section .card-index {
    text-align: right;
    width: 100%;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards:nth-child(even) .iot-tools-lib-content {
    order: 1;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-title .card-title-section {
    min-height: 300px;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-title .card-title-section::before {
    border-bottom: 20px solid transparent;
    border-left: 20px solid #5387a8;
    border-top: 20px solid transparent;
    content: "";
    clear: both;
    margin-right: -20px;
    position: absolute;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-title .card-title-section .card-index {
    margin-top: -5px;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-title .card-title-section .title-image {
    justify-content: center;
    margin-top: -85px;
    padding-bottom: 0;
    padding-left: 100px;
    padding-right: 100px;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-title .card-title-section .title-image .card-title {
    padding-top: 15px;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-content .card-content-section {
    height: 100%;
    display: flex;
    align-items: center;
  }
  /**  IoT Standard and Ecosystems **/
  .iot-standard-ecosystems {
    padding-bottom: 0;
  }
  .iot-standard-ecosystems .banner-image {
    min-height: 480px;
  }
  .iot-standard-ecosystems .description {
    padding-top: 80px;
  }
  .iot-standard-ecosystems .description .container-right .text-content {
    padding-top: 25px;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /** Internet Of Things **/
  .iot .iot-content {
    line-height: 28px;
    padding-bottom: 55px;
    padding-top: 45px;
  }
  /** Tools and Libraries **/
  .tools-libraries {
    padding-bottom: 75px;
  }
  .tools-libraries .sub-title-watermark {
    width: 50%;
  }
  .tools-libraries .sub-title-watermark-col .sub-title-watermark {
    padding-top: 0;
  }
  .tools-libraries .sub-title-watermark-col .sub-title {
    line-height: 85px;
    margin-top: -12px;
    padding-top: 0;
  }
  .tools-libraries .tools-libraries-header-banner {
    min-height: 760px;
  }
  .tools-libraries .tools-libraries-header-banner .horizontal-line {
    margin-top: 80px;
  }
  .tools-libraries .tools-libraries-header-banner .sub-title {
    line-height: 85px;
    padding-left: 49px;
    padding-right: 25px;
  }
  .tools-libraries .tools-libraries-section {
    margin-top: -400px;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-title .card-title-section {
    min-height: 430px;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-title .card-title-section .card-index {
    font-size: 9.375rem;
    margin-top: 10px;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-title .card-title-section .title-image {
    margin-top: -100px;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-title .card-title-section .title-image .tool-icon {
    width: 120px;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-title .card-title-section .title-image .card-title {
    font-size: 3.125rem;
    line-height: 60px;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-content .card-content-section {
    padding: 60px;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-content .card-content-section .card-content {
    line-height: 26px;
  }
  /**  IoT Standard and Ecosystems **/
  .iot-standard-ecosystems .banner-image {
    min-height: 685px;
  }
  .iot-standard-ecosystems .description {
    padding-top: 100px;
  }
  .iot-standard-ecosystems .description .container-right {
    padding-left: 50px !important;
  }
  .iot-standard-ecosystems .description .container-right .sub-title {
    line-height: 80px;
  }
  .iot-standard-ecosystems .description .container-right .text-content {
    padding-right: 50px;
    line-height: 26px;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
@media (min-width: 1200px) {
  /**  IoT Standard and Ecosystems **/
  .iot-standard-ecosystems .description {
    padding-top: 185px;
  }
  .iot-standard-ecosystems .container-right {
    padding-left: 85px !important;
  }
  /** Tools and Libraries **/
  .tools-libraries .tools-libraries-section {
    margin-top: -430px;
  }
  .tools-libraries .tools-libraries-section .iot-tools-lib-cards .iot-tools-lib-content .card-content-section {
    padding: 85px 60px;
  }
}
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
/*----------------------------------------------
  ::      ***** Mobile Apps Page Layout ***** 
--------------------------------------------*/
/**  Section - Mobile Apps banner **/
.mobile-apps-banner {
  background-position: -900px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 528px;
  position: relative;
  width: 100%;
}
.mobile-apps-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 528px;
}

/** Mobile Apps Development **/
.mobile-app-development .mobile-app-development-content {
  line-height: 23px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: justify;
}

/**  Section - Mobile Platforms **/
.mobile-platforms .platform .platform-details {
  background-color: #F3F6F9;
  padding: 20px 0;
}
.mobile-platforms .platform .platform-details .sub-title-watermark {
  font-size: 4rem;
}
.mobile-platforms .platform .platform-details .sub-title {
  margin-top: -48px;
}
.mobile-platforms .platform .platform-details .sub-title-watermark::before, .mobile-platforms .platform .platform-details .sub-title-watermark::after {
  display: none;
}
.mobile-platforms .platform .platform-details .platform-content {
  line-height: 22px;
  padding-right: 0;
  padding-top: 10px;
  text-align: justify;
}
.mobile-platforms .platform .platform-details .read-more {
  margin: 20px auto 0 auto;
  display: inline-block;
  text-decoration: none;
}
.mobile-platforms .platform .platform-details .read-more:hover, .mobile-platforms .platform .platform-details .read-more:focus {
  color: #ffffff;
}
.mobile-platforms .platform .platform-image .banner-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 300px;
  margin: 20px;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /**  Section - Mobile Apps banner **/
  .mobile-apps-banner {
    background-position: center;
  }
  /**  Section - Mobile Platforms **/
  .mobile-platforms .platform:nth-child(even) .platform-details {
    order: 1;
  }
  .mobile-platforms .platform:nth-child(even) .platform-details .sub-title-watermark, .mobile-platforms .platform:nth-child(even) .platform-details .sub-title {
    text-align: right;
  }
  .mobile-platforms .platform:nth-child(even) .platform-details .sub-title-watermark {
    padding-left: 40px;
    margin-right: 0;
  }
  .mobile-platforms .platform:nth-child(even) .platform-details .container-left-small .platform-content {
    padding-left: 20px;
    padding-right: 0;
  }
  .mobile-platforms .platform:nth-child(even) .platform-details .container-left-small .platform-content {
    text-align: right;
  }
  .mobile-platforms .platform:nth-child(even) .platform-details .read-more {
    margin-left: auto;
    margin-right: 0;
  }
  .mobile-platforms .platform:nth-child(even) .platform-image {
    order: 0;
  }
  .mobile-platforms .platform .platform-details .sub-title-watermark {
    font-size: 8rem;
  }
  .mobile-platforms .platform .platform-details .sub-title {
    margin-top: -145px;
  }
  .mobile-platforms .platform .platform-details .sub-title-watermark {
    margin-right: 40px;
  }
  .mobile-platforms .platform .platform-details .platform-content {
    padding-right: 40px;
    text-align: left;
  }
  .mobile-platforms .platform .platform-details .read-more {
    margin-left: 0;
  }
  .mobile-platforms .platform .platform-image .banner-image {
    height: calc(100% - 80px);
    margin-top: 80px;
    min-height: 400px;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /** Mobile App Development **/
  .mobile-app-development .mobile-app-development-content {
    line-height: 28px;
    padding-bottom: 55px;
    padding-top: 45px;
  }
  /**  Section - Mobile Platforms **/
  .mobile-platforms .platform:nth-child(even) .platform-details .sub-title-watermark {
    padding-left: 80px;
  }
  .mobile-platforms .platform:nth-child(even) .platform-details .container-left-small {
    margin-right: auto !important;
    text-align: right;
  }
  .mobile-platforms .platform:nth-child(even) .platform-details .container-left-small .platform-content {
    padding-left: 80px;
  }
  .mobile-platforms .platform .platform-details .sub-title-watermark {
    margin-right: 80px;
  }
  .mobile-platforms .platform .platform-details .platform-content {
    line-height: 27px;
    padding-right: 80px;
    padding-top: 20px;
  }
  .mobile-platforms .platform .platform-details .read-more {
    margin-top: 80px;
  }
  .mobile-platforms .platform .platform-image .banner-image {
    height: unset;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
@media screen and (min-width: 1280px) {
  /**  Section - Mobile Platforms **/
  .mobile-platforms .platform:nth-child(even) .platform-details .container-left-small {
    margin-left: 80px !important;
  }
}
/*----------------------------------------------
  ::      ***** Portfolio Page Layout ***** 
--------------------------------------------*/
/**  Section - Portfolio banner **/
.portfolio-banner {
  background-position: -900px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 528px;
  position: relative;
  width: 100%;
}
.portfolio-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 528px;
}

/**  Section - Portfolios **/
.portfolios {
  padding-bottom: 85px;
}
.portfolios .portfolio .portfolio-details .sub-title-watermark::before, .portfolios .portfolio .portfolio-details .sub-title-watermark::after {
  display: none;
}
.portfolios .portfolio .portfolio-details .portfolio-content {
  line-height: 22px;
  padding-right: 0;
  padding-top: 10px;
  text-align: justify;
}
.portfolios .portfolio .portfolio-details .portfolio-duration {
  line-height: 22px;
  padding-top: 16px;
}
.portfolios .portfolio .portfolio-details .portfolio-technologies-heading {
  font-weight: 600;
  line-height: 22px;
  padding-top: 5px;
}
.portfolios .portfolio .portfolio-details .portfolio-technologies {
  margin: 0;
  padding: 0;
}
.portfolios .portfolio .portfolio-details .portfolio-technologies .portfolio-technology {
  line-height: 25px;
  list-style: none;
}
.portfolios .portfolio .portfolio-details .read-more {
  margin: 20px auto 0 auto;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  border-radius: 10px;
}
.portfolios .portfolio .portfolio-details .read-more:hover, .portfolios .portfolio .portfolio-details .read-more:focus {
  color: #ffffff;
}
.portfolios .portfolio .portfolio-image .banner-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  margin-top: 40px;
}

/** Open Source Contributions **/
.open-source-contributions {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #2F353C;
  padding-bottom: 20px;
}
.open-source-contributions .text-watermark-color-light {
  opacity: 0.1;
}
.open-source-contributions .description {
  color: #ffffff;
  line-height: 22px;
  padding-bottom: 35px;
  padding-top: 20px;
}
.open-source-contributions .image-grids .image-grid:nth-child(odd) .image-grid-card {
  margin-right: 8px;
}
.open-source-contributions .image-grids .image-grid:nth-child(even) .image-grid-card {
  margin-left: 8px;
}
.open-source-contributions .image-grids .image-grid .image-grid-card {
  align-items: center;
  background-color: #5387a8;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  min-height: 75px;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
}
.open-source-contributions .image-grids .image-grid .image-grid-card .open-source-image-wrapper {
  background-color: #ffffff;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.open-source-contributions .image-grids .image-grid .image-grid-card .open-source-image {
  width: 15px;
}
.open-source-contributions .image-grids .image-grid .image-grid-card .open-source-link {
  text-decoration: none;
}
.open-source-contributions .image-grids .image-grid .image-grid-card .open-source-name {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  opacity: 0.9;
  padding-left: 10px;
}

/** All Apps **/
.all-apps {
  background-color: #f4f4f4;
  padding-bottom: 25px;
}
.all-apps .description {
  line-height: 22px;
  padding-bottom: 25px;
  padding-top: 10px;
}
.all-apps .image-grids .image-grid .image-grid-card {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
@media (min-width: 420px) {
  /** All Apps **/
  .all-apps .image-grids .image-grid .image-grid-card {
    margin-left: auto;
    margin-right: auto;
    width: 50vw;
  }
}
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
@media (min-width: 576px) {
  /** Open Source Contributions **/
  .open-source-contributions .image-grids .image-grid:nth-child(3n+1) .image-grid-card {
    margin-left: 7px;
    margin-right: 7px;
  }
  .open-source-contributions .image-grids .image-grid:nth-child(3n) .image-grid-card {
    margin-left: 14px;
    margin-right: 0;
  }
  .open-source-contributions .image-grids .image-grid:nth-child(3n-1) .image-grid-card {
    margin-left: 7px;
    margin-right: 7px;
  }
  /** All Apps **/
  .all-apps .image-grids .image-grid .image-grid-card {
    width: auto;
  }
}
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /**  Section - Portfolios **/
  .portfolios .portfolio:nth-child(even) .portfolio-details {
    order: 1;
  }
  .portfolios .portfolio:nth-child(even) .portfolio-details .sub-title-watermark, .portfolios .portfolio:nth-child(even) .portfolio-details .sub-title {
    text-align: right;
  }
  .portfolios .portfolio:nth-child(even) .portfolio-details .sub-title-watermark {
    padding-left: 40px;
    margin-right: 0;
  }
  .portfolios .portfolio:nth-child(even) .portfolio-details .container-left-small {
    padding-left: 40px !important;
    padding-right: 24px !important;
  }
  .portfolios .portfolio:nth-child(even) .portfolio-details .container-left-small .portfolio-content {
    padding-left: 20px;
    padding-right: 0;
  }
  .portfolios .portfolio:nth-child(even) .portfolio-details .container-left-small .portfolio-content, .portfolios .portfolio:nth-child(even) .portfolio-details .container-left-small .portfolio-duration,
  .portfolios .portfolio:nth-child(even) .portfolio-details .container-left-small .portfolio-technologies-heading, .portfolios .portfolio:nth-child(even) .portfolio-details .container-left-small .portfolio-technologies {
    text-align: right;
  }
  .portfolios .portfolio:nth-child(even) .portfolio-details .read-more {
    float: right;
  }
  .portfolios .portfolio:nth-child(even) .portfolio-image {
    order: 0;
  }
  .portfolios .portfolio:nth-child(even) .portfolio-image .banner-image {
    margin-right: -40px;
  }
  .portfolios .portfolio .portfolio-details .sub-title-watermark {
    margin-right: 40px;
  }
  .portfolios .portfolio .portfolio-details .container-left-small {
    padding-right: 40px !important;
  }
  .portfolios .portfolio .portfolio-details .portfolio-content {
    padding-right: 40px;
    text-align: left;
  }
  .portfolios .portfolio .portfolio-details .read-more {
    margin-left: 0;
  }
  .portfolios .portfolio .portfolio-image .banner-image {
    height: calc(100% - 80px);
    margin-left: -40px;
    margin-top: 80px;
    min-height: 500px;
  }
  /** Open Source Contributions **/
  .open-source-contributions .image-grids .image-grid:nth-child(4n+1) .image-grid-card {
    margin-right: 16px;
  }
  .open-source-contributions .image-grids .image-grid:nth-child(4n) .image-grid-card {
    margin-left: 16px;
  }
  .open-source-contributions .image-grids .image-grid:nth-child(4n-1) .image-grid-card {
    margin-left: 11px;
    margin-right: 5px;
  }
  .open-source-contributions .image-grids .image-grid:nth-child(4n-2) .image-grid-card {
    margin-left: 5px;
    margin-right: 11px;
  }
  .open-source-contributions .image-grids .image-grid .image-grid-card {
    margin-bottom: 21px;
  }
  /** All Apps **/
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /**  Section - Portfolio banner **/
  .portfolio-banner {
    background-position: center;
  }
  /**  Section - Portfolios **/
  .portfolios .portfolio:nth-child(even) .portfolio-details .sub-title-watermark {
    padding-left: 80px;
  }
  .portfolios .portfolio:nth-child(even) .portfolio-details .container-left-small {
    padding-left: 80px !important;
    margin-right: auto !important;
    text-align: right;
  }
  .portfolios .portfolio:nth-child(even) .portfolio-details .container-left-small .portfolio-content {
    padding-left: 80px;
  }
  .portfolios .portfolio:nth-child(even) .portfolio-image .banner-image {
    margin-right: -80px;
  }
  .portfolios .portfolio .portfolio-details .sub-title-watermark {
    margin-right: 80px;
  }
  .portfolios .portfolio .portfolio-details .container-left-small {
    padding-right: 80px !important;
  }
  .portfolios .portfolio .portfolio-details .portfolio-content {
    line-height: 27px;
    padding-right: 80px;
    padding-top: 20px;
  }
  .portfolios .portfolio .portfolio-details .portfolio-duration {
    padding-top: 24px;
  }
  .portfolios .portfolio .portfolio-details .read-more {
    margin-top: 35px;
  }
  .portfolios .portfolio .portfolio-image .banner-image {
    height: unset;
    min-height: 615px;
    margin-left: -80px;
    margin-top: 150px;
  }
  /** Open Source Contributions **/
  .open-source-contributions {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .open-source-contributions .description {
    line-height: 28px;
    padding-bottom: 45px;
  }
  .open-source-contributions .image-grids .image-grid .image-grid-card .open-source-name {
    font-size: 24px;
  }
  /** All Apps **/
  .all-apps {
    padding-bottom: 100px;
  }
  .all-apps .description {
    line-height: 30px;
    padding-top: 20px;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
@media screen and (min-width: 1280px) {
  /**  Section - Portfolios **/
  .portfolios .portfolio:nth-child(even) .portfolio-details .container-left-small {
    margin-left: 80px !important;
  }
}
/*----------------------------------------------
  ::      ***** Portfolio Detail Page Layout ***** 
--------------------------------------------*/
/**  Section - Portfolio banner **/
.portfolio-detail-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 590px;
  position: relative;
  width: 100%;
}
.portfolio-detail-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 590px;
}

/**  Section - Portfolios **/
.portfolio-details .portfolio-content {
  margin-top: 20px;
}
.portfolio-details .note {
  margin-bottom: 30px !important;
}
.portfolio-details .portfolio-content .portfolio-detail-row:nth-child(even) {
  background-color: #f4f4f4;
}
.portfolio-details .portfolio-content .portfolio-detail-row {
  padding: 30px 0 20px 0;
}
.portfolio-details .wp-block-column > * {
  padding-bottom: 20px;
}
.portfolio-details .wp-block-columns {
  margin-bottom: 0;
  gap: 25px;
  text-align: justify;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /**  Section - Portfolios **/
  /**  Section - Portfolios **/
  .portfolio-details .portfolio-content {
    margin-top: 30px;
  }
  .portfolio-details .portfolio-content .portfolio-detail-row {
    padding: 50px 0 20px 0;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
/*----------------------------------------------
  ::      ***** Process Page Layout ***** 
--------------------------------------------*/
/**  Section - Process banner **/
.process-banner {
  background-position: -200px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 528px;
  position: relative;
  width: 100%;
}
.process-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 528px;
}

/**  Section - Primary Process **/
.primary-process-steps .primary-process:first-child .primary-process-details {
  background-color: #ffffff;
}
.primary-process-steps .primary-process:first-child .primary-process-details .container-full .primary-process-content {
  padding-top: 20px;
}
.primary-process-steps .primary-process:first-child .primary-process-details .container-full .primary-process-content p {
  margin-bottom: 10px !important;
}
.primary-process-steps .primary-process:first-child .primary-process-image .banner-image {
  background-size: contain;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  margin-top: 0;
}
.primary-process-steps .primary-process .primary-process-details {
  background-color: #F3F6F9;
  display: flex;
}
.primary-process-steps .primary-process .primary-process-details .sub-title-watermark::before, .primary-process-steps .primary-process .primary-process-details .sub-title-watermark::after {
  display: none;
}
.primary-process-steps .primary-process .primary-process-details .primary-process-content {
  line-height: 22px;
  padding-right: 0;
  padding-top: 10px;
  text-align: justify;
}
.primary-process-steps .primary-process .primary-process-image .banner-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 300px;
}

/**  Section - Supportive Process **/
.supportive-process-steps {
  background-color: #5387a8;
  padding-bottom: 100px;
  padding-top: 100px;
}
.supportive-process-steps .supportive-process .process-step .content-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.supportive-process-steps .supportive-process .process-step .content-container .process-icon {
  width: 80px;
}
.supportive-process-steps .supportive-process .process-step .content-container .process-title {
  color: #f7f7f7;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}
.supportive-process-steps .description {
  color: #ffffff;
  font-weight: 400;
  padding-top: 30px;
  text-align: justify;
}

/**  Section - Service Model **/
.service-model .models {
  padding-top: 35px;
  padding-bottom: 40px;
}
.service-model .models .model .model-card {
  background-size: contain;
  min-height: 300px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  padding: 30px;
  background-position: 180px -130px;
}
.service-model .models .model .model-card .model-title {
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 35px;
}
.service-model .models .model .model-card .model-content {
  color: #ffffff;
  font-weight: 400;
  padding-top: 25px;
  line-height: 22px;
}

/**  Section - How We Do It **/
.how-we-do-it .primary-process-details {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #F3F6F9;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.how-we-do-it .banner-image {
  background-image: url("images/how-we-do-it-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 380px;
  position: relative;
  width: 100%;
}
.how-we-do-it .description {
  background-color: #F3F6F9;
}
.how-we-do-it .container-right .text-content {
  line-height: 26px;
  padding-top: 5px;
}
.how-we-do-it {
  padding-bottom: 60px;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
@media (min-width: 576px) {
  /**  Section - Process banner **/
  .process-banner {
    background-position: center;
  }
  /**  Section - Supportive Process **/
  .supportive-process-steps .supportive-process .process-step:nth-child(even) .content-container .process-title::before, .supportive-process-steps .supportive-process .process-step:nth-child(even) .content-container .process-title::after {
    background: #ffffff;
    content: "";
    height: 35px;
    margin-top: 15px;
    position: absolute;
    width: 2px;
  }
  .supportive-process-steps .supportive-process .process-step:nth-child(even) .content-container .process-title::before {
    margin-left: -25px;
  }
  .supportive-process-steps .supportive-process .process-step:nth-child(even) .content-container .process-title::after {
    margin-left: 25px;
  }
  /**  Section - Service Model **/
  .service-model .models .model {
    display: flex;
  }
  .service-model .models .model:nth-child(odd) .model-card {
    margin-right: 3%;
  }
  .service-model .models .model:nth-child(even) .model-card {
    margin-left: 3%;
  }
  .service-model .models .model .model-card {
    background-position: 100px -100px;
  }
}
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /**  Section - Primary Process **/
  .primary-process-steps .primary-process:first-child .primary-process-details .container-left-small {
    max-width: 630px !important;
  }
  .primary-process-steps .primary-process:first-child .primary-process-details .container-left-small .sub-title {
    margin-right: -130px !important;
  }
  .primary-process-steps .primary-process:nth-child(odd):not(:first-child) .primary-process-details {
    order: 1;
  }
  .primary-process-steps .primary-process:nth-child(odd):not(:first-child) .primary-process-details .sub-title-watermark, .primary-process-steps .primary-process:nth-child(odd):not(:first-child) .primary-process-details .sub-title {
    text-align: right;
  }
  .primary-process-steps .primary-process:nth-child(odd):not(:first-child) .primary-process-details .sub-title-watermark {
    padding-left: 40px;
    margin-right: 0;
  }
  .primary-process-steps .primary-process:nth-child(odd):not(:first-child) .primary-process-details .container-left-small .primary-process-content {
    padding-left: 20px;
    padding-right: 0;
  }
  .primary-process-steps .primary-process:nth-child(odd):not(:first-child) .primary-process-details .container-left-small .primary-process-content {
    text-align: right;
  }
  .primary-process-steps .primary-process:nth-child(odd):not(:first-child) .primary-process-image {
    order: 0;
  }
  .primary-process-steps .primary-process:not(:first-child) .primary-process-details .sub-title-watermark {
    margin-right: 40px;
  }
  .primary-process-steps .primary-process:not(:first-child) .primary-process-details .primary-process-content {
    padding-right: 40px;
  }
  .primary-process-steps .primary-process .primary-process-details {
    width: 50%;
  }
  .primary-process-steps .primary-process .primary-process-details .primary-process-content {
    text-align: left;
  }
  .primary-process-steps .primary-process:nth-child(even):not(:first-child) .primary-process-image .banner-image {
    max-width: 630px;
    margin-left: 0;
    margin-right: auto;
  }
  .primary-process-steps .primary-process:nth-child(odd):not(:first-child) .primary-process-image .banner-image {
    max-width: 630px;
    margin-left: auto;
    margin-right: 0;
  }
  .primary-process-steps .primary-process .primary-process-image {
    width: 50%;
  }
  .primary-process-steps .primary-process .primary-process-image .banner-image {
    min-height: 350px;
  }
  /**  Section - Supportive Process **/
  .supportive-process-steps {
    padding-bottom: 150px;
    padding-top: 150px;
  }
  .supportive-process-steps .supportive-process .process-step:nth-child(even) .content-container .process-title::before {
    margin-left: -45px;
  }
  .supportive-process-steps .supportive-process .process-step:nth-child(even) .content-container .process-title::after {
    margin-left: 45px;
  }
  .supportive-process-steps .supportive-process .process-step .content-container .process-icon {
    width: 100px;
  }
  .supportive-process-steps .supportive-process .process-step .content-container .process-title {
    padding-top: 30px;
  }
  /**  Section - Service Model **/
  .service-model .models .model .model-card {
    background-position: 160px -140px;
  }
  /**  Section - How We Do It **/
  .how-we-do-it .primary-process-details .header-shadow {
    margin-right: 0px !important;
  }
  .how-we-do-it .primary-process-details .header-shadow .sub-title-watermark {
    margin-left: -85px;
  }
  .how-we-do-it .sub-title {
    margin-top: -143px;
  }
  .how-we-do-it .banner-image {
    min-height: 580px;
  }
  .how-we-do-it .sub-title-watermark {
    margin-left: -80px;
    margin-top: -65px;
    font-size: 8rem;
  }
  .how-we-do-it .container-right .sub-title {
    padding-top: 20px;
  }
  .how-we-do-it {
    padding-bottom: 0;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /**  Section - Primary Process **/
  .primary-process-steps .primary-process:first-child .primary-process-details .container-left-small {
    margin-right: 0 !important;
  }
  .primary-process-steps .primary-process:first-child .primary-process-details .container-left-small .primary-process-content {
    padding-top: 40px;
  }
  .primary-process-steps .primary-process:first-child .primary-process-image .banner-image {
    max-width: 630px;
  }
  .primary-process-steps .primary-process:nth-child(odd):not(:first-child) .primary-process-details .sub-title-watermark {
    padding-left: 80px;
  }
  .primary-process-steps .primary-process:nth-child(odd):not(:first-child) .primary-process-details .container-left-small {
    margin-right: auto !important;
    text-align: right;
  }
  .primary-process-steps .primary-process:nth-child(odd):not(:first-child) .primary-process-details .container-left-small .primary-process-content {
    padding-left: 80px;
  }
  .primary-process-steps .primary-process:not(:first-child) .primary-process-details .sub-title-watermark {
    margin-right: 40px;
    font-size: 7rem;
  }
  .primary-process-steps .primary-process:not(:first-child) .primary-process-details .primary-process-content {
    padding-right: 80px;
  }
  .primary-process-steps .primary-process .primary-process-details .sub-title {
    margin-top: -150px;
  }
  .primary-process-steps .primary-process .primary-process-details .primary-process-section-2 {
    margin-top: -70px !important;
  }
  .primary-process-steps .primary-process .primary-process-details .primary-process-content {
    line-height: 27px;
    padding-top: 20px;
  }
  .primary-process-steps .primary-process .primary-process-image .banner-image {
    height: unset;
    min-height: 400px;
  }
  /**  Section - Supportive Process **/
  .supportive-process-steps {
    padding-bottom: 217px;
    padding-top: 250px;
  }
  .supportive-process-steps .supportive-process .process-step:nth-child(even) .content-container .process-title::before, .supportive-process-steps .supportive-process .process-step:nth-child(even) .content-container .process-title::after {
    height: 67px;
    margin-top: 0;
  }
  .supportive-process-steps .supportive-process .process-step:nth-child(even) .content-container .process-title::before {
    margin-left: -25px;
  }
  .supportive-process-steps .supportive-process .process-step:nth-child(even) .content-container .process-title::after {
    margin-left: 25px;
  }
  .supportive-process-steps .supportive-process .process-step .content-container .process-icon {
    width: 125px;
  }
  .supportive-process-steps .supportive-process .process-step .content-container .process-title {
    font-size: 80px;
    line-height: 50px;
    padding-top: 60px;
  }
  .supportive-process-steps .description {
    line-height: 30px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 40px;
    text-align: center;
  }
  /**  Section - Service Model **/
  .service-model .models {
    padding-top: 55px;
    padding-bottom: 85px;
  }
  .service-model .models .model .model-card {
    min-height: 390px;
    margin-bottom: 40px;
    padding: 45px;
    background-position: 320px -180px;
  }
  .service-model .models .model .model-card .model-title {
    font-size: 45px;
    line-height: 50px;
    padding-top: 10px;
  }
  .service-model .models .model .model-card .model-content {
    padding-top: 60px;
    line-height: 27px;
  }
  /**  Section - How We Do It **/
  .how-we-do-it .sub-title-watermark {
    margin-left: -180px;
  }
  .how-we-do-it .container-right {
    padding-left: 50px !important;
  }
  .how-we-do-it .container-right .sub-title {
    padding-top: 30px;
  }
  .how-we-do-it .container-right .text-content {
    padding-right: 50px;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
@media (min-width: 1200px) {
  /**  Section - Supportive Process **/
  .supportive-process-steps .supportive-process .process-step:nth-child(3n+1) .content-container {
    padding-left: 125px;
  }
  .supportive-process-steps .supportive-process .process-step:nth-child(3n) .content-container {
    padding-right: 125px;
  }
  .supportive-process-steps .supportive-process .process-step:nth-child(even) .content-container .process-title::before {
    margin-left: -45px;
  }
  .supportive-process-steps .supportive-process .process-step:nth-child(even) .content-container .process-title::after {
    margin-left: 45px;
  }
  .supportive-process-steps .description {
    padding-left: 160px;
    padding-right: 160px;
  }
  /**  Section - How We Do It **/
  .how-we-do-it .container-right {
    padding-left: 85px !important;
  }
}
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
@media screen and (min-width: 1280px) {
  /**  Section - Primary Process **/
  .primary-process-steps .primary-process:nth-child(odd):not(:first-child) .primary-process-details .container-left-small {
    margin-left: 0px !important;
  }
  .primary-process-steps .primary-process .primary-process-image .banner-image {
    min-height: 540px;
  }
}
/*----------------------------------------------
  ::      ***** ROR Web Apps Page Layout ***** 
--------------------------------------------*/
/**  ROR Apps banner **/
.ror-web-app-banner {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 528px;
  position: relative;
  width: 100%;
}
.ror-web-app-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 528px;
}

/** ROR Apps **/
.ror-web-apps .ror-web-apps-content {
  line-height: 23px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: justify;
}

/** Fidenz History with Ruby on Rails / Ruby on Rails Development **/
.fidenz-history-with-ror .fidenz-history-with-ror-web-content, .fidenz-history-with-ror .ror-development-content, .ror-development .fidenz-history-with-ror-web-content, .ror-development .ror-development-content {
  line-height: 23px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: justify;
}
.fidenz-history-with-ror .fidenz-history-with-ror-web-content .text-content, .fidenz-history-with-ror .ror-development-content .text-content, .ror-development .fidenz-history-with-ror-web-content .text-content, .ror-development .ror-development-content .text-content {
  margin-bottom: 20px !important;
}

.ror-development {
  background-color: #F3F6F9;
  padding-top: 30px;
}

/** Open Source with Ruby on Rails **/
.open-source-ror {
  padding-bottom: 30px;
}
.open-source-ror .noteworthy-open-source-contributions {
  padding-top: 80px;
}
.open-source-ror .about-us {
  display: flex;
}
.open-source-ror .about-us:not(:last-child) .about-us-card {
  margin-bottom: 100px;
}
.open-source-ror .about-us .about-us-card {
  box-shadow: 0 0 11px 8px #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 25px;
  -moz-box-shadow: 0 0 11px 8px #f5f5f5;
  padding: 35px;
  -webkit-box-shadow: 0 0 11px 8px #f5f5f5;
  width: 100%;
}
.open-source-ror .about-us .about-us-card .about-us-image {
  width: 100px;
  height: 100px;
  margin-top: -80px;
  margin-left: calc(50% - 50px);
  background-color: #434c67;
  border-radius: 50%;
}
.open-source-ror .about-us .about-us-card .about-us-icon {
  width: 70px;
  margin-top: 15px;
  margin-left: 15px;
}
.open-source-ror .about-us .about-us-card .about-us-title {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
.open-source-ror .about-us .about-us-card .about-us-content {
  line-height: 26px;
  text-align: center;
}
.open-source-ror .about-us .about-us-card .read-more {
  margin: 0 auto;
  margin-top: 20px;
  padding: 13px 60px;
}

/** Ruby on Rails Toolbox */
.ror-toolbox {
  padding-bottom: 30px;
  padding-top: 15px;
}
.ror-toolbox .description {
  color: #5a606c;
  line-height: 22px;
  padding-bottom: 35px;
  padding-top: 20px;
}
.ror-toolbox .expertise-list .image-grid:nth-child(odd) .image-grid-card {
  margin-right: 5px;
}
.ror-toolbox .expertise-list .image-grid:nth-child(even) .image-grid-card {
  margin-left: 5px;
}
.ror-toolbox .expertise-list .image-grid .image-grid-card {
  align-items: center;
  background-color: #5387a8;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 30px;
  min-height: 75px;
  border-radius: 10px;
  padding: 0 10px;
}
.ror-toolbox .expertise-list .image-grid .image-grid-card .toolbox-image-wrapper {
  background-color: #ffffff;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.ror-toolbox .expertise-list .image-grid .image-grid-card .toolbox-image {
  width: 18px;
}
.ror-toolbox .expertise-list .image-grid .image-grid-card .toolbox-name {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.9;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

/**  Third-Party Integration **/
.ror-third-party-integration {
  background-color: #F3F6F9;
  padding-bottom: 60px;
  padding-top: 30px;
}
.ror-third-party-integration .third-party-integration-content.content-last .content-detail-col {
  order: 1;
}
.ror-third-party-integration .third-party-integration-content.content-last .banner-image-col {
  order: 2;
}
.ror-third-party-integration .third-party-integration-content .container-left, .ror-third-party-integration .third-party-integration-content .container-right {
  padding: 24px !important;
}
.ror-third-party-integration .third-party-integration-content .container-left, .ror-third-party-integration .third-party-integration-content .container-right {
  max-width: 100% !important;
}
.ror-third-party-integration .third-party-integration-content .content-detail-col .container-left, .ror-third-party-integration .third-party-integration-content .content-detail-col .container-right {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ror-third-party-integration .third-party-integration-content .content-heading {
  font-weight: 600;
  line-height: 22px;
}
.ror-third-party-integration .third-party-integration-content .content-detail {
  line-height: 26px;
  padding-bottom: 24px;
  padding-top: 24px;
  text-align: justify;
}
.ror-third-party-integration .third-party-integration-content .banner-image-col {
  background-color: #ffffff;
}
.ror-third-party-integration .third-party-integration-content .banner-image-col .banner-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 240px;
  min-height: 250px;
  position: relative;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
@media (min-width: 576px) {
  /** Ruby on Rails Toolbox */
  .ror-toolbox .expertise-list .image-grid:nth-child(3n+1) .image-grid-card {
    margin-left: 0;
    margin-right: 10px;
  }
  .ror-toolbox .expertise-list .image-grid:nth-child(3n) .image-grid-card {
    margin-left: 10px;
    margin-right: 0;
  }
  .ror-toolbox .expertise-list .image-grid:nth-child(3n+2) .image-grid-card {
    margin-left: 5px;
    margin-right: 5px;
  }
  /**  Third-Party Integration **/
  .ror-third-party-integration .third-party-integration-content .banner-image-col .banner-image {
    background-size: 350px;
  }
}
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /**  ROR Apps banner **/
  .ror-web-app-banner {
    background-position: center;
  }
  .ror-web-apps .ror-web-apps-content {
    padding-bottom: 30px !important;
  }
  /** Open Source with Ruby on Rails **/
  .open-source-ror .about-us .about-us-card {
    padding: 35px 20px;
    width: 96%;
    margin-bottom: 25px !important;
  }
  .open-source-ror .about-us:nth-child(3n) .about-us-card {
    margin-left: 5% !important;
    margin-right: 0 !important;
  }
  .open-source-ror .about-us:first-child .about-us-card, .open-source-ror .about-us:nth-child(4n) .about-us-card {
    margin-left: 0 !important;
    margin-right: 5% !important;
  }
  .open-source-ror .about-us:nth-child(even) .about-us-card {
    margin-left: auto;
    margin-right: auto;
  }
  /**  Third-Party Integration **/
  .ror-third-party-integration .third-party-integration-content.content-one {
    margin-top: 45px;
  }
  .ror-third-party-integration .third-party-integration-content.even-row .content-detail-col {
    order: 2;
  }
  .ror-third-party-integration .third-party-integration-content.even-row .banner-image-col {
    order: 1;
  }
  .ror-third-party-integration .third-party-integration-content.content-last {
    padding-bottom: 100px;
  }
  .ror-third-party-integration .third-party-integration-content .content-detail-col .container-left, .ror-third-party-integration .third-party-integration-content .content-detail-col .container-right {
    min-height: 250px;
  }
  .ror-third-party-integration .third-party-integration-content .content-detail-col .container-left .content-heading, .ror-third-party-integration .third-party-integration-content .content-detail-col .container-left .content-detail {
    padding-right: 10px;
    text-align: left;
    width: 100%;
  }
  .ror-third-party-integration .third-party-integration-content .content-detail-col .container-right .content-heading, .ror-third-party-integration .third-party-integration-content .content-detail-col .container-right .content-detail {
    padding-left: 10px;
    text-align: right;
    width: 100%;
  }
  .ror-third-party-integration .third-party-integration-content .banner-image-col {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .ror-third-party-integration .third-party-integration-content .banner-image-col .container-left, .ror-third-party-integration .third-party-integration-content .banner-image-col .container-right {
    width: 100%;
  }
  .ror-third-party-integration .third-party-integration-content .banner-image-col .banner-image {
    min-height: 250px;
    width: 100%;
  }
  /** Ruby on Rails Toolbox **/
  .ror-toolbox .expertise-list .image-grid .image-grid-card {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /** IOS App **/
  .ror-web-apps .ror-web-apps-content {
    line-height: 28px;
    padding-bottom: 55px;
    padding-top: 45px;
  }
  /** Fidenz History with Ruby on Rails / Ruby on Rails Development **/
  .fidenz-history-with-ror .fidenz-history-with-ror-web-content, .fidenz-history-with-ror .ror-development-content, .ror-development .fidenz-history-with-ror-web-content, .ror-development .ror-development-content {
    line-height: 28px;
    padding-bottom: 55px;
    padding-top: 45px;
  }
  /** Open Source with Ruby on Rails **/
  .open-source-ror {
    padding-bottom: 60px;
  }
  .open-source-ror .noteworthy-open-source-contributions {
    padding-top: 120px;
  }
  .open-source-ror .about-us .about-us-card {
    margin-bottom: 50px;
    min-height: 380px;
    padding: 35px 35px 60px 35px;
    width: 95%;
  }
  .open-source-ror .about-us .about-us-card .about-us-image {
    width: 126px;
    height: 126px;
    margin-top: -100px;
    margin-left: calc(50% - 62.5px);
  }
  .open-source-ror .about-us .about-us-card .about-us-icon {
    margin-top: 18px;
    width: 90px;
    margin-left: 18px;
  }
  .open-source-ror .about-us .about-us-card .about-us-title {
    font-size: 3rem;
    padding-bottom: 16px;
    padding-top: 30px;
  }
  .open-source-ror .about-us:nth-child(3n) .about-us-card {
    margin-left: 6% !important;
  }
  .open-source-ror .about-us:first-child .about-us-card, .open-source-ror .about-us:nth-child(4n) .about-us-card {
    margin-right: 5% !important;
  }
  /**  Third-Party Integration **/
  .ror-third-party-integration {
    padding-top: 20px;
  }
  .ror-third-party-integration .third-party-integration-content.content-last {
    padding-bottom: 125px;
  }
  .ror-third-party-integration .third-party-integration-content .container-right, .ror-third-party-integration .third-party-integration-content .container-left {
    max-width: 630px !important;
  }
  .ror-third-party-integration .third-party-integration-content .content-detail-col .container-left .content-heading,
  .ror-third-party-integration .third-party-integration-content .content-detail-col .container-left .content-detail, .ror-third-party-integration .third-party-integration-content .content-detail-col .container-right .content-heading,
  .ror-third-party-integration .third-party-integration-content .content-detail-col .container-right .content-detail {
    padding-right: 70px;
  }
  /** Ruby on Rails Toolbox **/
  .ror-toolbox .description {
    line-height: 28px;
    padding-bottom: 45px;
  }
  .ror-toolbox .expertise-list .image-grid:nth-child(4n+1) .image-grid-card {
    margin-left: 0;
    margin-right: 21px;
  }
  .ror-toolbox .expertise-list .image-grid:nth-child(4n) .image-grid-card {
    margin-left: 21px;
    margin-right: 0;
  }
  .ror-toolbox .expertise-list .image-grid:nth-child(4n+2) .image-grid-card {
    margin-left: 7px;
    margin-right: 14px;
  }
  .ror-toolbox .expertise-list .image-grid:nth-child(4n+3) .image-grid-card {
    margin-left: 14px;
    margin-right: 7px;
  }
  .ror-toolbox .expertise-list .image-grid .image-grid-card {
    margin-bottom: 35px;
  }
  .ror-toolbox .expertise-list .image-grid .image-grid-card .toolbox-name {
    font-size: 1.1rem;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 0;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
@media (min-width: 1200px) {
  /** Ruby on Rails Toolbox **/
  .ror-toolbox .expertise-list .image-grid .image-grid-card .toolbox-name {
    font-size: 1.4rem;
  }
}
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
/*----------------------------------------------
  ::      ***** Services Page Layout ***** 
--------------------------------------------*/
/**  Section - Services banner **/
.services-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 528px;
  position: relative;
  width: 100%;
}
.services-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 528px;
}

/** Product Development **/
.product-development {
  padding-bottom: 50px;
}
.product-development .product-development-content {
  line-height: 23px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: justify;
}
.product-development .process .icon-box {
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 0 11px 8px #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  max-height: 250px;
  -moz-box-shadow: 0 0 11px 8px #f5f5f5;
  -webkit-box-shadow: 0 0 11px 8px #f5f5f5;
  width: 100%;
}
.product-development .process .icon-box:hover {
  background-color: #5387a8;
  justify-content: flex-end;
}
.product-development .process .icon-box:hover::before {
  content: "";
  clear: both;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #5387a8;
  margin-bottom: -20px;
  margin-left: 0;
  position: absolute;
}
.product-development .process .icon-box:hover .icon-box-icon {
  background-color: transparent;
  height: 90px;
  padding: 0;
  width: 90px;
}
.product-development .process .icon-box:hover .process-title {
  display: none;
}
.product-development .process .icon-box .icon-box-icon {
  background-color: #434c67;
  border-radius: 50%;
  display: flex;
  height: 90px;
  width: 90px;
}
.product-development .process .icon-box .process-title {
  color: #30353b;
  text-align: center;
  text-transform: uppercase;
}
.product-development .process .icon-box .process-title .process-title-main {
  font-size: 1.563rem;
  font-weight: 600;
  padding-top: 20px;
}
.product-development .process .icon-box .process-title .process-title-sub {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.9;
}
.product-development .process .process-detail {
  box-shadow: 0 0 11px 8px #f5f5f5;
  color: #434c67;
  display: none;
  margin-bottom: 30px;
  -moz-box-shadow: 0 0 11px 8px #f5f5f5;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  -webkit-box-shadow: 0 0 11px 8px #f5f5f5;
  width: 100%;
}
.product-development .process .process-detail .process-title {
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
}
.product-development .process .process-detail .process-content {
  font-size: 1.125rem;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
}

/** Tech Expertise **/
.tech-expertise {
  background-color: #f4f4f4;
  padding-bottom: 50px;
}
.tech-expertise .sub-title-watermark {
  opacity: 0.1;
  padding-top: 30px;
  width: 98vw;
  height: unset;
}
.tech-expertise .sub-title-watermark::before {
  display: none;
}
.tech-expertise .sub-title-watermark::after {
  display: none;
}
.tech-expertise .sub-title-watermark-col {
  background-color: #f4f4f4;
}
.tech-expertise .sub-title-watermark-col .horizontal-line {
  background-color: #dfdfdf;
  height: 1px;
  margin-top: 160px;
  width: 100%;
  display: none;
}
.tech-expertise .tech-expertise-header-banner {
  background-image: url("images/tech-expertise-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 280px;
}
.tech-expertise .tech-expertise-content {
  line-height: 26px;
  padding: 20px 0;
  text-align: left;
}
.tech-expertise .expertise .expertise-card {
  color: #5387a8;
  min-height: 345px;
  padding: 25px;
}
.tech-expertise .expertise .expertise-card .expertise-card-index {
  color: #6593b0;
  float: right;
  font-size: 5.625rem;
  font-weight: 600;
  line-height: 75px;
  margin-right: -28px;
  margin-top: -34px;
}
.tech-expertise .expertise .expertise-card .expertise-title-icon {
  display: flex;
  align-items: center;
}
.tech-expertise .expertise .expertise-card .expertise-title-icon .expertise-icon {
  height: 70px;
  width: 70px;
}
.tech-expertise .expertise .expertise-card .expertise-title-icon .expertise-icon.desktop {
  display: none;
}
.tech-expertise .expertise .expertise-card .expertise-title-icon .expertise-title {
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 25px;
  text-transform: uppercase;
}
.tech-expertise .expertise .expertise-card .expertise-content {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 25px !important;
  max-height: 155px;
  padding-top: 25px;
  overflow: hidden;
}
.tech-expertise .expertise .expertise-card .read-more-container {
  display: flex;
  align-items: center;
}
.tech-expertise .expertise .expertise-card .expertise-read-more {
  color: #5387a8;
  font-size: 1.188rem;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 10px;
}
.tech-expertise .expertise:nth-child(odd) .expertise-card {
  background-color: #5387a7 !important;
}
.tech-expertise .expertise:nth-child(odd) .expertise-card .expertise-title,
.tech-expertise .expertise:nth-child(odd) .expertise-card .expertise-content,
.tech-expertise .expertise:nth-child(odd) .expertise-card .expertise-read-more,
.tech-expertise .expertise:nth-child(odd) .expertise-card .icon-right {
  color: #ffffff;
}
.tech-expertise .expertise:nth-child(even) .expertise-card {
  background-color: #ffffff;
}
.tech-expertise .expertise:nth-child(even) .expertise-card .expertise-card-index {
  color: #f2f6f8;
}

/** Support Services **/
.support-services {
  padding-bottom: 50px;
}
.support-services .support-services-content {
  line-height: 23px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: justify;
}
.support-services .services .service-card {
  background-position: 125px -100px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 25px;
  min-height: 400px;
  padding: 35px 50px;
  width: 100%;
}
.support-services .services .service-card .service-title {
  font-size: 2.188rem;
  font-weight: 500;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.support-services .services .service-card .service-content {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
}
.support-services .services .service-card .service-arrow {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  color: #ffffff;
  cursor: pointer;
}
.support-services .services .service-card .icon-up {
  display: none;
}

.collapse-card {
  max-height: 400px !important;
}

.expand {
  max-height: unset !important;
  height: 100%;
}

.collapse-content {
  max-height: 156px !important;
}

.collapse-title {
  padding-top: 30px !important;
}

.expand-title {
  padding-top: 0px !important;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
@media (min-width: 576px) {
  /** product-development **/
  .product-development .process:nth-child(odd) .icon-box {
    margin-right: 3%;
  }
  .product-development .process:nth-child(even) .process-detail {
    float: right;
    text-align: right;
  }
  .product-development .process:nth-child(even) .icon-box {
    margin-left: 3%;
  }
  .product-development .process .icon-box {
    width: 97%;
  }
  .product-development .process .process-detail {
    width: 200%;
  }
}
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /** product-development **/
  .product-development .process .icon-box {
    margin-bottom: 25px;
  }
  /** Tech Expertise **/
  .tech-expertise .sub-title-watermark {
    width: 100%;
  }
  .tech-expertise .sub-title-watermark-col .horizontal-line {
    display: block;
    margin-top: 75px;
  }
  .tech-expertise .tech-expertise-header-banner {
    min-height: 485px;
  }
  .tech-expertise .tech-expertise-container {
    margin-top: -125px;
  }
  .tech-expertise .expertise:first-child .expertise-card {
    background-color: #5387a7;
    margin-top: -100px;
  }
  .tech-expertise .expertise:first-child .expertise-card .expertise-title,
  .tech-expertise .expertise:first-child .expertise-card .expertise-content,
  .tech-expertise .expertise:first-child .expertise-card .expertise-read-more,
  .tech-expertise .expertise:first-child .expertise-card .icon-right {
    color: #ffffff;
  }
  .tech-expertise .expertise:nth-child(4n) .expertise-card {
    background-color: #5387a7 !important;
  }
  .tech-expertise .expertise:nth-child(4n) .expertise-card .expertise-card-index {
    color: #6593b0;
  }
  .tech-expertise .expertise:nth-child(4n) .expertise-card .expertise-title,
  .tech-expertise .expertise:nth-child(4n) .expertise-card .expertise-content,
  .tech-expertise .expertise:nth-child(4n) .expertise-card .expertise-read-more,
  .tech-expertise .expertise:nth-child(4n) .expertise-card .icon-right {
    color: #ffffff;
  }
  .tech-expertise .expertise:nth-child(3n) .expertise-card {
    background-color: #ffffff !important;
    margin-top: -100px;
  }
  .tech-expertise .expertise:nth-child(3n) .expertise-card .expertise-card-index {
    color: #f2f6f8;
  }
  .tech-expertise .expertise:nth-child(3n) .expertise-card .expertise-title,
  .tech-expertise .expertise:nth-child(3n) .expertise-card .expertise-content,
  .tech-expertise .expertise:nth-child(3n) .expertise-card .expertise-read-more,
  .tech-expertise .expertise:nth-child(3n) .expertise-card .icon-right {
    color: #5387a8;
  }
  /** Support Services **/
  .support-services {
    padding-bottom: 95px;
  }
  .support-services .services .service-card {
    padding: 35px 20px;
    width: 96%;
    margin-bottom: 0;
  }
  .support-services .services:nth-child(3n) .service-card {
    margin-left: 5% !important;
    margin-right: 0 !important;
  }
  .support-services .services:first-child .service-card, .support-services .services:nth-child(4n) .service-card {
    margin-left: 0 !important;
    margin-right: 5% !important;
  }
  .support-services .services:nth-child(even) .service-card {
    margin-left: auto;
    margin-right: auto;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /** product-development **/
  .product-development {
    padding-bottom: 85px;
  }
  .product-development .product-development-content {
    line-height: 28px;
    padding-bottom: 55px;
    padding-top: 45px;
  }
  .product-development .process:nth-child(4n) .icon-box {
    margin-left: 6% !important;
    margin-right: 0 !important;
  }
  .product-development .process:nth-child(4n) .process-detail {
    float: right !important;
    text-align: right !important;
  }
  .product-development .process:first-child .icon-box, .product-development .process:nth-child(5n) .icon-box {
    margin-left: 0 !important;
    margin-right: 6% !important;
  }
  .product-development .process:first-child .process-detail, .product-development .process:nth-child(5n) .process-detail {
    left: 0;
    right: unset;
    text-align: left !important;
  }
  .product-development .process:nth-child(odd) .icon-box {
    margin-left: 4%;
    margin-right: 2%;
  }
  .product-development .process:nth-child(odd) .process-detail {
    float: unset;
    right: 200%;
    text-align: right;
  }
  .product-development .process:nth-child(even) .icon-box {
    margin-left: 2%;
    margin-right: 4%;
  }
  .product-development .process:nth-child(even) .process-detail {
    float: left;
    text-align: left;
  }
  .product-development .process .icon-box {
    margin-bottom: 50px;
    max-height: unset;
    width: 94%;
  }
  .product-development .process .icon-box .process-title .process-title-main {
    font-size: 2.188rem;
  }
  .product-development .process .icon-box .process-title .process-title-sub {
    font-size: 1.875rem;
  }
  .product-development .process .process-detail {
    width: 296%;
  }
  .product-development .process .process-detail .process-title {
    font-size: 3.125rem;
    padding-left: 80px;
    padding-right: 80px;
  }
  .product-development .process .process-detail .process-content {
    font-size: 1.375rem;
    padding-left: 80px;
    padding-right: 80px;
  }
  /** Tech Expertise **/
  .tech-expertise {
    padding-bottom: 85px;
  }
  .tech-expertise .sub-title-watermark {
    padding-top: 45px;
  }
  .tech-expertise .sub-title {
    margin-top: -95px;
  }
  .tech-expertise .sub-title-watermark-col .horizontal-line {
    background: transparent;
    margin-top: 160px;
  }
  .tech-expertise .tech-expertise-header-banner {
    min-height: 785px;
  }
  .tech-expertise .tech-expertise-content {
    padding-top: 55px;
  }
  .tech-expertise .tech-expertise-container {
    margin-top: -320px;
  }
  .tech-expertise .expertise .expertise-card {
    min-height: 420px;
    padding: 50px;
  }
  .tech-expertise .expertise .expertise-card .expertise-card-index {
    font-size: 9.375rem;
    line-height: 125px;
    margin-right: -55px;
    margin-top: -66px;
  }
  .tech-expertise .expertise .expertise-card .expertise-title-icon .expertise-icon {
    height: 93px;
    width: 93px;
  }
  .tech-expertise .expertise .expertise-card .expertise-title-icon .expertise-icon.desktop {
    display: block;
  }
  .tech-expertise .expertise .expertise-card .expertise-title-icon .expertise-icon.mobile {
    display: none;
  }
  .tech-expertise .expertise .expertise-card .expertise-title-icon .expertise-title {
    font-size: 3.125rem;
  }
  .tech-expertise .expertise .expertise-card .expertise-content {
    font-size: 1.375rem;
    margin-bottom: 52px !important;
    max-height: 144px;
    padding-top: 35px;
    overflow: hidden;
  }
  .tech-expertise .expertise .expertise-card .expertise-read-more {
    font-size: 1.438rem;
  }
  /** Support Services **/
  .support-services .support-services-content {
    line-height: 28px;
    padding-bottom: 55px;
    padding-top: 45px;
  }
  .support-services .services .service-card {
    min-height: 535px;
    padding: 26px 50px 65px 50px;
    width: 95%;
  }
  .support-services .services .service-card .service-title {
    font-size: 2.813rem;
  }
  .support-services .services .service-card .service-content {
    font-size: 1.375rem;
  }
  .support-services .services .service-card .service-arrow {
    margin-top: 50px;
  }
  .support-services .services:nth-child(3n) .service-card {
    margin-left: 6% !important;
  }
  .support-services .services:first-child .service-card, .support-services .services:nth-child(4n) .service-card {
    margin-right: 5% !important;
  }
  .collapse-card {
    max-height: 535px !important;
  }
  .collapse-title {
    padding-top: 90px !important;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
@media (min-width: 1240px) {
  /** Tech Expertise **/
  .tech-expertise .tech-expertise-content {
    padding-left: 55px;
  }
}
/*----------------------------------------------
  ::      ***** Web Apps Page Layout ***** 
--------------------------------------------*/
/**  Web Apps banner **/
.web-app-banner {
  background-position: -1000px;
  background-repeat: no-repeat;
  min-height: 528px;
  position: relative;
  width: 100%;
}
.web-app-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 528px;
}

/** Web Apps Development **/
.web-app-development .web-app-development-content {
  line-height: 23px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: justify;
}

/**  Web Development Languages **/
.web-dev-languages-first .web-dev-lang .web-dev-lang-details .container-left-small .web-dev-lang-content {
  line-height: 22px;
  padding-right: 0;
  padding-top: 20px;
  text-align: justify;
}
.web-dev-languages-first .web-dev-lang .web-dev-lang-details .container-left-small .web-dev-lang-content p {
  margin-bottom: 5px !important;
}
.web-dev-languages-first .web-dev-lang .web-dev-lang-image .banner-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  max-width: 550px;
  margin-top: 20px;
}

/** Technologies **/
.technologies {
  background-color: #f4f4f4;
  padding-bottom: 50px;
}
.technologies .sub-title-watermark {
  opacity: 0.05;
  padding-top: 30px;
  width: 98vw;
  height: unset;
}
.technologies .sub-title-watermark::before {
  display: none;
}
.technologies .sub-title-watermark::after {
  display: none;
}
.technologies .sub-title-watermark-col {
  background-color: #f4f4f4;
}
.technologies .sub-title-watermark-col .horizontal-line {
  background-color: #dfdfdf;
  height: 1px;
  margin-top: 160px;
  width: 100%;
  display: none;
}
.technologies .technologies-header-banner {
  background-image: url("images/tech-expertise-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 280px;
}
.technologies .technologies-content {
  line-height: 26px;
  padding: 20px 0;
  text-align: left;
}
.technologies .technologies-container {
  position: relative;
}
.technologies .technology-row .technology:last-child .technology-card {
  border-bottom: none;
}
.technologies .technology {
  background-color: #ffffff;
}
.technologies .technology .technology-card {
  border-bottom: 1px solid #dde7ed;
  min-height: 200px;
  padding: 25px 0;
  margin: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/** Our Expertise */
.web-apps-our-expertise {
  background-color: #5387a8;
}
.web-apps-our-expertise .sub-title-watermark {
  opacity: 0.1;
}
.web-apps-our-expertise .our-expertise-list {
  padding-bottom: 50px;
  padding-top: 50px;
}
.web-apps-our-expertise .our-expertise-list .image-grid .image-grid-card {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 16px;
  min-height: 160px;
}
.web-apps-our-expertise .our-expertise-list .image-grid .image-grid-card:hover {
  background-color: #ffffff;
}
.web-apps-our-expertise .our-expertise-list .image-grid .image-grid-card .our-expertise-name {
  color: #434c67;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.9;
  text-align: center;
}

/**  Web Development Languages **/
.web-dev-languages .sub-title-watermark::before, .web-dev-languages .sub-title-watermark::after {
  display: none;
}
.web-dev-languages .web-dev-lang .web-dev-lang-details {
  background-color: #F3F6F9;
}
.web-dev-languages .web-dev-lang .web-dev-lang-details .sub-title-watermark {
  font-size: 4rem;
}
.web-dev-languages .web-dev-lang .web-dev-lang-details .sub-title {
  margin-top: -48px;
}
.web-dev-languages .web-dev-lang .web-dev-lang-details .container-left-small .web-dev-lang-content {
  line-height: 22px;
  padding-bottom: 30px;
  padding-right: 0;
  padding-top: 20px;
  text-align: justify;
}
.web-dev-languages .web-dev-lang .web-dev-lang-details .container-left-small .web-dev-lang-content p {
  margin-bottom: 5px !important;
}
.web-dev-languages .web-dev-lang .web-dev-lang-details .container-left-small .read-more {
  margin-bottom: 20px;
}
.web-dev-languages .web-dev-lang .web-dev-lang-image .banner-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  height: 100%;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
@media (min-width: 420px) {
  /**  Web Development Languages **/
  .web-dev-languages .web-dev-lang .web-dev-lang-image {
    padding: 30px;
  }
  .web-dev-languages .web-dev-lang .web-dev-lang-image .banner-image {
    background-size: contain;
  }
}
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
@media (min-width: 576px) {
  /** Our Expertise */
  .web-apps-our-expertise .our-expertise-list .image-grid:nth-child(odd) .image-grid-card {
    margin-right: 8px;
  }
  .web-apps-our-expertise .our-expertise-list .image-grid:nth-child(even) .image-grid-card {
    margin-left: 8px;
  }
}
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /**  Web Apps banner **/
  .web-app-banner {
    background-position: center;
  }
  /**  Web Development Languages **/
  .web-dev-languages-first .web-dev-lang .web-dev-lang-details .container-left-small {
    max-width: 630px !important;
  }
  .web-dev-languages-first .web-dev-lang .web-dev-lang-details .container-left-small .web-dev-lang-content {
    text-align: left;
  }
  .web-dev-languages-first .web-dev-lang .web-dev-lang-details .container-left-small .sub-title {
    margin-right: -130px !important;
  }
  .web-dev-languages-first .web-dev-lang .web-dev-lang-image .banner-image {
    margin-top: 0;
    min-height: 350px;
  }
  /** Technologies **/
  .technologies .sub-title-watermark-col .horizontal-line {
    display: block;
    margin-top: 60px;
  }
  .technologies .technologies-header-banner {
    min-height: 485px;
  }
  .technologies .technologies-content {
    padding-top: 35px;
  }
  .technologies .technologies-container {
    box-shadow: 0 0 11px 2px #d8d8d8;
    -moz-box-shadow: 0 0 11px 2px #d8d8d8;
    -webkit-box-shadow: 0 0 11px 2px #d8d8d8;
    margin-top: -230px;
  }
  .technologies .technologies-container .technology-row:first-child .technology .technology-card {
    margin-top: 40px;
  }
  .technologies .technologies-container .technology-row:last-child .technology .technology-card {
    border-bottom: none !important;
    margin-bottom: 40px;
  }
  .technologies .technologies-container .technology-row .technology:first-child .technology-card {
    margin-left: 40px;
    padding-left: 0;
  }
  .technologies .technologies-container .technology-row .technology:last-child .technology-card {
    border-right: none;
    margin-right: 40px;
    padding-right: 0;
  }
  .technologies .technology .technology-card {
    border-bottom: 1px solid #dde7ed !important;
    border-right: 1px solid #dde7ed;
    margin: 0;
    padding: 25px;
  }
  /** Our Expertise **/
  .web-apps-our-expertise .our-expertise-list .image-grid:nth-child(3n+1) .image-grid-card {
    margin-left: 0;
    margin-right: 20px;
  }
  .web-apps-our-expertise .our-expertise-list .image-grid:nth-child(3n) .image-grid-card {
    margin-left: 20px;
    margin-right: 0;
  }
  .web-apps-our-expertise .our-expertise-list .image-grid:nth-child(3n+2) .image-grid-card {
    margin-left: 10px;
    margin-right: 10px;
  }
  .web-apps-our-expertise .our-expertise-list .image-grid .image-grid-card {
    margin-bottom: 21px;
    min-height: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /**  Web Development Languages **/
  .web-dev-languages .web-dev-lang:nth-child(even) .web-dev-lang-details {
    order: 2;
  }
  .web-dev-languages .web-dev-lang:nth-child(even) .web-dev-lang-details .sub-title-watermark,
  .web-dev-languages .web-dev-lang:nth-child(even) .web-dev-lang-details .sub-title {
    text-align: right;
  }
  .web-dev-languages .web-dev-lang:nth-child(even) .web-dev-lang-details .sub-title-watermark {
    padding-left: 40px;
    margin-right: 0;
  }
  .web-dev-languages .web-dev-lang:nth-child(even) .web-dev-lang-details .container-left-small .web-dev-lang-content {
    padding-left: 50px;
    padding-right: 0;
    text-align: right;
  }
  .web-dev-languages .web-dev-lang:nth-child(even) .web-dev-lang-details .container-left-small .read-more {
    margin: 0 0 20px auto;
  }
  .web-dev-languages .web-dev-lang:nth-child(even) .web-dev-lang-image {
    order: 1;
  }
  .web-dev-languages .web-dev-lang .web-dev-lang-details {
    display: flex;
    align-items: center;
  }
  .web-dev-languages .web-dev-lang .web-dev-lang-details .sub-title-watermark {
    font-size: 8rem;
  }
  .web-dev-languages .web-dev-lang .web-dev-lang-details .sub-title {
    margin-top: -145px;
  }
  .web-dev-languages .web-dev-lang .web-dev-lang-details .container-left-small {
    max-width: 630px !important;
  }
  .web-dev-languages .web-dev-lang .web-dev-lang-details .container-left-small .web-dev-lang-content {
    text-align: left;
    padding-right: 50px;
  }
  .web-dev-languages .web-dev-lang .web-dev-lang-image {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .web-dev-languages .web-dev-lang .web-dev-lang-image .banner-image {
    margin-top: 0;
    background-size: 75%;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /** Web App Development **/
  .web-app-development .web-app-development-content {
    line-height: 28px;
    padding-bottom: 55px;
    padding-top: 45px;
  }
  /**  Web Development Languages **/
  .web-dev-languages-first .web-dev-lang .web-dev-lang-details .container-left-small {
    margin-right: 0 !important;
  }
  .web-dev-languages-first .web-dev-lang .web-dev-lang-details .container-left-small .web-dev-lang-content {
    line-height: 27px;
    padding-top: 55px;
  }
  .web-dev-languages-first .web-dev-lang .web-dev-lang-details .container-left-small .web-dev-lang-content p {
    margin-bottom: 10px !important;
  }
  .web-dev-languages-first .web-dev-lang .web-dev-lang-image .banner-image {
    min-height: 400px;
  }
  /** Technologies **/
  .technologies {
    padding-bottom: 125px;
  }
  .technologies .sub-title-watermark {
    padding-top: 10px;
  }
  .technologies .sub-title-watermark-col .horizontal-line {
    margin-top: 95px;
  }
  .technologies .technologies-header-banner {
    min-height: 750px;
  }
  .technologies .technologies-header-banner .sub-title {
    padding-right: 85px;
  }
  .technologies .technologies-content {
    padding-top: 85px;
  }
  .technologies .technologies-container {
    margin-top: -400px;
  }
  .technologies .technology .technology-card {
    min-height: 215px;
  }
  /** Our Expertise **/
  .web-apps-our-expertise {
    padding-bottom: 130px;
  }
  .web-apps-our-expertise .our-expertise-list {
    padding-top: 100px;
  }
  .web-apps-our-expertise .our-expertise-list .image-grid .image-grid-card {
    margin-bottom: 21px;
    min-height: 185px;
  }
  .web-apps-our-expertise .our-expertise-list .image-grid .image-grid-card .our-expertise-name {
    font-size: 1.5rem;
    line-height: 26px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px;
  }
  /**  Web Development Languages **/
  .web-dev-languages .web-dev-lang:nth-child(even) .web-dev-lang-details .container-left-small {
    margin-left: 0 !important;
    margin-right: auto;
  }
  .web-dev-languages .web-dev-lang:nth-child(even) .web-dev-lang-details .container-left-small .web-dev-lang-content {
    padding-left: 40px;
  }
  .web-dev-languages .web-dev-lang .web-dev-lang-details .sub-title {
    margin-top: -145px;
  }
  .web-dev-languages .web-dev-lang .web-dev-lang-details .container-left-small {
    margin-right: 0 !important;
  }
  .web-dev-languages .web-dev-lang .web-dev-lang-details .container-left-small .web-dev-lang-content {
    line-height: 27px;
    padding-top: 32px;
    padding-right: 40px;
  }
  .web-dev-languages .web-dev-lang .web-dev-lang-details .container-left-small .web-dev-lang-content p {
    margin-bottom: 10px !important;
  }
  .web-dev-languages .web-dev-lang .web-dev-lang-image .banner-image {
    background-size: 60%;
    min-height: 400px;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
@media (min-width: 1240px) {
  /** Technologies **/
  .technologies .technologies-content {
    padding-left: 55px;
  }
}
/*----------------------------------------------
  ::      ***** Why Fidenz Page Layout ***** 
--------------------------------------------*/
/**  Why Fidenz banner **/
.why-fidenz-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 528px;
  position: relative;
  width: 100%;
}
.why-fidenz-banner .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 528px;
}

/** Why Fidenz **/
.why-fidenz {
  background-color: #ffffff;
}
.why-fidenz .why-fidenz-content {
  line-height: 23px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: justify;
}

/**  Why Fidenz Detail **/
.why-fidenz-detail {
  background-color: #F3F6F9;
  padding-bottom: 0;
}
.why-fidenz-detail .why-fidenz-detail-content .content-detail-col .content-heading {
  padding-top: 20px;
}
.why-fidenz-detail .why-fidenz-detail-content.content-last .content-detail-col {
  order: 1;
  display: flex;
}
.why-fidenz-detail .why-fidenz-detail-content.content-last .banner-image-col {
  order: 2;
}
.why-fidenz-detail .why-fidenz-detail-content .container-left, .why-fidenz-detail .why-fidenz-detail-content .container-right {
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
.why-fidenz-detail .why-fidenz-detail-content .container-left, .why-fidenz-detail .why-fidenz-detail-content .container-right {
  max-width: 100% !important;
}
.why-fidenz-detail .why-fidenz-detail-content .content-detail-col .container-left, .why-fidenz-detail .why-fidenz-detail-content .content-detail-col .container-right {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.why-fidenz-detail .why-fidenz-detail-content .content-heading {
  font-weight: 600;
  line-height: 22px;
}
.why-fidenz-detail .why-fidenz-detail-content .content-detail {
  line-height: 26px;
  padding-bottom: 24px;
  padding-top: 24px;
  text-align: justify;
}
.why-fidenz-detail .why-fidenz-detail-content .banner-image-col {
  background-color: #ffffff;
}
.why-fidenz-detail .why-fidenz-detail-content .banner-image-col .banner-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  position: relative;
}

/*----------------------------------------------
  :: Extra Small devices (420px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Small devices (landscape phones, 576px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Medium devices (tablets, 768px and up)
--------------------------------------------*/
@media (min-width: 768px) {
  /**  Why Fidenz Detail */
  .why-fidenz-detail .why-fidenz-detail-content .content-detail-col .content-heading {
    padding-top: 0;
  }
  .why-fidenz-detail .why-fidenz-detail-content.content-one {
    padding-top: 100px;
  }
  .why-fidenz-detail .why-fidenz-detail-content.even-row .content-detail-col {
    order: 2;
    display: flex;
  }
  .why-fidenz-detail .why-fidenz-detail-content.even-row .banner-image-col {
    order: 1;
  }
  .why-fidenz-detail .why-fidenz-detail-content.content-last {
    padding-bottom: 100px;
  }
  .why-fidenz-detail .why-fidenz-detail-content .content-detail-col .container-left, .why-fidenz-detail .why-fidenz-detail-content .content-detail-col .container-right {
    min-height: 250px;
  }
  .why-fidenz-detail .why-fidenz-detail-content .content-detail-col .container-left .content-heading, .why-fidenz-detail .why-fidenz-detail-content .content-detail-col .container-left .content-detail {
    padding-right: 10px;
    text-align: left;
    width: 100%;
  }
  .why-fidenz-detail .why-fidenz-detail-content .content-detail-col .container-right .content-heading, .why-fidenz-detail .why-fidenz-detail-content .content-detail-col .container-right .content-detail {
    padding-left: 10px;
    text-align: right;
    width: 100%;
  }
  .why-fidenz-detail .why-fidenz-detail-content .banner-image-col {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .why-fidenz-detail .why-fidenz-detail-content .banner-image-col .container-left, .why-fidenz-detail .why-fidenz-detail-content .banner-image-col .container-right {
    width: 100%;
  }
  .why-fidenz-detail .why-fidenz-detail-content .banner-image-col .banner-image {
    background-size: cover;
    min-height: 250px;
    width: 100%;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  /** Why Fidenz **/
  .why-fidenz .why-fidenz-content {
    line-height: 28px;
    padding-bottom: 55px;
    padding-top: 45px;
  }
  /**  Why Fidenz Detail **/
  .why-fidenz-detail .why-fidenz-detail-content.content-one {
    padding-top: 125px;
  }
  .why-fidenz-detail .why-fidenz-detail-content.content-last {
    padding-bottom: 125px;
  }
  .why-fidenz-detail .why-fidenz-detail-content .container-right, .why-fidenz-detail .why-fidenz-detail-content .container-left {
    max-width: 630px !important;
  }
}
/*----------------------------------------------
  :: Extra large devices (large desktops, 1200px and up)
--------------------------------------------*/
/*----------------------------------------------
  :: Double Extra large devices (large desktops, 1235px and up)
--------------------------------------------*/
/*----------------------------------------------
  ::      ***** Rag Systems Page Layout ***** 
--------------------------------------------*/
/**  Rag Systems banner **/
.rag-banner {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

#rag-generation, .rag-fine-tuning {
  background-color: #f3f6f9;
  padding-top: 40px;
  padding-bottom: 60px;
}

.rag-workflow, .rag-models, .our-rag-approach {
  padding-top: 25px;
}

.rag-fine-tuning {
  margin-top: 60px;
  margin-bottom: 30px;
}

.why-rag-needed {
  margin-top: 60px;
  background-color: #F3F6F9;
  padding-top: 25px;
  padding-bottom: 25px;
}
.why-rag-needed .why-rag-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.why-rag-needed .image-grid-card {
  background-color: #ffffff !important;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
}
.why-rag-needed .image-grid-card .toolbox-text-wrapper {
  padding: 15px 20px;
}
.why-rag-needed .image-grid-card .toolbox-text-wrapper p {
  font-family: "Barlow Condensed";
  font-weight: 600;
  font-size: 20px;
  line-height: 128%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2F353C;
  margin-bottom: 0;
}
.why-rag-needed .image-grid-card .toolbox-image-wrapper {
  min-width: 90px;
  min-height: 90px;
  height: 100%;
  background-color: #5385A7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.why-rag-needed .image-grid-card img {
  background: transparent;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .why-rag-needed .why-rag-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .why-rag-needed .why-rag-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.our-rag-approach {
  background-color: #F3F6F9;
  margin-top: 60px;
  width: 100%;
}

@media (min-width: 768px) {
  .why-rag-needed .sub-title {
    font-size: 4.8rem;
    margin-top: -133px;
  }
  .why-rag-needed .sub-title-watermark {
    font-size: 9.5rem;
  }
  #probabilistic-section .sub-title {
    margin-top: -115px;
  }
}
@media (max-width: 1023px) {
  .rag-banner {
    background-position: 70%;
  }
  .rag-workflow, .rag-models, .our-rag-approach, #rag-generation {
    padding-bottom: 25px;
  }
}
.rag-models-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 5px;
}
.rag-models-grid .rag-models-cell {
  background: #2f353c;
  padding: 40px;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
}
.rag-models-grid .rag-models-cell:nth-child(4n+1) {
  background: #ffffff;
}
.rag-models-grid .rag-models-cell:nth-child(4n+1) .rag-cell-title {
  color: #2F353C;
}
.rag-models-grid .rag-models-cell:nth-child(4n+2) {
  background: #2f353c;
}
.rag-models-grid .rag-models-cell:nth-child(4n+2) .rag-cell-title {
  color: #ffffff;
}
.rag-models-grid .rag-models-cell:nth-child(4n+3) {
  background: #2f353c;
}
.rag-models-grid .rag-models-cell:nth-child(4n+3) .rag-cell-title {
  color: #ffffff;
}
.rag-models-grid .rag-models-cell:nth-child(4n+4) {
  background: #ffffff;
}
.rag-models-grid .rag-models-cell:nth-child(4n+4) .rag-cell-title {
  color: #2F353C;
}
.rag-models-grid .rag-models-cell .rag-cell-title {
  font-family: "Barlow Condensed";
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.04em;
  margin-bottom: 50px !important;
}
.rag-models-grid .rag-models-cell .rag-logos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 10px;
}
.rag-models-grid .rag-models-cell .rag-logos-grid .rag-logo-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.rag-models-grid .rag-models-cell .rag-logos-grid .rag-logo-item:nth-child(even) {
  justify-content: center;
}
.rag-models-grid .rag-models-cell .rag-logos-grid .rag-logo-item img {
  object-fit: contain;
  filter: grayscale(100%);
}

@media (max-width: 768px) {
  .rag-models-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .rag-models-grid .rag-models-cell {
    padding: 25px;
  }
  .rag-models-grid .rag-models-cell[data-index="1"] {
    order: 1;
  }
  .rag-models-grid .rag-models-cell[data-index="2"] {
    order: 2;
  }
  .rag-models-grid .rag-models-cell[data-index="4"] {
    order: 3;
  }
  .rag-models-grid .rag-models-cell[data-index="3"] {
    order: 4;
  }
  .rag-models-grid .rag-models-cell[data-index="5"] {
    order: 5;
  }
  .rag-models-grid .rag-models-cell[data-index="6"] {
    order: 6;
  }
  .rag-models-grid .rag-models-cell[data-index="8"] {
    order: 7;
  }
  .rag-models-grid .rag-models-cell[data-index="7"] {
    order: 8;
  }
  .rag-models-grid .rag-models-cell .rag-cell-title {
    font-size: 30px;
    margin-bottom: 20px !important;
  }
  .rag-models-grid .rag-models-cell .rag-logos-grid {
    gap: 30px 20px;
  }
}
section.rag-fine-tuning .rag-mobile-arrow-wrapper,
section.our-rag-approach .approach-mobile-wrapper {
  display: none !important;
}

.rag-arrow-outer-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.2vw, 16px);
  align-items: center;
  justify-content: center;
}

.rag-arrow-row {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.rag-arrow-desc {
  border: 2px dashed #0a2540;
  border-radius: 16px;
  text-align: justify;
  font-family: "Barlow Condensed";
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 23px);
  line-height: 128%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  padding: clamp(8px, 1vw, 15px);
  height: clamp(90px, 10vw, 134px);
}

.rag-arrow-row-above .rag-arrow-desc {
  position: relative;
  margin-bottom: clamp(30px, 4vw, 60px);
  max-width: clamp(220px, 28vw, 400px);
}

.rag-arrow-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rag-arrow-row-arrows {
  gap: 0px;
}

.rag-arrow-row-below {
  gap: 50px;
}

.rag-arrow-row-below .rag-arrow-desc {
  position: relative;
  margin-top: clamp(30px, 4vw, 60px);
  max-width: clamp(230px, 29vw, 410px);
}

.rag-arrow {
  position: relative;
  min-width: clamp(150px, 18vw, 270px);
  height: clamp(90px, 11vw, 160px);
  background: #A4D1F0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0a2540;
  font-family: "Barlow Condensed";
  font-weight: 600;
  font-size: clamp(18px, 2.2vw, 32px);
  line-height: 128%;
  letter-spacing: 0.04em;
  clip-path: polygon(0% 0%, calc(100% - clamp(45px, 6vw, 85px)) 0%, 100% 50%, calc(100% - clamp(38px, 5vw, 70px)) 100%, 0% 100%, clamp(38px, 5vw, 70px) 50%);
  margin-left: -30px;
  z-index: 0;
  overflow: visible;
}

.rag-arrow--first {
  margin-left: 0;
}

.rag-arrow-text {
  display: block;
  text-align: center;
  transform: translateX(16px);
  width: 100%;
}

.rag-arrow.above {
  z-index: 2;
}

.rag-arrow-container.has-above::before {
  content: "";
  position: absolute;
  bottom: 75%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: clamp(60px, 8vw, 118px);
  border-left: 2px dashed #0a2540;
  z-index: 3;
}

.rag-arrow-container.has-above::after {
  content: "";
  position: absolute;
  bottom: clamp(60px, 8vw, 117px);
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: #0a2540;
  border-radius: 50%;
  border: 2px solid #A4D1F0;
  z-index: 4;
}

.rag-arrow-container.has-below .rag-arrow-line-below {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: clamp(60px, 8vw, 118px);
  border-left: 2px dashed #0a2540;
  z-index: 3;
}

.rag-arrow-container.has-below .rag-arrow-dot-below {
  position: absolute;
  top: clamp(60px, 8vw, 117px);
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: #0a2540;
  border-radius: 50%;
  border: 2px solid #A4D1F0;
  z-index: 4;
}

section.our-rag-approach .approach-desktop-wrapper {
  display: flex;
}

@media (max-width: 768px) {
  .rag-arrow-wrapper {
    display: none !important;
  }
  section.rag-fine-tuning .rag-mobile-arrow-wrapper {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    background-color: white;
    margin-top: 44px;
  }
  .rag-mobile-container {
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-top: 17px;
  }
  .rag-mobile-arrow-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
  .rag-fine-tuning .primary-process {
    --bs-gutter-x: 0;
  }
  .horizontal_line {
    border: 1px solid rgba(47, 53, 60, 0.4);
    border-style: dashed;
    width: 100%;
  }
  .rag_mobile_desc {
    font-family: "Barlow Condensed";
    font-weight: 500;
    font-size: 16px;
    line-height: 144%;
    letter-spacing: 0%;
    color: #5A606C;
  }
  .rag_mobile_steps {
    display: flex;
    justify-content: flex-start;
  }
  .rag_mobile_steps .step_text {
    font-family: "Barlow Condensed";
    font-weight: 600;
    font-size: 20px;
    line-height: 144%;
    letter-spacing: 0%;
  }
  .rag_mobile_steps .steps {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .toolbox-index {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #A4D1F0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  section.our-rag-approach .approach-desktop-wrapper {
    display: none !important;
  }
  section.our-rag-approach .approach-mobile-wrapper {
    display: flex !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .approach-mobile-wrapper .rag-mobile-approach-container {
    display: flex;
    flex-direction: column;
    gap: 17px;
    padding: 16px;
    max-height: 350px;
    min-height: 230px;
  }
  .approach-mobile-wrapper .rag-mobile-approach-container:nth-child(odd) {
    background-color: #A4D1F0;
  }
  .approach-mobile-wrapper .rag-mobile-approach-container:nth-child(odd) .step_text, .approach-mobile-wrapper .rag-mobile-approach-container:nth-child(odd) .rag_mobile_desc {
    color: #2F353C;
  }
  .approach-mobile-wrapper .rag-mobile-approach-container:nth-child(even) {
    background-color: #2F353C;
  }
  .approach-mobile-wrapper .rag-mobile-approach-container:nth-child(even) .step_text, .approach-mobile-wrapper .rag-mobile-approach-container:nth-child(even) .rag_mobile_desc {
    color: #FFFFFF;
  }
  .approach-mobile-wrapper .step_text {
    font-family: "Barlow Condensed";
    font-weight: 600;
    font-size: clamp(20px, 4vw, 30px);
    line-height: 100%;
    letter-spacing: 0%;
  }
  .approach-mobile-wrapper .rag_mobile_desc {
    font-family: "Barlow Condensed";
    font-weight: 400;
    font-size: clamp(16px, 4vw, 22px);
    line-height: 100%;
    letter-spacing: 0%;
  }
  .approach-mobile-wrapper .our-approach-content {
    margin-top: 20px;
  }
}
/* =========================
   Variables (Wheel)
========================= */
.slice {
  --wheel-total: 6;
  --wheel-angle: calc(360deg / var(--wheel-total));
  --wheel-gap: 4deg;
}

/* =========================
   Wheel Container
========================= */
.wheel {
  position: relative;
  min-width: 470px;
  min-height: 470px;
  border-radius: 50%;
  z-index: 1;
}

.wheel_ring {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* =========================
   Outer Ring
========================= */
.ring {
  position: absolute;
  min-width: 400px;
  min-height: 400px;
  border-radius: 50%;
  border: 40px solid #5A606C;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

/* =========================
   Slices
========================= */
.slice {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: rotate(calc(var(--i) * var(--wheel-angle)));
  background: conic-gradient(from 0deg, #A4D1F0 0deg calc(var(--wheel-angle) - var(--wheel-gap)), transparent calc(var(--wheel-angle) - var(--wheel-gap)) var(--wheel-angle));
}
.slice:nth-child(even) {
  background: conic-gradient(from 0deg, #2F353C 0deg calc(var(--wheel-angle) - var(--wheel-gap)), transparent calc(var(--wheel-angle) - var(--wheel-gap)) var(--wheel-angle));
}
.slice span {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: rotate(calc(var(--wheel-angle) / 2)) translateY(-210px) rotate(calc(-1 * (var(--i) * var(--wheel-angle) + var(--wheel-angle) / 2)));
  transform-origin: center;
}
.slice img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.slice {
  -webkit-mask: radial-gradient(circle at center, black 96%, transparent 100%);
  mask: radial-gradient(circle at center, black 96%, transparent 100%);
}

/* =========================
   Center Content
========================= */
.center {
  position: absolute;
  width: 245px;
  height: 245px;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 67.31%, rgba(255, 255, 255, 0.4) 100%);
  backdrop-filter: blur(48px);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* =========================
   Desktop Layout
========================= */
.desktop-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 769px) and (max-width: 1300px) {
  .desktop-wrapper {
    height: 60vw;
  }
}

.desktop_view_approach {
  display: flex;
  flex-wrap: nowrap;
  transform: scale(calc(0.0769230769vw / 1px));
  transform-origin: center center;
  flex-shrink: 0;
}
@media (min-width: 1300px) {
  .desktop_view_approach {
    transform: scale(1.05);
  }
}
.desktop_view_approach .left-side,
.desktop_view_approach .right-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.desktop_view_approach .left-side {
  align-items: flex-start;
}
.desktop_view_approach .right-side {
  align-items: flex-end;
}
.desktop_view_approach .our-approach-desktop-container {
  position: relative;
  height: 200px;
  width: 360px;
  margin-bottom: 60px;
  padding-top: 65px;
}
.desktop_view_approach .our-approach-desktop-container:nth-child(2) {
  width: 300px;
}
.desktop_view_approach .our-approach-desktop-container .step_text {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #2F353C;
  margin-bottom: 20px;
}
.desktop_view_approach .our-approach-desktop-container .desk_left,
.desktop_view_approach .our-approach-desktop-container .desk_right {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1;
  color: #2F353C;
}

/* =========================
   Connector Lines
========================= */
.our-apporach-left,
.our-apporach-right {
  position: relative;
}

.connector-line {
  position: absolute;
  pointer-events: none;
}
.connector-line::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2F353C;
}

/* LEFT */
.col-4.left-side .our-approach-desktop-container:nth-child(1) .connector-line {
  width: 138px;
  height: 90px;
  right: -140px;
  top: 50%;
  border-right: 2px dashed #2F353C;
  border-top: 2px dashed #2F353C;
}
.col-4.left-side .our-approach-desktop-container:nth-child(1) .connector-line::before {
  left: 0;
  top: -6px;
}
.col-4.left-side .our-approach-desktop-container:nth-child(2) .connector-line {
  width: 90px;
  top: 50%;
  right: -90px;
  transform: translateY(-50%);
  border-top: 2px dashed #2F353C;
}
.col-4.left-side .our-approach-desktop-container:nth-child(2) .connector-line::before {
  left: 0;
  top: -6px;
}
.col-4.left-side .our-approach-desktop-container:nth-child(3) .connector-line {
  width: 138px;
  height: 90px;
  right: -140px;
  bottom: 50%;
  border-right: 2px dashed #2F353C;
  border-bottom: 2px dashed #2F353C;
}
.col-4.left-side .our-approach-desktop-container:nth-child(3) .connector-line::before {
  left: 0;
  bottom: -6px;
}

/* RIGHT */
.col-4.right-side .our-approach-desktop-container:nth-child(1) .connector-line {
  width: 138px;
  height: 90px;
  left: -148px;
  top: 50%;
  border-left: 2px dashed #2F353C;
  border-top: 2px dashed #2F353C;
}
.col-4.right-side .our-approach-desktop-container:nth-child(1) .connector-line::before {
  right: 0;
  top: -6px;
}
.col-4.right-side .our-approach-desktop-container:nth-child(2) .connector-line {
  width: 85px;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
  border-top: 2px dashed #2F353C;
}
.col-4.right-side .our-approach-desktop-container:nth-child(2) .connector-line::before {
  right: 0;
  top: -6px;
}
.col-4.right-side .our-approach-desktop-container:nth-child(3) .connector-line {
  width: 138px;
  height: 90px;
  left: -150px;
  bottom: 50%;
  border-left: 2px dashed #2F353C;
  border-bottom: 2px dashed #2F353C;
}
.col-4.right-side .our-approach-desktop-container:nth-child(3) .connector-line::before {
  right: 0;
  bottom: -6px;
}

/* =========================
   Mobile
========================= */
@media (max-width: 768px) {
  .rag-approach-content .desktop_view_approach {
    display: none !important;
  }
  .rag-approach-content .approach-mobile-wrapper {
    display: block;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  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 {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  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: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*----------------------------------------------
  ::      ***** Navigation ***** 
--------------------------------------------*/
.main-navigation .menu-header-main-menu-container {
  margin-top: 78px;
  background-color: #2f353c;
}
.main-navigation .menu-header-main-menu-container ul {
  position: absolute;
}
.main-navigation .menu-header-main-menu-container ul li {
  background-color: #2f353c;
  align-items: center;
  display: flex;
  height: 60px;
  padding: 10px 5px;
  width: 100vw;
}
.main-navigation .menu-header-main-menu-container ul li a {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.main-navigation .menu-header-main-menu-container ul li a:hover {
  color: #6db0dc;
}
.main-navigation button {
  margin: 0 0 0 auto;
}
.main-navigation .menu-toggle {
  float: right;
  color: transparent;
  width: 56px;
  height: 56px;
  background-color: transparent;
  margin: -67px 16px auto auto;
  background-size: 30px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

.site-branding-other .main-navigation .menu-toggle {
  margin: 11px 10px auto auto;
}

@media screen and (min-width: 600px) {
  .main-navigation {
    height: 100%;
  }
  .main-navigation .menu-header-main-menu-container {
    height: 100%;
    margin-top: 0;
  }
  .main-navigation .menu-header-main-menu-container ul {
    height: 100%;
    position: relative;
  }
  .main-navigation .menu-header-main-menu-container ul li {
    border-left: 0.3px solid rgba(255, 255, 255, 0.3137254902);
    height: 100%;
    justify-content: center;
    width: 25%;
    padding: 0;
  }
  .main-navigation .menu-header-main-menu-container ul li:last-child {
    border-right: 0.3px solid rgba(255, 255, 255, 0.3137254902);
  }
  .main-navigation .menu-header-main-menu-container ul li a {
    width: 100%;
  }
}
/*----------------------------------------------
  :: Large devices (desktops, 992px and up)
--------------------------------------------*/
@media (min-width: 992px) {
  .main-navigation .menu-header-main-menu-container ul li a {
    font-size: 1.625rem;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.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;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}
.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */
