
/*--------------------------------------------------------------
--------------------------------------------------------------*/
html {
	font-size: 62.5%;
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
}

body, html {
    overflow-x: hidden;
}

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}


pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

a {
	background-color: transparent;
	text-decoration: none;
}


abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}


button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button,
input { /* 1 */
	overflow: visible;
}

button,
select { /* 1 */
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}


[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# TIPOGRAFIA
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
}

p {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# ELEMENTOS
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* box-sizing: inherit; */
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
    list-style-type: disc; /* Viñetas redondas */

}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# FORMAS
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# NAVEGACION
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0059a7;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
/*=======Css Global=================*/

* {
	outline: none;
}

.container {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
}


/* A PARTIR DE AQUÍ*/


/*======Header=============*/

.top-header {
    background-color: #0059a7; /* Cambia este valor al color que desees para el fondo */
    color: #ffffff; /* Cambia este valor al color que desees para el texto */
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.top-header a {
	/*text-decoration: none;*/
	/*color: #fff;*/
	/*font-family: 'Raleway', sans-serif;*/
}

.top-header .container {
    display: flex;
    flex: 1;
    flex-flow: row wrap;
    justify-content: flex-end; /* Alinea todo el contenido a la derecha */
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.top-header .container .top-header-left svg {
	margin-right: 0.4rem;
}

.top-header-left {
	display: flex;
	flex-flow: row wrap;
}

.top-header-block {
	margin-right: 2rem;
}

.top-header-right {
	display: flex;
	flex-flow: row wrap;
}

.top-header-right ul, li {
	margin: 0;
	padding: 0;
}

.top-header-right li {
	display: inline-block;

}

.social-block {
	margin-right: 0.625em;
}

.top-header-right .social-list li {
	margin-right: 0.500em;
	margin-left: 0.625em;
}

/*=================Menu Navegación===============*/

.container {
    display: flex;
    align-items: center; /* Alinea verticalmente el logo y el menú */
    justify-content: space-between; /* Alinea el logo a la izquierda y el menú a la derecha */
    padding-top: 1.375em;
    padding-bottom: 1.375em;

}

/* Menú flotante */
.floating-menu {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-56%); /* Asegúrate de centrarlo verticalmente */
    z-index: 1000;
    display: flex;
    flex-direction: column; /* Alinear los botones verticalmente */
    gap: 10px; /* Separación entre los botones */
}

/* Estilo para los botones flotantes */
.floating-button {
    display: inline-block;
    width: 50px; /* Ancho del botón */
    height: 50px; /* Altura del botón */
    background-color: #0059a7; /* Color de fondo de los botones */
    border-radius: 50%; /* Redondear completamente para que sea un círculo */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); /* Sombra para dar efecto flotante */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s, box-shadow 0.3s; /* Transición para efectos flotantes */
}

.floating-button:hover {
    transform: translateY(-5px); /* Efecto de levantar el botón al pasar el cursor */
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.7); /* Sombra más intensa en hover */
}

/* Estilo para los iconos dentro de los botones */
.floating-button img {
    width: 40px; /* Ajusta el tamaño del icono */
    height: 40px;
}
/*Menu flotante

/* Estilos del logo */
.logo img {
    max-height: 80px; /* Ajusta la altura del logo */
    margin-right: 2rem; /* Espacio entre el logo y el menú */
}

/* Estilos del menú */
.nav-desktop {
    display: flex; /* Mantén el menú en una línea */
    flex-grow: 1; /* El menú ocupa el espacio restante */
    justify-content: flex-end; /* Alinea el menú a la derecha */
}

.menu-list {
    display: flex;
    gap: 1rem; /* Añade un espacio entre los ítems */
    align-items: center; /* Alinea los elementos verticalmente */
}


.nav-desktop li, .nav-desktop li a {
    font-size: 1.6rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #3a3a3a;
	
}

.nav-desktop li {
    padding: 0.8rem;
    list-style: none;
	z-index: 9999; 
	background-color: rgba(255, 255, 255, 0.856);
	border-radius: 8px;

}

.nav-desktop ul {
    display: flex;
    flex-wrap: nowrap;
	
}

.nav-desktop ul ul {
    position: absolute;
    display: none;
    margin: 0;
}

ul > li {
    position: relative;
	
}

.nav-desktop .sub-menu {
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.sub-menu li:hover {
    background: rgba(0,0,0,0.12);
}

.menu-list > li > .sub-menu::before {
    position: absolute;
    content: "";
    border: 1px solid #1f4271;
    top: 0;
    width: 35%;
    left: 3%;
    cursor: pointer;
	
}

.sub-menu .sub-menu {
    top: -1px;
    left: 100%;
}

.menu-parent:hover > .sub-menu {
    display: block;
    z-index: 999;
    width: 20rem;
    padding-left: 0;
    text-align: left;
}

.menu-parent::after {
    content: "";
    border: solid #3a3a3a;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.menu-parent .menu-parent::after {
    content: "";
    border: solid #3a3a3a;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#bar, #close {
    display: none;
}




/*===============Banner inicial imagenes===========*/
.banner {
	position: relative;
	margin-bottom: -8px;
}

.banner img {
	width: 80%;
}

.banner .container {
	position: absolute;
	top: 0;
	left: 9.8rem;
	right: 9.8rem;
	text-align: center;
	/*font-family: 'Raleway', sans-serif;*/
	/*color: #fff;*/
	z-index: 9;
}

.banner .container h1 {
	/*font-size: 4rem;*/
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5em;
}

.banner .container h3 {
	font-weight: normal;
	/*font-size: 2rem;*/
}

/*==Banner Carousel===*/
#owl-four-nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.banner .owl-nav .owl-prev, .banner .owl-nav .owl-next{
	/*font-size: 4rem;*/
	font-weight: bold;
	background: transparent;
	border: none;
	/*color: #fff;*/
	cursor: pointer;
}

