 @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* =========================================================
 
 Combined the themes' CSS here since it is so small (for loading efficiency)	
	
 ========================================================== */
/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

/*Some minor custom css instead of changing it in the CSS files */
/* =========================================================
	
	Accordion Collapsible Sections
	
 ========================================================== */	 
 /*This adds the animated chevron toggle to the accordion collapsible sections*/
h5.mb-0 > a {
  display: block;
  position: relative;
}
h5.mb-0 > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}
h5.mb-0 > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
  color: #ff4d4d;
}

/* =========================================================
 
 Basic Styles
 
========================================================== */
nav, footer{
	background-color: #02245b !important; /* Blue for the nav and footer */
}
a:hover{
	color: #ff4d4d !important;
	text-decoration: none !important;
}
ol li{
	padding: 3px ;
}
p.indent-one{
	margin-left: 20px;
}
p.indent-two{
	margin-left: 40px;
}

ul.session-lessons li a:hover{
	color: #ff4d4d !important; /* This is for the tabbed navigation panes */
}
div.list-group div.list-group-item{
	font-weight: normal !important;
}

/* =========================================================

Navigation Elements (nav and sidebar)

========================================================== */
.list-group-item.active{
  background-color: #ff4d4d !important;
  border-color: #ff4d4d !important;
  font-weight: 500 !important;
}
div.list-group a.active:hover{
	color: #fefefe !important;
}
.list-group-item{
  font-weight: 500 !important;
}
.nav-link:hover{
	color: #fefefe !important;
}
.page-item.active{
	background-color: #ff4d4d !important;
  border-color: #ff4d4d !important;
  font-weight: 500 !important;
}
div.close-toggle{
	margin-right: -2px;
}
@media (max-width: 1020px) and (min-width: 300px) {
  #project-side-nav{
    padding-right: 15px !important;
  }
	ul.session-lessons li a h5{
	font-size: .9em;
  }
  div.content{
	  height: 100%;
	  border-top-right-radius: 4px;
	  border-top-left-radius: 4px;
  }
  #header-profile h3{
	  vertical-align: bottom;
	  text-align: center;
	  margin-top: 10%;
  }

}


/* =========================================================
 
 Button element and anchor "button" Stylings
 
========================================================== */
/* Scroll Top Chevron Button */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ff4d4d;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;

}
#myBtn:hover {
  background-color: #555;
}

/* General Button Styling */
a.btn:hover{
	background-color: #ff4d4d !important;
	border-color: #ff4d4d !important;
	color: #fefefe !important;
}
button:hover{
	background-color: #ff4d4d !important;
	border-color: #ff4d4d !important;
	color: #fefefe !important;
}
.button:hover{
	background-color: #ff4d4d !important;
	border-color: #ff4d4d !important;
	color: #fefefe !important;
}
/* Contact Page Send Button */
#sendMessageButton:hover{
background-color: #ff4d4d !important;
border-color: #ff4d4d !important;
}
/* =========================================================
 
 Content Editor Page Login Form
 
 ========================================================== */
input.loginform{
    width: 100% !important;
    padding: 12px 10px !important;
    margin: 8px 0 !important;
    border-radius: 4px !important;
    background-color: #e8eaed !important;
}

input.edit_form:hover{
	background-color: #ff4d4d !important;
	border-color: #ff4d4d !important;
}
/* Content Editor Page Buttons */
#reset_button:hover{
	background-color: #ff4d4d;
	border-color: #ff4d4d;
}
#save_button:hover{
	background-color: #4BCB7C !important;
	border-color: #4BCB7C !important;
}
/* =========================================================
 
 Drop-down animation for the nav menu (added 'animate slideIn' to the class)
 
 ========================================================== */
 
 @media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
 /* =========================================================
 
 Project Timeline CSS on the About page
 
 ========================================================== */
.alert{
	background-color: #eeeef2;
	border-color: #eeeef2;
	color: #464646;
}

.timeline {
    width: 100%;
    position: relative;
    padding: 1px 0;
    list-style: none;
    font-weight: 500;
}

.timeline .timeline-item {
    padding-left: 0;
    padding-right: 30px;
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-left: 30px;
    padding-right: 0;
}

.timeline .timeline-item .timeline-event {
    width: 100%;
}

.timeline:before {
    border-right-style: solid;
}

.timeline:before,
.timeline:after {
    content: " ";
    display: block;
}

.timeline:after {
    clear: both;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%!important;
    margin-left: 2px;
    border-right-width: 4px;
    border-right-style: solid;
    border-right-color: rgba(52, 40, 104, .1);
}

