/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

/*
 *  Copyright 2017 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define image */
.cmp-image__image {
  width: 100%;
}

/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-carousel__content {
  position: relative;
}
.cmp-carousel__item {
  display: none;
}
.cmp-carousel__item--active {
  display: block;
}
.cmp-carousel__action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cmp-carousel__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cmp-carousel__indicator {
  position: relative;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border-radius: 50%;
  font-size: 0;
  text-indent: -3000px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cmp-carousel__indicator--active {
  background-color: rgba(0, 0, 0, 0.8);
}

/*--------------------------------------------------------------
# CSS Document
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Arrow Animation
--------------------------------------------------------------*/

.left-arrow img.arrow-move {
	position: relative;
	left: 0px;
	-webkit-transition: all 0.5s ease 0.1s;
	-moz-transition: all 0.5s ease 0.1s;
	-ms-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.left-arrow:hover img.arrow-move {
	left: 5px;
}

/*--------------------------------------------------------------
# Move to top scroll - Desktop
--------------------------------------------------------------*/

.scroll-up {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 1;
}

/*--------------------------------------------------------------
# Global CSS - Desktop
--------------------------------------------------------------*/
.hero-banner-caption {
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 500;
	font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
	line-height: 60px;
}
.h1-heading {
	font-size: 80px;
	line-height: 80px;
	/*letter-spacing: -1.5px;*/
	font-weight: 500;
	font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
}
.h1-sz30 {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 50px;
}
.title-sml {
	font-size: 42px;
	color: #000000;
	font-weight: 900;
	line-height: 44px;
	letter-spacing: -2px;
}
.yellow-dots {
	text-align: center;
	display: none;
}
.yellow-dots > span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}
.yellow-dots-left {
	display: none;
}
.yellow-dots-left > span, .yellow-dots-left-sml > span {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}
.yellow-dots-left-sml > span {
	width: 10px;
	height: 10px;
	margin-top: 0;
}
ul.list {
	padding: 0;
	margin-bottom: 20px;
}
ul.list > li {
	padding-left: 40px;
	list-style-type: none;
	margin-bottom: 10px;
	background-image: url("../png/list-arrow.png");
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
ul.list > li:last-child {
	margin-bottom: 0;
}
.hidden-scroll {
	overflow: hidden !important;
	-webkit-overflow-scrolling: hidden !important;
	-moz-overflow-scrolling: hidden !important;
	-ms-overflow-scrolling: hidden !important;
	-o-overflow-scrolling: hidden !important;
	position: relative;/*height: 100%;*/
}

/*--------------------------------------------------------------
# Header Menu - Desktop
--------------------------------------------------------------*/

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: transparent;
	color: #ffffff !important;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background-color: transparent;
	color: #fff !important;
	opacity: 0.75;
}
.navbar-default {
	border-color: transparent;
	background-color: transparent;
}
.navbar-brand {
	padding: 5px 15px 0;
}
.navbar {
	margin-bottom: 0;
	min-height: auto;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 16px;
	margin: 0 8px;
	font-weight: 400;
}
.listmenu {
	position: relative;
	width: 100%;
	padding: 0;
	z-index: 2;
}
.hero-list {
	position: absolute;
	width: 100%;
	margin-top: 125px;
}
.hero-list1 {
	margin-left: 10%;
	margin-right: 20%;
	margin-top: 0;
	/*padding: 17px 0;*/
	padding: 8px 0px;
	position: fixed;
	width: 69%;
}
.hero-list1 > nav > ol.rmv-breadcrum > li, .hero-list1 > nav > ol.rmv-breadcrum > li > a {
	color: #000000;
	font-size: 16px;
}
.hero-list1 > nav > ol.rmv-breadcrum > li.open > a {
	color: #f6a623;
}
.hero-list > nav > ol > li.open > ul.dropdown-menu {
	width: auto;
	left: auto;
}

.sticky-icons > li > a > img.share-icon {
	width: 17px;
	height: 45px;
	margin-right: 20px;
	display: block;
	padding: 14px 0;
}
.sticky-icons > li > a.small {
	font-weight: 600;
}
.small img.arrow-right-header {
	position: relative;
	left: 0px;
	-webkit-transition: all 0.5s ease 0.1s;
	-moz-transition: all 0.5s ease 0.1s;
	-ms-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.small:hover img.arrow-right-header {
	left: 5px;
}
.arrow-right-header {
	margin-left: 10px;
	width: 17px;
	height: 17px;
}
.hidden-list {
	display: none !important;
}
.visible-list {
	display: block !important;
}
.visible1024-cross {
	display: none;
}
.hero-list1 > .visible-list {
	margin: 0;
}

/* Mega menu */
.mega-dropdown-menu {
	border: 0;
}
.mega-dropdown {
	position: static !important;/*width: 100%;*/
}
.mega-dropdown > a {
	-webkit-transition: all 0.1s cubic-bezier(0, 0, 0, 0);
	-moz-transition: all 0.1s cubic-bezier(0, 0, 0, 0);
	-ms-transition: all 0.1s cubic-bezier(0, 0, 0, 0);
	-o-transition: all 0.1s cubic-bezier(0, 0, 0, 0);
	transition: all 0.1s cubic-bezier(0, 0, 0, 0);
}
.mega-dropdown-menu {
	padding: 20px 0px;
	width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
}
.mega-dropdown-menu > li > ul > li {
	list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
	display: block;
	padding: 3px 0;
	clear: both;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none;
	color: #DF9926;
}
li > a > .angle-down {
	font-size: 20px;
	position: relative;
	top: 2px;
	left: 5px;
}
li.open > a > .angle-down {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 0.5s ease 0.1s;
	-moz-transition: all 0.5s ease 0.1s;
	-ms-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}

.dropdown-menu {
	margin: 0;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.mega-dropdown-menu .dropdown-header, .mega-dropdown-menu .dropdown-header > a {
	color: #000;
	font-size: 14px;
	font-weight: 700;
    padding: 3px 0;
}
.mega-dropdown-menu .dropdown-header > a {
	padding: 0;
}
.mega-dropdown-menu form {
	margin: 3px 20px;
}
.mega-dropdown-menu .form-group {
	margin-bottom: 3px;
}

/* Mega menu END */
.learn, .innovate, .automate {
	height: 100vh;
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	color: #fff;
	padding-top: 25px;
}
.head-txt {
	font-size: 35px;
	margin-bottom: 15px;
	font-weight: 900;
    line-height: 1.1;
}
.sub-head {
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.7px;
}
.head-txt, .sub-head {
	padding: 0;
}
.burger1-menu, .burger2-menu {
	display: none;
	/*margin-left: -1px;*/
	position: absolute;
	width: 100%;
}
.align-list > ul > li > a {
	color: #303030;
}
.align-list > ul > li > a:hover {
	color: #0F9FFA;
}
.logo-inner {
	margin: 20px 0;
}

.menu-bg {
	background-color: #fff;
	border-radius: 50%;
	height: 45px;
	width: 45px;
	position: absolute;
	right: 10px;
	top: 0px;
}
.burger {
	margin-top: 35px;
	margin-right: 40px;
	height: 30px;
	width: 40px;
	position: absolute;
	top: 0px;
	right: 23px;
	cursor: pointer;
}
.scrollbg-show .burger.open {
	top: 0;
}
.burger.open {
	background-color: #fff;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.show-strip .burger.open {
	top: 30px;
}

.open > .collapse {
	background-color: #061838;
	display: block;
	top: 5px !important;
	left: 0;
	transition: all 70ms ease-out 0.1s;
}

.icon-bar11, .icon-bar21, .icon-bar31 {
	background: #fff !important;
}

.icon-bar1, .icon-bar2, .icon-bar3 {
	position: absolute;
	margin: auto;
	top: 0px;
	right: 0;
	bottom: 0px;
	background: #061838;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.icon-bar1, .icon-bar3 {
	height: 2px;
	width: 18px;
}

.icon-bar2 {
	height: 2px;
	top: 16px;
	width: 10px;
}
.icon-bar3 {
	top: 31px;
}
.open > .icon-bar11,.open > .icon-bar31 {
	background: #061838 !important;
}
.open > .collapse {
	top: 20px;
	background: #061838;
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out;
	display: block;
}
.rotate30 {
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 50ms ease-out;
	-moz-transition: all 50ms ease-out;
	-ms-transition: all 50ms ease-out;
	-o-transition: all 50ms ease-out;
	transition: all 50ms ease-out;
}
.rotate150 {
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-transition: all 50ms ease-out;
	-moz-transition: all 50ms ease-out;
	-ms-transition: all 50ms ease-out;
	-o-transition: all 50ms ease-out;
	transition: all 50ms ease-out;
}
.rotate45 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
.rotate135 {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

.circle {
	border-radius: 50%;
	width: 0px;
	height: 0px;
	position: absolute;
	/*top: 35px;
	right: 36px;*/
	top: 65px;
	right: 95px;
	background: #fff;
	opacity: 1;
	-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
.circle.expand {
	width: 150%;
	height: 2000px;
	overflow: hidden;
	top: -560px;
	right: -565px;
	-webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
.menu {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}
.menu ul li {
	margin-bottom: 20px;
	position: relative;	
}
.menuItems > ul > li > a {
	color: #3F3F3F;
	font-weight: 900;
	font-size: 23px;
	text-decoration: none;
}
.un-line {
	position: absolute;
	bottom: -1px;
	height: 3px;
	width: 0;
	left: 0;
	background-color: #333;
	-webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.menuItems > ul > li > a:hover .un-line {
	width: 26px;
}
.menuItems > ul > li.smalltext {
	margin-bottom: 10px;
}
.menuItems > ul > li.smalltext > a {
	color: #7E7E7E;
	font-weight: 400;
	font-size: 18px;
	text-decoration: none;
}
.menuItems > ul > li > a:hover, .menuItems > ul > li.smalltext > a:hover {
	color: #000000;
}
.menuItems > ul > li.social-icons {
	margin-top: 25px;
	display: inline-block;
	margin-bottom: 0;
	margin-left: 15px;
}
.opacity-zero {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0.3s;
	-moz-transition: all 0.3s ease-out 0.3s;
	-ms-transition: all 0.3s ease-out 0.3s;
	-o-transition: all 0.3s ease-out 0.3s;
	transition: all 0.3s ease-out 0.3s;
}
.bg-trans {
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.3s ease-out 0.3s;
	-moz-transition: all 0.3s ease-out 0.3s;
	-ms-transition: all 0.3s ease-out 0.3s;
	-o-transition: all 0.3s ease-out 0.3s;
	transition: all 0.3s ease-out 0.3s;
}
@keyframes show-strip {
	0% {
	 opacity: 0;
	 transform: translateY(0px);
	}
	50% {
	 opacity: 1;
	 transform: translateY(5px);
	}
	100% {
	 transform: translateY(0px);
	}
}

ul.navs > li {
	display: block;
	height: 40px;
	position: relative;
	width: 60px;
}
ul.navs > li > a {
	cursor: pointer;
	display: block;
	height: 100%;
	position: relative;
	text-decoration: none;
	width: 100%;
	z-index: 1;
}
ul.navs > li > a > span {
	background-color: rgba(255, 255, 255, 0.3);
	height: 1px;
	width: 30px;
	display: block;
}
ul.navs > li.active > a > span, ul.navs > li:hover > a > span {
	background-color: rgb(255, 255, 255, 1);
	height: 4px;
	width: 60px;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
ul.navs > li > .menu-title {
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	top: 5px;
}
ul.navs > li.active {
	margin-bottom: 40px;
}
ul.navs > li.active > .menu-title, ul.navs > li:hover > .menu-title {
	color: #fff;
	display: block;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
ul.navs > li > .menu-title {
	color: #fff;
	display: none;
}
/* User Icon Start */
.user-icon {
	position: absolute;
	right: 189px;
	font-size: 25px;
	top: 41px;
	z-index: 9999;
}

.user-icon a {
	color: #FFFFFF;
    font-size: 25px;
}

.user-icon a i {
	font-size: 25px;
}

.user-icon.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.user-icon .dropdown-menu>li>a {
    font-size: 14px;
}

@media screen and (max-width: 992px) { 
	.user-icon {
		right: 140px;
	}
	.user-icon .dropdown-menu {
		left: -3px;
	}
}       
/*--------------------------------------------------------------
# Header Menu Portion
--------------------------------------------------------------*/

@media screen and (min-width: 1500px) and (max-width: 1920px) {
	.hero-list1 {
		width: 60%;
	}
	ul.social-share > li {
		/*right: 23%;*/
	}
	.ui-menu {
		width: 50% !important;
	}
}

@media screen and (max-width: 1280px) {
	ul.social-share > li {
		/*right: 36%;*/
	}
}

@media screen and (max-width: 1024px) {
	h1, h2, h3, h4, h5 {
		/*font-family: myriad-pro;*/
		font-weight: 400;
		margin: 0;
	}
	a {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		outline: 0;
	}
	a:hover {
		text-decoration: none;
	}
	.ms-rtestate-field h1, h1.ms-rteElement-H1, .ms-rtestate-field h2, h2.ms-rteElement-H2 {
		color: inherit;
	}
	/*--------------------------------------------------------------
	# iframe[google_conversion_frame]
	--------------------------------------------------------------*/

	iframe[name=google_conversion_frame] {
		display: none;
	}
	/*--------------------------------------------------------------
	# Color CSS 
	--------------------------------------------------------------*/

	.white-color {
		color: #ffffff !important;
	}
	.black-color {
		color: #000000 !important;
	}
	.light-gray {
		color: #7E7E7E !important;
	}
	/*--------------------------------------------------------------
	# Background CSS 
	--------------------------------------------------------------*/

	.bg-white {
		background-color: #fff !important;
	}
	.bg-blue {
		background-color: #47baeb !important;
	}
	.bg-black {
		background-color: #000 !important;
	}
	.bg-egyptian-blue {
		background-color: #213f98 !important;
	}
	.bg-light-white {
		background-color: #f2f2f2;
	}
	.bg-light-grey {
		background-color: #f8f8f8;
	}
	.bg-darkblue {
		background-color: #3601c0;
	}
	.bg-purple {
		background-color: #5619a4;
	}
	.bg-green {
		background-color: #1995a4;
	}
	.bg-cyan {
		background-color: #47baeb;
	}
	.bg-twittercyan {
		background-color: #0F9FFA;
	}
	.bg-orange {
		background-color: #f5a623;
	}
	/*--------------------------------------------------------------
	# Font size CSS-del
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	# Fontweight-del
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	# Padding CSS-del
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	# Border 
	--------------------------------------------------------------*/
	.noborder {
		border: 0;
	}
	/*--------------------------------------------------------------
	# Line height 
	--------------------------------------------------------------*/

	.line-height-24 {
		line-height: 24px;
	}
	.line-height-26 {
		line-height: 26px;
	}
	.line-height-28 {
		line-height: 28px;
	}
	/*--------------------------------------------------------------
	# Relative 
	--------------------------------------------------------------*/

	.relative {
		position: relative;
	}
	/*--------------------------------------------------------------
	# Block 
	--------------------------------------------------------------*/

	.block {
		display: block;
	}
	/*--------------------------------------------------------------
	# Arrow Animation
	--------------------------------------------------------------*/

	.left-arrow img.arrow-move {
		position: relative;
		left: 0px;
		-webkit-transition: all 0.5s ease 0.1s;
		-moz-transition: all 0.5s ease 0.1s;
		-ms-transition: all 0.5s ease 0.1s;
		-o-transition: all 0.5s ease 0.1s;
		transition: all 0.5s ease 0.1s;
	}
	.left-arrow:hover img.arrow-move {
		left: 5px;
	}
	/*--------------------------------------------------------------
	# Move to top scroll - Tablet (Landscape 1024px)
	--------------------------------------------------------------*/

	.scroll-up {
		position: fixed;
		bottom: 20px;
		right: 20px;
		display: none;
		z-index: 1;
	}
	
	.hidden-tab {
		display: none !important;
	}

	/*--------------------------------------------------------------
	# Header Menu - Tablet (Landscape 1024px)
	--------------------------------------------------------------*/

	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		background-color: transparent;
		color: #ffffff !important;
	}
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
		background-color: transparent;
		color: #fff !important;
		opacity: 0.75;
	}
	.navbar-default {
		border-color: transparent;
		/*-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
		box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
		background-color: transparent;
	}
	.navbar-brand {
		padding: 5px 15px 0;
	}
	.navbar {
		margin-bottom: 0;
		min-height: auto;
	}
	.navbar-default .navbar-nav > li > a {
		color: #fff;
		font-size: 16px;
		margin: 0 8px;
		font-weight: 300;
	}
	
	.listmenu {
		position: relative;
		width: 100%;
		padding: 0;
		z-index: 2;
	}
	
	.hero-list {
		position: absolute;
		width: 100%;
		margin-top: 125px;
	}
	.hero-list1 {
		margin-left: 10%;
		margin-right: 20%;
		margin-top: 0;
		/*padding: 17px 0;*/
		padding: 8px 0px;
		position: fixed;
		width: 70%;
	}
	.hero-list1 > nav > ol.rmv-breadcrum > li, .hero-list1 > nav > ol.rmv-breadcrum > li > a {
		color: #000000;
		font-size: 16px;
	}
	
	.hero-list1 .dropdown-menu {
		margin-top: -37px;
	}
	.hero-list1 > nav > ol.rmv-breadcrum > li.open > a {
		color: #f6a623;
	}
	.hero-list > nav > ol > li.open > ul.dropdown-menu {
		width: auto;
		left: auto;
	}
	
	.hero-list > .strip-head {
		display: none !important;
	}
	.sticky-icons > li > a > img.share-icon {
		max-width: 17px;
		height: 55px;
		margin-right: 20px;
		display: block;
		padding: 20px 0;
	}
	.sticky-icons > li > a.small {
		font-weight: 600;
	}
	.small img.arrow-right-header {
		position: relative;
		left: 0px;
		-webkit-transition: all 0.5s ease 0.1s;
		-moz-transition: all 0.5s ease 0.1s;
		-ms-transition: all 0.5s ease 0.1s;
		-o-transition: all 0.5s ease 0.1s;
		transition: all 0.5s ease 0.1s;
	}
	.small:hover img.arrow-right-header {
		left: 5px;
	}

	li.trigger-share {
        position: absolute;
        top: -57px;
        left: unset;
        right: 110px;
	}
	.arrow-right-header {
		margin-left: 10px;
		max-width: 17px;
	}
	.hidden-list {
		display: none !important;
	}
	.visible-list {
		display: block !important;
	}
	.visible1024-cross {
		display: block;
	}
	.hero-list1 > .visible-list {
		margin: 0;
	}
	.pos-right {
		margin-right: 100px;
	}
	
	/* Mega menu */
	.mega-dropdown-menu {
		border: 0;
	}
	.mega-dropdown {
		position: static !important;/*width: 100%;*/
	}
	.mega-dropdown > a {
		-webkit-transition: all 0.1s cubic-bezier(0, 0, 0, 0);
		-moz-transition: all 0.1s cubic-bezier(0, 0, 0, 0);
		-ms-transition: all 0.1s cubic-bezier(0, 0, 0, 0);
		-o-transition: all 0.1s cubic-bezier(0, 0, 0, 0);
		transition: all 0.1s cubic-bezier(0, 0, 0, 0);
	}
	.mega-dropdown-menu {
		padding: 20px 0px;
		width: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.mega-dropdown-menu > li > ul {
		padding: 0;
		margin: 0;
	}
	.mega-dropdown-menu > li > ul > li {
		list-style: none;
	}
	.mega-dropdown-menu > li > ul > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		font-size: 14px;
		color: #000000;
		white-space: normal;
	}
	.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
		text-decoration: none;
		color: #f6a623;
	}
	li > a > .angle-down {
		font-size: 20px;
		position: relative;
		top: 2px;
		left: 5px;
	}
	li.open > a > .angle-down {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: all 0.5s ease 0.1s;
		-moz-transition: all 0.5s ease 0.1s;
		-ms-transition: all 0.5s ease 0.1s;
		-o-transition: all 0.5s ease 0.1s;
		transition: all 0.5s ease 0.1s;
	}
	li > a > .reverseArrow {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: all 0.5s ease 0.1s;
		-moz-transition: all 0.5s ease 0.1s;
		-ms-transition: all 0.5s ease 0.1s;
		-o-transition: all 0.5s ease 0.1s;
		transition: all 0.5s ease 0.1s;
	}
	li.open > a > .reverseArrow {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all 0.5s ease 0.1s;
		-moz-transition: all 0.5s ease 0.1s;
		-ms-transition: all 0.5s ease 0.1s;
		-o-transition: all 0.5s ease 0.1s;
		transition: all 0.5s ease 0.1s;
	}

	.dropdown-menu {
		margin: 0;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
		-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
		box-shadow: 0 0 10px rgba(0,0,0,0.6);
	}
	.mega-dropdown-menu .dropdown-header, .mega-dropdown-menu .dropdown-header > a {
		color: #000;
		font-size: 14px;
		font-weight: 700;
	}
	.mega-dropdown-menu .dropdown-header > a {
		padding: 0;
	}
	.mega-dropdown-menu form {
		margin: 3px 20px;
	}
	.mega-dropdown-menu .form-group {
		margin-bottom: 3px;
	}
	/* Mega menu END */
	.learn, .innovate, .automate {
		height: 100vh;
		background-repeat: no-repeat !important;
		-webkit-background-size: cover !important;
		background-size: cover !important;
		color: #fff;
		padding-top: 25px;
	}
	.head-txt {
		font-size: 40px;
		margin-bottom: 15px;
		font-weight: 900;
	}
	.sub-head {
		font-style: italic;
		font-weight: 400;
		letter-spacing: 0.7px;
	}
	.head-txt, .sub-head {
		/*padding: 0 30px;*/
		padding: 0px;
	}
	.learn {
		background-position: -61px 90px;
	}
	.innovate {
		background-position: -65px 70px;
	}
	.automate {
		background-position: -130px 70px;
	}
	.submenu-portion {
		width: 100%;
		background-color: #F2F2F2;
		height: 108vh;
		padding: 60px 15px 30px;
	}
	.menuItems {
		background-color: #fff;
		background-image: url(../pattern-bg.html);
		background-repeat: repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		background-position: center center;
		height: 100vh;
		padding: 35px;
	}
	.burger1-menu, .burger2-menu {
		display: none;
		/*margin-left: -1px;*/
		position: absolute;
		width: 100%;
		z-index: 1;
	}
	/*.indus, .servi {	
		padding: 60px;
	}*/
	.hear-txt-sub {
		font-weight: 600;
		color: #000;
		font-size: 18px;
	}
	.menu .align-list > ul > li {
		font-size: 14px;
		color: #000;
		margin: 17px 0;
	}
	.align-list > ul > li > a {
		color: #303030;
	}
	.align-list > ul > li > a:hover {
		color: #0F9FFA;
	}
	.logo-inner {
		margin: 20px 0;
	}

	.menu-bg {
		background-color: #fff;
		border-radius: 50%;
		height: 45px;
		width: 45px;
		position: absolute;
		right: 10px;
		top: 0px;
	}
	.burger {
		height: 30px;
		width: 40px;
		position: absolute;
		top: 0px;
		right: 23px;
		cursor: pointer;
	}
	.scrollbg-show .burger.open {
		top: 0;
	}
	.burger.open {
		background-color: #FFFFFF;
		width: 50px;
		height: 50px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		right: 0;
	}
	.show-strip .burger.open {
		top: 30px;
	}
	.open > .collapse {
		background-color: #061838;
		display: block;
		top: 5px !important;
		left: 0;
		transition: all 70ms ease-out 0.1s;
	}
	.reverseMenu {
		background-color: #061838 !important;
		color: #fff;
	}
	.icon-bar11, .icon-bar21, .icon-bar31 {
		background: #fff !important;
	}
	.icon-bar1, .icon-bar2, .icon-bar3 {
		position: absolute;
		margin: auto;
		top: 0px;
		right: 0;
		bottom: 0px;
		background: #061838;
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
	}
	.icon-bar1, .icon-bar3 {
		height: 2px;
		/*width: 26px;*/
		width: 18px;
	}
	/*.y {
		top: 18px;
		width: 15px;
		height: 2px;
	}*/
	.icon-bar2 {
		height: 2px;
		top: 16px;
		width: 10px;
	}
	.icon-bar3 {
		top: 31px;
	}
	.open > .icon-bar11 {
		background: #061838 !important;
	}
	.open > .icon-bar31 {
		background: #061838 !important;
	}
	.open > .collapse {
		top: 20px;
		background: #061838;
		-webkit-transition: all 70ms ease-out;
		-moz-transition: all 70ms ease-out;
		-ms-transition: all 70ms ease-out;
		-o-transition: all 70ms ease-out;
		transition: all 70ms ease-out;
		display: block;
	}
	.rotate30 {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
		-webkit-transition: all 50ms ease-out;
		-moz-transition: all 50ms ease-out;
		-ms-transition: all 50ms ease-out;
		-o-transition: all 50ms ease-out;
		transition: all 50ms ease-out;
	}
	.rotate150 {
		-ms-transform: rotate(150deg);
		-webkit-transform: rotate(150deg);
		transform: rotate(150deg);
		-webkit-transition: all 50ms ease-out;
		-moz-transition: all 50ms ease-out;
		-ms-transition: all 50ms ease-out;
		-o-transition: all 50ms ease-out;
		transition: all 50ms ease-out;
	}
	.rotate45 {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 100ms ease-out;
		-moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		-o-transition: all 100ms ease-out;
		transition: all 100ms ease-out;
	}
	.rotate135 {
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-transition: all 100ms ease-out;
		-moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		-o-transition: all 100ms ease-out;
		transition: all 100ms ease-out;
	}

	.circle {
		border-radius: 50%;
		width: 0px;
		height: 0px;
		position: absolute;
		/*top: 35px;
		right: 36px;*/
		top: 65px;
		right: 75px;
		background: #fff;
		opacity: 1;
		-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	}
	.circle.expand {
		width: 150%;
		height: 2000px;
		overflow: hidden;
		top: -560px;
		right: -300px;
		-webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	}
	.menu {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0px;
		right: 0px;
		display: none;
	}
	.menu ul li {
		margin-bottom: 20px;
		position: relative;
	}
	.menuItems > ul > li > a {
		color: #3F3F3F;
		font-weight: 900;
		font-size: 23px;
		text-decoration: none;
	}
	.un-line {
		position: absolute;
		bottom: -1px;
		height: 3px;
		width: 0;
		left: 0;
		background-color: #333;
		-webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
		transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
	}
	.menuItems > ul > li > a:hover .un-line {
		width: 26px;
	}
	.menuItems > ul > li.smalltext {
		margin-bottom: 10px;
	}
	.menuItems > ul > li.smalltext > a {
		color: #7E7E7E;
		font-weight: 400;
		font-size: 18px;
		text-decoration: none;
	}
	.menuItems > ul > li > a:hover, .menuItems > ul > li.smalltext > a:hover {
		color: #000000;
	}
	.menuItems > ul > li.social-icons {
		margin-top: 25px;
		display: inline-block;
		margin-bottom: 0;
		margin-left: 15px;
	}
	.opacity-zero {
		opacity: 0;
		-webkit-transition: all 0.3s ease-out 0.3s;
		-moz-transition: all 0.3s ease-out 0.3s;
		-ms-transition: all 0.3s ease-out 0.3s;
		-o-transition: all 0.3s ease-out 0.3s;
		transition: all 0.3s ease-out 0.3s;
	}
	.bg-trans {
		background-color: rgba(255, 255, 255, 0);
		-webkit-transition: all 0.3s ease-out 0.3s;
		-moz-transition: all 0.3s ease-out 0.3s;
		-ms-transition: all 0.3s ease-out 0.3s;
		-o-transition: all 0.3s ease-out 0.3s;
		transition: all 0.3s ease-out 0.3s;
	}
	@keyframes show-strip {
		0% {
		 opacity: 0;
		 transform: translateY(0px);
		}
		50% {
		 opacity: 1;
		 transform: translateY(5px);
		}
		100% {
		 transform: translateY(0px);
		}
	}

	.search-icon {
		right: 125px;
	}

	.cross > a > img {
		max-width: 17px;
		position: absolute;
		right: 25px;
		top: 15px;
		z-index: 1;
	}

	.hidden-1024 {
		display: none;
	}
	/* header */
	.menu-bg.no-scroll {
		right: 10px;
	}
	.burger.no-scroll {
		right: 23px;
	}
	.navbar-brand.no-scroll {
		margin-left: 0 !important;
	}

	/*--------------------------------------------------------------
	# Header Menu - Tablet (Portrait 992px)
	--------------------------------------------------------------*/

	.menu {
    	height: 100vh;
    	width: 100vw;
    	position: absolute;
    	top: 0px;
    	right: 0px;
    	display: none;
	}

	.search-icon {
		right: 90px;
	}
	.menuItems {
		background-color: #fff;
		background-image: url(../png/pattern-bg.png);
		background-position: center center;
		background-repeat: repeat;
		background-size: cover;
		padding: 35px;
		height: 100vh;
	}

	.learn, .innovate, .automate {
		height: 182px;
		height: 100vh;
		background-repeat: no-repeat !important;
		-webkit-background-size: cover !important;
		background-size: cover !important;
		color: #fff;
		padding-top: 25px;
	}
	.automate {
		background-position: -130px 70px;
	}
	.innovate {
		background-position: -65px 70px;
	}
	.learn {
		background-position: -61px 90px;
	}
	.visible1024-cross {
		display: block;
	}

	.indus .servi, .consult {
		height: auto;
	}
	.hear-txt-sub {
		margin-bottom: 20px;
	}
	.burger.open {
		/*background-color: #fff;*/
		width: 50px;
		height: 50px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.collapse {
		left: 4px;
		top: 0;
	}
	.circle.expand {
		width: 240%;
		right: -600px;
	}
	.menu-bg, .burger {		
		margin-right: 15px;		
		margin-top: 35px;		
	}

	.head-txt, .sub-head {
		padding: 0 !important;
	}
	/* Social Share */

	.trigger-share {
		right: 25%;
	}
}

/* Mobile (Landscape) ----------- */
@media screen and (max-width: 767px) {

	/*--------------------------------------------------------------
	# CSS Document
	--------------------------------------------------------------*/
	.h1-heading {
    	font-size: 50px !important;
    	line-height: 50px !important;
    	margin-top: 25px;
	}

	.iframe-width {
		height: 1110px;
	}
	h1, h2, h3, h4, h5 {
		/*font-family: myriad-pro;*/
		font-weight: 400;
		margin: 0;
	}
	a {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		outline: 0;
	}
	a:hover {
		text-decoration: none;
	}
	.ms-rtestate-field h1, h1.ms-rteElement-H1, .ms-rtestate-field h2, h2.ms-rteElement-H2 {
		color: inherit;
	}
	/*--------------------------------------------------------------
	# iframe[google_conversion_frame]
	--------------------------------------------------------------*/

	iframe[name=google_conversion_frame] {
		display: none;
	}
	/*--------------------------------------------------------------
	# Color CSS 
	--------------------------------------------------------------*/

	.white-color {
		color: #ffffff !important;
	}
	.black-color {
		color: #000000 !important;
	}
	.light-gray {
		color: #7E7E7E !important;
	}
	/*--------------------------------------------------------------
	# Background CSS 
	--------------------------------------------------------------*/
	.bg-blue {
		background-color: #47baeb !important;
	}
	.bg-black {
		background-color: #000 !important;
	}
	.bg-egyptian-blue {
		background-color: #213f98 !important;
	}
	/*--------------------------------------------------------------
	# Font size CSS
	--------------------------------------------------------------*/

	.size-md-14 {
		font-size: 14px;
	}
	.size-md-20 {
		font-size: 20px;
	}
	.size-md-25 {
		font-size: 25px;
	}
	.size-md-28 {
		font-size: 28px;
	}
	.size-md-70 {
		font-size: 70px;
	}
	/*--------------------------------------------------------------
	# Fontweight-del
	--------------------------------------------------------------*/

	/*--------------------------------------------------------------
	# Padding CSS-del
	--------------------------------------------------------------*/

	/*--------------------------------------------------------------
	# Border 
	--------------------------------------------------------------*/
	.noborder {
		border: 0;
	}
	/*--------------------------------------------------------------
	# Line height 
	--------------------------------------------------------------*/

	.line-height-24 {
		line-height: 24px;
	}
	.line-height-26 {
		line-height: 26px;
	}
	.line-height-28 {
		line-height: 28px;
	}
	/*--------------------------------------------------------------
	# Relative 
	--------------------------------------------------------------*/

	.relative {
		position: relative;
	}
	/*--------------------------------------------------------------
	# Block 
	--------------------------------------------------------------*/

	.block {
		display: block;
	}
	.hidden-scroll {
		overflow: hidden !important;
		-webkit-overflow-scrolling: hidden !important;
		-moz-overflow-scrolling: hidden !important;
		-ms-overflow-scrolling: hidden !important;
		-o-overflow-scrolling: hidden !important;
		position: relative;/*height: 100%;*/
	}
		
	/*--------------------------------------------------------------
	# Header Menu - Mobile (Landscape 767px)
	--------------------------------------------------------------*/

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: transparent;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		background-color: transparent;
		color: #ffffff !important;
	}
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
		background-color: transparent;
		color: #fff !important;
		opacity: 0.75;
	}
	.navbar-default {
		border-color: transparent;
		/*-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
		box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
		background-color: transparent;
	}
	.navbar-brand {
		padding: 5px 15px 0;
	}
	.navbar {
		margin-bottom: 0;
		min-height: auto;
	}
	.navbar-default .navbar-nav > li > a {
		color: #fff;
		font-size: 16px;
		margin: 0 8px;
		font-weight: 300;
	}
	
	/*.listmenu {
		position: relative;
		width: 100%;
		padding: 0;
		z-index: 2;
	}
	.hero-list {
		position: absolute;
		width: 100%;
		margin-top: 125px;
	}
	.hero-list1 {
		margin-top: 0;
		/*padding: 17px 0;
		padding: 8px 0px;
		position: fixed;
		width: auto;
		margin-left: 75%;
		margin-right: 0%;
	}
	.hero-list1 > nav > ol.rmv-breadcrum > li, .hero-list1 > nav > ol.rmv-breadcrum > li > a {
		color: #000000;
		font-size: 16px;
	}
	.hero-list1 .dropdown-menu {
		margin-top: -37px;
	}
	.hero-list1 > nav > ol.rmv-breadcrum > li.open > a {
		color: #DF9926;
	}
	.hero-list > nav > ol > li.open > ul.dropdown-menu {
		width: 100%;
		left: auto;
	}

	.hero-list > .strip-head {
		display: none !important;
	}
	li.trigger-share {
    	background-color: #FFFFFF;
    	margin-right: 15px;
    	position: relative;
    	top: 3px;
    	left: 5px;
	}*/

	.sticky-icons > li > a > img.share-icon {
		max-width: 17px;
		margin-right: 20px;
		display: block;
		padding: 18px 0;
	}
	.sticky-icons > li > a.small {
		font-weight: 600;
	}
	.small img.arrow-right-header {
		position: relative;
		left: 0px;
		-webkit-transition: all 0.5s ease 0.1s;
		-moz-transition: all 0.5s ease 0.1s;
		-ms-transition: all 0.5s ease 0.1s;
		-o-transition: all 0.5s ease 0.1s;
		transition: all 0.5s ease 0.1s;
	}
	.small:hover img.arrow-right-header {
		left: 5px;
	}
	.arrow-right-header {
		margin-left: 10px;
		max-width: 17px;
	}
	.hidden-list {
		display: none !important;
	}
	.visible-list {
		display: block !important;
	}
	
/*	.hero-list1 > .visible-list {
		margin: 0;
	}*/
	.pos-right {
		margin-right: 100px;
	}
	/* Mega menu */
	.mega-dropdown-menu {
		border: 0;
	}
	.mega-dropdown {
		position: static !important;/*width: 100%;*/
	}
	.mega-dropdown > a {
		-webkit-transition: all 0.1s cubic-bezier(0, 0, 0, 0);
		-moz-transition: all 0.1s cubic-bezier(0, 0, 0, 0);
		-ms-transition: all 0.1s cubic-bezier(0, 0, 0, 0);
		-o-transition: all 0.1s cubic-bezier(0, 0, 0, 0);
		transition: all 0.1s cubic-bezier(0, 0, 0, 0);
	}
	.mega-dropdown-menu {
		padding: 20px 0px;
		width: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		}
	.mega-dropdown-menu > li > ul {
		padding: 0;
		margin: 0;
	}
	.mega-dropdown-menu > li > ul > li {
		list-style: none;
	}
	.mega-dropdown-menu > li > ul > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		font-size: 14px;
		color: #000000;
		white-space: normal;
	}
	.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
		text-decoration: none;
		color: #f6a623;
	}
	li > a > .angle-down {
		font-size: 20px;
		position: relative;
		top: 2px;
		left: 5px;
	}
	li.open > a > .angle-down {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: all 0.5s ease 0.1s;
		-moz-transition: all 0.5s ease 0.1s;
		-ms-transition: all 0.5s ease 0.1s;
		-o-transition: all 0.5s ease 0.1s;
		transition: all 0.5s ease 0.1s;
		}
	.dropdown-menu {
		margin: 0;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
		-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
		box-shadow: 0 0 10px rgba(0,0,0,0.6);
	}
	.mega-dropdown-menu .dropdown-header, .mega-dropdown-menu .dropdown-header > a {
		color: #000;
		font-size: 14px;
		font-weight: 700;
	}
	.mega-dropdown-menu .dropdown-header > a {
		padding: 0;
	}
	.mega-dropdown-menu form {
		margin: 3px 20px;
	}
	.mega-dropdown-menu .form-group {
		margin-bottom: 3px;
	}
	/* Mega menu END */
	.learn, .innovate, .automate {
		background-repeat: no-repeat !important;
		-webkit-background-size: cover !important;
		background-size: cover !important;
		background-position: center center !important;
		color: #fff;
		padding-top: 25px;
		position: relative;
		top: 655px;
		margin: 0;
		height: 182px;
	}
	.automate {
		background-position: left center;
	}
	.innovate {
		background-position: left center;
	}
	.learn {
		background-position: left center;
	}
	.head-txt {
		font-size: 30px;
		margin-bottom: 5px;
		font-weight: 900;
	}
	.sub-head {
		font-style: italic;
		font-weight: 400;
		letter-spacing: 0.7px;
	}
	.head-txt, .sub-head {
		padding: 0px;
	}
	.submenu-portion {
		width: 100%;
		background-color: #F2F2F2;
		height: 125vh;
		padding: 60px 15px 30px;
	}
	.menuItems {
		background-color: #fff;
		background-image: url(../pattern-bg.html);
		background-repeat: repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		background-position: center center;
		height: auto;
		padding: 35px;
		position: absolute;
	}
	.burger1-menu, .burger2-menu {
		display: none;
		/*margin-left: -1px;*/
		position: absolute;
		width: 100%;
		}
	.hear-txt-sub {
		font-weight: 600;
		color: #000;
		font-size: 18px;
	}
	.menu .align-list > ul > li {
		font-size: 14px;
		color: #000;
		margin: 17px 0;
	}
	.align-list > ul > li > a {
		color: #303030;
	}
	.align-list > ul > li > a:hover {
		color: #0F9FFA;
	}
	.logo-inner {
		margin: 20px 0;
		}

	.menu-bg {
		background-color: #fff;
		border-radius: 50%;
		height: 45px;
		width: 45px;
		position: absolute;
		right: 10px;
		top: 0px;
		margin-right: 5px;
	}
	.burger {
		height: 30px;
		width: 40px;
		position: absolute;
		top: 0px;
		right: 23px;
		cursor: pointer;
		margin-right: 5px;
	}
	.scrollbg-show .burger.open {
		right: 10px;
		top: 0px !important;
	}
	.icon-bar11, .icon-bar21, .icon-bar31 {
		background: #fff !important;
	}
	.icon-bar1, .icon-bar2, .icon-bar3 {
		position: absolute;
		margin: auto;
		top: 0px;
		right: 0;
		bottom: 0px;
		background: #061838;
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
	}
	.icon-bar1, .icon-bar3 {
		height: 2px;
		/*width: 26px;*/
		width: 18px;
	}

	.icon-bar2 {
		height: 2px;
		top: 16px;
		width: 10px;
	}
	.icon-bar3 {
		top: 31px;
	}
	.open > .icon-bar11, .open > .icon-bar31 {
		background: #061838 !important;
	}
	.open > .collapse {
		top: 1px !important;
		background-color: #061838;
		-webkit-transition: all 70ms ease-out;
		-moz-transition: all 70ms ease-out;
		-ms-transition: all 70ms ease-out;
		-o-transition: all 70ms ease-out;
		transition: all 70ms ease-out;
		display: block;
		left: 1px;
	}
	.rotate30 {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
		-webkit-transition: all 50ms ease-out;
		-moz-transition: all 50ms ease-out;
		-ms-transition: all 50ms ease-out;
		-o-transition: all 50ms ease-out;
		transition: all 50ms ease-out;
	}
	.rotate150 {
		-ms-transform: rotate(150deg);
		-webkit-transform: rotate(150deg);
		transform: rotate(150deg);
		-webkit-transition: all 50ms ease-out;
		-moz-transition: all 50ms ease-out;
		-ms-transition: all 50ms ease-out;
		-o-transition: all 50ms ease-out;
		transition: all 50ms ease-out;
	}
	.rotate45 {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 100ms ease-out;
		-moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		-o-transition: all 100ms ease-out;
		transition: all 100ms ease-out;
	}
	.rotate135 {
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-transition: all 100ms ease-out;
		-moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		-o-transition: all 100ms ease-out;
		transition: all 100ms ease-out;
		}
	.circle {
		border-radius: 50%;
		width: 0px;
		height: 0px;
		position: absolute;
		/*top: 35px;
		right: 36px;*/
		top: 65px;
		right: 30px;
		background: #fff;
		opacity: 1;
		-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	}
	.circle.expand {
		width: 150%;
		height: 2000px;
		overflow: hidden;
		top: -560px;
		right: -100px;
		-webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	}
	.menu {
		overflow-y: scroll;
		display: none;
		height: 100vh;
		position: absolute;
		right: 0;
		top: 0;
		width: 100vw;
		}
	.menu ul li {
		margin-bottom: 20px;
		position: relative;
	}
	.menuItems > ul > li > a {
		color:#3F3F3F;
		font-weight: 900;
		font-size: 23px;
		text-decoration: none;
		}
	.un-line {
		position: absolute;
		bottom: -1px;
		height: 3px;
		width: 0;
		left: 0;
		background-color: #333;
		-webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
		transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
	}
	.menuItems > ul > li > a:hover .un-line {
		width: 26px;
	}
	.menuItems > ul > li.smalltext {
		margin-bottom: 10px;
	}
	.menuItems > ul > li.smalltext > a {
		color: #7E7E7E;
		font-weight: 400;
		font-size: 18px;
		text-decoration: none;
	}
	.menuItems > ul > li > a:hover, .menuItems > ul > li.smalltext > a:hover {
		color: #000000;
	}
	.menuItems > ul > li.social-icons {
		margin-top: 25px;
		display: inline-block;
		margin-bottom: 0;
		margin-left: 15px;
	}
	.opacity-zero {
		opacity: 0;
		-webkit-transition: all 0.3s ease-out 0.3s;
		-moz-transition: all 0.3s ease-out 0.3s;
		-ms-transition: all 0.3s ease-out 0.3s;
		-o-transition: all 0.3s ease-out 0.3s;
		transition: all 0.3s ease-out 0.3s;
		}
	.bg-trans {
		background-color: rgba(255, 255, 255, 0);
		-webkit-transition: all 0.3s ease-out 0.3s;
		-moz-transition: all 0.3s ease-out 0.3s;
		-ms-transition: all 0.3s ease-out 0.3s;
		-o-transition: all 0.3s ease-out 0.3s;
		transition: all 0.3s ease-out 0.3s;
		}
	@keyframes show-strip {
		0% {
		 opacity: 0;
		 transform: translateY(0px);
		}
		50% {
		 opacity: 1;
		 transform: translateY(5px);
		}
		100% {
		 transform: translateY(0px);
		}
	}
}

@media screen and (max-width: 640px) {
	/* Mobile (Landscape) ----------- */

	/*--------------------------------------------------------------
	# Header Menu - Mobile (Landscape 640px)
	--------------------------------------------------------------*/

	.submenu-portion {
		min-height: 355vh;
		padding: 30px 15px;
	}
	.learn, .innovate, .automate {
		top: 623px;
	}
}

@media screen and (max-width: 480px) {
	/* Mobile (Landscape) ----------- */

	/*--------------------------------------------------------------
	# Header Menu - Mobile (Landscape 480px)
	--------------------------------------------------------------*/

	/*.hero-list1 {
		margin-left: 60%;
	}*/
	.circle.expand {
		width: 300%;
		right: -100px;
	}
	.submenu-portion {
		min-height: 410vh;
	}
	
}

@media screen and (max-width: 360px) {
	/* Mobile (portrait) ----------- */

	/*--------------------------------------------------------------
	# Header Menu - Mobile (Portrait 360px)
	--------------------------------------------------------------*/

/*	.hero-list1 {
		margin-left: 50%;
	}*/
	.submenu-portion {
		min-height: 195vh;
	}
	ul.social-share > li {
		right: 37%;
	}
}

@media screen and (max-width: 320px) {
	/* Mobile (portrait) ----------- */

	/*--------------------------------------------------------------
	# Header Menu - Mobile (Portrait 320px)
	--------------------------------------------------------------*/

	/*.hero-list1 {
		margin-left: 40%;
	}*/
	.submenu-portion {
		min-height: 260vh;
	}
	ul.social-share > li {
		right: 44%;
	}
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	.submenu-portion {
		min-height: 195vh;
	}
/*	li.trigger-share {
		left: -30px;
		top: 0;
	}*/
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	/*li.trigger-share {
		left: -15px;
		top: 0;
	}*/
	.submenu-portion {
		min-height: 350vh;
	}
	.circle.expand {
		width: 200%;
	}
	.learn, .innovate, .automate {
		top: 647px;
	}
}

/* Layout for search container */
.overlay-pr {
    background-color: #f2f2f2; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient( rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 10%) repeat scroll 0 0; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient( rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 10%) repeat scroll 0 0; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient( rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 10%) repeat scroll 0 0; /* For Firefox 3.6 to 15 */
    background: linear-gradient( rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 10%) repeat scroll 0 0;
    position: absolute;
    left: 0;
    top: 60px;
    bottom: 0;
    width: 100%;
    height: auto;
}

.list-group-item:first-child, .list-group-item, .grid-group-item:first-child,
.grid-group-item {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin-bottom: 25px;
border: 0;
}

.list-group-item {
padding: 0 15px;
}

.list-group-item .lng-txt {
padding-right: 150px;
}

.list-group-item .lng-txt h3, .list-group-item .caption-txt h3,
.grid-group-item .caption-txt h3 {
margin: 0;
}

.list-group-item .prlst-para {
padding-top: 0;
}

.grid-group-item .equal-bg {
padding-bottom: 15px;
}

.list-group-item .tag-bg, .grid-group-item .tag-bg {
left: 0;
}

.list-group-item ul.social-share-pr>li, .grid-group-item ul.social-share-pr>li
{
display: none;
left: 155px;
right: inherit;
}

.list-group-item ul.social-share-pr>li.slideout, .grid-group-item ul.social-share-pr>li.slideout
{
display: block;
}

.list-group-item ul.social-share-pr>li.slideout:nth-child(1),
.grid-group-item ul.social-share-pr>li.slideout:nth-child(1) {
-webkit-transform: translateX(-155px);
-moz-transform: translateX(-155px);
-ms-transform: translateX(-155px);
-o-transform: translateX(-155px);
transform: translateX(-155px);
}

.list-group-item ul.social-share-pr>li.slideout:nth-child(2),
.grid-group-item ul.social-share-pr>li.slideout:nth-child(2) {
-webkit-transform: translateX(-127px);
-moz-transform: translateX(-127px);
-ms-transform: translateX(-127px);
-o-transform: translateX(-127px);
transform: translateX(-127px);
}

.list-group-item ul.social-share-pr>li.slideout:nth-child(3),
.grid-group-item ul.social-share-pr>li.slideout:nth-child(3) {
-webkit-transform: translateX(-97px);
-moz-transform: translateX(-97px);
-ms-transform: translateX(-97px);
-o-transform: translateX(-97px);
transform: translateX(-97px);
}

.list-group-item ul.social-share-pr>li.slideout:nth-child(4),
.grid-group-item ul.social-share-pr>li.slideout:nth-child(4) {
-webkit-transform: translateX(-64px);
-moz-transform: translateX(-64px);
-ms-transform: translateX(-64px);
-o-transform: translateX(-64px);
transform: translateX(-64px);
}

.list-group-item .equal-bg {
/*padding-left: 0;
padding-bottom: 0;*/
padding-top: 15px;
padding-bottom: 15px;
}
.search-icon {
position: fixed !important; 
right: 140px;
top: 47px;
z-index: 9999 !important;
}

#SubmitValue {
padding: 4px 0;
width: 160px;
display: block;
}

.search {
position: relative;
text-align: center;
}

.search {
position: fixed;
z-index: 1000;
top: 0;
left: 0;
overflow: hidden;
/*display:none;*/
opacity:0;
visibility:hidden;
/*width: 100%;*/
height: 100vh;
}

.search::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
background: rgba(0, 0, 0, 0.3);
}

.search__inner {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 50%;
background: #f0f0f0;
}

.search__inner--up {
color: #333333;
background: #ffffff;
}

.search__inner--down {
top: 50%;
color: #f8f8f8;
background: #f8f8f8;
}

.btn--search-close {
font-size: 2em;
position: absolute;
z-index: 100;
top: 1.25em;
right: 1.25em;
display: none;
}

.btn--search-close {
display: block;
}

.search__form {
width: 75%;
max-width: 900px;
/*margin: 0 auto;*/
}

.search__input {
font-size: 7vw;
line-height: 1;
display: inline-block;
box-sizing: border-box;
width: 100%;
padding: 0 0 0.1em 0;
/*color: inherit;*/
border-bottom: 4px solid !important;
}

.search__input::-webkit-input-placeholder {
opacity: 0.1;
/* WebKit, Blink, Edge */
color: #fff;
}

.search__input::-moz-placeholder {
opacity: 0.1;
/* Mozilla Firefox 19+ */
color: #fff;
}

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

.search__input::-webkit-search-cancel-button, .search__input::-webkit-search-decoration
{
-webkit-appearance: none;
}

.search__input::-ms-clear {
display: none;
}

.search__info {
font-size: 90%;
font-weight: bold;
display: block;
width: 100%;
margin: 0 auto;
padding: 0.85em 0;
text-align: right;
}

.search__related {
display: flex;
width: 75%;
max-width: 900px;
/*pointer-events: none;*/
}

.search__suggestion {
width: 50%;
padding: 0 1em 0 0;
text-align: left;
}

.search__suggestion:last-child {
padding: 0 0 0 1em;
}

.search__suggestion h3 {
font-size: 1.35em;
margin-bottom: 20px;
color: #777777;
}

.search__suggestion h3::before {
content: '\21FE';
display: inline-block;
padding: 0 0.5em 0 0;
}

.search__suggestion p {
font-size: 1.15em;
line-height: 1.4;
margin: 0.75em 0 0 0;
}
/************************/
/* Transitions 			*/
/************************/

/*.main-wrap {
transition: transform 0.6s, opacity 0.6s;
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}*/
.main-wrap--hide {
opacity: 0;
transform: scale3d(0.8, 0.8, 1);
}

.search {
pointer-events: none;
}

.search--open {
pointer-events: auto;
/*display:block !important;*/
opacity:1;
visibility:visible;
}

.search::before {
opacity: 0;
transition: opacity 0.6s;
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.search--open::before {
opacity: 1;
}
/* Search button */
.btn--search {
transition: opacity 0.1s;
}

.main-wrap--hide .btn--search {
opacity: 0;
transition-delay: 0.1s;
}
/* Close button */
.btn--search-close {
opacity: 0;
transform: scale3d(0.8, 0.8, 1);
transition: opacity 0.6s, transform 0.6s;
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.search--open .btn--search-close {
opacity: 1;
transform: scale3d(1, 1, 1);
}
/* Halfs */
.search__inner {
transition: transform 0.6s;
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.search__inner--up {
transform: translate3d(0, -100%, 0);
}

.search__inner--down {
transform: translate3d(0, 100%, 0);
}

.search--open .search__inner {
transform: translate3d(0, 0, 0);
}

.search__suggestion {
transform: translate3d(0, 150px, 0);
transition: transform 1s;
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.search--open .search__suggestion {
transform: translate3d(0, 0, 0);
transition-delay: 0.05s;
}

.search--open .search__suggestion:last-child {
transition-delay: 0.1s;
}
/* Buttons */
.btn1 {
margin: 0;
padding: 0;
cursor: pointer;
border: none;
background: none;
}

.btn1:focus {
/* outline: none; */
outline: 2px solid blue  !important;
}

.btn--search {
font-size: 1.5em;
}
/* Reset Search Input */
.search__input {
border: 0;
background: transparent;
border-radius: 0;
-webkit-appearance: none;
}

.search__input:focus {
/* outline: none; */
outline: 2px solid blue;
}
/* Links */
.btn1 {
text-decoration: none;
color: #d17c78;
/* outline: none; */
}

.hidden1 {
position: absolute;
overflow: hidden;
width: 0;
height: 0;
pointer-events: none;
}
/* Icons */
.icon {
display: block;
width: 1.5em;
height: 1.5em;
margin: 0 auto;
fill: currentColor;
}
/* Demo colors */

/*.demo-9 {
color: #2d3535;
background-color: #597571;
}*/
.search__color a, .search__color .btn1 {
color: #fff;
font-size: 20px;
}

.search__color .btn--search-close {
background-color: #000;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
padding: 8px;
color: #FFFFFF !important;
}

.search__suggestion .tags-on-fly {
border: 1px solid #000;
color: #000;
display: inline-block;
font-size: 14px;
font-weight: bold;
margin: 8px 16px 8px 0;
padding: 10px 18px;
transition: all 0.3s ease-in-out 0.1s;
}

.search__suggestion .tags-on-fly:hover {
background: #000;
color: #fff;
}
.search-toggle-bg {
height: 45px;
width: 45px;
background-color: #061838 !important;
border-radius: 50%;
margin-top: -10px !important;
}

@media screen and (max-width: 40em) {
.btn--search-close {
font-size: 1.25em;
}
.search__suggestion {
width: 100%;
}
.search__suggestion:last-child {
display: none;
}
.search-wrap {
font-size: 0.85em;
position: absolute;
/*top: 2.15em;
right: 2em;*/
}
}

@media all and (max-width: 1024px) {
.search-icon {
right: 125px;
}
.list-group-item:first-child, .list-group-item, .grid-group-item:first-child,
.grid-group-item {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin-bottom: 25px;
border: 0;
}
}

@media screen and (max-width: 992px) {
.search-icon {
right: 90px;
}
.list-group-item .lng-txt {
padding-right: 15px;
}

}

@media all and (max-width: 640px) {
.search-icon {
right: 85px;
}
}

@media all and (max-width: 767px) {
.list-group-item .equal-bg {
padding-bottom: 0;
padding-top: 0;
}
.list-group-item .lng-txt {
padding-top: 15px;
}
.list-group-item .minus-top-mob {
position: absolute;
top: -45px;
}
.list-group-item>.pos-abs {
background-color: #fff;
left: 15px;
right: 15px;
position: absolute;
width: auto;
top: 0 !important;
}
.list-group-item:first-child, .list-group-item, .grid-group-item:first-child,
.grid-group-item {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin-bottom: 25px;
border: 0;
}
}
/*--------------------------------  Breadcrumb css start------------------------------ */
.show-strip {
    background-color: #ffffff;
}        
.breadcrumb.aem-GridColumn{
	margin: 0;
    padding: 0;
}
ol.breadcrumb .dropdown-menu {
    width: 100% !important;
}
.hero-list1 .dropdown-menu {
    margin-top: -37px;
}
.burger:focus {
    outline: 2px solid blue;
}

.hero-list1 > nav > ol.rmv-breadcrum > li, .hero-list1 > nav > ol.rmv-breadcrum > li > a { 	
    color: #000000; 	
    font-size: 16px; 
  }
/*--------------------------------  Breadcrumb css end------------------------------ */

/*--------------------------------  Below css for Mobile Navigation------------------------------ */
.select-country > a {
    border: 1px solid #575757;
    padding: 5px 15px;
    display: inline-block;
    color: #575757;
}
.country-align > li > a {
    color: #575757;
    padding: 10px 15px;
    display: block;
}
@media screen and (max-width: 1024px) {
            #sml_ht_home_banner {
                padding: 150px 0 50px !important;
            }

            /* Mobile BreadCrumb */
            .hero-list {
				margin-top: 100px;
				width: 100%;
				margin-left: 0;
				margin-right: 0;
				position: absolute;
			}

            ol.rmv-breadcrum.hidden-tab {
                display: block !important;
            }

            #sml_ht_home_banner .l-top {
                margin-top: 0px !important;
            }

            ol.rmv-breadcrum>li,
            ol.rmv-breadcrum>li>a {
                font-weight: 400 !important;
				color:#fff !important;
        		display: inline;
            }

            .dropdown-menu {
                height: 400px;
                overflow-y: auto;
            }

            .mega-dropdown-menu {
                display: none;
            }
			.hero-list1 {
			padding: 8px 15px;
			background-color: #333333;
			position: fixed;
			left: 0;
			margin-top: 67px;
			}

			li > a > .reverseArrow {
			-webkit-transform: rotate(0deg) !important;
			-moz-transform: rotate(0deg) !important;
			-ms-transform: rotate(0deg) !important;
			-o-transform: rotate(0deg) !important;
			transform: rotate(0deg) !important;
			font-size: 16px;
			padding-left: 5px;
			}
			
			.breadcrumb > li + li::before {
			content: ' ';
			padding: 0;
			}

			.hero-list1 .dropdown-menu, .dropdown-menu .divider {
			margin: 0;
			}
			.mega-dropdown-menu.open {
			display: block;
			}

			.hero-list1 ol.breadcrumb .dropdown-menu{
			width: 92% !important;
			left: 4%;
			right: 4%;
			}

			.mega-dropdown-menu > li > ul > li > a, .mega-dropdown-menu .dropdown-header, .mega-dropdown-menu .dropdown-header > a {
			padding: 5px 0;
			}

            /* Mobile BreadCrumb */
        }
		
@media screen and (max-width: 767px) {
			.topicIndicator {
			padding: 6px !important;
			font-size: 12px !important;
			letter-spacing: 2px !important;
			}
			.topicIndicator:after {
			border-top: 30px solid #000 !important;
			}
			.portal-mob {
			display: none !important;
			}

			.hero-list1 {
			display: block !important;
			}
		}
/*-------------------------------- ImageTeaser css start------------------------------ */
.corporate-bg {
	background: -moz-linear-gradient(135deg, #0241ff 0%, #61219a 70%) repeat scroll 0 0;
	background: -webkit-gradient(135deg, #0241ff 0%, #61219a 70%) repeat scroll 0 0; /* Safari 4+, Chrome 2+*/
	background: linear-gradient(135deg, #0241ff 0%, #61219a 70%) repeat scroll 0 0; /* Standard, IE10 */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0241ff', endColorstr='##61219a', GradientType=1 );
}

.corporate-shape {
    max-width: 210px;
    width: 100%;
    height: auto;
    border-bottom: 110px solid #372261;
    border-right: 80px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
}

.corporate-shape-text {
	position: absolute;
	left: 20px;
	right: 10px;
}

.corporate-shape-text p {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	padding-top: 20px;
}

.corporate-title {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 30px;
}
.corporate-txt2 {
	font-size: 25px;
	color: #fff;
	line-height: 27px;
	font-weight: 600;
}
.corporate-name {
	font-size: 14px;
	color: #fff;
}

.down-report-btn {
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 40px;
	display: inline-block;
	margin-top: 100px;
	margin-left: 50px;
}

.down-report-btn:hover {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}
.e-report {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 25px;
	margin-left: 50px;
	margin-top: 20px;
}

@media screen and (max-width: 767px){

	.corporate-shape {
		float: left;
		max-width: 100%;
		width: 100%;
		height: auto;
		border-bottom: inherit;
		border-right: inherit;
		position: relative;
		left: 0;
		bottom: 0;
		background: #372261;
	}
	.corporate-shape-text {
		position: relative;
		left: inherit;
		right: inherit;
	}
	.corporate-shape-text p {
		font-size: 16px;
		color: #fff;
		font-weight: 600;
		padding-top: 10px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.corporate-title {
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
		margin-top: 30px;
	}
	.corporate-txt2 {
		font-size: 25px;
		color: #fff;
		line-height: 27px;
		font-weight: 600;
	}
	.corporate-name {
		font-size: 14px;
		color: #fff;
	}
	.down-report-btn {
		font-size: 16px;
		color: #fff;
		border: 1px solid #fff;
		padding: 10px 40px;
		display: inline-block;
		margin-top: 30px;
		margin-left: 0px;
	}
	.down-report-btn:hover {
		color: #fff;
		background: #000;
		border: 1px solid #000;
	}
	.e-report {
		font-size: 14px;
		color: #fff;
		font-weight: 400;
		text-transform: uppercase;
		padding-bottom: 25px;
		margin-left: 0px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 1024px){
.corporate-txt2 {
	font-size: 20px;
        }
    }

@media screen and (max-width: 992px){
.down-report-btn {
    margin: 30px 0;
            }}
/*-------------------------------- ImageTeaser css end------------------------------ */
/*-------------------------------- Insights css start------------------------------ */

/*--------------------------------------------------------------
# Insights - Desktop
--------------------------------------------------------------*/
.bg-color1 {
	overflow: hidden;
}
.bg-color1 > img.img-responsive {
	max-width: none;
	transform: translate3d(-40px, 0px, 0px);
    -webkit-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;        
	width: calc(100% + 40px);
}
.bg-color1:hover > img.img-responsive {
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
img.play-icon {
	width: 80px;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.txt-reseach {
	bottom: 0;
	padding: 0 25px 25px;
	position: absolute;
	width: 100%;
	z-index: 0;
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.txt-reseach::before {
	background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 40%) no-repeat scroll 0 0;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	top: -50px;
	width: 100%;
	z-index: -1;
}
.bg-color1:hover .txt-reseach {
	bottom: 20px;
}
.insight-title {
	font-size: 14px;
	letter-spacing: 1.5px;
	color: #B8B8B8;
	font-weight: 600;
	text-transform: uppercase;
}
.insight-title.color-onyx-m {
  text-decoration: none;
}

.insight-title.color-onyx-m:hover {
  text-decoration: underline;
}

.insight-title.pb0:hover {
  text-decoration: underline;
}
.insight-title.white-color {
  text-decoration: none;
}

.insight-title.white-color:hover {
  text-decoration: underline;
}
.insight-text:hover {
  text-decoration: underline;
}
.size-md-20{
  text-decoration: none;
}
.size-md-20:hover {
  text-decoration: underline;
}
.whitepaper{
  text-decoration: none;
}
.whitepaper:hover {
  text-decoration: underline;
}
.more {
  text-decoration: none;
}
.more:hover {
  text-decoration: underline;
}
.white-download {
  text-decoration: none;
}
.white-download:hover {
  text-decoration: underline;
}

.bg-blog, .bg-pressrelease, .bg-article, .bg-whitepaper, .bg-blog-segment, .bg-last {
	position: relative;
}
.bg-blog {
	background-color: #f8f8f8;
}
.bg-pressrelease {
	background-color: #8e2d8d;
}
.bg-article {
	background-color: #ca4d37;
}
.bg-blog-segment {
	background-color: #0f9ffa;
}
.bg-whitepaper {
	overflow: hidden;
}
.bg-whitepaper .txt-section {
	background-color: rgba(6, 24, 56, 0.5);/* Fallback*/
	background: rgba(0, 0, 0, 0) linear-gradient(rgba(6, 24, 56, 0.5) 0%, rgba(255, 255, 255, 0.2) 50%);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.bg-whitepaper > img.img-whitepaper {
	max-width: none;
	transform: translate3d(-40px, 0px, 0px);
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
	width: calc(100% + 40px);
}
.bg-whitepaper:hover > img.img-whitepaper {
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.txt-whitepaper {
	/*padding-top: 331px;*/
	padding-top: 290px;
}
.bg-last {
	background-color: #ab6604;
}
.img-whitepaper {
	top: 0px;
	position: absolute;
	transition: all 0.5s ease 0.1s;
}
.txt-section {
	padding: 20px;
	position: relative;
}
.box-title {
	margin: 0px;
	font-size: 15px;
	letter-spacing: 1.5px;
	color: #bcb9b9;
	font-weight: 600;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.box-text {
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	padding: 15px 0;
}
.bg-pressrelease:hover p.more, .bg-blog:hover p.more, .bg-article:hover p.more, .bg-last:hover p.more, .bg-blog-segment:hover p.more, .bg-twittercyan:hover p.more, .bg-darkblue:hover p.more, .bg-orange:hover p.more, .bg-light-grey:hover p.more, .bg-sapphire-medium:hover p.more {
	left: 30px;
}
.bg-whitepaper:hover p.white-download {
	left: 10px;
}
.more {
	position: absolute;
	top: 330px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 900;
	left: 20px;
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.more:focus{
    outline: 2px solid blue;
}
.readmore-top {
	top: 346px !important;
}
.insight-email {
	margin-top: 0px;
	font-size: 28px;
	color: #000000;
	line-height: 32px;
	font-weight: 900;
}
.email-add-bg {
	margin-left: 15px;
	margin-right: 15px;
}
.email-add {
	width: 100%;
	background-color: transparent;
	border-color: transparent;
	border-bottom: 1px solid #ffffff;
	color: #ffffff !important;
	font-size: 16px;
	margin-top: 20px;
	letter-spacing: 1px;
	opacity: 0.7 !important;
	outline: none;
}
.getsmart {
	font-size: 14px;
	color: #000000;
	font-weight: 900;
	text-transform: uppercase;
	padding: 12px 30px;
	display: inline-block;
	margin-left: 15px;
	margin-top: 10px;
	background-color: #ffffff;
	outline: none;
	border: none;
}
.email-add-bg input::-webkit-input-placeholder {
 color: #ffffff !important;
}
.email-add-bg input:-moz-placeholder {
 color: #ffffff !important;
}
.email-add-bg input::-moz-placeholder {
 color: #ffffff !important;
}
.email-add-bg input:-ms-input-placeholder {
 color: #ffffff !important;
}
.title-bg {
	margin: 0 auto;
	max-width: 850px;
	width: 100%;
}
.center-title {
	font-size: 80px;
	color: #000;
	text-align: center;
	font-weight: 900;
	line-height: 83px;
	padding-bottom: 10px;
}
.sub-title {
	font-size: 40px;
	color: #3F3F3F;
	font-weight: 300;
	line-height: 45px;
	text-align: center;
}
.gray-bg {
	background-color: #fbfbfb;
}
.violet-bg {
	background-color: #963596;
}
.blue-bg {
	background-color: #372261;
}
/*.yellow-bg {
	background-color: #DF9926;commenting due to offerings page overwritten
}*/
.yellow-bg ul {
	padding: 0;
}
.yellow-bg ul > li {
	display: block;
	background-image: url(../svg/right-chevron-black.svg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0 5px;
	margin-bottom: 10px;
}
.height-380 {
	min-height: 390px;
	position: relative;
	padding-bottom: 30px;
}
.padding-bottom-0 {
	padding-bottom: 0px;
}
img.video-img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.inst-video-disc {
	width: 75%;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.insight-text {
	margin: 0px;
	font-size: 25px;
	color: #ffffff;
	font-weight: 400;
	line-height: 30px;
}
.corner-shape {
	width: 100%;
	height: auto;
	border-bottom: 170px solid #00866a;
	border-right: 80px solid transparent;
	position: absolute;
	left: 0;
	bottom: 0;
}
.corner-shape-text {
	position: absolute;
	left: 20px;
	right: 20px;
}
.corner-shape-text p {
	margin: 0px;
}
.whitepaper {
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
	padding-top: 14px;/*width: 180px;*/
}
.white-download {
    font-size: 15px;
    color: #000000;
    font-weight: 900;
    text-transform: uppercase;
    /* padding-top: 48px; */
    position: absolute;
    left: 0;
    top: 135px;
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
}
.white-download:focus{
    outline: 2px solid blue;
}
.getinsight {
	width: 70%;
	font-size: 12px;
	color: #ffffff;
	margin-top: 10px;
	margin-left: 15px;
}
.see-more {
	text-align: center;
	margin-top: 50px;
}
.see-more a {
	font-size: 14px;
	color: #3F3F3F;
	text-transform: uppercase;
	padding: 20px 50px;
	display: inline-flex;
	border: 1px solid #7E7E7E;
}
.insight-btn {
	border: 1px solid #000 !important;
	color: #000 !important;
	min-width: 200px;
	padding-bottom: 15px !important;
	padding-top: 15px !important;
	text-transform: uppercase;
	margin: 0 auto !important;
	display: table !important;
	margin-top: 40px !important;
}
.insight-btn:hover {
	color: #fff !important;
}

/*--------------------------------------------------------------
# (1280px)
--------------------------------------------------------------*/
@media(max-width: 1280px){
    .corner-shape {
        border-right: inherit;
        border-bottom: 170px solid #00B28F;
    }
    .white-download {
        padding-top: 10px;
        position: relative;
        top: 0;
    }
}
/*--------------------------------------------------------------
# Tablet (Landscape 1024px)
--------------------------------------------------------------*/
@media(max-width: 1024px){
.bg-color1 > img.img-responsive {
	width: calc(100% + 86px);
}
.bg-color1:hover > img.img-responsive, .bg-whitepaper:hover > img.img-whitepaper {
	transform: translate3d(-40px, 0px, 0px);
}
.bg-color1:hover .txt-reseach {
	bottom: 0px;
}
.bg-whitepaper > img.img-whitepaper {
	width: calc(100% + 50px);
}
img.play-icon {
	width: 80px;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.txt-reseach::before {
	top: unset;
}
.offering-title {
	font-size: 35px;
	color: #000000;
	font-weight: 900;
	line-height: 40px;
	letter-spacing: -1px;
}
.bg-whitepaper {
	position: relative;
}
.txt-whitepaper {
	padding-top: 380px;
}
.box-title {
	margin: 0px;
	font-size: 15px;
	letter-spacing: 1.5px;
	color: #bcb9b9;
	font-weight: 600;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.box-text {
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	padding: 15px 0;
}
.bg-pressrelease:hover p.more, .bg-blog:hover p.more, .bg-article:hover p.more, .bg-last:hover p.more, bg-blog-segment:hover p.more, .bg-twittercyan:hover p.more, .bg-darkblue:hover p.more, .bg-orange:hover p.more, .bg-light-grey:hover p.more {
	left: 0px;
}
.bg-whitepaper:hover p.white-download {
	left: 0px;
}
.more, .readmore-top {
	position: relative;
	top: 0 !important;
	left: 0;
}
.whats-btn {
	padding: 6px 12px;
}
#slider_list_carousel .owl-dots {
	bottom: -40px !important;
}
.offerings-row {
	margin-left: 0;
	padding-left: 25px;
	padding-right: 0px;
}
.offerings-hover, .yellow-dot2 {
	opacity: 1;
}
ul.offering-list li {
	background: url(../png/list-arrow-2.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.border-left {
	display: none;
}
.submit-btn {
	padding: 10px 50px;
}
.para-txt {
		font-size: 40px;
		font-weight: 300;
		margin-top: 10px;
		line-height: 40px;
}
}
/*--------------------------------------------------------------
# Mobile (Potrait 992px)
--------------------------------------------------------------*/
@media screen and (max-width: 992px){
.corner-shape {
	border-bottom: 160px solid #00B28F;
}
.bg-blog {
	box-shadow: 0px 0px 2px #888;
}
.para-txt {
    font-size: 30px;
    line-height: 33px;
}
}
/*--------------------------------------------------------------
# Mobile (Landscape 767px)
--------------------------------------------------------------*/
@media screen and (max-width: 767px){
.insight-text {
    font-size: 20px;
}
#insights [class*="col-md"] {
    margin-bottom: 25px;
}

.bg-color1 > img.img-responsive {
	width: calc(100% + 40px);
}
img.play-icon {
	width: 80px;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.txt-reseach {
	bottom: 0;
	padding: 0 15px 15px;
	position: absolute;
	width: 100%;
}
.img-whitepaper {
	top: 0px;
	position: absolute;
}
.box-title {
	margin: 0px;
	font-size: 15px;
	letter-spacing: 1.5px;
	color: #bcb9b9;
	font-weight: 600;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.box-text {
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	padding: 15px 0;
}
.corner-shape {
	border-bottom: 150px solid #00B28F;
}
.para-txt {
		font-size: 20px;
		line-height: 25px;
		font-weight: 300;
}
}
.infocu-blog:focus{
	outline: 2px solid black;
	outline-offset: 2px;
}
.infocu-article:focus{
	outline: 2px solid black;
	outline-offset: 2px;
}
.infocu-video:focus{
	letter-spacing: 1.5px;
}
/*-------------------------------- Insights css end------------------------------ */
/*Product css start*/
/*--------------------------------------------------------------
# Product Landing - Desktop
--------------------------------------------------------------*/
#our_products
{
	 padding:75px 0 0;
}

/*-----------Vertical tabs-----------*/

.resp-tabs-container {
	padding: 0px;
}
.resp-accordion {
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 37.5px 15px;
	margin: 0;
	cursor: pointer;
	float: none;
	background-color: #963596;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	text-align: center;
	color: #FFFFFF;
	font-weight: 500;
}
.resp-vtabs li.resp-tab-active {
	opacity: 0.8;
}
.resp-tabs-list li > img {
	opacity: 0.2;
}
.resp-tabs-list li.resp-tab-active > img {
	opacity: 1;
}
.tabs_gradient {
	background-color: rgba(55,34,97,0.7);
}
.tabs_img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: auto;
	z-index: -1;
}
.repeated_css_tab, .tabs_img {
	height: 520px;
}
.tabs_caption {
	position: absolute;
	top: 0;
	width: 75%;
	color: #fff;
	padding: 50px;
}
.tabs_title {
	font-weight: 700;
	font-size: 30px;
	margin: 0 0 20px;
}
.tabs_para {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3em;
}
.buy_it, .try_it {
	border: 2px solid #FFFFFF;
	display: inline-block;
	margin: 25px 0;
	padding: 5px 34px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 1.5px;
	font-weight: 900;
}
.buy_it {
	background-color: #fff;
	color: #000;
}
.buy_it:hover {
	background-color: transparent;
	color: #fff;
}
.try_it {
	background-color: transparent;
	color: #fff;
}
.try_it:hover {
	background-color: #fff;
	color: #000;
}
.tabs_sub_link {
	font-weight: 400;
	font-size: 20px;
	line-height: 21px;
	margin-bottom: 20px;
	display: block;
	color: #fff;
}
.tabs_sub_link:hover {
	color: #fff;
}
/*--------------------------------------------------------------
# Product Landing - Tablet (Landscape 1024px)
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	 /*-----------Vertical tabs-----------*/


.resp-tabs-container {
	padding: 0px;
}
.resp-accordion {
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}

.resp-vtabs .resp-tabs-container {
	padding: 0px;
}
.resp-vtabs li.resp-tab-active {
	opacity: 0.8;
}
.resp-tabs-list li > img {
	opacity: 0.2;
}
.resp-tabs-list li.resp-tab-active > img {
	opacity: 1;
}
.tabs_img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: auto;
	z-index: -1;
}
.tabs_caption {
	width: auto;
	padding: 30px;
}

.tabs_sub_link {
	font-weight: 400;
	font-size: 20px;
	line-height: 21px;
	margin-bottom: 20px;
	display: block;
	color: #fff;
}
.tabs_sub_link:hover {
	color: #fff;
}
.buy_it
{
   	margin: 25px 35px 35px 0;
	padding: 5px;
}
}
/*--------------------------------------------------------------
# Product Landing - Tablet (Portrait 992px)
--------------------------------------------------------------*/
@media screen and (max-width: 992px) {
.resp-arrow {
	background-image: url(../chevron-sign-down.html);
	background-repeat: no-repeat;
	float: right;
	width: 15px !important;
	height: 15px !important;
	margin-top: 5px;
}
.resp-tab-active span.resp-arrow {
	background-image: url(../chevron-up-arrow.html);
}
/*-----------Accordion styles-----------*/

.resp-tab-active {
	background-color: #963596;
	opacity: 0.8;
}
.resp-easy-accordion .resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
	width: 100%;
	margin: 0px;
}
.resp-tab-content-active {
	display: block;
}
ul.resp-tabs-list {
	display: none;
}
.resp-accordion {
	display: block;
	cursor: pointer;
	padding: 30px;
	background-color: #963596;
	font-weight: 500;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
/*.resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}*/
.tabs_img {
	position: absolute;
	left: 0;
	top: inherit;
	right: 0;
	bottom: inherit;
	width: auto;
	z-index: -1;
}
.tab1_img, .tab2_img, .tab3_img, .tab4_img, .tab5_img, .tab6_img {
	position: relative;
}
.resp-accordion > img {
	opacity: 0.2;
}
.resp-tab-active > img {
	opacity: 1;
}

.tabs_sub_link {
	font-weight: 400;
	font-size: 20px;
	line-height: 21px;
	margin-bottom: 20px;
	display: block;
	color: #fff;
}
.tabs_sub_link:hover {
	color: #fff;
}
}
/*--------------------------------------------------------------
# Product Landing - Mobile (Landscape 767px)
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
.repeated_css_tab, .tabs_img {
	height: 600px;
}

.txt-brwseby {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.3px;
	line-height: 20px;
	margin-top: 10px;
	padding-left: 5px;
}
.resp-arrow {
	background-image: url(../chevron-sign-down.html);
	background-repeat: no-repeat;
	float: right;
	width: 15px !important;
	height: 15px !important;
	margin-top: 5px;
}
.resp-tab-active span.resp-arrow {
	background-image: url(../chevron-up-arrow.html);
}
/*-----------Accordion styles-----------*/

.resp-tab-active {
	background-color: #963596;
	opacity: 0.8;
}
.resp-easy-accordion .resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
	width: 100%;
	margin: 0px;
}
.resp-tab-content-active {
	display: block;
}
ul.resp-tabs-list {
	display: none;
}
.resp-accordion {
	display: block;
	cursor: pointer;
	padding: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}

.tabs_img {
	position: absolute;
	left: 0;
	top: inherit;
	right: 0;
	bottom: inherit;
	width: auto;
	z-index: -1;
}
.tab1_img, .tab2_img, .tab3_img, .tab4_img, .tab5_img, .tab6_img {
	position: relative;
}

.resp-accordion > img {
	opacity: 0.2;
}
.resp-tab-active > img {
	opacity: 1;
}
.tabs_title {
	font-size: 22px;
}
.tabs_gradient {
	background-color: #372261;
}
.tabs_para {
	font-size: 18px;
	font-weight: 300;
}
.tabs_sub_link {
	font-weight: 400;
	font-size: 20px;
	line-height: 21px;
	margin-bottom: 20px;
	display: block;
	color: #fff;
}
.tabs_sub_link:hover {
	color: #fff;
}
}
/*Product css end*/
/*tab-slider css start*/
    #challenges-solution .panel {
      border: 0px none;
      box-shadow: none;
    }

    #challenges-solution .panel-heading {
      padding: 0;
      background: #fff;
    }

    #challenges-solution .panel-default {
      display: block;
      position: relative;
      background: transparent;
      margin-bottom: 15px;
      padding: 15px 25px 15px 0;
      border-bottom: 1px solid #F16C51;
      border-radius: 0 15px 0 15px;
      transition: all 0.10s linear 0.1s;
    }

    #challenges-solution .panel-title a {
      padding-left: 50px;
      padding-right: 50px;
      color: #ca4d37;
      font-weight: 600;
    }

    #challenges-solution .panel-title a.collapsed {
      color: #000000;
      /* border-bottom: 1px solid #d3d3d3; */
      margin: 0;
    }

    #challenges-solution .panel-title a span::before {
      background-image: url(../svg/challenge.svg);
      display: inline-block;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: left center;
      width: 25px;
      height: 25px;
      position: absolute;
      content: "";
      left: 15px;
    }

    #challenges-solution .panel-title a.collapsed:before {
      content: "";
      border: 0px none;
    }

    #challenges-solution .panel-title a.collapsed:hover,
    #challenges-solution .panel-title a.collapsed:hover:after {
      color: #ca4d37;
    }

    #challenges-solution .panel-title a:after,
    #challenges-solution .panel-title a.collapsed:after {
      content: "\f106";
      font-family: "FontAwesome";
      font-weight: 900;
      color: #ca4d37;
      font-size: 20px;
      line-height: 20px;
      position: absolute;
      top: 0px;
      right: 0px;
    }

    #challenges-solution .panel-title a.collapsed:after {
      content: "\f107";
      color: #000000;
    }

    #challenges-solution .panel-body {
      border-top: 0 none;
      color: #565656;
      background-color: transparent;
      padding: 15px 50px;
    }
	
@media screen and (max-width: 1024px) {
		#challenges-solution .panel-title a.collapsed,
		#challenges-solution .panel-title a.collapsed:after {
		color: #000000 !important;
}
}
/*tab-slider css end*/        

/* Bootstrap 5 Accordion CSS */

#challenges-solution .accordion {
  margin-bottom: 20px;
}

#challenges-solution .accordion-item {
  /* display: block;
  position: relative;
  background: transparent;
  font-size: 14px;
  text-transform: uppercase; */

  margin-bottom: 15px;
  padding: 15px 25px 15px 0;
  border-bottom: 1px solid #ca4d37;
  border-radius: 0 15px 0 15px;
  transition: all 0.10s linear 0s;
}

#challenges-solution .accordion-item .accordion-header {
  margin: 0;
  position: relative;
}

#challenges-solution .accordion-button {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 50px;
  padding-right: 50px;
  color: #ca4d37;
  font-weight: 600;

  border: 0;
  background-color: transparent;
  width: 100%;
  text-align: left;
}

