@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fira+Sans+Extra+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
font-family: 'Fira Sans', sans-serif;
font-family: 'Fira Sans Condensed', sans-serif;
font-family: 'Fira Sans Extra Condensed', sans-serif;
*/

* {
	outline: none!important;	
			transition: all ease-in-out .3s;	
}
html {
	position: relative;
	min-height: 100%;
}
body {
	-webkit-tap-highlight-color: transparent;	
	   -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	margin-bottom: 90px;	
	background:#ffffff;
	font-family: 'Fira Sans', sans-serif;
	font-weight:300;
  	color: #575757;
	font-size:16px;
	line-height:1.5;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 90px;
	background: #1e2127;
	color: #fff;
}
*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

:focus {
    outline: -mos-focus-ring-color auto 0px;
}
:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	text-align:center;
	margin:30px 0;
	font-weight:400;
}

.btn {
    border-radius: 0px;
    font-size: 14px;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #4b8bf6;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
button:focus {
    outline: 0px dotted;
}

a,
button,
input {
    outline: medium none;
    color: #15273e;
}
ul {
    margin: 0px;
    padding: 0px;
}
img {
	max-width: 100%;
}

.wrapper .body-overlay {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}
.wrapper.overlay-active .body-overlay {
    opacity: 1;
    visibility: visible;
}
main {
	margin-top: 50px;
	padding-bottom: 50px;
}

/* HEADER */
.transparent-bar {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.sticky-bar.stick {
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #fff;
    border-bottom: 0 solid #4a90e2;
    box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
}
.logo {
    transition: all 0.3s ease 0s;
	font-size: 2em;
	font-weight: 900;
	color: #fff;
}
.logo a{
	color: #fff;
}
.stick .main-menu ul li a {
    color: #15273e;
    line-height: 70px;
}
.stick .logo a{
	color: #15273e;
}
.stick .header-scool button i {
    color: #15273e;
}
.stick .header-scool button:hover i {
    color: #4b8bf6;
}

.header-area {
	background: #1e2127;
	padding-left: 60px;
    padding-right: 60px;
}
.header-area .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

.header-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
	.header-area {
		padding: 20px 0;
	}
    .header-area.stick {
        padding: 21px 0 16px;
    }
}
@media (max-width: 991px) {
	.header-area .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-right-wrap {
		margin-right: 75px;
	}	
}

/* MENU */
@media (max-width: 991px) {
    .main-menu {
        display: none;
    }
}
.main-menu ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 16px;
    position: relative;
}
.main-menu ul li a {
	font-family: 'Fira Sans Condensed', sans-serif;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    line-height: 80px;
    text-transform: uppercase;
    display: inline-block;
}

.main-menu ul li:hover > a {
    color: #4b8bf6;
}
.main-menu nav > ul > li > ul.submenu {
    background-color: #fff;
    left: 0;
    padding: 30px 20px;
    width: 200px;
}
.main-menu nav > ul > li > ul.submenu {
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    display: block;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 999;
}
.main-menu nav > ul > li:hover > ul.submenu {
    transform: rotateX(0deg);
    visibility: visible;
}
.main-menu nav > ul > li > ul.submenu > li {
    display: block;
    float: left;
    margin: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
}
.main-menu ul li ul li a {
	font-family: 'Fira Sans Condensed', sans-serif;
    color: #15273e;
    display: block;
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    padding-top: 0;
    text-align: left;
    text-transform: capitalize;
}
.main-menu nav > ul > li > ul.submenu > li a {
    padding-bottom: 20px;
}
.main-menu nav > ul > li > ul.submenu > li:last-child a {
    padding-bottom: 0px;
}

.stick .main-menu ul li ul li a {
    line-height: 1;
    color: #15273e;
}
.stick .main-menu ul li:hover > a {
    color: #4b8bf6;
}

/*NAV right*/
.header-right-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.3s ease 0s;
}
.header-right-wrap div:first-child{
	margin-right: 20px;
}	
.bar-icon img {
	width: 40px;
	border-radius: 100%;
}
.header-scool button,
.bar-icon button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    transition: all .3s ease 0s;
    cursor: pointer;
}
.header-scool button i{
    color: #fff;
    display: inline-block;
    font-size: 2em;
    margin: 3px 0 0;
}
.bar-icon button span {
    color: #fff;
    font-size: 22px;
}
.bar-icon button:hover span,
.header-scool button:hover i {
    color: #ddd;
}

