@import url(../font/OpenSans-Regular.ttf);

@font-face {

  font-family: 'Open Sans';

  src: url('../css/font/OpenSans-Regular.ttf');

  src: url('../css/font/OpenSans-Regular.ttf-.htm#iefix') format('embedded-opentype'), url('../font/OpenSans-Regular.ttf') format('truetype');

}


@import url(../font/OpenSans-Light.ttf);

@font-face {

  font-family: 'Open Sans Light';

  src: url('../css/font/OpenSans-Light.ttf');

  src: url('../css/font/OpenSans-Light.ttf-.htm#iefix') format('embedded-opentype'), url('../font/OpenSans-Light.ttf') format('truetype');

}
@import url(../font/OpenSans-Semibold.ttf);

@font-face {

  font-family: 'Open Sans Semibold';

  src: url('../font/OpenSans-Semibold.ttf');

  src: url('../font/OpenSans-Semibold.ttf-.htm#iefix') format('embedded-opentype'), url('../font/OpenSans-Semibold.ttf') format('truetype');

}


@import url(../font/OpenSans-Bold.ttf);

@font-face {

  font-family: 'Open Sans Bold';

  src: url('../css/font/OpenSans-Bold.ttf');

  src: url('../css/font/OpenSans-Bold.ttf-.htm#iefix') format('embedded-opentype'), url('../font/OpenSans-Bold.ttf') format('truetype');

}


/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
    line-height: 15px;
	font-weight: 300;
	color: #000000;
}
strong, b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}



a, a:hover {
    text-decoration: none;
}

i {
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
  	font-family: 'Open Sans', sans-serif, Arial ;
	margin: 0;
	color: #fff;
	text-transform:inherit;
}

h1 {
	font-family: 'Open Sans Light', sans-serif, Arial ;
    font-size: 32px;
	line-height: 40px;
}

h2 {
    font-size: 22px;
	line-height: 28px;
}

h3 {
    font-size: 18px;
	line-height: 24px;
}

h4 {
    font-size: 16px;
	line-height: 22px;
}

h5 {
    font-size: 14px;
	line-height: 20px;
}

h6 {
    font-size: 12px;
	line-height: 18px;
}

p {
    color: #888;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif, Arial;
    line-height: 18px;
    margin: 0;
}

p strong {
	font-weight: 600;
}

.accent-color-bg {
	color: #fff;
}

.fittext {
	font-size: 38px;
	font-weight: 300;
	line-height: 46px;
	color: rgba(0,0,0, 0.8);
}

.fittext strong {
	font-weight: 700;
}

.page-content p {
	margin-bottom: 15px;
}

.wite-text {
	color: #fff;
}

.uppercase {
	text-transform: uppercase;
}

.image-text {
	margin-right: 10px;
}

a.main-button, input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a.main-button:hover, input[type="submit"]:hover {
	background: #444;
	color: #fff;
}

a.main-button i {
	font-size: 1.2em;
}

input[type="submit"] {
	border: none;
}

.tooltip .tooltip-inner {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

#content {
	padding: 50px 0;
}

#content.full-sections {
	padding: 0;
}

.section {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	margin:0;
	padding:20px 0;
}

.section.repeat-bg {
	background-repeat: repeat;
	-webkit-background-size: auto !important;
	-moz-background-size: auto !important;
	-o-background-size: auto !important;
	background-size: auto !important;
}

.bg-parallax {
	background-attachment: fixed;
}

.section-video {
	position: absolute;
	z-index: 33;
	left: 0;
	top: -100px;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}

.section-video object {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.section-video img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.section-video-content {
	z-index: 35;
	position: relative;
	opacity: 0.98;
}

.section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 34;
	opacity: 0.7;
}

.light-section {
	color: #fff;
}

.light-section .testimonials {
	color: #aaa;
}

.light-section .testimonials .testimonial-content p {
	color: #c4c4c4;
}

#container {
    background-color: #fff;
}

