/*!
Theme Name: Digiserve Offical Theme
Theme URI: http://underscores.me/
Author: Digiserve Indonesia
Author URI: https://telkomtelstra.co.id
Description: Offical Template of Digiserve
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: telkomtelstra
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

a {
	background-color: transparent;

}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*---------------------------------------
# Themes Specific Styles
-----------------------------------------*/
@font-face {
  font-family: 'Gotham Bold';
  src: url('assets/fonts/gotham-bold.eot');
  src: url('assets/fonts/gotham-bold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/gotham-bold.woff2') format('woff2'), 
    url('assets/fonts/gotham-bold.woff') format('woff'),
    url('assets/fonts/gotham-bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Gotham Medium';
  src: url('assets/fonts/gotham-medium.eot');
  src: url('assets/fonts/gotham-medium.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/gotham-medium.woff2') format('woff2'), 
    url('assets/fonts/gotham-medium.woff') format('woff'),
    url('assets/fonts/gotham-medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Gotham Book';
  src: url('assets/fonts/gotham-book.eot');
  src: url('assets/fonts/gotham-book.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/gotham-book.woff2') format('woff2'), 
    url('assets/fonts/gotham-book.woff') format('woff'),
    url('assets/fonts/gotham-book.ttf') format('truetype');
}
#wpadminbar{
	display: none!important;
}
#menu-top-menu,#menu-top-menu-id{
	margin-bottom: 0;
    margin-left: -38px;
}
#menu-top-menu li,#menu-top-menu-id li{
	list-style:none;
	display:inline-block;
}
/*FONTS*/
body{
  font-family: 'Gotham Book', arial,sans-serif;
}
/*wordpress top navbar admin toolbar */
.logged-in .navbar-fixed-top{
	top:32px;

}
.py-5 p{
	text-align:justify;
}
.h1, h1,.h5, h5,.h2, h2,.h3, h3,.h4, h4 {
    font-family: 'Gotham Medium',arial,sans-serif;
}
.product-img{
	width: 100%;
	margin: 20px 20px;
}
.breadcrumb{
	background-color: transparent;
	font-weight: 100;
	font-size: 12px;
	font-family: GothamBook, sans-serif;
}
.breadcrumb a{
	color: #ff0000;
	margin-right: 5px;
	margin-left: 5px;
	font-family: GothamBook, sans-serif;
}
.breadcrumb a:first-child{
	margin-left: 0;
}
.breadcrumb span{
	padding-left: 5px;
	font-weight: normal;
}
/* new breadcrumbs */
#breadcrumbs {
    margin-left: 16px;
    margin-bottom: 1rem;
    background-color: transparent;
    font-weight: 100;
    font-size: 12px;
 
}
#breadcrumbs a {
    color: #ff0000;
    margin-right: 5px;
    margin-left: 5px;
}
input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #e22413;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px #e22413;
  border: 1px solid #e22413;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#top-header{
  position: -webkit-sticky;
  z-index: 99999;
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}

/*Back to Top*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}
/*SEARCH FORM*/
.cus-search{
    margin-top: 20px;
    -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}
.carousel-wrap .search-form{
	display: none;
}
.search-form {
    display: block;
    margin-bottom: 0;
}
.search-founds {
    margin-bottom: 30px;
    width: 100%;
    display: block;
}
.search-form label{
	width: 80%;
}
.search-form label [type="search"] {
    width: 100%;
    height: 40px;
    padding: 5px;
}
.search-form [type=submit]:not(:disabled){
	color: #fff!important;
    background: #e22413;
    border-color: #e22413;
    padding: 9px 30px;
}
.search-form-drop{
    display:  block;
	background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.entry-summary {
    margin: .1em 0 0;
}
.type-post, .type-page{

}
/*.car-item-search{
	height: 400px;
}*/
.cus-search .form-control-lg{
	width: 91%;
	border-radius: 0;
	background: #fff;
	color: #000;
	border: 1px solid #fff;
	font-family:arial,sans-serif;
}
.btn-search .fa{
	color: #000!important;
}
.cus-search .form-control-lg::placeholder{
	color: #000;
}
.cus-search .form-control-lg:focus{
	border-bottom: 1px solid #fff;
	box-shadow: 0 0 5px #fff;
    border: 1px solid #fff;
}
.search-form.active{
  display: block;
}
*:focus {
    outline: none;
}
.mobile-search .form-control-lg {
    width: 74%;
    background: #fff;
    border-bottom: 1px solid #e22413;
    color: #e22413;
    height: 37px;
	
	/* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mobile-search .form-control-lg::placeholder{
	color: #e22413;

}
.mobile-search .btn-search .fa{
	color: #e22413!important;
}
.search-box{
	position: absolute;
	right: 20px;
	top: 2px;
	transform: translate(-1%);
	background: #fff;
}
.search-box input[type="text"] {
  border: none;
  background: none;
  z-index: 1;
  width: 25px;
  height: 25px;
  transition: all .25s ease-in .25s;
  color: transparent;
  font-size: .75rem;
  line-height: 25px;
  outline: none;
  display: none;
}
.search-box input[type="text"]:hover {
  cursor: pointer;
  outline: none;
}
.search-box input[type="text"]:hover:focus {
  cursor: text;
  outline: none;
}
.search-box input[type="text"]:hover + span {
  background: rgba(255, 255, 255, 0.2);
}
.search-box input[type="text"]:focus {
  width: 600px;
  padding: 0 10px;
  outline: none!important;
  background: none;
  color: #000;
}
.search-box input[type="text"]:focus + span {
  width: 600px;
  outline: none;
}
.search-box input[type="text"]:focus + span::before {
  width: 2px;
  opacity: 0;
  transition: all .25s ease-in;
  outline: none;
}
.search-box input[type="text"] + span {
  z-index: -1;
  position: absolute;
  border: 2px solid #e22413;
  top: 3px;
  width: 21px;
  height: 21px;
  transition: all .25s ease-in .25s;
  border-radius: 25px;
  left: 0;
  outline: none;
  cursor: pointer;
}
.search-box input[type="text"] + span::before {
  transition: all .25s ease-in .5s;
  transform-origin: left top;
  content: '';
  position: absolute;
  width: 10px;
  height: 5px;
  border-radius: 5px;
  background: #e22413;
  transform: rotate(45deg) translate(24px, -2px);
  outline: none;
}
.search-box{
	height: 50px;
}
.insights-home {
    background: #f5f5f5;
    padding-bottom: 40px;
    margin-top: 40px;
    padding-top: 40px;
}
/*MAIN NAVIGATION*/
#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
  display: none;
  position: relative;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, .05);
}

#menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
  background-color: #fff;
  border-width: 1px 1px 0;
  margin: 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
  
  display: block;
  color: #e22413;
}

#menu, #toggle-menu {
    background-color: #fff;
    margin-top: 7px;
    /*padding-left: 79px;*/
    float: right;
}

#toggle-menu, 
#menu .main-menu a {
  padding: 0 1.5em;
}
#menu .sub-menu a {
  padding: 1em 1.5em;
}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
  background-color: white;
  color: #e22413;
  text-decoration:  none;
}
#menu .active{
  background: #cccccc59;
  border-radius: 50px!important;
}

