/*
Theme Name: Hungama
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: Techmates Solutions
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Hungama
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: 'Poppins', sans-serif;

}
body::-webkit-scrollbar {
    width: 4px;
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(142, 143, 144, 0.6);
    border: 0;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow:0;
    background-color: transparent;
	border-radius: 10px;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

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

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

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

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: 'Poppins', sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}
.text-center{text-align:center;}
.sub-section-header h1{font-size: 28px;letter-spacing: -2px;
    color: #3d4249;
    margin-bottom: 10px;    font-weight: bold;}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

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

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

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

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

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

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

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	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; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

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

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

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2,
.home.blog .entry-title {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

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

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

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

a, a:hover{
	box-shadow:none !important ;
}
a:focus {
    outline: none !important;
}
code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

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

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover:not( .mejs-container > button ),
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

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

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #222;
	text-decoration: none;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}

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

/* Hover effects */

.entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

/* Fixes linked images */
.entry-content a img,
.comment-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px transparent;
	box-shadow: 0 0 0 8px transparent;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
	padding-top: 20px;
}

.navigation-top .wrap {
	padding: 0em;
	max-width: 1280px;
	margin: auto;
}

.navigation-top a {
	color: #222;
	font-weight: 700;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #222;
	font-size: 18px;
	line-height: 20px;
}

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.main-navigation > div > ul {
	border-top: 1px solid #eee;
	padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
	display: block;
}

.main-navigation ul ul {
	padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
	display: block;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.4em 0;
	position: relative;
	text-transform: none;
}

.main-navigation li {
	border-bottom: 1px solid #eee;
	position: relative;
}

.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
}

.main-navigation a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
	font-size: 18px;
	line-height: 20px;
}

.main-navigation a:hover {
	color: #767676;
}

/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
	display: block;
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

 
.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
	display: none;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100vh;
}

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

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

#page {
	position: relative;
	word-wrap: break-word;	
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 2em;
	padding-right: 2em;
}

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

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .wrap {
	position: relative;
}

.site-header {
	background-color: transparent;
	position: relative;
}

/* Site branding */

.site-branding {
	padding: 1em 0;
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
}

.site-branding a {
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.site-branding a:hover,
.site-branding a:focus {
	opacity: 0.7;
}

.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-title,
.site-title a {
	color: #222;
	opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
	color: #fff;
}

.site-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
	color: #fff;
	opacity: 0.8;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 80px;
	width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-height: 200px;
	max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

.custom-header {
	position: relative;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 300px;
	height: 75vh;
	width: 100%;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px; /* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 30px;
	top: 30px;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus { /* Specificity prevents .color-dark button overrides */
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #fff;
}

.admin-bar .wp-custom-header-video-button {
	top: 62px;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
	bottom: 0;
	position: absolute;
	top: auto;
	-ms-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.has-header-image .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

/* Hides div in Customizer preview when header images or videos change. */

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
	display: none;
}

.has-header-image.twentyseventeen-front-page .site-branding,
.has-header-video.twentyseventeen-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/
/*.panel-layout .panel-grid.panel-has-style{height: 80vh}*/
.forcefullwidth_wrapper_tp_banner, .rev_slider_wrapper{width: 100% !important;}
/*INVESTOR*/
div#pg-139-7 {
    position: relative;
}
.investor-wrap {
    border-right: 0px;
    margin: auto !important;
    padding: 0px 0px 80px 0px !important;
}
.investor-wrap img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0px 0px 20px -10px #969696;
}
.investor-wrap .panel-grid-cell {
    margin-top: -60px;
}
.investor-wrap:before {
    background-image: url(../../uploads/2019/06/Home-img-1.jpg);
    background-position: center center;
    background-size: cover;
    padding: 0px 0px 60px 0px;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.investor-wrap > .panel-grid-cell{z-index: 0}
.brand-section .brands-slider {margin: 10px auto 30px;}
.desk_footprint {padding:0px;display: inline-block;}

@media (max-width: 480px){
.about-row-section .widget_text.about-text.panel-widget-style, .brand-section .brands-slider, 
.footprint-row, .site-footer .wrap, .testimonials-wrap {
	width: 90%;margin: auto;
}

}

.twentyseventeen-front-page .site-content {
	padding: 0;
}


.twentyseventeen-panel {
	overflow: hidden;
	position: relative;
}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.panel-image:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

.panel-content {
	position: relative;
}

.panel-content .wrap {
	padding-bottom: 0.5em;
	padding-top: 1.75em;
}

/* Panel edit link */

.twentyseventeen-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.twentyseventeen-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Front Page - Recent Posts */

.twentyseventeen-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	background-color: #fff;
	position: relative;
}

 

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
}

.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding: 1em 0;
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
	padding-bottom: 2em;
}

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

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

 

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

/*.site-footer {
	border-top: 1px solid #eee;
}*/

.site-footer .wrap {
    padding-bottom: 0px;
    padding-top: 0px;
}

/* Footer widgets */

.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 2em;
}

/* Social nav */

.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.social-navigation li {
	display: inline;
}

.social-navigation a {
	background-color: #767676;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0 1em 0.5em 0;
	text-align: center;
	width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #333;
}

.social-navigation .icon {
	height: 16px;
	top: 12px;
	width: 16px;
	vertical-align: top;
}

/* Site info */

.site-info {
	font-size: 12px;
    text-align: center;
}

.site-info a {
	color: #666;
}

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

.site-info span[role=separator] {
	padding: 0 0.2em 0 0.4em;
}

.site-info span[role=separator]::before {
	content: '\002f';
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

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

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 1em 0 2em;
}

.widget {
	padding-bottom: 3em;
}

h2.widget-title {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}


/* widget lists */

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li,
.widget ol li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0.5em 0;
}

.widget:not(.widget_tag_cloud) ul li + li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Search */

.search-form {
	position: relative;
}

.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}

/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

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

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	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;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1.5em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1.5em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
	border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
	z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
	border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel > .customize-partial-edit-shortcut > button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

@media screen and (min-width: 30em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h2,
	.home.blog .entry-title,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}

	h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h5 {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1rem;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}

	/* Site Branding */

	.site-branding {
		padding: 3em 0;
	}

	/* Front Page */

	.panel-content .wrap {
		padding-bottom: 2em;
		padding-top: 3.5em;
	}

	.page-one-column .panel-content .wrap {
		max-width: 740px;
	}

	.panel-content .entry-header {
		margin-bottom: 4.5em;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}

	/* Blog Index, Archive, Search */

	.taxonomy-description {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.page-numbers.current {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Site Footer */

	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Gallery Columns */

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

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

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

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

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

@media screen and (min-width: 48em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	/* Layout */

	.wrap {
		/*max-width: 1280px;*/
		max-width: 100%;
		width: 100%;
		padding-left:0;
		padding-right:0;
	}

	.has-sidebar:not(.error404) #primary {
		float: left;
		width: 58%;
	}

	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 36%;
	}

	.error404 #primary {
		float: none;
	}

	/* Site Branding */

	.site-branding {
		margin-bottom: 0;
	}

	.has-header-image.twentyseventeen-front-page .site-branding,
	.has-header-video.twentyseventeen-front-page .site-branding,
	.has-header-image.home.blog .site-branding,
	.has-header-video.home.blog .site-branding {
		bottom: 0;
		display: block;
		left: 0;
		height: auto;
		padding-top: 0;
		position: absolute;
		width: 100%;
	}

	.has-header-image.twentyseventeen-front-page .custom-header,
	.has-header-video.twentyseventeen-front-page .custom-header,
	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		display: block;
		height: auto;
	}

	.custom-header-media {
		height: 165px;
		position: relative;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}

	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.custom-logo-link {
		padding-right: 2em;
	}

	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 350px;
	}

	.title-tagline-hidden.home.has-header-image .custom-logo-link img,
	.title-tagline-hidden.home.has-header-video .custom-logo-link img {
		max-height: 200px;
	}

	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Navigation */

	.navigation-top {
		font-size: 0.875rem;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    background-color: transparent;
    border: 0;
	}

	/* The font size is 14px here and we need 50px padding in ems */
	/*.navigation-top .wrap {
		padding: 0.75em 3.4166666666667em;
	}*/

	.navigation-top nav {
		margin-left: -1.25em;
	}

  

	/* Main Navigation */

	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}

	.main-navigation {
		width: auto;
	}

	.js .main-navigation ul,
	.js .main-navigation ul ul,
	.js .main-navigation > div > ul {
		display: block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}

	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
	}

	.main-navigation li li {
		display: block;
	}

	.main-navigation a {
		padding: 0.5em 1.25em;
		text-align:center;
	}

	.main-navigation ul ul {
		background: #fff;
		border: 1px solid #bbb;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}

	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}

	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}

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

	.main-navigation ul ul a {
		padding: 0.75em 1.25em;
		width: 16em;
	}

	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	.main-navigation li li:hover,
	.main-navigation li li.focus {
		background: #767676;
	}

	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #fff;
	}

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

	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}

	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}

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

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}

	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}

	/* Scroll down arrow */

	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
	}

	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
	}

	.site-header .menu-scroll-down {
		color: #fff;
		top: 2em;
	}

	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: 0.7em;
	}

	.menu-scroll-down:focus {
		outline: thin dotted;
	}

	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}

	/* Front Page */

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media:before,
	.twentyseventeen-front-page.has-header-video .custom-header-media:before,
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}

	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}

	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}

	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}

	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	.background-fixed .panel-image {
		background-attachment: fixed;
	}

	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}

	.page-two-column .panel-content .entry-content {
		float: right;
		width: 58%;
	}

	/* Front Page - Recent Posts */

	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}

	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}

	.panel-content .recent-posts .entry-header,
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content {
		float: none;
		width: 100%;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}

	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	/* Posts */

	.site-content {
		padding: 4.5em 0 0;
	}

	.single-post .entry-title,
	.page .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.comments-pagination,
	.post-navigation {
		clear: both;
	}

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

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

	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	/* Blog, archive, search */

	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}

	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		width: 36%;
	}

	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: right;
		width: 58%;
	}

	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 4em;
	}

	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}

	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}

	.entry-footer {
		display: table;
		width: 100%;
	}

	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}

	/* Entry content */

	/* without sidebar */

	:not(.has-sidebar) .entry-content blockquote.alignleft {
		margin-left: -17.5%;
		width: 48%;
	}

	:not(.has-sidebar) .entry-content blockquote.alignright {
		margin-right: -17.5%;
		width: 48%;
	}

	/* with sidebar */

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}

	.has-sidebar .entry-content blockquote.alignright {
		margin-right: 0;
		width: 34%;
	}

	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: -72.5%;
		width: 62%;
	}

	/* blog and archive */

	.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignleft,
	.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
	.page-two-column .entry-content blockquote.alignleft {
		margin-left: -72.5%;
		width: 62%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright {
		margin-right: 0;
		width: 36%;
	}

	/* Post formats */

	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */

	.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	}

	.page:not(.home) #content {
		padding-bottom: 0;
	}

	/* 404 page */

	.error404 .page-content {
		padding-bottom: 9em;
	}

	/* Comments */

	#comments {
		padding-top: 5em;
	}

	.comments-title {
		margin-bottom: 2.5em;
	}

	ol.children .children {
		padding-left: 2em;
	}

	/* Posts pagination */

	.nav-links .nav-title {
		position: relative;
	}

	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}

	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}

	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}

	/* Secondary */

	#secondary {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
	}

	/* Widgets */

	h2.widget-title {
		font-size: 11px;
		font-size: 0.6875rem;
		margin-bottom: 2em;
	}

	/* Footer */

	.site-footer {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
		padding-top: 15px;
	}

	.site-footer .widget-column.footer-widget-1 {
		float: left;
		width: 36%;
	}

	.site-footer .widget-column.footer-widget-2 {
		float: right;
		width: 58%;
	}

	.social-navigation {
		clear: left;
		float: left;
		margin-bottom: 0;
		width: 36%;
	}
	.social-navigation + .site-info {
		margin-left: 6%;
	}

	.site-info .sep {
		margin: 0 0.5em;
		display: inline;
		visibility: visible;
		height: auto;
		width: auto;
	}

	/* Gallery Columns */

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

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

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

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

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

@media screen and ( min-width: 67em ) {

	/* Layout */

	/* Navigation */
/*	.navigation-top .wrap {
		padding: 0.75em 2em;
	}*/

	.navigation-top nav {
		margin-left: 0;
	}

	/* Sticky posts */

	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* Pagination */

	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}

	/* Comments */

	.comment-body {
		margin-left: 0;
	}
}

@media screen and ( min-width: 79em ) {

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: -20%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright,
	.twentyseventeen-front-page .entry-content blockquote.alignright {
		margin-right: -20%;
	}
}

@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {

	.admin-bar .site-navigation-fixed.navigation-top,
	.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}
}
@media  screen and (min-width: 900px) {

	article{min-height: 70vh;}

}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}
/*TMS*/
html body .entry-content, header.entry-header {
    float: none !important;
    width: 100% !important;
}
/*.owl-carousel .owl-item{
	    padding: 0 5px;
}*/
body .owl-carousel .owl-dots.disabled, body .owl-carousel .owl-nav.disabled {
    display: block;
	    text-align: center;	
}
button.owl-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border-radius: 30px;
    margin: 0 2px;
    background-color: #c9dce4;
}
.home header.entry-header {
    display: none;
}
.home .wrap {
    padding-top: 0;
    padding-bottom: 10px;
}
header .wrap {
    padding-bottom: 2px !important;
}
.widget{padding-bottom:0 ;}
.decoration {
    display: none;
}
h1.sow-headline {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 60px !important;
    line-height: 60px !important;
}
.tparrows, .tparrows:hover {
	background:#000;
	background:rgba(255, 255, 255, 0.16);
	width:55px;
	height:55px;
	border-radius: 50%;
}
/*.tp-rightarrow.tparrows {
	transform: matrix(1, 0, 0, 1, -273, -27) !important;
}
.tp-leftarrow.tparrows {
	transform: matrix(1, 0, 0, 1, 225, -27) !important;
}*/
.tparrows:before {
    line-height: 55px;
    font-weight: 600;
}
.ares .tp-bullet {
    width: 7px;
	height: 7px;}
/**menu**/
.header-logo {
    display: inline-block;
	margin-top: 5px;
}
nav#site-navigation {
    display: inline-block;
    float: right;
	width: 80%;
}
nav#site-navigation .menu {
    text-align: center;
}
.main-navigation ul li {
    /*width: 20%;*/
    width: calc(100% / 6);
    float: left;
}
.header-logo img {
    width: 230px;
}
.footer_menu .menu li {
    display: inline-block;
    padding: 0 15px;
}
.footer_menu {
    text-align: center;
    display: block;
    position:relative;
}
.footer_menu:before{
    content: '';
    position: absolute;
    right: 20%;
    top: 0px;
    width: 70%;
    height: 1px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(left, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 49%), rgba(255,255,255,0.1) 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.1) 49%), rgba(255,255,255,0.1) 100%;
    background: linear-gradient(to right, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.1) 49%), rgba(255,255,255,0.1) 100%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=1 );
}


.footer-logo, .footer-social, .footer-email {
display: inline-block;
width: 32.33%;
vertical-align: middle;
}
.site-info a:hover {
    box-shadow: none !important;
}
footer {
    background-color: #243549;
}
.footer-social {
    text-align: center;
}
.footer-logo img {
    width: 150px;
}
.footer-logo {
	vertical-align:top;
}
.footer-social ul li {
    display: inline-block;
    padding: 0 15px;
}
.footer-social ul li a {
    color: #019AF8;
	font-size: 20px;
}
.footer_menu .menu li a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.footer-social>ul, .footer_menu ul {
	margin-bottom: 0px;
}
.footer_menu ul {
    /*border-top: 1px solid rgba(255, 255, 255, 0.18);*/
    padding: 20px 0px 10px;
    width: 100%;
    margin: 14px auto 0px;
    display: block;
}
.site-info {
    padding: 10px 0px;
}
.site-info{
    color: #949494;
    box-shadow: none;
}
.footer-email {
    text-align: center;
    color: #fff;
}
.mobile-footer-logo {
    display: none;
}
.main-navigation a span {
    display: block;
    color: #008dd9;
	    /*margin-top: -3px;*/
}
.panel-grid-cell:after, .panel-row-style:after {
	content: none !important;
}
.section-header h1 {
    font-weight: bold;
    font-size: 46px;
    line-height: 46px;
    letter-spacing: -1px;
    /*text-transform: capitalize;*/
    color: #3d4249;
    margin-bottom: 10px;
}
.section-small-header h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1px;
    text-transform: capitalize;
    color: #3d4249;
    margin-bottom: 10px;
}
.owl-nav button span {
    font-size: 30px;
    line-height: 40px;
}
/*Home*/
body .home-slider .item img {
    display: inherit;
       width: 40%;
	margin: auto;
}
.home-slider {
    padding: 10% 0 3%;
}
.home-slider .item {
    text-align: center;
} 
.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
	width:100%;
    transform: translate(-50%, -50%);
}
.slider-content h3 {
    font-size: 100px;
    color: #fff;
    margin-bottom: 0;
    line-height: 100px;
    font-weight: bold;
}
.slider-content h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-top: 30px;
}
.home-slider button.owl-prev, .home-slider button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.home-slider button.owl-prev, .home-slider button.owl-next {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.16);
}
.home-slider button.owl-next{right:0;}
.home-slider .owl-dots {
    text-align: center;
    padding-top: 60px;
}
.home-slider .owl-dots button {
    width: 10px;
    height: 10px;
    background-color: #a8b8c8;
}
.home-slider .owl-dots button.owl-dot.active {
    background-color: #fff;
}
.home .navigation-top a, .home .navigation-top a span {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}
.home .navigation-top a:focus {
	outline: none;
}
.tp-caption {
    text-shadow: 1px 1px 4px #a5a5a5;
}
body .owl-btn a {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.about-row-section {
    height: 80vh;
}

.about-row-section .about-text, .about-footprint, .brand-section .brands-slider, p.about-heading, 
.carousel-wrap.directors-wrap, .carousel-wrap.partners-slider, .media-wrap, .media-header-wrap, 
.tab-wrapper .tab-section .wrap, .site-footer .wrap, .testimonials-wrap, .contact-media, 
.navigation-top .wrap, .footprint-row, .partners-logo, .digital-ePage,
.play-counter, .music-counter, .carousel-wrap.bb-slider-content, .brands-text, .career-section, .career-wrap, .work-openings,
.career-media-wrap, .mediaContainer  {
	max-width: 1280px; 
	margin: auto;
}
.popular-games {max-width: 1200px; margin: auto;}
.about-image {
	height: 70vh;
	background-size: cover;
}
.brand-section .brands-slider {padding-bottom: 20px;}

.carousel-wrap.achievement-wrap {
	margin: 3% auto 0;
	max-width: 1280px;
}
.desk_footprint .footprint-item p {
	font-weight: 500;
}
/*Brands & Business*/

.brands-slider .owl-dots {
    display: none;
}
.brand-section div .widget {
    padding-bottom: 0;
    margin-bottom: 10px !important;
}
.siteorigin-panels-stretch div .widget {
	margin-bottom: 0px !important;
}
.brand-img-item {
    position: relative;
    overflow: hidden;
	box-shadow: 0px 10px 20px -10px #969696;
    border-radius: 15px;
	}
.brand-img-item:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
    border-radius: 15px;
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.80) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.80) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.80) 0%,rgba(0,0,0,0) 100%);
}
.brand-content {
    position: absolute;
    z-index: 9;
    bottom: 0;
    padding: 30px;
    text-align: center;
}
.brand-content a{position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%;}
.brand-content a p,
.brand-content p {
    color: #fff;
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 20px;
	letter-spacing:1px;
}
.brands-slider button.owl-next {
    right: -6%;
        left: inherit !important;
}
.brands-slider .owl-nav button {
    position: absolute;
    top: 50%;
    left: -6%;
    transform: translateY(-50%);
    border-radius: 70%;
    padding: 0;
}
.brands-slider .owl-dots button.owl-dot {
    padding: 0;
    width: 13px;
    height: 12px;
    border-radius: 50px !important;
}
.brands-slider .owl-dots.disabled {
    display: none !important;
}
.brands-slider button {
    background-color: rgba(255, 255, 255, 0.46);
}
.brands-slider button span {
    color: #919191;
    font-size: 20px;
    line-height: 20px;
}
.brand-img-item img{
	border-radius:15px;
	min-height: 258px;
	box-shadow: none !important;
}
.brands-slider .owl-item .item .brand-content img {
	width:auto;
	margin: auto;
	box-shadow: none;
}

/*FootPrint*/
.mobile_footprint {
    display: none;
}

