html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}








/* demo style */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-nugget-info a {
  width: 160px;
  position: relative;
  font-size: 12px;
  color: #6375ad;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #6375ad;
}

.offer-head-div{min-height: 250px;}
.tab-course {
  color: #f05451;
  text-decoration: none;
}

img, embed, object, video, svg {
  max-width: 100%;
}

/* input, textarea {
  font-family: inherit;
  font-size: 1.6rem;
} */

/* --------------------------------

Responsive Tabbed Navigation - by CodyHouse.co

-------------------------------- */
/* header {
  position: relative;
  height: 160px;
  line-height: 180px;
  text-align: center;
}

header h1 {
  font-size: 2rem;
} */




/* Flat Tab
-------------------------------------------------------------- */
.item-wrap {
	margin-bottom: 60px;
}


.flat-tabs ul.menu-tab li {
    background: #f4f6f8;
    float: left;
    width: 20%;
    cursor: pointer;
    text-align: center;
    padding: 13px 0px;
    border-right: 1px solid #fff;
}

.flat-tabs ul.menu-tab li.active a {
    color: #fff;
}

.flat-tabs ul.menu-tab li a {
    font-size: 14px;
    font-weight: 600;
    margin-left: 6px;
		text-decoration: none;
		text-transform: uppercase;
}

.flat-tabs .content-tab .content-detail {
    padding: 32px 28px 32px 28px;
    border: 1px solid #ebebeb;
    border-top: none;
}
.flat-tabs .content-tab .content-table {
    padding: 32px 28px 32px 28px;
    border: 1px solid #ebebeb;
    border-top: none;
}

.flat-tabs .content-tab h3, .flat-tabs .content-tab p {
    margin-bottom: 6px;
}



.flat-tabs ul.menu-tab li.active, .iconbox .effecthover, .infobox.style2 .info-map, .flat-team.style2 .info-team, .flat-quote .quote-link .flat-button.style2 {
    background-color: #0f3661;
}

/* color3 */
.flat-tabs ul.menu-tab li a, .title-section .sub-title, .pricing-item .header-pricing .price-month, .testimonials.style2 .avatar span.position, .flat-quote .quote-text p, .countdown .square .text {
    color: #42435d;
}

@media only screen and (max-width: 479px) {
	.flat-tabs ul.menu-tab li{
			width: 100%;
	}

	.flat-tabs ul.menu-tab li {
		margin-bottom: 5px;
	}

}


.clearfix::after {
  display: block;
  content: "";
  clear: both;
}


.flat-tabs-contact ul.menu-tab li {
    background: #f4f6f8;
    float: left;
    width: 33.333%;
    cursor: pointer;
    text-align: center;
    padding: 13px 0px;
    border-right: 1px solid #fff;
}

.flat-tabs-contact ul.menu-tab li.active a {
    color: #fff;
}

.flat-tabs-contact ul.menu-tab li a {
    font-size: 14px;
    font-weight: 600;
    margin-left: 6px;
}

.flat-tabs-contact .content-tab {
    padding: 24px 0px 32px 0px;
    /* border: 1px solid #ebebeb;
    border-top: none; */
}

.flat-tabs-contact .content-tab h3, .flat-tabs-contact .content-tab p {
    margin-bottom: 6px;
}



.flat-tabs-contact ul.menu-tab li.active, .iconbox .effecthover, .infobox.style2 .info-map, .flat-team.style2 .info-team, .flat-quote .quote-link .flat-button.style2 {
    background-color: #0f3661;
}

/* color3 */
.flat-tabs-contact ul.menu-tab li a, .title-section .sub-title, .pricing-item .header-pricing .price-month, .testimonials.style2 .avatar span.position, .flat-quote .quote-text p, .countdown .square .text {
    color: #42435d;
		text-decoration: none;
		text-transform: uppercase;
}

@media only screen and (max-width: 479px) {
	.flat-tabs-contact ul.menu-tab li{
			width: 100%;
	}

	.flat-tabs-contact ul.menu-tab li {
		margin-bottom: 5px;
	}

}
