/*!
Theme Name: B2B Navigator
Author: Louder Digital
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: b2bnavigator
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}
body.page-template-default.page {
    background: #f5f5f5;
}
body.page-template-default.page.page-id-37, body.page-template-default.page.page-id-62 {
    background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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 {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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



/*-- Development Begins --*/
a {
    display: inline;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

h1,h2,h3,h4,h4,h5,body,p,span,input,button,a, div {
    font-family: 'Poppins', sans-serif;
}

.container-fluid {
    padding: 0;
    margin:0;
}


.header-banner {
    background-position: center -175px;
    background-size: cover;
}

.header-banner h1 {
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 3.3rem;

}

.header-banner p {
    font-weight: 400;
    font-size: 22px;
}

.header-banner > * {
    color: white;
}

.header-banner .banner-content {
    padding: 5rem 0 5rem 0;
}

h3 {
    font-weight: 700;
}
a {
    text-decoration: none;
}
a.btn-yellow {
    font-weight: 700;
    font-size: 18px;
    padding: 10px 15px;
    color: black;
    background-color: #F7C000;
    width: auto;
    margin: 50px auto;
}

.bg-grey {
    background-color: #f5f5f5;
}

.highlight-blue {
    text-align: center;
    color: white;
    background-color: #014367;
    border-radius: 50px;
    font-weight: 700;
    margin: 7.5px 0;
    padding: 10px 30px;
    display: inline-block;
    width: auto;
    font-size: 18px;
}

.call-action > * {
    color: white;
}

.call-action img {
    max-height: 100px;
}

h3 {
    font-size: 32px;
}

header {
    background-color:#011927;
    padding: 20px 0;
}
header li {
    list-style: none;
}
header ul {
    display: flex;
    width: 100%;
    list-style-type: none;
    justify-content: space-between;
    margin-top: 20px;
    padding-right: 100px;
}
header li a {
    margin-right: 1rem;
    color: white;
    text-decoration: none;
    list-style: none;
    transition: 0.6s;
    font-size: 18px;
}

header li a:hover {
    border-bottom: 1px solid #F7C000;
}
/* header li:last-of-type a {
    background-color: #F7C000;
    color: black;
    font-weight: 600;
    padding: 7.5px 30px;
}

header .logo img {
    max-width: 240px;
    margin-left: 50px;
    background-color: transparent;
} */

h4 {
    font-weight: 700;
    font-size: 28px;
}

.double-cta p, .double-cta h3 {
    color: white;
}

.double-cta .row > .col-md-6 {
    border-right: 2px solid white;
    padding: 30px 0;
}

.bg-blue {
    background-color: #192B3C;
}

.footer-logo img {
    width: 260px;
}

.foot-copyright {
    font-weight: 200;
    font-size: 16px;
    color: white;
    margin-top: 15px;
    display: block;
}

.footer-socials img {
    width: 45px;
    display: inline-block;
    margin-right:10px;
}

.footer-links li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    list-style: none;
}
.footer-links ul {
    display: flex;
    text-decoration: none;
    margin-top: 50px;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.footer-links ul li {
    list-style: none;
    margin-right: 1rem;
}
footer .container-fluid.bg-blue {
    padding: 0 30px;
}
.location-footer.text-right.text-white {
    text-align: right;
    font-weight: 300;
    line-height: 35px;
}

/*=========header css start here ================*/

div#page .navbar-darkcst {
    background-color: #01192700; 
    padding: 20px 52px;
}
.home div#page .navbar-darkcst {
    background-color: #011927 !important; 
    padding: 20px 52px;
}
#menu-main-menu li a:hover, #menu-main-menu li.current_page_item {
	border-bottom: 1px solid #f7c000;
}
#menu-main-menu li.current_page_item a:hover {
	border: none;
}
a.navbar-brand.logo img {
	max-width: 232px;
}
div#collapsibleNavbar {
    justify-content: right;
}
ul.navbar-nav.site-nav li a {
    color: #fff;
}
ul.navbar-nav.site-nav {
    flex-wrap: wrap;
    column-gap: 35px;
    justify-content: right;
}
ul.navbar-nav.site-nav li a {
    color: #fff;
    transition: 0.6s;
    font-size: 18px;
}
ul.navbar-nav.site-nav li a span {
transition: 0.6s;
  
}
ul.navbar-nav.site-nav li a span:hover {
    border-bottom: 1px solid #F7C000;
}
ul#menu-main-menu .contact-btn a {
    background: #F7C000;
    color: #000;
    font-weight: 600;
    padding: 7px 25px;
}

