/*
Theme Name: Onetone
Theme URI: https://www.mageewp.com/onetone-theme.html
Description: Onetone is a one-page business theme based on Bootstrap framework and coded with HTML5/CSS3. All required information are displayed on a single page with clear order according to users' preferences. The basic sections designed for business purpose have already been built for you, such as services, about, gallery, clients, etc. There's also an extensive admin panel where unlimited sections can be easily added. Multiple options are available if you prefer to do some adjustments, such as changing background, parallax scrolling background, video background, Font Awesome Icons, uploading logo and  favicon,adding custom CSS and so on. The theme is also responsive, clean, and SEO optimized. Please note that with our updation, interface of your blog can grow up with futher more diversities.
Version: 2.0.3
Author: MageeWP
Author URI: https://www.mageewp.com
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, custom-background, custom-header, custom-menu, theme-options, left-sidebar, translation-ready, editor-style, featured-images, full-width-template, rtl-language-support, custom-colors, threaded-comments, buddypress, post-formats
Text Domain: onetone

OneTone Wordpress Theme has been created by Mageewp.com, Copyright 2016 Mageewp.com.
OneTone Wordpress theme is released under the terms of GNU GPL.
*/

/*
 * 0.0 Reset
 * Reset CSS by Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 */
.toggle-new-menu{display:none;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section, 
div{
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;	
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #555;
	font-family: 'selfFont', 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	outline: none;
}

input:invalid {
	box-shadow: none;
}

body {
	background: #fff;
}

a {
	color: #963;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
	color: #963;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	margin: 6px 0 12px;
	color: inherit;
}

h1 {
	font-size: 36px;
	line-height: 1.1;
}

h2 {
	font-size: 30px;
	line-height: 1.1;
}

h3 {
	font-size: 24px;
	line-height: 1.1;
}

h4 {
	font-size: 20px;
	line-height: 1.1;
}

h5 {
	font-size: 18px;
	line-height: 1.1;
}

h6 {
	font-size: 16px;
	line-height: 1;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	color: #963;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #963;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote {
	border: 0;
	position: relative;
	font-family: Georgia, serif;
}

blockquote p {
	padding: 20px 0 0 48px;
}

blockquote p:before {
	content: "\201C";
	display: block;
	font-size: 84px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
}

blockquote footer {
	padding-left: 20px;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

.item img{
	width:100%;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	/*border: 1px solid rgba(0, 0, 0, 0.1);*/
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	/*margin-bottom: 24px;*/
	width: 100%;
}

th,
td {
	padding: 6px;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

::selection {
	background: #963;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #963;
	color: #fff;
	text-shadow: none;
}

:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease;
}

.required {
	color: #F00;
}

.clear {
	clear: both;
}

nav li {
	list-style-type: none;
}

/*
 * 0.1 WordPress CSS
 */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    border-radius: 10px;
    border: 2px solid #7a1d03;
    padding: 4px;
    background: #f5f5f5;
    box-shadow: 1px -1px 8px 8px rgba(210, 210, 210, 0.4);
    overflow: hidden;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 15px 13px 20px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* 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. */
}

.sticky {

}

.gallery-caption {

}

.bypostauthor {

}

/*
 * 1.0 General
 */

body {
	position: relative;
}

.wrapper {
	position: relative;
}

.container-fullwidth {
	width: 100%;
	overflow: hidden;
}

.container .container {
	width: 100%;
}
/*
.container-fullwidth .row .row {
	margin-left: 0;
	margin-right: 0;
}
*/
.move-to-top {
	position: fixed;
}

/*
 * 2.0 Top bar
 */

.top-bar {
	background-color: #eee;
	font-size: .85em;
	line-height:30px;
	display:none;
}

.top-bar-left {
	float: left;
}

.top-bar-right {
	float: right;
}

.top-bar-info {
	color: inherit;

}

ul.top-bar-sns {
	margin: 0;
	overflow: hidden;
}

.top-bar-sns li {
	list-style-type: none;
	float: left;
}

.top-bar-left .top-bar-sns li {
	margin-right: 10px;
}

.top-bar-right .top-bar-sns li {
	margin-left: 10px;
}

.top-bar-sns li a {
	color: ;
}

.top-bar-menu ul {
	margin: 0;
	overflow: hidden;
}

.top-bar-menu li {
	list-style-type: none;
	float: left;
}

.top-bar-menu li + li {
	border-left: 1px solid rgba(255,255,255,.5); /*optional*/
}

.top-bar-left .top-bar-menu li {
	margin-right: 10px;
	padding-right: 10px;
}

.top-bar-right .top-bar-menu li {
	margin-left: 10px;
	padding-left: 10px;
}

.top-bar-menu li a {
	color: ;
}

/*
 * 2.1 Header logo
 */

img.site-logo {
	float: left;
	height: 50px;
}

.name-box {
	float: left;
	display: none; /*optional*/
}

.site-logo {
	margin: 10px 10px 10px 0;
}

.site-name {
	margin: 0 0 2px 0;
	color: #595959;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin-top: 10px;
}

.name-box a {
	text-decoration: none;
}

.site-tagline {
	color: #595959;
}
.retina_logo{
	display:none;
	}

/*
 * 2.2 Header Search
 */

.wrapper .search-form {
	display: none;
	position: absolute;
	overflow: hidden;
	top: 100%; right: 0;
	width: 130px;
	margin-top: 5px;
	background-color: transparent;
	z-index: 99999;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.wrapper .search-form input[type="text"] {
	border: none;
	float: left;
	width: 100%;
	margin-right: -30px;
	padding: 5px 35px 6px 10px;
	background: none;
}

.wrapper .search-form input[type="submit"] {
	background: url(images/search.png) center no-repeat;
	float: right;
	border: none;
	width: 30px;
	height: 30px;
}

/*
 * 2.3 Header navigation
 */

.site-nav-toggle {
	display: block;
	float: right;
	margin-top: 20px;
	background-color: transparent;
	border: none;
	color: #ccc;
}

.overlay .main-header .site-nav-toggle {
	color: #fff;
}

.site-nav {
	display: none;
	margin-top: 0;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
}

.site-nav ul {
	margin: 0;
	background-color: #000;
}
.site-nav ul {
	opacity:.9;	
}

@media (min-width: 920px) {
    .site-nav ul {
	opacity:1;	
  }
}

.site-nav li ul {
    margin-left: 0;
}

.site-nav li {
	position: relative;
}

.site-nav > ul > li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	padding: 0 15px;
	text-decoration: none;
	blr:expression_r(this.onFocus=this.blur());
	outline:none;
}

.site-nav > ul > li + li a {
	border-color: rgba(255,255,255,.2);
}

/*For onepage*/
.site-nav > ul > li.current > a {
    color: #963;
}

.menu-dropdown-icon {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	width: 40px;
  	text-align: center;
  	cursor: pointer;
}

.site-nav li ul {
	display: none;
}

.site-nav li li a:before {
	content: "-";
	margin: 0 3px 0 10px;
}

.site-nav li li li a:before {
	content: "--";
	margin: 0 3px 0 20px;
}

.site-nav li li li li a:before {
	content: "---";
	margin: 0 3px 0 30px;
}
.site-nav > ul > li > a,
.fxd-header .site-nav > ul > li > a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
@media (min-width: 920px) {
	.site-nav-toggle {
		display: none;
	}

	.menu-dropdown-icon {
		display: none;
	}

	.site-nav {
		display: block;
		margin: 0;
		width: auto;
		position: static;
	}

	.site-nav > ul {
		background-color: transparent;
		float: left;
	}

	.site-nav > ul > li {
		float: left;
		position: relative;
	}

	.site-nav > ul > li + li {
		margin-left: 35px;
	}

	.site-nav > ul > li > a {
		display: block;
		line-height: 70px;
		padding: 0;
		background-color: transparent;
		border-bottom: 0 solid transparent;
		border-top: 0 solid transparent;
		color: #fff;
	}

	.overlay .main-header .site-nav > ul > li > a {
		color: #fff;
	}

	.site-nav > ul > li:hover > a {
		border-color: #963;
	}

	.site-nav > ul > li > a:hover {
		background-color: transparent;
		color: #963;
	}

	.site-nav li > ul {
		display: none;
		position: absolute;
		z-index: 9;
		left: 0;
		top: 100%;
		background-color: #000;
		width: 150px;
	}

	.site-nav li li > ul {
		left: 100%;
		top: 0;
	}

	.site-nav li:hover > ul {
		display: block;
	}

	.site-nav li li a:before {
		display: none;
	}

	.site-nav li li li a:before {
		display: none;
	}

}

ul.onetone-dots {
    margin: 0;
    position: fixed;
    right: 20px;
    top: 30%;
	z-index: 999999;
}

.onetone-dots li {
    list-style-type: none;
    margin: 10px 0;
}

.onetone-dots li a {
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 100%;
	text-indent:-99999px;
}

.onetone-dots li a:focus {
  outline:none;
}

.onetone-dots li.active a,
.onetone-dots li.current a,
.onetone-dots li a:hover {
    background-color: #fff;
}

/*
 * 2.4 Top Wrap
 */

.top-wrap {
	position: relative;
}

/*
 * 2.5 Main header
 */

.header-wrap {
	position: relative;
	z-index: 999;
}

.main-header {
	background-color: #000;
	background-image:;
	color: #555;
	width: 100%;
	border-bottom: 1px solid transparent;
	box-shadow: 1px 1px 5px 0 rgba(100,100,100,.2);

}
header.overlay .main-header{
	box-shadow:none;
	}
.header-wrap.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.header-wrap.overlay .main-header {
	background-color: transparent;
}

.slider-above-header .header-wrap.overlay {
	top: auto;
	bottom: 0;
}

.logo-left .logo-box {
	float: left;
	text-align: left;
}

.logo-left .site-nav {
	clear: right;
	float: right;
}

.logo-right .logo-box {
	float: right;
	text-align: right;
}

.logo-right .site-nav {
	clear: left;
	float: left;
}

@media screen and (min-width: 920px) {
	.logo-center {
		text-align: center;
	}

	.logo-center .logo-box {
		float: none;
		text-align: center;
		margin: 10px 0;
	}

	.logo-center .site-logo {
		float: none;
		margin: 0;
	}

	.logo-center .site-nav ul {
		float: none;
	}

	.logo-center .site-nav > ul > li {
		float: none;
		display: inline-block;
	}
}

.fixed-header .main-header {
	display:none;
}

/*
 * 2.5 Fixed header
 */

.fxd-header {
	background-color: rgba(0,0,0,.7);
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	display: none;
	z-index: 2;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.header-wrap.logo-center .fxd-header .logo-box {
	display: none;
}

/*
 * 2.6 Side header
 */

@media screen and (min-width: 920px) {
	.side-header .container {
		width: 100%;
	}

	.side-header .header-wrap .container {
		padding-left: 0;
		padding-right: 0;
	}

	.side-header .header-wrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 320px;
	}

	.side-header-right .header-wrap {
		left: auto;
		right: 0;
	}

	.side-header .wrapper {
		padding-left: 320px;
	}

	.side-header-right .wrapper {
		padding-right: 320px;
		padding-left: 0;
	}

	.side-header .site-nav > ul > li {
		display: block;
	}

	.side-header .site-nav > ul > li + li {
		margin-left: 0;
	}

	.side-header .site-nav li ul {
		left: 100%;
		top: 0;
	}

	.side-header-right .site-nav li ul {
		left: auto;
		right: 100%;
	}

	.side-header .site-nav > ul > li a {
		border-bottom-width: 0;
		border-right: 2px solid rgba(0, 0, 0, 0);
		border-bottom: 1px solid #f5f5f5;
	}

	.side-header .site-nav > ul > li a {
		border-bottom-width: 0;
		border-right-width: 0;
		border-left: 2px solid rgba(0, 0, 0, 0);
	}

	.side-header .site-nav > ul > li:first-child a {
		border-top: 1px solid #f5f5f5;
	}

	.side-header .site-nav > ul > li:hover > a {
		border-right-color: #963;
	}

	.side-header-right .site-nav > ul > li:hover > a {
		border-left-color: #963;
	}
}

/*
 * 2.6 Mega Menu
 */

header .container {
    position: relative;
}

@media screen and (min-width:920px) {
	.site-nav > ul > li.menu_column {
	    position: static;
	}

	.site-nav > ul > li.menu_column > ul {
	    width:100%!important;
	    padding: 20px 0;
	}

	.site-nav > ul > li.menu_column > ul > li.col-md-2,
	.site-nav > ul > li.menu_column > ul > li.col-md-1_5,
	.site-nav > ul > li.menu_column > ul > li.col-md-3,
	.site-nav > ul > li.menu_column > ul > li.col-md-4,
	.site-nav > ul > li.menu_column > ul > li.col-md-6 {
	    float:left;
	}

	.site-nav > ul > li.menu_column > ul > li > ul {
	    display: block;
	    position: static;
	    top: 0; left: 0;
	    width: 100%;
	}

	.site-nav li ul li + li > a {
		border-top: 1px solid rgba(255,255,255,.2);
	}

	.site-nav > ul > li.menu_column > ul > li + li > a {
		border-top: none;
	}

	.side-header .site-nav > ul > li.menu_column {
	    position: relative;
	}

	.side-header .site-nav > ul > li.menu_column > ul {
	    width: 600px;
	}
	
    li.hide-text > a > span.menu-item-label {
		display:none!important;
	}
}

.menu_icon {
    margin-right: 5px;
}

/*
 * 3.0 Footer
 */

footer {
	color: #fff;
	font-size: 12px;
	z-index: 2;
	position: relative;
}

footer a {
	color: #c5c7c9;
}

.footer-widget-area {
	background-color: #252525;
	padding: 60px 0 40px;
}

.footer-widget-area .widget-title {
	color: #fff;
}

.footer-widget-area .widget-search {
	border-color: #fff;
	max-width: 180px;
}

.footer-widget-area .widget-sns i {
	color: #fff;
	border-color: #fff;
}

.footer-widget-area .widget-sns i:hover {
	background-color: #fff;
	color: #19cbcf;
}

.footer-info-area {
	padding: 20px 0;
	background-color: #000;
}

ul.footer-sns {
	display: inline-block;
	font-size: 20px;
	margin-left: 0;
	margin-bottom: 10px;
}

.footer-sns li {
	float: left;
	list-style-type: none;
	margin: 0 5px;
}

.footer-sns li a {
	display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
}

ul.footer-links {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 10px;
}

.footer-links li {
	float: left;
	list-style-type: none;
}

.footer-links li + li::before {
	content: "\/";
}
.site-social ul {
    margin: 0;
    overflow: hidden;
}

.site-social li {
    list-style-type: none;
    display: inline-block;
}

.site-social li a {
    display: block;
    margin-left: 1em;
}

/*
 * 4.0 Page title bar
 */

.page-title-bar {
	border-top:1px solid transparent;
	border-bottom: 1px solid transparent;
	padding: 20px 0;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #f5f5f5;
}

.page-title h1 {
	font-size: 18px;
	line-height: 1;
	margin: 0;
}

.page-title h3 {
	margin: 15px 0 0;
	line-height: 1;
	font-size: 20px;
}

ol.breadcrumb-nav {
	margin: 0;
	line-height: 65px;
}

.no-subtitle ol.breadcrumb-nav {
	line-height: 30px;
}

.breadcrumb-nav li {
	list-style-type: none;
	display: inline-block;
}

.breadcrumb-nav li + li {
	margin-left: 5px;
}

.breadcrumb-nav > li + li:before {
	content: "\/";
	margin-right: 5px;
}

.breadcrumb-nav a {
	color: #a0a0a0;
}

.breadcrumb-nav a:hover {
	color: #963;
}

.title-left .page-title {
	float: left;
}

.title-left .breadcrumb-nav {
	float: right;
}

.title-center .container {
	text-align: center;
}

.title-center .page-title {
	margin-bottom: 5px;
}

.title-center ol.breadcrumb-nav {
	line-height: 30px;
}

.title-right .page-title {
	float: right;
	text-align: right;
}

.title-right .breadcrumb-nav {
	float: left;
}


/*
 * 5.0 Blog Columns
 */

.right-aside .col-aside-left {
	display: none;
}

.left-aside .col-aside-right {
	display: none;
}

.no-aside .col-aside-left,
.no-aside .col-aside-right {
	display: none;
}

.col-main,
.col-aside-left,
.col-aside-right {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}



@media (min-width: 992px) {
	.col-main,
	.col-aside-left,
	.col-aside-right {
		float: left;
		padding-top: 0;
		padding-bottom: 0;
	}
	.no-aside .col-main {
		width: 100%;
	}
	.left-aside .col-main,
	.right-aside .col-main {
		width: 75%;
	}
	.both-aside .col-main {
		width: 60%;
	}
	.left-aside .col-aside-left,
	.right-aside .col-aside-right {
		width: 25%;
	}
	.both-aside .col-aside-left {
		width: 20%;
	}
	.both-aside .col-aside-right {
		width: 20%;
	}
	.left-aside .col-main {
		left: 25%; /*.left-aside .col-aside-left width*/
	}
	.left-aside .col-aside-left {
		right: 75%; /*.left-aside .col-aside-main width*/
	}
	.both-aside .col-main {
		left: 20%; /*.both-aside .col-aside-left width*/
	}
	.both-aside .col-aside-left {
		right: 60%; /*.both-aside .col-aside-main width*/
	}
}

/*
 * 5.1 Blog Detail
 */

.entry-summary img,
.entry-content img {
	max-width: 100%;
}

.post-inner, .page-inner {
	padding: 50px 0;
	background-color: #fff;
}

.entry-header {
	margin-bottom: 5px;
}

.feature-img-box .img-box,
.feature-img-box img {
   /* width: 100%; */
}

.feature-img-box,
.feature-img-box {
	margin-bottom: 20px;
}

.no-text .feature-img-box {
	margin-bottom: 0;
}

.entry-title,.entry-title a{
	font-family: 'Yanone Kaffeesatz',sans-serif;
	font-size: 36px;
	font-weight: 400;
	/* text-transform: uppercase; */
	color: #fff;
	margin: 0 0 10px;
}
/*.our_teams,.entry-title, .entry-title a { color:#000000!important;}*/

/* change 26-07-2017*/
.entry-title, .entry-title a:hover {color:ff6600;}
/* change 26-07-2017*/
.entry-meta,
.entry-more {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}

.entry-meta li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
}

