@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
* {
	text-decoration: none !important;
	outline: 0;
}

body {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 32px;
	font-weight: normal;
	padding-top: 60px;
	padding-top: 100px;
	background: url(../images/bg.png) center top;
	background-position-x: center !important;
}

p {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #003462;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	font-weight: 800;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 48px;
	line-height: 54px;
	margin-bottom: 30px;
}

h2,
.h2 {
	font-size: 37px;
	line-height: 44px;
	margin-bottom: 30px;
}

h3,
.h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 30px;
}

h4,
.h4 {
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 20px;
}

a,
a:hover {
	transition: 0.3s;
}

a {
	color: #003462;
}

a:hover {
	color: #008285;
}

.img-full {
	width: 100%;
	height: auto;
}

.wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.container {
	width: 100%;
	max-width: 1201px;
	margin: 0 auto;
}

.navbar-default {
	background: #fff;
	border: none;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
	margin: 0;
	border-radius: 0px;
	z-index: 444;
	transition: .3s;
}

.navbar-brand {
	height: auto;
	padding: 22px 15px;
	transition: .3s;
	width: 100%;
}

.navbar-default .navbar-brand>li>a,
.navbar-default .navbar-brand>img {
	transition: .3s;
	max-width: 100%;
}

.navbar-nav>li {
	position: static;
}

#navbar {
	margin-right: 45px;
}

.navbar-default .navbar-nav>li>a {
	font-size: 14px;
	color: #003462;
	font-weight: 600;
	text-transform: uppercase;
	padding: 40px 13px;
}

.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li:hover>a,
.navbar-default .navbar-nav>li>a:hover {
	color: #006b94;
}

.navbar-default .navbar-nav>li.active>a {
	font-weight: 700;
}

.navbar-default .container {
	position: relative;
}

.submenu {
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	width: 100%;
	left: 0;
	text-align: right;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
}

.navbar-default .navbar-nav>li>a {
	background: transparent !important;
}

.navbar-default .navbar-nav>li.active .submenu,
.navbar-default .navbar-nav>li:hover .submenu,
.navbar-default .navbar-nav>li:focus-visible .submenu {
	opacity: 1;
	visibility: visible;
	transition: .3s;
}

.submenu ul {
	padding: 0 34px;
	margin: 0 auto -10px;
	max-width: 1201px;
}

.submenu li {
	list-style: none;
	display: inline-block;
	position: relative;
}

.submenu li:before {
	content: "";
	width: 1px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #003462;
	margin-top: -8px;
}

.submenu li:first-child:before {
	display: none;
}

.submenu li a {
	font-size: 12px;
	color: #003462;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 13px;
	display: table;
}

.submenu li.active a,
.submenu li a:hover {
	color: #006b94;
}

.submenu li.active a {
	font-weight: bold;
}

.search-trigger {
	background: url(../images/icons/icon-search.svg) no-repeat center;
	background-size: 15px;
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	right: -2px;
	cursor: pointer;
}

.search-trigger.act {
	background: url(../images/icon-close.png) no-repeat center;
}

.search-pop {
	position: absolute;
	top: 28px;
	right: 0px;
	background: #fff;
	height: 45px;
	padding: 0 10px;
	width: 300px;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.search-pop.act {
	opacity: 1;
	visibility: visible;
	transition: .5s;
	z-index: 44;
	right: 40px;
}

.search-pop input {
	background: url(../images/icons/icon-search.svg) no-repeat 97% center;
	background-size: 15px;
	width: 100%;
	border: none;
	height: 45px;
	font-size: 11px;
	padding: 0 30px 0 10px;
}

body.header-affix .search-pop {
	top: 3px;
}

.intro__video {
	position: relative;
	overflow: hidden;
}

.intro__video video {
	position: absolute;
	top: 0%;
	left: 0%;
	width: auto;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
	object-fit: cover;
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
	opacity: 0;
	visibility: hidden;
	transition: .5s all;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

.intro__video video {
	top: -2.5%;
	left: -2.5%;
	min-width: 105%;
	min-height: 105%;
border:none;
}

}

@supports (-ms-ime-align: auto) {


.intro__video video {
	top: -2.5%;
	left: -2.5%;
	min-width: 105%;
	min-height: 105%;
border:none;
}

}

.intro__video video.play {
	opacity: 1;
	visibility: visible;
	transition: .5s all;
}

.intro__logo {
	background: url(../images/intro-logo.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-size: auto;
}

.btn {
	background: #008285;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	color: #fff;
	max-width: 280px;
	margin: 0 auto;
	border-radius: 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	display: inline-block;
	padding: 17px;
	opacity: 0;
	visibility: hidden;
	transition: .5s all;
}

.btn:hover {
	background: #029193;
	color: #fff;
}

.intro__video.btn-act .intro__logo {
	opacity: 0;
	visibility: hidden;
	transition: .3s all;
}

.intro__video .intro__info {
	opacity: 0;
	visibility: hidden;
	transition: .3s all;
}

.intro__video.btn-act .intro__info {
	opacity: 1;
	visibility: visible;
	transition: .3s all;
}

.welcome {
	background: #eef1f9;
	padding: 158px 0 105px;
	margin-top: 50px;
}

.welcome__info {
	padding: 0 16px;
}

.welcome__info h1 {
	margin-bottom: 47px;
}

.welcome__info p {
	max-width: 455px;
	position: relative;
	left: 4px;
	margin-bottom: 41px;
}

.btn-large {
	color: #008285;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 67px 10px 19px;
	display: inline-block;
	position: relative;
	left: -15px;
	z-index: 11;
	transition: .6s;
}

.btn-large:hover {
	color: #008285;
	transition: .6s;
}

.btn-large:before {
	content: "";
	background: url(../images/icons/icon-arrow-down.svg) no-repeat center;
	transform: rotate(-90deg);
	background-size: 36px;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	transition: .4s;
}

.btn-large:hover:before {
	right: 5px;
	transition: .4s;
}

.services {
	padding: 77px 80px 68px;
}

.services .row {
	margin: 0 -27px;
}

.services .col-sm-4 {
	padding: 0 27px;
}

.services__item {
	margin-bottom: 20px;
	background: #fff;
	position: relative;
	cursor: pointer;
}

.services__item img {
	opacity: 0.9;
}

.services__item--overlay {
	background: rgba(255, 255, 255, 0.70);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 25px;
	max-height: 100px;
	overflow: hidden;
	transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}

.services__item:hover .services__item--overlay {
	background: rgba(255, 255, 255, 0.95);
	max-height: 100%;
	transition: max-height 0.5s ease-in-out;
}

.services__item--overlay h4,
.services__item--overlay .h4 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 22px !important;
}

.services__item--overlay h4 span,
.services__item--overlay .h4 span {
	display: block;
	font-weight: 800;
}

.services__item--overlay p {
	line-height: 26px;
	margin-top: 31px;
}

.services__item--overlay .btn-large {
	transform: scale(0.66);
	margin: -12px -35px;
	position: relative;
	top: -9px;
}

.services__item--overlay .btn-large:hover {
	transition: .6s;
}

.experts {
	margin-bottom: 25px;
}

.experts__wrap {
	position: relative;
	z-index: 11;
}

.experts__wrap--video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f2f5fb;
	overflow: hidden;
}

