/*
Theme Name: Master Builders WA
Theme URI: https://alignedagency.com.au/
Author: Aligned Agency
Author URI: https://alignedagency.com.au/
Description: The Theme is the clean wordpress theme.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */


/* root */
:root {
	--main-font: 'Helvetica';
	--heading-font: 'Helvetica';
	--primary-color: #78bd43;
	--secondary-color: #1457a8;
	--alt-color: #f8991d;
	--text-color: #000;
	--gray-color: #666666;
	--gray-bg: #dadbdc;
	--white-bg: #fff;
	--black: #000;
	--shadow: 0 5px 0 0 rgba(0, 0, 0, .04);
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

img{
	max-width: 100%;
}


/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}






/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #fff;
	display: block;
	font-weight: 400;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #222;
	background: transparent;
	border: 1px solid #ddd;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: block;
	padding: 10px 15px;
	width: 100%;
	font-size: 14px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: #333;
}

select {
	border: 1px solid #ddd;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	height: 3em;
	max-width: 100%;
	width: 100%;
	padding: 10px 15px;
	background: var(--white);
	color: #9fa1a3;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

input[type="button"],
input[type="submit"] {
	background-color: #fff;
	border: 0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #0d8863;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	width: 100%;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #4e9139;
	color: #fff;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #9fa1a3;
}

:-moz-placeholder {
	color: #9fa1a3;
}

::-moz-placeholder {
	color: #9fa1a3;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #9fa1a3;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}


.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}


/* Go Scroll To Top */

.go-top {
	position: fixed;
	right: 30px;
	bottom: 20px;
	z-index: 999;
	display: none;
}

.go-top span {
	background-color: #4bc6ce;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	padding: 5px 10px;
}

.go-top span:hover {
	color: #fff;
	background: #005770;
}



a, a:hover, a:focus{
	text-decoration: none;
	outline: none;
}
:focus, button:focus {
	outline: none;
}
a:hover{
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--black);
	margin: 0;
	font-weight: 700;
	line-height: 1;
	font-family: var(--heading-font);
	text-transform: uppercase;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 24px;
}
.fh {
	font-family: var(--heading-font);
	line-height: 1;
	text-transform: uppercase;
}
.f-18 {
	font-size: 18px;
}
.f-22 {
	font-size: 22px;
}
.f-24 {
	font-size: 24px;
}
.f-30 {
	font-size: 30px;
}

.bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


p:last-child, p:last-of-type {
	margin-bottom: 0;
}

/* Custom CSS */
body{
	font-family: var(--main-font);
	font-size: 15px;
	font-weight: 300;
	color: var(--black);
	line-height: 1.7;
}


/* Menu */
#main-wrap {
	overflow: hidden;
}