#challenges-solution .accordion-button span::before {
  background-image: url(../challenge.html);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 25px;
  height: 25px;
  position: absolute;
  content: "";
  left: 15px;
}

#challenges-solution .accordion-button.collapsed {
  color: #000000;
  margin: 0;
}

#challenges-solution .accordion-button.collapsed:hover,
#challenges-solution .accordion-button.collapsed:hover:after {
  color: #ca4d37;
}

#challenges-solution .accordion-button:after,
#challenges-solution .accordion-header .accordion-button:after {
  content: "\f106";
  font-family: "FontAwesome";
  font-weight: 900;
  color: #ca4d37;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

#challenges-solution .accordion-button.collapsed:after {
  content: "\f107";
  color: #000000;
}


#challenges-solution .accordion-body {
  border-top: 0 none;
  color: #7E7E7E;
  background-color: transparent;
  padding: 15px 50px;
  font-size: 19px;
  font-weight: 400;
}

/* Bootstrap 5 Accordion CSS */
/*--------------------------------  Banner css start------------------------------ */
/*--------------------------------------------------------------
# Gradient - Desktop
--------------------------------------------------------------*/
.industries-gradient {
	background-color: #8e2d8d;
}
.l3-gradient {
	background-color: #ca4d37  !important;
}
.investors-gradient {
	background-color: #0271b1;
}
.newsroom-gradient {
	background-color: #ab6604;
}
.contactus-gradient {
	background-color: #7E7E7E;
}