.experts__wrap--video video {
	position: absolute;
	top: 0;
	left: 0%;
	width: auto;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
	object-fit: cover;
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
	opacity: 0.3;
}

.experts__wrap--list {
	padding: 119px 18px 70px;
}

.experts__wrap--list h2 {
	margin-bottom: 41px;
}

.experts__wrap--list p {
	max-width: 395px;
	margin-bottom: 52px;
}

.experts__item {
	max-width: 172px;
	position: relative;
	margin-bottom: 25px;
	margin-left: 0px;
	transition: .7s;
}

.experts__item:hover .experts__item--thumb {
	transform: scale(1.1);
	transition: .7s;
}

.experts__item--thumb {
	position: relative;
	transition: .4s;
}

.experts__item--thumb:before {
	content: "";
	background: url(../images/icons/icon-play.svg) no-repeat center;
	background-size: 38px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.experts_item--name {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 18px 0 0;
	color: #003462;
	line-height: 22px;
}

.experts__item-desg {
	font-size: 16px;
	font-weight: 400;
	color: #003462;
	line-height: 22px;
}

.lity {
	background: rgba(0, 0, 0, 0.75);
}

.lity-iframe-container iframe {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.testimonial {
	background: #eef1f9;
	padding: 94px 0 40px;
	margin-bottom: 25px;
}

.testimonial__wrap {
	padding: 0 20px;
}

.testimonial__wrap h3 {
	margin-bottom: 59px;
}

.testimonial__carousel .item {
	padding: 0 0 0 40px;
}

.testimonial__carousel {
	margin-left: -40px;
}

.testimonial__carousel .item cite {
	font-style: normal;
	color: #003462;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 25px;
	display: block;
	position: relative;
}

.testimonial__carousel .item cite:before {
	content: "";
	background: url(../images/dot.png) no-repeat left top;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: -40px;
}

.testimonial__carousel .item cite span {
	font-weight: 600;
}

.testimonial__carousel .item cite b,
.testimonial__carousel .item cite span {
	display: block;
}

.testimonial__carousel .item p {
	font-size: 16px;
	color: #003462;
	font-weight: 400;
	line-height: 32px;
	word-break: break-word;
}

.slick-dots {
	padding: 0;
	text-align: right;
	position: absolute;
	top: -88px;
	right: 0;
}

.slick-dots li {
	display: inline-block;
	margin-left: 13px;
}

.slick-dots li button {
	width: 15px;
	border: 1px solid #008285;
	background: transparent;
	font-size: 0px;
	padding: 0;
	height: 15px;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	border: 1px solid #008285;
	background: #008285;
}

footer {
	background: #003462;
	padding: 30px 51px 12px;
	margin-bottom: 42px;
}

.footer__logo {
	max-width: 75px;
	display: inline-block;
}

.footer__address p {
	font-size: 11px;
	color: #fff;
	line-height: 2;
	margin: -9px 0 0;
	padding-left: 120px;
}

.footer__address p a {
	color: #fff;
}

.footer__address p a:hover {
	color: #008285;
}

footer h5 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: -3px 0 9px;
}

.footer__links {
	padding: 0;
}

.footer__links li {
	list-style: none;
	width: 50%;
	float: left;
	padding-right: 10px;
	line-height: 30px;
}

@media ( max-width:990px ) {
	.footer__links li {
		float:none;
		width:100%;
	}
}

.footer__links a {
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}

.footer__links a:hover {
	color: #008285;
}

footer form {
	max-width: 241px;
	width: 100%;
	height: 45px;
	overflow: hidden;
	margin-top: 21px;
	border: 1px solid #fff;
	padding-right: 50px;
	position: relative;
}

footer form button {
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 45px;
	background: transparent;
	border: none;
	font-size: 15px;
}

footer form input {
	width: 100%;
	border: none;
	height: 45px;
	background: transparent;
	padding: 0 15px;
	color: #fff;
	font-size: 11px;
}

footer form input::-webkit-input-placeholder {
	color: #fff;
}

footer form input::-moz-placeholder {
	color: #fff;
}

footer form input:-ms-input-placeholder {
	color: #fff;
}

footer form input:-moz-placeholder {
	color: #fff;
}

.copyright {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-size: 11px;
	width: 100%;
	display: block;
	text-align: left;
	font-weight: bold;
	margin-top:14px;
}

.copyright a {
	color: #fff !important;
}

.less {
	position: relative;
	top: -85px;
	margin-bottom: -85px !important;
	clear: both;
	display: table;
}

.more {
	position: relative;
	margin-top: 85px;
	clear: both;
	display: table;
}

.prev-next {
	display: table;
	width: 100%;
	margin: 10px 0 40px;
}

.prev-next a {
	color: #008285;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.prev-next a img {
	position: relative;
	left: 0px;
	transition: .4s;
}

.prev-next a:first-child:hover img {
	left: -7px;
	transition: .4s;
}

.prev-next a:first-child img {
	width: 36px;
	transform: rotate(90deg);
}

.prev-next a:last-child img {
	width: 36px;
	transform: rotate(-90deg);
}

.prev-next a:last-child:hover img {
	left: 7px;
	transition: .4s;
}

.inner-content {
	padding: 50px 0 0;
}

.inner-content p a {
	color: #008285;
	border-bottom: 1px solid #008285;
}

.inner-content [class*="col-"] {
	padding: 0 20px 0 40px;
}

.inner-content [class*="col-"].padding {
	padding: 0 15px;
}

.inner-content .cinfo [class*="col-"] {
	padding: 0 20px 0 20px;
}

.inner-content .row {
	margin: 0 -20px 0 -20px;
}

.inner-content h4 {
	font-size: 29px;
	font-weight: 300;
	margin-bottom: 10px;
}

.inner-content h4 b {
	font-weight: 800;
}

.inner-content ul.list {
	padding: 0;
}

.inner-content ul.list li {
	padding-left: 20px;
	position: relative;
	list-style: none;
}

.inner-content ul.list li:before {
	content: "";
	width: 11px;
	height: 11px;
	border: 3px solid #008285;
	position: absolute;
	top: 8px;
	left: 0;
	border-radius: 50%;
}

.services-list {
	position: relative;
	margin-bottom: 50px;
}

.services-list:after {
	content: "";
	background: url(../images/dot.png) no-repeat left top;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: -35px;
}

.careers-download {
	padding: 0;
}

.careers-download li {
	float: left;
	width: 33.33333%;
	list-style: none;
	padding-right: 30px;
}

.careers-download li h5 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 800;
}