/*SLICK NAV*/

#mobile-menu-active {
    display: none;
}
.mobile-menu-area {
    display: none;
}
.slicknav_menu {
	display: none;
}
@media (max-width: 991px) {
    .slicknav_menu {
		display: block;
	}
    .mean-container a.meanmenu-reveal {
        top: -27px;
    }
    .mean-container a.meanmenu-reveal {
        top: -36px;
    }	
}
.slicknav_btn {
	margin: -37px 0px 0 0;
	text-decoration: none;
	text-shadow: none;
	border-radius: 0;
	background-color: transparent;
	display: inline-block;
	z-index: 999999;
    padding: 0;
    line-height: 1;
}
.slicknav_btn span {
	padding: 3px 6px 2px;
	font-size: 18px;
	border: 1px solid #fff;
}
.slicknav_menu .slicknav_icon {
	display: none;
}
.slicknav_menu {
	padding: 0;
}
.slicknav_nav a {
	color: #333;
}
.slicknav_nav a:hover {
	color: #000;
}
.slicknav_menu {
	background: transparent;
	padding: 0px;
	margin: 0 40px;
}
.slicknav_menu .slicknav_menutxt {
	text-shadow: none;
    line-height: 1;
}
.slicknav_menu .slicknav_menutxt .menu-icon-colse {
	display: none;
}
.slicknav_menu .slicknav_open .slicknav_menutxt .menu-icon-colse {
	display: block;
}
.slicknav_menu .slicknav_open .slicknav_menutxt .menu-icon-open {
	display: none;
}
.slicknav_nav a {	
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 400;
}
.slicknav_nav a:hover {
	background: none;
	color: #4b8bf6;
}
.slicknav_nav .slicknav_row:hover {
	background: transparent;
}
.slicknav_nav .slicknav_item a {
	display: block;
}
.slicknav_nav .slicknav_item a:hover {
	color: #4b8bf6;
}
.slicknav_nav .slicknav_row, .slicknav_nav a {
	padding: 12px 20px 11px 20px;
	margin: 0;
    position: relative;
    font-size: 16px;
}
.slicknav_nav .slicknav_parent .slicknav_row {
	border-radius: 0;
}
.slicknav_nav .slicknav_parent .slicknav_row:hover {
	color: #000;
	background: rgba(0,0,0,0.05);
}
.slicknav_nav .slicknav_arrow {
	margin: 0 0 0 .4em;
	position: absolute;
	right: 13px;
	top: 50%;
	color: #000;
	font-size: 1.1em;
	transform: translateY(-50%);
}
.slicknav_nav a:hover .slicknav_arrow{
	color: #4b8bf6;
}
.slicknav_nav li {
	display: block;
    border-top: 1px solid #ddd;
}
.slicknav_nav li {
	text-transform: capitalize;
}
.slicknav_nav {
	height: 215px;
    overflow-y: auto;
    background-color: #f8f8f8;
}
.stick .slicknav_btn span {
	border: 1px solid #333;
}
.stick .slicknav_menu .slicknav_menutxt i {
	color: #333;
}
.stick .slicknav_btn {
	margin: -40px 0px 0 0;
}
.slicknav_nav ul {
	margin: 0 0 0 0px;
}
.slicknav_nav li ul li{
	padding-left: 10px;
}
/*BREADCRUMB*/	
.breadcrumb-area {
	padding: 120px 0 60px;
	background: #fff;
	box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}	
.breadcrumb-area h2 {
    font-size: 2em;
    font-weight: 500;
    margin: 10px 0;
	color: #6f7274;
}
.breadcrumb-area h5 {
    margin: 10px 0;
}	
/*SCOOL BAR*/
.main-scool-active {
    background: rgba(0,0,0,0.9);
    color: #eee;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;	
    right: 0;
    top: 0;
	bottom: 0;
	left: 0;
    padding: 40px;
    transform: translateX(110%);
    transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;

    z-index: 9999;
}
.main-scool-active.inside {
    transform: translateX(0px);
    z-index: 9999;
}
.sidebar-close-icon {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: 50px;
    transform: translateX(50%);
}
.sidebar-close-icon button {
    background: transparent;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 2em;
    line-height: 1;
    padding: 0;
    transition: all 0.3s ease 0s;
}
.sidebar-close-icon:hover button {
    color: #4b8bf6;
}
.scool-shedule span{
	display: inline-block;
	font-size: 1.5em;
	color: #4b8bf6;
	margin-left: 20px;
}
.scool-shedule a {
	color: #4b8bf6;
}

