/* Template: Argo - Training Course Landing Page Template
   Author: InovatikThemes
   Version: 1.0.0
   Created: Aug 2017
   Description: Master CSS file
*/


/****************************************
  TABLE OF CONTENTS
*****************************************
- General Styles 
- Preloader
- Navigation
- Header
- Testimonials
- Overview
- Duration
- Details
- Pricing
- Instructors
- Frequent Questions
- Statistics
- Endorsement
- Footer
- Copyright
- Back To Top Button
- Media Queries
*****************************************/


/******************************/
/*     - GENERAL STYLES     */
/******************************/

body {
	background: #24252c;
	color: #fff;
	font: 300 16px/1.6em "Ubuntu", sans-serif;
}

h1 {
	font: 500 38px/1.1em "Ubuntu", sans-serif;
}

h2 {
	font: 500 36px/1.1em "Ubuntu", sans-serif;
}

h3 {
	font: 500 26px/1.2em "Ubuntu", sans-serif;
}

h4 {
	font: 500 22px/1.4em "Ubuntu", sans-serif;
}

h5 {
	font: 500 20px/1.5em "Ubuntu", sans-serif;
}

p {
	font: 300 16px/1.6em "Ubuntu", sans-serif;
}



table{
	margin-bottom: 15px;
    width: 100%;
}

table tr,
table td,
table th {
	border: 1px solid #e5e5e5;
    padding: 5px;
}

/* Extra */
dl {
	margin: 0 20px;
}

dl dt {
	margin-bottom: 3px;
}

dl dd {
	margin-bottom: 20px;
}

pre {
	border-radius: 0px;
	border: 0px;
}

p.seventy-percent-width {
	width: 100%;
	text-align: center;
}

a {
	color: #00bb5c;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.float-left {
	float: left;
}


.float-right {
	float: right;
}

/* Fancy Lis */
.fancy-list-wrapper ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0 auto 20px;
}

.fancy-list-wrapper ul li {

}

.fancy-list-wrapper ul li i {
	margin-right: 10px;
	font-size: 14px;

}

/*Text with icon*/
.text-with-icon span {
	float: left;	
	font-size: 3em;
	color: #00bb5c;
}

.text-with-icon .heading {
	margin-top: 0;
	margin-bottom: 0;
}

.text-with-icon > div{
    margin-left: 4em;
}


/*Section Heading*/

.section-heading .heading {
	margin-top: 0;
}
.section-heading p {
	margin: 0 auto;
	color: #fff;
	width: 100% !important;
}

.section-heading .cls-1 {
	stroke: #fff;
	fill:none;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-width:2.5px;
}

.section-heading.text-left p,
.section-heading.text-right p,
.section-heading.text-left .separator,
.section-heading.text-right .separator{
	margin-left: 0;
	margin-right: 0;
}

.section-heading.text-left p,
.section-heading.text-left .separator  {
	float: left;
	
}
.section-heading.text-right p,
.section-heading.text-right .separator  {
	float: right;
}

.section-heading .separator-wrapper {
	width: 100%;
	height: 8px;
}

.section-heading .separator-wrapper {
	margin: 15px auto 30px auto;
}
.section-heading .separator {
	width: 94px;
	margin: -10px auto 0;
}

	
/* Side Image Container */
.side-image-container {
	background: #00bb5c;	
}

.side-image-container img {
	display: none;
}

.side-image-container .image {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}



.side-image-container .content-container {
	padding: 0 15px;
}

@media screen and (min-width:769px) { 
	.side-image-container .content-container{
	    width: 720px;
	    padding: 0;
	    margin: 0 auto;
    	
	}
}


@media screen and (min-width:992px) { 
	.side-image-container .content-container-wrapper,
	.side-image-container .image {
		width: 50%;
		float: left;
	}
	.side-image-container.left-side .image {
		float: left;
	}
	.side-image-container.right-side .image {
		float: right;
	} 
	.side-image-container .content-container{
	    width: 410px;
	    padding: 0;
	    margin: unset;
    	
	}
	.side-image-container.left-side .content-container {
		margin-left: 50px;
		float: left;
	}

	.side-image-container.right-side  .content-container {
	    margin-right: 50px;
	    float: right;
	}
}

