/*!
Theme Name: Ranmarine
Theme URI: http://underscores.me/
Author: Sumesh Ramdin
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: ranmarine
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Ranmarine is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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.
 */
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: #000;
	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, html {
	overflow-x: hidden;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		box-sizing: border-box;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

/* a:visited {
	color: #800080;
} */

/* a:hover,
a:focus,
a:active {
	color: #191970;
} */

/* a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
} */

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

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

.nav-links {
	justify-content: space-between;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	/* flex: 1 0 30%; */
	width: 100%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	/* flex: 1 0 30%; */
	width: 100%;
}

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

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

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

@font-face {
    font-family: 'AktivGrotesk-Bold';
    src: url('fonts/AktivGrotesk-Bold.eot');
    src: url('fonts/AktivGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/AktivGrotesk-Bold.woff2') format('woff2'),
        url('fonts/AktivGrotesk-Bold.woff') format('woff'),
        url('fonts/AktivGrotesk-Bold.ttf') format('truetype'),
        url('fonts/AktivGrotesk-Bold.svg#AktivGrotesk-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk-Medium';
    src: url('fonts/AktivGrotesk-Medium.eot');
    src: url('fonts/AktivGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/AktivGrotesk-Medium.woff2') format('woff2'),
        url('fonts/AktivGrotesk-Medium.woff') format('woff'),
        url('fonts/AktivGrotesk-Medium.ttf') format('truetype'),
        url('fonts/AktivGrotesk-Medium.svg#AktivGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk-Regular';
    src: url('fonts/AktivGrotesk-Regular.eot');
    src: url('fonts/AktivGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AktivGrotesk-Regular.woff2') format('woff2'),
        url('fonts/AktivGrotesk-Regular.woff') format('woff'),
        url('fonts/AktivGrotesk-Regular.ttf') format('truetype'),
        url('fonts/AktivGrotesk-Regular.svg#AktivGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body {
	font-family: 'AktivGrotesk-Regular';
	color: #0F184E;
}

.button:active, 
 button:active,
.button:focus, 
 button:focus {
    border:none !important;
    outline:none !important;
}

/* .button:active, 
 button:active,
.button:focus, 
 button:focus,
.button:hover, 
 button:hover{
    border:none !important;
    outline:none !important;
} */

.btn:focus {
	outline: none !important;
  }

textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
  border:none !important;
  outline:none !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: 0;
}

.page-template-front-page h1 {
	font-family: 'AktivGrotesk-Regular';
	font-size: 28px;
}

h1 {
	font-family: 'AktivGrotesk-Regular';
	font-size: 62px;
}

h2 {
	font-family: 'AktivGrotesk-Regular';
	font-size: 32px;
    line-height: 1.4em;
	color: #0F184E;
}

h3 {
	font-family: 'AktivGrotesk-Regular';
	font-size: 60px;
    line-height: 1.4em;
	color: #0F184E;
}

h4 {
	font-family: 'AktivGrotesk-Regular';
	font-size: 32px;
    line-height: 1.4em;
}

h5 {
	font-family: 'AktivGrotesk-Regular';
	font-size: 26px;
    line-height: 1.4em;
}

p {
	font-family: 'AktivGrotesk-Regular';
	font-size: 1.1rem;
	color: #0F184E;
	line-height: 1.4;
}

a {
	text-decoration: none;
}

.bg-dark {
	background: #3D3D3D;
}

.bg-dark-blue {
	background: #0F184E;
}

.bg-blue {
	background: #7BC3D4;
}

.text-dark-blue {
	color: #0F184E;
}

.bg-orange {
	background: #DB6233;
}

.text-dark {
	color: #3D3D3D;
}

.text-blue {
	color: #0F184E;
}

.text-light-blue {
	color: #7BC3D4;
}

.text-orange {
	color: #DB6233;
}

.padding-small {
	padding: 4rem;
}

.padding-medium {
	padding: 5rem;
}

.padding-large {
	padding: 6rem;
}

.padding-right-custom {
    padding-right: 100px;
}

.btn-white {
    background: #fff;
    color: #000;
	border: 1px solid #fff;
	border-radius: 10em;
	padding: 13px 31px;
	text-transform: uppercase;
	font-size: 14px;
    line-height: 1;
}

.btn-white:hover {
    background: transparent;
    color: #fff;
}


.btn-transparent {
    background: transparent;
    color: #fff;
	border: 1px solid #fff;
	border-radius: 10em;
	padding: 4px 22px;
	font-size: 14px;
}

.btn-transparent:hover {
	background: #fff;
    color: #000;
}

.btn-primary {
	background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 40px;
    font-size: 16px;
    min-width: 200px;
    padding: 12px 32px;
}

.btn-small {
	background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 40px;
    font-size: 14px;
    padding: 4px 16px;
}

.btn-primary:hover {
	background: #000 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.banner-btns .btn-white {
	margin-right: 10px;
}

.banner-btns .btn-transparent {
	margin-left: 10px;
}

.custom-padding-large {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.custom-padding-medium {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.custom-padding-small {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

/* .professional-associations-block img {
    width: 25%;
    height: auto;
    margin-right: 20px;
}

.professional-associations-block img:last-child {
    margin-right: 0;
} */

.video_container .vidbg-overlay {
	opacity: 0.6;
}

.site-header {
    left: 0;
    right: 0;
    padding: 18px 0;
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
	z-index: 9;
	position: absolute;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #7BC3D4;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	color: #7BC3D4;
}

.fix-menu {
	background: #fff;
    box-shadow: 0 5px 10px 0.5px rgba(0, 0, 0, 0.1);
    left: 0;
    position: fixed;
    z-index: 1500;
    top: 0;
	transition: 1s;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	color: #fff;
}

.fix-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	color: #0F184E;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	color: #7BC3D4;
}

.fix-menu .is-menu path.search-icon-path {
    fill: #0F184E;
}

/* .fix-menu .btn-search {
    color: #0F184E;
    border: 2px solid#0F184E;
} */

.custom-logo {
	display: none;
}

.logo-white {
	display: block;
}

.fix-menu .custom-logo {
	display: block ;
}

.fix-menu .logo-white  {
	display: none;
}

.mega-sub-menu ul li a {
	font-size: 18px;
}
.main-navigation a {
    color: #000;
}

.main-navigation ul li > a {
    display: inline-block;
    position: relative;
}

.main-navigation ul li > a::after {
	content: "";
	display: block;
	margin: auto;
	height: 3px;
	width: 0;
	top: 5px;
	background: transparent;
	transition: all 0.3s;
	
  }
  
  .main-navigation ul  li > a:hover::after, .main-navigation ul li > a.active-nav::after {
	width: 100%;
	background: #7fc9da;
  }

/* .main-navigation li {
    padding: 20px;
} */


#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    text-align: right;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.menu-btn-orange {
	background: #DB6233;
    color: #fff;
    border: 1px solid #DB6233;
    border-radius: 40px;
    padding: 0px 12px;
	margin-right: 15px;
}

.btn-search {
	background: #000;
    color: #fff;
    border: 2px solid #000;
	display: flex;
	align-items: center;
	padding: 9px 22px;
	border-radius: 40px; 
	font-size: 14px;
}

.btn-search i {
	margin-left: 10px;
}

header.is-fixed .main-navigation a {
    color: #fff;
}

.video_container_inner {
	padding: 8% 0;
}

.home-banner-left {
	margin-bottom: 3rem;
}

.home-banner-right  {
	margin-bottom: 3rem;
}

.home-banner-left p {
	font-size: 20px;
}

.home-banner-left p.breadcrumbs {
	font-size: 18px;
}

.sector-block p {
	font-size: 16px;
	color: #fff;
}

.sector-block ul {
	margin: 20px 0;
    list-style: none;
    margin-left: 0;
    padding: 0;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.sector-block ul li {
	position: relative;
    margin-bottom: 8px;
	width: 48%;
}

.sector-block ul li a {
	color: #7BC3D4
}

.sector-three-columns .solution-block-inner-header {
    height: 180px;
}

.solutions-block-header {
	height: 650px;
	background-size: cover;
	background-repeat: no-repeat;
}

.solutions-block-inner:first-of-type {
	width: 100%;
	position: relative;
	display: none;
}

.solutions-block-inner:first-of-type .solutions-block-content {
	position: absolute;
	bottom: 0;
	left: 40px;
}

.solutions-content_middle_images-right {
	width: 40%;
	height: 525px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
}

.solutions-content_middle_images-left {
	width: 58%;
	margin-right: 2%;
	height: 525px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
}


.solutions-benefits {
	background: #F4F4F4;
}

.solutions-benefits p {
	font-size: 16px;
}

/* .solutions-block .col-md-6:nth-child(1) {
	display: none !important;
} */

.solutions-content_middle_images img {
	border-radius: 20px;
}

.solutions-content_middle_image_three {
	height: 525px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 20px;
}

.our-products-landing-header {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 180px;
	width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.feature-block {
	background: #f4f4f4;
	border-radius: 30px;
}

.feature-block-left {
	background: #7BC3D4;
	width: 50%;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.feature-block-right {
	width: 50%;
	border-radius: 30px;
}

.purchase-options-block ul {
	margin: 30px 0;
	list-style: none;
	margin-left: 20px;
}

.purchase-options-block ul li {
	margin-bottom: 12px;
}

.purchase-options-block h5 {
	position: relative;
	padding: 28px 0;
	border-bottom: 1px solid #0F184E;
}

.purchase-options-block a  {
	color: #000;
	display: block;
}

.purchase-options-block h5:after {
	content: url("images/north_east.svg");
	position: absolute;
	right: 0;
    top: 24%;
}

.purchase-options-block-left img {
	width: 372px;
}

.about-block {
	background: #3D3D3D;
}

.about-block-right img {
	margin-top: -30%;
}

.about-top-image {
	justify-content: center;
	align-items: end;
}

img.about-top-image-right {
	width: 100%;
	max-width: 50%;
}

img.about-top-image-left {
	width: 200px;
	max-width: 100%;
	margin-right: 20px;
}

.about-info-blocks {
	background: #F4F4F4;
}

.info-blocks-item img {
	width: 110px;
	max-width: 100%;
	margin-right: 10px;
}

.awards-block-logos .gs_logo_area_2 .gs_logo_single--wrapper {
    width: 24.5%;
}

.awards-block-logos .gs_logo_single img {
    width: 30%;
}

.awards-block-logos .gs_logo_single--wrapper {
	height: 240px !important;
}

.slick-prev:before {
	content: url("images/left-arrow.png");
  }
  
  .slick-next:before {
	content: url("images/right-arrow.png");
  }

  .slick-dots li button:before {
	font-size: 11px;
  }

  .slick-dots li.slick-active button:before {
	color: #0F184E
  }

 .slick-next {
    right: 15px;
	background: #fff;
    height: 40px;
    width: 30px;
} 

.slick-prev {
    left: 15px;
	background: #fff;
    height: 40px;
    width: 30px;
	z-index: 9;
}

/* the slides */
.home-products .slick-slide {
    margin: 0 10px;
}
/* the parent */
.home-products .slick-list {
    margin: 0 -10px;
}

.home-products .card-body {
	min-height: 280px;
}

.home-products .card-body .btn-small {
	position: absolute;
    bottom: 20px;
}

.awards-block .slick-next {
    right: 0%;
}

.awards-block .slick-prev {
    left: 0%;
}

.gs_logo_single.gs_logo-single--flex-center {
	border: 1px solid #7BC3D4;
	border-radius: 10px;
    text-align: center;
}

.gs_logo_area.carousel_nav_pos--bottom .swiper-button-prev {
	left: auto;
    top: -20px;
    right: 40px;
}

.gs_logo_area.carousel_nav_pos--bottom .swiper-button-next {
	left: auto;
    right: 40px;
    top: -20px;
}

.home-banner-right .slick-prev:before {
	content: url("images/left-arrow-white.png");
  }

.home-banner-right .slick-next:before {
	content: url("images/right-arrow-white.png");
  }

 .awards-block .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #7fc9da;
}

.awards-block .slick-dots li button:before {
    font-size: 10px;
}

.home-blog {
	background: #F7F7F7;
}

.home-blog .card {
	background: transparent;
}

.home-blog .card-body {
	min-height: 120px;
}

.home-blog h5.card-title {
	font-size: 1.2rem;
	color: #000;
}

.home-blog h5.card-title {
	font-size: 1.2rem;
	color: #000;
}

.home-blog a {
	text-decoration: none;
}

.home-blog .card-footer  {
    background: #fff;
}

.home-blog .card-footer h6 {
    color: #DB6233;
}

.home-video-middle {
    padding: 14% 0;
	background:linear-gradient(0deg, rgba(219, 98, 51, 1), rgba(219, 98, 51, 0.6)), url('/ranmarine/wp-content/uploads/2021/11/WhatsApp-Image-2021-06-15-at-10.37.22.jpeg');
	background-size:cover;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.home-blog .date,
.home-blog .blog-categories {
	display: block;
	color: #0F184E;
	text-transform: uppercase;
}

#back-to-top {
	display: inline-block;
	background-color: #DB6233;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, 
	  opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
  }

  #back-to-top::after {
	content: "\f106";
	font-family: "Font Awesome 6 Free";
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
  }

  #back-to-top:hover {
	cursor: pointer;
	background-color: #333;
  }

  #back-to-topactive {
	background-color: #555;
  }

 #back-to-top.show {
	opacity: 1;
	visibility: visible;
  }

  .site-footer {
	background: #0F184E;
	color: #fff;
	font-size: 14px;
  }

  .site-footer p {
	font-size: 14px;
  }

  .site-footer a {
	color: #DB6233;
  }

  .site-footer h6 {
	font-family: 'AktivGrotesk-Medium';
	color: #fff;
  }

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

  .site-footer ul li {
	margin-bottom: 8px;
	font-size: 15px;
  }

  .footer-bottom {
	background: #DB6233;
	padding: 10px 0;
  }

  .footer-bottom p {
	margin-bottom: 0;
	color: #fff;
  }

  .footer-social-inner i:hover {
	transform: scale(1.2);
	transition: 0.5s;
}

  .site-info {
	padding: 40px 0;
  }

  .footer-social-block {
	border-bottom: 1px solid #fff;
  }

  .fab, .fa-brands {
    font-size: 20px;
}

.site-footer ul li > a {
    display: inline-block;
    position: relative;
}

.site-footer ul li > a::after {
	content: "";
	display: block;
	margin: auto;
	height: 3px;
	width: 0;
	top: 5px;
	background: transparent;
	transition: all 0.3s;
	
  }
  
  .site-footer ul  li > a:hover::after, .site-footer ul li > a.active-nav::after {
	width: 100%;
	background: #7fc9da;
  }

  .page-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
/* 	padding: 340px 0 60px 0; */;
	height: 100vh;
	display: flex;
	align-items: end;
	justify-content: flex-end;
  }

  .page-banner-blue {
	padding: 140px 0 0 0;
	height: auto;
  }

  .page-banner-white {
	padding: 140px 0 0 0;
	height: auto;
  }

  .page-banner-blue h1 {
	font-size: 120px;
  }

  .page-banner-white h1 {
	font-size: 120px;
  }

  .single-posts-title h1 {
	font-size: 60px;
  }

  .page-banner-split h1 {
	font-size: 120px;
  }

  .standard-layout-one-left {
	width: 80%;
	z-index: 9;
  }

  .standard-layout-one-right img {
	position: absolute;
    top: -15%;
    right: 0;
    width: 65%;
  }

  .standard-layout-one-right {
	width: 100%;
  }

  .one-three-quarter-inner {
	padding: 140px 0;
  }

  .one-three-quarter-inner:first-child {
	padding-top: 0;
  }

  .standard-layout-one {
	margin: 5rem;
  }

.two-three-column img {
	display: flex;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10%;
}

.three-three-column img {
	display: flex;
	width: 90%;
	margin-left: auto;
	margin-top: -10%;
}

.one-three-quarter-inner .col-md-5 {
    padding-right: 6%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	font-family: 'AktivGrotesk-Medium';
    font-size: 1.0625rem;
    line-height: 1.4em;
	color: #0F184E;
}

.mega-sub-menu {
    padding-top: 1.5% !important;
	padding-bottom: 2.5% !important;
}

.mega-sub-menu ul li a {
    font-size: .9375rem;
	color: #0F184E;
}


.close-subnav {
    position: absolute !important;
    left: 88% !important;
    top: 10px !important;
    width: 100px !important;
  }

.menu-close-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.menu-close-btn p {
    margin-bottom: 0 !important;
    font-size: 1.125rem;
    color: #022b53;
    margin-left: 6px;
}

.card-img-top {
	height: 520px;
    width: 100%;
}

.sector-block-inner-section {
	padding: 80px 0;
    border-bottom: 1px solid #7BC3D4;
}

.sector-block-inner-section:last-child {
    border-bottom: 0;
}

.sector-block-inner-section-right h5 {
    position: relative;
    padding: 28px 0;
    border-bottom: 1px solid #7BC3D4;
}

.sector-block-inner-section-right h5 a {
    color: #0F184E;
}

.sector-block-inner-section-right h5:after {
    content: url(images/north_east.svg);
    position: absolute;
    right: 0;
    top: 24%;
}

.sector-block-inner-section-left p {
    width: 80%;
}

ul.breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

ul.breadcrumbs li {
    margin-right: 44px;
	position: relative;
}

ul.breadcrumbs li a {
    color: #0F184E;
	font-size: 18px;
}

ul.breadcrumbs li:first-of-type:after {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-weight: normal;
	font-style: normal;
    position: absolute;
    right: -26px;
}

ul.breadcrumbs li:nth-child(2) a {
	color: #7BC3D4;
}

.slick-slide-fullwidth {
	height: 500px;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
}

.sector-bottom-left {
	height: 550px;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
	margin-right: 40px;
}

.post-nav {
	border-top: 1px solid #7BC3D4;
	padding-top: 20px;
}

.single-sector-images-middle .slick-slide {
    margin: 0 10px;
}

.single-sector-images-middle-right {
	display: flex;
    justify-content: end;
    align-items: end;
	margin-bottom: -60px;
}

.nav-previous .nav-subtitle {
	color: #0F184E;
    font-size: 16px;
}

.nav-previous .nav-subtitle:before {
	content: url('images/arrow_back.svg');
	position: absolute;
    left: -16px;
    top: -2PX;
}

.nav-previous .nav-title {
	color: #0F184E;
    font-size: 16px;
}

.nav-next .nav-subtitle  {
	color: #0F184E;
    font-size: 16px;
}

.nav-next .nav-subtitle:after  {
	content: url('images/arrow_forward.svg');
	position: absolute;
    right: -16px;
    top: -2PX;
}

.nav-next .nav-title {
	color: #0F184E;
    font-size: 16px;
}

.post-nav-link {
/* 	position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
	width: 240px;
	margin: 0 auto;
}

.post-nav-link a {
	color: #0F184E;
	font-size: 16px;
}


.solution-block-inner {
	border: 1px solid #7BC3D4;
	border-radius: 10px;
	margin-bottom: 20px;
	min-height: 410px;
}

.solution-block-inner-header {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px;
}


#accordion .card {
    margin-bottom: 20px;
	border: 1px solid #7BC3D4;
    border-radius: 10px
}

#accordion .card-header {
    background: transparent;
    padding: .6rem 1.25rem
}

#accordion .card-header:first-child {
    border-radius: 10px;
	border-bottom: 0;
}

#accordion .btn,#accordion .comment-form input[type=submit],#accordion .search-form .search-submit,.comment-form #accordion input[type=submit],.search-form #accordion .search-submit {
    color: #022b53;
    padding: 0
}

#accordion .btn {
    width: 100%;
    text-align: left;
    box-shadow: none;
    outline: none!important;
    z-index: 7;
    position: relative;
	text-decoration: none;
}

/* #accordion .btn:hover {
    text-decoration: none
} */

/* #accordion .card-header {
    padding: 0
} */

#accordion .card-body {
    background: transparent;
    border-radius: 0 0 10px 10px;
	padding-top: 0;
}

#accordion .btn:after,#accordion .comment-form input[type=submit]:after,#accordion .search-form .search-submit:after,.comment-form #accordion input[type=submit]:after,.search-form #accordion .search-submit:after {
    content: "\f107";
	font-family: "Font Awesome 6 Free";
	font-weight: normal;
	font-style: normal;
	right: 20px;
    position: absolute;
}