.entry-meta i {
	margin-right: 5px;
}

.entry-meta a,
.entry-footer a {
	font-style: italic;
	color: #a0a0a0;
}

.entry-meta a:hover,
.entry-footer a:hover {
	color: #963;
}

.entry-footer {
	margin: 20px 0;
	overflow: hidden;
	/*border: 0 dashed #ccc;
	border-top-width: 1px;
	border-bottom-width: 1px;*/
}

.entry-box .entry-footer {
	border: 0;
}

.type-page .entry-footer {
    display: none;
}

.entry-more {
	
}

.entry-tags {
	margin: 10px 0;
}

.entry-tags li {
	display: inline-block;
	list-style-type: none;
}

.entry-tags li a {
	
}

.entry-tags li+li:before {
	content: ", ";
}

.post-attributes h3 {
	font-size: 16px;
	margin-top: 40px;
}

.post-attributes h3 {
	font-family: 'Yanone Kaffeesatz',sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #666;
	margin: 40px 0 10px;
}

.post-attributes a {
	color: #a0a0a0;
}

.post-attributes a:hover {
	color: #963;
}

.about-author {
	overflow: hidden;
}

.author-avatar {
	float: left;
	margin: 0 20px 5px 0;
}

.post-pagination {
	border: 0 dashed #ccc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-top: 50px;
}