.careers-download li a {
	color: #008285;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 40px;
}

.pdf-icon {
	position: relative;
	margin: -5px -15px 0;
	display: table;
}

.pdf-icon img:first-child {
	width: 42px;
	position: absolute;
	top: 28px;
	left: 23px
}

.pdf-icon img:last-child {
	width: 88px;
}

.career-form [class*="col-"] {
	padding: 0 15px;
}

.career-form label {
	font-size: 14px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}

.career-form input:not([type="file"]) {
	border: 1px solid #008285;
	margin-bottom: 30px;
	height: 50px;
	padding: 0 15px;
	width: 100%;
}

.career-form input[type="file"] {
	position: relative;
	top: -35px;
	opacity: 0;
	cursor: pointer;
}

.career-form input[type="submit"] {
	border: 1px solid #008285;
	background: #008285;
	color: #fff;
	cursor: pointer;
	margin: 0 -5px;
	width: calc(100% + 10px);
}

.career-form input[type="submit"]:hover {
	border: 1px solid #02a6a7;
	background: #02a6a7;
	color: #fff;
}

.career-form a {
	font-size: 16px;
	font-weight: 600;
	color: #008285;
	text-transform: uppercase;
}

.career-form a img {
	width: 38px;
	margin-left: 10px;
	position: relative;
	top: -2px;
}

.info.style-1 {
	background: #f1f7f4;
	padding: 60px 60px 30px;
	margin-bottom: 15px;
}

.info.style-1.space2 {
	padding: 60px 60px 30px;
}

.info.style-1.space3 {
	padding: 60px 80px 30px;
}

.info.style-1.space4 {
	padding: 50px 40px 20px;
}

.info.style-1 h4 {
	font-weight: 800;
	color: #10749a;
	border-bottom: 1px dotted #10749a;
	padding-bottom: 29px;
	margin-bottom: 29px;
	line-height: 32px;
}

.info.style-1 h5 {
	font-size: 29px;
	font-weight: 800;
	color: #10749a;
	padding-bottom: 29px;
	margin-bottom: 0;
	line-height: 32px;
}

.info.style-1>ul {
	padding: 0;
	margin: 0 -20px;
	display: flex;
}

.inner-content [class*="col-alt"] {
	padding: 0 30px;
}

.info.style-1:not(.performance)>ul {
	flex-direction: row;
	justify-content: space-between;
}

.info.style-1.performance>ul>li:not(:last-child) {
	border-right: 1px dotted #10749a;
}

.info.style-1.performance {
	margin-bottom: 50px;
}

.info.style-1>ul>li {
	color: #10749a;
	list-style: none;
	padding: 0 20px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 25px;
}

.info.style-1>ul>li.size-alt {
	font-size: 23px;
}

.size-75 {
	font-size: 75px;
	overflow: hidden;
	line-height: 65px;
	font-weight: 700;
	margin-right: 15px;
	min-width: 96px;
	display: inline-block;
}

.info p {
	color: #10749a;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 25px;
	font-weight: 800;
}

.info.style-1>ul>li.text-center {
	align-items: center;
	display: flex;
	padding: 0 30px;
}

.info.style-1>ul>li {
	position: relative;
}

.info.style-1>ul>li.line {
	padding: 0;
}

.info.style-1>ul>li.line:after {
	content: "";
	width: 1px;
	height: 100%;
	border-right: 1px dotted #10749a;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.info.style-1 ul.list li {
	color: #10749a;
	margin: 0 0 15px;
}

.info.style-1 ul.list li:last-child {
	margin-bottom: 0px;
}

.info.style-1 ul.list li:before {
	border-color: #10749a;
	top: 6px;
}

[class*="col-"].center {
	margin: 0 auto;
	display: table;
	float: none;
}

.info [class*="col-"] {
	padding: 0 15px;
}

.info.style-1 li b {
	font-weight: 800;
	font-size: 24px;
	margin-right: 4px;
}

.info hr {
	border-top: 1px dotted #10749a;
	margin: 0px 0 30px;
}

.info.style-1.performance li {
	min-width: 255px !important;
}

.info.style-1.performance .level2 li {
	min-width: 200px !important;
}

.info.style-1.performance li b {
	font-weight: 800;
	font-size: 35px;
}

.performance li span:not(.counter-value) {
	display: block;
	font-size: 22px;
	margin-top: 5px;
	font-weight: 500;
}

.info.style-1.performance li.medium,
.info.style-1.performance li.medium b {
	font-weight: 800;
	font-size: 29px;
}

.info.style-1.performance li.medium {
	font-weight: 400;
	line-height: 1.2;
}

.performance li.medium span:not(.counter-value) {
	font-size: 18px;
}

.center-flex {
	display: flex;
	align-items: center;
}

