/*!
Theme Name: CMOS
Theme URI: https://flowebdesign.ie
Author: Flo Web Design
Author URI: https://flowebdesign.ie
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: Leinster-Electrical
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.

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

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: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%;
	/*top: 61px;*/
	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: 300px;
}

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


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

.main-navigation li {
	position: relative;
}

nav#site-navigation ul#primary-menu li.current-menu-item a {
    color: #ED1C24;
}
/*nav#site-navigation ul#primary-menu li.current_page_item {*/
/*    background: #ED1C2491;*/
/*}*/
.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;
}


/*Custo CSS*/
 
 
p, li{
    font-size: 18px;
    font-family: 'Open Sans',sans-serif;
} 

.white_grey_section .container h1 {
    font-size: 25px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    position:relative;
    color:#000A65;
}

.white_grey_section .container h1.page-title,
.page-title{
     font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 25px;
    color:#000A65 ;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 35px;
    padding-top:50px;
}
.page-title:after,
.single-title:after{
    content: '';
    width: 10px;
    height: 69px;
    position: absolute;
    display: block;
    background: #ED1C24;
    left: -19px;
    bottom: -14px;
}


/*.logged-in header#masthead {*/
/*    margin-top: 31px;*/
/*}*/
/*.logged-in div#page {*/
/*    margin-top: 31px;*/
/*}*/


@media (min-width: 1400px){
   .container {
    max-width: 1480px!important;
    } 
}


header .container{max-width: 1550px !important}

header#masthead {
    position: relative;
    top: 0;
    z-index: 10;
    width: 100%;    
    padding-top: 15px;
    padding-bottom: 30px;
    transition: all linear .3s;
    background:#fff;
}

.page-template-debtor-frontpage header#masthead,
.page-id-2 header#masthead,
.home header#masthead{
    position: fixed;
    background:transparent;
}

.page-template-debtor-frontpage img.custom-logo,
.page-id-2 img.custom-logo,
.home img.custom-logo{
    filter: brightness(0) invert(1);
}

.page-template-debtor-frontpage header#masthead.sticky img.custom-logo,
.page-id-2 header#masthead.sticky img.custom-logo,
.home header#masthead.sticky img.custom-logo{
    filter: none;
}


.logged-in.page-template-debtor-frontpage header#masthead,
.logged-in.page-id-2 header#masthead,
.logged-in.home header#masthead{
    margin-top: 31px;
}

.logged-in header#masthead.sticky {
    margin-top: 31px;
}
header#masthead.sticky {
	transition: all linear .3s; 
	position:fixed;
	padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    background:#fff;
}

header#masthead.sticky img.custom-logo{
	max-width: 400px;
	transition: all linear .3s; 
}
img.custom-logo{
	transition: all linear .3s; 
}
.topbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom:1px solid #ED1C24;
}


.topbar a {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    margin: 0 10px 8px 10px;
    text-decoration: none;
    border-right: 1px solid #ED1C24;
    padding-right: 10px;
    color:#000;
}


.home .topbar a,
.page-id-2 .topbar a,
.page-template-debtor-frontpage .topbar a{
    color: #fff;
}

.sticky .topbar a{
    color:#000;
}

.topbar a:last-of-type{
    border-right: 0px solid #000;
}


.topbar .pay-btn {
    color: #fff;
    background: #ED1C24;
    padding: 8px 39px 8px 22px;
    text-transform: uppercase;
    transition: 300ms;
    border-radius: 50px;
    position:relative;
}

.topbar .pay-btn:hover{
    color: #ED1C24;
    background: #fff;
    transition: 300ms;
}


.topbar .pay-btn:after {
    width: 24px;
    height: 24px;
    background: url(images/pay-arrow-wh.png);
    position: absolute;
    right: 9px;
    top: 8px;
    display: block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
}



a.head-icon.cart-icon {
    max-width: 44px;
    position: relative;
    display: flex;
    margin: 0;
}
.cart-icon img {
    max-width: 26px;
}
span.cart-count {
    font-size: 14px;
    position: absolute;
    top: -8px;
    right: 2px;
}

header#masthead a:hover {
    color: #ED1C24 !important;
}


nav#site-navigation ul#primary-menu {
    gap: 1px;
    font-size: 20px;
    justify-content: space-around;
}

nav#site-navigation ul#primary-menu a {
    color: #000;
    padding: 5px 20px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;;
    font-weight: bold;
}

.page-template-debtor-frontpage nav#site-navigation ul#primary-menu a,
.page-id-2 nav#site-navigation ul#primary-menu a,
.home nav#site-navigation ul#primary-menu a {
    color: #fff;
}

.sticky nav#site-navigation ul#primary-menu a{
    color:#000;
}
ul.sub-menu {
    background: #fff;
    display: flex;
    flex-direction: column;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    padding-top: 20px;
}
/*nested submenu*/

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 232px;
    padding-top:0;
}
.main-navigation ul ul li > ul a{
    font-weight:500!important;
}

nav#site-navigation ul#primary-menu .sub-menu li a {
    font-family: 'Open Sans'!important;
    font-size: 16px;
    color: #ED1C24;
}

.sub-menu li {
    border-bottom: 1px solid #707070;
    margin: 0 15px;
    padding: 5px 0;
}

.sub-menu li:last-of-type{
    border:0px;
}

.main-navigation {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}



.red-btn-head a {
    color: #fff!important;
    text-decoration: none;
    background: #ED1C24;
	transition:300ms;
	border-radius:50px;
	display:inline-block;
}

.red-btn-head a:hover{
    color: #ED1C24;
    background: #fff;
	transition:300ms
}


a.floating {
    background: #ED1C24;
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 20px;
    border:2px solid #ED1C24;
    position: fixed;
    right: 1em;
    bottom: 3em;
    transition: 300ms;
    z-index: 9;
    cursor:pointer;
}
a.floating:hover{
    color:#ED1C24;
    transition: 300ms;
    background:#fff;
}

.modal h3 {
    font-size: 25px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    position: relative;
    color: #000A65;
}
.modal-header{
    border:0;
}