/*.bg-jade-medium {
    background-color: #00B28F !important;
}*/

.bg-jade-medium {
    background-color: #00866a !important;
}
/*--------------------------------------------------------------
# home_banner - Desktop
--------------------------------------------------------------*/
#sml_ht_home_banner {
	padding: 100px 0 50px;
}
.l-top {
	margin-top: 100px !important;
}
#sml_ht_home_banner .h2-heading {
	font-size: 70px;
}
/*--------------------------------------------------------------
# home_banner -  Tablet
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
#sml_ht_home_banner {
	padding: 100px 0 50px;
}
#sml_ht_home_banner .h2-heading {
	font-size: 50px;
}
#sml_ht_home_banner .l-top {
	margin-top: 50px !important;
}
}
/*--------------------------------------------------------------
# home_banner - Mobile
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
#sml_ht_home_banner {
	padding: 100px 0 25px;
}
#sml_ht_home_banner .l-top {
	margin-top: 25px !important;
}
#sml_ht_home_banner .h2-heading{
	font-size: 40px;
}
}
/*--------------------------------  Banner css end------------------------------ */
/*teaser css start*/
.animate {
    transform: translate3d(-2306px, 0px, 0px);
    transition: all 0.1s ease 0.1s;
    width: 8457px;
}

.topicIndicator {
	background-color: #000;
	color: #ffffff;
	padding: 8px;
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}
.topicIndicator:after {
	content: '';
	position: absolute;
	right: -20px;
	top: 0px;
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 20px solid transparent;
	border-top: 36px solid #000;
	clear: both;
}

.caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -30%) !important;
    -moz-transform: translate(0px, -30%) !important;
    -ms-transform: translate(0px, -30%) !important;
    -o-transform: translate(0px, -30%) !important;
    transform: translate(0px, -30%) !important;
    width: auto;
}
.slide-image {
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    width: auto !important;
}
.repeated-css {
	width: 100%;
	height: 100vh;
}

@media screen and (max-width: 1024px){
    .slider, #hero_slider {
        height: 600px;
    }
    .repeated-css {
        height: 600px;
    }
    .caption {
        top: 50%;
        -webkit-transform: translate(0px, -50%) !important;
        -moz-transform: translate(0px, -50%) !important;
        -ms-transform: translate(0px, -50%) !important;
        -o-transform: translate(0px, -50%) !important;
        transform: translate(0px, -50%) !important;
    }
}


@media screen and (max-width: 767px){
       #hero_slider .caption a {
        margin-top: 0;
        padding: 5px;
    }

    .slider-overlay {
        background-color: rgba(0, 0, 0, 0.25);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .slide-image {
        right: 0;
    }
    
    .portal-mob {
        bottom: 60px;
        position: absolute;
        width: 100%;
        z-index: 2;
    }
    .slider, #hero_slider {
        height: 480px;
    }
    .repeated-css {
        height: 480px;
    }

   .slider-overlay-amethyst {
    background-color: rgba(55, 34, 97, 0.45);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

}

.slider-image {
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
}

#hero_slider_carousel .btn-shutter-more:focus{
	color: white !important;
}

#hero_slider_carousel .btn-shutter-more:focus-visible{
	color: white !important;
}
/*teaser css start*/
/*Overview css start*//* Read More Button CSS Start */
#overview{
	padding: 75px 0 ;
    position: relative;
}
.insight-btn {
    border: 1px solid #000;
    color: #000;
    min-width: 200px;
    padding: 15px 50px;
	margin: 0 auto !important;
	margin-top: 40px !important;
}

.btn-shutter-more {
    position: relative;
    z-index: 1;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 14px;
}

.btn-shutter-more:hover:before {
    width: 100%;
}

.btn-shutter-more:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000;
    z-index: -1;
}

.insight-btn:hover {
    color: #fff;
}
/* Read More Button CSS End */

/* vCard CSS Start */
.name-text {
    font-size: 30px;
    color: #000;
    font-weight: 900;
    line-height: normal;
}

.designation-text {
    font-size: 16px;
    line-height: 18px;
    color: #7E7E7E;
}

.block {
    display: block;
}

.contact-text {
    font-size: 18px;
    line-height: 22px;
    padding-top: 0;
}
/* vCard CSS Start */

/* vCard Button CSS Start */
.bg-vcard {
    background-color: #f9f9f9;
    padding: 30px 50px;
}

.vcard-contact-btn {
    margin-top: 10px;
}

.reques-btn {
    border: 1px solid #000;
    color: #fff;
    min-width: 180px;
    padding: 10px 0;
    font-weight: 900;
    background-color: #000;
}

a.reques-btn:hover:before {
    width: 0%;
}

a.reques-btn:before {
    background-color: #000 !important;
}

a.reques-btn:hover {
    color: #000 !important;
    background-color: transparent !important;
}
/* vCard Button CSS End */

/* pentagon CSS Start */
.pentagone-st0 {
    cursor: pointer;
}

#outer-line-pentagone {
    stroke: #022B5E;
    fill: none;
}

@media screen and (min-width: 1024px) {
	#petagon_modal .modal-dialog {
		width: 800px;
	}
}

.pentagone-cp {
	cursor: pointer;
}

.pentagone-cn {
	cursor: none;
}

.pentagone-st1 {
	fill: #fff;
	stroke: #022B5E;
	stroke-miterlimit: 10;
	cursor: pointer
}

.pentagone-st2 {
	fill: #FFFFFF;
	cursor: pointer
}

.pentagone-st4 {
	font-size: 10px;
	cursor: pointer;
	font-weight: 500;
}

text.pentagone-st4 {
	display: none;
}

.pentagone-st3, .pentagone-st5 {
	font-family: 'myriad-pro';
	cursor: pointer
}

#pentagon line {
	cursor: pointer;
}

#outer-line-pentagone {
	stroke: #022B5E;
	fill: none;
}

#petagon_modal.modal {
	z-index: 9999;
}

#petagon_modal .modal-content {
	box-shadow: none;
	border-radius: 0;
}

#petagon_modal .modal-body {
	background-color: #0f9ffa;
	border: 8px solid #fff;
	color: #fff;
	padding: 35px;
	height: 500px;
}

#petagon_modal .close {
	background-color: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	opacity: 1;
	position: relative;
	z-index: 9;
	text-shadow: none;
}

#petagon_modal_carousel .item {
	position: relative;
	left: 20%;
}

#petagon_modal_carousel .item .h5 {
	font-size: 80px;
	font-weight: 900;
	margin: 0 0 20px;
}

#petagon_modal_carousel .item ul {
	padding-left: 0;
}

#petagon_modal_carousel .item ul > li {
	font-size: 18px;
	list-style-type: none;
	padding-left: 26px;
	margin-bottom: 15px;
	 background-image: url(../png/pentagone-right-chevron.png);
	background-position: 0 7px;
	background-repeat: no-repeat;
}

#petagon_modal_carousel .owl-dots {
	text-align: left;
	top: 30%;
	width: auto;
}

.owl-dots {
    bottom: 25px;
    position: absolute;
}

.owl-item {
	overflow: hidden;
}

#petagon_modal_carousel .owl-dots .owl-dot {
    border-bottom: 1px solid #fff;
    display: block;
    padding: 20px 0 5px 0;
    font-size: 15px;
    width: auto;
    height: auto;
    margin: auto;
    transition: all 0.5s ease 0.1s;
}

.owl-theme .owl-dots .owl-dot {
    cursor: pointer;
    position: relative;
	zoom: 1;
}

#petagon_modal_carousel .owl-dots .owl-dot.active {
    border-bottom: 3px solid #fff;
}

.open-anim {
	animation: open-anim 1s;
	animation-fill-mode: forwards;
	transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes open-anim {
	0% {
		transform: translateX(25%) scale(0);
	}
	100% {
		transform: translateX(0%) scale(1);
	}
}

.close-anim {
	animation: close-anim 1s;
	animation-fill-mode: forwards;
	transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes close-anim {
	0% {
		transform: translateX(0%) scale(1);
	}
	100% {
		transform: translateX(25%) scale(0);
	}
}

 @keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.95, 0.95, 0.95);
		transform: scale3d(0.95, 0.95, 0.95);
	}
	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes fadeInLeftPentagon {
	0% {
		opacity:0;
		-webkit-transform:translateX(-20px);
		transform:translateX(-20px)
	}
	100% {
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
}

@keyframes fadeInLeftPentagon {
	0% {
		opacity:0;
		-webkit-transform:translateX(-20px);
		-ms-transform:translateX(-20px);
		transform:translateX(-20px)
	}
	100% {
		opacity:1;
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}
}

.fadeInLeftPentagon {
	animation: fadeInLeftPentagon 1s;
	animation-fill-mode: forwards;
	transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 992px) {
	#petagon_modal_carousel .item {
		left: 0%;
		width: auto;
	}
	
	#petagon_modal_carousel .item .h5 {
		font-size: 50px;
	}
	
	#petagon_modal_carousel .owl-prev {
		background-image: url(../png/pentagone-left-arrow.png);
		left: 200px;
	}

	#petagon_modal_carousel .owl-next {
		background-image: url(../png/pentagone-right-arrow.png);
		right: 200px;
	}
	
	#petagon_modal_carousel .owl-prev, #petagon_modal_carousel .owl-next {
		background-repeat: no-repeat;
		width: 32px;
		height: 32px !important;
		text-indent: -9999px;
		position: absolute !important;
		top: unset !important;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	#petagon_modal_carousel .owl-dots {
		display: none;
	}
	
	@keyframes open-anim {
		0% {
			transform: translateX(0%) scale(0);
		}
		100% {
			transform: translateX(0%) scale(1);
		}
	}
	@keyframes close-anim {
		0% {
			transform: translateX(0%) scale(1);
		}
		100% {
			transform: translateX(0%) scale(0);
		}
	}
}	

@media screen and (max-width: 767px) {
	#petagon_modal .modal-dialog {
		margin: 100px 15px;
	}
	
	#petagon_modal .modal-body {
		padding: 10px;
		max-height: 450px;
	}
	.title-sml {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
	}
	#petagon_modal .close {
		background-color: #0f9ffa;
		height: 35px;
		width: 35px;
		font-size: 20px;
		margin-top: -53px;
		right: -19px;
		color: #fff;
		border-radius: 0;
	}
	
	#petagon_modal_carousel .item .h5 {
		font-size: 30px;
	}
	
	#petagon_modal_carousel .owl-prev {
		left: 100px;
	}
		
	#petagon_modal_carousel .owl-next {
		right: 100px;
	}
	
	#petagon_modal_carousel .owl-prev, #petagon_modal_carousel .owl-next {
		bottom: auto;
	}
}
/* pentagon CSS End */

/* Others CSS Start */


/*Overview css end*/
/*text&button css start*/
/*--Have more questions--*/
	.more-question {
	font-size: 50px;
    color: #000;
    letter-spacing: -1.5px;
    font-weight: 900;
    /*line-height: 42px;*/
    
}
#questions_bg {
	padding: 75px 0;
}

.btn-shutter-more {
	color: #fff;
	border: 1px solid #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 12px 50px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	letter-spacing: 1.5px;
	margin-top: 20px;
	font-weight: 700;
	font-size: 14px;
}
.btn-shutter-more:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #000;
	z-index: -1;
}
.btn-shutter-more:hover {
	border: 1px solid #000;
	background-color: transparent;
	color: #ffffff;
}
.btn-shutter-more:hover:before {
	width: 100%;
}

.contact-btn {
  /*float: left;*/
    font-size: 14px;
    color: #000 !important;
    text-transform: uppercase;
    border: 1px solid #000 !important;
    margin-right: 10px;
    padding: 12px 20px;
  /*margin-top: 10px;*/
}
.contact-btn:hover {
	color: #fff !important;
}
.faqs-btn {
	font-size: 14px;
	letter-spacing: 1.5px;
	color: #fff;
	border: 1px solid #000;
	font-weight: 900;
	background-color: #000;
	text-transform: uppercase;
	padding: 12px 20px;

	display: inline-block;
}
.faqs-btn:hover {
	color: #000;
	border: 1px solid #000;
	background-color: transparent;
}
.faqs-btn span {
	text-transform: lowercase;
}

/*-------------------------------------Apply Here-----------------------*/
.promo-align {
    padding: 25px;
    background-color: #963596;
    color: #fff;
}
.promo-title {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    color: #ffffff;
}

.promo-btn {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #372261;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 25px 0;
    background-color: #372261;
    text-transform: uppercase;
}

/*.promo-btn:hover {
  background-color: #ddd6e1; 
  color: black;   
}*/
/*------------------------------Explore Career------------------------------*/
#thought_leadership .opportunities {
    padding: 60px 60px;
    /*background-image: url("../../../content/dam/infosys-web/en/global-resource/background-image/stay-connected.jpg"); */
    background: url(../jpg/careers.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top -85px left;
    float: left;
    width: 100%;
}


#thought_leadership .opportunit-text {
    margin-bottom: 0px;
    font-size: 45px;
    color: #ffffff;
    line-height: inherit;
    font-weight: inherit;
}

.career-btn {
    border: 1px solid #fff;
    background-color: #fff;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 1.5px;
    padding: 12px 20px 11px;
    font-size: 14px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
}

.career-btn:hover {
	color: #fff !important;
}

/*------------------------------Subscribe------------------------------*/

.bg-subscribe {
    background: #963596;
    padding: 25px 50px;
}

.subs-vars {
    display: inline-block;
    padding: 12px 20px 11px;
    margin-top: 35px;
}

.subscribe-text {
    margin-bottom: 0px;
    font-size: 50px;
    line-height: 55px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -1.5px;
}

.subscribe-btn {
    font-size: 14px;
    color: #fff;
    padding: 12px 42px;
    border: 1px solid #DF9926;
    background-color: #ab6604;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 20px;
}

.subscribe-btn:hover {
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
}


@media screen and (max-width: 767px){
#thought_leadership .opportunit-text {
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
}
#thought_leadership .opportunities {
    background-position: top left;
}    
}
@media screen and (max-width: 1280px){
#thought_leadership .opportunities {
    padding: 30px 30px;
}
}
/*text&button css end*/
/*--------------------------------  CountryImageBanner css start------------------------------ */
#L2_home_banner {
	/*padding: 100px 0 125px;*/
	height: 75vh;
	position: relative;
}
.L2-home-banner-image {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	min-height: 100%;
	min-width: 100%;
}
.contactus-gradient {
	background-color: #7E7E7E;
}
@media screen and (max-width: 1024px) {
#L2_home_banner {
	/*padding: 100px 0 125px;*/
	height: 45vh;
	position: relative;
}
}
@media screen and (max-width: 992px) {
#L2_home_banner {
	height: 34vh;
}
}
@media screen and (max-width: 767px) {
#L2_home_banner {
	/*padding: 100px 0 25px;*/
	height: 315px;
	position: relative;
}
}
/*--------------------------------  CountryImageBanner css end------------------------------ */
<!-- Multirow with SVG Text Start-->
.aboutus-grid-title {
	font-size: 25px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 0;
}
.aboutus-grid-title > span {
	font-size: 60px;
	vertical-align: middle;
}
.aboutus-grid-desc {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	max-width: 190px;
	margin: 0 auto;
}
.aboutus-grid-svg {
	margin-bottom: 15px;
}

@media screen and (max-width: 1024px){
.aboutus-grid-title {
	font-size: 25px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 0;
}
.aboutus-grid-title > span {
	font-size: 50px;
	vertical-align: middle;
}
.aboutus-grid-desc {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	max-width: 190px;
	margin: 0 auto;
}
}


@media screen and (max-width: 767px) {
.aboutus-grid-title {
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 0;
}
.aboutus-grid-title > span {
	font-size: 30px;
	vertical-align: middle;
}
.aboutus-grid-desc {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	max-width: 190px;
	margin: 0 auto;
}

}
<!-- Multirow with SVG Text Start-->
/*--------------------------------Location css start ------------------------------ */
.dropdown-navigation-box {
	padding: 50px 0;
}
select#select-region:focus {
    outline: 2px solid blue;
}
 select.select-region::-ms-expand {
 display: none;
}

.select-region {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	overflow: hidden;
	text-indent: 0.01px;
	text-overflow: '';
	width: 165px;
	background-image: url(../png/down-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	border: 0;
	border-bottom: solid 1px #7E7E7E;
	font-size: 15px;
	color: #3F3F3F;
	line-height: 20px;
	font-weight: 400;
}

.select-region1 {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-shadow: none;
	outline: none;
	overflow: hidden;
	text-indent: 0.01px;
	width: 100%;
	background: url(../png/down-arrow.png) #fff no-repeat 100% center;
	background-size: 15px 15px;
	border: none;
	border-bottom: solid 1px #7E7E7E;
	border-radius: 0;
	padding: 2px 50px 2px 0;
	font-size: 15px;
	color: #3F3F3F;
	line-height: 20px;
	font-weight: 400;
}

.location-title {
	font-size: 25px;
	line-height: 25px;
	color: #000;
	font-weight: 400;
	margin-bottom: 20px;
}

.location-text {
	font-size: 20px;
	line-height: 25px;
	color: #7E7E7E;
	font-weight: 300;
}

.offering-hover {
	position: relative;
}

.offering-hover:hover .border-left {
	height: 100%;
}

.border-left {
    width: 20px;
    height: 0%;
    position: absolute;
    left: 0;
    background: #f6a623;
    transition: all 0.5s;
}
.offering-title {
    font-size: 40px;
    color: #000000;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: -1px;
}

.yellow-dot2 {
    line-height: 12px;
    opacity: 0;
    transition: all 0.5s;
}

.offering-hover:hover .yellow-dot2 {
    opacity: 1;
}

.yellow-dot2 span {
    width: 10px;
    height: 10px;
    background-color: #FF6600;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
}

@media screen and (max-width: 1024px) {
	.offering-hover {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.border-left {
		display: none;
	}
	
	.offerings-row {
		margin-left: 0;
		padding-left: 25px;
		padding-right: 0px;
	}
	
	.offering-title {
		font-size: 35px;
	}
	
	.offerings-hover, .yellow-dot2 {
		opacity: 1;
	}
}

@media screen and (max-width: 992px) {
	.mb-sm-20 {
		margin-bottom: 20px;
	}
	
	.offerings-row {
		padding-left: 8px;
	}
	
	.location-text {
		font-size: 18px;
		line-height: 23px;
	}
}

@media screen and (max-width: 767px) {
	.offering-hover {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.offerings-row {
		padding-left: 0px;
	}
	
	.mt-xs-20 {
		margin-top: 20px;
	}
	
	.offering-title {
		font-size: 25px;
	}
	
	.location-title {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}
}	
/*--------------------------------Leadershiptabs css end ------------------------------ */	
/*-------------------------------- ImageGrid css start------------------------------ */
.grid {
	position: relative;
}
.grid > .p0 > a {
	color: #fff;
}
.grid > .p0 > a:hover, .grid > .p0 > a:focus {
	color: #fff;
	text-decoration: none;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background-color: #000000;
	text-align: center;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#journalistresearch {
	padding-bottom: 0;
}
.journalistresearch-title {
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	color: #fff !important;
	margin-bottom: 10px;
}
.journalistresearch-desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3em;
	color: #fff;
}

@media screen and (min-width: 1025px) {
	figure.effect-lily img {
		max-width: none;
		width: -webkit-calc(100% + 50px);
		width: calc(100% + 50px);
		/*opacity: 0.7;*/
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	figure.effect-lily figcaption {
		text-align: left;
	}
	figure.effect-lily figcaption > .journalistresearch-text {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 1.3em;
		width: 100%;
		height: 53%;
	}
	figure.effect-lily h2, figure.effect-lily p {
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	figure.effect-lily h2 {
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
	}
	figure.effect-lily p {
		color: rgba(255,255,255,0.8);
		opacity: 0;
		-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
		transition: opacity 0.2s, transform 0.35s;
	}
	figure.effect-lily:hover img, figure.effect-lily:hover p {
		opacity: 1;
	}
	figure.effect-lily:hover img, figure.effect-lily:hover h2, figure.effect-lily:hover p {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	figure.effect-lily:hover p {
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
		-webkit-transition-duration: 0.35s;
		transition-duration: 0.35s;
	}
}
	

@media screen and (max-width: 1024px){
	.grid {
		position: relative;
	}
	.grid > .p0 > a {
		color: #fff;
	}
	.grid > .p0 > a:hover, .grid > .p0 > a:focus {
		color: #fff;
		text-decoration: none;
	}
	.grid figure {
		text-align: left;
	}
	.grid figure img {
		position: relative;
		display: block;
		min-height: 100%;
		max-width: 100%;/*opacity: 0.8;*/
	}
	.grid figure figcaption {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.grid figure figcaption::before, .grid figure figcaption::after {
		pointer-events: none;
	}
	.grid figure figcaption, .grid figure figcaption > a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	figure.effect-lily figcaption > .journalistresearch-text {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 10px 20px;
		width: 100%;
	}
	#journalistresearch {
		padding-bottom: 0;
	}
	.journalistresearch-title {
		font-size: 18px;
		line-height: 24px;
		font-weight: 700;
	}
	.journalistresearch-desc {
		font-size: 18px;
	}
	.journalistresearch-overlay {
		background-color: rgba(0, 0, 0, 0.3);
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	.grid {
		position: relative;
	}
	.grid > .p0 > a {
		color: #fff;
	}
	.grid > .p0 > a:hover, .grid > .p0 > a:focus {
		color: #fff;
		text-decoration: none;
	}
	.grid figure {
		margin-bottom: 20px;
	}
	.grid figure img {
		position: relative;
		display: block;
		min-height: 100%;
		max-width: 100%;
		opacity: 0.8;
		width: 100%;
	}
	.grid figure figcaption {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.grid figure figcaption::before, .grid figure figcaption::after {
		pointer-events: none;
	}
	.grid figure figcaption, .grid figure figcaption > a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
/*-------------------------------- ImageGrid css end------------------------------ */
/*teaserCarousel css start*/
/*-----------arrow-navigation-------*/
#slider_list_carousel .owl-nav .owl-prev, #slider_list_carousel .owl-nav .owl-next {
	background-repeat: no-repeat !important;
	width: 32px !important;
	height: 32px !important;
	top: 200px !important;
	text-indent: -9999px;
	position: absolute !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#slider_list_carousel .owl-nav .owl-prev {
	left: -50px !important;
	background-image: url(../png/arrow-left.png);
}
#slider_list_carousel .owl-nav .owl-next {
	
	right: -50px !important;
	background-image: url(../png/arrow-right.png);
}
.whatnew-box {
	margin: 0 auto;
	max-width: 290px;
	width: 100%;
	min-height: 500px;
	padding: 30px;
	position: relative;
	background: #BEE3FF url(../png/line-pattern-bg.png);
}

@media screen and (max-width: 1024px){
    /*----dots----*/
    #slider_list_carousel .owl-dots {
        bottom: -40px !important;
    }
    /*----owl-nav-----*/
    #slider_list_carousel .owl-nav .owl-next {
        right: -20px !important;
    }
    #slider_list_carousel .owl-nav .owl-prev {
        left: -20px !important;
    }
    
    
}
@media screen and (max-width: 767px){
    /*-----dots----*/
    #slider_list_carousel.owl-theme .owl-dots .owl-dot {
        margin: 0 8px;
    }
    #slider_list_carousel .owl-dots {
        bottom: -40px;
    }

    #slider_list_carousel.owl-theme .owl-dots .owl-dot span {
        box-shadow: 0 0 0 2px black inset;
    }
    #slider_list_carousel.owl-theme .owl-dots .owl-dot span::after {
        background-color: #000;
        box-shadow: 0 0 1px #000;
    }
   
    #slider_list_carousel .owl-nav .owl-next {
        right: 0px !important;
    }

    #slider_list_carousel .owl-nav .owl-prev {	
        left: 0px !important;
    }
    
   
}
/*teaserCarousel css end*/
/*-------------------------------- ImageTilesV2 css start------------------------------ */
.sub-txt {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 50px;
	margin-top: 10px;
	color: #7e7e7e;
}
.no-gutters figcaption {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	max-height: 40px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.image {
	-webkit-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.

.bottom-gradient-grid {
	background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 23%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(100%);
	transition: all 0.5s ease 0.1s;
}
.grid-title {
	color: #fff !important;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}
.grid-desc {
	color: #fff;
	font-size: 20px;
	line-height: 27px;
	font-weight: 300;
}
@media all and (max-width: 1024px) {
.sub-txt {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 30px;
}

.bottom-gradient-grid {
	/*background: rgba(0,0,0,0.5);*/
	background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(0);
}
.no-gutters figcaption {
	max-height: none;
	height: auto;
	bottom: 0;
}
.grid-desc {
	font-size: 18px;
	line-height: inherit;
}
}
/*-------------------------------- ImageTilesV2 css end------------------------------ */
.sustainability {
	position: relative;
}
.sustainability-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.1);
	width: 100%;
	height: 100%;
}
.sustainability .view-more {
	background-color: #fff;
	color: #000 !important;
	padding: 8px 25px;
	border: 1px solid #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	margin: 10px 0;
}
.sustainability .view-more:hover {
	background-color: transparent;
	color: #FFFFFF !important;
}
.sustainability {
	background-image: url(../jpg/sustainability-2.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	min-height: 500px;
	padding: 75px 0;
}

.iki {
    background-image: url(../jpg/iki.jpg) !important;
    
}

.sust-para {
	font-size: 32px;
	color: #fff;
	font-weight: 300;
	margin: 20px 0;
	line-height: 1.3em;
}
.sust-pr {
	padding: 25px;
	background-color: #fff;
}
.sust-pr-para {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
}
@media screen and (max-width: 992px) {
.sust-para {
	font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.sustainability {
	background-image: url(../jpg/sustainability-2.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	min-height: 500px;
	padding: 75px 0;
}

.sust-pr {
	padding: 25px;
	background-color: #fff;
}
}
@media screen and (max-width: 767px) {
.sustainability {
	background-image: url(../jpg/sustainability-2.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	min-height: 500px;
	padding: 75px 0;
}
.sust-para {
	margin: 10px 0;
}
.sust-pr {
	padding: 25px;
	background-color: #fff;
}
.sust-pr-para {
	font-size: 22px;
}
}

/*-------------------------------- Imagewithtext css end------------------------------ */
/*-------------------------------- Imagewithtext css start------------------------------ */
#thought_leadership
{
	padding: 75px 0;
}

/*----added as per CP Vijaya --------*/
.bg-ship {
    position: relative;
    float: left;
    width: 100%;
}


/*.bg-ship {
	background-image: url(../../../content/dam/infosys-web/en/stock/digital-champions.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 436px;
	margin-bottom: 80px;
}
.bg-ship .view-more {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	margin-top: 10px;
	text-decoration: none;
	position: relative;
	left: 0;
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.bg-ship .view-more:hover, .bg-ship .view-more:focus {
	color: #000;
	text-decoration: none;
	left: 10px;
}
@media screen and (max-width: 1024px) {
.bg-ship .view-more:hover, .bg-ship .view-more:focus {
	left: 0px;
}
.bg-ship {
	min-height: 492px;
}
}
@media screen and (max-width: 992px) {
.bg-ship {
	min-height: 580px;
}
}
@media screen and (max-width: 767px) {
.bg-ship {
	min-height: 785px;
}
}	
@media screen and (max-width: 640px) {
.bg-ship {
	min-height: 765px;
}
}	

@media screen and (max-width: 480px) {
.bg-ship {
	min-height: 905px;
}
}

@media screen and (max-width: 360px) {
.bg-ship {
	min-height: 905px;
}
}
@media screen and (max-width: 320px) {
.bg-ship {
	min-height: 1050px;
}
}*/

.sustainability {
	position: relative;
}
.sustainability-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.1);
	width: 100%;
	height: 100%;
}
.sustainability .view-more {
	background-color: #fff;
	color: #000 !important;
	padding: 8px 25px;
	border: 1px solid #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	margin: 10px 0;
}
.sustainability .view-more:hover {
	background-color: transparent;
	color: #FFFFFF !important;
}
.sustainability {
	background-image: url(../jpg/sustainability.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	min-height: 500px;
	padding: 75px 0;
}

.iki {
    background-image: url(../jpg/iki.jpg) !important;
}

.sust-para {
	font-size: 32px;
	color: #fff;
	font-weight: 300;
	margin: 20px 0;
	line-height: 1.3em;
}
.sust-pr {
	padding: 25px;
	background-color: #fff;
}
.sust-pr-para {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
}
@media screen and (max-width: 992px) {
.sust-para {
	font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.sustainability {
	background-image: url(../jpg/sustainability.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	min-height: 500px;
	padding: 75px 0;
}

.sust-pr {
	padding: 25px;
	background-color: #fff;
}
}
@media screen and (max-width: 767px) {
.sustainability {
	background-image: url(../jpg/sustainability.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	min-height: 500px;
	padding: 75px 0;
}
.sust-para {
	margin: 10px 0;
}
.sust-pr {
	padding: 25px;
	background-color: #fff;
}
.sust-pr-para {
	font-size: 22px;
}
}

/*-------------------------------- Imagewithtext css end------------------------------ */
/*-------------------------------- Imagewithtext css start------------------------------ */
#thought_leadership
{
	padding: 75px 0;
}
.bg-ship {
	background-image: url(../jpg/digital-champions-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 436px;
	margin-bottom: 80px;
}
.bg-ship .view-more {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	margin-top: 10px;
	text-decoration: none;
	position: relative;
	left: 0;
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.bg-ship .view-more:hover, .bg-ship .view-more:focus {
	color: #000;
	text-decoration: none;
	left: 10px;
}
@media screen and (max-width: 1024px) {
.bg-ship .view-more:hover, .bg-ship .view-more:focus {
	left: 0px;
}
.bg-ship {
	min-height: 492px;
}
}
@media screen and (max-width: 992px) {
.bg-ship {
	min-height: 580px;
}
}
@media screen and (max-width: 767px) {
.bg-ship {
	min-height: 785px;
}
}	
@media screen and (max-width: 640px) {
.bg-ship {
	min-height: 765px;
}
}	

@media screen and (max-width: 480px) {
.bg-ship {
	min-height: 905px;
}
}

@media screen and (max-width: 360px) {
.bg-ship {
	min-height: 905px;
}
}
@media screen and (max-width: 320px) {
.bg-ship {
	min-height: 1050px;
}
}

/*--------------------------------Investortiles css start ------------------------------ */
/*--Latest News--*/
.news-box {
	padding: 20px 20px 25%;
}
.small-title {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.box-txt {
	font-size: 30px;
	color: #fff;
	line-height: 36px;
	font-weight: 600;
}
.box2-txt {
	font-size: 25px;
	color: #fff;
	line-height: 30px;
	font-weight: 600;
}
.box3-txt {
	font-size: 15px;
	color: #000;
	line-height: 25px;
	font-weight: 600;
}
.news-more {
	position: absolute;
	bottom: 20px;
}
.news-more a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	margin-right: 20px;
	position: relative;
	left: 0;
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.news-more a:hover {
	left: 5px;
}
.tab-bg .nav-tabs {
	border-bottom: none;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 26px;
	display: inline-block;
	margin-bottom: 15px;
}
.tab-bg .nav > li > a {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	padding: 2px 15px;
	cursor: pointer;
	background-color: transparent !important;
	border: transparent !important;
	border-bottom-color: transparent;
	border-radius: 26px !important;
}
.tab-bg .nav-tabs > li.active > a, .tab-bg .nav-tabs > li.active > a:focus, .tab-bg .nav-tabs > li.active > a:hover {
	color: #000;
	background-color: #fff !important;
	border: transparent !important;
	border-bottom-color: transparent;
	border-radius: 26px !important;
	padding: 2px 15px;
}
.tab-bg .nav-tabs > li > a:hover {
	color: #000;
	background-color: #fff !important;
	border: transparent !important;
	border-bottom-color: transparent;
	border-radius: 26px !important;
	padding: 2px 15px;
}
.box4-left {
	float: left;
	width: 55%;
}
.box4-right {
	float: right;
	width: 44%;
}
.chart-title {
	font-size: 60px;
	color: #000;
	font-weight: 900;
}
.value-details {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
}
.value-date {
	font-size: 12px;
	color: #3F3F3F;
	margin-bottom: 0px;
}
.read-letter {
	font-size: 14px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}
.read-letter:hover {
	color: #fff;
}
.financial-txt {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	line-height: 25px;
}
.news-box-img {
	position: relative;
}
.eq-height .eqh-box .news-box-img {
	transform: scale(1);
	-webkit-transition: all 1.5s ease 0.1s;
	-o-transition: all 1.5s ease 0.1s;
	transition: all 1.5s ease 0.1s;
}
.eq-height .eqh-box:hover .news-box-img {
	transform: scale(1.2);
}
.news-box-text {
	position: absolute;
	bottom: 0;
	padding: 20px;
}


@media screen and (max-width: 1024px) {
/*--Latest News--*/
.news-box {
	padding: 20px 20px 30px;
}
.news-more {
	position: inherit;
	clear: both;
}
.news-more a:hover {
	left: 0px;
}
.chart-title {
	font-size: 46px;
}
.recent-news {
	font-size: 35px;
}
.eq-height .eqh-box:hover .news-box-img {
	transform: scale(1);
}
}
@media screen and (max-width: 992px) {
/* -- latest news -- */
.txt-report {
	padding-bottom: 0;
}
/*--Latest News--*/
.re-news {
	line-height: 26px;
}
}
@media screen and (max-width: 767px) {
/*--Latest News--*/	
.box-txt {
	font-size: 20px;
	line-height: 26px;
}
}
@media screen and (max-width: 480px) {
/*--Latest News--*/
.box4-left, .box4-right {
	float: left;
	width: 100%;
}
.box4-right {
	margin-bottom: 15px;
}
}
/*--------------------------------Calendar css end ------------------------------ */
/*-------------------------------- Location With Image css start ------------------------------ */
/* Location With Image Variation-1 CSS Start */
#locations, #the_locations {
    position: relative;
	padding: 75px 0;
}

.loc-ht {
    background: #333333;
    background-repeat: repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: top center;
    height: 675px;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.yellow-dots-left > span {
    display: none;
}

#locations .scrtabs-tab-scroll-arrow {
    display: none;
}

#locations .scrtabs-tabs-fixed-container, #locations .scrtabs-tabs-movable-container {
    width: auto !important;
    left: 0px;
}

.scrtabs-tab-scroll-arrow-right {
    background-repeat: no-repeat;
    background-position: center center;
}

.scrtabs-tab-container {
	visibility: visible;
}

.scrtabs-tab-scroll-arrow-left, .scrtabs-tab-scroll-arrow-right {
	display: none;
}

#locations .nav-tabs {
    border-bottom: 0;
}

#locations .nav-tabs > li {
    margin-bottom: 0px;
}

#locations .nav-tabs > li + li::before {
    content: "|";
    color: rgba(255,255,255,0.5);
    position: absolute;
    top: 15px;
    left: -2px;
}

#locations .nav > li > a:focus, #locations .nav > li > a:hover {
    background-color: #DF9926;
    color: #fff;
}

#locations .nav-tabs > li.active > a, #locations .nav-tabs > li.active > a:focus, 
#locations .nav-tabs > li.active > a:hover {
    background-color: #DF9926 !important;
    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
}

#locations .nav-tabs > li:first-child > a {
    border-left: 1px solid rgba(255,255,255,0.5);
}

#locations .nav-tabs > li:last-child > a {
    border-right: 1px solid rgba(255,255,255,0.5);
}

#locations .nav-tabs > li > a {
    padding: 20px 60px;
    margin-right: 0;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    border-left: transparent;
    border-right: transparent;
    border-radius: 0;
}