@media screen and (min-width:1200px) {
	.side-image-container .content-container{
		width: 500px;
	}

	.side-image-container.left-side .content-container {
		 margin-right: 65px;
	}

	.side-image-container.right-side .content-container{
	    margin-right: 70px;
	}
}

/*Buttons*/
.button-solid {
	display: inline-block;
	max-width: 250px;
	height: 42px;
	padding-right: 34px;
	padding-left: 34px;
	border: 1px solid #00bb5c;
	border-radius: 50px;
	background-color: #00bb5c;
	color: #fff;
	font: 500 15px/40px "Ubuntu", sans-serif;
	transition: border .3s ease, background-color .3s ease, color .3s ease;
	cursor: pointer;
}

.button-solid.large {
	height: 54px;
/*	margin-top: 20px;*/
	padding-right: 38px;
	padding-left: 38px;
	border: 1px solid #00bb5c;
	border-radius: 50px;
	background-color: #00bb5c;
	font: 500 18px/51px "Ubuntu", sans-serif;
}

.button-solid:hover,
.button-solid.large:hover {
	border: 1px solid #25c86a;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}


/* end of form success and error message animation from Animate.css */


/* Fade-move Animation For Instructor Details Lightbox */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* end of fade-move animation for instructor details lightbox */


/* Fade Animation For Image Swiper Gallery */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation: fadeIn 0.6s;
	animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation: fadeOut 0.8s;
	animation: fadeOut 0.8s;
}
/* end of fade animation for image swiper gallery */


/*************************/
/*     - PRELOADER     */
/*************************/
.spinner-wrapper {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(26, 27, 32, 1);
}

.spinner {
	position: absolute;
	top: 50%; /* centers the loading animation vertically one the screen */
	left: 50%; /* centers the loading animation horizontally one the screen */
	width: 60px;
	height: 20px;
	margin: -10px 0 0 -30px; /* is width and height divided by two */ 
	text-align: center;
}

.spinner > div {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: #fff;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader .spinner > div {
	width: 10px;
	height: 10px;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0); 
	}
	
	40% {
		-webkit-transform: scale(1.0);
	}
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	
	40% { 
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/**************************/
/*     - NAVIGATION     */
/**************************/
.admin-bar .navbar-fixed-top {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .navbar-fixed-top {
    top: 32px;
  }
}

.navbar {
	border-bottom: 1px solid #1a1b20;
	background: #1a1b20;
}

.navbar .nav.navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar .navbar-collapse {
	border-top: none;
}

/* Logo */
.navbar .navbar-brand {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 15px;
}

.navbar .navbar-brand img {
	max-height: 102px;
	margin-top: -7px;
}

.navbar .navbar-brand span {
	font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;

}

.navbar .sub-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style: none;
}



/* Menu links */
.navbar .nav.navbar-nav li a {
	text-transform: uppercase;
	color: #fff;
	opacity: 0.8;
	font: 500 14px/1em "Ubuntu", sans-serif; 
}

.navbar .nav.navbar-nav li a:hover,
.navbar .nav.navbar-nav li.active a {
	background-color: transparent;
	color: #fff;
	opacity: 1;
}

/* Mobile menu toggle button - pressed */
.navbar .navbar-toggle,
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:active,
.navbar .navbar-toggle.collapsed:active {
	margin-top: 16px;
	border: 1px solid #fff;
	background-color: #fff;
}

.navbar .navbar-toggle .icon-bar,
.navbar .navbar-toggle:hover .icon-bar,
.navbar .navbar-toggle:active .icon-bar,
.navbar .navbar-toggle.collapsed:active .icon-bar {
	background-color: #58637e;
} 
/* end of mobile menu toggle button - pressed */

