@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: fonts('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
    }

*,
*::before,
*::after {
  box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;

}

body {
  margin: 0;
  font-family:'Myriad Pro Regular';
  font-size: 14px !important;
  font-weight: 300;
  line-height: 1.4;
  color: #194039;
  background-color: #193c6d;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }


.welcome-section {
	background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	color: #fff;
	 padding: 50px;

}


@media (min-width: 992px) {
  .welcome-section {
   padding: 50px;
	background-image: url( '../images/New Project.svg' );
	background-size: contain;
	background-size: 100% 100%;
  }
}

@media (min-width: 1200px) {
  .welcome-section {
    padding: 100px 50px;
  }
}
.welcome-content {

    text-align: center;
}

@media (min-width: 768px) {
.welcome-content {
	width: 100%;

}
}

@media (min-width: 992px) {
  .welcome-content {
    width: 60%;
  }
}

@media (min-width: 1200px) {
.welcome-content {
    width: 50%;
  }
}

.welcome-content h1 {
	font-size: 32px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
.welcome-content h1{
	font-size: 54px;
	}
}

.welcome-content h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
.welcome-content h2{
	font-size: 48px;
	}
}


.welcome-content h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
.welcome-content h3{
	font-size: 28px;
	}
}


.login-sec {
	margin-top: 70px;
}

.login-sec b {
	margin-bottom: 30px;
	display: block;
	text-align: center;
}

.button-sec {
	display: block;
    width: 100%;
    text-align: center;
	padding: 15px 0;
}