#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a:hover {
  color: #444;
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 1.5em;
  top: 1.25em;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}

#menu .drop-icon {
  line-height: 1;
}
#menu .main-menu.nav-about:hover>.mega-about{
  display: block;
}
.mega-menu {
    position: absolute;
    top: 46px;
   right: 0;
   left: 0;
   z-index: 9999;
   
}
.mega-menu .row:before{
  display: table;
    content: " ";
}
.mega-menu a{
    font-size: 13px;
    display: block;
    color: #e22413!important;
    margin-left: 20px;
}
.mega-menu h4 a{
    
    color: #fff!important;
    
}
.mega-about,.mega-products, .mega-insight{
    display: none;
    background: #fff;
    padding: 10px;
     border-right: 1px solid #dee2e6!important;
    border-left: 1px solid #dee2e6!important;
    border-bottom: 1px solid #dee2e6!important;
}
.mega-products,.mega-products,.mega-insight{
  display: none;
}
.mega-menu .sub-menu{
  margin-left: -40px;
  margin-top: 10px;
}
.mega-menu .sub-menu li{
  list-style: none;
  line-height: 1.6em;
}
.mega-menu .sub-menu li a{
  text-align: left;
  color: #000;
  opacity: .7;
}
.nav-about:hover .mega-menu{
  display: block;
}

/*Exo Menu*/
.exo-menu{
  width: 100%;
  float: left;
  list-style: none;
  position:relative;
  background: #fff;
  margin-bottom: 0!important;
}
.exo-menu .heateor_sss_sharing_container{
	display: none!important;
}
.exo-menu br{
	display: none;
}
.exo-menu > li:first-child{
  margin-right: 101px;
}
.exo-menu-id > li:first-child{
  margin-right: 0!important;
}
.exo-menu > li {  
	display: inline-block;
	float:left;
}
.exo-menu > li > a{
  color: #e22413;
  font-family: 'Gotham Book';
  text-decoration: none;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
	
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
  opacity: 1;
}
/*.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}*/
.exo-menu i {
    float: right;
    font-size: 18px;
    margin-right: 0;
    line-height: 20px !important;
    margin-left: 6px;
    margin-top: 2px;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down>ul{
  left: 0px;
  min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
  color: #fff;
  display: block;
  padding: 20px 22px;
  text-decoration: none;
  background-color: #365670;
  border-bottom: 1px dotted #547787;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
  border-bottom: 1px dotted #B8C7BC;
}
/*mega menu*/

.mega-menu {
    top: 32px;
    left: 0;
    right: 0;
    /*padding: 15px;*/
    display: none;
    padding-top: 0;
    min-height: 100%;
    /*background: #060606e6;*/
    background: rgba(6, 6, 6, 0.9019607843137255);
    z-index: 99999;
}

.bg-mega-menu{
      background: #f0f0f0;
}
.login-menu{
	width: 30%;
    left: 64%;
}
.insights-menu{
	width: 30%;
    left: 56%;
}
.login-menu .inline-list{
	padding:0;
}
h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 1rem;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: capitalize;
    /*border-bottom: 1px solid #e22413;*/
    padding-top: 15px;
    /*background-color: #e22413;*/
	font-family: 'Gotham Book',arial,sans-serif;
}
.bg-mega-menu .mega-title {
    color: #000!important;
    border-bottom: none!important;
    background: #f0f0f0!important;
    padding-top: 37px!important;
}
.bg-mega-menu p{
  font-weight: 100;
}
.bg-mega-menu a{
    margin-bottom: 20px;
    margin-left: 0;
}
/*.bg-mega-menu a::before{
  content: "\f054";
  padding-right: 5px;
}*/
h4.row.mega-title a{
  color: #fff;
  margin-left: 0;
  text-transform:none;
	font-weight:100;
	font-size:90%;
	line-height: 20px;
}
h4.row.mega-title span {
    display: block;
    width: 100%;
    padding-bottom: 10px;
}
h4.row.mega-title span img{
  width: 25px;
}
h4.row.infinity-link{
	padding-bottom: 0;
}
h4.row.infinity-link span {
    display: block;
    padding-bottom: 10px;
    margin-right: 5px;
    width: 28px;
    float: left;
    margin-top: -6px;
}
h4.row.infinity-link a{
	width: 100%;
}
.mega-menu hr {
    border-top: 1px solid #fefefe;
    opacity: .5;
    margin-bottom: 20px;
    margin-top: 10px;
}
.mega-menu ul li a {
  /*line-height: 25px;*/
  font-size: 90%;
  display: block;
  color: #fff!important;
}
ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
  color:#fff;
  background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
