@charset "utf-8";
/* ============================== */
/*
    Title: University Landing Page
*/
/* ============================== */


/* ---------------------------------------------------------------------- */
/*	Template Styles
/* ---------------------------------------------------------------------- */



/* General ------------------------------------*/
body {
	background: none repeat scroll 0 0 #10151c;
	font-family: 'Josefin Sans', sans-serif;
	color: #383e44;
	font-weight: 400;
	/* 1em = 10px | 1.2em = 12px | 2em = 20px | etc. */
	font-size: 0.9em;
	
	overflow-x: hidden;
}
img {
	width: auto;
	max-width: 100% !important;
}
::placeholder {
 color:#fff;
 opacity:1
}
p, li {
	color: #000;
	font-size: 1.8em;
	font-weight: normal;
}
a, a:hover {
	text-decoration: none;
}
a {
	outline: 0!important;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	margin: 2% 0;
}
h1 {
	font-size: 3.2em;
}
h2 {
	color: #000;
	font-size: 2.5em;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.3em;
}
.title h1 {
	text-align: center;
	font-weight: 400;
	line-height: 0.9em;
	margin: 1% 0;
	text-transform: uppercase;
}
.title h3 {
	text-align: center;
	font-style: italic;
	font-weight: normal;
	line-height: 0.9em;
	
}
.generic-section {
	padding: 60px 0 60px;
	background: #fff;
}
.btn {
	display: block;
	margin: 0 auto;
	border-image: none;
	box-shadow: 0 0 0;
	font-family: 'Josefin Sans', sans-serif;
	border-bottom: 2px solid #0f5496;
	background: #1968b5;
	text-shadow: 0 0 0;
	padding: 17px 27px;
}
.btn i {
	margin-right: 6px;
}
.width-100 {
	width: 100%;
}
.pt-20{
	padding-top:20px;
}
.p-0{
	padding:0 !important;
}
/*  Transitional elements
================================================== */
header .navbar ul.nav li a {
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
/* Header ------------------------------------*/
header {
	background: #ffcc00;
	margin-bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 99;
}
/* Top bar ------------------------------------*/
header .topbar {
	border-bottom: 1px solid #000;
	padding-top: 10px;
}
header .topbar h1 {
	background-image: none;
	display: inline-block;
	margin: 0;
	padding-top: 7px;
	float: left;
}
header .topbar h1 > a {
	text-indent: -99999px;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	display: block;
	height: auto;
	padding: 10px 0;
	width: 256px;
}
header .topbar .btn {
	background: #1a69b6; /* Old browsers */
	background: -moz-linear-gradient(top, #1a69b6 0%, #1968b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a69b6), color-stop(100%, #1968b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1a69b6 0%, #1968b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1a69b6 0%, #1968b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1a69b6 0%, #1968b5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1a69b6 0%, #1968b5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a69b6', endColorstr='#1968b5', GradientType=0 ); /* IE6-9 */
	color: #fff;
	display: block;
	float: right;
	font-weight: 300;
	font-size: 19px;
	margin-right: 2px;
	text-shadow: none;
	-moz-box-shadow: 0 0 3px rgba(15,84,150,0.80);
	-webkit-box-shadow: 0 0 3px rgba(15,84,150,0.80);
	box-shadow: 0 0 3px rgba(15,84,150,0.80);
	padding: 8px 7px;
}
header .topbar .btn i {
	margin-right: 10px;
}
header .topbar .btn:hover {
	background: #0095fc;
}
header .topbar .sb {
	padding: 0
}
.header-contact {
	float: right;
}
.header-contact p {
	background: #000;
	padding: 5px;
	color: #fff;
	text-align: center;
	margin: 0
}
.header-contact .contact-no {
	font-size: 18px;
	color: #000;
}
/* Slider Section ------------------------------------*/
section.sliderbox {
	/*background: url("../img/bg_section1.png") repeat transparent;*/
	background:#fff;
	padding-top: 120px;
	padding-bottom: 10px;
	
	/*background-image: linear-gradient(to right, #fcc86b, #fcb53f);*/
	/*background-image: radial-gradient(closest-side at 60% 55%, #fcc86b, #fcb53f);*/
}
.bg {
	background: #eaca49;
	
}
.bg h1 {
	font-size: 45px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.theme-default {
	padding: 0 20px 0 0;
	position: relative;
}
.theme-default .nivoSlider {
	height: inherit;
}
.theme-default .nivo-caption {
	height: 61px;
	line-height: 21px;
	padding-top: 20px;
	font-weight: bold;
	padding-left: 20px;
}
.theme-default .nivo-controlNav {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.video iframe {
	border: none;
}


/*About -----------------------------------------*/
.about-us {
	background: #ffcc00;
	text-align: center;
}
.about-us h1 {
	color: #000;
	font-size: 9em;
	text-transform: uppercase;
	text-align: center;
}
.about-us h3 {
	color: #fff;
	font-size: 6em;
	text-shadow: 2px 2px #000;
}
.about-us h4 {
	background: #000;
	color: #fff;
	display: inline-block;
	padding: 5px;
	font-size: 2.5em;
}
.about-us p {
	color: #000;
	font-size: 2.2em;
	text-align:justify
}
/*About -----------------------------------------*/

/*themes -----------------------------------------*/

.themes {
	background: #fcefc6;
	background:url(../img/background-2.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
	text-align: center;
}
.themes h1 {
	color: #c72026;
	font-size: 6em;
	text-transform: uppercase;
}
.themes h3 {
	color: #000;
	font-size: 4em;
}
/*timeline -----------------------------------------*/
.timeline {
	/*background: url(../img/exam-date-bg.png) no-repeat;*/
	background:#ffcc00;
	background-size: cover;
	background-position: bottom center;
	text-align: center;
}
.timeline h1 {
	color: #000;
	font-size: 4em;
	
}
.timeline h3 {
	color: #000;
	font-size: 3em;
}
.timeline p {
	color: #000;
	font-size: 3em;
}
.participation{
	/*background:#fcefc6;*/
	background:url(../img/background.jpg);
	background-attachment:fixed;
	
	text-align:center
}
.participation p{
	color:#000;
	font-size: 3em;
	text-transform:uppercase
}
/*committee -----------------------------------------*/
.committee {
	/*background: url(../img/exam-date-bg.png) no-repeat;*/
	background:#ffcc00;
	font-size: 16px;	
	
}
.committee h3 {
	color: #000;
	
}




/*Top University --------------------------------*/
.top-university {
	background: url("../img/test-bg.jpg") repeat transparent;
	padding-top: 80px;
	padding-bottom: 80px;
}
.top-university h1 {
	color: #000;
	font-size: 30px;
}
/* Features ------------------------------------*/
.features {
	background: url("../img/bg_section2.png") repeat transparent;
	padding-top: 80px;
}
.features h1 {
	margin-top: 0;
	font-size: 30px;
	margin-bottom: 0;
}
.features .row {
	margin-bottom: 3%;
}
.features .fea {
	text-align: center;
}
.features .fea img {
	margin-top: 40px;
	margin-bottom: 20px;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}
.features .fea:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.features .title h3 {
	color: #aaaaab;
}
.features h4 {
	font-size: 1.7em;
	text-transform: uppercase;
}
/* Animation style */
/* Caption Style 4 */
.cs-style-4 li {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}
.cs-style-4 figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.cs-style-4 figure > div {
	overflow: hidden;
}
.cs-style-4 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .cs-style-4 figure:hover img, .cs-style-4 figure.cs-hover img {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}
.cs-style-4 figcaption {
	height: 100%;
	width: 70%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .cs-style-4 figure:hover figcaption, .cs-style-4 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.cs-style-4 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 60px;
}

@media screen and (max-width: 31.5em) {
.grid {
	padding: 10px 10px 10px 10px;
}
.grid li {
	width: 100%;
}
}

@media screen and (max-width: 991px) {
	.header-contact .contact-no {
  font-size: 2.5em;
  
}
.about-us h1 {
	font-size: 4em;
}
.about-us h3 {
	font-size: 3em;
}
.about-us p {
	font-size: 2.5em;
}
.themes h1 {
	font-size: 4em;
}
.themes h3 {
	font-size: 3em;
}
.themes p {
	font-size: 3em;
}


.timeline{
	
}
.timeline h1 {
	font-size: 4em;
}
.timeline h3 {
	font-size: 3em;
}


.participation p {
	font-size: 3em;
	text-transform:capitalize
}
.committee h3 {
	font-size: 1.8em;
	
}

}
@media screen and (max-width: 767px) {
	.bg{
		margin-top:20px
	}
}
/* Testimonials ------------------------------------*/
#menu-testimonials .carousel-control {
	background: transparent;
	border-color: transparent;
	top: 15%;
}
section.testimonials {
	background: #e3e8f2 url("../img/test-bg.jpg") center center no-repeat;
	background-size: cover;
}
.testimonials .title h1 {
	color: #263d5a;
}
.testimonials .title h3 {
	color: #1968b5;
}
.testimonials .featurette {
	text-align: center;
}
.testimonials .featurette img {
	border: 3px solid #263d5a;
}
.testimonials .featurette .lead {
	color: #263d5a;
	font-style: italic;
	font-weight: normal;
	font-size: 2em;
	line-height: 29px;
	margin: 20px 0;
}
.testimonials .featurette .featurette-user {
	color: #263d5a;
	font-size: 1.4em;
	text-transform: uppercase;
}
/*bxslider*/
.bx-wrapper {
	max-width: 100%!important;
}
.bx-wrapper .bx-viewport {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: 0 0 0 !important;
	padding-bottom: 103px;
	padding-top: 50px;
}
.bx-wrapper .bx-prev {
	left: 0 !important;
}
.bx-wrapper .bx-next {
	right: -7px !important;
}
/*bxslider*/




/* Information ------------------------------------*/
.information {
	padding-top: 90px;
}
.information h1 {
	color: #263d5a;
	font-weight: normal;
}
.information h3 {
	color: #263d5a;
}
.information img {
	width: 100%;
}
.information .accordion-group {
	border-color: transparent;
}
.information .accordion-heading {
	border: 1px solid #e6e6e6;
	border-radius: 0;
	padding: 10px;
	background: #eaca49
}
.information .accordion-inner {
	border-color: transparent;
}
.information .accordion-toggle {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	display: block
}
.information .accordion-toggle i {
	color: #b3b3b3;
	float: right;
	line-height: 24px;
}
.information .accordion-heading:hover .accordion-toggle i {
	color: #1968b5;
}
.information .accordion-inner p {
	color: #424141;
	font-size: 13px;
	line-height: 24px;
	padding: 10px;
	border-bottom: 1px solid #424141
}
.information .accordion-toggle:hover {
	color: #000;
}
.information .accordion-heading:hover {
	background: #E7E7E7;
	color: #eaca49
}
.top-recruiters .title h1 {
	color: #000;
}
.top-recruiters img {
	margin-bottom: 15px;
	border: 5px solid #bcbcbc
}
.affiliations {
	background: #eaca49;
}
.affiliations .title h1 {
	color: #000;
}
.affiliations img {
	margin-bottom: 15px;
	text-align: center;
	display: inline-block;
	border: 5px solid #bcbcbc
}
.placements div {
	margin-bottom: 30px;
}
.placements .title h1, .who-we-are .title h1 {
	color: #000;
}
.placements h2 {
	color: #000;
}
.placements h3, .placements h4 {
	color: #000;
	background: none !important;
	display: block;
	text-transform: uppercase
}
.who-we-are {
	float: left;
	margin-top: 30px;
}
/* Courses ------------------------------------*/
.courses {
	background: #1968b5 url("../img/pat.png") center center;
	box-shadow: inset 0 3px 0 rgba(0,0,0,0.1), inset 0 -3px 0 rgba(0,0,0,0.1);
}
.courses .grid {
	padding: 0 10px;
}
.courses .grid figure {
	margin: 15px 15px;
}
.courses .info_context {
	bottom: 9px;
	position: absolute;
	width: 97%;
}
.no-touch .cs-style-5 figure:hover img, .cs-style-5 figure.cs-hover img {
	transform: scale(0.3) !important;
	bottom: 20px;
}
.courses .grid figcaption a.btn {
	display: block;
	margin: 0;
	border-image: none;
	box-shadow: 0 0 0;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 2px solid #0F5496;
	background: #1968b5;
	text-shadow: 0 0 0;
	float: right;
	bottom: 0;
	right: 0;
}
.courses .grid figcaption a.btn:hover {
	color: #fff;
	background: #0095fc;
}
/* Animation Style */
.cs-style-5 figure img {
	width: 100%;
	z-index: 10;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.no-touch .cs-style-5 figure:hover img, .cs-style-5 figure.cs-hover img {
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
}
.cs-style-5 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.no-touch .cs-style-5 figure:hover figcaption, .cs-style-5 figure.cs-hover figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.cs-style-5 figure a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
/* Contact ------------------------------------*/
.contact {
	background: #263d5a;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
}
.contact p {
	line-height: 19px;
}
.contact h3 {
	margin-bottom: 15px;
}
.contact #contact-form {
	margin-top: 20px;
}
.contact textarea {
	background: #182e4a;
	border-color: transparent;
	font-size: 14px;
	height: 110px;
	width: 100%;
	padding: 0;
}
.contact button {
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.content_form .btn:hover {
	background: #0095fc;
}
.contact .course-form-box {
	margin-left: 68%;
}
/*select*/
.content_form .chzn-container {
	margin-bottom: 10px;
	border-bottom: 2px solid #403f3d;
}
.content_form .chzn-container-single .chzn-single {
	background: #403f3d;
	border-color: transparent;
	box-shadow: 0 0 0;
	height: 40px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.content_form .chzn-container .chzn-single span {
	color: #fff;
	font-size: 14px;
}
.content_form .chzn-container-single .chzn-single div b {
	background: url("../js/select/chosen-sprite.png") no-repeat scroll 0 15px transparent !important
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
	background-position: -18px 15px;
}
.chzn-container-active.chzn-with-drop .chzn-single {
	background: #403f3d !important;
	border-color: transparent !important;
	box-shadow: 0 0 0 !important;
}
.chzn-container .chzn-results li.active-result {
	padding-bottom: 12px;
	padding-top: 12px;
}
.chzn-container.chzn-with-drop .chzn-drop {
	background: #403f3d;
	border-color: transparent;
	color: #fff
}
textarea:focus {
	border-color: #E9322D;
	-webkit-box-shadow: 0 0 6px #F8B9B7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #F8B9B7;
}
/* Map ------------------------------------*/
.content_map {
	height: 100%;
	left: 0;
	top: 0;
	width: 62%;
	z-index: 10;
}
.contact #map {
	height: 100%;
}
/* Footer ------------------------------------*/
footer {
	background: #10151c url("../img/envelope.png") center right no-repeat;
	color: #aaaaab;
	padding: 60px 0 0 0;
}
footer .footer-title {
	font-size: 15px;
	margin: 2% 0 3% 0;
}
footer .footer-title i {
	color: #1968b5;
}
footer h4 {
	text-transform: uppercase;
}
footer p, li {
	color: #ffffff
}
footer ul li span {
	float: right;
}
footer ul.contact-info {
}
footer ul.contact-info li {
	border-color: transparent;
	line-height: 27px;
}
footer ul.contact-info li i {
	color: #fedc1b;
	margin-right: 10px;
}
footer ul li {
	font-size: 16px;
	line-height: 36px;
	list-style: none;
	border-bottom: 1px solid #1c2128;
}
footer ul li a {
	color: #ffffff;
}
footer ul li a:hover {
	color: #2684df;
}
footer .unstyled {
	padding: 0;
}
/* Coyright ------------------------------------*/
footer .copyright {
	margin-top: 60px;
	background: #1a202a;
	padding: 30px 0 20px 0;
	text-align: center;
}
footer .copyright h6 {
	color: #aaaaab;
	margin: 0.6% 0 0 0;
}
footer .copyright ul {
	display: table;
	margin: 0 auto;
}
footer .copyright ul li {
	list-style: none;
	float: left;
	background-color: transparent;
	border-radius: 50%;
	margin: 0 10px 10px 0;
	border: 2px solid #d5d6d5;
}
footer .copyright ul li a {
	padding: 0 10px;
	color: #d5d6d5;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}
footer .copyright ul li a i {
	line-height: 18px;
}
footer .copyright ul li:hover {
	border: 2px solid #0095FC;
}
footer .copyright ul li:hover a {
	color: #0095FC;
}
.copyright .tooltip.top .tooltip-arrow {
	border-top-color: #1968b5!important;
}
.copyright .tooltip.top .tooltip-inner {
	background-color: #1968b5!important;
	font-size: 11px!important;
	text-transform: uppercase!important;
	font-family: 'Open Sans', sans-serif!important;
}
/* Go to top ------------------------------------*/
.scrollup {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 80px;
	right: 30px;
	display: none;
	background: transparent url("../img/to-top.png") center center no-repeat;
	margin: 0 auto;
	text-align: center;
}
.scrollup i {
	color: #fff;
	text-align: center;
	display: block;
	line-height: 48px;
	font-size: 20px;
	margin: 0;
	width: auto;
}
.scrollup:hover {
	opacity: 0.7;
}
.pace .pace-progress {
	background-color: #C64E58 !important;
}



/* W3C*/
@keyframes mianim {
 from {
top: 100px;
} /*Fotograma inicio*/
 to {
top: -50px;
} /*Fotograma final*/
}
/* Mozilla*/
@-moz-keyframes mianim {
 from {
top: 100px;
}
 to {
top: -50px;
}
}
/* Safari y Chrome*/
@-webkit-keyframes mianim {
 from {
top: 100px;
}
 to {
top: -50px;
}
}
@-webkit-keyframes moveFromTop {
 from {
 -webkit-transform: translateY(0%);
}
 to {
 -webkit-transform: translateY(-300%);
}
}
@-moz-keyframes moveFromTop {
 from {
 -moz-transform: translateY(0%);
}
 to {
 -moz-transform: translateY(-300%);
}
}
@-ms-keyframes moveFromTop {
 from {
 -ms-transform: translateY(0%);
}
 to {
 -ms-transform: translateY(-300%);
}
}
 @-webkit-keyframes moveFromBottom {
 from {
 -webkit-transform: translateY(200%);
}
 to {
 -webkit-transform: translateY(0%);
}
}
@-moz-keyframes moveFromBottom {
 from {
 -moz-transform: translateY(200%);
}
 to {
 -moz-transform: translateY(0%);
}
}
@-ms-keyframes moveFromBottom {
 from {
 -ms-transform: translateY(200%);
}
 to {
 -ms-transform: translateY(0%);
}
}
@-webkit-keyframes smallToBig {
 from {
 -webkit-transform: scale(0.1);
}
 to {
 -webkit-transform: scale(1);
}
}
@-moz-keyframes smallToBig {
 from {
 -moz-transform: scale(0.1);
}
 to {
 -moz-transform: scale(1);
}
}
@-ms-keyframes smallToBig {
 from {
 -ms-transform: scale(0.1);
}
 to {
 -ms-transform: scale(1);
}
}


/**********************end effect**************************/