/* Mobile menu toggle button */
.navbar .navbar-toggle.collapsed {
	border: 1px solid transparent;
	background-color: transparent;
}

.navbar .navbar-toggle.collapsed .icon-bar {
	background-color: #fff;
}
/* end of mobile menu toggle button */

/* Navbar in mobile mode on medium displays */
.navbar-header {
	float: none;
}

.navbar-left,.navbar-right {
	float: none !important;
}

.navbar-toggle {
	display: block;
}

.navbar-collapse.collapse {
	display: none!important;
}

.navbar-nav > li {
	float: none;
}

.navbar-right {
	margin-right: 0px;
}

.collapse.in {
	display: block !important;
}

.navbar-nav  li  a {
	display: block;
    padding: 10px 15px;
}

.navbar .sub-menu  {
	padding-left: 15px;
	padding-right: 15px;
}


/* end of navbar in mobile mode on medium displays */


/**********************/
/*     - HEADER     */
/**********************/
.header {
	position: relative;
	width: 100%;
	min-height: 100%;
	background-size: cover;
}

/* IE fix for vertical alignment in flex box */
.header .flex-container-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%; 
}


.header .header-content .container {
	z-index: 10;
}

.header.slider::before {
	position: absolute;
	z-index: 3;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.header .carousel  {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #f0f9fc;
}
 

.header .carousel .item  {
	    width: 100%;
    min-height: 100%;
    height: 100vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: none;
    background-position: 50% 50%;
}


.header .header-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh; 
	padding-top: 100px;
	padding: 60px 0;
}


.header .presenter-img {
	display: none;
}

.header .countdown {
	font: 500 32px/0.5em "Ubuntu", sans-serif;
	margin-bottom: 25px;
}

@media screen and (max-width: 478px) {
	.header .countdown {
		width: 300px;
		margin: 0 auto;
	}
}

.clock {
	color: #fff;
}

.clock .counter-number {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-right: 12px;
	padding-top: 33px;
	margin-top: 15px;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: transparent;
	text-align: center;
}

.clock .separator {
	display: none;
	height: 30px;
	vertical-align: top;
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 10px;
}

.clock .timer-text {
	font: 300 12px/1em "Ubuntu", sans-serif;
	text-align: center;
}

.header p {
	margin-top: 18px;
	margin-right: 10px;
	font: 300 20px/1.5em "Ubuntu", sans-serif;
}

/* Magnific Popup Lightbox Form Content */
.lightbox-form-container {
	position: relative;
	max-width: 560px;
	margin: 40px auto;
	padding: 25px 25px 10px 25px;
	background: #24252c;
	text-align: left;
}

.lightbox-form-container button.mfp-close.x-button {
	position: absolute;
	top: -5px;
	right: 5px;
	width: 30px;
	height: 30px;
	color: #fff;
}


/****************************/
/*     - TESTIMONIALS     */
/****************************/

.testimonial img {
	width: 90px;
	height: 90px;
	margin-top: 40px;
}

.testimonials .carousel-inner {
	margin-bottom: 0;
}

.testimonial .mb-0 {
	margin-top: 15px;
	margin-bottom: 6px;
	font: italic 300 18px/1.6em "Ubuntu", sans-serif;
}

.testimonial  h5 {
	margin-top: 0px;
}

.testimonials .carousel-indicators {
	margin-bottom: -50px;
}

.testimonials .carousel-indicators li {
	width: 11px;
	height: 11px;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #a0a1a5;
	background-color: #a0a1a5;
}

.testimonials .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 1px solid #ebeaea;
	background-color: #ebeaea;
}


/************************/
/*     - OVERVIEW     */
/************************/
.overview {
	position: relative;
	padding-top: 60px;
	background: #1a1b20;
	text-align: center;
}

.overview p {
	margin-bottom: 50px;
}

.overview img {
	margin-right: auto;
	margin-left: auto;
}


/************************/
/*     - DURATION     */
/************************/