body {
    overflow-x: hidden;
}

span.navbar-toggler-icon {
    background-image: url("https://b2bnavigator.com/wp-content/uploads/2023/09/mobile-toggle.svg");
}
button.navbar-toggler {
    background: transparent !important;
}
.navbar-darkcst {
    position: relative;
    z-index: 1;
}
/*=========== what we offer page start here ==================*/

body.page-template.page-template-whatweoffer {
    overflow-x: hidden;
}

.page-template-whatweoffer .header-banner {
    background-position: center -14px;
    background-repeat: no-repeat;
    margin-top: -115px;
    padding-bottom: 5px;
    padding-top: 78px;
}
h4 {
    color: #000;
}
.header-banner-page {
    padding: 176px 0px 96px;
    color: #fff;
    margin-top: -116px;
	background-size: cover;
    background-position: center;
}
.header-banner-page h1 {
    font-weight: 700;
    font-size: 3.3rem;
}
.card-box {
    background-color: #efefef;
    padding: 30px 37px;
    border-radius: 6px;
    height: 100%;
    background-image: url("http://b2bnavigator.com/wp-content/uploads/2023/08/vector-on-bg.png");
    background-size: 225px;
    background-position: center center;
    background-repeat: no-repeat;
}
.card-box p {
    max-width: 220px;
    margin: 12px auto 0px !IMPORTANT;
}
.faq-box {
    background: #f4f4f4;
    padding: 26px 22px 16px;
    margin-bottom: 15px;
    margin-top: 25px;
    border-radius: 8px !important;
    border-left: 8px solid #f7c000 !important;
}
.faq-box p {
    margin-bottom: 0px;
}

.faq-box.accordion-item {
    background-color: #f4f4f4 !important;
}
.faq-box h4 button{font-weight: 700 !important;font-size: 28px;color: #000;}
	
	.faq-box.accordion-item .accordion-collapse {
    padding-top: 8px;
}
	.faq-box.accordion-item h4 button.accordion-button {
    padding: 0px 0px 0px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !IMPORTANT;
}
.accordion-button:not(.collapsed){
	color: #000;
}
.accordion-button:focus {
    
    border-color: transparent;
    outline: 0;
    box-shadow: none !important;
    border: none !important;
    outline: 0 !important;
}



.faq-box  ul {
    margin: 13px 0px 0px;
    padding: 0px;
    list-style-type: none;
    position: relative;
}
.faq-box ul li {
    position: relative;
    padding-left: 16px;
    margin-top: 13px;
}
.faq-box ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #5172c8;
    position: absolute;
    left: 0;
    top: 7px;
}
.dark-blue {
    background: #192b3c;
    padding: 30px;
    border-radius: 9px;
    max-width: 733px;
    margin: 9px auto 0px;
}
ul.coaching-topics {
    margin: 0px;
    padding: 0px;
    list-style-type: none !IMPORTANT;
}
ul.coaching-topics li {
    position: relative;
    margin-bottom: 8px;
    margin-top: 9px;
    padding-left: 20px;
}
ul.coaching-topics li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #f7c000;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}
.page-template div#page .navbar-darkcst {
    background: transparent;
}





/*---------navi gator hover animation css start here ----------*/

