/*
Theme Name: Elitehearing
Theme URI:
Author: Dikshant IAS 
Author URI: 
Description:
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
Tags: blog, two-columns, right-sidebar, footer-widgets, custom-background, custom-header, custom-menu, threaded-comments, translation-ready, theme-options

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

Business Booster is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* @font-face {
	font-family: 'Helvetica';
	src: url('/fonts/Helvetica.woff');
	src: url('/fonts/helvetica-light.woff') format('woff'),
		url('/fonts/Helvetica.woff') format('woff'),
		 url('/fonts/Helvetica-Bold.woff') format('woff');
	font-style: normal;
} */


/*@font-face {
font-family: 'Helvetica';
font-style: normal;
font-weight: normal;
src: local('Helvetica 55 Roman'), 
}*/







	

summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 28px;
	margin: 15px 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

span.page-numbers.dots, 
.page-numbers:nth-last-of-type(2), 
.page-numbers:nth-last-of-type(3) {
    display: none;
}

span.page-numbers.current {
    display: inline-block;
    vertical-align: top;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	max-height: 150px;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*body,
button,
input,
select,
textarea {
	color: #5B5B5B;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 20px;
	line-height: 1.6;
    color: #595F6F;
    font-weight: 300;
    font-size: 18px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*html {
	box-sizing: border-box;
}*/

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

* {
	box-sizing: border-box;
}

/*blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}*/

/*blockquote,
q {
	quotes: "" "";
}
*/
/**,
*:focus {
	outline: none;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}*/

/*ul,
ol {
	margin: 0;
}*/

/*ul {
	/*list-style: none;*/
/*	margin: 0;
	padding: 0;
}*/

/*ol {
	list-style: decimal;
}*/

/*li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}*/

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* .btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #DB261F;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 16px 40px;
    text-transform: capitalize;
    margin-top: 40px;
} */

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
/*     background: linear-gradient(to right, #d48f12, #c87912) !important; */
}

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

}


textarea,
select {
	color: #9B94A3;
    border: none;
    border-radius: 0;
    width: 100%;
    background-color: #FCFCFC;
    padding: 16px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    min-height: 54px;
}

/*label {*/
/*	width: 100%;*/
/*}*/

select {
	border: 1px solid #ccc;
	padding: 9px 10px;
}



textarea {
    width: 100%;
   height: 78px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #240E79;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #240E79;
	text-decoration: none;
	outline: none;
}

p {
	font-family: 'Roboto', sans-serif;
}

/*body {
	background-color: #fff;
	font-family: 'ACaslonPro-bold';
	font-size: 16px;
	margin: 0;
	  overflow-x: hidden;
	  color: #272727;
}*/

code {
	background-color: transparent;
	border-radius: 0;
	font-family: 'Helvetica', sans-serif;
	font-size: 16px;
	padding: 0;
	color: #5b5b5b;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.login ul,
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.login li,
.main-navigation li {
	display: inline-block;
    float: none;
    position: relative;
    vertical-align: middle;
	padding: 0 5px;
	transition: all 0.3s ease;
}

.login ul li a,
.main-navigation li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    text-align: center;
    text-decoration: none;
    background: transparent;
    padding: 0;
    transition: all 0.3s ease;
	text-transform: uppercase;
}

.home .main-navigation li a {
    color: #240E79;
}

.main-navigation li {
    padding: 14px 8px 0;
}

.login ul li a {
    background: #DB261F;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 10px;
    border-radius: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.login ul li a:hover {
	background: #29166F;
}

.main-navigation li.current-menu-item > a {
	color: #fff;
}

.main-navigation ul ul {
	background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    left: -999em;
    position: absolute;
    top: auto;
    z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
    border-bottom: 1px solid #000;
    padding: 15px 0px;
    width: 240px;
    text-align: left;
}

.main-navigation ul ul li:last-child a {
	border-bottom: 0 none;
}

.login ul {
	display: block;
	text-align: right;
}

.main-navigation ul ul li:hover > a {
	box-shadow: none;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #DB261F;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #fff;
	background: transparent;
}

/* wr megamenu plugin css starts */
#site-navigation .wr-megamenu-container {
	background: none!important;
}

.main-navigation .wr-mega-menu li a {
	padding: 15px;
	color: #000;
}

.main-navigation .wr-megamenu-container ul.wr-mega-menu li.wr-megamenu-item:hover a.menu-item-link {
	background: #fff;
	color: #000;
}

.main-navigation .wr-megamenu-container ul.wr-mega-menu li.focus a.menu-item-link,
.main-navigation .wr-megamenu-container ul.wr-mega-menu li.focus:hover a.menu-item-link {
	color: #000!important;
	outline: none;
}

.site-header #site-navigation .wr-megamenu-container ul.wr-mega-menu li.focus a {
    background: none!important;
	color: #000;
}

.main-navigation .wr-megamenu-container ul.wr-mega-menu ul.sub-menu li.wr-megamenu-item a.menu-item-link,
.main-navigation .wr-megamenu-container ul.wr-mega-menu .wr-megamenu-inner .block-sub-menu a.caption {
	color: #000;
	line-height: 35px;
}

.main-navigation .wr-megamenu-container ul.wr-mega-menu .wr-megamenu-inner .block-sub-menu a.caption {
	line-height: 35px;
}

.main-navigation .wr-megamenu-container ul.wr-mega-menu ul.sub-menu li.wr-megamenu-item:hover a.menu-item-link {
	background: #000;
	color: #fff;
}

.main-navigation .wr-megamenu-container ul.wr-mega-menu .wr-megamenu-inner .block-sub-menu:hover a.caption {
	background: none;
	color: #000;	
}

.main-navigation .wr-megamenu-inner .wr-element-submenu a {
    border-right: 0 none;
	padding: 0;
}

.main-navigation .wr-megamenu-container ul.wr-mega-menu ul.sub-menu, 
.main-navigation .wr-megamenu-inner {
	border-width: 1px;
}

.main-navigation .wr-megamenu-container ul.wr-mega-menu li.menu-default li a {
	padding: 0 20px;
	font-weight: 400;
	margin: 0;
}

/* for active menu item */
.main-navigation .wr-megamenu-container .current_page_item a, 
.main-navigation .wr-megamenu-container .current_page_ancestor a,
.main-navigation .wr-megamenu-container .current-menu-item a, 
.main-navigation .wr-megamenu-container .current-menu-ancestor a {
	color: #000;
	background: #fff;
	font-weight: 600;
}

.main-navigation .wr-megamenu-container ul.sub-menu .current_page_item a, 
.main-navigation .wr-megamenu-container ul.sub-menu  .current_page_ancestor a,
.main-navigation .wr-megamenu-container ul.sub-menu  .current-menu-item a, 
.main-navigation .wr-megamenu-container ul.sub-menu  .current-menu-ancestor a,
.main-navigation .wr-megamenu-inner .block-sub-menu a.caption {
	font-weight: 400;
}