.info.style-1.performance li em {
	font-style: normal;
	font-weight: 800;
	font-size: 50px;
	line-height: 60px;
	display: block;
	margin-bottom: -10px;
}

.intro__info {
	position: absolute;
	top: 50%;
	z-index: 44;
	right: 0;
	width: 100%;
	max-width: 700px;
	transform: translateY(-50%);
}

.intro__info h1 {
	color: #a6faee;
}

.intro__info p {
	color: #fff;
	font-size: 25px;
	margin: 50px 0;
}

.clients-item .row {
	position: relative;
	margin-bottom: 50px;
}

.clients-item .col-sm-8 {
	position: relative;
}

.clients-item .col-sm-8:after {
	content: "";
	background: url(../images/dot.png) no-repeat left top;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 5px;
}

.clients-item h4 {
	color: #003462;
	font-size: 20px;
	line-height: 26px;
	margin-top: -5px;
	margin-bottom: 23px;
}

.clients-item h4 b {
	display: block;
	font-weight: 700;
}

.clients-item h4 b:first-of-type {
	text-transform: uppercase;
}

.clients-list {
	padding: 0 30px;
	display: flex;
	align-items: center;
	flex-flow: wrap;
	flex-direction: row;
	justify-content: center;
}

.clients-list li {
	list-style: none;
	margin: 0 33px 40px;
}