div#btwonavigatorcst {gap: 30px;}
.svg-change-img-wrapper {margin: 25px 0;}
span.hoverbx {background-color: #e2e2e2;padding: 9px 24px;display: inline-block;border-radius: 4px;cursor: pointer;}
.svg-change-img-wrapper img {width: 100%;}
.animation-wrapper {margin-top: 26px;}
span.hoverbx:hover {background: #5172c8;color: #fff;}
.animation-wrapper {
    background-image: url("http://b2bnavigator.com/wp-content/uploads/2023/08/B2BNavigator_WebDesign_Assets_BrushStroke.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 30px;
}
.svg-change-img-wrapper img.img-fluid {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	display:none;
    z-index: 1;
    margin: 0;
   border-radius: 50%;
}
.svg-change-img-wrapper {width: 300px;height: 306px;position: relative;}
img.img-fluid.top01 {display: block;}

.hidden02 .svg-change-img-wrapper img {display:none;}
.hidden01 .svg-change-img-wrapper img {display:none;}
.hidden03 .svg-change-img-wrapper img {display:none;}
.hidden04 .svg-change-img-wrapper img {display:none;}
.hidden01 .svg-change-img-wrapper img.img-fluid.top01 {display:block;}
.hidden02 .svg-change-img-wrapper img.img-fluid.top02 {display:block;}
.hidden03 .svg-change-img-wrapper img.img-fluid.top03 {display:block;}
.hidden04 .svg-change-img-wrapper img.img-fluid.top04 {display:block;}

.hidden03 span#stepthree {background: #5172c8;color: #fff;}
.hidden01 span#stepone {background: #5172c8;color: #fff;}
.hidden02 span#steptwo {background: #5172c8;color: #fff;}
.hidden04 span#stepfour {background: #5172c8;color: #fff;}



a.iconleft-contact {
    color: #192b3c;
    font-weight: 700;
    display: flex;
    align-items: center;
}
a.iconleft-contact img {
    width: 40px;
    float: left;
    height: 24px;
}
div#contactform input, div#contactform textarea {
    width: 100%;
    padding: 12px 0px;
    border-width: 0px 0px 1px;
    border-radius: 0px;
    color: #192b3c;
    font-size: 15px;
    outline: none;
    margin-bottom: 15px;
    background: transparent;
    border-color: #192b3c;
}
.phone-number.my-3 {
    padding-top: 15px;
}
h5.mb-4.conatctsubtitle {
    font-size: 16px;
    padding-bottom: 16px;
    color: #000;
    font-weight: 700;
}
div#contactform {
    padding-right: 23px;
    overflow: hidden;
}
div#contactform form.wpcf7-form .wpcf7-textarea {
    height: 100px;
}
div#contactform form.wpcf7-form  input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    padding: 16px 28px;
    background: #F7C000;
    font-weight: 700;
    font-size: 17px;
    color: #000;
    border: none;
}
.contact-address-bar {
    background: #fff;
    padding: 35px;
}



h5 {
    font-size: 26px;
    font-weight:600;
    color: black;
}

h3 {
    font-weight:600;
}

.share-btn {
    color: #4E6EC2;
    font-size:20px;
    font-weight:600;
}
.share-pack {
    margin-top:25px;
}


.header-banner {
    position: relative;
}
.banner-bg-opac {
    position: absolute;
    right: -99px;
    bottom: -60px;
    z-index: 9;
    width: 100%;
    max-width: 906px;
    opacity: 0.4;
}


/*=========== resource page start css =========*/

.resources-wrapper {
	background: #f2f2f2;
}

.resource-outer {
    background-color: white;
    border-radius: 7.5px;
    border-bottom: 5px solid #4E6EC2;
    margin: 25px 6px;
    padding: 20px 20px 60px;
    height: 100%;
    position: relative;
}

.resource-outer p {
    color: black;
    font-weight: 300;
}
.bottom-bar {
    position: absolute;
    bottom: 26px;
    right: 0;
    left: 0;
}
.share-btn {
	position: relative;
	padding-left: 30px;
}

