/*
Theme Name: Inna
Theme URI: https://innadmd.com/
Author: Hasan Ansari
Author URI: https://innadmd.com/
Description: Theme is a clean, modern and responsive theme for your business.
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: business-booster
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: adobe-garamond-pro;
  src: url(fonts/AGaramondPro-Regular.woff);
}
@font-face {
  font-family: adobe-garamond-pro-bold;
  src: url(fonts/AGaramondPro-Bold.woff);
}	
@font-face {
  font-family: orpheus-pro;
  src: url(fonts/OrpheusPro-Bold.ttf);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
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;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

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;
}

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;
}

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

blockquote,
q {
	quotes: "" "";
}

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: #ff6823;
	border: 2px solid #ff6823;
	border-radius: 30px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	padding: 16px 30px;
	text-transform: uppercase;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: transparent;
	color: #fff;
}

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 {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: 5B5B5B;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 5px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {

}

textarea {
	width: 100%;
}

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

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

body {
	background-color: #fff;
	font-family:adobe-garamond-pro;
	font-size: 16px;
	margin: 0;
	font-weight:400;
	color:#000;
	overflow-x: hidden;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    float: none;
    width: auto;
    display: inline-block;
}

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

.main-navigation li {
	display: inline-block;
    float: none;
    position: relative;
    vertical-align: middle;
    margin-left: 20px;
}

.main-navigation li a {
    color: #2e2e2e;
    display: block;
    font-size: 21px;
    font-weight: 400;
    padding: 4px 0;
    text-align: left;
}
.main-navigation li:hover > a {
   /*  box-shadow: 0 -1px 0 #2e2e2e inset; */
}

.main-navigation li.current-menu-item > a {
	box-shadow: 0 -1px 0 #2e2e2e inset;
    color: #2e2e2e;
}

.main-navigation ul ul {
	background-color: #fff;
    float: left;
    left: -999em;
    position: absolute;
    top: auto;
    z-index: 99999;
	padding:11px;
}

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

.main-navigation ul ul a {
    border-bottom: 0;
    padding: 5px 4px; 
    width: 250px;
    text-align: right;
}

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

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

.main-navigation ul ul li {
    margin: 0;
    border: 0;
}

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

.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;
    right: 0;
}

.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: #000;
}

/* 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;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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 1.5em;
}

/* 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 ===================================== */

/* Header css */
header.entry-header {
    display: none;
}
.header_top {
    background-color: #0A091B;
}

.header_top_about li {
    display: inline-block;
    margin-right: 20px;
	margin-top: 7px;
}

.header_top_about p {
    color: #ccccd5;
    font-size: 14px;
	margin: 0;
}

.header_top_about span {
    color: #858d91;
}

.header_top_social {
	text-align: right;
}

.header_top_social li {
	display: inline-block;
	color: #858d91;
	font-size: 14px;
}

.header_top_social a {
    border-right: 1px solid #858d91;
    color: #ccccd5;
    display: inline-block;
    font-size: 15px;
    padding: 15px 0;
    text-align: center;
    width: 45px;
}

.header_top_social li:first-child {
	margin-right: 20px;
}

.header_top_social li:nth-child(2) a {
	border-left: #858d91 solid 1px;
}

.header_top_about li i {
    border-radius: 4px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}

.navbar_main {
    text-align: right;
    padding-top: 60px;
}

.site-branding {
    margin: 10px 0;
	text-align: center;
}

.site-branding p {
    line-height: 1;
    margin: 0;
}

.site-branding p.site-title {
	margin: 0 0 8px;
}

.site-branding .site-title a {
    color: #000;
    font-size: 30px;
    font-weight: 900;
    text-transform: capitalize;
}

.header_bot {
    /*box-shadow: 0 0 4px rgb(184, 184, 184);*/
	position: relative;
}

.home .header_bot {
    box-shadow: none;
}
header.site-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 25px;
    background: rgba(255,255,255,0.5);
}
.navbar_main .so-widget-sow-social-media-buttons .social-media-button-container a.ow-button-hover {
    border: 0;
    padding: 0;
    margin: 0;
    color: #384967!important;
    font-size: 19px;
    font-weight: 300;
}
.navbar_main section {
    display: inline-block;
	margin: 0 0 0 15px;
}
.business-booster-nav {
    display: inline-block;
}
.navbar_main .so-widget-sow-button .ow-button-base a.ow-button-hover {
	border: none;
    position: relative;
    border-radius: 0;
    padding: 13px 20px;
    box-shadow: none;
    font-family: 'orpheus-pro';
    background: #384967;
    color: #fff!important;
    font-size: 15px;
}