/*home*/






section.home_section {
    /*min-height: 90vh;*/
    min-height: 1050px;
    display: flex;
    align-items: center;
    background: #0000008c;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 20px;
}
section.home_section .col-lg-6{
    display: flex;
    justify-content: center;
}
section.home_section .col-lg-6:first-of-type {
    border-right: 1px solid #fff;
}


.home_section a {
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 30px;
    border-radius: 31px;
    display: inline-block;
    transition:300ms;
}



.home_section a:hover {
    color: #ED1C24;
    background:transparent;
    border: 2px solid #fff;
    transition:300ms;
}


.contact-details a{
     border: 0;
    margin: 10px 0px 10px 0px;
    transition:300ms;
}

.contact-details a:first-of-type {
    border-right: 1px solid red;
    border-radius: 0;
}

.contact-details a:hover{
     border: 0;
     color: #ED1C24;
    transition:300ms;
}


.home footer#colophon {
    padding: 60px 0;
}


.home .main-navigation{
    display:none;
}

.home .head-contact{
    display:none;
}

.home_section p {
    position: relative;
    margin-bottom: 60px;
}

.home_section p:after {
    content: '';
    width: 10px;
    height: 82px;
    position: absolute;
    display: block;
    background: #ED1C24;
    left: -38px;
    bottom: -50px;
}




.white-btn {
    color: #000;
    text-decoration: none;
    background: #fff;
	transition:300ms;
	border-radius:50px;
	border: 1px solid #000;
	display:inline-block;
	padding:10px 20px;
	font-family: 'Open Sans';
	margin-top:20px;
}

.white-btn:hover{
    color: #fff;
    background: #000;
    border: 1px solid #000;
	transition:300ms
}


/* service home*/

section.mainslider {
    position: relative;
}


section.mainslider .slide_img {
    width: 100%;
    height: auto;
    clip-path: polygon(100% 0%, 0% 0%, 0% 75%, 21% 100%, 100% 79%)
}

section.mainslider .container {
    position: absolute;
    top: 34%;
    left: 50%;
    width: 100%;
    z-index: 99;
    transform: translateX(-50%);
}


.slides .col-sm-12 {
    display: flex;
    justify-content: flex-start;
}


section.mainslider .container .slide_content {
    max-width: 675px;
    color: #fff;
    position: relative;
    padding-left: 20px;
    font-family: 'Open Sans';
}


.page-template-debtor-frontpage section.mainslider .container .slide_content{
    max-width: 800px;
}

section.mainslider .slide_content h3 {
    font-weight: bold;
    font-size: 25px;
}
section.mainslider  .slide_content p{
    font-size:24px;
}
section.mainslider  .slide_content a {
    text-decoration: none;
    padding:13px 38px;
}


section.mainslider .slide_content:before{
    content: '';
    width: 11px;
    height: 82px;
    position: absolute;
    display: block;
    background: #ED1C24;
    left: -6px;
    top: -3px;
}



 .white_grey_section .container {
    padding: 0px 50px 20px 50px;
    margin-bottom:50px;
}

.page-id-2 .white_grey_section.extra-height{
    background:#F2F2F2;
}



.page-id-2 .white_grey_section.extra-height .container {
    padding: 250px 60px 250px 60px;
    margin-top: -200px;
    margin-bottom: -200px;
    background:#fff;
}
.page-id-2 .white_grey_section.extra-height .container ul{
	list-style: none;
}

.page-id-2 .white_grey_section.extra-height .container li{
	position: relative;
    margin-bottom: 5px;
}

.page-id-2 .white_grey_section.extra-height .container li:before{
	width: 22px;
    height: 17px;
    background: url(images/point.png);
    position: absolute;
    left: -28px;
    top: 6px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size:contain;
}


.welcome-btn {
    color: #ED1C24;
    text-decoration: none;
    background: #fff;
    padding: 15px 60px 15px 40px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
	transition:300ms;
	border-radius:50px;
	display:inline-block;
	margin: 20px 0;
	border:2px solid #ED1C24;
	position:relative;
}

.welcome-btn:hover {
    color: #fff;
    background: #ED1C24;
	transition:300ms
}


.welcome-btn:after {
    width: 26px;
    height: 14px;
    background: url(images/arrow.png);
    position: absolute;
    right: 19px;
    top: 22px;
    display: block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
}

.welcome-btn:hover:after {
    background: url(images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
}



.white_grey_section .container {
    font-size: 18px;
    font-family: 'Open Sans',sans-serif;
}




.white_grey_section .container h2 {
    font-size: 25px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    position:relative;
    color: #000A65;
}

.white_grey_section .container h3 {
    font-size: 23px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    position:relative;
}


/*.white_grey_section .container h1:after {*/
/*    content: '';*/
/*    width: 282px;*/
/*    height: 8px;*/
/*    position: absolute;*/
/*    display: block;*/
/*    background: #ED1C24;*/
/*    left: 2px;*/
/*    bottom: -16px;*/
/*}*/


.red-btn, .why_choose .content a {
    color: #fff;
    text-decoration: none;
    background: #ED1C24;
    padding: 20px 43px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
	transition:300ms;
	border-radius:50px;
	display:inline-block;
	margin: 20px 0;
}

.red-btn:hover, .why_choose .content a:hover {
    color: #ED1C24;
    background: #fff;
    padding: 20px 43px;
    font-weight: 600;
    font-size: 18px;
	transition:300ms
}


.clear-btn{
    color: #fff;
    text-decoration: none;
    background: transparent;
    padding: 20px 43px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Open Sansd', sans-serif;
	transition:300ms;
	border:2px solid #fff;
	border-radius:50px;
	display:inline-block;
	margin: 20px 0;
}
.clear-btn:hover{
    transition:300ms;
    color: #fff;
    background: #ED1C24;
    border:2px solid #ED1C24;;
}




.white_grey_section .container .img{
    margin: 0 20px;
}




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




section.red_section {
    position: relative;
    background-image:url('images/red-bg.webp');
    margin-top:-100px;
    padding: 150px 0 65px 0;
    width: 100%;
    height: auto;
    clip-path:polygon(0% 100%, 100% 100%, 100% 29%, 77% 0%, 0% 19%)
}

.red-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 7;
    background: #ed1c24c9;
}