.footprint-item h1, .footprint-item h1 + span {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 80px;
	vertical-align: middle;
	display: inline-block;
	letter-spacing: -1px;
}
.desk_footprint .footprint-item h1, .desk_footprint .footprint-item h1 + span {
	font-size: 90px;
	line-height: 90px;
}
.about-counter .footprint-item h1, .about-counter .footprint-item h1 + span,
.music-counter .footprint-item h1, .music-counter .footprint-item h1 + span {
	font-size: 100px;
	line-height: 100px;
}
.footprint-item h1 + span {
    font-weight: 400;
}
.footprint-item {
    text-align: center;
    padding: 0px 15px;
}
.blue-text h1, .blue-text h1 + span{
	background: rgb(0,198,255);
background: -moz-linear-gradient(130deg, rgba(0,198,255,1) 0%, rgba(0,114,255,1) 100%);
background: -webkit-linear-gradient(130deg, rgba(0,198,255,1) 0%, rgba(0,114,255,1) 100%);
background: linear-gradient(130deg, rgba(0,198,255,1) 0%, rgba(0,114,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00c6ff",endColorstr="#0072ff",GradientType=1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.green-text h1, .green-text h1 + span{
    background: rgb(168,224,99);
background: -moz-linear-gradient(130deg, rgba(168,224,99,1) 0%, rgba(86,171,47,1) 100%);
background: -webkit-linear-gradient(130deg, rgba(168,224,99,1) 0%, rgba(86,171,47,1) 100%);
background: linear-gradient(130deg, rgba(168,224,99,1) 0%, rgba(86,171,47,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a8e063",endColorstr="#56ab2f",GradientType=1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.orange-text h1, .orange-text h1 + span {
    background: rgb(254,140,0);
background: -moz-linear-gradient(130deg, rgba(254,140,0,1) 0%, rgba(248,54,0,1) 100%);
background: -webkit-linear-gradient(130deg, rgba(254,140,0,1) 0%, rgba(248,54,0,1) 100%);
background: linear-gradient(130deg, rgba(254,140,0,1) 0%, rgba(248,54,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe8c00",endColorstr="#f83600",GradientType=1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.grey-text h1, .grey-text h1 + span{
	    background: -webkit-linear-gradient(left, #e5decb 0%,#adb7d0 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.desk_footprint .footprint-wrap-row:first-child .blue-text .footprint-item h1:after,
.desk_footprint .footprint-wrap-row:first-child .orange-text .footprint-item h1:after {
    content: '+';
    font-weight: 400;
}
.desk_footprint .footprint-wrap-row:first-child .blue-text .footprint-item span,
.desk_footprint .footprint-wrap-row:first-child .orange-text .footprint-item span {display: none;}

.desk_footprint .footprint-wrap-row:nth-child(2) .green-text .footprint-item h1:after,
.desk_footprint .footprint-wrap-row:nth-child(2) .orange-text .footprint-item h1:after {
    content: '+';
    font-weight: 400;
}
.desk_footprint .footprint-wrap-row:nth-child(2) .green-text .footprint-item span,
.desk_footprint .footprint-wrap-row:nth-child(2) .orange-text .footprint-item span {display: none;}
.footprint-item p {
    padding: 0 40px;
}
.footprint-row {
    padding: 0px;
    box-shadow: 0 0px 20px -10px #a5a5a5;
    border-radius: 15px;
	margin-top: -80px !important;
    z-index: 1;
    position: relative;
}
.footprint-row .so-panel {
    padding-bottom: 0;
} 
.footprint-wrap-row .counter_call:last-child {
    border-right: 0;
}

.footprint-wrap-row .counter_call {
    float: left;
    width: 33.33%;
    height: 220px;
/*    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;*/
    padding: 35px 0;
    position: relative;
}

.desk_footprint .footprint-wrap-row:nth-child(1) .counter_call.blue-text:after { content: ''; position: absolute; right: 0px; bottom: 0px; width: 90%; height: 1px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e4e4e4+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=1 ); /* IE6-9 */
}
.desk_footprint .footprint-wrap-row:nth-child(1) .counter_call.blue-text:before { content: ''; position: absolute; right: 0px; bottom: 0px; width: 1px; height: 90%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e4e4e4+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=1 ); /* IE6-9 */
}


.desk_footprint .footprint-wrap-row:nth-child(1) .counter_call.green-text:after { content: ''; position: absolute; right: 0px; bottom: 0px; width: 100%; height: 1px;background: rgba(228,228,228,1);
}


.desk_footprint .footprint-wrap-row:nth-child(1) .counter_call.orange-text:after { content: ''; position: absolute; left: 0px; bottom: 0px; width: 80%; height: 1px; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4e4e4+87,ffffff+100 */
background: rgb(228,228,228); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(228,228,228,1) 87%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(228,228,228,1) 87%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(228,228,228,1) 87%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
.desk_footprint .footprint-wrap-row:nth-child(1) .counter_call.orange-text:before { content: ''; position: absolute; left:  0px; bottom: 0px; width: 1px; height: 90%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e4e4e4+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=1 ); /* IE6-9 */

}


.desk_footprint .footprint-wrap-row:nth-child(2) .counter_call.green-text:before { content: ''; position: absolute; right: -1px; top: 0px; width: 1px; height: 90%; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4e4e4+5,ffffff+100 */
background: rgb(228,228,228); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(228,228,228,1) 5%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(228,228,228,1) 5%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(228,228,228,1) 5%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.desk_footprint .footprint-wrap-row:nth-child(2) .counter_call.green-text:after{ content: ''; position: absolute; left: -1px; top: 0px; width: 1px; height: 90%; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4e4e4+5,ffffff+100 */
background: rgb(228,228,228); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(228,228,228,1) 5%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(228,228,228,1) 5%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(228,228,228,1) 5%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
/*Added by Shivani*/

.desk_footprint .footprint-wrap-row:nth-child(1) .counter_call {
	padding-top: 20px;
}

/*Added by Shivani*/
.footprint-wrap-row:last-child .counter_call {
    border-bottom: 0;
}
.footprint-item p {
    padding: 0 50px;
    min-height: 48px;
    font-size: 17px;
    line-height: 24px;
    color: #7b8487;
	margin-bottom: 0;
	font-weight: 600;
}
/*News*/
.news-wrap {
	padding-top: 30px;
}
.news-wrap .owl-item.newsCActive {
	margin: 0px 20px 0 0;
}
.news-wrap .owl-carousel .owl-stage .owl-item:last-child{display: none;}
.news-wrap .owl-item.newsCActive > .item {
  cursor: auto;
    transition: transform 0.4s ease-out;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.news-wrap .owl-item > .item {
    cursor: pointer;
    transition: transform 0.4s ease-in;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    padding: 0 0 20px; 
/*	margin: 6% 4%;*/

} 
.news-wrap .owl-carousel .owl-item {
    padding: 0;
}
.news-slide-item img {
    min-height: 325px;
	border-radius:12px;
}
body .news-wrap .owl-carousel .owl-nav button {
    background-color: rgba(255, 255, 255, 0.26);
    padding: 0;
    border-radius: 50%;
    margin: 15px 5px 15px;
}

.news-wrap .owl-item .item .news-slide-item:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(to bottom, rgba(47,62,74,0) 0%,rgba(39, 51, 62, 0.9) 80%);
    background: -webkit-linear-gradient(to bottom, rgba(47,62,74,0) 0%,rgba(39, 51, 62, 0.9) 80%);
    background: linear-gradient(to bottom, rgba(47,62,74,0) 0%,rgba(39, 51, 62, 0.9) 80%);
    border-radius: 12px;
    z-index: 9;
    opacity: 1;
}
.news-wrap .owl-item .item .news-slide-item img{box-shadow:none;}

.news-wrap .owl-item .item .news-slide-content p {
color: #fff;
font-weight: 700;
line-height: 24px;
margin-bottom: 0;
font-size: 20px;
overflow: hidden;
width: 195px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.news-wrap .owl-item .item .news-slide-item {
    position: relative;
    box-shadow: 0 4px 22px -4px rgba(34, 34, 60, 0.74);
    border-radius: 20px;
}
.career-media-overlay .career-media-item-logo a:before {
	content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(to bottom, rgba(47,62,74,0) 0%,rgba(39, 51, 62, 0.9) 80%);
    background: -webkit-linear-gradient(to bottom, rgba(47,62,74,0) 0%,rgba(39, 51, 62, 0.9) 80%);
    background: linear-gradient(to bottom, rgba(47,62,74,0) 0%,rgba(39, 51, 62, 0.9) 80%);
    border-radius: 12px;
    opacity: 1;
}
.career-media-overlay .career-media-item-logo a {
	position: relative;
}
body .news-wrap button.owl-dot.active {
    opacity: 1;
}
body .news-wrap button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.5;
    margin: 0 3px;
}
.page:not(.home) #content {
    padding-top: 100px;
}
.news-slide-content {
    position: absolute;
    bottom: 25px;
    padding: 15px 15px 35px;
	z-index:9;
}
.news-wrap .owl-item.newsCActive > .item .news-slide-content {
    padding: 15px 15px 35px;
}
.news-wrap .owl-nav, .news-wrap .owl-dots {
    text-align: center;
}
.news-slide-content h4 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
	margin-bottom:5px;
	letter-spacing: 2px;
}
.news-wrap .owl-item.newsCActive > .item p {
    font-size: 20px;
}
.news-slide-content a p {
    color: #fff;
    font-weight: 700;
	line-height: 24px;
	margin-bottom: 0;
	font-size: 20px;
}
 
.fltBlur{
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 120%;
    position: absolute;
    top: 0;
    right: 0;
    left: -10%;
    bottom: 0;
    filter: blur(45px);
    -webkit-filter: blur(100px);
	z-index:0;
}
.fltBlur:before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
}
#SlideBagImg {
    overflow: hidden;
    position: relative;
	margin-top: -80px;
}
#SlideBagImg .page-title h1{
	position:relative;
	z-index:1;
	color:#fff;
	
}
/*Testimonials*/
.testimonials-wrap {
/*	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	column-gap: 1em;*/
	position:relative;
}
.testimonials-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%,#ffffff 98%);
    left: 0;
    bottom: 0;
    z-index: 1;
}

.testimonials-wrap.removeOverlay:before,
.career-media-overlay.removeOverlay:before,
.media-overlay.removeOverlay:before {
	background: transparent;
	position: relative;
}
img.ajaxLoader{
	box-shadow: none !important;
}
.btnTravelTime a.btnSlickTravel	{ letter-spacing: 3px; text-transform: uppercase; font-weight: 600; font-size: 10px;
color: #0878b7;position: relative;
    z-index: 1;}
.btnTravelTime a.btnSlickTravel span	{ margin: 0 0 0 .3em; font-size: 1.3em; position: relative; top: 2px; }
.partners-item {
    /*display: inline-block;*/
  /* break-inside: avoid-column;*/
    float: left;
    display: block;
    margin: 0 1em 2em 0;
    width: 30%;
    border-radius: 18px;
    box-shadow: 0 6px 14px 0px #eae9e9;
    padding-bottom: 4px;
    height: 390px;
    overflow: hidden;
}

.partners-item-logo {
    background-color: #f0f2f8;
    border-radius: 14px 14px 0 0;
				  
    text-align: center;
    min-height: 110px;
    line-height: 110px;
}
.partners-item-logo img {
    vertical-align: middle;
}
.partners-item-content h4 {
    text-align: center;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 25px;
    font-size: 16px;
}
.partners-item-content {
background-color: #fff;
    border-radius: 0 0 14px 14px;
    height: 275px;
    padding-bottom: 10px;
}
.partners-item-content p {
    padding: 25px 25px 0;
    margin-bottom: 0;
    color: #73797a;
    font-size: 12px;
    line-height: 22px;
    /*overflow: hidden;
    display: -webkit-box;*/
	overflow: visible;
	display: block;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    background: #FFF;
    width: 100%;
}

/*AChivements*/
.achievement-wrap .owl-item.center > .item {
  cursor: auto;
  margin: 0;
} 
.achievement-wrap .owl-item > .item {
  cursor: pointer;
  transition: margin 0.4s ease;
} 
.achievement-content {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 15px;
    z-index: 99;
}
.achievement-content p, .achievement-content h1 {
margin-bottom: 0;
}
 
.achievement-wrap .owl-item.active.center .achievement-content p {
    font-size: 14px;
    height: 90px;
}
.achievement-wrap .owl-item h3{position: absolute;
top: 0;
color: #fff;
padding:15px;
margin: 0;
left: 50%;
transform: translateX(-50%);
    z-index: 99;}
 
.achievement-wrap .owl-item.active h3 {
font-size: 10px;
}
.achievement-wrap .owl-item.active.center h3 {
font-size: 25px;
}
.achievement-wrap .owl-carousel .owl-item{     display: inline-block;
vertical-align: middle; float: none;    transition: all 0.4s ease;}

.carousel-wrap.achievement-wrap .owl-stage-outer:before {
content: '';
width: 100%;
height: 3px;
background-color: #c9c9c9;
position: absolute;
top: 50%;
left: 0;
box-shadow: 0 14px 14px 10px #e6e6e6;
}
.carousel-wrap.achievement-wrap .owl-stage-outer {
    height: 460px;
}
.carousel-wrap.achievement-wrap .owl-stage-outer {
position: relative;

}
.achievement-wrap .owl-nav button {
position: absolute;
top: -10px;
left: 28%;
background-color: #e8ebf4;
padding: 0;
width: 40px;
height: 40px;
border-radius: 50%;
color: #919191;
}
.carousel-wrap.achievement-wrap {
    margin-top: 3%;
}
.achievement-wrap .owl-nav button.owl-next {
right: 28%;
left: inherit;
}
.achievement-wrap .owl-dots.disabled {
display: none !important;
}
.achievement-wrap .owl-item.big.active.center {
    width: 450px !important;
}
.achievement-wrap .owl-item.medium.active {
    width: 250px !important;
}
.achievement-wrap .owl-item.active {
    width: 145px !important;
}
.achievement-wrap .owl-item.medium.active .achievement-content p {
    height: 45px;
    overflow: hidden;
    font-size: 8px;
}
.achievement-wrap .owl-item.active .achievement-content p {
    font-size: 7px;
    height: 20px;
    overflow: hidden;
}
.carousel-wrap.achievement-wrap .owl-dots {
    display: none;
}
.achievement-wrap .owl-item .item .achievement-item:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, #f8f8f9 0%, #353d47 120%);
    background: -webkit-linear-gradient(top, #f8f8f9 0%,#353d47 120%);
    background: linear-gradient(to bottom, rgba(248, 248, 249, 0.02) 0%,#2d3a4a 120%);
    border-radius: 12px;
    z-index: 9;
    opacity: 0.8;
}
.achievement-wrap .owl-item .item .achievement-item {
	position: relative;
}
.achievement-wrap .owl-carousel .owl-stage {
    padding: 0;
	min-width: 10317px;
}
.tinted-bg-blur {
            z-index: -2;
            opacity: 0;
            position: absolute;
            min-height: 100%;
            height: auto;
            display: block;
            top: 0;
            max-height: none;
            /* Add this CSS to remove transparent border around the image */
            left: -10%;
            width: 120%;
        }
.tinted-bg-overlay {
            z-index: -1;
            position: absolute;
            width: 100%;
            height: 100%;

            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba43a8+0,ea4fce+62,537bad+100&amp;0.38+0,0.17+61,0.8+100 */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
           
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61ba43a8', endColorstr='#cc537bad',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
        }
/*Partners Logo*/
.partners-logo .plogo-item {
    display: inline-block;
    margin: 0 8px 15px;
    text-align: center;
	width: 14%;
	    vertical-align: middle;
}

/*ABout Us*/
.about-text h1 {
    font-size: 70px;
    font-weight: bold;
    line-height: 70px;
    letter-spacing: -2px;
	color:#fff;
	margin-bottom: 0;
}
.about-text .custom-html-widget {
    background: -moz-linear-gradient(125deg, #00c6ff 8%,#0072ff 70%);
    background: -webkit-linear-gradient(125deg, #00c6ff 8%,#0072ff 70%);
    background: linear-gradient(125deg, #00c6ff 8%,#0072ff 70%);
    padding: 50px 40px;
    border-radius: 20px;
    position: relative;
    max-width: 540px;
    width: 100%;
	box-shadow: 0px 10px 20px -10px #969696;
}
.about-line {
    width: 60px;
    height: 2px;
    background-color: #fff;
    margin-top: 25px;
}
.about-text p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding-top: 25px;
}


.partners-logo {
    overflow: hidden;
    background-color: #fff;
    padding: 40px;
    margin: -50px auto 0px !important;
    box-shadow: 0 9px 10px 0px rgba(48, 96, 123, 0.35);
    border-radius: 15px;
}
.partners-logo .col-md-3 {
    width: 20%;
    float: left;
}
.partners-logo .col-md-9 {
    width: 80%;
    float: left;
}
/*.partners-logo h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #3d4249;
    margin-bottom: 0;
}*/
/*ABOUT*/
p.about-heading {
    font-size: 24px;
    color: #768087;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 0px 50px;
}
p.about-heading strong {
    color: #495054;
    font-weight: 600;
}
.about-counter .blue-text, .about-counter .green-text {
    border-right: 1px solid #e4e4e4;
}
.leadership-wrap.mobile-leader-wrap {
    display: none;
}

/*Leadership*/
.leadership-wrap .item .leadership-item {
    width: 180px;
    margin: auto;
	padding-top: 45px;
}
.leadership-wrap .item {
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px -1px 20px -11px #7fa2ad;
}
.leadership-wrap .item h3 {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 22px;
	padding-top: 30px;
}
.leadership-wrap .item h4 {
    padding-top: 0;
    font-weight: 400;
    text-transform: uppercase;
    color: #5f686e;
    font-size: 16px;
    letter-spacing: 1px;
	position:relative;
	min-height: 35px;
	padding: 0px 5px;
}
.leadership-content p {
    color: #5f686e;
    font-size: 14px;
    padding: 0 30px;
    line-height: 26px;
    padding-top: 40px;
    height: 150px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.leadership-wrap .item h4:after {
    /* content: ''; */
    width: 60px;
    height: 1px;
    background-color: #007bbe;
    position: absolute;
    top: 55px;
    left: 50%;
    z-index: 8;
    transform: translateX(-50%);
}
.leadership-content a, .directors-wrap a {
    text-transform: uppercase;
    color: #007bbe;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    box-shadow: none;
}
.leadership-content {
    padding-bottom: 40px;
}
.leadership-wrap .owl-nav button,
.investor-wrap .owl-nav button {
    position: absolute;
    top: 50%;
    left: -9%;
    padding: 0;
/*    width: 40px;
    height: 40px;*/
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.43);
    color: #495054;
}
.investor-wrap .owl-nav button {
	top: 45%;
}

.leadership-wrap .owl-nav button.owl-next,
.investor-wrap .owl-nav button.owl-next {
    right: -9%;
    left: inherit;
}
.leadership-wrap .owl-dots button,
.investor-wrap .owl-dots button {
    background-color: #bac7ce;
    border-radius: 50%;
}
.leadership-wrap .owl-dots button.owl-dot.active,
.investor-wrap .owl-dots button.owl-dot.active {
    background-color: #007bbe;
}
.carousel-wrap.leadership-wrap,
.carousel-wrap.investor-wrap {
	margin: -80px auto 0px;
	max-width: 1170px;
}
.carousel-wrap.leadership-wrap .owl-stage-outer,
.carousel-wrap.investor-wrap .owl-stage-outer {
    padding: 0px 0px 10px;
}
/*Directors*/
.directors-wrap .item {
    width: 22%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 12px rgb(234, 234, 234);
    border-radius: 5px;
    padding: 35px 15px;
    margin: 0 15px 35px;
    display: inline-block;
}
.carousel-wrap.directors-wrap {
    text-align: center;
    padding-top: 20px;
    margin: auto;
  transition: margin-top .3s linear;
}
.directors-item {
    width: 150px;
    margin: auto;
}
.directors-wrap .item h3 {
    margin-bottom: 0;
    padding-top: 10px;
    font-weight: 700;
    font-size: 18px;
    min-height: 28px;
}
.directors-wrap .item h4 {
    padding-top: 3px;
    font-weight: 500;
    text-transform: uppercase;
    color: #5f686e;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
	position:relative;
}
/*.directors-wrap .item h3 {
    margin-bottom: 0;
    padding-top: 10px;
    font-weight: 700;
	    min-height: 60px;
}*/

.directors-content {padding-top: 15px;}
.directors-wrap .item h4:after {
    /* content: ''; */
    width: 50px;
    height: 1px;
    background-color: #007bbe;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
/*INVESTOR*/
.investor-wrap .owl-carousel .owl-dots.disabled, 
.investor-wrap .owl-carousel .owl-nav.disabled {
    display: none;
}
.investor-wrap img {
    width: 100%;
    border-radius: 8px;
}
.investor-wrap .panel-grid-cell {
    margin-top: -60px;
    /*width: calc(33.3333% - ( 0.66666666666667 * 20px ) ) !important; */
}
.activeTab{
	display: block !important;
}

.hide{
	    display: none !important;
}
 
.activelink{
	color: red;        
}
/*Our Business*/
.tab-wrapper .sow-tabs-tab-container {
    text-align: center;
	padding: 12px 10px 0px 0 !important;
} 
.tab-wrapper .sow-tabs-tab:first-child:before {
    content: '/';
    position: absolute;
    right: -20px;
    font-size: 30px;
    color: #007bbe;
    top: 50%;
	z-index:9;
	font-weight: 400;
    transform: translateY(-50%);
}
.tab-wrapper .sow-tabs-tab {
    position: relative;
    font-size: 36px !important;
    font-weight: bold;
	color: #bfc1c3 !important;
	letter-spacing: -1px;
}
.tab-wrapper .sow-tabs-tab:last-child {
    padding-left: 35px !important;
}
.tab-wrapper .sow-tabs-tab:first-child {
    padding-right: 30px !important;
}
.tab-wrapper .sow-tabs-tab.sow-tabs-tab-selected{ color: #424242 !important; }
.tab-wrapper .sow-tabs-panel {padding: 0 !important;}
.tab-wrapper .tab-section .wrap {
	text-align: center;
}
.tab-wrapper p { display: none; }
.tab-img-item { text-align: center; }
.tab-img-item img {vertical-align:bottom;}
.tab-content-item, .tab-img-item {
    width: 35%;
    display: inline-block;
	padding-bottom: 50px;
	text-align: left;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-child(4) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-child(4) .tab-img-item {
	width: 44%;
}

 .tab-img-item{
	  vertical-align: bottom;
	  padding-bottom: 0;
 }
.tab-wrapper .sow-tabs-panel-container { background-color: #fff !important; }
.tab-content-item h2 {
	color: #5f686e;
    font-size: 30px;
    padding-top: 10px;
    padding-right: 0;
    line-height: 36px;
}
.tab-section-right .tab-content-item {
    text-align: right;
	    padding-right: 3%;
}

.tab-section {
    padding-top: 50px;
}

.tab-no-img .tab-content-item {
    padding-bottom: 60px;
    padding-top: 20px;
}
.tab-no-img .tab-content-item img + div {
    float: left;
    width: 75%;
}
.tab-no-img .tab-content-item h2 {
    padding-left: 0;
}
.tab-content-item a, .tab-content-item a:hover {
    box-shadow: none;
    font-size: 14px;
    letter-spacing: 3px;
	color: #007bbe;
	font-weight: 600;
}
.tab-white-text .tab-content-item a, .tab-white-text .tab-content-item h2{color: #fff;}
/*.tab-black-text .tab-content-item a{color: #000000;}*/
.business-wrapper .tab-content-item {width: 45%;}
.business-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(1) .tab-img-item {
    width: 45%;
    padding-right: 60px;}
.business-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(1) .tab-content-item > img {
	width: 100%;
}



/*Modal*/
/*Priyank*/

.modal-box {
	width: 100%;
	height: 100%;
    position: fixed;
    left: 0 !important;
    border-radius: 0;
    /*box-shadow: 0 -620px 0px rgba(0, 0, 0, 0.5);*/
    border: 0;
    border-top: 4px solid #007bbe;
    /* padding: 0 4rem; */
    /*top: 50% !important;*/
    bottom:  -40% !important;
    background: #fff;
    z-index: 99;
    display: none;
}

/*New Add 
------*/
.media-modal h1{
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}
.media-modal h1, .media-modal h4 {
	 color:#3d4249;
}
.media-modal h4 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 0;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.modal-content p {
	font-size: 14px;
    padding-right: 15px;
    line-height: 26px;
    height: 440px;
    min-height: 440px;
    overflow-y: scroll;
    overflow: auto;
}
.media-modal .modal-content p {
    height: auto;
    min-height: auto;
    overflow-y: hidden;
    overflow: hidden;
}
/*.modal-content:hover::-webkit-scrollbar {
    background: #cecece;
    width: 2px;
}
.modal-content::-webkit-scrollbar {
    background: transparent;
}*/
.media-modal .modal-img-item img {
    border-radius: 10%;
}

.media-slideup .modal-box {
	bottom: -20% !important;
}
.media-slideup .modal-img-item {
	width: 30%;
	top: -80px;
}
.media-slideup .modal-img-item img {
	width: 90%;
    float: left;
    border: 0px;
}
.media-slideup .modal-content {
	padding-left: 0px;
	width: 70%;
}
.media-slideup .media-modal h1 {
	font-size: 26px;
	line-height: 32px;
}
.media-slideup .modal-content p, .media-slideup .media-modal h4 {
	font-size: 16px;
	margin-bottom: 15px;
}



/*New Add for media query*/
@media (max-width: 768px) {
	.partners-item-content{height: 235px;}
	.partners-item-content p{padding: 25px 25px 0;}
}
@media (max-width: 780px){
	.media-modal h1 {
		font-size: 20px;
		line-height: 23px;
	}
	.modal-content p{
		font-size:14px;
		}
	.modal-content {
		max-height: 230px;
	}
}
/**/
/*
.modal-box {
  display: none;
  position: absolute;
    z-index: 999999;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}*/
/*@media (min-width: 32em) {
.modal-box {
    width: 100%;
    position: absolute;
    left: 0 !important;
    border-radius: 0;
    box-shadow: 0 -6px 9px rgba(0, 0, 0, 0.14);
    border: 0;
    border-top: 4px solid #007bbe;
    top: inherit !important;
    margin-top: -30%;
    padding: 0 4rem;
	height: 15%;
}
}*/

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 0 }
.modal-box .modal-body .wrap{
	padding: 2em 0em 0em;
    position: relative;
    max-width: 1280px;
}
.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  /*opacity: 0;
  filter: alpha(opacity=0);*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) !important;
}
.modal-box a.js-modal-close.close {
    width: 30px;
    height: 30px;
    background-color: #007bbe;
    color: #fff;
    border-radius: 50%;
    box-shadow: none;
    text-align: center;
    line-height: 32px;
    margin-top: 0;
    margin-right: 0;
    top: -20px;
}
a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
  cursor:pointer;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
.modal-img-item {
    width: 15%;
    float: left;
	    position: relative;
    top: -70px;
	text-align:center;
}
.modal-content {
    float: left;
    width: 85%;
    padding-left: 5%;	
    font-size: 14px;
    line-height: 26px;
    padding-right: 30px;
}
.modal-img-item img {
    border: 5px solid #fff;
}
.modal-img-item h3 {
    font-size: 22px;
    font-weight: bold;
    padding-top: 12px;
	margin-bottom: 5px;
}
.modal-img-item h4 {
    padding-top: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
}
.brands-text{    padding-top: 30px;
    display: block !important;}
.brands-text h4.sow-headline {
    padding-top: 0;
}
.brands-text .so-panel {
    margin-bottom: 0 !important;
} 
.brands-text .panel-grid-cell {
    display: inline-block;
    vertical-align: middle;
}
.brands-text .panel-grid-cell:first-child {
    text-align: center;
}
.brands-text div#panel-617-0-0-0 img, .brands-text div#panel-720-0-0-0 img {
    vertical-align: bottom;
}
.brands-text p.about-heading {
    text-align: left;
    padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
}
.brands-text a {
	display: inline-block;
    vertical-align: middle;
    box-shadow: none;
    width: 100px;
    color: #006eb7;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    margin-right: 20px;
}
.video_link {
    display: inline-block;
    vertical-align: middle;
	    position: relative;
}
.page-id-617 .panel-grid, .page-id-720 .panel-grid {
    margin-bottom: 0 !important;
}
.music-counter .footprint-item p {
    color: #fff;
    padding: 0px 50px;
}
.music-counter .footprint-item {
    padding: 0 4%;
}
.music-counter .blue-text, .music-counter .green-text {
    border-right: 1px solid #5387a3;
}
/*Original Content*/
.oc-item-img {
    position: relative;
}
.oc-overlay {
    position: absolute;
    top: 100%;
    background-color: rgba(29, 44, 48, 0.90);
    border-radius: 8px;
    height: 100%;
	transition: all 0.4s ease;
	padding: 35px 30px;
}
.original-content .owl-item:hover .oc-overlay {
    top: 0;
	border-radius: 8px;
}
.original-content  .owl-carousel .owl-item{
	padding:0;
	box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 8px;
}
.oc-overlay h3, .oc-overlay p, .oc-overlay h3:hover {
    color: #fff;
	box-shadow:none;
	font-size: 16px;
	line-height: 24px;
}
.oc-overlay h3, .oc-overlay h3:hover{
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
	margin-bottom: 10px;
}
.original-content .owl-nav button	{ position: absolute;top: 40%;left: -9%;padding: 0;border-radius: 50%;background-color:#e9ecf5;color: #495054;transform: translateY(-50%);}
.original-content .owl-nav button.owl-next { right: -9%;left: inherit; }
.original-content .owl-dots	{ padding-top: 30px; }
.original-content button.owl-dot { width: 7px;height: 7px;background-color: #d9d9d9;}
.original-content button.owl-dot.active { background-color: #007bbe; }
.app-logo { padding: 0 28% 2%!important; }
.app-logo .panel-grid-cell	{ text-align: center;}
.video-view-box	{position: fixed;top: 60% !important;width: 50%;left: 50% !important;transform: translate(-50%, -50%);margin-top: 0;height: auto;border: 0;background-color: transparent;box-shadow: none;padding: 0; }
.video-view-box .modal-box .modal-body { padding: 0; }
.video-view-box a.js-modal-close.close { margin: 0;z-index: 9; }
.video_link a	{ width: 30px; margin-right: 0px;}
.video_link img	{border-radius: 20px;box-shadow: 0 0 15px 1px rgba(17, 17, 17, 0.24) !important;
position: relative;}
.video-btn	{ position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%); }
.video-btn img	{ box-shadow:none !important; }
.play-counter .blue-text, .play-counter .green-text, .play-counter .orange-text{ border-right: 1px solid #373f45; }
.play-counter .footprint-item p	{ color:#fff; }
.play-counter .footprint-item p	{padding: 0 30px;}
.bb-slider-content .item img {
    border-radius: 8px 8px 0 0;
	min-height: 96px;
}
.bb-slider-content .item h3 {
    padding-top: 0;
    font-size: 16px;
    line-height: 24px;
    color: #5f686e;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    padding: 25px 20px;
    min-height: 122px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}
.bb-slider-content .item h3 div {
    position: relative;
/*    top: 50%;
    transform: translateY(-50%);*/
}
.bb-slider-content .owl-nav button	{ position: absolute;top: 50%;left: -9%;padding: 0; border-radius: 50%; background-color:#fff; color: #8e8e8e;transform: translateY(-50%);}
.bb-slider-content .owl-nav button.owl-next {right: -9%;left: inherit; }
.bb-slider-content .owl-dots {padding-top: 0px;}
.bb-slider-content button.owl-dot	{ width: 8px;height: 8px;background-color: #d9d9d9; }
.bb-slider-content button.owl-dot.active { background-color: #007bbe; }
.owl-carousel .owl-stage{ padding: 20px 0; }
.bb-slider-content .owl-item .item {
	box-shadow: 0 0 15px -6px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.carousel-wrap.bb-slider-content {padding: 20px 0px 10px;}
.original-content .owl-carousel .owl-item img {
    border-radius: 8px;
}
.carousel-wrap.original-content .owl-stage {
    padding: 0;
}
#panel-720-3-0-1 .carousel-wrap.original-content {padding: 10px 0px;}
.get-the-play-app img {
    padding-right: 18px;
    width: auto;
    height: auto;
}
.get-the-play-app img:last-child {
	padding-right: 0px;
}
.get-the-play-app{
	text-align:center;
}
.get-the-play-app a img{height: 40px;box-shadow: none;}
.text-white.section-header h1 {
    color: #fff;
}
.relative-head {
	position: relative;
	z-index: 1;
}
/*PARTNER*/
.partner-block-right {
    text-align: right;
    padding: 10% 55px 10%;
    color: #fff;
    min-height: 560px;
}
.partner-block-right h2 {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    width: 400px;
    margin-left: auto;
}
.partner-block-right p {
    width: 260px;
    margin-left: auto;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 0;
}
#pgc-143-1-0, #pgc-143-1-1 {
    width: calc(50% - ( 0.5 * 3px ) ) !important;
}
#pg-143-0 {margin-bottom: 20px !important;}
.partner-block-left {
    text-align: left;
}
.partner-block-left h2 {
    margin-left: 0;
    margin-right: auto;
}
.partner-block-left p {
    margin-left: 0;
}
.partners-category li:first-child a:before {
    content: none;
}
.partners-category a:before {
    content: '/';
    color: #0873b8;
    font-weight: 200;
    margin-right: 30px;
    font-size: 24px;
    vertical-align: middle;
}
.partners-category a.active {
    color: rgb(61, 66, 73) !important;
}
.partners-category a:hover {
    color: #0873b8 !important;
}
.partners-category a {
    color: rgba(61, 66, 73, 0.33) !important;
    font-weight: bold;
    font-size: 22px;
    position: relative;
}
ul.partners-category li {
    display: inline-block;
    padding: 0 18px;
}	  
.partners-category {
    margin-bottom: 0;	
}
.partners-category span {
    padding: 0 30px;
    color: #017abd;
    font-weight: 500;
}
.partners-slider .item img {
    width: auto;
    margin: auto;
}

.carousel-wrap.partners-slider {
	padding-top: 10px;
	padding-bottom: 30px;
}
/*
.partners-slider .item {
    box-shadow: 0 0 10px #e4e4e4;
    padding: 20px;
}
*/
.partners-slider .item .partnerImg{
    box-shadow: -1px 6px 8px 0px #e4e4e4;
    -webkit-box-shadow: -1px 6px 8px 0px #e4e4e4;
    -moz-box-shadow: -1px 6px 8px 0px #e4e4e4;
    height: 133px;
    position: relative;
    border-radius: 4px;
}
.partners-slider .item .partnerImg img{
    position: absolute;
    width: auto;
    padding: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.partners-slider .owl-item {
    padding: 0px 5px;
    display: inline-block;
    vertical-align: middle;
	float: none !important;
}
#pgc-143-3-0{
	text-align:center;
}
.partners-slider .owl-nav button {
   	position: absolute;
    top: 50%;
    left: -9%;
    transform: translateY(-50%);
    border-radius: 70%;
/*    width: 40px;
    height: 40px;*/
    padding: 0;
	background-color: #e9ecf5;
    color: #495054;
}
.partners-slider .owl-nav button.owl-next {
    right: -9%;
    left: inherit;
}
.contact-media {
    padding: 15px 130px 80px !important;
}
.contact-form .contact-item {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 12px;
	position:relative;
	
}
.contact-form .contact-item input, .contact-form .contact-item textarea {
    border: 0;
    box-shadow: 0 0 10px -5px #847e7e;
    border-radius: 10px;
	font-size: 15px;
	padding-left: 50px;
}
.contact-form .contact-item input::-webkit-input-placeholder,
.contact-form .contact-item textarea::-webkit-input-placeholder {
	color: #969696;
}

.contact-form {
    overflow: hidden;
    padding: 30px;
    background: rgb(0,198,255);
background: -moz-linear-gradient(130deg, rgba(0,198,255,1) 0%, rgba(0,114,255,1) 100%);
background: -webkit-linear-gradient(130deg, rgba(0,198,255,1) 0%, rgba(0,114,255,1) 100%);
background: linear-gradient(130deg, rgba(0,198,255,1) 0%, rgba(0,114,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00c6ff",endColorstr="#0072ff",GradientType=1);
    border-radius: 15px;
    max-width: 960px;
    margin: -50px auto 0;
}
.contact-form h2 {
    text-align: center;
    color: #fff;
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 15px;
}
.contact-submit {
    clear: both;
    text-align: center;
    position: relative;
    padding-top: 20px;
}
.contact-left-block {
    float: left;
    width: 50%;
}
.contact-form .contact-item textarea {
    height: 98px;
    resize: none;
}
.contact-submit input {
    padding: 0;
    background-color: transparent;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    padding-right: 5px;
}
.contact-submit:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    color: #fff;
    line-height: 34px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 600;
}
div.wpcf7 .contact-submit .ajax-loader{
	margin:0 !important;
	    width: auto;
}
.contact-spinner {
    display: inline-block;
}
.contact-item i {
    position: absolute;
    top:13px;
    left: 40px;
    z-index: 9;
    color: rgba(61, 66, 73, 0.30);
}
.carousel-wrap.mobile-achievement {
    display: none;
}
/*Media center*/

.media-wrap {
	margin:0 !important;
    /*-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    column-gap: 2em;*/
    position: relative;
}
.media-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer {}
.media-item {
float: left;
    display: block;
    margin: 0 1em 1em 0 !important;
    width: 31%;
    border-radius: 8px;
    box-shadow: 0 6px 14px 0px #eae9e9;
    padding: 0 0 0px !important;
    /*min-height: 520px;    */
}
.media-post-content p {
    height: 100px;
    overflow: hidden;
    margin-bottom: 0;
    color: #464b4c;
	line-height: 26px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}
.media-post-content {
    padding: 20px 25px 30px;
}
.media-post-content h2 {
    color: #3d4249;
    font-size: 22px;
	padding-top: 0;
	margin-bottom: 15px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.media-post-content h5 {
    font-size: 14px;
    font-weight: 400;
    color: #3d4249;
    margin-bottom: 5px;
    letter-spacing: 2px;
}
.media-post-content a {
    color: #007bbe;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 10px;
    display: block;
}
.media-item-logo {
    text-align: center;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.media-item-logo img {
    width: 100%;
    /* border-radius: 8px 8px 0 0; */
    /*height: 230px;*/
    margin: auto;
    text-align: center;
}
.page-id-145 .page-title .textwidget {
    position: relative;
}
.press-btn {
	position: absolute;
    top: -8px;
    right: 0px;
	width: 170px;
}
.media-overlay {
    min-height: 985px;
    overflow: hidden;
	    position: relative;
}
.media-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 48px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%,#ffffff 95%);
    left: 0;
    bottom: 0;
    z-index: 1;
}
.media-overlay span, .career-media-overlay span {
    position: absolute;
    font-size: 30px;
    z-index: 99;
    bottom: 20px;
    left: auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.media-overlay span button,
.media-overlay span a, .career-media-overlay span a  {
	text-align: center;
	display: grid;
}
.career-section {
    box-shadow: 0 0 36px -1px rgba(13, 13, 13, 0.13);
    border-radius: 18px;
    margin-top: -6%;
    padding: 60px;
}
.career-section h1 {
    text-align: left;
    line-height: 50px;
}
.career-section p {
    line-height: 30px;
    font-size: 16px;
    color: #464b4c;
	
}
.panel-grid-cell:hover .career-content p {
    display: block;
}
.career-section p:last-child {
    margin-bottom: 0;
}
.career-team img {
    width: 100%;
	border-radius: 10px;
}
div#pgc-853-2-1 {
    position: relative;
}
.career-wrap {
    padding: 0 3%;
}

.career-content {
    position: absolute;
    z-index: 1;
    text-align: center;
    background: linear-gradient(to top, rgba(29, 38, 49, 0.9) 0%,rgba(29,38,49,0) 100%);
    bottom: 0;
	width: 100%;
    border-radius: 14px;
	height:100%;
    overflow: hidden;	
}
.career-content .textwidget.custom-html-widget {
    position: absolute;
    bottom: 0;
    width: 100%;
	transition:all 0.4s ease;
    transform: translateY(60%);	
}
.career-content p, .career-content h3, .career-content h5{
	color:#fff;
}
.career-content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
	margin-bottom: 0;
}
.career-team{display: grid;}
.career-wrap .so-panel {
    margin-bottom: 0 !important;
}
.career-content p {
	transition:all 0.4s ease;
	 padding:0 30px;
	 font-size: 14px;
}

.career-content h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 5px;
    margin-bottom: 20px;
}
.career-wrap .panel-grid-cell {
    position: relative;
}
.career-wrap .panel-grid-cell:hover .career-content .textwidget.custom-html-widget, .career-wrap.mobile-career-wrap .item:hover .career-content .textwidget.custom-html-widget{
	    position: relative;
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
   
} 
.career-wrap .panel-grid-cell:hover .career-content h5{
	    margin-bottom: 20px;
}
.career-wrap .panel-grid-cell:hover  .career-content{
	background: rgba(38, 44, 56, 0.85);
}

/*Mobile Career wrap*/
.career-wrap .owl-nav {
    display: none !important;
}

.mobile-career-wrap{
	display:none;
	padding: 0;
    width: 100% !important;
	text-align: center;
}
.mobile-career-wrap button.owl-dot.active {
    background-color: #0095d9;
}
/*HungamaHonedo*/
.career-media-overlay {
    min-height: 700px;
    overflow: hidden;
    position: relative;
}
.career-media-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%,#ffffff 95%);
    left: 0;
    bottom: 0;
    z-index: 1;
}
.career-media-wrap {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    column-gap: 2em;
    position: relative;
    padding: 0% 3%;
}
.career-media-item {
    display: inline-block;
    margin: 0 0 2em;
    width: 100%;
	position: relative;
}

.career-media-item-logo img {
    width: 100%;
    border-radius: 14px;
}
.career-media-item-logo {
    display: grid;
	position:relative;
}
/*.career-media-item-logo:after {
    content: '';
    background: linear-gradient(to top, rgba(29, 38, 49, 0.66) 0%,rgba(29,38,49,0) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
}*/
.career-media-post-content {
    position: absolute;
    bottom: 0;
    padding: 26px;
}
.career-media-post-content h2 {
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: initial;
    text-align: left;
}

.office-list-wrap p:empty {
    display: none;
}
/*Games*/

.games-middle h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 5px;
}
.games-middle h1 {
    padding-top: 0;
    color: #fff;
    font-weight: bold;
    font-size: 34px;
	margin-bottom: 5px;
	line-height: 42px;
}
.games-middle p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
}
.games-middle {
    padding: 60px 0;
}
.games-middle img {
    margin-right: 10px;
    width: 140px;
}
.games-middle a img{box-shadow: none;}
.games-middle {
    padding: 10% 0;
    width: 60%;
}

input.submit-mail {
    position: absolute;
    top: 0;
    z-index: 9999;
    right: 0;
    height: 100%;
    background-color: transparent;
    color: #bfc1c3;
    padding: 15px;
}

footer .subscriber-wrap input.wpcf7-submit{
	/*position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    height: auto;
    width: auto;
    background-color: transparent;
    color: #bfc1c3;
    padding: 15px;
	font-size: 0px;*/
	position: absolute;
    top: 0px;
    z-index: 3;
    right: 0;
    height: auto;
    width: auto;
    background-color: transparent;
    color: #bfc1c3;
    padding: 15px 15px;
    font-size: 0px;
}
footer .wpcf7-response-output{
	border: 0px !important; margin: 0 !important; padding: 0 !important; font-size: 10px;text-align: right;
    line-height: 12px;
}
footer .subscriber-wrap span.wpcf7-form-control-wrap{
	display: block;
}
footer .subscriber-wrap span.wpcf7-not-valid-tip{
font-size: 10px;
    font-weight: 100;
    position: absolute;
    width: 80%;
    bottom: -14px;
    left: 40%;
    text-align: left;
}
footer .subscriber-wrap .ajax-loader{
	display: none;
}
footer .subscriber-wrap br{
	display: none;
}
.subscriber-wrap {
    width: 330px;
    float: right;
    position: relative;
}
.subscriber-wrap:before {
    content: "\f105";
    position: absolute;
    top: 10px;
    right: 3px;
    z-index: 2;
    font: normal normal normal 20px/1 FontAwesome;
    color: #777;
    font-weight: 600;
    width: 25px;
    height: 26px;
    vertical-align: middle;
    bottom: 10px;
   /* cursor: pointer;*/
}
.subscriber-wrap input::placeholder{
	    color: rgba(61, 66, 73, 0.75);
		font-size:14px;
}
.subscriber-wrap input {
    border-radius: 8px;
    border: 0;
    width: 90%;
    margin-left: auto;
    position: relative;
	padding: 8px 38px 8px 50px;
    margin-top: 4px;
}
.subscriber-wrap input::-webkit-input-placeholder {
	font-size: 12px;
}
.mc4wp-form-fields {
    position: relative;
}
.subscriber-wrap i {
    position: absolute;
    top: 12px;
    color: #bfc1c3;
    left: 50px;
    font-size: 18px;
}
.brands-text #pgc-720-0-1 .panel-grid-cell:last-child {
    padding-left: 0px;
}
.brands-text #pgc-720-0-1 .panel-grid-cell .panel-first-child {
	margin: auto;
}
.brands-text #panel-720-0-0-0 {width: 85%; margin: auto;}
.brands-text #pgc-617-0-1, .brands-text #pgc-720-0-1 {padding-left: 20px;}
.brands-text #panel-720-0-1-1 {padding-right: 50px;}

.brands-text .panel-grid-cell .panel-first-child {
    width: 80%;
}
.brands-text #pgc-617-0-1 {margin-top: 80px;}
/*#pg-617-2 #pgc-617-2-0, #pgc-617-2-1, #pgc-617-2-2 {width: 33.33% !important;}*/

.get-the-play-app {max-width: 1280px; margin: 20px auto 0px;}
.text-normal h1 {text-transform: initial;}

.popular-game-overlay {
	background-color: rgba(29, 44, 48, 0.90);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
}
.popular-game-item-img {
    position: relative;
}
.popular-games .owl-item:hover .popular-game-overlay{
	opacity:1;
}
.popular-games .owl-item{
	padding:0;
}
.popular-game-overlay h3{
	color:#fff;
	font-size:20px;
	font-weight:bold;
}
.popular-game-overlay img {
    width: 50% !important;
    margin: 0 auto 10px;
	box-shadow: none !important;
}
.popular-game-content{
	    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.popular-games .owl-nav button	{position: absolute;top: 50%;left: -9%;padding: 0;width: 40px;height: 40px;border-radius: 50%;background-color:#e9ecf5;color: #495054;transform: translateY(-50%);}
.popular-games .owl-nav button.owl-next { right: -9%;left: inherit; }
.popular-games .owl-dots {padding-top: 0px; }
.popular-games button.owl-dot {width: 8px;height: 8px;background-color: #d9d9d9; }
.popular-games button.owl-dot.active { background-color: #007bbe; }
/*Contact Us*/
.contact-media .widget_custom_html {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.contact-media .panel-grid-cell {
    position: relative;
}
.contact-media .widget_media_image{
	display:grid;
	    position: relative;
		    margin-bottom: 0 !important;
}
.contact-media .widget_media_image img {
    width: 100%;
	border-radius: 14px;
}
.contact-media .widget_custom_html h2, .contact-media .widget_custom_html h2 a {
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
}
.contact-media .widget_media_image:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.38);
	border-radius: 14px;
}
.contact-media .widget_custom_html h2 i {
    margin-left: 12px;
}
.contact-media .panel-grid-cell:first-child{
	    background-color: #1f9de2;
    padding-bottom: 5px !important;
    border-radius: 14px;
}
.contact-media .panel-grid-cell:last-child {
    padding-bottom: 5px !important;
    background-color: #8aba41;
    border-radius: 14px;
}
.bx-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  width:100%;
}
.bx-viewport {
    height: auto !important;
}
/** THEME
===================================*/
 
.item-bx .item {
    position: relative;
    width: 90%;
    margin: auto;
}
.bx-wrapper .bx-pager{
  display: none;
      text-align: center;
}
.bx-controls-direction {
    display: none;
}
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(//bxslider.com/lib/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -50px;	
  border-radius: 15px;
}

.bx-wrapper .bx-prev:before{
  content:'';
background: url(http://www.japonshop.com/css/img/flch-izq.gif) no-repeat center;  
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;  
  transform: translate(-50%, -50%);
}

.bx-wrapper .bx-next {
	right: -50px;	
  border-radius: 15px;  
}

.bx-wrapper .bx-next:before{
  content:'';
background: url(http://www.japonshop.com/css/img/flch-der.gif) no-repeat center; 
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;  
  transform: translate(-50%, -50%);
}

.bx-wrapper .bx-controls-direction a {  
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  outline: 0;
  width: 32px;
  height: 112px; 
  text-indent: -9999px;
  z-index: 9999;
  border: 1px solid #e6e6e6;
background: -webkit-linear-gradient(#fcfcfc 0%, #ebebeb 100%);
background: -moz-linear-gradient(#fcfcfc 0%, #ebebeb 100%);
background: -o-linear-gradient(#fcfcfc 0%, #ebebeb 100%);
background: linear-gradient(#fcfcfc 0%, #ebebeb 100%);  
}

.bx-wrapper .bx-controls-direction a:hover{
  background: #ebebeb;
}

.bx-wrapper .bx-controls-direction a:hover:before{
  left:45%;
}

.bx-wrapper .bx-controls-direction a.bx-next:hover:before{
  left:55%;
}


.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(//bxslider.com/lib/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(//bxslider.com/lib/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.bx-wrapper{
	display:none;
} 
/*Load More*/

div#more_posts.load-more-btn {
    bottom: 5px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.load-more-btn span {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
}
.load-more-btn i {
    display: block;
	font-size: 16px;
}
.load-more-btn {
    text-align: center;
}
.load-more-btn a{
	display:inline-block;
	line-height: 18px;
}
/*Current OPening*/
.current-opening-tab {
    box-shadow: 0 0 18px 0 rgba(204, 204, 223, 0.38);
    border-radius: 20px;
    padding: 25px;
    width: 68%;
    float: left;
    margin-right: 0px;
}
.current-opening-filter {
    width: 32%;
    float: left;
    padding: 0 40px 0px 80px;
}
.current-opening-filter h1{
	text-align:left;
	padding-top: 20px;
}
.current-opening-title h3 {
    color: #3d4249;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: 0px;
    text-transform: initial;
}
.current-opening-content ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 0;
}
.current-opening-content ul{
	margin-left:0;
    margin-top: 15px;
}
.current-opening-content ul li img {
    vertical-align: middle;
	width: 12px;
}
.current-opening-content ul li span {
    color: #3d4249;
    padding-left: 2px;
    vertical-align: baseline;
    letter-spacing: 0px;
}
.current-opening-content-area h4 {
    font-size: 16px;
    color: #007bbe;
    font-weight: 400;
    letter-spacing: 1px;
}
.current-opening-content-area p{
	margin-bottom:0;
	color:#464b4c;
	font-weight: 400;
    line-height: 24px;
    text-transform: initial;
    letter-spacing: 0px;
}
.current-opening-title:before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 20px;
    color: #919191;
    transition: all 0.4s ease;
}
.current-opening-title {
    position: relative;
	cursor:pointer;
}
.current-opening-title.active_tab:before {
    transform: rotate(-180deg);
}
.current-opening-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #00a1e5;
}
.current-opening-tab .current-opening-item:last-child{
	border-bottom: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.filter-toggle {
    display: none;
}
.co-filter-location, .co-filter-function{
	position:relative;
}
.co-filter-location select, .co-filter-function select, .co-filter-location option, .co-filter-function option {
    border: 1px solid #00a1e5;
    border-radius: 6px;
    padding-left: 20px;
    font-size: 15px;
    color: rgba(61, 66, 73, 0.75);
    -moz-appearance: none;
    -webkit-appearance: none;
	height: 50px;
	background: #fff;
	box-shadow: inset 0px 0px 5px #ccc;
}
.co-filter-location:before, .co-filter-function:before {
    content: "\f107";
    position: absolute;
    top: 0px;
    z-index: 9;
    right: 12px;
    font: normal normal normal 18px/1 FontAwesome;
    color: #888;
    line-height: 50px;
}
.co-filter-location {
    margin-bottom: 30px;
    margin-top: 40px;
}
.co-filter-btn button {
    background-color: transparent;
    color: #007bbe;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: uppercase;
}

/*Google Map*/
.google-map iframe{
	height:650px;
}
.place-card-view {
    overflow: hidden;
    height: 350px;
}
.office-list-wrap {
    position: absolute;
    top: 40px;
    background-color: white;
    left: 320px;
    box-shadow: 0 0 30px -8px #bcbcce;
    border-radius: 10px;
    width: 400px;
    padding: 30px;
}
.office-list-item {
 	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 15px;
}
.office-list-item:last-child {
	border-bottom: 0px;
}
.office-list-title.active_tab h3 {
    color: #007bbe;
}
.office-list-title.active_tab h3:before {
    color: #007bbe;
	transform: rotate(-180deg);
}
.office-list-wrap h1 {
    margin-bottom: 0;
    color: #3d4249;
    font-weight: bold;
    font-size: 28px;
}
.office-list-area p {
    margin-bottom: 6px;
    font-size: 15px;
    color: #464b4c;
}
.office-list-area p img {
    vertical-align: middle;
    margin-right: 5px;
}
.office-list-title h3:before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 20px;
    color: rgba(61, 66, 73, 0.30);
    transition: all 0.4s ease;
}
.office-list-title h3 {
    color: rgba(61, 66, 73, 0.30);
    font-weight: bold;
    font-size: 18px;
    position: relative;
	margin-bottom: 10px;
}
.tab-content-item > img {
	/*width: auto; */
	width: 150px; 
}
.tab-no-img .tab-content-item > img {
	/* width: auto; */
	width: 150px;
}
.tab-no-img .tab-content-item h2 {
	padding-top: 10px;
}

.footprint-row .panel-last-child {
	margin-bottom: 0px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(1) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(1) .tab-img-item {
    padding-right: 100px;
    width: 36%;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(1) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(1) .tab-content-item {
	padding-bottom: 80px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(2) .tab-content-item {
    padding-right: 50px;
    width: 45%;
    padding-bottom: 80px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-content-item {
	padding-bottom: 120px;
	width: 41%;
}
#business-wrapper {padding-top: 20px;}

/*Digital*/
.business-text img {
    vertical-align: bottom;
}
.business-text h1 {
    color: #007bbe;
    font-size: 70px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 15px;
    line-height: 70px;
}
.business-text h4 {
    font-size: 40px;
    color: #007bbe;
    font-weight: 300;
    margin: 0;
}
p.business-heading {
    color: #747f86;
    font-size: 16px;
    line-height: 30px;
}
.business-heading strong {
    color: #495054;
}
.digital-item {
	width: 160px;
    height: 160px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    margin-right: 16px;
    box-shadow: 0 0 10px rgba(204, 204, 223, 0.86);
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 16px;
    position: relative;
}
.digital-item img {
    padding: 15px;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.digital-accordion {
	padding:0 15px;
}
.digital-accordion .sow-accordion-panel-border {
    background-color: transparent !important;
    padding:20px 0 !important;
    outline: none !important;
	overflow: inherit !important;	
}
.digital-accordion .sow-accordion-panel-header {
    outline: none !important;
}
.digital-accordion .sow-accordion-panel-border p {
    display: none;
}
.digital-accordion .sow-accordion-panel-header {
    outline: none !important;
    background-color: transparent !important;
    color: #3d4249 !important;
    font-size: 28px;
    font-weight: bold;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.digital-accordion .sow-accordion-panel-border p:last-child{
    color: #5f686e;
    font-size: 16px;
    line-height: 28px;
    padding-top: 20px;
    display: block;
    margin-bottom: 0;
}
.digital-accordion .sow-accordion-panel {
    border-bottom: 1px solid rgba(0, 123, 190, 0.50);
    padding-bottom: 15px;
    margin-bottom: 15px !important;
}
body #pg-1415-0{
	margin-bottom:0;
}
.digital-accordion .sow-accordion-panel-open .sow-icon-ionicons[data-sow-icon]:before {
    transform: rotate(-180deg);
}
.digital-accordion .sow-icon-ionicons[data-sow-icon]:before {
    content: "\f107";
    font: normal normal normal 22px/1 FontAwesome;
    position: absolute;
    right: 15px;
    top: 8px;
    color: rgba(61, 66, 73, 0.54);
    transition: all 0.4s ease;
} 

.apply-job a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bbe;
    color: #fff !important;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 20px;
}
/*Digital*/
.career-form-75 {
    width: 66.66%;
    float: left;
}
.career-form-25 {
    width: 33.33%;
    float: left;
}
.career-item i {
    position: absolute;
    z-index: 9;
    top: 20px;
    left: 20px;
    color: #bfc1c3;
}
.career-item {
    position: relative;
    padding: 5px;
}
.career-form-50 {
    width: 50%;
    float: left;
}
.career-item input {
    height: 44px;
}
.career-item input, .career-item textarea {
    padding-left: 40px;
    border: 1px solid #00a1e5;
    border-radius: 10px;
    box-shadow: 0 0 4px #cacaca inset;
	width:100%;
}
span.wpcf7-form-control-wrap.career_file {
    padding-left: 40px;
    border: 1px solid #00a1e5;
    border-radius: 10px;
    box-shadow: 0 0 4px #cacaca inset;
    height: 44px;
    display: inline-block;
}
span.wpcf7-form-control-wrap.career_file input {
    /*opacity: 0;*/
}
span.wpcf7-form-control-wrap.career_file:before {
    content: 'Browse';
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    background-color: #99b2bf;
    color: #fff;
    text-align: center;
    line-height: 44px;
    border-radius: 0 9px 9px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 600;
}
.career-form input.wpcf7-form-control.wpcf7-submit {
    color: #007bbe;
}
.career-form .contact-submit:after {
    border: 1px solid #007bbe;
    color: #007bbe;
}
.career-form .contact-submit{
	padding-top: 0;
    margin-bottom: 30px;
}
h1.formTitle {
    color: #3d4249;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.map-section .office-list-wrap {
	max-width: 920px;
	margin: auto;
}
.carousel-wrap.original-content .owl-stage-outer {
	/*padding: 10px 0px;*/
}
.carousel-wrap.bb-slider-content, .carousel-wrap.original-content {max-width: 1200px; margin: auto;}
#pl-143 #pg-143-2, #pgc-720-3-0 #panel-720-3-0-0 {margin-bottom: 15px !important;}
#pl-969 #pg-969-2, #pg-935-2 #panel-935-2-0-0 {margin-bottom: 0px;}
#pg-720-2 #pgc-720-2-0, #pg-720-2 #pgc-720-2-1, #pg-720-2 #pgc-720-2-2,
#pg-720-2 #pgc-720-2-3 {width: 25% !important;}
.our-partner-section {padding-top: 50px;}
.music-counter {
	max-width: 1170px;
    margin: auto !important;
    padding-left: 0px !important;
}
.music-counter:before {
	content: "";
	position: absolute;
	background: url(../../uploads/2019/06/Hmusic-img-7.jpg);
    background-position: center center;
    background-size: cover;
    padding: 0px 0px 60px 0px;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.music-counter .blue-text, .music-counter .green-text, .music-counter .orange-text,
.play-counter .blue-text, .play-counter .green-text, .play-counter .orange-text, 
.play-counter .grey-text {
	position: relative;
}
.play-counter:before {
    content: "";
    position: absolute;
    background: url(../../uploads/2019/06/hplay-slider-bg.jpg);
    background-position: center center;
    background-size: cover;
    padding: 0px 0px 60px 0px;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.play-counter {max-width: 1540px; margin: auto !important;
	padding-left: 0px !important;}

#pg-617-2, #pg-720-2 {position: relative;}
.media-header-wrap h1 {line-height: 40px !important;}
.carousel-wrap.bb-slider-content, .carousel-wrap.partners-slider,
.carousel-wrap.original-content, .investor-wrap {max-width: 1170px; margin: auto;}
.play-counter .footprint-item p {font-weight: 500;}
#pg-935-0 #panel-935-0-0-0 {width: 90%;}
.current-opening-filter h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
    text-transform: capitalize;
    color: #3d4249;
    margin-bottom: 10px;
}
.owl-nav button {width: 54px; height: 54px;}
.brands-text #panel-617-0-0-0 {width: 100%;}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(2) .tab-img-item {width: 45%;}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-img-item {
	width: 42%;
	padding-right: 50px;
}
#pg-720-2> .panel-row-style {padding: 120px 0px 90px 0px !important;}
.site-footer {padding-top: 20px;}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(4) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(4) .tab-content-item {width: 46%; padding-right: 0px;}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(4) .wrap,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(4) .wrap {text-align: left;}
.current-opening-content {padding-bottom: 40px;}
/*.brands-text.digital-ePage #pgc-1417-0-1 {
	margin-left: -20px;
}*/
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(1) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:last-child .tab-section:nth-of-type(1) .tab-img-item {
	width: 45%;
	padding-right: 0px;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(1) .tab-img-item img,
.tab-wrapper .textwidget.custom-html-widget .tab-section:last-child .tab-section:nth-of-type(1) .tab-img-item img {
	width: 82%;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(1) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:last-child .tab-section:nth-of-type(1) .tab-content-item {
	width: 42%;
	padding-bottom: 60px;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(1) .tab-content-item img ,
.tab-wrapper .textwidget.custom-html-widget .tab-section:last-child .tab-section:nth-of-type(1) .tab-content-item img{
	width: 100%;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:last-child .tab-section:nth-of-type(2) .tab-content-item {
	padding-right: 30px;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:last-child .tab-section:nth-of-type(2) .tab-img-item {
	padding-left: 80px;
}
.digital-ePage .panel-grid-cell:last-child .so-panel {
    width: 76%;
    float: right;
    padding-bottom: 100px;
}
.digital-ePage .panel-grid-cell:first-child .so-panel {
	width: auto;
	float: left;
}
.digital-ePage .panel-grid-cell:first-child .so-panel img {
	max-width: initial;
}
nav .menu li.mobileMenu {
    display: none;
}
.owl-carousel .owl-dots {
	text-align: center;
}

::-webkit-input-placeholder {
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px !important;
}
.footer-email .wpcf7-display-none {
display: none !important;
}

.contact-form span.wpcf7-not-valid-tip{
font-size:12px;
}
.textwidget form.wpcf7-form .wpcf7-response-output{
text-align: center;
border: 0px !important;
margin: 10px 0 0 0;
width: 100%;
padding: 10px 0px 10px 0;
font-size: 14px;
font-weight: 600;
}
.textwidget form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
.textwidget form.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng{
background-color: #ffd9d9;
color: #d63131;
}
.textwidget form.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok{
background-color: #b7f199;
color: #54860e;
}
.current-opening-content ul li span {
	font-weight: 400;
	text-transform: capitalize;
}
.current-opening-content-area, .current-opening-content ul li {
	font-weight: 400;
	text-transform: initial;
}
#panel-617-3-0-0> .panel-widget-style {
    padding: 3% 0% 0% 0% !important;
} 
#panel-617-3-0-0> #business-wrapper {
    padding: 0% !important;
} 

.timeline {
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.timeline-nav .slick-slide {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #ccc;
  margin: 15px 25px !important;
  position: relative;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
}
.timeline-nav .slick-slide::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  /*background-color: #afc9f6;*/
  transition: .2s;
  border-radius: 5px;
}
/*unactive*/
.timeline-nav .slick-slide:nth-child(1)::before,
.timeline-nav .slick-slide:nth-child(4)::before,
.timeline-nav .slick-slide:nth-child(7)::before,
.timeline-nav .slick-slide:nth-child(10)::before,
.timeline-nav .slick-slide:nth-child(13)::before,
.timeline-nav .slick-slide:nth-child(16)::before,
.timeline-nav .slick-slide:nth-child(19)::before,
.timeline-nav .slick-slide:nth-child(22)::before,
.timeline-nav .slick-slide:nth-child(25)::before,
.timeline-nav .slick-slide:nth-child(28)::before,
.timeline-nav .slick-slide:nth-child(31)::before,
.timeline-nav .slick-slide:nth-child(34)::before,
.timeline-nav .slick-slide:nth-child(37)::before,
.timeline-nav .slick-slide:nth-child(40)::before,
.timeline-nav .slick-slide:nth-child(43)::before,
.timeline-nav .slick-slide:nth-child(46)::before,
.timeline-nav .slick-slide:nth-child(49)::before,
.timeline-nav .slick-slide:nth-child(52)::before,
.timeline-nav .slick-slide:nth-child(55)::before,
.timeline-nav .slick-slide:nth-child(58)::before,
.timeline-nav .slick-slide:nth-child(61)::before,
.timeline-nav .slick-slide:nth-child(64)::before,
.timeline-nav .slick-slide:nth-child(67)::before,
.timeline-nav .slick-slide:nth-child(70)::before,
.timeline-nav .slick-slide:nth-child(73)::before,
.timeline-nav .slick-slide:nth-child(76)::before,
.timeline-nav .slick-slide:nth-child(79)::before,
.timeline-nav .slick-slide:nth-child(82)::before,
.timeline-nav .slick-slide:nth-child(85)::before,
.timeline-nav .slick-slide:nth-child(88)::before,
.timeline-nav .slick-slide:nth-child(91)::before{
    background-color: transparent;
    content: '\2023';
    background: rgb(254,140,0);
background: -moz-linear-gradient(130deg, rgba(254,140,0,1) 0%, rgba(248,54,0,1) 100%);
background: -webkit-linear-gradient(130deg, rgba(254,140,0,1) 0%, rgba(248,54,0,1) 100%);
background: linear-gradient(130deg, rgba(254,140,0,1) 0%, rgba(248,54,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe8c00",endColorstr="#f83600",GradientType=1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 80px;
    width: auto;
    height: 70px;
    top: 47px;
    padding-top: 15px;
    border-radius: 5px;
}
/*active */
.timeline-nav .slick-slide.slick-current:nth-child(1)::before,
.timeline-nav .slick-slide.slick-current:nth-child(4)::before,
.timeline-nav .slick-slide.slick-current:nth-child(7)::before,
.timeline-nav .slick-slide.slick-current:nth-child(10)::before,
.timeline-nav .slick-slide.slick-current:nth-child(13)::before,
.timeline-nav .slick-slide.slick-current:nth-child(16)::before,
.timeline-nav .slick-slide.slick-current:nth-child(19)::before,
.timeline-nav .slick-slide.slick-current:nth-child(22)::before,
.timeline-nav .slick-slide.slick-current:nth-child(25)::before,
.timeline-nav .slick-slide.slick-current:nth-child(28)::before,
.timeline-nav .slick-slide.slick-current:nth-child(31)::before,
.timeline-nav .slick-slide.slick-current:nth-child(34)::before,
.timeline-nav .slick-slide.slick-current:nth-child(37)::before,
.timeline-nav .slick-slide.slick-current:nth-child(40)::before,
.timeline-nav .slick-slide.slick-current:nth-child(43)::before,
.timeline-nav .slick-slide.slick-current:nth-child(46)::before,
.timeline-nav .slick-slide.slick-current:nth-child(49)::before,
.timeline-nav .slick-slide.slick-current:nth-child(52)::before,
.timeline-nav .slick-slide.slick-current:nth-child(55)::before,
.timeline-nav .slick-slide.slick-current:nth-child(58)::before,
.timeline-nav .slick-slide.slick-current:nth-child(61)::before,
.timeline-nav .slick-slide.slick-current:nth-child(64)::before,
.timeline-nav .slick-slide.slick-current:nth-child(67)::before,
.timeline-nav .slick-slide.slick-current:nth-child(70)::before,
.timeline-nav .slick-slide.slick-current:nth-child(73)::before,
.timeline-nav .slick-slide.slick-current:nth-child(76)::before,
.timeline-nav .slick-slide.slick-current:nth-child(79)::before,
.timeline-nav .slick-slide.slick-current:nth-child(82)::before,
.timeline-nav .slick-slide.slick-current:nth-child(85)::before,
.timeline-nav .slick-slide.slick-current:nth-child(88)::before,
.timeline-nav .slick-slide.slick-current:nth-child(91)::before{
    background-color: transparent;
    content: '\2023';
    background: rgb(254,140,0);
background: -moz-linear-gradient(130deg, rgba(254,140,0,1) 0%, rgba(248,54,0,1) 100%);
background: -webkit-linear-gradient(130deg, rgba(254,140,0,1) 0%, rgba(248,54,0,1) 100%);
background: linear-gradient(130deg, rgba(254,140,0,1) 0%, rgba(248,54,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe8c00",endColorstr="#f83600",GradientType=1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 120px;
    width: auto;
    height: 70px;
    top: 47px;
    padding-top: 15px;
    border-radius: 5px;
}
/*-----------------------------*/





/*unactive*/
.timeline-nav .slick-slide:nth-child(2)::before,
.timeline-nav .slick-slide:nth-child(5)::before,
.timeline-nav .slick-slide:nth-child(8)::before,
.timeline-nav .slick-slide:nth-child(11)::before,
.timeline-nav .slick-slide:nth-child(14)::before,
.timeline-nav .slick-slide:nth-child(17)::before,
.timeline-nav .slick-slide:nth-child(20)::before,
.timeline-nav .slick-slide:nth-child(23)::before,
.timeline-nav .slick-slide:nth-child(26)::before,
.timeline-nav .slick-slide:nth-child(29)::before,
.timeline-nav .slick-slide:nth-child(32)::before,
.timeline-nav .slick-slide:nth-child(35)::before,
.timeline-nav .slick-slide:nth-child(38)::before,
.timeline-nav .slick-slide:nth-child(41)::before,
.timeline-nav .slick-slide:nth-child(44)::before,
.timeline-nav .slick-slide:nth-child(47)::before,
.timeline-nav .slick-slide:nth-child(50)::before,
.timeline-nav .slick-slide:nth-child(53)::before,
.timeline-nav .slick-slide:nth-child(56)::before,
.timeline-nav .slick-slide:nth-child(59)::before,
.timeline-nav .slick-slide:nth-child(62)::before,
.timeline-nav .slick-slide:nth-child(65)::before,
.timeline-nav .slick-slide:nth-child(68)::before,
.timeline-nav .slick-slide:nth-child(71)::before,
.timeline-nav .slick-slide:nth-child(74)::before,
.timeline-nav .slick-slide:nth-child(77)::before,
.timeline-nav .slick-slide:nth-child(80)::before,
.timeline-nav .slick-slide:nth-child(83)::before,
.timeline-nav .slick-slide:nth-child(86)::before,
.timeline-nav .slick-slide:nth-child(89)::before,
.timeline-nav .slick-slide:nth-child(92)::before,
.timeline-nav .slick-slide:nth-child(95)::before,
.timeline-nav .slick-slide:nth-child(98)::before{
    background-color: transparent;
    content: '\2023';
    background: rgb(168,224,99);
background: -moz-linear-gradient(130deg, rgba(168,224,99,1) 0%, rgba(86,171,47,1) 100%);
background: -webkit-linear-gradient(130deg, rgba(168,224,99,1) 0%, rgba(86,171,47,1) 100%);
background: linear-gradient(130deg, rgba(168,224,99,1) 0%, rgba(86,171,47,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a8e063",endColorstr="#56ab2f",GradientType=1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 80px;
    width: auto;
    height: 70px;
    top: 47px;
    padding-top: 15px;
    border-radius: 5px;
}
/*active */
.timeline-nav .slick-slide.slick-current:nth-child(2)::before,
.timeline-nav .slick-slide.slick-current:nth-child(5)::before,
.timeline-nav .slick-slide.slick-current:nth-child(8)::before,
.timeline-nav .slick-slide.slick-current:nth-child(11)::before,
.timeline-nav .slick-slide.slick-current:nth-child(14)::before,
.timeline-nav .slick-slide.slick-current:nth-child(17)::before,
.timeline-nav .slick-slide.slick-current:nth-child(20)::before,
.timeline-nav .slick-slide.slick-current:nth-child(23)::before,
.timeline-nav .slick-slide.slick-current:nth-child(26)::before,
.timeline-nav .slick-slide.slick-current:nth-child(29)::before,
.timeline-nav .slick-slide.slick-current:nth-child(32)::before,
.timeline-nav .slick-slide.slick-current:nth-child(35)::before,
.timeline-nav .slick-slide.slick-current:nth-child(38)::before,
.timeline-nav .slick-slide.slick-current:nth-child(41)::before,
.timeline-nav .slick-slide.slick-current:nth-child(44)::before,
.timeline-nav .slick-slide.slick-current:nth-child(47)::before,
.timeline-nav .slick-slide.slick-current:nth-child(50)::before,
.timeline-nav .slick-slide.slick-current:nth-child(53)::before,
.timeline-nav .slick-slide.slick-current:nth-child(56)::before,
.timeline-nav .slick-slide.slick-current:nth-child(59)::before,
.timeline-nav .slick-slide.slick-current:nth-child(62)::before,
.timeline-nav .slick-slide.slick-current:nth-child(65)::before,
.timeline-nav .slick-slide.slick-current:nth-child(68)::before,
.timeline-nav .slick-slide.slick-current:nth-child(71)::before,
.timeline-nav .slick-slide.slick-current:nth-child(74)::before,
.timeline-nav .slick-slide.slick-current:nth-child(77)::before,
.timeline-nav .slick-slide.slick-current:nth-child(80)::before,
.timeline-nav .slick-slide.slick-current:nth-child(83)::before,
.timeline-nav .slick-slide.slick-current:nth-child(86)::before,
.timeline-nav .slick-slide.slick-current:nth-child(89)::before,
.timeline-nav .slick-slide.slick-current:nth-child(92)::before,
.timeline-nav .slick-slide.slick-current:nth-child(95)::before,
.timeline-nav .slick-slide.slick-current:nth-child(98)::before{
    background-color: transparent;
    content: '\2023';
    background: rgb(168,224,99);
background: -moz-linear-gradient(130deg, rgba(168,224,99,1) 0%, rgba(86,171,47,1) 100%);
background: -webkit-linear-gradient(130deg, rgba(168,224,99,1) 0%, rgba(86,171,47,1) 100%);
background: linear-gradient(130deg, rgba(168,224,99,1) 0%, rgba(86,171,47,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a8e063",endColorstr="#56ab2f",GradientType=1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 120px;
    width: auto;
    height: 70px;
    top: 47px;
    padding-top: 15px;
    border-radius: 5px;
}

/*-----------------------------*/







/*unactive*/
.timeline-nav .slick-slide:nth-child(3)::before,
.timeline-nav .slick-slide:nth-child(6)::before,
.timeline-nav .slick-slide:nth-child(9)::before,
.timeline-nav .slick-slide:nth-child(12)::before,
.timeline-nav .slick-slide:nth-child(15)::before,
.timeline-nav .slick-slide:nth-child(18)::before,
.timeline-nav .slick-slide:nth-child(21)::before,
.timeline-nav .slick-slide:nth-child(24)::before,
.timeline-nav .slick-slide:nth-child(27)::before,
.timeline-nav .slick-slide:nth-child(30)::before,
.timeline-nav .slick-slide:nth-child(33)::before,
.timeline-nav .slick-slide:nth-child(36)::before,
.timeline-nav .slick-slide:nth-child(39)::before,
.timeline-nav .slick-slide:nth-child(42)::before,
.timeline-nav .slick-slide:nth-child(45)::before,
.timeline-nav .slick-slide:nth-child(48)::before,
.timeline-nav .slick-slide:nth-child(51)::before,
.timeline-nav .slick-slide:nth-child(54)::before,
.timeline-nav .slick-slide:nth-child(57)::before,
.timeline-nav .slick-slide:nth-child(60)::before,
.timeline-nav .slick-slide:nth-child(63)::before,
.timeline-nav .slick-slide:nth-child(66)::before,
.timeline-nav .slick-slide:nth-child(69)::before,
.timeline-nav .slick-slide:nth-child(72)::before,
.timeline-nav .slick-slide:nth-child(75)::before,
.timeline-nav .slick-slide:nth-child(78)::before,
.timeline-nav .slick-slide:nth-child(81)::before,
.timeline-nav .slick-slide:nth-child(84)::before,
.timeline-nav .slick-slide:nth-child(87)::before,
.timeline-nav .slick-slide:nth-child(90)::before,
.timeline-nav .slick-slide:nth-child(93)::before,
.timeline-nav .slick-slide:nth-child(96)::before,
.timeline-nav .slick-slide:nth-child(99)::before{
    background-color: transparent;
    content: '\2023';
    background: rgb(0,198,255);
background: -moz-linear-gradient(130deg, rgba(0,198,255,1) 0%, rgba(0,114,255,1) 100%);
background: -webkit-linear-gradient(130deg, rgba(0,198,255,1) 0%, rgba(0,114,255,1) 100%);
background: linear-gradient(130deg, rgba(0,198,255,1) 0%, rgba(0,114,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00c6ff",endColorstr="#0072ff",GradientType=1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 80px;
    width: auto;
    height: 70px;
    top: 47px;
    padding-top: 15px;
    border-radius: 5px;
}
/*active */
.timeline-nav .slick-slide.slick-current:nth-child(3)::before,
.timeline-nav .slick-slide.slick-current:nth-child(6)::before,
.timeline-nav .slick-slide.slick-current:nth-child(9)::before,
.timeline-nav .slick-slide.slick-current:nth-child(12)::before,
.timeline-nav .slick-slide.slick-current:nth-child(15)::before,
.timeline-nav .slick-slide.slick-current:nth-child(18)::before,
.timeline-nav .slick-slide.slick-current:nth-child(21)::before,
.timeline-nav .slick-slide.slick-current:nth-child(24)::before,
.timeline-nav .slick-slide.slick-current:nth-child(27)::before,
.timeline-nav .slick-slide.slick-current:nth-child(30)::before,
.timeline-nav .slick-slide.slick-current:nth-child(33)::before,
.timeline-nav .slick-slide.slick-current:nth-child(36)::before,
.timeline-nav .slick-slide.slick-current:nth-child(39)::before,
.timeline-nav .slick-slide.slick-current:nth-child(42)::before,
.timeline-nav .slick-slide.slick-current:nth-child(45)::before,
.timeline-nav .slick-slide.slick-current:nth-child(48)::before,
.timeline-nav .slick-slide.slick-current:nth-child(51)::before,
.timeline-nav .slick-slide.slick-current:nth-child(54)::before,
.timeline-nav .slick-slide.slick-current:nth-child(57)::before,
.timeline-nav .slick-slide.slick-current:nth-child(60)::before,
.timeline-nav .slick-slide.slick-current:nth-child(63)::before,
.timeline-nav .slick-slide.slick-current:nth-child(66)::before,
.timeline-nav .slick-slide.slick-current:nth-child(69)::before,
.timeline-nav .slick-slide.slick-current:nth-child(72)::before,
.timeline-nav .slick-slide.slick-current:nth-child(75)::before,
.timeline-nav .slick-slide.slick-current:nth-child(78)::before,
.timeline-nav .slick-slide.slick-current:nth-child(81)::before,
.timeline-nav .slick-slide.slick-current:nth-child(84)::before,
.timeline-nav .slick-slide.slick-current:nth-child(87)::before,
.timeline-nav .slick-slide.slick-current:nth-child(90)::before,
.timeline-nav .slick-slide.slick-current:nth-child(93)::before,
.timeline-nav .slick-slide.slick-current:nth-child(96)::before,
.timeline-nav .slick-slide.slick-current:nth-child(99)::before{
    background-color: transparent;
    content: '\2023';
    background: rgb(0,198,255);
background: -moz-linear-gradient(130deg, rgba(0,198,255,1) 0%, rgba(0,114,255,1) 100%);
background: -webkit-linear-gradient(130deg, rgba(0,198,255,1) 0%, rgba(0,114,255,1) 100%);
background: linear-gradient(130deg, rgba(0,198,255,1) 0%, rgba(0,114,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00c6ff",endColorstr="#0072ff",GradientType=1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 120px;
    width: auto;
    height: 70px;
    top: 47px;
    padding-top: 15px;
    border-radius: 5px;
}
.timeline-img {
	width: 150px;
    display: inline-block;
    border-radius: 25px;
    box-shadow: 0px 0px 20px 0px #ccc;
    height: 150px;
}

.timeline-img img{
    border-radius:14px;
}
/*-----------------------------*/
.timeline-nav .slick-list .timeline-nav-item {
    letter-spacing: 3px;
    font-weight: 600;
}
.timeline-inner {
    height: 250px;
    width: 80%;
    margin: auto;
}
.slick-arrow, .slick-arrow:hover {
    position: absolute;
    display: block;
    background: #eee;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    outline: none;
    padding: 0px;

}
.timeline-inner .slick-next:before{
  	content: '\e825';
  	line-height: 55px;
    font-weight: 600;
    font-family: "revicons";
    font-size: 15px;
    color: #999;
    display: block;
    line-height: 40px;
    text-align: center;
}
.timeline-inner .slick-prev:before{
  	content: '\e824';
  	line-height: 55px;
    font-weight: 600;
    font-family: "revicons";
    font-size: 15px;
    color: #999;
    display: block;
    line-height: 40px;
    text-align: center;
}
.slick-next {
    display: block;
    position: absolute;
    right: 12%;
    top: 27%;
    /*transform: translate(-220%, -100%);*/
    z-index: 1000;
}
.slick-prev {
    display: block;
    position: absolute;
    left: 12%;
    top: 27%;
    /*transform: translate(220%, -100%);*/
    z-index: 1000;
}
.timeline-inner .slick-prev{right: 12%;left: inherit;}
.timeline-inner .slick-prev:before{content: '\e825';}

.timeline-inner .slick-next{left: 12%;right: inherit;}
.timeline-inner .slick-next:before{content: '\e824';}
/*.timeline-nav .slick-slide:not(:last-child):after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #afc9f6;
    transition: .2s;
}
.timeline-nav .slick-slide.slick-current:last-child::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    display: none;
}*/
.timeline-nav .slick-slide.slick-current {
  color: #ff9900;
  opacity: 1;
}
.timeline-nav .slick-slide.slick-current::before {
  background-color: #ff9900;
}
.timeline-wrapper {
  position: relative;
  width: 100%;
  height: 210px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .timeline-wrapper {
    height: auto;
  }
}

.timeline-slider,
.achievement-slider {
  height: 100%;
}
.timeline .timeline-nav .slick-list {
  height: 180px;
  position: relative;
}
.timeline .timeline-nav .slick-list:after {
    content: '';
    position: absolute;
    background: url(../../uploads/2019/08/achievement-bgline.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 48%;
    background-position: top center;
    background-size: contain;
}
/*.timeline .slick-list {
  height: 100%;
}*/
@media (min-width: 1080px) {
  .timeline .timeline-nav .slick-list {
        margin: 0 auto !important;
    padding: 0 !important;
    width: 60% !important;
  }
  .timeline .slick-list {
        margin: 0 180px !important;
    padding: 0 !important;
  }
  .timeline .timeline-inner .slick-list {
    margin: 0 auto !important;
    padding: 0 !important;
    width: 68%;
  }
}
.timeline .slick-track {
  height: 100%;
}
.timeline-slider .slick-slide{overflow: inherit !important;}
.timeline-slider .slick-slide,
.achievement-slider .slick-slide {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  outline: none;
  background-size: auto 400px, cover;
  background-position: top;
  margin: 0 24px;
  width: 80%;
  z-index: 1;
}
/*.timeline-slider .slick-slide:after,
.achievement-slider .slick-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}*/
.timeline-slide__content {
	z-index: 5;
	position: absolute;
	top: 0px;
	/*background: #ffffff;*/
	width: 68%;
	left: 50%;
	-webkit-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
	padding: 20px 40px 80px 40px;
	opacity: 0;
	transition: opacity 1s;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.timeline-innerslide__content{
	background: #ffffff;
	padding: 20px;
	display: flex;
	align-items: center;
    flex-direction: row-reverse;
}
@media (max-width: 500px) {
  .timeline-slide__content {
    width: 100%;
  }
}
.timeline-year {
  display: none;
  z-index: 5;
  font-size: 35px;
  color: #ffffff;
  background: #ff9900;
  padding: 15px 26px;
  transition: opacity 1.2s;
  position: absolute;
  right: 0;
  opacity: 0;
}
.timeline-title {
  color: #ff9900;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  display: none;
}
.timeline-text {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  margin: 0;
  text-align: left;
}
/*.timeline .slick-current:after {
  background-color: rgba(0, 52, 113, 0);
}*/
.timeline .slick-current .timeline-year {
  opacity: 1;
}
.timeline .slick-current .timeline-slide__content {
  opacity: 1;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img {
	display: inline-block;
    width: 150px;
    height: 150px;
    vertical-align: baseline;
}
.timeline-cnt{
	display: inline-block;
    width: calc(100% - 150px);
	padding-left: 30px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* START Homepage Slider */
.home-banner-carousel {
    max-width: 1280px;
    margin: auto;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 45%;
    bottom: 0;
}
.home-banner-carousel .item h1 {
	z-index: 5;
    white-space: nowrap;
    font-size: 120px;
    line-height: 120px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    letter-spacing: -2px;
    font-family: Poppins;
    text-shadow: rgba(0, 0, 0, 0.20) 0px 0px 15px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}
.home-banner-carousel .owl-item:first-child .item p {
	margin-top: 20px;
}
.home-banner-carousel .owl-item:last-child .item p {
	margin-bottom: 0px;
}
.home-banner-carousel .item p {
	font-size: 36px;
	font-weight: 500;
    color: #fff;
    font-family: 'poppins';
    letter-spacing: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
	text-shadow: rgba(0, 0, 0, 0.32) 2px 1px 5px;
}
.homepage_content {
/*	position: relative;
	height: 100vh;
	overflow: hidden;*/
    height: 100vh;
    overflow: hidden;
    background: #000;
    display: block !important;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.homepage_content video {
    position: absolute;
    z-index: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.home-banner-carousel .owl-pagination {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.home-banner-carousel .owl-carousel {
	width: 100%;
	height: 100%;
}
.home-banner-carousel .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
	right: 0;
}
.home-banner-carousel .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 30px;
    margin: 0 5px;
    background-color: #d3d9e4;
}
.home-banner-carousel .owl-dots button.owl-dot.active {
	background-color: #fff;
}
.home-banner-carousel .owl-nav button {
	background: #839cb5;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    font-size: 26px;
    position: absolute;
    top: 15%;
}
.home-banner-carousel .owl-nav button.owl-prev {
    left: -8%;
}
.home-banner-carousel .owl-nav button.owl-next {
    right: -8%;
}
.home-banner-carousel .item .HomeSlide1 h1 {
	margin-bottom: 20px;
}

/* END Homepage Slider */

/* 404 Page*/
body.error404 header.page-header	{
	width: 100% !important;
    float: none !important;
    text-align: center;
    padding: 5% 0 0 0;
}
body.error404 header.page-header h1	{
    font-size: 32px;
    line-height: 64px;
    padding: 0;
    letter-spacing: 2px;
    position: relative;
    z-index: 10;
	margin: 0;
}
body.error404 header.page-header h2	{
    font-size: 120px;
    font-weight: bold;
    line-height: 150px;
    margin: 0;
    padding: 0;
    background: rgb(254,140,0);
background: -moz-linear-gradient(130deg, rgba(254,140,0,1) 0%, rgba(248,54,0,1) 100%);
background: -webkit-linear-gradient(130deg, rgba(254,140,0,1) 0%, rgba(248,54,0,1) 100%);
background: linear-gradient(130deg, rgba(254,140,0,1) 0%, rgba(248,54,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe8c00",endColorstr="#f83600",GradientType=1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
body.error404 .page-content{
	width: 100% !important;
    float: none !important;
    text-align: center;
	position: relative;
}
body.error404 .page-content i{
    font-size: 160px;
    width: 160px;
    height: 185px;
    color: #f5f4f3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
}
body.error404 .page-content p{
	font-size: 18px;    
	z-index: 10;
    position: relative;
}
.career-content:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
    left: 0;
}
.main-navigation ul li:first-child {
    /* display: none; */
}
span.wpcf7-not-valid-tip {
	color: #fff;
	font-weight: 600;
}

.brands-text a.js-modal-close.close {
	font-size: 21px;
	right: -10px;
}
#video-link iframe {
	height: 530px;
}

.current-opening-content ul li:first-child img {
	width: 9px;
}
h1.formTitle {
    text-transform: initial;
    letter-spacing: 0px;
}
.career-item span.wpcf7-not-valid-tip {
	color: red;
	text-transform: initial;
}
.career-item span.wpcf7-form-control-wrap.career_file {
	padding-left: 0;
}

#map_canvas {
    border: none !important;
}
.office-list-item:last-of-type {
    border-bottom: 0px;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(1) .tab-content-item .tabTmgTtl {
	display: none;
}
.mobile_view{
	display:none;
}
.games-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.office-list-content, .sow-accordion-panel-content {
    display: none;
}
.sow-accordion-panel-content.open {
    display: block;
}

/* hungama rewards */

.HungamaRewards {
	background-position: 60%;
}
.HungamaRewards ul li {
	font-size: 14px;
	font-weight: 400;
	list-style: none;
	line-height: initial;
	position: relative;
    text-indent: 12px;
}
.HungamaRewards ul li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 15px;
	width: 3px;
	height: 3px;
	background: #fff;
	border-radius: 20px;
}
.HungamaRewards ul {
	margin-left: 0px;
	margin-bottom: 20px;
	padding-top: 12px;
}
.widget_text .tab-wrapper .HungamaRewards .wrap {
	max-width: 1600px;
}
.widget_text .tab-wrapper .tab-section.HungamaRewards .wrap .tab-img-item {
	width: 45%;
}
.widget_text .tab-wrapper .tab-section.HungamaRewards .wrap .tab-content-item {
	max-width: 100%;
	width: 48%;
	padding-bottom: 40px !important;
}
.widget_text .tab-wrapper .tab-section.HungamaRewards .wrap .tab-content-item img {
	width: 450px;
}
.widget_text .tab-wrapper .tab-section.HungamaRewards .wrap .tab-content-item h2 {
	font-size: 20px;
	font-weight: 400;
}
.Mobile_Rewards-sec {
	display: none;
}

@media  screen and (max-width: 1366px) {
	.widget_text .tab-wrapper .tab-section.HungamaRewards .wrap {
		max-width: 1120px;
	}
}

/* hungama rewards */

/***media***/
/*Home*/

@media  screen and (max-width: 1366px) {
.media-overlay{min-height: auto;}
.media-item-logo img {   /* height: 165px;*/}
#video-link iframe {
	height: 380px;
}
::-webkit-input-placeholder {
	font-family: 'Poppins', sans-serif !important;
	font-size: 12px !important;
}
.about-row-section {height: 90vh;}
.subscriber-wrap input {width: 67%; padding: 5px 30px 2px 37px;}
.modal-box a.js-modal-close.close {width: 30px; height: 30px; line-height: 32px;}
.modal-img-item h3 {font-size: 16px;}
.footer_menu .menu li a {font-size: 12px;}
.footer-social ul li a {font-size: 16px;}
.footer-logo img {width: 120px;}
.footer_menu ul {padding: 10px 0px 0px; margin: 10px auto 0px;}
.office-list-wrap {width: 290px; padding: 20px; left: 220px;}
.office-list-wrap h1 {font-size: 20px;}
.office-list-item {margin-top: 5px;}
.office-list-title h3 {font-size: 14px;}
.office-list-title h3:before {font-size: 16px; top: 0px;}
.office-list-area p {
    margin-bottom: 3px;
    font-size: 10px;
}
.subscriber-wrap:before {top: 0px; font-size: 14px; line-height: 34px; font-weight: 600; color: #666}
footer .subscriber-wrap input.wpcf7-submit {
    position: absolute;
    top: 0px;
    z-index: 3;
    right: 0px;
    height: auto;
    width: auto;
    background-color: transparent;
    color: #bfc1c3;
    padding: 12px 15px;
    font-size: 0px;
}
.contact-media .panel-grid-cell:first-child {padding-bottom: 4px !important;
    border-radius: 8px;}
#pgc-969-3-0, #pgc-969-3-1 {
    width: calc(50% - ( 0.5 * 20px ) ) !important;
}
.career-section {border-radius: 15px;}
.media-modal .modal-img-item img {border-radius: 6%;}
.media-modal h1 {margin-bottom: 5px;}
.contact-media .widget_media_image img, .contact-media .widget_media_image:before {border-radius: 8px;}
.office-list-content {margin-bottom: 15px;}
.office-list-area p img {width: 11px;}
#pg-720-2> .panel-row-style {padding: 80px 0px 50px 0px !important;}
.tab-no-img .tab-content-item img + div {width: 72%;}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(1) .tab-content-item,
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-content-item,
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(1) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(2) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-content-item {
	padding-bottom: 50px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-content-item img,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-content-item img {
	width: 200px;
	padding-top: 30px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-content-item {
	padding-left: 20px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(2) .tab-img-item {
	width: 40%;
	padding-left: 0px;
    padding-right: 10px !important;}

.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-img-item {width: 38%; padding-right: 0px;}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3),
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) {padding-top: 20px;}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(4) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(4) .tab-content-item {width: 47%;}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(5) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(5) .tab-content-item {padding-left: 10px;}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(4) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(4) .tab-img-item {width: 49%;}
.tab-no-img .tab-content-item h2 {padding-top: 5px;}
.tab-no-img .tab-content-item {width: 53%;}
.tab-content-item h2 {
	font-size: 22px;
	line-height: 26px;
	padding-right: 0px;
	padding-left: 0px !important;
}
.tab-content-item a, .tab-content-item a:hover {font-size: 12px;}
#business-wrapper {padding-top: 0px;}
.tab-content-item > img {width: 220px;}
.oc-overlay {padding: 30px;}
.oc-overlay h3, .oc-overlay p, .oc-overlay h3:hover {font-size: 12px; line-height: 20px;}
.oc-overlay h3, .oc-overlay h3:hover {font-size: 20px; line-height: 20px;}
.carousel-wrap.bb-slider-content {padding: 0px;}
.bb-slider-content .item h3 {min-height: 85px; font-size: 12px; line-height: 18px; padding: 15px;}
.site-info {font-size: 9px;}
.contact-item i {left: 30px;}
.contact-form .contact-item input, .contact-form .contact-item textarea {padding-left: 40px;}
.contact-submit:after {line-height: 27px; width: 27px; height: 27px; font-size: 12px;}
.contact-submit input {font-size: 10px;}
.contact-form .contact-item textarea {height: 78px;}
.contact-form .contact-item {margin-bottom: 8px;}
.owl-nav button {width: 40px; height: 40px;}
.carousel-wrap.partners-slider {padding-top: 0px; padding-bottom: 0px;}
.our-partner-section {padding-top: 20px;}
.partner-block-right {min-height: auto; padding: 10% 50px 10%;}
.media-post-content {padding: 20px 25px;}
.media-post-content a {font-size: 10px; margin-top: 10px;}
.media-post-content p {height: 85px; line-height: 20px; font-size: 10px;}
.media-post-content h2 {font-size: 16px; margin-bottom: 5px;}
.media-post-content h5 {font-size: 11px;}
.carousel-wrap.original-content, .investor-wrap {max-width: 870px; margin: auto;}
.directors-wrap .item h4:after {top: 25px;}
.directors-content {/*padding-top: 0px;*/}
.directors-wrap .item h4 {font-size: 10px;}
.directors-wrap .item h3 {font-size: 16px;}
.directors-item {width: 100px;}
.directors-wrap .item {margin: 0px 15px 25px; padding: 25px 15px;}
.owl-nav button span {font-size: 20px;}
.leadership-content {padding-bottom: 25px;}
.leadership-content a, .directors-wrap a {font-size: 10px;}
.leadership-wrap .item h4:after {top: 40px;}
.leadership-content p {height: 100px; padding-top: 15px; margin-bottom: 20px;}
.leadership-wrap .item h3 {padding-top: 18px;}
.leadership-wrap .item .leadership-item {width: 120px; padding-top: 25px;}
.load-more-btn span {font-size: 12px;}
.load-more-btn a {line-height: 12px;}
.career-media-post-content h2 {font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: initial;
    text-align: left;}
.career-media-overlay a i {
	font-size: 20px;
}
.current-opening-content-area h4 {font-size: 14px; padding-top: 10px;}
.current-opening-content ul {margin-top: 10px; margin-bottom: 10px;}
.current-opening-content-area, .current-opening-content ul li {font-size: 12px;}
.current-opening-title h3 {font-size: 16px; letter-spacing: 0px;}
.current-opening-filter h1 {font-size: 34px; line-height: 34px;}
.current-opening-tab {width: 66%; border-radius: 10px; padding: 20px;}
.current-opening-filter {width: 34%; padding: 0 40px 0px 60px;}
.apply-job a {padding: 8px 18px; font-size: 12px; margin-top: 20px;}
.career-content h3 {font-size: 18px;}
.career-content h5 {font-size: 12px;}
.career-content p {font-size: 12px; line-height: 22px;}
.career-content .textwidget.custom-html-widget {transform: translateY(66%);}
p.about-heading {font-size: 16px; line-height: 28px;}
.leadership-content p {font-size: 12px; line-height: 22px;}
.leadership-wrap .item h4 {font-size: 11px;}
.leadership-wrap .item h3 {font-size: 16px; margin-bottom: 5px;}
.header-logo img {width: 170px;}
.modal-img-item h4 {font-size: 12px;}
.modal-content p {font-size: 12px; line-height: 20px;}
.popular-game-overlay h3 {font-size: 18px;}
.music-counter {max-width: 870px;}
.play-counter {max-width: 1210px;}
.play-counter .footprint-item h1 { font-size: 60px; }
.original-content .owl-dots {padding-top: 10px;}
.section-small-header h1 {font-size: 22px; line-height: 20px;}
.google-map iframe {height: 650px;}
.partners-category a {font-size: 16px;}
.contact-form h2 {font-size: 34px; line-height: 34px;}
.brands-text a {font-size: 12px; letter-spacing: 2px; line-height: 16px; margin-right: 0px;}
.video_link {width: 25%;}
.video_link img {border-radius: 10px;}
.tab-no-img .tab-content-item > img {width: 90px;}
.section-header h1 {font-size: 34px; line-height: 34px; margin-bottom: 0px;}
.brand-content p {font-size: 12px; padding-top: 15px;line-height: 16px;}
.brand-section .brands-slider {padding-bottom: 10px;}
.about-text p {font-size: 12px; line-height: 22px;}
.home .navigation-top a, .home .navigation-top a span {font-size: 12px; line-height: 14px;}
.press-btn {width: 130px; right: 0px;}
#pl-145 #pg-145-0 {margin-bottom: 25px;}
.media-slideup .modal-box {bottom: -10% !important;}
.brand-section .brands-slider, .footprint-row, .site-footer .wrap, p.about-heading,
.about-row-section .about-text, .about-footprint, .carousel-wrap.directors-wrap, 
.media-wrap, .media-header-wrap, .tab-wrapper .tab-section .wrap, .contact-media,
.navigation-top .wrap, .partners-logo, .testimonials-wrap, .brands-text, .digital-ePage,
.carousel-wrap.original-content, .popular-games, .work-openings, .career-wrap, .career-section, .career-media-wrap, 
.modal-box .modal-body .wrap , .mediaContainer{
	max-width: 920px; margin: auto;}
h1.sow-headline {font-size: 40px !important; line-height: 40px !important;}
.footprint-row {padding: 60px 50px 30px 50px !important;}
.navigation-top {padding-top: 10px;}
nav#site-navigation {margin-top: 5px;}
.carousel-wrap.bb-slider-content, .carousel-wrap.partners-slider,
.carousel-wrap.original-content, .popular-games {max-width: 850px; margin: auto;}
.brands-text #panel-617-0-0-0 {width: 85%; margin: auto;}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    font-size: 12px;
    line-height: 14px;}
.about-counter .footprint-item h1, .about-counter .footprint-item h1 + span {
	font-size: 0px;
	line-height: 100px;}
.investor-wrap {padding: 0px 0px 50px 0px !important;}
.bb-slider-content .item h3 {font-size: 12px; line-height: 18px; min-height: 85px;}
.main-navigation a {
    font-size: 12px;
    line-height: 14px;}
.leadership-wrap .owl-nav button {top: 45%;}
.career-section{margin-top: -8%;}
.tab-content-item a, .tab-content-item a:hover {font-size: 10px;}
.partner-block-right h2 {font-size: 26px; line-height: 30px; width: 300px;}
.partner-block-right p {width: 200px; font-size: 12px; line-height: 22px;}
.tab-wrapper .sow-tabs-tab {font-size: 28px !important;}
body .owl-btn a {font-size: 10px !important;}
.about-text .custom-html-widget {max-width: 395px; padding: 30px; border-radius: 15px;}
.contact-form .contact-item input, .contact-form .contact-item textarea {
	font-size: 12px; border-radius: 8px;}
.contact-item i {font-size: 12px;}

.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(2) .tab-img-item {
	width: 40%;
	padding-left: 0px;
    padding-right: 10px !important;}

.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-img-item {width: 38%;}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3),
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) {padding-top: 20px;}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(4) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(4) .tab-content-item {width: 50%;}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(4) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(4) .tab-img-item {width: 49%;}
.tab-no-img .tab-content-item h2 {padding-top: 5px;}
.tab-no-img .tab-content-item {width: 53%;}
.tab-content-item h2 {
	font-size: 22px;
	line-height: 26px;
	padding-right: 0px;
	padding-left: 0px !important;
}
.footprint-wrap-row .counter_call {height: 170px;}
.contact-media {
	margin: auto;
	padding: 10px 30px 50px 30px !important;
}
.co-filter-btn button {
	font-size: 10px;
	font-weight: 600;
}
.carousel-wrap.leadership-wrap {
	margin: -80px auto 0px;
    max-width: 850px;
}
.navigation-top .wrap {padding: 0px;}
.contact-form {
	max-width: 760px;
    margin: -50px auto 0px;
    box-shadow: 0px 0px 15px #ccc;
    padding: 25px 12px;
}
.carousel-wrap.achievement-wrap {
	margin: 3% auto 0;
	max-width: 920px;
}
.home .wrap {padding-bottom: 0px;}
.achievement-wrap .owl-nav button {left: 28%;}
.achievement-wrap .owl-nav button.owl-next {right: 28%;}
.carousel-wrap.achievement-wrap .owl-stage-outer {height: 310px;}
.footprint-item p {
    padding: 0 35px;
    min-height: 30px;
    font-size: 12px;
    line-height: 16px;
}
.games-middle {
	width: 60%;
}
.games-middle p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}
.games-middle h1 {
	font-size: 26px;
	line-height: 34px;
}
.footer_menu .menu li a {font-size: 10px;}
.news-slide-content a p{font-size: 14px; line-height: 16px;}
.play-counter .footprint-item p {padding: 0 15px;}
.brand-content {padding: 20px 12px;}
.music-counter .footprint-item h1, .music-counter .footprint-item h1 + span,
.about-counter .footprint-item h1, .about-counter .footprint-item h1 + span {
	font-size: 70px;
	line-height: 70px;
}
.footprint-item h1, .footprint-item h1 + span, .desk_footprint .footprint-item h1, .desk_footprint .footprint-item h1 + span {
	font-size: 62px;
	line-height: 62px;
}
.footprint-row .panel-first-child {margin-bottom: 15px !important}
.news-slide-content {
    padding: 15px;
}
.news-wrap {
	padding-top: 20px;
}
.news-wrap .owl-carousel .owl-item.newsCActive .news-slide-content {
    bottom: 20px;
}
.news-slide-content {
    bottom: 38px;
}
.news-wrap .owl-item.newsCActive > .item p {font-size: 14px;}
.news-slide-content h4 {font-size: 12px; margin-bottom: 3px;}
.achievement-wrap .owl-item.active.newsCActive .achievement-content p {
	font-size: 12px;
}
.achievement-wrap .owl-item.active {
    width: 110px !important;
}
.achievement-wrap .owl-item.medium.active {
    width: 180px !important;
}
.achievement-wrap .owl-item.big.active.center {
    width: 300px !important;
}
.partners-logo .plogo-item {
	margin:0;
    padding: 0 12px 15px;
}
.career-section {
    padding: 40px;
}
.about-text h1 {
    font-size: 46px;
	line-height: 46px;
}
#pg-2-4> .panel-row-style {
	padding: 8% 0% 4% 0% !important;
}
.directors-wrap .item {width: 22%; padding: 25px 10px; margin: 0px 10px 20px;}
.tparrows, .tparrows:hover {width: 50px; height: 50px;}
#panel-143-0-0-0> .panel-widget-style {
    padding: 30px 0px 0px 0px !important;
}
#panel-617-3-0-1> .panel-widget-style {padding: 0px 0px 50px 0px !important;}
#panel-617-3-0-0> .panel-widget-style {padding: 0px 0px 0px 0px !important;}
#pg-139-3> .panel-row-style {padding: 2% 5% 4% 5% !important;}
.subscriber-wrap i {font-size: 12px;
    top: 10px;
    left: 124px;}
.site-footer {
    padding-top: 10px;	
}

.career-media-overlay:before {height: 50%;}
.co-filter-location select, .co-filter-function select, .co-filter-location option, .co-filter-function option {
	font-size: 12px;
	height: 40px;
	padding-left: 15px;}
.co-filter-location:before, .co-filter-function:before {line-height: 40px; font-size: 14px;}
.co-filter-location {margin-bottom: 20px; margin-top: 30px;}
/*.brands-text.digital-ePage #pgc-1417-0-1 {
	margin-left: -40px;}*/
.business-text h4 {font-size: 25px;}
.business-text h1 {font-size: 50px; line-height: 50px;}
.digital-accordion .sow-accordion-panel-header {font-size: 22px;}
.digital-accordion .sow-accordion-panel {margin-bottom: 10px !important; padding-bottom: 10px;}
.digital-accordion .sow-accordion-panel-border p:last-child {font-size: 12px; line-height: 22px; padding-top: 10px;}
.get-the-play-app {width: 930px;}
.get-the-play-app img {padding-right: 8px; height: 40px;}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-content-item img {
	width: 140px;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-img-item {
	width: 32%;
	padding-left: 0px;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-content-item {
	padding-right: 80px;
	text-align: right;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(1) .tab-content-item {
	padding-bottom: 30px;
}

.digital-ePage .panel-grid-cell:first-child .so-panel {
	width: 100%;
}
.digital-ePage .panel-grid-cell:first-child .so-panel img {
	max-width: 85% !important;
}
.digital-ePage .panel-grid-cell:last-child .so-panel {
    width: 90%;
    padding-bottom: 60px;
}
.digital-ePage .panel-grid-cell:first-child {
	width: 55% !important;
}
.digital-ePage .panel-grid-cell:last-child {
	width: 45% !important;
}
.digital-ePage .panel-grid-cell:last-child p.business-heading {
	font-size: 12px;
	line-height: 24px;
}
.page:not(.home) #content {
    padding-top: 70px;
}
.contact-media .widget_custom_html h2, .contact-media .widget_custom_html h2 a {
	font-size: 18px;
}
.contact-media {
	max-width: 780px;
}
#pl-969 #pg-969-0 {margin-bottom: 15px;}
.media-slideup .media-modal h1 {
    font-size: 22px;
    line-height: 30px;
}
.media-slideup .modal-content p, .media-slideup .media-modal h4 {
	font-size: 12px;
    margin-bottom: 10px;
}
.career-section p {
    line-height: 24px;
    font-size: 12px;
} 
.press-btn {
	top: 0px;
}
#pg-145-0> .panel-row-style {
    padding: 30px 0px 0px 0px !important; 
}
#pg-853-2 .faces-hungama {
	padding: 2% 0% 0% 0% !important;
}
.digital-ePage .panel-grid-cell:last-child .so-panel {
	width: 90%;
}
.digital-item {
	width: 110px;
	height: 110px;
}
#pg-853-4> .panel-row-style {
    padding: 4% 0% 0% 0% !important;
}

.media-overlay a i {
	font-size: 20px;
}
.timeline .timeline-nav .slick-list:after {
	background-size: contain;
}
.timeline-img, .slick-slide img {
	width: 130px;
	height: 130px;
}
.timeline-text {
	font-size: 14px;
	line-height: 26px;
	text-align: left;
}
.slick-arrow, .slick-arrow:hover {
	width: 40px;
	height: 40px;
}
.slick-prev {
	left: 8%;
}
.slick-next {
	right: 8%;
}
.timeline-inner .slick-prev:before {
	font-size: 12px;
}
.timeline .timeline-inner .slick-list {
	width: 80%;
}
.timeline-slider .slick-list {
	margin: 0px 160px !important;
}
.timeline-nav .slick-slide.slick-current:nth-child(1)::before, .timeline-nav .slick-slide.slick-current:nth-child(4)::before, .timeline-nav .slick-slide.slick-current:nth-child(7)::before, .timeline-nav .slick-slide.slick-current:nth-child(10)::before, .timeline-nav .slick-slide.slick-current:nth-child(13)::before, .timeline-nav .slick-slide.slick-current:nth-child(16)::before, .timeline-nav .slick-slide.slick-current:nth-child(19)::before, .timeline-nav .slick-slide.slick-current:nth-child(22)::before, .timeline-nav .slick-slide.slick-current:nth-child(25)::before, .timeline-nav .slick-slide.slick-current:nth-child(28)::before, .timeline-nav .slick-slide.slick-current:nth-child(31)::before, .timeline-nav .slick-slide.slick-current:nth-child(34)::before, .timeline-nav .slick-slide.slick-current:nth-child(37)::before, .timeline-nav .slick-slide.slick-current:nth-child(40)::before, .timeline-nav .slick-slide.slick-current:nth-child(43)::before, .timeline-nav .slick-slide.slick-current:nth-child(46)::before, .timeline-nav .slick-slide.slick-current:nth-child(49)::before, .timeline-nav .slick-slide.slick-current:nth-child(52)::before, .timeline-nav .slick-slide.slick-current:nth-child(55)::before, .timeline-nav .slick-slide.slick-current:nth-child(58)::before, .timeline-nav .slick-slide.slick-current:nth-child(61)::before, .timeline-nav .slick-slide.slick-current:nth-child(64)::before, .timeline-nav .slick-slide.slick-current:nth-child(67)::before, .timeline-nav .slick-slide.slick-current:nth-child(70)::before, .timeline-nav .slick-slide.slick-current:nth-child(73)::before, .timeline-nav .slick-slide.slick-current:nth-child(76)::before, .timeline-nav .slick-slide.slick-current:nth-child(79)::before, .timeline-nav .slick-slide.slick-current:nth-child(82)::before, .timeline-nav .slick-slide.slick-current:nth-child(85)::before, .timeline-nav .slick-slide.slick-current:nth-child(88)::before, .timeline-nav .slick-slide.slick-current:nth-child(91)::before {
	font-size: 110px;
}
.timeline-nav .slick-slide:nth-child(2)::before, .timeline-nav .slick-slide:nth-child(5)::before, .timeline-nav .slick-slide:nth-child(8)::before, .timeline-nav .slick-slide:nth-child(11)::before, .timeline-nav .slick-slide:nth-child(14)::before, .timeline-nav .slick-slide:nth-child(17)::before, .timeline-nav .slick-slide:nth-child(20)::before, .timeline-nav .slick-slide:nth-child(23)::before, .timeline-nav .slick-slide:nth-child(26)::before, .timeline-nav .slick-slide:nth-child(29)::before, .timeline-nav .slick-slide:nth-child(32)::before, .timeline-nav .slick-slide:nth-child(35)::before, .timeline-nav .slick-slide:nth-child(38)::before, .timeline-nav .slick-slide:nth-child(41)::before, .timeline-nav .slick-slide:nth-child(44)::before, .timeline-nav .slick-slide:nth-child(47)::before, .timeline-nav .slick-slide:nth-child(50)::before, .timeline-nav .slick-slide:nth-child(53)::before, .timeline-nav .slick-slide:nth-child(56)::before, .timeline-nav .slick-slide:nth-child(59)::before, .timeline-nav .slick-slide:nth-child(62)::before, .timeline-nav .slick-slide:nth-child(65)::before, .timeline-nav .slick-slide:nth-child(68)::before, .timeline-nav .slick-slide:nth-child(71)::before, .timeline-nav .slick-slide:nth-child(74)::before, .timeline-nav .slick-slide:nth-child(77)::before, .timeline-nav .slick-slide:nth-child(80)::before, .timeline-nav .slick-slide:nth-child(83)::before, .timeline-nav .slick-slide:nth-child(86)::before, .timeline-nav .slick-slide:nth-child(89)::before, .timeline-nav .slick-slide:nth-child(92)::before, .timeline-nav .slick-slide:nth-child(95)::before, .timeline-nav .slick-slide:nth-child(98)::before,
.timeline-nav .slick-slide:nth-child(3)::before, .timeline-nav .slick-slide:nth-child(6)::before, .timeline-nav .slick-slide:nth-child(9)::before, .timeline-nav .slick-slide:nth-child(12)::before, .timeline-nav .slick-slide:nth-child(15)::before, .timeline-nav .slick-slide:nth-child(18)::before, .timeline-nav .slick-slide:nth-child(21)::before, .timeline-nav .slick-slide:nth-child(24)::before, .timeline-nav .slick-slide:nth-child(27)::before, .timeline-nav .slick-slide:nth-child(30)::before, .timeline-nav .slick-slide:nth-child(33)::before, .timeline-nav .slick-slide:nth-child(36)::before, .timeline-nav .slick-slide:nth-child(39)::before, .timeline-nav .slick-slide:nth-child(42)::before, .timeline-nav .slick-slide:nth-child(45)::before, .timeline-nav .slick-slide:nth-child(48)::before, .timeline-nav .slick-slide:nth-child(51)::before, .timeline-nav .slick-slide:nth-child(54)::before, .timeline-nav .slick-slide:nth-child(57)::before, .timeline-nav .slick-slide:nth-child(60)::before, .timeline-nav .slick-slide:nth-child(63)::before, .timeline-nav .slick-slide:nth-child(66)::before, .timeline-nav .slick-slide:nth-child(69)::before, .timeline-nav .slick-slide:nth-child(72)::before, .timeline-nav .slick-slide:nth-child(75)::before, .timeline-nav .slick-slide:nth-child(78)::before, .timeline-nav .slick-slide:nth-child(81)::before, .timeline-nav .slick-slide:nth-child(84)::before, .timeline-nav .slick-slide:nth-child(87)::before, .timeline-nav .slick-slide:nth-child(90)::before, .timeline-nav .slick-slide:nth-child(93)::before, .timeline-nav .slick-slide:nth-child(96)::before, .timeline-nav .slick-slide:nth-child(99)::before, 
.timeline-nav .slick-slide:nth-child(1)::before, .timeline-nav .slick-slide:nth-child(4)::before, .timeline-nav .slick-slide:nth-child(7)::before, .timeline-nav .slick-slide:nth-child(10)::before, .timeline-nav .slick-slide:nth-child(13)::before, .timeline-nav .slick-slide:nth-child(16)::before, .timeline-nav .slick-slide:nth-child(19)::before, .timeline-nav .slick-slide:nth-child(22)::before, .timeline-nav .slick-slide:nth-child(25)::before, .timeline-nav .slick-slide:nth-child(28)::before, .timeline-nav .slick-slide:nth-child(31)::before, .timeline-nav .slick-slide:nth-child(34)::before, .timeline-nav .slick-slide:nth-child(37)::before, .timeline-nav .slick-slide:nth-child(40)::before, .timeline-nav .slick-slide:nth-child(43)::before, .timeline-nav .slick-slide:nth-child(46)::before, .timeline-nav .slick-slide:nth-child(49)::before, .timeline-nav .slick-slide:nth-child(52)::before, .timeline-nav .slick-slide:nth-child(55)::before, .timeline-nav .slick-slide:nth-child(58)::before, .timeline-nav .slick-slide:nth-child(61)::before, .timeline-nav .slick-slide:nth-child(64)::before, .timeline-nav .slick-slide:nth-child(67)::before, .timeline-nav .slick-slide:nth-child(70)::before, .timeline-nav .slick-slide:nth-child(73)::before, .timeline-nav .slick-slide:nth-child(76)::before, .timeline-nav .slick-slide:nth-child(79)::before, .timeline-nav .slick-slide:nth-child(82)::before, .timeline-nav .slick-slide:nth-child(85)::before, .timeline-nav .slick-slide:nth-child(88)::before, .timeline-nav .slick-slide:nth-child(91)::before {
	font-size: 50px;
	top: 45px;
}
.timeline-cnt {
	width: calc(100% - 130px);
}
.home-banner-carousel {
	max-width: 970px;
	top: 38%;
}
.home-banner-carousel .item h1 {
	font-size: 100px;
	line-height: 100px;
}
.home-banner-carousel .item p {
	font-size: 26px;
}
.home-banner-carousel .owl-nav button {
	font-size: 18px;
}
.games-middle h5 {
	font-size: 12px;
}
.modal-content {
	font-size: 12px;
	line-height: 24px;
}

}

@media(max-width:1280px){
	.achievement-wrap .owl-item.big.active.center {
    width: 300px !important;
}
.achievement-wrap .owl-item.medium.active {
    width: 190px !important;
} 
.office-list-wrap {
	left: 180px;
}
.section-small-header h1 {
    font-size: 28px;
    line-height: 30px;
}
.homepage_content {
	height: 90vh;
}

}
@media(max-width:1265px){
	.carousel-wrap.achievement-wrap .owl-stage-outer:before {
		top: 33%;
	}
}
@media(max-width:1260px){
	.carousel-wrap.achievement-wrap .owl-stage-outer:before {
	top: 50%;
	}
	.achievement-wrap .owl-nav button{
		top:-20px;
	}
	.achievement-wrap .owl-item.medium.active {
    width: 230px !important;
}
.achievement-wrap .owl-item.big.active.center {
    width: 400px !important;
}
}

@media(max-width:1199px){
.footprint-item h1, .footprint-item h1 + span {
    font-size: 70px;
    line-height: 70px;
}
.partners-slider .owl-nav button{
	top: inherit;
    left: inherit;
    transform: inherit;
	position: relative;
	    margin: 0 5px;
}
.partners-slider .owl-nav button.owl-next {
    right: inherit;
    left: inherit;
}
.popular-games .owl-nav button {
    display: none;
}
.tab-content-item {
	    padding-top: 20px;
    padding-bottom: 30px;
}
.achievement-wrap .owl-item.big.active.center {
    width: 300px !important;
}
.achievement-wrap .owl-item.medium.active {
    width: 190px !important;
}
.bb-slider-content .owl-nav, .original-content .owl-nav {
    display: none !important;
}
.bb-slider-content .owl-dots, .original-content .owl-dots {
	text-align:center;
}
.oc-overlay p {
    font-size: 14px;
}
}
@media(max-width:1165px){

.achievement-wrap .owl-nav button{
		width:40px;
		height:40px;
		top:-30px;
	}
}
@media(max-width:1146px){

}

@media(max-width:1111px){
.footprint-row {
    height: auto;
}

}

@media(max-width:1080px){

#video-link {
	top: 55% !important;
}
.office-list-wrap {
    left: 80px;
}
.career-section p {
    line-height: 28px;
    font-size: 14px;
}
.current-opening-tab {
    width: 70%;
}
#pg-139-3 .section-header h1 {
    margin-bottom: 10px;
}
p.about-heading {
	padding-bottom: 20px;
}
.carousel-wrap.directors-wrap {
	max-width: 990px;
}
.home-banner-carousel {
	max-width: 870px;
}

.homepage_content {
	height: 80vh;
}

}

@media(max-width:1060px){
.media-item-logo img {
    /*height: 120px;*/
}
.timeline-slider .slick-list {
	margin: 0px 60px !important;
} 
.about-text p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
}
.about-text .custom-html-widget {
    max-width: 380px;
}
.about-text h1 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0;
}
.section-header h1 {
    font-size: 28px;
    line-height: 28px;
}
.brand-content p {
	font-size: 10px;
	line-height: 14px;
}
/*body .owl-btn a {font-size: 10px !important;}*/
.footprint-item p {
    padding: 0 10px;
	font-size: 14px;
	line-height: 18px;
}
.desk_footprint .footprint-wrap-row:nth-child(1) .counter_call {
	padding-top: 0px;
}
.footprint-wrap-row .counter_call {padding: 20px 0px;}
.brands-text {
    padding: 30px 15px 0px 0px;
}
div#pg-935-1 .panel-row-style {
    padding: 0 15px !important;
}
.carousel-wrap.popular-games {
    padding: 0 15px;
    text-align: center;
}
.footprint-item h1 {
    font-size: 42px;
    line-height: 70px;
}
.partners-logo .col-md-3, .partners-logo .col-md-9 {
    width: 100%;
    float: none;
}
.partners-logo h1 {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: -2px;
    text-transform: capitalize;
    color: #3d4249;
}
.news-slide-content {
	padding: 10px;
}
.news-slide-content a p {
	font-size: 12px;
	line-height: 14px;
}
.news-slide-content h4 {font-size: 10px;}
.news-wrap .owl-item.newsCActive > .item p {
	font-size: 11px;
}
.news-slide-content {bottom: 28px;}
.testimonials-wrap {
   /* -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;*/
}
.tab-no-img .tab-content-item img {
    width: 25%;
    padding-top: 30px;
} 
/*.page-title h1{
	font-size:35px;
}*/
.footprint-row .panel-grid-cell:first-child .blank-footprint, .footprint-row .panel-grid-cell:last-child .blank-footprint {
    padding: 24px 0 25px;
}

}
@media(max-width:1024px){

.HungamaRewards {
	background-position: 42%;
}
.timeline-nav .slick-slide:nth-child(2)::before, .timeline-nav .slick-slide:nth-child(5)::before, .timeline-nav .slick-slide:nth-child(8)::before, .timeline-nav .slick-slide:nth-child(11)::before, .timeline-nav .slick-slide:nth-child(14)::before, .timeline-nav .slick-slide:nth-child(17)::before, .timeline-nav .slick-slide:nth-child(20)::before, .timeline-nav .slick-slide:nth-child(23)::before, .timeline-nav .slick-slide:nth-child(26)::before, .timeline-nav .slick-slide:nth-child(29)::before, .timeline-nav .slick-slide:nth-child(32)::before, .timeline-nav .slick-slide:nth-child(35)::before, .timeline-nav .slick-slide:nth-child(38)::before, .timeline-nav .slick-slide:nth-child(41)::before, .timeline-nav .slick-slide:nth-child(44)::before, .timeline-nav .slick-slide:nth-child(47)::before, .timeline-nav .slick-slide:nth-child(50)::before, .timeline-nav .slick-slide:nth-child(53)::before, .timeline-nav .slick-slide:nth-child(56)::before, .timeline-nav .slick-slide:nth-child(59)::before, .timeline-nav .slick-slide:nth-child(62)::before, .timeline-nav .slick-slide:nth-child(65)::before, .timeline-nav .slick-slide:nth-child(68)::before, .timeline-nav .slick-slide:nth-child(71)::before, .timeline-nav .slick-slide:nth-child(74)::before, .timeline-nav .slick-slide:nth-child(77)::before, .timeline-nav .slick-slide:nth-child(80)::before, .timeline-nav .slick-slide:nth-child(83)::before, .timeline-nav .slick-slide:nth-child(86)::before, .timeline-nav .slick-slide:nth-child(89)::before, .timeline-nav .slick-slide:nth-child(92)::before, .timeline-nav .slick-slide:nth-child(95)::before, .timeline-nav .slick-slide:nth-child(98)::before, .timeline-nav .slick-slide:nth-child(3)::before, .timeline-nav .slick-slide:nth-child(6)::before, .timeline-nav .slick-slide:nth-child(9)::before, .timeline-nav .slick-slide:nth-child(12)::before, .timeline-nav .slick-slide:nth-child(15)::before, .timeline-nav .slick-slide:nth-child(18)::before, .timeline-nav .slick-slide:nth-child(21)::before, .timeline-nav .slick-slide:nth-child(24)::before, .timeline-nav .slick-slide:nth-child(27)::before, .timeline-nav .slick-slide:nth-child(30)::before, .timeline-nav .slick-slide:nth-child(33)::before, .timeline-nav .slick-slide:nth-child(36)::before, .timeline-nav .slick-slide:nth-child(39)::before, .timeline-nav .slick-slide:nth-child(42)::before, .timeline-nav .slick-slide:nth-child(45)::before, .timeline-nav .slick-slide:nth-child(48)::before, .timeline-nav .slick-slide:nth-child(51)::before, .timeline-nav .slick-slide:nth-child(54)::before, .timeline-nav .slick-slide:nth-child(57)::before, .timeline-nav .slick-slide:nth-child(60)::before, .timeline-nav .slick-slide:nth-child(63)::before, .timeline-nav .slick-slide:nth-child(66)::before, .timeline-nav .slick-slide:nth-child(69)::before, .timeline-nav .slick-slide:nth-child(72)::before, .timeline-nav .slick-slide:nth-child(75)::before, .timeline-nav .slick-slide:nth-child(78)::before, .timeline-nav .slick-slide:nth-child(81)::before, .timeline-nav .slick-slide:nth-child(84)::before, .timeline-nav .slick-slide:nth-child(87)::before, .timeline-nav .slick-slide:nth-child(90)::before, .timeline-nav .slick-slide:nth-child(93)::before, .timeline-nav .slick-slide:nth-child(96)::before, .timeline-nav .slick-slide:nth-child(99)::before, .timeline-nav .slick-slide:nth-child(1)::before, .timeline-nav .slick-slide:nth-child(4)::before, .timeline-nav .slick-slide:nth-child(7)::before, .timeline-nav .slick-slide:nth-child(10)::before, .timeline-nav .slick-slide:nth-child(13)::before, .timeline-nav .slick-slide:nth-child(16)::before, .timeline-nav .slick-slide:nth-child(19)::before, .timeline-nav .slick-slide:nth-child(22)::before, .timeline-nav .slick-slide:nth-child(25)::before, .timeline-nav .slick-slide:nth-child(28)::before, .timeline-nav .slick-slide:nth-child(31)::before, .timeline-nav .slick-slide:nth-child(34)::before, .timeline-nav .slick-slide:nth-child(37)::before, .timeline-nav .slick-slide:nth-child(40)::before, .timeline-nav .slick-slide:nth-child(43)::before, .timeline-nav .slick-slide:nth-child(46)::before, .timeline-nav .slick-slide:nth-child(49)::before, .timeline-nav .slick-slide:nth-child(52)::before, .timeline-nav .slick-slide:nth-child(55)::before, .timeline-nav .slick-slide:nth-child(58)::before, .timeline-nav .slick-slide:nth-child(61)::before, .timeline-nav .slick-slide:nth-child(64)::before, .timeline-nav .slick-slide:nth-child(67)::before, .timeline-nav .slick-slide:nth-child(70)::before, .timeline-nav .slick-slide:nth-child(73)::before, .timeline-nav .slick-slide:nth-child(76)::before, .timeline-nav .slick-slide:nth-child(79)::before, .timeline-nav .slick-slide:nth-child(82)::before, .timeline-nav .slick-slide:nth-child(85)::before, .timeline-nav .slick-slide:nth-child(88)::before, .timeline-nav .slick-slide:nth-child(91)::before {
	font-size: 70px;
}

.footprint-item h1, .footprint-item h1 + span, .desk_footprint .footprint-item h1, .desk_footprint .footprint-item h1 + span {
	font-size: 58px;
	line-height: 58px;
}
.page:not(.home) #content {
    padding-top: 75px;
}
.achievement-wrap .owl-item.medium.active {
    width: 180px !important;
}
.achievement-wrap .owl-item.big.active.center {
    width: 300px !important;
}
.about-row-section .widget_text.about-text.panel-widget-style, .career-section,
.brand-section .brands-slider, .footprint-row, .site-footer .wrap, p.about-heading, .digital-ePage,
.about-footprint, .carousel-wrap.directors-wrap, .carousel-wrap.partners-slider, 
.media-wrap, .media-header-wrap, .brands-text, .carousel-wrap.original-content, .popular-games, .mediaContainer {
    max-width: 780px;
    margin: auto;
}
.carousel-wrap.directors-wrap {
	max-width: 880px;
}
.career-section {
	margin-top: -8%;
}
.directors-wrap .item {
	padding: 25px 5px;
}
.tab-no-img .tab-content-item h2 {padding-top: 50px;}
.contact-media {
	max-width: 780px;
	margin: auto;
	padding: 10px 50px 50px !important;
}
.carousel-wrap.leadership-wrap {
	margin: -80px auto 0px;
    max-width: 780px;
}
.navigation-top .wrap {
	padding: 0em;
	max-width: 780px;
	margin: auto;
}
.contact-form {
	max-width: 780px;
	margin: -50px auto 0px;
}
.carousel-wrap.achievement-wrap {
	margin: 3% auto 0;
	max-width: 780px;
}
.partners-logo {
	max-width: 780px;
}
.testimonials-wrap {
	width: 90%;
}
.news-slide-item img, .brand-img-item img {
	min-height: auto;
}
#pg-2-3 .footprint-row {
	padding: 60px 30px 30px 30px !important;
}
.office-list-wrap {
	left: 120px;
}
.contact-media .widget_custom_html h2, .contact-media .widget_custom_html h2 a {
	font-size: 18px;
}

#pl-969 #pg-969-0 {margin-bottom: 20px;}
#pl-969 #pg-969-0 .contact-us-sec {
	padding-top: 30px;
	padding-bottom: 0px;
}
.map-section .google-map p {
	margin-bottom: 10px;
}
.section-small-header h1 {
    font-size: 22px;
    line-height: 24px;
}
.office-list-wrap h1 {
	font-size: 22px;
}
.office-list-item {
    margin-top: 5px;
}
.current-opening-tab {
	border-radius: 15px;
}
.leadership-wrap .item h4 {
	padding: 0px 7px;
}
.modal-img-item h3 {
    font-size: 14px;
}
.brands-text #panel-617-0-0-0 {margin-top: 20px;}
.brands-text #pgc-617-0-1 {
	margin-top: 40px !important;
	width: 50% !important;
	width: calc(50% - ( 0 * 0px ) ) !important;
}
#panel-617-0-1-2> .panel-widget-style {padding-top: 0px !important;}
p.about-heading {
    font-size: 14px;
    line-height: 26px;
}
.brands-text p.about-heading {
    padding-top: 10px;
}
.carousel-wrap.bb-slider-content, .carousel-wrap.partners-slider, .carousel-wrap.original-content, .popular-games {
	max-width: 700px;
}
.bb-slider-content .item h3 {
    font-size: 10px;
    line-height: 16px;
    min-height: 78px;
    padding: 15px 10px;
}
.music-counter {
    max-width: 720px;
}
.music-counter .footprint-item p {
	padding: 0px 20px;
}
.footprint-item p {
	font-size: 12px;
	line-height: 16px;
}
.music-counter .footprint-item h1, .music-counter .footprint-item h1 + span, .about-counter .footprint-item h1, .about-counter .footprint-item h1 + span {
	font-size: 60px;
	line-height: 60px;
}
.get-the-play-app {
    width: 100%;
}
.play-counter .footprint-item h1 {
    font-size: 58px;
}
#pg-720-2> .panel-row-style {
	padding: 50px 0px 50px 0px !important;
}
.games-middle {
	width: 80%;
}
#pl-935 #pg-935-0 {
	margin-bottom: 10px;
}
.games-middle h1 {
	font-size: 24px;
	line-height: 30px;
}
.about-row-section {
    height: 50vh;
}
.timeline-slider .slick-list {
    margin: 0px 20px !important;
    padding: 0px 20px !important;
}
.slick-prev {
    left: 7%;
}
.slick-next {
    right: 7%;
}
.timeline .timeline-inner .slick-list {
	width: 90%;
}
.home-banner-carousel .item h1 {
    font-size: 80px;
    line-height: 80px;
}
.home-banner-carousel .item p {
    font-size: 20px;
}
.home-banner-carousel {
    max-width: 820px;
    top: 36%;
}
.homepage_content {
	height: 80vh;
}

}

@media(max-width:991px)	{

.brand-section .brands-slider, .about-footprint, .carousel-wrap, .media-header-wrap, .tab-wrapper .tab-section .wrap ,
.navigation-top .wrap, .carousel-wrap.achievement-wrap, .partners-logo, .testimonials-wrap,
.about-row-section .panel-grid-cell, .contact-media, .carousel-wrap.partners-slider, .gmap-wrap, 
.media-overlay, .career-wrap, .career-section, .about-row-section .widget_text.about-text.panel-widget-style, 
p.about-heading, .about-footprint, .carousel-wrap.directors-wrap, .media-wrap, .media-header-wrap, .medaContainer {
	width: 90%;
	margin: auto;
}
.site-footer .wrap {
	width: 100%;
}
.investor-wrap{padding: 0px 15px 50px !important;}
div#pg-139-7 {height: auto;}

.tab-section-right .tab-img-item, .tab-section-right .tab-content-item{width: 100% !important;padding: 0}

.modal-box a.js-modal-close.close {
    top: -20px;
    right: 20px;
    z-index: 9;
    margin: 0 !important;
}
.office-list-wrap{
	width:40%;
}
.partner-block-right h2{
	width: auto;
	    font-size: 16px;
    line-height: 20px;
}
.partner-block-right {
    padding: 70px 30px;
    background-size: initial !important;
}

.app-logo {
    padding: 0 15px !important;
}
.brands-text p.about-heading{
	padding-right:0;
}
.about-row-section {
    /*height: 65vh;*/
}
.footprint-row {
    margin-left: 15px;
    margin-right: 15px;
}
.carousel-wrap.achievement-wrap {
    margin-top: 0; 
}
.partners-logo{
	margin-left: 15px;
    margin-right: 15px;
}
.testimonials-wrap {
    padding: 0 0;
}
.partners-item {width: 30.5%}
/*.bx-wrapper, .bx-wrapper .bx-pager{
display:block;
} */
a.bx-pager-link {
    width: 7px;
    height: 7px;
    background-color: #83bcd9;
    display: block;
    border-radius: 50%;
    font-size: 0;
}
a.bx-pager-link.active {
    background-color: #0878b8;
}
.bx-pager-item {
    display: inline-block;
    margin: 0 4px;
}
.main-navigation ul li {border: 0; }
.achievement-wrap .owl-nav button { position: relative;left: inherit;right: inherit !important;top: 20px;margin: 0 6px; }
.achievement-wrap .owl-nav button span	{ font-size: 18px; }
.brands-slider .owl-nav button	{ display:none; }
.news-wrap .owl-nav, .achievement-wrap .owl-nav{ display: none; }
.tparrows { display:none; }
.news-wrap .owl-dots { text-align: center; }
/*ABout Us*/
.leadership-wrap .owl-nav.disabled button{ display: none; }
.about-leadership-row{
	background-position: center -75px !important;
	    background-repeat: no-repeat;
	    padding: 0 20px !important;
}
.about-footprint {
    padding: 0 !important;
}
#pg-139-2> .panel-row-style				{ padding: 0; }
.mobile-leader-wrap	.item				{ width: 46%;display: inline-block;margin: 0 2%; }
.carousel-wrap.leadership-wrap			{ display: none; }
.leadership-wrap.mobile-leader-wrap		{ display: block; }
.carousel-wrap.leadership-wrap, .leadership-wrap.mobile-leader-wrap { margin-top: -40px; }
.leadership-content p					{ height: 110px;overflow: hidden;margin-bottom: 8px; }
.directors-wrap .item					{ width:46%;margin: 0 2% 25px; }
.modal-box								{ padding: 0 0.8rem; }
.modal-content							{ width: 82%; }
.modal-img-item							{ width: 18%; }
/*Tab*/
.tab-section .wrap {
    max-width: 100%;
    padding: 0;
}
.tab-section-right .tab-content-item h2 {
    padding-left: 15px;
}
.tab-content-item h2{padding-right: 15px;}
.media-wrap {
	margin: auto !important;
    width: 100%;
   /* -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;*/
}
.press-btn {
    position: relative;
    top: 0;
    right: 0;
	margin-top:15px;
}
.page-id-145 .page-title .textwidget {
    text-align: center;
}
.site-footer{
	padding: 15px 15px 0 15px;
}
.subscriber-wrap {
    width: 230px;
    float: right;
    position: relative;
}
.subscriber-wrap input {
    width: 100%;
}
.subscriber-wrap i {

    right: inherit;
    left: 10px;
}
.co-filter-location {
    margin-bottom: 20px;
    margin-top: 20px;
}
.co-filter-btn button {
    padding: 10px 25px;
}
.contact-submit {
    padding-top: 10px;
}
.co-filter-location select, .co-filter-function select, .co-filter-location option, .co-filter-function option {
    border: 1px solid #00a1e5;
    border-radius: 6px;
    padding-left: 10px;
    font-size: 13px;
    color: rgba(61, 66, 73, 0.75);
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 40px;
}
/*ul.partners-category {
	white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
*/
.partners-category a {
    font-weight: 500;
	font-size: 18px;
}
.partners-category a:before {
    display: none;
}
.partners-category a.active {
    border-bottom: 2px solid #0095d9;
}
ul.partners-category li {
    padding: 0 15px;
}
.career-section {
    margin-top: -11% !important;
    border-radius: 15px;
}
.office-list-wrap {
    left: 120px;
}
.career-media-post-content {
	padding: 20px;
}

}

@media(max-width:980px){

.achievement-wrap .owl-item.active {
    width: 120px !important;
}
.footprint-row {
    padding: 40px !important;
}
.footprint-item p{
    min-height: 65px;
}
}
 
@media(max-width:800px) {
.office-list-wrap {
    left: 55px;
}
.current-opening-filter {
    width: 35%;
    padding: 0 40px 0px 70px;
}
.current-opening-tab {
    width: 60%;
}
.career-content .textwidget.custom-html-widget {
    transform: translateY(65%);
}
.career-content p {
	font-size: 12px;
	padding: 0 22px;
}
.career-content h5 {
	margin-bottom: 10px;
}
.career-section {
    padding: 40px 25px;
} 
.current-opening-title:before {
	line-height: 12px;
}
.co-filter-location select, .co-filter-function select, .co-filter-location option, .co-filter-function option {
	font-size: 12px;
}
.co-filter-location:before, .co-filter-function:before {font-size: 16px;}
h1.formTitle {
	font-size: 24px;
}

}

@media(max-width:780px) {
.desktop_view			{ display:none; }
.mobile_view			{ display:block; }
/*Career_form*/	
.career-form-25, .career-form-75 {
	width: 100%;
}
.career-form-25 p, .career-form-75 p{
	display:none;
}
.career-form h1 {
	font-size: 24px;
}
.modal-box a.js-modal-close.close {
	margin-top: -45px;
}
/*Career_form*/		
.modal-img-item {
    width: 100%;
    top: -80px;
}
.contact-media .panel-grid-cell:first-child{
	margin-bottom:30px !important;
}
.google-map iframe {
    height: 300px;
}

.investor-wrap{
	    margin-top: 80px;
}
.brands-text .panel-grid-cell:last-child{
	padding-top:30px !important;
}
.career-media-wrap {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    padding: 0% 4%;
}
.about-footprint .panel-grid-cell {
    width: 33.33% !important;
    float: left !important;
}
.about-footprint {
flex-direction: inherit !important;
}
.investor-wrap .panel-grid-cell {
    margin-top: 0;
}
#pgc-143-1-0, #pgc-143-1-1 {
width: 100% !important;
margin-bottom: 0 !important;
}
.contact-left-block {
float: none;
width: 100%;
}

.contact-form {
    padding:15px;
    margin: -30px 15px 0px;
}
.modal-content {
    width: 100%;
    padding: 0;
	margin-top: 0px;
	position: absolute;
	transform: translate(0% , 70%);
}
.modal-box {
	bottom: -20% !important;
}
.modal-img-item img {
    width: 150px;
}
.modal-box a.js-modal-close.close{
	    margin-top: -65px;
   margin-right: 2rem;
    z-index: 9;
}
.tab-no-img .tab-content-item {
    width: 100%;
}
.tab-no-img .tab-content-item img {
    width: auto;
    padding-top: 0;
}
.tab-no-img .tab-content-item img + div {
    float: right;
    width: 70%;
    text-align: left;
}
.tab-white-text .tab-content-item a, .tab-white-text .tab-content-item h2 {
    padding-left: 15px;
}
.tab-wrapper .sow-tabs-tab{
	    font-size: 25px !important;
}
.brands-text .panel-grid-cell:last-child {
    text-align: center;
    padding-bottom: 30px !important;
}
.brands-text p.about-heading {
	text-align: center;
}
.subscriber-wrap input {
width: 100%;
}
.carousel-wrap.original-content, .carousel-wrap.bb-slider-content {
    padding: 0 20px;
} 
.get-the-play-app img {
    padding: 0 10px 15px;
	    width: auto;
}
.tab-content-item, .tab-img-item {
    width: 100%;
    float: none;
	text-align: center;
}
.tab-white-text .tab-img-item {
    display: none;
}
.tab-section.withoutImageLeft .tab-img-item {
    display: block;
}
.tab-wrapper .sow-tabs-panel-content .tab-section.withoutImageLeft,
.tab-wrapper .textwidget.custom-html-widget .tab-section.withoutImageLeft {
    background-position: 35% 100%;
}
.tab-wrapper .sow-tabs-panel-content .tab-section.withoutImageRight,
.tab-wrapper .textwidget.custom-html-widget .tab-section.withoutImageRight {
    background-position: top center;
}
.tab-section {
    padding: 30px 15px 0;
}
.tab-section.tab-section-right {
    padding-bottom: 0;
}
.subscriber-wrap input {
    width: 70%;
}

}
@media(max-width:768px){

.brands-text #panel-720-0-0-0 {
	width: 50%;
}

.leadership-content p {
	height: 105px;
}
.bx-wrapper, .bx-wrapper .bx-pager{
	display: none;
} 
.carousel-wrap.brands-slider {
	display: block;
}
#pg-617-1> .panel-row-style {
	padding-top: 0px !important;
	background-image: none !important;
}
#pg-2-4> .panel-row-style {
    padding: 10% 0% 4% 0% !important;
}
.about-row-section {
	height: 65vh;
}
.brand-section .section-header h1 {
	margin-bottom: 20px;
}
.brands-text .panel-grid-cell:last-child {
	padding-bottom: 0px !important;
}
.brands-text .panel-grid-cell .panel-first-child {margin: auto;}
#panel-617-0-1-2 {display:;margin-top: 20px;}
#pg-145-0> .panel-row-style {
    padding: 20px 0px 0px 0px !important;
}
.carousel-wrap.achievement-wrap .owl-stage-outer {
    height: 350px;
}
.achievement-wrap .owl-item.medium.active {
    width: 200px !important;
}
.about-counter .blue-text, .about-counter .green-text {
    border-right: 0;
}
.investor-wrap .panel-grid-cell:first-child {
    margin-top: -60px;
}
.investor-wrap .panel-grid-cell{margin-top:0;}
.achievement-wrap .owl-item.big.active.center {
    width: 350px !important;
}
.digital-ePage .panel-grid-cell:last-child .so-panel {
    width: 100%;
    text-align: left;
    padding-right: 70px;
}
.digital-ePage .panel-grid-cell:first-child .so-panel img {
    max-width: 80%;
}
.digital-accordion.digital-ePage {
	padding: 40px 45px !important;
}
.digital-item {
    width: 80px;
    height: 80px;
    margin-right: 12px;
}
.business-text h4 {
    font-size: 20px;
}
.business-text h1 {
    font-size: 40px;
    line-height: 40px;
}
.digital-ePage .panel-grid-cell:last-child p.business-heading {
    font-size: 10px;
    line-height: 20px;
}
nav#site-navigation .menu {text-align: right;}
.media-slideup .media-modal h1 {
    font-size: 20px;
    line-height: 26px;
}
.media-slideup .modal-content p, .media-slideup .media-modal h4 {
    font-size: 14px;
    margin-bottom: 12px;
}
.media-slideup .modal-content p {
	line-height: 24px;
}
.office-list-wrap {
	left: 50px;
}
.contact-media {
    padding: 0px 0px 50px !important;
}
.section-small-header h1 {
    font-size: 24px;
    line-height: 24px;
}
.contact-media .widget_custom_html h2, .contact-media .widget_custom_html h2 a {
	font-size: 22px;
}
.connect-with {padding-bottom: 10px !important;}
#pl-969 #pg-969-0 {margin-bottom: 20px;}
#pl-969 #pg-969-0 .contact-us-sec {
	padding-top: 30px;
	padding-bottom: 0px;
}
.site-footer .wrap {
	width: 90%;
}
.subscriber-wrap i {left: 112px;}
.media-wrap {
	width: 100%;
}
.media-post-content p {
	line-height: 20px;
}
.partner-block-right p, .partner-block-right h2 {
	width: 40%;
	text-align: left;
}
.partner-block-right h2 {
	font-size: 28px;
	line-height: 32px;
}
.partner-block-right p {
    font-size: 14px;
    line-height: 26px;
}
.footprint-item p {
    min-height: 45px;
    font-size: 13px;
} 
.mobile-leader-wrap .item {
	margin: 0px 2% 30px;
}
p.about-heading {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    padding: 0px;
}
#pg-617-3> .panel-row-style {
	padding: 0px !important;
}
.brands-text #pgc-617-0-1 {
    margin-top: 0px;
} 
.brands-text #panel-617-0-0-0 {
    width: 45%;
}
.carousel-wrap.original-content {
	width: 100%;
}
.brands-text #pgc-617-0-1 {
    width: 100% !important;
    width: calc(100% - ( 0 * 0px ) ) !important;
}
.brands-text p.about-heading {
    padding-top: 15px;
    padding-bottom: 20px;
}
.brands-text {
    padding: 0px 0px 0px 0px;
}
.music-counter {
	max-width: 100%;
}
.brands-text #pgc-617-0-1 {
    margin-top: 0px !important;
}
.games-middle {
	float: right;
}
.games-middle p {
	font-size: 16px;
	line-height: 26px;
}
#pgc-720-0-0 {
	margin-bottom: 0px !important;
	margin-top: 20px !important;
}
#video-link {
    top: 60% !important;
    width: 100%;
}
#pg-720-1> .panel-row-style {
	margin-top: 30px !important;
}

/*play counter mobile*/
#pl-720 #pg-720-2 .play-counter {
	display: inherit !important;
    background: transparent !important;
    flex-wrap: inherit !important;
    margin: 0px !important;
    align-items: inherit !important;
    flex-direction: inherit !important;
    min-height: 350px;
    z-index: 0;
    position: relative !important;
    padding-top: 40px !important;
}

.entry-content #pl-720 #pg-720-2 .play-counter .panel-grid-cell {
	width: 50% !important;
    width: calc(50% - ( 0.66666666666667 * 0px ) ) !important;
    float: left;
}
.play-counter .footprint-item p {
	min-height: 40px;
}

/*play counter mobile*/

/*music counter mobile*/
.music-counter {
	display: inherit !important;
    background: transparent !important;
    flex-wrap: inherit !important;
    margin: 10px 0 0 !important;
    align-items: inherit !important;
    flex-direction: inherit !important;
    min-height: 210px;
    z-index: 0;
    position: relative !important;
}

.music-counter .panel-grid-cell {
	/*width: 33.3333% !important;
    width: calc(33.3333% - ( 0.66666666666667 * 30px ) ) !important;*/
	width: 50% !important;
    float: left;
}
.partners-logo {
	width: 100%;
	border-radius: 0px;
}
/*music counter mobile*/

/*.investor-wrap*/
.investor-wrap:before{height: 100% !important;    z-index: -1;}
.investor-wrap {
	display: inherit !important; background:transparent !important; 
	flex-wrap: inherit !important; margin: 60px 0 0 !important; align-items: inherit !important;flex-direction: inherit !important; z-index: 0; position: relative !important;}
.investor-wrap > div{width: 90% !important; float: none; z-index: 1 !important; 
	margin: -40px auto 0 !important;}
.investor-wrap img {border-radius: 5px;}
/*.investor-wrap*/

/*brands page*/
.tab-wrapper .tab-section .wrap {
	display: flex;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(1) .tab-content-item, 
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-content-item, 
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(1) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(2) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-content-item {
	padding-bottom: 10px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(1) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(1) .tab-img-item {
    padding-right: 0px;
    padding-left: 60px;
    width: 45%;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(2) .tab-content-item {
	padding-right: 0px;
	padding-left: 70px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(2) .tab-img-item {
	width: 50%;
	padding-right: 0px !important;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(1) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(1) .tab-content-item {
	padding-top: 50px;
	padding-left: 60px;
	width: 50%;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-img-item {
    width: 48%;
}
.tab-wrapper .sow-tabs-panel-content .tab-section .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section .tab-content-item {
	text-align: left;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-content-item {
	padding-left: 40px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-content-item img,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-content-item img {
	padding-top: 10px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(5) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(5) .tab-img-item {
	display: block;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(5),
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(5){
	background-position: 40% 100%;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(5) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(5) .tab-content-item {
    padding-left: 30px;
}
.tab-no-img .tab-content-item img + div {
	padding-right: 100px;
	width: 75%;
}
.tab-white-text .tab-content-item a, .tab-white-text .tab-content-item h2 {
	padding-left: 0px;
}
.tab-no-img .tab-content-item h2 {
	padding-top: 30px;
	font-weight: 500;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(4) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(4) .tab-content-item, {
	padding: 20px 0px 40px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(4),
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(4) {
	background-position: 40% 100%;
}
.tab-content-item h2 {
	padding-top: 3px;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-content-item h2 {
	padding-right: 0px;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-content-item {
	padding-left: 0px;
	padding-right: 10px;
	width: 50% !important;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-img-item {
	width: 50% !important;
	padding-left: 75px;
}


/*brands page*/

#pg-139-5> .panel-row-style {
    padding: 0px 0px 10px 0px !important;
}
.carousel-wrap.directors-wrap {
	width: 95%;
}
#pgc-969-3-0, #pgc-969-3-1 {
    width: 100% !important;
}
.music-counter .footprint-item p {
	padding: 0px 20px;
}
.timeline-slider .slick-list {
    margin: 0px !important;
    padding: 0px 20px !important;
}

.timeline-cnt {
	width: calc(100% - 100px);
}
.timeline-img, .slick-slide img {
    width: 100px;
    height: 100px;
    margin: auto;
}
.timeline-slider .slick-slide, .achievement-slider .slick-slide {
	margin: 0px 15px;
}
.slick-next {
	right: 2%;
}
.slick-prev {
	left: 2%;
}
.timeline .timeline-nav .slick-list:after {
	left: 0;
	/*height: 50px;*/
}
.timeline .timeline-inner .slick-list {
	width: 100%;
	height: auto !important;
}
.timeline-slide__content {
	padding: 0px 20px 30px 20px;
}
#pg-2-5> .panel-row-style {
    padding: 5% 0% 0% 0% !important;
}
.timeline {
	margin-top: 0px;
}
.home-banner-carousel {
	top: 32%;
}
.home-banner-carousel .item h1 {
    font-size: 70px;
    line-height: 70px;
}
.home-banner-carousel .item p {
    font-size: 18px;
    letter-spacing: 3px;
}
.homepage_content {
	height: 60vh;
}
.carousel-wrap.brands-slider .owl-dots {
	display: block;
}
.carousel-wrap.brands-slider .owl-dot.active {
	background-color: #0878b8;
}

.carousel-wrap.brands-slider .owl-dot {
	width: 7px !important;
	height: 7px !important;
	background-color: #83bcd9;
}
#pg-2-3 .footprint-row {
    padding: 60px 10px 30px 10px !important;
}
#pg-969-0> .panel-row-style {
	padding: 30px 0px 0px 0px !important;
}
#pg-969-2> .panel-row-style {
	padding: 0px 0px 10px 0px !important;
}
.desktop-career-wrap {
	flex-direction: initial !important;
	padding: 0px !important;
}
.desktop-career-wrap .panel-grid-cell {
	width: 33.3333%;
    width: calc(33.3333% - ( 0.66666666666667 * 20px ) ) !important;
}
.career-content .textwidget.custom-html-widget {
    transform: translateY(72%);
}

.partner-block-right p, .partner-block-right h2 {
	position: relative;
}
.widget_text.partner-block-right.panel-widget-style.panel-widget-style-for-143-1-0-0,
.widget_text.partner-block-right.partner-block-left.panel-widget-style.panel-widget-style-for-143-1-1-0 {
	/* background-image: none !important; */
	position: relative;
}
.widget_text.partner-block-right.panel-widget-style.panel-widget-style-for-143-1-0-0:before {
	content: '';
    position: absolute;
    background: url(../../uploads/2019/08/partner_content.jpg) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.widget_text.partner-block-right.partner-block-left.panel-widget-style.panel-widget-style-for-143-1-1-0:before {
	content: '';
    position: absolute;
    background: url(../../uploads/2019/08/partner_telecom.jpg) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#pg-143-3> .panel-row-style {
    padding: 0px 0px 50px 0px !important;
}
.games-middle {
    width: 60%;
}


.Mobile_Rewards-sec {
	display: flex;
	justify-content: center;
	width: 100%;
    background: #00a0e4;
}
.Mobile_Rewards-sec img {
	width: 70%;
	margin-top: -5px;
}
.widget_text .tab-wrapper .tab-section.HungamaRewards .wrap {
	display: block;
}
.widget_text .tab-wrapper .tab-section.HungamaRewards .wrap .tab-img-item {
	width: 100%;
	display: grid;
}
.widget_text .tab-wrapper .tab-section.HungamaRewards .wrap .tab-content-item {
	width: 100% !important;
	padding: 20px 10px 10px !important;
}
.widget_text .tab-wrapper .tab-section.HungamaRewards .wrap .tab-content-item h2 {
	line-height: 26px;
	font-size: 24px;
}
.widget_text .tab-wrapper .textwidget.custom-html-widget .tab-section.HungamaRewards {
	background-position: right;
	background-image: none !important;
    background-color: #00a0e4;
	padding-top: 15px;
}
.widget_text .tab-wrapper .tab-section.HungamaRewards .wrap .tab-content-item img {
	width: 70%;
	margin: 0 0 12px;
}
.widget_text .tab-wrapper .tab-section.HungamaRewards .wrap .tab-content-item:after {
	content: "";
	background: url(../../uploads/2020/04/reward_mobile.jpg) no-repeat;
}
.HungamaRewards ul li {
	font-size: 16px;
	font-weight: 500;
}
.HungamaRewards ul li:before {
	top: 18px;
}

}


@media(max-width:767px) {

	.widget_text .tab-wrapper .tab-section.HungamaRewards .wrap .tab-content-item h2 {
		line-height: 18px;
		font-size: 14px;
	}
	.widget_text .tab-wrapper .tab-section.HungamaRewards .wrap .tab-content-item img {
		width: 100%;
	}
	.HungamaRewards ul li {
		font-size: 10px;
	}
	.Mobile_Rewards-sec img {
		width: 90%;
	}
	#pl-617 #pgc-617-3-0 #panel-617-3-0-0 {
		margin: -25px 0 0 !important;
	}
	.HungamaRewards ul li:before {
		top: 10px;
	}
	

	.music-counter {
    margin-bottom: 1.5em !important;
}
#pg-617-4> .panel-row-style {	
    background-color: #f0f2f8;
    padding: 6% 0% 2% 0%;
}
.media-item-logo img {
    height: auto;
}
/*.mobileDisabled{display: none;opacity: 0;position: absolute;height: 0;}*/

body.noscroll {
	overflow: hidden;
}
.bx-wrapper, .bx-wrapper .bx-pager{
	display:block;
} 
.carousel-wrap.brands-slider {
    display: none;
}
.carousel-wrap.brands-slider .owl-dots {
	display: none;
}
#pg-143-3> .panel-row-style {
    padding: 0px 0px 80px 0px !important;
}
#pg-720-1> .panel-row-style {
	margin-top: 10px !important;
}
#video-link iframe {
    height: 230px;
}
.app-logo .panel-grid-cell img {
    width: 80%;
}
.app-logo {
    display: inherit !important;
    overflow: hidden;
    padding: 20px 0px !important;
}
.app-logo .panel-grid-cell {
	width: 50%;
    width: calc(50% - ( 0.67 * 0px ) ) !important;
    float: left;
}
.media-overlay span {
	left: auto;
	right: auto;
	display: flex;
	justify-content: center;
	width: 100%;
}
.media-overlay span button,
.media-overlay span a {
	text-align: center;
	display: grid;
}
.current-opening-content-area p:last-child {
    height: 240px;
    overflow-y: scroll;
}
.btnTravelTime {
    margin-top: -10px;
    margin-bottom: 20px;
}
.news-wrap .owl-nav.disabled {
	display: none !important;
}

#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(1) .tab-img-item,
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-img-item {
	position: relative;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(1) .tab-img-item img,
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-img-item img {
	display: block;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(1) .tab-img-item:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../../uploads/2019/08/mob_digital.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-img-item:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../../uploads/2019/08/mob_hds.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

/*partners mobile tabs slide*/

.partners_tabs_main ul li {
	display: inline-block;
}
.partners_tabs_main ul {
    white-space: nowrap;
    transition: all ease 750ms;
   overflow: scroll;
    width: 90%;
    margin: auto;
}
.partners_tabs_main {
	overflow: hidden;
	width: 100%;
}
.main-navigation ul li:first-child {
    display: block;
}
nav#site-navigation {
    margin-top: 0px;
}
.timeline-img, .slick-slide img {
	margin: 0 auto 15px;
    display: block;
}
/*MENU*/	
.home .navigation-top a, .home .navigation-top a span {font-size: 16px; line-height: 30px;}
.navigation-top {
    z-index: 9;
    width: 100%;
    background-color: transparent;
	border: 0;
}
.home .navigation-top {position:absolute;}
nav .menu li.mobileMenu {
    display: block;
}
.header-logo {
    width: 100%;
    text-align: center;
	margin: 5px 0px;
}
.header-logo img {
    width: 200px;
}

#ourPartner .panel-grid-cell {
    padding: 0 !important;
}
nav#site-navigation.main-navigation {
    clear: both;
	float:none;
    display: block;
    width: 100%;
	}
nav.main-navigation.toggled-on{
	background-color:rgba(29, 42, 48, 0.90);
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}
nav.main-navigation.toggled-on .menu-header-menu-container{
	    position: absolute;
    right: 0;
    bottom: 85px;
    width: 100%;
}
button.menu-toggle, button.menu-toggle:hover {
    background-color: #0095d9;
    color: #fff;
    border-radius: 14px 0 0 14px;
	outline: 0;
	margin: 0 0 0 auto;
	/*padding: 17px 20px;*/
    padding: 12px 15px;
	position: fixed;
    right: 0;
    /*bottom: 17px;*/
    bottom: 10px;
    z-index: 999;
}
.main-navigation ul {
    background: transparent;
    height: 100%;
}

.main-navigation a span {
	display: inline-block;
	color:#fff;
}
.main-navigation a{
	padding:0;
	color:#fff;
}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a{
    color: #fff;
}
.main-navigation a:hover, .main-navigation a:hover span {
	color: #767676;
}
.main-navigation a, .main-navigation a span {
	-webkit-transition: color 0.2s;
    transition: color 0.2s;
}
footer .subscriber-wrap span.wpcf7-not-valid-tip {
	left: 0px;
}
nav#site-navigation .menu {
	border-top: 0;
	    opacity: 0;
    visibility: hidden;
	display:none;
}
nav#site-navigation.toggled-on .menu {
    opacity: 1 !important;
    visibility: visible !important;
	display:block;
}
.main-navigation ul li:before {
	content: '';
    height: 15px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 100%;
    position: absolute;
    right: 0;
}
.main-navigation ul li:after {
    content: '';
    right: -4px;
    width: 14px;
    height: 14px;
    background-color: #0095d9;
    position: absolute;
    border-radius: 50%;
    top: 28px;
}
.main-navigation ul li {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: right;
    float: inherit;
}
button.menu-toggle svg {
    margin-right: 0 !important;
}
.forcefullwidth_wrapper_tp_banner, .rev_slider_wrapper {
	height: 85vh !important;
}

.career-media-wrap {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	padding: 0 5px;
	column-gap: 1em;
}
.career-media-item {
	margin: 0 0 1em;
}
.testimonials-wrap {
	margin-bottom: 1em;
   /* -moz-column-count: 2 !important;
    -webkit-column-count: 2 !important;
    column-count: 2 !important;*/
}
 div#more_posts.load-more-btn{bottom: 0;}
.partners-logo {
    padding: 20px;
}

.achievement-wrap .owl-item.active.center .achievement-content p {
    font-size: 12px;
    height: auto;
} 
.tab-wrapper .sow-tabs-tab.sow-tabs-tab-selected {
    color: #424242 !important;
    border-bottom: 1px solid #1595d9;
    height: 45px;
}

.media-wrap {
	margin: 0;
/*    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;*/
}
.media-item{width: 100%;margin-right: 0 !important}
.career-section {
    padding: 35px 25px;
    margin-top: -70px;
    border-radius: 15px;
    margin-top: -14% !important;
}
.career-wrap .panel-grid-cell{
	margin-bottom:15px !important;
}
.desk_footprint {
    display: none;
}
.mobile_footprint {
    display: block;
}
.mobile_footprint .footprint-wrap-row .counter_call {
    width: 50%  !important;
}
.footprint-row {
    margin-top: -40px;
}
.news-wrap .owl-item.newsCActive {
	margin: 0px 5px;
}
.page:not(.home) #content {
    padding-top: 0px;
    min-height: 650px;
}
.section-header h1 {
	font-size: 34px;
	line-height: 34px !important;
}
#panel-143-0-0-0> .panel-widget-style {
    padding: 30px 0px 0px 0px !important;
}
.partner-block-right p, .partner-block-right h2 {
	width: 300px;
	text-align: left;
}
.partner-block-right p {
    font-size: 16px;
    line-height: 28px;
}
.partner-block-right h2 {
	font-size: 30px;
	line-height: 34px;
}
.our-partner-section {padding-top: 50px;}
#panel-143-1-0-0> .panel-widget-style {
	background-position: right center !important;
}
#panel-143-1-1-0> .panel-widget-style {
	background-position: left !important;
}
.partners-category a {font-size: 18px;}
#pg-145-0> .panel-row-style {
	padding: 30px 0px 0px 0px !important;
}
.press-btn {
	width: 150px;
	margin-bottom: 15px;
    margin-top: 10px;
}
.media-item-logo img {
	border-radius: 12px 12px 0 0;
}
.media-post-content p, .media-post-content h5 {
	font-size: 14px;
}
.media-post-content h2 {
	font-size: 22px;
}
.media-post-content a {
    font-size: 14px;
    margin-top: 0px;
}
.media-slideup .media-modal h1 {
    font-size: 22px;
    line-height: 30px;
}
.modal-content, .media-slideup .modal-content {
	width: 100%;
	margin-top: -50px;

}
.media-slideup .modal-content {
	text-align: inherit;
	padding-right: 0px;
	overflow: hidden;
	height: 62%;
	transform: translate(-50% , 30%);
}
.media-slideup .modal-content p {
	padding-right: 0px;
}
.modal-box .modal-body .wrap {
    padding: 0;
    position: relative;
    max-width: 1280px;
    height: 43%;
    display: contents;
}
.modal-box .modal-body {
    padding: 0;
    position: relative;
    height: 100%;
}
.modal-content {
    float: none;
    height: 55%;
    width: 100%;
    max-height: inherit;
    overflow-y: auto;
    margin: 0;
    padding-right: 0px;
    position: absolute;
    transform: translate(-50% , 40%);
    left: 50%;
    top: 0;
    bottom: 0;
    /*text-align: justify;*/
    font-size: 13px;
    line-height: 24px;
}

.gamesMedia .modal-content{
	text-align: center;
}

/*
 *  STYLE 4
 */

/*#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #1876ab;
}*/


.media-slideup .modal-img-item {width: 100%; left: 41%;}
.media-slideup .modal-img-item img {
	width: auto;
	border-radius: 8%;
}
.main-navigation ul li {width: auto;}
p.about-heading {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    padding: 20px 0px 30px;
}
.career-section .section-header h1 {
    padding: 0px;
    margin-bottom: 20px;
}
.filter-toggle-slide .co-filter-location {
    padding-right: 7px;
}
.filter-toggle-slide .co-filter-function {
    padding-left: 7px;
}
.co-filter-location select, .co-filter-function select, .co-filter-location option, .co-filter-function option {
	padding-left: 15px;
	font-size: 14px;
	height: 50px;
}
.co-filter-location:before, .co-filter-function:before {line-height: 50px;}
.co-filter-btn button {padding: 15px 25px;}
.current-opening-content-area p {
	font-size: 14px;
	line-height: 28px;
}
.current-opening-title h3 {
    font-size: 20px;
}
#pgc-853-1-0 {margin-bottom: 0px !important;}
.main-navigation ul li:after {
	width: 12px;
	height: 12px;
	top: 6px;
}
.main-navigation a, .navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    font-size: 16px;
    line-height: 24px;
}
.faces-hungama .section-header h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0% 20%;
    line-height: 30px !important;
}
.hungamahonedo .section-header h1 {
	margin-bottom: 20px;
    margin-top: 40px;
}
.career-media-post-content h2 {
    font-size: 16px;
    line-height: 20px;
}
.career-media-item {
	margin: 0 0 1.5em;
}
.career-media-overlay span {
	font-size: 20px;
	bottom: 0px;
}
.career-media-overlay:before {
    height: 40%;
}
.career-media-overlay {min-height: 630px;}
h1.formTitle {
	font-size: 22px;
}
.career-media-overlay span {
	left: auto;
    display: flex;
    justify-content: center;
    width: 100%;
}
.career-media-overlay span a {
	display: grid;
}
.office-list-wrap {
    width: calc(100% - 70px);
    left: 0px;
    top: -100px;
    z-index: 1 !important;
    position: relative;
}
.contact-media {
	padding: 0px 0px 50px !important;
}
.section-small-header h1 {
	font-size: 30px;
}
#pl-969 #pg-969-2 {
	margin-top: -50px;
}
.contact-media {
	width: 100%;
}
.office-list-area p {
    margin-bottom: 3px;
    font-size: 14px;
}
.office-list-area {
	margin-bottom: 20px;
}
.contact-media .widget_custom_html h2, .contact-media .widget_custom_html h2 a {
	font-size: 28px;
}
.partners-section .section-header h1 {
	padding: 0px 20%;
	line-height: 30px !important;
}
#pg-853-0> .panel-row-style {
	padding: 4% 0% 35% 0% !important;
}

.tab-wrapper .tab-section .wrap {
	display: flex;
	min-height: 130px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(1) .tab-content-item, 
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-content-item, 
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(1) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(2) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-content-item {
	padding-bottom: 10px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(1) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(1) .tab-img-item {
    padding-right: 0px;
    padding-left: 60px;
    width: 45%;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-content-item ,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(2) .tab-content-item{
	padding-right: 0px;
	padding-left: 70px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(1) .tab-img-item {
	width: 50%;
	padding-right: 0px !important;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(1) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(1) .tab-content-item {
	padding-top: 50px;
	padding-left: 60px;
	width: 50%;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-img-item  {
    width: 100%;
}
.tab-wrapper .sow-tabs-panel-content .tab-section .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section .tab-content-item  {
	text-align: left;
}
.tab-content-item h2 {
	padding-top: 3px;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}
.brands-text .panel-grid-cell:last-child {
    padding-top: 20px !important;
} 

.item-bx .item {
    margin-bottom: 30px;
}
.footer-social ul li a {
    font-size: 20px;
} 
.leadership-content p {
	display: none;
}
.partners-slider .item .partnerImg {
	-moz-box-shadow: 0px 2px 2px 1px #ddd;
	-webkit-box-shadow: 0px 2px 2px 1px #ddd;
	box-shadow: 0px 3px 7px 0px #ddd;
	height: 100px;
	border-radius: 5px;
}
#pg-139-3 .section-header h1 {
	margin-bottom: 30px;
}
.carousel-wrap.leadership-wrap, .leadership-wrap.mobile-leader-wrap {
    margin-top: -60px;
}
.brands-text {
    padding: 30px 0px 0px 0px;
}
.brands-text p.about-heading {
	text-align: justify;
    padding: 10px 20px 0px;
}
.brands-text #pgc-617-0-1 {
	margin-top: 0px;
}
.brands-text #panel-617-0-0-0 {
	width: 50%;
}
.brands-text .panel-grid-cell .panel-first-child, .brands-text #panel-720-0-0-0 {
    width: 65%;
    margin: auto;
}
.brands-text #panel-720-0-1-1 {
    padding: 0px 20px;
}
.games-text #panel-935-0-0-0 {
	padding: 20px 10px 0px;
}
#pg-720-1> .panel-row-style {
	background-image: none !important;
	padding: 10px 0px !important;
}
.carousel-wrap.bb-slider-content {
	width: 100%;
}
.play-counter .blue-text, .play-counter .green-text {
	border-bottom: 1px solid #373f45;
    padding: 0px 0px 15px;
}
.play-counter .orange-text, .play-counter .grey-text {
	padding: 15px 0px 0px;
}
.brands-text.games-text .about-heading {
	padding-bottom: 40px;
} 
.digital-ePage .panel-grid-cell:first-child, .digital-ePage .panel-grid-cell:last-child {
	width: 100% !important;
}
 