.submit-btn {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e51522+1,9c0d12+50,8e0d10+100,207cca+100 */
	background: linear-gradient(to bottom,  #e51522 1%,#9c0d12 50%,#8e0d10 100%,#207cca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 8px 25px;
	color: #fff;
	font-weight: 800;
	border-radius: 20px;
	border: 1px solid #fff;
}
.submit-btn:hover {
	color: #fff;
}
.login-details {
	margin-top: 20px;
}
.login-details label {
font-weight: 400;
margin-bottom: 7px;
display: inline-block;
}

.login-details .form-group {
	text-align: center;
	margin-bottom: 40px;
}

.inner-page {
	background-color: #fff;
	padding: 0 50px;
	margin-bottom: 50px;
}

@media (min-width: 1200px) {
.inner-page{
	padding: 0 30px;
	}
}

.inner-content .title {
width: 80%;
margin: 0 auto;
-webkit-box-shadow: 0 12px 12px -11px black;
-moz-box-shadow: 0 12px 12px -11px black;
box-shadow: 0 12px 12px -11px #888;
text-align: center;
padding: 15px 0 0 0;
margin-bottom: 30px;
}

.inner-content .title h1{
	color: #e51522;
	font-size: 36px;
}

@media (min-width: 768px) {
.inner-content .title h1 {
	font-size: 60px
	}
}

.inner-content .title h2{
	font-size: 28px;
}

@media (min-width: 768px) {
.inner-content .title h2{
	color: #183e6e;
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
}

.module-sec {
	color: #183e6e;
	position: relative;
	padding: 15px 0 30px 0;
}

.module-sec-header {
	display: flex;
	color: #fff;
	align-items: center;
	margin-bottom: 30px;
}
.module {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 5px solid #fff;
	font-size: 54px;
	padding: 0 0 0 10px;
	background: rgb(24,62,110);
	background: linear-gradient(90deg, rgba(24,62,110,1) 3%, rgba(112,49,92,1) 55%, rgba(168,41,62,1) 100%, rgba(255,231,232,1) 100%);
	position: absolute;
    left: -50px;
	box-shadow: 2px -2px 14px 2px rgb(0 0 0 / 10%);
}

.module span {
	font-size: 12px;
	line-height: 1;
	position: relative;
	text-orientation: sideways;
	transform: rotate(180deg);
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.module-title {
	background: rgb(24,62,110);
	background: linear-gradient(90deg, rgba(24,62,110,1) 3%, rgba(112,49,92,1) 55%, rgba(168,41,62,1) 100%, rgba(255,231,232,1) 100%);
	padding: 10px 20px 10px 50px;
	border-radius: 0 35px 35px 0;
	font-weight: 800;
	font-size: 20px;
	box-shadow: 14px 16px 32px 4px rgba(0,0,0,0.1),0px 10px 15px 12px rgba(0,0,0,0.1);
}

.module-content {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}

.module-left {
	font-size: 21px;
	padding-left: 30px;
	color: #1a1a18;
}

@media (min-width: 768px) {
.module-left {
	display: flex;
	align-items: center;
	/*font-size: 28px;
	font-weight: 700;*/

	}
}

.hexagon {
    cursor: default;
    position: absolute;
    width: 50px;
    height: 30px;
    background-color: #183e6e;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(194,194,194,0.38017199);
    border-left: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
    display: grid;
    transition: 0s;
	left: -40px;
}

.hexagon:before, .hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 35px;
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 4px;
    box-shadow: 0 0 30px rgba(194,194,194,0.38017199);
    transition: 0s;
}

.hexagon:before {
    top: -17.677669529663685px;
    border-top: solid 4px #ffffff;
    border-right: solid 4px #ffffff;
}

.hexagon:after {
    bottom: -17.677669529663685px;
    border-bottom: solid 4px #ffffff;
    border-left: solid 4px #ffffff;
}

.hexagon span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 14px;
    color: #ffffff;
    top: 0;
    left: 0;
    width: 40px;
    height: 25px;
    z-index: 2;
    background: inherit;
    transition: 0s;
}

.module-button {
	background: linear-gradient(to bottom,  #d6d7d7 0%,#c7c8c8 49%,#b6b7b8 100%,#207cca 100%);
	border: 0px solid #868786;
	border-radius: 15px;
	padding: 7px 12px 7px 12px;
	width: 200px;
	color: #565655;
	font-size: 18px;
	/*font-weight: 700;*/
}

.module-button-attended {
	background: linear-gradient(to bottom, #2ecc71 0%, #27ae60 100%);
	border: 0px solid #868786;
	border-radius: 15px;
	padding: 7px 12px 7px 12px;
	width: 200px;
	color: #565655;
	font-size: 18px;
	/*font-weight: 700;*/
}

.module-button-success {
    background: linear-gradient(to bottom, #2ecc71 0%, #27ae60 100%);
    border: 3px solid #868786;
	border-radius: 15px;
	padding: 7px 0;
	width: 200px;
	color: #565655;
	font-size: 20px;
	font-weight: 700;
}

.deck-page {
	font-size: 16px;
	background: #fff url("../images/bottom-img.jpg") no-repeat bottom;
	background-size: contain;
	padding-bottom: 50px;
}

.deck-buton {
	background: rgb(24,62,110);
	background: linear-gradient(90deg, rgba(24,62,110,1) 3%, rgba(112,49,92,1) 55%, rgba(168,41,62,1) 100%, rgba(255,231,232,1) 100%);
	padding: 7px 20px;
	border-radius: 0 35px 35px 0;
	font-weight: 800;
	font-size: 16px;
	box-shadow: 2px 16px 25px 4px rgba(0,0,0,0.1),0px 10px 15px 12px rgba(0,0,0,0.1);
	color: #fff;
	display: inline-block;
	margin-bottom: 20px;
}

.inner-content.deck-content .title{
	font-size: 28px;
	color: #e51522;
	font-weight: 700;
}
.course-content {
	-webkit-box-shadow: 0 12px 12px -5px #a5a0a0;
	-moz-box-shadow: 0 12px 12px -5px #a5a0a0;
	box-shadow: 0 12px 12px -5px #a5a0a0;
	margin-bottom: 20px;
	background-color: #123c6b;
	padding: 8px 15px;
	border-radius: 15px;
	color: #fff;
	font-weight: 700;
}
.course-content:hover {
	color: #fff;
}
.course-btn {
	text-align: center;
	padding: 20px 0;
	display: flex;
	justify-content: center;
}

.bottom-logo-sec {
    text-align: center;
    margin-bottom: -30px;
}