/*SIDEBAR*/
.wrap-sidebar {
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 0 30px;
    width: 100%;
	background: #fefefe;
}
.sidebar-close {
    display: block;
    overflow: hidden;
    margin: 0;
}
.sidebar-close button {
	background: transparent;
    border: medium none;
    color: #aaa;
    cursor: pointer;
    float: right;
    font-size: 2em;
    padding: 0;
    transition: all 0.3s ease 0s;
}
.sidebar-close button:hover {
    color: #333;
}	
.summary-logo {
	text-align: center;
}
.summaru-list {
	margin: 20px 0;
}
.summaru-list li {
	list-style:none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin:0;
	border-bottom: 1px dashed rgba(0,0,0,0.15);
	padding: 8px;
}
.summaru-list li:first-child {
	border-top: 1px dashed rgba(0,0,0,0.15);
}
.summaru-list li span{
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-pack: center;
    justify-content: center;	
	background:#eee;
	width:30px;
	height:30px;
	margin-right:10px;
	border-radius:100%;
	font-size: 1.3em;
}
.summary-info {    
    color: #353535;
    height: 100vh;
    position: fixed;
    right: -400px;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 400px;
    z-index: 9999;
}
.summary-info.inside {
    right: 0;
}
.summary-info h3,
.summary-info h5{
	margin: 5px 0;
}
/* SCROLLUP */
#scrollUp {
    background: #4b8bf6;
    bottom: 20px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 1.5em;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 38px;
    z-index: 9999;
}
#scrollUp:hover {
    background: #15273e;
}

/* INDEX PAGE */

/*PART OF COURSE*/

.course-part-list {
	text-align: center;
}	
.course-part-list li {
	display: inline-block;
	list-style: none;
	width: 350px;
	margin: 10px 5px;
}
@media (max-width: 575px) {
	.course-part-list li {
		width: 90%;
	}	
}
.course-part{
    padding: 25px 0;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);	
}
.course-part:hover{
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.22);
}
.course-part figure {
    position: relative;
    overflow: hidden;
	margin: 0 25px;
}
.course-part figure::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	content: "";
	pointer-events: none;
    opacity: 0;	
	background: rgba(0,0,0,0.3);
    transform: scale(0.5);
    transition: all 0.5s ease-in-out 0s;    
    z-index: 2;
}
.course-part:hover figure::before {
    opacity: 1;
    z-index: 1;
	background: rgba(0,0,0,0.8);
    transform: scale(1);
}	
.course-part figure figcaption {
	padding: 15px 0 0;	
}
.course-part figcaption > h4 {
    font-size: 1.1em;
    margin: 0;
}
.course-part:hover figcaption > h4 {
    opacity: 0;
    visibility: hidden;
}
.course-part .hover-content {	
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	transform: translateY(0);
	opacity: 0;
	visibility: hidden;
	padding: 0 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	z-index: 99;
}
.course-part:hover .hover-content {
    opacity: 1;
    visibility: visible;
}
.course-part .hover-content h4 {
	font-size: 1.5em;
	margin-top: 0;
	color: #eee;
}	
.course-part .hover-content p {
    color: #fff;
	font-size: 0.9em;
    margin: 0;
}

/*LECTURE CAROUSEL*/