.investor-wrap .owl-nav button {
	top: 38%;
	width: 28px;
	height: 28px;
}
.investor-wrap .owl-nav button span {
	line-height: inherit;
}
.investor-wrap .owl-item.active {
	margin: 0px 8px !important;
}
.investor-wrap img {
	box-shadow: 0px 0px 12px -7px #969696;
}

	/*.investor-wrap*/
	.investor-wrap:before{height: 80% !important;    z-index: -1;}
	.investor-wrap {display: inherit !important; background:transparent !important;flex-wrap: inherit !important; margin: 22px 0 0 !important; align-items: inherit !important; flex-direction: inherit !important; z-index: 0; position: relative !important;}
	.investor-wrap > div{width: 90% !important; float: none; z-index: 1 !important; margin: -20px auto 0 !important;}

	.investor-wrap img {border-radius: 5px;}
	/*.investor-wrap .panel-grid-cell {width: calc(34.3333% - ( 0.67 * 21px ) ) !important;}*/
	/*.investor-wrap*/
	/**/
	.mobile_footprint .footprint-wrap-row:nth-child(1) .counter_call.blue-text:after { content: ''; position: absolute; right: 0px; bottom: 0px; width: 90%; height: 1px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e4e4e4+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=1 ); /* IE6-9 */
	}
	.mobile_footprint .footprint-wrap-row:nth-child(1) .counter_call.blue-text:before { content: ''; position: absolute; right: 0px; bottom: 0px; width: 1px; height: 90%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e4e4e4+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=1 ); /* IE6-9 */
	}

	.mobile_footprint .footprint-wrap-row:nth-child(1) .counter_call.green-text:after { content: ''; position: absolute; right: 0px; bottom: 0px; width: 100%; height: 1px;background: rgba(228,228,228,1);
	}

	.mobile_footprint .footprint-wrap-row:nth-child(1) .counter_call.orange-text:after { content: ''; position: absolute; left: 0px; bottom: 0px; width: 80%; height: 1px; 
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4e4e4+87,ffffff+100 */
	background: rgb(228,228,228); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(228,228,228,1) 87%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(228,228,228,1) 87%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(228,228,228,1) 87%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

	}
	.mobile_footprint .footprint-wrap-row:nth-child(2) .counter_call.orange-text:before { content: ''; position: absolute; left:  0px; bottom: 0px; width: 1px; height: 90%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e4e4e4+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=1 ); /* IE6-9 */

	}


	.mobile_footprint .footprint-wrap-row:nth-child(2) .counter_call.green-text:before { content: ''; position: absolute; right: -1px; top: 0px; width: 1px; height: 90%; 
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4e4e4+5,ffffff+100 */
	background: rgb(228,228,228); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(228,228,228,1) 5%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(228,228,228,1) 5%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(228,228,228,1) 5%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	}
	.mobile_footprint .footprint-wrap-row:nth-child(2) .counter_call.green-text:after{ content: ''; position: absolute; left: -1px; top: 0px; width: 1px; height: 90%; 
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4e4e4+5,ffffff+100 */
	background: rgb(228,228,228); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(228,228,228,1) 5%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(228,228,228,1) 5%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(228,228,228,1) 5%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	}
	/**/

	#SlideBagImg {
		margin-top: -40px;
			padding-top: 60px !important;
	}
	.footprint-row .page-title h1 {
		margin-top: 0 !important;
	}
	.about-text .custom-html-widget {
		width: 100%;
		top: 50px;
		margin: auto;
	}
	.about-row-section {
		height: 70vh;
		background-position: 70% 70% !important;
		background-repeat: no-repeat;
		background-size: auto !important;
		background-image: none !important;
	}
	.about-row-section:before {
		content: '';
		position: absolute;
		background: url(assets/images/we_are_img.jpg) no-repeat;
		width: 100%;
		height: 100%;
		background-size: cover;
	}
	.partners-logo {
		margin-left: 0;
		margin-right: 0;
	}
	.current-opening-filter h1 {
		text-align: center;
	}
	.co-filter-location {
		margin-bottom: 0;
		margin-top: 0;
	}
	.co-filter-location:before, .co-filter-function:before{
		right: 22px;
	}
	.co-filter-location, .co-filter-function {
		width: 50%;
		float: left;
		padding: 0 15px;
	}
	.co-filter-btn {
		clear: both;
		text-align: center;
		margin-bottom: 10px;
	}
	.current-opening-filter {
		width: 100%;
		float: none;
		padding:0;
	}
	.current-opening-tab {
		width: calc(100% - 30px);
		margin-right: 0;
		float: none;
		margin: auto;
	}
	.current-opening-content ul li img {
		width: 12px;
	}

	.partners-category::-webkit-scrollbar {
		display: none;
	}
	.about-text .custom-html-widget {
		border-radius: 15px;
	}
	.bx-wrapper {
		margin-bottom: 15px;
		padding: 10px 20px 0px;
	}
	.desktop-career-wrap{
		display:none !important;
	}
	.mobile-career-wrap{
		display:block;
	}
	.contact-form {
		padding: 30px 15px;
	}
	.contact-item i {
		font-size: 16px;
		left: 40px;
	}
	.contact-form .contact-item input, .contact-form .contact-item textarea {
		font-size: 14px;
		padding-left: 55px;
	}
	.contact-form .contact-item {
		margin-bottom: 15px;
	}
	.contact-submit input {
		font-size: 16px;
	}
	#pgc-139-0-0 h1.sow-headline {
		font-size: 34px !important;
	}
	.section-header h1 {
		margin-bottom: 10px;
	}
	div#panel-2-1-0-0 {
		position: relative;
	}
	.panel-grid-cell {
		margin-bottom: 0 !important;
	}
	.panel-grid {
		margin-bottom: 0 !important;
	}
	div#ourPartner {
		padding: 25px 0 50px !important;
	}
	.partners-logo .plogo-item {
		width: 15%;
		margin: 0 15px 15px;
	}
	.partners-item{height: 300px;}
	.partners-item-content{height: 185px;}
	.partners-item-content p {
		padding: 15px 15px 0;
		-webkit-line-clamp: 9;
	}
	.mobile-footer-logo {
		display: block;
		width: 130px;
		margin: 5px auto;
	}
	.footer-logo, .footer_menu {
		display: none;
	}
	.footer-social, .footer-email {
		width: 49%;
	}
	.footer-social {
		text-align: left;
	}
	.footer-social ul li {
		padding: 0 6px;
	}
	.footer-social ul {
		margin-bottom: 0;
		padding: 8px 0px;
	}
	.partners-logo {
		width: 100% !important;
		padding: 40px 5px  !important;
		margin-top: 40px !important;
		border-radius: 0 !important;
	}
	.page-title h1{    margin-top: 30px;}
	.achievement-wrap .owl-dots {
		text-align: center;
	}
	.achievement-wrap .owl-item.big.active.center {
		width: 250px !important;
	}
	.wrap {
		padding-left: 0;
		padding-right:0;
	}
	.brand-section{
		padding: 100px 0px 100px 0px !important;
	}
	.filter-toggle {
		text-align: center;
		color: #007bbe;
		margin-bottom: 20px;
		margin-top: 20px;
		cursor: pointer;	
	}
	.filter-toggle:after {
		content: '\f107';
		font: normal normal normal 14px/1 FontAwesome;
		font-weight: bold;
	}
	.filter-toggle-slide {
		display: none;
	}
	.filter-toggle {
		display: block;
	}
	.footprint-row {height: auto;}
	.partners-logo h1 {padding-right: 0px;}
	.partners-logo .col-md-3 {width: 100%;  text-align: center;}
	#pg-2-7> .panel-row-style {padding: 14% 0% 0% 0% !important;}
	#pg-2-4> .panel-row-style {padding: 15% 0% 8% 0% !important;}
	::-webkit-input-placeholder {
		font-family: 'Poppins', sans-serif !important;
		font-size: 9px !important;
		line-height: 26px;
	}
	span.wpcf7-not-valid-tip {
		font-size: 0.7em;
	}
	.modal-box, .media-slideup .modal-box {
		bottom: -20% !important;
	}
	#video-link {
		top: 50% !important;
		left: auto !important;
		width: 100%;
		transform: translate(0%, -50%);
	}
	#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(1) .tab-content-item img {
		display: none;
	}
	#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(1) .tab-content-item .tabTmgTtl {
		display: block;
	}
	/* news announcements */
	.news-wrap .owl-item .item .news-slide-content p {
		width: 180px;
	}
	/* news announcements */
	.remht .modal-content {
		 overflow-y: scroll !important;
	}

}