section.red_section .container{
    position: relative;
    z-index:8;
}

section.red_section h3 {
    font-weight: 800;
    color: #fff;
    font-family: 'Open Sans';
    margin-top: 50px;
    font-size: 22px;
}

.list{
    display:none;
}
  .swiper {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      max-height: 600px;
    }
    .swiper.mySwiper {
        padding: 0 0 0 30px;
    }

    .mySwiper .swiper-slide {
      text-align: center;
      font-size: 18px;
      color: #fff;
      /*height: calc((100% - 30px) / 2) !important;*/
      font-family:'Open Sans';
      position:relative;
      text-align: left;
    }
    .mySwiper .swiper-pagination-bullet-active {
        background: #fff;
    }
    
    .swiper-slide a{
        text-decoration:none;
        color:#fff;
    }
    
    .swiper-slide a:hover{
        color:#fff;
    }
    
    
    
    .swiper-grid-column>.swiper-wrapper {
        padding: 40px 0;
    }
    
    .mySwiper  .swiper-slide:before {
        width: 13px;
        height: 22px;
        background: url(images/white-arrow.png);
        position: absolute;
        left: -27px;
        top: 4px;
        display: block;
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .mySwiper .swiper-slide:after {
        content: '';
        height: 5px;
        position: absolute;
        display: block;
        background: #fff;
        left: -8px;
        top: -16px;
        width: calc((100% - 70px));
    }
    
    
    .red_section .swiper-button-next{
        top:104%;
    }
    .red_section .swiper-button-prev{
        top:104%;
        left: auto;
        right: 35px;
    }
    
    .red_section .swiper-button-next:after, .red_section .swiper-button-prev:after{
        color:#fff;
        font-size: 16px;
    }
    
    
    
.logo-slider h3 {
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    background: #fff;
    padding: 0 50px;

} 

.logo-slider hr {
    color: #000;
    height: 2px !important;
    width: 100%;
    opacity: 1;
    margin-top: -15px;
}


.owl-carousel.logos {
    margin-top: 50px;
}


.logos.owl-carousel .owl-stage{
    display: flex;
    align-items: stretch;
}
.logos .slides {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    justify-content: center;
    padding: 0 12px;
    
}
.logos .slide_img {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}


.logo-slider {
    padding:50px 0;
}



section.blue_section {
    position: relative;
    background-image: url(images/blue-bg.jpg);
    padding: 150px 0 65px 0;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 23px;
}

section.blue_section .content {
    max-width: 534px;
    margin-left: 50px;
    margin-top: 50px;
}

section.blue_section .content a{
    color: #fff;
    text-decoration: none;
    background: transparent;
    padding: 15px 40px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    transition: 300ms;
    border-radius: 30px;
    display: inline-block;
    margin: 20px 0;
    border: 1px solid #fff;
    position: relative;
}



/*debt home*/


.page-template-debtor-frontpage .white_grey_section.extra-height{
    background:#F2F2F2;
}



.page-template-debtor-frontpage .white_grey_section.extra-height .container {
    padding: 250px 60px 250px 60px;
    margin-top: -200px;
    margin-bottom: -200px;
    background:#fff;
}
.page-template-debtor-frontpage .white_grey_section.extra-height .container ul{
	list-style: none;
}

.page-template-debtor-frontpage .white_grey_section.extra-height .container li{
	position: relative;
    margin-bottom: 5px;
}

.page-template-debtor-frontpage .white_grey_section.extra-height .container li:before{
	width: 22px;
    height: 17px;
    background: url(images/point.png);
    position: absolute;
    left: -28px;
    top: 6px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size:contain;
}

.page-template-debtor-frontpage .col-lg-12{
    padding: 35px 45px 35px 55px;
}


.col-lg-12.red{
    background:#ED1C24;
    color:#fff;
    padding: 25px 45px 25px 55px;
}
.page-template-debtor-frontpage .col-lg-12.red a {
    color: #fff;
}

.page-template-debtor-frontpage .col-lg-12 a{
    color:#000;
    text-decoration:none;
    transition:300ms;
}

.page-template-debtor-frontpage .col-lg-12 a:hover{
    color:#ED1C24;
    transition:300ms;
}

/*career*/



#careers-menu {
    list-style: none;
}

ul#careers-menu {
    list-style: none;
    margin: 0 0 60px 0;
    padding: 0;
    font-family: 'Open Sans';
}
#careers-menu .current_page_item a {
    font-weight: bold;
}


.careers_section .red-sidebar h4 {
    color: #fff;
}

.careers_section form.wpcf7-form.init {
    display: flex;
}
.careers_section  input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    max-width: 200px;
    margin-right: 10px;
}
/*services*/

::marker {
    color: #ED1C24;
}

/*ul ul li::marker{*/
/*    color:green;*/
/*}*/



article ul ul {
  list-style-type: none;
  margin-top:.5em;
  margin-bottom:.5em;
}

article ul ul li:before {
    content: "-";
    margin-right: 15px;
    margin-left: -30px;
    color: #ED1C24;
}



.service-menu {
    list-style: none;
    margin: 0 0 60px 0;
    padding: 0;
}
.service-menu li {
    border-bottom: 1px solid #a5a5a5;
    padding: 10px 0 10px 10px;
}

.service-menu a {
    text-decoration: none;
    color: #707070;
}

.sidebar-form {
    margin-bottom: 30px;
}

.sidebar-form input {
    width: 100%;
    min-height: 50px;
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border: solid #fff 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Open Sans';
    color: #000;
}

.sidebar-form textarea {
    width: 100%;
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border: solid #fff 1px;
    font-family: 'Open Sans';
    color: #000;
}

.sidebar-form textarea::placeholder,
.sidebar-form input::placeholder{
    font-style:italic;
    font-size:16px;
}




