/* ==========================================================================
Author's custom styles
========================================================================== */
@import 'flexvideo.css';
@import 'fix-bootstrap.css';



img.aligncenter {
	display: block;
	margin: 0 auto;
}

body{
	font-family: 'Roboto', sans-serif;
}
/* ancient-browser-alert error */
.ancient-browser-alert {
	background: #a00;
	color: #faa;
	display: block;
	padding: 3px 0;
	text-align: center;
}
.ancient-browser-alert a {
	color: #fff;
	text-decoration: underline;
}
a:focus, a:hover{
	text-decoration:none;
	color:#4aa1ff;
}


.page-header-top-right {
	margin-top: 10px;
}



.pagination {
	margin: 0;
}



.pagination-center {
	text-align: center;
}
.pagination-row {
	margin-bottom: 20px;
}



.required {
	color: #f00;
}



.row-with-vspace {
	margin-bottom: 20px;
}



.site-main .format-aside {
	background: #f5f5f5;
}
.site-main .format-image {
	background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
	background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
	background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
	background: url('../img/content-post-format-video.png') left top no-repeat;
}



.site-title {
	margin-bottom: 0;
	margin-top: 10px;
}
.site-title > a {
	text-decoration: none;
}
.site-title > div {
	height: auto;
	line-height: 18px;
}
.site-title .site-description {
	color: #777;
	font-size: 16px;
}
.site-title .site-title-heading {
	margin: 0;
}



.widget_calendar #wp-calendar {
	margin: 0;
}
.widget_calendar #wp-calendar #next {
	text-align: right;
}



#comments .comment-navigation {
	margin-bottom: 0;
}
#comments .comment-navigation-below {
	margin-bottom: 20px;
	margin-top: 15px;
}
#comments .media-list li .media {
	margin-top: 15px;
}
#comments .media-list li .media .media-body {
	border: 1px solid #eee;
	padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
	font-size: 12px;
	margin-bottom: 10px;
}
#comments .media-list ul.children {
	list-style: none;
	margin-left: 2.5em;
}


#main-column .wp-video-shortcode {
	display: block;
	height: auto;
	max-width: 100%;
}
#main-column .attachment .entry-content {
	margin-bottom: 20px;
}
#main-column .attachment .entry-content .attachment {
	text-align: center;
}
#main-column .attachment .entry-meta {
	margin-bottom: 20px;
}
#main-column .post,
#main-column .page {
	border: 1px solid #eee;
	margin-bottom: 20px;
	padding: 10px;
}
#main-column .post .entry-header .entry-meta {
	color: #777;
}
#main-column .post .entry-header .entry-meta a {
	color: inherit;
}
#main-column .post .entry-header .entry-meta .posted-on .updated {
	display: none;
}
#main-column .post .entry-meta .categories-icon {
	cursor: default;
}
#main-column .post .entry-meta .comments-link a {
	color: #333;
}
#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
	color: #555;
	font-size: 12px;
	margin-left: 5px;
}
#main-column .attachment .edit-post-link a,
#main-column .attachment .entry-meta .edit-post-link a,
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
	color: #333;
}
#main-column .post .entry-meta .tags-icon {
	cursor: default;
}
#main-column .attachment .entry-title,
#main-column .post .entry-title,
#main-column .page .entry-title {
	margin-top: 0;
	word-wrap: break-word;
}



#sidebar-left .widget,
#sidebar-right .widget {
	border: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
	padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
	font-size: 18px;
	margin-top: 0;
}



#site-footer {
	background: #181818;
	font-size: 12px;
	padding: 35px 20px;
	color:#8b8b8b;
}
.no-match p{
	margin-bottom:35px;
}

/*defualt style*/
.pl-0{
	padding-left:0px !important;
}
.pr-0{
	padding-right:0px !important;
}
.plr-0{
	padding-left:0px !important;
	padding-right:0px !important;
}
.p-0{
	padding:0 !important;
}
.ml-0{
	margin-left:0px !important;
}
.mr-0{
	margin-right:0 !important;
}
.m-0{
	margin:0px !important;
}
.row{
	margin:0px;
}
.blue{
	color:#4aa1ff;
}
a.btn-black{
	background:black;
	text-decoration:none;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	border-radius:0px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color:white;
	width:230px;
	padding:10px;
	font-weight:400;
	text-transform:uppercase;
}
a.btn-black:hover{
	color:white;
}
.container-fluid{
	padding:0px;
	width:100%;
	overflow:hidden;
}
section{
	padding:76px 20px;
}
h1{
	font-size: 32px;
}
h2{
	font-weight:400;
	font-size:27px;
}
h3{
	font-size:22px;
}
h4{
	font-size:16px;
}
h5{
	font-size:14px;
}
h1,h2,h3,h4,h5{
	color:#333 ;
}
.text-black{
	color:#333 !important;
}
p{
	text-align: justify;
}
p, li{
	font-weight:300;
	font-size: 15px;   
	color:#777;
}
a{
	font-weight:400;
	color:#4aa1ff;
	font-size:14px;
}
#subnav-search-toggle{
	margin-top:8px;
}
a i{
	margin-left:14px;
	font-size:15px;
}
img{
	width:100%;
	object-fit: cover;
}
.blog_text h2{
	margin-top:0px;
}
.blog_text a{
	margin-top:30px;
}
/*custom style for navbar section*/
.navbar{
	margin-bottom: 0px;
}
div.row.site-branding{
	display:none;
}
header .container-fluid .col-md-12 {
	line-height: 38px;
	padding:0px;
}

header .container-fluid .col-md-12 .navbar-inverse{
	height:35px;
	background:#000000;
	border-radius: 0px;
	padding:0px 15px;
}
header .container-fluid .col-md-12 .navbar-inverse .textwidget ul li a{
	padding:0px;
	line-height: 50px;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #4aa1ff;
}
.menu-cart-menue-container{
	display:inline-block;
	float:right;
}
.menu-cart-menue-container ul{
	margin:0px;
}
.menu-cart-menue-container ul li{
	list-style: none;
}
.menu-cart-menue-container ul li a{
	color:white;
	line-height: 50px;
}
.menu-cart-menue-container ul li a i{
	margin-right:20px;
}
/*styles for primary menue*/
header[role=banner]{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index: 10;
}
header .navbar{
	position:static;
}
header .primary-menu-container{
	background:white;
	position: relative;
	z-index: 10;
	box-shadow: 0px 4px 19.53px 1.47px rgba(0, 0, 0, 0.13);
}
header .container{
	padding:0px;
}
header .main-nav{
	height:70px;
	background: white;
}
header .main-nav{
	border-radius:0px;
	box-shadow: none;
	border:0px;
}
header .main-nav .navbar-brand{
	padding:5px 0px;
	margin-right:50px;
}
header .main-nav .navbar-brand img{
	height:60px;
	width:60px;
}
header .main-nav ul li {
	margin:0px 5px;
}
header .main-nav .menu_mobile{
	display: none;
}
header .navbar-default .navbar-nav>li>a{
	color:black;
	font-weight:400;
	padding:25px 15px;
}
header .main-nav ul li.menu_contact_us{
	position:absolute;
	right:143px;
	height:70px;
}
header .main-nav ul li.menu_contact_us a{
	color:#929292;
}
header .main-nav ul li.menu_contact_us a:hover{
	color:#333;
}
header .main-nav ul li.menu_find_class{
	position:absolute;
	right:0px;
	height:70px;
	background: #4aa1ff;
	margin-right:0px;
}
header .main-nav ul li.menu_find_class a{
	color:white;
}
header .main-nav ul li ul{
	border-radius:0px;
	padding:0px;
}
header .main-nav ul li ul li{
	margin:0px;
	border-bottom:1px solid #e0dfda;
}
header .main-nav ul li ul li a {
	color:#929292;
	padding:10px 22px;
	font-weight:400;
}
header .main-nav ul li ul li a:hover{
	background:#e0dfda;
}