.inline-list {
    list-style: none;
    padding: 20px;
    margin-top: 12px;
}
.inline-list li{
  /*display: inline-block;*/
  line-height: 2.5em!important;
}
.inline-list li a{
  padding: 0 8px;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;

}
/* .inline-list li a:hover{
  color: #b6b6b6!important;
  text-decoration: none;
  
} */
.inline-list li a:hover {
    text-decoration: underline;
    opacity: .8;
}
.nav-pointer {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #060606e6!important;
    content: " ";
    position: absolute;
    top: 5px;
    z-index: 99;
    /* left: 35%; */
    display: block;
}
.new-nav a{
	position: relative;
}
.new-nav a .nav-pointer{
	display: none;
}
.new-nav a .nav-pointer {
    left: 32%;
    top: 37px;
	z-index:9999999;
}
.new-nav:hover .nav-pointer{
	display: block;
}
.new-infin .nav-pointer{
	 top: 37px;
}
.new-infin .nav-pointer{
	display: none;
}
.new-infin:hover .nav-pointer{
	display: block;
	z-index: 999999;
}
.new-infin a{
	z-index: 9999999;
}
.grey-pointer a .nav-pointer{
	
	border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f0f0f0;
}
.nav-single {
    margin-top: 34px;
    margin-left: 50px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f0f0f0;
    content: " ";
    position: absolute;
    top: 5px;
    z-index: 99;
    /* left: 35%; */
    display: none;
}
.nav-cont:hover .nav-single{
  display: block;
}
.nav-insights:hover .nav-single{
  display: block;
	
}
.about-pointer{
  left:45%;
  /*border-bottom: 15px solid #f0f0f0;*/
}
.exo-menu-id .about-pointer{
  left:43%;
  /*border-bottom: 15px solid #f0f0f0;*/
}
.login-pointer{
	right:5%;
}
.exo-menu-id .login-pointer{
	right:7%;
}
.products-pointer {
    left: 58%;
    border-bottom: 15px solid #f0f0f0;
}
.exo-menu-id .products-pointer {
    left: 56%;
}
.exo-menu-id .nav-single {
    margin-top: 34px;
    margin-left: 68px;
}
.exo-menu-id .nav-insights .nav-single {
    margin-top: 34px;
    margin-left: 30px;
}
.insight-pointer{
  left:69%;
	border-bottom: 15px solid #f0f0f0;
}
.exo-menu-id .insight-pointer {
    left: 66%;
	border-bottom: 15px solid #f0f0f0;
}
.bg-nav-white{
  width: 100%;
  height: 20px;
  background: #fff;
}
.stander{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.stander li a {
    padding: 3px 0px;
    margin-left: 0;
    font-weight: 100;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}
/* ul.stander li a:hover {
  color: #b6b6b6!important;
  text-decoration: none;
} */
ul.stander li a:hover {
    text-decoration: underline;
    opacity: .8;
}
.wide a {
    padding: 0 50px!important;
    margin-left: 0;
}
h4.row.mega-title .stander{
    line-height: 1.5em;
      text-transform: initial;
      font-size: 15px;
      margin-top: 8px;
  }
h4.row.mega-title .sub-stander{
  margin-top: 0;
}  
.mob-submenu-pointer{
  display: none!important;
}
.toggle-menu {
    position: fixed;
    right: -16px;
    padding: 0px 3px;
    text-align: center;
    font-size: 18px;
    /*background-color: #e22413;*/
    color: #fff;
    top: 4px;
}

/* hidde all slider in the leadership detail */
.page-id-326 #Topcarousel,
.page-id-328 #Topcarousel,
.page-id-330 #Topcarousel,
.page-id-332 #Topcarousel,
.page-id-334 #Topcarousel,
.page-id-336 #Topcarousel,
.page-id-338 #Topcarousel,
.page-id-340 #Topcarousel,
.page-id-342  #Topcarousel,
.page-id-344 #Topcarousel,
.page-id-615 #Topcarousel,
.page-id-612  #Topcarousel, 
.page-id-609 #Topcarousel,
.page-id-606 #Topcarousel,
.page-id-603 #Topcarousel,
.page-id-600 #Topcarousel,
.page-id-598 #Topcarousel,
.page-id-596  #Topcarousel,
.page-id-594 #Topcarousel,
.page-id-574 #Topcarousel,
.page-id-674 #Topcarousel,
.page-id-151 #Topcarousel,
.page-id-153 #Topcarousel,
.page-id-155 #Topcarousel,
.page-id-157 #Topcarousel,
.page-id-159 #Topcarousel,
.page-id-161 #Topcarousel,
.page-id-163 #Topcarousel,
.page-id-165 #Topcarousel,
.page-id-167 #Topcarousel,
.page-id-133 #Topcarousel,
.page-id-169 #Topcarousel,
.page-id-171 #Topcarousel,
.page-id-173 #Topcarousel,
.page-id-175 #Topcarousel,
.page-id-177 #Topcarousel,
.page-id-179 #Topcarousel,
.page-id-181 #Topcarousel,
.page-id-183 #Topcarousel,
.page-id-143 #Topcarousel,
.page-id-141 #Topcarousel,
.page-id-130 #Topcarousel,
.page-id-31 #Topcarousel,
.page-id-666 #Topcarousel,
.page-id-669 #Topcarousel,
.page-id-678 #Topcarousel,
.page-id-684 #Topcarousel,
.page-id-691 #Topcarousel,
.page-id-695 #Topcarousel,
.page-id-704 #Topcarousel,
.page-id-700 #Topcarousel,
.page-id-708 #Topcarousel,
.page-id-710 #Topcarousel,
.page-id-713 #Topcarousel,
.page-id-700 #Topcarousel,
.page-id-708 #Topcarousel,
.page-id-710 #Topcarousel,
.page-id-715 #Topcarousel,
.page-id-720 #Topcarousel,
.page-id-727 #Topcarousel,
.page-id-730 #Topcarousel,
.page-id-733 #Topcarousel,
.page-id-738 #Topcarousel,
.page-id-743 #Topcarousel,
.page-id-746 #Topcarousel,
.page-id-750 #Topcarousel,
.page-id-753 #Topcarousel,
.page-id-757 #Topcarousel
{
	display:none;
}
#Topcarousel .heading-black{
	color: #000;
}
#Topcarousel .heading-white{
	color: #fff;
}
#Topcarousel .heading-red{
	color: #e22312;
}
.solutions-list {
    /*border-right: 1px solid #fff;*/
    width: 43%;
    margin-left: 42px;
    position: relative;
}
.solutions-list li {
    list-style: none;
    margin-left: -82px;
}
.solutions-list li:hover {
    border-bottom: 1px solid #fff;
}
.solutions-list li a{
	display: block;
	width: 93%;
	
}
.solutions-list li a:hover{
	text-decoration: none;
}
.solutions-list h4.row.mega-title{
	 padding-bottom: 0;
}
.solutions-list h4.row.mega-title span {
    display: inline;
    width: auto;
    padding-bottom: 0;
    padding-right: 9px;
    position: relative;
    float: left;
}
.solutions-list .stander {
    position: absolute;
    left: 148%;
    width: 75%;
    top: 0;
    margin-top: 0;
}
.solutions-list .stander{
	display: none;
}
.solutions-list .disp .stander{
	display: block;
}
/*.solutions-list li h4 a:hover+.stander{
	display: block!important;
}*/
.solutions-list .stander li:hover{
	border-bottom: none;
}
.solutions-list h4.row.mega-title .stander li a:hover{
	/*text-decoration: underline;*/
}

.solutions-list li a .fa{
	color: #fff!important;
}
/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
.single-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
  display:block;
}
/*responsive*/
 @media (min-width:767px){
  .exo-menu > li > a{
	  float:left;
	  display:block;
	  padding: 6px 18px;
 }
	 .exo-menu > li > .btn-outline-search{
	  padding: 3px 10px;
	 }
	.exo-menu-id > li > a {
		float: left;
		display: block;
		padding: 6px 14px;
	}

.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
    position:absolute;
}
 
 }
@media (max-width:768px){

  .exo-menu {
    min-height: 28px;
    background-color: #fff;
    width: 100%;
  }
  
  .exo-menu > li > a{
    width:100% ;
      display:none ;
  
  }
  .exo-menu > li{
    width:100%;
  }
  .cbFlyNav-wrap .bg-nav-white{
		background:transparent;
	}	
  .display.exo-menu > li > a{
    display:block ;
      padding: 20px 22px;
  }
  
	.mega-menu, .Images, .Blog,.flyout-right>ul,
	.flyout-left>ul, li.drop-down>ul{
		position:relative;
	}
	.is-subnav-visible {
		left: 51%!important;
		width: 282px!important;
	}
	.inline-list{
		 margin-left: -89px;
	}
	.mb-3{
		margin-bottom:0!important;
	}

}

@media only screen and (max-width: 64em) and (min-width: 52.01em) {
  #menu li {
    width: 33.333%;
  }

  #menu .sub-menu li {
    width: auto;
  }
}