/* Header */
.admin-bar .header {
	top: 32px;
}
.header {
	transition: .4s all ease;
	background: var(--white);
}
.header .container-fluid {
	padding-left: 50px;
	padding-right: 50px;
}
.sticky-active {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
body:not(.home) .header {
}
.header-top {
	padding: 15px 0;
	transition: .4s all ease;
}
.sticky-active .header-top {
	padding: 8px 0;
}

.header-text {
	background: var(--alt-color);
	padding: 10px;
}
.header-text p {
	color: var(--white);
	font-size: 18px;
	font-weight: 700;
}



.logo {
	margin-right: 10px;
	max-width: 315px;
	transition: .4s all ease;
}
.sticky-active .logo {
	max-width: 300px;
	transition: .4s all ease;
}

.menu-with-info {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
}

.main-menu {
	flex: 1;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu ul li {
	display: inline-block;
}
.main-menu ul li:not(:last-child) {
	border-right: 1px solid #ddd;
}
.main-menu ul li a {
	color: var(--secondary-color);
	font-size: 15px;
	padding: 0 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.main-menu ul li a:hover, .main-menu ul li.active a {
	color: var(--primary-color);
}


.right-phone {
	position: relative;
	display: flex;
}
.right-phone a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.btn {
	background-color: var(--primary-color);
	border: 0px solid var(--primary-color);
	color: var(--white);
	border-radius: 0;
	padding: 14px 30px;
	font-size: 13px;
	transition: .4s all ease;
	font-weight: 700;
	text-transform: uppercase;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.btn:hover {
	background: var(--secondary-color);
	color: var(--white);
	transition: .4s all ease;
}
.btn-alt {
	background: var(--secondary-color);
	color: var(--white);
}
.btn-alt:hover {
	background: var(--primary-color);
}
.btn-border {
	border: 2px solid var(--white);
	background: var(--black);
}
.btn-black {
	background: var(--black);
}
.btn-white {
	background: var(--white-bg);
	color: var(--primary-color);
}


.text-black {
	color: var(--black) !important;
}
.lg-btn {
	padding-left: 60px;
	padding-right: 60px;
}
.mx-1300 {
	max-width: 1300px;
}



/* Modal */
.modal-dialog {
	max-width: 700px;
}
.modal-body input[type="submit"] {
	background: var(--primary-color);
	color: var(--white);
	text-transform: uppercase;
	border-radius: 0;
	max-width: 180px;
	font-weight: 500;
	display: block;
	margin: 0 auto;
	padding: 15px;
	font-size: 16px;
}
.modal-body input[type="submit"]:hover {
	background: var(--secondary-color);
}
.modal-body {
	padding: 0 30px 20px;
}
.modal-header h2 {
	font-size: 20px;
}
.modal-content {
	border-radius: 15px;
}
.modal-header {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: none;
	text-align: center;
	flex-direction: column;
	align-items: center;
}

.modal-header .close {
	position: absolute;
	right: 20px;
	top: 20px;
}
.pop-logo {
	padding: 10px;
}

.popup-quote-form {
	margin-left: -5px;
	margin-right: -5px;
}
.popup-quote-form [class*="col-"] {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.modal-header p a {
	color: #02a3c5;
}


/* Banner */
.banner-area {
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
	min-height: 1060px;
	padding-top: 130px;
}
.banner-content h1 {
	color: var(--white);
	margin-bottom: 20px;
}
.banner-content h3 {
	color: var(--white);
}
.banner-content ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.banner-content ul li {
	position: relative;
	padding-left: 25px;
	font-size: 15px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: 300;
}
.banner-content ul li::before {
	content: '\f058';
	font-family: 'FontAwesome';
	color: #fff;
	position: absolute;
	left: 0;
	top: -2px;
	line-height: 1.2;
	font-size: 20px;
}
textarea {
	height: 90px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-video {
	margin-top: 30px;
	margin-right: -90px;
	margin-left: 30px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .5);
}

/* Section Title */
.section-title {
	margin-bottom: 20px;
}
.section-title h2 {
	position: relative;
}
.section-title p {
	padding-top: 20px;
}


/* Intro */
.summary-area {
	margin-top: 100px;
}
.intro-title {
	padding: 265px 40px 30px;
	background-image: url("img/intro-title-bg.jpg");
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.intro-title h2 {
	color: var(--primary-color);
}
.intro-content {
	padding: 50px;
	background-image: url("img/intro-content-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	color: var(--white);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.intro-content h2 {
	color: var(--white);
	margin-bottom: 30px;
}



.slick-dots {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.slick-dots li {
	margin-right: 10px;
}
.slick-dots li button {
	font-size: 0;
	border: none;
	padding: 0;
	background: var(--white);
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.slick-dots li.slick-active button {
	background: var(--secondary-color);
}



/* Why Choose */
.why-choose-area {
	margin-top: 50px;
}
.why-choose-content {
	padding: 100px 50px 400px;
	color: var(--white);
}
.why-choose-content h2 {
	color: var(--white);
	margin-bottom: 15px;
}
.why-choose-content p {
	max-width: 430px;
}
.why-choose-content ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}
.why-choose-content ul li {
	position: relative;
	padding-left: 25px;
	color: var(--white);
	margin-bottom: 5px;
}
.why-choose-content ul li::before {
	content: "\f058";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	line-height: 1;
}
.why-choose-video {
	margin-left: -115px;
	margin-top: 120px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .5);
}


/* CTA 1 */
.cta-1-content {
	padding: 80px 40px;
	margin-top: -300px;
	position: relative;
	background-position: right center;
}

._cta-1-content::after {
	width: 1000%;
	right: -1000%;
	content: "";
	background: var(--primary-color);
	top: 0;
	position: absolute;
	height: 100%;
}

/* Course Details */
.course-details-area {
	padding: 50px 0;
}

.course-details-tab-content {
	padding: 50px;
}
.course-details {
	margin-top: 60px;
}
.nav-pills .nav-link {
	border-radius: 0;
	padding: 10px 40px;
	background: var(--secondary-color);
	text-transform: uppercase;
	color: var(--white);
	line-height: 1;
	font-weight: 700;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: var(--alt-color);
	position: relative;
}
.nav-pills .nav-link.active::before {
	width: 100%;
	height: 50px;
	content: "";
	position: absolute;
	background: var(--alt-color);
	left: 0;
	top: -50px;
	clip-path: polygon(0 0, 100% 60%, 100% 100%, 0% 100%);
}



.nav-pills .nav-link-3 {
	background: #0078be;
}
.nav-pills .nav-link-4 {
	background: #008ed0;
}

/* Defferent */
.different-area {
	padding: 100px 0;
	clip-path: polygon(90% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
	margin-bottom: -40px;
	background-position: top center;
}
.different-area h2 {
	color: var(--white);
}
.different-area .section-title p {
	max-width: 800px;
	margin: 0 auto;
}

.table.table-striped tbody {
	background: var(--white-bg);
}
.defferent-table {
	max-width: 800px;
	margin: 30px auto 0;
}
.table-striped tbody tr:nth-of-type(2n) {
	background-color: #cccbcb;
}
.defferent-table td {
	text-align: center;
}

.defferent-table thead th {
	border-top: 0px solid;
}

.cp-head {
	background-image: url("img/table-1-bg.png");
	margin: -10px -20px;
	padding: 15px;
	color: var(--white);
	text-transform: uppercase;
	font-size: 18px;
	background-size: 100% 100%;
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #fff;
}
.head-bg-alt {
	background-image: url("img/table-2-bg.png");
}
.table thead th {
	border-bottom: 0 solid #dee2e6;
	border-right: 2px solid #aaa;
}
.table td, .table th {
	border-top: 0 solid #dee2e6;
}
.table.table-striped tbody th, .table.table-striped tbody td {
	border-right: 2px solid #aaaaaa;
	font-weight: 300;
}
.table td, .table th {
	padding: 10px 20px;
}


.dif-bottom-content {
	max-width: 800px;
	margin: 0 auto;
}

.cp-ast-2::after {
	content: "*";
	position: absolute;
}
.cp-ast-4::after {
	content: "**";
	position: absolute;
}


/* CTA */
.cta-area {
	padding: 100px 0;
	margin-right: 60px;
	margin-bottom: 60px;
}
.cta-content {
	display: flex;
	align-items: center;
}
.cta-text {
	padding-right: 50px;
}
.cta-text h3 {
	font-size: 32px;
	line-height: 1.3;
}
.cta-btn {
	flex: 1;
}
.cta-btn .btn {
	background: var(--white);
	color: var(--black);
	font-size: 20px;
	font-weight: 700;
	padding-left: 40px;
	padding-right: 40px;
}
.cta-btn .btn:hover {
	background: var(--primary-color);
	color: var(--white);
}


/* About */
.about-us-content {
	padding-left: 150px;
	padding-top: 80px;
	padding-right: 50px;
	padding-bottom: 300px;
	background-position: left bottom;
}
.about-img {
	margin-right: -140px;
	position: relative;
	z-index: 1;
	margin-top: 100px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .4);
}




/* Faqs */
.faqs-area {
	padding-top: 50px;
}
.faq-section {
	background: var(--secondary-color);
	padding: 40px 40px 160px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}



.single-faq {
	background: var(--white-bg);
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 0;
}
.faq-acc-content {
	display: none;
	padding-top: 20px;
}
.faq-acc-title {
	position: relative;
	cursor: pointer;
	font-weight: 700;
	padding-left: 30px;
}
.faq-acc-title::before {
	content: "\f0fe";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--black);
}
.single-faq.active .faq-acc-title::before {
	content: "\f146";
}





/* Contact Us */
.contact-us-area {

}
.contact-us-forms input[type="text"], .contact-us-forms input[type="email"], .contact-us-forms input[type="tel"], .contact-us-forms textarea, .contact-us-forms select {
	border-color: #acacac;
	color: #939598;
	background-color: #fff;
	font-weight: 300;
}
.contact-us-forms input[type="submit"], .banner-contact-form input[type="submit"] {
	background-color: var(--black);
	color: var(--white);
	font-weight: 400;
	width: 100%;
	border-radius: 0;
	text-transform: uppercase;
	max-width: 200px;
	letter-spacing: 1px;
	padding: 15px;
}
.contact-us-forms input[type="submit"]:hover {
	background: var(--secondary-color);
	color: var(--white);
}
.contact-us-forms ::placeholder {
	color: #939598;
}
/* Placeholder text color -- selectors need to be separate to work. */
.contact-us-forms ::-webkit-input-placeholder {
	color: #939598;
}

.contact-us-forms :-moz-placeholder {
	color: #939598;
}

.contact-us-forms ::-moz-placeholder {
	color: #939598;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}
.contact-us-forms :-ms-input-placeholder {
	color: #939598;
}
textarea {
	height: 100px;
}



.contact-us-forms {
	background: var(--white-bg);
	padding: 40px;
	box-shadow: 20px 0 30px rgba(0, 0, 0, .4);
	margin-left: -130px;
	margin-right: -100px;
	margin-top: 110px;
}
.contact-left-content {
	padding: 135px 50px 200px;
	background-position: top center;
}
.contact-left-content h2 {
	padding-right: 150px;
}
.contact-left-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact-left-content ul li {
	position: relative;
	padding-left: 25px;
	color: var(--white);
	margin-bottom: 5px;
}
.contact-left-content ul li::before {
	content: "\f058";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 0;
}
.contact-left-content p, .contact-left-content ol {
	padding-right: 90px;
}
.contact-left-content ol li {
	margin-top: 10px;
}



/* Footer */
.footer {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 70px 0;
}
.footer .container {
	max-width: 1366px;
}
.footer-text, .footer-middle a {
	color: var(--white);
}

.single-info {
	color: var(--white);
	display: flex;
	margin-bottom: 10px;
	line-height: 1;
}
.single-info a {
	color: var(--white);
}

.city-title {
	width: 210px;
	border-right: 1px solid;
	margin-right: 10px;
}
.city-phone {
	width: 110px;
	border-right: 1px solid;
	margin-right: 10px;
}

.copyright {
	margin-top: 50px;
}
.copyright p {
	color: #fff;
	margin-bottom: 0;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	color: #b8babc;
}
.wpcf7 .ajax-loader, .wpcf7-spinner {
	position: absolute;
}



/* New */
.p-tab-content .faq-section {
	background: transparent;
	padding: 0;
	clip-path: none;
}
.p-tab-content .faq-acc-title, .p-tab-content .faq-acc-content {
	color: var(--black);
}
.contact-left-content ol {
	padding-left: 15px;
}

.b-box-item {
	background: var(--white-bg);
	padding: 10px;
	height: 100%;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}
.b-box-lists .bs-i {
	width: calc(100%/2);
	padding: 5px;
}
.b-box-item div {
	line-height: 1.2;
	font-weight: 500;
}

.banner-area {
	max-width: 1350px;
	min-height: 1110px;
}
.banner-content h1 {
	max-width: 550px;
}
.tick-check {
	margin-bottom: 20px !important;
}
.banner-content ul.tick-check li {
	background: var(--alt-color);
	color: var(--white) !important;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	font-weight: 500 !important;
	padding-left: 36px;
	border-radius: 5px;
}
.banner-content ul.tick-check li::before {
	content: '\f00c';
	color: var(--white);
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}
.banner-content h3 {
	margin-bottom: 20px;
}
.banner-icon-box {
	margin-left: -5px;
	margin-right: -5px;
}


.course-info-text {
	font-weight: 700;
	margin-bottom: 20px;
	padding: 15px;
	background: #f8f8f8;
	border-radius: 5px;
}
.course-info-text img {
	margin-right: 20px;
}
strong {
	font-weight: 700;
}

.nav-pills .nav-link {
	padding: 10px 30px;
	font-size: 14px;
}

.banner-btn .btn {
	font-size: 16px;
	padding-left: 40px;
	padding-right: 40px;
}
.bl-i {
	width: calc(100%/4);
	padding: 10px;
}
.bl-i img {
	object-fit: contain;
}
.tick-check li a {
	color: var(--white);
	text-decoration: underline;
}



/* Thank you */
.thankyou-area {
	padding: 250px 0 100px;
	min-height: calc(100vh - 381px);
}
.thankyou-content h2 {
	font-size: 24px;
}


/* 404 */
.error-404 {
	padding: 100px 0;
}
.error-404 h1 {
	font-size: 200px;
}
.error-404 h2 {

}

/* Responsive */

@media (max-width: 1550px) {

}


@media (max-width: 1500px) {
	.header .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.right-phone {
		margin-left: 10px;
	}
	.main-menu ul li a {
		font-size: 13px;
		padding: 0 10px;
	}


}


@media (max-width: 1366px) {
	.main-menu ul li a {
		font-size: 12px;
		padding: 0 8px;
	}
}


@media (max-width: 1280px) {
	.main-menu ul li a {
		font-size: 11px;
	}

}


/*
 * Large devices (desktops, less than 1200px)
 */

@media (max-width: 1199.98px) {
	.main-menu ul li a {
		font-size: 10px;
		padding: 0 5px;
	}
	.header-text p {
		font-size: 15px;
	}
	.intro-title {
		padding: 205px 40px 30px;
	}
	.intro-title h2 {
		font-size: 30px;
	}
	.why-choose-video {
		margin-left: -50px;
	}
	h2 {
		font-size: 30px;
	}
	.cta-text h3 {
		font-size: 22px;
	}


}

/*
 * Medium devices (tablets, less than 992px)
 */

@media (max-width: 991.98px) {
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	.slicknav_menu {
		background: transparent;
		margin-right: -15px;
		margin-left: -15px;
		padding: 0;
	}
	.slicknav_nav {
		background: rgba(0, 0, 0, 0);
		padding: 15px 0;
		text-align: right;
	}
	.slicknav_btn {
		margin: 5px 5px 6px;
		text-decoration: none;
		text-shadow: none;
		border-radius: 0;
		background-color: #eee;
		position: absolute;
		right: 10px;
		top: 5px;
	}
	.slicknav_menu .slicknav_icon-bar {
		background-color: #222;
	}
	.slicknav_nav .slicknav_row, .slicknav_nav a {
		text-transform: uppercase;
		font-weight: 400;
		color: var(--black);
	}
	.slicknav_nav a:hover {
		background: transparent;
		color: #02a3c5;
	}
	.right-phone {
		margin-left: 0;
		flex: 1;
		justify-content: flex-end;
		align-items: center;
	}
	.new-menu-open {
		font-size: 26px;
		margin-left: 10px;
		color: var(--black);
		line-height: 1;
		cursor: pointer;
	}
	.bg-black {
		background: var(--white);
	}
	.mobile-menu {
		padding: 0 15px;
	}
	.main-menu ul li a {
		font-size: 13px;
		padding: 0 5px;
	}
	.header-text p {
		font-size: 12px;
	}
	.banner-area .container {
		max-width: 100%;
	}
	.banner-video {
		margin-right: 0;
		margin-left: 0;
	}
	.banner-content h1 {
		font-size: 30px;
	}
	.intro-title {
		padding: 205px 40px 30px;
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.contact-us-forms {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 40px;
	}
	.contact-left-content {
		padding: 135px 50px 40px;
	}
	.about-img {
		margin-right: 0;
		margin-top: 50px;
	}
	.about-img img {
		width: 100%;
	}
	.why-choose-content {
		padding: 70px 50px 100px;
	}
	.cta-1-content {
		margin-top: 0;
	}
	.why-choose-video {
		margin-left: 0;
		margin-top: -65px;
	}
	.cta-text {
		padding-right: 20px;
	}
	.nav-pills .nav-link {
		padding: 10px 20px;
	}


}

@media (max-width: 950px) {
	.footer-right {
		margin-top: 40px;
	}
}

@media (max-width: 768px) {

}

@media (max-width: 782px) {
	.admin-bar .header {
		top: 46px;
	}
}

/*
 * Small devices (landscape phones, less than 768px)
 */
@media (max-width: 767.98px) {
	.header .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-top {
		padding: 10px 0;
	}
	.right-phone::before {
		display: none;
	}
	.right-phone {
		padding-left: 10px;
	}
	.right-phone {
		margin-left: 0;
	}
	.right-phone.text-right {
		display: flex;
		align-items: center;
	}
	.right-phone.text-right a {
		margin-right: 20px;
	}
	.menu-with-info {
		flex: 1;
	}
	.right-phone {
		padding-right: 0px;
		margin-bottom: 0;
	}
	.right-phone a {
		font-size: 11px;
		padding: 10px 15px;
	}
	.header-menus {
		margin-top: 0;
	}
	.right-phone.text-right a {
		margin-right: 0;
	}
	.header .container-fluid {
		padding-bottom: 0;
	}
	.header-text p {
		font-size: 15px;
		line-height: 1.3;
	}
	.header-text p span {
		display: block;
	}	
	.banner-area {
		background-position: left;
		padding-top: 50px;
		text-align: center;
	}
	.banner-content ul {
		text-align: left;
		max-width: 330px;
		margin-left: auto;
		margin-right: auto;
	}
	.banner-btn {
		margin-top: 5px !important;
	}
	.btn.btn-black.ml-2 {
		margin-left: 0 !important;
		margin-top: 10px;
	}
	.summary-area {
		margin-top: 40px;
	}
	.intro-content {
		padding: 50px 30px;
		text-align: center;
	}
	.why-choose-content {
		padding: 50px 20px 200px;
		background-position: top left;
		text-align: center;
	}
	.why-choose-content ul {
		text-align: left;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.why-choose-video {
		margin-left: 0;
		margin-top: -160px;
		margin-bottom: 30px;
	}
	.cta-content {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		padding: 50px 20px;
	}
	.cta-text {
		padding-right: 0;
		margin-bottom: 15px;
	}
	.course-details-tab-content {
		padding: 30px 20px;
	}
	.different-area {
		padding: 40px 0;
		clip-path: none;
		margin-bottom: 0;
	}
	.cp-head {
		padding: 10px;
		font-size: 12px;
	}
	.cta-area {
		padding: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.about-us-content {
		padding-left: 20px;
		padding-top: 40px;
		padding-right: 20px;
		padding-bottom: 240px;
		background-position: center;
	}
	.faqs-area {
		padding-top: 0;
	}
	.faq-section {
		padding: 40px 20px 40px;
		clip-path: none;
	}
	.contact-left-content h2 {
		padding-right: 0;
		text-align: center;
	}
	.contact-left-content {
		padding: 70px 50px 100px;
		background-position: left;
	}
	.footer .col {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.footer .col-auto {
		max-width: 100%;
		width: 100%;
	}	
	.footer-right {
		margin-top: 0;
	}
	.single-info {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		margin-bottom: 20px;
	}
	.city-title {
		width: 100%;
		border-right: none;
		margin-right: 0;
	}
	.city-phone {
		width: 100%;
		border-right: none;
		margin-right: 0;
		padding: 5px 0;
	}
	.copyright {
		margin-top: 20px;
	}
	.footer {
		padding: 30px 0;
	}
	.contact-us-forms input[type="submit"] {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.why-choose-content ul li {
		margin-bottom: 10px;
	}	
	.banner-content ul li {
		margin-bottom: 10px;
	}
	.menu-with-info .btn {
		display: none;
	}	
	
	.mbl-new-phone {
		padding-left: 0;
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}	
	.mbl-new-phone .btn {
		font-size: 14px;
		padding-left: 20px;
		padding-right: 20px;
		width: 50%;
	}	
	.logo {
		max-width: 140px;
	}
	.sticky-active .logo {
		max-width: 135px;
	}
	.logo-2 {
		max-width: 90px;
	}
	.contact-left-content p, .contact-left-content ol {
		padding-right: 0;
	}	
	.slick-dots {
		justify-content: center;
	}	
	.slick-dots li:last-child {
		margin-right: 0;
	}
	.banner-btn .btn.ml-2 {
		/* margin-left: 0 !important; */
		/* margin-top: 5px; */
		background: var(--secondary-color);
		color: var(--white);
	}	
	.banner-btn .btn {
		font-size: 15px;
		padding-left: 25px;
		padding-right: 25px;
	}	
	.banner-btn .btn.ml-2:hover {
		background: var(--black);
	}
	.nav-pills .nav-link {
		padding: 10px 10px;
		font-size: 10px;
		width: calc(100%/5);
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.intro-title h2 {
		font-size: 28px;
	}

	.table-responsive {
		font-size: 12px;
	}	
	.tick-check {
		max-width: 100% !important;
	}	
	
}


@media (max-width: 600px) {
	.admin-bar .header.sticky-active {
		top: 0;
	}
}

/*
 * Extra small devices (portrait phones, less than 576px)
 */

@media (max-width: 575.98px) {
	/* 404 */
	.error-404 {
		padding: 50px 0;
	}
	.error-404 h1 {
		font-size: 100px;
	}
	.right-phone a {
		font-size: 9px;
		padding: 10px 10px;
	}
	.nav-pills .nav-link {
		padding: 10px 5px;
		font-size: 10px;
		width: calc(100%/5);
		text-align: center;
		word-break: break-word;
	}
	
	.table.table-striped tbody th, .table.table-striped tbody td {
		font-size: 11px;
	}	
	
	.bl-i {
		width: calc(100%/2);
	}	
	.banner-area {
		min-height: 1200px;
	}
	.summary-area {
		margin-top: -30px;
	}	
	
}