.sidebar-form form {
    background: #D9D9D9;
    padding: 25px 20px;
}

.service-sidebar h4 {
    color: #000A65;
    font-family: 'Open Sans';
    font-weight: bold;
}


.sidebar-form p {
    color: #000A65;
    font-style: italic;
}



.sidebar-social{
    margin-bottom:40px;
}



.single_service_section h4, .single h4 {
    font-weight: 900;
    font-size: 20px;
}



/*footer*/


footer#colophon {
    background: #030627;
    padding-top: 35px;
    padding-bottom: 49px;
}

.home footer#colophon {
    background: #060612;
}


.footer_logo {
    margin: 40px 0;
    text-align: center;
}
footer#colophon p, footer#colophon span{
    color:#fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
}

.footmenu {
    display: flex;
    justify-content: center;
    border-top: 1px solid #fff;
    padding-top: 50px;
}

ul#menu-footer-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
    font-size: 18px;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 10px;
}

ul#menu-footer-menu li {
    display: inline-block;
    padding-left: 30px;
}

ul#menu-footer-menu a {
    color: #fff;
    text-decoration: none;
    transition:300ms;
    text-transform: uppercase;
}
ul#menu-footer-menu a:hover {
    color: #ED1C24;
    transition:300ms;
}

footer#colophon .site-info {
    display: flex;
}

footer#colophon a:hover {
    color: #ED1C24 ;
}

.foot-socials {
    display: flex;
    justify-content: center;
}
.foot-socials a{
    margin:5px 5px 0 5px;
}


.business-info {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 50px;
}

.business-info p {
    font-size: 13px !important;
}

/*.img-footmenu {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-end;*/
/*}*/
/*.img-footmenu img{*/
/*    margin-bottom:20px;*/
/*}*/


/*.address1:before {*/
/*    width: 19px;*/
/*    height: 29px;*/
/*    display: block;*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 21px;*/
/*    background-image: url(images/icon_location.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    top: 0px;*/
/*}*/

/*.phone, .mail{*/
/*    position:relative;*/
/*}*/

/*.phone::before{*/
/*  width: 33px;*/
/*  height: 36px;*/
/*  display: block;*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: -35px;*/
/*  background-image: url(images/icon_phone.png);*/
/*  background-size: contain;*/
/*  background-repeat: no-repeat;*/
/*  top: -2px;*/
/*}*/


/*.mail:before {*/
/*    width: 19px;*/
/*    height: 29px;*/
/*    display: block;*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -32px;*/
/*    background-image: url(images/icon_mail.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    top: 8px;*/
/*}*/

/*.hours p{*/
/*    position:relative;*/
/*}*/


/*.hours p:before {*/
/*    width: 25px;*/
/*    height: 24px;*/
/*    display: block;*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -32px;*/
/*    background-image: url(images/clock.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    top: 4px;*/
/*}*/

/*services*/


/* contact */


.hero-image {
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	min-height: 600px;
}
.hero-image:before{
    content: '';
    display: block;
    position: absolute;
    background: #ED1C24;
    top: 0;
    right: 0;
    left:0;
    z-index: 9;
    width: 100%;
    height: 17px;
    background-repeat: no-repeat;
}
.hero-image:after{
    content: '';
    display: block;
    position: absolute;
    background: url(images/header-bottom.png);
    bottom: 0;
    right: 0;
    left:0;
    z-index: 999;
    width: 100%;
    height: 17px;
    background-repeat: no-repeat;
}



section.form_page_bg .container {
     /*padding: 50px;*/
}


.contact_content {
    margin-top: 35px;
    font-family: 'Open Sans';
    font-size: 18px;
    position:relative;
    /*margin-left: 50px;*/
}



.page-template-contact h1 {
    font-family: 'Open Sans';
    font-weight: 900;
    font-size: 25px;
    color: #000A65;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 35px;
    padding-top: 50px;
}

.page-template-contact p{
    font-family: 'Open Sans';
    font-size: 20px;
}

.contact_content p {
    max-width: 441px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    /*max-width:230px;*/
}
.contact-info strong{
    font-weight:bold;
}
.contact-info a{
    text-decoration:none;
    color:#000;
    transition:300ms;
    padding-bottom: 10px;
}

.contact-info a:hover{
    text-decoration:none;
    color:#ED1C24;
    transition:300ms;
}


.contact-address{
    /*display: flex;*/
    /*align-items: flex-start;*/
    font-weight:600;
}

.contact-address img{
    margin-right: 25px
}

.contact-phone img{
    margin-right: 16px
}

.form_content input {
    width: 100%;
    min-height: 55px;
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border: solid #707070 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Open Sans';
    color: #000;
}

.form_content textarea {
    width: 100%;
    min-height: 66px;
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border: solid #707070 1px;
    font-family: 'Open Sans';
    color: #000;
}

.ff, .fh {
    margin-bottom: 10px;
}

.ff p {
    margin: 0px;
}

.hf p {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.ff.submit p{
    display: flex;
    flex-direction: row-reverse;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #ED1C24;
    max-width: 100px;
    font-weight: 600;
    font-family: 'Open Sans';
    border: 0px;
    transition:300ms;
	color:#fff
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #fff;
    color:#ED1C24;
    transition:300ms;

}

span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

section.form_page_bg  select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    min-height: 66px;
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border: solid #AFACAC 1px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.form_content {
    /*padding: 50px 50px 16px 50px;*/
    /*background: #EFEFEF;*/
    margin-bottom: 80px;
	margin-top: 32px;
}



/* why_choose*/ 

section.why_choose {
    margin-bottom: 50px;
}


.why_choose .container{
    padding:20px 50px;
}

.why_choose .content {
    padding: 15px 5px ;
    margin: 50px 0;
    font-family: 'Open Sans';
    font-size:18px;
}

.why_choose .col-lg-12 {
    padding: 15px 5px ;
    font-family: 'Open Sans';
    font-size:18px;
}

.why_choose .img {
    /*padding: 20px;*/
    margin: 50px 0;
}