@media(max-width:640px){

/**/
	.timeline .timeline-nav .slick-list{height: 125px;padding: 0 !important}
  .timeline .timeline-nav .slick-list .slick-slide>div{position: absolute; text-align: center; margin: 0; padding: 0; width: 55px; transform: translate(-50%, -50%); left: 50%;}
  .timeline-nav .slick-slide.slick-current:nth-child(2)::before, .timeline-nav .slick-slide.slick-current:nth-child(5)::before, .timeline-nav .slick-slide.slick-current:nth-child(8)::before, .timeline-nav .slick-slide.slick-current:nth-child(11)::before, .timeline-nav .slick-slide.slick-current:nth-child(14)::before, .timeline-nav .slick-slide.slick-current:nth-child(17)::before, .timeline-nav .slick-slide.slick-current:nth-child(20)::before, .timeline-nav .slick-slide.slick-current:nth-child(23)::before, .timeline-nav .slick-slide.slick-current:nth-child(26)::before, .timeline-nav .slick-slide.slick-current:nth-child(29)::before, .timeline-nav .slick-slide.slick-current:nth-child(32)::before, .timeline-nav .slick-slide.slick-current:nth-child(35)::before, .timeline-nav .slick-slide.slick-current:nth-child(38)::before, .timeline-nav .slick-slide.slick-current:nth-child(41)::before, .timeline-nav .slick-slide.slick-current:nth-child(44)::before, .timeline-nav .slick-slide.slick-current:nth-child(47)::before, .timeline-nav .slick-slide.slick-current:nth-child(50)::before, .timeline-nav .slick-slide.slick-current:nth-child(53)::before, .timeline-nav .slick-slide.slick-current:nth-child(56)::before, .timeline-nav .slick-slide.slick-current:nth-child(59)::before, .timeline-nav .slick-slide.slick-current:nth-child(62)::before, .timeline-nav .slick-slide.slick-current:nth-child(65)::before, .timeline-nav .slick-slide.slick-current:nth-child(68)::before, .timeline-nav .slick-slide.slick-current:nth-child(71)::before, .timeline-nav .slick-slide.slick-current:nth-child(74)::before, .timeline-nav .slick-slide.slick-current:nth-child(77)::before, .timeline-nav .slick-slide.slick-current:nth-child(80)::before, .timeline-nav .slick-slide.slick-current:nth-child(83)::before, .timeline-nav .slick-slide.slick-current:nth-child(86)::before, .timeline-nav .slick-slide.slick-current:nth-child(89)::before, .timeline-nav .slick-slide.slick-current:nth-child(92)::before, .timeline-nav .slick-slide.slick-current:nth-child(95)::before, .timeline-nav .slick-slide.slick-current:nth-child(98)::before,
  .timeline-nav .slick-slide:nth-child(2)::before, .timeline-nav .slick-slide:nth-child(5)::before, .timeline-nav .slick-slide:nth-child(8)::before, .timeline-nav .slick-slide:nth-child(11)::before, .timeline-nav .slick-slide:nth-child(14)::before, .timeline-nav .slick-slide:nth-child(17)::before, .timeline-nav .slick-slide:nth-child(20)::before, .timeline-nav .slick-slide:nth-child(23)::before, .timeline-nav .slick-slide:nth-child(26)::before, .timeline-nav .slick-slide:nth-child(29)::before, .timeline-nav .slick-slide:nth-child(32)::before, .timeline-nav .slick-slide:nth-child(35)::before, .timeline-nav .slick-slide:nth-child(38)::before, .timeline-nav .slick-slide:nth-child(41)::before, .timeline-nav .slick-slide:nth-child(44)::before, .timeline-nav .slick-slide:nth-child(47)::before, .timeline-nav .slick-slide:nth-child(50)::before, .timeline-nav .slick-slide:nth-child(53)::before, .timeline-nav .slick-slide:nth-child(56)::before, .timeline-nav .slick-slide:nth-child(59)::before, .timeline-nav .slick-slide:nth-child(62)::before, .timeline-nav .slick-slide:nth-child(65)::before, .timeline-nav .slick-slide:nth-child(68)::before, .timeline-nav .slick-slide:nth-child(71)::before, .timeline-nav .slick-slide:nth-child(74)::before, .timeline-nav .slick-slide:nth-child(77)::before, .timeline-nav .slick-slide:nth-child(80)::before, .timeline-nav .slick-slide:nth-child(83)::before, .timeline-nav .slick-slide:nth-child(86)::before, .timeline-nav .slick-slide:nth-child(89)::before, .timeline-nav .slick-slide:nth-child(92)::before, .timeline-nav .slick-slide:nth-child(95)::before, .timeline-nav .slick-slide:nth-child(98)::before, .timeline-nav .slick-slide:nth-child(3)::before, .timeline-nav .slick-slide:nth-child(6)::before, .timeline-nav .slick-slide:nth-child(9)::before, .timeline-nav .slick-slide:nth-child(12)::before, .timeline-nav .slick-slide:nth-child(15)::before, .timeline-nav .slick-slide:nth-child(18)::before, .timeline-nav .slick-slide:nth-child(21)::before, .timeline-nav .slick-slide:nth-child(24)::before, .timeline-nav .slick-slide:nth-child(27)::before, .timeline-nav .slick-slide:nth-child(30)::before, .timeline-nav .slick-slide:nth-child(33)::before, .timeline-nav .slick-slide:nth-child(36)::before, .timeline-nav .slick-slide:nth-child(39)::before, .timeline-nav .slick-slide:nth-child(42)::before, .timeline-nav .slick-slide:nth-child(45)::before, .timeline-nav .slick-slide:nth-child(48)::before, .timeline-nav .slick-slide:nth-child(51)::before, .timeline-nav .slick-slide:nth-child(54)::before, .timeline-nav .slick-slide:nth-child(57)::before, .timeline-nav .slick-slide:nth-child(60)::before, .timeline-nav .slick-slide:nth-child(63)::before, .timeline-nav .slick-slide:nth-child(66)::before, .timeline-nav .slick-slide:nth-child(69)::before, .timeline-nav .slick-slide:nth-child(72)::before, .timeline-nav .slick-slide:nth-child(75)::before, .timeline-nav .slick-slide:nth-child(78)::before, .timeline-nav .slick-slide:nth-child(81)::before, .timeline-nav .slick-slide:nth-child(84)::before, .timeline-nav .slick-slide:nth-child(87)::before, .timeline-nav .slick-slide:nth-child(90)::before, .timeline-nav .slick-slide:nth-child(93)::before, .timeline-nav .slick-slide:nth-child(96)::before, .timeline-nav .slick-slide:nth-child(99)::before, .timeline-nav .slick-slide:nth-child(1)::before, .timeline-nav .slick-slide:nth-child(4)::before, .timeline-nav .slick-slide:nth-child(7)::before, .timeline-nav .slick-slide:nth-child(10)::before, .timeline-nav .slick-slide:nth-child(13)::before, .timeline-nav .slick-slide:nth-child(16)::before, .timeline-nav .slick-slide:nth-child(19)::before, .timeline-nav .slick-slide:nth-child(22)::before, .timeline-nav .slick-slide:nth-child(25)::before, .timeline-nav .slick-slide:nth-child(28)::before, .timeline-nav .slick-slide:nth-child(31)::before, .timeline-nav .slick-slide:nth-child(34)::before, .timeline-nav .slick-slide:nth-child(37)::before, .timeline-nav .slick-slide:nth-child(40)::before, .timeline-nav .slick-slide:nth-child(43)::before, .timeline-nav .slick-slide:nth-child(46)::before, .timeline-nav .slick-slide:nth-child(49)::before, .timeline-nav .slick-slide:nth-child(52)::before, .timeline-nav .slick-slide:nth-child(55)::before, .timeline-nav .slick-slide:nth-child(58)::before, .timeline-nav .slick-slide:nth-child(61)::before, .timeline-nav .slick-slide:nth-child(64)::before, .timeline-nav .slick-slide:nth-child(67)::before, .timeline-nav .slick-slide:nth-child(70)::before, .timeline-nav .slick-slide:nth-child(73)::before, .timeline-nav .slick-slide:nth-child(76)::before, .timeline-nav .slick-slide:nth-child(79)::before, .timeline-nav .slick-slide:nth-child(82)::before, .timeline-nav .slick-slide:nth-child(85)::before, .timeline-nav .slick-slide:nth-child(88)::before, .timeline-nav .slick-slide:nth-child(91)::before,
  .timeline-nav .slick-slide:nth-child(2)::before, .timeline-nav .slick-slide:nth-child(5)::before, .timeline-nav .slick-slide:nth-child(8)::before, .timeline-nav .slick-slide:nth-child(11)::before, .timeline-nav .slick-slide:nth-child(14)::before, .timeline-nav .slick-slide:nth-child(17)::before, .timeline-nav .slick-slide:nth-child(20)::before, .timeline-nav .slick-slide:nth-child(23)::before, .timeline-nav .slick-slide:nth-child(26)::before, .timeline-nav .slick-slide:nth-child(29)::before, .timeline-nav .slick-slide:nth-child(32)::before, .timeline-nav .slick-slide:nth-child(35)::before, .timeline-nav .slick-slide:nth-child(38)::before, .timeline-nav .slick-slide:nth-child(41)::before, .timeline-nav .slick-slide:nth-child(44)::before, .timeline-nav .slick-slide:nth-child(47)::before, .timeline-nav .slick-slide:nth-child(50)::before, .timeline-nav .slick-slide:nth-child(53)::before, .timeline-nav .slick-slide:nth-child(56)::before, .timeline-nav .slick-slide:nth-child(59)::before, .timeline-nav .slick-slide:nth-child(62)::before, .timeline-nav .slick-slide:nth-child(65)::before, .timeline-nav .slick-slide:nth-child(68)::before, .timeline-nav .slick-slide:nth-child(71)::before, .timeline-nav .slick-slide:nth-child(74)::before, .timeline-nav .slick-slide:nth-child(77)::before, .timeline-nav .slick-slide:nth-child(80)::before, .timeline-nav .slick-slide:nth-child(83)::before, .timeline-nav .slick-slide:nth-child(86)::before, .timeline-nav .slick-slide:nth-child(89)::before, .timeline-nav .slick-slide:nth-child(92)::before, .timeline-nav .slick-slide:nth-child(95)::before, .timeline-nav .slick-slide:nth-child(98)::before, .timeline-nav .slick-slide:nth-child(3)::before, .timeline-nav .slick-slide:nth-child(6)::before, .timeline-nav .slick-slide:nth-child(9)::before, .timeline-nav .slick-slide:nth-child(12)::before, .timeline-nav .slick-slide:nth-child(15)::before, .timeline-nav .slick-slide:nth-child(18)::before, .timeline-nav .slick-slide:nth-child(21)::before, .timeline-nav .slick-slide:nth-child(24)::before, .timeline-nav .slick-slide:nth-child(27)::before, .timeline-nav .slick-slide:nth-child(30)::before, .timeline-nav .slick-slide:nth-child(33)::before, .timeline-nav .slick-slide:nth-child(36)::before, .timeline-nav .slick-slide:nth-child(39)::before, .timeline-nav .slick-slide:nth-child(42)::before, .timeline-nav .slick-slide:nth-child(45)::before, .timeline-nav .slick-slide:nth-child(48)::before, .timeline-nav .slick-slide:nth-child(51)::before, .timeline-nav .slick-slide:nth-child(54)::before, .timeline-nav .slick-slide:nth-child(57)::before, .timeline-nav .slick-slide:nth-child(60)::before, .timeline-nav .slick-slide:nth-child(63)::before, .timeline-nav .slick-slide:nth-child(66)::before, .timeline-nav .slick-slide:nth-child(69)::before, .timeline-nav .slick-slide:nth-child(72)::before, .timeline-nav .slick-slide:nth-child(75)::before, .timeline-nav .slick-slide:nth-child(78)::before, .timeline-nav .slick-slide:nth-child(81)::before, .timeline-nav .slick-slide:nth-child(84)::before, .timeline-nav .slick-slide:nth-child(87)::before, .timeline-nav .slick-slide:nth-child(90)::before, .timeline-nav .slick-slide:nth-child(93)::before, .timeline-nav .slick-slide:nth-child(96)::before, .timeline-nav .slick-slide:nth-child(99)::before, .timeline-nav .slick-slide:nth-child(1)::before, .timeline-nav .slick-slide:nth-child(4)::before, .timeline-nav .slick-slide:nth-child(7)::before, .timeline-nav .slick-slide:nth-child(10)::before, .timeline-nav .slick-slide:nth-child(13)::before, .timeline-nav .slick-slide:nth-child(16)::before, .timeline-nav .slick-slide:nth-child(19)::before, .timeline-nav .slick-slide:nth-child(22)::before, .timeline-nav .slick-slide:nth-child(25)::before, .timeline-nav .slick-slide:nth-child(28)::before, .timeline-nav .slick-slide:nth-child(31)::before, .timeline-nav .slick-slide:nth-child(34)::before, .timeline-nav .slick-slide:nth-child(37)::before, .timeline-nav .slick-slide:nth-child(40)::before, .timeline-nav .slick-slide:nth-child(43)::before, .timeline-nav .slick-slide:nth-child(46)::before, .timeline-nav .slick-slide:nth-child(49)::before, .timeline-nav .slick-slide:nth-child(52)::before, .timeline-nav .slick-slide:nth-child(55)::before, .timeline-nav .slick-slide:nth-child(58)::before, .timeline-nav .slick-slide:nth-child(61)::before, .timeline-nav .slick-slide:nth-child(64)::before, .timeline-nav .slick-slide:nth-child(67)::before, .timeline-nav .slick-slide:nth-child(70)::before, .timeline-nav .slick-slide:nth-child(73)::before, .timeline-nav .slick-slide:nth-child(76)::before, .timeline-nav .slick-slide:nth-child(79)::before, .timeline-nav .slick-slide:nth-child(82)::before, .timeline-nav .slick-slide:nth-child(85)::before, .timeline-nav .slick-slide:nth-child(88)::before, .timeline-nav .slick-slide:nth-child(91)::before{top: 20px !important;}
/**/
/*Carrer_form*/
span.wpcf7-form-control-wrap.career_file, .career-form-50{
	width:100%;
}
.career-form {
    max-height:400px;
    overflow-x: scroll;
}
.current-opening-content ul li {
    /*display: block;*/
    padding-bottom: 10px !important;
}
/*Carrer_form*/
.navigation-top .wrap{width:100%;}

.brand-section .brands-slider, .site-footer .wrap, p.about-heading, .about-footprint, .carousel-wrap,
.media-header-wrap, .tab-wrapper .tab-section .wrap , .site-footer .wrap, .carousel-wrap.achievement-wrap, .partners-logo, .testimonials-wrap,
.about-row-section .panel-grid-cell, .contact-media, .carousel-wrap.partners-slider, .gmap-wrap, .media-overlay, 
.about-row-section .widget_text.about-text.panel-widget-style, .brand-section .brands-slider, .site-footer .wrap, p.about-heading, 
.about-footprint, .carousel-wrap.directors-wrap, .carousel-wrap.partners-slider, .media-wrap, .media-header-wrap {
	width: 95%;
	margin: auto;
}
.partners-item {
    width: 100%;
}
.footprint-row, .career-section {width: 90%;}
.investor-wrap{padding: 0 15px !important}
div#pg-139-7, .investor-wrap:before{height: auto;}

.tab-section-right .tab-img-item, .tab-section-right .tab-content-item{width: 100% !important;padding: 0}

.modal-box a.js-modal-close.close {
    top: -20px;
    right: 0px;
    z-index: 9;
    margin: 0 !important;
}
#pl-143 #panel-143-2-0-0{padding-top: 0px !important}
/*ul.partners-category{white-space: nowrap;}*/


.partners-logo .col-md-3 {margin-bottom: 20px;}

.news-wrap {padding-top: 0px;}

.achievement-wrap .owl-item p {
    font-size: 10px;
}
.about-footprint {
    padding: 10px 0 !important;
}
.footprint-item p {
    padding: 0;
}
.leadership-wrap .item h4:after {
	top: 36px;
	width: 45px;
}
.news-wrap .owl-item.newsCActive > .item p {
    font-size: 20px;
}
.digital-ePage .panel-grid-cell:last-child .so-panel {
	text-align: center;
}
.directors-wrap .item h4:after {
	width: 45px;
}
.leadership-wrap .item h4{
	min-height: 40px;
}
.mobile-leader-wrap	.item {
    width: 45.33%;
    margin: 20px 8px 0px;
}
.directors-wrap .item {
    width: 45.33%;
    margin: 0 8px 20px;
}
.directors-item {
    width: 80px;
}
.directors-wrap .item h3 {
	font-size: 13px;
}
.directors-wrap .item h4 {
	font-size: 10px;
}
.about-text {
    padding: 15px;
}
.about-text p {
    margin-bottom: 0;
}
.carousel-wrap.achievement-wrap {
    margin-top: 0;
    height: auto;
    margin-bottom: 30px !important;
}
.achievement-wrap .owl-item.medium.active {
    width: 160px !important;
}
.carousel-wrap.achievement-wrap .owl-stage-outer {
    height: auto;
}
.site-footer {
    padding-top: 0px;
}
.footer-social{
	width:30%;
}
.footer-email{
	width:69%;
}
.footer-email form {
    padding-top: 0px;
}
.site-info{
	margin-top:15px;
}
.partners-item-content p {
	font-size: 10px;
	line-height: 18px;
}
.partners-item-content h4 {
	padding-bottom: 15px;
	font-size: 14px;
}
.about-leadership-row {
	padding: 0px 12px 30px !important;
	margin-top: 15px;
}
.leadership-wrap .item .leadership-item {
    width: 80px;
    padding-top: 20px;
}
.leadership-wrap .item h3 {font-size: 13px; padding-top: 5px;}
.leadership-wrap .item h4 {font-size: 10px;}
.leadership-content p {display: none;}
.leadership-content a, .directors-wrap a {font-size: 8px;}
h1.sow-headline {font-size: 26px !important; line-height: 30px !important;}
#pg-139-0> .panel-row-style {padding: 9% 0% 9% 0% !important;}
#panel-139-5-0-0 .section-header h1 {margin-bottom: 0px;}
.directors-content {line-height: 12px;}


p.about-heading {
    line-height: 32px;
    text-align: justify;
    padding: 30px 20px;
}
.partner-block-right {
    padding: 60px 30px;
    background-size: auto !important;
}
.partner-block-right p, .partner-block-right h2 {
    width: 240px;
    text-align: left;
}
.partner-block-right p {
	line-height: 28px;
}
.partner-block-right h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px;
}
.media-overlay span {
	bottom: 5px;
	font-size: 20px;
}
.media-overlay:before {
	/*height: 10%;*/
	height: 6%;
}
.media-slideup .modal-img-item {
	/*width: 40%;*/
	    width: 130px;
    left: 38%;
    height: 130px;
    overflow: hidden;
    border-radius: 8%;
}
.modal-content p {
height: 440px !important;
    min-height: 440px !important;
    overflow-y: scroll !important;
}
.main-navigation ul li:after {
	width: 10px;
	height: 10px;
	top: 4px;
}
.main-navigation a, .navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    font-size: 16px;
    line-height: 18px;
}
.office-list-title h3 {
	margin-bottom: 8px;
	font-size: 17px;
}
.office-list-area {
	margin-bottom: 15px;
}
.office-list-item {
    margin-top: 8px;
}
.office-list-wrap {
    width: 100%;
}
.map-section .office-list-wrap {
	max-width: 100%;
}
.contact-media .widget_custom_html h2, .contact-media .widget_custom_html h2 a {
    font-size: 24px;
}
.work-openings {
	padding-top: 0px !important;
}
.about-row-section {
    height: 85vh;
    background-position: 78% 60% !important;
}
#pl-2 .so-panel {
	margin-bottom: 10px !important;
}
.partners-category a {
    font-size: 16px;
}
.current-opening-content-area, .current-opening-content ul li {
    font-size: 14px;
}
.section-header h1 {
	font-size: 30px;
}
.current-opening-filter h1 {
	padding-top: 0px;
}
.media-post-content p {
	height: 95px;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 13px;
}
#pgc-139-0-0 h1.sow-headline {
    font-size: 30px !important;
}
.tab-wrapper .sow-tabs-tab {
    font-size: 23px !important;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(1) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(1) .tab-content-item {
	padding-left: 25px;
	padding-top: 30px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(1) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(1) .tab-img-item {
	padding-right: 0px;
	padding-left: 0px;
}
.tab-content-item a, .tab-content-item a:hover {
	font-size: 9px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(2),
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(2) {
	overflow: hidden;
	background-color: #f0f3f8;
    background-image: none !important;
}
.tab-wrapper .sow-tabs-panel:first-child .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-content-item{
	padding-left: 0px;
	width: 55% !important;
	padding-bottom: 30px;
}
.tab-wrapper .sow-tabs-panel:first-child .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-img-item {
	width: 65% !important;
	position: relative;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-img-item img,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(2) .tab-img-item img {
	max-width: 175px;
	margin-left: 15px;	
}
.tab-wrapper .sow-tabs-panel:first-child .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-img-item img {
	display: block;
}
.tab-wrapper .sow-tabs-panel:first-child .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-img-item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../../uploads/2019/08/mob_brands-play.png) no-repeat;
	background-size: 100%;
}
.tab-wrapper .sow-tabs-panel:first-child .sow-tabs-panel-content .tab-section:nth-of-type(2) .wrap {
	margin-right: 0px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-img-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-img-item {
	width: 45%;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-img-item img,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-img-item img {
	max-width: 240px;
	margin-left: -40px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-content-item img {
    width: 50%;
    padding-left: 20px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-content-item img,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-content-item img {
	width: 150px;
	padding-top: 0px;
}
.tab-content-item h2 {
	padding-right: 0px !important;
}
.tab-section {
    padding: 30px 0px 0;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(4) .wrap,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(4) .wrap {
	position: relative;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(4),
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(4) {
	background-position: top center;
	background-image: none !important;
	position: relative;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(4):before,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(4):before {
	content: '';
	position: absolute;
	background: url(https://www.hungama.com.vn/wp-content/uploads/2019/06/business-img-3.jpg) no-repeat;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.tab-no-img .tab-content-item img + div {
	width: 73%;
	text-align: left;
	padding-bottom: 40px;
	padding-right: 80px;
}
.tab-no-img .tab-content-item h2 {
	padding-top: 10px;
	font-weight: 500;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(4) .tab-content-item ,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(4) .tab-content-item {
	padding: 15px 10px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(5),
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(5) {
	background-position: 35% 100%;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(5) .tab-content-item ,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(5) .tab-content-item {
	width: 50%;
	padding-left: 10px;
}
.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(5) .tab-img-item ,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(4){
	width: 48%;
	display: block !important;
}
.tab-white-text .tab-content-item a, .tab-white-text .tab-content-item h2 {
	padding-left: 0px;
}
.tab-no-img .tab-content-item img {
	width: 80px;
}
.play-counter .footprint-item h1 {
    font-size: 42px;
} 
#pgc-720-3-0 #panel-720-3-0-0 {
    margin-bottom: 0px !important;
}
#panel-720-3-0-1 .carousel-wrap.original-content {
	padding: 0px 15px;
}
#pg-720-3> .panel-row-style {
    padding: 40px 0px 40px 0px !important;
}
#pl-720 #pg-720-2 .play-counter {
	min-height: 280px;
}
.get-the-play-app a {
    display: inline-block;
    width: 25vw;
    padding: 0;
    margin: 0;
}
.get-the-play-app a img{height: auto;box-shadow: none;}
.get-the-play-app img {
    padding: 0;
    width: auto;
    height: auto;
	vertical-align: middle;
    /*transform: scale(0.7);
    -webkit-transform: scale(0.7);*/
}
.get-the-play-app img.mediumAppLogo {
	padding: 0 4%;
}
.get-the-play-app img.bigAppLogo {
	padding: 0 8%;
}
.games-middle {
	width: 66%;
	float: right;
	padding: 11% 0%;
}
.games-middle h1 {
	font-size: 18px;
	line-height: 24px;
}
.games-middle img {
	width: 110px;
}
.games-middle h5 {
	font-size: 11px;
	margin-bottom: 2px;
}
.footer-social ul li a {
	font-size: 14px;
}
.footer-social ul li:first-child {
	padding-left: 0px;
}
.brands-text.games-text .about-heading {
    padding-bottom: 50px;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(1) .tab-content-item {
	padding-top: 0px;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(1) .tab-img-item img {
	width: 100%;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-content-item {
	padding-right: 0px;
	width: 60% !important;
	text-align: left;
	padding-left: 10px;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-img-item {
	width: 40% !important;
	padding-left: 5px;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-img-item img {
	max-width: 142px;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-content-item img {
	width: 100px;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) {
	background-image: none !important;
	background-color: #f0f3f8 !important;
}
.digital-ePage .panel-grid-cell:last-child p.business-heading {
    font-size: 11px;
    line-height: 24px;
    padding: 0px 25px;
    text-align: justify;
}
.digital-ePage .panel-grid-cell:last-child .so-panel {
	width: 100%;
	padding-bottom: 20px;
	padding-right: 0px;
}
.business-text h1 {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 8px;
}
.business-text h4 {
    font-size: 22px;
}
.digital-accordion.digital-ePage {
    padding: 30px !important;
}
.digital-accordion .sow-accordion-panel-header {
    font-size: 16px;
}
.digital-accordion .sow-accordion-panel-border p:last-child {
    font-size: 10px;
    line-height: 20px;
    padding-top: 10px;
}
.digital-accordion .sow-icon-ionicons[data-sow-icon]:before {
	font-size: 16px;
}
.timeline .timeline-nav .slick-list:after {
	left: 0;
}
.timeline-slide__content {
	padding: 0px;
}
.timeline .timeline-inner .slick-list {
    width: 100%;
}
/*.timeline-slider .slick-slide.slick-current.slick-active{overflow: inherit;}
.timeline-slider .slick-slide{overflow: hidden;}*/
.timeline-slider .slick-slide, .achievement-slider .slick-slide {
	margin: 0px 10px;
}
.timeline-innerslide__content {
	display: block;
	text-align: center;
	padding: 15px 15px 0px;
	background: transparent;
}
.timeline-cnt {
	width: 100%;
	padding-left: 0px;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
/*.timeline-slider, .achievement-slider {
	height: auto;
}*/
.timeline-slider .slick-list {
	padding: 0px !important;
	/*overflow: initial;*/
}
/*.timeline .slick-track, .slick-slide {
	height: auto;
}*/
.timeline-text {
    font-size: 12px;
    line-height: 22px;
    padding: 0px 10px 20px;
    text-align: left;
}
.timeline .slick-current .timeline-slide__content {
	display: table;
}
.timeline-slide__content .timeline-text {
	padding: 0px 30px 20px;
}
.homepage_content {
	height: 90vh;
}

.news-wrap .owl-item .item .news-slide-content p {
	font-size: 16px;
}

.homepage_content video {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 90vh;
    width: 100%;
    object-fit: cover;
}
.home-banner-carousel .item h1 {
	font-size: 70px;
    text-align: center;
    line-height: 70px;
    white-space: inherit;
    padding: 0px 10%;
} 
.home-banner-carousel .item .HomeSlide1 h1 {
	line-height: 70px;
}
.home-banner-carousel .item .HomeSlide1 h1 {
	margin-bottom: 0px;
}
.home-banner-carousel .item .HomeSlide1 p {
	line-height: 28px;
}
.home-banner-carousel .item .HomeSlide2 h1 {
	margin-top: 75px;
}
.home-banner-carousel .item .HomeSlide2 p {
letter-spacing: 1px;
    font-size: 18px;
	    text-align: center;
}
.home-banner-carousel .item .HomeSlide3 p {
	margin-top: 0px;
}
.home-banner-carousel .item .HomeSlide3 h1 {
    text-align: center;
    font-size: 60px;
    line-height: 50px;
    padding: 0 10%;
}
.home-banner-carousel .item .HomeSlide3 h1 span {
	    font-size: 80px;
    line-height: 80px;
}
.home-banner-carousel .item p {
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    padding: 0 10%;
}
.home-banner-carousel {
	top: 28%;
}
.home-banner-carousel .owl-nav {
	display: none;
}
#pl-2 #pg-2-0 #panel-2-0-0-0 {
	margin-bottom: 0px !important;
}
#pg-969-2> .panel-row-style {
	padding: 0px 0px 10px 0px !important;
}
#pg-617-1> .panel-row-style {
	padding-top: 10px !important;
	padding-bottom: 30px !important;
}
.career-content .textwidget.custom-html-widget {
    transform: translateY(70%);
} 
.career-wrap {
	width: 100%;
}
.load-more-btn a {
	display: inline-grid;
}

}


@media(max-width:480px){
	.media-slideup .modal-content{    transform: translate(-50% , 40%);}
	.modal-content p {
	    height: 240px !important;
	    min-height: 150px !important;
	    overflow-y: scroll !important;
	    padding-bottom: 1em;
	    text-align: justify;
	    padding-right: 20px !important;
	}
	.remht .modal-content p {
		 height: auto !important;
		 min-height: auto !important;
		 padding-bottom: 0px !important;
	}
.carousel-wrap.original-content, .carousel-wrap.bb-slider-content {
    padding: 0 15px;
}
.owl-carousel .owl-stage {
    padding: 15px 0;
}
.brands-text {
    padding: 0px;
}
.brands-text #pgc-617-0-1 {
    margin-top: 0px !important;
}
.music-counter {
	min-height: 130px;
}
.subscriber-wrap i {
    left: 12px;
}
.music-counter .footprint-item p {
	font-size: 9px;
	line-height: 14px;
	padding: 0px 5px;
}
.career-section {
	border-radius: 15px;
}
.subscriber-wrap {
    width: 100%;
}
.partner-block-right h2 {
    font-size: 22px;
    line-height: 26px; 
}
.partner-block-right p, .partner-block-right h2 {
	width: 200px;
}
.partner-block-right p {
	line-height: 21px;
	font-size: 12px;
}
.office-list-area p {
	margin-bottom: 3px;
	font-size: 12px;
}
.about-row-section .widget_text.about-text.panel-widget-style, .brand-section .brands-slider, 
.footprint-row {
	width: 90%;margin: auto;
}
.testimonials-wrap {
	width: 95%;
}
.site-footer .wrap {
	width: 100%;
}
.career-section p {
	font-size: 12px;
	line-height: 24px;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(1) .tab-content-item {
	width: 50%;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(1) .tab-img-item {
	width: 45%;
	margin-left: -10px;
}

.footprint-item {padding: 0px 10px;}
.header-logo img {width: 150px;}
.main-navigation ul li:after {
	width: 8px; height: 8px; top: 10px;
}
.section-header h1 {
    font-size: 24px;
    line-height: 24px !important;
    padding: 0px 20px;
}
.page-title h1, .partners-logo h1 {
    font-size: 28px;
}
#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-img-item img {
    max-width: 160px;
}

/*.about-footprint {
    flex-direction: column !important;
}*/
.about-text .custom-html-widget {
    top: 70px;
}
.about-footprint .panel-grid-cell {
    width: 100% !important;
    float: none !important;
    margin-bottom: 30px !important;
}
.footprint-item h1, .footprint-item h1 + span {
    font-size: 30px;
    line-height: 30px;
}
.about-footprint .panel-grid-cell:last-child {
    margin-bottom: 0 !important;
}
.tab-content-item h2 {
	font-size: 14px;
	line-height: 18px;
}
.mobile_footprint .footprint-wrap-row:nth-child(2) .counter_call.green-text:before,
.mobile_footprint .footprint-wrap-row:nth-child(2) .counter_call.green-text:after,
.mobile_footprint .footprint-wrap-row:nth-child(1) .counter_call.blue-text:before,
.mobile_footprint .footprint-wrap-row:nth-child(1) .counter_call.blue-text:after {
	display: none;
}
.mobile_footprint .footprint-wrap-row .counter_call {
	border-bottom: 1px solid #eee;
}
.mobile_footprint .footprint-wrap-row:last-child .counter_call {
	border-bottom: none;
}
/*.tab-no-img .tab-content-item img + div {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}*/
.footprint-row {
	margin: -60px auto 10px !important;
}
.mobile_footprint .footprint-wrap-row:last-child .counter_call:first-child {
    /*border-bottom: 1px solid #e4e4e4;*/
}
.about-text h1 {
    font-size: 33px;
    line-height: 34px;
} 
.directors-wrap .item h3, .footprint-item p{    min-height: auto;}
p.about-heading {
    font-size: 12px;
    line-height: 24px;
    padding: 22px 12px;
    text-align: justify;
}
.page-title h1 {
    font-size: 28px;
    margin-top: 20px;
    line-height: 28px;
} 
.carousel-wrap.popular-games {
	padding-top: 5px;
}

div#pgc-2-6-0 {
    padding: 0 !important;
}
.testimonials-wrap {
   padding: 0;
}
.about-line {
    margin-top: 10px;
}
.about-text p {
    padding-top: 10px;
    margin-bottom: 0;
}
.brand-content p {
    font-size: 11px;
    padding-top: 5px;
    text-transform: capitalize;
    line-height: 14px;
    letter-spacing: 0;
}

.bx-wrapper .brand-content img {
margin-bottom: 5px;
max-width: inherit;
margin: 0 auto;
height: 30px;
width: auto;
}

.brand-content {
    padding: 5px 5px 10px 5px;
} 
.tab-wrapper .sow-tabs-tab:first-child, .tab-wrapper .sow-tabs-tab:last-child{
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 8px !important;
    padding-top: 0px !important;
    margin: 0 15px !IMPORTANT;
    height: auto;
}
.tab-wrapper .sow-tabs-tab:first-child:before{
	font-size: 20px;
}
.mobile_footprint .footprint-wrap-row .counter_call {
    width: 100%;
    border-right: 0;
	padding: 15px 0;
	height: 140px;
}
.mobile_footprint .footprint-wrap-row .counter_call:first-child {
	border-right: 1px solid #eee;
}
.footprint-item p {
    font-size: 10px;
    color: #7b8487;
    margin-bottom: 0;
    line-height: 16px;
}
.partners-logo {
   padding: 15px;
    margin:-60px 15px 0;
    border-radius: 15px;
}
.partners-logo .plogo-item {
    width: 19.33%;
    margin: 0;
	padding: 0 10px;
}
.testimonials-wrap {
 /*   -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;*/
}
.footer-social {
    width: 27%;
    text-align: left;
}
 .footer-email {
	width: 55%;
	float: right;
    margin-top: 8px;
 }
 .subscriber-wrap input {
 	width: 100%;
 	padding: 5px 0px 5px 22px;
 	line-height: 26px;
 	height: 26px;
 	font-size: 9px;
}

footer .site-info {
    margin-top: 0px;
    padding-top: 5px;
}
.mobile-footer-logo {
	width: 100px;
    margin: 0px auto 5px;
}
.load-more-btn span {
	font-size: 10px;
}
.load-more-btn i {
	font-size: 14px;
}
.load-more-btn a {
	line-height: 10px;
}
 .carousel-wrap.achievement-wrap .owl-stage-outer {
    height: 250px;
}
.footprint-row {
    padding: 35px 0px !important;
}
#pg-2-5> .panel-row-style {
    padding: 15% 0% 0% 0% !important;
}
.music-counter .footprint-item h1, .music-counter .footprint-item h1 + span, 
.about-counter .footprint-item h1, .about-counter .footprint-item h1 + span {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 5px;
}
#pl-143 #pg-143-2 {margin-bottom: 0px !important;}
.contact-form {
	border-radius: 10px;
}
.contact-form h2 {
    font-size: 26px;
}
.contact-form .contact-item {
    margin-bottom: 10px;
}
.contact-form .contact-item input, .contact-form .contact-item textarea {
    font-size: 12px;
    padding-left: 40px;
}
.contact-item i {
    font-size: 12px;
    left: 32px;
}
.contact-submit input {
    font-size: 10px;
}
#pg-143-0 {
    margin-bottom: 10px !important;
}
.main-navigation a, .navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    font-size: 14px;
    line-height: 24px;
}
#pg-145-0> .panel-row-style {
    padding: 20px 0px 0px 0px !important;
}
.header-logo img {
	width: 160px;
}
.press-btn {
	width: 120px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.media-post-content h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.media-post-content p {
    line-height: 24px;
    font-size: 14px;
}
.media-post-content a {
	font-size: 12px;
}
.media-post-content h5 {
	font-size: 14px;
}
.media-slideup .modal-img-item {
	left: 30%;
}
.career-section .section-header h1 {
	margin-bottom: 12px;
}
.co-filter-location select, .co-filter-function select, .co-filter-location option, .co-filter-function option {
	height: 40px;
}
.co-filter-location:before, .co-filter-function:before {
	line-height: 40px;
}
.filter-toggle {
	margin-top: 15px;
}
.current-opening-title h3 {
    font-size: 14px;
}
.current-opening-title:before {
	top: 0px;
	font-size: 16px;
}
.current-opening-content-area p {
	font-size: 12px;
	line-height: 24px;
}
.current-opening-content-area, .current-opening-content ul li {
	font-size: 11px;
}
.career-media-post-content h2 {
    font-size: 12px;
    line-height: 16px;
}
.career-media-post-content {
	padding: 15px;
}
.contact-media {
    padding: 0px 0px 40px !important;
}
.contact-media .panel-grid-cell:first-child {
    margin-bottom: 20px !important;
}
.contact-media .widget_custom_html h2, .contact-media .widget_custom_html h2 a {
    font-size: 22px;
}
.media-slideup .media-modal h1 {
    font-size: 20px;
    line-height: 26px;
}
#panel-143-1-0-0> .panel-widget-style {
    background-position: center !important;
}
#panel-143-1-1-0> .panel-widget-style {
    background-position: -150px center !important;
}
#pg-2-7> .panel-row-style {
    padding: 10% 0% 0% 0% !important;
} 
.section-small-header h1 {
    font-size: 24px;
}
.contact-media .widget_custom_html h2, .contact-media .widget_custom_html h2 a {
    font-size: 20px;
}
h1.formTitle {
    font-size: 20px;
}
.hungamahonedo .section-header h1 {
	margin-top: 30px;
}
.contact-form {
    padding: 15px 0px;
    margin: -60px 15px 0px;
}
.carousel-wrap.partners-slider {
	margin-bottom: 20px;
}
.about-row-section {
	height: 70vh;
}
.bx-wrapper {
    padding: 0px 10px 0px;
}
.item-bx .item {
    margin-bottom: 30px;
}
.item-bx .item,
.brand-img-item{
    height: 180px;}
.bx-controls .bx-pager.bx-default-pager {
    line-height: 0px;
}
.about-row-section .widget_text.about-text.panel-widget-style {
	width: 100%;
}
.about-text {
    padding: 20px;
}
.carousel-wrap.directors-wrap {
	padding-top: 15px;
}
.about-leadership-row {
	margin-bottom: 20px;
}
.leadership-content {
	line-height: 15px;
}
#panel-617-3-0-0 {margin-bottom: 10px !important;}
#pg-617-3> .panel-row-style {
	padding-bottom: 0px !important;
}
#pg-935-2> .panel-row-style {
	padding: 30px 0px 30px 0px !important;
}
.popular-games .owl-carousel .owl-stage {
	padding-top: 0px;
}
.subscriber-wrap i {
	font-size: 10px;
	left: 8px;
	top: 10px;
}
.subscriber-wrap:before {
	line-height: 34px;
	font-size: 12px;
}
footer .subscriber-wrap input.wpcf7-submit {
    padding: 0px 15px;
    font-size: 0px;
}




.office-list-wrap {
	top: -80px;
}
#pg-969-0> .panel-row-style {
	padding: 30px 0px 10px 0px !important;
}
.sub-section-header h1 {
	font-size: 22px;
	margin-bottom: 0px;
	letter-spacing: 0px;
}
.office-list-item:last-of-type {
	border-bottom: 0px;
}
#pg-853-4> .panel-row-style {
	padding: 0% !important;
}
.career-section {
    margin-bottom: 30px !important;
}
.career-content .textwidget.custom-html-widget {
    transform: translateY(72%);
}
	
}

@media (max-width: 420px){
.contact-form {
    margin: -60px 20px 0px;
}
.partner-block-right {
    padding: 40px 25px;
}
.games-middle p {
    font-size: 11px;
    line-height: 18px;
}

}
@media (max-width: 414px){
	.item-bx .item, .brand-img-item {
	    height: 180px;
	}	
}
@media (max-width: 412px){
	.item-bx .item, .brand-img-item {
	    height: 180px;
	}	
}
@media (max-width: 400px){
.home-banner-carousel .HomeSlide2 .item h1 {
	padding: 0px 20px;
}
.home-banner-carousel .item .HomeSlide3 p {
    margin-top: 5px;
}
.home-banner-carousel .item h1 {
	font-size: 60px;
	line-height: 60px;
}
.games-middle img {
    width: 105px;
}

}

@media (max-width: 384px){
	.item-bx .item, .brand-img-item {
	    height: 187px;
	}
}

@media (max-width: 380px){

	#video-link { 
		width: 100%;
	}
	.partners-category a {
	    font-size: 15px;
	}
	.footprint-item h1, .footprint-item h1 + span {
	    font-size: 30px;
	    line-height: 30px;
	}	
	.footprint-item {
	    padding: 0px 5px;
	}
	.music-counter .footprint-item p {
		font-size: 8px;
	}
	.games-middle img {
	    width: 90px;
	}
	h1.formTitle {
	    font-size: 18px;
	} 
	.about-row-section {
	    height: 75vh;
	}
	#pgc-139-0-0 h1.sow-headline {
	    font-size: 26px !important;
	}
	#pg-139-3 .section-header h1 {
	    margin-bottom: 30px;
	}
	.hungamahonedo .section-header h1 {
		margin-top: 30px;
	}
	.about-text .custom-html-widget {
	    top: 70px;
	}
	.mobile_footprint .footprint-wrap-row .counter_call {
	    width: 100%; 
	    height: 120px;
	}
	.footprint-item p{font-size: 10px; line-height: 14px;}
	#pg-2-0, #pg-2-1, #pg-2-2, #pg-2-3, #pg-2-4, #pg-2-5, #pg-2-6, #pl-2 .so-panel {
		margin-bottom: 0px !important;
	}
	.subscriber-wrap {width: 100%;}
	.mobile-leader-wrap .item {
	    width: 46.33%;
	    margin: 15px 6px 0px;
	}
	.about-leadership-row {
	    padding: 0px 5px 30px !important;
	}
	.directors-wrap .item {
	    width: 46.33%;
	    margin: 0 6px 20px;
	}
	.partner-block-right h2 {
	    font-size: 18px;
	    line-height: 20px;
	}
	.partner-block-right p {
	    font-size: 10px;
	    line-height: 18px;
	}
	.partner-block-right p, .partner-block-right h2 {
	    width: 180px;
	}
	.media-post-content h5 {
	    font-size: 13px;
	}
	.media-post-content h2 {font-size: 18px;}
	.media-post-content p {
	    line-height: 23px;
	    font-size: 13px;
	}
	.media-post-content a {
		margin-top: 12px;
	}
	.contact-media .widget_custom_html h2, .contact-media .widget_custom_html h2 a {
	    font-size: 18px;
	}
	.office-list-wrap h1 {
	    font-size: 20px;
	}
	.office-list-title h3 {
		font-size: 14px;
	}
	.career-media-overlay {
	    min-height: 540px;
	}
	.media-slideup .media-modal h1 {
	    font-size: 18px;
	    line-height: 24px;
	}
	#pg-143-4> .panel-row-style {
		display: grid;
	}
	#pl-143 #pg-143-1 #pgc-143-1-0, #pl-143 #pg-143-1 #pgc-143-1-1 {
		padding: 0px;
	}
	ul.partners-category li {
	    padding: 0 10px;
	}
	.contact-form {
	    margin: -60px 20px 0px;
	}
	.partner-block-right {
	    padding: 40px 20px;
	}
	.directors-wrap .item h3, .leadership-wrap .item h3 {
	    font-size: 12px;
	}
	.leadership-wrap .item h4, .directors-wrap .item h4 {
	    font-size: 9px;
	}
	.directors-wrap .item h4:after {
	    top: 27px;
	}
	.directors-wrap .item:last-child {
		margin-bottom: 10px;
	}
	.subscriber-wrap i {
	    left: 8px;
	} 
	.leadership-wrap .item {
		border-radius: 5px;
	}
	.tab-no-img .tab-content-item img + div {
		padding-bottom: 30px;
		padding-right: 60px;
	}
	.games-middle {
		width: 63%;
	}
	.games-middle p {
		margin-top: 5px;
		margin-bottom: 8px;
		font-size: 11px;
		line-height: 18px;
	}


	.homepage_content, .homepage_content video {
		height: 80vh;
	}
	#pg-2-3 .footprint-row {
	    padding: 60px 20px 30px 20px !important;
	}
	.tab-wrapper .sow-tabs-panel:first-child .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-content-item {
		padding-bottom: 20px;
	}
	.tab-wrapper .sow-tabs-panel:first-child .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-img-item {
		width: 70% !important;
	}
	.tab-wrapper .sow-tabs-panel:first-child .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-img-item:before {
		background-size: 100%;
	}
	.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(5) .tab-content-item,