.post-pagination ul {
	margin: 10px 0;
}

.post-pagination li {
	list-style-type: none;
	display: inline-block;
}

.post-pagination li a {
	
}

.post-pagination li a:hover {
	border-color: #963;
}

.post-list-pagination {
	text-align: center;
}

.post-list-pagination ul {
	margin: 10px 0;
}

.post-list-pagination li {
	list-style-type: none;
	display: inline-block;
}

.post-list-pagination i,
.post-list-pagination span,
.post-list-pagination a {
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
}

.post-pagination a,
.post-list-pagination a {
	color: #a0a0a0;
}

.post-pagination a:hover,
.post-list-pagination a:hover {
	color: #963;
}

.page-numbers {
    padding: 0 5px;
}

/*
 * 5.2 Blog Grid box
 */

.post-grid-box .img-caption {
	background-color: #fff;
	padding: 10px 0;
}

.post-grid-box .img-caption a h4,
.portfolio-box a h4 {
	margin: 0 0 10px;
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
}


/*
 * 5.3 Comments
 */

ul.comments-list {
	margin-left: 0;
}

.comments-list li {
	list-style-type:none;
}

.media-comment {
	margin-top: 30px;
	position: relative;
	overflow: visible;
	width: 100%;
	display: table!important;
}

.media-avatar {
    width: 60px;
    min-width: 60px;
}

.media-avatar img {
    border-radius:50%;
    border: 3px solid #fff;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
}

.media-comment .media-heading {
	font-size: 14px;
}

.form-control,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
}

.form-control:focus,
select:focus,
input:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #963;
    box-shadow: none;
}

.comment-reply-link {
	float: right;
	margin-right: 5px;
}

.comment-edit-link,
.comment-reply-link {
	font-style: italic;
	text-transform: uppercase;
}

.form-submit .submit {
	color: #fff;
	background-color: #000;
	width: 100%;
	border: none;
	padding: 8px 20px;
	border-radius: 0;
	display: inline-block;
	text-align: center;
}

.form-control,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border: 1px solid #666;
    padding: 5px;
    background-color: transparent;
}

input[type="submit"] {
    border: 1px solid #666;
    background-color: transparent;
    padding: 5px;
}

/*
 * 5.4 Blog List Style
 */

a .entry-title:hover {
	color: #963;
}

.entry-box {
	margin-bottom: 50px;
}

.blog-list-wrap.blog-grid .entry-box-wrap {
	width: 100%;
	display: inline-block;
	padding: 0 15px;
	float: left;
}

@media screen and (min-width: 768px) {
	.blog-list-wrap.blog-grid .entry-box-wrap {
		width: 50%;
	}
}

@media screen and (min-width: 992px) {
	.no-aside .blog-list-wrap.blog-grid .entry-box-wrap {
		width: 33.333333333333%;
	}
}

.blog-list-wrap.blog-grid .entry-box {
	border: 1px solid #ccc;
	padding: 1px;
	background-color: #fff;
	margin-bottom: 30px;
}

.blog-list-wrap.blog-grid .entry-main {
	padding: 10px 20px;
}

.blog-list-wrap.blog-aside-image .entry-main {
	margin-top: 0;
}

.blog-list-wrap.blog-aside-image .entry-footer {
	margin: 10px 0;
}

.blog-timeline-icon {
	font-size: 60px;
	color: #ccc;
}

.blog-timeline-inner {
	position: relative;
}

.blog-timeline-line {
	position: absolute;
	top: 0;
	left: 30px;
	margin-left: -1px;
	height: 100%;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.blog-list-wrap.blog-timeline .entry-box-wrap {
	width: 100%;
	position: relative;
	padding-left: 60px;
}

.blog-list-wrap.blog-timeline .entry-box-wrap:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e5e5e5;
	top: 55px;
	left: 25px;
}

.blog-list-wrap.blog-timeline .entry-box {
	border: 1px solid #ccc;
	padding: 1px;
	background-color: #fff;
	position: relative;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
}

.blog-list-wrap.blog-timeline .entry-box:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	top: 50px;
}

.blog-list-wrap.blog-timeline .entry-box:before {
	border-right-color: #ccc;
	left: 0;
	margin-left: -21px;
}

.blog-list-wrap.blog-timeline .entry-box:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	top: 51px;
}

.blog-list-wrap.blog-timeline .entry-box:after {
	border-right-color: #fff;
	left: 0;
	margin-left: -18px;
}

.blog-list-wrap.blog-timeline .entry-main {
	padding: 10px 20px;
}

.blog-timeline-loading {
	margin: 20px 0;
}

@media screen and (min-width: 768px) {
	.blog-timeline-icon {
		text-align: center;
	}
	.blog-timeline-line {
		left: 50%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap {
		width: 50%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-left {
		float: left;
		padding-right: 10%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-left:after {
		right: 0;
		margin-right: -5px;
		left: auto;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-right {
		float: right;
		padding-left: 10%;
	}
	.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-right:after {
		left: 0;
		margin-left: -5px;
	}
	.blog-list-wrap.blog-timeline .timeline-left .entry-box:before {
		border-left-color: #ccc;
		border-right-color: transparent;
		left: auto;
		right: 0;
		margin-right: -21px;
		margin-left: 0;
	}
	.blog-list-wrap.blog-timeline .timeline-left .entry-box:after {
		border-left-color: #fff;
		border-right-color: transparent;
		left: auto;
		right: 0;
		margin-right: -18px;
	}
}

/*
 * 6.0 Portfolio Detail
 */

.post-slider {
	margin-bottom: 20px;
}

#related-portfolio .owl-item {
	padding: 0 8px;
}

#related-portfolio .entry-title {
	font-size:16px;
}

/*
 * 6.1 Portfolio List
 */

 .portfolio-list-wrap {
	margin: 0 -15px;
}

.portfolio-list-wrap.no-text .portfolio-box .entry-main {
	display: none;
}

.portfolio-box-wrap {
	float: left;
	padding: 0 15px 15px;
	margin-bottom: 30px;
}

.portfolio-list-wrap.full-width {
	margin: 0;
}

.portfolio-list-wrap.full-width .portfolio-box-wrap {
	padding: 0;
	margin-bottom: 0;
}

/*
 * 7.0 Widget
 */

.widget-box {
	margin-bottom: 36px;
	overflow: hidden;
	font-size: 12px;
}

.widget-title {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}

.widget-box ul {
	margin-left: 0;
}

.widget-box ul ul {
	margin-left: 10px;
}

.widget-box li {
	overflow: hidden;
	list-style-type: none;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.widget-box > ul > li,
.widget-post > ul > li {

}

.widget-box a {
	color: #a0a0a0;
}

.widget-box a:hover {
	color: #963;
}


.widget_search .search-form {
	border: 1px solid #ccc;
	padding: 4px;
	overflow: hidden;
	width: 100%;
	display: block;
	position: static;
}

.widget_search .search-form div {
    position:relative;
}

.widget_search .search-form div:before {
    position:absolute;
    top:0; right:0;
    font: normal normal normal 16px/28px 'FontAwesome';
    content: "\f002";
}

.widget_search form.search-form input[type="text"] {
	border: none;
	float: left;
	width: 100%;
	margin-right: -25px;
	padding-right: 25px;
	background-color: transparent;
	color: inherit;
}

.widget_search form.search-form input[type="submit"] {
	background: none;
	float: right;
	border: none;
	width: 20px;
	height: 20px;
	position:relative;
	z-index:2;
}

.widget-box .widget-img {
	float: left;
	margin-right: 15px;
}

.widget-box .widget-img img {
	width: 60px;
	margin-top: 3px;
}

.widget-project img {
	border: 1px solid #eee;
}

.widget-project .row {
	margin-left: -2px;
	margin-right: -2px;
}

.widget-project [class*='col-xs'] {
    padding: 2px;
}

.widget_recent_posts li {
	clear: left;
}

.widget_recent_posts li,
.widget_contact_info li,
.widget_text li {
	background: none;
	padding-left: 0;
}

.widget-post li {
	list-style-type: none;
	margin-bottom: 15px;
}

.widget-post img {
	display: block;
	float: left;
	width: 20%;
	margin-right: 3%;
	border-radius: 5px;
}

.widget-post .widget-post-box {
	float: left;
	width: 75%;
	margin-top: -5px;
}

.widget-post .widget-post-box.no-img {
	width: 100%;
}

.widget_nav_menu ul {
    margin: 0;
}

.widget_nav_menu li {
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

.widget_nav_menu li a {
    display: block;
    border-style: solid;
    border-color: #e5e5e5;
    border-bottom-width: 1px;
    border-right-width: 1px;
    margin: 0;
    padding: 10px;
    background-color:#fafafa;
}

.widget_nav_menu li li a {
    padding-left: 20px;
}

.widget_nav_menu li li li a {
    padding-left: 30px;
}

.widget_nav_menu {
    border-top: 1px solid #e5e5e5;
}

.widget_nav_menu li.current-menu-item a {
    border-right: 2px solid #963;
}

#wp-calendar td,.widget #wp-calendar th {
	text-align: center;
}

#wp-calendar #today {
	background: #f5f5f5;
}

/*
 * 8.0 Gallery
 */

.gallery {
	margin-bottom: 1.6em;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}

.gallery-item {
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	margin-top: 0!important;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item img {
    border: 0!important;
}

.gallery.gallery-size-full {
	margin-left: 0;
	margin-right: 0;
}

.gallery-size-full .gallery-item {
	padding: 0;
	margin-bottom: 0;
}

.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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	margin-top: 10px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

section.section{
	position:relative;
	

}

.onetone-parallax {
	background-attachment: fixed !important;
	background-position: 50% 0;
	background-repeat: repeat;
}

/*
 * 9.0 Video Background
 */

#video-controls {
    width: 333px;
	display:none;
}

#video-controls i.fa{
	font-size:20px;
	vertical-align: middle;
}

#video-controls i.fa-volume-up {
	font-size:22px;
}