.banner #owl-four-nav {
	position: absolute;
	top: 40%;
	left: 0;
	z-index: 9;
}

/*=========oferta educativa================*/

.page-heading .container {
	text-align: center;
	/*padding-top: 6em;*/
	/*padding-bottom: 4.687em;*/
	padding-top: 6.25em;
	padding-bottom: 4.375em;
}

.page-heading .container h2 {
	/*font-size: 3rem;*/
	/*font-family: "Raleway", sans-serif;*/
	font-weight: bold;
	text-transform: uppercase;
	/*color: #000;*/
}

.page-heading {
    margin-bottom: 5px; /* Ajusta el margen inferior para reducir el espacio */
}

/*=========Popular courses  && Course Listing Page Css======*/
/*==========================
	Course listing Page
===========================*/
.course-listing-page .container, .gallery-section .container {
	padding-top: 4.0625em;
	padding-bottom: 4em; /* Reducción del padding inferior */
}

.gallery-section2 .container {
	padding-top: 4.0625em;
	padding-bottom: 0.5em; /* Reducción del padding inferior */
}

.page-heading {
    margin-bottom: 10px; /* Ajusta el margen inferior si es necesario */
}

.gallery2 {
	margin-bottom: 4.0625em;
}

.course-listing-page .button-group, 
.gallery-section .button-group, 
.gallery-section2 .button-group {
	text-align: center;
	margin-bottom: 4em; /* Reducción del margen inferior */
	position: relative;
}

.course-listing-page .button-group::after,
.gallery-section .button-group::after,
.gallery-section2 .button-group::after {
	content: "";
	position: absolute;
	border: 0.5px solid #d4d4d4;
	bottom: 0;
	width: 100%;
	left: 0;
}

.course-listing-page .button-group button,
.gallery-section .button-group button,
.gallery-section2 .button-group button {
	background: transparent;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	padding: 10px 20px; /* Ajusta el tamaño del botón */
}

.course-listing-page .button-group button:hover::after,
.gallery-section .button-group button:hover::after,
.gallery-section2 .button-group button:hover::after {
	content: "";
	position: absolute;
	border: 1px solid #1c3961;
	bottom: 0;
	width: 80%;
	left: 10%;
	z-index: 999;
}

.recent-course-single .grid {
	flex-flow: row wrap;
	justify-content: space-between;
}

.course-listing-page .grid:after {
  content: '';
  display: block;
  clear: both;
}

.course-listing-page .grid-item {
	position: relative;
	margin-right: 1.7%;
	margin-bottom: 2em; /* Ajustar este margen si es necesario */
	width: 100%; /* Ajusta la anchura del grid */
}

.course-listing-page .grid-item, .recent-course-single .grid-item {
	width: 370px;
}

.learn-courses .box-wrap,
.recent-course-single .grid-item {
	position: relative;
	margin-bottom: 0px; /* Reducción del margen inferior */
}

.learn-courses .box-wrap .img-wrap, 
.course-listing-page .grid-item .img-wrap, 
.recent-course-single .grid-item .img-wrap {
	margin-bottom: -7px;
}

.learn-courses .learn-desining-banner,
.course-listing-page .grid-item .learn-desining-banner-course,
.recent-course-single .grid-item .learn-desining-banner-course {
    position: absolute;
    left: 50%; /* Cambié esto a 50% para centrar */
    top: 44%;
    transform: translate(-50%, -50%); /* Esto centra vertical y horizontalmente */
    background: #5399c2;
    padding: 0.5em 1.5em; /* Ajusta los valores según el espacio lateral deseado */
    font-size: 1.6rem;
    font-family: "Raleway", sans-serif;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    display: inline-block; /* Permite que el botón se ajuste al tamaño del texto */
	text-align: center; /* Centra el texto dentro del botón */
	font-weight: bold; /* Pone el texto en negrita */
}

.learn-courses .learn-desining-banner:hover,
.course-listing-page .grid-item .learn-desining-banner-course:hover,
.recent-course-single .grid-item .learn-desining-banner-course:hover {
    background: #60a5ff;
}

.learn-courses .box-wrap .box-body, 
.course-listing-page .grid-item .box-body,
.recent-course-single .grid-item .box-body {
    border: none; /* Cambia el borde a ninguno */
	padding: 1.25em;
	padding-top: 2.8125em;
}

.learn-courses .box-body p, 
.course-listing-page .grid-item .box-body p,
.recent-course-single .grid-item .box-body p {
	margin-top: 1.428em;
	margin-bottom: 1.5em; /* Reducción del margen inferior */
	text-align: justify; /* Justificar el texto */
}

.learn-courses .box-body p span,
.course-listing-page .grid-item .box-body p span,
.recent-course-single .grid-item .box-body p span {
	color: #060e1a;
}

.learn-courses,
.course-listing-page .grid-item,
.recent-course-single .grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.learn-courses {
    padding-bottom: 0.005em; /* Ajusta este valor según sea necesario */
}


/*======= 2DO CARRUSEL ==========*/
.learn-courses .owl-carousel .owl-nav, .latest-news .owl-carousel .owl-nav {
	text-align: center;
    margin-top: 2.5em;
    margin-bottom: 6.25em;
    position: relative;
}

.learn-courses .owl-carousel .owl-nav button[class*="owl-"], .latest-news .owl-carousel .owl-nav button[class*="owl-"] {
    width: 45px;
    height: 45px;
    border: 2px solid #636363;
    border-radius: 100%;
    margin-right: 40px;
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="%23636363" d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"></path></svg>');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    text-indent: 50px;
    overflow: hidden;
}