.clients-list li img {
	display: block;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	body.header-affix .navbar-default {
		border-bottom: 1px solid rgba(0, 0, 0, 0);
		transition: .3s;
	}
	body.header-affix .navbar-default .navbar-brand {
		height: auto;
		padding: 12px 15px;
		width: 94px;
		overflow: hidden;
	}
	body.header-affix .navbar-default .navbar-brand>img {
		display: block;
		max-width: 130px;
		transition: .3s;
	}
	body.header-affix .navbar-default .navbar-nav>li>a {
		padding: 15px 13px;
	}
	.center-content {
		display: flex;
		align-items: center;
		flex-direction: row;
	}
	.equal-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.submenu li a span {
		display: none;
	}
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
	.plyr__video-wrapper {
		height: 100% !important;
	}
	.plyr__video-embed iframe {
		height: 101% !important;
		left: -1% !important;
		position: absolute !important;
		top: 50% !important;
		transform: translateY(-50%);
		width: 160% !important;
	}
	body.page-id-58 .inner-content .col-sm-4.col-sm-push-1.col-md-4.col-md-push-3.col-xs-8.col-xs-push-4 img,
	body.page-id-56 .inner-content .col-sm-4.col-sm-push-1.col-md-4.col-md-push-3.col-xs-8.col-xs-push-4 img,
	body.page-id-68 .inner-content img {
		display: none;
	}
	.prev-next img {
		display: inline !important;
	}
	.info.style-1.performance {
		margin-left: -20px;
		margin-right: -20px;
	}
	.info.style-1.performance>ul>li:not(:last-child) {
		border-right: none;
	}
	.info.style-1>ul>li.line {
		display: none;
	}
	.info.style-1.performance li.medium,
	.info.style-1.performance li.medium b {
		font-weight: 800;
		font-size: 21px;
	}
	.info.style-1.performance>ul {
		display: block;
		overflow: hidden;
	}
	.info.style-1>ul>li.size-alt {
		font-size: 18px;
	}
	.performance li.medium span:not(.counter-value) {
		font-size: 15px;
	}
	.info.style-1 h4 {
		margin-bottom: 0;
	}
	.info.style-1 ul li {
		margin-bottom: 0;
	}
	.info.style-1>ul {
		margin: 0 0px;
	}
	.info.style-1>ul>li {
		padding: 20px;
	}
	.info.style-1.performance hr {
		margin: 0px 0px 0px;
	}
	.info.style-1,
	.info.style-1.space4 {
		padding: 15px 15px 15px;
	}
	.performance li span:not(.counter-value) {
		font-size: 15px;
		line-height: 1.2;
	}
	.center-flex {
		display: block;
		align-items: inherit;
	}
	.size-75 {
		font-size: 49px;
		line-height: 49px;
	}
	.info.style-1.performance li b {
		font-size: 29px;
		width: 100%;
	}
	.info.style-1.performance li br {
		display: none;
	}
	.clients-item .col-sm-2 {
		display: none;
	}
	.clients-list {
		padding: 0;
	}
	.clients-list li img {
		display: block;
		margin: 0 auto;
		max-width: 63px;
		max-height: 60px;
	}
	.clients-list li {
		list-style: none;
		margin: 0 15px 30px;
	}
	.clients-item .col-sm-8 {
		padding-left: 60px !important;
	}
	.clients-item .col-sm-8:after {
		top: 5px;
		left: 33px;
		background-size: 20px;
	}
	.clients-item h4 {
		font-size: 14px;
		line-height: 21px;
	}
	.testimonial__carousel .item {
		padding: 0 0 0 0px;
	}
	.testimonial__carousel {
		margin-left: 0px;
	}
	.navbar-default {
		position: relative;
		margin: 0;
	}
	.services {
		padding: 0px;
	}
	.inner-content .services [class*="col-"] {
		padding: 0 15px 0 15px;
	}
	.inner-content ul.list li:before {
		top: 8px;
	}
	.careers-download li a {
		margin-left: auto;
		margin-right: auto;
		display: table;
		text-align: center;
	}
	.pdf-icon {
		margin: -5px auto;
	}
	.careers-download li h5 {
		text-align: center;
	}
	.submenu ul {
		padding: 0;
	}
	.less {
		position: relative;
		top: 0;
		margin-bottom: 0 !important;
		clear: both;
		display: table;
	}
	.info.style-1,
	.info.style-1.space2 {
		padding: 40px 30px 20px;
	}
	.inner-content .info.style-1 [class*="col-"] {
		padding: 0 15px 0 15px !important;
	}
	.careers-download {
		padding: 100px 0 0;
	}
	.careers-download li {
		float: none;
		width: 100%;
		list-style: none;
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.career-form a {
		font-size: 13px;
		margin-bottom: 10px;
		display: inline-block;
	}
	.career-form a img {
		width: 20px;
	}
	.info.style-1.space2 {
		padding: 40px 30px 30px;
	}
	.services-list {
		padding-left: 30px;
	}
	.services-list:after {
		left: -10px;
	}
	.inner-content [class*="col-"] {
		padding: 0 40px 0 40px;
	}
	.info.style-1.performance li b {
		font-size: 29px;
	}
	.info.style-1>ul {
		display: block;
	}
	.info.style-1>ul>li:not(:last-child) {
		border-right: none;
		border-bottom: 1px dotted #10749a;
		padding: 20px;
	}
	.expert_item--3,
	.expert_item--2 {
		left: 0px;
	}
	.welcome {
		padding: 15px 0 15px;
		margin: 20px 0;
	}
	.intro__logo {
		background-size: 80%;
	}
	.navbar-default {
		padding: 0 20px;
	}
	.navbar-toggle.act span.icon-bar {
		transform: rotate(45deg);
		position: relative;
		top: 10px;
		transition: .3s;
	}
	.navbar-toggle.act span.icon-bar+.icon-bar {
		opacity: 0;
		transition: .3s;
	}
	.navbar-toggle.act span.icon-bar+.icon-bar+.icon-bar {
		opacity: 1;
		transform: rotate(-45deg);
		position: relative;
		top: -10px;
		transition: .3s;
	}
	body.header-affix .navbar-default {
		border-bottom: 1px solid rgba(0, 0, 0, 0);
	}
	.navbar-default .navbar-toggle {
		border: none;
		margin: 10px 5px !important;
		z-index: 999;
		transition: .3s;
		transform: scale(0.8);
		background: rgba(255, 255, 255, 0.9) !important;
		border-radius: 0;
		padding: 10px 15px !important;
		position: fixed;
		top: 0;
		right: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #003462;
		width: 30px;
		border-radius: 0;
		height: 5px;
		margin: 5px 0;
		transition: .3s;
	}
	.search-trigger {
		display: none;
	}
	.navbar-brand>img {
		max-width: 100%;
		height: auto;
	}
	.navbar-default .navbar-brand {
		max-width: 205px;
		padding: 20px 15px;
	}
	#navbar {
		background: rgba(255, 255, 255, 0.95);
		position: fixed;
		top: 0;
		right: -320px;
		left: auto;
		margin: 0 !important;
		width: 320px;
		padding: 50px;
		height: calc(100vh + 25px) !important;
		overflow: auto;
		overflow-x: hidden;
		display: block !important;
		transition: .3s;
	}
	body.nav-act #navbar {
		right: 0px;
		transition: .4s;
	}
	.navbar-nav>li {
		text-align: left;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 17px;
		color: #003462;
		font-weight: 600;
		text-transform: uppercase;
		padding: 11px 0px !important;
	}
	body.nav-act {
		overflow: hidden;
	}
	.submenu {
		position: relative;
		width: 100%;
		left: 0;
		text-align: left;
		opacity: 1;
		visibility: visible;
		margin-bottom: 15px;
		background: transparent;
		box-shadow: none;
	}
	.submenu li {
		display: block;
	}
	.submenu li:before {
		display: none;
	}
	.submenu li a {
		font-size: 16px;
		color: #003462;
		font-weight: 600;
		text-transform: uppercase;
		padding: 3px 13px 3px 30px;
		display: table;
		width: 100%;
		font-weight: 400;
	}
	.submenu li a span {
		font-weight: 800;
	}
	.container {
		padding: 0;
	}
	h1,
	.h1 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 15px !important;
	}
	body {
		padding-top: 0;
		font-size: 12px;
		line-height: 23px;
		background-size: cover;
		background-position: center top !important;
	}
	p {
		font-size: 12px;
		line-height: 23px;
		margin-bottom: 10px !important;
	}
	.services {
		padding: 20px;
	}
	.services__item--overlay {
		max-height: 100%;
	}
	.services__item--overlay h4 span,
	.services__item--overlay .h4 span {
		display: inline-block;
		margin-right: 8px;
	}
	.services__item--overlay h4,
	.services__item--overlay .h4 {
		font-size: 19px !important;
		margin: 0;
	}
	.services__item--overlay p {
		line-height: 26px;
		margin: 0 0 20px !important;
	}
	.services__item--overlay .btn-large {
		transform: scale(0.6);
		margin: -12px -70px;
		position: relative;
		top: -9px;
		float: right;
	}
	.services__item {
		margin-bottom: 20px;
		max-height: 155px;
		overflow: hidden;
	}
	.experts__wrap--list {
		padding: 25px 20px 0;
	}
	.testimonial {
		padding: 20px 0;
		margin-bottom: 25px;
	}
	.testimonial__wrap h3 {
		margin-bottom: 50px !important;
	}
	.testimonial__carousel .item cite {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 30px;
	}
	.testimonial__carousel .item p {
		font-size: 15px;
		line-height: 27px;
	}
	.slick-dots {
		padding: 0;
		text-align: right;
		position: absolute;
		top: -38px;
		right: auto;
		left: -20px;
	}
	.slick-dots li {
		margin-left: 20px;
	}
	.slick-dots li button {
		width: 10px;
		height: 10px;
	}
	footer {
		padding: 30px 20px 12px;
		margin-bottom: 0px;
	}
	.footer__address p {
		font-size: 11px;
		margin: 20px 0 0;
		padding-left: 0;
	}
	footer h5 {
		margin: 10px 0 19px;
	}
	footer form {
		max-width: calc(100% - 150px);
	}
	.copyright {
		color: #fff;
		margin: 0;
		text-transform: uppercase;
		font-size: 11px;
		width: auto;
		display: table;
		font-weight: bold;
		margin-top: 45px;
	}
	.copyright a {
		color: #fff;
	}
	.less {
		position: relative;
		top: 0;
		margin-bottom: 0;
		clear: both;
		display: table;
	}
	h2,
	.h2 {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 20px;
	}
	.inner-content p {
		margin-bottom: 30px !important;
		padding-right: 15px;
	}
	.inner-content h2 {
		padding-right: 15px;
	}
	.prev-next a {
		font-size: 12px;
	}
	.prev-next a img {
		max-width: 22px;
	}
	.prev-next {
		display: table;
		width: 100%;
		margin: 10px 0 20px;
		padding: 0 15px;
	}
	.industry-left, .industry-right {
		padding:0 !important;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
	.services .col-md-4 {
		width: 50%;
		float: left;
	}
}