/*for home page*/
/*for slider*/
.flexslider{
	border:0px !important;
}
.flexslider .flex-viewport{
	height:650px;
}
.flexslider .slides img , .flexslider .slides video, .about-page .hero-image .container-fluid img{
	height:650px !important;
	object-fit: cover;
}
.flexslider .slides li{
	overflow: hidden;
}
.flexslider .slides video, .about-page .hero-image .container-fluid img{
	object-position:90% 50%;
}
li.flex-active-slide{
	width:100vw;
}
/*for what is pr section*/
.what-is h2{
	margin: 0px;
}
.what-is p{
	margin:25px 0px;
}
/*for class summary section*/
.classes-summary{
	background: #ececec;
}
.classes-summary .classes-summary-cards a,
section.services-page-service-list .service-list a.service-single{
	padding:9px;
	background: #ffffff;
	width:98%;
	display: block;
	margin-bottom: 20px;
	text-transform: none;
}
section.services-page-service-list .service-list a.service-single:last-child{
	margin-bottom:0px;
}
.classes-summary .classes-summary-cards a .media,
section.services-page-service-list .service-list a.service-single .media{
	padding:0px;
}
.classes-summary .classes-summary-cards a:hover,
section.services-page-service-list .service-list a.service-single:hover{
  box-shadow: 0px 4px 19.53px 1.47px rgba(0, 0, 0, 0.13);
  text-decoration:none;
}
.classes-summary .classes-summary-cards a:first-child{
	margin-top:0px;
}
.classes-summary .classes-summary-cards a:last-child,
section.services-page-service-list .service-list a.service-single:last-child{
	margin-bottom: 0px;
}
.classes-summary .classes-summary-cards a .media .media-left img,
section.services-page-service-list .service-list a.service-single .media .media-left img{
	height:148px;
	width:148px;
	object-fit: cover;
}
section.services-page-service-list .service-list a.service-single .media .media-left img{
	height:130px;
	width:130px;
}
.classes-summary .classes-summary-cards .media-body,
section.services-page-service-list .service-list a.service-single .media-body{
	vertical-align: middle;
}
.classes-summary .classes-summary-cards .media-body h4,
section.services-page-service-list .service-list a.service-single .media-body h4{
	color:black;
}
section.services-page-service-list .service-list .service-list-price{
	display:none;
}
.classes-summary .classes-summary-cards .media-body p{
	color:#777;
	font-weight:400;
}
.classes-summary .classes-summary-cards .media-body p.thin{
	font-weight:300;
}
/*for right section classes summary*/
.classes-summary .col-md-6:last-child h2{
	margin:0px 0px 20px 0px;
}
.classes-summary .col-md-6:last-child p{
	margin-bottom:20px;
}

/*for classes category summary section*/
.classes-category-summary h2{
	text-align: center;
	margin:0px;
}
.classes-category-summary .row{
	margin-top:55px;
}
.classes-category-summary .col-md-4{
	padding:15px;
}
.classes-category-summary .card:hover{
	box-shadow: 0px 2px 18.9px 2.1px rgba(0, 0, 0, 0.23);
}

.classes-category-summary .card .card-block{
	padding:25px;
	background:#f6f6f6;
}
.classes-category-summary .card .card-block h4, .classes-category-summary .card .card-block p{
	margin-bottom:18px;
}
.classes-category-summary .col-md-4 .card img{
	width:100%;
	height:223px;
	overflow:hidden;
	object-fit: cover;
}
.classes-category-summary .card .card-block a{
	bottom: 36px;
	position: absolute;
}
.classes-category-summary .card .card-block .card-title{
	min-height: 34px;
}

/*section for partners in growth*/
section.partners-section{
	padding-top: 0px;
}
section.partners-section .partner-title{
	display: inline-table;

}
section.partners-section .partner-title hr{
	width:372px;
	display: inline-block;
	margin:0px;
	border-top:1px solid rgba(0, 0, 0, 0.141);
	vertical-align: middle;
}
section.partners-section .partner-title h4{
	display: inline-block;
	font-weight:400;
	padding:0px 15px;
	color: rgba(40, 40, 40, 0.51);
	vertical-align: middle;
	text-align: center;
}
section.partners-section .partners-logo{
	flex-wrap: wrap;
	padding-top:30px;
	padding-bottom:55px;
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
}
section.partners-section .partners-logo span{
	margin: 15px;
}
section.partners-section .partners-logo img {
	height: 55px;
	width: 166px;
	display: inline-block;
	object-fit: fill;
}
section.partners-section span.adviilaw{
	height:55px;
	width:166px;
	display: inline-block;
	background: url("../img/home/Adviilaw.png");
	background-size: 166px 55px;
}
section.partners-section span.focus-inspired{
	height: 60px;
	width: 121px;
	display: inline-block;
	background: url("../img/home/Focus-Inspired.jpg");
	background-size: 121px 60px;
}
section.partners-section span.codenast{
	height:26px;
	width:149px;
	display: inline-block;
	background: url("../img/home/codenast.jpg");
	background-size: 149px 26px;
}
section.partners-section span.visa{
	height:29px;
	width:82px;
	display: inline-block;
	background: url("../img/home/visa.jpg");
	background-size: 82px 29px;
}
section.partners-section span.loreal{
	height:26px;
	width:128px;
	display: inline-block;
	background: url("../img/home/loreal.jpg");
	background-size: 128px 26px;
}