.loc-cntry-txt > span {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.5px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}

.hvr-cntry:hover .loc-cntry-txt > span {
	transform: translateY(-39%);
}

.hvr-cntry:hover .loc-cntry-txt {
    background-color: rgb(245, 166, 35, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    transform: translateY(0px);
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* Location With Image Variation-1 CSS End   */

/* Location With Image Variation-2 CSS Start */
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

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

.sub-txt {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
    margin-top: 10px;
    color: #7e7e7e;
}

.ms-rtestate-field h2 {
	color: inherit;
}

/*
p.loc-cntry-txt {
    margin: 0;
}
*/
/* Location With Image Variation-2 CSS End   */

/* Location With Image Variation-3 CSS Start */
.l-top {
    margin-top: 100px;
}

.border-left {
    width: 20px;
    height: 0%;
    position: absolute;
    left: 0;
    background-color: #DF9926;
    transition: all 0.5s;
}
.offering-title {
    font-size: 40px;
    color: #000000;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: -1px;
}

ul.offering-list {
    padding: 0px;
}

ul.offering-list li {
    list-style-type: none;
    font-size: 18px;
    padding-left: 40px;
    background-position: 3px 10px;
    transition: all 0.5s;
	line-height: 26px;
    padding-bottom: 10px;
}

ul.offering-list li:hover {
    background: url(../png/list-arrow-2.png);
    background-repeat: no-repeat;
	background-position: 10px 3px;
    background-size: 20px 20px;
}
/* Location With Image Variation-3 CSS End   */

/* Location With Image Variation-1 CSS Start */
@media screen and (min-width: 1024px) {
	.col-md-20p {
		width: 20%;
	}
}
/* Location With Image Variation-1 CSS End   */

@media screen and (max-width: 1024px) {
	/* Location With Image Variation-1 CSS Start */
	/*.h2-heading {
		font-size: 50px;
		line-height: 50px;
	}*/
	
	.loc-ht {
		height: 575px;
	}
	
	#locations .nav-tabs > li > a {
		padding: 20px 46px;
	}
	/* Location With Image Variation-1 CSS End   */

    /* Location With Image Variation-2 CSS Start */
	.sub-txt {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 30px;
	}
    /* Location With Image Variation-2 CSS End   */

	/* Location With Image Variation-3 CSS Start */
	.l-top {
		margin-top: 50px;
	}

    .loc-cntry-txt > span {
		font-size: 22px;
	}

    .hvr-cntry:hover .loc-cntry-txt {
		background-color: transparent;
	}

	.hvr-cntry:hover .loc-cntry-txt > span {
		transform: translateY(-28%);
	}        
	/* Location With Image Variation-3 CSS End   */
}

@media screen and (max-width: 992px) {
    /* Location With Image Variation-1 CSS Start */
	.para-txt {
		font-size: 30px;
		line-height: 33px;
	}
	
	#locations .nav-tabs > li > a {
		padding: 20px 59px;
	}
    /* Location With Image Variation-1 CSS End   */

    /* Offering CSS Start - For Variation-3 */
	.offerings-row {
		padding-left: 8px;
	}

	/* Offering CSS End - For Variation-3   */
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    /* Location With Image Variation-1 CSS Start */
	.col-sm-20p {
		width: 20%;
	}

	#locations .nav-tabs > li.active > a, #locations .nav-tabs > li.active > a:focus, 
	#locations .nav-tabs > li.active > a:hover, #locations .nav-tabs > li > a {
		font-size: 14px;
        line-height: 20px;
	}
    /* Location With Image Variation-1 CSS End   */
}

@media screen and (max-width: 767px) {
    /* Location With Image Variation-1 CSS Start */
    #locations p {
        margin: 0 0 10px !important;
    }

	#locations {
		position: relative;
		background: #333333;
		background-repeat: repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		background-position: top center;
		height: auto;
	}

	.h2-heading {
		font-size: 40px;
		line-height: 40px;
	}
	
	.para-txt {
		font-size: 20px;
		line-height: 25px;
		font-weight: 300;
	}
	
	.inline-xs {
		display: inline;
	}
	
	.hidden-xs {
		display: none!important;
	}
	
	#locations .nav-tabs {
		border: none;
	}
	
	#locations ul.nav > li {
		line-height: 0;
		text-align: center;
		border: 1px solid #DF9926;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	
	#locations .nav-tabs > li:first-child > a {
		border-left: 0;
	}
	
	#locations .nav-tabs > li:last-child > a {
		border-right: 0;
	}
	
	#locations .nav-tabs > li > a {
		padding: 10px 37px;
		border: 0;
	}
	
	#locations .nav-tabs > li + li::before {
		content: " ";
	}
	
	.loc-cntry-txt > span {		
		font-size: 20px;
		font-weight: 900;
		position: relative;
		top: 0;
		transform: none;
		padding: 30px 0;
		text-align: left;
	}
	
	.hvr-cntry:hover .loc-cntry-txt {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0px;
		transform: none;
		right: 0;
		bottom: 0;
		position: relative;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	
	.hvr-cntry:hover .loc-cntry-txt > span {
		transform: none;
	}
	/* Location With Image Variation-1 CSS End   */

	/* Location With Image Variation-2 CSS Start */
	#the_locations {
		padding: 50px 0;
	}

	.no-gutters > [class*="col-"] {
		margin-bottom: 20px;
	}

	/*
	.hvr-cntry {
		display: block;
		padding: 35px 0;
		background: #000;
	}
	*/
	
	p.loc-cntry-txt > span {
		font-size: 20px;
		top: 20px;
		transform: translateY(0px);
	}
	/* Location With Image Variation-2 CSS End   */

	/* Location With Image Variation-3 CSS Start */
	.l-top {
		margin-top: 25px;
	}
	/* Location With Image Variation-3 CSS End   */

}

@media screen and (max-width: 480px) {
    /* Location With Image Variation-1 CSS Start */
	#locations ul.nav > li {
		float: none;
		margin-right: 0px;
		margin-bottom: 15px;
		border-bottom: 1px solid #DF9926 !important;
		border: 0;
	}

	#locations ul.nav > li {
		float: none;
		margin-right: 0px;
		margin-bottom: 15px;
		border-bottom: 1px solid #DF9926 !important;
		border: 0;
	}
    
}
/*-------------------------------- Location With Image css end ------------------------------ */

/*--------------------------------------------------------------
# navigation-block start
--------------------------------------------------------------*/
#about_us
{
	padding: 75px 0;
}	
.gradient-color-aboutus {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 450px;
}
.circle-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.circle-grid:before, .circle-grid:after {
	content: normal;
}
.circle-grid > [class*="col-"] {
	margin-bottom: 20px;
}
.circle-grid .eqh-box {
	position: relative;
	height: 100%;
	padding-bottom: 20px;
	overflow: hidden;
}
.circle-grid .eqh-box .btn-bottom {
	position: absolute !important;
	bottom: 0px;
	padding: 15px;
	margin: 0;
}
.circle-grid .view-more {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	margin-top: 10px;
	text-decoration: none;
	position: relative;
	left: 0;
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.circle-grid .view-more:hover, .circle-grid .view-more:focus{
	color: #000;
	text-decoration: underline;
	left: 10px;
}
.border-line {
	border: 1px solid #000000;
	padding: 15px;
	margin-bottom: 30px;
	background-color: #fff;
}
.border-line:hover .head-abtus-bdr {
	width: 65px;
}
.head-abtus {
	font-size: 25px;
	line-height: 27px;
	letter-spacing: -0.5px;
	color: #000;
	font-weight: 900;
}
.head-abtus-bdr {
	background-color: #f5a623;
	display: block;
}
.head-abtus-bdr {
	width: 50px;
	height: 5px;
	margin: 10px 0;
	transition: all 0.5s ease 0.1s;
}
@media screen and (max-width: 1024px) {
.gradient-color-aboutus {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 450px;
}
.circle-grid .view-more:hover, .circle-grid .view-more:focus {
	left: 0px;
}
.border-line:hover .head-abtus-bdr {
	width: 44px;
}
.head-abtus-bdr {
	background-color: #f5a623;
	display: block;
}
.head-abtus-bdr {
	width: 44px;
	height: 4px;
	margin: 10px 0;
}
}
@media screen and (max-width: 767px) {
.gradient-color-aboutus {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 450px;
}
.border-line {
	border: 1px solid #000000;
	padding: 15px;
	margin-bottom: 30px;
	background-color: #fff;
}
.head-abtus {
	font-size: 22px;
}
.head-abtus-bdr {
	width: 44px;
	height: 4px;
	margin: 10px 0;
}
.head-abtus-bdr {
	background-color: #f5a623;
	display: block;
}

}

.list-sub-text {
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.bg-queries {
	background-color: #f2f2f2;
	color: #000;
	position: relative;
	height: 100%;
}
.pdg-queries {
	padding: 65px 15px 15px;
} 
/*-------------------------------- Navigation block end------------------------------ */
/*--------------------------------  ContactUs css start------------------------------ */
.white-color {          
    color: #ffffff;
} 
#contact_us .expand {
    cursor: pointer;
}

.btn-no-effect {           
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 40px;
    text-decoration: none;
    display: inline-block;
}

.reques-btn {              
    border: 1px solid #000;
    color: #fff;
    min-width: 180px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 900;
    margin-top: 0px;
    background-color: #000;
}

a.reques-btn:before {    
    background-color: #000;
}

a.reques-btn:hover:before {        
    width: 0%;
}

a.reques-btn:hover {       
    color: #000;
    background-color: transparent;
}

#contact_us {                 
	padding: 75px 0;
	background-color: #963596;
}

.countries-list {
	background-color: #d0b5d5;
	display: none;
	height: 100%;
	padding: 30px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.countries-list > ul {
	padding: 15px 0;
}

.countries-list > ul > li {
	list-style-type: none;
	margin-bottom: 10px;
}

.countries-list > ul > li > a {
	color: #000;
	display: inline-block;
}

.closeWrpr1 {
	cursor: pointer;
	height: 38px;
	position: absolute;
	right: 15px;
	top: 15px;
	transform: rotate(45deg);
	width: 38px;
	z-index: 1;
}

.cnt_us_txt {
	font-size: 65px;
	line-height: 73px;
	font-weight: 900;
}

.border {
	border: 1px solid rgba(255,255,255,0.2);
	float: left;
	position: relative;
	width: 100%;
}

.border-rgt {
	border-right: 1px solid rgba(255,255,255,0.2);
}

.border-btm {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.cntry-nme {
	padding: 75px 0;
	display: block;
	color: #fff;
	font-size: 25px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
}

.cntry-nme:focus {
	color: #fff;
	text-decoration: none;
}

.cntry-nme:hover {       
	background-color: #D0B5D5;
	color: #000;
}

.contact-feedback {
	font-size: 20px;
    margin-bottom: 25px;     
}

@media screen and (max-width: 1024px){

	.reques-btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	       
	.cnt_us_txt {
		font-size: 50px;
		line-height: 60px;
		font-weight: 900;
	}
	
	.cntry-nme {
		font-size: 20px;
	}
}

@media screen and (max-width: 992px) {
	.reques-btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.cnt_us_txt {
		font-size: 36px;
		font-weight: 900;
		line-height: 50px;
	}
}
@media screen and (max-width: 767px) {
	.btn-no-effect {           
		border-radius: 0;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		padding: 12px 40px;
		text-decoration: none;
		display: inline-block;
	}
	
	.reques-btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.countries-list {
		padding: 0;
	}

	.cnt_us_txt {
		font-size: 30px;
		font-weight: 900;
		line-height: 35px;
	}
	
	.border-rgt-xs {
		border-right: 1px solid rgba(255, 255, 255, 0.2);
	}
	
	.cntry-nme {
		font-size: 16px;
	}
}

@media screen and (max-width: 320px) {
	.cntry-nme {
		font-size: 14px;
	}
}
/*--------------------------------  ContactUs css start------------------------------ */
/*-------------------------------- ImageTiles css start------------------------------ */
.plus-row {
    color: #FFFFFF;
}

.plus-row img {
    max-width: 100%;
}

.eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*.eq-height [class*="col-"] {
	margin-bottom: 25px;
}
*/
.eq-height a > .eqh-box {
    font-size: 18px;
    font-weight: 300;
}

bg-topaz-medium {
    background-color: #DF9926;
}

.plus-row .eqh-box {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}

.eqh-box {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}

.relative {
    position: relative;
}

.plus-row .eqh-box .h3 {
    font-size: 25px;
	line-height: 30px;
}

.plus-row .eqh-box .btn-bottom {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 0;
    bottom: 20px;
	position: absolute;
}

@media screen and (max-width: 767px) {
	.h3 {
		line-height: 25px;
	}
}
/*-------------------------------- ImageTiles css end------------------------------ */

/*--------------------------------Calendar css start ------------------------------ */


#main-text-body .h1-heading {
    margin-bottom: 15px;
}

.main-text-body-investors h1 {
    font-size: 80px;
    font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 80px;
    margin: 15px 0;
}


.ms-rtestate-field h1 {
	color: inherit;
}



#main-text-body h3, #main-text-body h4, #main-text-body h5, #main-text-body h5 > a, #main-text-body h6 {
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 900;
    letter-spacing: -1px;
}

.main-text-body-investors h4 {
    font-size: 25px;
}

.table-wrap {
    margin-bottom: 15px;
}

.table-wrap table {
    border: 1px solid #ddd;
    width: 100%;
}

.table-wrap table tr th {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    background-color: #f1f1f1;
    padding: 10px 5px;
    border: 1px solid #ddd;
}

.table-wrap table tr td {
    font-size: 16px;
    color: #3F3F3F;
    font-weight: 400;
    padding: 10px;
    word-wrap: break-word;
    border: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
	.main-text-body-investors h4 {
		font-size: 20px;
	}
	
	.table-wrap table {
		border: 0px solid #ddd;
	}
	
	.table-wrap table thead {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.table-wrap table tr {
		border: 1px solid #ccc;
		display: block;
		padding: 0px;
		margin-bottom: 20px;
	}
	
	.table-wrap table tr th {
		border-bottom-width: 1px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.table-wrap table tr td {
		border: none;
		border-bottom: 1px solid #ccc;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align: left;
		display: block;
	}
	
	.table-wrap table td:before {
		content: attr(title);
	}
	
	.table-wrap table td:before {
		font-size: 16px;
		color: #000;
		text-align: left;
		font-weight: 600;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 45%;
		padding-right: 10px;
		height: 100%;
		background-color: #f1f1f1;
		padding-left: 10px;
		border-bottom: 1px solid #fff;
		padding-top: 10px;
	}
}

@media screen and (max-width: 767px) {
	.main-text-body-investors h1 {
		font-size: 40px;
		line-height: 40px;
		margin-top: 25px;
	}
	
	.main-text-body-investors h4 {
		font-size: 20px;
	}
	
	.table-wrap table {
		border: 0px solid #ddd;
	}
	
	.table-wrap table thead {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.table-wrap table tr {
		border: 1px solid #ccc;
		display: block;
		padding: 0px;
		margin-bottom: 20px;
	}
	
	.table-wrap table tr th {
		border-bottom-width: 1px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.table-wrap table tr td {
		padding: 10px 10px 10px 50%;
		font-size: 14px;
	}
	
	.table-wrap table td:before {
		content: attr(title);
	}
	
	.table-wrap table td:before {
		font-size: 14px;
		color: #000;
		text-align: left;
		font-weight: 600;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 45%;
		padding-right: 10px;
		height: 100%;
		background-color: #f1f1f1;
		padding-left: 10px;
		border-bottom: 1px solid #fff;
		padding-top: 10px;
	}
}
/*Calendar CSS Updated By Swagata.Chaudhuri*/
#main-text-body ul > li, #press_releases ul > li, #content-container ul > li, .content-inner ul > li, #solution ul > li, ul.list-items > li {
	display: block;
	padding-left: 20px;
	background-image: url(../svg/right-chevron-blue.svg);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
#main-text-body ul > li, #main-text-body ol > li, #content-container ul > li, #solution ul > li, .content-inner ul > li, ul.list-items > li {
	margin-bottom: 14px;
}
/*body ul {
    font-size: 18px;
    margin-bottom: 25px;
}*/
.googleCalendar{
	background-image: url(../svg/google.svg);
	background-repeat: no-repeat;
	background-position: 7px 50%;
	background-size: 16px auto;
}
.yahooCalendar{
	background-image: url(../svg/yahoo.svg);
	background-repeat: no-repeat;
	background-position: 7px 50%;
	background-size: 16px auto;
}
.appleCalendar{
	background-image: url(../svg/apple.svg);
	background-repeat: no-repeat;
	background-position: 7px 50%;
	background-size: 16px auto;
}
.outlookCalendar{
	background-image: url(../svg/microsoft.svg);
	background-repeat: no-repeat;
	background-position: 7px 50%;
	background-size: 16px auto;
}

/*Calendar CSS Updated By Swagata.Chaudhuri*/
/*--------------------------------Calendar css end ------------------------------ */
/*offerings start*/
/*-- Our Offerings --*/
#offering-locations {
	padding: 0;
}
#offering-locations ul.offering-list li:hover {
    background: none !important;
}
ul.offering-list li img {
    margin-right: 5px;
    max-width: 30px;
}
ul.offering-list li:hover span {
    left: 5px;
} 
ul.offering-list li span {
	position: relative;
	left: 0;
	transition: all 0.3s ease 0.1s;
}
h2.mb3 {
    font-size: 70px;
}
.mb3 {
    margin-bottom: 30px !important;
}
.offering-hover {
	position: relative;
}
.offerings-hover {
	display: block!important;
	opacity: 0.4;
	position: relative;
}
.border-left {
	width: 20px;
	height: 0%;
	position: absolute;
	left: 0;
	background-color: #DF9926;
	transition: all 0.5s;
}
.offering-hover:hover .border-left {
	height: 100%;
}
.offering-title {
	font-size: 40px;
	color: #000000;
	font-weight: 900;
	line-height: 40px;
	letter-spacing: -1px;
}
ul.offering-list {
	padding: 0px;
}

ul.offering-list li {
	line-height: 26px;
	padding-bottom: 10px;
}

ul.offering-list li {
    list-style-type: none;
    font-size: 18px;
    padding-left: 40px;
    background-position: 3px 10px;
    transition: all 0.5s;
    /*line-height: 32px;*/
}

ul.offering-list li:hover {
    background: url(../png/list-arrow-2.png);
    background-repeat: no-repeat;
	background-position: 10px 10px;
	text-decoration: underline;
}
ul.offering-list li a {
	font-size: 20px;
	color: #000;
	font-weight: 400;/*text-transform: capitalize;*/
	line-height: 25px;
	text-decoration: underline;
}
.yellow-dot2 {
	display: none;
}
.redefine-bg {
	padding: 60px;
	background: url(../jpg/offeringimg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.assistedge {
	width: 90px;
}
.redefine-title {
	font-size: 40px;
	color: #fff;
	font-weight: 900;
}
.redefine-text {
	width: 80%;
	font-size: 15px;
	color: #ffffff;
	padding-top: 5px;
	line-height: 20px;
	text-align: left;
	font-weight: 400;
}
.case-study {
	padding: 30px;
	background-color: #00539a;
}
.case-heading {
	font-size: 15px;
	color: rgba(255,255,255,0.8);
	font-weight: 400;
	margin-bottom: 0px;
	letter-spacing: 1.5px;
}
.case-content {
	font-size: 20px;
	color: #ffffff;
	line-height: 25px;
	font-weight: 700;
}
.case-increase {
	font-size: 15px;
	color: #DF9926;
	font-weight: 400;
}
.view-case {
	margin-top: 10px;
}
.view-case a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	border: 1px solid #fff;
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
}
.opportunities {
	padding: 60px 60px;
	background: url(../jpg/careers.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top -85px left;
	float: left;
	width: 100%;
}
.opportunit-text {
	margin-bottom: 0px;
	font-size: 45px;
	color: #ffffff;
}
.career-btn {
	border: 1px solid #fff;
	background-color: #fff;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 1.5px;
	padding: 12px 20px 11px;
	font-size: 14px;
	font-weight: 900;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
}
.career-btn:hover {
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
}
.reques-btns {
	font-size: 14px;
	color: #000 !important;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
	text-transform: uppercase !important;
	font-weight: 900;
	display: inline-block;
	text-align: center;
	margin-right: 40px;
	letter-spacing: 1.5px;
	line-height: 26px;
}
.reques-btns:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background-color: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.reques-btns:hover:after {
	width: 100%;
	background-color: #000;
}
.reques-btn {
	border: 1px solid #000 !important;
	color: #fff !important;
	min-width: 180px;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
	text-transform: uppercase !important;
	font-weight: 900;
	margin-top: 0px !important;
	background-color: #000 !important;
}
a.reques-btn:hover {
	color: #000 !important;
	background-color: transparent !important;
}
a.reques-btn:before {
	background-color: #000 !important;
}
a.reques-btn:hover:before {
	width: 0%;
}
.case-btn {
	border: 1px solid #fff !important;
	color: #fff !important;
	padding: 10px 28px !important;
	text-transform: uppercase !important;
	font-weight: 400;
	margin-top: 10px !important;
}
.case-btn:hover {
	color: #fff !important;
	border: 1px solid #000 !important;
}

.service-offering .offering-title{
    margin-top: 0px;
}

/*--------------------------------------------------------------
# Our Offerings - Tablet (Portrait 992px)
--------------------------------------------------------------*/
@media screen and (max-width: 992px) {
    /*-- Our Offerings --*/
    .redefine-title {
        font-size: 30px;
    }
    .offerings-row {
        padding-left: 8px;
    }
    .mb-sm-20 {
        margin-bottom: 20px;
    }
    /*-- Our Experts --*/
    .expert-name {
        font-size: 20px;
    }
    /*-- Request for services --*/
    .txt-request {
        font-size: 20px;
        line-height: 25px;
    }
}

/*--------------------------------------------------------------
# Our Offerings - Mobile (Landscape 1024px)
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {        
    #our_products, #our_offerings {
        padding-bottom: 0;
    }
    #offering-locations ul.offering-list li {
    	background: none !important;
	}
	#offering-locations .offering-title {
    	font-size: 30px;
    	line-height: 30px;
	}
    #offering-locations ul.offering-list li {
    	padding-left: 0;
	}
    .offering-hover {
        margin-left: 15px;
        margin-right: 15px;
    }
    .border-left {
        display: none;
    }
    .offerings-row {
        margin-left: 0;
        padding-right: 0;
    }
	.offering-title {
        font-size: 35px;
    }
	 ul.offering-list li {
		background: url(../png/arrow-right.png);
		background-repeat: no-repeat;
		background-position: 10px 9px;
		background-size: 20px 20px;
	}
}

/*--------------------------------------------------------------
# Our Offerings - Mobile (Landscape 767px)
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .service-offering ul.offering-list li {
		padding-left: 40px;
		margin-bottom: 0;
    	background: url(../png/arrow-right.png);
        background-repeat: no-repeat;
		background-position: 10px 10px;
		background-size: 20px 20px;	
	}
	
	#offering-locations ul.offering-list li:hover {
    	background: none !important;
	}
     #offering-locations h2 {
    	font-size: 40px;
	}
    #offering-locations .offerings-row {
    	padding-left: 0;
        margin-left: 0;
	}
    .redefine-bg {
        padding: 60px 20px;
    }
    .redefine-title {
        font-size: 25px;
    }
    .offerings-row {
        padding-left: 0px;
    }
    .opportunit-text {
        font-size: 25px;
        font-weight: 400;
        line-height: 30px;
    }
    .opportunities {
        background-position: top left;
    }
    .submit-btn {
        color: #fff;
        padding: 10px 50px;
        border: 1px solid #f6a623;
        background-color: #f6a623;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-weight: 900;
    }
    .submit-btn:hover {
        border: 1px solid #757575;
        background-color: transparent;
        color: #757575;
    }
	.offering-hover {
        margin-left: 15px;
        margin-right: 15px;
    }
    .offering-title {
        font-size: 25px;
    }
}
.offerings-submit:after {
	margin: auto;
	height: 3px;
	width: 2px;
}
/*--------------------------------Offerings end------------------------------ */
/*offering with image start*/
.portfolio
{
    padding: 75px 0;
}
ul.offering-list li:hover span {
    left: 5px;
} 
ul.offering-list li span {
	position: relative;
	left: 0;
	transition: all 0.3s ease 0.1s;
}
.border-left {
    width: 20px;
    height: 0%;
    position: absolute;
    left: 0;
    background: #DF9926;
    transition: all 0.5s;
}
.offering-title {
	font-size: 35px;
	color: #000000;
	font-weight: 900;
	line-height: 40px;
	letter-spacing: -1px;
} 
#offering-locations .offerings-row {
    border-top: 1px solid #858585;
    margin-left: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 1;
    transition: 0.5s all;
}

.offering-title {
    font-size: 40px;
    color: #000000;
    font-weight: 900;
    line-height: 40px;
}

ul.offering-list {
    padding: 0px;
}
ul.offering-list li img {
    margin-right: 5px;
    max-width: 30px;
}

ul.offering-list li span {
    position: relative;
    left: 0;
    transition: all 0.3s ease 0.1s;
}

.offeringwithimagevar2-container-animation-up{
visibility: visible;
-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
animation-delay: 0.3s;
}

@media (max-width: 1024px) {
	.offering-hover {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.border-left {
		display: none;
	}

	.offerings-row {
		margin-left: 0;
		padding-left: 25px;
		padding-right: 0px;
	}
	
	.offering-title {
		font-size: 35px;
	}

}
@media screen and (max-width: 992px)
{
	.offerings-row {
		padding-left: 8px;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 40px;
	}

	.offerings-row {
		padding-left: 0;
	}
	
	.offerings-row [class*="col-"] {
		margin-bottom: 0px;
	}
	
	.offering-title {
		font-size: 25px;
		line-height:20px;
        letter-spacing:-1px; 
    }
	/*ul.offering-list li {
		padding-left: 0px;
		margin-bottom: 20px;
    	background: none;
	}*/
	.mb-sm-20{
		margin-bottom: 20px !important;
	}
}	
/*offering with image end*/


/*--------------------------------  Accordion css start------------------------------ */
/*-------------------------------- Digital Process------------------------------ */
#success-stories {
    background-color: #D9502E;
}
section#success-stories.stories_index {
    background: none;
}
#navigation-band .eq-height .eqh-box img{
	width:auto;
}
.heading-margin {
 margin-top: 40px;
}