#video-controls i.fa-volume-off {
	font-size:25px;
}

.black-65 {
    color: #FFFFFF;
    margin: 24px 0;
    padding: 4px 12px;
	left: 20px;
	bottom: 0;
	position: absolute;
	z-index:999;
}

.home-wrapper ,.home-container {
	position: relative;
	/*z-index: 3;*/
}
section.video-section .home-container {
	z-index: 3;
}

#tubular-container {
   position: absolute!important;
}

#big-video-wrap {
	/*z-index:1;*/
}
.homepage .page-inner {
    background-color: transparent;
}
.noticefailed {
	color: #FF0000 !important;
}
.section-banner-icon{
	margin-bottom:30px;
	}

/*
 *  10.0 Back to Top
 */ 

#back-to-top {
	position:fixed;
	right:10px;
	bottom:10px;
	background:rgba(255,255,255,0.2);
	font-size:20px;
	padding:5px;
	border-radius:5px;
	display:none;
	z-index:999;
}

.owl-item .inner {
	padding: 20px; 
}

/*
 *  10.1 Onetone Owl Slider
 */ 

.onetone-owl-slider {
    position: relative;
}

.owl-theme .owl-controls {
    height: 0;
    margin: 0!important;
    position:static;
}

.owl-prev,
.owl-next {
    display:block!important;
    position:absolute;
    content:'';
    font-size:0;
    color: #fff;
    opacity: .3;
    bottom:50%;
    margin-bottom: -48px;
    padding: 40px 10px;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: .5;
}

.owl-prev {
    left: 10px;
}

.owl-prev:before,
.owl-next:before {
    font: normal normal normal 16px/1 'FontAwesome';
}

.owl-prev:before {
    content: "\f053";
}

.owl-next {
    right:10px;
}

.owl-next:before {
    content: "\f054";
}

.owl-dots {
    position:absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 10px;
    display: inline-block;
    margin: 3px;
   /* border: 2px solid rgba(255,255,255,1);*/
	border: 2px solid rgba(155,27,3);
}

.owl-dot.active {
    background-color: #9b1b03;
}

#onetone-owl-slider .owl-item .item .inner {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
}

.owl-item .inner {
	padding: 20px; 
}

#onetone-owl-slider .owl-item .item > img {
    width:100%;
}

.onetone-owl-slider {
    position: relative;
}

.owl-theme .owl-controls {
    height: 0;
    margin: 0!important;
    position:static;
}

.owl-prev,
.owl-next {
    display:block!important;
    position:absolute;
    content:'';
    font-size:0;
    color: #fff;
    opacity: 0;
    bottom:50%;
    margin-bottom: -48px;
    padding: 40px 10px;
    transition: .3s;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    opacity: 1;
}

.owl-prev {
    left: 10px;
}

.owl-prev:before,
.owl-next:before {
    
}

.owl-prev:before {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    border: 0 solid #9b1b03;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(45deg);
}

.owl-next {
    right:10px;
}

.owl-next:before {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    border: 0 solid #9b1b03;
    border-width: 3px 3px 0 0;
    -webkit-transform: rotate(45deg);
}

.owl-dots {
    position:absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 10px;
    display: inline-block;
    margin: 2px;
    /*border: 2px solid rgba(255,255,255,1);*/
	border: 2px solid rgba(155,27,3);
}

.owl-dot.active {
    background-color: #9b1b03;
}

#onetone-owl-slider .owl-item .item .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
}

.owl-item .inner {
    padding: 20px; 
}

#onetone-owl-slider .owl-item .item > img {
    width:100%;
}

#onetone-owl-slider .owl-item .item .inner {
    padding: 0;
}

#onetone-owl-slider .owl-item .item .inner .caption {
    display: table;
    width: 100%;
    height: 100%;
}

#onetone-owl-slider .owl-item .item .inner .caption-inner {
    display: table-cell;
    vertical-align: middle;
}

#onetone-owl-slider .btn {
    border-radius: 0;
    border: 2px solid #fff;
    display: inline-block;
    margin-top: 10px;
}

@media only screen and (max-width: 480px) {
	section.homepage-slider .inner {
		padding-top: 10px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 12px;
		width: 100%;
		margin: 0 auto;
	}
	#onetone-owl-slider .owl-dots {
		display:none !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
	section.homepage-slider .inner {
		padding-top: 30px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 12px;
		width: 100%;
		margin: 0 auto 10px;
	}
	#onetone-owl-slider .owl-dots {
		display:none !important;
	}
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
	section.homepage-slider .inner {
		padding-top: 50px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 14px;
		width: 80%;
		margin: 0 auto 10px;
	}

	#onetone-owl-slider .owl-dots {
		display:none !important;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
	section.homepage-slider .inner {
		padding-top: 100px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 14px;
		width: 80%;
		margin: 0 auto 10px;
	}
}
/*
 * 11.0 bbPress
 */

.bbp-breadcrumb {
	display: none;
}

.bbp-search-form {
	margin-bottom: 10px;
}

#bbp-search-form {
	border: 1px solid #ccc;
	padding: 8px;
	overflow: hidden;
	width: 100%;
}

#bbp-search-form div {
    position:relative;
}

#bbp-search-form div:before {
    position:absolute;
    top:0; right:0;
    font: normal normal normal 18px/20px 'FontAwesome';
    content: "\f002";
}

#bbp-search-form input[type="text"] {
	border: none;
	float: left;
	width: 100%;
	margin-right: -25px;
	padding-right: 25px;
	background-color: transparent;
	color: inherit;
}

#bbp-search-form input[type="submit"] {
	background-color: transparent;
	float: right;
	border: none;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	position:relative;
	z-index:2;
}

#bbp-search-form input[type="submit"]:before {
    content: "\f002";
}

#bbp_topic_title,
.wp-editor-container,
#bbp_topic_tags {
    border: 1px solid #ccc;
}

#bbp_topic_submit,
#bbp_reply_submit {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 5px 20px;
}

#bbp_topic_title,
#bbp_topic_content,
#bbp_topic_tags,
#bbp_topic_status_select,
#bbp_stick_topic_select {
    padding: 3px;
}

/*
 * 12.0 Post Format
 */

/*Post Format Video*/
.format-video iframe {
	border: 0;
}

/*Post Format image*/
.format-image .wp-caption {
	height: auto;
	padding: 5px;
}

/*Post Format Status*/
.format-status {
	
}

/*Post Format Audio*/
.format-audio {

}

/*Post Format Quote*/
.format-quote .entry-title {
	display: none;
}