@media only screen and (min-width: 52em) {
  #menu .main-menu {
    display: block;
  }

  #toggle-menu, 
  #menu label.drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
  }

  #menu li {
    float: left;
    border:none;
    /*border-width: 0 1px 0 0;*/
  }

  #menu .sub-menu li {
    float: none;
  }

  #menu .sub-menu {
    border-width: 0;
    /*margin: 17px 0;*/
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000;
  }

  #menu .sub-menu, 
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
    border-width: 0 0 1px;
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}
/*END MAIN NAVIGATION*/
.main{
      margin-top: -15px;
}
.text-nav{
  color:#e22413;

}
.text-nav:hover{
  color:#e22413;
  border-bottom: 1px solid;
  text-decoration: none;
}
.text-nav.active{
  /*text-decoration: underline;*/
  border-bottom: 1px solid;
}
hr {
    margin-top: 40px;
    margin-bottom: 40px;
}
.left{
  flot:left;
}
.img{
  width: 100%;
}
.logo-img{
  margin-left: -40px;
}
.logo-img img{
  width: 60%;
}
.box-shadow,iframe {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .2);
}

.img-circle {
    border-radius: 50%;
}
.leader-photo{
  width: 200px;
  background: #ccc;
}
.leader-photo-sm{
  width:140px;
}

.same-div-height{
    /*min-height: 500px;*/
    min-height: 100%;
    height: auto;
	margin-top:10px;
}
.sub-height{
	min-height: 266px;
    margin-bottom: 0!important;
    bottom: -9px;
}
.same-box-height{
    min-height: 500px;
    height: auto;
	margin-top:10px;
}
.middle-line{
  position: absolute;
  border-bottom: 1px solid #ccc;
  margin-top: -2px;
  width: 80%;
  left: 11%;
}
.contact-home{
  background: url('../telkomtelstra/assets/images/contact-bg.jpg') no-repeat;
  background-size: 100%;
  background-position: center;
  min-height: 890px;
}
.contact-bg{
  background: url('../telkomtelstra/assets/images/contact-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-bg h4{
	color:#e22312;
}
.contact-home .container{
      padding-top: 120px;
}
.reserv-succeed{
	display:none;
	background: #fff;
    width: 100%;
    border: 1px solid #ccc;
    padding: 50px 20px;
}
#confirmation-form .btn-outline-primary:disabled{
	background:#e22413;
}
.anr_captcha_field_div div {
    width: 350px!important;
}
.download-link{
	background: #f6f5f5;
    padding: 20px 30px;
    border: 1px solid #e22312;
}
.download-link h4{
	color: #e22312;
}
.download-link ul li{
	/*list-style: none;*/
}
.download-link ul li a{
	color: #e22312;
}
.ul-style{
  margin-top:20px;
  padding-left: 0;
    list-style-type: none;
}
.ul-style li{
  display: block;
  text-align: center;
  padding-bottom: 1em;
}
.card-body .align-items-center{
  margin: auto;
  text-align: center;
}
.card-body .card-text {
    color: #000;
}
.fa{
  font-size: 20px!important;
  display: inline-block!important;
  color: #e22312!important;
  padding-right:10px;
}
/*Language Selector*/
.top-bar{
  background: #f0f0f0;
  
}
.top-career:hover{
	background: #e22312;
	color:#fff;
}
.top-career:hover a{
	color:#fff;
}
.top-career a {
    font-size: 13px;
    color: #666;
    margin: 6px 10px;
    display: block;
/*    padding-top: 6px; */
}
.top-career a:hover{
    text-decoration:none;
	color:#fff;
}
.lang-sel {
    position: relative;
    width: 121px;
    padding-top: 8px;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
}
.lang-sel .fa {
    color: #666!important;
    font-size: 15px!important;
}
.lang-sel:hover{
  background: #e22312;
  color: #fff;
}
.lang-sel:hover .fa{
  color: #fff!important;
}
.lang-sel .di{
  float: right;
  padding-left: 5px;
} 
.when-not-open-dn{
  display: none!important;
}
.lang-sel:hover .when-not-open-dn{
  display: block!important;
}
.lang-sel:hover .when-open-dn{
    display: none!important;
}
.lang-sel-items {
    position: absolute;
    background: #e22312;
    z-index: 99999;
    margin-left: -5px;
    width: 121px;
    height: 75px;
    display: none;
}
.lang-sel:hover .lang-sel-items {
  display: block;
margin-left:0;
}
.lang-sel-items ul{
  margin-left: 0;
  list-style: none;
}
.lang-sel-items ul li {
    margin-left: -30px;
    line-height: 2em;
    text-align: left;
}
.lang-sel-items ul li a{
  color: #fff;
  font-weight: 100;
  font-size:12px;
  display:block;
}
.lang-sel-items ul li:first-child{
  padding-top: 10px;
}
.bahasa-menu{
	padding-top: 20px;
}
.bahasa-menu li a{
	color: #fff!important;
}

/*Jquery General Tabs*/
ul.general-tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align:center;
}
ul.general-tabs li{
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}

ul.general-tabs li::after{
	content: "|";
	padding-left: 30px;
}
ul.general-tabs li a{
   color: #000;
	display:inline-block;
}
ul.general-tabs li a.current{
  color: #ff0000;
}


ul.general-tabs li:last-child::after{
	content: "";
	padding-left: 0;
}
ul.about-list li::after{
	content: "";
	padding-left: 0;
}
.tab-content{
  display: none;
  padding: 15px;
}
.tab-content-com,.tab-content-dir{
  display: none;
  padding: 0;
}
.tab-content-com .col-4{
  float: left!important;
}
.tab-content-com .col-8{
  float: right!important;
}
.tab-content-dir .col-4{
  float: left!important;
}
.tab-content-dir .col-8{
  float: right!important;
}

.tab-content.current{
  display: inherit;
}
.tab-content-com.current,.tab-content-dir.current{
  display: inherit;
}
.tab-content.current .leadership-desc{
  margin-left:0;
  -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}
.tab-content .leadership-desc{
     margin-left:400px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    
}

ul.mobile-insight-tabs {
    margin-top: 5px;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
    z-index: 999;
}
.show ul.mobile-insight-tabs{
	margin-bottom: 40px;
}
ul.mobile-insight-tabs li{
	display: block;
	text-align: left;
}
ul.mobile-insight-tabs li::after {
    content: "";
    padding-left: 0;
}
ul.mobile-insight-tabs li:nth-child(even){
	background: #f2f2f2;
}
ul.mobile-insight-tabs li a{
	display: block;
}
.mobile-insight-tab-wrap{
	border-bottom: 1px solid #d4d0d0;
	height: 30px;
	cursor: pointer;
}
/*.mobile-insight-tab-wrap:hover ul.mobile-insight-tabs{
	display: block;
}*/
.mobile-insight-mob-nav {
    width: 100%;
    float: left;
}

/*Highlight*/
.h1{
    text-align: center;
	text-transform:lowercase;
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(to right, #ff0000, #ff0000);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 3% 5px;
    transition: background-size .5s ease;
    margin-bottom: 30px;
    margin-top: 30px;
}
.h1-quotes{
	text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #e22312;
    font-weight: 400;
    transition: background-size .5s ease;
    margin-bottom: 30px;
}
.album a,.album h3,.album h4{
	color: #e22413;
	text-decoration:none;
}
.album p img{
	width: 100%;
}
.redblock{
	font-size: 18px;
    padding: 15px;
    background-color: #e32212;
    color: #fff!important;
}
.h1-quotes h4{
	color: #000;
}
.quotes{
	font-style: italic;
	padding: 20px;
}
.quotes p{
	margin-bottom: .3rem;
}
.quotes span{
	color: #e22312;
	font-style: normal;
}
/*CAROUSEL*/
.carousel{
	margin: auto;
}
.carousel-wrap .container{
  max-width: 100%;
}
#benefitscarousel .carousel-inner,#featurescarousel .carousel-inner{
	padding: 10px;
}