.boxed-page {
  position: relative;
  width: 1220px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.boxed-page header {
  width: 1220px;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #0a9fd8;
	border-radius: 100%;
	-webkit-animation: bouncee 2.0s infinite ease-in-out;
	animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.course-buttons 
{
	padding: 10px;
}
.course-buttons a
{
	background: #2e67b4;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	margin: 2px 0;
	padding: 2px 10px;
	font-weight:400;
}
.course-buttons a:hover
{
	color:#2e67b4;
	border-color:#2e67b4;
	background:#fff;
}
.course-buttons a:nth-child(5n+1){background: #de9201;color:#000;}
.course-buttons a:nth-child(5n+1):hover{color: #000;border-color:#de9201;background:#fff;}
.course-buttons a:nth-child(5n+2){background: #1e961b;}
.course-buttons a:nth-child(5n+2):hover{color: #1e961b;border-color:#1e961b;background:#fff;}
/*.course-buttons a:nth-child(6n+3){background: #dd9201;}
.course-buttons a:nth-child(6n+3):hover{color: #dd9201;border-color:#dd9201;background:#fff;}*/
.course-buttons a:nth-child(5n+3){background: #2e67b4;}
.course-buttons a:nth-child(5n+3):hover{color: #2e67b4;border-color:#2e67b4;background:#fff;}
.course-buttons a:nth-child(5n+4){background: #7e00e7;}
.course-buttons a:nth-child(5n+4):hover{color: #7e00e7;border-color:#7e00e7;background:#fff;}
.course-buttons a:nth-child(5n+5){background: #e9d001;color:#000;}
.course-buttons a:nth-child(5n+5):hover{color: #000;border-color:#e9d001;background:#fff;}

@-webkit-keyframes rotatee { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotatee {
	100% {
		transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bouncee {
	0%, 100% {
		transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
}






/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/

header {
	position: fixed;
	top: 0;
    width: 100%;
	z-index: 9999999;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.fixed-header {
	background: rgba(27, 188, 155,0.87);

}



.navbar {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.navbar-brand {
	position: relative;
	padding: 10px 0;
	margin: 0!important;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav {
	margin-right: 10px!important;
	position: relative;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li {
    margin-left: 6px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0;
}

.navbar-default .navbar-nav > li > a {
	color: #999;
	display: block;
    font-size: 14px;
	font-weight: 300;
    padding: 28px 15px 28px 15px;
	overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
	border-bottom: 2px solid;
}

.navbar-default .navbar-nav > li > a i {
	margin: 0 -2px 0 -5px;
}

.navbar-default .navbar-nav > li > a:after {
	position: absolute;
	bottom: 0;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	width: 5px;
	opacity: 0;
	margin: 0 0 -3px -2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

.navbar-default .navbar-nav > li > a.active:after {
	opacity: 1;
}

.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
	background-color: #fff;
    visibility: hidden;
    z-index: 2;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
	opacity: 1;
}


.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
	background-color: #fff;
    margin-top: 10px;
    transition: margin-top 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    visibility: hidden;
    z-index: 3;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}


/*------------------------------------------*/
/*			 Right Fixed icon Area
/*------------------------------------------*/
.fullwidthbanner-container {
    padding: 65px 0 0 0;
	margin-top:-60px;
    width: 100%;
	background:url("../images/banner-bg.jpg") repeat-x scroll center bottom #7ec5b3;
}
.banner-right-fixed{
	width:60px;
	position:fixed;
	top:30%;
	right:0;
	z-index:99999;
	}
	
.banner-right-fixed .icon{
	width:46px;
	height:46px ;
	margin:2px 5px ;
	background-color:rgba(255,255,255,0.80);
	background-position:center !important;
	background-repeat:no-repeat !important;
	display:inline-block ;
	cursor:pointer ;
	border-radius:5px ;
	background-size:80%;
	}
	.banner-right-fixed .icon:hover{
	background-color:#0e1f1b;
	}
	.banner-right-fixed .icon.active { position: relative ; background: #0e1f1b; } 
	.banner-right-fixed .icon.active:after { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-right-color: #0e1f1b; border-width: 10px; margin-top: -10px; }
.banner-right-fixed .icon.home-icon{
		background-image:url(../images/icons/home-icon.svg);
	}
	.icon.home-icon:hover, .banner-right-fixed .icon.home-icon.active{
	background-image:url(../images/icons/home-icon-hover.svg);
	background-size:80%;
	}
.banner-right-fixed .icon.exam-modules-icon{
	background-image:url(../images/icons/exam-mod-icon.svg);
	}
.banner-right-fixed .icon.exam-modules-icon:hover, .banner-right-fixed .icon.exam-modules-icon.active{
	background-image:url(../images/icons/exam-mod-icon-hover.svg);
		background-size:80%;
	}
.banner-right-fixed .icon.features-icon{
	background-image:url(../images/icons/features-icon.svg);
	background-size:60%;
	}
.banner-right-fixed .icon.features-icon:hover, .banner-right-fixed .icon.features-icon.active{
	background-image:url(../images/icons/features-icon-hover.svg);
	background-size:60%;
	}
.banner-right-fixed .icon.testimonials-icon{
	background-image:url(../images/icons/testimonials-icon.svg);
		background-size:80%;

	}
.banner-right-fixed .icon.testimonials-icon:hover, .banner-right-fixed .icon.testimonials-icon:active{
	background-image:url(../images/icons/testimonials-icon-hover.svg);
	background-size:80%;
	}

.navbar-header{ width:100%;}

.header-non-registered, .header-registered{
	width:100%;
	text-align:right;
}
.header-non-registered .registered-user{
	padding:0 14px 2px;
	color:#fff;
	margin:18px 5px;
	display:inline-block;
	width:auto;
}
.registered-user + .registered-user{
	border-left:1px solid rgba(255, 255, 255, .5);
}
.header-non-registered .registered-user span{
	font-size:12px;
	line-height:12px;
	width:100%;
	text-align:right;
	font-family: 'Open Sans Semibold', sans-serif, Arial;
}
.header-non-registered .registered-user .login-register-area{
	width:auto;
	float:right;
	font-size:16px;
	margin-top:2px;	
	font-family: 'Open Sans Bold', sans-serif, Arial;
	padding-left:20px;
}
.header-non-registered .registered-user .login-register-area.login-icon{
	color:#fff;
	background:url(../images/icons/login.svg) no-repeat left center;
}
.header-non-registered .registered-user .login-register-area.login-icon:hover{
	color:#306aa9;
	background:url(../images/icons/login-hover.svg) no-repeat left center;
}
.header-non-registered .registered-user .login-register-area.register-icon{
	color:#fff;
	background:url(../images/icons/register.svg) no-repeat left center;
}
.header-non-registered .registered-user .login-register-area.register-icon:hover{
	color:#306aa9;
	background:url(../images/icons/register-hover.svg) no-repeat left center;
}
.user-wrapper {
  margin-top: 5px;
  	font-family: 'Open Sans Semibold', sans-serif, Arial ;
}
.user-wrapper div.profilePic img {
  width: 50px;
  height: 50px;
  border:1px solid #fff;
}
.user-wrapper div {
  float: left;
  display: inline;
  vertical-align: middle;
  margin-top:5px;
}
.user-wrapper div p{
  font-size: 11px;
  margin-bottom: 0;
  line-height: 10px;
  color:#fff;
  font-family: 'Open Sans Semibold', sans-serif, Arial ;

}
.user-wrapper div a {
  font-size: 14px;
  color: #FFFFFF;
  max-width:150px;
  max-height:32px;
  display:block;  
  overflow: hidden;
}
.user-wrapper div .btn-group{
  display:inline-block;  
  float:right;
  padding-right:0;
}
.user-wrapper div .btn-group .dropdown-menu{
	margin-left:-104px;
	margin-top:5px;
}
.user-wrapper div .btn-group .dropdown-menu a{
	color:#3069af ;
	font-size:12px;
}
.user-wrapper div .btn-group .dropdown-menu a:hover{
	color:#fff ;
}
.user-wrapper div a:hover {
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.user-wrapper .seeting {
  height: 16px;
  width: 16px;
  float: right;
  background:url(../images/icons/seetings.svg) no-repeat center center;
}
.user-wrapper .seeting:hover, .user-wrapper .seeting.active, .user-wrapper .open .seeting{
  background:url(../images/icons/seetings-hover.svg) no-repeat center center;
}
#exam-modules-content{ height:100%; background:#f7b43f; padding:50px 0;}
#features-content{ height:100%; background:#3069af; padding:50px 0;}
#testimonials1-content{ height:100%; background:#4ba23d; padding-bottom:40px;}


/*------------------------------------------*/
/*			EXAM MODULES gallery Area
/*------------------------------------------*/


.EM-container{
	width: 100%;
	margin: 5px auto 20px auto;
}

.EM-items{
	position: relative;
	margin: 0px auto;
	padding-top: 5px;
}

.EM-items .over{
	display: block;
	position: relative;
	padding: 0;
	border: 1px solid #e6e6e6;
	margin: 0;
	width: 100%;
}
.EM-items .over span{
	display: block;
	background: rgba(9, 65, 139, 0.9);
	font-family: 'Open Sans Semibold', sans-serif, Arial ;
	color: #ffffff;
	font-size:18px;
	line-height:18px;
	padding: 8px 10px 28px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 1;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.EM-items .over .span2{ padding-bottom:44px !important;}

.EM-items .over span p{
	font-family: 'Open Sans', sans-serif, Arial ;
	color: #ffffff;
	font-size:14px;
	line-height:18px;
	width: 100%;
	margin-top:25px !important;
	margin-bottom:10px !important;
}
.EM-items .over span p:hover{
	color: #f7b43f;
}

.EM-items .over:hover span{
	height: 100%;
	opacity: 1;
}
.EM-items .over2{
	display: block;
	position: relative;
	padding: 0;
	border: 1px solid #fff;
	margin: 0;
	width: 100%;
}
.EM-items .over2 span{
	display: block;
	background: rgba(27, 188, 155, 0.8);
	font-family: 'Open Sans Semibold', sans-serif, Arial ;
	color: #000201;
	font-weight: bold;
	font-size:20px;
	line-height:20px;
	padding: 10px 10px 6px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	opacity: 1;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.EM-items .upcoming-text{ background:#e70016; color:#fff; font-family: 'Open Sans Semibold', sans-serif, Arial ; font-size:12px; text-align:center; padding:2px 10px; position:absolute; z-index:1; bottom:30px;}
.EM-items li img{
	display: block;
}

.EM-items li{
	margin:0 10px 10px 0;
	float: left;
	width: 24%;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}
.EM-items li .over img{
	max-height:100%;
	max-height:100%;
}
.EM-container input.EM-selector-type-all:checked ~ .EM-items li,
.EM-container input.EM-selector-type-1:checked ~ .EM-items .EM-item-type-1,
.EM-container input.EM-selector-type-2:checked ~ .EM-items .EM-item-type-2,
.EM-container input.EM-selector-type-3:checked ~ .EM-items .EM-item-type-3{
	opacity: 1;
}

.EM-container input.EM-selector-type-1:checked ~ .EM-items li:not(.EM-item-type-1),
.EM-container input.EM-selector-type-2:checked ~ .EM-items li:not(.EM-item-type-2),
.EM-container input.EM-selector-type-3:checked ~ .EM-items li:not(.EM-item-type-3){
	opacity: 0.1;
}
.EM-container input.EM-selector-type-1:checked ~ .EM-items li:not(.EM-item-type-1) span,
.EM-container input.EM-selector-type-2:checked ~ .EM-items li:not(.EM-item-type-2) span,
.EM-container input.EM-selector-type-3:checked ~ .EM-items li:not(.EM-item-type-3) span{
	display:none;
}
.EM-notification-icon{
  height: 26px;
  width: 26px;
  float: right;
  background:url(../images/icons/alert-red.svg) no-repeat center center;
	}

.EM-request-exam{ background:#316aaa; color:#fff; padding:59px 50px; text-align:center; vertical-align:central; cursor:pointer; }
.EM-request-exam h1{ font-size:32px !important; color:#ffffff !important; line-height:40px !important; padding:0;}
.EM-request-exam .request-exam-icon{
	background-image:url(../images/icons/request-exam.svg);
	background-repeat:no-repeat;
	background-position:center center;
	height:44px;
	width:44px;
	text-align:center;
	margin:10px auto 12px;
}
.EM-request-exam:hover{ background:#f7b43f; }


/*------------------------------------------*/
/*			Testimonials Area
/*------------------------------------------*/


#testimonials {
  width: 100%;
  overflow: hidden;
  position: relative;
  border:1px solid #97dc8c;
  border-radius:5px;
  background:#75cd67;
  margin: 20px auto;
  padding:25px;
}
#testimonials  h4{
	font-size:20px;
	color:#ffffff;
	line-height:18px;
	font-family: 'Open Sans Light', sans-serif, Arial ;
	margin-bottom:5px;
}
#testimonials  h5{
	font-size:14px;
	color:#ffffff;
	line-height:15px;
	font-family: 'Open Sans Light', sans-serif, Arial ;
	margin:0;
}
#testimonials .left-content{
  width: 70%;
  float:left;
  margin-right:30px;
  transition: all linear 500ms;
  -o-transition: all linear 500ms;
  -moz-transition: all linear 500ms;
  -webkit-transition: all linear 500ms;
}

#testimonials .left-content .test-content {
	width:100%;
	float:left;
}
#testimonials .left-content .test-content .test-content-top{
  width: 100%;
  margin-bottom:5px;
  float:left;
}
#testimonials .left-content .test-content .test-content-top .left-image{
  width: 118px;
  border:4px solid #fff;
  margin-right:20px;
  float:left;
}
#testimonials .left-content .test-content .test-content-top .left-image img{
	max-width:100%;
	max-height:100%;
}
#testimonials .left-content .test-content .test-content-top .right-text{
  width: 75%;
  float:left;
}
#testimonials .left-content .test-content .test-content-top .right-text h2{
	font-size:36px;
	line-height:42px;
	font-family: 'Open Sans Light', sans-serif, Arial ;
	color:#fff;
	
}
#testimonials .left-content .test-content .test-content-bottom{
  width: 100%;
}

#testimonials .right-content{
  width: 25%;
  float:right;
}

#slider a {
  text-decoration: none;
  margin: 0 1px 1px 0;
  color: #222;
  height:68px;
  width:68px;
  float:left;
}
#slider a.active{
	background:#ffc600;
	padding:2px;
}
#slider a:hover{
	background:#306aa9;
	padding:2px;
}
#slider a img{
	max-width:100%;
	max-height:100%;
	opacity:1;
	position:static;
}
#slider a:hover {
	
}

q {
  quotes: "“" "”" "‘" "’";
}
q:before {
    content: open-quote;
	color:#59ae4b;
}
q:after {
    content: close-quote;
	color:#59ae4b;

}
span{ font-size:12px;}
.footer-form-col{ background:#ebfce8; border:2px solid #f7b43f; border-radius:5px; padding:15px; margin:0 19px 0 15px; width:30%; float:left;}
.footer-form-col2{ background:#ebfce8; border:2px solid #f7b43f; border-radius:5px; padding:15px; margin:0 0 0 15px; float:left; width:60%;}
.footer-form-col3{ background:#ebfce8; border:2px solid #f7b43f; border-radius:5px; padding:15px; margin:0 0 0 15px; float:left; width:36%;}
.footer-form-full2{width:100%; margin-left:0; margin-top:20px; margin-bottom:30px; }
.footer-form-full{width:100%; margin-left:0;}
.footer-form-col2 .contact-form, .footer-form-col3 .contact-form { margin-top:20px;}
.footer-form-col2 .contact-form .col-1{ width:35%; float:left; margin-right:10px;}
.footer-form-col2 .contact-form .col-2{ width:25%; float:left;}
.footer-form-col3 .contact-form .col-2{ width:44%; float:left;}
.footer-form-col2 .contact-form .col-3, .footer-form-col3 .contact-form .col-3{ width:53%; float:left; margin-right:10px;}
.footer-form-full-col{ width:100%; margin:0;}
.footer-form-col2 h2,
.footer-form-col3 h2,
.footer-form-col h2{ font-size:28px; line-height:30px; color:#000; 	font-family: 'Open Sans Light', sans-serif, Arial ;
 }
.footer-form-col .courses{ width:100%; float:left; margin:10px 0;}
.footer-form-col  .courses ul{ margin:0; padding:0;}
.footer-form-col  .courses li{ margin:6px 0; padding:0 0 0 18px; background:url(../images/arrow1.png); background-position:left center; background-repeat:no-repeat; float:left; width:100%;}
.footer-form-col .courses li a{ font-size:18px; color:#000; text-decoration:none;}
.footer-form-col  .courses li a:hover{ color:#306aa9;}
.footer-form-col .upcoming-section{ width:100%; float:left; margin:10px 0 20px;}
.footer-form-col .upcoming-section span{ font-size:15px; color:#4ba23d; line-height:16px;}
.footer-form-col .upcoming-section .content{ width:100%; margin-top:15px; margin-bottom:10px; float:left;}
.footer-form-col .upcoming-section .content .upcoming-list{ background:#388a2a; border:1px solid #6ec560; font-size:18px; color:#fff; padding:4px 10px; margin-right:5px; float:left;}
.footer-form-col .contact-form{ margin-top:25px;}
.footer-form-col .contact-form .button-area{ width:100%; text-align:center;}
.button1{ border:1px solid #cae8c5; font-size:15px; border-right:none; color:#000000; background:url(../images/icons/right-arrow-01.svg) no-repeat right center #fff; padding:6px 56px 6px 30px;}

.button3{ height:38px; padding:0 53px 0 16px;}
.button1:hover{ border:1px solid #cae8c5;  color:#fff; background:url(../images/icons/right-arrow-01.svg) no-repeat right center #316aaa;  }
.button2{ font-size:15px; border-right:none; color:#ffffff; background:url(../images/icons/right-arrow-01.svg) no-repeat right center #306aa9; outline:none; border:0; height:30px; padding:0 56px 0 30px;}
.button2:hover{  color:#fff; background:url(../images/icons/right-arrow-01.svg) no-repeat right center #de9132;  }

.social-media-area{ width:100%; float:left; margin-top:20px;}
.social-media-area  h3{ color:#fff; font-size:22px; margin-bottom:10px; font-family: 'Open Sans Light', sans-serif, Arial ;}
.social-media-area .social-icon-area{ width:100%; float:left; margin-top: 12px;}
.social-media-area .social-icon{ width:44px; height:44px; border-radius:4px; border:1px solid #fff; background-repeat:no-repeat; background-position:center center; float:left; margin-right:12px;}
.social-media-area .social-icon.facebook{ background:url(../images/facebook.png);}
.social-media-area .social-icon.twitter{ background:url(../images/twitter.png);}
.social-media-area .social-icon:hover{ border:1px solid #306aa9;}

.social-icon-area2{ width:100%; float:left; margin-top:5px;}
.social-icon-area2 .social-icon{ width:28px; height:28px; background-size:100% !important; border:1px solid #019c7c; background-repeat:no-repeat; background-position:center center; float:left; margin-right:5px; float:left;}
.social-icon-area2 .social-icon.linkdin{ background:url(../images/facebook.png);}
.social-icon-area2 .social-icon.twitter{ background:url(../images/twitter.png);}
.social-icon-area2 .social-icon:hover{ border:1px solid #ffffff;}
	
#global-footer{ width:100%; float:left;}
.fp-tableCell #global-footer{position:absolute; bottom:0;z-index:2000}

#global-footer .footer-top{ width:100%; float:left; background:#2e67b4; padding:20px 10px; text-align:center;}
#global-footer .footer-top ul{ width:100%; margin:0; padding:0;}
#global-footer .footer-top li{  margin:0 20px; padding:0; display:inline-block;}
#global-footer .footer-top li a{ color:#fff; font-size:15px; text-decoration:none;}
#global-footer .footer-top li a:hover{ color:#de9132;}
#global-footer .footer-bottom{ width:100%; float:left; background:#09418b; padding:8px 10px;}
#global-footer .footer-bottom span{ text-align:right; color:#d3d3d3; float:right;}
#global-footer .footer-bottom ul{ width:100%; margin:0; padding:0;}
#global-footer .footer-bottom li{  margin:0 10px; padding:0; display:inline-block;}
#global-footer .footer-bottom li a{ color:#d3d3d3; font-size:12px; text-decoration:none;}
#global-footer .footer-bottom li a:hover{ color:#de9132;}
.home-footer .footer-top{ background:#09418b !important; padding:12px 10px !important;}
.home-footer .footer-bottom{ background:#2e67b4 !important; padding:8px 10px !important;}




.banner-slider{ width:100%; float:left;}
.banner-slider .banner-slider-left{ width:60%; float:left; padding-right:30px; float:left; padding-top:40px;}
.banner-slider .banner-slider-left img{ max-width:100%;}
.banner-slider .banner-slider-right{  
	margin: 0 0 auto -240px;
    position: absolute;
    right: 18%;
    top: 26%;
    width: 28%;}
.banner-slider .banner-slider-right h1{ padding:0; font-size:38px; line-height:40px; font-family: 'Open Sans Light', sans-serif, Arial ; text-shadow: 0 1px 0 #34695c;}
.banner-slider .banner-slider-right h1, .banner-slider .banner-slider-right p{ color:#fff; margin-bottom:30px;}


/*------------------------------------------*/
/*			Inside page banner Area
/*------------------------------------------*/
.inner-page{ width:100%;}
.inner-page .inner-page-col { width:30%; background:#f5f5f5; border:1px solid #e5e5e5; padding:15px; float:left; margin-right:25px; border-radius:5px;}
.inner-page .inner-page-col .top-section{ width:100%; margin-bottom:10px; float:left;}
.inner-page .inner-page-col .top-section h2{ margin-bottom:0px; }
.inner-page .inner-page-col .bottom-section{ width:100%; float:left;}
.inner-page .inner-page-col .top-section .left{ margin-right:10px; width:50px; float:left;}
.inner-page .inner-page-col .top-section .right{ width:76%; float:left;}
.inner-page .inner-page-col .top-sectiont-icon{ width:48px; height:48px; float:left; background-repeat:no-repeat; background-position:center center; }
.inner-page .inner-page-col .top-sectiont-icon.details-analysis-icon{ background-image:url(../images/icons/details-analysis.svg);}
.inner-page .inner-page-col .top-sectiont-icon.exellent-icon{ background-image:url(../images/icons/exellent-assesment.svg);}
.inner-page .inner-page-col .top-sectiont-icon.global-test-icon{ background-image:url(../images/icons/global-test.svg);}
.inner-page .inner-page-col h2{ color:#de9132; font-size:22px; font-family: 'Open Sans Light', sans-serif, Arial; line-height:24px;}
.inner-page .inner-page-col p{ font-size:15px; font-family: 'Open Sans Light', sans-serif, Arial ;}
.inner-page .feature-bottom{ margin-top:20px; float:left; width:100%;}
.inner-page .inner-page-col2 { width:16%; border-right:1px solid #c3b19a; padding:0 15px 10px; float:left;}
.inner-page .inner-page-col2 .top-features-icon{ width:100%; height:80px; float:left; margin-bottom:10px;}
.inner-page .inner-page-col2 .top-features-icon img{ max-height:100%; max-width:100%;}

.inner-page .inner-page-col2 h3{ color:#000000; font-size:18px; font-family: 'Open Sans Semibold', sans-serif, Arial; line-height:24px; margin-bottom:10px;}
.inner-page .inner-page-col2 p{ font-size:15px; font-family: 'Open Sans Light', sans-serif, Arial ;}

.inner-page h1{ color:#000000; font-size:40px; font-family: 'Open Sans Light', sans-serif, Arial ; margin-bottom:10px;}
.inner-page p{ color:#000000; font-size:16px; line-height:22px; margin-bottom:10px;}
.inner-page .down-arrow1{ width:46px; height:46px; background-image:url(../images/icons/down-arrow-01.svg); background-repeat:no-repeat; background-position:center center; margin-bottom:20px; margin-top:10px;}
.inner-page .down-arrow2{ width:46px; height:46px; background-image:url(../images/icons/down-arrow-02.svg); background-repeat:no-repeat; background-position:center center; margin-bottom:20px; margin-top:10px;}
.inner-page p > span{ color:#306aa9;}
.inner-page h2 { color:#000000; font-size:30px; line-height:35px; margin-bottom:20px; font-family: 'Open Sans Light', sans-serif, Arial ;}
.inner-page h4 { color:#de9132; font-size:24px; line-height:28px; margin-bottom:20px;}
.inner-page h5 { float:left; width:100%; color:#306aa9; font-size:20px; font-family: 'Open Sans Semibold', sans-serif, Arial; margin-bottom:14px;}
.inner-page h6 { color:#de9132; font-size:18px; font-family: 'Open Sans Bold', sans-serif, Arial;  margin:10px 0; float:left; width:100%;}
.inner-page .row1 { margin-bottom:30px;}

.inner-page .table1 { border:1px solid #e1e1e1; background:#f4f4f4; width:100%; float:left; border-radius:5px;}
.inner-page .table1 .table-header{ border-bottom:1px solid #e1e1e1; padding:10px; width:100%; float:left;}
.inner-page .table1 .table-header span{ font-size:14px !important; color:#de9132; font-family: 'Open Sans Semibold', sans-serif, Arial;}
.inner-page .table1 .table-header .col-1{ width:15%; float:left}
.inner-page .table1 .table-header .col-2{ width:22%; float:left}
.inner-page .table1 .table-header .col-3{ width:45%; float:left ; padding-left:10px; padding-right:10px;}
.inner-page .table1 .table-header .col-4{ width:30%; float:left;  padding-left:10px; padding-right:10px;}
.inner-page .table1 .table-header .col-5{ width:70%; float:left;  padding-left:10px; padding-right:10px;}


.inner-page .table1 .table-bottom{ padding:0 10px; width:100%; float:left;}
.inner-page .table1 .table-bottom p, .inner-page .table1 .table-bottom2 p{ font-size:14px !important; font-family: 'Open Sans', sans-serif, Arial;}
.inner-page .table1 .table-bottom .col-2 { width:22%; float:left; padding-right:10px; }
.inner-page .table1 .table-bottom .col-3{ width:45%; float:left; padding-left:10px; border-left:1px solid #e1e1e1; padding-right:10px; }
.inner-page .table1 .table-bottom .col-4{ width:30%; float:left; border-left:1px solid #e1e1e1;  padding-left:10px;}
.inner-page .table1 .table-bottom2 .col-1 { width:15%; float:left; padding-right:10px; }
.inner-page .table1 .table-bottom2 .col-2 { width:22%; float:left; padding-right:10px; }
.inner-page .table1 .table-bottom2 .col-3{ width:45%; float:left; padding-left:10px; padding-right:10px; }
.inner-page .table1 .table-bottom2 .col-4{ width:30%; float:left;  padding-left:10px;}
.inner-page .table1 .table-bottom2 .col-5{ width:70%; float:left;  padding-left:10px;}


.inner-page .table1 .table-bottom2{ padding:0; width:100%; float:left;}
.inner-page ol { margin:0; padding:0 12px; }
.inner-page ol li{ margin:0; padding:0 0 8px 0; font-size:15px;}
.inner-page .table1 .table-bottom2 .row2{ padding:5px 0; width:100%; float:left; border-bottom:1px solid #e1e1e1;}
.inner-page .table1 .table-bottom2 .row3{ padding:5px 6px 1px; width:100%; float:left; border-bottom:1px solid #e1e1e1;}
.inner-page .table1 .table-bottom2 .row2 p{ margin-bottom:0;}

.inner-page .table2 { background:#336ea6; width:100%; float:left; border-radius:5px; margin-top:20px;}
.inner-page .table2 .table-header{ background-color:#2a6195; padding:10px 20px; width:100%; float:left; border-top-left-radius:5px; border-top-right-radius:5px;}
.inner-page .table2 .table-bottom{ padding:0 20px; width:100%; float:left;}
.inner-page .table2 span, .inner-page .table2 p{ font-size:16px !important; color:#fff; font-family: 'Open Sans', sans-serif, Arial; margin-bottom:0;}
.inner-page .table2 .col-1{  width:78%; float:left; padding-right:10px;}
.inner-page .table2 .col-2{  width:20%; float:left;}
.inner-page .table2 .row2 { padding:10px 0; width:100%; float:left; border-bottom:1px solid #4b87c0;}

.inner-page .table3 { border:1px solid #e1e1e1; background:#f4f4f4; width:100%; float:left; border-radius:5px;}
.inner-page .table3 .table-header{ border-bottom:1px solid #e1e1e1; padding:10px 15px; width:100%; float:left;}
.inner-page .table3 .table-header span{ font-size:14px !important; color:#de9132; font-family: 'Open Sans Semibold', sans-serif, Arial;}

.inner-page .table3 .table-bottom{ padding:0; width:100%; float:left;}
.inner-page .table3 .table-bottom p{ font-size:14px !important; font-family: 'Open Sans', sans-serif, Arial;}
.inner-page .table3 .table-bottom .col-1, .inner-page .table3 .table-header .col-1 { width:30%; float:left; padding-right:10px;  padding-left:15px;}
.inner-page .table3 .table-bottom .col-2, .inner-page .table3 .table-header .col-2{ width:70%; float:left; padding-left:15px; padding-right:10px; }
.inner-page .table3 .row2 { padding:10px 0; width:100%; float:left; border-bottom:1px solid #e1e1e1;}

.syllabus{ background:#f5f5f5;}
.featuresIng{ background:#fff7ec; margin-top:30px; padding-bottom:30px;}


.page-banner {
    padding: 0;
    background: #6ac965;
}
.page-banner.exam-banner{
    padding:186px 0 0;
	background:url(../images/exam-banner.jpg) no-repeat center bottom #1bbc9b;
	height:335px;
}
.page-banner.inside-page-banner{
    padding:100px 0 0;
	background:url(../images/inside-page-banner.jpg) no-repeat center bottom #1bbc9b;
	height:200px;
}
.page-banner.exam-banner .button-area { margin-top:18px; float:left;}
.page-banner h1 {
	font-size:45px;
	color:#fff;
	font-family: 'Open Sans Bold', sans-serif, Arial ;
	margin-bottom:14px;
	margin-top:8px;
	padding:0;
}
.page-banner h1 > span{
	font-size:22px;
	color:#fff;
	font-family: 'Open Sans', sans-serif, Arial ;
	margin-top:5px;
	padding:0;
}
.page-banner p {
	color:#fff;
	font-size:16px;
	line-height:20px;
}
.margin-right-none{ margin-right:0 !important;}
.border-right-none{ border-right:none !important;}
.border-none{ border:none !important;}
label {
	font-size: 13px;
	color: #222222;	
	font-weight: 300;
	cursor: pointer;
}

label .required {
	color: #ED2C3A;
	margin-left: 2px;
}

input[type="submit"] {
    outline: none;
}

.widget-search input[type="search"],
.contact-form input[type="text"],
.contact-form textarea,
.contact-form select,
#respond input[type="text"],
#respond textarea {
    color: #8caf86;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #c8e7c3;
    outline: none;
    width: 100%;
    padding: 10px 15px;
    display: block;
    margin-bottom: 15px;  
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.contact-form input
 {
    color: #8caf86;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #c8e7c3;
    outline: none;
    width: 100%;
    padding: 10px 15px;
    display: block;
    margin-bottom: 15px;  
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.widget-search input[type="search"]:focus,
.contact-form input[type="text"]:focus,
.contact-form textarea:focus,
#respond input[type="text"]:focus,
#respond textarea:focus,
input:focus {
	border-color: #306aa9;
	box-shadow: 0 0 3px #306aa9;
	-o-box-shadow: 0 0 3px #306aa9;
	-moz-box-shadow: 0 0 3px #306aa9;
  	-webkit-box-shadow: 0 0 3px #306aa9;
	color:#306aa9;
}
.contact-form .option{
	margin:0;
	padding:0;
	}
	.title-desc{ color:#fff;}
	.big-title {
    margin-bottom: 20px;
}
#section0{}


.team-section { width:100%; background:#f5f5f5; border:1px solid #e5e5e5; padding:15px; float:left; border-radius:5px;}
.team-section .team-ima{ width:100%; float:left; margin-bottom:10px;}
.team-section .team-text{ width:100%; float:left;}
.team-section .team-text h4{ color:#306aa9; font-size:20px; font-family: 'Open Sans', sans-serif, Arial ; margin-bottom:5px;}



/*************** Toggles & Accordion ***************/

.panel-default > .panel-heading {
}

.panel-group .panel {
	border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
	margin-bottom: 10px;
	padding:0;
	margin-top:10px;
}

.panel-default {
	border-color:#4b87c0;
	background:#ffffff;
}
.panel-body {
	padding: 10 15px;
	float:left;
	margin-top:0;
	padding:20px;
	margin-bottom:0 !important;
	border-top:1px solid #4b87c0 !important;
	color:#000000 !important;
	background:#ffffff !important;
	border-radius:0 !important;
	width:100%;
}
.panel-body span{
	margin-right:5px;
	font-weight:bold;
}

.panel-heading {
	padding: 8px 15px;
	background:#336ea6;
}

.panel-title {
	margin:5px 0;
}

.panel-title a {
	position: relative;
	display: block;
	padding: 0;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	font-size: 20px;
	color: #ffffff;


}

.panel-title span{
	margin-right:5px;
}

.panel-title a.collapsed {
	color: #ffffff;
	
}

.panel-title a.collapsed:hover {
	color: #de9132;
}

.panel-title a .control-icon {
	position: absolute;
	right: -4px;
	margin-top: -3px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	background-image:url(../images/icons/minus-icon.svg);
}
.panel-title a .control-icon:hover {
	background-image:url(../images/icons/minus-icon-hover.svg);
}

.panel-title a.collapsed .control-icon {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	background-image:url(../images/icons/plus-icon.svg);
}
.panel-title a.collapsed .control-icon:hover {
	background-image:url(../images/icons/plus-icon-hover.svg);
}
.panel-title a i {
	font-size: 1.2em;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top: none;
}
.icon-down-open{ width:22px; height:22px; float:right;  background-repeat:no-repeat; background-position:center center;}
.prof-img{ float:left; margin-right:18px; width:8%; margin-top:8px; margin-bottom:12px;}
.prof-img img{ border:2px solid #ccc;}
.prof-right{ float:left; width:100%;}
.prof-right p, .panel-body p{ font-size:14px; }
.prof-right h6{ }




.about-leadership{background:#fff}
.about-leadership .col-3 {
    width: 24.7%;
	display:inline-block;
}
.about-leadership .leaders-intro{text-align:left;margin-bottom:5em; }
.about-leadership .leaders-intro .divider{margin:1.5em auto 1em;width:130px;border-top:2px solid #3f4d4d}
@media only screen and (max-width:768px){
	.about-leadership .leaders-intro{float:none;margin:0 auto 5em;width:85%;text-align:center}
.about-leadership .leaders-intro h2{font-size:36px}
}
.about-leadership .leader{text-align:center;height:22.8em;background:transparent url(../images/bio-expand.svg) center 24em no-repeat;cursor:pointer;-webkit-transition-duration:.15s;-moz-transition-duration:.15s;-o-transition-duration:.15s;transition-duration:.15s;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}
.about-leadership .leader .portrait{width:75%;position:relative;margin:2em auto 1.5em;overflow:hidden;}
.about-leadership .leader .portrait .crop{overflow:hidden;background-size:cover;background-repeat:no-repeat}
.about-leadership .leader .portrait img{pointer-events:none}
.about-leadership .leader .portrait .mask{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(48,55,67,0);-webkit-transition-duration:.5s;-moz-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;}
.about-leadership .leader .leader-name, .about-leadership .leader .meta-name{ font-size:18px; margin-bottom:5px;}
.about-leadership .leader .leader-role, .about-leadership .leader .meta-role{font-size:14px;line-height:1.5em}
.about-leadership .leader .leader-bio{display:none}
.about-leadership .leader.bio-visible{background: url(../images/bio-expand.svg) center bottom no-repeat #1bbc9b; color:#fff;}
.about-leadership .leader:hover .mask{background-color:rgba(48,55,67,.25)}
@media only screen and (max-width:480px){.about-leadership .leader{width:48%;height:17em}}
.about-leadership .bio-holder{clear:both;overflow:hidden;background:#ebfce8;position:relative}
.about-leadership .bio-holder .bio-body{max-width:100%;padding:3em; text-align:left;}
.about-leadership .bio-holder .info-expanded{margin-bottom:1em}
.about-leadership .bio-holder .info-expanded .meta-name{float:left;margin-right:.5em;font-weight:700; font-size:18px;}
.about-leadership .bio-holder .info-expanded .meta-name:after{content:'/';margin-left:.5em}
.about-leadership .bio-holder .meta-bio{ font-size:14px; font-family: 'Open Sans', sans-serif, Arial ; line-height:18px;}
.about-leadership .bio-holder .close{position:absolute;top:20px;right:20px;cursor:pointer; opacity:1;}
.about-leadership .bio-holder .icon-x{ width:22px; height:22px; background:url(../images/icons/close-icon.svg); background-position:center center; background-repeat:no-repeat;}
.about-leadership .bio-holder .icon-x:hover{ background:url(../images/icons/close-icon-hover.svg);}


.wrapper{max-width:960px;margin:0 auto; text-align:center;}@media only screen and (max-width:768px){.wrapper{width:100%}}
section{position:relative;padding:30px 0;margin:0 auto;clear:both}
@media only screen and (max-width:480px){section{padding:10px 0}}


.common-ul{ margin-left:16px; list-style:inherit;}
.common-ul li{   font-size: 16px; margin: 0; padding: 0 0 8px; line-height:20px; color:#306aa9;}
.common-ul2{ margin-left:16px; list-style:inherit;}
.common-ul2 li{   font-size: 16px; margin: 0; padding: 0 0 8px; line-height:20px; color:#000000;}
.panel-body ul{ margin-left:16px; list-style:inherit;}
.panel-body ul li{  font-size: 16px; margin: 0; padding: 0 0 8px; line-height:20px; color:#000000;}


.common-ol{ margin-left:16px;}
.common-ol li{   font-size: 16px; margin: 0; padding: 0 0 8px; line-height:20px; color:#306aa9;}
.common-ol2{ margin-left:16px; list-style:lower-roman;}
.common-ol2 li{   font-size: 16px; margin: 0; padding: 0 0 8px; line-height:22px; color:#000000;}

.pencil{ width:325px; height:612px; position:relative; z-index:11; left:15%;}
.pencil .pencil1{ width:110px; height:612px; float:left; margin-right:2px;}
.pencil .pencil2{ width:98px; height:612px; float:left; margin-right:2px; }
.math { width:518px; height:306px; position: absolute; z-index:12; top:35%;}
.g-frame { width:512px; height:120px; position: absolute; bottom:15%; z-index:13; }
.frame-shadow {width:494px; height:22px; position: absolute; bottom:8%; z-index:12; }
.eye-ball1{ width:98px; height:94px; position:absolute;  z-index:14; left:21%; top:33px;}
.eye-ball2{ width:98px; height:94px; position:absolute;  z-index:14; right:21%; top:33px;}
.cloud { width:607px; height:442px; bottom:20%; left:14%; position:absolute; z-index:10;}

.download-btn-area{ width:100%; float:left; margin-top:40px;}
.download-btn{ border-radius:5px; background: url("../images/icons/download.svg") no-repeat scroll 12px center / 10% auto #306aa9; border: 0 none; color: #ffffff; font-size: 22px;  outline: medium none; padding:10px 16px 10px 43px;}
.download-btn:hover{  color:#fff; background: url("../images/icons/download.svg") no-repeat scroll 12px center / 10% auto #de9132;  }

.header-icon-Area{ width:auto; margin:18px auto 0; padding-left:20px; text-align:center;}
.header-icon-Area .header-icon{  margin:0 5px; float:left;}
.header-icon-Area .header-icon x-icon {
	cursor: pointer;
	height: 34px;
	width: 34px;
	border: 1px solid #fff;
	padding: 5px;
	border-radius: 3px;
}
.header-icon-Area .header-icon x-icon:not(:hover) *{ fill:#ffffff !important; }
.header-icon-Area .header-icon x-icon:hover { background: #ffffff;}
.header-icon-Area .NotificationCountIcon { margin:0 10px; float:right; } 
.header-icon-Area .NotificationCountIcon x-icon { fill:#ffffff; cursor:pointer; } 
.header-icon-Area .NotificationCount {
    background-color: #de9200;
    border-radius: 12px;
    display: inline-block;
    font-weight: bold;
    margin-left: -8px;
    padding: 5px;
    text-align: center;
	color:#fff;
	font-family:12px;
	line-height:10px;
}

.width-auto{ width:auto;}
#sequence .slide3 h1{ padding:0;}

		.feature-thumb-area{
		width:100%;
		margin-bottom:18px;
		float:leftl
		}
.feature-thumb{
		width:158px;
		padding:30px 10px;
		text-align:center;
		float:left;
		margin-right:10px;
		}
	.feature-thumb .feature-thumb-icon{
		width:75px;
		height:75px;
		text-align:center;
		margin:0 auto;
		}
		.feature-thumb .feature-thumb-icon.high-quality {
  		background: url("../images/icons/high-quality-content.svg")  no-repeat center center;
		}
		.feature-thumb .feature-thumb-icon.keep-track {
  		background: url("../images/icons/keep-track.svg")  no-repeat center center;
		}
		.feature-thumb .feature-thumb-icon.detailed-test {
  		background: url("../images/icons/detailed-test.svg")  no-repeat center center;
		}
		.feature-thumb .feature-thumb-icon.manage-time {
  		background: url("../images/icons/manage-time.svg")  no-repeat center center;
		}
		.feature-thumb .feature-thumb-icon.customize  {
  		background: url("../images/icons/customize.svg")  no-repeat center center;
		}
		.feature-thumb .feature-thumb-icon.expert  {
  		background: url("../images/icons/light-bulb.svg")  no-repeat center center;
		}
		.feature-thumb .feature-thumb-icon.discussion {
  		background: url("../images/icons/discussion2.svg")  no-repeat center center;
		}
		 
		.feature-thumb span{
			font-size:16px;
			line-height:20px;
			text-align:center;
			margin-top:10px;
			color:#ffffff;
			float:left;
		}
		.feature-thumb:hover{
				background:#143f71; 
				border-radius:5px;
				 -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration:0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
		}
 .feature-thumb.current{
				background:#143f71; 
				position: relative;
				border-radius:5px;
		}	
.feature-thumb.current:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-top-color: #143f71; border-width: 15px; margin-left: -15px;   }
		
.black-text h1, .black-text p{ color:#000000 !important;}

.request-exam-popup{ position: absolute; width:97.2%; left:0; right:0; top:160px; margin-top:20px; background-color:#ebfce8; padding:20px; cursor:pointer; border:1px solid #e6e6e6;}
.request-exam-popup:after { top: 100%; left: 87%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-top-color: #ebfce8; border-width: 15px; margin-left: -15px;   }

.request-exam-popup2{ position: absolute; width:97.2%; left:0; right:0; top:160px; margin-top:20px; background-color:#ebfce8; padding:20px; cursor:pointer; border:1px solid #e6e6e6;}
.request-exam-popup2:after { top: 100%; left: 67%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-top-color: #ebfce8; border-width: 15px; margin-left: -15px;   }
.hide{ display:none;}
.show{ display:inline-block;}
p > span { font-size:16px;}
#section1 .fp-tableCell{ display:table-row; vertical-align:top;}

.home-request{ background:rgba(27,141,113,0.80); border:2px solid #5ccbb0; border-radius:5px; padding:10px; width:100%; float:left; margin-top:20px;}
.home-request .home-reque-left{ float:left; width:60%;}
.home-request .home-reque-left p{ color:#ffffff; font-size:18px; line-height:22px; padding:5px; margin:0; font-family: 'Open Sans Semibold', sans-serif, Arial ;}
.home-request .home-reque-right{ float:right; width:40%;}
.home-button{ float:right; font-size:15px; border:none; text-align:left;color:#ffffff; line-height:16px; background:url(../images/icons/home-btn-arrow.png) no-repeat right center #316aaa; padding:6px 65px 6px 25px}
.home-button:hover{ background:url(../images/icons/home-btn-arrow.png) no-repeat right center #de9132;}
.address{ width:auto; margin:10px auto; text-align:center;}
		
*, *:before, *:after {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.animated.delay-05 {
    animation-delay: 2s;
}
.fadeInUp {
    animation-name: fadeInUp;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.frame-shadow {
    bottom: 16%;
    width: 436px;
}
.notification{ margin-right:45px; margin-top:10px !important;}
.menu-toggle { display:none;}
@media (min-width: 801px) and (max-width: 1200px) {	
		.banner-slider .banner-slider-right{ position:static; margin:150px 50px 0 50px; width:40%; float:right;}
		.banner-slider .banner-slider-left{ width:45%;}
		.cloud { width:40%; height:442px; bottom:20%; left:50px; position:absolute; z-index:10;}
		.cloud img{ max-width:100%;}
		.pencil{ width:85%; left:15%; margin-top:90px;}
		.pencil .pencil1{ width:80px;}
		.pencil .pencil2{ width:71px;}
		.math{ top:30%; width:374px;}
		.g-frame{ width:400px; bottom:17%; height:148px;}
		.eye-ball1{ width:72px;}
		.eye-ball2{ width:72px;}
		.home-request .home-reque-left { width:52%;}
		.home-request .home-reque-right {width: 48%; }
		#section1 .big-title {margin-bottom: 0;}
		#section1 h1 {padding-bottom: 5px; padding-top:30px;}
        .EM-request-exam h1 { font-size: 30px !important; padding-top:5px !important; padding-bottom:0; margin:0; line-height: 35px !important;}
		.EM-items li { margin: 0 8px 8px 0; width: 22%; }
		.EM-items .over span { font-size:16px;}
		.EM-request-exam{ padding:40px 30px !important; min-height:100% !important;}
		#section2 h1 {padding-bottom: 5px; padding-top:30px;}
		.feature-thumb { padding:20px 10px;}
		.campo-col1{ width:25% !important; float:left;}
		.campo-col2{ width:70% !important; float:left;}
}
@media (min-width: 800px) and (max-width: 1000px) {	
#section2 .container {
    max-width: 90% !important;
}
.feature-thumb{ width:125px !important;}
}
@media (min-width: 640px) and (max-width: 800px) {	

		.banner-slider .banner-slider-right{width:90%; position:static; margin:130px auto 40px 5% !important; float:left;}
		.banner-slider .banner-slider-left{ width:100%;}
		.pencil .pencil1{ width:78px; height:auto}
		.pencil .pencil2{ width:70px; height:auto}
		.pencil{ width:50%; left:30%; top:50px; height:auto}
		.math { top:14%; left:14%; width:86%;}
		.g-frame{ width:400px; left:18%; top:42%;}
		.eye-ball1{ width:88px; height:88px; right: 21%; top:26px;}
		.eye-ball2{ width:88px; height:88px; top:26px; right: 17%;}
		.cloud { height: 100%; left: 8%; top: 8%; width: 100%;}
		.home-request { margin-top:0; width:auto; margin-left:20%;}
		.home-request .home-reque-right { width:175px;}
		.home-request .home-reque-left { width:200px;}
		.frame-shadow {left: 16%; top: 56%; bottom:auto;}
		.mob-request1{ width:38% !important;}
		.mob-request2{ width:56% !important; min-height:100% !important;}
		.EM-request-exam{ padding:47px 48px !important; min-height:100% !important;}
		#global-footer .footer-top li { margin:0 10px;}
}
@media (min-width: 320px) and (max-width: 1024px) {	
	.fp-tableCell #global-footer{position:static;}
}
@media (min-width: 320px) and (max-width: 800px) {	
	.banner-slider .banner-slider-right h1, .banner-slider .banner-slider-right p { text-align:center;}
	#sequence .sequence-pagination { width:120px;}
	.feature-thumb { margin-bottom: 10px; margin-right: 0; padding: 10px; width: 120px;}
	.container > .navbar-header, .container > .navbar-collapse {margin-left: 0; margin-right: 0;}
	.panel-title a { font-size:16px; line-height:18px;}
	.container { width:95%;}
	#global-footer .container { width:100% !important;}
	#top-header .container { width:100% !important;}
	#global-footer .footer-top li { margin:0 10px; font-size:13px;}
	#section0 .container, #section1 .container, #section2 .container {width: 98%;}
}
@media (min-width:480px) and (max-width: 800px) {	
   .EM-items li { width:31%; margin: 0 10px 10px 0;}
	#section1 h1 {padding-top:20px;}
	#section1 .container {width: 85%;}
	.EM-items .over span { font-size:16px;}
	#section1 section { padding-top:5px;}
	.feature-thumb .feature-thumb-icon{ width:45px !important; height:45px !important;}
	.feature-thumb.current:after, .feature-thumb.current:before { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
	.feature-thumb.current:after { border-left-color: #143f71; border-width: 15px; margin-top: -15px; } 
	.feature-thumb.current:before { border-left-color: #143f71; border-width: 15px; margin-top: -15px; }
	.feature-thumb span { font-size: 13px !important; line-height: 16px !important; margin-top: 4px !important;}
	.feature-thumb {padding: 5px 6px; width: 94px; margin-bottom:5px;}
	#global-footer .footer-bottom .col-lg-6 { width:100% !important; margin-top:10px;}

}
@media (min-width:540px) and (max-width: 800px) {	
		.campo-col1{ width:35% !important; float:left;}
		.campo-col2{ width:65% !important; float:left;}
}
@media (min-width: 320px) and (max-width: 768px) {	
	.menu-toggle { width:35px; height:25px; padding:6px 10px; font-size:15px; float:left; display:inline !important; background:url(../images/icons/menu-icon.svg) no-repeat center center rgba(255, 255, 255, 0.8); position:absolute; left:5px; top:15px; background-size:80%; border-radius:3px; z-index:99999; }
	.menu-toggle:hover { background:url(../images/icons/menu-icon-hover.svg) no-repeat center center #0e1f1b; cursor:pointer;}
	.mobile-nav-btn { left: -15px; padding-left: 0; padding-bottom:4px; padding-top:4px; border-radius:3px; background:rgba(222, 146, 0, 1.00); position: absolute; top: 22px; width: 40px; display:none;}	
	.mobile-nav-btn .header-icon { margin:6px 3px 6px 7px !important;}
	.mobile-nav-btn .header-icon x-icon { width:25px; height:25px;}
	.navbar-brand { padding-left:30px;}
}
@media (min-width: 320px) and (max-width: 640px) {	
		.banner-slider .banner-slider-left{ width:100%;}		
		.home-request { margin-top:0; width:auto; margin-left:20%;}
		.home-request .home-reque-right { width:175px;}
		.home-request .home-reque-left { width:200px;}
		.EM-items li { width:45%;}
		.EM-items .over span { font-size:15px;}
		.mob-request1{ width:45% !important;}
		.mob-request2{ width:45% !important; }
		.mob-request2 h1 {padding-top: 1px !important; font-size:28px !important;}
		.EM-request-exam { padding: 36px 20px !important;}
		#global-footer .footer-top li a { line-height:25px;}
		.inner-page .inner-page-col { width:100% !important; margin-bottom:20px !important;}
		.inner-page .inner-page-col2 { width:100% !important; margin-bottom:20px !important; border-bottom:1px solid #c3b19a !important; border-right:none !important;}
}
@media (min-width: 520px) and (max-width: 640px) {	
		.banner-slider .banner-slider-right{width:90%; position:static; margin:80px auto 40px 5% !important; float:left;}
		.pencil .pencil1{ width:50px; height:auto}
		.pencil .pencil2{ width:45px; height:auto}
		.pencil{ width:auto; left:30%; top:0; height:auto}
		.math { top:16%; left:15%; width:72%;}
		.g-frame{ width:50%; left:18%; top:37%;}
		.eye-ball1{ width:60px; height:60px; right:18%; top:20px;}
		.eye-ball2{ width:60px; height:60px; top:20px; right: 21%;}
		.cloud { height: 100%; left: 10%; top: 13%; width: 66%;}
		.frame-shadow {bottom: auto; left: 9%; top: 48.5%; width: 70%;}
		.banner-slider .banner-slider-right h1 { font-size:30px; line-height:32px;}
		.home-request { margin-left:6%;}
		.banner-slider .banner-slider-right h1, .banner-slider .banner-slider-right p { margin-bottom:15px;}
		

}
@media (min-width: 320px) and (max-width: 540px) {	
		.banner-slider .banner-slider-right{width:90%; position:static; margin:128px auto 40px 5% !important; float:left;}
		.pencil .pencil1{ width:50px; height:auto}
		.pencil .pencil2{ width:45px; height:auto}
		.pencil{ width:auto; left:28%; top:80px; height:auto}
		.math { top:20%; left:9%; width:72%;}
		.g-frame{ width:56%; left:17%; top:38%;}
		.eye-ball1{ width:40px; height:40px; right:18%; top:15px;}
		.eye-ball2{ width:40px; height:40px; top:15px; right: 21%;}
		.cloud { height: 100%; left: 5%; top: 12%; width: 80%;}
		.frame-shadow {bottom: auto; left: 9%; top: 45.5%; width: 80%;}
		.banner-slider .banner-slider-right h1 { font-size:30px; line-height:32px;}
		.home-request { margin-left:6%;}
		.banner-slider .banner-slider-right h1, .banner-slider .banner-slider-right p { margin-bottom:15px;}
		.container > .navbar-header, .container > .navbar-collapse {margin-left: 0; margin-right: 0;}
		.navbar-brand { text-align:center; width:100%;}
		.header-non-registered .registered-user { margin:8px 5px; padding-right:12px;}
		.home-button{ padding:6px 54px 6px 15px; font-size:12px;}
		.home-request .home-reque-left {width: 135px;}
		.home-request .home-reque-left p { margin-bottom:0; font-size:12px; }
		.EM-items .over span { font-size:12px; line-height:14px;}
		.EM-request-exam { padding: 14px 20px !important;}
		.feature-thumb.current:after, .feature-thumb.current:before { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
	   .feature-thumb.current:after { border-left-color: #143f71; border-width: 10px; margin-top: -10px; } 
	   .feature-thumb.current:before { border-left-color: #143f71; border-width: 10px; margin-top: -10px; }
	   	.feature-thumb .feature-thumb-icon{ width:35px !important; height:35px !important;}
		.feature-thumb {padding: 5px !important; width: 90px !important;}
		#sequence .sequence-pagination { width: 90px !important;}
		.feature-thumb span {font-size: 12px !important; line-height: 15px !important; margin-top: 3px !important;}
		.mob-request2 h1 {padding-top: 1px !important; font-size:20px !important; line-height:23px;}
		#global-footer .footer-bottom .col-lg-6 { width:100% !important; margin-top:10px;}
		.campo-col1{ width:100% !important; float:left;}
		.campo-col2{ width:100% !important; float:left;}
		.page-banner.inside-page-banner, .page-banner.exam-banner{ height:auto; padding:20px 0;}
		.page-banner h1{ font-size:34px;}
		.banner-slider .banner-slider-left{ padding-top:0;}
		.section-inside {
  padding: 10px 0 10px!important;
}
		#section1 h1, #section2 h1{ font-size:22px; line-height:25px; padding:10px;}
	#section1 .button1 {
	padding:6px 35px 6px 8px;
	font-size:12px;
	}
	#section1 .big-title{ margin-bottom:0;}
	.EM-items .over span p{ font-size:12px; line-height:14px; height:51%; overflow:hidden; margin-top:5px !important;}
}
@media (min-width: 320px) and (max-width: 480px) {	
	.home-request .home-reque-left {width: 100% !important;}
	.home-request .home-reque-right { width: 100% !important;}
	.home-request { margin-left:0 !important;}
	.home-button {font-size: 12px; margin-top: 10px; padding: 6px 62px 6px 18px; width: 91%; text-align:center;}
	.home-button br{ display:none;}
	.home-request .home-reque-left p { line-height:14px; padding:0;}
	header { position: static; background:none repeat scroll 0 0 rgba(27, 188, 155, 0.87);}
	.notification{ margin-right:0; padding-left:0;}
	.header-icon-Area .header-icon { margin:0 10px;}
	.header-icon-Area { float:left; margin:10px 0;}
	.user-wrapper{ margin-bottom:10px;}

}