.timeline .timeline-label .label {
    background-color: #e76c90;
    border-radius: 35px;
    color: #fff;
    display: inline;
    font-size: .85rem;
    /*font-weight: 600; */
    line-height: 1;
    padding: .65rem 1.4rem;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.timeline.timeline-line-solid:before {
    border-right-style: solid;
}

.timeline.timeline-line-dotted:before {
    border-right-style: dotted;
}

.timeline.timeline-line-dashed:before {
    border-right-style: dashed;
}

.timeline .timeline-item {
    position: relative;
    float: left;
    clear: left;
    width: 50%;
    margin-bottom: 20px;
}

.timeline .timeline-item:before,
.timeline .timeline-item:after {
    content: "";
    display: table;
}

.timeline .timeline-item:after {
    clear: both;
}

.timeline .timeline-item:last-child {
    margin-bottom: 0!important;
}

.timeline .timeline-item.timeline-item-right>.timeline-event,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event {
    float: right!important;
}

.timeline .timeline-item.timeline-item-right>.timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before,
.timeline .timeline-item.timeline-item-right>.timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after {
    right: auto!important;
    border-left-width: 0!important;
}

.timeline .timeline-item.timeline-item-right>.timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before {
    left: -15px!important;
    border-right-width: 15px!important;
}

.timeline .timeline-item.timeline-item-right>.timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after {
    left: -14px!important;
    border-right-width: 14px!important;
}

.timeline .timeline-item>.timeline-event:before {
    top: 10px;
    right: -15px;
    border-top: 15px solid transparent;
    border-left-width: 15px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 15px solid transparent;
}

.timeline .timeline-item>.timeline-event:after {
    top: 11px;
    right: -14px;
    border-top: 14px solid transparent;
    border-left-width: 14px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 14px solid transparent;
}

.timeline .timeline-item>.timeline-point {
    top: 25px;
}

.timeline .timeline-item:nth-of-type(2) {
    margin-top: 40px;
}

.timeline .timeline-item.timeline-item-left,
.timeline .timeline-item.timeline-item-right {
    clear: both!important;
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    float: right;
    clear: right;
}

.timeline .timeline-item.timeline-item-right>.timeline-point,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-point {
    left: -14px;
}

.timeline .timeline-item>.timeline-event {
    position: relative;
    float: left;
}

.timeline .timeline-item>.timeline-event:before {
    border-left-color: rgba(52, 40, 104, .04);
    border-right-color: rgba(52, 40, 104, .04);
}

.timeline .timeline-item>.timeline-event:after {
    border-left-color: rgba(52, 40, 104, .04);
    border-right-color: rgba(52, 40, 104, .04);
}

.timeline .timeline-item>.timeline-event:before,
.timeline .timeline-item>.timeline-event:after {
    content: "";
    display: inline-block;
    position: absolute;
}

.timeline .timeline-item>.timeline-point {
    color: #0176F4;
    background: #3EBAF4;
    right: -14px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: 8px;
    margin-right: 8px;
    position: absolute;
    z-index: 100;
    border-width: 3px;
    border-style: solid;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
    box-shadow: 0 0 0 5px #f2f3f8;
}

.timeline .timeline-label {
    position: relative;
    float: left;
    clear: left;
    width: 50%;
    margin-bottom: 20px;
    top: 1px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
}

.timeline .timeline-label:before,
.timeline .timeline-label:after {
    content: "";
    display: table;
}

.timeline .timeline-label:after {
    clear: both;
}

.timeline .timeline-label:last-child {
    margin-bottom: 0!important;
}

.timeline .timeline-label + .timeline-item {
    margin-top: 0;
}

.timeline .timeline-label + .timeline-item + .timeline-item {
    margin-top: 40px;
}

.timeline .time-right {
    color: rgba(52, 40, 104, .5);
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: .85rem;
    /*font-weight: 500; */
}

.timeline .time-left {
    color: rgba(52, 40, 104, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: .85rem;
    /*font-weight: 500; */
}

.timeline .widget-header .user-image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.07rem;
}

.timeline .widget-header .user-image img {
    width: 50px;
}

.timeline .widget-header .title {
    color: #2c304d;
    font-size: 1rem;
}

.timeline .widget-header .username {
    color: #e76c90;
}

.timeline .widget-header .time {
    font-size: .85rem;
}

.timeline .widget-body {
    padding: 1rem 1.4rem;
}

.timeline .widget-footer {
    border-top: 1px solid #eee;
    margin: 0 1.4rem;
    padding: 1.07rem 0;
}

.timeline .users-like {
    padding: 0;
}

.timeline .users-like a {
    margin: 0 -1.6rem 0 0;
    transition: all 0.4s ease;
}

.timeline .users-like a:hover {
    margin-right: -.3rem;
}

.timeline .users-like img {
    width: 40px;
    border: .25rem solid #fff;
}

.timeline .users-like a.view-more {
    background: #5d5386;
    color: #fff;
    width: 40px;
    height: 40px;
    border: .25rem solid #fff;
    border-radius: 50%;
    vertical-align: middle;
    font-size: .85rem;
    text-align: center;
    line-height: 30px;
    margin-right: 0;
}

.timeline .widget-footer .meta li {
    display: inline-block;
    margin-right: .5rem;
}

.timeline .widget-footer .meta li:last-child {
    margin-right: 0;
}

.timeline .widget-footer .meta li a {
    color: rgba(52, 40, 104, .3);
}

.timeline .widget-footer .meta li a:hover {
    color: rgba(52, 40, 104, .9);
}

.timeline .widget-footer .meta li i {
    font-size: 1.8rem;
    vertical-align: middle;
    margin-right: .3rem;
}

.timeline .widget-footer .meta li .numb {
    vertical-align: middle;
}

@media screen and (max-width:768px) {
    .timeline.timeline {
        width: 100%;
        max-width: 100%;
    }
    .timeline.timeline .timeline-item {
        padding-left: 72px;
        padding-right: 0;
    }
    .timeline.timeline .timeline-item.timeline-item-right,
    .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
        padding-left: 72px;
        padding-right: 0;
    }
    .timeline.timeline .timeline-item .timeline-event {
        width: 100%;
    }
    .timeline.timeline:before {
        left: 42px;
        width: 0;
        margin-left: -1px;
    }
    .timeline.timeline .timeline-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .timeline.timeline .timeline-item:nth-of-type(even) {
        margin-top: 0;
    }
    .timeline.timeline .timeline-item>.timeline-event {
        float: right!important;
    }
    .timeline.timeline .timeline-item>.timeline-event:before,
    .timeline.timeline .timeline-item>.timeline-event:after {
        right: auto!important;
        border-left-width: 0!important;
    }
    .timeline.timeline .timeline-item>.timeline-event:before {
        left: -15px!important;
        border-right-width: 15px!important;
    }
    .timeline.timeline .timeline-item>.timeline-event:after {
        left: -14px!important;
        border-right-width: 14px!important;
    }
    .timeline.timeline .timeline-item>.timeline-point {
        transform: translateX(-50%);
        left: 42px!important;
        margin-left: 0;
    }
    .timeline.timeline .timeline-label {
        transform: translateX(-50%);
        margin: 0 0 20px 42px;
    }
    .timeline.timeline .timeline-label + .timeline-item + .timeline-item {
        margin-top: 0;
    }
    .timeline .time-right {
        left: 0;
    }
}