#accordion .btn[aria-expanded=true]:after,#accordion .comment-form input[type=submit][aria-expanded=true]:after,#accordion .search-form .search-submit[aria-expanded=true]:after,.comment-form #accordion input[type=submit][aria-expanded=true]:after,.search-form #accordion .search-submit[aria-expanded=true]:after {
	content: "\f106";
	font-family: "Font Awesome 6 Free";
	font-weight: normal;
	font-style: normal;
    right: 20px;
    position: absolute;
}

.faq-tabs {
	flex-direction: column;
}

.faq-tabs-inner h5 {
	font-size: 24px;
}

.faq-tabs a {
	color: #0F184E;
	font-size: 24px;
	opacity: 0.2;
	transition: 0.1;
	position: relative;
}

.faq-tabs a:hover {
	color: #0F184E;
	opacity: 1;
	border: 0;
}

.faq-tabs .active {
	border: 0;
	border-bottom: 1px solid #DB6233 !important;
	opacity: 1;
}

/* .faq-tabs .active:after {
	content:"";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 12px;
	background: rgba(7, 151, 144, 0.5);
} */

img.team-members-profile {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

/* .team-members .card-body {
    position: absolute;
    right: 0;
	width: 190px; 
}*/

.team-members .card-body a {
	color: #7BC3D4;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 20px;
	letter-spacing: 2px;
}

.team-members .card-body p {
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0.2;
}

.team-members .card-body h5 {
	font-size: 20px;
}

.team-tabs {
	border: 0;
	border-top: 1px solid #7BC3D4;
	padding-top: 20px;
    padding-bottom: 50px;
}

.team-tabs .nav-link {
	color: #0F184E;
	border-radius: 40px;
    padding: 4px 16px;
	border: 1px solid #0F184E;
	font-size: 16px;
	margin-right: 8px;
}

.team-tabs .nav-link.active {
    color: #fff;
	background: #0F184E;
}

/*----white banner ---*/

/* .page-template-template-team #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
     color: #0f184e
} */

/* .page-template-template-team  .is-menu path.search-icon-path, */
/* .page-template-template-articles .is-menu path.search-icon-path, */
/* .page-template-template-contact  .is-menu path.search-icon-path,  */
.page-template-template-text  .is-menu path.search-icon-path{
    fill: #0F184E;
}

.page-template-template-team .custom-logo {
    display: block;
}

.page-template-template-team .logo-white {
    display: none;
}

/* div.team-member-block > div > div:nth-child(even) > div {
	margin-top: -80px;
} */

.newsletter-block {
	padding-top: 16%;
    padding-bottom: 18%;
    background-size: cover;
	background-repeat: no-repeat;
}

#gform_2 {
    width: 100%;
}