/*.container-left-margin {
	padding-left: 56.50px;

}*/
.text-white {
    color: #fff !important;
}
.white-color {
    color: #ffffff !important;
}
.fontweight900 {
    font-weight: 900;
}

.white-line {
    background: #fff;
    content: "";
    display: inline-block;
    height: 7px;
    width: 60px;
}
.panel {
    border: 0px;
    border-bottom: transparent;
    background: #fff;
}
.panel-heading {
    border-radius: 4px;
    color: #231f20;
    padding: 25px 15px;
}
.panel-custom>.panel-heading {
    background-color: #fff;
    /* box-shadow: 0 0 4px #cccccc; */
}
.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit;
    display: block;
    outline: none;
    text-decoration: none;
    padding-left: 40px;
    position: relative;
}


.panel-body {
    padding: 30px 40px;
    /* background-color: #b72e0c; */
    background-color: #faa41a;
    /*color: #fff;*/
    position: relative;
    overflow: hidden;
}

.success-stories .panel-body {
    background-color: #faa41a;
        }            
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: medium none;
    /*color: #fff;*/
    /*font-size: 21px;*/
	font-size: 19px;
    font-weight: 400;
    /* padding: 8%; */
}
.panel-group .panel {
    border-radius: 4px;
    margin-top: 8px;
}

.panel-group .panel+.panel {
 margin-top: 8px !important;
}

#success-stories .panel-title {
    color: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 0;
}

#accordion .panel-title i.glyphicon {
    font-size: 200%;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    left: 0;
    position: absolute;
    top: -7px;
}

.rotate-icon {
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    transform: rotate(-225deg);
} 
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    }

.margintop-md-20 {
    margin-top: 20px;
}    

/*-------------------------------- API-Economy------------------------------ */
#case_studies .panel-body {
    background-color: #d78b13;
        }

#case_studies p{
	font-size: 18px;
}

#case_studies .panel-title {
    font-size: 19px;

}

/*-------------------------------- Cyber-Security------------------------------ */
#services {
    background-color: #D9502E;
}
#services .panel-title {
    font-size: 19px;

}

img.panel-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.3;
    z-index: -1;
}

/*-------------------------------- Internet of things------------------------------ */

#section6 {   
    background-image: url("../jpg/bg2.jpg");   
  	background-color: #231f20;    
}

#section6 .panel-title {
    font-size: 19px;

}

h2.head-section3 {
    font-size: 63px;
    font-weight: bold;
    color: #000!important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

h4.head-section3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}

.internet-margin {
margin-bottom: 50px;
    }        



/*-------------------------------- Products and platforms------------------------------ */


/*section {
    padding: 100px 0;
}*/
#features {
    
    color: #fff;

}
#features .h2 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 500;
    font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
    margin: 0 0 1rem;
}

#features .accordion-custom .panel {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent;
}

#features .accordion-custom .panel-default {
    float: left;
    width: 100%;
    border-color: transparent;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}    
#features .accordion-custom .panel-default > .panel-heading {
    background-color: rgba(76,5,25, 0.1);
    border-color: transparent;
    position: relative;
    padding: 10px 20px;
    border-radius: 36px;
}   

#features .accordion-custom .panel-title a {
    padding-left: 3px;    
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 500;
    display: block;
    padding-right: 30px;
}    

#features .accordion-custom .panel-title > a.collapsed:before {
    content: "\f067";
    font-size: 30px;
    line-height: -moz-block-height;
    position: absolute;
    right: 1px;
    bottom: -15px;
    top: 50%;
    transform: translateY(-50%);
}

#features .accordion-custom .panel-title > a:before {
	font-family: FontAwesome;
    content: "\f068";
    font-size: 30px;
    line-height: -moz-block-height;
    letter-spacing: -0.0625em;
    position: absolute;
    right: 1px;
    bottom: -15px;
    top: 50%;
    transform: translateY(-50%);
}

#features .panel-body {
    padding: 20px;
    margin-left: 0px;

}

#features .panel-heading + .panel-collapse > .panel-body ul > li {
    background-image: url(../png/right-arrow-white.png);
    background-position: 0 8px;
    margin-bottom: 10px;
    line-height: 30px;
    background-repeat: no-repeat;
}        

.features-list ul {
    padding: 0;
}        

.features-list ul > li {
    list-style-type: none;
    padding-left: 25px;
}        
/*-------------------------------- Subsidairies------------------------------ */

#main-text-body .sub-font {
 font-family: myriad-pro, Arial;
}

/*#main-text-body {
    padding: 75px 0 0 0;affecting other css maintext content in sap pages

}*/

#main-text-body h3, #main-text-body h4, #main-text-body h5, #main-text-body h5 > a, #main-text-body h6 {
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 900;
    letter-spacing: -1px;
}
#main-text-body h4 {
    font-size: 30px;
}




#main-text-body .accordion-custom .panel-default > .panel-heading + .panel-collapse > .panel-body {    
    padding-top: 0px;
    padding-bottom: 0px;
}

#main-text-body .accordion-custom .panel-title a {    
    padding-left: 0px;
	font-family: myriad-pro, Arial;
    line-height: 44px;
}

#main-text-body .accordion-custom .panel-body {    
	font-family: myriad-pro, Arial;
    line-height: 37px;
    font-weight: 300;
}

.sub-font {
   font-family: myriad-pro, Arial;
}

/*---------------------------Java Scritp for Roration icon zoomOut and zoomIn-----------------------------------*/

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s
}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}

#accordion .panel-title i.glyphicon{
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.rotate-icon {
    -moz-transform:rotate(-225deg);
    -webkit-transform:rotate(-225deg);
    transform:rotate(-225deg);
}        

.rotate-icon {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

/*-------------------------------Workplace-transformation---------------------------------*/   

#offerings {
      /* background-color: #D9502E; */
} 
.title-center {
    /* font-size: 72px; */
    font-size: 45px;
    font-weight: 900;
}
.white-color {
    color: #ffffff !important;
}
#offerings .panel-title {
    color: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 0;
}  

#offerings .panel-body {
    padding: 30px 40px;
    /* background-color: #b72e0c; */
    background-color: #faa41a;
    color: #fff;
    position: relative;
    overflow: hidden;
}    

#offerings .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: medium none;
    /* color: #fff; */
    color: #000;
    /* padding: 50px; */
    /* padding: 35px; */
    /* min-height: 450px; */
}  
#offerings .work-font-size-family {         
    font-size: 18px;
    font-weight: 200;        
  }

.offerings-ul li {
    background: url(../png/arrow-grey.png);
    list-style-type: none;
    padding-left: 22px;
    background-position: 0 7px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    transition: all 0.5s ease 0.1s;
}    

.panel-title a {
    font-family: myriad-pro, myriad-pro-condensed;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}   

.panel-body {
    font-family: myriad-pro, myriad-pro-semi-condensed;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}      

@media screen and (max-width: 1024px) {
     #main-text-body h4 {
	font-size: 25px;
	} 
    #main-text-body h3, #main-text-body h4, #main-text-body h5, #main-text-body h5 > a, #main-text-body h6 {
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: 900;
	letter-spacing: -1px;
}      
    .accordion-custom .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding: 15px !important;
        padding-left: 0 !important;
    }

}

@media screen and (max-width: 767px) {
	#main-text-body .accordion-custom .panel-title a {
        line-height: 1.1;
    }

    #main-text-body .accordion-custom .panel-default > .panel-heading + .panel-collapse > .panel-body {
		padding: 15px;
        padding-left: 0;
    }

    .accordion-custom .accordion-txt/*, #main-text-body ul- affect sap pages content*/ {
		padding-right: 30px;
        line-height: 32px;
	}
    #main-text-body h4 {
	font-size: 22px;
    }
    #main-text-body h3, #main-text-body h4, #main-text-body h5, #main-text-body h5 > a, #main-text-body h6 {
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: 900;
	letter-spacing: -1px;
}
}
/*--------------------------------  Accordion css end------------------------------ */
ul.list-items > li {
	display: block;
	padding-left: 20px;
	background-image: url(../svg/right-chevron-blue.svg);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
/*--------------------------------------------------------------
# Global CSS
--------------------------------------------------------------*/
.z-index-1{
	z-index: 1;
}
.p15{
	padding:15px;
}
/*--------------------------------------------------------------
# Success Stories - Desktop
--------------------------------------------------------------*/

.thumbnail {
	border: none;
	padding: 0px;
	padding-right:15px;
	margin-bottom: 0;
	border-radius:unset;
}
.item.list-group-item {
	float: none;
	width: 100%;
	margin-bottom: 0;
	border: none;
}
.list-group-image {	
	display: block;
	height: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.item.list-group-item .list-group-image {
	float: right;
	padding: 0 15px;
	width:25%;
}
.list-group-item{
	background:none;
}
.item.list-group-item .thumbnail {
	margin-bottom: 0px;
}
.caption-text {
	position: relative;
}
.caption-txt a {
	text-decoration: underline;
}
.thumbnail .caption-text {
	padding-left: 15px;
	color: #333;
}
.item.list-group-item .caption-text {
	padding-left: 15px;
}
.item.list-group-item:before, .item.list-group-item:after {
	display: table;
	content: " ";
}
.item.list-group-item:after {
	clear: both;
}
.list-group-item-text {
	margin: 0 0 11px;
}

.listtogrid-text{
	font-size: 22px;
	color: #000;
	font-weight: 400;
	line-height: 29.5px;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}
.bg-files{
	top:236px;
	opacity: 0.5;
}
.bg-files-list{
	top:unset;
	bottom:10px;
	width:80px;
}
.tag-close-grid{
	top:215px;
	bottom:unset;		
}
.btn-list{
	font-size:30px;
	line-height: 38px;
	color:#777;
}
.btn-list.active{
	color:#000;
	box-shadow: unset;
}
.successstories-nav{
	font-size:17px;
	line-height:52px;
	font-weight:400;
}
.successstories-nav a{
	color:#767676;
}
.successstories-nav.active{	
	border-bottom:4px solid #f5a623;
}
.successstories-nav.active a{
	color:#000;
}
.select-nav-top-xs{
	display: none;
}
.nav-top-xs-align{
	list-style: none;
	margin-left:5px;
	padding-left:5px;
	margin-bottom: 0;
}
.nav-top-xs-align li{
	display: inline-block;
	margin-left:5px;
	margin-right: 5px;
}
.prlst-para {
	font-size: 22px;
	line-height: 25px;
	color: #000;
	font-weight: 400;
	display: block;
	padding-top: 15px;
}
.articlecontainer #pr_list.bg-pattern{
	height: auto;
}
/* -- social share -- */
ul.social-tag > li.last {
    margin-right: 0px;
    position: relative;
}
ul.social-share-pr > li > a {
    font-size: 18px;
    color: rgb(51, 51, 51);
}
ul.social-share-st-align > li{
	left:15%;
}
ul.social-share-st-grid > li{
	left:60%;	
}
ul.social-share-st-grid > li.slideout{
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 40px;
    padding: 5px;
    text-align: center;
    width: 40px;
}
.list-group-item .social-tag, .grid-group-item .social-tag {
	position: relative;
}
.trigger-share-pr, ul.social-share-pr > li {
	position: absolute;
	top: 0;
	-webkit-transition: .1s linear;
	transition: .1s linear;
	border: none;
}
ul.social-share-pr > li {
	display: none;
	right: -5px;
	top: -11px;
}
.list-group-item ul.social-share-pr, .grid-group-item ul.social-share-pr {
    position: absolute;
    top: 7px;
    left: 35px;
}
ul.social-share-st-grid > li.slideout:nth-child(1) {
	-webkit-transform: translateX(0px) translateY(-45px);
	-moz-transform: translateX(0px) translateY(-45px);
	-ms-transform: translateX(0px) translateY(-45px);
	-o-transform: translateX(0px) translateY(-45px);
	transform: translateX(0px) translateY(-45px);
}
ul.social-share-st-grid > li.slideout:nth-child(2) {
	-webkit-transform: translateX(0px) translateY(-76px);
	-moz-transform: translateX(0px) translateY(-76px);
	-ms-transform: translateX(0px) translateY(-76px);
	-o-transform: translateX(0px) translateY(-76px);
	transform: translateX(0px) translateY(-76px);
}
ul.social-share-st-grid > li.slideout:nth-child(3) {
	-webkit-transform: translateX(0px) translateY(-108px);
	-moz-transform: translateX(0px) translateY(-108px);
	-ms-transform: translateX(0px) translateY(-108px);
	-o-transform: translateX(0px) translateY(-108px);
	transform: translateX(0px) translateY(-108px);
}
ul.social-share-st-grid > li.slideout:nth-child(4) {
	-webkit-transform: translateX(0px) translateY(-140px);
	-moz-transform: translateX(0px) translateY(-140px);
	-ms-transform: translateX(0px) translateY(-140px);
	-o-transform: translateX(0px) translateY(-140px);
	transform: translateX(0px) translateY(-140px);
}

@media all and (max-width: 1024px) {
/*--------------------------------------------------------------
# Global CSS
--------------------------------------------------------------*/
	.p15{
		padding:15px;
	}
/*--------------------------------------------------------------
# Success Stories - Tablet
--------------------------------------------------------------*/

	.thumbnail {
		border: none;
		padding: 0px;
		margin-bottom: 0;
		border-radius:unset;
	}
	.item.list-group-item {
		float: none;
		width: 100%;
		margin-bottom: 0;
		border: none;
	}
	.list-group-image {		
		display: block;
		height: auto;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.item.list-group-item .list-group-image {
		float: right;
		padding: 0 15px;
		width:25%;
	}
	.list-group-item{
		background:none;
	}	
	.item.list-group-item .thumbnail {
		margin-bottom: 0px;
	}
	.caption-text {
		position: relative;
	}
	.thumbnail .caption-text {
		padding-left: 15px;
		color: #333;
	}
	.item.list-group-item .caption-text {
		padding-left: 15px;
	}
	.item.list-group-item:before, .item.list-group-item:after {
		display: table;
		content: " ";
	}	
	.item.list-group-item:after {
		clear: both;
	}
	.list-group-item-text {
		margin: 0 0 11px;
	}
	.listtogrid-text{
		font-size: 16px;
		color: #000;
		font-weight: 400;
		line-height: 22px;
		letter-spacing: -0.5px;
		margin-bottom: 20px;
	}	
	.bg-files{
		top:137px;
		opacity: 0.5;
	}	
	.bg-files-list{
		top:unset;
		bottom:10px;
		width:80px;
	}
	.tag-close-grid{
		top:170px;
		bottom:unset;		
	}
	
	.btn-list{
		font-size:30px;
		line-height: 38px;
		color:#777;
	}
	.btn-list.active{
		color:#000;
		box-shadow: unset;
	}
	.successstories-nav{
		font-size:17px;
		line-height:52px;
		font-weight:400;
	}
	.successstories-nav a{
		color:#767676;
	}
	.successstories-nav.active{	
		border-bottom:4px solid #f5a623;
	}
	.successstories-nav.active a{
		color:#000;
	}
	.select-nav-top-xs{
		display: none;
	}
	.nav-top-xs-align{
		list-style: none;
		margin-left:5px;
		padding-left:5px;
		margin-bottom: 0;
	}
	.nav-top-xs-align li{
		display: inline-block;
		margin-left:5px;
		margin-right: 5px;
	}
	
	/* -- social share -- */	
	ul.social-share-st-align > li{
		left:18%;		
	}
	ul.social-share-st-grid > li{
		left:76%;		
	}
	ul.social-share-st-grid > li.slideout{
		background-color: #fff;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		height: 40px;
		padding: 5px;
		text-align: center;
		width: 40px;
	}
	ul.social-share-st-grid > li.slideout:nth-child(1) {
		-webkit-transform: translateX(0px) translateY(-45px);
		-moz-transform: translateX(0px) translateY(-45px);
		-ms-transform: translateX(0px) translateY(-45px);
		-o-transform: translateX(0px) translateY(-45px);
		transform: translateX(0px) translateY(-45px);
	}
	ul.social-share-st-grid > li.slideout:nth-child(2) {
		-webkit-transform: translateX(0px) translateY(-76px);
		-moz-transform: translateX(0px) translateY(-76px);
		-ms-transform: translateX(0px) translateY(-76px);
		-o-transform: translateX(0px) translateY(-76px);
		transform: translateX(0px) translateY(-76px);
	}
	ul.social-share-st-grid > li.slideout:nth-child(3) {
		-webkit-transform: translateX(0px) translateY(-108px);
		-moz-transform: translateX(0px) translateY(-108px);
		-ms-transform: translateX(0px) translateY(-108px);
		-o-transform: translateX(0px) translateY(-108px);
		transform: translateX(0px) translateY(-108px);
	}
	ul.social-share-st-grid > li.slideout:nth-child(4) {
		-webkit-transform: translateX(0px) translateY(-140px);
		-moz-transform: translateX(0px) translateY(-140px);
		-ms-transform: translateX(0px) translateY(-140px);
		-o-transform: translateX(0px) translateY(-140px);
		transform: translateX(0px) translateY(-140px);
	}
}

@media all and (max-width: 992px) {
/*--------------------------------------------------------------
# Global CSS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Success Stories - Tablet
--------------------------------------------------------------*/
	.bg-files{
		top:267px;
	}
	.bg-files-list{
		top:unset;
		bottom:10px;
		width:80px;
	}
	.tag-close-grid{
		top:200px;
		bottom:unset;		
	}
	/* -- social share -- */
	ul.social-share-st-grid > li{
		left:73%;
	}
}

@media all and (max-width: 768px) {
/*--------------------------------------------------------------
# Global CSS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Success Stories - Tablet
--------------------------------------------------------------*/

}

@media all and (max-width: 767px) {
/*--------------------------------------------------------------
# Global CSS
--------------------------------------------------------------*/
	.p-xs-0{
		padding:0;
	}	
	.p15{
		padding:15px;
	}

/*--------------------------------------------------------------
# Success Stories - Mobile 
--------------------------------------------------------------*/
/*-- commented as suggested by cp Vijay ---*/
	.item {
		width: 100%;
		/*margin-bottom: 20px;*/
	}	
	.thumbnail {
		border: none;
		padding: 0px;
		margin-bottom: 0;
		border-radius:unset;
	}
	.item.list-group-item {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		border: none;
		background:none;
		padding-top:0;
		padding-bottom:0;
	}
	.remove-col-eq-ht-list{
		padding: 0;
	}
	.list-group-image {		
		display: block;
		height: auto;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}	
	.item.list-group-item .list-group-image {
		float: none;
		margin:0 auto;
		padding:0;
		width:auto;
	}
	.item.list-group-item .thumbnail {
		margin-bottom: 0px;
	}
	.caption-text {
		position: relative;
	}
	.thumbnail .caption-text {
		padding: 15px;
		color: #333;
	}
	.item.list-group-item .caption-text {
		padding: 15px;
	}
	.item.list-group-item:before, .item.list-group-item:after {
		display: table;
		content: " ";
	}	
	.item.list-group-item:after {
		clear: both;
	}
	.list-group-item-text {
		margin: 0 0 11px;
	}
	.bg-files{
		bottom:0;
		top:unset;
	}
	.bg-files-list{
		top:unset;
		bottom:0px;
		width:80px;
	}
	.minus-top-xs{
		position: absolute;			  
		top: -40px;
	}	
	.listtogrid-text{
		font-size: 16px;
		color: #000;
		font-weight: 400;
		line-height: 22px;
		letter-spacing: -0.5px;
		margin-bottom: 20px;
	}
	.tag-close-grid{
		top:unset;
		bottom:0;
	}
	.successstories-nav{
		line-height: 40px;
	}	
	.select-nav-top-xs{
		display: block;
		margin-top:7px;			
	}
	.select-nav-top-xs a{
		border: 1px solid #777777;
		padding: 5px 15px;
		display: inline-block;
		color: #777777;
		width: 100%;		
	}
	.nav-top-xs {
		display: none;
	}
	.nav-top-xs-open{
		display: block;
		position: relative;
	}
	.nav-top-xs-align {
		position: absolute;
		top: 0;
		background-color: #fff;
		color: #fff;
		width: 100%;
		max-height: 200px;
		overflow: auto;
		margin-left:0;
		padding-left:0;
		z-index: 1;
	}		
	.nav-top-xs-align li{
		display: block;		
	}
	.nav-top-xs-down-arrow{
		position:relative;
		margin-left:25px;	
	}
	.nav-top-xs-down-arrow::before{
		content: "\f0d7";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: #333;
		font-size: 18px;	
		top: 2px;
		left: 0;
	}
	/* -- social share -- */
	ul.social-share-st-align > li{
		left:35%;		
	}
	ul.social-share-st-grid > li{
		left:35%;		
	}
	ul.social-share-pr > li.slideout {
		z-index: 1;
	}	
	ul.social-share-st-grid > li.slideout:nth-child(1) {
		-webkit-transform: translateX(0px) translateY(-45px);
		-moz-transform: translateX(0px) translateY(-45px);
		-ms-transform: translateX(0px) translateY(-45px);
		-o-transform: translateX(0px) translateY(-45px);
		transform: translateX(0px) translateY(-45px);
	}
	ul.social-share-st-grid > li.slideout:nth-child(2) {
		-webkit-transform: translateX(0px) translateY(-76px);
		-moz-transform: translateX(0px) translateY(-76px);
		-ms-transform: translateX(0px) translateY(-76px);
		-o-transform: translateX(0px) translateY(-76px);
		transform: translateX(0px) translateY(-76px);
	}
	ul.social-share-st-grid > li.slideout:nth-child(3) {
		-webkit-transform: translateX(0px) translateY(-108px);
		-moz-transform: translateX(0px) translateY(-108px);
		-ms-transform: translateX(0px) translateY(-108px);
		-o-transform: translateX(0px) translateY(-108px);
		transform: translateX(0px) translateY(-108px);
	}
	ul.social-share-st-grid > li.slideout:nth-child(4) {
		-webkit-transform: translateX(0px) translateY(-140px);
		-moz-transform: translateX(0px) translateY(-140px);
		-ms-transform: translateX(0px) translateY(-140px);
		-o-transform: translateX(0px) translateY(-140px);
		transform: translateX(0px) translateY(-140px);
	}
	ul.social-share-st-align > li.slideout:nth-child(1) {
		-webkit-transform: translateX(0px) translateY(-45px);
		-moz-transform: translateX(0px) translateY(-45px);
		-ms-transform: translateX(0px) translateY(-45px);
		-o-transform: translateX(0px) translateY(-45px);
		transform: translateX(0px) translateY(-45px);
	}
	ul.social-share-st-align > li.slideout:nth-child(2) {
		-webkit-transform: translateX(0px) translateY(-76px);
		-moz-transform: translateX(0px) translateY(-76px);
		-ms-transform: translateX(0px) translateY(-76px);
		-o-transform: translateX(0px) translateY(-76px);
		transform: translateX(0px) translateY(-76px);
	}
	ul.social-share-st-align > li.slideout:nth-child(3) {
		-webkit-transform: translateX(0px) translateY(-108px);
		-moz-transform: translateX(0px) translateY(-108px);
		-ms-transform: translateX(0px) translateY(-108px);
		-o-transform: translateX(0px) translateY(-108px);
		transform: translateX(0px) translateY(-108px);
	}
	ul.social-share-st-align > li.slideout:nth-child(4) {
		-webkit-transform: translateX(0px) translateY(-140px);
		-moz-transform: translateX(0px) translateY(-140px);
		-ms-transform: translateX(0px) translateY(-140px);
		-o-transform: translateX(0px) translateY(-140px);
		transform: translateX(0px) translateY(-140px);
	}
}

@media all and (max-width: 640px) {
/*--------------------------------------------------------------
# Global CSS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Success Stories - Mobile
--------------------------------------------------------------*/
}

@media all and (max-width: 480px) {
/*--------------------------------------------------------------
# Global CSS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Success Stories - Mobile
--------------------------------------------------------------*/
}

@media all and (max-width: 360px) {
/*--------------------------------------------------------------
# Global CSS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Success Stories - Mobile
--------------------------------------------------------------*/
}

@media all and (max-width: 320px) {
/*--------------------------------------------------------------
# Global CSS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Success Stories - Mobile
--------------------------------------------------------------*/

}


/*added by yoga*/  
.list-group-item ul.social-share-pr > li, .grid-group-item ul.social-share-pr > li {
	display: none;
	left: 155px;
	right: inherit;
}
.list-group-item ul.social-share-pr > li.slideout, .grid-group-item ul.social-share-pr > li.slideout {
	display: block;
}
.list-group-item ul.social-share-pr > li.slideout:nth-child(1), .grid-group-item ul.social-share-pr > li.slideout:nth-child(1) {
	-webkit-transform: translateX(-155px);
	-moz-transform: translateX(-155px);
	-ms-transform: translateX(-155px);
	-o-transform: translateX(-155px);
	transform: translateX(-155px);
}
.list-group-item ul.social-share-pr > li.slideout:nth-child(2), .grid-group-item ul.social-share-pr > li.slideout:nth-child(2) {
	-webkit-transform: translateX(-127px);
	-moz-transform: translateX(-127px);
	-ms-transform: translateX(-127px);
	-o-transform: translateX(-127px);
	transform: translateX(-127px);
}
.list-group-item ul.social-share-pr > li.slideout:nth-child(3), .grid-group-item ul.social-share-pr > li.slideout:nth-child(3) {
	-webkit-transform: translateX(-97px);
	-moz-transform: translateX(-97px);
	-ms-transform: translateX(-97px);
	-o-transform: translateX(-97px);
	transform: translateX(-97px);
}
.list-group-item ul.social-share-pr > li.slideout:nth-child(4), .grid-group-item ul.social-share-pr > li.slideout:nth-child(4) {
	-webkit-transform: translateX(-64px);
	-moz-transform: translateX(-64px);
	-ms-transform: translateX(-64px);
	-o-transform: translateX(-64px);
	transform: translateX(-64px);
}

.minus-top-grd, .minus-top-lst {
	line-height: 16px;
}
.minus-top-grd {
	position: absolute;
	top: -45px;
}

.list-group-item ul.social-tag, .grid-group-item ul.social-tag {
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 0;
}

ul.social-share-pr > li.slideout {
	display: block;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 40px;
	padding: 5px;
	text-align: center;
	width: 40px;
}
ul.social-share-pr > li.slideout:nth-child(1) {
	-webkit-transform: translateY(55px);
	-moz-transform: translateY(55px);
	-ms-transform: translateY(55px);
	-o-transform: translateY(55px);
	transform: translateY(55px);
}
ul.social-share-pr > li.slideout:nth-child(2) {
	-webkit-transform: translateY(85px);
	-moz-transform: translateY(85px);
	-ms-transform: translateY(85px);
	-o-transform: translateY(85px);
	transform: translateY(85px);
}
ul.social-share-pr > li.slideout:nth-child(3) {
	-webkit-transform: translateY(115px);
	-moz-transform: translateY(115px);
	-ms-transform: translateY(115px);
	-o-transform: translateY(115px);
	transform: translateY(115px);
}
ul.social-share-pr > li.slideout:nth-child(4) {
	-webkit-transform: translateY(145px);
	-moz-transform: translateY(145px);
	-ms-transform: translateY(145px);
	-o-transform: translateY(145px);
	transform: translateY(145px);
}

.tag-item {
	width: auto;
	height: auto;
	padding: 5px 10px;
	border: 1px solid #000000;
	color: #000;
	margin-right: 10px;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s ease 0.1s;
	-moz-transition: all 0.5s ease 0.1s;
	-ms-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
	text-transform: capitalize;
}
.tag-item:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.tag-item:focus {
	color: #000;
	text-decoration: none;
}
.tag-close {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 15px;
	height: 15px;
}
.tag-close:hover {
	opacity: 1;
}
.tag-close:before, .tag-close:after {
	position: absolute;
	content: ' ';
	height: 15px;
	width: 2px;
	background-color: #000;
}
.tag-close:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tag-close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.bg-light-white .tag-position {
	background-color: #f2f2f2;
}
.white-bg .tag-position {
	background-color: #ffffff;
}
.tag-position {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	bottom: 0;
	background-color: #fff;
	z-index: 10;
	padding: 15px 0;
}
.tag-position {
	display: none;
}
.insight-btn {
	border: 1px solid #000 !important;
	color: #000 !important;
	min-width: 200px;
	padding-bottom: 15px !important;
	padding-top: 15px !important;
	text-transform: uppercase;
	margin: 0 auto !important;
	display: table !important;
	margin-top: 40px !important;
}
.insight-btn:hover {
	color: #fff !important;
}
.btn-shutter-more {
	color: #fff;
	border: 1px solid #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 12px 50px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	letter-spacing: 1.5px;
	margin-top: 20px;
	font-weight: 700;
	font-size: 14px;
}
.btn-shutter-more:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #000;
	z-index: -1;
}
.btn-shutter-more:hover {
	border: 1px solid #000;
	background-color: transparent;
	color: #ffffff;
}
.btn-shutter-more:hover:before {
	width: 100%;
}
.prlst-para:hover {
	text-decoration: underline;
}

.prlst-para:focus {
    text-decoration: underline;
}
.caption-txt a:focus {
  text-decoration: underline;
}
.btn-panels:focus{
	padding: 5px 10px;
}
#story-pagination .pagination li{
	padding: 0px !important;
}
#stories-paginate li a i{
	vertical-align: middle;
}