.fancy-card-wrapper {
	padding-top: 20px;
}

.fancy-card {
	position: relative;
	width: 98%;
	margin-top: 35px;
	padding: 18px 22px 20px 20px;
	border-radius: 6px;
	background: #52555f ;
}

.fancy-card .fancy-card-circle {
	position: absolute;
	top: -25px;
	right: -13px;
	width: 50px;
	height: 50px;
	padding-top: 10px;
	border-radius: 50px;
	/*border: 2px solid #00bb5c;*/
	background-color: #00bb5c;
	color: #fff;
	font: 500 24px/1.2em "Ubuntu", sans-serif;
	text-align: center;
}

.fancy-card h3 {
	margin-top: 0px;
	
}

.fancy-card .fa-ul {
	margin-left: 1.1em;
	margin-bottom: 0px;
}

.fancy-card .fa-ul i {
	top: 0.7em;
	padding-right: 4px;
	font-size: 10px;
}


/***********************/
/*     - DETAILS     */
/***********************/

.argo-tabs-wrapper .nav-pills > li + li {
	margin-left: 0px;
}

.argo-tabs-wrapper .nav-pills li a {
	height: 48px;
	margin-top: 15px;
	padding: 0px 45px 0px 45px;
	border-radius: 4px;
	background-color: #52555f;
	color: #fff;
	font: 500 20px/2.3em "Ubuntu", sans-serif;
	transition: border .3s ease, background-color .3s ease, color .3s ease;
}

.argo-tabs-wrapper .nav-pills li.active a,
.argo-tabs-wrapper .nav-pills li a:hover {
	color: #fff;
	background: #00bb5c;
}

.argo-tabs-wrapper .tab-content {
	margin-top: 60px;
}

/* Tab_a */
.panel-group .panel {
    border: none;
    margin-bottom: 20px;
	background-color: transparent;
}

.argo-accordions .panel-default {
	margin-bottom: 26px;
	padding-bottom: 26px;
	border-bottom: 1px solid #52555f;
}

.panel-group .panel-heading {
    padding: 0;
	background-color: transparent;
}

.panel-group .panel-title a {
	position: relative;
	display: block;
	padding: 0px 0px 0px 0px;
	border: 1px solid transparent;
	border-radius: 25px;
    background-color: transparent;
    color: #fff;
    font: 500 22px/1.2em "Ubuntu", sans-serif;
	transition: all 0.3s ease;
}

.panel-group .panel-title a.collapsed {
	border: 1px solid transparent;
	background-color: transparent;
    color: #fff;
}
.panel-group .panel-title a.collapsed:hover {
    background-color: transparent;
    color: #fff;
}

.panel-group .panel-title a .circle-numbering {
	float: left;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding-top: 2px;
	margin-right: 10px;
	border-radius: 48px;
	background-color: #00bb5c;
	color: #fff;
	text-align: center;
	transition: background-color 0.3s ease;
}

.panel-group .panel-title a.collapsed .circle-numbering {
	color: #fff;
	background-color: #52555f;
}

.panel-group .panel-title:hover a.collapsed .circle-numbering {
	color: #fff;
	background-color: #00bb5c;
}

.panel-group .panel-title a .panel-title-text {
	vertical-align: middle;
	line-height: 1.4em;
}

.argo-accordions .panel-body {
	padding: 5px 0 0 0;
	background-color: transparent;
}

.argo-accordions .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px none;
}

.details .my-swiper-container {
	overflow: hidden;
	margin: 50px auto 0px auto;
}

.details .my-swiper-container .swiper-pagination {
	margin-bottom: -40px;
}

.details .my-swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #b4b4b4;
	opacity: 0.5;
}

.details .my-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #b4b4b4;
	opacity: 1;
}

.details .my-swiper-container .swiper-slide {
	background: #fff;
	font-size: 18px;
	line-height: 300px;
	text-align: center;
}

.details .my-swiper-container .swiper-button-next {
	right: 30px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f4f4f4'%2F%3E%3C%2Fsvg%3E");
}