.why_choose h3{
    color:#ED1C24;
    font-family: 'Poppins';
    font-weight: bold;
}


.why_choose h1{
     font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #000a65;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 35px;
    padding-top:00px;
}
.why_choose h1:after {
    content: '';
    width: 10px;
    height: 69px;
    position: absolute;
    display: block;
    background: #ED1C24;
    left: -19px;
    bottom: -14px;
}
.content img {
    margin-bottom: 50px;
}

.why_choose .content h2 {
    font-family: 'Poppins';
    font-weight: 800;
}


.why_choose .content span {
    color:#ED1C24;
    font-weight: 600;
    margin-top: 20px;
}


.content .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img2 img:first-of-type{
    margin-bottom:20px;
}
.img2 img:last-of-type{
    margin-top:20px;
}


.why_choose ul {
    list-style: none;
}

ul#why-menu {
    list-style: none;
    margin: 0 0 60px 0;
    padding: 0;
    font-family: 'Open Sans';
}
#why-menu .current_page_item a {
    font-weight: bold;
}


/*our team people*/



/*.team-member {*/
/*    padding: 20px;*/
/*    margin: 0 20px;*/
/*}*/

button.team-btn {
    border: 0;
    background: transparent;
    padding: 5px;
}




.team-member img {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    transform: scale(1);
    transition: 300ms;
    
}

.team-member:hover .team-btn img {
    transform: scale(1.1);
    transition: 500ms;
    cursor: pointer;
}

span.member-name {
    font-family: 'Open Sans';
    font-weight: 900;
    font-size: 18px;
    color:#000A65;
    position:relative;
}

span.member-title {
    font-size: 18px;
    color:#000A65;
}

section.white_grey_section.meet_team{
    position:relative;
}

section.white_grey_section.meet_team:before {
    background: url(images/green-plus.png);
    position: absolute;
    width: 111px;
    height: 61px;
    right: 49px;
    top: 35px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.meet_team .modal-header {
    padding: 1rem 2.5rem 1rem 1rem;
    border-bottom:0;
    position:relative;
}

.meet_team .modal-header:after {
    content: '';
    width: 89%;
    height: 1px;
    position: absolute;
    display: block;
    background: #fff;
    left: 50%;
    bottom: 0px;
    opacity: .5;
    transform: translateX(-50%);
}



.modal .member-name{
    margin-left:45px;
    color:#fff;
    font-size:25px;
}


.modal-header a {
    margin-right: 30px;
}

.modal-header a img{
    max-width: 30px;
}


.modal span.member-title {
    font-family: 'Open Sans';
    color: #fff;
    font-size:25px;
    font-weight: 500;
}

.meet_team button.btn-close {
    opacity:1;
    background:url('images/x.png');
    background-size:contain;
}


.modal .container{
    padding: 0px 50px 20px 50px;
}

.modal-content.member {
    background: #030627;
    color: #fff;
}



.team-btn {
    position:relative;
}

section.white_grey_section.meet_team .col-md-4:first-of-type .team-btn:before {
    background: url(images/green-dots.png);
    position: absolute;
    width: 139px;
    height: 162px;
    left: -45px;
    top: 17px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}



/*mission*/

.mission_section .col-lg-12 {
    color: #fff;
    padding: 50px 55px;
    margin-top: 50px;
}

.mission_section .col-lg-9 {
    padding: 0 4rem 0 1.5rem;
}



/*FAQ*/


section.faq {
    margin-bottom: 50px;
}

div#outterFAQAccordion {
    padding: 0 50px 0 0;
}

#outterFAQAccordion .accordion-item {
    margin: 10px 0;
}

#outterFAQAccordion .accordion-button-outer {
    background: #ED1C24;
    color: #fff;
    font-family: 'Open Sans';
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-weight: 900;
    padding: 1.5rem 1.25rem;
    font-size: 18px;
}

#outterFAQAccordion  .accordion-button-outer:after{
    margin-left:0!important;
    margin-right: 10px;
    filter: brightness(0) invert(1);
    transform: rotate(270deg);
}


#outterFAQAccordion  .accordion-button-outer:not(.collapsed)::after {
    transform: rotate(0deg);
}



#accordionFlushExample .accordion-button-inner {
    color: #030627;
    font-family: 'Open Sans';
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-size: 18px;
    padding: 1.5rem 1.25rem;
}

#accordionFlushExample .accordion-button-inner:not(.collapsed) {
    color: #ED1C24;
}

#accordionFlushExample  .accordion-button-inner:after{
    margin-left:0!important;
    margin-right: 10px;
    transform: rotate(270deg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ED1C24'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}

#accordionFlushExample  .accordion-button-inner:not(.collapsed)::after {
    transform: rotate(0deg);
}

#accordionFlushExample .accordion-body {
    padding: 1rem 1.25rem 1rem 3.25rem;
    font-family: 'Open Sans';
}



#accordionFlushExample .accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}

/*project category*/


/*.industrial-cat .page-title {*/
/*    color:#000;*/
/*    font-family: 'Poppins', sans-serif;*/
/*    border-bottom:2px solid #000;*/
/*}*/

/*.industrial-cat .page-title:after {*/
/*    display:none;*/
/*}*/

/*.industrial-cat .project-title a{*/
/*    color:#000;*/
/*    text-decoration:none;*/
/*    transition:300ms;*/
/*}*/

/*.industrial-cat .project-title a:hover{*/
/*    color:#ED1C24;*/
/*    transition:300ms;*/
/*}*/

/*.industrial-cat .container {*/
/*    background: #F2F2F2;*/
/*    padding: 15px 50px 20px 50px;*/
/*    margin-bottom: 50px;*/
/*}*/


/*single project*/


/*.single-project .col-md-7 {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*}*/

/*.single-project-heading {*/
/*    color: #000!important;*/
/*    font-size: 28px !important;*/
/*    font-weight: 700 !important;*/
/*}*/


/*.single-project h2.single-title {*/
/*    color: #000!important;*/
/*    font-size: 25px !important;*/
/*    font-weight: 700 !important;*/
/*}*/