/*.carousel-caption {
    color: #000;
    top: 20%;
    width: 20%;
    text-align: left;
}*/
.carousel-caption {
    color: #000;
    /*top: 40%;*/
    width: 20%;
    text-align: left;
    align-self: center;
    bottom: auto;
}
.carousel-caption h1{
	color: #e22312;
	font-weight: 600;
}
.carousel-caption .btn{
	height:40px!important;
}

.carousel-caption-center{
	width: 70%;
    text-align: center;
/*     align-self: baseline;
    bottom: 100px; */
	align-self:center;
	bottom:auto;
}
.carousel-caption-center .heading-white{
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.carousel-caption-center .btn{
	width: 20%!important;
	margin:auto;
}
.carousel-caption-right{
	width: 20%;
    text-align: right;
    align-self: center;
    bottom: auto;
    float: right;
    left: 63%;
}
.carousel-caption-right .btn{
	width: 50%!important;
    height: 100%!important;
    float: right!important;
}

.carousel-indicators li{
  background-color: #7d7d7d;
  opacity: 1;
  height: 5px;
}
.carousel-indicators .active{
  background-color: #e22413;
}
/* #Topcarousel .carousel-item {
	margin:auto;
	float:none;
	min-height:350px;
	display: flex;
    justify-content: center;
} */

#Topcarousel .carousel-item .car-content {
	margin:auto;
	float:none;
	min-height:350px;
	display: flex;
    justify-content: center;
}
.carousel-item img {
    width: 100%;
    height: 100%;
  }
.carousel-item a:hover{
	text-decoration: none;
}
.carousel-item a p{
	color: #000;
}
.carousel-item a:hover .btn-readmore{
	background: #e22312;
	color: #fff;
}
.carousel-control-next, .carousel-control-prev{
	width:6%;
}
  
/*Cards*/
.card{
  border-color: #fff;
}
.card h5{
  color: #e22312;
  font-weight: bold;
}
.card img {
    padding-top: 20px;
    width: 25%!important;
    height: auto;
    margin: auto;
} 
.card a:hover .btn-readmore{
	background: #e22312;
	color: #fff;
} 

/*TEXT & DIV ALIGN*/
.text-center{
  text-align: center;
}
.center{
  margin:auto;
}
.center p{
  text-align:center;
}
.cd-horizontal-timeline .events-content p{
	text-align:left;
}
.z-index-2{
  z-index: 2;
}
.z-index-1{
  z-index: 1;
}
.z-index-60{
  position: relative;
  z-index: 60;
}
.set-pad-left-40{
  padding-left: 40px;
}
.set-pad-top-20{
  padding-top: 20px;
  margin-bottom: 20px;
}

/* TEXT COLOR */
.white{
  color: #fff;
}

/* BACKGROUND COLOR */
.grey{
  background-color: #fafafa;
}
/*BUTTONS*/
.btn-outline-search{
/*   padding: 10px 25px 0 25px; */
  color: #e22413;
  border-color: #e22413;
  border-radius: 50px;
  position: relative;
/*   z-index: 9999; */
}
.btn-outline-search:hover{
  color: #fff;
  background: #e22413;
}
.btn-outline-primary {
/*     padding: 10px 35px 0 35px; */
    color: #fff!important;
    background: #e22413;
    border-color: #fff;
    border: 2px solid;
    border-radius: 50px;
    margin-top: 20px;
}
.btn-outline-primary:hover{
  background: #f74d3e;
  border-color: #fff;
    border: 2px solid;
}
.btn-readmore{
/*   padding: 10px 25px 0 25px!important; */
  color: #e22413;
  padding:1px 15px;
  border-color: #e22413;
  border-radius: 50px;
}
.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}

.btn-nooutline-search{
	border: none;
}
.btn-nooutline-search:hover{
	background:transparent;
}

/*---------------------------------------------------
ABOUT US PAGE
---------------------------------------------------*/
.about-list {
    margin-left: -15px!important;
    margin-top: 20px!important;
    text-align: left!important;
}

.about-list li {
    display: block!important;
    margin-bottom: 10px;
    padding: 0!important;
    color: #e22312!important;
    font-size: 16px!important;
}

.about-list li a{
    position: relative;
    display: inline-block;
    color: #e22312;
    font-size: 16px;
    text-decoration: none;
}
.about-list li a:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.about-list li:hover{
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border-bottom: 1px solid;
  font-weight: bold;
}
.about-list li.current{
  border-bottom: 1px solid;
  font-weight: bold;
}
.about-desc{
  padding: 0!important;
}
.about-desc p:first-child{
  margin-top: 20px;
}
.about-value li span{
  font-weight: bold;
  font-size: 17px;
  color: #ff0000;
}

/*---------------------------------------------------
LEADERSHIP TEAM PAGE
---------------------------------------------------*/
.leadership-name{
  color: #e22312;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
.leadership-title{
  font-size: 14px;
}
.leadership-link {
    display: block;
    text-decoration: none;
    color: #000;
    padding-bottom: 1px;
}
.leadership-link img{
  opacity: .5;
  -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

 	filter:grayscale(100%);
 	webkit-filter:grayscale(100%);
}
.leadership-link.active {
    
    background-image: linear-gradient(to right, #ff0000, #ff0000);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 19% 5px;
    transition: background-size .5s ease;
    
    
}
.leadership-link:hover{
  text-decoration: none;
  color: #000;
}

.leadership-link img:hover{
  opacity: 1;
  filter:grayscale(0);
 	webkit-filter:grayscale(0);
}
.leadership-link.active img{
  opacity: 1;
  filter:grayscale(0);
 	webkit-filter:grayscale(0);
}

.leadership-detail {
    margin-top: 50px;
    margin-left: 20px;
    background-image: linear-gradient(to right, #ff0000, #ff0000);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 19% 3px;
    transition: background-size .5s ease;
    padding-bottom: 5px;
}

.leadership-detail h4{
  color: #e22312;
  font-weight: bold;
  font-size:40px;
  line-height: 1em;
}
.leadership-detail span{
  font-style: italic;
}
.leadership-desc {
		margin-top: 50px;
		text-align: justify;
		padding-left: 15px;
		padding-right: 15px;
	}

/*mobile scroller*/
.scroll-hor {
    width: 100%;
    max-width: 500px;
    height: 220px;
    display: inline-block;
    flex-direction: column;
    align-self: center;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 16px auto;
    /* -webkit-overflow-scrolling: touch; */
}
.scroll-container {
    display: block;
    height: 250px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.scroll-hor-item {
    display: table-cell;
    width: fit-content;
    white-space: nowrap;
    padding: 8px 9px 4px;
}
.scroll-hor-item-parts {
    width: 100%;
    max-width: 375px;
    height: 204px;
    display: inline-flex;
    flex-direction: column;
    margin-right: 0;
    cursor: pointer;
}

/*---------------------------------------------------
MANAGES SOLUTIONS PAGE
---------------------------------------------------*/
.man-sol-img{
  margin-top:50px;
}
.man-sol-img img{
  width: 100%;
}

/*---------------------------------------------------
INSIGHT PAGE
---------------------------------------------------*/
.video-emblem {
    position: absolute;
    width: 70px;
    height: 60px;
    top: 37%;
    left: 42%;
    background: url(assets/images/video-emblem.png);
    background-position: center;
    background-size: cover;
}
#block-grid{
  margin-top: 81px;
  position: relative;
  max-width: 100%;
  width: 100%;
  font-size: 13px;
  margin-bottom:20px;	
}
#block-grid img {
width: 100%;
max-width: 100%;
height: auto;
}
#block-grid .supa-grid{
  position: absolute;
}
#block-grid .supa-grid:hover {
box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
margin-top: -5px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#block-grid .supa-grid a{
  text-decoration: none;
  color:#383c45;
}
#block-grid .blog-grid{

}
#block-grid .blog-grid-items{
  padding: 5px;
}
#block-grid .blog-parent-cat{
	display: block;
	width: 100%;
  color:#e22312;
  font-weight: bold;
  font-size:16px;
}
#block-grid .blog-titles{
	font-weight: 600;
    font-size: 1rem;
    padding-top: 25px;
}
#block-grid .read-more {
    color: #e22312;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    /*float: left;*/
}
#block-grid .blog-publisher{
	display: none;
	width: 100%;
	font-size: 12px;
	color: #ccc;
	font-weight: normal;
	margin-top: 10px;
}
#block-grid .blog-tags{
	margin-left: -40px;
	list-style: none;
}
#block-grid .blog-tags li{
	display: inline-block;
	text-transform: uppercase;
	color: #666;
	font-size: 12px;
	font-weight: 400;
}
#block-grid .blog-tags {
    margin-left: 0;
    text-transform: uppercase;
   color: #666;
    font-size: 12px;
    font-weight: 400;
}