#gform_wrapper_2  .gform_body {
    max-width: 100%;
    width: 100%;
}

#gform_wrapper_2 .gfield .large {
    border-radius: 0;
    padding: 9px 16px;
	background: rgba(255, 255, 255, 0.2);
	border: 0;
	border-radius: 20px;
	color: #fff;
}

#gform_wrapper_2 input[type=submit] {
    margin: 0;
    border-radius: 20px;
    padding: 6px 16px;
    background: transparent;
    border: 2px solid #fff;
	color: #fff;
}

.gs_logo_single img {
    width: 50%;
}

/* .home-products {
    justify-content: flex-end;
} */

.home-products .card {
	background: #f7f7f7;
	border-radius: 24px;
}

.home-products .card-img-top {
	height: 180px;
}

.investor-relations-block h5 {
    position: relative;
    padding: 28px 0;
    border-bottom: 1px solid #7BC3D4;
}

.investor-relations-block a  {
    color: #fff;
}

.investor-relations-block h5:after {
    content: url(images/north_east.svg);
    position: absolute;
    right: 0;
    top: 24%;
	filter: brightness(0) invert(1);
}

.is-popup-search-form form.is-ajax-search {
    /* margin: 0 auto 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center; */
}

.is-form-style input.is-search-input {
    background: transparent;
    color: #fff;
    padding: 22px 12px;
	border: 0 !important;
    font-size: 22px!important;
    border-bottom: 1px solid #fff !important;
}