.share-pack .share-btn::before {
	background-image: url("/wp-content/uploads/2023/09/B2BNavigator_WebDesign_Assets_Share_1.svg");
	content: "";
	position: absolute;
	left: 0px;
	width: 27px;
	height: 100%;
	top: 0;
}

.icons-container.show-icons {
	opacity: 1;
	transform: translateZ(0px);
	z-index: 1;
}

.share-pack {
	position: relative;
}

.icons-container .social-icon {
	width: 45px;
	height: 40PX;
	margin: 0px;
}

img.fb {
	height: 24px;
	top: 3px;
	position: relative;
}

.share-btn {
	cursor: pointer;
	transition: opacity 0.3s ease-in-out;
}

.icons-container {
    opacity: 0;
    margin-top: 0px;
    transition: opacity 0.5s ease-in-out;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    display: flex;
    top: -12px;
    right: 0;
    left: 0;
    background: #fff;
    height: auto;
    padding-bottom: 0px;
    padding-top: 6px;
    transform: translateZ(10px);
    z-index: -1;
}


.social-icon {
	font-size: 24px;
	margin-right: 10px;
	cursor: pointer;
}

.show-icons .icons-container {
	opacity: 1;
	display: block;
}

.animation-wrapper a {    color: #404040;}

/*=========== / resource page end css =========*/

/*---------navi gator hover animation css end here ----------*/

div#demo .carousel-inner {
    border-radius: 6px;
}
.bold.blue-color {
    color: #5172c8;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 15px;
}
ul.list-style-blue-dot {
    margin: 0px;
    padding: 0px;
    list-style-type: none !important;
    text-align: left;
}

ul.list-style-blue-dot li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 9px;
}

ul.list-style-blue-dot li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #5172c8;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 7px;
}
div#demo .carousel-indicators {
    top: 37px;
    bottom: unset;
}
div#demo .carousel-item {
    padding-top: 35px;
}
div#demo .carousel-indicators button {
    background-color: #c4c4c4;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 10px;
    border: 1px solid transparent;
}
div#demo .carousel-indicators button.active {
    background: #5172c8;
    outline: 1px solid #5172c8;
    outline-offset: 5px;
}