/*#block-grid .blog-tags li a{
	text-transform: uppercase;
	color: #666;
	font-size: 12px;
	font-weight: 400;
}*/
#block-grid .blog-tags li::after{
   content: '|';
   color: #666;
   padding-right: 10px;
   padding-left: 10px;
}
#block-grid .blog-tags li:last-child::after{
	content: '';
}

.insight-ul li{
    list-style: none;
    display: inline-block;
}

.isotopeItem{
  margin-bottom: 15px;
  min-height: 378px;
	max-height:378px;
	display:none;
}
#block-grid .isotopeItem{
	display:block!important;
}
.isotopeItem a{
  color:#000;

}
.isotopeItem a:hover{
  text-decoration: none;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.insight-img{
  overflow: hidden;
  margin-bottom:15px;	
  height: 200px;
	 -webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}
.isotopeItem a:hover .insight-img{
 
	 -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.insight-img img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}
.insight-img img:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
nav#filter a{
  color: #000;
}
nav#filter a:hover, nav#filter a.current {
    color: #e22312;
    text-decoration: none;
}
.post-single-content h4{
	color: #d51302;
    margin-bottom: 15px;
    margin-top: 15px;
}
	
.post-single-content p{
	text-align:justify;
}
.post-single-img{
	margin-top: 20px;
	width: 100%;
	min-height: 580px;
	max-height:600px;
	margin-bottom: 40px;
}
.post-single-category{
	color: #e22312;
    font-size: 23px;
    font-weight: 400;
}
.post-single-title{
	font-weight: 600;
}
.career .post-single-title{
	background-image: linear-gradient(to right, #ff0000, #ff0000);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 27% 3px;
    transition: background-size .5s ease;
    margin-bottom: 30px;
    margin-top: 30px;
}
.post-single-created-date{
	display:none;
	color:#858585;
	font-size: 13px;
}
.post-single-tags{
	float: right;
}
.post-single-tags ul{
	list-style: none;
}
.post-single-tags ul li,.post-single-tags a{
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	background: #858585;
	border-radius: 3px;
	padding: 0 5px;
	color: #fff;
	margin-right: 10px;
}
.post-single-tags a:hover{
	text-decoration: none;
}
.set-padding-right-20{
	padding-right: 40px;
}
.post-single-content a{
	color: #e22312;
	display:inline-flex;
}
aside{
	margin-top: 159px;
	position: -webkit-sticky;
	  position: sticky;
	  top: 130px;
}
.widget-title{
	color: #e22312;
	font-size: 23px;
}
.sidebar-posts{
	padding-bottom: 10px;
	border-bottom: 1px solid;
	margin-bottom: 20px;
}
.sidebar-posts a{
	text-decoration: none;
	display: block;
}
.sidebar-posts .blog-parent-cat {
    display: block;
    width: 100%;
    color: #e22312;
    font-weight: bold;
    font-size: 14px;
}
.sidebar-posts .blog-titles {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.sidebar-posts .read-more {
	display: block;
	width: 100%;
    color: #e22312;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    /* float: left; */
}
.sidebar-posts a:hover .read-more{
	text-decoration: underline;
}

/* FORM */
.form-control,.form-control-lg{
  border: 1px solid #e22312;
}

.form-control-lg{
    width: 100%;
    border-radius: 50px;
}

@media (min-width: 576px) {
  .logo-img img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .logo-img img {
    width: 50%;
}
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

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

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

/*Work With Us*/
.wws-intro{
	margin-top: 50px;
}
.wws-intro h4,.wws-puzzle h3{
	color: #fff!important;
}
.wws-intro img{
	width: 100%;
}
.wws-intro .wws-intro-desc{
	padding: 20% 10%;
	color:#fff;
}
.wws-pointer-intro {
    position: absolute;
    top: 40%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 35px 40px;
    border-color: transparent transparent transparent #ffffff;
}
.wws-pointer-intro-to-bottom {
    position: absolute;
    top: 0;
    left: 42%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 25px 0 25px;
    border-color: #ffffff transparent transparent transparent;
}
.wws-closing .wws-intro-desc {
    height: 250px;
    line-height: 173px;
    padding: 40px;
}
.wws-closing .wws-intro-desc h1{
	line-height: normal;
	display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: 800;
    font-size: 60px;
}
.wws-closing p {
    color: #e22312;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6rem;
    font-size: 20px;
}
.wws-closing .wws-pointer-to-bottom{
	border-width: 29px 27px 0 27px;
}

.bg-orange-telstra{
	background: #e22312;
}
.bg-grey-telstra{
	background: #656565;
}
.wws-puzzle{
	/*margin-top: 50px;*/
}
.wws-main-headline {
    border: 2px solid #e22312;
    padding: 50px;
    height: 150px;
}
.wws-main-headline h3{
	margin-top: .5rem;
	color: #e22312;
	font-weight: 600;
}
.wws-puzzle .card{
	background: transparent;
	border: none;
	margin-bottom: 30px!important;
}
.wws-puzzle .card-body {
	text-align: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem;
    min-height: 300px;
    -webkit-box-shadow: 0px 0px 11px 1px rgba(166,166,166,1);
    -moz-box-shadow: 0px 0px 11px 1px rgba(166,166,166,1);
    box-shadow: 0px 0px 11px 1px rgba(166,166,166,1);
    border-radius: 5px;
}
.wws-puzzle .card-body span{
	margin-bottom: 20px;
}
.wws-puzzle .card-text{
	opacity: .7;
	display: inline-block;
    vertical-align: middle;
    line-height: 1.3rem;
    text-align: left;
    margin-top: 13px;
}
.wws-puzzle-bg1{
	background: url(assets/images/work/puz1.jpg) no-repeat center;
	background-size: cover;
}
.wws-pointer-to-right {
    position: absolute;
    top: 40%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 19px;
    /*border-color: transparent transparent transparent #e22312;*/
   /* opacity: .8;*/
}
.wws-pointer-to-left {
    position: absolute;
    top: 40%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 19px 17px 0;
    /*border-color: transparent transparent transparent #e22312;*/
   /* opacity: .8;*/
}
.wws-pointer-to-bottom {
    position: absolute;
    top: 0;
    left: 45%;
    width: 0;
    height: 0;
    border-style: solid;
    /*border-width: 19px 17px 0 17px;*/
    /*border-color: transparent transparent transparent #e22312;*/
   /* opacity: .8;*/
   	border-width: 19px 17px 0 17px;
	border-color: #e22312 transparent transparent transparent;
}
.wws-pointer-to-bottom-black{
	position: absolute;
    top: 0;
    left: 45%;
    width: 0;
    height: 0;
    border-style: solid;
    /*border-width: 19px 17px 0 17px;*/
    /*border-color: transparent transparent transparent #e22312;*/
   /* opacity: .8;*/
   	border-width: 19px 17px 0 17px;
	border-color: #000 transparent transparent transparent;
}

.wws-orange{
	border-color: transparent transparent transparent #e22312;
}
.wws-black{
	border-color: transparent transparent transparent #000;
}
.wws-orange-left{
	border-color: transparent #e22312 transparent transparent ;
}
.wws-black-left{
	border-color: transparent #000 transparent transparent ;
}
.wws-puzzle-bg2{
	background: url(assets/images/work/puz2.jpg) no-repeat center;
	background-size: cover;
}
.wws-puzzle-bg3{
	background: url(assets/images/work/puz3.jpg) no-repeat center;
	background-size: cover;
}
.wws-puzzle-bg4{
	background: url(assets/images/work/puz4.jpg) no-repeat center;
	background-size: cover;
}
.wws-puzzle-bg5{
	background: url(assets/images/work/puz5.jpg) no-repeat center;
	background-size: cover;
}
.wws-puzzle-bg6{
	background: url(assets/images/work/puz6.jpg) no-repeat center;
	background-size: cover;
}
.set-margin-top-50{
	margin-top: 50px;
}
.set-margin-top-20{
	margin-top: 20px;
}
.set-margin-top-28{
	margin-top: 28px;
}
.wws-accordion ul{
	margin-left: -43px;
}
.wws-accordion ul .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
  margin-left: 0;
}
.wws-accordion ul .inner.show {
  /*display: block;*/
}
.wws-accordion ul li {
    margin: 0.5em 0;
    list-style: none;
    background: #f6f5f5;
    padding: 0 20px;
    border: 1px solid #e22312;
}
.wws-accordion ul li a.toggle {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  display: block;
  color: #e22312;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
}
.wws-accordion ul li a.toggle:hover {
  /*background: rgba(0, 0, 0, 0.9);*/
}
.wws-accordion ul li .inner a{
	color: #e22312;
}
.border-telkomtelstra{
	border: 1px solid #e22312;
}
.accordion-tabs .general-tabs {
    margin-left: 0;
    text-align: left;
    margin-bottom: -9px;
}
.accordion-tabs .general-tabs li::after {
    content: "";
    padding-left: 0;
}
.accordion-tabs .general-tabs li {
    padding: 5px 20px;
    margin-right: -4px;
    background: #fff;
    color: #e22312;
}
.career .accordion-tabs .general-tabs li {
	padding: 5px 20px 10px;
}
.career-accordion ol {
    margin-left: -40px;
    margin-top: 20px;
}
.career-accordion ol li {
    margin: 0.5em 0;
    list-style: none;
    background: #fff;
    padding: 0 20px;
    border-bottom: 1px solid #cacaca;
    -webkit-box-shadow: -2px 0px 16px -7px rgba(0,0,0,0.34);
    box-shadow: -2px 0px 16px -7px rgba(0,0,0,0.34);
}
.career-job-related{
	width: 14%;
	margin-top: -18px;
}
.other-job .career-job-related{
	width: 15%;
}
.career-job-related p{
	float: left;
    color: #000;
    font-size: 14px;
    text-align: center;
	font-weight:normal;
}
.career-job-related p span{
	color: #e22312;
}
.career-accordion ol li a.toggle {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    display: block;
    color: #e22312;
    padding: 0.75em;
    border-radius: 0.15em;
    transition: background 0.3s ease;
	margin-top:13px;
}
.career-accordion ol li::after{	
}
.career-accordion ol li a p{
	margin-bottom:0;
	font-size:12px;
	color:#000;
	padding-top:10px;
}
.career-accordion ol li a p i{
	padding-right:0;
}
.accordion-tabs .general-tabs li.current {
    color: #fff;
    background: #e22312;
}
.accordion-bg {
    width: 100%;
    position: relative;
    float: left;
    background: #fff;
    border: 1px solid #e22312;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.accordion-bg ol,.accordion-content ol{
	margin-left: -24px;
}
.accordion-bg ol li,.accordion-content ol li{
	border:none;
	background: #fff;
	list-style: inherit;
	padding: 0;
}
.accordion-content ol li{
	background: transparent;
}
/*footer*/
footer {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

footer p {
  margin-bottom: .25rem;
  font-size: 13px;;
}
.footer-box p{
  color: #000;
}
.footer-box .footer-title{
	margin-right: 22px!important;
}
.footer-box .footer-title:first-child {
    margin-right: 30px;
}
.footer-box .footer-title:nth-child(2){
/* 	margin-right: -6px; */
	padding-left: 24px;
}
.footer-box .footer-title:nth-child(3){
	margin-right: 16px;
}
.foot-id .footer-title:nth-child(3){
	margin-right: 60px!important;
}
.footer-box .footer-title:nth-child(4){
   display:none;
}
.footer-box .footer-title:nth-child(5){
	margin-right: 0;
}
.footer-box .footer-title:nth-child(6),.footer-box .footer-title:nth-child(7){
	display:none;
}
.footer-box .foot-eng,.footer-box .foot-id{
	display:flex;
	width:100%;
}
.footer-box .foot-eng .footer-title{
/* 	margin-right:22px; */
	margin:0!important;
	width:33.33333%;
}
.footer-box .footer-title{
  color: #e22312;
  font-size: 14px;
  font-weight: bold;
}
.footer-box .footer-title a{
 color: #e22312;
  font-size: 15px;
  font-weight: bold;
}

.footer-box ul{
    padding-left: 0;
    list-style-type: none;
}
.footer-box ul li {
    margin-bottom: 5px;
}

.footer-box ul li a,.footer-box ul li{

    display: block;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    float: left;
}
.footer-box .footer-title ul li a {
	 display: inline-block;
	 font-size: 13px;
  	font-weight: normal;
  	color: #000;
}
.footer-box .footer-title ul li a:hover{
	text-decoration:underline;
}
.footer-box .sub-footer{
	margin-top: 10px;
}
.footer-box .sub-footer li{
	display: block;
	float: none!important;
	max-width: 161px;
	min-height: 20px;
}
.footer-box .sub-footer li a{
	line-height: 1.5em;
}

.col-3,.col-9{
  float: left;
}
.footer-box ul li a:hover{
    color: #666;
	text-decoration:underline;
}
/*.footer-box ul li a:after{
    display: block;
    width: 0;
    height: 1.5px;
    margin-top: -3px;
    background: rgba(255,255,255,.7);
    content: "";
    transition: width .3s;
}*/
.footer-title-a{
	background: #e22312;
    padding: 5px 10px;
    color: #fff!important;
    font-weight: 400!important;
    font-size: 15px!important;
}
.footer-title-a .fa{
	float: right;
	color: #fff!important;
}

/*mobile footer*/
.footer-box .mega-drop-down{
	display:  block!important;
	width: 100%;
}
.footer-box .mega-drop-down a{
	display: block!important;
	width: 100%;
}
.footer-box .mega-drop-down .inline-list li{
	display: block!important;
}
#mobile-footer-nav .footer-title {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
#mobile-footer-nav .footer-title a {
    width: 100%;
    display: block;
    border-top: 1px solid #ccc;
    padding-top: 7px;
}
#mobile-footer-nav .footer-title .fa{
	float: right;
}
/* .footer-box .footer-title:nth-child(2) .sub-footer li {
    min-width: 216px;
} */
#mobile-footer-nav li:nth-child(4) a .fa{
	display: none!important;
}
#mobile-footer-nav .footer-title .sub-footer,#mobile-footer-nav .footer-title .sub-footer a{
	width: 100%;
}
#mobile-footer-nav .footer-title .sub-footer{
	display: none;
}
#mobile-footer-nav .footer-title:hover .sub-footer{
	display: block;
}