/* homepage css */
.hdr-txt{
	z-index:99;
	position:relative;
}
.hdr-txt .widget-title {
    color: #384967;
    font-size: 65px;
    margin: 30px 0;
}
.hdr-txt .textwidget p {
    font-size: 20px;
	color: #384967;
    margin-top: 25px;
    margin-bottom: 0;
}
.hdr-txt {
    text-align: right;
    padding: 20px 0;
}
.mn-hdr-hm {
    padding-top: 650px;
    padding-bottom: 150px;
    background-position: center 2%!important;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
	position:relative;
}
.mn-hdr-hm:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: .5;
}
.we-mn {
    padding-top: 15px;
    padding-bottom: 30px;
}
.we-hd .widget-title {
    color: #fff;
    text-align: center;
    font-size: 36px;
	font-family: 'Cormorant Garamond', serif;
    line-height: 44px;
	margin-bottom:25px;
}
.mr-btn .so-widget-sow-button .ow-button-base a.ow-button-hover {
    color: #2e2e2e!important;
    background: #fff;
    border: none;
	position: relative;
    border-radius: 0;
    padding: 20px 28px;
	box-shadow: none;
    font-family: 'orpheus-pro';
    font-size: 15px;
}
.mr-btn .so-widget-sow-button .ow-button-base a.ow-button-hover:hover{
	opacity:.8;
}
.in-img .sow-image-container{
	position:relative;
}
.in-img .sow-image-container:before{
	background-color: #38383b;
	opacity: .1;
	content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.in-info {
    text-align: center;
}
.ab-in-mn {
    padding-top: 60px;
    padding-bottom: 120px;
}
.ab-in-mn {
    align-items: center!important;
}
.ab-in-mn>.panel-grid-cell:nth-child(2) {
    padding-left: 45px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 100%;
}
.in-info .widget-title {
    font-size: 44px;
    margin-bottom: 28px;
	font-weight: 400;
    font-family: 'Cormorant Garamond', serif;
}
.in-info .textwidget p strong {
    font-size: 18px;
    margin-bottom: 50px;
    display: block;
    font-weight: bold;
    font-family: adobe-garamond-pro-bold;
}
.in-info .textwidget p {
    font-size: 18px;
}
.mr-btn.btn-blc .so-widget-sow-button .ow-button-base a.ow-button-hover {
    background: #384967;
    color: #fff!important;
    font-size: 17px;
	margin-top:10px;
}
.dow-mn-hm {
    padding-top: 110px;
}
.dow-hd {
    text-align: center;
}
.dow-hd .widget-title {
    font-size: 54px;
	font-weight: 400;
    margin-bottom: 35px;
    font-family: 'Cormorant Garamond', serif;
}
.dow-hd .textwidget p {
    font-size: 20px;
}
.dow-hd.hd-txt-big .textwidget p {
    font-size: 24px;
}
.ser-icn-img {
    margin-bottom: 30px;
}
.ser-ul-mn {
    margin: 0 -15px;
    padding-bottom: 50px;
}
.ser-txt {
    min-height: 520px;
}
.ser-txt .widget-title {
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 34px;
    font-family: orpheus-pro;
}
.ser-txt ul li {
    font-size: 20px;
    text-align: center;
    margin: 16px 0;
    line-height: 26px;
}
.rev-txt .textwidget {
    font-size: 20px;
    text-align: center;
}
.rev-txt p.star {
    font-size: 36px;
}
.rev-txt {
    padding-top: 55px;
    padding-bottom: 60px;
}
.rv-sid-pd {
    padding: 0 100px;
}
.pd-btm {
    padding-bottom: 100px;
}
.ug-arrow-left.ug-skin-default:before,
.ug-arrow-right.ug-skin-default:after {
    content: "\f104";
    font-size: 21px;
    font-family: fontawesome;
    line-height: 26px;
    color: #2e2e2e;
}
.ug-arrow-right.ug-skin-default:after{
	content: "\f105";
}

.abt-heading .widget-title{
    font-size: 40px;
    margin-bottom: 0;
}
.extra-padd .widget-title{
    margin-bottom: 0;
}
.team-txt .textwidget p{
    font-size: 35px;
    line-height: 1.2;
    padding-top: 50px;
}
.team-txt .textwidget p strong{
    display:inline;
    font-size: 35px;
}
.lst-pdd{
  padding-bottom:80px;   
}
.rev-main-txt .textwidget{
    text-align: left;
}
.cov-pat .widget-title{
    font-size:40px;
}
.cod-txt{
    min-height: auto;
}
.cod-txt p{
    text-align:center;
}
.cnt-address .textwidget p{
    font-size: 18px;
}
.cnt-address .textwidget p a{
    text-decoration: underline;
    color:#000;
}
.inp-box{
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ccc!important;
    background: #fafafa;
    padding: 9px!important;
}
.spn-txt{
    margin-bottom:40px;
}
.cnt-inp{
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid #ccc!important;
    background: #fafafa;
    padding: 9px!important;
}
.fnt-cnt-frm label{
    font-weight: 400;
    font-size: 18px;
}
.cnt-textarea{
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid #ccc!important;
    background: #fafafa;
    padding: 9px!important;
    height: 110px;
}
.abt-team{
    padding-bottom: 0px;
}
.display-none{
	display:none!important;
}
.befre-area{
    padding-top:10px;
}
.bnr-area{
    text-align:right;
}
.bnr-title{
    color: #2e2e2e;
    font-size: 50px!important;
    font-family: adobe-garamond-pro;
}
.bnr-area p{
    font-size: 24px!important;
    color: #2e2e2e;
    margin-top: 15px;
    margin-bottom: 25px!important;
    margin-bottom: 0;
    font-family: adobe-garamond-pro;
}
.crellyslider>.cs-slides>.cs-slide a{
    background: #2e2e2e;
    color: #fff!important;
    font-size: 17px;
    margin-top: 10px;
    font-family: 'orpheus-pro';
    padding:20px 20px!important;
}
form .search-field{
    height: 50px!important;
}
.resource-info .widget-title{
    font-size: 40px;
}
.tec-txt .widget-title{
    font-size: 28px;
}
.resource-info p{
    font-size:18px;
}
.read-more-btn a{
    background: #000!important;
    border: none!important;
    padding: 12px 20px!important;
}
.g-riview{
    padding: 40px 0 0;
}

.navbar_main .so-widget-sow-social-media-buttons .social-media-button-container a.ow-button-hover{
    background:none!important;
}
.bb_footer_copy .so-widget-sow-social-media-buttons .social-media-button-container a.ow-button-hover{
    background:none!important;
}
.abt-srd{
    padding-top: 0;
}
.gallery-sec{
    padding-top: 40px;
}
.resou-page{
    padding-top: 0px;
}
.search-padd{
    padding-top:60px;
}
.reso-text{
    padding-bottom:40px;
}
.blog-bg{
    background: url(https://innadmd.com/inna/wp-content/uploads/2020/12/blog-bg.jpg);
    background-size: cover;
    height: 600px;
    opacity: 0.9;
}
.blog .site-content, .single .site-content, .search-no-results .site-content, .search .site-content{
    padding-top:650px;
}
.single header.entry-header{
    display:block;
}
.search-form label{
    width: 62%;
}
.serv-lst ul{
    margin:0;
    padding:0;
}
.serv-lst ul li{
    list-style:none;
}
.serv-lst ul li a{
    color: #10426d;
}
.serv-lst ul li a:hover{
    color: #000;
}
ul.about-lst{
    padding-left:30px;
    margin-bottom:30px;
}
ul.about-lst li{
    font-size: 19px;
    text-align: left;
    list-style: circle;
    padding: 6px 0;
}
.tech-txt .widget-title{
    font-size: 50px;
    font-weight: 600;
    color: #173d65;
}
.before-txt{
    padding-top:80px;
}
.bef-aft-cnt{
    text-align:center;
}
.before-txt .widget-title{
    font-weight: 700;
}
.exap-txt .widget-title{
    font-weight: 700;
}











/* footer css */
.business-booster-footer-main {
    background-color: #38383b;
    padding: 80px 0 40px;
}

.bb_footer_bot_sec,
.bb_footer_top_sec {
    float: left;
    width: 100%;
}

.business-booster-footer-main .container {
	padding: 0;
}
.bb_client_add .widgettitle {
    font-size: 54px;
    font-weight: 400;
	margin-top: 0;
    margin-bottom: 35px;
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
}
.bb_client_add p {
    color: #ffffff;
    font-size: 19px;
    line-height: 24px;
	margin: 16px 0;
    line-height: 28px;
}
.bb_client_add section {
    margin-bottom: 60px;
}
.site-footer p strong {
    font-size: 21px;
    font-weight: 500;
}
.site-footer ul li {
    line-height: 18px;
    margin-bottom: 13px;
}
.bb_client_add .textwidget a {
	color:#fff;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right,currentColor 100%,currentColor 0);
    background-size: 1px 1px;
    background-position: 0 100%;
    white-space: initial;
}
.bb_client_add .textwidget a:hover{
	opacity:.8;
}
.bb_footer_copy .textwidget p {
    text-align: center;
    color: #fff;
    font-size: 19px;
    margin-bottom: 30px;
}
.bb_footer_copy .textwidget p a {
    color: #fff;
	background-repeat: repeat-x;
    background-image: linear-gradient(to right,currentColor 100%,currentColor 0);
    background-size: 1px 1px;
    background-position: 0 100%;
    white-space: initial;
}
.bb_footer_copy .textwidget a:hover{
	opacity:.8;
}

.bb_footer_copy .so-widget-sow-social-media-buttons .social-media-button-container a.ow-button-hover {
    border: 0;
    padding: 0;
    margin: 0;
    color: #fff!important;
    font-size: 19px;
    font-weight: 300;
}

.site-footer ul.contact-sec .icon {
	color: #ffffff;
    font-size: 20px;
    margin-right: 5px;
}

.site-footer ul.contact-sec span {
	display: inline-block;
    line-height: 23px;
    vertical-align: top;
}

.site-footer ul.contact-sec li {
	color: #ffffff;
    font-size: 15px;
}

.site-footer ul.contact-sec li:first-child {
    margin: 0 0 12px;
}

.site-footer .site-info {
    border-top: 1px solid #3b3b3b;
	padding: 25px 0 0;
}

.site-footer .site-info section {
	margin: 0;
}

.site-info p {
    text-align: right;
}

.site-info p a {
    color: #000;
}

.site-footer .header_top_social {
    text-align: left;
}

.site-footer ul.header_top_social li a::before {
	display: none;
}

.site-footer ul.header_top_social li a {
	padding-left: 0;
	padding: 0;
	border-right: none;
	width: auto;
}

.site-footer ul.header_top_social li {
	margin: 0 7px;
}

.site-footer .header_top_social li:nth-child(2) a {
	border-left: none;
}

.custom-header-media .wp-custom-header img {
	height: auto;
	max-height: 120px;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bb_footer_bot_sec {
    margin-top: 50px;
}

.bb_address .widget {
    margin: 0 auto;
    width: auto;
	display: inline-block;
	text-align: left;
}

.bb_footer_bot_sec .bb_address:nth-child(2) {
	text-align: center;
}

.bb_footer_bot_sec .bb_address:nth-child(3) .widget {
	float: right;
}

.bb_client_headline h2.widgettitle {
    font-size: 16px;
    text-align: right;
	margin: 0 0 15px;
}

.bb_client_headline p {
    font-size: 30px;
    text-align: right;
    text-transform: uppercase;
}

.bb_client_headline {
    margin: 25px 0 0;
}

.bb_ss_footer {
    background-color: #000;
    padding: 25px 0 45px;
}

.bb_footer_copy ul.menu li {
    display: inline-block;
    margin-right: 20px;
}

.bb_footer_copy ul.menu li a  {
	color: #fff;
}

.bb_footer_copy .widget {
	margin: 0;
}

.bb_copy_text {
	margin: 5px 0 0;
}

.bb_copy_text a {
    color: #fff;
}

.bb_ss_footer .header_top_social a,
.bb_ss_footer .header_top_social li:nth-child(2) a {
	border: none;
}

.bb_ss_footer .header_top_social a {
    background-color: #ccccd5;
    border-radius: 50%;
    color: #0a091b;
    display: inline-block;
    font-size: 15px;
    height: 45px;
    padding: 15px 0;
    text-align: center;
    width: 45px;
}

/* sidebar template css */
.left-sidebar-main .sidebar-main,
.right-sidebar-main .content-main {
	padding-left: 0;
}

.left-sidebar-main .content-main,
.right-sidebar-main .sidebar-main {
	padding-right: 0;
}


/* blog page css  */
.entry-header h1.entry-title.page-title {
	color: #000;
    font-size: 40px;
    font-weight: 700;
    margin: 30px 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.blog header.entry-header {
    display: block;
}

.entry-header .entry-title {
    margin: 20px 0 5px;
	color: #3d3d3d;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
	word-wrap: break-word;
}

.entry-header .entry-title a {
    color: #3d3d3d;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog .entry-content p, 
.single .entry-content p {
    color: #404040;
    font-size: 18px;
    line-height: 26px;
}

.blog .post-thumbnail {
	text-align: left;
}

article.sticky {
    border: 1px dashed #5b5b5b;
	padding: 0 0 20px;
}

article.post {
    margin: 20px 0 50px;
}

article.sticky .entry-header,
article.sticky .entry-content,
article.sticky .entry-footer {
	padding: 0 20px;
}

.blog article footer {
    display: none;
}

.entry-content .business-booster-excerpt-btn {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 5px;
    color: #000;
    display: table;
    font-size: 12px;
    margin: 10px 0 0;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

.entry-content .business-booster-excerpt-btn:hover {
	background-color: #000;
	color: #fff;
}

.navigation.post-navigation .nav-previous a, 
.navigation.post-navigation .nav-next a,
.navigation.posts-navigation .nav-previous a,
.navigation.posts-navigation .nav-next a {
     background: #000;
    box-shadow: 0 -2px 12px rgba(184, 184, 184, 1);
    color: #fff;
    display: inline-block;
    height: auto;
    overflow: hidden;
    padding: 10px 15px 10px 25px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
}

.navigation.post-navigation .nav-previous,
.navigation.post-navigation .nav-next,
.navigation.posts-navigation .nav-previous,
.navigation.posts-navigation .nav-next{
    position: relative;
}

.navigation.post-navigation .nav-next a {
    float: right;
    padding: 10px 25px 10px 15px;
}

.navigation.post-navigation .nav-next a::before,
.navigation.posts-navigation .nav-next a::before {
    color: #fff;
    content: "\f101";
    font-family: fontawesome;
    font-size: 15px;
    position: absolute;
    right: 8px;
    top: 12px;
}

.navigation.post-navigation .nav-previous a::before,
.navigation.posts-navigation .nav-previous a::before {
    color: #fff;
    content: "\f100";
    font-family: fontAwesome;
    font-size: 15px;
    left: 8px;
    position: absolute;
    top: 12px;
}

#respond.comment-respond {
    background-color: #fff;
	margin-top:40px;
    margin-bottom: 30px;
    padding: 20px;
	box-shadow: 0 5px 12px rgba(184, 184, 184, 1);
}

h3#reply-title {
    font-size: 19px;
    font-weight: 900;
    text-transform: uppercase;
	color:#000;
	margin-top:0px;
}

.comments-area form.comment-form input {
    font-size: 16px;
    padding: 5px;
    width: 100%;
}

.comments-area form.comment-form input, 
.comments-area form.comment-form textarea {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    font-size: 16px;
    min-height: 43px;
    padding: 8px;
    resize: none;
}

.comments-area form.comment-form textarea {
	line-height: 28px;
}

.comments-area form.comment-form p.comment-form-comment {
    display: block;
    width: 100%;
}

.comments-area form.comment-form p {
    display: inline-block;
    width:100%;
}

.comments-area form.comment-form p.comment-form-url {
    display: block;
    width: 100%;
}

.comments-area form.comment-form .comment-form-email {
    float: right;
}

.comments-area form.comment-form p.form-submit input.submit {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 4px;
    box-shadow: none;
    color: #000;
    float: right;
    font-weight: 600;
    height: 40px;
    line-height: 19px;
    padding: 10px 20px;
    text-shadow: none;
    text-transform: uppercase;
    width: auto;
}

.comments-area form.comment-form p.form-submit input.submit:hover {
    background-color: #000;
    color: #fff;
}

.comments-area form.comment-form p.form-submit{
	width:100%;
	margin-top:20px;
	margin-bottom:0;
}

.single-post .comment-respond p.logged-in-as a, 
.single-post .comment-respond p.logged-in-as, 
.attachment .comment-respond p.logged-in-as a, 
.attachment .comment-respond p.logged-in-as, 
.page .comment-respond p.logged-in-as a, 
.page .comment-respond p.logged-in-as {
    color: #1a1a1a;
    font-style: italic;
}

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

.error404 .page-content img {
    width: 500px;
}

.comment-metadata {
    font-size: 13px;
    margin: 10px 0;
}

/****************single-post stying css ***********/

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

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

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

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

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

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

.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 img.photo, 
.page ol.comment-list article img.photo {
    border-radius: 50%;
}

ol.comment-list footer.comment-meta span.edit-link a, 
ol.comment-list span.edit-link a {
    font-weight: bold;
}
	/*comments css*/
	
.search-results article {
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(184, 184, 184, 1);
    margin-bottom: 20px;
    padding: 15px;
}

.search-results article .entry-title a{
    color: #2198ec;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0;
    padding: 0 0 15px;
    text-align: left;
	text-transform: uppercase;
}

.search-results article .entry-title{
	margin-top:0;
}

.search-results .entry-summary {
    margin-top: 10px;
}

.search-results .entry-summary p{
	color: #515151;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
	margin-bottom: 0px;
}

.search-results article .entry-footer {
    margin-bottom: 0;
    margin-top: 0;
}

.search-results .entry-summary a.business-booster-excerpt-btn {
    color: #2198ec;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
}

.single .entry-content h1 {
    color: #343434;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.single blockquote {
    background-color: #f1f1f1;
    border-left: 0 none;
    margin: 30px;
    padding: 35px;
}

.blog .entry-content p, 
.single .entry-content p {
    color: #404040;
    font-size: 18px;
    line-height: 26px;
}

.single .entry-content ul li {
    color: #404040;
    font-size: 14px;
    margin-bottom: 14px;
}

.single .entry-content ul li::before {
    content: "";
    font-family: fontawesome;
    margin-left: 4px;
    margin-right: 12px;
}

.single .entry-content ul {
    margin: 20px 0;
}

.single .entry-content h2 {
    color: #343434;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 8px;
}

.single article.post .entry-summary{
	margin-top:0px;
}

.single blockquote p {
    font-size: 14px !important;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 24px !important;
}

footer.entry-footer span {
    color: #515151;
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;
}

footer.entry-footer span a {
    margin-left: 5px;
}

.byline .author a {
    pointer-events: none;
}

.entry-meta {
    font-size: 14px;
	margin: 10px 0;
}
/********* single blog page css ***********/	

/************* side bar css ***/
aside#secondary {
    margin-top: 20px;
}

#secondary .widget {
   box-shadow: 0 5px 12px rgba(184, 184, 184, 1);
    padding: 15px;
    position: relative;
}

#secondary .widget-title {
    background-color:#000;
	 border-bottom: 1px solid transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: -15px -15px 15px;
    padding: 15px;
    text-transform: uppercase;
}

#secondary .widget li a,
#secondary .widget li{
    color: #444;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}

#secondary .widget li::before {
    content: "";
    font-family: fontawesome;
    margin-right: 6px;
}