.learn-courses .owl-carousel .owl-nav button.owl-next, .latest-news .owl-carousel .owl-nav button.owl-next {
    margin-right: 0;
    margin-left: 40px;
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="%23636363" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg>');
}

.learn-courses .owl-carousel .owl-nav::before, .latest-news .owl-carousel .owl-nav::before {
    content: "";
    background: #636363;
    width: 60px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.learn-courses .owl-carousel .owl-dots, .latest-news .owl-carousel .owl-dots {
	display: none;
}

/*arrows on first carousel*/
#sync1.owl-theme {
  position: relative;
  .owl-next, .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
  }
  .what-other-say .owl-prev {
    left: 20px;
  }
  .what-other-say .owl-next {
    right: 20px;
  }
}

/*=====Flex Slider===========*/

#carousel li{
	text-align: center;
	opacity: 0.5;
}

#carousel .flex-active-slide{
	opacity: 1;
}

#slider .flex-direction-nav a{
	height: 45px;
	margin-top: -100px;
}





/*===SECCIÓN ULTIMAS NOTICIAS =================*/

.latest-news {
    margin-top: 0.02em; /* Aumenta el margen superior */
}

.latest-news {
    padding-top: 0.5em; /* Ajusta este valor según sea necesario */
}

.latest-news {
    padding: 10px; /* Espacio alrededor de la sección de noticias */
}

.news-wrap {
    display: flex; /* Activar Flexbox para alinear los contenedores */
    flex-wrap: wrap; /* Permitir que los contenedores se alineen en varias líneas */
    justify-content: center; /* Centrar los contenedores horizontalmente */
    width: 100%;
}

.news-detail {
    width: 100%; /* Ajustar a 100% para ocupar todo el contenedor */
    padding: 1.5625em;
    border: 1px solid #adadad;
    box-sizing: border-box;
    margin: 1em; /* Espaciado entre los contenedores */
    min-height: 400px; /* Altura mínima para uniformidad */
    background: #fff; /* Fondo blanco para el contenedor */
}

.news-detail iframe {
    width: 100%; /* Hacer el iframe 100% del contenedor */
    height: 100%; /* Ajustar automáticamente la altura del iframe */
    min-height: 250px; /* Altura mínima del iframe para uniformidad */
}

.news-detail h1,
.news-detail h2,
.news-detail p {
    margin: 0; /* Eliminar márgenes predeterminados */
    padding: 0; /* Eliminar rellenos predeterminados */
}

/* Opcional: Estilos adicionales para los encabezados y párrafos si son necesarios */
.news-detail h1 {
    font-size: 1.8rem;
    color: #1c3961;
}

.news-detail h2 {
    font-size: 1.4rem;
    color: #585858;
}

.news-detail p {
    font-size: 1.4rem;
    color: #585858;
    margin-top: 1.71428em;
}
  
/*=======FOOTER GENERAL (SIMPLIFICADO)================*/

.page-footer {
    background-color: #09467b; /* Fondo azul oscuro */
    color: #ffffff; /* Texto en blanco */
}

.footer-last-section .container {
    display: flex; /* Activa Flexbox */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    height: 100px; /* Ajusta la altura del footer */
    padding: 0; /* Opcional: elimina el padding si no es necesario */
    text-align: center; /* Asegura que el texto esté alineado al centro */
}

.footer-last-section .container p {
    margin: 0; /* Evita márgenes adicionales */
    font-size: 1.5rem; /* Tamaño de fuente ajustado */
}




/*===================================
OTRAS PAGINAS 
=====================================*/

/*======================
	Biblioteca virtual
========================*/
.upcomming .container {
	padding-bottom: 30px !important;
}

.upcomming .container .event-wrap {
	margin-bottom: 30px;
}

.button-section {
	text-align: center;
	margin-bottom: 6.25em;
}

.button-section .button, .customer-review .button{
	display: inline-block;
	/*text-decoration: none;*/
	/*font-size: 1.8rem;*/
	/*font-family: 'Raleway', sans-serif;*/
	padding: 0.8889em 2em;
	/*background: #1c3961;*/
	/*color: #fff;*/
	text-transform: capitalize;
}

.customer-review .button {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
}

/*======================
	Contacto 
========================*/

.contact-page-section {
	/*font-family: 'Raleway', sans-serif;*/
}

.contact-page-section .container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-top: 6.25em;
	padding-bottom: 6.25em;
}

.contact-page-section .people-info-wrap {
	width: 57.265%;

}

.contact-page-section .people-info-wrap h2 {
	/*font-size: 3rem;*/
	text-transform: uppercase;
	/*color: #000;*/
}

.contact-page-section .people-info-wrap p {
	/*font-size: 1.6rem;*/
	/*color: #5c5c5c;*/
	margin-top: 1.5625em;
	margin-bottom: 2.5em;
}