.is-search-icon svg {
    width: 32px;
}

.is-search-icon {
    background: transparent;
	border: 0;
}

.is-form-style .is-search-submit path {
    fill: #fff;
}

#is-popup-wrapper {
    background: rgba(4,4,4,.60);
}

.is-ajax-search-details a, .is-ajax-search-result a {
    color: #0F184E;
}
/* .post-template-default #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #0f184e;
}

.post-template-default .custom-logo {
    display: block;
} */

.single-post-block a {
	color: #DB6233;
}

.single-post-banner {
    height: 425px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    margin: 120px 0 60px 0;
}

.single-post #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #0f184e;
}

.single-post .custom-logo {
    display: block;
}

.single-post .logo-white {
    display: none;
}

.entry-header {
	display: none;
}

/* .page-template-template-articles #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #0f184e;
} */

.page-template-template-articles .custom-logo {
    display: block;
}

.product-block-inner-header {
	height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
	background-position: left;
	filter: saturate(0%) brightness(0%);
    transition: filter .3s ease;
}

.product-video { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.product-video iframe,
.product-video object,
.product-video embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-template-template-text #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #0f184e;
}

.page-template-template-text .custom-logo {
    display: block;
}

.page-template-template-text .logo-white {
    display: none;
}


/* -------Contact------- */