.details .my-swiper-container .swiper-button-prev {
	left: 30px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f4f4f4'%2F%3E%3C%2Fsvg%3E");
}

/* Tab_b */
.details .tab-content .tab-b h3 {
	margin-top: 30px;
	margin-bottom: 20px;
}

.details .tab-content .tab-b .fa-ul {
	margin-left: 1.6em;	
	margin-bottom: 20px;
}

.details .tab-content .tab-b .fa-li {
	margin-top: 0.16em;
}

/* Tab_c */
.details .tab-content .tab-c .features-row {
	margin-bottom: 20px;
}

.details .tab-content .tab-c span.fa {
	float: left;
	margin-right: 20px;
	color: #00bb5c;
}

.details .tab-content .tab-c h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.details .tab-content .tab-c img {
	margin-top: 30px;
}


/***********************/
/*     - PRICING     */
/***********************/
/*.pricing {
	padding-top: 60px;
	padding-bottom: 90px;
	background: linear-gradient(rgba(0, 187, 92, 0.0), rgba(0, 187, 92, 0.0)), url('../images/pricing-background.jpg') center no-repeat;
	background-size: cover;
	text-align: center;
}*/

.pricing .above-price {
	margin-bottom: 0px;
	font: 300 20px/1em "Ubuntu", sans-serif;
	text-decoration: line-through;
}

.pricing .price {
	margin-bottom: 0;
	font: 500 38px/1.6em "Ubuntu", sans-serif;
}

.pricing .price .price-value {
	font: 500 46px/1.2em "Ubuntu", sans-serif;
}


/***************************/
/*     - INSTRUCTORS     */
/***************************/

.instructor-pane {
	display: inline-block;	
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 45px;
}

.instructor-image {
	position: relative;
	max-width: 310px;
}


.instructor-pane .hover-overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	color: #fff;
	opacity: 0;
	text-align: center;
	transition: opacity .3s ease;
}

.instructor-pane .hover-overlay:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	background: #00bb5c;
	opacity: .8;
	z-index: 1;
}

.instructor-pane .hover-overlay:hover {	
	opacity: 1;
}

.instructor-pane .hover-overlay p {
	position: relative;
	z-index: 9;
	margin-right: 40px;
	margin-left: 40px;
	font: 300 16px/1.4em "Ubuntu", sans-serif;
}

.instructor-pane .hover-overlay p.read-more {
	text-decoration: underline;
}

 .instructor-pane a {
	color: #fff;
}

.instructor-pane h5 {
	margin-top: 18px;
	margin-bottom: 0px;
}


.instructor-pane .instructor-pane p {
	margin-bottom: 7px;
}