/* Pagination CSS */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 70px 0 0;
    border-radius: 4px;
}
#story-pagination .pagination li:nth-child(3) a {
    margin-left: 20px;
}
#story-pagination .pagination li:nth-last-child(2) a {
    margin-left: 20px;
}

/*--------------------------------------------------------------
# Color CSS-del
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Background CSS-del 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Font size CSS-del
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fontweight-del
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Padding CSS-del
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Border-del
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Line height -del
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Relative -del
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Block-del
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Arrow Animation-del
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Move to top scroll - Tablet (Landscape 1024px)
--------------------------------------------------------------*/

.scroll-up {
	position: fixed;
	bottom: 20px;
	right: 18px;
	display: none;
	z-index: 1;
}
/*--------------------------------------------------------------
# Footer - Desktop
--------------------------------------------------------------*/

.skip-main-cnt,
.skip-footer {
            background: #DF9926;
            height: auto;
            left: 0%;
            padding: 8px;
            position: absolute;
            transform: translateY(-100%);
            transition: transform 0.3s;
            color: #ffffff;
            z-index: 9999;
            outline: 0 !important;
}
 
.skip-main-cnt:focus,
.skip-footer:focus {
            transform: translateY(0%);
            color: #ffffff;
}


footer {
	background: #F8F8F8;
	color: #333;
	/*padding: 50px 0;*/
	border-top: 5px solid #d8d8d8;
}
ul.footer-txt > li:first-child {
	margin-top: 20px;
}
ul.footer-txt > li {
	margin-bottom: 10px;
}
ul.footer-txt > li > a {
	color: #3F3F3F;
	font-size: 16px;
}
.ftr-head {
	color: #000000;
	font-size: 22px;
	font-weight: 900;
}
.country {
	position: relative;
	z-index: 1;
}
.up-arrow, .down-arrow {
	position: relative;
	margin-left: 100px;
	z-index: -1;
}
.up-arrow:before, .down-arrow:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #333;
	font-size: 18px;
	/*position: absolute;*/
	top: 2px;
	left: 0;
}
.up-arrow:before {
	content: "\f0d8";
}
.down-arrow:before {
	content: "\f0d7";
}
.select-country > a {
	border: 1px solid #7E7E7E;
	padding: 5px 15px;
	display: inline-block;
	color: #3F3F3F;
}
.select-country > a:hover, .select-country > a:focus {
	color: #3F3F3F;
	text-decoration: none;
}
.option-country {
	display: none;
}
.open-country {
	display: block;
	position: relative;
}
.country-align {
	position: absolute;
	top: -238px;
    margin-bottom: 10px;
	background-color: #fff;
	color: #fff;
	width: 100%;
	max-height: 200px;
	overflow: auto;
	-webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
}
.country-align > li > a {
	color: #7E7E7E;
	padding: 10px 15px;
	display: block;
}
.country-align > li > a:hover {
	background: #63b0ff;
	color: #fff;
}
@media screen and (max-width: 1024px){
.ftr-head {
    color: #000000;
    font-size: 22px;
    font-weight: 900;
    margin: 0;
}
}

/*--------------------------------------------------------------
# Footer - Mobile (Landscape 767px)
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
footer {
	background: #F8F8F8;
	color: #333;
	/*padding: 50px 0;*/
	border-top: 5px solid #d8d8d8;
}
footer ul{
	margin-bottom: 10px;
}    
ul.footer-txt > li:first-child {
	margin-top: 20px;
}
ul.footer-txt > li {
	margin-bottom: 10px;
}
ul.footer-txt > li > a {
	color: #3F3F3F;
	font-size: 16px;
}
.ftr-head {
	color: #000000;
	font-size: 22px;
	font-weight: 900;
    margin: 0;
}
.up-arrow, .down-arrow {
	position: relative;
	margin-left: 100px;
}
.up-arrow:before, .down-arrow:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #333;
	font-size: 18px;
	/*position: absolute;*/
	top: 2px;
	left: 0;
}
.up-arrow:before {
	content: "\f0d8";
}
.down-arrow:before {
	content: "\f0d7";
}
.select-country > a {
	border: 1px solid #7E7E7E;
	padding: 5px 15px;
	display: inline-block;
	color: #7E7E7E;
}
.select-country > a:hover, .select-country > a:focus {
	color: #7E7E7E;
	text-decoration: none;
}
.option-country {
	display: none;
}
.open-country {
	display: block;
	position: relative;
}
.country-align {
	position: absolute;
	top: -238px;
	background-color: #fff;
	color: #fff;
	width: 100%;
	max-height: 200px;
	overflow: auto;
	-webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
}
.country-align > li > a {
	color: #7E7E7E;
	padding: 10px 15px;
	display: block;
}
.country-align > li > a:hover {
	background: #63b0ff;
	color: #fff;
}
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	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;
}
.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: block;
}
.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;
}



/*--Custom code--*/
.slider-single h3 {
	font-size: 42px;
	color: #fff;
	font-weight: 300;
	text-align: right;
}
.slider-single ul li{
    list-style: none;
}
.slider-single ul li {
    font-size: 18px;
    color: #fff;
    text-indent: -16px;
    line-height: 24px;
}
.slider-single ul li::before {
	display: inline-block;
	content: "-";
	transform: translateY(10px);
	font-size: 58px;
	line-height: 16px;
	margin-right: 15px;
}
.history_slider .slick-slide {
    border: none;
    outline: none;
}
.history_slider .slider-single{
	min-height: 300px;
	margin-bottom: 20px;
}
.history_slider.slick-slider {
	margin-bottom: 30px;
}
.history_slider .slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 6%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev.slick-disabled[aria-disabled="true"], .slick-next.slick-disabled[aria-disabled="true"] {
	/*opacity: 0.2;*/
	/*cursor: not-allowed;*/
}
.history_slider .slick-prev, .history_slider .slick-next {
	font-size: 20px;
	color: transparent;
	line-height: 1;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.history_slider .slick-prev {
	left: -40px;
	background-image: url("../png/arrow-left-white-2.png") !important;
	width: 32px;
	height: 32px;
}
.history_slider .slick-next {
	right: -40px;
	background-image: url("../png/arrow-right-white-2.png") !important;
	width: 32px;
	height: 32px;	
}

.history_slider .slider-nav {
	margin: 0 auto;
	width: 85%;
	clear: both;
}
.history_slider .slider-nav .slick-slide {
    cursor: pointer;
	text-align: center;
	position: relative;
	padding-top: 10px;
    border: none;
    outline: none;
}
.history_slider .slider-nav .slick-slide .year-line {
	color: rgba(251,247,247,0.5);
	padding-top: 15px;
	display: block;	
}
.history_slider .slider-nav .slick-slide .year-line::before,
.history_slider .slider-nav .slick-slide .year-line::after {
    display: inline-block;
    content: "";
    border-top: 1px solid rgba(251,247,247,0.5);
    width: 42%;
	position: absolute;
	top: 19px;
}
.history_slider .slider-nav .slick-slide .year-line::before {
	left: 0px;
}
.history_slider .slider-nav .slick-slide .year-line::after {
	right: 0px;
}
.history_slider .slider-nav .slick-slide .year-line {
	font-size: 18px;
	color: rgba(251,247,247,0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.history_slider .slider-nav .slick-slide.is-active .year-line {
	color: #fff;
}
.history_slider .slider-nav .slick-slide .dots-bg {
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 14px;
	width: 10px;
	height: 10px;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.history_slider .slider-nav .slick-slide.is-active .dots-bg {
	top: 0px;
	background-color: #fff;
	border: 1px solid rgba(255,255,255,0.5);
}

@media screen and (max-width: 991px) {
.slider-single h3 {
	text-align: center;
	margin-bottom: 10px;
}

}

@media screen and (max-width: 640px) {
.history_slider .slider-nav{
	width: 70%;
}
.slider-single ul li {
    font-size: 22px !important;
}

}

/* Layout for search container */
.search__input {
	font-size: 7vw;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 0.1em 0;
	/*color: inherit;*/
	border-bottom: 4px solid !important;
}

.search_input_list {
	font-size: 75px;
	text-transform: capitalize;
	font-weight: 700;
	border-bottom: 1px solid #ccc !important;
	height: 100px;
	margin-top: 150px;
	color: #fff;
}

.list-group-item:first-child, .list-group-item, .grid-group-item:first-child,
	.grid-group-item {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 25px;
	border: 0;
}

.list-group-item {
	padding: 0 15px;
}

.list-group-item .lng-txt {
	padding-right: 150px;
}

.list-group-item .lng-txt h3, .list-group-item .caption-txt h3,
	.grid-group-item .caption-txt h3 {
	margin: 0;
}

.list-group-item .prlst-para {
	padding-top: 0;
}

.grid-group-item .equal-bg {
	padding-bottom: 15px;
}

.list-group-item .tag-bg, .grid-group-item .tag-bg {
	left: 0;
}

.list-group-item ul.social-share-pr>li, .grid-group-item ul.social-share-pr>li
	{
	display: none;
	left: 155px;
	right: inherit;
}

.list-group-item ul.social-share-pr>li.slideout, .grid-group-item ul.social-share-pr>li.slideout
	{
	display: block;
}

.list-group-item ul.social-share-pr>li.slideout:nth-child(1),
	.grid-group-item ul.social-share-pr>li.slideout:nth-child(1) {
	-webkit-transform: translateX(-155px);
	-moz-transform: translateX(-155px);
	-ms-transform: translateX(-155px);
	-o-transform: translateX(-155px);
	transform: translateX(-155px);
}

.list-group-item ul.social-share-pr>li.slideout:nth-child(2),
	.grid-group-item ul.social-share-pr>li.slideout:nth-child(2) {
	-webkit-transform: translateX(-127px);
	-moz-transform: translateX(-127px);
	-ms-transform: translateX(-127px);
	-o-transform: translateX(-127px);
	transform: translateX(-127px);
}

.list-group-item ul.social-share-pr>li.slideout:nth-child(3),
	.grid-group-item ul.social-share-pr>li.slideout:nth-child(3) {
	-webkit-transform: translateX(-97px);
	-moz-transform: translateX(-97px);
	-ms-transform: translateX(-97px);
	-o-transform: translateX(-97px);
	transform: translateX(-97px);
}

.list-group-item ul.social-share-pr>li.slideout:nth-child(4),
	.grid-group-item ul.social-share-pr>li.slideout:nth-child(4) {
	-webkit-transform: translateX(-64px);
	-moz-transform: translateX(-64px);
	-ms-transform: translateX(-64px);
	-o-transform: translateX(-64px);
	transform: translateX(-64px);
}

.list-group-item .equal-bg {
	/*padding-left: 0;
	padding-bottom: 0;*/
	padding-top: 15px;
	padding-bottom: 15px;
}

.search-icon {
	position: absolute;
	right: 140px;
	top: 47px;
	z-index: 1;
}

#SubmitValue {
	padding: 4px 0;
	width: 160px;
	display: block;
}

.search {
	position: relative;
	text-align: center;
}

.search {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	overflow: hidden;
	/*width: 100%;*/
	height: 100vh;
}

.search::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.3);
}

.search__inner {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50%;
	background: #f0f0f0;
}

.search__inner--up {
	color: #333333;
	background: #ffffff;
}

.search__inner--down {
	top: 50%;
	color: #f8f8f8;
	background: #f8f8f8;
}

.btn--search-close {
	font-size: 2em;
	position: absolute;
	z-index: 100;
	top: 1.25em;
	right: 1.25em;
	display: none;
}

.btn--search-close {
	display: block;
}

.search__form {
	width: 75%;
	max-width: 900px;
	/*margin: 0 auto;*/
}

.search__input::-webkit-input-placeholder {
	opacity: 0.1;
	/* WebKit, Blink, Edge */
	color: #fff;
}

.search__input::-moz-placeholder {
	opacity: 0.1;
	/* Mozilla Firefox 19+ */
	color: #fff;
}

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

.search__input::-webkit-search-cancel-button, .search__input::-webkit-search-decoration
	{
	-webkit-appearance: none;
}

.search__input::-ms-clear {
	display: none;
}

.search__info {
	font-size: 90%;
	font-weight: bold;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0.85em 0;
	text-align: right;
}

.search__related {
	display: flex;
	width: 75%;
	max-width: 900px;
	/*pointer-events: none;*/
}

.search__suggestion {
	width: 50%;
	padding: 0 1em 0 0;
	text-align: left;
}

.search__suggestion:last-child {
	padding: 0 0 0 1em;
}

.search__suggestion h3 {
	font-size: 1.35em;
	margin-bottom: 20px;
	color: #777777;
}

.search__suggestion h3::before {
	content: '\21FE';
	display: inline-block;
	padding: 0 0.5em 0 0;
}

.search__suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0.75em 0 0 0;
}
/************************/
/* Transitions 			*/
/************************/

/*.main-wrap {
	transition: transform 0.6s, opacity 0.6s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}*/
.main-wrap--hide {
	opacity: 0;
	transform: scale3d(0.8, 0.8, 1);
}

.search {
	pointer-events: none;
}

.search--open {
	pointer-events: auto;
}

.search::before {
	opacity: 0;
	transition: opacity 0.6s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.search--open::before {
	opacity: 1;
}
/* Search button */
.btn--search {
	transition: opacity 0.1s;
}

.main-wrap--hide .btn--search {
	opacity: 0;
	transition-delay: 0.1s;
}
/* Close button */
.btn--search-close {
	opacity: 0;
	transform: scale3d(0.8, 0.8, 1);
	transition: opacity 0.6s, transform 0.6s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.search--open .btn--search-close {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}
/* Halfs */
.search__inner {
	transition: transform 0.6s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.search__inner--up {
	transform: translate3d(0, -100%, 0);
}

.search__inner--down {
	transform: translate3d(0, 100%, 0);
}

.search--open .search__inner {
	transform: translate3d(0, 0, 0);
}

.search__suggestion {
	transform: translate3d(0, 150px, 0);
	transition: transform 1s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.search--open .search__suggestion {
	transform: translate3d(0, 0, 0);
	transition-delay: 0.05s;
}

.search--open .search__suggestion:last-child {
	transition-delay: 0.1s;
}
/* Buttons */
.btn1 {
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: none;
	background: none;
}

.btn1:focus {
	outline: none;
}

.btn--search {
	font-size: 1.5em;
}
/* Reset Search Input */
.search__input {
	border: 0;
	background: transparent;
	border-radius: 0;
	-webkit-appearance: none;
}

.search__input:focus {
	outline: none;
}
/* Links */
.btn1 {
	text-decoration: none;
	color: #d17c78;
	outline: none;
}

.hidden1 {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}
/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}
/* Demo colors */

/*.demo-9 {
	color: #2d3535;
	background-color: #597571;
}*/
.search__color a, .search__color .btn1 {
	color: #fff;
	font-size: 20px;
}

.search__color .btn--search-close {
	background-color: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 8px;
	color: #FFFFFF !important;
}

.search__suggestion .tags-on-fly {
	border: 1px solid #000;
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin: 8px 16px 8px 0;
	padding: 10px 18px;
	transition: all 0.3s ease-in-out 0.1s;
}

.search__suggestion .tags-on-fly:hover {
	background: #000;
	color: #fff;
}

@media screen and (max-width: 40em) {
	.btn--search-close {
		font-size: 1.25em;
	}
	.search__suggestion {
		width: 100%;
	}
	.search__suggestion:last-child {
		display: none;
	}
	.search-wrap {
		font-size: 0.85em;
		position: absolute;
		/*top: 2.15em;
	right: 2em;*/
	}
}

@media all and (max-width: 1024px) {
	.search-icon {
		right: 125px;
	}
	.list-group-item:first-child, .list-group-item, .grid-group-item:first-child,
		.grid-group-item {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-bottom: 25px;
		border: 0;
	}
	.search_input_list {
		font-size: 59px;
		text-transform: capitalize;
		font-weight: 700;
		border-bottom: 1px solid #ccc !important;
		height: 100px;
		/*margin-top: 65px;*/
		color: #fff;
	}
}

@media screen and (max-width: 992px) {
	.search-icon {
		right: 90px;
	}
	.list-group-item .lng-txt {
		padding-right: 15px;
	}
}

@media all and (max-width: 640px) {
	.search-icon {
		right: 85px;
	}
}

@media all and (max-width: 767px) {
	.list-group-item .equal-bg {
		padding-bottom: 0;
		padding-top: 0;
	}
	.list-group-item .lng-txt {
		padding-top: 15px;
	}
	.list-group-item .minus-top-mob {
		position: absolute;
		top: -45px;
	}
	.list-group-item>.pos-abs {
		background-color: #fff;
		left: 15px;
		right: 15px;
		position: absolute;
		width: auto;
		top: 0 !important;
	}
	.list-group-item:first-child, .list-group-item, .grid-group-item:first-child,
		.grid-group-item {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-bottom: 25px;
		border: 0;
	}
	.search_input_list {
		font-size: 23px;
		text-transform: capitalize;
		font-weight: 700;
		border-bottom: 1px solid #ccc !important;
		height: 40px;
		/*margin-top: 50px;*/
		color: #fff;
	}
}
.voice-search:focus{
    outline: 2px solid blue;
}
  .voice-search {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1;
      transition: 0.5s;
      position: absolute;
      right: 2%;
      top: 80%;
      transform: translateY(-50%);
  }
   .voice-search::before {
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    opacity: 0.2;
    position: absolute;
  } 
  .voice-search.active {
    background: #ff0000;
  }
  .voice-search.active::before {
    background: #f1f1f1;
    animation: bounce 0.8s ease-in-out infinite 0.5s;
    z-index: 2;
  }
  .voice-search:hover .mic {
    animation: shake 0.2s linear infinite;
  }
  @keyframes bounce {
    0% {
      transform: scale(1);
    }
    25% {
      transform: scale(1.4);
    }
    75% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.3);
    }
  }
  @media only screen and (max-width: 1024px) {
    .voice-search {
      position: absolute;
      right: 1%;
      top: 80%;
      transform: translateY(-50%);
    }
  }
  @media only screen and (max-width: 767px) {
    .voice-search {
          position: absolute;
          right: 2%;
          top: 80%;
          transform: translateY(-50%);
      }
  }
  @media only screen and (max-width: 480px) {
    .voice-search {
      position: absolute;
      right: 2%;
      top: 80%;
      transform: translateY(-50%);
    }
  }
/*carousel start*/
.cmp-carousel__indicators li{
		    box-shadow: 0 0 0 2px white inset; 
    }
.cmp-carousel__indicators{
    bottom: 25px;
    position: absolute;
    width: 100%;
    background: none !important;
    text-align: center !important;
    }
.cmp-carousel:hover .cmp-carousel__action {
        opacity: 0 !important;
}
.cmp-carousel__indicator{
	cursor: pointer !important;
	height: 16px !important;
	margin: 0 16px !important;
	position: relative !important;
	width: 16px !important;
	display: inline-block;
}
/*carousel stop*/
#leadership p.mngprofile-title {
    font-size: 16px !important;
    color: #777777 !important;
}

.ms-rtestate-field h1, h1.ms-rteElement-H1, .ms-rtestate-field h2, h2.ms-rteElement-H2 {
    color: inherit;
}

#main-text-body img {
    padding: 0;
    margin-bottom: 25px;
}

#main-text-body ul.leader_tabs {
    font-size: 20px;
    margin-bottom: 25px;
    padding: 0 !important;
}

/*--------------------------------------------------------------
# Half grid bottom - Desktop
--------------------------------------------------------------*/

/*-------------------------------------------*/
.bg-color1 {
	overflow: hidden;
}
.bg-color1 > img.img-responsive {
    max-width: none;
    transform: translate3d(-40px, 0px, 0px);
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    width: calc(100% + 40px);
}
.eq-height-leadership {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.eqh-box-leadership {
	position: relative;
	height: 100%;
	background-color: #F2F2F2;
}
.eqh-box-leadership .bg-color1 > img.img-responsive {
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
	width: 100%;
}
.eqh-box-leadership:hover .bg-color1 > img.img-responsive {
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
}
.leadership-link {
	text-align: center;
	margin-bottom: 50px;
}
.leadership-link ul {
	margin: 0 auto;
	padding: 0;
	display: inline-block;
}
.leadership-link ul > li {
	display: block;
	position: relative;
	padding-left: 0 !important;
	background-image: none !important;
	float: left;
}
.leadership-link ul > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	padding: 20px 60px;
	color: #777777;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	border-left: transparent;
	border-right: transparent;
}
.leadership-link ul > li:first-child > a {
	border-left: 1px solid #777777;
}
.leadership-link ul > li:last-child > a {
	border-right: 1px solid #777777;
}
.leadership-link ul > li.active > a, .leadership-link ul > li.active > a:focus, .leadership-link ul > li.active > a:hover, .leadership-link ul > li > a:focus, .leadership-link ul > li > a:hover {
	color: #fff !important;
    background-color: #ab6604;
}
.leadership-link ul > li + li::before {
	content: "|";
	color: #777777;
	position: absolute;
	top: 0px;
	left: -2px;
}
.leadership-link ul > li > a {
    color: #777 !important;
    text-decoration: none !important;
}