/* wr megamenu plugin css ends */

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.business-booster-nav {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

@media screen and (min-width: 1024px) {
	header.site-header.opacity {
		position: fixed;
		top: 0;
		background: #240E70;
		padding: 15px 0;
		transition: all 0.3s ease;
		z-index: 99;
		animation: fix-header 0.3s linear 1;
    }
	.page-template-template-contact header.site-header.opacity, 
	.page-template-template-inner header.site-header.opacity {
		position: fixed;
	}
	.home header.site-header.opacity {
		position: fixed;
		background: #fff;
		box-shadow: rgba(0,0,0,0.5) 0 0 5px;
	}
	@keyframes fix-header {
		0% {
			top: -100px;
		}
		100% {
			top: 0px;
		}
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		text-align: center;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 30px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* ===================================  Custom CSS ===================================== */

.site-branding {
	margin: 0;
	text-align: left;
}

.widget_recent-posts-widget-with-thumbnails li {
    width: 32%;
    float: left;
    background: #fff;
    padding: 15px 15px 30px;
    box-shadow: rgba(0,0,0,0.1) 10px 10px 30px;
    border-radius: 4px;
    position: relative;
}

.widget_recent-posts-widget-with-thumbnails li:nth-child(2) {
    margin: 0 2%;
}

.rpwwt-post-date {
    color: #595F6F;
    font-size: 12px;
    position: absolute;
    top: 380px;
}

.rpwwt-widget ul li img {
    display: inline;
    float: left;
    margin: 0;
    min-height: 330px;
    overflow: hidden;
    object-fit: cover;
}

span.rpwwt-post-title {
    color: #05358E;
    font-size: 18px;
    margin-top: 40px;
    display: inline-block;
    line-height: 1.3;
    min-height: 50px;
    margin-bottom: 10px;
}

.rpwwt-post-excerpt {
    color: #595F6F;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 30px;
}

.rpwwt-post-excerpt a {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 70px;
    text-align: right;
    font-size: 0px;
    z-index: 99;
}

.rpwwt-post-excerpt a:after {
    content: 'Read More';
    font-size: 12px;
    color: #F91C3D;
    font-weight: 500;
}

.rpwwt-post-comments-number {
	position: relative;
}

.rpwwt-post-comments-number:before {
	width: 16px;
	height: 16px;
	content: '';
	background: url("images/Comment-Icon.html") left top no-repeat;
	display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.rpwwt-post-comments-number {
    position: relative;
    color: #595F6F;
    font-size: 12px;
}







.site-hedings.site-hedings-sub.about-sec-heading {
    margin-top: -100px;
}


article.post footer.entry-footer,
article.post .link-more,
article.post .entry-meta {
	display: none;
}

article.post header.entry-header {
    position: relative;
    top: auto;
}

article.post:nth-child(3n+1) {
	clear: left;
}

article.post span.entry-date {
    color: #595F6F;
    padding: 30px 0 0;
    display: inline-block;
    font-weight: 500;
}

article.post:nth-child(3n+2) {
    margin: 0 3.5%;
}

article .post-thumbnail img {
    height: 250px;
    object-fit: cover;
}

article.post h2.entry-title a {
    color: #05358E;
    font-size: 24px;
    font-weight: 400;
}

article.post h2.entry-title {
	margin-bottom: 30px;
}

.blog span.byline {
    text-transform: capitalize;
    color: #6E6E6E;
    position: absolute;
    top: 127px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.blog article p {
    font-size: 15px;
}

.blog article h2.entry-title {
    min-height: 160px;
    line-height: 1;
}

span.byline:after {
    position: absolute;
    bottom: -20px;
    width: 60%;
    background: #87C6E2;
    height: 1px;
    content: '';
    left: 50%;
    margin-left: -30%;
}

.blog article h2.entry-title {
    min-height: 70px;
}

.blog span.byline a {
	color: #6E6E6E;
}

nav.navigation.posts-navigation {
    display: none;
}

nav.navigation.pagination {
    width: 100%;
    text-align: center;
    margin: 0 0 100px;
}

.page-numbers.current,
.page-numbers {
    width: 60px;
    height: 60px;
    background-color: #D8D8D8;
    display: inline-block;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 30px;
    color: #595F6F;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	padding: 0 !important;
}

.page-numbers:hover,
span.page-numbers.current {
    background-color: #05358E;
    color: #fff;
}

.blog article h2.entry-title, 
.blog article .entry-content {
    padding: 0;
}

.blog .entry-meta, 
.blog span.byline {
    display: none !important;
}

.blog article.post span.entry-date,
.blog .entry-date,
.blog span.posted-on {
	display: none;
}

.blog article.post h2.entry-title a {
	color: #000;
	font-size: 23px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}

.blog article {
	text-align: center !important;
}

.map iframe {
    width: 100%;
}

.map {
    margin-top: -310px;
    z-index: -1;
    position: relative;
}

.single-post header.entry-header {
	display: block;
}

.single-post header#masthead {
	margin: 0;
}

.single-post .business-booster-footer-main {
	margin: 50px 0 0;
}

.post-thubmnail .entry-date {
	display: none;
}

.single-post article a {
	color: #d08712;
}

.entry-meta {
    margin: 0 0 25px;
}

.nav-links a {
	background-color: #d08712;
	color: #fff;
	padding: 12px 30px 15px;
	border-radius: 30px;
	display: inline-block;
	position: relative;
}

.nav-links a:hover {
	background-color: #000;
}

.nav-links .nav-previous a:before {
	position: absolute;
	left: 15px;
	top: 11px;
	content: '\f104';
	font-family: fontawesome;
	font-size: 20px;
}

.nav-links .nav-next a:before {
	position: absolute;
	right: 15px;
	top: 11px;
	content: '\f105';
	font-family: fontawesome;
	font-size: 20px;
}

/*********************************** Css for Comments Starts Here ************************************************/

ol.comment-list, 
ol.comment-list ul.children {
    list-style-type: none;
    padding-left: 0;
}
ol.comment-list {
    margin-left: 0;
}

.comment-content {
    word-wrap: break-word;
}

.comment-respond h3.comment-reply-title small a {
    background-color: #fff;
    border: 1px solid #000;
    padding: 2px;
    vertical-align: top;
	color: #000;
}

/**** comment area color****/

.comments-area ol.comment-list ol.children li {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 0px;
}

.single-post .comments-area ol.comment-list .comment-text li{
    margin-bottom: 0px;
    padding: 0px;

}    

.comments-area ol.comment-list ol.children li ol.children li {
    background-color: #f8f9fb;
    padding-left: 10px;
}

.comments-area ol.comment-list ol.children li ol.children li ol.children li {
    background-color: #fff;
}

.comments-area ol.comment-list, .comments-area ol.comment-list ol.children {
    list-style-type: none;
   padding-left: 0px;
   margin-left: 0px;
    
}

.single-post ol.comment-list ol.children li ol.children li ol.children li ol.children li{
    background-color: #f8f9fb;
}

.single-post ol.comment-list li,
.page ol.comment-list li {
    background: #f8f9fb none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 10px;
}

.single-post ol.comment-list .comment-content li, 
.page ol.comment-list .comment-content li {
    margin: 0;
    padding: 0;
}

.single-post ol.comment-list article {
    margin: 0 0 15px;
    padding: 0;
    background-color:transparent;
}

ol.comment-list footer.comment-meta .comment-author b {
    color: #ff6867;
}

ol.comment-list footer.comment-meta span.edit-link a, 
ol.comment-list span.edit-link a {
    color: #ff6867;
    font-weight: 600;
}

ol.comment-list .reply a.comment-reply-link {
    background-color: #ff6867;
    border: medium none;
    border-radius: 15px;
    bottom: inherit;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    padding: 3px 13px;
}

footer.comment-meta .comment-metadata {
    margin: 12px 0 10px;
}

.comments-area ol.comment-list .comment-body img.avatar {
    border: 1px solid #ff6867;
	padding: 1px;
    margin-right: 10px;
}

.comment-metadata time {
    font-size: 14px;
}

article .comment-content p {
	font-size: 15px;
}

.comments-area h2.comments-title {
	font-size: 22px;
}

.single article.post {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.single article.post img {
    width: 100%;
}

aside#secondary {
    margin-top: 33px;
}

aside#secondary form.search-form {
    position: relative;
}

aside#secondary form label:after {
    content: '\f002';
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: 33px;
    color: #FA2B56;
}

input.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    margin: 17px 0 0;
    width: 50px;
    padding: 0;
    height: 50px;
    opacity: 0;
}

aside a {
    color: #595F6F;
    margin: 7px 0;
    display: inline-block;
}

.single-post input[type="text"], 
.single-post input[type="email"], 
.single-post input[type="search"],  
.single-post textarea, 
.single-post select {
    background-color: rgba(0,0,0,0.03);
}

header.site-header {
    padding: 30px 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}


.page-template-courses header.entry-header {
    position: absolute;
    z-index: 9;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.page-template-courses h1.entry-title.page-title {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}

.home header.site-header {
    padding: 15px 0;
    position: relative;
    width: 100%;
}

.home header.entry-header {
    display: none;
}

.cover-img {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.banner {
    padding: 170px 0;
}

.banner h1.sow-headline {
    width: 60%;
    font-weight: 700;
}

.site-hedings h2.sow-headline {
    font-weight: 700;
    text-align: center;
}

.site-hedings h3.sow-sub-headline {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;	
}

.tabs .sow-tabs .sow-tabs-tab-container {
    background-color: transparent;
    padding: 0;
}

.tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-title {
	color: #100E0B;
}

.tabs .sow-tabs-tab-container {
    width: 40%;
    float: left;
    padding-left: 90px !important;
}

.tabs .sow-tabs-panel-container {
    width: 60%;
    float: left;
}

.tabs .sow-tabs-tab-container .sow-tabs-tab:before {
	background: url(../../uploads/2019/12/TY-History.jpg) left top no-repeat;
	content: '';
	width: 160px;
	height: 100px;
	display: inline-block;
	background-size: contain;
	vertical-align: top;
	border-radius: 10px;
	overflow: hidden;
	background-size: cover;
}

.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(2):before {
	background: url(../../../../www.dikshantias.com/wp-content/uploads/2019/12/TY-Polity.jpg) left top no-repeat;
    background-size: cover;
}

.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(3):before {
	background: url(../../../../www.dikshantias.com/wp-content/uploads/2019/12/TY-Economy.jpg) left top no-repeat;
    background-size: cover;
}

.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(4):before {
	background: url(../../../../www.dikshantias.com/wp-content/uploads/2019/12/TY-Current-affairs.jpg) left top no-repeat;
    background-size: cover;
}
.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(5):before {
	background: url(../../../../www.dikshantias.com/wp-content/uploads/2019/12/TY-Science-Tech.jpg) left top no-repeat;
    background-size: cover;
}
.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(6):before {
	background: url(../../../../www.dikshantias.com/wp-content/uploads/2019/12/TY-Post-Independence.jpg) left top no-repeat;
    background-size: cover;
}
.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(7):before {
	background: url(../../../../www.dikshantias.com/wp-content/uploads/2019/12/TY-Environment.jpg) left top no-repeat;
    background-size: cover;
}
.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(8):before {
	background: url(../../../../www.dikshantias.com/wp-content/uploads/2019/12/TY-Geography.jpg) left top no-repeat;
    background-size: cover;
}
.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(9):before {
	background: url(../../../../www.dikshantias.com/wp-content/uploads/2019/12/TY-Ethics.jpg) left top no-repeat;
    background-size: cover;
}

.tabs .sow-tabs-tab-container .sow-tabs-tab {
    padding: 0 !important;
    width: 100%;
    position: relative;
    margin: 0 0 30px !important;
}

.tabs .sow-tabs-tab-container .sow-tabs-title {
    width: calc(100% - 190px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    padding-top: 30px;
    font-weight: 700;
    line-height: 1.3 !important;
    font-size: 20px;
}

.tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title:after {
    content: 'Topic 1';
    position: absolute;
    left: 185px;
    top: 70px;
    color: #240E70;
    font-size: 14px;
    font-weight: 700;
	font-family: 'Roboto', sans-serif;
	display: none;
}

.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(2) .sow-tabs-title:after {
    content: 'Topic 2';
}

.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(3) .sow-tabs-title:after {
    content: 'Topic 3';
}

.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(4) .sow-tabs-title:after {
    content: 'Topic 4';
}

.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(5) .sow-tabs-title:after {
    content: 'Topic 5';
}

.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(6) .sow-tabs-title:after {
    content: 'Topic 6';
}

.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(7) .sow-tabs-title:after {
    content: 'Topic 7';
}

.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(8) .sow-tabs-title:after {
    content: 'Topic 8';
}

.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(9) .sow-tabs-title:after {
    content: 'Topic 9';
}


.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(10) .sow-tabs-title:after {
    content: 'Topic 10';
}

.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(11) .sow-tabs-title:after {
    content: 'Topic 11';
}

.tabs .sow-tabs-tab-container .sow-tabs-tab:nth-child(12) .sow-tabs-title:after {
    content: 'Topic 12';
}

.tabs .sow-tabs-tab.sow-tabs-tab-selected {
    background: transparent !important;
    box-shadow: rgba(0,0,0,0.2) 0px 4px 4px;
}

.tabs .sow-tabs-tab-container .sow-tabs-tab:hover {
	background: transparent !important;
}

.tabs .slick-list {
    overflow: hidden;
}

.tabs button {
    font-size: 0;
    background: #eee;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
    margin: 0;
    opacity: 1;
}

.tabs {
    position: relative;
    float: left;
    width: 100%;
}

.tabs ul.slick-dots {
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.tabs .slick-active button {
    box-shadow: inset 0px 0px 0 3px #240E70;
}

.tabs .sow-tabs-panel {
    padding: 0 !important;
    position: relative;
    text-align: center;
}

.tabs .sow-tabs-panel-content h1,
.tabs .sow-tabs-panel-content h2,
.tabs .sow-tabs-panel-content h3,
.tabs .sow-tabs-panel-content h4,
.tabs .sow-tabs-panel-content h5,
.tabs .sow-tabs-panel-content h6 {
    position: relative;
    margin: 0;
    color: #fff;
    padding: 40px 0 50px;
    font-size: 32px;
    font-weight: 700;
}

.tabs .sow-tabs-panel-content a {
    position: relative;
    display: inline-block;
    width: calc(40% - 100px);
    margin: 0 30px 10px;
    background: #DB261F;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding: 16px;
    border-radius: 30px;
}

.tabs .sow-tabs-panel-content a:hover {
	background: #240E79;
}

.tabs .sow-tabs-panel-content img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.tabs .sow-tabs-panel-content {
    min-height: 520px;
    position: relative;
    max-height: 520px;
    overflow: hidden;
}


.accordian .sow-accordion-panel-header {
    padding: 20px 0 !important;
}

.accordian .sow-accordion-panel {
    border-bottom: #1B1B1B solid 1px;
}

.sow-accordion-title  {
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.accordian .sow-icon-ionicons[data-sow-icon]:before {
    content: attr(data-sow-icon);
    color: #DC2119;
}

.accordian .sow-accordion-panel-border {
    padding: 10px 0 !important;
}

.accordian .sow-accordion-panel-border p {
    font-size: 16px;
}

*,
.sow-accordion-panel-header:focus,
:focus {
	outline: none !important;
}

.image-box .so-widget-sow-image {
    position: relative;
}

.image-box .so-widget-sow-image h3 {
    position: absolute;
    left: 50px;
    top: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 44px;
}

/* div#wonderplugingridgallery-1 {
    margin: 0 !important;
}

.wonderplugin-gridgallery-item {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    height: auto !important;
    display: table-cell !important;
    overflow: hidden !important;
}

.wonderplugin-gridgallery-list {
    display: table !important;
    text-align: left !important;
} */

.wonderplugin-gridgallery-tag {
    width: 20%;
    margin: 60px 0 30px !important;
    background: transparent !important;
    color: #888888 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 2px;
}

.wonderplugin-gridgallery-tag.wonderplugin-gridgallery-tag-selected {
    color: #240E70 !important;
}

.wonderplugin-gridgallery-item-text {
    opacity: 1;
    bottom: 0 !important;
    background: transparent !important;
    padding: 0 !important;
}

.wonderplugin-gridgallery-item-wrapper {
    text-align: left;
    padding: 30px 30px 40px 110px;
}

.wonderplugin-gridgallery-elem-videobutton {
    width: 60px !important;
    height: 60px !important;
    bottom: 29px !important;
    top: auto !important;
    background: #DB261F !important;
    border-radius: 50% !important;
    left: 30px !important;
}

.wonderplugin-gridgallery-elem-videobutton:after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: 16px;
	height: 20px;
	background: url('images/Path.png') center center no-repeat;
}

.wonderplugin-gridgallery-item-title {
    font-size: 18px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 7px;
}

.wonderplugin-gridgallery-item-description {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.video-slider {
    display: inline-block !important;
    width: 100% !important;
}

.video-slider .panel-grid-cell {
    width: 100% !important;
}

.video-slider .so-panel {
    margin: 0 !important;
    display: inline-block !important;
    padding: 0 15px;
}

.slick-list.draggable {
    overflow: hidden;
}

.mejs-controls {
    opacity: 0 !important;
}

.video-slider h3.widget-title {
    position: absolute;
    z-index: 9;
    left: 85px;
    bottom: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.video-slider h3.widget-title:after {
    content: 'Video Turorial';
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding-top: 7px;
}

.video-slider .mejs-overlay-button {
    background: #DB261F !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px;
    position: absolute;
    left: 20px;
    bottom: 36px;
}

.video-slider .mejs-overlay-button:after {
	background: url('images/Path.png') center center no-repeat;
	content: '';
	width: 16px;
	height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -6px;

}

.video-slider {
	position: relative;
}

.video-slider button.slick-arrow.slick-next {
    left: auto;
    right: -60px;
}

.tabs button.slick-arrow,
.video-slider button.slick-arrow {
    background: #240E70;
    width: 55px;
    height: 55px;
    border-radius: 0;
    position: absolute;
    left: -60px;
    top: 50%;
    z-index: 9;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin-top: -27px;
}

.tabs button.slick-arrow {
	left: 15px;
    top: 0;	
    margin-top: 0;
    transform: rotate(90deg);
}

.tabs button.slick-arrow.slick-next {
    top: auto;
    bottom: 30px;
}

.tabs button.slick-arrow:after,
.video-slider button.slick-arrow:after {
	position: absolute;
	content: '';
	background: url("images/caret.png") left top no-repeat;
	width: 18px;
	height: 31px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    margin-top: 4px;
}

.tabs button.slick-arrow.slick-next:after,
.video-slider button.slick-arrow.slick-next:after {
	transform: translate(-50%, -50%) scaleX(-1);
}

a[href="http://www.wonderplugin.com/wordpress-gridgallery/"],
a[href="https://www.wonderplugin.com/wordpress-gridgallery/"] {
    display: none !important;
}

.wonderplugin-gridgallery-item-container {
    border-radius: 6px;
}

.site-hedings.site-hedings-sub h3.sow-sub-headline {
    width: 50%;
    margin: 0 auto;
}

.video-slider .so-widget-sow-video.so-widget-sow-video-base {
    position: relative;
}

.about-us-sec p {
    font-size: 14px;
    color: #85878C;
    font-weight: 400;
}

.about-us-sec .sow-image-container {
    position: relative;
}

.about-us-sec .sow-image-container:before {
    position: absolute;
    left: -80px;
    top: -100px;
    content: '';
    width: 470px;
    height: 480px;
    background: #240E70;
    z-index: -1;
}

.marque {
    background: #DB261F;
    padding: 10px 0;
}

.about-us-sec .sow-image-container:after {
    content: '';
    background: #DB261F;
    width: 200px;
    height: 200px;
    position: absolute;
    right: -60px;
    bottom: -60px;
    z-index: -1;
}

.site-hedings h2.sow-headline.about-sec-heading {
	margin-top: -100px !important;
}

.wonderplugin-gridgallery-tags-topleft {
	text-align: center;
}

.single .post-img .entry-summary:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}

.single .post-img .entry-summary {
	position: relative;
}

.our-courses1 .col-sm-5 p {
	max-height: initial;
	margin: 0;
}

.btn-blue a {
    padding: 15px 50px !important;
    font-size: 13px !important;
    text-transform: uppercase;
    transform: translateY(-25px);
    border-radius: 30px !important;
}

.business-booster-footer-main {
    background: #00003e;
    padding: 60px 0;
    position: relative;
    z-index: 9;
}

footer p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

footer h2.widgettitle {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 6px 0 13px;
}

.page-id-146.group-blog .site-content {
    padding-top: 140px;
}

footer ul li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin: 0 0 25px;
    display: inline-block;
    font-weight: 400;
    text-transform: capitalize;
}

footer h3 {
    color: #fff;
    margin: 0 0 15px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

footer p br {
	display: none;
}

footer a {
    color: #fff;
    margin: 0 0 15px;
    display: block;
}

footer a:hover,
footer ul li a:hover {
	color: #DB261F;
}

.bb_second_address {
    padding-top: 54px !important;
}

footer .col-sm-1,
footer .col-sm-3,
footer .col-sm-2 {
    padding: 0 20px;
}

.col-sm-2.bb_nav {
    width: 12%;
}

.col-sm-2.bb_client_logo {
    width: 20%;
}

.col-sm-2.newsletter {
    width: 22%;
}

.newsletter .tnp-widget .tnp-field label {
    display: none;
}

.newsletter input.tnp-email[type="email"] {
    color: #1B1916;
    background: #fff;
    border: none;
    padding: 17px;
    height: auto;
    min-height: auto;
    font-family: 'Roboto', sans-serif;
    border-radius: 4px;
    font-weight: 400;
}

.newsletter .tnp-field input[type="submit"] {
    position: inherit;
    background: #DB261F;
    border: none;
    padding: 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.footer-bottom p {
    color: #6E6E6E;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.footer-bottom .widget {
    margin: 0;
}

.footer-bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-bottom ul li {
	display: inline-block;
    padding: 0 20px;
}

.privacy.policy {
    text-align: center;
}

.footer-bottom ul li a {
    color: #6E6E6E;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.footer-bottom .social-media-button-container a {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #7E7E7E !important;
    padding: 0;
    margin: 0 10px;
}

.footer-bottom .social-media-button-container a span {
	color: #7e7e7e;
}

.page-template-template-contact .social-icons .social-media-button-container a {
	margin: 0 6px;
	font-size: 20px;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.social-icons .social-media-button-container a:hover,
.footer-bottom .social-media-button-container a:hover {
	background: transparent !important;
}


.social-icons .social-media-button-container a.sow-social-media-button-facebook:hover,
.footer-bottom .social-media-button-container a.sow-social-media-button-facebook:hover span {
	color: #3d5b9c !important;
}

.social-icons .social-media-button-container a.sow-social-media-button-twitter:hover,
.footer-bottom .social-media-button-container a.sow-social-media-button-twitter:hover span {
	color: #81c2f2 !important;
}

.social-icons .social-media-button-container a.sow-social-media-button-youtube:hover,
.footer-bottom .social-media-button-container a.sow-social-media-button-youtube:hover span {
	color: #d73729 !important;
}

.social-icons .social-media-button-container a.sow-social-media-button-instagram:hover,
.footer-bottom .social-media-button-container a.sow-social-media-button-instagram:hover span {
	color: #4078a3 !important;
}

.footer-bottom .social-media-button-container {
    text-align: right !important;
}

.footer-bottom {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}

.home header.entry-header {
    display: none;
}

.business-booster-footer-main {
    float: left;
    width: 100%;
}

.banner-img-inner {
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center center;
}

.page-template-template-contact header.site-header,
.page-template-template-inner header.site-header {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.page-template-template-contact .main-navigation li a,
.page-template-template-inner .main-navigation li a {
	color: #fff;
}

.page-template-template-contact .main-navigation li a:hover,
.page-template-template-inner .main-navigation li a:hover {
	color: #DB261F;
}

.about-us-page h2.sow-headline {
    padding: 0 200px;
}

.ryt-img img.so-widget-image {
    width: 80%;
    box-shadow: rgba(0,0,0,0.3) 0 0 15px;
}

.video-about .sow-video-wrapper {
	position: relative;
}

.video-about .sow-video-wrapper:before {
    position: absolute;
    left: -60px;
    top: -60px;
    background: #240E70;
    width: 450px;
    height: 540px;
    content: '';
}

.video-about .sow-video-wrapper:after {
    position: absolute;
    right: -60px;
    bottom: 0;
    content: '';
    width: 170px;
    height: 170px;
    z-index: -1;
    background: #DB261F;
}

.site-hedings.about-page-headings h3.sow-sub-headline {
    line-height: 1.5;
    font-size: 20px;
    font-weight: 300;
}

.image-effect img.so-widget-image {
    width: 440px;
    height: auto !important;
}

.image-effect .image-b img.so-widget-image {
    width: 340px;
	margin-right: 90px;
}

.image-a .sow-image-container:after {
    background: #DB261F url("../../uploads/2019/10/Image-4-min.jpg") center center no-repeat;
    width: 270px;
    height: 270px;
    content: '';
    position: absolute;
    right: -110px;
    top: 75px;
    background-size: cover;
}

.image-a .sow-image-container,
.image-b .sow-image-container {
	position: relative;
}

.image-b .sow-image-container:before {
    background: #240E70 url("../../uploads/2019/10/Image-1-min.jpg") center center no-repeat;
    content: '';
    width: 240px;
    height: 240px;
    display: inline-block;
    position: absolute;
    left: -64px;
    background-size: cover;
}

.images-sec-text li,
.images-sec-text p {
	font-size: 16px;
	font-weight: 400;
	color: #6E6E6E;
}

.images-sec-text li:before {
	content: '';
	width: 12px;
	height: 12px;
	background: #240E70;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 4px;
}

.image-effect .full-img img.so-widget-image {
	width: 100%;
}

.images-sec-text li {
	font-family: 'Roboto', sans-serif;
	margin: 0 0 15px;
	line-height: 1.3;
	padding-left: 20px;
	position: relative;
}

body.page-template-template-contact {
	background: url("images/contact.png") center top no-repeat;
    background-size: 1600px;
	background-repeat: no-repeat;
}

.address-fileds h3 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 24px;
    margin: 70px 0 50px;
}

.address-fileds p, 
.address-fileds a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
    display: inline-block;
}

.address-fileds p {
    width: 80%;
}

.address-fileds p a:before {
    content: '';
    display: inline-block;
    width: 30px;
    line-height: 1;
    background: url(images/call.png) left center no-repeat;
    min-height: 16px;
    background-size: contain;
}

.address-fileds p a.mail:before {
    content: '\f003';
    font-family: fontawesome;
    display: inline-block;
    width: 30px;
    line-height: 1;
    background: none;
}

.contact-us div.wpcf7-mail-sent-ok {
	color: #fff;
}

.address-fileds .siteorigin-widget-tinymce p:nth-last-of-type(1):before {
	content: '\f041';
    font-family: fontawesome;
    display: inline-block;
    width: 30px;
    line-height: 1;
}

.address-fileds .siteorigin-widget-tinymce p:nth-last-of-type(1) {
    padding-left: 30px;
    position: relative;
}

.address-fileds .siteorigin-widget-tinymce p:nth-last-of-type(1):before {
    content: '\f041';
    font-family: fontawesome;
    display: inline-block;
    width: 30px;
    line-height: 1;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.contact-us input[type="text"], 
.contact-us input[type="email"], 
.contact-us input[type="url"], 
.contact-us input[type="password"], 
.contact-us input[type="search"], 
.contact-us input[type="number"], 
.contact-us input[type="tel"], 
.contact-us textarea, 
.contact-us select {
    color: #fff;
    border: none;
    border-radius: 0;
    width: 100%;
    background-color: transparent;
    padding: 10px 0;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 400;
    min-height: 44px;
    border-bottom: #E3E3E3 solid 1px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-us textarea {
	height: 100px;
}

.contact-us ::-webkit-input-placeholder { /* Edge */
  color: #E3E3E3;
}

.contact-us :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #E3E3E3;
}

.contact-us ::placeholder {
  color: #E3E3E3;
}

.contact-us input[type="submit"] {
    background: #DB261F;
    border-radius: 30px;
    margin: 0;
}

.contact-us {
    padding-top: 60px;
}

.so-widget-sow-video.so-widget-sow-video-base {
    border-radius: 6px;
    overflow: hidden;
}

.single span.entry-date,
.single .entry-meta,
.single article.post header.entry-header,
.single article .post-thubmnail {
    display: none;
}

.single-post header#masthead {
    margin: 0;
    position: absolute;
    z-index: 9;
    width: 100%;
}

.single-post .login ul li a, 
.single-post .main-navigation li a {
	color: #fff;
}

.post-img .container {
    position: absolute;
    top: 230px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

.post-img h1.entry-title {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
}

.single article h3 {
    color: #240E79;
    font-weight: 700;
    font-size: 30px;
    margin: 50px 0 30px;
}

.single article strong {
    color: #240E79;
    font-weight: 500;
}

.single-page-post-heading,
.blog-header h2.widgettitle {
    position: absolute;
    top: 220px;
    left: 110px;
    margin: 0;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
}

.single-page-post-heading h1,
.blog-header h2.sow-headline {
    font-weight: 700;
    padding-top: 50px !important;
}

.single-page-post-heading h1 {
	color: #fff;
    font-size: 44px;
    font-weight: 700;
    margin: 0;
}

.main-post-div h3 {
    color: #240E70;
    font-size: 30px;
    font-weight: 700;
    margin: 70px 0 30px;
}

blockquote {
    background: #240E70;
    padding: 60px 70px;
    margin: 40px 50px 0 60px;
    border: none;
}

blockquote p {
	color: #fff;
    font-family: 'ACaslonPro-bold';
}

.four-box {
    text-align: center;
    margin: 170px 0 0 0;
}

.four-box .four-box-single {
    width: 280px;
    padding: 30px;
    background: linear-gradient(#240E70, #d37a7b);
    margin: 0 40px 50px;
    min-height: 310px;
    border-radius: 8px;
    box-shadow: rgba(0,0,0,0.3) 0 0 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: top;
    font-size: 0;
}

a#pdf-file {
	opacity: 0;
	visibility: hidden;
}

img[src="http://blstyle.com/dikshantias/wp-content/plugins/custom-post-type-pdf-attachment/images/pdf.png"] {
	display: none;
}

.four-box .four-box-single p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.four-box .four-box-single p:after {
    content: '';
    width: 55px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.four-box .four-box-single a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 900;
    width: 70%;
    display: inline-block;
    margin-top: 60px;
    cursor: default;
}

.main-post-div ul {
    margin: 0 0 50px;
}

a.admission-btn {
    background: #29166F;
    color: #fff;
    font-weight: 400;
    padding: 12px 35px;
    margin: 150px 80px 0 0;
    display: inline-block;
    border-radius: 30px;
}

.btn-blue a:hover,
a.admission-btn:hover {
	background: #DB261F !important;
}

.red-btn a:hover {
	background: #240e70 !important;
	border: #240e70 solid 1px !important;
}

.addmission {
    transform: translateY(-260px);
    -webkit-transform: translateY(-260px);
    -moz-transform: translateY(-260px);
}

.branch {
    width: 33%;
    float: left;
    margin: -40px 0 100px 0;
    position: relative;
    font-size: 0px;
}

section.error-404.not-found {
	margin: 160px 0 100px;
}

.branch p {
    color: #85878C;
    font-weight: 400;
    margin: 0 0 10px;
}

.four-box-single.hide {
    display: none;
}

.branch a {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    cursor: default;
    display: block;
    margin: 0 0 10px;
}

.branch:after {
    position: absolute;
    right: 60px;
    top: 0px;
    width: 1px;
    height: 65px;
    content: '';
    background: #29166F;
}

.branch:last-child:after {
	display: none;
}


.branch.fees a {
    position: relative;
}

.branch.fees a::before {
    display: inline-block;
    vertical-align: middle;
    content: 'Rs';
    padding-right: 5px;
}

.main-post-div ol li,
.main-post-div ul li {
    color: #85878C;
    font-size: 18px;
    margin: 0 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-left: 0;
}

.addmission .hide {
    display: none;
}

.main-post-div ul li:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #240E70;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.main-post-div ol {
    list-style: lower-roman;
}

.blog-header h3.sow-sub-headline {
    width: 50%;
    margin: 0 auto;
    line-height: 1.4 !important;
    padding-bottom: 40px;
}

.sidebar-main h2.widget-title {
    color: #240E79;
    font-weight: 700;
    font-size: 30px;
    margin: 50px 0 20px !important;
}

.sidebar-main .rpwwt-widget ul li img {
    width: 140px !important;
    max-height: 120px !important;
    object-fit: cover;
    min-height: 120px !important;
    border-radius: 4px;
    vertical-align: top;
    display: inline-block;
}

.sidebar-main span.rpwwt-post-title {
    color: #100E0B;
    width: calc(100% - 160px);
    vertical-align: top;
    display: inline-block;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.sidebar-main .rpwwt-post-excerpt {
    color: #595F6F;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 30px;
    width: 207px;
    float: right;
    margin-top: -80px;
}

.sidebar-main .rpwwt-post-date {
	display: none;
}

.sidebar-main .rpwwt-post-excerpt a:after {
	    font-size: 14px;
    color: #240E70;
}

.sidebar-main .rpwwt-post-excerpt a {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    font-size: 0px;
    z-index: 99;
    display: block;
    color: #240E70;
    font-family: 'Roboto', sans-serif;
}

div#comments {
    display: none;
}

.course-sidebar {
    margin-top: 80px;
    transition: all 0.3s ease;
}

.course-sidebar li {
	margin-bottom: 20px;
}

.course-sidebar li a {
    color: #1C2E3D;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.course-sidebar li.active a,
.course-sidebar li a:hover {
	color: #E8594E;
}

.course-sidebar.fixed {
    position: fixed;
    top: 0;
    z-index: 1;
    margin-top: 40px;
}

.our-courses1 .col-sm-5 img,
.our-courses .col-sm-5 img {
    height: 250px;
    object-fit: cover;
}

.our-courses1 .col-sm-5 {
	padding: 0;
}

.archive .our-courses,
.page-template-courses .our-courses {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.archive .our-courses h2,
.page-template-courses .our-courses h2 {
	margin: 0;
}

.archive .our-courses:nth-child(2n+1),
.page-template-courses .our-courses:nth-child(2n+1) {
    padding-right:  0;
}

.archive .our-courses:nth-child(2n),
.page-template-courses .our-courses:nth-child(2n) {
    padding-left:  0;
}

.archive .our-courses .col-sm-5 img,
.page-template-courses .our-courses .col-sm-5 img {
	border-radius: 6px 0 0 6px;
}

.our-courses .col-sm-5, 
.our-courses .col-sm-7 {
    padding: 0;
}

.our-courses1 .col-sm-7,
.our-courses .col-sm-7 {
    padding: 20px 10px 20px 20px;
    height: 250px;
    overflow: hidden;
    border: #DCDCDC solid 1px;
    border-left: none;
}

.our-courses1 a.more-link,
.our-courses a.more-link {
    background: #29166F;
    color: #fff;
    font-size: 13px;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 400;
}

body #wptime-plugin-preloader {
	background-size: 300px !important;
}

.wptime-plugin-preloader img {
	width: 400px !important;
}

#also-like-custom .our-courses a.more-link {
	padding: 10px 50px;
}

a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.our-courses1 a.more-link:hover,
.our-courses a.more-link:hover {
	background: #DB261F;
}

.our-courses1 .col-sm-5,
.our-courses .col-sm-5 {
    width: 45%;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
}

.our-courses1,
.our-courses {
    margin: 0 0 30px;
    float: left;
}

.our-courses1 .col-sm-7,
.our-courses .col-sm-7 {
    width: 55%;
    border-radius: 0 6px 6px 0
}

.our-courses1 a,
.our-courses a {
    color: #100E0B;
    font-size: 23px;
    margin-bottom: 15px;
    display: inline-block;
}


.our-courses1 ul li,
.our-courses ul li {
	display: inline-block;
	padding-right: 10px;
}

.our-courses1 ul li a,
.our-courses ul li a {
    color: #57A773;
    font-size: 14px;
    margin-bottom: 0px;
    display: inline-block;
}

.our-courses1 ul li a.closed,
.our-courses ul li a.closed {
	color: #DB261F;
}

nav.navigation.pagination {
	display: none !important;
}

.our-courses1 p,
.our-courses p {
    color: #85878C;
    font-size: 13px;
    font-weight: 400;
    max-height: 58px;
    overflow: hidden;
}

.our-courses1 p.link-more,
.our-courses p.link-more {
	margin: 0;
    position: absolute;
    bottom: 0;
}

.page-template.page-template-courses .business-booster-footer-main {
    margin-top: 70px;
}

.video-about .so-widget-sow-video.so-widget-sow-video-base {
    overflow: inherit;
}

.wq_continue {
    display: block !important;
}

body .wq-quiz.wq-skin-flat .wq_questionTextCtr {
    background-color: transparent;
    color: #240E70;
    border-radius: 0;
    width: 100%;
    padding: 0;
}

body .wq-quiz.wq-skin-flat .wq_singleAnswerCtr {
    background-color: transparent;
    color: var(--wq-font-color, #5f5f5f);
    border: none;
    padding: 0 0 0 110px;
    margin: 0 0 30px;
    border-radius: 3px;
    line-height: 0;
    width: 50%;
    float: left;
}

body .wq_questionTextCtr h4 {
	margin: 40px 0 !important; 
	text-align: left;
}

body .wq-quiz.wq-skin-flat .wq_singleAnswerCtr:hover, 
body .wq-quiz.wq-skin-flat .wq_singleAnswerCtr.chosen, 
body .wq-quiz.wq-skin-flat .wq_singleAnswerCtr.wq_answerSelected {
    background: transparent;
    color: #444;
    border: none;
    transition: background 550ms ease-out;
    cursor: pointer;
}

body .wq-quiz.multiple .wq-question {
	padding: 0 230px;
}

body .wq_quizProgressBarCtr {
	padding: 0 240px !important;
}

body .wq_quizProgressBar>span {
    background-color: #240E70;
}

body .wq_singleQuestionWrapper .wq_continue {
    text-align: center;
    width: 100%;
    float: left;
}

body .wq_singleAnswerCtr .wq_answerTxtCtr {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000000;
}

body .wq_singleAnswerCtr .wq_answerTxtCtr:before, 
body .wq_singleAnswerCtr.chosen .wq_answerTxtCtr:after {
    border: #240E70 solid 1px;
    position: absolute;
    border-radius: 30px;
}

body .wq_singleAnswerCtr.chosen .wq_answerTxtCtr:after {
	border: #240E70 5px solid;
}

body .wq-checked-answers-list {
    padding: 40px 0;
}

body .wq-checked-answers-list div {
    margin: 50px 0;
}

.wq_retakeQuizBtn, 
.wq-force-login button, 
.wq_singleQuestionWrapper .wq_continue button, 
.wq_quizEmailCtr form button {
    font-size: 15px;
    font-weight: 400;
    margin: 30px 0 50px 0;
    padding: 13px 30px;
    cursor: pointer;
    color: white;
    border: 0;
    border-radius: 30px;
    background-color: #240E70;
    font-family: 'Roboto', sans-serif;
}

.four-box .four-box-single.pdf-link a {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

.four-box .four-box-single.pdf-link a img {
    position: absolute;
    left: 50%;
    top: 90px;
    width: 100px;
    transform: translateX(-50%);
}

.four-box .four-box-single p {
	width: 100%;
}

#none {
	display: none !important;
}

.category .widget_categories h2.widgettitle {
	display: none;
}

.category .widget_categories ul {
	width: 100%;
	text-align: center;
}

.category ul li.cat-item {
	width: 25%;
	float: left;
	font-size: 0;
}

.category ul li.cat-item a {
	margin: 10px 0 30px;
    background: transparent;
    color: #888888;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    display: inline-block;
}


.category ul li.cat-item.current-cat a {
	color: #240E70;
}

.category header.page-header {
    display: none;
}

.our-courses ul {
    margin: 0 0 15px;
}

.category .business-booster-footer-main {
    margin-top: 60px;
}


#also-like-custom h3  {
    color: #240E79;
    font-weight: 700;
    font-size: 30px;
    margin: 50px 0 30px;
}

#also-like-custom h2 {
    margin: 0 0 15px;
    line-height: 1;
}

#also-like-custom p {
    margin: 0;
}

#also-like-custom .our-courses p.link-more {
	bottom: 10px;
}

div#also-like-custom {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    z-index: 9;
    margin: 0 0 70px;
}

#about-course h3:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 0;
}

.four-box .four-box-single a:nth-of-type(2) {
    display: none;
}

.our-courses1 .col-sm-7 ul li:last-child {
	display: none;
}

.col-sm-12.category {
    display: none;
}

.tabs .sow-tabs-panel-content p {
    margin: 0;
    display: initial;
}

.tabs .sow-tabs-panel-content br {
    display: none;
}

.banner-heading-slide {
	top: 50% !important;
	transform: translateY(-50%);
	text-align: left;
	color: rgb(255, 255, 255);
	line-height: 67.2px;
	font-size: 48px;
	width: 60%;
	white-space: initial;
	font-weight: 700;
	font-family: ACaslonPro-bold !important;
	padding: 0px;
	letter-spacing: 0px;
	opacity: 1;
	display: block;
}

@media (min-width: 1200px) {
	.container {
    	width: 1170px;
	}
	footer .container {
    	width: 1300px;
	}
	.container.header_bot {
    	width: 1270px;
	}
}


video {
    object-fit: cover;
}

@media (min-width: 1025px) {
	.main-navigation li:nth-last-of-type(1), 
	.main-navigation li:nth-last-of-type(3),
	.main-navigation li:nth-last-of-type(2) {
    	display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.four-box .four-box-single {
		width: 230px;
	}
	.four-box .four-box-single a {
		font-size: 36px;
	}
	.branch a {
    font-size: 15px;
	}
	.branch:after {
		display: none;
	}
	.course-sidebar li a {
		font-size: 16px;
	}
	.main-post-div ol li, 
	.main-post-div ul li {
		font-size: 16px;
		line-height: 1.3;
		margin: 0 0 15px;
	}
	a.admission-btn {
  	margin: 150px 30px 30px 0;
	}
	.single-page-post-heading h1 {
    margin-top: -80px;
	}
	body .wq-quiz.multiple .wq-question {
    padding: 0 50px;
	}
}

@media (max-width: 1024px) {
	.login .business-booster-nav {
    	display: none;
	}
	body .wq-quiz.wq-skin-flat .wq_singleAnswerCtr {
		padding: 0 0 0 10px;
	}
	button.menu-toggle {
        position: absolute;
    	margin: 0;
    	right: 0;
    	top: 0px;
    	padding: 0;
    	width: 40px;
    	height: 40px;
	}

	button.menu-toggle span {
	    position: absolute;
	    width: 24px;
	    height: 2px;
	    background: #fff;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	    transition: all 0.3s ease;
	}
	button.menu-toggle span:first-child {
    	margin-top: -8px;
	}
	button.menu-toggle span:last-child {
    	margin-top: 8px;
	}
	.main-navigation.toggled button.menu-toggle span:first-child {
	    transform: translate(-50%,-50%) rotate(45deg);
	    margin: 0;
	}
	.main-navigation.toggled button.menu-toggle span:nth-child(2) {
    	opacity: 0;
    	visibility: hidden;
	}
	.main-navigation.toggled button.menu-toggle span:last-child {
	    transform: translate(-50%,-50%) rotate(-45deg);
	    margin: 0;
	}
	.business-booster-nav {
	    position: fixed;
	    right: 0;
	    top: 0;
	    background: #0d285b;
	    width: 300px;
	    height: 100%;
	    margin: 0;
	    padding-top: 80px;
	    transform: translateX(300px);
	    transition: all 0.3s ease;
	}
	.main-navigation.toggled .business-booster-nav {
		transform: translateX(0);
	}
	.main-navigation li {
	    display: block;
	    border-bottom: rgba(251, 251, 251, 0.5) dashed 1px;
	    padding: 0;
	}
	.main-navigation li a {
		padding: 20px;
		text-align: left;
	}
	.main-navigation.toggled button.menu-toggle {
	    right: 31px;
	    top: 15px;
	    z-index: 99;
	    position: fixed;
	}
	.main-navigation li a {
		border-radius: 0;
	}
	.col-sm-6.navbar_main {
    	float: right;
    	padding: 0;
	}
	.col-sm-3.site-branding {
    	padding: 0;
	}
	.main-navigation li a,
	.home .main-navigation li a {
		color: #fff;
	}
	.tabs .sow-tabs-panel-container,
	.tabs .sow-tabs-tab-container {
		width: 100%;
	}
	.tabs .sow-tabs .sow-tabs-tab-container {
	    background-color: transparent;
	    padding: 0 50px !important;
	    position: relative;
	}
	.video-slider button.slick-arrow.slick-next {
		right: 0;
	}
	.video-slider button.slick-arrow {
		left: 0;
	}
	.about-us-sec .sow-image-container:after,
	.about-us-sec .sow-image-container:before {
		display: none;
	}
	.site-hedings.site-hedings-sub h3.sow-sub-headline {
		width: 90%;
	}
	.test-tabs {
    	padding: 40px 0 !important;
	}
	.col-sm-2.bb_client_logo {
	    width: 100%;
	    text-align: center;
	    margin: 0 0 20px;
	}
	.col-sm-2.bb_address, 
	.col-sm-2.bb_second_address {
    	width: 24%;
	}
	.col-sm-2.newsletter {
    	width: 28%;
	}
	.about-us-sec {
    	padding: 80px 15px 50px !important;
	}
	.wonderplugin-gridgallery-tags button.slick-arrow,
	.category button.slick-arrow,
	.tabs button.slick-arrow {
	    background: #240E70;
	    width: 40px;
	    height: 40px;
	    border-radius: 0;
	    position: absolute;
	    left: 0px;
	    top: 50%;
	    z-index: 9;
	    font-size: 0;
	    padding: 0;
	    margin: 0;
	    margin-top: -20px;
	}
	.wonderplugin-gridgallery-tags button.slick-arrow.slick-next,
	.category button.slick-arrow.slick-next,
	.tabs button.slick-arrow.slick-next {
		left: auto;
		right: 0;
	}
	.wonderplugin-gridgallery-tags button.slick-arrow:after,
	.category button.slick-arrow:after,
	.tabs button.slick-arrow:after {
	    position: absolute;
	    content: '';
	    background: url(images/caret.png) left top no-repeat;
	    width: 18px;
	    height: 31px;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	    margin-top: 4px;
	}
	.wonderplugin-gridgallery-tags button.slick-arrow.slick-next:after,
	.category button.slick-arrow.slick-next:after,
	.tabs button.slick-arrow.slick-next:after {
	    transform: translate(-50%, -50%) scaleX(-1);
	}
	.banner-img-inner {
	    min-height: 300px !important;
	    overflow: hidden;
	}
	.about-us-page h2.sow-headline {
    	padding: 0;
	}
	.about-us-content {
    	padding: 30px 15px 0 !important;
	}
	.ryt-img .panel-widget-style {
    	padding: 0 !important;
	}
	.ryt-img img.so-widget-image {
		width: 100%;
	}
	.video-about .sow-video-wrapper:before {
	    left: -60px;
	    top: -60px;
	    width: 400px;
	    height: 400px;
	}
	.double-heading {
    	padding: 40px !important;
	}
	.double-heading h2.sow-headline {
    	font-size: 30px !important;
	}
	.site-hedings.about-page-headings h3.sow-sub-headline {
		font-size: 16px;
	}
	.image-effect img.so-widget-image {
		width: 280px;
	}
	.image-a .sow-image-container:after {
		width: 200px;
		height: 200px;
		right: 0;
	    bottom: 0;
    	top: auto;
	}
	.image-effect .image-b img.so-widget-image {
	    width: 315px;
	    margin-right: 0px;
	}
	.image-b .sow-image-container:before {
	    width: 160px;
	    height: 160px;
	    left: 0;
	}
	.image-effect .so-panel.widget_sow-headline {
    	margin: 0 !important;
	}
	.ryt-img {
    	padding: 10px 15px 80px !important;
	}
	.blog-header h3.sow-sub-headline {
		width: 100%;
		padding: 0 15px;
	}
	.single-page-post-heading h1, 
	.blog-header h2.sow-headline {
	    font-weight: 700;
	    padding-top: 20px !important;
	    font-size: 30px !important;
	}
	.blog-header img.so-widget-image {
	    min-height: 300px;
	    object-fit: cover !important;
	}
	.site-hedings {
    	padding: 0 !important;
	}
	.wonderplugin-gridgallery-tag {
		margin-top: 20px !important;
	}
	.site-hedings h2.sow-headline {
		font-size: 30px !important;
	}
	.video-library {
    	padding: 30px 15px 0 !important;
	}
	.video-popup {
    	padding: 0 0 30px !important;
	}
	.banner-bg {
	    min-height: 300px !important;
	    background-size: cover !important;
	}
	/*body.page-template-template-contact {
		background-size: cover; 
	}*/
	body.page-template-template-contact .footer-bottom {
		background: #fff;
		float: left;
	}
	.four-box .four-box-single {
		margin: 0 10px 20px;
	}
	.branch a {
		font-size: 18px;
	}
	
	.post-img img {
	    min-height: 300px;
	    object-fit: cover;
	}
	.post-img h1.entry-title {
		font-size: 36px;
	}
	.post-img .container {
		top: 160px;
	}
	
}

@media (max-width: 800px) {
	body .wq-quiz.multiple .wq-question {
    	padding: 0;
	}
	body .wq_quizProgressBarCtr {
    	padding: 0 !important;
	}
	.post-img img {
	    min-height: 240px;
	}
	.banner h1.sow-headline {
	    width: 90%;
	    font-weight: 700;
	    font-size: 36px !important;
	}
	.banner {
    	padding: 120px 0;
	}
	.our-courses1 .col-sm-5, 
	.our-courses .col-sm-5 {
		float: left;
	}
	.col-sm-3.site-branding {
		display: inline-block;
		padding: 0 15px;
	}
	button.menu-toggle {
		right: 15px;
		top: -6px;
	}
	.accordian-home .panel-grid-cell {
	    padding: 0 !important;
	    margin: 0 !important;
	}
	.col-sm-2.bb_nav {
	    width: 16%;
	    float: left;
	}
	.col-sm-2.bb_address, .col-sm-2.bb_second_address {
	    width: 21%;
	    float: left;
	}
	.col-sm-2.newsletter {
	    width: 26%;
	    float: left;
	}
	.footer-bottom .col-sm-4 {
	    float: left;
	    width: 33.3%;
	}
	.footer-bottom ul li {
		padding: 0;	
	}
	.accordian-home {
    	padding: 0 15px 10px !important;
	}
	.video-slider-home {
    	padding: 50px 0 0 !important;
	}
	.main-navigation.toggled button.menu-toggle {
		right: 15px;	
	}
	.tabs button.slick-arrow.slick-next {
		right: 8px;
    	bottom: auto;
    	top: 50%;	
    	margin-top: -20px;
	}
	.tabs button.slick-arrow {
		left: 8px;
		opacity: 0.7;
		cursor: pointer;
		transform: inherit;
	}
	.tabs .sow-tabs-tab-container .sow-tabs-title {
		padding-left: 0px !important;
	}
	.tabs .sow-tabs-tab.sow-tabs-tab-selected {
		box-shadow: none; 
	}
	.site-branding img.custom-logo {
    	width: 180px;
	}
	.image-effect {
    	padding: 40px 15px !important;
	}
	.ryt-img {
    	padding-top: 10px !important;
	}
	.image-effect .so-panel.widget.widget_sow-image {
	    width: 500px;
	    margin: 0 auto;
	}
	.video-about .sow-video-wrapper:after {
		right: -50px;
	}
	.video-about .sow-video-wrapper:before {
	    left: -50px;
	    top: -60px;
	    width: 260px;
	    height: 260px;
	}
	.category .widget_categories ul {
		padding: 0 30px; 
	}
	.category ul li.cat-item a {
		letter-spacing: 1px;
		font-size: 12px;
		margin: 10px 0;
	}
	.wonderplugin-gridgallery-item-title {
	    font-size: 15px !important;
	}
	.wonderplugin-gridgallery-tag {
		letter-spacing: 0px;
	}
	
	article.post:nth-child(3n+2) {
    	margin: 0;
	}
	article.post:nth-child(2n+1) {
		margin-right: 2%;
		clear: left;
	}
	.blog .business-booster-footer-main {
    	margin: 50px 0 0;
	}
	.address-fileds h3 {
	    margin: 30px 0 20px;
	}
	.contact-us {
    	padding-top: 0px;
    	margin-bottom: -50px;
	}
	.our-courses1 .col-sm-7, 
	.our-courses .col-sm-7 {
		height: auto;
	}
	.course-sidebar {
		display: none;
	}
	.single-our_courses .col-sm-9 {
    	width: 100%;
	}
	.main-post-div h3 {
		margin: 40px 0 20px;
	}
	.four-box {
	    text-align: center;
	    margin: 120px 0 0 0;
	}
	.four-box .four-box-single a {
		font-size: 30px;
	}
	div#also-like-custom {
		margin: -240px 0 70px;
	}
	.single-our_courses .our-courses1 .col-sm-7, 
	.single-our_courses .our-courses .col-sm-7 {
    	height: 250px;
	}
	.single-page-post-heading, 
	.blog-header h2.widgettitle {
		top: 130px;
		left: 70px;
	}
	.our-courses1 .col-sm-7, .our-courses .col-sm-7 {
		height: 250px;
	}
	.post-img .container {
		display: none;	
	}
	.single.single-post article.post header.entry-header {
		display: block;
	}
	.single.single-post article.post:nth-child(2n+1) {
	    margin-right: 0;
	    clear: left;
	}
	.single.single-post article.post p {
    	font-size: 16px;
	}
}

@media (min-width: 768px) {
	.about-us-sec .sow-image-container {
	    position: relative;
	    margin-left: -40px;
	}
}

@media only screen and (min-width: 767px) and (max-width: 800px)  {
	.our-courses1 a, 
	.our-courses a {
		font-size: 20px;
	}
	.our-courses1 a + p, .our-courses a + p {
		margin: 0;
	}
}

@media (max-width: 768px) {
	article.post:nth-child(2n+1) {
		clear: left;
	}
	article.post:nth-child(3n+1) {
		clear: none;
	}
	.video-slider h3.widget-title {
		padding-right: 20px;
	}
}

@media (max-width: 767px) {
	.banner-heading-slide span {
		font-size: 24px !important;
	}
	.site-hedings.site-hedings-sub.about-sec-heading {
		margin-top: 0px;
	}
	.crellyslider>.cs-controls>.cs-previous {
		left: 10px !important;
	}
	.crellyslider>.cs-controls>.cs-next {
		right: 10px !important;
	}
	.banner-heading-slide {
    font-size: 20px !important;
    line-height: 1.3 !important;
    width: 75% !important;
    padding-left: 30px !important;
	}
	.crellyslider, .cs-slides li {
    min-height: 250px !important;
	}
	.main-post-div ol li, .main-post-div ul li {
		line-height: 1.4;
		padding-left: 20px;
	}
	.main-post-div ul li:before {
		margin-left: -25px;
	}
	.wonderplugin-gridgallery-tag {
		width: 49% !important;
	}
	.marque {
	    padding: 8px 0 5px;
	}
	.site-hedings.banner-quiz {
		min-height: 300px !important;
		object-fit: cover !important;
	}
	#about-course h3:nth-of-type(1) {
		top: -120px;
	}
	.single-our_courses .main-img img {
	    min-height: 220px;
	    object-fit: cover;
	}
	.sidebar-main .rpwwt-post-excerpt {
	    width: calc(100% - 150px);
	}
	.wq_singleQuestionWrapper .wq_continue button, 
	.wq_quizEmailCtr form button {
		font-size: 15px;
		font-weight: 400;
		margin: 30px 0 0px 0;
	}
	.quiz-question {
    	padding-bottom: 30px !important;
	}
}