.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(5) .tab-content-item {
		padding-top: 10px;
	    padding-bottom: 20px;
	}
	.play-counter .footprint-item h1 {
		font-size: 38px;
	}

}

@media (max-width: 375px){
	.item-bx .item, .brand-img-item {
	    height: 180px;
	}	
}

@media(max-width:360px){
	.item-bx .item, .brand-img-item {
	    height: 174px;
	}
.about-text p {
    font-size: 10px;
    line-height: 18px;
}
.about-text .custom-html-widget {
    top: 60px;
    padding: 20px;
    width: 100%;
}
.partner-block-right {
    padding: 50px 20px;
}
.partner-block-right p, .partner-block-right h2 {
    width: 160px;
}
.partners-section .section-header h1 {
	line-height: 28px !important;
}
.section-header h1 {
    font-size: 24px;
    line-height: 24px;
}
.section-small-header h1 {
    font-size: 20px;
}
.co-filter-location select, .co-filter-function select, .co-filter-location option, .co-filter-function option {
	font-size: 12px;
}
.career-media-post-content h2 {
	line-height: 14px;
}
.current-opening-title:before {
    line-height: 20px;
}

.games-middle h1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
}
.games-middle p {
	margin-top: 5px;
}
.games-middle p {
	font-size: 10px;
	margin-bottom: 8px;
	line-height: 16px;
}
.games-middle img {
	width: 90px;
}
.games-middle img {
	width: 85px;
}
.timeline .timeline-nav .slick-list:after {
	height: 100%;
}

}