.format-quote .entry-content blockquote {
    font-family: serif;
    font-style: italic;
    border: 0;
    padding: 20px 60px 0 60px;
    margin: 0;
    text-align: center;
}

.format-quote .entry-content blockquote cite {
    margin-top: 20px; 
}

.format-quote .entry-content blockquote p {
    font-size: 25px;
    color: #222222;
    line-height: 1.3;
}

.format-quote .entry-content blockquote + p {
    text-align: center; 
}

.format-quote .entry-content blockquote + p:before {
    content: '- '; 
}

.format-quote .entry-content blockquote + p:after {
    content: ' -';
}

/*Post Format Link*/
.format-link .entry-content {
	background-color: #f5f5f5;
	margin: 0 0 20px;
	padding: 30px 60px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	font-family: serif;
}

.format-link .entry-content p {
	margin: 0;
}

.format-link .entry-title {
	display: none;
}

/*  Post Format Chat  */
.format-chat p {
	margin-bottom: 0;
	padding: 5px;
	background-color: #fefefe;
}

.format-chat p:nth-child(2n+1) {
	background: #f3f3f3;
}

/*  Post Format Gallery  */


/*  Post Format Aside  */
.format-aside.post {
	background-color: #f5f5f5;
	padding: 20px;
}

.format-aside .entry-footer {
    display: none;
}

.format-aside .entry-title {
    display: none;
}

.format-aside .entry-content p {
	margin: 0; 
	text-align:center;
}

#onetone-owl-slider .owl-item .inner {
    position: absolute;
    top: 0;
}

#onetone-owl-slider .owl-item .item > img {
    width:100%;
}

/** slider**/

section.homepage-slider .inner {
	padding: 100px 50px 10px;
	width:100%;
	position:absolute;
	top:0;
	text-align:center;
	margin:auto;
	color:#fff;
}

section.homepage-slider h1,
section.homepage-slider h2 {
	font-size: 40px;
	line-height: 52px;
	color: #fff;
	margin-top: 0;
}

section.homepage-slider .btn {
	display: inline-block;
	margin: 25px 0 0;
	padding: 9px 22px 7px;
	clear: both;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid rgba(255,255,255,.4);
	border-radius: 5px;
}
section.homepage-slider .btn:hover {
	background: rgba(255,255,255,.05);
}
section.homepage-slider .btn:active {
	-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
}

section.homepage-slider .btn, section.homepage-slider .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	section.homepage-slider .inner {
		padding-top: 10px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 14px !important;;
		line-height: 20px !important;;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 12px;
		width: 100%;
		margin: 0 auto;
	}

	section.homepage-slider .btn {
		margin: 0;
		padding: 0;
		font-size: 12px;
	}

	#onetone-owl-slider .owl-dots {
		display:none !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
	section.homepage-slider .inner {
		padding-top: 30px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 18px !important;;
		line-height: 30px !important;;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 12px;
		width: 100%;
		margin: 0 auto 10px;
	}

	section.homepage-slider .btn {
		margin: 0;
		padding: 0;
		font-size: 12px;
	}

	#onetone-owl-slider .owl-dots {
		display:none !important;
	}
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
	section.homepage-slider .inner {
		padding-top: 50px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 20px !important;;
		line-height: 40px !important;;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 12px;
		width: 80%;
		margin: 0 auto 10px;
	}

	section.homepage-slider .btn {
		margin: 0;
		padding: 5px 10px;
		font-size: 12px;
	}

	#onetone-owl-slider .owl-dots {
		display:none !important;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
	section.homepage-slider .inner {
		padding-top: 100px;
		padding-bottom: 0;
	}

	section.homepage-slider h1,
	section.homepage-slider h2 {
		font-size: 24px !important;;
		line-height: 40px !important;;
		margin-bottom:0;
	}
	
	section.homepage-slider p {
		font-size: 14px;
		width: 80%;
		margin: 0 auto 10px;
	}

	section.homepage-slider .btn {
		margin: 0;
		padding: 5px 10px;
		font-size: 12px;
	}

	#onetone-owl-slider .owl-dots {
		display:none !important;
	}
}

@media screen and (max-width: 600px) {

    .fxd-header {
        top:0!important;
    }
}

.footer-widget-area .widget_nav_menu{
    border-top: none;
}
.footer-widget-area .widget_nav_menu li{
border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer-widget-area .widget_nav_menu li a{
background-color:transparent;
border:none;
}

.logo-right .site-logo {
	float: right;
	margin: 10px 0 10px 10px;
}

@media screen and (min-width: 920px) {
	.logo-center .logo-box {
		display: inline;
		float: none;
	}

	.logo-center .logo-box .name-box {
		display: inline;
		float: none;
	}

	.logo-center .site-logo {
		margin: 10px 0;
		display: inline;
	}
	.logo-center .site-logo.retina_logo {
    display: none;
}

}

@media screen and (min-width: 920px) {
    .site-nav.style1 > ul > li.current > a > span,
    .site-nav.style1 > ul > li > a:hover > span {
        padding: 10px;
        background-color: #963;
        color: #fff;
        border-radius: 5px;
    }
    .site-nav.style2 > ul > li.current > a > span,
    .site-nav.style2 > ul > li > a:hover > span {
        padding: 8px;
        border: 2px solid #963;
        border-radius: 5px;
    }
    .site-nav.style3 > ul > li.current > a > span,
    .site-nav.style3 > ul > li > a:hover > span {
        font-weight: bold;
        padding: 5px 0;
        border-bottom: 2px solid #963;
    }
}

@media screen and (max-width: 600px) {
    body.admin-bar {
        margin-top: -46px;
    }
    body.admin-bar .wrapper {
        padding-top: 46px;
    }
}

@media screen and (max-width: 768px) {
    .footer-info-area .site-info,
    .footer-info-area .site-social {
        float: none!important;
        text-align: center;
    }
    .footer-info-area .site-social ul {
        margin: 0 auto;
    }
    .site-social li a {
    	margin-left: .5em;
    	margin-right: .5em;
    }
}
.img-frames {
	font-size:0;
	line-height:0;
}

.img-frames .img-box {
	margin-bottom:0;
}

/*Onetone Carousel*/
.onetone-owl-carousel-wrap {
    margin: 0 -15px;
}

.onetone-carousel-item {
    padding: 0 15px;
}

.onetone-owl-carousel-wrap.full {
	margin: 0;
}

.onetone-owl-carousel-wrap.full .onetone-carousel-item {
	padding: 0;
}

.onetone-owl-carousel .owl-prev,
.onetone-owl-carousel .owl-next {
	display: none!important;
}

.onetone-owl-carousel .owl-dots {
	position: static;
	margin-top: 20px;
}

.onetone-owl-carousel .owl-dot {
	border: 2px solid #ccc;
	width: 12px;
	height: 12px;
}

.onetone-owl-carousel .owl-dot.active {
	background-color: #ccc;
}
.owl-carousel .owl-item .testimonial-avatar img {
    width: 60px;
    height: auto;
}

.owl-carousel .owl-item .person-img-box img {
    width: auto;
    height: auto;
}
.onetone-animated{
	visibility:hidden;
	}
	
@media only screen and (max-width: 920px) {
.header-wrap.overlay{
   position: static;
}
.overlay .main-header .site-nav-toggle {
    color: #ccc;
}
header.overlay .main-header .site-tagline, header.overlay .main-header .site-name {
    color: #595959; 
}
.site-nav {
    z-index:999
}
}

.entry-content .fa-circle{font-size: 8px;
    color: #9f1902;}
	
	
	.panel-body a{ color:#333!important;}
	
	 .col-main{   margin:0px 0 0;
    padding-top: 15px;
   
}

.alignnone {
    border: gray solid 1px;
    border: 1px solid #8d1b03;
    padding: 2px;
}


.featured-content-slider button.slick-arrow {    z-index: 1!important; }

.inner-slider-page .ms-slide .ms-slide-bgcont img{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 0 !important;
    height: 100% !important;
}
.inner-slider-page .master-slider-parent {
    margin-top: 47px!important;
}

h2, .txt-h2, h3, .txt-h3, h4, .txt-h4, h5, .txt-h5, .figure-no-margin .fig-title, th, .sub-nav-normal .active>a, .filter-icon {
    font-family: 'selfFont', 'Open Sans', sans-serif !important

}
#our-advisory-board.home-section-7 {
    /* border: 0px; */
    background-color: #efefef52;
    color: #fff !important;
    padding: 30px;
  /*   background: -moz-linear-gradient(top, #0a2456 0%, #021441 100%);
    /* background: -webkit-linear-gradient(top, #0a2456 0%,#021441 100%); */
    /* background: linear-gradient(to bottom, #f3f3f300 0%,#0808080f 238%); */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2456', endColorstr='#021441',GradientType=0 );*/
}  
#our-advisory-board .featured-content-image{}
#our-advisory-board .featured-content-image img{border-radius: 100px;
    padding: 2px;
    border: 2px solid #f7f7f7;
}

#our-advisory-board .featured-content h3 {
    font-family: 'Yanone Kaffeesatz',sans-serif !important;
    font-size: 25px;
    font-weight: 600;
    color: #900606;
    margin: 0 0 10px;
}
 