/*for container fluid section */
section.partners-section > .container-fluid{
	position:relative;
}
section.partners-section .container-fluid .container{
	width:960px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
section.partners-section .container-fluid .container .caption{
	background:white;
	padding:34px;
	width:450px;

}
section.partners-section .container-fluid .container .caption h2{
	font-weight:400;
	margin-top:0px;
	margin-bottom:10px;
}
section.partners-section .container-fluid .container .caption h2.thin{
	font-weight:300;
	margin-bottom:50px;
}
section.partners-section .container-fluid .container .caption a{
	background:black;
	color:white;
	font-weight:400;
	text-transform: uppercase;
	border-radius:0px;
	min-width:50%;
	padding:10px;
	font-size:14px;
	display:inline-flex;
	align-items: center;
	justify-content: space-between;
	z-index:9;
}
i.arrow-right{
	display:inline-block;
	height:17px;
	width:17px;
	background: url("../img/home/arrow-right.svg");
	background-size: 17px;
	z-index:9;
}
section.partners-section > .container-fluid img{
	width:100%;
	min-height:200px;
}
/*styling the young professional section */
section.young-professionals{
	padding-top:0px;
}
section.young-professionals h2{
	text-align: center;
	font-weight:400;
	margin-top:0px;
	margin-bottom:76px;
}
section.young-professionals h2 span.thin{
	font-weight:300;
}
section.young-professionals .image-container{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section.young-professionals .image-container a{
	width:19.5%;
	display:block;
}
/*styling slider section*/
.flexslider{
	margin-bottom:0px !important;
}
.flexslider ol.flex-control-nav{ /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
	width:30px;
	height:30px;
	top:50%;
	right:3%;
	transform: translateY(-50%);
}
.flex-control-paging li a.flex-active{
	background:rgba(255, 255, 255, 1) !important;
}
.flex-control-paging li a{
	background:transparent !important;
	border:1px solid white;
	box-shadow:none !important;
}
section.slider{
	padding:0px;
	position:relative;
}

section.slider .container-fluid, .about-page section.hero-image .container-fluid{
	padding:0px;
}
section.slider .container-fluid .container,
.about-page section.hero-image .container-fluid .container{
	width:1080px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
section.slider .container-fluid .container .caption,
.about-page section.hero-image .container-fluid .container .caption{
	background:white;
	padding:34px;
	width:450px;

}
.flexslider section.slider .container-fluid .container .caption h2 ,
.about-page section.hero-image .container-fluid .container .caption h2, .static-page h2 {
	font-weight:400;
	margin-top:0px;
	margin-bottom:20px;
	color:black;
}
section.slider .container-fluid .container .caption h2 .underline{
	font-weight:300;
	border-bottom:1px solid  rgb(74, 161, 255);
	margin-bottom: 1px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	z-index:9;
}
.flexslider section.slider .container-fluid .container .caption p,
.about-page section.hero-image .container-fluid .container .caption p{
	font-weight:300;
	margin-bottom: 20px;
	z-index:9;
}
section.slider .container-fluid .container .caption a,
.about-page section.hero-image .container-fluid .container .caption a{
	background:black;
	color:white;
	font-weight:400;
	font-size:14px;
	text-transform: uppercase;
	border-radius:0px;
	width:50%;
	padding:10px;
	z-index:9;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height:43px;
	line-height:22px;
}
section.slider .container-fluid .container .caption a i.arrow-right,
.about-page section.hero-image .container-fluid .container .caption a i.arrow-right{
	display:inline-block;
	height:17px;
	width:17px;
	background: url("../img/home/arrow-right.svg");
	background-size: 17px;
	z-index:9;
	margin-top:2px;
}
/*styles for footer*/

#site-footer .container .col-md-12 {
	margin-bottom:35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #212121;
}
#site-footer .container .col-md-12:last-child{
	border-bottom:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#site-footer .container .col-md-12.footer-left{
	display:block;      
	font-size:12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#site-footer .container .col-md-12.footer-left > div{
	width: 230px;
	height:auto;    
	padding-right:10px;
	float:left;
}

#site-footer .container .col-md-12.footer-left > div:last-child input[type="email"]{
	font-size:12px;
	padding:10px;
	width:70%;
	display:inline-block;
	border-radius:0px;
	color:#939393;
}
#site-footer .container .col-md-12.footer-left > div:last-child input[type="submit"]{
	font-size:12px;
	padding:10px 0px;
	width:27%;
	display:inline-block;
	margin-left:-3px;
	border-radius:0px;
	font-weight:700;
	text-transform: uppercase;
}
#site-footer .container .col-md-12.footer-left > div:last-child p{
	font-size:12px;
	font-weight:300;
	color:#8b8b8b;
	margin-top:20px;
	margin-bottom:0px;
}
#site-footer .container .col-md-12.footer-left div.widget.widget_text .textwidget p{
	font-size:12px;
}
#site-footer .container .col-md-12.footer-left div.widget .widget-title{
	color:white;
	margin-bottom:20px;
}
#site-footer .container .col-md-12.footer-left div.widget.widget_nav_menu  ul{
	padding:0px;
	margin:0px;
}
#site-footer .container .col-md-12.footer-left div.widget.widget_nav_menu  ul li{
	list-style: none;
	margin-bottom:10px;
}
#site-footer .container .col-md-12.footer-left div.widget.widget_nav_menu  ul li a{
	font-size:12px;
	text-decoration: none;
	color:#777;
	text-transform: capitalize;
}
#site-footer .container .col-md-12.footer-top ul{
	margin-left:40px;
}
#site-footer .container .col-md-12.footer-top ul li a {
	padding:0px;
	color:#8b8b8b;
	font-size:18px;
}
#site-footer .container .col-md-12.footer-top div.pull-left{
	line-height: 22px;
}
#site-footer .container .col-md-12.footer-top ul li a i{
	margin:0px 14px;
}
#site-footer .container .col-md-12.footer-top ul li a:hover{
	background:transparent;
}
#site-footer .container .col-md-12.footer-right .textwidget .pull-left{
	line-height:32px;
}
#site-footer .container .col-md-12.footer-right ul{
	display:inline-block;
	margin-left:110px;
	margin-bottom:0px;
	padding-top: 6px;
}
#site-footer .container .col-md-12.footer-right ul li{
	list-style: none;
	float:left;
	padding:0px 30px;
	border-right:1px solid #8b8b8b;
}
#site-footer .container .col-md-12.footer-right ul li:last-child{
	padding-right:0px;
	border-right:0px;
}
#site-footer .container .col-md-12.footer-right ul li a{
	font-size: 12px;
	color:#8b8b8b;
}
#site-footer .container .col-md-12.footer-right ul li:first-child{
	padding-left:10px;
}

/*about page design section*/
.about-page section.hero-image{
	padding:0px;
	position:relative;
}
.thin{
	font-weight:300;
}
.about-page section.why-practice-ready{
	background: #ececec;
}
.about-page section.why-practice-ready h2{
	text-align:center;
	margin-top:0px;
}
.about-page section.why-practice-ready .benefits{
	margin-top:70px;
}
.about-page section.why-practice-ready .benefits .card img{
	height:132px;
	width:132px;
	margin:37px auto;
}
.about-page section.why-practice-ready .benefits .card p{
	/*text-align: left;*/
	padding: 0 30px;
}
.about-page section.vision{
	background:url("../img/about/vision_new.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-color: #3B8CF5;
	background-size:cover;
}
.about-page section.vision .container h2{
	color:white;
	margin-bottom:70px;
}
.about-page section.vision .container p{
	color:white;
	font-weight:300;       
}
.about-page section.more-about h2, {
	margin:0px;   
}
.about-page section.more-about p{
	margin:25px 0px;
}
.about-page .partners-section{
	padding-bottom:0px;
}
/*styling the calendar section*/
section.calendar{
	background:#eeeeee;
	padding:50px 0px 65px;
}
span.calendar-black{
	display:inline-block;
	margin-right:6px;
	vertical-align: text-bottom;
	height:18px;
	width:18px;
	background: url("../img/about/calendar-black.svg");
	background-size: 18px;
}
section.calendar .container h2{
	font-weight:400;
	margin-top:0px;
}
hr{
	border-top:1px solid #d6d6d6;
}
section.calendar .container .date-class-container h4{
	color:#979797;
	font-weight:400;
	text-transform: uppercase;
	margin:10px 0px 20px;
}
section.calendar .container .media-container .media-body .col-md-3 h4{
	color:#333;
	font-weight:400;
}
a.media-container{
	margin:20px 0px;
	display:block;
}
a.media-container:hover{
	box-shadow: 0px 2px 18.9px 2.1px rgba(0, 0, 0, 0.23);
}
.media{
	background:white;
	padding:14px;
}
.media .media-body{
	vertical-align: middle;
	padding-left:24px;
}
.media .media-body .col-md-9 {
	padding:10px 15px 10px 0px;
}
.pr-body .media .media-body h5{
	color: #4aa1ff;
}
.pr-body .media .media-body h3{
	color:#404040;
}
a.media-container{
	margin:20px 0px;
	display:block;
}
a.media-container:hover{
	box-shadow: 0px 2px 18.9px 2.1px rgba(0, 0, 0, 0.23);
}
.media{
	background:white;
	padding:14px;
}
.media .media-left{
	padding-right:0px;
	vertical-align: middle;
}
.media .media-left img{
	height:155px;
	width:155px;
	object-fit: cover;
}
.media .media-body{
	vertical-align: middle;
}
.media .media-body .col-md-9 .media-heading{
	color:black;
	font-weight:400;
	margin-bottom:20px;
}
.media .media-body .col-md-9 p{
	color:#aaaaaa;
	margin:0px;
	font-weight:300;
}
.media .media-body .col-md-3{
	padding:10px 15px;
	border-left:1px solid #e1e1e1;
}
.media .media-body .col-md-3 h3{
	color:black;
}
.media .media-body .col-md-3 p.date{
	margin:20px auto;
	text-align: left;
}
.media .media-body .col-md-3{
	padding:0px 14px 10px ;
}
.media .media-body .col-md-3 h3{
	color:black;
	margin-top:0px;
}
.media .media-body .col-md-3 .available,
.media .media-body .col-md-3 .unavailable{
	color:#4aa1ff;
	font-weight:400;
	text-transform:uppercase;
}
.media .media-body .col-md-3 .unavailable{
	color:#ee4040;
}

/* pr-live css starts */
.subnav{
	background-color: #dbdbdb;
	padding: 16px 15px;
}
.subnav > .container{
	padding:0px;height:38px;

}
.subnav > .container .pull-right form{
	display:inline-flex;
}
.subnav ul li{
	display:inline;
	padding-left:10px;
	text-transform:uppercase;
}
.subnav ul{
	padding:0px;
	margin:0px;
}
.subnav ul li a{
	color: #969696;
	line-height:38px;
	font-weight: 400;
}
.subnav ul li a:hover{
	color: #4aa1ff;
}
.subnav ul li a.active{
	color: #4aa1ff;
}
.subnav i.fa.fa-search{
	color: #5f636e;
	vertical-align: middle;
}
input#subnav-search{
	display:none;
	-webkit-transition: 2000 linear ease-out;
	transition: 2000 linear ease-out;
	background:rgba(255, 255, 255, 0.3);
	border-radius:0px;
}
.pr-body{
	background-color:#eeeeee;
	padding-top:50px;
}
.pr-body h2{
	font-weight:400;
	margin-bottom:35px;
	margin-top:0px;
}
.pr-body .col-md-9{
	padding-left:0px;
}
.pr-body .col-md-3 h2{
	margin-bottom:0px;
}
.pr-body .col-md-9 a.media-container{
	margin-top:0px;
	margin-bottom:15px;
}
.pr-body media-container a:hover{
	text-decoration:none;
}
.pagination-bottom .pagination>li.active>a{
	color:#4aa1ff;
}
/* pr-live css ends */