.contact-page-section .people-info-wrap form span {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.contact-page-section .people-info-wrap form .input- {
	/*font-size: 1.6rem;*/
	padding: 0.875em 1.5em;
}

.people-info-wrap form .name, .people-info-wrap form .email {
	width: 48%;
}

.people-info-wrap form .subject {
	margin-top: 0.9375em;
	margin-bottom: 0.9375em;
	width: 100%;
}

.people-info-wrap form textarea {
	padding-top: 1.5em !important;
	resize: none;
	height: 8em;
}

.people-info-wrap form input[type="submit"] {
	/*font-size: 1.6rem;*/
	background: #2d77bf;
	/*color: #fff;*/
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	padding-top: 1.1em;
	padding-bottom: 1.1em;
	margin-top: 1.875em;
	cursor: pointer;
}

/*====Contact Info====*/

.contact-page-section .contact-info {
	width: 370px;
}

.contact-page-section .contact-info h2 {
	/*font-size: 3rem;*/
	text-transform: uppercase;
	/*color: #000;*/
	margin-bottom: 2em;
}

.contact-page-section .contact-list {
	margin: 0;
	padding: 0;
	padding-bottom: 1.875em;
	list-style: none;
	border-bottom: 1px solid #b9c1cd;
}

.contact-page-section .contact-list li {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 3.125em;
}

.contact-page-section .contact-list li svg {
	/*color: #000;*/
	margin-top: 5px;
	margin-right: 25px;
}

.contact-page-section .contact-social {
	margin: 0;
	margin-top: 2.25em;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: row wrap;
}

.contact-page-section .contact-social li{
	margin-right: 1.5em;
}

.map-section {
	margin-bottom: -7px;
}

/*======================
Estilos para la sección de la Institución y titulación
========================*/

/* Estilo general de la sección "Sobre Nosotros" */
.about-upper-section {
	/* font-family: 'Raleway', sans-serif; */
}

/* Contenedor de la sección "Quiénes somos" */
.about-upper-section .container {
	display: flex;  /* Flexbox para organizar los elementos en fila */
	flex-flow: row wrap;  /* Permite que los elementos se acomoden en varias filas si es necesario */
	justify-content: space-between;  /* Distribuye el espacio entre los elementos */
	padding-top: 5.625em;  /* Espaciado superior */
}

/* Estilo de la subsección "Quiénes somos" */
.about-upper-section .who-we-are {
	width: 100%;  /* Se ajusta al 100% del contenedor */
	padding: 0 1em;  /* Relleno a los lados para pantallas más pequeñas */
}

/* Estilo de los párrafos dentro de "Quiénes somos" */
.about-upper-section .who-we-are p {
	font-size: 4rem;  /* Tamaño de texto */
	color: #333;  /* Color de texto */
	margin-bottom: 1.875em;  /* Espaciado debajo del párrafo */
	line-height: 1.8;  /* Altura de línea para mejorar la legibilidad */
}

/* Estilo de los encabezados dentro de la sección */
.top-heading {
	font-size: 2.5rem;  /* Tamaño de fuente ajustado para encabezados */
	color: #222;  /* Color del texto */
	text-transform: uppercase;  /* Hace que el texto esté en mayúsculas */
	margin-bottom: 1.1667em;  /* Espaciado debajo del encabezado */
}

/* Sección "Nuestra Historia" */
.about-upper-section .our-story {
	width: 100%;  /* Se ajusta al 100% del contenedor */
}

/* Estilo de la lista dentro de "Nuestra Historia" */
.about-upper-section .our-story ul {
	margin: 0;  /* Elimina el margen predeterminado */
	padding: 0;  /* Elimina el relleno predeterminado */
}

/* Estilo de los elementos de la lista dentro de "Nuestra Historia" */
.about-upper-section .our-story ul li {
	margin-bottom: 2.5em;  /* Espaciado entre los elementos de la lista */
}

/* Ajuste para los iconos SVG dentro de "Nuestra Historia" */
.about-upper-section .our-story svg {
	margin-right: 20px;  /* Espaciado a la derecha de los iconos */
}

/* Contenedor de los miembros del equipo */
.team-members .container {
	text-align: center;  /* Centra el texto dentro del contenedor */
	padding-top: 3.75em;  /* Espaciado superior */
	padding-bottom: 8.125em;  /* Espaciado inferior */
}

/* Estilo para la cuadrícula de los miembros del equipo */
.team-members .developer-grid {
	display: grid;  /* Usando grid layout para los miembros del equipo */
	grid-template-columns: repeat(4, 1fr);  /* 4 columnas de igual tamaño */
	grid-gap: 30px;  /* Espaciado entre los elementos de la cuadrícula */
	margin-top: 3.75em;  /* Espaciado superior para la cuadrícula */
}


/* ESTILO DEL BTN DE CÉDULA */

/* From Uiverse.io by Nawsome */ 
.continue-application {
    --color: #fff;
    --background: #404660;
    --background-hover: #3A4059;
    --background-left: #2B3044;
    --folder: #F3E9CB;
    --folder-inner: #BEB393;
    --paper: #FFFFFF;
    --paper-lines: #BBC1E1;
    --paper-behind: #E1E6F9;
    --pencil-cap: #fff;
    --pencil-top: #275EFE;
    --pencil-middle: #fff;
    --pencil-bottom: #5C86FF;
    --shadow: rgba(13, 15, 25, .2);
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    font-size: 30px; /* Tamaño del texto incrementado */
    font-weight: 500;
    line-height: 24px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    padding: 25px 40px 25px 80px; /* Botón más grande */
    transition: background 0.3s;
    color: var(--color);
    background: var(--bg, var(--background));
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex; /* Usar flexbox para la alineación */
    align-items: center; /* Centrado vertical */
}

.continue-application > div {
    display: flex; /* Añadido para centrar verticalmente */
    align-items: center; /* Centrar carpeta verticalmente */
    justify-content: center;
    height: 100%; /* Ocupa todo el alto del botón */
    top: 0;
    left: 0;
    bottom: 0;
    width: 53px;
    position: absolute;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
    background: var(--background-left);
}

.continue-application > div .folder {
    width: 23px;
    height: 27px;
    position: relative; /* Cambiado de absolute para centrar */
}

.continue-application > div .folder .top {
    left: 0;
    top: 0;
    z-index: 2;
    position: absolute;
    transform: translateX(var(--fx, 0));
    transition: transform 0.4s ease var(--fd, 0.3s);
}

.continue-application > div .folder .top svg {
    width: 24px;
    height: 27px;
    display: block;
    fill: var(--folder);
    transform-origin: 0 50%;
    transition: transform 0.3s ease var(--fds, 0.45s);
    transform: perspective(120px) rotateY(var(--fr, 0deg));
}

.continue-application > div .folder:before,
.continue-application > div .folder:after,
.continue-application > div .folder .paper {
    content: "";
    position: absolute;
    left: var(--l, 0);
    top: var(--t, 0);
    width: var(--w, 100%);
    height: var(--h, 100%);
    border-radius: 1px;
    background: var(--b, var(--folder-inner));
}

.continue-application > div .folder:before {
    box-shadow: 0 1.5px 3px var(--shadow), 0 2.5px 5px var(--shadow), 0 3.5px 7px var(--shadow);
    transform: translateX(var(--fx, 0));
    transition: transform 0.4s ease var(--fd, 0.3s);
}

.continue-application > div .folder:after,
.continue-application > div .folder .paper {
    --l: 1px;
    --t: 1px;
    --w: 21px;
    --h: 25px;
    --b: var(--paper-behind);
}

.continue-application > div .folder:after {
    transform: translate(var(--pbx, 0), var(--pby, 0));
    transition: transform 0.4s ease var(--pbd, 0s);
}

.continue-application > div .folder .paper {
    z-index: 1;
    --b: var(--paper);
}

.continue-application > div .folder .paper:before,
.continue-application > div .folder .paper:after {
    content: "";
    width: var(--wp, 14px);
    height: 2px;
    border-radius: 1px;
    transform: scaleY(0.5);
    left: 3px;
    top: var(--tp, 3px);
    position: absolute;
    background: var(--paper-lines);
    box-shadow: 0 12px 0 0 var(--paper-lines), 0 24px 0 0 var(--paper-lines);
}

.continue-application > div .folder .paper:after {
    --tp: 6px;
    --wp: 10px;
}

.continue-application > div .pencil {
    height: 2px;
    width: 3px;
    border-radius: 1px 1px 0 0;
    top: 8px;
    left: 105%;
    position: absolute;
    z-index: 3;
    transform-origin: 50% 19px;
    background: var(--pencil-cap);
    transform: translateX(var(--pex, 0)) rotate(35deg);
    transition: transform 0.4s ease var(--pbd, 0s);
}

.continue-application > div .pencil:before,
.continue-application > div .pencil:after {
    content: "";
    position: absolute;
    display: block;
    background: var(--b, linear-gradient(var(--pencil-top) 55%, var(--pencil-middle) 55.1%, var(--pencil-middle) 60%, var(--pencil-bottom) 60.1%));
    width: var(--w, 5px);
    height: var(--h, 20px);
    border-radius: var(--br, 2px 2px 0 0);
    top: var(--t, 2px);
    left: var(--l, -1px);
}

.continue-application > div .pencil:before {
    -webkit-clip-path: polygon(0 5%, 5px 5%, 5px 17px, 50% 20px, 0 17px);
    clip-path: polygon(0 5%, 5px 5%, 5px 17px, 50% 20px, 0 17px);
}

.continue-application > div .pencil:after {
    --b: none;
    --w: 3px;
    --h: 6px;
    --br: 0 2px 1px 0;
    --t: 3px;
    --l: 3px;
    border-top: 1px solid var(--pencil-top);
    border-right: 1px solid var(--pencil-top);
}

.continue-application:before,
.continue-application:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    border-radius: 1px;
    background: var(--color);
    transform-origin: 9px 1px;
    top: 50%; /* Centrado vertical */
    right: 16px;
    transform: translate(-50%, -50%) rotate(var(--r, -45deg));
    transition: transform 0.3s;
}