#our-advisory-board .sub-content {
    font-size: 13px;
    color: #000;
    padding: 0 50px 0;
    min-height: 75px;
    overflow: hidden;
}

section.home-section-7 .section-title {
    color: #020202 !important;
}

.home-section-7 .section-title {
    
    text-transform: uppercase;
    padding: 0 0 18px;
}


.soical-icon {
    position: fixed;
    right: 129px;
    top: 3px;
    z-index: 999;
}
.soical-icon ul li a {
    display: block;
    width: 28px;
    background: #ffc827;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000024;
}

.homepage-slider{     margin-bottom: -11px;}

.body-section-list{    background: #8f1b02;
    color: #fff;}


.body-section-list .media-body{ padding: 19px 16px 11px;}


.col-sm-3{background: #fff;
    margin: 0;}


.body-section-list .media-body::before {
    content: "";
    width: 37px;
    height: 37px;
    display: block;
    background: #8f1b02;
    border: 1px solid #8f1b02;
    border-width: 0 0 1px 1px;
    position: absolute;
    bottom: -8px;
    left: -18px;
    transform: rotateZ(-46deg);
}
.body-section-list .col-sm-3{    margin-bottom: 0;}
.body-section-list .col-sm-3 img{  width:100%;}
.overview{
    color: #fff;
}
.has-drop-nav ul{    width: 244px !important;
    /* max-width: 100% !important; */
    display: block;
    background: #7e1d03;}
	
.has-drop-nav ul li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}
.has-drop-nav ul li a {
    white-space: normal;
    padding: 8px 8px 8px !important;
    font-size: 12px !important;
    line-height: 18px;
    border-bottom: 1px solid #dddddd26;
}
 
#our-advisory-board .sub-content {
    text-align: center;
}

#our-advisory-board .sub-content img {
  
}
#ourteam.home-section-13 .sub-content {
    color: #fff !important;
    text-align: left;
    padding: 0 22px 0;
}
#our-advisory-board .sub-content img {
    border: none;
}
#our-advisory-board .sub-content img {
    display: inline-block;
}

#our-advisory-board .sub-content ul {
    margin-top: 0;
    min-height: 55px;
    text-align: left;
}
 
#our-advisory-board .alignnone {
    margin: 0 !important;
}
 
 
 
.col-aside-left .blog-side ul.menu {
    min-height: 537px;
    overflow-y: scroll;
    height: 543px;
    background: none;
}

.col-aside-left .blog-side ul li a {
    display: block;
    border-style: solid;
        border-bottom: 1px solid #dddddd;
    border-bottom-width: 1px;
    margin: 0;
    padding: 10px 10px 10px;
    color: #000;
    line-height: 1.5;
    font-size: 13px;
    text-decoration: none;
    background: none;
}
.col-aside-left ul li a:before {
    content: ' \00BB';
    font-size: 20px;
    margin-right: 3px;
    font-weight: 500;
    position: relative;
    top: 0;
}

#our-streams img {
    height: 202px;
    width: 100%;
}
 
.bh-palcment img {
    max-width: 100%;
    border-radius: 100% !important;
    border: 125px;
       /* width: 125px; */
    /* height: 125px; */
    border: 1px solid #730606 !important;
}

.col-aside-left .blog-side ul li a:hover {
    text-decoration: none;
    background: #7b1d03;
    color: #fff !important;
}

.col-aside-left .blog-side ul.menu::-webkit-scrollbar {
width: 10px;
}
/* Track */
.col-aside-left .blog-side ul.menu::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgb(0, 0, 0);
}
 
/* Handle */
.col-aside-left .blog-side ul.menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #7b1d03;outline: 1px solid slategrey;
}
.col-aside-left .blog-side .widget-box {
    margin-bottom: 0;
    
}

a{    cursor: pointer;}





#our-advisory-board .featured-content-image img {
    border-radius: 100px;
    padding: 2px;
    border: 2px solid #dadada;
}
 
#menu-placement {
    background: #f5f5f5;
    list-style: disc !important;
}
 

.col-aside-left .blog-side li.current-menu-item a {
    background: none;
    color: #000;
    border-right: none;
}


.col-aside-left .blog-side li.current-menu-item>a {
    background: #a11902;
    color: #fff;
    border-right: none;
  
    z-index: 1;
    margin: 0;
}






.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
    
    margin: 0 !important;
}

 

.ms-view {
    
    width: 100% !important;
}

.ms-wk .ms-slide {
    width: 100% !important;
    
}
.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
    
    width: 100% !important;
    
}

.col-aside-left{padding-right: 11px !important;}


.col-aside-left ul.menu {
    border: 1px solid #00000012;
}

.col-aside-left ul.sub-menu {
    margin-left: 0;
    background: #f7f7f7;
}

.page-title-bar {
   
    margin-top: 37px;
}






.section-title {
   
    text-transform: uppercase;
}


.page-template-group_video .post.type-post figure {
    margin: 0;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.09);
    background: #fff;
    border-bottom: 0;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 309px;
    box-shadow: 1em 1em 1.5em rgba(0, 0, 0, 0.07);
    /* background: linear-gradient(90deg, #d4d4d4, #fff) content-box, linear-gradient(90deg, #fff, #d2d2d2); */
    background: #a5bcff26;
}
.page-template-group_video .post.type-post figcaption{
    padding: 12px 15px;
    padding-bottom: 25px;
}
.page-template-group_video .post.type-post figcaption h3 {
    font-size: 16px;
    display: block;
    padding-bottom: 0;
    margin: 0;
    font-weight: 600;
}



.page-template-group_video .post.type-post figcaption p {
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}




.page-template-group_video .post.type-post figure:hover, .post.type-post figure:focus {
    -webkit-transform: translate(0, -8px);
    -moz-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
}


.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
    width: 100% !important;
    height: 316px !important;
}
.ms-slide .ms-slide-bgcont, .ms-slide .ms-slide-bgvideocont {
   height: 316px !important;
}
.ms-view {
    width: 100% !important;
    height: 316px !important;
}


body::-webkit-scrollbar {
width: 6px;
}
/* Track */
body::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.67);
}
 
/* Handle */
body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #7b1d03;outline: 1px solid slategrey;
}


#contact {
    background: url(https://technocratsgroup.edu.in/wp-content/uploads/2019/06/conatc.jpg) !important;
    background-color: rgb(249, 251, 252);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0px;
}


.contact-area {
    margin: 0 auto;
    width: 94%;
    /* max-width: 500px; */
    text-align: center;
    overflow: hidden;
    background: none !important;
}


#contact .form-control, select, #contact textarea,
 #contact input[type="text"], #contact input[type="password"], 
#contact input[type="datetime"], 
#contact input[type="datetime-local"], 
#contact input[type="date"], 
#contact input[type="month"], 
#contact input[type="time"], 
#contact input[type="week"], 
#contact input[type="number"], 
#contact input[type="email"], 
#contact input[type="url"], 
#contact input[type="search"], 
#contact input[type="tel"], 
#contact input[type="color"], 
#contact .uneditable-input {
    border: 1px solid #666;
    padding: 5px;
    background-color: transparent;
    height: 45px;
    width: 100%;
}
article.type-post{    margin-bottom: 38px;}

.dunia-css img {
    width: 126px;
    margin-top: -18px;
}