@media (max-width: 600px) {
	.site-hedings.banner-quiz {
		min-height: 240px !important;
	}
	.quiz-heading {
	    padding-top: 20px !important;
	}
	body.single-post .rp4wp-related-posts ul>li {
		width: 100%;
	}
	.banner {
    	padding: 80px 15px !important;
	}
	.banner h1.sow-headline {
		font-size: 30px !important;
	}
	.site-hedings h2.sow-headline {
		font-size: 30px !important; 
	}
	.site-hedings h3.sow-sub-headline {
	    padding: 0;
	    margin: 0 !important;
	    width: 100% !important;
	}
	.our-courses1 .col-sm-5, 
	.our-courses .col-sm-5 {
	    width: 100%;
	    border-radius: 6px 6px 0 0;
	}
	.our-courses1 .col-sm-7, .our-courses .col-sm-7 {
	    width: 100%;
	    border-radius: 0 0px 6px 6px;
	    border-left: #DCDCDC solid 1px;
	    border-top: none;
	    padding: 20px;
	}
	.all-Courses-sec {
    	padding: 20px 0 0 !important;
	}

	.accordian-home .so-panel.widget.widget_sow-headline {
		margin: 0 0 10px !important;
	}
	.all-Courses-sec .so-panel.widget.widget_sow-headline {
    	margin: 0 0 30px !important;
	}
	.all-Courses-sec li:last-child .our-courses1 {
    	margin: 0;
	}
	.tabs .sow-tabs-tab-container .sow-tabs-tab:before {
		width: 130px;
	    height: 80px;
	    object-fit: cover !important;
	}
	.tabs .sow-tabs-tab-container .sow-tabs-title {
		width: calc(100% - 135px);
		padding-top: 0;
		padding-left: 0;
		font-size: 16px;
	}
	.tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title:after {
	    left: 135px;
	    top: 68px;
	    font-size: 12px;
	}
	.tabs .sow-tabs-panel-content img {
	    min-height: 400px;
	    object-fit: cover;
	}
	
	.sow-accordion-title {
		line-height: 1.5;
	}
	.tabs .sow-tabs-panel-content {
		min-height: auto;
	}
	.image-box .so-widget-sow-image h3 {
	    left: 30px;
	    top: 30px;
	    font-size: 30px;
	}
	.video-slider-home {
    	padding: 20px 0 0 !important;
	}
	.col-sm-2.bb_nav {
	    width: 50%;
	    float: left;
	}
	.col-sm-2.bb_address, 
	.col-sm-2.bb_second_address {
	    width: 50%;
	    float: left;
	}
	.col-sm-2.newsletter {
	    width: 100%;
	    float: left;
	}
	.business-booster-footer-main {
	    padding: 40px 0 20px;
	}
	.footer-bottom .col-sm-4 {
	    float: left;
	    width: 100%;
	    text-align: center;
	}
	.footer-bottom .social-media-button-container {
		text-align: center !important;
	}
	.footer-bottom ul li {
    	padding: 10px 5px;
	}
	.footer-bottom {
	    padding: 10px 0;
	}
	.video-slider button.slick-arrow {
		width: 40px;
		height: 40px;
	    margin-top: -20px;
	}
	.tabs .sow-tabs-tab-container .sow-tabs-tab {
		margin: 30px 0 !important;
	}
	.test-tabs .so-panel.widget.widget_sow-headline {
    	margin: 0 !important;
	}
	.about-us-page h2.sow-headline {
	    font-size: 24px !important;
	}
	.double-heading {
	    margin-top: -60px;
	    margin-bottom: -30px !important;
	}
	.archive .our-courses, 
	.page-template-courses .our-courses {
		width: 100%;
		padding: 0;
	}
	.category .business-booster-footer-main {
    	margin-top: 30px;
	}
	.blog-header img.so-widget-image {
	    min-height: 220px;
	    object-fit: cover !important;
	}
	.wonderplugin-gridgallery-tags {
    	padding: 0 30px;
	}
	.video-popup {
    	padding: 0 0px 0 !important;
	}
	
	article.post:nth-child(2n+1) {
		margin-right: 0px;
	}
	.blog article h2.entry-title {
    	min-height: 120px;
	}
	.blog span.byline {
		top: 90px;	
	}
	article.post:nth-child(3n+2) {
		margin: 0 0 15px;
	}
	.blog article.post h2.entry-title a {
	    font-size: 20px;
	    line-height: 1.3;
	    display: inline-block;
	}
	.our-courses1 a, 
	.our-courses a {
    	margin: 0 0 10px !important;
	}
	.our-courses1 .post-thumbnail a,
	.our-courses .post-thumbnail a {
		margin: 0 !important;
	}
	.test-tabs {
    	padding: 40px 0 10px !important;
	}
	.about-us-sec {
    	padding: 30px 15px 10px !important;
	}
	.archive .our-courses1 .col-sm-7, 
	.archive .our-courses .col-sm-7 {
		height: 230px;
	}
	.course-sidebar {
    	display: none;
	}
	.four-box .four-box-single {
        width: 100%;
    	margin: 0 0 30px;
	}
	.four-box .four-box-single a {
	    font-size: 24px;
	    margin-top: 30px;
	}
	.four-box .four-box-single {
		min-height: 240px;
	}
	.four-box .four-box-single.pdf-link a img {
		top: 40px;
	}
	blockquote {
		padding: 50px 30px;
		margin: 40px 10px 0 10px;
	}
	.branch {
	    margin: 0 0 30px;
	    width: 100%;
	}
	.main-post-div .addmission ul {
    	margin: 0;
	}
	a.admission-btn {
	    padding: 10px 15px;
	    margin: 0px 5px 30px 0;
	    font-size: 14px;
	    transform: translateY(345px);
	}
	div#also-like-custom {
    	margin: 0 0 30px;
	}
	.addmission {
		transform: translateY(-70px);
		-webkit-transform: translateY(-70px);
		-moz-transform: translateY(-70px);
	}
	.branch:after {
		right: 0;
		top: auto;
		width: 100%;
		height: 1px;
		bottom: -15px;
	}
}