.continue-application:after {
    --r: 45deg;
}

.continue-application:hover {
    --cx: 2px;
    --bg: var(--background-hover);
    --fx: -40px;
    --fr: -60deg;
    --fd: .15s;
    --fds: 0s;
    --pbx: 3px;
    --pby: -3px;
    --pbd: .15s;
    --pex: -24px;
}



/*============================
Licenciaturas
==============================*/

#course-page {
	/*font-family: 'Raleway', sans-serif;*/
}

#course-page .container {
	padding-top: 5em;
	padding-bottom: 6.25em;
	margin-top: 0;
}

#course-page .course-detail {
	width: 77rem;
	text-align: center;
}

#course-page .course-detail h2 {
	/*font-size: 3rem;*/
	/*color: #000;*/
	text-transform: uppercase;
	text-align: center;
}

#course-page .course-detail header {
	display: flex;
	flex-flow: row wrap;
	margin-top: 2.25em;
}

.course-detail .course-box {
	width: 186px;
	text-align: center;
	border-right: 1px solid #adadad;
	display: flex; /* Establecer como flexbox para el centrado vertical */
	flex-direction: column; /* Alinear los elementos de arriba a abajo */
	justify-content: center; /* Centrar verticalmente */
	align-items: center; /* Centrar horizontalmente */
	padding: 0.5rem; /* Añadir un pequeño padding para que los elementos no estén pegados */
}

.course-detail .course-box:last-child {
	border: none;
}

.course-detail .course-box i {
	margin-bottom: 1.6rem;
	/*color: #1c3961;*/
	font-size: 2rem; /* Asegúrate de que los iconos tengan un tamaño adecuado */
}

.course-detail .course-box p {
	/*font-size: 1.4rem;*/
	color: #000000;
}

.course-detail .course-box h3 {
	/*font-size: 1.6rem;*/
	text-transform: capitalize;
	/*color: #1c3961;*/
}