.bh-paenal .panel-heading {
    color: #f9f9f9 !important;
    background-color: #a11902!important;
    border-color: #ddd;
    box-shadow: 0 10px 30px 0px rgba(74, 74, 74, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -webkit-box-shadow: 0 5px 30px 0px rgba(70, 70, 70, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
}

.bh-paenal .panel-body {
    padding: 15px;
    min-height: 269px;
    background: none !important;
}
.bh-paenal .panel-group {
  
    background: url(https://technocratsgroup.edu.in/wp-content/uploads/2019/06/book.jpg);
}
.bh-paenal .panel {
    margin-bottom: 20px;
      background-color: #5050508a;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 4px 28px 0px rgba(0, 0, 0, 0.31);
    /* overflow: hidden; */
    box-shadow: 4px 13px 30px 1px rgba(185, 185, 185, 0.2);
 }
.bh-paenal .panel-body a {
    color: #fff!important;
}
.bh-paenal table.buttonformet a {
    font-weight: 600;
    color: #8a1400 !important;
}
article.type-post {
    margin-bottom: 38px;
    clear: both;
    overflow: hidden;
}

.menu-item a img {
    width: 45%;
    /* height: auto; */
    display: inline-block;
}
table.buttonformet {
    background-color: #ffffff;
    width: 100% !important;
    border: 1px solid #00000057;
}
.panel-body a {
    color: #333!important;
    font-weight: 900;
}
table.buttonformet a{font-weight: 500;}

.bh-paenal table.buttonformet {
    background-color: #ffffff !important;
    width: 100% !important;
    border: 1px solid #00000057;
}

.col-aside-left .blog-side ul li .sub-menu li a {
    padding-left: 16px;
}

.col-aside-left .blog-side ul li .sub-menu li a:before {
    content: ' \00b0';
    font-size: 20px;
    margin-right: 7px;
    position: relative;
    top: 6px;
    font-weight: 900;
}

 
.ms-parent-id-34 .ms-slide-bgcont, .ms-parent-id-36 .ms-slide-bgcont{
    height: 500px !important;
}

.ms-parent-id-34 .ms-view, .ms-parent-id-36 .ms-view{
    width: 100% !important;
    height: 500px !important;
}


.ms-parent-id-34 .ms-slide-bgcont img, .ms-parent-id-36 .ms-slide-bgcont img{
    width: 100% !important;
    height: 500px !important;
}

.ms-parent-id-34 .ms-container, .ms-parent-id-36 .ms-container{
    width: 100% !important;
    height: 500px !important;
}
.ms-parent-id-34 .ms-skin-light-6 .ms-nav-next, .ms-parent-id-34 .ms-skin-light-6 .ms-nav-prev, .ms-parent-id-36 .ms-skin-light-6 .ms-nav-next, .ms-parent-id-36 .ms-skin-light-6 .ms-nav-prev {
   
    margin-top: 66px;
}

.contact-area .contact-form {
    margin: -8px auto 0;
}

#contact  input, .contact-area select, .contact-area textarea {
    margin-top: 8px;
    margin-bottom: 8px;
}

#contact .contact-area p {
 
    font-weight: 900;
}

.ms-slide-info.ms-dir-v {
    top: 35px;
    height: 100%;
    display: table;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
    text-align: justify;
    padding-top: 34px;
}

.ms-skin-light-2 .ms-nav-next, .ms-skin-light-2 .ms-nav-prev {
 
    z-index: 0!important;
}

 
.ms-inner-controls-cont, .ms-container {
   
    max-width: 100% !important;
}
 
 

.nav-group--top-bar a {
   
    cursor: pointer!important;
}


a {
   
    cursor: pointer!important;
}
a:{
   
     text-decoration:none!important;
}


.page-id-8881 .left-aside .col-main {
    left: 0;
	width:100%;
}
.page-id-8881 .col-aside-left{display:none;}



.page-id-8881 .event_slide .ms-slide .ms-slide-bgcont img, .page-id-8881 .event_slide .ms-container, .page-id-8881 .event_slide .ms-inner-controls-cont {
    width: 100% !important;
    height: 450px !important;
}
.page-id-8881 .event_slide .ms-view {
    width: 100% !important;
    height: 450px !important;
}

.page-id-8881 .event_slide .ms-slide .ms-slide-bgcont, .page-id-8881 .event_slide .ms-slide .ms-slide-bgvideocont {
    height: 450px !important;
}
.search-area {
    
    z-index: 9999;
}


.page-id-168 .col-aside-left{display:none;}

.page-id-168 .left-aside .col-main {
    left: 0!important;
    width: 100% !important;
}
.col-aside-left .blog-side ul li .sub-menu li .sub-menu {
    background: #e8e8e8;
}

.col-aside-left .blog-side ul li .sub-menu li .sub-menu li a {
    padding-left: 26px;
}
.col-aside-left .blog-side ul li .sub-menu li .sub-menu li a:before {
    content: ' \2192';
    font-size: 20px;
    margin-right: 7px;
    position: relative;
    top: -6px;
    font-weight: 900;
}
.col-aside-left .blog-side ul li .sub-menu li .sub-menu li a {
    padding-left: 26px;
    display: flex;
}

.modal-background {
    
    z-index: 99999;
    
}
.modal-overlay {
   
    z-index: 99999;

}
.osc-tabs-left-ul>li>a {
   
    font-size: 10px !important;
 
}


.home .info h2 {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 600;
}

#our-streams .magee-feature-box {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: center;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.19);
    padding: 12px;
    --p: var(--parity, 0);
    --q: calc(1 - var(--p));
    --s: calc(2*var(--p) - 1);
    --art-w: calc(var(--k)*32em + var(--narr, 0)*100%);
    display: grid;
    grid-template: 1fr 2fr/calc(var(--k)*9em + var(--narr, 0)*3em) 1fr calc(var(--k)*3.25em);
    place-self: center;
    position: relative;
    padding: 0;
    width: var(--art-w);
    min-height: 9em;
    border-radius: calc(var(--k)*9em);
    box-shadow: 1em 1em 1.5em rgba(0, 0, 0, 0.15);
    background: linear-gradient(90deg, #d4d4d4, #fff) content-box, linear-gradient(90deg, #fff, #d2d2d2);
    counter-increment: idx;
    transition: inherit;
}
#our-streams .magee-feature-box:hover{ 
   -webkit-transform: translate(0, -8px);
    -moz-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
    
}

#our-streams .magee-feature-box h3{    margin: 12px 0 0 !important;}


.all-clear-both{margin-bottom: 9px !important;}

.heading-new-sub-header{
    background: #e02e02;
    display: inline-block;
    margin-top: 0;
    color: #fff;
    padding: 7px 18px 7px 9px;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
    text-transform: uppercase;
    font-size: 16px;}

.entry-content, .entry-content p {
    
    line-height: 1.9;
}


.osc-res-tab .nav-tabs>li {
 
    margin: 0 0 3px 0!important;
}
 
 
 
.osc-res-tab{    padding-left: 13px;}
 
.summary iframe { 
    border: 1px solid #000;}
 
 
 .sticky {
   
    background: none !important;
}
.photoContentLeft {
    padding: 0 19px 0 5px;
}
 .bh-paenal .panel-body {
 
    min-height: 391px!important;
  
}

.contat-info123{}
.contat-info123 ul {
    padding: 0;
    margin: 0 0 9px;
}

.contat-info123 ul li {
    display: flex;
}
.contat-info123 ul li .fa {
    position: absolute;
    right: 0;
    font-size: 13px;
    top: 8px;
}
.contat-info123 ul li h4 {
    position: relative;
    margin: 0;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 600;
}
.left-add {
    flex: 0 0 8.5%;
    margin-right: 8px;
}

.right-add{}


.all-clear-bh{}

.all-clear-bh li {
 
    padding: 0 !important;
}
.all-clear-bh li a {
    font-size: 11px;
    padding: 0;
    margin: 0;
    padding: 0 5px 0;
}

.bh-new-nav-chnage-left {
    float: left;
    width: 43%;
    text-align: left;
}

.bh-new-nav-chnage-left li{}

.bh-new-nav-chnage-right {
    float: right;
    width: 46%;
    text-align: right;
}
.bh-new-nav-chnage-right li{}




/*********css-media*********/
 

@media(max-width:767px){
	
.inner-slider-page .ms-slide .ms-slide-bgcont img, 
.inner-slider-page .ms-container, 
.ms-inner-controls-cont {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100% !important;
    height: 100% !important;
    margin-top: 23px !important;
}
.homepage section.homepage-slider{
    margin-top: 45px!important;
}

#headerArea>img{    width: 57px !important;
    height: 34px !important;
    margin: 5px 0 0 0 !important;}


#headerArea .soical-icon {
    position: fixed;
    right: 107px;
    top: 3px;
    z-index: 999;
}

#headerArea .soical-icon ul li a {
    display: block;
    width: 20px;
    background: #ffc827;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000024;
    font-size: 10px;
}
#onetone-owl-slider .owl-item .item > img {
    width: 100%;
    height: 150px;
}



#headerArea .soical-icon {
    top: 11px !important;
}


.inner-slider-page .ms-view {
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
    height: 200px !important;
    width: 100% !important;
}
.inner-slider-page .ms-view .ms-slide-container {
    position: relative;
    height: 100% !important;
    width: 100% !important;
}
.inner-slider-page .ms-wk .ms-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100% !important;
}
.inner-slider-page .ms-slide .ms-slide-bgcont img, .inner-slider-page .ms-container, .inner-slider-page .ms-inner-controls-cont {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100% !important;
    height: 100% !important;
    margin-top: 23px !important;
}
.header-base {
    position: relative;
    z-index: 9999!important;
}
#onetone-owl-slider .item {
    height: 150px!important;
}
#onetone-owl-slider .alignleft {
    margin-top: 14px !important;
    margin-bottom: -64px !important;
}
	
	#aboutus .section-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    
}
#aboutus .section-title {
    font-size: 38px;
    font-weight: normal;
    color: #333333;
    margin-top: 0;
}
	
#aboutus {
    padding: 27px 0 27px !important;
}	
	
	#our-advisory-board .sub-content {
    font-size: 13px;
    color: #000;
    padding: 0 13px 0;
    min-height: 70px;
    overflow: hidden;
}
	
.featured-content-list.design-1 .featured-content, .featured-content-slider.design-1 .featured-content {
    margin-bottom: 0;
}
	.inner-slider-page .master-slider-parent {
    margin-top: 24px!important;
}
	.event_slide .ms-slide-info.ms-dir-v {
    
    padding-left: 28px;
}
	
section.home-section-7 .section-title {
    font-size: 20px!important;
    font-weight: 600 !important;
}
#ourteam.home-section-13 .section-title {
    font-size: 20px !important;
    font-weight: 600 !important;
     
    margin-bottom: 32px;
}