#mobile-footer-nav .footer-title .sub-footer li{
	max-width: 100%;
}
/*#mobile-footer-nav ul li a:after {
    display: block;
    width: 0;
    height: 1.5px;
    margin-top: -3px;
    background: rgba(255,255,255,.7);
    content: "";
    transition: width .3s;
}*/
footer .inline-list {
    background-color: #fafafa;
    margin-left: -20px;
}
footer .mega-menu ul li a{
	color: #000!important;
}
.w-167{
  max-width: 167px;
}
.w-178{
  max-width: 178px;
}
.marg-left-14{
  margin-left: 14px;
}
.marg-right-13{
  margin-right: 13px;
}
.marg-left-20{
  margin-left: 20px;
}
.marg-left-40{
  margin-left: 40px;
}
.pull-right{
  float: right!important;
}
.error{
	color: #ff0000;
    font-size: 14px;
    font-style: italic;
    margin-left: 1px;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.nopaddings {
	padding: 0 !important;
}
.set-left-20{
	left: 20px;
}
.set-margin-top-120{
	margin-top:120px;
}
.set-margin-top-22{
	margin-top:22px;
}
.set-width-80perc{
	width: 80%;
}
/* Pagination */
.pagination{
	
}
.pagination .nav-previous,.pagination .nav-next{
	text-align: center;
    width: 100%;
	
}
.pagination .nav-previous a,.pagination .nav-next a{
	padding: 15px 18px 14px 18px;
}
.pagination .nav-previous a:hover,.pagination .nav-next a:hover{
	background: #e22413;
    color: #fff;
    text-decoration: none;
}
.pagination .page-numbers {
    background: #fff;
    color: #9d9d9d;
    display: block;
    width: auto;
    float: left;
    margin: 4px 4px 4px 0;
    padding: 15px 18px 14px 18px;
    text-decoration: none;
}
 
.pagination .page-numbers:hover {
   background: #e22413;
   color: #fff;
   text-decoration: none;
}
 
.pagination .current {
    background: #fff;
    color: #e22413;
    font-weight: 600;
    padding: 15px 18px 14px 18px;
}

.btn-flyout-trigger {
    top: 21px;
    right: 20px;
    z-index: 99999;
}
.btn-search-trigger{
	top: 21px;
    right: 55px;
    z-index: 99999;
}
.d-lg-none .search-form-drop {
    display: none;
}
.search-form-desk{
	display:none;
}
.downArrow {
    position: fixed;
    bottom: 3%;
    left: 49.5%;
    z-index: 99999;
    
}
.downArrow a .fa{
	padding-right:0;
	font-size:30px!important;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.to-left {
    -webkit-animation: to-left 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: to-left 0.5s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes to-left {
    100% { left: 4%; }
}

@keyframes to-left {
    100% { left: 4%; }
}

/* Ninja Form */
.nf-form-title h3{
	font-size: 17px;
    background: #ccc;
    padding: 10px;
}
.nf-form-fields-required{
	font-size:13px;
}
.nf-form-content label {
    font-size: 15px!important;
}
.nf-response-msg h4{
	background: #ccc!important;
    padding: 10px!important;
    font-size: 16px!important;
}
.push-to-right{
	right: 7%;
    left: auto;
	bottom:40%;
}
.misha_loadmore,.misha_loadmores{
	background-color: #ddd;
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	padding: 10px;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.misha_loadmore:hover,.misha_loadmores:hover{
	background-color: #767676;
	color: #fff;
}
.ninja-forms-form-wrap{
	font-family:arial,sans-serif;
}
#nf-form-5-cont{
	margin: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
#nf-form-5-cont .nf-form-title{
	display:none!important;
}
#nf-form-5-cont .nf-form-fields-required{
	display:none;
}
#nf-field-25{
	color: #fff!important;
    background: #e22413;
    border-color: #e22413;
    border-radius: 50px;
	    padding: 10px 10px 0 10px;
}
#nf-field-31-container,#nf-field-32-container{
	display:none;
}
.nf-form-content input:not([type=button]),.nf-form-content .ninja-forms-field{
	border-radius:5px!important;
}
#cookie-notice{
    z-index: 99999999;
}

/* sitemap */
.wsp-pages-title,.page-item-578,.page-item-324{
	display:none;
}
.wsp-pages-list{
	margin-top:30px;
	font-family:arial,sans-serif;
}
.wsp-pages-list li a {
    color: #e22413;
    text-decoration: underline;
    opacity: .8;
}

/* #benefitssolcarousel .carousel-inner{
	display:table;
}
#benefitssolcarousel .carousel-inner .carousel-item{
	display:table-cell;
}
#benefitssolcarousel .carousel-inner .carousel-item .col {
	display:table;
}
#benefitssolcarousel .carousel-inner .carousel-item .col .same-box-height{
	display:table-cell;
} */
