/*!

Theme Name: Engaging Education

Theme URI: http://underscores.me/

Author: Engaging Education

Author URI: http://underscores.me/

Description: We are on a mission to engage teachers and students to ignite the excitement of business and enterprise by integrating learning with real businesses and giving teens the expertise, resources and time to set up and run their own business.

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: LICENSE

Text Domain: Engaging Education

Tags: Engaging Education



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.



bootstrap is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.



Normalizing styles have been helped along thanks to the fine work of

Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

*/

/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation

	## Links

	## Menus

# Accessibility

# Alignments

# Clearings

# Widgets

# Content

	## Posts and pages

	## Comments

# Infinite scroll

# Media

	## Captions

	## Galleries

--------------------------------------------------------------*/

/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/* Document

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



/**

 * 1. Correct the line height in all browsers.

 * 2. Prevent adjustments of font size after orientation changes in iOS.

 */





/* Sections

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



/**

 * Remove the margin in all browsers.

 */



/**

 * Correct the font size and margin on `h1` elements within `section` and

 * `article` contexts in Chrome, Firefox, and Safari.

 */



/* Grouping content

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



/**

 * 1. Add the correct box sizing in Firefox.

 * 2. Show the overflow in Edge and IE.

 */



 @font-face {

     font-family: 'Segoe UI';

     src: url('./fonts/SegoeUI.eot');

     src: url('./fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),

         url('./fonts/SegoeUI.woff2') format('woff2'),

         url('./fonts/SegoeUI.woff') format('woff'),

         url('./fonts/SegoeUI.ttf') format('truetype'),

         url('./fonts/SegoeUI.svg#SegoeUI') format('svg');

     font-weight: normal;

     font-style: normal;

 }







hr {

	box-sizing: content-box; /* 1 */

	height: 0; /* 1 */

	overflow: visible; /* 2 */

}



/**

 * 1. Correct the inheritance and scaling of font size in all browsers.

 * 2. Correct the odd `em` font sizing in all browsers.

 */



pre {

	font-family: monospace, monospace; /* 1 */

	font-size: 1em; /* 2 */

}



/* Text-level semantics

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



/**

 * Remove the gray background on active links in IE 10.

 */





/**

 * 1. Remove the bottom border in Chrome 57-

 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.

 */



abbr[title] {

	border-bottom: none; /* 1 */

	text-decoration: underline; /* 2 */

	text-decoration: underline dotted; /* 2 */

}



/**

 * Add the correct font weight in Chrome, Edge, and Safari.

 */



b,

strong {

	font-weight: bold;

}



/**

 * 1. Correct the inheritance and scaling of font size in all browsers.

 * 2. Correct the odd `em` font sizing in all browsers.

 */



code,

kbd,

samp {

	font-family: monospace, monospace; /* 1 */

	font-size: 1em; /* 2 */

}



/**

 * Add the correct font size in all browsers.

 */



small {

	font-size: 80%;

}



/**

 * Prevent `sub` and `sup` elements from affecting the line height in

 * all browsers.

 */



sub,

sup {

	font-size: 75%;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}



sub {

	bottom: -0.25em;

}



sup {

	top: -0.5em;

}



/* Embedded content

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



/**

 * Remove the border on images inside links in IE 10.

 */



/* Forms

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



/**

 * 1. Change the font styles in all browsers.

 * 2. Remove the margin in Firefox and Safari.

 */



button,

input,

optgroup,

select,

textarea {

	font-family: inherit; /* 1 */

	font-size: 100%; /* 1 */

	line-height: 1.15; /* 1 */

	margin: 0; /* 2 */

}



/**

 * Show the overflow in IE.

 * 1. Show the overflow in Edge.

 */



button,

input { /* 1 */

	overflow: visible;

}



/**

 * Remove the inheritance of text transform in Edge, Firefox, and IE.

 * 1. Remove the inheritance of text transform in Firefox.

 */



button,

select { /* 1 */

	text-transform: none;

}



/**

 * Correct the inability to style clickable types in iOS and Safari.

 */



button,

[type="button"],

[type="reset"],

[type="submit"] {

	-webkit-appearance: button;

}



/**

 * Remove the inner border and padding in Firefox.

 */



button::-moz-focus-inner,

[type="button"]::-moz-focus-inner,

[type="reset"]::-moz-focus-inner,

[type="submit"]::-moz-focus-inner {

	border-style: none;

	padding: 0;

}



/**

 * Restore the focus styles unset by the previous rule.

 */



button:-moz-focusring,

[type="button"]:-moz-focusring,

[type="reset"]:-moz-focusring,

[type="submit"]:-moz-focusring {

	outline: 1px dotted ButtonText;

}



/**

 * Correct the padding in Firefox.

 */



fieldset {

	padding: 0.35em 0.75em 0.625em;

}



/**

 * 1. Correct the text wrapping in Edge and IE.

 * 2. Correct the color inheritance from `fieldset` elements in IE.

 * 3. Remove the padding so developers are not caught out when they zero out

 *		`fieldset` elements in all browsers.

 */



legend {

	box-sizing: border-box; /* 1 */

	color: inherit; /* 2 */

	display: table; /* 1 */

	max-width: 100%; /* 1 */

	padding: 0; /* 3 */

	white-space: normal; /* 1 */

}



/**

 * Add the correct vertical alignment in Chrome, Firefox, and Opera.

 */



progress {

	vertical-align: baseline;

}



/**

 * Remove the default vertical scrollbar in IE 10+.

 */



textarea {

	overflow: auto;

}



/**

 * 1. Add the correct box sizing in IE 10.

 * 2. Remove the padding in IE 10.

 */



[type="checkbox"],

[type="radio"] {

	box-sizing: border-box; /* 1 */

	padding: 0; /* 2 */

}



/**

 * Correct the cursor style of increment and decrement buttons in Chrome.

 */



[type="number"]::-webkit-inner-spin-button,

[type="number"]::-webkit-outer-spin-button {

	height: auto;

}



/**

 * 1. Correct the odd appearance in Chrome and Safari.

 * 2. Correct the outline style in Safari.

 */



[type="search"] {

	-webkit-appearance: textfield; /* 1 */

	outline-offset: -2px; /* 2 */

}



/**

 * Remove the inner padding in Chrome and Safari on macOS.

 */



[type="search"]::-webkit-search-decoration {

	-webkit-appearance: none;

}



/**

 * 1. Correct the inability to style clickable types in iOS and Safari.

 * 2. Change font properties to `inherit` in Safari.

 */



::-webkit-file-upload-button {

	-webkit-appearance: button; /* 1 */

	font: inherit; /* 2 */

}



/* Interactive

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



/*

 * Add the correct display in Edge, IE 10+, and Firefox.

 */



details {

	display: block;

}



/*

 * Add the correct display in all browsers.

 */



summary {

	display: list-item;

}



/* Misc

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



/**

 * Add the correct display in IE 10+.

 */



template {

	display: none;

}



/**

 * Add the correct display in IE 10.

 */



[hidden] {

	display: none;

}



/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/



dfn, cite, em, i {

	font-style: italic;

}

blockquote {

	margin: 0 1.5em;

}

address {

	margin: 0 0 1.5em;

}

pre {

	background: #eee;

	line-height: 1.6;

	margin-bottom: 1.6em;

	max-width: 100%;

	overflow: auto;

	padding: 1.6em;

}

code, kbd, tt, var {

	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

	font-size: 15px;

	font-size: 0.9375rem;

}



abbr, acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}



mark, ins {

	background: #fff9c0;

	text-decoration: none;

}



big {

	font-size: 125%;

}



/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/



*,

*:before,

*:after {

	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

	box-sizing: border-box;

}

hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin-bottom: 1.5em;

}