#ourteam.home-section-13 a {
    font-size: 23px;
    color: #fff !important;
    font-weight: 600 !important;
}
  
#ourteam.home-section-13 .featured-read-more a{
    font-size: 14px;
    color: #fff !important;
    font-weight: normal !important;
    margin-top: 13px;
} 

.featured-content-slider.slick-slider{padding: 0 0px 2px 0px;}

section.home-section-3 .section-title {
    font-size: 20px !important;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
}

.contact-area .section-title.no-subtitle{
    font-size: 20px !important;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
}

.nav-left-half [role="presentation"] li, .nav-right-half [role="presentation"] li {
    padding-left: 12px;
    padding-right: 3px;
    display: block;
}
.nav-group--callouts a {
    color: #ffffff !important;
  
    border-bottom: 1px solid #dddddd1f;
}
.main-nav ul a {
    color: #ffffff !important;
    border-bottom: 1px solid #dddddd17;
}


.g-recaptcha>div{    width: 100% !important;}

.g-recaptcha iframe{    width: 100% !important;}

.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
    
    height: 165px !important;
}
.col-main, .col-aside-left, .col-aside-right {
    
    margin-top: 13px;
}
.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev {
    left: auto !important;
}
.ms-skin-light-6 .ms-nav-next {
    right: 0!important;
    
}



.bh-palcment .row > [class*="col-md"] {
    padding-bottom: 0;
}

.bh-palcment .alignnone {
    margin: 0;
}

.nav-group li {
  
    text-align: initial;
}
#AnythingPopup_BoxContainer2, #AnythingPopup_BoxContainer1, #AnythingPopup_BoxContainer3,
#AnythingPopup_BoxContainer4, #AnythingPopup_BoxContainer5, #AnythingPopup_BoxContainer6, 
#AnythingPopup_BoxContainer7, #AnythingPopup_BoxContainer8, #AnythingPopup_BoxContainer9, 
#AnythingPopup_BoxContainer10, #AnythingPopup_BoxContainer11, #AnythingPopup_BoxContainer12, 
#AnythingPopup_BoxContainer13 {
        width: 93%!important;
    height: 461px!important;
    left: 0 !important;
    right: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 auto;
}
#AnythingPopup_BoxContainerBody2, #AnythingPopup_BoxContainerBody1, #AnythingPopup_BoxContainerBody3, 
#AnythingPopup_BoxContainerBody4, #AnythingPopup_BoxContainerBody5, #AnythingPopup_BoxContainerBody6, 
#AnythingPopup_BoxContainerBody7, #AnythingPopup_BoxContainerBody8, #AnythingPopup_BoxContainerBody9, 
#AnythingPopup_BoxContainerBody10, #AnythingPopup_BoxContainerBody11, #AnythingPopup_BoxContainerBody12,
#AnythingPopup_BoxContainerBody13 {
   
     height: 408px!important;
    width: 94%;
}


.contat-info123 ul li h4 br{    display: none;}

.contat-info123 ul li h4 {
    
    font-size: 13px;
    font-weight: 600;
    text-align: left;
}
.left-add {
    flex: 0 0 25%;
    margin-right: 1px;
}
.contat-info123 ul li h4 a {
    color: #37cadd;
    white-space: normal;
    word-break: break-all;
}
.contat-info123 ul li .fa {
    position: absolute;
    right: 3px;
    font-size: 13px;
    top: 4px;
}

}


/****tablet media css- *********/

@media(max-width:990px) and (min-width:768px){
	
	.col-main {
    width: 65%;
   float: right;
}
	.col-aside-left {
     width: 35%;
    float: left;
}
	
.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
    width: 100% !important;
    height: 193px !important;
}	
	.ms-skin-default .ms-nav-next {
    right: 0;
    left: auto;
    background-position: -89px -103px;
}
.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
     left: 0;
 
}
	
}



@media(max-width:1255px) and (min-width:768px) 
	{
.nav-left-half [role="presentation"] li, .nav-right-half [role="presentation"] li {
    
	
    display: block;
 
}
.nav-left-half [role="presentation"] li a, .nav-right-half [role="presentation"] li a{
    
    color: #fff;
}
	}




@media(max-width:1100px) and (min-width:768px){
	
#onetone-owl-slider .owl-item .item > img {
    width: 100%;
    height: 303px;
}
.homepage section.homepage-slider {
    position: relative;
    margin-top: 43px!important;
}	

.caption-inner .col-sm-8 a {
    font-size: 20px !important;
}

#aboutus .onetone-animated {
   min-height: 279px!important;

}
#headerArea>img{    width: 57px !important;
    height: 34px !important;
    margin: 5px 0 0 0 !important;}


#headerArea .soical-icon {
    position: fixed;
    right: 160px;
    top: 8px;
    z-index: 999;
}
.featured-content-slider .slick-next {
    right: 30px !important;
}
 #aboutus .onetone-animated {
    min-height: 229px!important;
    height: 274px;
}
.home #bbDivisionsSection .sticky {
    background: none;
}

.caption-inner .col-sm-7 a{
	    border: 1px solid;
    padding: 9px 18px 9px !important;
    background-color: #a01902;
    color: #fff;
    font-size: 24px!important;
    text-decoration: none;
    margin-top: -30px !important;
    display: inline-block;
	
}

	
}



/*******mobile-mnenu-*****/

@media(max-width:767px){
	
.contact-area .contact-form {
 
    padding: 0 !important;
}	
	
.toggle-new-menu {
    display: block;
    font-size: 21px;
    color: #000 !important;
    text-align: right;
    position: absolute;
    top: -60px;
    right: 19px;
}
.col-aside-left .blog-side li.current-menu-item>a {
   
    width: 100%;
    
}
.widget_nav_menu ul.menu {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 42px;
    width: 80%;
    background: #fff !important;
    height: 93% !important;
}

.col-aside-left{ order: 1; }


.col-main{ order: 2; }
  .post-inner.row.left-aside{    display: flex;
    flex-flow: column;}
	
	
.post-inner.row.left-aside .ms-view {
     
    height: 166px !important;
}
	
	.page-title-bar {
    
    margin-bottom: 0 !important;
    border-bottom: none !important;
}
	.widget_nav_menu {
    
    border-top: none;
}
.job-related-link img {
    left: 83px !important;
    width: 90px !important;
}
}

@media(max-width:380px){
	
.job-related-link img {
    left: 75px !important;
    width: 83px !important;
}
.soical-icon ul li {
    margin: 0 1px 0 !important;
}	
}

@media screen and (min-width: 37.5625em)
{
.nav-group--top-bar li:nth-child(2) a {
    padding-left: 0;
}
}

.news-col-1 .grid-news-thumb{
    height: auto!important;
}

.news .news-title a{
	font-size: 16px!important;
	font-weight: bold!important;
}
.news-thumb {  
    float: left;
    width: 35%;
    margin:0px; 
    padding:0px; 
}
.news-content {
     float: right;
    width: 60%;
    margin:0px; 
    padding:0px; 
    position:absolute;
    right:10px;   
}
.news-inner-wrap-view
{
position:relative;
}

@media screen and (max-width: 768px) {
 
.news-thumb {  
    clear: both;
    width: 100%;
    margin:0px; 
    padding:0px; 
}
.news-content {
    clear: both;
    width: 100%;
    margin:0px; 
    padding:0px;
position:relative; 
    right:10px;   
}


}

.feature-img-box
{
width:50%;
float:left;
}
.wp-block-image
{
width:50%;
float:left;
margin-top: -20px;
}
.feature-img-box img, .wp-block-image img 
{
height:380px;
border: 2px solid #a01902;

}

.page-header
{
    padding: 10px;
    font-size: 25px;
    font-weight: 600;
    margin: 0px 0 10px!important;
}

.admission-open {
   	position: absolute;
    width: 59%;
    top: 14px;
    font-size: 20px;
    
}
.thanks{
    color: white!important;
    font-weight: bold!important;
    line-height: 1.0;
    border-radius: 8px;
    border: 2px solid yellow;
padding:5px;
    
}

.admission-open1 {
       position: absolute;
    top: 465px;
    font-size: 40px;
    left: 572px;
    
}
.thanks1{
    color: #b82425!important;
    font-weight: bold!important;
    line-height: 1.0;
    border-radius: 2px;
    padding: 13px;
    
}

@media(max-width:667px){
	
.admission-open {
    position: absolute;
    width: 61%;
    top: 3px;
    font-size: 4px;
    
}

.admission-open1 {
    position: absolute;
    top: 122px;
    font-size: 15px;
    left: 155px;
}

.thanks1{
    color: #b82425!important;
    font-weight: bold!important;
    line-height: 1.0;
    border-radius: 2px;
    padding: 5px;
    
}

}
@media(max-width:1100px) and (min-width:768px){
	
.admission-open {
    position: absolute;
    width: 61%;
    top: 8px;
    font-size: 10px;
    
}

.admission-open1 {
    position: absolute;
    top: 240px;
    font-size: 20px;
    left: 300px;
}
    
}


}