.bg-darkgrandient {
    background: rgb(25,43,60);
    background: linear-gradient(90deg, rgba(25,43,60,1) 0%, rgba(2,67,103,1) 100%);
}
div#sectionhalbtn a.btn-yellow {
    margin: 0px 14px;
    border-radius: 3px;
}
div#sectionhalbtn {
    padding: 27px 15px;
}
img.img-fluid.w-70 {
    max-width: 550px;
}
.content-wrapper {
    max-width: 787px;
    padding: 50px 55px;
    height: 100%;
}
.bg-grey .content-wrapper {
    margin-right: 0;
    margin-left: auto;
}
.bg-darkgrandient ul.list-style-blue-dot li {
    margin-bottom: 22px;
    margin-top: 26px;
}
.bg-darkgrandient ul.list-style-blue-dot {
    max-width: 611px;
}
.vector-section {
    background-image: url("http://b2bnavigator.com/wp-content/uploads/2023/08/B2BNavigator_WebDesign_Assets_GuidedWorkspace.svg"); 
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: 92%;
}
.vector-section .col-sm-3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.img-wraper {
    padding-bottom: 80%;
}
ul.list-style-disc {
    margin: 0px;
    padding: 2px 0px 0px  21px;
    text-align: left;
}
.icon-vector-bottom {
    margin: 0 auto;
}
.vector-section {
    text-align: left;
}
.icon-vector-bottom {
    max-width: 58%;
    margin: 0 auto;
}
.vector-section-three {
    background-image: url("http://b2bnavigator.com/wp-content/uploads/2023/08/B2BNavigator_WebDesign_Assets_SCR.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 897px;
}
.vector-section-three .d-flex {
    max-width: 950px;
    margin: 0 auto;
}

.vector-section-three .d-flex .icon-vector-bottom {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.vector-section-three .icon-vector-bottom {
    text-align: center;
}
.help-wrapper h5 {
    margin: 0px;
    font-size: 23px;
    font-weight: 700;
}
.help-wrapper {
    background-image: url("http://b2bnavigator.com/wp-content/uploads/2023/09/bg-marketing_cleanup.png");
    padding: 76px 15px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 18px;
    overflow: hidden;
}
.row-w-80 {
    max-width: 1105px;
    margin: 0 auto;
}

.w-70.pb-3.px-3 {
    max-width: 80%;
    margin: 0 auto;
}
.icon-box img {
    height: 112px;
    width: auto;
    margin-bottom: 23px;
}
.icon-box.bg-grey.p-5 {
    margin-top: 22px;
}
section.sectionhowitwork .dark-blue {
    background: rgb(25,43,60);
    background: linear-gradient(90deg, rgba(25,43,60,1) 0%, rgba(2,67,103,1) 100%);
    text-align: left;
    max-width: 100%;
    padding: 40px;
}
ul.coaching-topics.worklist li {
    margin-bottom: 12px;
}
.call-action:before {
    content: "";
    background-image: url("http://b2bnavigator.com/wp-content/uploads/2023/09/B2BNavigator_WebDesign_Assets_BetterWay2.svg");
    max-width: 100%;
    background-size: 725px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 141px;
    bottom: -25px;
    opacity: 0.5;
}
.call-action {
    position: relative;
    overflow: hidden;
}

.page-template-howitwork .header-banner-page {
    background-position: 100% 27%;
}
.page-template.page-template-b2bnavigator .header-banner-page {
    background-position: 100% 44%;
}
.header-banner {
	overflow: hidden;
}
section.sectionnawehelp.py-5 h5 a {
    color: #fff !IMPORTANT;
}

@media(min-width:992px){
	
body.archive div#page  .navbar-darkcst {
    background: transparent;
}
body.resources-template-default div#page .navbar-darkcst {
    background: transparent;
}
body.archive div#page .secondary-banner.header-banner, .resources-template-default div#page .secondary-banner.header-banner {
    margin-top: -114px;
    padding-top: 74px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
img.d-none-desktop {
    display: none;
}
	
}

@media(min-width:992px) and (max-width:1199px){
.vector-section-three .d-flex {
    max-width: 800px;
}	
.vector-section-three {
    background-size: 770px;
}

}
@media(min-width:768px) and (max-width:1199px){
	
.vector-section-three {
width: 396px !important;
}	
	
.container {
    max-width: 90% !important;
}
.card-box {
    padding: 20px 10px;
    background-size: 80%;
    overflow: hidden;
    font-size: 90%;
}
.page-template-whatweoffer p, .page-template-whatweoffer ul li {
    font-size: 92%;
}
h4 {
    font-size: 150%;
}
.vector-section .icon-vector-bottom {
    margin-left: 140px;
}
.vector-section {
  
    background-position: left 0%;
    background-size: 106px;
    min-height: 442px;
}

}

@media(max-width:767px){
.navbar {
z-index:99 !important;
}
	.home div#page .navbar-darkcst {
  padding: 0px 15px !important;
}
.home .header-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center !important;
    padding-bottom: 132px;
}
.home .header-banner .banner-bg-opac {
    right: 0;
    left: 0px;
    max-width: 323px;
    margin: 0 auto;
    bottom: -37px;
}