#secondary .widget li:hover:before,
#secondary .widget li:hover a{
	color:#000;
}

#secondary .widget li:hover {
    margin-left: 10px;
}
#secondary .widget li {
    padding: 5px 0;
    transition: all 300ms ease 0s;
}

form .search-field {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 400;
    height: 35px;
    line-height: 14px;
    padding: 6px 10px;
    width: 100%;
}

form input[type="submit"] {
    background:#000;
    border: 1px solid #000;
	border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    line-height: 13px;
    margin-left: -4px;
    padding: 10px 30px;
}

form input[type="submit"]:hover {
	background:#000;
}

.error404 h1.page-title {
    background-color: #000;
    color: #fff;
    font-size: 16px;
	margin-bottom:0;
    font-weight: 600;
    padding: 16px;
    text-transform: uppercase;
	text-align: center;
}

.error404 .page-content .fa-frown-o {
    color: #000;
    font-size: 220px;
}

.page-header{
	border:0;
}

.search .page-content {
    margin-top: 0;
}

.search .page-content p{
	font-size:18px;
	line-height:21px;
	 color: #515151;
	  margin-bottom: 18px;
}

.error404 .page-content {
    margin-bottom: 100px;
    text-align: center;
}

.error404 .page-content p {
    color: #515151;
    font-size: 20px;
    margin-bottom: 20px;
}
/************ side bar css ***/