@media (max-width: 599px) {
	.video-about .sow-video-wrapper:after,
	.video-about .sow-video-wrapper:before {
		display: none;
	}
	.image-effect .image-b img.so-widget-image {
	    width: 185px;
	}
	.image-b .sow-image-container:before {
	    width: 120px;
	    height: 120px;
	}
	.image-effect img.so-widget-image {
    	width: 200px;
	}
	.image-a .sow-image-container:after {
	    width: 110px;
	    height: 110px;
	    right: 0;
	    bottom: 0;
	    top: auto;
	    background-size: 50px;
	}
	.image-effect .so-panel.widget.widget_sow-image {
	    width: 320px;
	}
	.image-b .sow-image-container:before {
		background-size: 50px;
	}
	.video-about {
	    padding: 0 !important;
	    margin: -20px 0 0 !important;
	}
	.video-about .mejs-container {
		width: 100% !important;
	}
	.banner-img-inner {
	    min-height: 220px !important;
	}
	footer ul li a {
		margin: 0 0 10px;
	}
	.our-courses1 a, 
	.our-courses a {
		margin: 0 0 10px;
	}
	.archive .our-courses .col-sm-5 img, 
	.page-template-courses .our-courses .col-sm-5 img {
    	border-radius: 0 0 0 0;
	}
	.our-courses1 a.more-link, 
	.our-courses a.more-link {
		margin: 0 0 10px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.container {
    	width: 96%;
	}
	.sidebar-main span.rpwwt-post-title {
		width: 100%;
	}
	.sidebar-main .rpwwt-post-excerpt {
		margin-top: 0;
		width: 100%;
	}
	span.rpwwt-post-title {
		min-height: auto;
	}
}

l