a.navbar-brand.logo img {
    max-width: 175px;
}
.icon-box.bg-grey.p-5 h4 {
    font-size: 18px;
}
.section-top {
    padding: 0 15px;
}
main#primary .container .row.py-5.text-center {
    padding-bottom: 8px !important;
}
a.btn-yellow {font-size: 12px;}

	
.help-wrapper h5 {font-size: 15px;}	
.help-wrapper {
    padding: 33px 10px;
    margin-bottom: 24px;
}
.w-70.pb-3.px-3 {
    max-width: 100%;
    margin: 0 auto;
}
.page-template-whatweoffer .header-banner, .secondary-banner {
    background-position: center;
    margin-top: 0;
    padding-bottom: 40px;
    padding-top: 101px;
}
.header-banner h1 {
    font-size: 160%;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.row.bg-white.p-5.rounded-3 {
    padding: 32px 15px !important;
}
.header-banner .banner-content {
	padding: 16px 15px 34px;
}

.footer-links li a {font-size: 14px;}
.footer-links ul {
    margin-left: 0px;
    margin-top: 14px;
   flex-wrap: wrap;
    gap: 5px;
    padding: 0px;
}


.footer-links ul li {
    list-style: none;
    margin-right: 0px;
}
.container-fluid.call-action {
    padding: 0px 25px 10px;
}
h3 {
    font-size: 24px;
}
.double-cta {
    padding: 0 30px;
}
.double-cta .row > .col-md-6 {
border: none;
}
footer .footer-socials {
    margin: 0 auto;
    text-align: center;
}
.double-cta .row > .col-md-6:first-child {
    border-bottom: 1px solid #fff;
    padding-bottom: 46px;
}
.header-banner {
    text-align: center;
}
.d-sm-none {
    display: none;
}
.header-banner p {
    font-size: 80%;
    margin-top: 13px;
    margin-bottom: 0px;
}
.highlight-blue {
    font-size: 80%;
    max-width: 94%;
}
p {
    font-size: 80%;
}
ul.list-style-blue-dot {
    font-size: 80%;
}
.container-fluid.call-action .col-md-7 > img {
    display: none;
}
h4 {
    font-size: 128%;
}
div#sectionwwo01 .row.pt-5.text-center {
    padding-bottom: 7px;
    padding-top: 34px !important;
}
.card-box {
    padding: 20px 10px;
    background-size: 80%;
    overflow: hidden;
    font-size: 80%;
}

.faq-box {
    padding: 20px;
    border-left: 4px solid #f7c000;
    background: #fff;
}
.services-bx .col-xs-6 {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 9px;
}
.card-box h4 {
    font-size: 20px;
}

.page-template-whatweoffer p, .page-template-whatweoffer ul li {
    font-size: 82%;
}

}

@media(max-width:991px){
	
.menu-main-menu-container #menu-main-menu li {
	padding-bottom: 15px;
}	
	.footer-logo img {
    width: 40vw;
}
#menu-main-menu li.current_page_item {
    border: none;
}
.footer-socials {
    display: flex;
    justify-content: right;
}
footer .container-fluid.bg-blue {
    padding: 15px 15px !important;
}
.location-footer.text-right.text-white {
    line-height: normal;
    margin-top: 12px;
    font-size: 3vw;
}
.footer-links ul li {
 line-height: 17px;
}
.footer-logo {
    width: 40vw;
}
a.navbar-brand.logo {
    padding: 0px;
}
.footer-socials {
    padding-top: 11px;
}
.footer-socials img {
    width: 7vw;
    margin-right: 0px;
    margin-left: 5px;
}	
.row.mobile-footer .col-md-4.col-4.text-center {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    padding: 0px;
}
.foot-copyright {
    font-size: 3vw;
    line-height: normal;
    margin: 0 -15px;
}
.footer-links ul li a {
    font-size: 3vw;
}
.footer-links ul {
    flex-direction: column;
    gap: 0px;
}
.header-banner {
    padding-top: 75px;
}
nav.navbar.navbar-expand-lg.navbar-darkcst div#collapsibleNavbar {
    width: 100%;
    position: absolute;
    top: 58px;
    left: 0;
    padding: 0px 12px 20px;
    text-align: center;
}
body.page-template main#primary .header-banner-page {
    padding-top: 100px;
}