/*.single-project h2.single-title:after, .single-project-heading:after {*/
/*    display:none!important;*/
/*}*/

/*.single_project_section .row {*/
/*    border-top: 2px solid #000;*/
/*    border-bottom: 2px solid #000;*/
/*    padding: 40px 0;*/
/*}*/

/*share*/


.social-fb.share {
    background-image: url(images/fb.png;);
    height: 20px;
    display: inline-block;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}


.social-tw.share {
    background-image: url(images/x.png;);
    height: 20px;
    display: inline-block;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}


.social-share span {
    padding: 0 10px 0 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}



/*projects*/

/*.type-project img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {*/
/*    object-fit: cover;*/
/*    object-position: center center;*/
/*    aspect-ratio: 1 / 1;*/
/*}*/

/*.project-slider {*/
/*    position: relative;*/
/*}*/

/*.project-slider .owl-prev span, .project-slider .owl-next span {*/
/*    color: #A2A399;*/
/*    font-size: 4rem;*/
/*    background: #fffc;*/
/*} */



/*.project-slider .owl-prev span {*/
    /*color: #A2A399;*/
    /*font-size: 4rem;*/
    /*background: #fffc;*/
/*    color: #a2a39900;*/
/*    font-size: 4rem;*/
/*    background-image: url(images/prev.png) !important;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    display: block;*/
/*} */

/* .project-slider .owl-next span {*/
    /*color: #A2A399;*/
    /*font-size: 4rem;*/
    /*background: #fffc;*/
/*    color: #a2a39900;*/
/*    font-size: 4rem;*/
/*    background-image: url(images/next.png) !important;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    display: block;*/
/*} */

/*.project-slider button.owl-prev, .project-slider button.owl-next{*/
/*    position:relative;*/
/*}*/

/*.project-slider .owl-nav {*/
/*    position: absolute;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    top: 59%;*/
/*    left: 50%;*/
/*    width: 92%;*/
/*    z-index: 99;*/
/*    transform: translate(-50%, -50px);*/
/*}*/



/*.project-slider {*/
/*    position: relative;*/
/*}*/



/*.project-slider .owl-dots {*/
/*    display: none;*/
/*}*/
/*.subtitle{*/
/*    font-style:italic;*/
/*    font-family:'Open Sans';*/
/*    font-size: 18px;*/
/*}*/

/*article.project {*/
/*    margin-bottom: 35px;*/
/*}*/


/*.project-title{*/
/*    font-family: 'Poppins', sans-serif;*/
/*    font-size: 20px;*/
/*    position: relative;*/
/*    padding-bottom: 5px;*/
/*    margin-top: 20px;*/
/*    margin-bottom:0;*/
/*    padding-top: 0px;*/
/*    font-weight:700;*/
/*}*/


/*.other-projects ul {*/
/*    list-style: none;*/
/*    text-align: center;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*.project-title-other {*/
/*    margin-bottom:0;*/
/*    font-weight:bold;*/
/*    background:#DFDFDF;*/
/*}*/


/*#projectsTab .nav-link {*/
/*    border: 0px solid transparent;*/
/*    font-family: 'Poppins', sans-serif;*/
/*    font-size: 25px;*/
/*    position: relative;*/
/*    padding: 0.5rem 2rem;*/
/*    margin-bottom: 10px;*/
/*    font-weight: 700;*/
/*    color: #000;*/
/*}*/
    
/*#projectsTab .nav-link.active {*/
/*    background: transparent !important;*/
/*    border-bottom: solid #ED1C24 2px !important;*/
/*}*/

/*#projectsTab {*/
/*    border-bottom: 0px solid #dee2e6;*/
/*}*/


/*#projectsTab.nav {*/
/*    justify-content: center;*/
/*}*/


/*used equ*/

.small-contact {
    display: flex;
    color:#000;
    font-size: 20px;
    padding: 20px 43px 50px 43px;
}

.small-contact div:first-of-type {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
}

.small-contact div:last-of-type {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    padding: 0 20px;
    margin: 0 20px;
    border-left:2px solid #000;
}

.small-contact span {
    font-family: 'Open Sans';
    font-weight: 800;
}
.small-contact .num{
    color:#000;
    text-decoration:none;
    font-family: 'Poppins';
    font-weight: 700;
    font-size:33px;
}

.small-contact .num:hover{
    color:#FFAE00;
    transition:300ms;
}

.small-contact .btn {
    font-family: 'Open Sans';
    color:#000;
    background:#FFAE00;
    padding: 10px 20px;
    border-radius:10px;
    transition:300ms;
}

.small-contact .btn:hover {
    color:#FFAE00;
    background:#000;
    transition:300ms;
}


/*about*/
.about_section h2 {
    font-family: 'Open Sans';
    color: #000A65;
    font-size: 21px;
    font-weight: 900;
}

@media (min-width: 576px) {
   .about_section h2 {
    margin-top: -20px;
}
}

/*timeline*/


    .swiper-container.swiper {
      width: 100%;
      padding: 50px 0;
      position: relative;
    }
    .swiper-container .swiper-wrapper {
      display: flex;
      align-items: center;
      /*padding: 0px 64px;*/
    }

    .timeline-content {
    padding: 20px;
    background: #DDF1F9;
    width:270px;
    margin-left: 33px;
}
    .timeline-date {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    background: #000A65;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
}
    
    
    .timeline-description {
      font-size: 14px;
      color: #666;
    }
    .swiper-container .swiper-pagination {
      margin-top: 20px;
    }
    .swiper-container .swiper-button-next,
    .swiper-container .swiper-button-prev {
      color: #333;
    }
    
    
    .swiper-container hr {
        position: absolute;
        bottom: 77px;
        left: 0;
        right: 0;
        height: 2px!important;
        opacity: .8!important;
        color: #707070!important;
    }
.swiper-container .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;

}

.swiper-container .swiper-slide:nth-of-type(odd){
    z-index:5;
}