@media(max-width:340px){
.about-text .custom-html-widget {
    top: 50px;
}
.contact-form {
    margin: -60px 20px 0px;
}
.contact-item i {top: 11px;}
.mobile-leader-wrap .item, .directors-wrap .item {
	width: 45.33%;
}
.leadership-wrap .item h3 {
	font-size: 12px;
}
.leadership-wrap .item h4, .directors-wrap .item h4 {
	font-size: 8px;
}
.carousel-wrap.directors-wrap {
	padding-top: 10px;
}


.brands-text.games-text .about-heading {
    padding-bottom: 40px;
}
.games-middle h1 {
	font-size: 14px;
    line-height: 18px;
}
.section-header h1 {
    font-size: 20px;
    line-height: 20px !important;
}
.home-banner-carousel .item h1, .home-banner-carousel .item .HomeSlide3 h1 {
	font-size: 55px;
	line-height: 50px;
}
.home-banner-carousel .item .HomeSlide3 h1,
.home-banner-carousel .item .HomeSlide3 p{
	padding: 0 8%;
}
.home-banner-carousel .item .HomeSlide3 p {
    margin-top: 32px;
    padding-bottom: 5px;
}
.home-banner-carousel .item .HomeSlide3 h1 span {
    font-size: 70px;
    line-height: 60px;
}
.home-banner-carousel .item .HomeSlide1 h1 {
	line-height: 60px;
}
.home-banner-carousel .item .HomeSlide2 p,
.home-banner-carousel .item p {
	font-size: 16px;
}
.home-banner-carousel {
    top: 26%;
}
.home-banner-carousel .item .HomeSlide1 h1 {
    margin-bottom: 10px;
}
.home-banner-carousel .item .HomeSlide2 h1 {
    margin-top: 50px;
}
#pg-2-3 .footprint-row {
    padding: 60px 15px 30px 15px !important;
}
.footprint-item h1, .footprint-item h1 + span {
    font-size: 30px;
    line-height: 30px;
}

}
@media(max-width:320px){
	.item-bx .item,
	.brand-img-item{
		height: 152px;}
	.play-counter .footprint-item h1 {
		font-size: 33px;
	}
	.tab-wrapper .sow-tabs-tab {
		font-size: 16px !important;
		letter-spacing: 0.5px;
	}
	.achievement-wrap .owl-item.medium {
		width: 190px !important;
	}
	.directors-wrap .item h3, .leadership-wrap .item h3 {
		font-size: 10px;
	}
	p.about-heading {
		font-size: 10px;
		line-height: 20px;
	}
	.about-counter .footprint-item h1, .about-counter .footprint-item h1 + span {
		font-size: 50px;
		line-height: 50px;
	}
	.footprint-item p {
		font-size: 9px;
		line-height: 13px;
	}
	.footer-email {
		width: 58%;
	}
	#pl-720 #pg-720-2 .play-counter {
		min-height: 270px;
	}
	.investor-wrap .panel-grid-cell {
	   /* width: calc(35.3333% - ( 0.67 * 20px ) ) !important;*/
	}
	.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-img-item:before,
	.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-img-item:before {
		background-size: 100%;
	}
	.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-content-item img,
	.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-content-item img{
		width: 120px;
	}
	.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-content-item,
	.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-content-item {
		width: 55%;
	}
	.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-img-item,
	.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-img-item {
		width: 47%;
	}
	.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(3) .tab-img-item img,
	.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(3) .tab-img-item img {
		max-width: 220px;
	}
	.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-content-item,
	.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(2) .tab-content-item {
		padding-bottom: 10px;
	}
	.tab-wrapper .sow-tabs-panel-content .tab-section:nth-of-type(4),
	.tab-wrapper .textwidget.custom-html-widget .tab-section:nth-of-type(4){
		padding-top: 10px;
	}
	.tab-wrapper .sow-tabs-panel:first-child .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-img-item {
		width: 70% !important;
	}
	.tab-no-img .tab-content-item img + div {
		padding-right: 0px;
		padding-bottom: 10px;
		width: 70%;
	}
	.tab-no-img .tab-content-item img {
		width: 70px;
	}
	.tab-wrapper .sow-tabs-panel:first-child .sow-tabs-panel-content .tab-section:nth-of-type(2) .tab-content-item {
		padding-bottom: 10px;
	}
	.games-middle {
		width: 67%;
	}
	#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-img-item {
		width: 50% !important;
	}
	#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-img-item img {
		max-width: 170px;
	}
	#business-wrapper .sow-tabs-panel-container .sow-tabs-panel:last-child .tab-section:nth-of-type(2) .tab-content-item img {
		width: 90px;
	}
	.partner-block-right {
		padding: 35px 20px;
	}

	
}
.media-modal .modal-content
{
	overflow-x: hidden;
	/*overflow-y: scroll;*/
	max-height: 360px;
	scrollbar-color: #007bbe #C2D2E4;
  	scrollbar-width: 4px;
  	scrollbar-width: thin;
}
.media-modal .modal-content::-webkit-scrollbar {
    width: 4px;
}