/* Custom Navigation Menu */
.main-navigation .wr-megamenu-container{
	background-color: transparent!important;
}
.main-navigation .wr-megamenu-container.primary_362{
	background-color: transparent!important;
}
.main-navigation .wr-megamenu-container ul.wr-mega-menu > li{
	float: none!important;
}
.main-navigation .wr-megamenu-container a:hover{
	color: #000!important;
}
.main-navigation .wr-megamenu-container ul.wr-mega-menu li.wr-megamenu-item:hover > a.menu-item-link{
	color: #000!important;
}
.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{
	font-weight: 600!important;
	color: #000!important;
}
.main-navigation .wr-megamenu-container ul.wr-mega-menu ul.sub-menu, .main-navigation .wr-megamenu-inner{
	border-top: solid 3px #00a9dc;
}
.wr-megamenu-container ul.wr-mega-menu ul.sub-menu, 
.wr-megamenu-inner{
	
}
.wr-megamenu-container ul.wr-mega-menu li:hover > ul.sub-menu, 
.wr-megamenu-container ul.wr-mega-menu li:hover > .wr-megamenu-inner{
	
}



@media only screen and (max-width: 1199px) {
	.ab-in-mn>.panel-grid-cell:nth-child(2) {
		padding-left: 0;
	}
	.in-info .textwidget p strong {
		margin-bottom: 30px;
	}
	.rev-txt {
		padding-top: 25px;
		padding-bottom: 40px;
	}
	.site-branding {
		padding: 0;
		margin:0;
	}
}