.term-hr{background-color: #fff;margin: 0.5rem;}



ul, ol {

	margin:0;

	padding: 0;

}



ul {

	list-style: disc;

}



ol {

	list-style: decimal;

}



li > ul,

li > ol {

	margin-bottom: 0;

	margin-left: 1.5em;

}



dt {

	font-weight: bold;

}



dd {

	margin: 0 1.5em 1.5em;

}



figure {

	margin: 1em 0;

}



table {

	margin: 0 0 1.5em;

	width: 100%;

}



/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/


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,

.wpcf7-form select{

	color: #13373F;

	border: 2px solid #13373F;

	padding: 8px 16px;

	font-weight: 600;

	width: 100%;

	margin-bottom: 1.2rem;

	background-color: #fff;

}



.wpcf7-not-valid{border-color: #f00 !important;}



input.wpcf7-submit {

		right: 40px;

		bottom: 15px;

		position: absolute;

		font-family: 'Open Sans', sans-serif;

		font-weight: bold;

    text-transform: uppercase;

}





.wpcf7-form select{

		-webkit-appearance: none;

		-moz-appearance: none;

		appearance: none;

		background-image: url("./images/down-arrow.png");

		background-repeat: no-repeat;

		background-position: 96%;

}





span.wpcf7-not-valid-tip{

	position: absolute;

	z-index: 0;

	top: 34px;

	left: 10px;

	font-weight: 500;

	font-size: 12px;

  display: none;

}



div.wpcf7-response-output,

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{

	position: absolute;

	margin: 0;

	width: auto;

	font-size: 16px;

	padding: 0 0.5em;

  display: none !important;

}



/*For Mozilla < 19*/

.wpcf7-form-control:-moz-placeholder {  color: #13373F; }



/*Google Crome < 19*/

.wpcf7-form-control::-webkit-input-placeholder {color: #13373F; }



.wpcf7-form-control::placeholder {

    color: #13373F;

    opacity: 1; /* Firefox */

}

.wpcf7-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */

   color: #13373F;

}

.wpcf7-form-control::-ms-input-placeholder { /* Microsoft Edge */

   color: #13373F;

}



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 {

	color: #13373F;

}



select {

	border: 1px solid #ccc;

}



textarea {

	width: 100%;

	margin-bottom: 0;

}



/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/

a:visited {

	/*color: purple;*/

}



a:hover, a:focus, a:active {

	color: #FEA780;

	outline: 0;

}

button,.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

	background: #D8645B;

	color: #fff;

	font-size: 16px;

	border: 0;

	border-radius: 5px;

	font-weight: 600;

	padding: 12px 20px;

	cursor: pointer;

}



button:hover,.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

	background: #FEA780;
	color: #fff;
}



button:active, button:focus,
.button:active, .button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {

	background: #FEA780;

}


/*--------------------------------------------------------------

## Menus

--------------------------------------------------------------*/

.main-navigation{ }

.main-navigation ul{ margin: 0; padding: 0; }

.main-navigation li {

	display: inline-block;

	line-height: 30px;

	padding: 0 5%;

	position: relative;

	vertical-align: top;

	text-align: left;

}

.main-navigation li:last-child {margin-right: 0;}



.main-navigation li a {

	display: block;

	color: #13373F;

	font-weight: 600;

	font-size: 20px;

	display: table-caption;

}

.main-navigation a:hover{color: #D8645B;}

.main-navigation .current-menu-item a,

.main-navigation .current_page_item a{

	color: #3BA9C0;

}

.main-navigation ul ul { display: none; position: absolute; /*top: 30px; transform: translateY(30px);*/left: 0px;right: 0;text-align: center;z-index: 11;}

.main-navigation ul ul li { float: none; min-width: 150px;margin: 0;max-width: 150px;}

.main-navigation ul ul li a {

  padding: 5px 10px;

  background-color: #D8645B;

  color: #fff !important;

  width: 100%;

  border-radius: 5px;

  margin-bottom: 5px;

  font-weight: 400;

  text-align: center;

  display: block;

  font-family: 'Segoe UI';

}

.main-navigation ul li:hover > ul { display: block; transform: translateY(0); }



.main-navigation ul ul ul.sub-menu{ left: 100%; top: 0; }









.site-main .comment-navigation, .site-main

.posts-navigation, .site-main

.post-navigation {

	margin: 0 0 1.5em;

	overflow: hidden;

}



.comment-navigation .nav-previous,

.posts-navigation .nav-previous,

.post-navigation .nav-previous {

	float: left;

	width: 50%;

}



.comment-navigation .nav-next,

.posts-navigation .nav-next,

.post-navigation .nav-next {

	float: right;

	text-align: right;

	width: 50%;

}



/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {

	border: 0;

	clip: rect(1px, 1px, 1px, 1px);

	clip-path: inset(50%);

	height: 1px;

	margin: -1px;

	overflow: hidden;

	padding: 0;

	position: absolute !important;

	width: 1px;

	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */

}



.screen-reader-text:focus {

	background-color: #f1f1f1;

	border-radius: 3px;

	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	clip: auto !important;

	clip-path: none;

	color: #21759b;

	display: block;

	font-size: 14px;

	font-size: 0.875rem;

	font-weight: bold;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000;

	/* Above WP toolbar. */

}



/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {

	outline: 0;

}



/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.5em;

}



.alignright {

	display: inline;

	float: right;

	margin-left: 1.5em;

}



.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}



/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.clear:before,

.clear:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after {

	content: "";

	display: table;

	table-layout: fixed;

}



.clear:after,

.entry-content:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after {

	clear: both;

}



/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget {

	margin: 0 0 1em;

	/* Make sure select elements fit in widgets. */

}



.widget select {

	max-width: 100%;

}



/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {

	display: block;

}



.hentry {

	/*margin: 0 0 1.5em;*/

}



.updated:not(.published) {

	display: none;

}



.page-content,

.entry-content,

.entry-summary {

	/*margin: 1.5em 0 0;*/

}



.page-links {

	clear: both;

	margin: 0 0 1.5em;

}



/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/

.comment-content a {

	word-wrap: break-word;

}



.bypostauthor {

	display: block;

}



/*--------------------------------------------------------------

# Infinite scroll

--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

.infinite-scroll.neverending .site-footer {

	/* Theme Footer (when set to scrolling) */

	display: none;

}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {

	display: block;

}



/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/

.page-content .wp-smiley,

.entry-content .wp-smiley,

.comment-content .wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}



/* Make sure embeds and iframes fit their containers. */

embed,

iframe,

object {

	max-width: 100%;

}



/* Make sure logo link wraps around logo image. */

.custom-logo-link {

	display: inline-block;

}



/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

.wp-caption {

	margin-bottom: 1.5em;

	max-width: 100%;

}



.wp-caption img[class*="wp-image-"] {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption .wp-caption-text {

	margin: 0.8075em 0;

}



.wp-caption-text {

	text-align: center;

}



/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery {

	margin-bottom: 1.5em;

}



.gallery-item {

	display: inline-block;

	text-align: center;

	vertical-align: top;

	width: 100%;

}



.gallery-columns-2 .gallery-item {

	max-width: 50%;

}



.gallery-columns-3 .gallery-item {

	max-width: 33.33%;

}



.gallery-columns-4 .gallery-item {

	max-width: 25%;

}



.gallery-columns-5 .gallery-item {

	max-width: 20%;

}



.gallery-columns-6 .gallery-item {

	max-width: 16.66%;

}



.gallery-columns-7 .gallery-item {

	max-width: 14.28%;

}



.gallery-columns-8 .gallery-item {

	max-width: 12.5%;

}



.gallery-columns-9 .gallery-item {

	max-width: 11.11%;

}



.gallery-caption {

	display: block;

}











/*Custom css*/





/* -----------------------------

	Theme Style Css

----------------------------- */



/* Font Family -----------------





---------------------------- */



p {

    margin-top: 0;

    margin-bottom: 1rem

}



body {

    margin: 0;

		font-family: 'Raleway', sans-serif;

    font-size: 20px;

    font-weight: 400;

    line-height: 1.5;

    color: #13373F;

    text-align: left;

    background-color: #fff;

	 -webkit-font-smoothing: antialiased;-moz-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;

}





h1,h2,h3,h4,h5,h6{

	padding: 0;

	margin-top: 0;

	margin-bottom: 20px;

	clear: both;

	line-height: 1.1;

}

h1{

	font-size: 62px;

}

h2{

	font-size: 60px;

	font-size: 48px;

	font-weight: 400;

}

h3{

	font-size: 34px;

	font-weight: 600;

}

h4{

	font-size: 32px;

	font-weight: bold;

}

h5 {

	font-size: 30px;

}

h6 {

	font-size: 30px;

}



a{ outline: none;

	cursor: pointer;

	color: #D8645B;

	text-decoration: none;

  background-color: transparent;

  -webkit-text-decoration-skip: objects

}

a:hover,

a:focus{ text-decoration: none;outline: 0;}



a, button,input[type="submit"] {

    -webkit-transition: all .2s ease;

    -moz-transition: all .2s ease;

    -ms-transition: all .2s ease;

    -o-transition: all .2s ease;

    transition: all .2s ease;

}



#page{

  overflow: hidden;

  transition: margin-left .5s;

  width: 100%;

  /*max-width: 1440px;*/

  margin: 0 auto;

}



.container{

	width: 100%;

	max-width: 1200px;

	margin: 0 auto;

}



.semi{font-weight: 600;}

.normal{font-weight: 400;}

/* ********* Theme CSS ********* */







/* ------------------------------

	HEADER

------------------------------ */