.lecture-wrap {
    position: relative;
}	
.lecture-wrap .overlay-visible::before {
	position: absolute;
	top: 0;
    left: 0;    
    content: "";
	width: 100%;
    height: 100%;
	background: rgba(30, 33, 39, 0.4);
    opacity: 1;
    pointer-events: none;
    transition: all 0.5s ease-in-out 0s;    
    z-index: 2;
}
.lecture-wrap:hover .overlay-visible::before {
    opacity: 0;
    z-index: 1;
}	
.lecture-wrap .overlay-hover {
    position: absolute;	
	top: 50%;	
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    transition: all .5s ease 0s;
    z-index: 9;
}
.lecture-wrap .overlay-hover i{
    color: #fff;
    font-size: 3em;
    opacity: 0;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
	
.lecture-wrap:hover .overlay-hover i {
    transform: scale(2);
    opacity: 1;
}
.lecture-wrap figure::before {
    background: rgba(30, 33, 39, 0.67);
    content: "";
    position: absolute;
    top: 0;	
	left: 0;
    height: 100%;    
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 2;
}	
.lecture-wrap:hover figure::before {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}	
.lecture-wrap figure figcaption {
	display: -ms-flexbox;
	display: flex;	
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	
    position: absolute;	
	top: 0;
    left: 0;
	right: 0;
	bottom: 0;	

    z-index: 99;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
	color: #fff;
}
.lecture-wrap:hover figure figcaption {
    opacity: 0;
    transform: scale(0);
}	
.lecture-wrap figure figcaption > h2 {
    font-size: 2em;
    text-transform: uppercase;
	margin-top: 0;
}
.lecture-wrap figure figcaption > h4 {
    font-size: 1.5em;
	margin: 0;
}
.lecture-carousel-active .owl-nav div {
    color: #fff;
    font-size: 2em;
    left: 40px;
    position: absolute;
    top: 5%;
    transition: all 0.3s ease 0s;
}
.lecture-carousel-active .owl-nav div:hover {
    color: #eee;
}
.lecture-carousel-active .owl-nav div.owl-next {
    left: auto;
    right: 40px;
}

/* LAB MASONRY */
.lab-menu {
	text-align: center;
	/*margin: 20px auto ;*/
}	
.lab-menu > button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 39px 20px 0;
    padding: 0;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    transition: all 0.3s linear 0s;
}	
.lab-menu > button:last-child {
    margin: 0;
}
.lab-menu button::before {
    position: absolute;	
	left: 0;
	right: 0;
	bottom: -8px;
	width: 100%;
	height: 2px;
    background: #1fc4ef;
    content: "";
    margin: 0 auto;
    transform: scaleX(0);
    transition: all 0.3s ease 0s;
}
.lab-menu button:hover,
.lab-menu button.active {
    color: #1fc4ef;
}	
.lab-menu button:hover::before,
.lab-menu button.active::before {
    transform: scaleX(1);
}
.grid li {
	display: inline-block;
	list-style: none;
	width: 350px;
	margin: 10px;
}	
.grid a {
	color: #fff;
}
@media (max-width: 575px) {
	.grid li {
		width: 90%;
		margin: 10px;
	}
}	
.lab-wrap{
    position: relative;
}
.lab-wrap figure {
    position: relative;
    overflow: hidden;
}
.lab-wrap figure::before {
    background: rgba(30, 33, 39, 0.75) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: scale(0.8);
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 2;
}
.lab-wrap:hover figure::before {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}
.lab-wrap figure > span {
    width: 60px;
	height: 60px;
    border-radius: 100%;
    color: #fff;
	background: rgba(0,0,0,0.5);
    font-size: 2em;
    line-height: 58px;
    position: absolute;
	top: 20px;
    right: 20px;
    text-align: center;
    z-index: 9;
}
.lab-wrap figure img {
	width: 100%;
}	
.lab-wrap figcaption {
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 30px 30px 21px;
    position: absolute;
    transform: scale(0.8);
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9;
	font-size: 1.2em;
}	
.lab-wrap:hover figcaption {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.lab-wrap figcaption > h4 {
    color: #fff;
    font-size: 1.2em;
    margin: 0;
}
.lab-wrap figcaption > h4 a {
    color: #fff;
}
.lab-wrap figcaption > h4 a:hover {
    color: #4b8bf6;
}

/*DISTRIBUTE BALLS*/
.distribute-list {
	text-align: center;
}
.distribute-list li {
	display: inline-block;
	list-style: none;
	width: 300px;
	margin: 15px;
	vertical-align: top;
}	
@media (max-width: 575px) {
	.distribute-list li {
		width: 90%;
	}
}
.distribute-list li figure{
	padding: 20px;
	box-shadow: 0 15px 45px rgba(1, 2, 2, 0.10);
}	
.distribute-list li:hover figure{
	transform: translateY(-5px);
    box-shadow: 0 25px 45px rgba(1, 2, 2, 0.15);
}
.distribute-list li figure h3{
	font-size: 2em;	
	margin: 0;
}
.distribute-list li figure figcaption {
	font-size: 2em;
}	
.distribute-list li figure dl {
	margin: 20px 0;
}	
.distribute-list li figure dd {
	text-align: left;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	margin:0;
	padding: 10px 0;
}	
.distribute-list li figure dd:first-child {
	border-top: 1px dashed rgba(0,0,0,0.1);
}	
.distribute-list li figure dd:hover {
	background: #fafafa;
	padding-left: 5px;
}	
.distribute-list li figure dd span{
	display:inline-block;
	text-align:center;
	font-size:1.3em;
	font-weight: 600;
	line-height:2.2;
	background:#eee;
	width:50px;
	height:50px;
	margin-right:10px;
	border-radius:100%;
}
.distribute-list li figure dd span.test{
	background:rgba(81,164,201,0.5);
}	
.deadline-list {
	text-align:center;
}
.deadline-list li {
	list-style:none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px;
}
.deadline-list li strong{
	display:inline-block;
	background:#eee;
	width:30px;
	height:30px;
	margin-right:5px;
	border-radius:100%;
}
.deadline-list li strong.test{
	background:rgba(81,164,201,0.5);
}

/*PAGES*/
.simple-list li {
	list-style: none;
	margin: 10px 0;
}
.simple-list h3 {
	text-align: left;
}
main article > h2 {
	margin-top: 0;
}
main article a {
	color: #4b8bf6; 
}
main article a:hover {
	color: #4fc1f0;
	text-decoration: underline;
}
main article ul li {
	margin: 10px 10px 10px 30px;
}
.img-right {
	float: right;
	margin: 0 0 15px 15px;
	
}
.task li {
	margin: 10px 0;
}
aside ul li {
	list-style: none;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	padding: 10px 0;
}
aside ul li:first-child {
	border-top: 1px dashed rgba(0,0,0,0.1);
}
aside ul li:hover {
	background: rgba(0,0,0,0.03);
	padding-left: 5px;
}

.source-list {
	text-align: center;
}
.source-list li {
	display: inline-block;
	list-style: none;
	width: 300px;
	text-align: center;
	margin: 10px;
	vertical-align: top;
}
.source-list li figure {
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	padding: 20px 10px;
}
.source-list li:hover figure {
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
	transform: translateY(-3px);
}
.source-list figure i{
	font-size: 3em;
	margin: 10px 0;
}	
.source-list figcaption{
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 1.3em;
	height: 70px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.2;								
}

/* FAQ */
.faq-tab {
	margin-top:50px;
}
.faq-tab .nav.nav-tabs {
    margin-bottom: 30px;
}
.faq-tab .nav-tabs .nav-link:focus,
.faq-tab .nav-tabs .nav-link:hover {
    border-color: #fff #fff #fff;
}
.faq-tab .nav-tabs .nav-item.show .nav-link,
.faq-tab .nav-tabs .nav-link.active {
    border: none;
    border-left: 3px solid #51a4c9;
}
.faq-tab .nav-tabs {
    border-bottom: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.faq-tab .nav-tabs > li {} .faq-tab .nav-tabs > li > a {
    border-radius: 0;
    color: #333;
    font-weight: 600;
    position: relative;
    padding: 22px 15px;
    text-transform: uppercase;
    font-family: 'Ubuntu Mono', monospace;
	font-size:1.2em;	
}
.faq-tab .nav-tabs > li > a.active {
    color: #51a4c9;
    font-weight: 700;
}
.faq-tab .nav-tabs > li > a > i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    		transform: translateY(-50%);
    opacity: 0;
    display: block;
    transition: all, ease, .3s;
}
.faq-tab .nav-tabs > li > a.active > i {
    opacity: 1;
    right: -46%;
}
.faq-tab .tab-content {
	float: left;
	width: 100%;
}
@media (max-width: 575px) {
	.faq-tab .tab-content {
		padding: 10px;
	}
}
.faq-tab .tab-content h4{
	margin-top:20px;
}
.img-left {
	float:left;
	margin-right:20px;
}
	.tab-pane a{
		color: #51a4c9;
	}
	.tab-pane a:hover{
		color: #222;
	}	
	.tab-pane h5{
		text-align: left;
	}	
@media (max-width: 575px) {
    .faq-tab .nav.nav-tabs {
        display: block;
		padding: 10px;
    }
    .faq-tab .nav-tabs > li > a > i {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .faq-tab .nav.nav-tabs {
        display: block;
    }
    .faq-tab .nav-tabs > li > a > i {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .faq-tab .nav.nav-tabs {
        display: block;
    }
    .faq-tab .nav-tabs > li > a > i {
        display: none;
    }
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}


.video-block .ratio {
	margin: 10px;
}
.video-block h5 {
	text-align: center;
	margin: 0 0 25px;
}
@media only screen and (min-width: 992px) {
	.ratio-box  {
		width: 60%;
		margin: auto;
	}
}