/* pagination botton starts */
.pagination-bottom{
	padding: 50px 0px 45px;
}
.pagination-bottom .pagination>li>a, .pagination>li>span{
	color: #282828;
	text-decoration: none;
	border: none;
	background-color: #eee;
}
.pagination-bottom .pagination>li>a{
	padding-left: 0px;
	padding-right: 20px;
}
.pagination-bottom ul .pagination li.active{
	color: #4aa1ff;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background:none;
	color:#4aa1ff;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	color:#4aa1ff;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	color:#4aa1ff;
}
li.active a:hover{
	color:#4aa1ff;
}
.pagination-bottom .pagination>li.active>a,
.pagination-bottom .pagination>li.active>a:hover,
{
	color:#4aa1ff;
}
/* pagination bottom ends */


/* signup aside */
.signup-aside{
	background: url(../img/prlive/signup.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding: 15px;
}
.signup-aside .newsletter_form input[type="email"]{
	width: 100%;
	min-height: 35px;
	text-transform: uppercase;
	padding: 10px;
	font-size:14px;
}
.signup-aside .newsletter_form a.btn.btn-lg{
	background: black;
	color: white;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0px;
	margin-top: 10px;
	padding: 11px;
	width: 100%;
}
.signup-aside h2{
	color:#ffffff;
}
.signup-aside h5{
	color:#ffffff;
	font-weight:100;
	font-size:27px;
}
.signup-aside .heading{
	padding-bottom:20px;
}
.newsletter_form i.fa.fa-arrow-right {
	float: right;
}
/*sign up aside ends*/


/* blog detail page starts */
.blog_detail{

}
/* blog detail page ends */
/*class detail-page template design*/
section.class-detail-banner{
	padding:0px;
}
.class-detail-banner .row{
	margin:0px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.class-detail-banner .row .col-md-5{
	background:url("../img/transparent.png");
	background-size:100%;
	background-repeat: repeat-y;
	height:100%;
	padding:80px;
	height:520px;
}
.class-detail-banner .row .col-md-5 h1{
	font-weight:400;
}
.class-detail-banner .row .col-md-5 p{
	margin:30px 0px;
}
.class-detail-banner .row .col-md-5 a{
	background:black;
	text-decoration:none;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color:white;
	width:230px;
	padding:10px;
	font-weight:400;
	text-transform:uppercase;
}
.class-detail-banner .row .col-md-7 {
	/*background:url("../img/home/what.jpg");*/
	background-size:100% 100%;
	height:100%;
	height:520px;
	padding:0px;
}
.class-detail-banner .row .col-md-7 img{
	height:100%;
	width:100%;
	object-fit: cover;
}
.class-detail-classes {
	background:#eeeeee;
	padding-top:50px;
}
.class-detail-classes h2{
	margin-bottom:45px;
	margin-top:0px;
}
/*overriding woocommerce img style*/
.woocommerce img{
	max-width:none;
}
.woocommerce .woocommerce-message{
	margin-bottom:0px !important;
}
.woocommerce .course-detail img, .woocommerce-page .course-detail img{
	object-fit: cover;
	height: 262px !important
}
/*styling the course detail page*/
section.course-detail{
	padding-top:0px;
	background:#eeeeee;
}
section.course-detail p.course-title-top{
	font-size:12px;
	font-weight:400;
	text-transform: uppercase;
	color:#aaaaaa;
	margin:22px 0px;
}
section.course-detail p.course-title-top a {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #aaaaaa;
}

section.course-detail p.course-title-top span.course-name{
	color:#717171;
}
section.course-detail .col-md-12{
	padding-left:0px;
	padding-right:30px;
}
section.course-detail .col-md-12 .about-course{
	padding:34px;
	background: white;
	margin-bottom:15px;
}

section.course-detail .col-md-12 .about-course  h1,
section.course-detail .col-md-12 .about-course .h1, 
section.course-detail .col-md-12 .about-course h2, 
section.course-detail .col-md-12 .about-course .h2, 
section.course-detail .col-md-12 .about-course h3, 
section.course-detail .col-md-12 .about-course .h3 {     
    margin-top: 0;
}

section.course-detail .col-md-12 .row{
	margin-bottom:15px;
}
section.course-detail .col-md-12 .about-course > .row{
	margin:0px;
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom:15px;
	min-height: 300px;
}
section.course-detail .col-md-12 .about-course .row .col-md-8 h2.course-title{
	margin-bottom:0px;
}
section.course-detail .col-md-12 .about-course .row .col-md-8 p.date{
	text-transform:uppercase;
	font-weight:400;
	margin:20px 0px;
}
section.course-detail .col-md-12 .about-course .row .col-md-8 div.details{
	font-weight:300;
	color: #777;
}
section.course-detail .col-md-12 .about-course .row .col-md-8 div.details p{
	font-weight:300;
	color: #777;
}

section.course-detail .col-md-12 .about-course .row .col-md-8 div.details li{
	font-size:inherit;
}
section.course-detail .col-md-12 .about-course .row .col-md-4{
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}
section.course-detail .col-md-12 .about-course .row .col-md-4 .wrapper{
	margin-top: 170px
}
section.course-detail .col-md-12 .about-course .row .col-md-4 .wrapper .venue{
	margin-bottom:40px;
}
section.course-detail .col-md-12 .about-course .row .col-md-4 h4{
	text-transform: uppercase;
	font-weight:400;
}
section.course-detail .col-md-12 .about-course .row .col-md-4 p{
	font-weight:300;
	margin:5px 0px;
}
section.course-detail .col-md-12 .about-course .row .col-md-4 p span.time{
	margin-right:5px;
}
section.course-detail .col-md-12 .price{
	padding:30px 0px 30px 30px;
	background: white;
	font-size:14px;
	font-weight:400;
	margin-left:0px;
	margin-right:0px;
}
section.course-detail .col-md-12 .price .col-md-1{
	padding-left:0px;
}
section.course-detail .col-md-12 .price .col-md-3{
	padding:0px 0px 0px 15px;
	background: none;
	color:black;
}
section.course-detail .col-md-12 .price .table-header{
	border-bottom: 1px solid rgb(203, 203, 203);
	width:100%;
	display: block;
	overflow:hidden;
	padding-bottom:20px;
}
section.course-detail .col-md-12 .price .table-body{
	padding:20px 0px;
}
section.course-detail .col-md-12 .price h4{
	font-size:20px;
	font-weight:400;
	text-transform: uppercase;
}
section.course-detail .col-md-3{
	padding:15px;
	background: url("../img/blue-layer.png");
	background-size:100% 100%;
	color:white;
}
section.course-detail .col-md-3 h2{
	margin:0px 0px 10px 0px;
}
section.course-detail .col-md-3 p{
	font-size:12px;
	color:white;
	margin-bottom:10px;
}
section.course-detail .col-md-3 a{
	width:100%;
	font-size:14px;
}
section.course-detail .col-md-9 .row .col-md-12 a{
	margin-right:-15px;
	font-size:14px;
}
/*blog description*/
.blog-desc{
	background-color: #eeeeee;
}
.blog-desc .blog-image-container{
	height:317px;
	overflow:hidden;
    width: 100%;
}
.blog-desc .blog-image-container img{
	width:100%;
	height: 317px;
	object-fit: cover;
}
.blog-desc .container{
	position:relative;
	top:-150px;
}
.blog_text{
	background-color:white;
	padding:92px 99px 100px 99px;
	margin-top:0px;
}
.blog_text h2{
	padding-bottom:48px;
	font-weight:300;
}
.blog_text h5{
	color:#4aa1ff;
	padding-bottom: 16px;
}
.blog_text p{
}
.blog_text a{
	margin-top: 30px;
	color: #a5a5a5!important;
	display: block;
}
.blog_text a:hover{
	color:#4aa1ff;
}
.blog_text ul.media-list .pull-left img{
	border-radius:50%;
	height:69px;
	width:69px;
}
.blog_text ul.media-list .media-body{
	vertical-align: top;
	overflow:hidden;
	width:83.33%;
}
.blog_text .blog_down #respond form a{
	margin-top:10px;
}
.blog_text ul.media-list .media-body .comment-edit-link{
	margin-top:0px;
}
.blog_text ul.media-list .media-body .comment-reply-link{
	width:200px;
	margin-top:20px;
}
.blog_text ul.media-list .media-body cite{
	font-style:normal;
	color:#4aa1ff;
	text-transform: uppercase;
	font-weight:400;
}
.recent-blog h2{
	color:#282828;
}
.recent-blog .container .row a.media-container{
	margin-bottom:0px;
}
.recent-blog .container .row a.media-container .media-body h5{
	color:#4aa1ff;
}
.recent-blog {
	padding-top: 44px;
	padding-bottom: 117px;
	background: #eeeeee;
	margin-top:-150px;
}
.recent-blog .col-md-9{
	padding-left:0px;
}
.recent-blog .col-md-3{
	padding-right:0px;
}
.recent-blog .description_aside{
	margin-top:85px;
}
.blog_down h3{
	color: #282828;
	padding:0px;
	margin:30px 0px;
}
.person-info h4{
	color: #4aa1ff;
	font-size: 14px;
	padding-top: 15px;
	text-transform:uppercase;
}
.blog-desc .blog-down p{
	color:#404040;
}
.person{
	background: url(../img/person.png) no-repeat center;
  border-radius: 50%;
  background-color: #cecece;
  width: 80px;
  height: 80px;
	text-align: left;
}
.collapse.in h6 a{
	display:block;
}
.blog_article {
    margin-bottom: 45px;
}
/*blog description ends*/

/*styling the contact us section*/
section.section-contact-form{
	background:#e4e4e4;
	position:relative;
}
section.section-contact-form .row{
	padding:100px 50px;
	background:white;
}
section.section-contact-form .container{
	position:relative;
}
section.section-contact-form .row .col-md-6 h1{
	margin-top:0px;
	margin-bottom:40px;
}
section.section-contact-form .row .col-md-6 p{
	margin-bottom: 15px;
	width:90%;
}
section.section-contact-form .row .col-md-6 input{
 margin-bottom:30px;
 border-bottom:1px solid rgb(0, 174, 239);
 border-top:0px;
 border-right:0px;
 border-left:0px;
 padding-bottom:20px;
 width:100%;
}
section.section-contact-form .row .col-md-6 input:focus{
	outline:none;
}
section.section-contact-form .row .col-md-6 textarea {
 border-bottom:1px solid rgb(0, 174, 239);
 border-top:0px;
 border-right:0px;
 border-left:0px;
 height:100px;
 margin-bottom:30px;
 width:100%;
}
section.section-contact-form .row .col-md-6 textarea:focus{
	outline:none;
}
section.section-contact-form .row .col-md-6 input[type=submit]{
	padding:10px !important;
	border-bottom:0px;
	background-color:black;
	background-image: url("../img/home/arrow-right.svg") !important;
	background-repeat: no-repeat;
	background-position: 96% 50%; 
	background-size:17px;
	text-transform: uppercase;
	float:right;
	color:white;
	font-size:14px;
	font-weight:400;
	width:200px;
	text-align:left;
}
#parallelogram {
    width: 40vw;
    height: 100%;
    margin: 0 0 0 -200px;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    background-color: rgb(74, 161, 255);;
    overflow:hidden;
    position:absolute;
	top:0;
	left:0;
}
#parallelogram-yellow{
	width: 40vw;
    height: 100%;
    margin: 0 0 0 -200px;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
   background-color:rgb(248,201,90);
    overflow:hidden;
    position:absolute;
	top:0;
	left:0;
}
.parallelogram-blue-bg{background-color: #0759a5 !important;}
.parallelogram-grey-bg{background-color: #ddd !important;}    
.parallelogram-orange-bg{ background-color: rgb(237,145,88) !important; }      
#parallelogram-yellow img, #parallelogram2 img, #parallelogram img{
	width:114%;
	height:100%;
	-webkit-transform: skew(15deg) !important;
   -moz-transform: skew(15deg) !important;
   -o-transform: skew(15deg) !important;
   transform: skew(15deg) !important;
	opacity: 0.08;
}
#parallelogram2 img{
	height: 200%;
	width: 120%;
}
#parallelogram-yellow img{
	height:150%;
	width:125%;
}
#parallelogram img{
	height:650px;
}
#parallelogram2 {
    width: 60vw;
    height: 100%;
    margin: 0 0 0 -200px;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    background-color:rgb(90,167,248);
    overflow:hidden;
    position:absolute;
	top:0;
	left:0;
}
/*styling the services section*/
section.services-page-service-list{
	background:#eeeeee;
}
section.services-page-service-list .service-detail p{
	margin:20px 0px;
}
section.services-page-service-list .service-detail h2{
	margin-top:0px;
}
section.services-page-service-list .service-collapse {
	background-color: white;
	display:none;
}
span.service-toggle{
	display:none;
}
/*styling the cart section*/
section.cart{
	background:#eeeeee;
	min-height: 300px;
}
section.cart div.media-container{
	margin-bottom: 10px;
}
section.cart h2{
	font-weight:400;
	margin-top:0px;
}
section.cart hr{
	margin:35px 0px;
}
section.cart h4{
	color:#979797;
	font-weight:400;
	margin-bottom:35px;
}
section.cart .total-price{
	display:block;
	text-align: right;
	font-size:18px;
	color:#404040;
	text-transform: uppercase;
	font-weight:400;
	margin:35px 0px;
}
section.cart .no-items{
	display:none;
}
section.cart .media-body{
	padding-left:10px;
}
section.cart .media-body .row .col-md-5 h3.media-heading{
	color:black;
	font-weight:400;
	margin-bottom: 25px;
}
section.cart .media{
	padding-right:1px;
}
section.cart .media-body .row .col-md-12 span.cross{
	float:right;
	display: inline-block;
	height:17px;
	width:17px;
	background: url("../img/X.png");
	background-size:17px 17px;
	margin-top:-23px;
	margin-right:5px;
}
section.cart .media-body .row .col-md-5 p.date{
	text-transform: uppercase;
	font-weight:400;
}
section.cart .media-body .row .col-md-7{
	padding-right:0px;
	margin-right:-14px;
}
section.cart .media-body .row .col-md-7 .table-heading{
	font-size:18px;
	color:black;
	font-weight:400;
}
section.cart .media-body .row .col-md-7 .table-body{
	font-size:14px;
	color:#404040;
	font-weight:400;
}
section.cart .media-body .row .col-md-7 hr{
	margin:26px 0px;
}
section.cart .cart_totals table {
	float: right ;
	width: auto;
	margin: 20px 0 0 0 ;
	border: none ;
}
section.cart .cart_totals table tr.order-total{
	font-size: 18px;
}
.wcppec-checkout-buttons__separator{
	display:none;
}
form.woocommerce-checkout .woocommerce-billing-fields p.form-row label {
	color: #333;
}
form.woocommerce-checkout .woocommerce-billing-fields p.form-row input{
	margin-bottom: 30px;
	/*border-bottom: 1px solid rgb(0, 174, 239);*/
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	padding-bottom: 10px;
	width: 100%;
}
#woo_pp_ec_button img{
	float:right;
}
/*fixing news letter issues*/
.signup-aside form p {
	display:none;
}
.signup-aside form  input {
	width:100%;
	margin:5px 0px;
	text-transform:uppercase;
	border-radius:0px !important;
	font-size:14px;
}
.signup-aside form  input[type="submit"]{
	width:100%;
	background-color:black !important;
	color:white !important;
	border-color:black;
	text-align:left;
	border-radius:0px;
	font-size:14px;
	background:url("../img/home/arrow-right.svg");
	background-size: 27px 17px;
	background-repeat:no-repeat;
	background-position: 93% 50%;
}
.signup-aside form  input[type="submit"]:hover{
	background-color:black !important;
	border-color:black;
	color:white !important;
	background:url("../img/home/arrow-right.svg");
	background-repeat:no-repeat;
	background-size:32px 22px;
	background-position: 93% 50%;
}
/*styling reply form*/
#commentform .form-group label.col-md-2{
	text-align: left;
}
#commentform .form-group{
	margin:20px 0px;
}
#commentform .comment-notes{
	margin-bottom:30px;
}
#commentform .form-submit{
	margin-top:30px;
}
/*styling static pages*/
.static-page{
	background:#eeeeee;
}
/*paypal checkout from*/
.paypal-checkout-form{
	background:#eeeeee;
}
.paypal-checkout-form #customer_details ul{
	padding-left:20px;
}
.paypal-checkout-form #customer_details ul li{
	list-style: none;
}
.paypal-checkout-form #customer_details ul li strong{
	color:#404040;
	font-weight:500;
}
.paypal-checkout-form #payment{
	/*background:#eeeeee;*/
}
.paypal-checkout-form #payment ul.methods li img{
	display: inline-block;
	margin-left:15px;
	height:40px;
	width:90px;
}
.paypal-checkout-form #order_review #payment{
	margin-bottom:20px;
	border-radius:0px;
}
.paypal-checkout-form #order_review table{
	border-radius:0px;
}
.paypal-checkout-form #order_review #payment input[type="submit"]{
	background-color:black !important;
	color:white;
	text-transform: uppercase;
	font-size:16px;
	font-weight:400;
	border-radius:0px;
	width:175px;
	text-align: left;
	background:url("../img/home/arrow-right.svg");
	background-size:32px 22px;
	background-repeat:no-repeat;
	background-position: 93% 50%;
}
.ucase{
	text-transform: uppercase;
}

