body {
    background: url('../images/bg.jpg') top center no-repeat;
}

.search-bar {
    position: relative;
}
.search-bar label {
    display: block;
}
.search-bar input#s {
    height: 1.5rem;
    position: relative;
	border: 1px solid #05205f;
}
.search-bar input#searchsubmit {
    position: absolute;
    right: 0;
    clear: both;
    top: 20px;
	border: 1px solid #05205f;
    padding: 2px 7px;
    color: #fff;
    margin-right: -1px;
	background-color: #05205f;
}


.square-list{
	margin-left: 20px;
}
.square-list li{
	list-style: square !important;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.shrink {
    background: #fff;
    box-shadow: 0 0 35px rgba(0,0,0,0.1);
    transition: ease all 0.35s;
}
.primary-nav {
    margin-top: 8px;
}

.hero-image {
    position: relative;
    width: 100%;
    display: table;
    margin: 40px 0 50px 0;
}
.hero-image h1 {
    font-size: 52px;
    margin: 70px 0 25px 0;
}
.hero-image h2 {
    font-size: 36px;
    margin: 80px 0 25px 0;
}

.sidenav-dropdown-content {
    position: relative !important;
    background: #eee !important;
    box-shadow: none  !important;
}
.sidenav-dropdown-content li a {
    color: #002060;
    height: 35px;
    line-height: 35px;
}
ul.dropdown-subnav {
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(0,0,0,0.2);
}
ul.dropdown-subnav li {
    position: relative;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    line-height: normal;
}
ul.dropdown-subnav li:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}
ul.dropdown-subnav li a {
    display: block;
    color: #fff;
    padding: 8px 8px 8px 60px;
    height: auto;
    line-height: normal;
}

