
/* = css
-------------------------------------------------------------- */

/*
	1. global
	2. layout
	3. font
	4. link
	5. detail
	6. nav
	7. page
	8. header
	9. content
	10. sidebar
	11. footer
	12. call to action
	13. feed
	14. form
*/



/* = global
-------------------------------------------------------------- */




/* = layout
-------------------------------------------------------------- */




/* = font
-------------------------------------------------------------- */




/* = link
-------------------------------------------------------------- */





/* = detail
-------------------------------------------------------------- */




/* = nav
-------------------------------------------------------------- */

.footer nav {
	column-count: 3;
}

.navbar-collapse {
	position: relative;
}

.navbar-collapse ul {
	column-gap: 30px;
}

.navbar-collapse .m-icon-close {
	font-size: 60px;
	margin-top: 40px;
}

.header-sub .nav-sub .nav-secondary {
	text-shadow: none;
}




/* = page
-------------------------------------------------------------- */

.cert-process-home section:not(:last-child) {
	border-bottom: none;
}

.cert-process-home section:nth-child(1),
.cert-process-home section:nth-child(3) {
	border-right: 2px solid #cce8f5;
}

.contact-page ul {
	margin: 5px 0 20px;
	text-align: center;
}

.contact-page ul li {
	display: inline-block;
}

.contact-page ul li:first-child {
	border-right: 1px solid #223c80;
	margin-right: 10px;
	padding-right: 15px;
}

.cert-process-home .cert-process-01 img,
.cert-process-home .cert-process-02 img,
.cert-process-home .cert-process-03 img,
.cert-process-home .cert-process-04 img {
	height: 100px;
	max-width: 100%;
	width: auto;
}

.cert-process-home .cert-process-01 h3,
.cert-process-home .cert-process-02 h3,
.cert-process-home .cert-process-03 h3,
.cert-process-home .cert-process-04 h3 {
	margin-top: 20px !important;
}




/* = header
-------------------------------------------------------------- */

.header {
	padding-top: 210px;
}

.post-internal .header {
	padding-top: 180px;
}

.header-sub .header-top-content {
	box-shadow: none;
}

.breadcrumbs {
	margin-top: 12px;
}



/* = content
-------------------------------------------------------------- */

.certification-process section {
	border-bottom: 2px solid #cce8f5;
	padding: 30px 0 20px;
}

.certification-process section h4 {
	margin-top: 10px;
}

.certification-process section article {
	padding: 0 15px;
}

.certification-process .cert-process-01 img,
.certification-process .cert-process-02 img,
.certification-process .cert-process-03 img,
.certification-process .cert-process-04 img,
.certification-process .cert-process-05 img {
	max-width: none;
}

.certification-process section img {
	height: 120px;
}



/* = sidebar
-------------------------------------------------------------- */





/* = footer
-------------------------------------------------------------- */

.footer-md nav {
	column-count: 1;
}

.footer-md .top {
	border: none;
	margin-bottom: 10px;
}

.footer-md .btm {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.footer-md .legal {
	border: none;
	float: left;
	margin-bottom: 0;
}

.footer-md .author {
	float: right;
}



/* = call to action
-------------------------------------------------------------- */




/* = feed
-------------------------------------------------------------- */

.feed-certification-primary {
	text-align: left;
}

.feed-certification-primary section:last-child .content {
	border-bottom: 2px solid #cce8f5;
	margin-bottom: 20px;
}

.feed-certification-primary section figure img {
	margin-left: 0;
	max-width: 150px;
}



/* = form
-------------------------------------------------------------- */

.form-blog-notify {
	text-align: left;
}

.form-blog-notify h6 .material-icons {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 6px;
	position: relative;
	top: 11px;
}

.form-quote-request section .form-group,
.form-contact .form-group {
	border-left-width: 2px;
}

.form-quote-request .row-textarea .form-group {
	min-height: 250px;
}