/*override*/
.flexslider section.slider .container-fluid .container .caption h1 p, .about-page section.hero-image .container-fluid .container .caption h1, .static-page h1 {
    font-size:34px !important;
	text-align: left;
}

/*section.slider .container-fluid .container .caption a, .about-page section.hero-image .container-fluid .container .caption a{
	font-size:14px !important;
	height:35px;
}
section.slider .container-fluid .container .caption a i.arrow-right, .about-page section.hero-image .container-fluid .container .caption a i.arrow-right{
	display: inline-block;
    height: 17px;
    width: 27px;
    background: url(../img/home/arrow-right.svg);
    background-size: 27px 17px;
}
section.slider .container-fluid .container, .about-page section.hero-image .container-fluid .container{
	width:960px;
}
section.slider .container-fluid .container .caption, .about-page section.hero-image .container-fluid .container .caption{
	padding:27px;
}*/


/*responsive section */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	/*slider caption*/
	section.slider .container-fluid .container{
		width:90%;
		margin:0px auto;
		font-size:12px;
	}
	/*partners section*/
	section.partners-section  .container .partner-title{
		width:100%;
		display: flex;
		align-items: center;
		justify-content:space-between;
	}
	section.partners-section  .container .partner-title hr{
		width:30%;
	}
	section.partners-section .container-fluid .container{
		width:90%;
	}
}

