/*------------------------------------*\
	Preloader
\*------------------------------------*/ 
#preloader {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:#FFF;
	z-index:9999;
}

#preloader .preloader {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
}

#preloader .preloader:after {
	content:"";
	display:block;
	width:40px;
	height:40px;
	border: 2px solid #EBEBEB;
    border-top: 2px solid #4CAF50;
    border-radius: 50%;
	-webkit-animation: 1s preloader linear infinite;
	        animation: 1s preloader linear infinite;
}

@-webkit-keyframes preloader {
	from { -webkit-transform: rotate(0deg); transform: rotate(0deg);}
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

@keyframes preloader {
	from { -webkit-transform: rotate(0deg); transform: rotate(0deg);}
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

/*

=====================
BODY, HTML
=====================

*/
html{
	font-size: 1rem;
}
body {
  font-weight: 400;
}
html,
body,
#all {
  height: 100%;
  min-height: 100%;
}
body.sticky-nav{
	margin-top: 80px;
}
@media (max-width:  767px){
	body.sticky-nav{
		margin-top: 65px;
	}
}
/*

=====================
NAVBAR
=====================

*/
.navbar {
  border: none;
}
.navbar ul.nav > li > a {  
  font-size: 0.95vw;
  border-bottom: solid 3px transparent;
}
.navbar ul.nav > li > a:hover {

}
@media (max-width: 767px) {
  .navbar ul.nav > li > a:hover {
    border-bottom: solid 3px transparent;
  }
}
.navbar ul.nav > li.active > a,
.navbar ul.nav > li.open > a {
  text-decoration: none !important;
  border-bottom: solid 5px #4CAF50;
 
}
@media (max-width: 767px) {
  .navbar ul.nav > li.active > a,
  .navbar ul.nav > li.open > a {
    border-bottom: solid 3px transparent;
  }
}
.dropdown-menu{
	border: 1px solid #fff;
	font-size: 13px;
}
a, a:hover, a:focus{
	text-decoration: none;
}
/*

=====================
UNIVERSAL SECTION STYLES
=====================

*/
.section {
  position: relative;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.section:before,
.section:after {
  content: " ";
  display: table;
}
.section:after {
  clear: both;
}
.section:before,
.section:after {
  content: " ";
  display: table;
}
.section:after {
  clear: both;
}
.section h2.title {
  display: inline-block;
  font-size: 40px;
  font-weight: 900;
  padding: 10px 0;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.section h2.title span {
  font-size: 40px;
}
@media (max-width: 767px) {
  .section h2.title {
    font-size: 40px;
  }
}
.section .img-responsive {
  margin: 0 auto;
}
.section .dark-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.section .inline-title {
  display: inline-block;
  padding: 10px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-transform: uppercase;
}
.text-narrow p {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .text-narrow p {
    font-size: 14px;
  }
}
.text-gradient {
  background: #2e723e;
  color: #fff;
  background-image: -webkit-linear-gradient(top, #2e723e 0%, #60a470 100%);
  background-image: linear-gradient(to bottom, #2e723e 0%, #60a470 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e723e', endColorstr='#ff60a470', GradientType=0);
}
.text-gradient h2 {
  border-color: #fff;
}
.text-gray {
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .text-gray {
    background: #eeeeee;
  }
}
.text-parallax {
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-backface-visibility: hidden;
}
.text-parallax.parallax-image1 {
  background: url('../img/parallax.jpg') center center no-repeat fixed;
}
@media (max-width: 991px) {
  .text-parallax {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/*p.lead {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}*/
.text-thin {
  font-weight: 300;
}
.margin-bottom {
  margin-bottom: 40px !important;
}
.ondra-michal {
  max-width: 300px;
}
/*
=====================
INTRO
=====================

*/
#intro {
  position: relative;
  width: 100%;
  /*min-height: 600px;*/
  text-align: center;
}
#intro > .item {
  min-height: 100%;
  background-color: #bbe2dd;
  background: url('../img/intro-bg.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  padding-top: 30vh;
  padding-bottom: 120px;
  text-align: left;
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
}
#intro .item .btn {
  text-shadow: none;
}
#intro .item .logo {
  margin-bottom: 120px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
}
@media (max-width: 767px) {
  #intro .item .logo {
    margin-bottom: 50px;
  }
}
#intro .item h1, #intro .item .h1 {
  font-size: 5vw;
  line-height:1;
  font-weight: 900;
  color: #000;
  margin-bottom: 0;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-backface-visibility: hidden;
}
#intro .item h3{
	font-size: 2.8vw;
}
@media (max-width: 991px) {
  #intro .item h1,  #intro .item .h1 {
    font-size: 45px;
	line-height:50px;
  }
  #intro .item h3{
	font-size: 22px;
  }
}
.navbar-brand>img{
	height: 3vw;
}
@media (max-width: 767px) {
  #intro .item h1,  #intro .item .h1 {
    font-size: 2.7rem;
	line-height:1;
	margin-bottom: 1rem;
  }
  .owl-carousel .owl-item{
	  padding: 10px 20px;
  }
  .navbar-brand img{
	  height: 7.5vw;
  }
  #intro .item{
	  padding-top: 20vh;
  }
  #intro{
	  height: 100% !important;
  }
  #intro > .item{
	  background:url('../img/intro-bg.jpg') right center no-repeat;
  }
}
@media (max-width: 450px) {
	.navbar-brand img{
		  height: 10.5vw;
	}
}
#intro .item p.message {
  color: #000;
  margin-bottom: 25px;
  font-weight: 400;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-backface-visibility: hidden;
  line-height: 2;
  font-size: 1.25vw;
}
@media (max-width: 767px) {
  #intro .item p.message{
	  font-size: 1.2rem;
	  line-height:1.5;
	  font-weight: 400;
  }
}
/*@media (max-width: 1199px) {
  #intro .item p.message {
    font-size: 25px;
	line-height: 35px;
    margin-bottom: 40px;
  }
}
#intro .item p {
  color: #fff;
}*/
#intro .item .carousel-caption {
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
}
#intro .item alert {
  text-shadow: none;
}
#intro .item .logos {
	position: absolute;
	/*left: calc(50% - 200px);*/
	bottom: 10px;
	text-align: center;
 }