.course-detail .course-box button {
	/*background: #1c3961;*/
	/*color: #fff;*/
	/*font-size: 1.6rem;*/
	padding: 0.875em 2em;
	border: none;
	text-transform: capitalize;
	margin-top: 1em;
	/*font-family: 'Raleway', sans-serif;*/
	cursor: pointer;
}

.course-detail .course-intro {
	padding-top: 6.25em;
}

.course-detail h3 {
	/*font-size: 2.4rem;*/
	text-transform: capitalize;
	/*color: #000;*/
}

.course-detail p {
	/*font-size: 1.6rem;*/
	/*color: #646464;*/
	text-align: justify;
	line-height: 1.5;
}

.course-detail .course-intro p {
	margin-top: 1.25em;
	/*margin-bottom: 2.5em;*/
}

.course-objective h3 {
	margin-top: 1.6667em;
}

.course-objective p {
	margin-top: 1rem;
	margin-bottom: 1.4rem;
}

.course-objective ul {
	padding-left: 10px;
}

.course-objective li {
	text-align: justify; 
}

.course-objective li:before {
	content: "";
	border: solid #000;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	margin-right: 7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#course-page .reserve-course h2 {
	/*font-size: 2rem;*/
	font-weight: 500;
	margin-bottom: 1.25em;
}

#course-page aside .reserve-course {
	margin-top: -45em; /* Ajustar posición más arriba */
	padding-left: 0px;

}

#course-page aside .reserve-course img {
	width: 100%; /* Ajustar el tamaño al contenedor */
	height: auto; /* Mantener proporción */
	border-radius: 8px; /* Opcional: esquinas redondeadas */
}



/*===========================
BIBLIOTECA VIRTUAL
===========================*/

/* Estilos generales */


h1 {
    text-align: center;
    color: black;
    font-size: 24px;
}

/* Estilo de la lista de pestañas */
ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Espacio entre botones */
    justify-content: center; /* Centra los botones */
    margin-top: 30px;
}

/* Estilo de los elementos de la lista */
li {
    display: inline-block;
}

/* Estilo de los enlaces de las pestañas */
.tab-link {
    background-color: white;
    color: black;
    border-radius: 10px; /* Menos redondeo */
    font-size: 17px;
    font-weight: 600;
    padding: 1em 2em;
    cursor: pointer;
    text-decoration: none; /* Eliminar subrayado */
    transition: all 0.3s ease-in-out;
    border: 1px solid black;
    box-shadow: 0 0 0 0 black;
    display: inline-block; /* Para que se comporte como un botón */
    text-align: center;
}

/* Efecto al pasar el mouse sobre la pestaña */
.tab-link:hover {
    transform: translateY(-4px) translateX(-2px);
    box-shadow: 2px 5px 0 0 black;
}

/* Efecto al hacer clic en la pestaña */
.tab-link:active {
    transform: translateY(2px) translateX(1px);
    box-shadow: 0 0 0 0 black;
}

/* Estilo para la pestaña activa */
.tab-link.active {
    background-color: #007BFF; /* Color de fondo de la pestaña activa */
    color: white; /* Texto blanco cuando está activo */
    text-align: center; /* Centrado del texto */
    box-shadow: 2px 5px 0 0 black; /* Caja de sombra al estar activa */
    border: 1px solid #007BFF; /* Borde con el mismo color azul de la pestaña activa */
}

/* Estilo del contenido de las pestañas */
.tab-content {
    display: none;
    margin-top: 30px;
}

.tab-content.active {
    display: block;
}

.search {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    margin: 10px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
}

/* Estilo de la tabla */
table {
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
    border: 1px solid #ddd;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

table th, table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

table ul {
    list-style-type: disc; /* Viñetas redondas */
    padding-left: 20px; /* Espacio para las viñetas */
    margin: 0; /* Eliminar márgenes predeterminados */
}

table li {
    margin-bottom: 10px; /* Espacio entre los elementos de la lista */
}

table th {
    background-color: #007BFF;
    color: white;
    font-weight: bold;
}

table tr:hover {
    background-color: #f1f1f1;
}

table a {
    color: #007BFF;
    text-decoration: none;
    display: block; /* Para que cada enlace esté en una nueva línea */
}

table a:hover {
    text-decoration: underline;
}

/* Estilo para paginación */
.ea-advanced-data-table-pagination {
    text-align: center;
    margin-top: 20px;
}

.ea-adtp-current {
    font-weight: bold;
    color: #007BFF;
}

.ea-adtp-show, .ea-adtp-1st, .ea-adtp-last {
    color: #007BFF;
    text-decoration: none;
    padding: 5px 10px;
}

.ea-adtp-show:hover, .ea-adtp-1st:hover, .ea-adtp-last:hover {
    background-color: #f1f1f1;
    border-radius: 5px;
}

/* SUB BOTONES */

ul {
    list-style: none;
    padding: 15px 15px; /* Reduce el espacio total */
    display: flex;
    flex-wrap: wrap;
    gap: 8px; /* Menor espacio entre botones */
}

li {
    display: inline-block;
}

.semester-link {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border-radius: 8px; /* Bordes ligeramente más pequeños */
    font-size: 13px; /* Texto más pequeño */
    font-weight: 600;
    padding: 8px 16px; /* Menor espacio interno */
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid black;
    box-shadow: rgb(9, 4, 87) 0px 5px 0px 0px; /* Sombra más sutil */
    text-align: center;
    width: 100px; /* Ancho reducido */
    height: 40px; /* Altura reducida */
    display: flex;
    justify-content: center;
    align-items: center;
}

.semester-link:hover {
    box-shadow: #007BFF 0px 4px 0px 0px; /* Sombra reducida */
}

.semester-link.active {
    background-color: #007BFF; /* Azul para el botón activo */
    color: #ffffff; /* Texto blanco para contraste */
    border: 1px solid #007BFF; /* Borde azul */
    box-shadow: none; /* Elimina la sombra */
}




/*===========================
RESPONSIVE STYLESHEET
===========================*/

@media screen and (max-width: 1199px) {
	.container {
		max-width: 1000px;
		padding-left: 15px;
		padding-right: 15px;
	}

	/*=====Popular Courses====*/

	.learn-desining-banner {
		left: 15%;
		top: 53% !important;
		/*background: #009450;*/
		padding: 0.9375em 2em 1em 2em;
	}

	/*====UPcomming Event====*/
	.event-wrap .details {
	width: 70%;
	padding: 1em;
	top: 3%;
	}

	/*===What Other Say*/
	.what-other-say .container {
	padding: 4.375em 1em;
	}

	/*=====Lates New Section====*/
	.news-detail {
		top: 47%;
	}

	.latest-news .container .owl-carousel .owl-nav {
		margin-top: 0;
	}
	

	/*==Footer Line Part=====*/
	.page-footer .footer-second-section .footer-line {
		width: 38%;
	}

	.page-footer .footer-second-section .social-list {
		width: 23%;
	}
	
	/*=====================================
		About Page
	======================================*/

	.team-members .developer-grid {
		grid-template-columns: repeat(3, 1fr);
		width: 870px;
		margin-left: auto;
		margin-right: auto;
	}

	/*=====================================
		Course Listing Page
	======================================*/

	.course-listing-page .button-group::after, 
	.gallery-section2 .button-group::after{
		left: 23%;
	}

	.course-listing-page .grid {
		justify-content: space-around;
	}

	/*=====================================
		Course Single Page
	======================================*/
	#course-page .course-detail, .testimonial-page .customer-review {
		width: 77%;
		margin-right: auto;
		margin-left: auto;
	}

	#course-page .container {
		padding-bottom: 1.25em;
	}

	#course-page aside, .testimonial-page aside {
		margin-top: 4em;
	}

	.recent-course-single .grid {
		justify-content: space-around;
	}

	.testimonial-page aside, .testimonial-page .submit-testimonials {
		margin-right: auto;
		margin-left: auto;
	}

}