/* .page-template-template-contact #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #0f184e;
}

.page-template-template-contact .custom-logo {
    display: block;
}

.page-template-template-contact .logo-white {
    display: none;
} */

.contact-top-right {
	background-color: rgba(123, 195, 212, 1)
}

#gform_wrapper_1 .gfield select.large {
    border: 0;
	border-bottom: 1px solid #000;
}

#gform_wrapper_1 .gfield select.large {
	background: transparent;
    width: 100%;
    border: 0;
	border-bottom: 1px solid #000;
}

#gform_wrapper_1 .gfield input.large {
	background: transparent;
    width: 100%;
    border: 0;
	border-bottom: 1px solid #000;
}

#gform_wrapper_1 .ginput_complex select {
    background: transparent;
    border: 0;
	border-bottom: 1px solid #000;
}

#gform_wrapper_1 .ginput_container_address span {
    flex: 0 0 100%;
}

#gform_wrapper_1 .gfield textarea.large {
	background: transparent;
    height: 80px;
	border: 0;
	border-bottom: 1px solid #000;
}

#gform_wrapper_1 .gfield {
	margin-bottom: 20px;
}

.contact-top-left a {
	color: #7BC3D4
}

.contact-top-left p {
	margin-bottom: 0;
}

#gform_submit_button_1 {
	background: #DB6233;
    color: #fff;
    border: 1px solid #DB6233;
	border-radius: 20px;
    padding: 6px 16px;
}