button.navbar-toggler {
    outline: none !important;
    border: none !IMPORTANT;
}	
.header-banner-page {
    margin-top: 0px !important;
    padding-bottom: 55px;
    padding-top: 130px;
}
nav.navbar.navbar-expand-lg.navbar-darkcst {
    position: absolute;
    background: transparent !important;
    width: 100%;
}	
nav.navbar.navbar-expand-lg.navbar-darkcst div#collapsibleNavbar {
    background: #021a27;
    z-index: 2;
}	
ul.navbar-nav.site-nav {
    margin: 0px;
    padding: 16px 6px;
}
body.archive div#page .secondary-banner.header-banner, .resources-template-default div#page .secondary-banner.header-banner {
    padding: 77px 0px 32px;
}
img.d-none-mobile {
    display: none;
}
.page-template div#page .navbar-darkcst {
    background: #011927;
}
section.sectionhowitwork .dark-blue {
    padding: 15px;
}
.img-wraper {
    padding-bottom: 0;
}
.vector-section-three {
    background-size: 107px;
    background-position: left 0px;
    padding-left: 100px;
    background-image: url("http://b2bnavigator.com/wp-content/uploads/2023/08/mobilescr.png");
    min-height: 392px;
    position: relative;
    width: 300px;
}
.vector-section-three .d-flex .icon-vector-bottom {
    padding-bottom: 0px;
    padding-top: 6px;
}

.vector-section-three .icon-vector-bottom {
    text-align: left !important;
}

div#page .navbar-darkcst a.nav-link.contact-btn {

    padding: 7px 25px;
    text-align: center;
    display: inline-block;
	    margin-top: 13px;
}
div#page .navbar-darkcst {
padding: 8px 15px;
}
.svg-change-img-wrapper {
    width: 110px;
    height: 110px;
    position: relative;
}
.svg-change-img-wrapper {
    margin: 10px auto;
}
div#btwonavigatorcst {
    gap: 10px;
}
span.hoverbx {
    padding: 8px 5px;
    font-size: 11px;
    max-width:120px;
}
.animation-wrapper {
    margin: 0 auto;
    padding: 0px;
}
section.sectionnavigator.py-5 p br {
    display: none;
}
.header-banner-page h1 {
    font-size: 26px;
}
button.navbar-toggler {
    padding: 0px !important;
}
div#demo .carousel-inner {
    padding: 50px 15px 37px !important;
}
section.sectionnavigator.py-5 {
    padding-bottom: 0px !important;
}
div#sectionhalbtn .d-flex.justify-content-center {
    flex-wrap: wrap;
    gap: 13px;
}
.content-wrapper {
padding: 25px 15px;
    height: 100%;
}
div#sectionslider {
    padding: 20px;
}
.row.desktop-footer {
    display: none;
}



}

@media(min-width:992px){
.row.mobile-footer {
    display: none;
}	
	
}
@media(max-width:1199px){
.vector-section-three .d-flex {
    flex-wrap: wrap;
}	


.vector-section .d-flex {
    flex-wrap: wrap;
    flex-direction: column;
}
.vector-section .img-wraper {
    padding-bottom: 21px;
    padding-left: 407px;
    display: block;
}
.icon-vector-bottom {
    max-width: 320px;
    margin: 0px 0px 0px 117px;
    text-align: left;
}

.vector-section {
    background-image: url("http://b2bnavigator.com/wp-content/uploads/2023/08/B2BNavigator_MobileDesign_Assets_WheretoPlay.svg");
    background-position: left;
    background-size: contain;
    min-height: 507px;
}
}

.the_title {
    max-width: 800px;
    margin: auto;
}
body.home .container-fluid.GHJ {
    display: none !important;
}
.posrelative {
    position: relative;
}
.post, .page {
    margin: 0 !important;
}
@media (min-width: 767px) and (max-width:950px) {
    .back-btn {
        top: -50px !important;
        position: relative;
        left: 20px;
        text-align: center;
        margin: auto;
    }
}