@media screen and (max-width: 1024px) {
	.container {
		max-width: 800px;
	}

	.top-header .top-header-left {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2em;
	}

	.top-header .top-header-left .top-header-block:last-child {
		margin-right: 1em;
	}

	.top-header .top-header-right {
		margin-left: auto;
		margin-right: auto;
	}

	.top-header-right .social-block {
		margin-right: 3em;
	}


	/*====navigation=====*/
	.menu-list {
		flex-direction: column;
	}	

	.nav-desktop {
		display: none;
		width: 250px;
	}

	.nav-desktop li, .nav-desktop li a {
		font-size: 1.4rem;
		font-family: 
	}

	.nav-desktop ul ul {
		position: static;
	}

	#bar {
		display: inline-block;
		font-size: 40px;
		cursor: pointer;
	}

	#close {
		display: none;
		font-size: 40px;
		cursor: pointer;
	}

	.menu-list > li > .sub-menu::before {
		content: "";
		border: none;
	}

	.menu-parent .menu-parent::after {
		content: "";
		border: solid #3a3a3a;
	  	border-width: 0 3px 3px 0;
	  	display: inline-block;
	  	padding: 3px;
	  	margin-left: 10px;
	  	transform: rotate(45deg);
	  	-webkit-transform: rotate(45deg);
	}

	.menu-parent:hover::after,
	.menu-parent .menu-parent:hover::after {
		content: "";
		border: none;
		display: none;
	}

	/*========Banner section====*/
	.banner .container h1 {
		margin-top: 3em;
	}

	/*=====Popular Courses====*/

	.learn-desining-banner {
		left: 5%;
		top: 45% !important;
		padding: 0.9375em 3.5625em 1em 3.5625em;
	}

	/*=============Upcomming Event=============*/

	.events-section .container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.event-wrap {
		margin-left: 10%;
		margin-bottom: 2em;
	}

	.event-wrap:last-child {
		margin-bottom: 0;
	}

	.event-wrap .img-wrap {
		width: 420px;
	}

	.event-wrap .details {
		width: 271px;
		left: 80%;
		top: 8%;
	}


	/*=====Lates New Section====*/
	.news-detail {
		top: 35%;
	}

	/*==Footer Line Part=====*/
	.page-footer .footer-second-section .footer-line {
		width: 30%;
	}

	.footer-second-section .footer-line:first-child {
		margin-left: 0;
		margin-right: 2em;
	}

	.footer-second-section .footer-line:last-child {
		margin-right: 0;
		margin-left: 2em;
	}

	.page-footer .footer-second-section .social-list {
		width: 30%;
	}

	/*=====================================
		Contact Page
	======================================*/

	.contact-page-section .people-info-wrap{
		margin-right: auto;
		margin-left: auto;
	}

	.contact-page-section .contact-info {
		margin-top: 3em;
		margin-left: auto;
		margin-right: auto;
	}

	/*=====================================
		About Page
	======================================*/

	.about-upper-section .who-we-are {
		margin-left: auto;
		margin-right: auto;
	}

	.about-upper-section .our-story {
		margin-left: auto;
		margin-right: auto;
	}

	.team-members .developer-grid {
		grid-template-columns: repeat(2, 1fr);
		width: 570px;
	}

	/*=====================================
		Course Listing Page
	======================================*/

	.course-listing-page .button-group::after,
	.gallery-section2 .button-group::after{
		left: 16%;
	}

	.course-listing-page .grid {
		justify-content: space-between;
	}

	/*=====================================
		Course Single Page
	======================================*/

	#course-page .course-detail .course-box {
		margin-bottom: 2em;
	}

	#course-page .course-intro {
		padding-top: 3em;
	}
	
}