#mpfy-canvas-0 {
	height: 600px !important;
}

.mpfy-tooltip-content a {
	color: #DB6233;
}

#mpfy-canvas-0 > div.leaflet-pane.leaflet-map-pane > div.leaflet-pane.leaflet-marker-pane > img:nth-child(3) {
	-webkit-filter: hue-rotate(500deg);
		    filter: hue-rotate(500deg);
}

#mpfy-canvas-0 > div.leaflet-pane.leaflet-map-pane > div.leaflet-pane.leaflet-marker-pane > img:nth-child(5) {
	-webkit-filter: hue-rotate(500deg);
		    filter: hue-rotate(500deg);
}

#mpfy-canvas-0 > div.leaflet-pane.leaflet-map-pane > div.leaflet-pane.leaflet-marker-pane > img:nth-child(1) {
	-webkit-filter: hue-rotate(500deg);
		    filter: hue-rotate(500deg);
}

#mpfy-canvas-0 > div.leaflet-pane.leaflet-map-pane > div.leaflet-pane.leaflet-marker-pane > img:nth-child(4) {
	-webkit-filter: hue-rotate(500deg);
			filter: hue-rotate(500deg);
}

#mpfy-canvas-0 > div.leaflet-pane.leaflet-map-pane > div.leaflet-pane.leaflet-marker-pane > img:nth-child(2) {
	-webkit-filter: hue-rotate(500deg);
			filter: hue-rotate(500deg);
}