/*responsive section for the page*/
@media only screen and (max-width:1200px){
	section.slider .container-fluid .container, .about-page section.hero-image .container-fluid .container{
		width:90%;
	}
	section.slider .container-fluid .container .caption,
	.about-page section.hero-image .container-fluid .container .caption{
		width:40%;
	}
	section.slider .container-fluid .container .caption a,
	.about-page section.hero-image .container-fluid .container .caption a{
		width:70%;
		font-size:14px;
	}
}
@media only screen and (max-width:991px){
	.navbar-collapse{
		padding:0px;
	}
	.navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
		background:white;
		width:100%;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
		margin:18px;
    }
    .navbar-header {
        float:none;
    }
	.primary-menu-container .container{
		width:100%;
	}
	.primary-menu-container .navbar-header{
		height:70px;
	}
	.primary-menu-container .navbar-header .navbar-brand{
		margin:0px 18px;
	}
	.primary-menu-container .navbar-collapse ul {
		background: white;
		width:100%;
		padding:0 15px;
	}
	.primary-menu-container .navbar-collapse ul li{
		position:relative;
		display: block;
	}
	.primary-menu-container .navbar-collapse ul li a{
		padding:25px 5px;
	}
	.primary-menu-container .main-nav ul li.menu_contact_us, .primary-menu-container .main-nav ul li.menu_find_class{
		position:static;
		height:auto;
	}
	.primary-menu-container .main-nav ul li.menu_contact_us a, .primary-menu-container .main-nav ul li.menu_find_class a{
		color:black;
		background:white;
	}
	/*what is pr section*/
	.what-is .col-md-5{
		margin-bottom:60px;
	}
	/*services section*/
	section.services-page-service-list .service-list a.service-single{
		width:100%;
	}
	section.services-page-service-list .service-collapse {
		display:block;
		top:-20px;
		position: relative;
	}
	section.services-page-service-list .service-collapse .collapses{
		padding: 20px;
	}
	section.services-page-service-list .service-collapse h2{
		display:none;
	}
	section.services-page-service-list .service-detail {
		margin-bottom:76px;
	}
	div.service-detail{
		/*display:none;*/
	}
	span.service-toggle{
		display: block;
	}
	section.services-page-service-list .service-collapse a{
		/*padding-left*/
	}
	/*displaying the flex slider*/
	.flexslider{
		margin-bottom: 0px !important;
	}
	#parallelogram{
		width:50vw;
	}
	.flex-viewport {
		/*display:flex;*/
	}
	/*home page*/
	section#what-is .row .col-md-12{
		padding:0px;
	}
	section#what-is .row .col-md-12 .col-md-6, section#what-is .row .col-md-12 .col-md-5{
		padding:0px;
	}
    .about-page section.hero-image .container-fluid .container .caption h1 {
		font-size:24px !important;
		margin-top:0px;
	}
	section.slider .container-fluid .container .caption,
	.about-page section.hero-image .container-fluid .container .caption{
		width:50%;
	}
	/*what is*/
	section.what-is .col-md-12 .col-md-6:first-child{
		margin-bottom:45px;
	}
	section.what-is .col-md-12 .col-md-5{
		margin-bottom:0px;
	}
	/*classes summary cards*/
	section.classes-summary .col-md-6{
		padding:0px;
	}
	section.classes-summary .col-md-6.col-md-push-6 h2{
		margin-top:0px;
	}
	section.classes-summary .classes-summary-cards{
		padding-top:45px;
	}
	/*classes detail page*/
	a.media-container .media .media-body .col-md-9{
		padding-top:0px;
	}
	a.media-container .media .media-body .col-md-3{
		border-left:0px;
		padding-left:0px;
	}
	a.media-container .media .media-left{
		vertical-align: top;
	}
	/*course detail page*/
	section.course-detail .col-md-9 .about-course .row .col-md-4 .wrapper{
		position:static;
		top:0;
		transform: none;
	}
	section.course-detail .col-md-9 {
		padding-right:0px;
	}
	section.course-detail .col-md-9 .book.row:last-child{
		display:none;
	}
	section.course-detail .col-md-9 .price .table-header div, section.course-detail .col-md-9 .price .table-body div{
		flex-basis: 33%;
	}
	section.course-detail .col-md-9 .price .table-header .col-md-3, section.course-detail .col-md-9 .price .table-body .col-md-3{
		margin-top:0px;
	}
	section.course-detail .col-md-9 .price .table-header, section.course-detail .col-md-9 .price .table-body{
		display:flex;
	}
	section.course-detail .col-md-3 {
		overflow:hidden;
		margin-top:30px;
	}
	section.course-detail .col-md-3 .book-class a{
		width:50%;
		float:left !important;
	}
	/*contact us*/
	section.section-contact-form .row .col-md-6 p{
		width:100%;
	}
	section.section-contact-form .row .col-md-6 input[type=submit]{
		margin-bottom:0px;
	}
	/*partners section*/
	section.partners-section  .container .partner-title{
		width:100%;
		display: flex;
		align-items: center;
		justify-content:space-between;
	}
	section.partners-section  .container .partner-title hr{
		width:30%;
	}
	section.partners-section .container-fluid .container, .about-page section.hero-image .container-fluid .container{
		width:90%;
	}
	/*pr live section*/
	.pr-body .container .col-md-9{
		padding-right:0px;
	}
	/*about page benefits section*/
	.about-page section.why-practice-ready .benefits{
		margin-top:0px;
	}
	/*about page*/
	.about-page section.hero-image img{
		height:440px;
		object-fit:cover;
	} 
	.about-page #more-about .col-md-12 > div{
		padding-left:0px;
		padding-right:0px;
	}
	/*recent blog*/
	.recent-blog .col-md-3{
		padding-left:0px;
		padding-right:0px;
	}
	.recent-blog .col-md-9{
		padding-right:0px;
		padding-left:0px;
	}
	.blog_text{
		padding:30px;
	}
	.blog_text h2{
		margin-top:0px;
		padding-bottom:15px;
	}
	/*cart section*/
	section.cart .media-body .row .col-md-7 .table-heading >div,section.cart .media-body .row .col-md-7 .table-body >div{
		display:inline-block;
		width:30%;
		text-align: left;
	}
	section.cart .media-body .row .col-md-12 span.cross{
		margin-top:0px;
		margin-right:0px;
	}
	/*signup aside form*/
	.signup-aside{
		text-align: center;
	}
	.signup-aside .newsletter_form input[type="email"]{
		width: 50%;
		margin:0px auto;
	}
	.signup-aside .newsletter_form input[type="submit"]{
		width:50%;
	}
	.signup-aside h2{
		display:inline-block;
	}
	.signup-aside h5{
		display:inline-block;
	}
	.signup-aside .heading{
		padding-bottom:20px;
	}
	.newsletter_form i.fa.fa-arrow-right {
		float: right;
	}
	/*footers secti9on*/
	#site-footer .footer-left{
		flex-wrap: wrap;
	}
	#site-footer .footer-left .widget{
		flex-basis: 30%;
	}
	#site-footer .container .col-md-12.footer-left > div:last-child{
		flex-basis: 50%;
		margin-top:30px;
		height:auto;
	}

}
@media only screen and (min-width:768px) and (max-width:991px){
	.primary-menu-container .navbar-collapse ul li.dropdown ul{
		width:300px;
	}
	.primary-menu-container .navbar-collapse ul li.dropdown ul>li a{
		padding:10px 5px;
	}
}
@media only screen and (max-width:767px){
	section{
		padding:45px 20px;
	}
	.navbar-inverse .textwidget ul{
		margin:0px;
		display: inline-block;
		float:right;
	}
	.navbar-inverse .textwidget ul li {
		display:inline-block;;
	}
	header .main-nav .menu_mobile{
		display: block;
	}
	.primary-menu-container .navbar-header{
		height:70px;
	}
	.primary-menu-container .navbar-header .navbar-toggle{
		vertical-align: middle;
		margin:18px;
	}
	.primary-menu-container .navbar-collapse{
		position:relative;
		background:white;
		z-index:1;
	}
	.primary-menu-container .navbar-nav{
		margin:0;
	}
	.primary-menu-container .navbar-collapse ul{
		padding:0px;
		width:100%;
	}
	.primary-menu-container .navbar-collapse ul li{
		margin:0;
	}
	.primary-menu-container .main-nav ul li a{
		padding:10px 15px;
	}
	.primary-menu-container .main-nav ul li.menu_contact_us, .primary-menu-container .main-nav ul li.menu_find_class{
		position:static;
		height:auto;
	}
	.primary-menu-container .main-nav ul li.menu_contact_us a, .primary-menu-container .main-nav ul li.menu_find_class a{
		color:black;
		background:white;
	}
	/*start of the main slider responsive*/
	.flexslider{
		margin-bottom:0px !important;
	}
	.flexslider .flex-viewport {
		height:400px;
	}
	.flexslider .slides img, .flexslider .slides video, .flexslider .slides img, .flexslider .slides img, .flexslider ul {
		height:400px !important;
	}
	section.slider .container-fluid .container .caption,
	 .about-page section.hero-image .container-fluid .container .caption,
	 section.partners-section .container-fluid .container .caption{
		width:55%;
		padding:20px;
	}
	.flexslider section.slider .container-fluid .container .caption h1, .about-page section.hero-image .container-fluid .container .caption h1 {
		margin-top:0px;
	}
	.flexslider section.slider .container-fluid .container .caption h1 p,
	 .about-page section.hero-image .container-fluid .container .caption h1,
	 section.partners-section .container-fluid .container .caption h1{
		font-size:18px;
	}
	.flexslider section.slider .container-fluid .container .caption p, .about-page section.hero-image .container-fluid .container .caption p{
		font-size:12px;
	}
	.flexslider section.slider .container-fluid .container .caption a,
	 .about-page section.hero-image .container-fluid .container .caption a,
	 section.partners-section .container-fluid .container .caption a{
		width:100%;
		font-size:12px;
		padding:7px;
		height:auto;
	}
	section.partners-section .container-fluid .container .caption h2.thin{
		margin-bottom: 20px;
		font-size:18px;
	}
	section#what-is .row .col-md-12 .col-md-6, section#what-is .row .col-md-12 .col-md-5{
		padding:0px 20px;
	}
	section#what-is .row .col-md-12 .col-md-5{
		margin-bottom:0px;
	}
	/*about page*/
	 .about-page section.hero-image .container-fluid .container .caption a{
		 width:70%;
	 }
	 .about-page  section#more-about{
		 padding:45px 30px;
	 }
	#parallelogram,#parallelogram-yellow{
		width:47vw;
		height:100%;
	}
	#parallelogram img{
		height:100% !important;
	}
	.about-page section#why-pr .container{
		padding:0px  !important;
	}
	/*for what is pr section*/
	section.what-is .col-md-5 {
		margin-bottom:45px;
	}
	/*section classes summary*/
	.classes-category-summary .col-md-4{
		padding:15px;
		margin-left:-15px;
		margin-right:-15px;
	}
	section.classes-summary .classes-summary-cards a{
		width:100%;
	}
	.classes-category-summary .card .card-block .card-title{
		min-height: auto;
	}
	.about-page section.why-practice-ready .benefits .card p{
		padding: 0px;
	}
	/*classes category summary*/
	section.classes-category-summary .container .row{
		margin-top:45px;
	}
	/*styling the class detail section*/
	.class-detail-banner .row{
		display:block;
	}
	.class-detail-banner .row .col-md-7{
		height:auto;
	}
	.class-detail-banner .row .col-md-5{
		width:100%;
		display: block;
		height:auto;
		padding:30px;
	}
	.class-detail-banner .row .col-md-5 h2{
		margin-top:0px;
	}
	.class-detail-classes h2{
		margin-bottom:20px;
	}
	.class-detail-classes ul.products a.media-container .media .media-body{
		padding-left:10px;
	}
	.class-detail-classes ul.products a.media-container .media .media-body .col-md-3 p.available,
	.class-detail-classes ul.products a.media-container .media .media-body .col-md-3 p.unavailable{
		padding:0px;
	}
	
	/*signup aside form*/
	.signup-aside .newsletter_form input[type="email"]{
		width: 100%;
	}
	.signup-aside .newsletter_form input[type="submit"]{
		width:100%;
		max-width:480px;
	}
	/*course detail page*/
	/*section.course-detail .col-md-9 {
		padding-left:15px;
	}*/
	section.course-detail .col-md-9 .about-course > .row{
		display:block;
	}
	section.course-detail .col-md-9 .about-course .row .col-md-4 {
		width:100%;
	}
	/*pr ready*/
	.pr-body .col-md-9{
		padding-right: 0px;
	}
	.pr-body .col-md-3{
		padding:0px;
	}
	/*recent blog*/
	.recent-blog .container{
		padding:0px 30px;
	}
	/*services section*/
	section.services-page-service-list .service-detail {
		margin-bottom:45px;
	}
	/*section partners section*/
	section.partners-section{
		padding:45px 0px;
	}
	section.partners-section .container{
		padding:0 15px;
	}
	section.partners-section .partner-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding:0px 15px;
	}
	section.partners-section .partners-logo{
		justify-content: space-around;
	}
	section.partners-section .partner-title hr{
		width:30%;
	}
	section.partners-section #parallelogram2{
		width:80vw;
	}
	section.partners-section .container-fluid .container{
		width:90%;
	}
	/*styling the caldendar secion*/
	section.calendar .container{
		padding:0 30px;
	}
	/*contact from padding*/
	section.section-contact-form .row{
		padding:45px 15px;
	}
	/*instragram section*/
	section.young-professionals h2{
		margin-bottom:45px;
	}
	/*styling the footer section*/
	#site-footer #footer-row .container{
		padding:0px;
	}	
	.footer-top ul li{
		display: inline-block;
	}
	#site-footer .footer-left{
		flex-wrap: wrap;
	}
	#site-footer .footer-left .widget{
		flex-basis: 32%;
	}
	#site-footer .container .col-md-12.footer-left > div:last-child p{
		margin-bottom:0px;
	}

}
@media screen and (max-width:480px){
	h2{
		font-size:22px !important;
	}
	/**styling the slider and homepage**/
	.flexslider .flex-viewport{
		overflow:hidden;
		height:660px;
	}
	.flexslider .flex-viewport ul{
		height:auto!important;
	}
	.flexslider .flex-viewport ul li .slider img,.flexslider .flex-viewport ul li .slider video, .about-page .hero-image .container-fluid img{
		height:200px !important;
	}
	section.slider .container-fluid #parallelogram{
		width:80vw;
	}
	section.slider .container-fluid #parallelogram img{
		width:110vw;
	}
	section.slider .container-fluid .container,section.partners-section .container-fluid .container,
	.about-page section.hero-image .container-fluid .container{
		width:100%;
		left:0;
		padding:0px;
		position:relative;
		transform:none ;
	}
	section.slider .container-fluid .container .caption, section.partners-section .container-fluid .container .caption{
		padding:30px;
	}
	.flexslider ol.flex-control-nav{
		bottom:10px;
		left:50%;
		width:120px;
		top:180px;
		transform:translateX(-50%) rotate(0deg) !important;
	}
	.flexslider section.slider .container-fluid .container .caption h1 p{
		font-size:24px;
	}
	 .flexslider section.slider .container-fluid .container .caption a, .about-page section.hero-image
	 .container-fluid .container .caption a{
		 width:100%;
	 }
	 .flexslider section.slider .container-fluid .container .caption a i{
		height:17px;
		width:17px;
		background-size:17px;
		margin-top:2px;
	 }
	section.slider .container-fluid .container .caption, .about-page section.hero-image
	 .container-fluid .container .caption{
		width:100% !important;
		padding:30px;
	}
	.about-page section.hero-image .container-fluid img{
		height:200px;
	}
	.about-page section.hero-image .container-fluid #parallelogram-yellow{
		width:80vw;
	}
	.about-page section.hero-image .container-fluid .container{
		width:100%;
		padding:0px;
	}
	/*partners section*/
	section.partners-section .container{
		padding:0 15px;
	}
	section.partners-section .container-fluid img{
		object-position: 90% 50%;
	}
	section.partners-section .container-fluid #parallelogram2 img{
		width:200%;
	}
	section.partners-section .partner-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding:0px 15px;
	}
	section.partners-section .partner-title hr{
		width:20%;
	}
	section.partners-section .partners-logo{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-around;
		padding:45px 15px;
	}
	section.partners-section .partners-logo span{
		margin-bottom:30px;
		background-repeat: no-repeat;
	}
	/*section classes summary*/
	.classes-category-summary .col-md-4{
		margin-left:-15px;
		margin-right:-15px;
		overflow:visible;
	}

	/*styling the subnav section*/
	.subnav {
		overflow:hidden;
	}
	.subnav .pull-left ul li:first-child{
		padding-left:0px;
	}
	.subnav .pull-right {
		width:100%;
	}
	.subnav .pull-right form{
		width:100%;
		height:38px;
	}
	.subnav .pull-right form .form-group {
		width:90%;
	}
	/*styling the class detail page*/
	a.media-container .media .media-left {
		display: block;
		padding-right: 0px;
		margin-bottom:20px;
	}
	 a.media-container .media .media-left img{
		width:100% !important;
	}
	a.media-container .media .media-body{
		padding-left:0px;
		display:block;
		width:100%;
	}
	.class-detail-classes ul.products a.media-container .media .media-body .col-md-9 h3{
		margin-bottom: 10px;
	}
	.class-detail-classes ul.products a.media-container .media .media-body .col-md-3{
		border-left:0px;
		padding-left:0px;
	}
	.class-detail-classes ul.products a.media-container .media .media-body .col-md-3 {
		margin-top:30px;
	}
	/*end class details section*/
	section.partners-section .container-fluid .container .caption{
		width:100%;
		padding:30px;
	}
	section.partners-section .container-fluid .container h1{
		font-size:18px !important;
	}
	section.partners-section .container-fluid .container h1.thin{
		margin-bottom: 20px !important;
	}
	section.partners-section .container-fluid .container .caption a{
		font-size: 14px;
		width:100%;
	}
	/*cart section*/
	section.cart .media-body{
		display:block;
		width:100%;
		padding:0px;
	}
	section.cart .media{
		padding-right:15px;
	}
	section.cart .media-left{
		width:100%;
		display:none;

	}
	section.cart .media-left img{
		width:100%;
	}
	section.cart .media-body .row .col-md-5, section.cart .media-body .row .col-md-7{
		padding:0px;
		margin-top:15px;
	}
	section.cart .media-body .row .col-md-12 span.cross{
		margin-right:-10px;
	}
	section.cart .media-body .row .col-md-5 h3{
		margin-bottom:10px !important;
	}
	/*contact form */
	section#contact-form #parallelogram2{
		width:80vw;
	}
	/*search form section*/
	input#subnav-search{
		display:inline-block;
	}
	/*contact from padding*/
	section.section-contact-form .row{
		padding:15px;
	}
	section.section-contact-form .row .col-md-6 h1{
		margin-bottom:25px;
	}
	section.section-contact-form .row .col-md-6 input[type=submit]{
		margin-bottom:10px;
	}
	/*styling the course detail page*/
	section.course-detail .col-md-3 .book-class a{
		width:100%;
	}
	/*styling the class detail page*/
	.class-detail-banner .row .col-md-5 a{
		width:100%;
	}
	#site-footer .container{
		padding:0px;
	}
	/*styling the footer section*/
	#site-footer .footer-left .widget{
		flex-basis: 100%;
		margin-bottom:20px;
	}
	#site-footer .container .col-md-12 {
		margin-bottom: 20px;
		padding-bottom:0px;
	}
	#site-footer .container .col-md-12.footer-left > div{
		height:auto;
	}
	#site-footer .container .col-md-12.footer-top ul li a i{
		margin:0px 10px;
	}
	#site-footer .container .col-md-12.footer-left > div:last-child {
		flex-basis:100%;
		margin-top:0px;
	}
	#site-footer .container .col-md-12.footer-left > div:last-child h4{
		margin-top:0px;
	}
	#site-footer .footer-right{
		display:flex;
		flex-wrap:wrap;
	}
	#site-footer .footer-right >div:first-child{
		position:relative;
	}
	#site-footer .footer-right >div:first-child:after{
		content: '';
		height:20px;
		position:absolute;
		width:1px;
		top:6px;
		background:#8b8b8b;
		right:-10px;
	}
	#site-footer .container .col-md-12.footer-right ul{
		margin-left:20px;
		padding-left:0px;
	}
	#site-footer .container .col-md-12.footer-right ul li{
		padding:0px 10px;
	}
	#site-footer .container .col-md-12.footer-right ul li:first-child{
		padding-left:0px;
	}
}

/*responsive over ride
@media only screen and (max-width: 1200px){
	section.slider .container-fluid .container .caption a, .about-page section.hero-image .container-fluid .container .caption a {
		width: 50%;
	}
	section.slider .container-fluid .container, .about-page section.hero-image .container-fluid .container {
		width: 90%;
	}
}
@media screen and (max-width: 480px){
	section.slider .container-fluid .container {
		width: 100%;
		padding: 0px;
	}
	.flexslider section.slider .container-fluid .container .caption h1 p, .about-page section.hero-image .container-fluid .container .caption h1, .static-page h1{
		font-size:20px !important;
	}
}*/
@media only screen and (max-width: 320px){
	#site-footer .container .col-md-12.footer-right ul{
		margin-left:0px;
	}
	#site-footer .footer-right >div:first-child:after{
		width:0px;
	}
	#site-footer .container .col-md-12.footer-top ul li a i{
		font-size:14px;
	}
	.about-page section.vision {
		background-position-x: 22%;
	}
}