.mngprofile-head {
	margin: 30px 0 20px !important;
	font-size: 30px;
}
.mngprofile-list {
	font-size: 25px !important;
	margin: 0 0 20px;
}
.mngprofile-title {
	font-size: 16px !important;
	color: #777777;
}
.mngprofile-title strong {
	font-weight: 400;
}
.list-profile {
	background-color: #F2F2F2;
	padding: 15px;
}
/*--------------------------------------------------------------
# Leadership - Tablet (Landscape 1024px)
--------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
    .col-md-20p {
        width: 20%;
	}
}
/*--------------------------------------------------------------
# Leadership - Tablet (Landscape 1024px)
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	.h1-heading {
		font-size: 60px;
		line-height: 60px;
	}
	#main-text-body h5{
		font-size: 20px;
	}

	#main-text-body h3, #main-text-body h4, #main-text-body h5, #main-text-body h5 > a, #main-text-body h6{
		margin-bottom: 15px;
		margin-top: 0px;
		font-weight: 900;
		letter-spacing: -1px;
	}
	.bg-color1 > img.img-responsive {
		width: calc(100% + 86px);
	}

    .leadership-link ul > li > a {
        padding: 20px 40px;
    }
}
/*--------------------------------------------------------------
# Leadership - (Landscape 992px)
--------------------------------------------------------------*/
@media screen and (max-width: 992px){
.bg-color1 > img.img-responsive {
    width: auto;
}
}
/*--------------------------------------------------------------
# Leadership - Mobile (Landscape 767px)
--------------------------------------------------------------*/
@media screen and (max-width: 767px){
	.h1-heading {
		font-size: 50px;
		line-height: 50px;
		margin-top: 25px;
	}

	#main-text-body h4 {
		font-size: 22px;
	}
	#main-text-body h5{
		font-size: 20px;
	}

	#main-text-body h3, #main-text-body h4, #main-text-body h5, #main-text-body h5 > a, #main-text-body h6{
		margin-bottom: 15px;
		margin-top: 0px;
		font-weight: 900;
		letter-spacing: -1px;
	}
	.bg-color1 > img.img-responsive {
		width: calc(100% + 40px);
	}

    .leadership-link {
        margin-bottom: 0px;
    }
    .leadership-link ul > li {
        width: 100%;
        margin-bottom: 0px;
    }
    .leadership-link ul > li > a {
        width: 100%;
        border: 0;
        display: block;
        margin-bottom: 30px;
    }
    .leadership-link ul > li:first-child > a {
        border-left: 1px solid;
    }
    .leadership-link ul > li:last-child > a {
        border-right: 1px solid;
    }
    .leadership-link ul > li > a, .leadership-link ul > li > a:focus, .leadership-link ul > li > a:hover, .leadership-link ul > li > a:focus, .leadership-link ul > li > a:hover {
        background-color: transparent;
        color: #777777;
        border: 1px solid;
        margin-bottom: 20px;
    }
    .leadership-link ul > li.active > a, .leadership-link ul > li.active > a:focus, .leadership-link ul > li.active > a:hover, .leadership-link ul > li > a:focus, .leadership-link ul > li > a:hover {
        background-color: transparent;
        color: #df9926;
        border: 1px solid;
    }
    .leadership-link ul > li + li::before {
        content: " ";
	}
	.mngprofile-head {
		font-size: 25px !important;
	}
}
/*--------------------------------Leadership css end ------------------------------ */
/*--------------------------------Leadership css start ------------------------------ */
/*-- Our Experts --*/
#our_experts {
	background-color: #333;
	background-position: center center;
	/*background-image: url(../../../content/dam/infosys-web/en/global-resource/responsive/newdesign/line-pattern-bg.png);*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
.mngprofile-title {
    font-size: 16px !important;
    color: #777777 !important;
}
.expert-details {
	padding: 20px;
}
.expert-name {
	font-size: 25px;
	color: #000;
	font-weight: 700;
	letter-spacing: -0.5px;
}
.expert-name > span {
	display: block;
	width: 40px;
	height: 4px;
	margin-top: 3px;
	background-color: #963596;
}
.expert-text {
	margin-bottom: 0px;
	font-size: 16px;
	color: #3F3F3F;
	line-height: 21px;
	font-weight: 400;
}
.share-bg {
	position: absolute;
	bottom: 10px;
	left: 20px;
}

.btn-grid.active, .btn-list.active, .btn-grid:hover, .btn-list:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #000;
}
.btn-grid, .btn-list {
	color: #ccc;
	font-size: 30px;
}
.bx-shdw-pr {
	-webkit-box-shadow: 0 0 10px #888888;
	-moz-box-shadow: 0 0 10px #888888;
	box-shadow: 0 0 10px #888888;
	background-color: #fff;
}
.nav-top-align {
	padding-left: 5px;
	margin-bottom: 0;
	color: #fff;
	max-height: 200px;
	overflow: auto;
	top: 0px;
	width: 100%;    
}
.nav-top-align > li {
	margin-right: 35px;
	padding: 0;
    display: inline-block;
}   

@media screen and (max-width: 767px) {
	.nav-top-align {
		padding-left: 5px;
		margin-bottom: 0;
	}
	.nav-top-align > li {
		margin-right: 35px;
		padding: 0;
	} 
    ul.nav-top-align {
		background-color: #fff;
		width: 190px;
		height: auto;
		overflow: auto;
		padding-left: 0;
		z-index: 1;
		-webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
		box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
	}
	.nav-top-align > li
		{
		line-height: 40px;
		margin-right: 0;
		padding: 0 15px;
		width: 190px;
	}
	.select-case > a {
		border: 1px solid #7E7E7E;
		color: #3F3F3F;
		display: inline-block;
		padding: 5px 15px;
		text-decoration: none;
		font-weight: 300;
		margin-left: -15px;
		width: 190px;
		cursor: pointer;
	}
	.option-case {
		display: none;
	}
	.open-case {
		background-color: #fff;
		color: #fff;
		max-height: 200px;
		position: absolute;
		width: 100%;
		display: block;
		margin-left: -15px;
		z-index:1;
		height:0px;
	}
	.open-case > li, .successstories-nav > a {
		display: block;
	}
}
#infyinthenews{
	padding: 75px 0 0 0;
}
.filter-by-topics {
	font-size: 25px;
	font-weight: 900;
	color: #000000;
	line-height: 25px;
} 
.filter-by-topics.mt50 {
    margin-top: 0;
}

/*-press relase--*/

/*--------------------------------------------------------------
# Pressrelease List - Desktop
--------------------------------------------------------------*/
#pr_list .mt-xs-20 .mt20 {
	margin: 20px 0;
}
#pr_list .mt-xs-20 .mt20 > [class*=col] {
	padding-left: 0;
	padding-right: 0;
}
 select.select-pr::-ms-expand {
 display: none;
}

.blog-bg-pattern{
	background: -webkit-linear-gradient( rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 10%) repeat scroll 0 0;
}

.select-pr {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline : none;
	overflow : hidden;
	text-indent : 0.01px;
	text-overflow : '';
	width: 225px;
	background-image: url(../png/down-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	border: 0;
	border-bottom: 1px solid #7E7E7E;
	font-size: 17px;
	color: #3F3F3F;
	line-height: 20px;
	font-weight: 400;
}
.select-pr:focus{
	outline:2px solid blue;
}
.prlst-para {
	font-size: 22px;
	line-height: 25px;
	color: #000;
	font-weight: 400;
	display: block;
	padding-top: 15px;
}
.thumbnail {
	background-color: #fff;
	border: none;
	border-radius: 0;
	display: block;
	line-height: 1.42857;
	margin-bottom: 0px;
	padding: 0;
	transition: border 0.2s ease-in-out 0.1s;
}
.list-group-item {
	background-color: transparent;
}
.list-group-item .thumbnail {
	background-color: #fff;
	border: none;
	border-radius: 0;
	display: block;
	line-height: 1.42857;
	margin-bottom: 0px;
	padding-right: 15px;
	transition: border 0.2s ease-in-out 0.1s;
}
.tag-postion {
	display: none;
}
.list-group-item > .pos-abs, .grid-group-item > .pos-abs {
	background-color: #fff;
	bottom: 0px;
	left: 15px;
	top: 0px !important;
	padding: 15px;
	position: absolute;
	right: 15px;
	width: auto;
}
.list-group-item .social-tag, .grid-group-item .social-tag {
	position: relative;
}
.tag-close:hover {
	opacity: 1;
}
.tag-active {
	background-color: #000;
	color: #FFFFFF !important;
}
.trigger-share-pr {
	position: relative;
	top: 0px;
}
.trigger-share-pr, ul.social-share-pr > li {
	position: absolute;
	top: 0;
	-webkit-transition: .1s linear;
	transition: .1s linear;
	border: none;
}
ul.social-share-pr > li {
	display: none;
	right: -5px;
	top: -11px;
}
ul.social-share-pr > li > a {
	font-size: 18px;
	color: #333333;
}
ul.social-share-pr > li.slideout {
	display: block;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 40px;
	padding: 5px;
	text-align: center;
	width: 40px;
}

ul.social-tag > li {
	margin-right: 10px;
}
ul.social-tag > li.last {
	margin-right: 0px;
	position: relative;
}

.list-group-item ul.social-tag, .grid-group-item ul.social-tag {
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 0;
}

.list-group-item .equal-bg {
	/*padding-left: 0;
	padding-bottom: 0;*/
	padding-top: 15px;
	padding-bottom: 15px;
}
.list-group-item .lng-txt h3, .list-group-item .caption-txt h3, .grid-group-item .caption-txt h3 {
	margin: 0;
}
.list-group-item .prlst-para {
	padding-top: 0;
}
.list-group-item .tag-bg, .grid-group-item .tag-bg {
	left: 0;
}

.list-group-item ul.social-share-pr > li.slideout, .grid-group-item ul.social-share-pr > li.slideout {
	display: block;
}
.close-icon > img {
	position: absolute;
	right: 30px;
	width: 15px;
	height: 15px;
	top: 0px;
}

.toggle-more {
    display: none!important;
}
/*--------------------------------------------------------------
# Product Landing - Desktop
--------------------------------------------------------------*/

@media screen and (max-width: 1024px) {

/*--------------------------------------------------------------
# Pressrelease List - Tablet (Landscape 1024px)
--------------------------------------------------------------*/
    .list-group-item ul.social-share-pr > li.slideout:nth-child(1) {
	-webkit-transform: translateX(-125px);
	-moz-transform: translateX(-125px);
	-ms-transform: translateX(-125px);
	-o-transform: translateX(-125px);
	transform: translateX(-125px);
}
.list-group-item ul.social-share-pr > li.slideout:nth-child(2) {
	-webkit-transform: translateX(-97px);
	-moz-transform: translateX(-97px);
	-ms-transform: translateX(-97px);
	-o-transform: translateX(-97px);
	transform: translateX(-97px);
}
.list-group-item ul.social-share-pr > li.slideout:nth-child(3) {
	-webkit-transform: translateX(-68px);
	-moz-transform: translateX(-68px);
	-ms-transform: translateX(-68px);
	-o-transform: translateX(-68px);
	transform: translateX(-68px);
}
.list-group-item ul.social-share-pr > li.slideout:nth-child(4) {
	-webkit-transform: translateX(-35px);
	-moz-transform: translateX(-35px);
	-ms-transform: translateX(-35px);
	-o-transform: translateX(-35px);
	transform: translateX(-35px);
}
 select.select-pr::-ms-expand {
 display: none;
}
.prlst-para {
	font-size: 21px;
	line-height: 25px;
	color: #000;
	font-weight: 400;
	display: block;
	padding-top: 15px;
}

.thumbnail {
	background-color: #fff;
	border: none;
	border-radius: 0;
	display: block;
	line-height: 1.42857;
	margin-bottom: 0px;
	padding: 0;
	transition: border 0.2s ease-in-out 0.1s;
}
.list-group-item {
	background-color: transparent;
}
.pos-abs {
	background-color: #fff;
	position: absolute;
	left: 5%;
	right: 5%;
	width: 90%;
	padding: 15px;
	bottom: 0;
}
.list-group-item > .pos-abs {
	background-color: #fff;
	bottom: 0px;
	left: 15px;
	padding: 15px;
	position: absolute;
	right: 15px;
	width: auto;
	top: 0 !important;
}
.tag-close {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 15px;
	height: 15px;
}
.trigger-share-pr {
	position: relative;
	top: 0px;
}
.trigger-share-pr, ul.social-share-pr > li {
	position: absolute;
	top: 0;
	-webkit-transition: .1s linear;
	transition: .1s linear;
	border: none;
}
ul.social-share-pr > li {
	right: -15px;
	top: -11px;
	display: none;
}

ul.social-share-pr > li > a {
	font-size: 18px;
	color: #333333;
}
ul.social-share-pr > li.slideout {
	display: block;
}
ul.social-tag > li, ul.social-tag > li.last {
	margin-right: 0px;
	padding-left: 3px;
	padding-right: 3px;
}
.list-group-item ul.social-tag > li, ul.social-tag > li.last {
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.list-group-item ul.social-share-pr {
	position: absolute;
	top: 7px;
	left: 35px;
}
.list-group-item ul.social-tag {
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 0;
}
.list-group-item ul.social-share-pr > li {
	display: none;
	left: 120px;
	right: inherit;
}
.close-icon > img {
	position: absolute;
	right: 30px;
	width: 15px;
	height: 15px;
	top: 0px;
}
}

@media screen and (max-width: 992px) {

/*--------------------------------------------------------------
# Pressrelease List - Tablet (Portrait 992px)
--------------------------------------------------------------*/
.list-group-item .lng-txt {
	padding-right: 15px;
}
}
@media screen and (max-width: 767px) {
/* Mobile (Landscape) ----------- */
.list-group-item ul.social-share-pr > li.slideout:nth-child(1) {
	-webkit-transform: translateX(35px) translateY(12px);
	-moz-transform: translateX(35px) translateY(12px);
	-ms-transform: translateX(35px) translateY(12px);
	-o-transform: translateX(35px) translateY(12px);
	transform: translateX(35px) translateY(12px);
}
.list-group-item ul.social-share-pr > li.slideout:nth-child(2) {
	-webkit-transform: translateX(65px) translateY(12px);
	-moz-transform: translateX(65px) translateY(12px);
	-ms-transform: translateX(65px) translateY(12px);
	-o-transform: translateX(65px) translateY(12px);
	transform: translateX(65px) translateY(12px);
}
.list-group-item ul.social-share-pr > li.slideout:nth-child(3) {
	-webkit-transform: translateX(95px) translateY(12px);
	-moz-transform: translateX(95px) translateY(12px);
	-ms-transform: translateX(95px) translateY(12px);
	-o-transform: translateX(95px) translateY(12px);
	transform: translateX(95px) translateY(12px);
}
.list-group-item ul.social-share-pr > li.slideout:nth-child(4) {
	-webkit-transform: translateX(130px) translateY(12px);
	-moz-transform: translateX(130px) translateY(12px);
	-ms-transform: translateX(130px) translateY(12px);
	-o-transform: translateX(130px) translateY(12px);
	transform: translateX(130px) translateY(12px);
}
.list-group-item ul.social-share-pr {
    position: absolute;
    left: -112px;
    top: -7px !important;
}
.list-group-item {
	padding: 0 15px;
}
 select.select-pr::-ms-expand {
 display: none;
}

.prlst-para {
	font-size: 22px;
	line-height: 25px;
	color: #000;
	font-weight: 400;
	display: block;
	padding-top: 15px;
}
.thumbnail {
	background-color: #fff;
	border: none;
	border-radius: 0;
	display: block;
	line-height: 1.42857;
	margin-bottom: 0px;
	padding: 0;
	transition: border 0.2s ease-in-out 0.1s;
}
.list-group-item {
	background-color: transparent;
}

.pos-abs {
	background-color: #FFFFFF;
	bottom: 0;
	left: 15px;
	padding: 15px;
	position: absolute;
	right: 15px;
	width: auto;
}
.list-group-item .lng-txt {
	padding-top: 15px;
}
.list-group-item > .pos-abs {
	background-color: #fff;
	left: 15px;
	right: 15px;
	position: absolute;
	width: auto;
	top: 0 !important;
}

.trigger-share-pr {
	position: relative;
	top: 0px;
}
.social-tag > li {
	margin-right: 10px;
}
ul.social-tag > li.last {
	margin-right: 0px;
	position: relative;
}
.list-group-item ul.social-tag {
	margin-top: 25px;
	margin-left: 0;
}

.list-group-item .equal-bg {
	padding-bottom: 0;
	padding-top: 0;
}
.list-group-item .caption-txt .prlst-para {
	padding-top: 15px;
}

.close-icon > img {
	position: absolute;
	right: 30px;
	width: 15px;
	height: 15px;
	top: 0px;
}
}

@media screen and (max-width: 640px) {

/*--------------------------------------------------------------
# Pressrelease List - Mobile (Landscape 640px)
--------------------------------------------------------------*/

ul.social-share-pr > li {
	left: 35%;

}
}

@media screen and (max-width: 480px) {

/*--------------------------------------------------------------
# Pressrelease List - Mobile (Landscape 480px)
--------------------------------------------------------------*/

ul.social-share-pr > li {
	left: 47%;
}

}
@media screen and (max-width: 320px) {

/*--------------------------------------------------------------
# Pressrelease List - Mobile (Landscape 320px)
--------------------------------------------------------------*/

ul.social-share-pr > li {
	left: 73%;
}
}

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

.virtual-event a {
    padding: 20px;
    background-color: #eac8a5;
    color: #000;
}


@media screen and (max-width: 767px) {

.virtual-event a {
    padding: 0px;
    background-color: transparent;
    color: #777;
}

}
/* iki and stories player css start*/
.controls {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    background: #fff;
    width: 100%;
    height: 70px;
    box-shadow: 5px 5px 10px 5px rgba(225, 225, 225, 0.5);
}

.controls-inner {
    display: inline-flex;
    align-items: center;
    border: none;
    border-radius: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    width: 80%;
    position: relative;
}

.texttospeech-fixed .controls {
    margin-top: 0;
    transition: all 0.5s ease;
}

.cancel-section {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin: 0 0 0 20px;
}

.play-section {
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    /* box-shadow: 0px 0px 9px 0px #061838; */
}

.buttons-icon {
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
    padding: 0px;
    line-height: 1;
    color: #061838;
    outline: inherit !important;
}

.buttons-icon svg {
    width: 50px;
    height: 50px;
}

.cancel-section .buttons-icon {
    color: #061838;
    width: 30px;
    height: 30px;
}

.cancel-section .buttons-icon svg {
    width: 30px;
    height: 30px;
}

.buttons-icon img {
    max-width: 30px;
    width: 30px;
    height: 30px;
}


#playbackSpeed {
    position: relative;
}

#cancel img {
    max-width: 25px;
}

#cancel,
#pause,
#resume {
    display: none;
}

.controls span {
    margin: 0 20px 0 0;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}

#playbackSpeed img {
    margin: 0;
    width: 30px;
    height: 30px;
}

.playback-options {
    display: none;
}

.playback-options .form-select,
.playback-options .form-select:focus-visible {
    font-size: 14px;
    border: 2px solid #061838;
    border-radius: 5px;
    padding: 2px;
    width: 60px;
    margin-left: 5px;
}

/* .audio-player .controls-inner Seek Bar */
.audio-player .controls-inner .scrubber {
    display: inline-flex;
    padding: 0;
    margin: 0 15px;
    align-items: center;
    border: 0;
    width: 70%;
}

.audio-player .controls-inner #seek-obj-container {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 8px;
}

.audio-player .controls-inner #seek-obj {
    position: relative;
    border: 0
}

.audio-player .controls-inner progress[value] {
    -webkit-appearance: none;
    appearance: none;
    background: #eaeef5;
    cursor: ew-resize;
    background-color: transparent
}

.audio-player .controls-inner progress[value]::-webkit-progress-bar {
    background: #061838;
    border-radius: 10px;
    border: 0 solid lighten(#aeaeae, 20%);
    background-color: transparent
}

.audio-player .controls-inner progress::-webkit-progress-value {
    background-color: #061838;
    border-radius: 10px
}

.audio-player .controls-inner progress::-moz-progress-bar {
    background-color: #061838;
    border-radius: 10px
}

.audio-player .controls-inner progress::-ms-fill {
    background-color: #061838;
    border-radius: 10px
}

.audio-player .controls-inner #seek-front {
    margin: 0 10px;
}

.audio-player .controls-inner #seek-front span {
    display: block;
    margin: 0;
    color: #061838;
    font-size: 16px;
    line-height: 1.2;
}

.audio-player .controls-inner #end-time {
    margin: 0 10px;
    font-size: 16px;
    line-height: 1.2;
    color: #061838;
}


.audio-player .controls-inner #seek-obj {
    position: relative;
    width: 100%;
    height: 8px;
    background: #eaeef5;
    border-radius: 10px
}

.audio-player .controls-inner.scrubber {
    width: 100%;
    padding: 0 10px !important;
    padding-left: 0 !important;
    position: relative
}

.audio-player .controls-inner progress[value] {
    width: 100%
}

.audio-player .controls-inner progress[value]::-webkit-progress-bar {
    width: 100%
}



.audio-player {
    padding: 0;
    margin: 0;
}

.heading-automation-table {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.text-tospeech {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    z-index: 1;
    background: #ffffff;
}

#t2s-iki-player.audio-player {
    margin-bottom: 50px;
}

.texttospeech-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

/* .bottom-pos {
position: absolute !important;
} */
.text-to-speech-form-section {
    padding: 30px;
    border: 1px solid black;
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background: whitesmoke;
}

.texttospeech-automation-interface {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.texttospeech-automation-interface>input {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    font-size: 15px;
    padding: 7px 10px;
    font-weight: 400;
}

.text-to-speech-form-section>form>div {
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
}


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

@media (max-width:1024px) {

    .texttospeech-fixed {
        top: 0px !important;
    }
}

@media (max-width:767px) {
    .audio-player {
        padding: 0;
    }

    .controls {
        margin-top: 100px;
        flex-direction: column;
        height: auto;
        align-items: start;
    }

    .buttons-icon svg {
        width: 44px;
        height: 44px;
    }

    .controls span {
        font-size: 18px;
        margin: 0 0 20px 0;
    }

    .texttospeech-fixed .controls {
        height: auto;
        padding-top: 50px !important;
    }

    .controls-inner {
        width: 100%;
    }

    .audio-player .controls-inner .scrubber {
        display: inline-block;
        width: 100%;
    }

    .audio-player .controls-inner #seek-obj-container {
        display: block;
        height: auto;
        margin: 0;
        text-align: right;
    }

    .audio-player .controls-inner #seek-front,
    .audio-player .controls-inner #end-time {
        margin: 0;
        font-size: 16px;
        line-height: 1;
    }

    .audio-player .controls-inner #seek-front span {
        font-size: 16px;
        line-height: 1;
        text-align: left;

    }
}

@media (min-width:768px) {

    .audio-player,
    .text-to-speech-form-section {
        width: 100%;
    }

    .text-to-speech-form-section>form>div {
        width: 90%;
    }
}

@media (min-width:992px) {

    .audio-player,
    .text-to-speech-form-section {
        width: 100%
    }
}

@media (min-width:1200px) {

    .audio-player,
    .text-to-speech-form-section {
        width: 100%;
    }
}


@media (min-width:768px) {

    #t2s-stories-player.audio-player {
        width: 750px;
        margin: auto;
    }
}

@media (min-width:992px) {

    #t2s-stories-player.audio-player {
        width: 970px;
        margin: auto;
    }
}

@media (min-width:1200px) {

    #t2s-stories-player.audio-player {
        width: 1170px;
        margin: auto;
    }
}

#t2s-default-player .controls {
    display: inline-flex;
    align-items: center;
    border: 1px solid #999;
    border-radius: 50px;
    padding: 0 15px 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 75px;
    margin-bottom: 5px;
    width: auto;
    height: 40px;
    background: transparent;
    box-shadow: none;
    justify-content: normal;
}

#t2s-default-player .buttons-icon {
    border: 0;
    background: transparent;
    padding: 7px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: auto;
    height: auto;
}

#t2s-default-player .buttons-icon img {
    max-width: 30px;
    width: 30px;
    height: 30px;
}

#t2s-default-player .play-section,
#t2s-default-player .cancel-section {
    width: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 0;
    background: transparent;
    margin: 0;
}

#t2s-default-player #playbackSpeed {
    position: relative;
}

#t2s-default-player #cancel img {
    max-width: 25px;
}

#t2s-default-player #cancel,
#t2s-default-player #pause,
#t2s-default-player #resume {
    display: none;
}

#t2s-default-player .controls {
flex-direction: row; 
}

#t2s-default-player .controls span {
    margin: 5px 10px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

#t2s-default-player #playbackSpeed img {
    margin: 0;
    width: 20px;
    height: 20px;
}

#t2s-default-player .playback-options {
    display: none;
}

#t2s-default-player .playback-options .form-select,
#t2s-default-player .playback-options .form-select:focus-visible {
    font-size: 14px;
    border: 1px solid #3c404333;
    border-radius: 5px;
    padding: 2px;
    width: auto;
}

#t2s-default-player.audio-player {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

#t2s-default-player.heading-automation-table {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#t2s-default-player.text-to-speech-form-section {
    padding: 30px;
    border: 1px solid black;
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background: whitesmoke;
}

#t2s-default-player.texttospeech-automation-interface {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#t2s-default-player.texttospeech-automation-interface>input {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    font-size: 15px;
    padding: 7px 10px;
    font-weight: 400;
}

#t2s-default-player.text-to-speech-form-section>form>div {
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width:768px) {

    #t2s-default-player.audio-player,
    #t2s-default-player .text-to-speech-form-section {
        width: 750px
    }

    #t2s-default-player .text-to-speech-form-section>form>div {
        width: 90%;
    }
}

@media (min-width:992px) {

    #t2s-default-player.audio-player,
    #t2s-default-player .text-to-speech-form-section {
        width: 970px
    }
}

@media (min-width:1200px) {

    #t2s-default-player.audio-player,
    #t2s-default-player .text-to-speech-form-section {
        width: 1170px
    }
}
.form-group{
		margin: 30px 30px 30px 30px;
    }

    #inputField, #textaftertranslation{
        height:170px;
        width: 500px;
        border: 1px solid #ccc;
    	box-sizing: border-box;
        margin-top: 20px;
    	margin-bottom: 15px;
    	display: block;
    	background-color: white;
    	color: black;
   	 	padding: 15px;
    	border: 1px solid black;
    }

    .flex-container{
    	display: flex;
    	justify-content: center;
        margin-left: -90px;
    }

    .copy-button{
		margin-top: 10px;
    }

    #translateText{
		color: #FDFEFF;
    	background-color: #666;
    	color: #FDFEFF;
    	padding: 5px 10px;
    	border-radius: 3px;
    	border: none;
    	display: block;
    	margin-top: 20px;
    	font-weight: 400;
    }

	#languageSelect{
        margin-top: 20px;
    	width: 400px;
    	font-size: 22px;
	}

	#copyTranslatedText{
    	color: #FDFEFF;
    	background-color: #666;
    	color: #FDFEFF;
    	padding: 5px 10px;
    	border-radius: 3px;
    	border: none;
    	font-weight: 400;
	}

	label[for="inputField"], label[for="textaftertranslation"]{
		font-weight:bold !important;
    	font-size: 20px;
	}

.parent{
	padding: 0px;
}

@media only screen and (min-width: 1500px){
	#inputField, #textaftertranslation{
        height:200px;
    	width: 550px;
   	 	border: 1px solid #ccc;
    	box-sizing: border-box;
        margin-top: 20px;
    	margin-bottom: 15px;
    	display: block;
    	background-color: white;
    	color: black;
   	 	padding: 15px;
    	border: 1px solid black;
    }

    .flex-container{
    	display: flex;
    	justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

	#languageSelect{
        margin-top: 20px;
    	width: 450px;
	}

	#copyTranslatedText{
    	color: #FDFEFF;
    	background-color: #666;
    	color: #FDFEFF;
    	padding: 5px 10px;
    	border-radius: 3px;
    	border: none;
	}

	#translateText{
		color: #FDFEFF;
    	background-color: #666;
    	color: #FDFEFF;
    	padding: 5px 10px;
    	border-radius: 3px;
    	border: none;
    	display: block;
    	margin-top: 20px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 900px){
	.flex-container{
        display: flex;
		flex-direction: column;
    }

    #inputField, #textaftertranslation{
        height: 170px;
        width: 480px;
        border: 1px solid black;
    }

    #languageSelect{
		display: inline;
        margin-top: 20px;
        width: 380px;
	}
}

@media only screen and (max-width: 900px) and (min-width: 700px){
    .flex-container{
        display: flex;
		flex-direction: column;
    }

    .form-group{
		margin: 20px 20px 20px 20px;
    }

    #inputField, #textaftertranslation{
        height: 150px;
        width: 430px;
        border: 1px solid black;
    }

    #languageSelect{
		display: inline;
        margin-top: 20px;
        width: 330px;
        font-size: 20px;
	}
}

@media only screen and (max-width: 700px) and (min-width: 500px){
    .flex-container{
        display: flex;
		flex-direction: column;
    }

    .form-group{
		margin: 15px 15px 15px 15px;
    }

    #inputField, #textaftertranslation{
        height:150px;
        width: 380px;
        border: 1px solid black;
    }

    #languageSelect{
		display: inline;
        margin-top: 0px;
        width: 280px;
        font-size: 20px;
	}

    label[for="languageSelect"]{
		margin-top: 20px;
    }
}


@media only screen and (max-width: 500px) and (min-width: 320px){
    .flex-container{
        display: flex;
		flex-direction: column;
    }

    .form-group{
		margin: 15px 15px 15px 15px;
    }

    #inputField, #textaftertranslation{
        height:100px;
        width: 250px;
        border: 1px solid black;
        padding: 10px;
    }

    #languageSelect{
    	display: block;
        margin-top: 0px;
        width: 250px;
        font-size: 18px;
    }

    label[for="languageSelect"]{
		margin-top: 10px;
    }
}

@media only screen and (max-width: 320px) and (min-width: 260px){
    .flex-container{
        display: flex;
		flex-direction: column;
    }

    .form-group{
		margin: 15px 15px 15px 15px;
    }

    #inputField, #textaftertranslation{
        height:100px;
        width: 200px;
        border: 1px solid black;
        padding: 5px;
    }

    #languageSelect{
    	display: block;
        margin-top: 0px;
        width: 200px;
        font-size: 18px;
    }

    label[for="languageSelect"]{
		margin-top: 10px;
    }
}
form {
	margin-left: 2%;
}
input[type=file] {
	margin-top: 20px;
	margin-bottom: 20px;
}
button[type=submit] {
	padding: 10px 20px;
	background-color: black;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