#mpfy-canvas-0 > div.leaflet-pane.leaflet-map-pane > div.leaflet-pane.leaflet-marker-pane > img:nth-child(10) {
	-webkit-filter: hue-rotate(500deg);
			filter: hue-rotate(500deg);
}

.map-key {
	display: flex;
}

.map-key p {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-right: 20px;
}

.map-key p span {
	margin-left: 10px;
}

.map-key-blue {
	background-color: #dc4846;
	height: 16px;
	width: 16px;
	display: block;
}

.map-key-red {
	background-color: #1975c9;
	height: 16px;
	width: 16px;
	display: block;
}

.purchase-options-header {
	background-size: cover;
	height: 300px;
}

.single-sectors-inner-header {
	background-size: cover;
}


  
 /*Gravity Forms 2.5+ CSS Styled Radio & Checkbox fields*/
 #gform_wrapper_1 .gchoice {
    z-index:1;
    position:relative;
    margin:0 0 10px 0;
    padding:0;
    height:70px;
}

#gform_wrapper_1 input.gfield-choice-input {
    z-index:2;
    appearance:none;
    margin:0;
    padding:0;
    width: 100%;
    border-radius: 5px;
    height:100%;
    background: white;
    transition: .3s all ease-in-out;
    position:absolute;
    background:#dfe1e5;
    position:absolute;
}