@media screen and (max-width: 767px) {
	.container {
		max-width: 450px;
	}

	.site-header .top-header .container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 1em;
		font-size: 20px;
	}

	.top-header .top-header-left {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 1em;
		margin-bottom: 0;
	}

	.top-header-left .top-header-block {
		margin: 0;
		margin-bottom: 1em;
	}

	.top-header-right {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 1em;
	}

	.top-header-right .social-block {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 1em;
	}

	.top-header-right .login-block {
		margin-right: auto;
		margin-left: auto;
	}
	/*====Banner=======================*/

	.banner .container h1 {
		font-size: 3.5rem;
		margin-top: 2em;
	}

	.banner .container h3 {
		font-size: 1.8rem;
	}

	/*====Popular Courses======*/
	.learn-desining-banner {
		top: 50% !important;
	}
	/*===Upcomming Events====*/
	.events-section .event-wrap {
		margin-left: 10px;
	}

	/*===Footer Links Section============*/

	.page-footer .footer-first-section .container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 40px;
	}

	.page-footer .footer-first-section .container .box-wrap {
		width: 100%;
	}

	.footer-first-section .container .box-wrap header h1 {
		font-size: 2.5em;
	}

	.footer-first-section .container .box-wrap p,
	.footer-first-section .container .box-wrap h4,
	.footer-first-section .container .box-wrap ul li a
	 {
		font-size: 1.7em;
	}

	.footer-first-section .container .box-wrap ul li a {
		margin-left: 15px;
	}

	.footer-first-section .container .box-wrap ul li {
		margin-bottom: 25px;
	}

	.footer-first-section .recent-course-wrap {
		justify-content: unset;
	}

	.footer-first-section .recent-course-wrap .course-name {
		margin-left: 15px;
	}

	.footer-first-section .container .box-wrap .quick-contact textarea {
		margin-top: 35px;
		margin-bottom: 35px;
	}

	/*==Footer Line Part=====*/
	.page-footer .footer-second-section .footer-line {
		display: none;
	}

	.page-footer .footer-second-section .social-list {
		width: 100%;
	}

	.page-footer .footer-second-section .social-list li {
		margin-right: 11%;
	}

	.page-footer .footer-second-section .social-list li a svg {
		font-size: 30px;
	}

	.page-footer .footer-last-section {
		margin-top: 20px;
	}


	/*=====================================
		Contact Page
	======================================*/

	.contact-page-section .people-info-wrap form span{
		flex-flow: column wrap;
	}

	.contact-page-section .people-info-wrap form span .name,
	 .contact-page-section .people-info-wrap form span .email {
	 	width: 100%;
	 }

	.contact-page-section .people-info-wrap form span .name {
		margin-bottom: 0.9375em;
	}

	/*=====================================
		About Page
	======================================*/
	.team-members .developer-grid {
		grid-template-columns: repeat(1, 1fr);
		width: 270px;
	}

	/*=====================================
		Course Listing Page
	======================================*/

	.course-listing-page .button-group::after,
	.gallery-section2 .button-group::after{
		width: 370px;
		left: 5%;
	}

	.course-listing-page .grid {
		justify-content: space-between;
	}
	/*testimonial*/

	.testimonial-page aside {
		width: 270px !important;
	}
}

@media screen and (max-width: 550px) {
	.container {
		max-width: 300px;
	}

	.top-header-right .social-list li {
		margin-right: 40px;
	}

	.top-header-right .social-list li:nth-last-child(n+3){
		margin-bottom: 30px;
	}

	.top-header-right .social-list li svg {
		font-size: 25px;
	}
	/*Banner Container*/

	.banner .container {
		left: 1rem;
		right: 1rem;
	}

	.banner .container h1 {
		font-size: 2.5rem;
		margin-top: 0.5em;
	}

	.banner .container h3 {
		font-size: 1.5rem;
	}

	#owl-four-nav button {
		padding: 0;
	}

	/*===Popular Courses==*/

	.learn-courses .learn-desining-banner, 
	.course-listing-page .grid-item .learn-desining-banner-course, 
	.recent-course-single .grid-item .learn-desining-banner-course {
		top: 37% !important;
		left: 3%;
		padding: 10px 20px;
	}

	.events-section .event-wrap,
	.upcomming .container .event-wrap
	 {
		margin-bottom: 280px;
		margin-left: auto;
		margin-right: auto;
	}

	.events-section .event-wrap,
	.events-section .event-wrap .img-wrap 
	{
		width: 280px;
	}

	.events-section .event-wrap .details {
		left: 2%;
		top: 80%;
	}

	/*Query Section*/

	.query-section .container p a {
		display: block;
		margin: 0;
	}

	/*==footere=============*/

	.page-footer .footer-second-section .social-list li {
		margin-right: 15%;
	}

	.page-footer .footer-second-section .social-list li:first-child {
		margin-left: 40px;
		margin-bottom: 30px;
	}

	.page-footer .footer-second-section .social-list li:nth-child(4){
		margin-left: 26%;
	}

	/*=========================
		Course Listing Page
	==========================*/

	.course-listing-page .button-group::after, 
	.gallery-section2 .button-group::after {
		width: 240px;
	}

	.course-listing-page .grid-item, 
	.recent-course-single .grid-item {
    width: 270px;
	}
}

.what-other-say .wrap-others-say #carousel .flex-active-slide {
    height: 220px;
    width: 150px !important;
}

#carousel .flex-active-slide .hidden {
	display: block;
}

#carousel {
	margin-bottom: 0;
}

#carousel .flex-viewport {
	overflow-y: visible !important;
}

.hidden {
	display: none;
}