.mobile-navigation {display: none;border-top: 1px solid #3ba9c0;}

.mobile-menu,.mobile-navigation {background-color: #f4f4f4;padding: 5px 15px;}

.mobile-navbar li{list-style: none;}

.mobile-menu{color: #13373F !important;font-weight: 600;font-size: 20px;display: block;padding-top: 8px;padding-bottom: 8px;}

.mobile-navigation a{padding: 4px 0;display: block;font-size: 17px;color: #13373F;}



.mobile-navigation a:hover{color: #D8645B;}

.mobile-navigation .current-menu-item > a{color: #3BA9C0;}



.site-header{}



.top-header {

    background-color: #13373F;

    padding: 10px 0px;

}



.top-bar-left a{

	background-color: #D8645B;

	display: inline-block;

	position: relative;

	cursor: pointer;

	width: 50px;

	height: 50px;

	text-decoration: none;

	text-align: center;

	color: #fff;

	font-size: 28px;

	line-height: 1.85em;

	border-radius: 25px;

	-moz-border-radius: 25px;

	-webkit-border-radius: 25px;

	margin-right: 10px;

}

.top-bar-left a:hover{background-color: #FEA780;color: #000;}



.top-bar-right a:first-child {	margin-right: 20px;}



.top-bar-right a {

	display: inline-block;

	position: relative;

	cursor: pointer;

	color: #fff;

	line-height: 1.85em;

	font-weight: bold;

	font-family: 'Open Sans', sans-serif;

	padding: 0px 0 0px 45px;

}



.header-mail{

	font-size: 21px;

	vertical-align: middle;

	background-image: url(./images/icon-mail.png);

	background-position: left center;

	background-repeat: no-repeat;

}

.header-mail:hover{	background-image: url(./images/icon-mail-hover.png);}



.header-call{

	font-size: 28px;

	vertical-align: middle;

	background-image: url(./images/icon-call.png);

	background-position: left center;

	background-repeat: no-repeat;

}

.header-call:hover{	background-image: url(./images/icon-call-hover.png);}



#site-navigation-left {

    width: 38%;

    text-align: right;

    padding-right: 50px;

    display: inline-block;

    vertical-align: middle;

}



.logo {

    text-align: center;

    width: 22%;

    padding: 2% 0;

    display: inline-block;

    vertical-align: middle;

}



#site-navigation-right {

    width: 38%;

    text-align: left;

    /*padding-left: 50px;*/

    padding-left: 0px;

    display: inline-block;

    vertical-align: middle;

}



/* ------------------------------

	FOOTER

------------------------------ */



.footer-contact {

    background-color: #E9E8E8;

    padding: 4% 0 60px;

}

.footer-contact .row{align-items: center;}



footer .menu a{

	color: #000;

	font-size: 18px;

	margin-bottom: 8px;

	display: block;

	font-weight: 400;

 font-family: 'Segoe UI';

}



footer .menu a:hover{color: #D8645B;}



footer ul{list-style-type: none;}

.top-footer {padding: 5% 15px 1%;}



.footer-logo{text-align: center;}

.site-footer{

	background: #13373F;

	color: #fff;

	padding: 10px 20px;

	font-family: 'Open Sans', sans-serif;

}

.site-footer .row {align-items: center;}



.site-footer,

.site-footer a{ color: #fff;font-weight: 400;}





.footer-call a{

	color: #000000;

	font-size: 30px;

	vertical-align: middle;

	font-weight: bold;

	background-image: url(./images/icon-call.png);

	background-position: left center;

	background-repeat: no-repeat;

	padding: 10px 0 10px 45px;

  font-family: 'Open Sans', sans-serif;

}

.footer-call a:hover{	background-image: url(./images/icon-call-hover.png);}

.footer-mail a{

	color: #000000;

	font-size: 16px;

	vertical-align: middle;

	font-weight: bold;

	background-image: url(./images/icon-mail.png);

	background-position: left center;

	background-repeat: no-repeat;

	padding: 10px 0 10px 45px;

  font-family: 'Open Sans', sans-serif;

}

.footer-mail a:hover{	background-image: url(./images/icon-mail-hover.png);}



.footer-map a{

	color: #000000;

	font-size: 16px;

	vertical-align: middle;

	font-weight: 400;

	background-image: url(./images/icon-map.png);

	background-position: left center;

	background-repeat: no-repeat;

	padding: 10px 0 10px 45px;

	display: inline-block;

  font-family: 'Montserrat', sans-serif;

}

.footer-map a:hover{	background-image: url(./images/icon-map-hover.png);}

/*Common Css*/



.b{font-weight: bold;}

.full-img{width: 100%;}

.bg-dark{color: #fff;background-color: #13373F !important}

.bg-grey{background-color: #E8E9E9;}

.pt-6{padding-top: 5.5rem !important;}

.pb-6{padding-bottom: 5.5rem !important;}

.py-6{padding-bottom: 5.5rem !important;padding-top: 5.5rem !important;}

.p-6{padding: 5.5rem !important;}

.mt-6{margin-top: 4rem}

.color-sky{
	color: #87C7D1;}
sub, sup{
	font-size: 16px;}

.open-sans{font-family: 'Open Sans', sans-serif;}



.top-left-corner-dark{background-color: #1A4A54;position: absolute;top:0;left: 0;}

.top-left-corner-dark a,.top-left-corner-dark span{

	text-transform: uppercase;

	display: inline-block;

	padding: 13px;

	color: #fff;

	font-weight: 600;

	font-size: 22px;

	text-align: left;

	padding-left: 30px;

	min-width: 330px;

}

.top-left-corner-dark::after {

    content: "";

    position: absolute;

    right: -59px;

    top: 0;

    width: 0px;

    height: 0px;

		border-top: 0px solid transparent;

		border-bottom: 59px solid transparent;

		border-left: 59px solid #1b4a54;

}

.top-left-corner-dark img{margin-left: 20px;width: 33px;vertical-align: bottom;}





.top-left-corner-light{background-color: #87C7D1;position: absolute;top:0;left: 0;}

.top-left-corner-light a,.top-left-corner-light span{

	text-transform: uppercase;

	display: inline-block;

	padding: 13px;

	color: #fff;

	font-weight: 600;

	font-size: 22px;

	text-align: left;

	padding-left: 30px;

	min-width: 330px;

}

.top-left-corner-light::after {

    content: "";

    position: absolute;

    right: -59px;

    top: 0;

    width: 0px;

    height: 0px;

		border-top: 0px solid transparent;

		border-bottom: 59px solid transparent;

		border-left: 59px solid #87C7D1;

}

.top-left-corner-light img{margin-left: 20px;width: 33px;vertical-align: bottom;}



.top-right-corner-dark{

	background-color: #1A4A54;

	position: absolute;

	top:0;

	right: 0;

}

.top-right-corner-dark a,.top-right-corner-dark span{

	display: inline-block;

	text-transform: uppercase;

	padding: 13px;

	color: #fff;

	font-weight: 600;

	font-size: 22px;

	text-align: right;

	padding-right: 30px;

	min-width: 330px;

}

.top-right-corner-dark:after {

		content: "";

		position: absolute;

		left: -59px;

		top: 0;

		width: 0px;

		height: 0px;

		border-left: 59px solid transparent;

		border-right: 0px solid #1b4a54;

		border-top: 59px solid #1b4a54;

}

.top-right-corner-dark img {margin-left: 20px;width: 33px;vertical-align: bottom;}



.top-right-corner-light{background-color: #87C7D1;position: absolute;top: 0;right: 0;}

.top-right-corner-light a,.top-right-corner-light span{display: inline-block;

		text-transform: uppercase;

		padding: 13px;

		color: #fff;

		font-weight: 600;

		font-size: 22px;

		text-align: right;

		padding-right: 30px;

		min-width: 330px;

}

.top-right-corner-dark.short a,.top-right-corner-light.short a{min-width: 200px;}

.top-right-corner-light:after{

		content: "";

		position: absolute;

		left: -59px;

		top: 0;

		width: 0px;

		height: 0px;

		border-left: 59px solid transparent;

		border-right: 0px solid #87C7D1;

		border-top: 59px solid #87C7D1;

}

.top-right-corner-light img {margin-left: 20px;width: 33px;vertical-align: bottom;}





/* Home Page */



section{position: relative;}





.home-banner-title-1{max-width: 350px;position: relative;}

.home-banner-title-1 a{position: absolute;top: 5px;margin-left: 20px;white-space: nowrap;}

.home-banner-title-2{max-width: 310px;position: relative;margin-bottom: 0;clear: both;}

.home-banner-title-2 a{position: absolute;top: 5px;right: 60px;}



.home .header-banner-desc{position: relative;}



.banner-label1{position: relative;left: -70px;}

.banner-label2{position: relative;left: -55px;}



.plus {

  width: 100px;

  height: 100px;

  position: absolute;

	top: 22%;

	left: -8%;

}

.plus::after {

  content: " ";

  position: absolute;

  display: block;

  background-color: #fff;

  height: 10px;

  margin-top: -5px;

  top: 50%;

  left: 5px;

  right: 5px;

  z-index: 9;

}

.plus::before {

  content: " ";

  position: absolute;

  display: block;

  background-color: #fff;

  width: 10px;

  margin-left: -5px;

  left: 50%;

  top: 5px;

  bottom: 5px;

  z-index: 9;

}



#client-slider .owl-carousel .owl-stage{display: flex;align-items: center;}

#client-slider .owl-carousel .owl-item img{width: auto;}



#client-slider .owl-next{

		background-image: url("./images/circle.png") !important;

		width: 48px;

		height: 48px;

		position: absolute;

		color: transparent !important;

		right: -80px;

		top: 50%;

		transform: translateY(-50%);

}



#client-slider .owl-prev{

		background-image: url("./images/circle-back.png") !important;

		width: 48px;

		height: 48px;

		position: absolute;

		color: transparent !important;

		left: -80px;

		top: 50%;

		transform: translateY(-50%);

}

#client-slider .owl-prev:hover{background-image: url("./images/circle-back-hover.png") !important;}

#client-slider .owl-next:hover{background-image: url("./images/circle-hover.png") !important;}



#client-slider .owl-dots{line-height: 0;}



#home-category .category-box{margin-top: -60px;}

.category-box{padding: 0;}



.category-label{

	position: absolute;

	font-weight: 600;

	font-size: 17px;

	right: 15px;

	top: 10px;

	color: #fff;

	text-transform: uppercase;

	text-align: center;

}

.category-box{position: relative;}

.category-box img{width: 100%;}

.category-desc{

	position: absolute;

	top: 60px;

	padding: 20px;

	color: #fff;

}

.category-desc h2{display: table-caption;text-transform: uppercase;}

.category-desc .btn{float: right;}







#student-start {

    background-color: #13373F;

    color: #fff;

		background-image: url("./images/logo-icon-background_dark.png");

		background-repeat: no-repeat;

		background-position: 85% center;

    background-position: 77% center;

    background-size: 500px;

}



.student-point {

    background: url("./images/logo-symbol-red.png") no-repeat left top;

		padding-left: 60px;

    background-size: 50px;

}

.student-point h5{margin-bottom: 5px;font-size: 20px;font-weight: bold;}

.student-month{font-size: 90px;text-align: center;font-weight: bold;text-transform: uppercase;}

.student-date{font-size: 230px;

text-align: center;

font-weight: bold;

line-height: 0.5;

margin: 40px 0;

}





.slider-image{background-size: cover;min-height: 250px;}

.slider-desc{padding: 16px 0;}

.profile-slide-title{font-weight: 400;}



#home-profile-slide .row:nth-child(even){background-color: #86C6D1;}





.carousel-item .row:hover .col-md-8{

		background-color: #86C6D1;-webkit-transition: all .2s ease;

		-moz-transition: all .2s ease;

		-ms-transition: all .2s ease;

		-o-transition: all .2s ease;

		transition: all .2s ease;

}



#teacher-start{

	background-color: #13373F;

	color: #fff;

	background-image: url("./images/logo-icon-background_dark.png");

	background-repeat: no-repeat;

	background-position: 85% center;

	background-size: 550px;

}

.get-involved-img{width: 80%;/*margin: 0 auto;*/margin-bottom: 30px;}

.teacher-image{width: 250px;height: 250px;border-radius: 50%;background-position: top;background-size: cover;margin:0 auto 20px;}



.upper-icon{

		-moz-transform: rotate(-90deg);

		-ms-transform: rotate(-90deg);

		-webkit-transform: rotate(-90deg);

		transform: rotate(-90deg);

    width: 48px;

    height: 48px;

    background-image: url("./images/circle.png");

    background-size: cover;

    background-repeat: no-repeat;

}

.upper-icon:hover{background-image: url("./images/circle-hover.png");}

.upper-icon{

		position: absolute;

		top: -20px;

		right: 40px;

}



.lower-icon{

		position: absolute;

		bottom: -20px;

		right: 40px;

}



.lower-icon{

		-moz-transform: rotate(90deg);

		-ms-transform: rotate(90deg);

		-webkit-transform: rotate(90deg);

		transform: rotate(90deg);

    width: 48px;

    height: 48px;

    background-image: url("./images/circle.png");

    background-size: cover;

    background-repeat: no-repeat;

}

.lower-icon:hover{background-image: url("./images/circle-hover.png");}



/*start a business Css*/



#header-banner {

    position: relative;

    min-height: 540px;

    background-repeat: no-repeat;

    background-size: cover;

    display: flex;

    align-items: center;

		color: #fff;

		padding-top: 0 !important;

		background-position: center;

}



.error404 #header-banner {background-position: center ;margin-bottom: 10px;}

.error404 #content{background-color: #E9E8E8;}

.error404 .container{position: relative;}

.error404-graphics {

    position: absolute;

    right: 0;

    top: -20%;

    width: 30%;

}



#header-banner .container{z-index: 1;}

.color-overlay{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-color: rgb(59,169,192);

	z-index: 1;

	opacity: 0.72;

	filter: alpha(opacity=72);

	-moz-opacity: 0.72;

	-khtml-opacity: 0.25;

}



.header-banner-desc{max-width: 800px;}



#know-how {padding: 4% 0;}

.know-icon{vertical-align: sub;margin-left: 15px;}

#know-how-three .know-how-sec{

	background-position: center;

	background-repeat: no-repeat;

	/*min-height: 600px;*/

	background-size: 70%;

}

#know-how-three .know-how-desc{padding: 20% 10%;}

#know-how-three .know-how-sec:nth-child(odd){

	background-color: #13373F;

	color: #fff;

	background-image: url("./images/logo-icon-background_dark.png");

}

#know-how-three .know-how-sec:nth-child(even) {background-image: url("./images/logo-icon-background_light.png");}



#know-how-three .know-how-sec:nth-child(even) .know-how-three-label a{background-image: url("./images/themebg-light.jpg");}



.know-how-three-label a {

		background-image: url("./images/themebg.jpg");

		background-size: cover;

		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);

		clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);

		position: absolute;

		top: 0;

		right: 0;

    width: 320px;

    display: inline-block;

    padding: 12px;

  	padding-right: 18px;

    color: #fff;

    font-weight: 600;

    font-size: 22px;

    text-align: center;

		float: right;

}



.blue-point{list-style: inside;}

.blue-point li{position: relative;list-style-type: none;padding-left: 30px;margin: 3px 0;}

.blue-point li:after{position: absolute;content: "";width: 14px;height: 14px;background-color: #87C7D1;border-radius: 50%;left: 0;top: 7px;}





.blue-line{list-style: inside;padding-left: 30px;}

.blue-line li{position: relative;list-style-type: none;padding-left: 30px;margin: 3px 0;}

.blue-line li:after{position: absolute;content: "";width: 16px;height: 5px;background-color: #87C7D1;border-radius: 0%;left: 0;top: 13px;}







/*Professional Development */



#professional-development{border-bottom: 10px solid #13373f;}

#professional-testimonial .container{position: relative;max-width: 1100px;}

.professional-testimonial-content{font-weight: 600;font-style: italic;outline: 0;}



.professional-testimonial-content p{margin-bottom: 0;}



.left-icon, .right-icon{cursor: pointer;display: inline-block !important;  width: 48px;height: 48px;background-repeat: no-repeat;background-size: cover;}



.left-icon{background-image: url("./images/circle-back.png");}

.left-icon:hover{background-image: url("./images/circle-back-hover.png");}

.right-icon{background-image: url("./images/circle.png");}

.right-icon:hover{background-image: url("./images/circle-hover.png");}



/*Professional */

#professional{border-top: 5px solid #13373f;}



.professional-bg{

	background-image: url(./images/logo-icon-background_light.png);

	background-position: center;

	background-repeat: no-repeat;

	background-size: auto 300px;

}



/*Privacy Policy*/



/* Terms-conditions */



/*Disclaimer*/



/* Disclaimer */



/* Profile */



#profile-box{padding-bottom: 3rem;}

.profile-img img {max-height: 75px;width: auto;margin-bottom: 10px;}

.single-team .container{position: relative;}

.profiles-title{margin-bottom: 15px;}

.single-team .header-banner-desc h2{font-weight: 600;}

.header-team-logo{/*max-width: 300px;*/}

.profile-baner{align-items: center;}

.header-team-logo-img{max-height: 200px;object-fit: contain;}

/* About Karen */

.about-karen-left{

	background-image: url("./images/logo-icon-background_light.png");

	background-position: center;

	background-repeat: no-repeat;

	padding-top: 5%;

  padding-bottom: 5%;

	background-size: 450px;

}

.about-karen-right{

	/*background-image: url("./images/karen.jpg");

  min-height: 500px;*/

	background-size: cover;

	background-position: center;

}

/*#about-karen .row{align-items: center;}*/



/*Register Css*/





/*Contact Us Page Css*/



.page-template-contact-us .header-banner-desc{position: relative;}

.page-template-contact-us .header-banner-desc img{position: absolute;top: -40px;}



.contact-detail-title{position: relative;display: table-caption;}

.contact-detail-title img{

	position: absolute;

	top: 0;

	width: 100px;

	right: -80px;

}

.contact-section{position: relative;}

.contact-section:after{

	content: '';

	width: 1000px;

	height: 100%;

	position: absolute;

	background: #13373f;

	right: -1000px;

	top: 0;

}



.contact-left{margin: 5% 0 65px;}

.contact-right{background-color: #13373F;color: #fff;padding: 5% 4%;}

.contact-email-icon{

	margin-left: 20px;

	position: relative;

	top: -10px;

	width: 80px;

}

.contact-call a {

    color: #fff;

    font-size: 30px;

    vertical-align: middle;

    font-weight: bold;

    background-image: url(./images/icon-call.png);

    background-position: left center;

    background-repeat: no-repeat;

    padding: 10px 0 10px 45px;

		font-family: 'Open Sans', sans-serif;

}

.contact-call a:hover{background-image: url(./images/icon-call-hover.png);}

.contact-mail a {

    color: #fff;

    font-size: 18px;

    vertical-align: middle;

    font-weight: 600;

    background-image: url(./images/icon-mail.png);

    background-position: left center;

    background-repeat: no-repeat;

    padding: 10px 0 10px 45px;

}

.contact-mail a:hover{background-image: url(./images/icon-mail-hover.png);}

.contact-map a{

    color: #fff;

    font-size: 18px;

    vertical-align: middle;

    font-weight: 600;

    background-image: url(./images/icon-map.png);

    background-position: left center;

    background-repeat: no-repeat;

    padding: 10px 0 10px 45px;

    display: inline-block;

}

.contact-map a:hover{background-image: url(./images/icon-map-hover.png);}

/*About us*/

#about-box{border-bottom: 10px solid #13373F;}



.about-box-area {

    display: flex;

    align-items: stretch;

    position: relative;

		min-height: 415px;

}

.about-box-area .about-box:nth-child(odd) {background-color: #13373F;color: #fff;background-image: url(./images/logo-icon-background_dark.png);}

.about-box-area:nth-child(even) .about-box:nth-child(even) {order: -1;}



.about-box {

    flex: 0 0 50%;

    padding: 74px 50px 50px;

    background-image: url(./images/logo-icon-background_light.png);

		background-position: center;

		background-repeat: no-repeat;

		background-size: auto 300px;

    color: #13373F;

    position: relative;

}

.about-box img {height: 60px;}

.about-box .top-right-corner-dark a,

.about-box .top-right-corner-light a,

.about-box .top-left-corner-light a,

.about-box .top-left-corner-dark a{text-align: center;}



/*Student Conferences */

.student-quote .container::before {

	content: "";

	position: absolute;

	background-image: url("./images/large-quotation-marks.png");

	background-repeat: no-repeat;

	width: 300px;

	height: 250px;

	bottom: 0;

	background-size: 70%;

	background-position: left bottom;

}



.conferences-img{

		height: 250px;

		background-size: cover;

		background-position: center;

		background-color: #1a4a54;

}



.conferences-desc{

	color: #fff;

	background-color: #13373F;

	background-image: url("./images/logo-icon-background_dark.png");

	background-size: 90%;

	background-position: center;

	background-repeat: no-repeat;

	padding: 30px 10px;

	margin-bottom: 60px;

	position: relative;

}

.conferences-title{vertical-align: middle;}

.conferences-month{text-transform: uppercase;}

.conferences-btn{

	position: absolute;

	bottom: -35px;

	left:0;

	right:0;

}



/*Single Student Conferences */



#conferences-details{padding: 20px 0;}

#conferences-details .row{align-items: center;}

#conferences-details video,.conferences-map iframe{width: 100%;}



.conferences-notes{

}



.conferences-map{

	position: absolute;

	right: 0;

	top: 0;

	width: 45%;

	max-width: 550px;

	height: 100%;

}



/* Blog Page */

.blog #primary{margin-top: 5rem;}

.custom-blog article{margin-bottom: 50px;position: relative;}

.custom-blog .wp-post-image{object-fit: cover;min-height: 200px;}

.custom-blog #post-580 .wp-post-image{object-position: 90%;}

.custom-blog #post-588 .wp-post-image{object-position: 98%;}

.custom-blog .blog-image{min-height: 200px;background-color: #3ba9c0;border: 1px solid #707070;}



.blog-content{padding: 15px;border: 1px solid #707070;}

.blog-desc p,.blog-desc{color: #000;font-family: 'Open Sans', sans-serif;font-size: 15px;line-height: 20px;margin-bottom: 0;}

.custom-blog article:hover .blog-content{background-color: #E9E9E9;-webkit-transition: all .2s ease;

-moz-transition: all .2s ease;

-ms-transition: all .2s ease;

-o-transition: all .2s ease;

transition: all .2s ease;

border-color: #E9E9E9;}

.blog-title a{color: #13373F;font-weight: 600;}



.blog-date a{color:#3BA9C0;font-weight: 600;font-size: 18px;margin-bottom: 20px;display: block;font-family: 'Open Sans', sans-serif;}

.blog-more{

		text-transform: uppercase;

		margin: 0;

		text-align: center;

		position: absolute;

		left: 0;

		right: 0;

		bottom: -20px;

}

.blog-more a{margin: 0}



.postpagination{margin: 0 auto 5%;text-align: center;}



.postpagination a,.postpagination span{

	border-radius: 50%;

	padding: 14px 18px;

	margin: 5px;

	background-color: #D8645B;

	font-size: 24px;

	line-height: 22px;

	font-weight: 600;

	display: inline-block;

	color: #fff;

	font-family: 'Open Sans', sans-serif;

}

.postpagination a:hover{background-color: #3BA9C0;}

.postpagination span{background-color: #3BA9C0;}

/* Single Blog Page */



#rpwwt-recent-posts-widget-with-thumbnails-2 img {

    width: 100px !important;

    height: 80px !important;

    object-fit: cover;

		margin: 0;

}



#rpwwt-recent-posts-widget-with-thumbnails-2 li:nth-child(2) img{object-position: 90%;}



.rpwwt-widget ul li{margin: 0 !important;position: relative;margin-bottom: 15px !important;}



.rpwwt-post-title{

		font-size: 18px;

		color: #13373F;

		line-height: 20px;

		display: block;

		font-weight: 600;

		position: absolute;

		top: 50%;

		transform: translateY(-50%);

		margin-left: 110px;

}

.recent-posts-widget-with-thumbnails h2{font-size: 20px;color: #13373F;font-weight: 600;margin-bottom: 20px;}

.single-post #primary{padding: 5rem 0 3rem;}

/* Industry Partners */



.industry-partners{margin-bottom: 40px;}

.industry-partners a:hover img{

  opacity: 0.75;

  -webkit-transition: all .2s ease;

  -moz-transition: all .2s ease;

  -ms-transition: all .2s ease;

  -o-transition: all .2s ease;

  transition: all .2s ease;

}

.industry-partners img {

    height: 100px;

    margin-bottom: 20px;

		object-fit: contain;

}



.conferences-details-image img{

max-height: 200px;

width: 100%;

object-fit: cover;

}



span.wpcf7-list-item{margin-left: 0;display: block;}
.wpcf7-list-item label{position: relative;padding-left: 30px;cursor: pointer;}
.wpcf7-list-item label span::before {content: '';position: absolute;left: 0;top: 5px;width: 20px;height: 20px;border: 2px solid #13373F;border-radius: 2px;}
.wpcf7-list-item label span::after {content: '';position: absolute;left: 4px;top: 9px;width: 12px;height: 12px;background-color: #13373F;border-radius: 2px;opacity: 0;transition: all 0.3s;}
.wpcf7-list-item label input[type="checkbox"]:checked ~ span::after{opacity: 1;}
.wpcf7-list-item label input[type="checkbox"]{position: absolute;width: 0;height: 0;}
#trainer-register input.wpcf7-submit{position: static;margin-top: 90px;}
#trainer-register div.wpcf7-response-output{position: static;display: inline-block !important;margin-top: 10px;background-color: #398f14;color: #fff;border: none;}

/*Checkout*/
.font-weight-bold{
	font-weight: 600;}
.checkout-form-section #customer_details h5 {
    font-size: 28px;margin-bottom: 10px;}
.checkout-form-section #customer_details h6 span {
	color: #84c3ce;
	font-family: "Open Sans, sans-serif";}
.checkout-form-section #customer_details h6 {
	color: #1a4a54;
	font-size: 26px;}
.woocommerce-page .site-content {
    background: #e9e8e8;padding: 80px 0;}
.form-box {
    border: 1px solid #b9b9b9;border-radius: 3px;overflow: hidden;}

.form-box .form-title {
    background-color: #f5f5f5;border-bottom: 1px solid #c5c5c5;}
.form-box .form-title h6{
	margin: 0;font-size: 16px;padding: 12px 15px;}
.form-row-wrp,
#wc-stripe-cc-form .row{
	margin: 0 -7px;}
.form-row-wrp .form-col{
	padding: 0 7px;
	margin: 0;}
.form-group{
	margin-bottom: 15px;}
form label{
	line-height: normal !important;font-size: 15px;font-weight: 600;}
.woocommerce input,
.woocommerce textarea,
.textarea select{
    font-size: 13px;padding: 10px 15px;border-radius: 5px;border: 1px solid #c3c2c2;font-weight: normal;margin: 0 0 15px;}
.woocommerce-checkout-review-order{
	background-color: #fff;border-radius: 3px;padding: 30px 40px;}
.woocommerce-checkout-review-order table{
    border: none !important;margin: 0 !important;border-collapse: collapse !important;}
.woocommerce-checkout-review-order table td,
.woocommerce-checkout-review-order table th{
    padding: 12px 0 !important;line-height: normal !important;font-size: 13px;}
.woocommerce-checkout-review-order td.product-name {
    font-weight: 600;}
.woocommerce-checkout-review-order .cart-subtotal{
	color: #797d81;}
.woocommerce input[type="submit"],
.btn-subscription{
	font-size: 14px;border: none;padding: 10px 15px;font-weight: 400;text-transform: capitalize;line-height: normal;}
.woocommerce-form__input-checkbox{
	-webkit-appearance: none;background-color: #fff;padding: 0 !important;width: 15px;display: inline-block !important;height: 15px;border-radius: 2px !important;
	margin: 0 5px 0 0 !important;
	vertical-align: middle;
	outline: 0!important;}
.woocommerce-form__label-for-checkbox span.woocommerce-terms-and-conditions-checkbox-text{
    vertical-align: middle;position: relative;}
.woocommerce form  .woocommerce-form__label-for-checkbox span.required:before{
	display: none;}
.woocommerce-form__label-for-checkbox input[type=checkbox]:checked ~ span:before{
	content: "\f00c";
	position: absolute;
	top: 3px;left: -21px;font-family: "FontAwesome";font-size: 10px;font-weight: 500;}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: none;}
.form-check input{
    -webkit-appearance: none;margin: 0 !important;border: 1px solid #d8645b;height: 12px;width: 12px !important;border-radius: 10px;padding: 0;background-color: transparent;left: 0;top: 10px;outline: 0 !important;cursor: pointer;position: absolute !important;}
.form-check  .form-check-label,
ul.woocommerce-SavedPaymentMethods  li{
	position: relative;}
ul.woocommerce-SavedPaymentMethods  li label{
	position: relative;font-size: 14px;margin: 2px 0 0 ;    display: inline-block;vertical-align: middle;}
.form-check input:checked ~.form-check-label:before,
ul.woocommerce-SavedPaymentMethods  li input:checked ~ label:before{
	content: "";
	position: absolute;
	top: 5px;height: 6px;left: -22px;width: 6px;
	background-color: #d8645b;
	border-radius: 8px;}
.woocommerce-billing-fields__field-wrapper .footer-bottom{
	padding: 8px 15px;
	border-top: 1px solid #c5c5c5;}
.payment_method_stripe label.form-check-label:before{
	left: 3px !important;}
.payment-img img{
	max-width: 15px;
	margin-right: 10px;}
.payment-img i{
    color: #000;margin-right: 10px;}
.form-check,
ul.woocommerce-SavedPaymentMethods  li{
	padding-left: 25px;}
.woocommerce form .form-row {
    padding: 0;margin: 0 0 15px;}
.form-login h2{
	text-align: center;
	font-weight: 700;}
.woocommerce form.login {
    background-color: #fff;margin-bottom: 0;}
.woocommerce form.login label{
	width: 100%;}
.woocommerce .woocommerce-customer-details{
	margin-bottom: 0;}
form.lost_reset_password p{
    font-size: 15px;font-weight: 500;}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
    top: 50%;transform: translateY(-50%);}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after{
	vertical-align: middle;}
.woocommerce .password-input{
	width: 100%;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
	margin-right: 0;}
.woocommerce-LostPassword{
    font-size: 14px;font-weight: 500;text-decoration: underline;}
.woocommerce form .form-row .required,
abbr.required{
	color: red;
	line-height: 1;
	font-size: 24px;}
.woocommerce-MyAccount-navigation ul{
	list-style: none;border-bottom: 1px solid #13373F;}
.woocommerce-MyAccount-navigation ul li{
	border-top: 1px solid #13373F;padding: 15px 0;line-height: normal;}
.woocommerce-MyAccount-navigation ul li a{
	font-weight: bold;
	color: #13373F;
	position: relative;
	display: block;}
.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a{
	color: #D8645B
}
.woocommerce-MyAccount-navigation ul li a:after{
	content: "\f0e4";position: absolute;right: 0;top: 0;font-family: FontAwesome;}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:after{
	content: "\f007";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:after{
	content: "\f019";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:after{
	content: "\f090";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:after{
	content: "\f283";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:after{
	content: "\f041";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:after{
	content: "\f291";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:after{
	content: "\f0f6";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods{
	display: none;}
.woocommerce-account .woocommerce-MyAccount-navigation{
	width: 25%;}
.woocommerce-account .woocommerce-MyAccount-content{
	width: 70%;}
.woocommerce fieldset {
    padding: 0;}
legend{
    font-weight: 600;font-size: 15px;}
.woocommerce form .form-row em {
    font-size: 13px;margin-top: 5px;display: block;color: #D8645B;font-weight: 500;font-style: normal;}
.woocommerce-MyAccount-content .woocommerce-Address{
	width: 100%;max-width: 100%;padding: 0;}
.woocommerce-Address-title .edit,
.woocommerce-MyAccount-content .woocommerce-Address address{
	font-size: 16px;font-weight: 600;}
.woocommerce-account .woocommerce-address-fields .woocommerce-input-wrapper{
	width: 100%;}
form.woocommerce-ResetPassword.lost_reset_password,
form.woocommerce-EditAccountForm ,
form.billing-form-add {
    padding: 20px;border: 1px solid #d3ced2;background-color: #fff;border-radius: 5px;}
.woocommerce-account table,
.woocommerce-order-received table{
    border-collapse: collapse !important;border: none !important;}
.woocommerce-account thead th,
.woocommerce-order-received table thead th{
    background-color: #d8645b;color: #fff;padding: 10px 15px !important;}
.woocommerce-account tbody td,
.woocommerce-account tfoot td,
.woocommerce-account tfoot th,
.woocommerce-order-received table tbody td,
.woocommerce-order-received table tfoot td,
.woocommerce-order-received table tfoot th{
	padding: 12px 15px !important;
	font-size: 14px;}
.woocommerce-account tbody,
.woocommerce-account tfoot,
.woocommerce-order-received tbody,
.woocommerce-order-received tfoot{
	background-color: #fff;}
.woocommerce table.my_account_orders .button {
    white-space: nowrap;font-size: 13px;color: #000;background-color: #e9e8e8;padding: 7px 15px;}
.shop_table.subscription_details tr td:first-child{
	font-weight: 700;}
.woocommerce .woocommerce-customer-details address{
	border: none;background-color: #fff;border-radius: 0;font-size: 16px;padding: 15px;}
.woocommerce .woocommerce-customer-details address p{
    margin-top: 15px;}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    line-height: 1.6;}
.woocommerce-MyAccount-content h2,
body.woocommerce-order-received .woocommerce-order h2{
    font-size: 28px;font-weight: 600;margin-bottom: 15px;}
.woocommerce table.shop_table{
	margin: 0 0 35px;}
.woocommerce-order-details header h2{
	margin-bottom: 15px !important;}
.woocommerce ul.order_details{
    background-color: #fff;padding: 15px;}
.woocommerce mark, .woocommerce .mark {
    color: #d8645b;background-color: transparent;text-decoration: underline;}
.woocommerce-account .woocommerce-MyAccount-content p {
    font-weight: 500;}
table.woocommerce-checkout-review-order-table tr th:last-child,
table.woocommerce-checkout-review-order-table tr td:last-child{
	text-align: right;}
.price-per{
	font-size: 18px;
	font-weight: 600;
	color: #1a4a54 !important;
	font-family: 'Raleway', sans-serif !important;}
a.discount-code{
    font-size: 13px;font-weight: 500;text-decoration: underline;}
.quantity{
	width: 65px;margin-left: auto;position: relative;}
.quantity input{
	text-align: center;-webkit-appearance: none !important;padding: 7px 10px;font-size: 12px;outline: none !important;box-shadow: 0px 0px 2px 0px rgba(0,0,0,.5);}
.quantity .qty-btn{
    position: absolute;top: 7px;right: 10px;color: #d8645b;}
.quantity input[type=number]::-webkit-inner-spin-button{
	opecity: 0;
	visibility: hidden;}
.quantity input[type=number]::-webkit-inner-spin-button, 
.quantity input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;-moz-appearance: none;appearance: none;margin: 0; 
}
.woocommerce-checkout #payment div.payment_box{
	background-color: transparent !important;padding: 0;margin: 0;}
.woocommerce-checkout #payment div.payment_box::before{
	display: none !important;}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    margin: 0 0 15px;padding: 8px 15px;border-radius: 5px;border: 1px solid #c3c2c2;font-size: 13px;}
#stripe-payment-data p{
	font-size: 14px;}
.wc-credit-card-form .form-row{
	padding: 0 !important;
	margin: 0 !important;
	display: block !important;}
.wc-credit-card-form br{
	display: none;}
.wc-credit-card-form{
    margin: 0 0 -10px !important;}
.wc-credit-card-form .form-row.form-row-first,
.wc-credit-card-form .form-row.form-row-last{
	width: 48.7% !important;}

.captcha_dd{position: static !important;}
input.wpcf7-submit{bottom: 95px;}
div.wpcf7-response-output{display: block !important;border: none !important;font-weight: 700 !important;color: #D8645B;font-size: 20px;margin-top: 0 !important;margin-bottom: 0 !important;padding: 0 !important;}
form.sent div.wpcf7-response-output{color: #7cb342;}



.student-tab{box-shadow: 0 3px 0 0 #e9e8e8;}
.student-tab .container{display: flex;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.student-tab .nav-tabs{border-bottom: none;}
.student-tab .nav-tabs .nav-item .nav-link{border: none;font-weight: 700;border-bottom: 3px solid transparent;color: #899b9f;padding: 10px 20px;}
.student-tab .nav-tabs .nav-item .nav-link.active{color: #D8645B;border-color: #D8645B;}
.student-tab .filter{position: relative;display: flex;align-items: center;background-color: #84c3ce;color: #fff;font-weight: 600;text-transform: uppercase;padding: 10px 20px; display: flex;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.student-tab .filter::before{content: '';position: absolute;top: 0;right: 100%;width: 70px;height: 100%;border-style: solid;border-width: 0 70px 52px 0;border-color: transparent #84c3ce transparent transparent;}
.student-tab .filter::after {content: '';position: absolute;top: 0;left: 100%;width: 100vw;height: 100%;background-color: #84c3ce;}
.student-program .tab-content{padding: 100px 0;}
.student-program .card {background-color: #f2f2f2;border: none;border-radius: 10px;margin-bottom: 40px;}
.student-program .card:last-child{margin-bottom: 0;}
.student-program .card:nth-child(2n + 1) {background-color: #1c363e;color: #fff;}
.student-program .card p{font-weight: 500;}
.student-program .card span{color: #84c3ce;font-weight: 600;display: block;width: 100%;}
.student-program .card .card-header{background-color: transparent;padding: 40px 90px 30px 30px;border: none;position: relative;}
.student-program .card .card-header.collapsed{padding: 40px 90px 40px 30px;}
.student-program .card .card-header::after{content: 'Collapse';position: absolute;top: 40px;right: 30px;padding-right: 60px;background-image: url('images/arrow-up.png');background-size: contain;background-repeat: no-repeat;background-position: bottom right;text-transform: uppercase;font-size:18px;font-weight:600;color: #13373f;cursor: pointer;}
.student-program .card .card-header.collapsed::after{content: 'More Info';background-image: url('images/arrow-down.png');}
.student-program .card:nth-child(2n + 1) .card-header::after{color: #fff;}
.student-program .card .card-header h5{margin-bottom: 5px;}
.student-program .card .card-header .card-sub-header{margin-bottom: 0;}
.student-program .card .card-header .card-header-content{display: none;margin-top: 20px;}
.student-program .card .card-header.collapsed .card-header-content{display: block;}
.student-program .card .card-header .card-header-content .button{text-transform: uppercase;}
.student-program .card .card-body{padding: 0 30px 40px;font-weight: 500;}
.student-program .card .card-body img{max-width: 800px;width: 100%;display: block;margin-top: 20px;}
.student-feedback{color: #13373f;border-top: 10px solid #13373f;font-weight: 700;padding: 60px 0 40px;}
.student-feedback-title::before{content: '';display: inline-block;width: 22px;height: 24px;background-image: url('images/quote.png');background-size: 22px;background-repeat: no-repeat;margin-right: 5px;}
.student-feedback p {font-size: 18px;}



/* --- Custom Media Query  -*/


@media only screen and (min-width: 768px) {
	#know-how .blue-point li {width: 50%;float: left;}
	.column-count-2 {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
	.slider-image {margin-right: 4%;}
	.header-team-logo {text-align: center;}
	.blog-title {min-height: 90px;max-height: 90px;overflow: hidden;}
}
@media only screen and (min-width: 992px) {
	.column-count-3 {-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;}
	.contact-left {padding-right: 40px;}
	.contact-left input.wpcf7-submit {right: 60px;}
	.conferences-title {height: 200px;display: -webkit-box;display: -ms-flexbox;display: flex;justify-content: center;align-content: center;flex-direction: column;}
	.conferences-month {min-height: 128px;display: flex;justify-content: center;align-items: center;font-size: 52px;}
	#register {background-image: url('./images/register.png');background-repeat: no-repeat;background-position: right center;background-size: 500px;}
	#trainer-register {background-repeat: no-repeat;background-position: right center;background-size: 375px;}
	.mobile-label {display: none;}
}
@media only screen and (min-width: 1200px) {
	.single-profile img {width: 100%;}
	.footer-logo {position: relative;top: -40px;}
	.column-count-2 {-webkit-column-gap: 80px;-moz-column-gap: 80px;column-gap: 80px;}
	.column-count-3 {-webkit-column-gap: 80px;-moz-column-gap: 80px;column-gap: 80px;}
	.category-desc {max-width: 420px;}
	.left-icon {left: -50px;}
	.right-icon {right: -50px;}
	.left-icon,.right-icon {position: absolute;top: 50%;transform: translateY(-50%);}
	.profiles-title {display: table-caption;}
	#profile-box .top-right-corner-dark,#profile-box .top-right-corner-light {right: -33px;}
	#profile-box .top-left-corner-dark,#profile-box .top-left-corner-light {left: -33px;}
}
@media only screen and (min-width: 470px) and (max-width: 580px) {
	.category-label {top: 20px;}
}
@media only screen and (min-width: 581px) and (max-width: 650px) {
	.category-label {top: 25px;}
}
@media only screen and (min-width: 651px) and (max-width: 767px) {
	.category-label {top: 30px;}
}
@media only screen and (min-width: 470px) and (max-width: 650px) {
	#home-category .category-box {margin-top: -85px;}
	.category-desc {margin-top: 30px;}
}
@media only screen and (min-width: 651px) and (max-width: 767px) {
	#home-category .category-box {margin-top: -100px;}
	.category-desc {margin-top: 50px;}
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
	.category-desc {top: 40px;}
	#home-category .category-box {margin-top: -60px;}
}
@media only screen and (min-width: 940px) and (max-width: 1200px) {
	#home-category .category-box {margin-top: -76px;}
	.home-banner-title-1 {font-size: 42px;}
	.home-banner-title-2 {font-size: 42px;}
}
@media only screen and (min-width: 992px) and (max-width: 1320px) {
	.main-navigation li a {font-size: 17px;display: inline-block;}
	.main-navigation li {padding: 0 3%;}
	#site-navigation-left {padding-right: 20px;text-align: center;}
	.logo {width: 19%;}
	#site-navigation-right {padding-left: 20px;text-align: center;width: 41.5%;}
}
@media only screen and (min-width: 1025px) and (max-width: 1130px) {
	.main-navigation li a {font-size: 15px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#register,#trainer-register {background-size: 320px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	#register {background-size: 400px;}
	#trainer-register {background-size: 375px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1270px) {
	.footer-mail a {font-size: 14px;}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.category-label {font-size: 16px;}
	h1 {font-size: 44px;}
	h2 {font-size: 40px;}
	.home-banner-title-1 {font-size: 42px;}
	.home-banner-title-2 {font-size: 42px;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#know-how .blue-point li {margin: 1px 0;}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.category-desc h2 {font-size: 30px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
	.category-desc h2 {display: block;font-size: 24px;}
	.category-label {font-size: 13px;}
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
	.category-desc h2 {font-size: 32px;}
	.category-label {font-size: 14px;}
}
@media only screen and (max-width: 360px) {
	.home-banner-title-1 a {margin-left: 0;}
}
@media only screen and (max-width: 420px) {
	.category-desc h2 {display: block;font-size: 30px;}
	.category-label {font-size: 14px;top: 10px;}
}
@media only screen and (max-width: 600px) {
	.page-template-contact-us .header-banner-desc img {top: -100px;left: 0;}
	.owl-carousel .owl-item img {width: 200px;margin: 0 auto;}
	.container-fluid,.container {clear: both;}
	.top-left-corner {position: relative;margin-bottom: 10px;float: left;width: 80%;clear: both;}
	.top-right-corner {position: relative;margin-bottom: 10px;float: right;width: 80%;clear: both;}
}
@media only screen and (max-width: 1100px) {
	.error404-graphics {position: relative;right: 0;top: 40px;width: 220px;text-align: center;margin: 0 auto;}
}
@media only screen and (max-width: 1360px) {
	#client-slider .owl-prev {position: relative;left: 20px;transform: unset;top: 20px;}
	#client-slider .owl-next {position: relative;left: 30px;transform: unset;top: 20px;}
	.upper-icon,.lower-icon {width: 40px;height: 40px;}
}
@media only screen and (min-width: 768px) {
	.home .header-banner-desc {padding-left: 10px;margin-left: 15%;}
}
@media only screen and (max-width: 1480px) {
	.conferences-map {max-width: 400px;}
}
@media only screen and (max-width: 1024px) {
	#site-navigation-left {display: none;}
	#site-navigation-right {display: none;}
	.logo {width: 100%;padding: 10px 0;}
	.logo img {width: 45%;}
}
@media only screen and (min-width: 1025px) {
	.mobile-navbar {display: none;}
}
@media only screen and (min-width: 420px) and (max-width: 767px) {
	.top-right-corner-light a,.top-right-corner-light span,.top-right-corner-dark a,.top-right-corner-dark span .top-left-corner-light a,.top-left-corner-light span,.top-left-corner-dark a,.top-left-corner-dark span, .know-how-three-label a {font-size: 13px !important;}
	.top-left-corner-dark::after {border-top-width: 0px;border-left-width: 29.5px;right: -29.5px;border-bottom-width: 29.5px;}
	.top-left-corner-light::after {border-top-width: 0px;border-left-width: 29.5px;right: -29.5px;border-bottom-width: 29.5px;}
	.top-right-corner-dark::after {border-top-width: 29.5px;border-left-width: 29.5px;left: -29.5px;}
	.top-right-corner-light::after {border-top-width: 29.5px;border-left-width: 29.5px;left: -29.5px;}
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
	#student-start {background-position: center 90%;}
	 #teacher-start {background-position: center 90%;}
	 .student-date {font-size: 160px;}
	 .student-month {font-size: 60px;}
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
	#student-start {background-position: 95% center;background-size: 400px;}
	 #teacher-start {background-position: 95% center;background-size: 400px;}
	 .student-date {font-size: 200px;}
	 .student-month {font-size: 80px;}
}
@media only screen and (min-width: 1301px) and (max-width: 1500px) {
	#student-start {background-position: 88% center;background-size: 450px;}
}
@media only screen and (min-width: 1501px) and (max-width: 1700px) {
	#student-start {background-position: 85% center;background-size: 480px;}
}
@media only screen and (max-width: 1199px) {
	.footer-icon {max-width: 320px;margin: 0 auto;text-align: left;}
	.about-box {padding: 15px;}
	.profiles-title {font-size: 30px;}
	#client-slider .owl-carousel .owl-item img {padding: 0 10px;}
	.top-footer {text-align: center;}
	.conferences-map {position: unset;margin-top: 20px;max-width: 100% !important;width: 100%;height: 300px;}
	.conferences-map #map {width: 100% !important;}
	#conferences-details {padding: 20px 0 0;}
	.top-right-corner-light a,.top-right-corner-light span {padding: 7px;font-size: 18px;min-width: 250px;padding-right: 15px;}
	.top-right-corner-light::after {border-top-width: 41px;border-left-width: 41px;left: -41px;}
	.top-right-corner-light img {width: 25px;}
	.top-right-corner-dark a,.top-right-corner-dark span {padding: 7px;font-size: 18px;min-width: 250px;padding-right: 15px;}
	.top-right-corner-dark::after {border-top-width: 41px;border-left-width: 41px;left: -41px;}
	.top-right-corner-dark img {width: 25px;}
	.top-left-corner-light a,.top-left-corner-light span {padding: 7px;padding-left: 15px;font-size: 18px;min-width: 250px;padding-right: 15px;}
	.top-left-corner-light::after {border-top-width: 0px;border-left-width: 41px;right: -41px;border-bottom-width: 41px;}
	.top-left-corner-light img {width: 25px;}
	.top-left-corner-dark a,.top-left-corner-dark span {padding: 7px;padding-left: 15px;font-size: 18px;min-width: 250px;padding-right: 15px;}
	.top-left-corner-dark::after {border-top-width: 0px;border-left-width: 41px;right: -41px;border-bottom-width: 41px;}
	.top-left-corner-dark img {width: 25px;}
	.left-icon, .right-icon {margin-top: 10px;}
	.woocommerce-page .site-content {padding: 60px 0;}
	.woocommerce-checkout-review-order {padding: 20px 25px;}
	.checkout-form-section #customer_details h6 {font-size: 21px;}
	.checkout-form-section #customer_details h5 {font-size: 26px;}
	.woocommerce-MyAccount-navigation ul li a {font-size: 18px;}
	.price-per {font-size: 14px;}
	.student-program .tab-content{padding: 50px 0;}
}
@media only screen and (max-width: 991px) {
	.student-date {margin: 40px 0 25px;}
	 .desktop-label {display: none;}
	 .mobile-label {position: relative;width: auto;float: right;right: -15px;margin-bottom: 10px;}
	.site-footer {text-align: center;}
	#home-category {padding-top: 0 !important;}
	.about-box-area {display: block;}
	.top-header .top-bar-left a {width: 35px;height: 35px;font-size: 18px;}
	.top-bar-right a {background-size: 23px;padding-left: 35px;font-size: 17px;}
	#know-how-three .know-how-desc {padding: 10% 15px;}
	#trainer-register img {max-width: 375px;width: 100%;}
	.woocommerce-page .site-content {padding: 50px 0;}
	.checkout-form-section #customer_details h5 {font-size: 22px;}
	.checkout-form-section #customer_details h6 {font-size: 18px;}
	.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content {width: 100%;}
	.woocommerce-account .woocommerce-MyAccount-navigation {margin-bottom: 30px;}
	.woocommerce-account tbody td {padding: 12px 15px !important;}
	.woocommerce-MyAccount-content h2,body.woocommerce-order-received .woocommerce-order h2 {font-size: 26px;}
	.woocommerce table.shop_table {margin: 0 0 25px;}
	.student-tab .container{-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-pack: end;justify-content: flex-end;}
	.student-tab .filter{-ms-flex-order: 0;order: 0;padding: 10px 15px;font-size: 14px;width: 100%;}
	.student-tab .filter::before{border: none;width: 100vw;background-color: #84c3ce;}
	.student-tab .nav-tabs{-ms-flex-order: 1;order: 1;width: 100%;}
}
@media only screen and (max-width: 767px) {
	#student-start {background-position: center 95%;background-size: 380px;}
	 #teacher-start {background-position: center 80%;background-size: 380px;}
	 .student-date {font-size: 130px;}
	 .student-month {font-size: 50px;}
	 .about-box {background-size: 200px;}
	 .left-icon, .right-icon {display: none !important;}
	 #client-slider .owl-prev,#client-slider .owl-next {display: none;}
	 #client-slider {padding-top: 60px !important;}
	.single-post #primary {padding: 2rem 0 1rem}
	.py-6 {padding-bottom: 2.5rem !important;padding-top: 2.5rem !important;}
	.pt-6 {padding-top: 2.5rem !important;}
	.pb-6 {padding-bottom: 2.5rem !important;}
	.p-6 {padding: 2.5rem !important;}
	.pb-5, .py-5 {padding-bottom: 2rem !important;}
	.pt-5, .py-5 {padding-top: 2rem !important;}
	.footer-call a {padding-left: 40px;}
	.footer-mail a {padding-left: 40px;font-size: 15px;}
	.footer-map a {padding-left: 40px;text-align: left;}
	span.wpcf7-not-valid-tip {top: 28px;}
	.top-header {text-align: center;padding: 5px 0px;}
	.top-bar-right a {background-size: 23px !important;padding-left: 35px !important;font-size: 15px !important;}
	body {font-size: 16px;}
	h1 {font-size: 42px;}
	h2 {font-size: 34px;font-weight: 400;}
	h3 {font-size: 26px;font-weight: 600;}
	h4 {font-size: 26px;font-weight: bold;}
	h5 {font-size: 24px;}
	h6 {font-size: 20px;}
	.btn {padding: 12px;font-size: 14px;}
	#know-how-three .know-how-sec {padding-left: 30px;padding-right: 30px;}
	.home-banner-title-1 a {position: relative;margin: 0;left: 10px;}
	.home-banner-title-2 a {position: relative;right: -10px;}
	.home-banner-title-1,.home-banner-title-2 {font-size: 25px;}
	.top-header .top-bar-left a {width: 40px;height: 40px;font-size: 22px;}
	.know-how-three-label a {position: relative;right: -15px;font-size: 20px;padding: 10px;}
	.slider-desc {width: 100%;margin-left: 40px;}
	.slider-image {width: 100%;}
	#home-profile-slide {position: relative;margin-bottom: 20px;}
	.blue-point li::after {top: 4px;}
	.blue-line li::after {top: 8px;}
	.contact-mail a {font-size: 16px;}
	.contact-map a {font-size: 16px;}
	.postpagination a, .postpagination span {padding: 10px 16px;font-size: 18px;}
	.rpwwt-post-title {font-size: 15px;}
	 div.wpcf7-response-output, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {left: 0;width: 90%;right: 0;margin: 0 auto;}
	 .category-desc h2 {font-size: 30px;}
	 #trainer-register input.wpcf7-submit {margin-top: 10px;}
	 .top-right-corner-light a,.top-right-corner-light span,.top-right-corner-dark a, .top-right-corner-dark span, .top-left-corner-light a,.top-left-corner-light span,.top-left-corner-dark a,.top-left-corner-dark span {font-size: 12px !important;padding: 5px 2px !important;min-width: 100px;}
	 .top-right-corner-light a,.top-right-corner-dark a,.top-right-corner-dark span {padding-right: 15px !important;}
	 .top-left-corner-light a,.top-left-corner-dark a,.top-left-corner-dark span {padding-left: 15px !important;}
	 .top-left-corner-dark::after {border-top-width: 0px;border-left-width: 28px;right: -28px;border-bottom-width: 28px;}
	 .top-left-corner-light::after {border-top-width: 0px;border-left-width: 28px;right: -28px;border-bottom-width: 28px;}
	 .top-right-corner-dark::after {border-top-width: 28px;border-left-width: 28px;left: -28px;}
	 .top-right-corner-light::after {border-top-width: 28px;border-left-width: 28px;left: -28px;}
	 .top-right-corner-dark img,.top-right-corner-light img,.top-left-corner-light img,.top-left-corner-dark img {width: 18px;}
	 .know-how-three-label a {font-size: 12px;margin-bottom: 10px;min-width: 150px;width: auto;}
	 .plus {top: 27%;width: 50px;height: 50px;}
	.plus::before {width: 5px;margin-left: -3px;}
	.plus::after {height: 5px;margin-top: -3px;}
	.home .header-banner-desc {padding-left: 10px;margin-left: 15%;}
	.banner-label1 {left: -38px;top: 0px;font-size: 18px;}
	.banner-label2 {left: -28px;top: -5px;font-size: 18px;}
	.woocommerce-page .site-content {padding: 30px 0;}
	.checkout-form-section #customer_details h5 {font-size: 20px;}
	.woocommerce-checkout-review-order {padding: 15px;margin-top: 20px;}
	.form-check input {top: 5px;}
	.woocommerce-MyAccount-navigation ul li a {font-size: 16px;}
	.woocommerce-MyAccount-navigation ul li {padding: 12px 0;}
	.woocommerce-MyAccount-content h2 {margin-bottom: 15px;font-size: 22px;}
	 ul.woocommerce-SavedPaymentMethods li {top: 7px;}
	.wc-credit-card-form .form-row.form-row-first,.wc-credit-card-form .form-row.form-row-last {width: 100% !important;}
	input.wpcf7-submit {bottom: 0;}
	.student-program .card .card-header .card-header-content img{max-height: 150px;width: 100%;object-fit: cover;margin-top: 20px;}
	.student-feedback{border-top-width: 5px;padding: 40px 0 20px;}
}
@media only screen and (max-width: 575px) {
	#profile-box .alignleft {float: none;}
 	#profile-box {text-align: center;}
 	.student-tab .container{padding: 0;}
 	.student-tab .nav-item{/*width: 100%;*/}
 	.student-tab .nav-item .nav-link{padding: 15px !important;border-bottom-width: 3px !important;}
 	.student-program .card .card-header,.student-program .card .card-header.collapsed{padding: 20px 15px;}
 	.student-program .card .card-header::after{top: 20px;right: 15px;background-size: 25px;width: 25px;height: 15px;white-space: nowrap;text-indent: 1000px;padding: 0;overflow: hidden;}
 	.student-program .card .card-body{padding: 0 15px 20px;}
}
.stripe-source-errors {width: 100%;}
.woocommerce-MyAccount-navigation-link--downloads, .woocommerce-MyAccount-navigation-link--edit-address {display: none;}
.student-program .tab-content ul {
	padding-left: 20px;
}