.rounded-widget .widget {
    border-radius: 4px;
}

.rounded-widget .widget-image {
    border-radius: 4px;
}

.rounded-widget .widget-header {
    border-radius: 4px 4px 0 0;
}

.rounded-widget .widget-footer {
    border-radius: 0 0 4px 4px;
}

.widget {
    background: #fff;
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
}

.widget-image {
    background: #fff;
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
    position: relative;
}

.widget-header {
    background: #fff;
    padding: .85rem 1.4rem;
    position: relative;
    width: 100%;
}

.widget-header.bordered {
    border-bottom: .07rem solid #eee;
}

.widget-header.no-actions {
    padding: 1.49rem;
}

.widget-options .dropdown-toggle {
    color: #98a8b4;
    background: none;
    border: none;
    padding: 0;
    font-size: 1.7rem;
}

.widget-header h1,
.widget-header h2,
.widget-header h3,
.widget-header h4,
.widget-header h5,
.widget-header h6 {
    color: #2c304d;
    margin-bottom: 0;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
    color: #2c304d;
    font-weight: 600;
    margin-bottom: 0;
}

.widget-header h2 {
    color: #2c304d;
    font-size: 1.2rem;
    display: table-cell;
    vertical-align: middle;
    margin-right: auto;
}

.widget-header h2 i {
    color: #aea9c3;
    font-size: 1.8rem;
    padding-right: .5rem;
    vertical-align: middle;
}

.widget-body {
    padding: 1.4rem;
}

.widget-image-footer {
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.2rem 0;
    z-index: 1;
}

.widget-footer {
    background: #fff;
    padding: 1rem 1.07rem;
    position: relative;
}

.widget-footer.big {
    padding: 2.1rem 1.07rem;
}

.no-border {
    border: 0 none!important;
}

.no-bg {
    background: none!important;
}
 
 /* =========================================================
 
Video Pop Up CSS
 
 ========================================================== */
 
 .modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
button.youtube{
	text-decoration: none !important;
	background-color: transparent !important;
	border-color: transparent !important;
	margin: 0;
	padding: 0;
	display: inline;
}
button.youtube:hover{
	background-color: transparent !important;
	text-decoration: none !important;
	border-color: transparent !important;
	margin: 0;
	padding: 0;
	color: #ff4d4d !important;
	
}
 
 
 /* =========================================================
 
 Extra Section Headers
 
 ========================================================== */
 
.image-container {
  position: relative; 
  width: 100%; /* Maximum width */
  margin: 0 auto; /* Center it */
}

.image-container .content {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  color: #ffffff; /* White text */
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */
}
 
 
 /* =========================================================
 
 Extra Section Headers
 
 ========================================================== */
 