@media only screen and (min-width: 551px) and (max-width: 767px) {
	.intro .img-full {
		width: auto;
		height: auto;
		max-height: 340px;
		min-width: 150%;
		float: right;
	}
	.intro__info p {
		font-size: 20px;
		margin: 50px 0;
		line-height: 25px;
	}
	.intro__info {
		padding: 0 60px;
	}
	.intro__info p {
		margin: 30px 0 !important;
	}
	.col-xsl-6 {
		width: 50%;
		float: left;
	}
	footer form {
		max-width: calc(400px - 150px);
	}
	.careers-download li,
	.experts__wrap--list .col-sm-4 {
		width: 33.333333%;
		float: left;
	}
	.experts_item--name {
		font-size: 12px;
		line-height: 18px;
	}
	.experts__item-desg {
		font-size: 12px;
		line-height: 18px;
	}
	.careers-download li h5 {
		font-size: 13px;
		line-height: 22px;
		font-weight: 700;
	}
}

@media only screen and (min-width: 250px) and (max-width: 550px) {
	.intro__video {
		height: 282px;
	}
	.intro .img-full {
		width: inherit;
		height: auto;
		max-height: 335px;
		float: right;
	}
	.intro__info h1 {
		font-size: 21px;
		line-height: 1.2;
	}
	.intro__info p {
		color: #fff;
		font-size: 14px;
		margin: 30px 0 20px !important;
	}
	.intro__info a {
		transform: scale(0.7);
		margin: -4px -32px;
	}
	.intro__video .intro__info {
		padding: 0 50px;
	}
	.experts__item {
		margin-left: auto;
		margin-right: auto;
	}
	.footer__links a {
		font-size: 8px;
	}
	.footer__links li {
		padding-right: 0;
		width: 60%;
	}
	.footer__links li:nth-child(even) {
		width: 40%;
	}
	footer form input {
		padding: 0 0 0 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.center-flex {
		display: inline;
		align-items: inherit;
	}
	.performance li span:not(.counter-value) {
		font-size: 19px;
	}
	.performance li span:not(.counter-value) br {
		display: none;
	}
	.info.style-1.performance li.medium,
	.info.style-1.performance li.medium b {
		font-size: 25px;
	}
	.info.style-1.performance li b {
		float: none !important;
		display: block !important;
	}
	.services__item--overlay p {
		line-height: 23px;
		font-size: 14px;
		margin-top: 25px;
	}
	.info.style-1.performance li {
		min-width: 190px !important;
	}
	.info.style-1.performance li b {
		font-size: 25px;
	}
	.services {
		padding: 0px;
	}
	.careers-download {
		padding: 0;
		display: table;
		width: 100%;
		margin-top: 70px;
	}
	.services-list {
		padding-left: 30px;
	}
	.services-list:after {
		left: -10px;
	}
	.less {
		position: relative;
		top: 0;
		margin-bottom: 0;
		clear: both;
		display: table;
	}
	.submenu li a {
		font-size: 12px;
	}
	.footer__address p {
		font-size: 11px;
		margin: 8px 0 0;
		padding-left: 0px;
	}
	.expert_item--3,
	.expert_item--2 {
		left: 0;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 11px;
		padding: 40px 10px;
	}
	.navbar-default .navbar-brand {
		max-width: 200px;
		padding: 34px 15px 25px;
	}
	.services {
		padding: 77px 30px 68px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1150px) {
	.inner-content [class*="col-"] {
		padding: 0 15px 0 15px;
	}
	.inner-content h4 {
		font-size: 19px !important;
	}
	.services__item--overlay p {
		line-height: 22px;
		margin-top: 22px;
		font-size: 13px;
	}
	.services__item--overlay {
		padding: 15px 25px;
		max-height: 80px;
	}
}

@media only screen and (min-width: 993px) and (max-width: 1024px) {
	.info.style-1.performance li b {
		font-size: 25px;
	}
	.performance li.medium span:not(.counter-value) {
		font-size: 16px;
	}
	.info.style-1.performance li {
		min-width: 190px !important;
	}
	.services {
		padding: 0 10px;
	}
	.inner-content .services [class*="col-"] {
		padding: 0 15px 0 15px;
	}
	.services-list {
		padding-left: 30px;
	}
	.services-list:after {
		left: -10px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 12px;
	}
}

@media only screen and (min-width: 250px) and (max-width: 600px) {
	.btn {
		bottom: 15px;
		max-width: 166px;
		font-size: 12px;
		padding: 10px 17px;
	}
}

@media only screen and (min-width: 250px) and (max-width: 991px) {
	.testimonial__carousel .item {
		padding: 0 0 0 30px;
	}
	.testimonial__carousel {
		margin-left: 0px;
	}
	.testimonial__carousel .item cite:before {
		top: 4px;
		left: -29px;
		background-size: 20px;
	}
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-googlemaps .lity-container {
	width: 80%;
	max-width: 80%;
}

@media only screen and (min-width: 768px) {
	body.logged-in .navbar-default {
		top: 45px;
	}
	.parent-pageid-48 .navbar-default .navbar-nav>li:nth-child(2) .submenu {
		opacity: 1;
		visibility: visible;
		transition: .3s;
	}
}

@media only screen and (min-width: 991px) {
	body.logged-in.home {
		margin: 0px 0 0;
	}
	body.logged-in .navbar-default {
		top: 32px;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-default .navbar-toggle {
		top: 0px;
	}
	body.header-affix .navbar-default .navbar-toggle {
		top: 0px;
	}
	.error-links {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	body {
		background: url(../images/mob-bg.png) center top;
		background-position-y: -75px !important;
		background-size: 320px !important;
	}
	.services {
		padding: 5px 32px;
	}
	.services__item {
		margin-bottom: 10px;
	}
	.services__item img {
		opacity: 0.9;
		position: relative;
		top: 80px;
		transform: translateY(-50%);
	}
	.inner-content img {
		right: -20px !important;
		margin-top: 0;
	}
	.inner-content [class*="col-sm-11"] {
		padding: 0 20px 0 20px;
	}
	.info .row {
		margin: 0;
	}
}

.error-links {
	padding-left: 77px;
	padding-bottom: 65px;
}

.error-links a {
	color: #008285;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	margin-right: 23px;
}

.error-links a img {
	position: relative;
	left: 0px;
	transition: .4s;
	width: 23px;
	transform: rotate(-90deg);
	margin-left: 5px;
}

.error-links a:hover img {
	left: 7px;
	transition: .4s;
}

.info.info-new {
	position: relative;
	padding-bottom: 0px !important;
}

.info.info-new h5 {
	max-width: 450px;
	font-size: 35px;
	line-height: 1.2;
	position: relative;
}

.info.info-new small.quote-left {
	font-size: 50px;
	line-height: 1.2;
	color: #20749a;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	position: absolute;
	left: -30px;
	top: -20px;
}

.info.info-new small.quote-right {
	font-size: 50px;
	line-height: 1.2;
	color: #20749a;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	position: relative;
	transform: rotate(-180deg);
	display: block;
	top: -47px;
	left: -43px;
	margin-bottom: -50px;
}

.info.info-new p {
	max-width: 300px;
	font-size: 35px;
	line-height: 1.2;
}

.info.info-new cite {
	color: #003462;
	font-style: normal;
	font-weight: 400;
	display: block;
}

.info.info-new h5+p {
	position: absolute;
	right: 70px;
	bottom: 40px;
}

.info.info-new p cite {
	font-size: 16px;
}

.info.info-new p cite span {
	font-weight: bold;
	display: block;
}

.info.info-new p cite b {
	font-weight: 800
}

@media only screen and (max-width: 1150px) {
	.error-links a {
		margin-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.page-id-66 .less {
		top: 0px;
		margin-bottom: 0px !important;
	}
	.info.info-new h5 {
		font-size: 30px;
	}
	.info.info-new p {
		font-size: 30px;
	}
	.info.info-new h5+p {
		right: 30px;
		bottom: 40px;
	}
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
	.infographic-transit {
		margin-right: -20px !important;
		margin-left: -20px !important;
	}
	.info.style-1.space3 {
		padding: 60px 30px 30px;
	}
	.info.info-new h5 {
		font-size: 27px;
	}
	.info.info-new p {
		font-size: 27px;
	}
	.info.info-new h5+p {
		position: relative;
		right: 0;
		bottom: 0;
		left: 15px;
	}
	.info.info-new h5 {
		margin: 0 15px;
	}
	.info.style-1>ul>li {
		color: #10749a;
		list-style: none;
		padding: 0 20px;
		margin-bottom: 0px;
		font-size: 15px;
		line-height: 21px;
		padding: 10px 0 !important;
	}
	.info.style-1>ul {
		border-bottom: 1px dotted #10749a;
	}
	.info.style-1>ul:last-of-type {
		margin-bottom: 30px;
	}
	.info.style-1 h4 {
		font-size: 20px;
		line-height: 1.2;
	}
}

.clearfix {
	float: none;
}

body:not(.home) .services {
	padding: 0 65px;
}

body:not(.home) .inner-content .services [class*="col-"] {
	padding: 0 15px 0 15px;
}

.inner-content .services__item img {
	right: 0 !important;
}

@media only screen and (max-width: 767px) {
	body:not(.home) .services {
		padding: 0 25px;
	}
	.page-id-64 .col-sm-7.col-sm-push-1.col-md-6.col-md-push-2 h2 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 550px) {
	.page-id-64 .col-sm-7.col-sm-push-1.col-md-6.col-md-push-2 h2 {
		font-size: 19px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.clearfix {
		margin-top: 70px;
	}
	.info.style-1.space2 {
		padding: 30px 30px 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
	.page-id-64 .col-sm-7.col-sm-push-1.col-md-6.col-md-push-2 {
		width: 85%;
	}
}

@media only screen and (max-width: 991px) {
	.info.style-1 h5 {
		font-size: 22px;
		line-height: 28px;
		padding-bottom: 14px;
		padding-top: 7px;
		max-width: 250px;
		margin: 0 15px;
	}
	.info.style-1 p {
		font-size: 22px;
		max-width: 250px;
	}
	.inner-content ul.list {
		padding: 0 0 9px;
	}
	.info.style-1>ul {
		padding-bottom: 10px !important;
	}
	.info.style-1 ul.list li {
		font-size: 14px;
		line-height: 22px;
	}
	.info hr {
		display: none;
	}
	.info.style-1.space2 {
		margin: 0 20px;
	}
	.info.style-1.infographic-responsibility,
	.info.style-1.space2.infographic-coachlines {
		margin: 0 -20px 30px;
	}
	.info.style-1.infographic-smartech {
		margin: 0 0px 30px;
	}
	.info.info-new small.quote-right {
		left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.info.style-1 h5 {
		font-size: 20px;
	}
	.info.style-1 p {
		font-size: 20px;
	}
	.info.info-new small.quote-right {
		top: -22px;
	}
}

.no-border-bottom {
	border-bottom: none !important;
}

.info.style-1>ul:last-child {
	border-bottom: none !important;
}

.search-not-found {
	padding: 12% 0;
}

.search-results .inner-content img {
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width: 551px) and (max-width: 767px) {
	.col-xls-4 {
		width: 40%;
		float: left;
	}
	.col-xls-8 {
		width: 60%;
		float: left;
	}
	.search-results .inner-content [class*="col-"] {
		padding: 0 15px;
	}
	.search-results .inner-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.search .inner-content p a {
	border-bottom: none;
	transform: scale(0.8);
	margin: -15px 0 0 -25px;
}

.inner-content form.search-page-form {
	position: relative;
	padding-right: 130px;
	margin-bottom: 10px;
}

.inner-content form.search-page-form input {
	width: 100%;
	padding: 0 15px;
	border: 1px solid #0a3462;
	height: 45px;
}

.inner-content form.search-page-form button {
	background: #0a3462;
	height: 45px;
	width: 130px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	transition: .3s;
}

.inner-content form.search-page-form button:hover {
	background: #0d3d71;
	color: #fff;
	transition: .3s;
}

.inner-content form+p {
	margin-bottom: 50px;
}

.search .inner-content h2 {
	margin-bottom: 20px;
}

@media only screen and (max-width: 550px) {
	.search .inner-content h2 {
		padding-top: 15px;
	}
	.inner-content form.search-page-form {
		padding-right: 80px;
	}
	.inner-content form.search-page-form button {
		width: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.career-form input[type="submit"] {
		margin: 0 0 0 5px;
		width: 100%;
	}
	.search .inner-content h2 {
		margin-bottom: 10px;
	}
}

.industry-left h5 {
	padding-top: 13px;
	line-height: 24px;
}

.industry-right h5 {
	display: none;
}

.industry-right {
	margin-top: 5px;
}

.industry-right .footer__links li a {
	font-size: 12px;
	text-transform: none;
}

@media ( max-width:767px) {
	.industry-left h5 {
		font-size: 9px;
		line-height: 18px;
	}
	.industry-right .footer__links li a {
		font-size: 7px;
	}
	.industry-left {
		padding-left: 0px;
	}
	.industry-right {
		margin-top: 15px;
		padding-right: 0;
	}
	.copyright {
		color: #fff;
		margin: 0;
		text-transform: uppercase;
		font-size: 9px;
		width: auto;
		display: table;
		font-weight: bold;
		margin-top: 76px;
		min-width: 450px;
	}
}

@media only screen and (min-width: 551px) and (max-width: 767px) {
	.industry-right .footer__links li a {
		font-size: 11px;
	}
	.industry-left h5 {
		font-size: 12px;
		line-height: 26px;
	}
	.copyright {
		font-size: 12px;
		margin-top: 74px;
	}
	.footer__links a {
		font-size: 13px !important;
		line-height: 25px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.career-form {
		min-width: 550px;
		margin-left: -130px;
	}
	.industry-left h5 {
		font-size: 11px;
	}
	footer {
		padding: 30px 30px 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1050px) {
	.career-form {
		min-width: 550px;
		margin-left: -20px;
	}
}

#uploadtextfield1,
#uploadtextfield2 {
	border: none;
	margin: -58px 0 10px;
	display: table;
	width: 100%;
	height: 18px;
	padding: 0;
	font-size: 12px;
}

.mute-video {
    background:transparent url(../images/icon-sound-off.png) no-repeat center;
	background-size:18px;
    position: absolute;
    bottom: 10px;
    right: 53px;
    width: 40px;
    height: 40px;
	z-index:44;
	cursor:pointer;
	border-radius:3px;
	transition:0.3s;
}

.mute-video.stop {
    background: transparent url(../images/icon-sound-on.png) no-repeat center;
	background-size:18px;
}

.mute-video:hover {
    background:#38babb url(../images/icon-sound-off.png) no-repeat center;
	background-size:18px;
	transition:0.3s;
}

.mute-video.stop:hover {
    background: #38babb url(../images/icon-sound-on.png) no-repeat center;
	background-size:18px;
	transition:0.3s;
}

.stop-video {
    background: transparent url(../images/icon-close2.png) no-repeat center;
	background-size:13px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
	z-index:55;
	cursor:pointer;
	border-radius:3px;
	transition:0.3s;
}

.stop-video:hover {
    background: #38babb url(../images/icon-close2.png) no-repeat center;
	background-size:13px;
	transition:0.3s;
}

.btn-act .stop-video,
.btn-act .mute-video {
opacity:0;
visibility:hidden;
}

.play_video:hover,
.play_video {
	background: transparent url(../images/icons/icon-play.svg) no-repeat center;;
background-size:38px;
	border-radius: 3px;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 14px;
	right: 16px;
	z-index: 99;
	transition: .4s;
	color: #fff;
	text-align: center;
	font-size: 25px;
}

@media only screen and (min-width: 992px) {
	.play_video {
		display: none;
	}
}

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

.stop-video,
.mute-video {
opacity:0;
visibility:hidden;
display:none;
}

.intro__video video {
display:none;
}

.intro__video .intro__info {
    opacity: 1;
    visibility: visible;
    transition: .3s all;
}

}

.info.style-1.row.infographic-smartech {
	padding:50px;
}

.info.style-1.row.infographic-smartech h4 {
    border: none;
    margin-bottom: -20px;
}

.acc-head {
	padding-left:50px;
	position:relative;
	min-height:40px;
	color:#20749a;
	font-size:15px;
	line-height:1.4;
	margin:25px 0 10px;
        cursor:pointer;
}

.acc-head span {
	background:#008285;
	width:40px;
	height:40px;
	position:absolute;
	top:5px;
	left:0;
	text-align:center;
	color:#fff;
	line-height:40px;
	font-size:30px;
}

.acc-head span:before {
	content:"+";
}

.acc-head.selected span:before {
	content:"-";
}

.acc-content {
  height:0px;
  width:100%;
  margin:0 auto;
  overflow:hidden;
}

.acc-content-inner {
    padding: 10px 0 0 50px;
}

.acc-content-inner br {
    display: none;
}

.acc-content-inner a {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #20749a;
    color: #20749a;
    margin-bottom: 13px;
    display: table;
    line-height: 20px;
}

.acc-content-inner a:hover {
	border-bottom:1px solid #38babb;
	color:#38babb;
}	

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

.info.style-1.row.infographic-smartech {
    padding: 30px !important;
}

.info.style-1.row.infographic-smartech .row {
    margin: 0 -15px;
}

}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  

body.page-id-50 .info.style-1>ul>li {
width:31.33333%;
float:left;
min-height:84px;
}

body.page-id-50 .info.style-1>ul>li:first-child {
width:34.33333%;
}

body.page-id-50 .info.style-1>ul>li:last-child {
width:28.33333%;
}

body.page-id-50 .info.style-1>ul>li.line {
width:2%;
}

body.page-id-50 .info.style-1 {
display:table;
}

body.page-id-50 .info.style-1 > ul {
display:inline;
}

body.page-id-50 .info hr {
display:table;
width:100%;
}

.prev-next a:first-child img ,
.prev-next a:last-child img {
height:36px;
}

     }
     
.page-id-649 .normal .img-full {
 width:160px;
 max-width:160px;
 }