.swiper-container .swiper-slide:nth-of-type(odd) .timeline-content {
    margin-bottom: 50px;
    z-index: 3;
}

.swiper-container .swiper-slide:nth-of-type(even) .timeline-content {
    margin-bottom: 254px;
    z-index: 3;
}


.swiper-container .swiper-slide:nth-of-type(even):after {
    content: '';
    width: 1px;
    height: 356px;
    position: absolute;
    display: block;
    background: #707070;
    left: 17%;
    bottom: 12px;
    transform: translateX(-50%);
    z-index: 1;
}


.swiper-container .swiper-slide:nth-of-type(odd):after {
    content: '';
    width: 1px;
    height: 131px;
    position: absolute;
    display: block;
    background: #707070;
    left: 17%;
    bottom: 12px;
    transform: translateX(-50%);
    z-index: 1;
}


.swiper-container .timeline-next {
    top: 84%;
    background: #D9D9D9;
    padding: 23px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    right: 0;
}

.swiper-container .timeline-prev {
    top: 84%;
    background: #D9D9D9;
    padding: 23px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    left: 0;
}


.swiper-container .timeline-next:after, .swiper-container .timeline-prev:after {
    color: #fff;
    font-size: 16px;
}

.timeline-next.swiper-button-disabled, .timeline-prev.swiper-button-disabled{
    opacity:1;
}



.about-tab {
    background: #030627;
    color: #fff;
    padding: 40px 20px;
    font-size: 18px;
    margin: 50px 0;
    align-items: flex-start ;
    display: flex ;
}

.about-tab .tab-content{
    padding: 20px;
}

.about-tab .nav-link{
    color: #fff;
}

#v-pills-tab button.nav-link {
    white-space: nowrap;
    font-family: 'Open Sans';
    text-align: left;
}
#v-pills-tab button.nav-link:hover {
    color: #ED1C24;
}
div#v-pills-tab {
    border-right: 1px solid #fff;
    display: flex;
    flex-direction: column;
    margin-right: 1rem ;
}

#v-pills-tab .nav-link.active{
    color: #ED1C24;
    background-color: transparent;
}


/*about debtor debitor*/


section.about_section.debitor {
    margin-bottom: 50px;
}

section.about_section.debitor a {
    text-decoration: none;
    color: #000;
}
section.about_section.debitor .button{
    color: #fff ;
    font-family:'Open Sans';
    font-size:18px;
    text-transform:uppercase;
    font-weight:600;
    padding: 15px 40px;
    text-decoration: none;
    background: #ED1C24;
    transition: 300ms;
    border-radius: 50px;
    display: inline-block;
}

section.about_section.debitor .button:hover{
    color: #ED1C24;
    background: #fff;
    transition: 300ms;
}



/*gallery*/

/*section.galley {*/
/*    padding: 0 20px 100px 20px;*/
/*    display:none;*/
/*}*/

/*.galryimg {*/
/*    overflow: hidden;*/
/*}*/

/*.galryimg img {*/
/*    object-fit: cover;*/
/*    width: 100%;*/
/*    height: 300px;*/
/*}*/

/*.galryimg img {*/
/*    transform: scale(1);*/
/*    transition: 500ms;*/
/*    transition-timing-function: ease-out;*/
/*}*/


/*.galryimg img:hover {*/
/*    transform: scale(1.1);*/
/*    transition: 500ms;*/
/*    transition-timing-function: ease-in;*/
/*}*/


/*.galley .container{*/
/*    background: #F2F2F2;*/
/*    padding: 20px 50px;*/
/*}*/








/*default*/

h1.entry-title, .blog_content h1 {
    /*color: #ED1C24;*/
    /*font-family: 'Open Sans';*/
    /*font-weight: 800;*/
    /*font-size: 25px;*/
    /*text-transform: uppercase;*/
}

/*section.mainservie_bg.defaultpages {*/
/*    background: #f3f3f3;*/
/*    padding-bottom: 50px;*/
/*}*/
/*.default .whitearea {*/
/*    margin: 85px auto 0px auto;*/
/*}*/
/*section.mainservie_bg.defaultpages.default {*/
/*    padding-top: 20px;*/
/*}*/





body.page-template-default .entry-content{
    font-size: 20px;
}

body.page-template-default .entry-content h5 {
    font-size: 22px;
    font-weight: 700;
    color: #0d132b;
    font-family: 'Open Sans',sans-serif;
}

body.page-template-default .entry-content h6 {
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #ED1C24;
    font-weight: 700;
}

body.page-template-default .entry-content  ul {
    margin: 0px;
    margin-bottom: 30px;
}





/*blog  news*/



.news {
    margin-bottom:50px
}


.news .page-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.blog article {
    box-shadow: 7px 4px 39px #00000000;
    transition: 300ms;
    border: 1px solid #fff;
    border-radius: 5px;
    overflow: hidden;
}
.blog article:hover {
    box-shadow: 7px 4px 39px #00000029;
    /*border: 1px solid #ccc;*/
    transition: 300ms;
}
.news_listing main#primary article a.post-thumbnail {
    display: block;
    position: relative;
    overflow:hidden;
}

.news_listing main#primary article a.post-thumbnail:before{content:''; display:block; position:relative; padding-bottom:75%;}
.news_listing main#primary article a.post-thumbnail img {position:absolute;top:50%;left:50%; transform:translate(-50%,-50%); transition:all linear .3s;}
.news_listing main#primary article a.post-thumbnail:hover img {transform:translate(-50%,-50%) scale(1.1); transition:all linear .3s;}



.news_listing main#primary  article {
    width: calc(33.33% - 20px);
    margin-bottom:30px;
}

.news_listing main#primary {
    display: flex;
    flex-wrap: wrap;
    gap:30px;
}

.article_content {
    padding: 20px;
    background: #fff;
    color: #000;
    /*height: 100%;*/
}
.article_content h2.entry-title{
    font-size:20px;
}

.article_content h2.entry-title a {
    color: #030627;
    text-decoration: none;
    font-family: 'Open Sans',sans-serif;
    font-weight: 900;
}