/*

=====================
SERVICES
=====================

*/
.services {
  margin-top: 80px;
  text-align: center;
}
.services .icon {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  border: solid 1px #999;
  font-size: 30px;
  line-height: 120px;
  text-align: center;
  margin: 0 auto;
  color: #999;
}
.services .heading {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 20px;
}
.services p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 60px;
}
/*

=====================
TESTIMONIALS
=====================

*/
@media (min-width: 768px) {
	.testimonials .border{
		border: 2px solid #006fe1;
		padding:15px 30px;
		position: relative;
	}
	.testimonials .item{
		padding-top: 20px;
		padding-bottom: 20px;
		width: 70%;
		margin: auto;
	}
	.testimonials .border:before{
		content:'';
		position: absolute;	
		top: -25px;
		left: -20px;
		width:80px;
		height: 80px;
		background: url('../img/quote-top.png') center center no-repeat;
	}
	.testimonials .border:after{
		content:'';
		position: absolute;	
		bottom: -25px;
		right: -20px;
		width:80px;
		height: 80px;
		background: url('../img/quote-bottom.png') center center no-repeat;
	}
}	
.testimonials .blue-gradient{
	min-height: 350px;
}
.testimonials .owl-theme .owl-controls .owl-page span{
	background: transparent;
	border: 2px solid #006fe1;
}
.testimonials{
	background: url(../img/testimonials-bg.jpg) center center no-repeat;
	background-position-y: bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden
}
.testimonials .img-circle{
	width: 70%;
}
/*

=====================
CONTACT
=====================

*/
.contact {
  background: #fff;
}
.contact form {
  margin-top: 40px;
}
.contact form input,
.contact form textarea {
  margin-top: 20px;
}
/*

=====================
FOOTER
=====================

*/
#footer {
  background: #1f2532;
  font-size: 1vw;
  line-height: 24px;
  color: #ccc;
}
#footer h5{
	text-transform: uppercase;
	font-weight: 600;
}
#footer a {
	color: #ccc;
}
#footer ul, #footer ul li{
	padding:0;
	margin: 0;
	list-style: none;
}
#footer ul li ul, #footer ul li ul li{
	padding-left:20px;
	list-style: disc;
}
#footer p {
  margin: 0;
  text-align: right;
  color: #eeeeee;
}
@media (min-width: 768px) {
  #footer .social{
    text-align: right;
  }
  .container-fluid{
	  padding-left: 5rem;
	  padding-right: 5rem;
  }
}
/*

=====================
GENERAL
=====================

*/
button,
a.btn,
input.btn {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
strong {
  font-weight: 700;
}
.mb20 {
  margin-bottom: 30px;
}
.mt-big {
  margin-top: 30px;
}
.affix,
.navbar-fixed-top {
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.scrollUp {
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
}
.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.clearfix:after,
.nav:after,
.navbar:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/* Original Boostrap template overwrite */
/* nav */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li > a {
  padding: 10px 12px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #4CAF50;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li > a {
  line-height: 1.42857143;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 2px solid #dddddd;
}
@media(min-width: 768px){
	.nav-pills.center{
		display: inline-block;
		margin-left: calc(50% - 200px);
	}
}
.nav-pills > li > a {
  border-radius: 0;
  text-transform: uppercase;
  color: #222;
  font-size: 1.25vw;
  border: 2px solid transparent;
  border-radius: 50px;
  padding: 10px 20px;
}
.nav-pills > li > a:hover {
  border: 2px solid #efefef;
  background-color: transparent;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #006fe1;
  background-color: #fff;
  border: 2px solid #006fe1;
}
.nav-tabs-justified > li > a {
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* navbar */
.navbar {
  font-family: Roboto, sans-serif;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
  min-height: auto;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
	min-height: 80px;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-brand {
  float: left;
 /* padding: 30px 15px;*/
  color: #6aae7a;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
	.navbar-brand {
		height: auto;
	}
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
	padding-top: 12px;
	padding-bottom: 7px;
  }
}
.navbar-toggle {
  padding: 9px 10px !important;
  margin-top: 15px;
  margin-bottom: 18px;
  margin-right: 15px;
  border-radius: 0;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav > li > a {
  padding-top: 3px;
  padding-bottom: 5px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .main-nav .navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 19px;
  }
  .secondary-nav .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 2px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border: none;
  margin-top: 23px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
.navbar-btn {
  margin-top: 23px;
  margin-bottom: 23px;
}
.navbar-btn.btn-sm {
  margin-top: 25px;
  margin-bottom: 25px;
}
.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
  .navbar-default{
	background-color: transparent;
  }
}
.navbar-default .secondary-nav{
  background-color: #f1f1f1 !important;
  border-bottom: 0;
}
.navbar-default .main-nav{
  background-color: rgba(255,255,255,0) !important;
  border-bottom: 0;
}
.navbar-default.active .main-nav{
	background-color: rgba(255,255,255,1) !important;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
@media(max-width: 767px){
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
		max-height: 100%;
	}
}
.logo-inner{
	display: none;
}
.navbar.navbar-fixed-top.active .logo-inner{
	display: inline-block;
}
.navbar.navbar-fixed-top.active .logo-home{
	display: none;
}
.navbar-default .navbar-brand {
  color: #6aae7a;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #519461;
  background-color: transparent;
}

.navbar-default .navbar-text .btn{
	padding: 0.5rem 1rem;
}
@media(max-width: 767px){
	.navbar-default .navbar-text .btn{
		width: 100%;
	}
}
.navbar-default .navbar-text .btn-outline-secondary{
  color: #fff;
  border: 1px solid  #fff;
}
.navbar-default.active .navbar-text .btn-outline-secondary{
  color: #333;
  border: 1px solid  #333;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default.active .navbar-nav > li > a:hover,
.navbar-default.active .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default.active  .navbar-nav > li > a {
  color: #333;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default.active .navbar-toggle .icon-bar {
  background-color: #4CAF50;
}
.navbar-default .navbar-collapse {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #000;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000 !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
  .contactUsMargin{
      margin-top: 15px;
  }
  .about-us{
      background-position: 25% !important;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
@media (min-width: 768px) {
  .navbar-default .navbar-left {
    float: left !important;
  }
  .navbar-default .navbar-right {
    float: right !important;
  }
}

/* scaffolding */
body {
  font-family: Roboto, sans-serif;
  font-size: 1.1vw;
  line-height: 1.42857143;
  color: #212529;
  background-color: #ffffff;
}

.img-rounded {
  border-radius: 0;
}
.footer hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #47536e;
}
/*section hr, .section hr{
	border-color: rgba(255,255,255,0.3);
}*/
/* breadcrumbs */
.breadcrumb {
  padding: 8px 0;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 0;
  text-align: right;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
@media (max-width: 991px) {
  .breadcrumb {
    padding: 8px 0;
    text-align: center;
  }
}
/* buttons  */
.btn {
  font-weight: bold;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  font-size: 1.1vw;
  line-height: 1.42857143;
  /*border-radius: 50px;*/
  letter-spacing: 0.1em;
}
.btn-outline-primary {
	background-color: transparent;
	border: 2px solid  #0070e2;
	color: #0070e2;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
	background-color: #0070e2;
	border: 2px solid  #0070e2;
	color: #fff;
}
.btn-outline-default {
	background-color: transparent;
	border: 2px solid  #fff;
	color: #fff;
}
.btn-outline-default:hover, .btn-outline-default:focus {
	background-color: #fff;
	border: 2px solid  #fff;
	color: #222;
}
.btn-outline-black {
	background-color: transparent;
	border: 2px solid  #212529;
	color: #212529;
}
.btn-outline-black:hover, .btn-outline-black:focus{
	background-color: #212529;
	border: 2px solid  #212529;
	color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ffffff;
  border-color: #6aae7a;
}
.btn-primary .badge {
  color: #ffffff;
  background-color: #6aae7a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: #6aae7a;
  color: #ffffff;
}
.btn-lg {
  padding: 0.8rem 3rem;
  font-size: 1.2vw;
  line-height: 1.33;
  border-radius: 3px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
@media (max-width: 767px) {
	.btn {
	  font-weight: bold;
	  font-family: Roboto, sans-serif;
	  text-transform: uppercase;
	 /* padding: 6px 12px;*/
	  font-size: 14px;
	  line-height: 1.42857143;
	  /*border-radius: 50px;*/
	  letter-spacing: 0;
	}
}
/* dropdowns */
.dropdown-menu > li > a {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}
.dropdown-menu > li:last-child > a {
	border:0;
}
.dropdown-menu > li > ul {
	list-style: none;
}
.dropdown-menu > li > ul > li > a{
	display: block;
    padding: 5px 0;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	text-decoration: none;
}
.dropdown-menu > li > ul > li > a:hover{
	color: #000;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>ul>li>a:hover, .dropdown-menu>li>ul>li>a:focus{
	background-color: transparent;
	color: #1565C0;
}
/* labels */
.label {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
/* forms.less */
label {
  font-weight: normal;
}
.form-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
}
.form-group {
  margin-bottom: 20px;
}
/* pager*/
.pager {
  margin: 20px 0;
  border-top: solid 1px #eeeeee;
  padding-top: 20px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  background-color: #ffffff;
  border: 1px solid #6aae7a;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #6aae7a;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  border-color: #ddd;
}
/* pagination */
.pagination {
  margin: 20px 0;
  font-family: Roboto, sans-serif;
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #6aae7a;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #6aae7a;
  background-color: #cde4d2;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #6aae7a;
  border-color: #6aae7a;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
}
/* responsive utilities */
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
  .text-center-xs img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-center-sm img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* type */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
h1, .h1{
	font-size: 40px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.25vw;
	font-weight: 400;
  }
}
@media (min-width: 1600px) {
  .lead {
    font-size: 1vw;
	font-weight: 400;
  }
  body{
	  font-size: 16px;
  }
  .container {
		/*width: 1570px;*/
	}
   .playVideo .fa-3x{
	   font-size: 2.5rem;
   }	
}
@media (min-width: 1900px) {
	#intro .container {
		width: 1870px;
	}
}
.text-small {
  font-size: 12px;
}
.text-large {
  font-size: 18px;
}
.text-italic {
  font-style: italic;
}
.text-primary {
  color: #006fe1;
}
.text-success {
  color: #22aa1d;
}
.text-orange {
  color: #f26522;
}
.text-white {
  color: #fff;
}
.text-dark {
  color: #222;
}
a.text-primary:hover {
  color: #0061c4;
}
.bg-gray{
	background-color:#f8f8f8;
}

.bg-primary {
  color: #fff;
  background-color: #006fe1;
}
a.bg-primary:hover {
  background-color: #519461;
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #999999;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 14px;
  border-left: 5px solid #6aae7a;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  border-right: 5px solid #6aae7a;
}
address {
  margin-bottom: 20px;
  line-height: 1.42857143;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.panel-primary {
  border-color: #6aae7a;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #6aae7a;
  border-color: #6aae7a;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #6aae7a;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #6aae7a;
}
.panel-primary .panel-title {
  font-weight: 300;
}
.panel-primary .panel-title a:hover {
  color: #fff;
  text-decoration: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #6aae7a;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.tooltip {
 font-weight: normal;
}

.progress {
  overflow: hidden;
  height: 30px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #6aae7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c !important;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de !important;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e !important;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f !important;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}


/* -----------------new css--------------------- */

.btn-success{
	background-color: #4CAF50;
    background-image: -webkit-gradient(linear, left top, right top, from(#4CAF50), to(#8BC34A));
    background-image: linear-gradient(to right, #4CAF50, #8BC34A);
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success{
	background-color: #4CAF50;
    background-image: -webkit-gradient(linear, right top, left top, from(#4CAF50), to(#8BC34A));
    background-image: linear-gradient(to left, #4CAF50, #8BC34A);
	box-shadow: 0 2px 10px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: box-shadow: 0 2px 10px 1px rgba(0,0,0,0.3);
	border-color: #4CAF50;
}
@media (min-width: 992px){
/*	.navbar {
		padding-left: 3rem;
		padding-right: 3rem;
	*/
}
.solutions {
    background: url(../img/solutions-bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}
.solutions-slider .extra-large {
    font-size: 4.5rem;
	line-height:1.1;
    /*text-transform: uppercase;*/
    color: #0070e2;
    margin-top: 3rem;
    font-family: 'Roboto', sans-serif;
}
.benefits{
	background: url(../img/benefits-for-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden
}
.who-uses{
	background: url(../img/who-uses-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
	color: #fff;
}
.school-guide{
	background: url(../img/school-guide-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
	color: #fff;
}
.school-solution{
	background: url(../img/school-solution.jpg) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
	color: #fff;
}
.webinars{
	background: url(../img/webinar-list-header.jpg) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
	color: #fff;
}
.about-us{
	background: url(../img/about-univariety-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
	color: #fff;
	padding-top: 180px;
}
/*@media(min-width: 768px){
	.about-us{
		padding-top: 360px;
	}
}*/
.about-us-history{
	/8background: url(../img/about-history-bg.jpg) center center no-repeat;*/
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}
.the-team{
	background: url(../img/meet-the-team-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
	color: #fff;
}
/*@media(min-width: 768px){
	.the-team{
		height: 100vh;
	}
}*/
.plans{
	background: url(../img/plans-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
	color: #fff;
}
.faq{
	background: url(../img/faq-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
	color: #fff;
}
.who-we-are{
	background: url(../img/people-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
	color: #fff;
}
.school-certification{
	background: url(../img/global-school-certification.jpg) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
	color: #fff;
}
.customer-speaks{
	background: url(../img/customer-speaks-bg.jpg) center center no-repeat;
	background-position-y: bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden
}
.gcc{
	background: url(../img/gcc-bg.jpg) center center no-repeat;
	background-position-y: bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden
}
.gcc .extra-large {
    font-size: 4.5rem;
	line-height:1.1;
    text-transform: uppercase;
    color: #fff;
    margin-top: 3rem;
    font-family: 'Roboto', sans-serif;
}
.school-guide .extra-large, .school-solution .extra-large, .webinars .extra-large{
	font-size: 4rem;
	line-height:1.1;
	/*text-transform: uppercase;*/
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.fortune{
	background: url(../img/futre-bg.jpg) center center no-repeat;
	background-position-y: bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden
}
.fortune .extra-large {
    font-size: 4.5rem;
	line-height:1.1;
    text-transform: uppercase;
    color: #212529;
    margin-top: 3rem;
    font-family: 'Roboto', sans-serif;
}
.footer-connect{
	background: url(../img/blue-headphone-bg.jpg) center center no-repeat;
	background-position-y: bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
	color: #fff;
}
.university-connect{
	background: url(../img/guidance-bg.jpg) center center no-repeat;
	background-position-y: bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden
}
.personalized-counseling{
	background: url(../img/personalized-counseling.jpg) center top no-repeat;
	background-position-y: bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden
}
.alumni-connect{
	background: url(../img/alumni-header-bg.jpg) center center no-repeat;
	background-position-y: bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden
}
.casestudy{
	background: url(../img/case-study-bg.jpg) center center no-repeat;
	background-position-y: bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden
}
.benefits-all{
	background: url(../img/benefits-header-bg.jpg) center center no-repeat;
	background-position-y: bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden
}
.insight_bg{
	background: url(../img/insight_bg.jpg) center center no-repeat;
	background-position-y: bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden
}
.knowledge-tools{
	background: url(../img/tools-bg.jpg) center center no-repeat;
	background-position-y: bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden
}
.psychometric-assessment{
	background: url(../img/psychometric-bg.jpg) center center no-repeat;
	background-position-y: bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden
}
.free-demo{
	background: url(../img/free-demo-bg.jpg) center center no-repeat;
	background-position-y: bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
	color: #fff;
}
.free-demo a, .free-demo a:hover, .free-demo a:focus{color: #fff; }
.free-demo .extra-large {
    font-size: 4.5rem;
	line-height:1.1;
    text-transform: uppercase;
    color: #fff;
    margin-top: 3rem;
    font-family: 'Roboto', sans-serif;
}
.extra-large {
    font-size: 4vw;
	line-height:1.1;
    /*text-transform: uppercase;*/
    margin-top: 3rem;
    font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
@media (max-width: 767px) {
	.fortune .extra-large,
	.free-demo .extra-large,
	.school-guide .extra-large,
	.gcc .extra-large,
	.solutions-slider .extra-large,
	.extra-large {
		font-size: 1.6rem;
		margin-top: 0;
	}
	h2, .h2 {
		font-size: 1.4rem;
	}
	h1, .h1 {
		font-size: 1.8rem;
	}
}
.btn-round {
    padding: 1.8rem;
    width: 100px;
    height: 100px;
    border-radius: 50%;
	outline: none;
}
.btn-round:focus {
	outline: none;
}
.bg-danger{
	background-color: #f51d56;
	color: #fff;
}
.bg-footer-dark{
	background-color: #1f2532;
	background-image: linear-gradient(to right, #2e56c5, #006bce, #007ed2, #008fd1, #009ece);
	color: #fff;
}
.bg-footer-dark a:hover{text-decoration: none; color: #fff;}
.text-danger{
	color: #f51d56 !important;
}
.owl-buttons .owl-prev{
	position: absolute;
	top: 48%;
	left: 0;
}
.owl-buttons .owl-next{
	position: absolute;
	top: 48%;
	right: 0;
}
@media (max-width: 767px){
	.owl-buttons{
		display: none;
	}
}
.owl-theme .owl-controls .owl-buttons div{
	background: transparent;
}
.solutions .owl-theme .owl-controls .owl-buttons div, .benefits .owl-theme .owl-controls .owl-buttons div, .connect .owl-theme .owl-controls .owl-buttons div{
	color: #000;
}
.solutions .owl-buttons .owl-next, .benefits .owl-buttons .owl-next{
	position: absolute;
	top: -60px;
	right: 0;
}
.solutions .owl-buttons .owl-prev, .benefits .owl-buttons .owl-prev{
	position: absolute;
	top: -60px;
	left: auto;
	right: 100px;
}
.solutions .owl-pagination,.benefits .owl-pagination, .connect .owl-pagination{
	position: absolute;
	right: 0;
}
.owl-buttons .owl-next img,.owl-buttons .owl-prev img{
	width: 45px;
}
.connect .owl-buttons .owl-next{
	position: absolute;
	top: -70px;
	right: 0;
}
.connect .owl-buttons .owl-prev{
	position: absolute;
	top: -70px;
	left: auto;
	right:  100px;
}
.connect.inside-titles .owl-buttons .owl-prev{
	position: absolute;
	top: 0px;
	left: auto;
	right:  100px;
}
.connect.inside-titles .owl-buttons .owl-next{
	position: absolute;
	top: 0px;
	right: 0;
}
.form-control{
	padding: 0.7rem 1rem;
	height:46px;
}
.blue-gradient {
    background: -webkit-linear-gradient(50deg,#45cafc,#303f9f)!important;
    background: -o-linear-gradient(50deg,#45cafc,#303f9f)!important;
    background: linear-gradient(40deg,#45cafc,#303f9f)!important;
}
ul.listing-image{
	list-style: none;
	list-style-image: url(../img/arrow_right.png);
}
.text-white a{
	color: #fff;
}
@media(min-width: 768px){
	.fixed-danger-panel{
		height: 400px;
	}
}
.tab-style1 .nav-tabs{border:0;}
.tab-style1 .nav-tabs>li>a{
	background-color: #f2f2f2;
	color: #222;
	font-size: 1.2rem;
	padding: 1rem 2rem;
	text-align: center;
	
}
.tab-style1 .nav-tabs > li.active > a, .nav-tabs >.tab-style1  li.active > a:hover, .tab-style1 .nav-tabs > li.active > a:focus{
	background-color: #f51d56;
	color: #fff;
	border:0;
}
.tab-style1.blue-yellow-strip .nav-tabs > li.active > a, .nav-tabs >.tab-style1.blue-yellow-strip  li.active > a:hover, .tab-style1.blue-yellow-strip .nav-tabs > li.active > a:focus{
	background-color: #295dc6;
	color: #fff;
	border:0;
}
.tab-style1.blue-yellow-strip .nav-tabs > li:last-child.active > a{
	background-color: #fdc70d;
	color: #000;
	border:0;
}
.tab-style1 .nav-tabs > li.active > a:after{
	content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f51d56;
    position: absolute;
    left: 20px;
    bottom: -10px;
}
.tab-style1.blue-yellow-strip .nav-tabs > li.active > a:after{
    border-top: 10px solid #295dc6;
 }
.tab-style1.blue-yellow-strip .nav-tabs > li:last-child.active > a:after{
	border-top: 10px solid #fdc70d;
}
/*.tab-style1 .tab-content>.tab-pane{
	padding:2rem 1rem;
}*/
@media(min-width: 768px){
	.school-certification-tabs{
		margin-top: -59px;
	}
	.tab-content>.tab-pane .tabtitle{
		display: none;
	}
	.webinar-details{
		margin-top: -100px;
	}
}
@media (max-width: 767px){
	.nav-tabs{
		display:none;
	}
	.tab-content>.tab-pane{
		display: block;
		visibility: visible;
	}
	.tab-content>.tab-pane .tabtitle{
		display: block;
	}
	.tab-style1 .tab-content>.tab-pane{
		padding:0;
	}
}
.panel-default {
    border-color: #ddd;
}
.video-thumb{
	position: relative;
}
.video-thumb a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:  rgba(0,0,0,0.3);
}
.video-thumb a:after{
	content: '';
	position:  absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(../img/youtube-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.bg-success{
	background-color:#4CAF50;
}
.form-group-lg .form-control{
	border-radius: 3px;
}
.input-lg, .form-group-lg .form-control{
	height: 50px
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn{
	border-radius: 3px;
}
@media(min-width: 768px){
	.growth-container{
		position: relative;
		min-height: 450px;
		/*margin-bottom: 100px;*/
	}
	.growth-container .growth-line{
		height: 6px;
		width: 100%;
		border-radius: 20px;
		background-color: #ccc;
		position: absolute;
		top: 50%;
	}
	.growth-container .growth-points{
		display: inline-block;
		width:  25px;
		height: 25px;
		border-radius: 50%;
		background-color: #50b04f;
		position: absolute;
	}

	.growth-container .year{
		position: absolute;
	}
	
	.growth-container .comment{
		/*border-radius: 3px;
		background-color: #4CAF50;
		background-image: -webkit-gradient(linear, right top, left top, from(#4CAF50), to(#8BC34A));
		background-image: linear-gradient(to left, #4CAF50, #8BC34A);
		color: #fff;
		padding: 10px 20px;*/
		display: inline-block;
		font-size: 1rem;
		position: absolute;
		max-width: 450px;
	}
	/*.growth-container .comment.arrow:after{
		content: '';
		position: absolute;
		bottom: -10px;
		left: 13px;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #87c24b;
	}
	.growth-container .comment.arrow-up:after{
		content: '';
		position: absolute;
		top: -10px;
		left: 13px;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #87c24b;
	}*/
	.growth-container .one .comment{
		top: 30%;
		left: 4%;
	}
	.growth-container .one .growth-points{
		top: 48%;
		left: 5%;
	}
	.growth-container .one .year{
		top: 33%;
		left: 4%;
	}
	.growth-container .two .comment{
		top: 66%;
		left: 12%;
	}
	.growth-container .two .comment.two{
		top: 73%;
		left: 12%;
	}
	.growth-container .two .comment.three{
		top: 81%;
		left: 12%;
	}
	.growth-container .two .growth-points{
		top: 48%;
		left: 15%;
	}
	.growth-container .two .year{
		top: 52%;
		left: 12%;
	}
	.growth-container .three .comment{
		top: 15%;
		left: 35%;
	}
	.growth-container .three .comment.two{
		top: 8%;
		left: 35%;
	}
	.growth-container .three .growth-points{
		top: 48%;
		left: 35%;
	}
	.growth-container .three .year{
		top: 33%;
		left: 35%;
	}
	.growth-container .four .comment{
		top: 66%;
		left: 55%;
	}
	.growth-container .four .comment.two{
		top: 78%;
		left: 55%;
	}
	.growth-container .four .growth-points{
		top: 48%;
		left: 58%;
	}
	.growth-container .four .year{
		top: 52%;
		left: 55%;
	}
}
.manger-panel {
	position: relative;
}
/*.manger-panel img{
	box-shadow: 10px 0px 0 #ccc;
	width:  100%;
}
.manger-panel .panel-details{
	position: absolute;
	display: block;
	bottom: 0;
}
.manger-panel .panel-details div a{
	background-color: #ebebeb;
	padding: 15px 15px 15px 30px;
	display: block;
}*/
.manger-panel .panel-details a{
	color: #222;
	text-decoration: none;
}
@media(min-width: 768px){
	.manger-panel img{
		width:  auto;
	}
	/*.manger-panel .panel-details{
		bottom: 30%;
		left: 50%;
		width: 220px;
		border: 1px solid  #ebebeb;
		padding: 10px;
	}*/
	.manger-panel .panel-details div a{
		/*padding: 30px 20px 20px 20px;
		font-size: 1.3rem;*/
		color: #212529;
	}
	.manger-panel .panel-details .h3{
		font-size: 2.0rem;
		width: 90%;
		display: inline-block;
	}
	/*.manger-panel .panel-details:hover div a{
		padding: 30px 20px 20px 20px;
		color: #fff;
		font-size: 1.3rem;
		background-color: #2e56c5;
		background: -webkit-gradient(linear, left top, right top, from(#2e56c5), to(#009ece));
		background: -webkit-linear-gradient(left, #2e56c5, #009ece);
		background: -moz-linear-gradient(left, #2e56c5, #009ece);
		background: -ms-linear-gradient(left, #2e56c5, #009ece);
		background: -o-linear-gradient(left, #2e56c5, #009ece);
	}*/
}
img.full-width{
	width: 100%;
}
.plans-tab .panel{
	position: relative;
}
.plans-tab .panel .recommended{
	position: absolute;
	top:-6px;
	left:-6px;
}
@media (min-width: 768px){
	img.full-width{
		width: auto;
	}
	.plans-tab .col-sm-4{
		padding: 0;
	}
	.plans-tab .col-sm-4.recommended .panel{
		box-shadow: 0 0 22px #ccc;
		-webkit-box-shadow: 0 0 22px #ccc;
		-moz-box-shadow: 0 0 22px #ccc;
		position: absolute;
		width: 100%;
		z-index: 2;
		height: 500px;
		top: -15px;
	}
	.plans-tab .panel{
		min-height: 470px;
	}
}
.plans-tab .well .bg-gray{
	background-color: #e3e3e3;
}
.plans-tab .well .table>thead>tr>th, .plans-tab .well .table>tbody>tr>th, .plans-tab .well .table>tfoot>tr>th, .plans-tab .well .table>thead>tr>td, .plans-tab .well .table>tbody>tr>td, .plans-tab .well .table>tfoot>tr>td{
	padding: 8px 25px;
}
.question-section .panel-default{
	border:0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	margin-bottom: 0;
	margin-top: -1px;
}
.question-section .panel-default>.panel-heading{
	background-color: transparent;
	border: 0;
	cursor: pointer;
}
.question-section .panel.bg-gray{
	background-color: #f8f8f8;
}
.question-section .panel-title{
	width: 90%;
	float: left;
}
.form-group.search{
	position: relative;
}
.form-group.search .form-control{
	padding-right: 45px;
}
.form-group.search .fa{
	position: absolute;
	top: 15px;
	right: 15px;
}
.close{
	font-weight: inherit;
	font-family: initial;
	font-size: 40px;
	color: #fff !important;
	opacity: 0.5;
	position: absolute;
	right: 15px;
	top: 3px;
	z-index: 9;
}
@media (max-width: 767px){
	.btn-block .btn{
		display: block;
		margin-top: 10px;
		width: 100%;
	}
	body,.navbar ul.nav > li > a, #footer{
		font-size: 14px;
	}
}
#SubscribeForm .errorMessage{
	position: absolute;
	bottom: -28px;
}
.learnmore{
	position: absolute;
	left: calc(50% - 20px);
	bottom: 10px;
}
a.learnmore:hover, a.learnmore:focus {
    color: #fff;
    text-decoration: none;
}
.shadow-sm { box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; }
.shadow { box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; }
.shadow-lg { box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important; }
.shadow.reverse { box-shadow: 0rem -0.5rem 3rem rgba(0,0,0,.175)!important; }
.shadow-none { box-shadow: none !important; }
.panel-lg{padding: 1rem;}
@media(min-width: 768px){
.key-tests .panel-body{height:300px;}
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #006fe1;
}
.navbar-toggle .icon-bar:nth-child(even){
	width: 10px;
}
.border-bottom{
	border-bottom: 1px solid #eee;
}
ul.lead li{
	margin-bottom: 1rem;
}
@media (max-width: 767px){
	#counselling .text-right, #psychometric .text-left, #alumni .text-right, #guidance .text-left, #tools .text-right{
		text-align: center;
	}
	#livewebinar .text-right{
		text-align: center;
	}
	#volumes .item{
		min-height:80px;
	}
	.bg-footer-dark .btn{
		display: block;
		margin-top: 20px;
	}
        #intro .item .logos {
            bottom:40px;
        }
	.logos img{
		width: 19%;
	}
	
}
.student-stages .thumbnail{
	padding: 0;
	border: 0;
	position: relative;
}
@media(min-width: 768px){
	.student-stages .thumbnail{
		min-height: 350px;
	}
	.pillars-guide-download img{
		position: absolute;
		top: -120px;
		left: calc(50% - 120px);
	}

}
@media(min-width: 1440px){
	.student-stages .thumbnail{
		min-height: 420px;
	}
	.pillars-guide-download img{
		position: absolute;
		top: -120px;
		left: calc(50% - 120px);
	}
}
.student-stages .thumbnail h3.title{
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 30%;
    display: block;
    width: 100%;
    text-align: center;
	font-weight: 600;
}
.student-stages .thumbnail .caption{
	padding: 20px 15px 10px;
	text-align: center;
}
.advertisement{
	background:url(../img/arrow_blue_pop.png) no-repeat left top;
	padding-right: 0;
    background-size: contain;
}
.advertisement_bg{
	background: #002e5e;
    margin-left: 40px;
    padding: 31px 0;
}
.advertisement_bg h3{
	font-size:15px;
	font-weight:normal;
}
.advertisement_bg h4{
	font-size:19px;
	color:#fbbe28;
    font-weight: bold;
}
.advertisement_bg .tagline{
	font-size:8px;
	color:#fff;
    display:block;
     margin: 10px auto;
    padding: 6px;
}
.advertisement_bg h6{
background:url(../img/blue_line.png) no-repeat center center;
color:#fff;

}
.advertisement_bg h6 span{
background: #002e5e;
    padding: 0 10px;
}

.support_txt{
background:url(../img/grey_line.png) no-repeat center center;
color:#000;
}
.support_txt span{
background: #fff;
    padding: 0 10px;
}
.btn-pop{
	background:#fbbe28;
	color:#000;
	font-size:12px;
	padding:15px 40px;
	border-radius:6px;
	text-transform:uppercase;
	font-weight:bold;
	
	
}
@media(max-width: 600px){
	.advertisement{
		background:none;
        padding-left:0px;
	}
	.advertisement_bg{
		
		margin-left: 0px;
		padding: 31px 0;
	}
.close{color:#000 !important;}
}
.adv .modal-content{
    background: url(../img/vip-lg-blue-bg.png) no-repeat;
    background-size: cover;
    padding: 20px 30px;
}
.adv .modal-content h1{
    font-size: 24px;
    color: #fff;
    line-height: 30px;
}
.adv ul{
  list-style: none;  
  padding: 0 0 0 10px;
}

.adv ul li{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: url(../img/white-tick.png) no-repeat left top;
    padding: 5px 0 0 29px;
    background-position: 1px 13px;
}
.adv .block{

    width: 379px;
    position: relative;
}
.adv .block-area{
    border-radius: 7px;
    padding: 10px 14px;
    background: #fff;
}
.adv .block p{
   
    font-size: 19px;
    line-height: 22px;
    padding: 5px 0 0 0;
}
.adv .block .price-tag{
    font-weight: bold;
    font-size: 40px;
    line-height: 53px;
    margin: 0;
    padding: 0;
}
.adv .block .strick-price{
    font-size: 20px;
   
    text-decoration: line-through;
    text-align: center;
    padding: 0;

}
.adv .block .tiny-text{
    font-size: 14px;
    color:#fff;
  
}
.adv .btn{
    position: relative;
    top: -14px;
    left: 50px;
}
.adv .ad-tag{
    position: absolute;
    top: -28px;
    right: -37px;
    width: 30%;
}
.adv .btn{
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    border:0 none;
    padding: 10px 40px;
}
.adv .btn-success{
    background: #8FBD28;
    color:#fff;
}
@media(max-width: 600px){
    .adv .block {
        width: 100%;
        position: relative;
    }
    .adv .ad-tag {
        width: 23%;
    }
}
.top-strip{
    background: #deebfe;
    padding: 3px 0;
}
.top-strip img{
    position: relative;
    top: -3px; 
}

.btn-blue-pdf{
    background: #3b83ef;
    color:#fff;
    text-transform: none;
    padding: 0.3rem 0.8rem;
    position: relative;
    top: -3px;
    border-radius: 10px;
}
@media (max-width: 767px){
 #intro .item {
    padding-top: 24vh;
}   
}
@media only screen and (orientation: landscape) {
    #intro .item {
        padding-top: 40vh;
    }
    #intro{
        min-height: 600px;  
    }
      
}