@media only screen and (max-width: 1024px) {
	.mn-hdr-hm {
		padding-top: 600px;
		padding-bottom: 100px;
		background-size: cover!important;
	}
	.hdr-txt .widget-title {
		font-size: 47px;
	}
	.we-hd .widget-title {
		font-size: 29px;
		line-height: 37px;
	}
	.dow-hd .widget-title {
		font-size: 44px;
	}
	.rv-sid-pd {
		padding: 0 70px;
	}
	.site-branding {
		padding: 0;
		margin: 0;
		width: auto;
		text-align:left;
	}
	.menu-toggle {
		display: block;
	}
	.main-navigation button:focus{
		outline:0;
	}
	.main-navigation button {
		right:0;
		padding: 0;
		position: absolute;
		top: 55px;
	}	
	.main-navigation.toggled button {
		top: 60px;
		position: fixed;
		right: 25px;
	}
	.navbar_main {
		text-align: center;
		padding-right: 0;
		padding-top: 25px;
		display: inline-block;
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.navbar_main section {
		display: block;
		position: fixed;
		bottom: 10px;
		left: 50%;
		margin: 0;
		transform: translate(-50%);
		visibility: hidden;
		z-index:99;
	}
	.navbar_main .toggled section {
		visibility:visible;
	}
	.navbar_main section#sow-social-media-buttons-3 {
		bottom: 56px;
	}
	.add_class-header .site-branding img{
		position:fixed;
	}
	header.site-header.add_class-header:before {
		content: "";
		width: 100%;
		height: 130px;
		position: fixed;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 99;
		
	}
	.main-navigation.toggled button {
		top: 64px;
		z-index: 999999;
	}
	.icon-bar:nth-child(2){
		/*display:none;*/
	}
	.icon-bar {
		background-color: #2e2e2e54;
		border-radius: 14px;
		display: block;
		height: 2px;
		margin-bottom: 9px;
		width: 35px;
		transition: transform 250ms cubic-bezier(.2,.6,.3,1),width 250ms cubic-bezier(.2,.6,.3,1);
		-moz-transition: transform 250ms cubic-bezier(.2,.6,.3,1),width 250ms cubic-bezier(.2,.6,.3,1);
		-webkit-transition: transform 250ms cubic-bezier(.2,.6,.3,1),width 250ms cubic-bezier(.2,.6,.3,1);
	}
	
	header nav.main-navigation.toggled button .icon-bar:nth-child(1) {
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	
	header nav.main-navigation.toggled button .icon-bar:nth-child(2) {
		display: none;
	}
	header nav.main-navigation.toggled button .icon-bar {
		width: 28px;
	}
	header nav.main-navigation.toggled button .icon-bar{
		background-color:#000;
		height: 1px;
	}
	header nav.main-navigation.toggled button .icon-bar:nth-child(3) {
		margin-top: -10px;
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	
	.main-navigation button.menu-toggle:focus{
		background-color:transparent;
	} 	
	
	.main-navigation ul ul a {
		border: 0 none;
		padding: 0 0 10px;
		width: 100%;
		font-size: 27px;
		text-align: center;
	}
		

	.menu-toggle, 
	.main-navigation.toggled ul {
		background: transparent none repeat scroll 0 0;
		border: medium none;
		box-shadow: none;
	}
	
	.main-navigation ul ul li {
		border: 0 none;
	}

	.main-navigation li {
		clear: both;
		display: block;
		padding-left: 0;
		text-align: center;
		margin:0;
	}
	
	.main-navigation li:hover > a,
	.main-navigation li.current-menu-item > a {
		box-shadow: none;
	}
	
	.main-navigation li:last-child{
		border-bottom:none;
	}

	.main-navigation a {
		border-top: medium none;
		margin-top:0;
		padding: 10px;
	}

.main-navigation.toggled:before {
    opacity: 1;
	content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    top: 0;
    left: 0;
    position: fixed;
    transition: 5s;
}
.main-navigation.toggled:after {
    content: "";
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    z-index: 9;
}
	.main-navigation ul li > ul.sub-menu {
		background-color: transparent;
		box-shadow: none;
		position: static;
		width: 100%;
		display: none;
	}
	
	.main-navigation a:hover{
		border:none;	
	}

	.business-booster-nav {
		overflow: scroll;
		padding: 0;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
		padding: 125px 0 100px;
		text-align: center;
		height: 100%;
	}
	
	header nav.main-navigation.toggled .business-booster-nav {
		transform: translateY(0);
		transition: all 500ms ease 0s;
		visibility: visible;
		opacity: 1;
	}
	
	.main-navigation .business-booster-nav {
		transform: translateY(5%);
		transition: all 500ms ease 0s;
		visibility: hidden;
		opacity: 0;
	}
	a.custom-logo-link {
		z-index: 99999;
		position: relative;
	}
	.main-navigation .business-booster-nav ul li .fa {
		color: #000;
		cursor: pointer;
		font-size: 12px;
		height: 58px;
		line-height: 60px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 40px;
	}
	
	.main-navigation li:hover ul{
		display:none;
	}
	
	.main-navigation li a {
		    padding: 11px 15px;
		text-align: center;
		font-size: 36px;
	}
		
}

@media only screen and (max-width: 991px) {
	
	.business-booster-footer-main .container,
	.header_bot .container,
	.header_top .container,
	.bb_ss_footer .container	{
		width: 100%;
	}
	
	
	
	.header_top_about li i {
		width: 15px;
	}
	
	.header_top_about li span,
	.header_top_social li:first-child	{
		display: none;
	}
	
	.bb_footer_copy ul.menu li {
		margin-right: 10px;
	}
	
	.bb_footer_copy ul.menu li a {
		font-size: 14px;
	}
	
	.bb_copy_text {
		font-size: 14px;
		margin: 10px 0 0;
	}
	
}

@media only screen and (max-width: 767px) {
	.bb_client_mp iframe {
		height: 410px!important;
	}
	.ser-ul-mn {
		margin: 0;
		padding-bottom: 30px;
	}
	header.site-header {
		padding: 20px;
	}
	.site-branding img {
		max-height: 84px;
		object-fit: contain;
		max-width: 210px;
		z-index: 999;
		position: relative;
	}
	.hdr-txt .widget-title {
		font-size: 36px;
	}
	.mn-hdr-hm {
		padding-top: 290px;
		padding-bottom: 50px;
	}
	.hdr-txt .textwidget p {
		font-size: 18px;
	}
	.bb_footer_copy .textwidget p {
		font-size: 18px;
	}
	.we-hd .widget-title {
		font-size: 23px;
		line-height: 27px;
	}
	.ab-in-mn {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.in-info .widget-title {
		font-size: 27px;
		margin-bottom: 18px;
		margin-top: 25px;
	}
	.dow-hd .widget-title {
		font-size: 31px;
	}
	.ser-txt {
		min-height: auto;
	}
	.dow-hd.hd-txt-big .textwidget p {
		font-size: 19px;
	}
	.dow-mn-hm {
		padding-top: 90px;
	}
	.rv-sid-pd {
		padding: 0;
	}
	.rev-txt {
		padding-top: 0;
		padding-bottom: 40px;
	}
	.pd-btm {
		padding-bottom: 60px;
	}
	.business-booster-footer-main {
		padding: 40px 0 0px;
	}
	.bb_client_add .widgettitle {
		font-size: 34px;
		margin-bottom: 20px;
	}
	.bb_client_add p {
		font-size: 17px;
		line-height: 26px;
	}
	.site-footer p strong {
		font-weight: 500;
	}
	.bb_ss_footer {
		padding: 25px 0 30px;
	}


	/* sidebar template */
	.left-sidebar-main .sidebar-main,
	.left-sidebar-main .content-main,
	.right-sidebar-main .sidebar-main,
	.right-sidebar-main .content-main {
		padding: 0;
	}
	
	.entry-header h1.entry-title.page-title {
		font-size: 25px;
		margin-bottom: 0;
	}
	
	.left-sidebar-main {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.left-sidebar-main .entry-header {
		order: 1;
	}
	
	/* homepage responsive */
	.business_banner_sec {
		padding: 50px 0;
	}
	
	.business_banner_content h1.main_head {
		font-size: 30px;
	}	
	
	.business_banner_content h4.small_head {
		font-size: 15px;
		line-height: 1.6;
	}
	
	.business_banner_content p.description,
	.business_sec_head_text p.sec_desc_txt	{
		font-size: 14px;
	}
	
	.business_sec_head_text h1.sec_main_head,
	.counters_text_sec h1.counter_main_head	{
		font-size: 23px;
		margin-bottom: 15px;
	}
	
	.counters_text_sec p.counter_desc_txt {
		font-size: 13px;
	}
	
	.business_sec_head_text h4.sec_small_head,
	.counters_text_sec h4.counter_small_head	{
		margin-bottom: 8px;
	}
	
	.business_sec_head_text {
		padding: 0 20px;
	}
	
	.business_section_margin {
		margin-bottom: 50px;
	}
	
	.business_services_sec .services_content,
	.business_counters_sec_main .counters_text_sec	{
		margin-bottom: 30px;
	}
	
	.business_counters_sec_main .counters_text_sec,
	.business_stay_tuned_sec_main .stay_tuned_btn	{
		text-align: center;
	}
	
	.counters_number_sec .number_content {
		padding: 0;
		text-align: center;
	}
	
	.business_team_sec .business_team_content {
		margin-bottom: 50px;
	}
	
	.business_team_sec .business_team_content:last-child {
		margin-bottom: 0;
	}
	
	.business_stay_tuned_sec_main .stay_tuned_txt h1 {
		font-size: 26px;
		margin-bottom: 25px;
		text-align: center;
	}
	
	/* header responsive */
	.main-navigation button {
		top: -50px;
	}
	
	.business-booster-nav {
		top: 0;
	}
	
	.site-info .col-sm-6 {
		width: 50%;
		float: left;
	}
	
	.site-footer ul li a {
		display: inline-block;
	}
	
	.business-booster-footer-main .widget {
		margin-bottom: 40px;
	}
	
	.header_top_about span {
		display: none;
	}
	
	.header_top .col-sm-6 {
		float: left;
		width: 60%;
	}
	
	.header_top .col-sm-6:nth-child(2) {
		width: 40%;
	}
	
	.header_top_social a {
		width: 38px;
		padding: 14px 0;
	}
	
	.bb_res {
		padding: 30px 0 !important;
	}
	
	.bb_res_m_bot {
		margin-bottom: 0 !important;
	}
	
	.bb_res.number_sec  .dslc-info-box-main h4,
	.bb_res.number_sec  .dslc-info-box-main p {
		text-align: center!important;
	}
	
	.bb_res .dslc-staff-member .dslc-staff-member-thumb-inner,
	 .dslc-blog-post-thumb-inner	{
		text-align: center;
	}
	
	.bb_res .dslc-gallery-thumb img {
		margin: 0 auto;
	}
	
	.bb_res .dslc-testimonials {
		padding: 0 20px;
	}
	
	/* footer */
	.bb_footer_top_sec .bb_client_logo,
	.bb_footer_top_sec .bb_client_headline h2,
	.bb_footer_top_sec .bb_client_headline p,
	.bb_footer_bot_sec .bb_address,
	.bb_ss_footer .bb_footer_copy ul,
	.bb_ss_footer .bb_footer_copy p	{
		text-align: center;
	}
	
	.bb_footer_bot_sec {
		margin-top: 20px;
	}
	
	.bb_footer_bot_sec .bb_address:last-child section {
		margin-bottom: 0;
	}
	
	.bb_footer_bot_sec .bb_address:nth-child(3) .widget {
		float: none;
	}
	
	.bb_footer_copy .header_top_social {
		margin: 15px 0 5px;
	}
	.bnr-area{
	    text-align:left;
	}
	.bnr-title{
	    font-size: 20px!important;
        text-align: center;
        line-height: 1.2!important;
	}
	.bnr-area p{
	    line-height: 1.2!important;
	    font-size: 18px!important;
	}
	.mbl-res{
	left: -190px!important;
    position: absolute;
    top: -31px!important;
	}
	.scr-mbls{
	left: -190px!important;
    position: absolute;
    top: 40px!important; 
	}
	.g-riview{
    padding: 0px 0 0;
    position: absolute;
    top: -100px;
    right:-20px;
	}
	.g-riview img{
	    width: 70%;
	}
	.navbar_main{
	    padding-top: 0px;
	}
	.spn-txt{
	    margin-bottom: 0;
	}
	.mbls{
	    margin-top:20px;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.header_top .col-sm-6 {
		width: 100%;
	}
	
	.header_top .col-sm-6:nth-child(2) {
		width: 100%;
	}
	
	.header_top_about {
		text-align: center;
	}
	
	.header_top_about li:last-child {
		margin-right: 0;
	}
	
	.header_top_social a,
	.header_top_social li:nth-child(2) a {
		border: none;
	}
	
	.header_top_social {
		text-align: center;
	}
	
	
	.site-footer ul.header_top_social li:first-child {
		margin: 0;
	}
	
}

@media only screen and (max-width: 479px) {
	
	.business_news_sec_main .business_booster_recent_post_wrap .business_booster_post_main.slick-slide {
		padding-right: 0;
	}
	
}

@media only screen and (max-width: 360px) {
	
	/* homepage responsive */
	
	ul.header_top_about li b {
		font-size: 12px;
	}
	
	.header_top_about li {
		margin-right: 15px;
	}
		
	
	.container.navbar_container {
		padding: 0;
	}
	
	
	
	.site-info .col-sm-6 {
		width: 100%;
	}
	
	.site-info p {
		text-align: left;
		margin-top: 5px;
	}
	
	
	
}