.news_listing {
    padding: 0 30px 30px 0px;
}

.news_listing .entry-meta a {
    color: #000;
    text-decoration: none;
    opacity: 1;
}


.single-news{
    margin:50px auto;
}



a.page-numbers {
    color: #000;
    text-decoration: none;
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: 900;
    margin: 0 10px;
}
span.page-numbers.current{
    color: #000;
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: 900;
    border-top: 2px solid #ED1C24;
    border-bottom: 2px solid #ED1C24;
    margin: 0 10px;
}


.pagination.navigation {
    justify-content: center;
}


/*news sidebar*/



form.search-form {
    display: flex;
}

form.search-form label{
    width: 100%;
}

input.search-field {
    border-radius: 0 !important;
    padding:10px!important;
    border-color:#707070;
    width: 100%;
}


input.search-submit {
    border-radius: 0 !important;
    padding: 24px 15px 15px 15px !important;
    margin-left: -5px;
    background-color: #ED1C24 !important;
    color: transparent !important;
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 6px;
}



.red-sidebar{
    background: #ED1C24;
    padding:20px 5px 30px 5px;
    color:#fff;
    font-family:'Open Sans';
    text-align: center;
    margin: 20px 0;
}


.red-sidebar p{
    padding:0 10px;
}


.red-sidebar a{
    background:#030627;
    padding: 20px 50px;
    color:#fff;
    text-decoration:none;
    text-align:center;
    display:inline-block;
    transition:300ms;
}
.red-sidebar a:hover{
    transition:300ms;
}


/*case study*/



.case-studies main#primary  article {
    width: calc(100% - 20px);
    margin-bottom:30px;
}

.case-studies main#primary {
    display: flex;
    flex-wrap: wrap;
    gap:30px;
}


.case-studies .article_content {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.arrow{
    position:relative;
    background: url(images/case-arrow.png);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 34px;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow a{
    color:transparent;
    width: 34px;
}

.arrow a:hover{
     color:transparent;
}

.case-studies .entry-content {
    max-width: 510px;
	padding: 0 .6em;
}
.case-studies a.post-thumbnail {
    display: flex;
    align-items: center;
    min-width: 250px;
}

.case-studies header.entry-header {
    width: 305px;
}

.case-studies .article_content h2.entry-title {
    font-size: 19px;
}

.case-studies .article_content h2.entry-title a{
    color:#000A65;
}

.case-studies .article_content a:hover > .arrow{
    
}




.testimonial {
    /*font-style: italic;*/
}

.testimonial span{
    font-style: italic;
    font-size:18px;
    font-family:'Open Sans';
    text-align:right;
    color:#000A65;
    float: right;
    font-weight: 700;
}


.mainslider .owl-dots {
    position: absolute;
    bottom: 150px;
    left:50%;
    transform:translateX(-50%);
}



.mainslider .owl-dots button.owl-dot {
    height: 10px;
    width: 10px;
    background: rgb(255 255 255 / 42%);
    margin-left: 10px;
    border-radius:50px
}

.mainslider .owl-dots button.owl-dot.active {
    background: rgb(255 255 255);
}

.mainslider {
    position: relative;
}

.mainslider .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 7;
    background: rgba(0, 0, 0, 0.6);
}



.mobile_menu{
	display: none;
}

.mobile_contact{
	display: none;
}


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




/*.single h1 {*/
/*    color: #ED1C24;*/
/*    font-family: 'Poppins';*/
/*    font-weight: bold;*/
/*}*/

.single p, .single li {
    font-family: 'Open Sans';
    font-size: 18px;
}

/*woo*/

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    color: #fff!important;
    background-color: #ED1C24!important;
}

button.wc-block-components-button.wc-block-components-checkout-place-order-button,
button.single_add_to_cart_button.button.alt {
    background: #ED1C24;
}
button.single_add_to_cart_button.button.alt:hover{
    background:#cc171d;
}


span.woocommerce-Price-amount.amount {
    color: red;
}


/*cart*/

form.woocommerce-cart-form {
    width: 59%;
    margin-right: 70px;
    display: inline-block;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 35%;
    display: inline-block;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.wc-proceed-to-checkout a.checkout-button{
        font-size: 20px !important;
    color: #fff !important;
    background-color: #ED1C24 !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents{
    font-size: 16px;
}


.cart_totals h2 {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: .75em;
    font-style: inherit;
    font-weight: 700;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 8px 16px 8px 0;
    text-align: left;
    text-transform: uppercase;
}

.woocommerce .woocommerce-cart-form table.shop_table{
    border: 0;
}

.page-id-1902 .entry-content .woocommerce {
    display: flex;
}

/*checkout*/

button#place_order{
    color: #fff !important;
    background-color: #ED1C24 !important;
}

#order_comments_field label {
    display: none;
}

h3#order_review_heading {
    display: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    background: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    box-sizing: border-box;
    height: 50px;
    position: relative;
}
.woocommerce form .form-row label {
    line-height: normal;
}

p#billing_city_field,
p#billing_phone_field,
p#billing_state_field,
p#billing_postcode_field {
    width: 50%;
    display: inline-block;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    box-sizing: border-box;
    height: 50px;
    position: relative;
}

.woocommerce table.shop_table {
    position: sticky;
    top: 24px;
    z-index: 8;
    background:#fff;
}

/*payment woo product*/

div#product-1951,
div#product-30470{
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#product-30470 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#product-30470 .woocommerce-product-gallery,
div#product-1951 .woocommerce-product-gallery{
    display: none;
}

div#product-30470 .woocommerce-product-gallery {
    display: none;
}
.post-30470 .woocommerce-Price-amount {
    display: none !important;
}
section.related.products {
    display: none;
}

/*animcation*/


@keyframes slideZoom {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.1);
    }
}

/* newsletter */
input.hs-button.primary.large {
    background: #ED1C24;
    max-width: 100px;
    font-weight: 600;
    font-family: 'Open Sans';
    border: 0;
    transition: 300ms;
    color: #fff;
}