.instructor-pane .instructor-social {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.instructor-pane .instructor-social li {
	display: inline-block;
	margin: 0 1px;
}

.instructor-pane .instructor-social li a {
	background: #00bb5c;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #fff;
}

.instructor-pane .instructor-social li a:hover {
	background: #fff;
	color: #00bb5c;
}
.instructor-pane .instructor-social li a:before {
	font-size: 16px;
}

/* Magnific Popup Instructor Details Content */
.instructor-details-container {
	position: relative;
	max-width: 1000px;
	margin: 40px auto;
	padding: 25px;
	background: #24252c;
	text-align: left;
}

.instructor-details-container img {
	margin-right: auto;
	margin-left: auto;
}

.instructor-details-container h3 {
	margin-top: 30px;
}

.instructor-details-container h4 {
	margin-bottom: 20px;
}

.instructor-details-container hr {
	width: 40px;
	margin-top: 14px;
	margin-bottom: 12px;
	margin-left: 0;
	border: 1px solid #dcdcdc;
	text-align: left;
}

.instructor-details-container ul {
	margin-top: 17px;
	margin-bottom: 20px;
	padding-left: 30px;
}

.instructor-details-container .instructor-quote {
	margin-top: 20px;
	padding: 1px 20px 18px 20px;
	background-color: #52555f;
}

.instructor-details-container .instructor-quote p {
	margin-top: 16px;
	margin-bottom: 8px;
	font-style: italic;
}

.instructor-details-container .buttons {
	text-align: center;
}

.instructor-details-container .button-outline {
	margin-top: 25px;
}

.instructor-details-container .button-solid {
	margin-top: 15px;
}

.instructor-details-container button.mfp-close.x-button {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 44px;
	height: 44px;
	color: #fff;
}

.instructor-details-container a.mfp-close.as-button {
	position: relative;
	width: auto;
	margin-right: 4px;
	color: #fff;
	opacity: 1;
}


/**********************************/
/*     - FREQUENT QUESTIONS     */
/**********************************/
.qa-block {
	padding-bottom: 40px;
}

.qa-block .question {
	margin-bottom: 13px;
}

.qa-block .question .frequent-icon,
.qa-block .answer .frequent-icon {
	float: left;
	display: inline-block;
	width: 46px;
	padding-top: 8px;
	padding-bottom: 9px;
	margin-right: 12px;
	border-radius: 3px;
	background-color: #44454d;
	color: #fff;
	font: 500 20px/1.5em "Ubuntu", sans-serif;
	text-align: center;
}

.qa-block .answer .frequent-icon {
	margin-top: 6px;
}

.qa-block .question .frequent-text {
	margin-top: 7px;
	display: block;
}

.qa-block .frequent-text {
	display: inline;
}


/**************************/
/*     - STATISTICS     */
/**************************/

.stats-number-wrapper {
	text-align: center;
}
.stats-number-container {
	display: inline-block;
	min-width: 190px; 
}

.stats-number-container p span.counter {
	margin-top: 60px;
	margin-bottom: 0px;
	color: #fff;
	font: 300 80px/1em "Ubuntu", sans-serif;	
}

.stats-number-container .big-numbers-heading {
	margin-top: 10px;
	color: #fff; 
	font: 300 18px/1.4em "Ubuntu", sans-serif;
}


/***************************/
/*     - ENDORSEMENT     */
/***************************/

.endorsement-wrapper p {
	font: italic 300 18px/1.6em "Ubuntu", sans-serif;
}

.endorsement-wrapper h5 {
	margin-bottom: 0;
}



/**********************/
/*     - FOOTER     */
/**********************/
.footer {
	padding-top: 85px;
	padding-bottom: 73px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


/*************************/
/*     - COPYRIGHT     */
/*************************/
.site-info {
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.site-info p {
	color: #fff;
	opacity: 0.7;
	font: 400 14px/14px "Ubuntu", sans-serif;
	text-align: center;
}



/**********************************/
/*     - BACK TO TOP BUTTON     */
/**********************************/
.back-to-top {
	position: fixed;
	z-index: 999;
	right: 12px;
	bottom: 12px;
	display: none;
	width: 42px;
	height: 42px;
	border-radius: 30px;
	background: #000;
	text-align: center;
	font-size: 26px;
	line-height: 40px;
	cursor: pointer;
}

.back-to-top:hover {
	background-color: #00bb5c; 
	color: #fff;
}


/**********************************/
/*     - General Contact form   */
/**********************************/

.general-contact-form br {
	display: none;
}

.general-contact-form form .form-group,
.general-contact-form form p {
	margin-bottom: 25px;
}

.general-contact-form label {
	display: block;
	width: 100%;
	display: block;
	width: 100%;
	font: 600 19px/19px "Ubuntu", sans-serif;
	margin-bottom: 10px;
}

.general-contact-form div.wpcf7 .ajax-loader {
	display: none ;
	width: 10px;
}

.general-contact-form div.wpcf7 .ajax-loader.is-active {
	display: block;
}

.general-contact-form form {
	display: block;
	width: 100%;
}

.general-contact-form  input,
.general-contact-form  textarea {
	margin-top: 12px;
	display: block;
	height: 42px;
	width: 100%;
    padding: 0 10px;
    background-color: #52555f;
    border: 1px solid #52555f;
    border-radius: 4px;
    color: #fff;
    font: 300 16px/1.6em "Ubuntu", sans-serif;
    -webkit-appearance: none;
    outline: 0;
     transition: all .2s ease;
}

.general-contact-form  input:focus,
.general-contact-form  textarea:focus {
	border-color: #00bb5c;
}

.general-contact-form  textarea {
	height: 100px;
	padding-top: 10px;
}

.general-contact-form .wpcf7-not-valid-tip {
	font-size: 14px;
	color: #ff3d39;
}


.general-contact-form .wpcf7-response-output {
	margin: 15px 0;
	border-radius: 4px;
}

.general-contact-form  input[type='submit'] {
	display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #00bb5c;
    border-radius: 4px;
    background-color: #00bb5c;
    color: #fff;
    font: 500 16px/36px "Ubuntu", sans-serif;
    transition: background-color .3s ease, color .3s ease;
}
.general-contact-form  input[type='submit']:hover {
    background-color: transparent;
    color: #fff;
}


/******* 404 Page *****/
.header-404 {
	position: relative;
	min-height: auto;
	width: 100%;
	min-height: 100%;
}

/* IE fix for vertical alignment in flex box */
.header-404 .flex-container-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%; 
}

.header-404 .header-content {
	position: relative;
	width: 100%;
	padding: 100px 15px;
	z-index: 2;
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh; 
}

.header-404 h1 {
	margin-bottom: 0px;
	margin-top: 0px; 
	color: #fff;
	font-size: 120px;
}

.header-404 h2 {
	margin-top: 0;
	margin-bottom: 0px; 
	color: #fff;
}

.header-404 p {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
}

.header-404 .button {
	color: #fff;
}



/*****************************/
/*     - MEDIA QUERIES     */
/*****************************/

/* Min-width width 768px */
@media (min-width: 768px) {
	h1 {
		font: 500 78px/1em "Ubuntu", sans-serif;
	}

	h2 {
		font: 500 48px/1em "Ubuntu", sans-serif;
	}

	h3 {
		font: 500 32px/1.2em "Ubuntu", sans-serif;
	}
	
	.navbar .navbar-brand {
        padding-left: 30px;
	}
	
	.navbar .navbar-collapse {
		border-top: 1px solid #6a7591;
	}

	.testimonials {
		padding-bottom: 23px;
	}
	
	.fancy-card {
		width: 89%;
		margin-right: auto;
		margin-left: auto;
		padding: 24px 32px 25px 33px;
	}

	.fancy-card .fancy-card-circle {
		color: #fff;
		top: -35px;
		right: -35px;
		width: 70px;
		height: 70px;
		padding-top: 16px;
		font: 500 28px/1.2em "Ubuntu", sans-serif;
	}
	
	.argo-tabs-wrapper .nav-pills li {
		display: inline-block;
		width: auto;
	}
	
	.argo-tabs-wrapper .details-tabs {
		margin: 0 auto;
	}
	
	.argo-tabs-wrapper .nav-pills li a {
		margin-right: 4px;
		margin-left: 4px;
	}

	
	.panel-group .panel-title a .circle-numbering {
		width: 50px;
		height: 50px;
		margin-right: 16px;
		line-height: 46px;
	}
	
	.panel-group .panel-title a .panel-title-text {
		display: inline-block;
		margin-top: 9px;
	}
	
	.argo-accordions .panel-body {
		margin-top: -8px;
		padding: 0 0 0 68px;
	}
	
	.section-heading p {
		width: 70% !important;
	}
	
	.instructor-image img {
		width: 310px;
		height: 302px;
	}

	.footer {
		padding-top: 95px;
		padding-bottom: 20px;
	}
	
	a.back-to-top {
		right: 20px;
		bottom: 20px;
	}
}


/* Min-width width 992px */
@media (min-width: 992px) {
	p.seventy-percent-width {
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}

	.navbar {
        padding: 20px 25px 20px 15px;
		border-bottom: none;
		background-color: transparent;
		transition: background-color .3s ease-in-out, padding .3s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
    }
	
	.navbar .nav.navbar-nav {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.navbar.top-nav-collapse {
       	padding: 0 25px 0 15px;
		background-color: #1a1b20;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	
	.navbar .navbar-collapse {
		border-top: none;
	}
	
	.navbar .navbar-brand {
		margin-right: 16px;
		margin-left: 0px;
	}
	
	.navbar .nav.navbar-nav li a,
	.navbar .nav.navbar-nav.navbar-right li a	{
		margin: 11px 10px 16px 10px;
		padding: 13px 5px 5px 5px;
		transition: all .2s ease-in-out;
	}
	
	.navbar .nav.navbar-nav li.active a,
	.navbar .nav.navbar-nav li a:hover	{
		background-color: transparent;
		color: #fff;
		opacity: 1;
	}

	
	.navbar .sub-menu {
		display: none;
		position: absolute;
		z-index: 9998;
	    right: auto;
	    min-width: 250px;
	    width: auto;
	    padding: 3px 0  0 ;
	    border: none;
	    border-radius: 0px;
	    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
 	}

	.navbar .sub-menu li {
		background-color: #24252c;
		margin: 0 1px;
		transition: all .3s ease;
	}
	
	.navbar .sub-menu li:hover {
		background: #00bb5c;
	}

	.navbar .nav li:hover > .sub-menu {
		display: block;
	}
	
	.navbar .sub-menu a {
		display: block;
		margin: 0 !important;
		padding: 12px 15px !important;
	}

	.navbar .sub-menu li:hover > ul {
		display: block;
	}

	.navbar .sub-menu ul {
		display: none;
		position: absolute;
		bottom: 0;
		left: 100%;
	}

	.navbar-nav > .menu-item-has-children:last-child > .sub-menu {
		left: -55%;
	}


	.navbar li ul.ul-reversed, 
	.navbar li .sub-menu ul.ul-reversed {
		left: auto;
		right: 100%;
	}
	
	
	/* Navbar in mobile mode on medium displays */
	.navbar-header {
		float: left;
	}
	
	.navbar-left, .navbar-right {
		float: right !important;
	}
	
	.navbar-toggle {
		display: none;
	}
	
	.navbar-collapse.collapse {
		display: block !important;
	}
	
	.navbar-nav > li {
		float: left;
	}
	
	.collapse.in {
		display: block !important;
	} 
	/* end of navbar in mobile mode on medium displays */
	
	.header .header-content {
		padding: 60px 0;
		text-align: left;
	}

	.header .presenter-img {
		display: block;
		position: absolute;
		bottom: 0;
		width: 500px;
	}

	.header.side-image .header-content-wrapper {
		margin-left: 10px;
	}

	.header .countdown {
		text-align: left;
	}
	
	.testimonials img {
		margin-top: 0px;
	}
	
	
	.instructor-details-container h3 {
		margin-top: 0px;
	}

	.instructor-details-container .buttons {
		text-align: left;
	}


}


/* Min-width width 1200px */
@media (min-width: 1200px) {
	.header {
		min-height: 800px;
	}

	.header .header-content {
		min-height: 800px; 
	}

	.header .header-content {
		font-size: 18px;
		line-height: 26px;
	}

	.header .presenter-img {
		width: 600px;
	}

	.header.side-image .header-content-wrapper {
		margin-left: 140px;
	}

	
	.stats-number-container p span.counter {
		font: 300 100px/1em "Ubuntu", sans-serif;	
	}
	
	.stats-number-container .number-container {
		margin-right: 35px;
		margin-left: 35px;
	}
	
}

@media (max-width: 768px ) {
	.header .vc_row,
	.header .vc_inner,
	.header .vc_row-fluid  {
		padding-right:0  !important;
    	padding-left: 0 !important;
	}
}