:hover, :focus {
	outline: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

a i:before {
	text-decoration: none;
}

.nav-links .list-inline a.btn:hover {
	color: #fff;
}

.nav-links .list-inline li.active a {
	color: #D7B165;
	border-bottom: 4px solid #D7B165;
}

input[type="text"], input[type="email"],input[type="tel"], textarea {
    -webkit-appearance: none;
}

.social-media li a {
	margin-bottom: 7px;
}

.link-external i {
  margin-left: 3px;
  font-size: 11px;
}


.modal-open {
    padding-right: 0 !important;
    overflow-y: scroll;
}

.app-link li a img {
	width: 240px;
	height: auto;
}
/*navigation*/

.nav-wrapper {
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.nav-wrapper.stuck {
	height: 85px;
}

.nav-wrapper .main-logo {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-wrapper.stuck .main-logo {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 65px;
	height: 63px;
	background-size: 65px 63px;
}

.nav-wrapper .nav-links {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-wrapper.stuck .nav-links {
	padding-top: 20px;
	padding-bottom:20px;
}

.nav-wrapper .nav-links .list-inline a.btn {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*navigation*/

/*Navbar for mobile*/

.mobile-nav .nav-txt {
   	font-size: 16px;
    position: absolute;
    right: 50px;
    color: #a68f57;
    text-shadow: none;

}

.mobile-nav .btn-default {
	background: none;
	border: none;
	box-shadow: none;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-right: 0px;
	display: block;
}

.mobile-nav .navbar-toggle .icon-bar {
	background-color: #a68f57;
	width: 25px;
	height: 4px;
}

/*Navbar for mobile*/

/* Form */
.form input {
	border: 2px solid #d6d6d6;
	font-size: 14px;
	line-height: 1;
	color: #333;
    -webkit-transition:border .3s ease-in-out;
    -moz-transition:border .3s ease-in-out;
    -o-transition:border .3s ease-in-out;
    -ms-transition:border .3s ease-in-out;
    transition:border .3s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    width: 93%;
    padding: 12px 15px;
    margin: 10px 0;
}

.form input[type="text"]:focus {
	border: 2px solid #333;
	outline: 0;
}

.form textarea {
    width: 93%;
    min-height: 215px;
    max-height: 215px;
    margin: 10px 0 5px;
    border: 2px solid #d6d6d6;
    padding: 15px;
    font-size: 14px;
	line-height: 1;
	color: #333;
    -webkit-transition:border .3s ease-in-out;
    -moz-transition:border .3s ease-in-out;
    -o-transition:border .3s ease-in-out;
    -ms-transition:border .3s ease-in-out;
    transition:border .3s ease-in-out;
}

.form textarea:focus {
	border: 2px solid #333;
	outline: 0;
}

.form label {
	font-weight: normal;
    font-size: 12px;
    width: 90%;
    color: #333;
    margin-bottom: 0px
}

.form button[type="submit"] {
    width: 125px;
    padding: 15px 30px;
    margin: 25px 0 12px;
    border-radius: 48px;
    display: block;
 }

 .form button[type="submit"]:hover, .form button[type="submit"]:focus {
 	outline: 0
 }

/* Form */

/*HOME PAGE*/

.main-nav.nav-wrapper {
	background: rgba(0,0,0,0.38);
}

.main-nav.nav-wrapper.stuck {
	background-color: rgba(0,0,0,1);
}

.home-video {
	
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

.home-video .video-wrapper {
	width: 100%;
	overflow:hidden;
	background-size: 100%;
}


.home-video .video-wrapper .myVid {
	width: auto;
	margin:0 auto;
}

.overlay-layer {
	position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 35, 34, 0.31);
    z-index: 8;
}

.home-video.home-image {
	background-size:  cover;
	background-position: 0;
}

.home-video .video-txt {
	margin: auto;
    text-align: center;
    position: relative;
}


.home-video .video-txt p {
	color: #fff;
}

.home-video .video-wrapper .video-txt {
    z-index: 10;
}

.home-video .video-wrapper .video-txt h1 {
	font-size: 48px;
	line-height: 1.2;
}

.home-video .video-wrapper .video-txt p {
	font-size: 28px;
	line-height: 1.2;
	margin-top: 7px;
}

.home-video .img-wrapper {
	position: relative;
}

.home-video .img-wrapper .video-txt {
	z-index: 10;
}

.home-video .img-wrapper .video-txt h1 {
	line-height: 1.2;
	font-size: 24px;
}

.home-video .img-wrapper .video-txt p {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 3px;
}


.s-down {
    z-index: 10;
    position: relative;
    text-align: center;
}


.s-down a span {
	font-size: 14px;
	display: block;
	color: #ececeb;
    text-decoration: none;
}

.s-down a div i {
    font-size: 40px;
    line-height: 0.7;
    -webkit-animation:shake-ani .7s ease-in-out infinite;
    -moz-animation:shake-ani .7s ease-in-out infinite;
	-o-animation:shake-ani .7s ease-in-out infinite;
    animation:shake-ani .7s ease-in-out infinite;
    -webkit-animation-play-state: initial;
    -moz-animation-play-state: initial;
	-o-animation-play-state: initial;
    animation-play-state: initial;
    color: #fff;
    display: inline-block;
}

.replay-btn {
	z-index: 10;
    text-align: center;
    position: relative;
    margin-top: 10px;
}

.replay-btn button {
	color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    border:none;
    visibility: hidden;
}

.replay-btn button:hover, .replay-btn button:focus{
	text-decoration: none;
	color: #efefef;
	border:none;
	outline: 0;
}

.replay-btn button img {
	display: block;
	margin: 0 auto 3px;
}

.statement {
	padding: 50px 0;
}

.statement .container div{
	width: 80%;
	text-align: center;
	margin: auto;
}

.statement .container h2{
	color: #212121;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}

.statement .container p {
	line-height: 1.5;
    font-size: 14px;
    color: #333;
}

.expertise {
	padding: 50px 0 40px;
}

.expertise .container {
	text-align: center;
}

.expertise .container h2{
	color: #212121;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
}

.expertise .container p{
	line-height: 1.5;
	font-size: 14px;
	color: #333;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.expertise .container .row {
	margin-top: 15px;
}

.expertise .expertise-items a {
	display: block;
}

.expertise .expertise-items a div{
    margin: 10px 0px 10px;
    padding: 25px 0px;
    text-align:left;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	position: relative;
	background-size: 37px;
}

.expertise .expertise-items a div:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	border: 1px solid #d6d6d6;
	-webkit-transition : border-width 0.1s ease;
	-moz-transition : border-width 0.1s ease;
	-o-transition : border-width 0.1s ease;
	transition : border-width 0.1s ease;
}

.expertise .expertise-items a:hover div:before {
	border: 3px solid #9E814A;
}

.expertise .expertise-items a div p {
	display: inline-block;
    vertical-align: middle;
    float: none;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    font-family: 'Lato', sans-serif;
    padding-left: 60px;
}

.value {
	padding: 50px 0;
}

.value-items {
	border-bottom: 1px solid #2e3239;
	border-right: none;
}

.value-items div {
	text-align: center;
	padding: 0 20px;
}

.value-items:last-child {
	border:none;
}

.value-items h3 {
	color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    margin: 0;
}

.value-items img {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 190px;
	height: 190px;
	border-radius: 50%;
}

.value-items p {
	color: #fff;
	text-align: left;
	line-height: 1.5;
	text-align: center;
	font-size: 14px;
}

.carousel-indicators {
	bottom: -35px;
}

.result {
	padding: 45px 0 55px;
}

.result-title {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #fff;
}

.result-txt-box {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
    margin: 5px 0;
}

.result1 a,
.result1 a:hover,
.result1 a:focus,
.result4 a,
.result4 a:hover,
.result4 a:focus,
.s-down a,
.s-down a:hover,
.s-down a:focus,
.case-container a,
.case-container a:hover,
.case-container a:focus {
	color: #fff;	
}

.result-items a,
.result-items a:hover,
.result-items a:focus,
.expertise-items a,
.expertise-items a:hover,
.expertise-items a:focus,
.box-item a,
.box-item a:hover ,
.box-item a:focus{
	color: #333;
}

.result1-txt img {
	width: auto;
	height: 100%;
	min-width: 100%
}

.result-txt-box img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    -ms-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}

.result1 .result1-txt:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.result1-txt div{
	line-height: 1.2;
	background: rgba(167,138,83,0.9);
    color: #fff;
    width: 100%;
    padding: 13px 30px;
    position: absolute;
    bottom: 0px;
}

.result1-txt p {
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	position: relative;
}

.result1-txt span {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: oblique;
    color: rgba(255,255,255,0.84);
}

.result1-txt p:before {
	content: '\201C';
    font-size: 34px;
    position: absolute;
    left: -18px;
    top: -4px;
    line-height: 1;
}

.result1-txt p:after {
	content: '\201D';
    font-size: 34px;
    line-height: 1;
    position: absolute;
    margin-left: 6px;
    bottom: -11px;
}

.result-items a {
	display: block;
}

.result-items div{
	background: #fff;
    border-left: 4px solid #b69962;
    padding: 17px 25px;
	margin: 5px 0;
	-webkit-transition: background .3s linear, border .3s linear;
    -moz-transition: background .3s linear, border .3s linear;
    -o-transition: background .3s linear, border .3s linear;
    -ms-transition: background .3s linear, border .3s linear;
    transition: background .3s linear, border .3s linear;
    line-height: 1.2;
}

.result-items p {
	font-size: 16px;
	line-height: 1.2;
	color: #333;
	-webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -o-transition: color .3s linear;
    -ms-transition: color .3s linear;
    transition: color .3s linear;
    position: relative;
}

.result-items p:before {

    content: '\201C';
    font-size: 30px;
    position: absolute;
    left: -14px;
    top: -3px;
    line-height: 1;
}

.result-items p:after {
	content: '\201D';
    font-size: 30px;
    line-height: 1;
    position: absolute;
    margin-left: 6px;
    bottom: -8px;
}

.result-items span {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: oblique;
    color: rgba(0,0,0,0.84);
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -o-transition: color .3s linear;
    -ms-transition: color .3s linear;
    transition: color .3s linear;
}

.result-items div:hover {
	background-color: #9e814a;
	border-left: 4px solid #dadada;
}


.result-items div:hover p{
	text-decoration: none;
	color: #fff;
}

.result-items div:hover span {
	color: #fff;
	text-decoration: none;
}

.result4 a:hover .result4-txt img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.result4-txt div {
	line-height: 1.2;
	position: absolute;
    bottom: 0px;
    background: rgba(174,142,81,0.9);
    color: #fff;
    padding: 13px 30px;
    width: 100%;
}

.result4 a:hover .result4-txt {
	background-size: 110% 110%;
}


.result4-txt p {
	color: #fff;
	position: relative;
	font-size: 16px;
	line-height: 1.2;
}

.result4-txt p:before {
	content: '\201C';
    font-size: 30px;
    position: absolute;
    left: -16px;
    top: -3px;
    line-height: 1;
}

.result4-txt p:after {
	content: '\201D';
    font-size: 30px;
    line-height: 1;
    position: absolute;
    margin-left: 6px;
    bottom: -10px;
}

.result4-txt span {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: oblique;
    color: rgba(255,255,255,0.84);
}

/*HOME PAGE*/

.expertise-banner .banner-img-bg {
	background-image: url(../images/expertise_banner_small.jpg);
	background-size: cover;
	background-position: 20% 17%;
}

.expertise-banner .banner-img-bg {
	position: relative;
}

.expertise-banner .banner-overlay {
	width: 100%;
	height: 60%;
  position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(22,27,34,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(22,27,34,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(22,27,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#161b22',GradientType=0 );
}

.expertise-banner .banner-txt {
	padding: 195px 0px 16px;
	text-align: center;
    margin: auto;
    position: relative;
}

.banner-txt h1 {
	line-height: 1.5;
	font-size: 24px;
}

.banner-txt p {
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
}

.box-gp {
	padding:0 0 50px;
}

.box {
	position: relative;
}

.box-item {
	border: 5px solid #fff;
	overflow: hidden;
	background: #fff;
	margin-bottom: 30px;
	position: relative;
	-webkit-transition : border 0.2s ease-out;
	-moz-transition : border 0.2s ease-out;
	-o-transition : border 0.2s ease-out;
	transition : border 0.2s ease-out;
	padding: 15px 10px 15px 15px;
}

.box-item:hover {
	border: 5px solid #ae8f51;
}

.box-item div{
	position: relative;
	top: 0px;
}

.box-item span {
	margin: 0 auto 30px;
	display: block;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	line-height: 38px;
}

.box-item h3 {
	line-height: 1.2;
	font-size: 16px;
	color: #333;
}

.box-item p {
	line-height: 1.5;
	font-size: 14px;
	display: inline;
}

.box-item p:after {
	content: '.';
}

.box-item a.read-more {
    margin-top: 0px;
    color: #2c71e3;
    font-size: 14px;
    display: inline-block;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.box-item a.read-more:hover {
	color: #003072;
	text-decoration: none;
}

.box-item a.read-more i {
	margin-left: 5px;
}

.box-item a.read-more i:before {
	text-decoration: none;
}

.solution {
	padding: 45px 0 30px;
}

.solution-title {
	text-align: center;
	width: 85%;
	margin: auto;
}

.solution-title h2 {
	color: #212121;
	line-height: 1.5;
	font-size: 20px;
	margin-bottom: 5px;
}

.solution-title p {
	line-height: 1.5;
	font-size: 14px;
	color: #333;
}

.solution-content {
	margin-top: 25px;
}

.area {
	text-align:left;
}

.area h5 {
	font-weight: bold;
	font-size: 14px;
}

.area ul {
	padding-left: 13px;
}

.area ul li {
	list-style-image: url(../images/list.png);
	font-size: 14px;
	padding-bottom: 7px;
	padding-left: 5px
}

.request-form input {
	border: 2px solid #d6d6d6;
    padding: 17px 15px;
    margin: 5px 0;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #333;
    -webkit-transition:border .3s ease-in-out;
    -moz-transition:border .3s ease-in-out;
    -o-transition:border .3s ease-in-out;
    -ms-transition:border .3s ease-in-out;
    transition:border .3s ease-in-out;
    font-family: 'Open Sans', sans-serif;
}

.request-form input[type="text"]:focus, .request-form input[type="email"]:focus {
	border: 2px solid #333;
	outline: 0;
}

.request-form textarea{
	border: 2px solid #d6d6d6;
    padding: 15px;
    margin: 5px 0;
    width: 100%;
    min-height: 190px;
    max-height: 190px;
    font-size: 14px;
    line-height: 1;
    color: #333;
    -webkit-transition:border .3s ease-in-out;
    -moz-transition:border .3s ease-in-out;
    -o-transition:border .3s ease-in-out;
    -ms-transition:border .3s ease-in-out;
    transition:border .3s ease-in-out;
}

.request-form textarea:focus {
	border: 2px solid #333;
	outline: 0;
}

.request-form label {
	font-weight: normal;
    font-size: 12px;
    width: 90%;
    color: #333;
    margin-bottom: 0px
}

.request-form button[type="submit"] {
    width: 125px;

    padding: 15px 30px;
    margin: 22px auto;
    border-radius: 48px;
    display: block;
 }

 .request-form button[type="submit"]:hover, .request-form button[type="submit"]:focus {
 	outline: 0;
 }

 .nav-wrapper.mobile-nav-wrap {
 	background-color: rgba(0,0,0,1);
 	height: 70px;
 }

/* .main-container.mobile-content {
 	margin-top: 70px;
 }*/

 #mobile-nav ul {
 	list-style: none;
 	padding-left: 23px;
 	margin-top:68px;
 }

#mobile-nav ul li {
	margin-bottom: 15px;
}

#mobile-nav ul li a {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#mobile-nav ul li a.btn-default {
	font-size: 16px;
	margin-top: 15px;
}

#mobile-nav #expertise_menu {
	margin-top: 20px;
}

#mobile-nav #expertise_menu {
	padding-left: 0px;
}

#mobile-nav #expertise_menu li {
	margin-bottom: 11px;
}

#mobile-nav #expertise_menu li a{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

.mobile-menu {
	position: fixed;
	width: 240px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #191919;
	z-index: 999;
	margin-right: -240px;
	-webkit-transition: margin 0.5s ease;
	-moz-transition: margin 0.5s ease;
	-o-transition: margin 0.5s ease;
	transition: margin 0.5s ease;
	overflow-y: scroll;
}

.mobile-menu.active {
	margin-right: 0px;
}

.mobile-nav-body-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 888;
}

.nav-wrapper.mobile-nav-wrap {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav-wrapper.active {
	margin-left: -240px;
}

 .caret{
	border-top: 0;
	border-bottom: 6px dashed #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	margin-left: 70px;
}

.collapsed .caret{
	border-bottom: 0;
	border-top:6px dashed #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}


/*CONTACT US PAGE*/
.contact-banner .banner-txt {
	padding: 274px 0 100px;
	text-align: center;
}

.contact-banner .banner-img-bg {
	background-image: url(../images/contact-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.contact-content {
	padding: 60px 0;
}

.contact-info .row:first-child {
	padding-bottom: 20px;
}

.contact-info a {
	text-decoration: underline;
	color: #2c71e3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.contact-info a:hover {
	text-decoration: none;
	color: #003072;
}

.contact-info .email {
	text-align: center
}

.contact-info .email img {
	display: block;
	margin:auto;
	margin-bottom: 20px;
}

.contact-info .phone {
	text-align: center;
	border-left: 1px solid #b4b4b4;
}

.contact-info .phone img {
	margin-bottom: 9px;
	max-height: 40px;
}

.contact-info .phone h3 {
	font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #333;
    margin-bottom: 0px;
}

.contact-info .phone span {
	font-size: 14px;
	color: #333;
}

.contact-info .contact-txt div{
	border-top: 1px solid #000;
	padding: 18px 0;
	text-align: center;
}

.contact-info .contact-txt div h5 {
	font-weight: bold;
	margin: 8px ;
}

.contact-form h3 {
	margin-bottom: 5px;
	color: #212121;
}

.office-loc {
	padding: 55px 0;
}

.office-loc h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
}

.google-maps {
	margin-bottom: 20px;
}

.google-maps iframe {
	width: 100%;
	margin-bottom: 11px;
}

.google-maps h3 {
	color: #fff;
}

.google-maps p {
	color: #fff;
}

/*CONTACT US PAGE*/

/* EXPERTISE DETAIL PAGE */

.expertise-detail-banner .banner-img-bg {
	background-image: url(../images/expertise-detail-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.expertise-detail-banner .banner-txt {
	padding: 233px 0 70px;
	text-align: center;
	height: 455px;
}

.expertise-detail-banner .banner-img-bg .banner.txt img {
	margin-bottom: 15px;
}

.expertise.detail .container .row {
	margin-top: 0;
}

.customized-solution {
	padding: 50px 0 55px;
}

.customized-solution div {
	text-align: center;
}

.customized-solution div h2 {
	color: #fff;
}

.customized-solution div p{
	color: #fff;
	margin-top: 20px;
	font-size: 18px;
	line-height: 28px;
}

.customized-solution div p a {
	color: #fff;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.customized-solution div p a:hover {
	color: #aaa;
	text-decoration: none;
}

.expertise-detail-content {
	padding: 60px 0;
}

.expertise-detail-content img {
	border-radius: 50%;
	width: 100%;
	margin:7px 0 20px;
}

.expertise-detail-content .col-md-8 div {
	margin-left: 60px;
}

.expertise-detail-content p {
	margin-bottom: 15px;
}

.expertise-detail-content ul {
	padding-left: 14px;
	margin-bottom: 0;
}

.expertise-detail-content ul li {
	list-style-image: url(../images/list.png);
	padding-left: 5px;
	padding-bottom: 7px;
}


.expertise-detail-content  .more {
	display: none;
}

.expertise-detail-content a .less {
	display: block;
}

.expertise-detail-content a.collapsed .more {
	display: block;
}

.expertise-detail-content a.collapsed .less {
	display: none;
}

.expertise-detail-content a i {
	margin-left: 6px;
}

.others-say h2 {
	text-align: center;
	color: #fff;
}

.others-say .row {
	margin-top: 30px;
}

.others-say-items {
	margin-bottom: 15px;
}

.others-say-items > div {
	padding: 0 30px;
}

.others-say-items p {
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	position: relative;
}

.others-say-items p:before {
	content: '\201C';
    position: absolute;
    left: -28px;
    top: -7px;
    line-height: 1;
    font-size: 50px;
}

.others-say-items p:after {
	content: '\201D';
    line-height: 1;
    position: absolute;
    margin-left: 10px;
    font-size: 50px;
    bottom: -15px;
}

.others-say-items span {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: oblique;
    color: rgba(255,255,255,0.84);
    line-height: 14px;
}

.expertise-detail-content-2 {
	padding: 55px 0;
}

/* ACCORDION */

.default-accordion .panel-title a, .default-accordion .panel-title a:hover {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #333;
    position: relative;
}

.default-accordion .panel-title a:focus {
    outline: none;
}

.default-accordion .panel-title h3 {
	margin-left: 45px;
	margin-bottom: 0;
}

 .default-accordion .panel-title .accordion-toggle .accordion-icon {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #c0c1c2;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;

 }

 .default-accordion .panel-title .accordion-toggle .accordion-icon:before,
 .default-accordion .panel-title .accordion-toggle .accordion-icon:after {
 	content: '';
 	width: 18px;
 	height: 2px;
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	margin-left: -9px;
 	margin-top: -1px;
 	display: block;
 	background: #fff;
 	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
 }

 .default-accordion .panel-title .accordion-toggle.collapsed .accordion-icon {

    background-color: #b69962;

 }

 .default-accordion .panel-title .accordion-toggle.collapsed .accordion-icon:before {
 	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}

  .default-accordion .panel-title .accordion-toggle.collapsed .accordion-icon:after {
 	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}

.panel-group.default-accordion {
	border-top: 1px solid rgba(204,204,204,0.8);
	margin-top: 15px;
}

.panel.panel-default {
	border-radius: 0;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid rgba(204,204,204,0.8);
}

.panel.panel-default > .panel-heading {
	background: none;
	padding-left: 0;
	padding-right: 0;
}

.panel.panel-default .panel-heading .panel-title h3 {
	margin-bottom: 0px;
	color: #333;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	padding-left:0;
	padding-top: 0px;
	padding-bottom: 25px;
	margin-left: 45px;
}


.default-accordion .panel-body ul, .default-accordion .panel ol {
	padding-left: 20px;
}

.default-accordion .panel-body ul li {
	list-style-image: url(../images/list.png);
	padding-left: 5px;
    padding-bottom: 7px;
}

 .default-accordion .panel ol li {
	padding-left: 5px;
    padding-bottom: 7px;
}
/* ACCORDION */

.expertise-contact h3 {
	color: #212121;
}

.expertise-contact img {
	width: 100%;
	margin: 5px 0 15px;
}

.expertise-contact p {
	margin-bottom: 15px;
}

.expertise-contact a.btn-default.secondary {
	padding: 10px 35px;
}

.case-study {
	padding: 55px 0;
}

.case-study h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 25px;
}

.case-item {
	margin-bottom: 10px;
}

.case-item .case-container {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding: 5px;
}


.case-item .case-container:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 5px solid transparent;
    -webkit-transition : border 0.35s ease-out;
	-moz-transition : border 0.35s ease-out;
	-o-transition : border 0.35s ease-out;
	transition : border 0.35s ease-out;
	z-index: 1;
}

.case-item .case-container:hover:after{
	border: 5px solid #ae8f51;
}

.case-txt {
	padding: 40px 45px 75px 30px;
	background-color: transparent;
	position: relative;
	top : 190px;
	-webkit-transition : background-color 0.35s ease-out;
	-moz-transition : background-color 0.35s ease-out;
	-o-transition : background-color 0.35s ease-out;
	transition : background-color 0.35s ease-out;
	z-index: 10;
}

.case-item .case-container:hover .case-txt {
	background-color: rgba(34,34,34,0.7);
}

.case-item a {
	text-decoration: none;
	display: block;
}

.case-txt h3 {
	color: #fff;
	margin-bottom: 25px;
}

.case-txt p {
	color: #fff;
	margin-bottom: 15px;
}

.case-txt a.read-more {
	color: #fff;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.case-txt a:hover{
	color: #aaa;
	text-decoration: none;
}

.case-txt a i {
	margin-left: 5px;
}

/* EXPERTISE DETAIL PAGE */


/* online courses landing */

.online-courses .banner-img-bg {
	background-image: url(../images/courses-landing-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.online-courses .banner-txt {
	padding: 274px 0 70px;
	text-align: center;
}

.courses-landing-content {
	padding: 65px 0;
}

.courses-video div {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.courses-video div iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.courses-item > div {
	position: relative;
}

.course1 > div {
	background-image: url(../images/online-courses1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 25px;
}

.course2 > div {
	background-image: url(../images/online-courses2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.courses-item-txt {
	padding: 32px 55px 33px 30px;
}

.courses-item-txt h3 {
	margin-bottom: 20px;
	color: #fff;
}

.courses-item-txt p {
	color: #fff;
	margin-bottom: 20px;
}

.courses-item-txt a {
	text-decoration: underline;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.courses-item-txt a i {
	margin-left: 5px;
}

.courses-item-txt a:hover {
	color: #aaa;
	text-decoration: none;
}


/* online courses landing */

/* Webinar */

.webinar-banner .banner-img-bg {
	background-image: url(../images/webinar-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.webinar-banner .banner-txt {
	padding: 274px 0 70px;
	text-align: center;
}

.webinar-content {
	padding: 60px 0;
}

.webinar-content .webinar-item:first-child {
	padding-right: 30px;
}

.webinar-content .webinar-item:last-child {
	padding-left: 30px;
	border-left: 1px solid #ccc;
}

.webinar-item h3 {
	color: #212121;
	margin-bottom: 20px;
}

.webinar-img {
	position: relative;
	margin-bottom: 17px;
}

.webinar-img img {
	width: 100%;
	height: 280px;
}

.webinar-img span {
	background-image: url(../images/free-tag.png);
	width: 62px;
	height: 57px;
	position: absolute;
	top: 10px;
	right: 0px;
}

.webinar-txt {
	width: 88%;
	margin-bottom: 20px;
}

.webinar-txt h4 {
	color: #212121;
	text-transform: uppercase;
	margin-bottom: 4px;
}


.webinar-txt p {
	margin-bottom: 15px;
}

.webinar-item a.btn {
	padding: 10px 35px;
}

.webinar-txt .more,.webinar-txt .less, .live-courses h4 a {
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #2c71e3;
}

.webinar-txt .more:hover ,.webinar-txt .less:hover, .live-courses h4 a:hover {
	text-decoration: none;
	color: #003072;
}

.webinar-txt .more i,.webinar-txt .less i{
	margin-left: 5px;
}

.webinar-txt a .more {
	display: none;
}

.webinar-txt a .less {
	display: block;
}

.webinar-txt a.collapsed .more {
	display: block;
}

.webinar-txt a.collapsed .less {
	display: none;
}

.live-courses {
	margin-top: 35px;
}

.live-courses div {
	padding: 30px 15px;
	text-align: center;
	position: relative;
}

.live-courses div:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/live-courses-bg.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity : 0.5;
    z-index: -1;
}

.live-courses h4 {
	color: #212121;
}


/* Webinar */

/* Online Courses Detail */

.courses-detail-banner .banner-txt {
	text-align: left;
	padding: 35px 0;
}

.courses-detail-banner .banner-txt h1, .courses-detail-banner .banner-txt p{
	color: #333;
}

.courses-detail-banner .banner-txt h1 {
	line-height: 1.2;
}

.course-left > div {
	margin-bottom: 35px;
}

.course-right {
	border-left: 3px solid #d7b165;
}

.course-left ul {
	padding-left: 20px;
}

.course-left ul li {
	list-style-image: url(../images/list.png);
    font-size: 16px;
    padding-left: 5px;
    padding-bottom: 7px;
}

.course-img img {
	width: 100%;
	padding-right: 20px;
}

.course-left .detail-txt a {
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.course-left .detail-txt a:hover {
	text-decoration: none;
	color: #003072;
}

.course-left .detail-txt ul {
	padding-left: 15px;
}

.course-left .detail-txt ul li {
	list-style-image: url(../images/list.png);
	font-size: 16px;
	padding-left: 5px;
	line-height: 24px;
}

.course-schedule table {
	margin-top: 15px;
}

.course-schedule table thead {
	background-color: #e5e5e5;
}

.course-schedule table thead tr th {
	border-bottom: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

.course-schedule table thead tr th:first-child {
	padding-left: 35px;
}

.course-schedule table tbody tr td {
	border-top: none;
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
}

.course-schedule table tbody tr td:first-child {
	padding-left: 35px;
}

.tooltip-list {
	padding: 20px 15px;
	border: 1px solid #ccc;
}

.tooltip-list ul li {
	text-align: center;
	padding:0;
	margin:0;
}

.tooltip-list ul li:last-child {
	margin-right: 0;
}

.tooltip-list ul li.plus {
	width: 10px;
	margin-right: 0;
}

.tooltip-list ul li.plus span {
	height: 20px;
    line-height: 20px;
    position: relative;
    top: -50px;
    left: -8px;
}

.tooltip-list ul li a i {
	color: #a4a4a4;
    font-size: 16px;
    margin-left: 2px;
}

.tooltip-list .tooltip-inner {
	max-width: 230px;
	background-color: #514f4f;
}


.tooltip-list ul li img {
	margin-bottom: 10px;
}

.tooltip-list ul li p{
	font-size: 14px;
}

.tooltip-list .tooltip.in {
	opacity: 1;
}

.tooltip-list .tooltip.bottom {
	width: 230px;
}

.tooltip-list .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #514f4f;
	border-width: 0 6px 8px;
	top: -3px;
}

.tooltip-list .tooltip .tooltip-inner {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    padding: 13px;
    background-color: #514f4f;

}

.course-right .enroll-item {
	padding-left: 30px;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 25px;
	text-align: center;
}

.course-right .enroll-item:last-child {
	border-bottom: none;
}

.enroll-item dl {
	margin-bottom: 15px;
}

.enroll-item dl dt {
	text-align: left;
	width: 90px;
	font-size: 18px;
}

.enroll-item dl dd {
	margin-left: 110px;
	font-size: 16px;
	margin-bottom: 2px;
	text-align: left;
}

.enroll-item a.btn-default.secondary {
	margin-bottom: 20px;
	padding: 10px 35px;
}

.enroll-item a.btn.btn-default.secondary.fully-booked {
	background-color: #b1b1b1;
	webkit-box-shadow: 0px 2px 0px #999;
    -moz-box-shadow: 0px 2px 0px #999;
    -o-box-shadow: 0px 2px 0px #999;
    box-shadow: 0px 2px 0px #999;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 10px 15px;
    opacity: 0.65;
  	cursor: not-allowed;
  	pointer-events: auto;
}

.enroll-mobile .enroll-item {
	border-top: 1px solid #e5e5e5;
}

.enroll-mobile .enroll-item dl {
	margin-top: 15px;
}

.enroll-mobile > .enroll-item {
	border-top: none;
}

.enroll-mobile > .enroll-item dl {
	margin-top: 0px;
}

.enroll-mobile .more, .enroll-mobile .less {
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #2c71e3;
}

.enroll-mobile .more:hover , .enroll-mobile .less:hover {
	text-decoration: none;
	color: #003072;
}

.enroll-mobile .more i, .enroll-mobile .less i{
	margin-left: 5px;
}

.enroll-mobile a .more {
	display: none;
}

.enroll-mobile a .less {
	display: block;
}

.enroll-mobile a.collapsed .more {
	display: block;
}

.enroll-mobile a.collapsed .less {
	display: none;
}


.tooltip-txt {
	font-size: 14px;
    text-align: left;
    padding: 15px;
    background-color: #514f4f;
}

.tooltip-txt p {
	color: #fff;
}

/* Online Courses Detail */

/*Enroll step*/


.enroll-step {
	padding: 35px 0;
}

.enroll-step p {
	margin-bottom: 20px;
}

.enroll-step .form-label {
	margin: 11px 0;
}

.enroll-step.step3-content input, .enroll-step.step2-content input {
	border: 2px solid #d6d6d6;
	-webkit-box-shadow: none;
	-mox-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border .3s ease-in-out;
    -moz-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    -ms-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
    background-color: #fff
}

.enroll-step.step3-content input:focus, .enroll-step.step2-content input:focus {
	outline: 0;
	border-color: #333;
}

.enroll-step a.btn.primary {
	padding: 10px 30px;
}

.enroll-step a.btn.secondary {
	padding: 10px 40px;
}

.enroll-step label a {
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.enroll-step label a:hover {
	text-decoration: none;
	color: #003072;
}

/*Enroll step*/

/* Enroll Step 1*/

.main-container.main-container-margin {
	margin-top: 105px;
}

.main-container.main-container-margin .main-container.main-container-margin{
	margin-top: 0;
}

.main-container-margin.mobile-content {
	margin-top: 70px;
}

.main-container-margin.mobile-content .main-container-margin.mobile-content {
	margin-top: 0;
}

.enroll-txt div {
	text-align: center;
	position: relative;
	padding: 30px 15px;
}

.enroll-txt div:after {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/live-courses-bg.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}
}

.enroll-txt h4 {
	color: #212121;
}

.enroll-txt h4 a {
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.enroll-txt h4 a:hover {
	text-decoration: none;
	color: #003072;
}

.step1-content h2{
	margin-bottom: 20px;
}

.step1-content ul {
	padding-left: 14px;
}

.step1-content ul li {
	list-style-image: url(../images/list.png);
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 5px
}


.quantity-select {
	width: 160px;
}

.quantity-select .form-control {
	border-top: 2px solid #d6d6d6;
    border-bottom: 2px solid #d6d6d6;
    border-left: 0 none;
    border-right: 0 none;
    text-align: center;
    height: 42px;
}

.quantity-select .input-group-btn{
	border-top: 2px solid #d6d6d6;
    border-left: 2px solid #d6d6d6;
    border-bottom: 2px solid #d6d6d6;
    border-right: 0 none;
    position: relative;
}

.quantity-select .input-group-btn.last{
	border-top: 2px solid #d6d6d6;
    border-right: 2px solid #d6d6d6;
    border-bottom: 2px solid #d6d6d6;
    border-left: 0 none;
}

.quantity-select .input-group-btn.last .btn:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 2px;
	height: 20px;
	margin-top: -10px;
	margin-left: -1px;
	background-color: #fff;
}

.quantity-select .input-group-btn .btn:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 20px;
	height: 2px;
	margin-top: -1px;
	margin-left: -10px;
	background-color: #fff;
}


.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	margin-left: 0px;
}

.quantity-select .input-group-btn button {
	border-radius: 0px;
    border: 0 none;
    background-image: none;
    filter: none;
    background-color: #727272;
    text-shadow: none;
    color: #fff;
    height: 38px;
    width: 40px;
    position: relative;;
}


.quantity-select .input-group-btn :hover, .quantity-select .input-group-btn :focus, .form-control:hover, .form-control:focus {
	outline: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

.selectpicker.form-control{
	display: none;
}

.bootstrap-select.form-control {
	width: 230px;
}

.bootstrap-select > .btn {
	background: #fff;
    background-image: none;
    box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    float: none;
    text-shadow: none;
    outline: none;
    border: 2px solid #d6d6d6;
    margin-right: 0;
    width: 100%;
    height: 42px;
}

.btn-group.open .dropdown-toggle {
	background-color: #fff;
	border-color: #d6d6d6;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.btn-group:focus .dropdown-toggle, .btn-group.open .dropdown-toggle:focus, .bootstrap-select .btn:focus {
	outline: 0 !important;

}

.bootstrap-select.btn-group .btn .filter-option {
	display: inline-block;
    overflow: hidden;
    width: 170px;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-menu {
    border: 1px solid #d6d6d6;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    margin-top: -4px;
    margin-bottom: -2px;
}


.bootstrap-select.btn-group .dropdown-menu li{
    margin-bottom: 0px;
    padding-left: 0;
    font-size: 14px;
}
.bootstrap-select.btn-group .dropdown-menu li a {
	border-bottom: 1px solid #e3e3e3;
	padding: 5px 20px;
	cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
	background-color: #dbdbdb;
	filter:none;
}


.arrow-box {
	background: #727272;
    height: 43px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 40px;
    right: 0px;
    display: table;
    border-radius: 0px;
    height: 38px;
}

.arrow-box i {
	color: #fff;
    font-size: 24px;
    display: table-cell;
    vertical-align: middle;
}


.bootstrap-select > .btn:focus {
	border: 2px solid #d6d6d6;
}


.form-group.process-btn {
	margin-top: 35px;
}

/* Enroll Step 1*/

/*Enroll step 3*/

.phone-group .input-group-addon {
	    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 0 none;
    background-color: transparent;
    position: absolute;
    z-index: 50;
    width: 20px;
    height: 10px;
    display: block;
    padding: 0px;
    top: 15px;
    left: 5px;
}

.phone-group .form-control {
	padding: 6px 12px 6px 30px;
}

.main-number:before {
	content: "-";
    position: absolute;
    z-index: 50;
    top: 8px;
    left: -4px;
}
/*Enroll step 3*/


/*enroll step 2*/

.participant:first-child {
	border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 15px;
}

.step2-content .panel-group.default-accordion {
	margin-top: 35px;
}

/*enroll step 2*/

/*enroll progress tracker*/

.step-progress {
	padding: 23px 0;
}

ol.progress-tracker {
	margin: 0;
	padding: 10px 0 100px 0;
}

ol.progress-tracker li {
	position: relative;
    float: left;
    width: 25%;
    padding: 5px;
    text-align: center;
    color: #808285;
    list-style-type: none;
    counter-increment: item;
}

ol.progress-tracker li h5 {
	font-weight: bold;
}

ol.progress-tracker>li:before {
	position: relative;
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    text-align: center;
    content: counter(item);
    border: 4px solid #fff;
    border-radius: 50%;
    z-index: 2;
    background-color: #636363;
    color: #fff;
    line-height: 40px;
    box-shadow: 0 0 0 1px #ccc;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}

ol.progress-tracker>li:after {
	position: relative;
    display: block;
    content: " ";
    border-top: 3px solid #fff;
    margin-top: -73px;
    margin-left: 50%;
    width: 100%;
    z-index: 1;
    border-bottom: 3px solid #fff;
    height: 12px;
    background: #fff;
    box-shadow: 0 0 0 1px #ccc;
    padding: 3px 0;
}

ol.progress-tracker li.progress-tracker-active:before {
	background-color: #d7b165;
}

ol.progress-tracker li.progress-tracker-done:before {
	content: url(../images/done.png);
	line-height: 44px;
}

ol.progress-tracker>li.progress-tracker-done:after {
	background-color: #d7b165;
}

ol.progress-tracker>li:last-child:after {
	display: none;
}

/*enroll progress tracker*/

/*case study*/
.case-study-banner .banner-txt {
	text-align: left;
	padding: 35px 0;
}

.case-study-banner .banner-txt h1 {
	color: #000;
	line-height: 1.2;
}

.case-study-img {
	position: relative;
	margin-bottom: 35px;
}

.case-study-img img {
	width: 100%;
	display: block;
}

.case-study-img h3 {
	position: absolute;
	bottom: 10px;
	color: #fff;
	left: 15px;
}

.case-study-txt {
	margin-bottom: 35px;
}

.case-study-txt h2 {
	padding-left: 35px;
	background-repeat: no-repeat;
	background-size: auto 70%;
	background-position: 0 50%;
}

.case-study-txt ul {
	padding-left: 20px;
}

.case-study-txt ul li {
	list-style-image: url(../images/list.png);
    font-size: 16px;
    padding-left: 5px;
    padding-bottom: 7px;
}

.case-study-txt .challenge {
	background-image: url(../images/challenge.png);
}

.case-study-txt .case-solution {
	background-image: url(../images/solution.png);
}

.case-study-txt .case-result {
	background-image: url(../images/casestudy-result.png);
}

.case-study-result {
	background-color: rgba(242,242,242,0.5);
    padding: 25px 30px;
    margin-bottom: 35px;
}

.case-study-result .case-study-txt {
	margin-bottom: 0;
}

.case-study-txt h3 {
	color: #212121;
	margin-bottom: 15px;
}

.case-study-txt a.btn {
	padding: 10px 30px;
	margin-bottom: 15px;
}

.case-study-txt2 {
	border: 3px solid #d7b165;
    padding: 25px;
    position: relative;
    display: block;
}

.case-study-txt2:before {	
	width: 0;
    height: 0;
    position: absolute;
    bottom: -40px;
    left: -3px;
    content: '';
    border-top: 38px solid #d7b165;
    border-right: 30px solid transparent;
}

.case-study-txt2:after {	
	width: 0;
    height: 0;
    position: absolute;
    bottom: -30px;
    left: 0px;
    content: '';
    border-top: 30px solid #fff;
    border-right: 24px solid transparent;
}

.case-study-txt2 h5 {
	font-weight: bold;
}
/*case study*/


/*Material and resources*/

.materialresources-banner .banner-img-bg {
	background-image: url(../images/materialresources-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.materialresources-banner .banner-txt {
	padding: 274px 0 30px;
	text-align: center;
}

.resources-content {
	padding: 60px 0 30px;
}

.resources-item img {
	width: 100%;
	margin-bottom: 15px;
}

.resources-item {
	margin-bottom: 30px;
}

.resources-item p {
	padding-right: 40px;
}

.resources-item h5 {
	font-weight: bold;
	margin-top: 20px;
}

.resources-item a {
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.resources-item a:hover {
	text-decoration: none;
	color: #003072;
}

.resources-item p.download {
	padding-left: 30px;
	background-image: url(../images/download.png);
	background-repeat: no-repeat;
	background-position: 0 48%;
	margin-top: 15px;
	padding-right: 0;
}

.resources-item p.download span {
	font-size:14px;
}

.resources-item a i {
	margin-left: 5px;
}
/*Material and resources*/

/*About us*/

.about-us-banner .banner-img-bg {
	background-image: url(../images/about-us-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.about-us-banner .banner-txt {
	padding: 274px 0 40px;
	text-align: center;
}

.our-story {
	padding: 60px 0;
}

.about-info div {
	text-align: center;
	border-right: 1px solid #b4b4b4;
	padding: 45px 0 10px;
	background-position: 50% 10px;
	background-repeat: no-repeat;
}

.about-info:last-child div {
	border-right: none;
}

.about-info h2 {
	margin-bottom: 0px;
}

.about-info.info1 div {
	background-image: url(../images/icon1.png);
}

.about-info.info2 div {
	background-image: url(../images/icon2.png);
}

.about-info.info3 div {
	background-image: url(../images/icon3.png);
}

.about-info.info4 div {
	background-image: url(../images/icon4.png);
}

.about-map img {
	width: 100%;
}

.story-txt div {
	padding: 0 140px;
}

.story-txt h2 {
	text-align: center;
	margin-bottom: 17px;
}

.story-txt ul, .story-txt ol  {
	padding-left: 13px;
}

.story-txt ul li {	
	list-style-image: url(../images/list.png);
    font-size: 16px;
    padding-bottom: 7px;
    padding-left: 5px;
}

.story-txt ol li {
	font-size: 16px;
    padding-bottom: 7px;
    padding-left: 5px;
}

.story-txt a {
	text-decoration: underline;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.story-txt a:hover {
	text-decoration: none;
}

.about-milestone {
	padding: 65px 0;
}

.mvv {
	padding:0 35px 0 20px;
}

.mvv h2 {
	text-align: center;
	color: #fff;
}

.mvv p {
	color: #fff;
}

.mvv ul {
	padding-left: 14px;
}

.mvv ul li{
	list-style-image: url(../images/list.png);
	font-size: 16px;
	padding-left: 5px;
	color: #fff;
	margin-bottom: 5px;
}

#milestone {
	margin-top: 35px;
}

#milestone h3 {
	text-align: center;
	color: #fff;
}

ol.milestone {
	margin: 0;
	padding: 20px 0 100px 0;
}

ol.milestone li {
	position: relative;
    float: left;
    width: 16.3%;
    padding: 5px;
    text-align: center;    
    list-style-type: none;
}

ol.milestone li a{
	color: #fff;
	cursor: pointer;
	-webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

ol.milestone li a:hover, ol.milestone li a:focus, ol.milestone li a:active {
	text-decoration: none;
}

ol.milestone li:before {
	position: relative;
    display: block;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 4px solid #585353;
    border-radius: 50%;
    z-index: 2;
    background-color: #fff;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    content: "";
    cursor: pointer;
    -webkit-transition: border .3s ease-in-out;
    -moz-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    -ms-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
}

ol.milestone li:hover:before, ol.milestone li.active:before {
	border-color: #ae8f51;
}

ol.milestone li.active a{
	color: #ae8f51;
	position: relative;
}

ol.milestone li:after {
	position: relative;
    display: block;
    content: " ";    
    margin-top: -50px;
    margin-left: 50%;
    width: 100%;
    z-index: 1;    
    height: 4px;
    background: #585353;
}

ol.milestone li.active a:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #65686b transparent;
    position: absolute;
    bottom: -63px;
    left: 15px;
}

ol.milestone li:last-child:after {
	display: none;
}

.milestone-info {
	border-top: 1px solid #65686b;
    width: 90%;
    margin: 35px auto 25px;
}

.milestone-info .row {
	margin-top: 25px;
}

.milestone-info h3, .milestone-info p {
	color: #fff
}

.coaches {
	padding: 65px 0;
}

.coaches .container div {
	padding: 0 140px;
}

.coaches h2 {
	text-align: center;
	color: #fff;
}

.coaches p {
	color: #fff;
}

.executive-team {
	padding: 60px 0;
}

.executive-team h2 {
	margin-bottom: 20px;
	text-align: center;
}

.executive > div {
	background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 5px;
    height: 420px;
    z-index: 100;
}

.executive .executive-container .executive-txt{
	background-color: transparent;
    -webkit-transition: background-color 0.35s ease-out;
    -moz-transition: background-color 0.35s ease-out;
    -o-transition: background-color 0.35s ease-out;
    transition: background-color 0.35s ease-out;
    position: relative;
    top: 420px;
    z-index: 10;
    height: 100%;
    width: 100%;
}

.executive .executive-container.hovered .executive-txt {
	height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
}

.executive-txt {
	padding: 25px 30px;
}

.executive .executive-container:after {
	content: ''; 
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 5px solid transparent;
    -webkit-transition : border 0.35s ease-out;
	-moz-transition : border 0.35s ease-out;
	-o-transition : border 0.35s ease-out;
	transition : border 0.35s ease-out;
	z-index: 1;
}

.executive .executive-container.hovered:after {
	border: 5px solid #ae8f51;
}
.executive-txt h2, .executive-txt h4, .executive-txt a {
	color: #fff;
	text-align: left;
}

.executive-txt a {
	display: block;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.executive-txt a.read-more {
	margin-bottom: 35px;
	text-decoration: underline;
}

.executive-txt a.read-more:hover {
	text-decoration: none;
	color: #aaa;
}

.executive-txt a.read-more i {
	margin-left: 5px;
}

.executive-txt a.social:hover{
    color: #aaa;
}

.executive-txt a i.fa-linkedin-square {
	font-size: 41px;
}

.executive-info .modal-dialog {
	margin: 13% auto 0;
	width: 750px;
}

.executive-info .modal-content {
	border:none;
	border-radius: 0px;
}

@supports (-ms-accelerator:true) {
	.executive-info .modal-content {
		padding-bottom: 30px;
	}
}

.executive-info .modal-header {
	padding:0;
	min-height: 0;
	border: none;
	position: relative;
}

.executive-info .modal-header button {
	opacity: 1;
	position: absolute;
	right: -18px;
	top: -18px;
	z-index: 10;
}

.executive-info .modal-header button span {
	font-size: 26px;
    font-weight: normal;
    display: block;
    width: 36px;
    height: 36px;
    background: #000;
    color: #fff;
    text-shadow: none;
    border-radius: 50%;
    line-height: 30px;
    border: 3px solid #fff;
   	-webkit-box-shadow: -3px 3px 2px -2px rgba(185,185,185,1);
	-moz-box-shadow: -3px 3px 2px -2px rgba(185,185,185,1);
	box-shadow: -3px 3px 2px -2px rgba(185,185,185,1);
}

.executive-info .modal-body {
	padding: 35px;
}

.executive-info .modal-body h2 {
	text-align: left;
}

/*About us*/

/* PDI landing */
.expertise-banner.pdi-banner .banner-img-bg {
	background-image: url(../images/pdi-banner.jpg);
	background-position: 40% 17%;
}

.info-box {
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}

.info-box {
	margin-top: 20px;
	margin-bottom: 20px;
}

.info-box .info-box-inner {
	display: inline-block;
	padding: 30px;
	line-height: normal;
	vertical-align: middle;
}

.info-box .info-box-inner span {
	display: inline-block;
	margin-bottom: 10px;
}

.info-box .info-box-inner h3 {
	margin-bottom: 0;
}

.age-group {
	margin-top: 30px;
	text-align: center;
}

.age-group .form-group {
	margin-bottom: 30px;
}

.age-group .form-group .btn-default.primary {
	height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	outline: none;
}

.age-group-selector {
	text-align: center;
}

.age-group-language {
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.age-selector {
	display: inline-block;
	width: 125px;
	height: 125px;
	text-align: center;
	border: 3px solid #333;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform-origin: bottom;
	-webkit-transform-origin: bottom;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
}

.age-selector:hover {
	color: #ab924d;
	border-color: #ab924d;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.15);
}

.age-selector.selected {
	border-color: #ab924d;
	background-color: #ab924d;
}

.age-selector-divider {
	display: inline-block;
	width: 30px;
	height: 125px;
	text-align: center;
	position: relative;
}

.age-selector-divider h3 {
	display: inline-block;
	line-height: 125px;
	margin: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.age-selector .age-selector-image,
.age-selector .age-selector-text {
	position: absolute;
	left: 0;
	right: 0;
	height: 50%;
}

.age-selector .age-selector-image {
	top: 0;
	background-color: #fff;
}

.age-selector .age-selector-image > img {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	width: 60px;
}

.age-selector .age-selector-image > img:last-child {
	display: none;
}

.age-selector.selected .age-selector-image > img:first-child {
	display: none;
}

.age-selector.selected .age-selector-image > img:last-child {
	display: block;
}

.age-selector .age-selector-text {
	bottom: 0;
	border-top: 1px solid #333;
	vertical-align: middle;
	line-height: 45px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
}

.age-selector.selected .age-selector-text {
	color: #fff;
	border-color: #ab924d;
	background-color: #ab924d;
}

.age-selector .age-selector-text h3 {
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	margin: 0;
}

.our-app {
	padding-top: 65px;
	padding-bottom: 70px;
	text-align: center;
}

.our-app .result-title {
	margin-bottom: 30px;
}

.our-app .img-responsive {
	margin: auto;
}

.our-app p {
	margin-top: 25px;
	margin-bottom: 25px;
	color: #fff;
}

// 404 page

.banner-404 {
	position: relative;
}


.banner-bg-404 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 50%;
}

.banner-txt-404 {
	position: absolute;
	top:300px;
}

.banner-txt-404 h1 {
	line-height: 1.5;
}

.banner-txt-404 p {
	color: #fff;
}

h3[text-focus="Thankyou"] {
	margin-top: 15px;
}

@media all and (min-width: 992px) and (max-width: 1200px) {

	.expertise .expertise-items a div {
		height: 110px;
	}

	.courses-box .courses-item {
		padding: 0;
	}

	.course1 > div {
		margin-bottom: 15px;
	}

	.courses-item-txt {
		padding: 21px 25px 21.5px;
	}

	.courses-item-txt h3 {
		margin-bottom: 15px;
	}

	.courses-item-txt p {
		margin-bottom: 15px;
	}

	.tooltip-list {
		padding: 20px 0px 20px 15px;
	}

	.tooltip-list ul li.plus img {
		max-width: 17px;
	}

	.tooltip-list ul li p {
		font-size: 12px;
	}

	.tooltip-list ul li.plus {
		width: 3px;
		margin-right: 0;
	}

	.tooltip-list ul li a i {
		color: #a4a4a4;
	    font-size: 14px;
	    margin-left: 2px;
	}

	.mvv {
		padding: 20px 0;
	}

	.story-txt div {
		padding: 0 70px;
	}

	.coaches .container div {
		padding: 0 70px;
	}

	.mobile-content .executive .executive-container {
		background-size: 100%;
		height: 510px;
		padding: 0;
	}

	.mobile-content .executive .executive-img, .mobile-content .executive .executive-txt {
		position: relative;
	}

	.mobile-content .executive .executive-txt {
		padding: 25px 0;
		top: 340px;
		height: auto;
	}

	.mobile-content .executive .executive-txt h2 {
		color: #212121;
	}

	.mobile-content .executive .executive-txt h4 {
		color: #333;
	}

	.mobile-content .executive .executive-txt a.read-more{
		color: #2c71e3;
		text-decoration: underline;
	}

	.mobile-content .executive .executive-container:hover .executive-txt {
		background: none;
	}

	.mobile-content .executive .executive-container:hover .executive-txt {
		background-color: transparent;
	}

	.mobile-content .executive .executive-container:hover:after {
		border-color: transparent;
	}

	.mobile-content .executive .executive-txt a.read-more {
		margin-bottom: 20px;
	}

	.mobile-content .executive .executive-txt a.social{
		color: #333;
		position: absolute;
		top: 24px;
		right: 0;
	}

	.webinar-img img {
		height: 230px;
	}

	.nav-wrapper.mobile-nav-wrap {
		height: 85px;
	}

	.main-logo {
		width: 65px;
	    height: 63px;
	    background-size: 65px 63px;
	}
}

/*nexus 7 portrait*/

@media only screen and (device-width : 600px) and (orientation: portrait) {

	.home-video.home-image {
		background-size: cover;
	}

    .expertise .expertise-items a div, .tooltip-txt{
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}

	.result-txt-box {
		height: 300px;
	    width: 70%;
	    margin-left: auto;
	    margin-right: auto;
	}

	.result-items div {
		width: 70%;
	    margin-left: auto;
	    margin-right: auto;
	}

	.box .box-item {
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}

	.enroll-item dl dt {
		float:left;
	}

	.webinar-content .webinar-item {
		margin-bottom: 50px;
	}

	.webinar-content .webinar-item:first-child {
		padding-right: 15px;
	}

	.live-courses {
		margin-top: 0;
	}

	.mvv div {
		min-height: 180px;
	}
	
	.executive .executive-container {
		width: 70%;
		margin: auto;
	}

}

/* Small devices (tablets, 768px and up) */
@media all and (min-width: 768px){

	.expertise-banner .banner-img-bg {
		background-image: url(../images/expertise_banner.jpg);
		background-position: 50% 17%;
	}

	.home-video .img-wrapper .video-txt h1 {
		font-size: 38px;
	}

	.home-video .img-wrapper .video-txt p {
		font-size: 28px;
		line-height: 1.2;
		margin-top: 7px;
	}

	.value-items div {
		padding: 0 25px;
	}
	.value-items img {
		width: 170px;
		height: 170px;
	}
	.value-items {
		border-right: 1px solid #2e3239;
		border-bottom: none;
		padding
	}

	.value-items:last-child {
		border:none;
	}


	.result-items div {
		padding: 15px 20px 15px 20px;
	    height: 220px;
	    line-height: 1;
	    margin: 7px 0 13px;
	}

	.result-items p {
		font-size: 14px;
	}

	.result-txt-box {
		height: 460px;
		margin: 7px 0;
	}

	.result1 {
		margin-bottom: 20px;
	}

	.result1-txt div {
		padding: 12px 7px 15px 22px;
	}

	.result1-txt img {
		position: absolute;
	    left: 50%;
	    margin-left: -284.5px;
	}

	.result1-txt p {
		font-size: 16px;
	}
	.result4-txt img {
	    margin-left: 0;
	}

	.result4-txt div {
		padding: 12px 7px 15px 22px;
	}

	 /*HOME PAGE*/


	.expertise-banner .banner-txt {
		padding: 300px 40px 35px;
	}

	.solution-title {
		padding: 0 40px;
	}

	.solution-title p {
		font-size: 16px;
	}

	.box-item {
    	padding: 37px 25px 28px;
    	height: 260px
	}

	.box-item a.read-more {
	    margin-top: 0px;
	}

	.box-item p:after {
		content: '';
	}

	/* PDI */
	.info-box {
		margin: 0;
	}

	.age-group-language {
		width: 400px;
	}

	.age-selector {
		width: 254px;
		height: 254px;
		border-width: 6px;
	}

	.age-selector-divider {
		width: 154px;
		height: 254px;
	}

	.age-selector-divider h3 {
		line-height: 254px;
	}

	.age-selector .age-selector-image > img {
		width: auto;
		margin-left: -57px;
	}

	.age-selector .age-selector-text {
		line-height: 100px;
	}

	.age-selector .age-selector-text h3 {
		font-size: 22px;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
	.nav-links .list-inline a {
		font-size: 13px;
	}

	/*Navigation*/

	.footer .container .section {
		padding: 50px 0;
	}

	.footer .container .section:last-child {
		padding-bottom: 25px;
	}

	.statement, .value, .expertise, .result {
		padding: 40px 0;
	}


	.statement .container h2 {
		font-size: 36px;
		line-height: 38px;
	}

	.statement .container p {
    	font-size: 18px;
    	width: 80%;
    	margin-left: auto;
    	margin-right: auto;
	}


	.expertise .container h2 {
		font-size: 36px;
		line-height: 38px;
		margin-bottom: 10px;
	}

	.expertise .container p {
		font-size: 18px;
	}

	.expertise .container .row {
		margin-top: 30px;
	}

	.value-items h3 {
		font-size: 22px;
	}

	.value-items img {
		width: 100%;
		height: auto;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.value-items p {
		font-size: 16px;
		text-align: left;
	}

	.result-title {
		font-size: 36px;
	    line-height: 38px;
	    margin-bottom: 10px;
	}

	.result1 {
		margin-bottom: 0;
	}
	.result1-txt div {
		top: 0px;
	    right: 0px;
	    display: inline-block;
		width:50%;
		padding: 15px 20px 25px 25px;
		bottom:auto;
		left:auto;
		position: absolute;
	}

	.result1-txt img {
		position: absolute;
		left: 0;
		margin-left: -100px;

	}

	.result-txt-box {
		height: 420px;
		margin: 7px 0;
	}

	.result1-txt p:after {
		bottom: -9px;
	    margin-left: 7px;

	}

	.result1-txt p {
		font-size: 18px;
	}

	.result1-txt span {
		font-size: 12px;
	}

	.result-items div {
		padding: 15px 20px 15px 22px;
		height: 200px;
		margin: 7px 0 13px;
	}

	.result-items p {
		font-size: 15px;
	}

	.result-items span {
		font-size: 12px;
	}

	.result4-txt div {
		padding: 15px 25px 25px 25px;
	}

	.result4-txt img {		
		position: absolute;
	}

	.result4-txt p {
		font-size: 16px;
	}
	.result4-txt p:after {
		bottom: -8px;
	}


	.result4-txt span {
		font-size: 12px;
	}
/*
	.expertise-items a div{
		height: 86px;
	}
	*/
	.expertise .expertise-items a div {
		background-position: 20px 50%;
		background-size: 40px;
		margin: 15px 0px 15px;
	}

	.expertise .expertise-items a div p {
		font-size: 20px;
		padding-left: 75px;
	}


	/*HOME PAGE*/


	.expertise-banner .banner-txt {
		padding: 274px 0px 40px;
	}

	.banner-txt h1{
		font-size: 48px;
		line-height: 1.7;
	}

	.banner-txt p {
		font-size: 20px;
	}

	.box-item {
		height: 300px;
    	padding: 37px 25px 28px;
	}


	.box-item h3 {
		font-size: 22px;
	}

	.box-item img {
		margin: 0 auto 35px;
	}

	.box-item p {
		display: block;
		font-size: 16px;
	}

	.box-item a.read-more {
    	margin-top: 35px;
    	font-size: 16px;
    	display: block;
	}

	.solution {
		padding:50px 0 40px;
	}

	.solution-title {
		padding: 0 50px;
	}

	.solution-title h2 {
		font-size: 36px;
		line-height: 2;
	}

	.solution-title p {
		font-size: 18px;
	}

	.solution-content {
		margin-top: 60px;
	}

	.area h5 {
		font-size: 16px;
	}

	.area ul li {
		font-size: 16px;
	}

	.request-form input {
		width: 93%;
		padding: 12px 15px;
		margin: 10px 0;
	}

	.request-form textarea {
		width: 93%;
		min-height: 215px;
		max-height: 215px;
		margin:10px 0 5px;
	}

	.request-form button[type="submit"] {
		margin: 27px 0;
	}

	.our-app {
		text-align: left;
	}

	.our-app .img-responsive {
		text-align: right;
		margin-right: 0;
	}

	.our-app p {
		text-align: left;
		max-width: 350px;
	}

 }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.nav-links .list-inline a {
		font-size: 16px;
	}

	/*Navigation*/

	.home-video .video-wrapper .myVid {
		top: 50%;
		position: absolute;
	}

	.result-txt-box {
		height:  430px;
	}

	.result1-txt div, .result4-txt div {
		padding: 15px 20px 35px 30px;
	}

	.result1-txt p {
		font-size: 22px;
	}

	.result1-txt img {
		margin-left: -35px;
	}

	.result1-txt span {
		font-size: 14px;
	}

	.result-items div{
		height: 200px;
		padding: 15px 20px 15px 27px;
		margin: 7px 0 23px;
	}

	.result-items p {
		font-size: 16px;
	}

	.result-items span {
		font-size: 14px;
	}

	.result4-txt img {
	    position: absolute;
	    left: 0;
	    margin-left: 0;
	    width: 100%;
   }

	.result4-txt span {
		font-size: 14px;
	}

	.expertise-banner .banner-txt {
		width: 68%;
	}

	.box-item {
		height: 280px;
	}

}


/*Ipad landscape*/

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation : landscape){
	.home-video.home-image {
		background-size:  cover;
	}
	.box-item {
		height: 370px;
	}

	.box-item a.read-more {
		margin: 0;
	}

	.expertise .expertise-items a div {
		height: 110px;
		line-height: 110px;
		padding:0;
	}

	.case-txt {
		top: 0px;
	}

	.case-item .case-container .case-txt {
		background-color: rgba(34,34,34,0.7);
	}

	.case-item .case-container:after {
		border: 5px solid #ae8f51;
	}

	.others-say-items p {
		font-size: 18px;
	}

	.courses-detail-banner .banner-txt {
		padding: 55px 0 30px;
	}

	.courses-detail-banner .banner-txt h1 {
		line-height: 1.2;
	}

	.enroll-item dl dt {
		font-size: 16px;
		width: 80px;
	}

	.enroll-item dl dd {
		margin-left: 100px;
	}
	.case-study-txt2:after  {
		bottom: -29px;
	}

}

/*ipad portrait*/

@media only screen and (min-device-width: 768px) and (max-device-width : 1024px) and (orientation : portrait){
	.banner-bg-404 {
		background-position: 0% 100%;
	}

	.home-video.home-image {
		background-size: auto 100%;
		background-position: 50% 0;
	}
	.value {
		margin-bottom: 50px;
	}
	.case-txt {
		top: 0px;
	}

	.case-item .case-container .case-txt {
		background-color: rgba(34,34,34,0.7);
	}

	.case-item .case-container:after {
		border: 5px solid #ae8f51;
	}

	.others-say-items p {
		font-size: 18px;
	}

	.courses-detail-banner .banner-txt {
		padding: 30px 0;
	}

	.tooltip-list ul li {
		margin-right: 20px;
	}

	.tooltip-list ul li:last-child {
		margin-right: 0px;
	}

	.tooltip-list ul li img {
		max-width: 70px;
	}

	.tooltip-list ul li.plus img {
		max-width: 17px;
	}

	.tooltip-list ul li p {
		font-size: 12px;
	}

	.tooltip-list ul li.plus {
		width: 2px;
	}

	.tooltip-list ul li a i {
		color: #a4a4a4;
	    font-size: 14px;
	    margin-left: 2px;
	}

	.tooltip-list ul li.plus span {
		left: -14px;
	}

	.courses-video {
		margin-bottom: 30px;
	}

	.webinar-content .webinar-item {
		margin-bottom: 50px;
	}

	.webinar-content .webinar-item:first-child {
		padding-right: 15px;
	}

	.live-courses {
		margin-top: 0;
	}

	.our-app {
		text-align: center;
	}

	.our-app p {
		max-width: 100%;
	}

	.case-study-txt2 {
		margin-bottom: 55px;
	}

	.case-study-txt2:after {
		bottom: -29px;
	}

	.story-txt div , .coaches .container div{
		padding: 0 70px;
	}

	.mvv > div {
		min-height: 200px;
	}

	.about-info {
		margin-top: 20px;
	}

	.about-info:first-child {
		margin-top: 0;
	}

	.about-info div {
		border-right: none;
	    border-bottom: 1px solid #b4b4b4;
	    padding: 40px 0 20px;
	    background-position: 50% 7px;
	}

	.about-info:last-child div {
		border-bottom: none;
		margin-bottom: 20px;
	}

	.mobile-content .executive .executive-container {
	    width: 50%;
	    margin: auto;
	    background: none !important;
	    height: auto;
	    padding: 0;
	}

	.mobile-content .executive .executive-container .executive-txt {
		top: 0;
		padding: 25px 0;
	}

	.mobile-content .executive .executive-txt h2 {
		color: #212121;
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px
	}

	.mobile-content .executive .executive-txt h4 {
		color: #333;
	}

	.mobile-content .executive > div:hover .executive-txt {
		background: none;
	}

	.mobile-content .executive > div:hover .executive-txt {
		background-color: transparent;
	}

	.mobile-content .executive > div:hover .executive-txt:after, .executive.txt:hover:after {
		border-color: transparent;
	}


	.mobile-content .executive a.read-more {
		color: #2c71e3;
		margin-bottom:0px; 
		text-decoration: underline;
		margin-bottom: 20px;
		font-size: 14px;
		position: relative;
		z-index: 1000;
	}
	
	.mobile-content .executive .executive-txt a.social{
		color: #333;
	    position: absolute;
	    top:25px;
	    right: 0;
	}

	.mobile-content .executive > div:after {
		display: none;
	}

	.mobile-content .executive > div:hover:after {
		border:none;
	}

	.mobile-content .executive-info .modal-dialog {
		margin: 30% auto 0;
		width: 650px;
	}

	.webinar-img img {
		height: auto;
	}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 960px) and (orientation : landscape){
	.home-video.home-image {
		background-size: 100% auto;
	}
	.box-item {
		height: 340px;
	}

	.box-item a.read-more {
		margin: 0;
	}

	.expertise .expertise-items a div {
		height: 80px;
		line-height: 80px;
		padding:0;
	}

}

/*Nexus 7 Landscape*/

@media only screen and (device-width : 960px) and (orientation: landscape){

	.banner-txt-404 {
		top: 150px;
	}

	.banner-txt-404 h1 {
		font-size: 24px;
		line-height: 1.2;
	}

	.banner-txt-404 p {
		font-size: 14px;
	}

	.home-video.home-image {
		background-size: 100% 100%;
	}
	.box-item {
		height: 250px;
	}

	.expertise-engage {
		margin-bottom: 50px;
	}

	.customized-solution div h2 {
		font-size: 20px;
	}

	.customized-solution div p {
		font-size: 16px;
	}

	.expertise-detail-content p {
		font-size: 14px;
	}

	.expertise-detail-content ul li {
		font-size: 14px;
	}

	.others-say h2 {
		font-size: 22px;
	}

	.others-say-items span {
		font-size: 12px;
	}

	.expertise-engage h2 {
		font-size: 24px;
	}

	.panel.panel-default .panel-heading .panel-title h3 {
		font-size: 20px;
	}


	.case-study h2 {
		font-size: 22px;
	}

	.case-txt h3 {
		font-size: 20px;
	}

	.case-txt p, .case-txt a {
		font-size: 14px;
	}

	.courses-detail-banner .banner-txt {
		padding: 30px 0;
	}

	.tooltip-list ul li {
		margin-right: 20px;
	}

	.tooltip-list ul li:last-child {
		margin-right: 0px;
	}

	.tooltip-list ul li img {
		max-width: 70px;
	}

	.tooltip-list ul li.plus img {
		max-width: 17px;
	}

	.tooltip-list ul li p {
		font-size: 12px;
	}

	.tooltip-list ul li.plus {
		width: 2px;
	}

	.tooltip-list ul li a i {
		color: #a4a4a4;
	    font-size: 14px;
	    margin-left: 2px;
	}

	.tooltip-list ul li.plus span {
		left: -14px;
	}

	.courses-video {
		margin-bottom: 30px;
	}

	.webinar-content .webinar-item {
		margin-bottom: 50px;
	}

	.webinar-content .webinar-item:first-child {
		padding-right: 15px;
	}

	.webinar-img img {
		height: auto;
	}

	.live-courses {
		margin-top: 0;
	}

	.our-app {
		text-align: center;
	}

	.our-app p {
		max-width: 100%;
	}

	.case-study-txt2 {
		margin-bottom: 55px;
	}

	.mvv > div {
		min-height: 200px;
	}

	.executive .executive-container {
		width: 50%;
		margin: auto;
		background: none !important;
		height: auto;
	}

	.executive .executive-container .executive-txt {
		top: 0;
		padding:25px 0 0;
	}

	.executive .executive-container:hover .executive-txt {
		background: none !important;
	}

	.executive .executive-container:hover .executive-txt:after, .executive.txt:hover:after {
		border-color: transparent;
	}

	.executive .executive-txt h2 {
		color: #212121;
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px
	}

	.executive .executive-txt h4 {
		color: #333;
	}

	.executive a.read-more {
		color: #2c71e3;
		margin-bottom:0px; 
		text-decoration: underline;
		margin-bottom: 20px;
		font-size: 14px;
		position: relative;
		z-index: 1000;
	}
	
	.executive .executive-txt a.social{
		color: #333;
	    position: absolute;
	    top:25px;
	    right: 0;
	}

	.executive > div:after {
		display: none;
	}

	.executive > div:hover:after {
		border:none;
	}

	.executive-info .modal-dialog {
		margin: 8% auto 0;
	}

	.coaches .container div {
		padding: 0 70px;
	}

	.story-txt div {
		padding: 0 70px;
	}

	.about-info {
		margin-top: 25px;
	}

	.about-info:first-child {
		margin-top: 0;
	}

	.about-info div {
		border-right: none;
	    border-bottom: 1px solid #b4b4b4;
	    padding: 40px 0 25px;
	    background-position: 50% 7px;
	    margin-top:20px;
	}

	.about-info:first-child div {
		margin-top: 0;
	}

	.about-info:last-child div {
		border-bottom: none;
	}


	.case-txt {
		padding: 25px 40px 35px 30px;
	}
}

@media only screen and (min-width: 414px) and (max-width: 736px) and (orientation : landscape) {
	.home-video.home-image {
		background-size: cover;
		background-position: 0 10px;
	}

	.expertise-items a div p {
		font-size: 15px;
	}

	.expertise .expertise-items a div{
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		height: 70px;
		line-height: 70px;
		padding:0;
	}
	.result1-txt, .result4-txt {
		height: 300px;
		  width: 60%;
    margin-left: auto;
    margin-right: auto;
	}

	.result-txt-box div {
		padding: 15px 15px 20px 35px;
	}

	.result-items div {
		width: 60%;
		margin-left: auto;
	    margin-right: auto;	
	}

/*HOME PAGE*/

	.box-item{
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		height: 230px;
	}

	.area>div, .request-form>div {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 960px) {
	.form button[type="submit"] {
		margin-left: auto;
		margin-right: auto;
	}

}


/* mobile portrait */

@media only screen and (max-width: 767px) and (min-width: 320px) {

	.customized-solution {
		padding-left: 20px;
		padding-right: 20px;
	}

	.result4-txt img {
		    min-height: 100%;
    width: 100%;
	}

	.form input {
		padding: 17px 15px;
		margin: 5px 0;
		width: 100%;
	}

	.form textarea {
		min-height: 190px;
		max-height: 190px;
		margin: 5px 0;
		width: 100%;
	}

	.form button[type="submit"] {
		margin: 20px auto;
	}

	.expertise-detail-banner .banner-txt {
		padding: 154px 0px 0;
		height: 310px;
	}

	.online-courses .banner-txt, .contact-banner .banner-txt, .materialresources-banner .banner-txt , .webinar-banner .banner-txt{
	    padding: 195px 0 0;
	    height: 310px;
	}

	.banner-bg-404 {
		background-size: cover;
		background-position: 0% 100%;
	}

	.banner-txt h1 {
		line-height: 1.5;
		font-size: 24px;
	}

	.contact-content, .office-loc {
		padding: 45px 0;
	}

	.contact-form h3 {
		font-size: 16px;
		line-height: 1.2;
	}

	.office-loc h2 {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.contact-info .email, .contact-info .phone {
		margin-top: 25px
	}

	.contact-info .email img {
		margin-bottom: 7px;
	}

	.contact-info .email a {
		font-size: 14px;
	}

	.contact-info .phone img {
		max-height: 37px;
	}

	.contact-info .phone h3 {
		font-size: 16px;
	}

	.contact-info .contact-txt div {
		padding-bottom: 0px;
	}

	.contact-info .contact-txt div h5, .contact-info .contact-txt div p, .contact-info .contact-txt div a {
		font-size: 14px;
	}

	.google-maps {
		margin-bottom: 27px;
	}

	.google-maps h3 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 0px
	}

	.google-maps p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 7px;
	}

	.google-maps a {
		font-size: 14px;
		text-decoration: underline;
	}

	.expertise-detail-content {
		padding: 35px 0;
	}

	.expertise-detail-content .col-md-8 div {
		margin-left: 0;
	}

	.expertise-detail-content p , .expertise-detail-content ul li, .expertise-detail-content a{
		font-size: 14px;
	}

	.expertise-detail-content a {
		text-decoration: underline;
	}

	.others-say {
		padding: 35px 0;
	}

	.others-say .row {
		margin-top: 15px;
	}

	.others-say h2 {
		font-size: 22px;
	}

	.others-say-items {
		margin-bottom: 35px;
	}

	.others-say-items:last-child {
		margin-bottom: 0;
	}

	.others-say-items div {
		padding-left: 15px;
		padding-right: 7px;
	}

	.others-say-items p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 3px;
	}

	.others-say-items p:before, .others-say-items p:after {
		font-size: 34px;
	}

	.others-say-items p:before {
		left: -16px;
	}

	.others-say-items p:after {
		margin-left: 7px;
		bottom: -8px;
	}

	.customized-solution div h2 {
		font-size: 20px;
	}

	.customized-solution div p {
		font-size: 14px;
		line-height: 20px;
		margin: 10px 0;
	}

	.case-study {
		padding: 35px 0;
	}

	.case-study h2 {
		font-size: 20px;
	    margin-bottom: 25px;
	    line-height: 1.2;
	}

	.case-item {
		margin-bottom: 25px;
	}

	.case-item .case-container:after {
		border: 5px solid #ae8f51;
	}

	.case-item .case-container .case-txt {
		background-color: rgba(34,34,34,0.7);
	}

	.case-txt {
		padding: 25px 20px 35px 30px;
		top: 0;
	}

	.case-txt h3 {
		font-size: 18px;
		margin-bottom: 15px;
		line-height: 24px;
	}

	.case-txt p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.case-txt a {
		font-size: 14px;
	}

	.expertise-detail-content-2 {
		padding: 35px 0;
	}


	.expertise-engage h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.panel.panel-default .panel-heading .panel-title h3 {
		font-size: 18px;
	}

	.panel.panel-default .panel-body p {
		font-size: 14px;
	}

	.expertise-contact-mobile {
		border-top: 1px solid rgba(204,204,204,0.8);
		padding: 30px 0;
	}

	.expertise-contact-mobile .container div {
		text-align: center;
	}

	.expertise-contact-mobile h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.courses-detail-banner .banner-txt {
		padding: 35px 0;
	}

	.courses-detail-banner .banner-txt h1 {
		line-height: 1.2;
	}

	.enroll-item dl dt {
		float:left;
		font-size: 	14px;
		width: 	80px;
	}

	.enroll-item dl dd {
		font-size: 14px;
		margin-left: 90px;
	}

	.course-left h2 {
		font-size: 	22px;
		line-height: 30px;
	}



	.course-left p, 
	.course-left .detail-txt ul li, 
	.course-left a, 
	.course-schedule table tbody tr td,
	.course-schedule table thead tr th,
	.course-left ul li {
		font-size: 14px;
	}

	.course-schedule table thead tr th:first-child, .course-schedule table tbody tr td:first-child {
		padding-left: 25px;
	}

	.tooltip-list {
		border: none;
	}

	.tooltip-list ul li {
		display: block;
		padding-right: 0;
		margin-bottom: 7px;
	}

	.tooltip-list ul li.plus {
		margin-left: auto;
		margin-right: auto;
	}

	.tooltip-list ul li.plus span {
		line-height: 22px;
		height: 22px;
		top:0;
	}

	.tooltip-list ul li.plus span img {
		margin-top: 10px;
	}

	.courses-landing-content {
		padding: 35px 0;
	}

	.courses-video {
		margin-bottom: 25px;
	}

	.courses-item-txt {
		padding: 25px 22px;
	}

	.courses-item-txt h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.courses-item-txt p, .courses-item-txt a {
		font-size: 14px;
		line-height: 20px;
	}

	.webinar-content {
		padding: 35px 0;
	}

	.webinar-content .webinar-item {
		margin-bottom: 40px;
	}

	.webinar-content .webinar-item:first-child {
		padding-right: 15px;
	}

	.webinar-item h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.webinar-txt h4, .live-courses h4 {
		font-size: 16px;
	}

	.webinar-txt p,.webinar-txt a {
		font-size: 14px;
	}

	.webinar-item a.btn {
		padding: 10px 20px;
	}

	.webinar-img img {
		height: auto;
	}

	.live-courses {
		margin-top: 0px;
	}

	.live-courses div {
		padding: 20px 15px;
	}

	ol.progress-tracker {
		padding: 10px 0 75px 0;
	}

	ol.progress-tracker li h5 {
		display: none;
	}

	ol.progress-tracker>li:after {
		margin-top: -41px;
	}

	.enroll-step h2 {
		font-size: 22px;
    	line-height: 30px;
	}

	.enroll-step p, .enroll-step form .form-group {
		font-size: 14px;
	}

	.step1-content ul li {
		font-size: 14px;
	}

	.case-study-img h3 {
		font-size: 18px;
	}

	.case-study-txt h2 {
		font-size: 22px;
	    line-height: 30px;
	    padding-left: 35px;
	}

	.case-study-txt p, .case-study-txt2 p {
		font-size: 14px;
	}

	.case-study-txt2 {
		margin-bottom: 55px;
		padding: 20px;
	}

	.case-study-txt2:before {
	    border-top: 30px solid #d7b165;
		border-right: 24px solid transparent;
		bottom: -30px;
	}

	.case-study-txt2:after {
	    border-top: 22px solid #fff;
	    border-right: 16px solid transparent;
	    bottom: -21px;
	    left: 0px;
	}

	.case-study-txt2 h5 {
		font-size: 14px;
	}

	.case-study-txt h3 {
		font-size: 18px;
	}

	.resources-content {
		padding: 35px 0;
	}

	.resources-item {
		margin-bottom: 20px;
	}

	.resources-item:nth-child(2) {
		margin-bottom: 35px;
	}

	.resources-item:last-child {
		margin-bottom: 0px;
	}

	.resources-item h3 {
	    font-size: 18px;
	    line-height: 24px;
	}

	.resources-item h5 {
		margin-top: 10px;
	}

	.resources-item p, .resources-item a {
		font-size: 14px;
		line-height: 20px;
	}

	.our-story, .executive-team {
		padding: 35px 0;
	}

	.about-info {
		margin-top: 20px;
	}

	.about-info:first-child {
		margin-top: 0;
	}

	.about-info div {
		border-right: none;
	    border-bottom: 1px solid #b4b4b4;
	    padding: 40px 0 20px;
	    background-position: 50% 7px;
	    margin-top:20px;
	}

	.about-info:first-child div {
		margin-top: 0;
	}

	.about-info:last-child div {
		margin-bottom: 30px;
	}

	.about-info h2 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 	0;
	}

	.about-info p {
		font-size: 14px;
	}

	.story-txt div {
		padding: 0;
	}

	.story-txt h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.story-txt p {
		font-size: 14px;
	}

	.story-txt a div i {
		margin-left: 5px;
	}

	.story-txt a .more {
		display: none;
	}

	.story-txt a .less {
		display: block;
	}

	.story-txt a.collapsed .more{
		display: block;
	}

	.story-txt a.collapsed .less {
		display: none;
	}

	.story-txt #readMoreTxt {
		margin-bottom: 	15px;
	}

	.story-txt a .less, .story-txt a .more {
		font-size: 14px;
	}

	.story-txt ol li, .story-txt ul li {
		font-size: 14px;
	}

	.executive-team h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.executive > div {
		height:	auto;
		background-image: none !important;
	}

	.executive .executive-img, .executive .executive-txt {
		position: relative;	
	}

	.executive .executive-container .executive-txt {
		top:0;
		padding:25px 0 0;
		height: auto;
	}

	.executive .executive-txt h2 {
		color: #212121;
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px
	}

	.executive .executive-txt h4 {
		color: #333;
	}

	.executive > div:hover .executive-txt {
		background: none;
	}

	.executive > div:hover .executive-txt {
		background-color: transparent;
	}

	.executive > div:hover .executive-txt:after, .executive.txt:hover:after {
		border-color: transparent;
	}


	.executive a.read-more {
		color: #2c71e3;
		margin-bottom:0px; 
		text-decoration: underline;
		margin-bottom: 20px;
		font-size: 14px;
		position: relative;
		z-index: 1000;
	}
	
	.executive .executive-txt a.social{
		color: #333;
	    position: absolute;
	    top:25px;
	    right: 0;
	}

	.executive > div:after {
		display: none;
	}

	.executive > div:hover:after {
		border:none;
	}

	.executive .collapse-txt {
		margin-bottom: 25px;
	}

	.executive .collapse-txt p {
		font-size: 14px;
	}

	.coaches {
		padding: 35px 0;
	}

	.coaches .container div {
		padding: 0;
	}

	.coaches h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.coaches p {
		font-size: 14px;
	}

	.about-milestone {
		padding: 45px 0;
	}

	.mvv h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.mvv p {
		font-size: 14px;
	}

	.mvv ul li {
		font-size: 14px;
	}

	.about-us-banner .banner-txt {
	    padding: 195px 0 0;
	    height: 330px;
	}

	.about-us-banner .banner-txt h1 {
		line-height: 1;
	}

	.executive .executive-img img {
		width: 100%;
	}

	/* accordion */
	.default-accordion .panel-title .accordion-toggle .accordion-icon:before, .default-accordion .panel-title .accordion-toggle .accordion-icon:after {
		width: 14px;
		margin-left: -7px;
	}

	.default-accordion .panel-title .accordion-toggle .accordion-icon {
		width: 28px;
		height: 28px;
	}

	.default-accordion .panel-title h3 , .panel-default > .panel-heading + .panel-collapse > .panel-body{
		margin-left: 40px;
	}

	.default-accordion .panel-body img {
		width: 100%; 
	}

	.default-accordion .panel-body ul li, .default-accordion .panel-body ol li{
		font-size: 14px;
	}

	.info-box .info-box-inner {
		padding: 15px;
	}

	.info-box .info-box-inner span img {
		height: 30px;
	}

	.info-box .info-box-inner h3 {
		font-size: 14px;
		line-height: 20px;
	}

	.banner-txt-404 {
		top: 150px;
	}

	.banner-txt-404 h1 {
		font-size: 24px;
		line-height: 1.2;
	}

	.banner-txt-404 p {
		font-size: 14px;
	}
}

/*mobile landscape*/

@media only screen and (min-width: 414px) and (max-width: 736px) and (orientation : landscape) {

	.banner-bg-404 {
		background-size: cover;
		background-position: 0% 50%;
	}

	.contact-form > div, .email div, .phone div, .contact-txt p, .google-maps, .webinar-item > div, .live-courses div {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}

	.case-item .case-container {
		width: 60%;
	    margin-left: auto;
	    margin-right: auto;
	}

	.tooltip-txt {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}

	.courses-video  > div, .courses-item > div {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}

	.resources-item > div  {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}

	.contact-form form button[type="submit"]{
		margin-left: auto;
		margin-right: auto;
	}

	.executive .executive-container {
		width: 65%;
		margin: auto;
	}

	.executive .executive-img img {
		display: block;
		margin: auto;
	}

}


@-webkit-keyframes shake-ani {
  0% {
    -webkit-transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-1px);
  }

  50% {
    -webkit-transform: translateY(0px);
  }

  75% {
    -webkit-transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes shake-ani {
  0% {
    -moz-transform: translateY(0);
  }

  25% {
    -moz-transform: translateY(-1px);
  }

  50% {
    -moz-transform: translateY(0px);
  }

  75% {
    -moz-transform: translateY(1px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes shake-ani {
  0% {
    -o-transform: translateY(0);
  }

  25% {
    -o-transform: translateY(-1px);
  }

  50% {
    -o-transform: translateY(0px);
  }

  75% {
    -o-transform: translateY(1px);
  }

  100% {
    -o-transform: translateY(0);
  }
}

@keyframes shake-ani {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-1px);
  }

  50% {
    transform: translateY(0px);
  }

  75% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}