.media-modal .modal-content::-webkit-scrollbar-thumb {
    background-color: #007bbe;
    border: 0;
}
.media-modal .modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow:0;
    background-color: #FFFFFF;
	border-radius: 10px;
}
.media-modal .modal-content::-moz-scrollbar {
    width: 4px;
}

.media-modal .modal-content::-moz-scrollbar-thumb {
    background-color: #007bbe;
    border: 0;
}
.media-modal .modal-content::-moz-scrollbar-track {
    -webkit-box-shadow:0;
    background-color: #FFFFFF;
	border-radius: 10px;
}
.media-modal .modal-content:-moz-scrollbar {
    width: 4px;
}

.media-modal .modal-content:-moz-scrollbar-thumb {
    background-color: #007bbe;
    border: 0;
}
.media-modal .modal-content:-moz-scrollbar-track {
    -webkit-box-shadow:0;
    background-color: #FFFFFF;
	border-radius: 10px;
}

.media-modal .modal-content::-ms-scrollbar {
    width: 4px;
}

.media-modal .modal-content::-ms-scrollbar-thumb {
    background-color: #007bbe;
    border: 0;
}
.media-modal .modal-content::-ms-scrollbar-track {
    -webkit-box-shadow:0;
    background-color: #FFFFFF;
	border-radius: 10px;
}
/*.directors-content p {
display: none;
}*/

/*.modal-content {
overflow: auto;
max-height:80vh;
overflow-y: scroll;
scrollbar-color: #0A4C95 #C2D2E4;
}

.modal-content::-webkit-scrollbar {
width: 0.5em!important;
}

.modal-content::-webkit-scrollbar-track-piece {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}

.modal-content::-webkit-scrollbar-thumb:vertical {
background-color: red;
outline: 1px solid red;
}*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
:-moz-placeholder { /* Firefox 18- */
  color: pink;
}
input[type="email"]::-webkit-input-placeholder {
  color: #949494;
  font-size:12px !important;
}
input[type="email"]::-moz-placeholder { 
   color: #949494;
  font-size:12px !important;
}

input[type="email"]{
	 font-size:12px !important;
}