.promotional-block {
    background: #002060;
    border-radius: 3px;
    display: table;
    width: 100%;
    padding: 25px;
    margin: 0 0 20px 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
.newsletter-block {
    background: #4CAF50;
    border-radius: 3px;
    display: table;
    width: 100%;
    padding: 25px;
    margin: 0 0 20px 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
.input-subscribe {
    color: #212121;
    border-bottom: solid 1px #fff !important;
    box-shadow: none !important;
    font-size: 13px !important;
	background-color: #fff !important;
	height: 35px !important;
	line-height: 35px !important;
	padding: 0 15px !important;
	box-sizing: border-box !important;
}
.btn-submit {
	margin-bottom: 25px;
}
.iday-offer-block {
    background: linear-gradient(rgba(25,99,2,.7), rgba(25,99,2,0.5)), url(http://sixsigmacertificationcourse.com/new/wp-content/uploads/2018/05/polygonal_background.jpg);
	color: #fff;
	background-size: cover;
    background-repeat: no-repeat;
}
.coupon-code {
    box-shadow: none !important;
    border: 1px dashed #fff;
    background: #05205f !important;
}
.corner-flag {
    position: absolute;
    top: 0;
    left: 0;
}
.client-logo {
    margin: 15px 0;
}
.course-block {
    min-height: 360px;
}
.course-block .card-content {
	padding: 20px !important;
}
.post-block {
    margin: 0 0 20px 0 !important;
}
.post-block .card-content p {
    margin: 0 0 20px 0;
    color: #212121;
}
.post-block p i {
    color: #999;
}
.card-description {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	transition: ease all 0.35s;
	color: #fff;
	padding: 20px;
	z-index: 2;
}
.post-block:hover .card-description {
	opacity: 1;
}
.post-block .card-content {
	padding: 30px 15px;
}
.sidebar-testimonial-wrapper {
    /* display: table;
    width: 100%; */
	display: block;
    width: auto;
    margin-bottom: 20px;
    background: #daf4f8;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
	
	margin-left: 20px;
	margin-right: 20px;
}
.sidebar-testimonial-wrapper p.quote {
    font-family: 'Libre Baskerville', serif;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 30px;
}
.sidebar-testimonial-wrapper p.quote span {
    display: table;
    font-size: 18px;
    color: #002060;
    margin-bottom: 10px;
}
.sidebar-testimonial-wrapper blockquote {
    border-left: 3px solid #002060;
    font-size: 12px;
    padding-left: 15px;
}
.sidebar-testimonial-wrapper blockquote strong {
    display: block;
}
.carousel-testimonial {
    min-height: 300px;
    margin-bottom: 30px;
}

.twitter-widget-wrapper {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-radius: 3px;
}

footer {
    background: url('../images/footer-bg.jpg') top center no-repeat;
    color: #fff;
    padding-top: 150px;
    padding-bottom: 30px;
    font-size: 13px;
	margin-top: 125px;
}
footer a {
    color: #fff;
}
.canopus-logo {
    margin-bottom: 30px;
}
ul.quick-links {
    margin: 0 0 20px 0;
    display: table;
    width: 100%;
    padding: 0;
    list-style: none;
}
ul.quick-links li {
    position: relative;
    margin-bottom: 10px;
}
ul.quick-links li a {
    color: #fff;
}
ul.quick-links li a:hover {
    color: #09b7d3;
}

ul.footer-tags {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
ul.footer-tags li {
    display: inline-block;
    margin: 0 10px 5px 0;
}
ul.footer-tags li a {
	position:relative;	
	border-right: none;
    font-size: 11px;
    background: #4CAF50;
    color: #fff;
    padding: 3px 7px 3px 5px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
ul.footer-tags li a:before{
	content: "";
	position: absolute;
	top: 0;
	right: -6px;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-left: 6px solid #4CAF50;
	border-bottom: 11px solid transparent;
}
ul.footer-social {
    margin: -5px 0 30px 20px;
    padding: 0;
    list-style: none;
    display: inline-block;
}
ul.footer-social li {
    float: left;
    margin-right: 20px;
}
ul.footer-social li a {
    font-size: 18px;
    color: #fff;
}
ul.footer-social li a:hover {
    font-size: 18px;
    color: #09b7d3;
}
ul.breadcrumb-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.breadcrumb-nav li {
    float: left;
    position: relative;
    font-size: 12px;
    color: #999;
}
ul.breadcrumb-nav li a {
    font-size: 12px;
}
ul.breadcrumb-nav li a:hover {
    text-decoration: none;
}
ul.breadcrumb-nav li:before {
    content: '\E5CC';
    color: #999;
    vertical-align: middle;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    margin: 0 5px 0 5px;
    -webkit-font-smoothing: antialiased;
}
ul.breadcrumb-nav li:first-child:before {
    display: none;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.feature-block {
    margin: 15px 0;
    position: relative;
    text-align: center;
    display: table;
    width: 100%;
}
.feature-block span.icon {
    display: table;
    margin: 15px auto;
}

.filter-wrapper {
    position: relative;
}
.filter-wrapper input {
    
}
.article-filter {
    position: relative;
}
.article-filter label {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.article-filter label span {
    font-size: 13px !important;
    color: #212121;
}
ul.related {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
    background: #daf4f8;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    
}
ul.related li {
    position: relative;
    border-bottom: solid 1px #84dbe9;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: normal;
}
ul.related li:last-child {
    position: relative;
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
ul.related li a {
   font-weight: 500;
}
.btn-group-wrapper {
    margin-bottom: 30px;
}
.btn-group-wrapper .btn {
    margin: 5px 1px;
}

/* sticky sidebar */
.sticky-container {
    position: relative;
}
#sidebar{
    will-change: min-height;
}
#sidebar .sidebar-inner{
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
/* sticky sidebar */



@media only screen and (max-width: 1235px){
	.carousel-testimonial {
		min-height: 400px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 992px) {
	.carousel-testimonial {
		min-height: auto;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 768px) {
    .hero-image h1 {
        font-size: 36px;
        margin: 40px 0 25px 0;
    }
}

@media only screen and (max-width: 600px) {
    .post-block {
        min-height: auto;
            
    }
	.post-block .card-content {
		padding: 25px;
	}
    .hero-image {
        margin: 0 0 50px 0;
    }
    .hero-image h1 {
        font-size: 36px;
        margin: 0px 0 25px 0;
    }
    .hero-image h2 {
        font-size: 24px;
        margin: 20px 0 25px 0;
    }
    footer {
        background: #002060;
        padding-top: 40px;
    }
    #sidebar .sidebar-inner{
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        bottom: auto !important;
        transform: none !important;
    }
}
@media only screen and (max-width: 481px) {
    .hero-image-inner-wrapper h1 {
        font-size: 36px;
            
    }
}