#gform_wrapper_1 input.gfield-choice-input:hover,
#gform_wrapper_1 .gchoice label:hover {
    cursor:pointer;
}

#gform_wrapper_1 input.gfield-choice-input:checked {
    background:#DB6233;
}

#gform_wrapper_1 input.gfield-choice-input:checked + label {
    color:white;
}

#gform_wrapper_1 .gchoice label {
    z-index:3;
    font-weight:700;
    color:#141c25;
    display:block;
    position: absolute;
    padding: 0 0 0 30px;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
    overflow:visible;
}

#gform_wrapper_1 input.gfield-choice-input + label:after {
    content: "";
    position: absolute;
    right: -10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 2px solid #c5c9d2;
    z-index: 2;
    top: 50%;
    transition: .3s all ease-in-out;
    color: white;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
}

#gform_wrapper_1 input[type="checkbox"].gfield-choice-input + label:after { 
    border-radius: 5px;
}

#gform_wrapper_1 input[type="radio"].gfield-choice-input + label:after {
    border-radius:50px;
}

#gform_wrapper_1 input.gfield-choice-input:checked + label:after {
    content: "\00D7";
    border: 2px solid white;
}

.product-bottom-image img {
	border-radius: 20px;
}

ul.rm-middle-list {
	margin: 0;
}

ul.rm-middle-list li {
	margin-bottom: 10px;
}

.rm-three-columns {
	background: #F4F4F4;
}

.rm-three-columns .sector-three-columns .solution-block-inner-header {
    height: 120px;
}

.rm-three-columns .solution-block-inner {
	min-height: 100%;
}

.not-found {
	height: 100vh;
	background-position: center;
    background-size: cover;
}

.not-found h1 {
	font-size: 120px;
}

div.cky-footer-wrapper > div:nth-child(3) {
	display: none !important;
}

.product-footer-statement h4 {
	text-align: center;
	font-style: italic;
	color: #DB6233;
	font-size: 25px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu {
	margin-top: 20px;
}

.postid-6884 #nav-profile-tab {
	display: none;
}

.baskets-block {
	margin-top: 3rem;
}

.baskets-block-left {
	float: left;
	padding: 0 20px 20px 0;
}

.baskets-block-left img {
    width: 300px;
}

.download-block-card {
	/* height: 250px; */
    width: 23%;
	margin-right: 2%;
	margin-top: 80px;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 8px #ccc;
    -webkit-box-shadow: 0 0 8px #ccc;
    box-shadow: 0 0 8px #ccc;
}

.downloads-block a.lightbox-image {
    display: block;
}

.downloads-block-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
	width: 100%;
	height: 250px;
	-webkit-filter: brightness(100%);
}

.downloads-block-inner:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.download-block-card:nth-child(4n) {
    margin-right: 0;
}