/*
	Theme Name: Custom Rational Capital 2022 
	Template: genesis
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;600&display=swap');

 .x {
	font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 0;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #333;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	font-weight: 300;
font-family: 'Roboto', sans-serif;	
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 1.4;
	color: #444;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #0e5fc0;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #3889ea;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

b,
strong {
	font-weight: 700;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #f5f5f5;
	clear: both;
	margin: 26px 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

 
.entry-content code {
	background-color: #333;
	color: #ddd;
}
 

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px;
}

h1 {
	font-size: 36px;
	color: #444;
}

h2 {
	font-size: 32px;
	/* color: #0e712e; */
}
.sidebar h2 {
    font-size: 27px;
    color: #444;
}
.sidebar h4 {
    font-size: 27px;
    color: #555;
}
h3 {
	font-size: 28px;
	color: #103c64;
}

h4 {
	font-size: 24px;
	color: #444;
}

h5 {
	font-size: 22px;
	/* color: #0e712e; */
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}
/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
	color: #103c64;
	font-weight: 700;
	font-size: 16px;
	padding: 10px;
	width: 100%;
	background: rgba(255,255,255,0.85);
	border: none;
	box-shadow: 0 1px 4px rgb(0 0 0 / 23%);
	border-radius: 5px;
	width: 100%;
	min-height: 60px;
	margin-bottom: 25px;
	max-height: 160px;
	padding: 20px;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}
 
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #103c64;
	border-width: 0;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	line-height: 1;
	padding: 10px 24px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}
.button span,
button span {
	padding-right:10px;
}
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 6px 12px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #103c64;
	border-width: 0;
	margin-bottom: 10px;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.footer-widgets .button:hover {
	background-color: #7094c6;
	color: #fff;
}
.topfooter .button:hover {
	background-color: #7094c6;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #222;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	display: block;
	height: auto;
	padding: 15px 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    display: block;
    position: relative;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 40px;
}
.home .site-inner {
display:none;
}


/* Site Containers
--------------------------------------------- */
.home-featured .widget-area {
	padding:70px 0px;
}
.home-featured .widget-area.home-featured-3   {
	padding: 70px 0px 5px 0px;
}
 .topfooter {
	 background: #fff;
	 padding: 11px 0px 35px 0px;
	 text-align: center;
}
 .topfooter .widget-title {
    color: #444;
    font-size: 20px;
    margin-bottom: 24px;
}
.home-featured li {
	list-style-type: none;
}

.home-featured .widget {
	/* padding: 0 20px; */
}
.home-featured .entry-content {
	/* padding:0px 20px 20px 20px; */
}
.home-featured p:last-child {
	padding: 0 0 24px;
}

.home-featured-2 {
	 background:url(images/home2.jpg) no-repeat center center;
	 background-size:cover;
	 /* background-attachment: fixed; */
	 /* text-shadow: 1px 1px 3px #333; */
	 -webkit-backdrop-filter: saturate(200%) blur(30px);
	 backdrop-filter: saturate(200%) blur(30px);
	 background-color: rgb(255 255 255) !important;
}
.home-featured-4 {
	 /* background: #e7e5e2; */
	 background-size: cover;
	 overflow: hidden;
	 backdrop-filter: saturate(200%) blur(30px);
}
.home-featured-4:before {
	content:"";
	position:absolute;
	width:100%;
	display:block;
	background: #ffffff52;
	height: 142%;
	margin-top: -95px;
}
/* VERSION 1 HOME FEATURED 5 with image background
---------------------------------------------
.home-featured-5 {
	 background: url(images/home2.jpg) no-repeat center center;
	 background-size:cover;
------------------------- */

.home-featured-5 {
	 background-color: #c9d1d9;
}
.home-featured-1 ,
.home-featured-3 ,
.home-featured-5 ,
.home-featured-7 ,
.home-featured-9 {
 } 
.topfooter .widget-title,.home-featured .widget-title {
	font-size: 40px;
	margin-bottom: 25px;
	text-align: center;
	position: relative;
	z-index: 99;
	line-height: 2;
}
.home-featured-2   .widget-title {
	MARGIN-TOP: 0;
	text-align: LEFT;
}
.home-featured .light .widget-title{
	color:#fff;
}
 .home-featured .one-half .widget-title {
 	/* text-align:left; */
 }

.home-featured-6 {
	background-color: #eee;
} 
.home-featured-7 {
	background-color: #f9f9f9;
	background: url(images/BG-faq.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
} 
.home-featured-7 .wrap {z-index: 99999;position: relative;}
.home-featured-7:after {
	content:"";
	display:block;
	position: absolute;
	width: 100%;
	top: 0;
	background: rgb(255 255 255 / 72%);
	height: 100%;
	z-index: 1;
}
.home-featured-8 {
	background-color: #f7f7f7;
	/* padding-bottom: 0 !important; */
} 
.home-featured-9 {
	background-color: #efeeed;
} 
.home-featured-10 {
	background-color:#eee;
} 
.home-featured-8 br {
	display:none;
}
/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 809px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

.sticky {
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
font-size: 16px;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background-color: #eee;
}

.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 55px;
	line-height: 1;
}

.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
}
 
.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #1d64b9;
}

.entry-title a:hover {
	color: #3e9dd6;
}

.widget-title {
	font-size: 20px;
	margin-bottom: 24px;
}

#home-featured .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	padding: 20px 20px 20px 20px;
	background: #fff;
}

.featured-content .entry:last-child {
	border-width: 0;
	margin-bottom: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	line-height: 1.2;
}

.featured-content .entry-title {
	/* text-align: center; */
	border: none;
	/* padding: 0 20px; */
	font-size: 24px;
}

 
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	left: 0;
	/* position: fixed; */
	width: 100%;
	background: #fff;
	z-index: 9999999999999;
	padding: 4px 0;
}

.admin-bar .site-header {
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	width: 240px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 40px;
	line-height: 1;
	margin: 6px 0 5px 0;
	text-transform: capitalize;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
 }

.site-description {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 107px;
	display: block;
	text-indent: -9999px;
	max-width: 340px;
	background-size: contain !important;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	padding-top: 10px;
	width: 819PX;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	margin-left: auto !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	margin-top: 17px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 2px;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	/* background: #103c64; */
	/* border-radius: 0 0 52px 11px; */
	border-radius: 0;
	border: 2px solid #fff;
	display: block;
	font-size: 15px;
	padding: 9px 12px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
	/* background: #eee; */
	border-color: #103c64;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
	z-index: 99;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	/* opacity: 0; */
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgb(255 255 255 / 0%);
	border-top: none;
	position: relative;
	border-radius: 0;
	border: 0;
	padding: 10px 10px;
	border-bottom: solid 1px #eee;
	color: #333;
}
.genesis-nav-menu .sub-menu li:last-child a {
	 
	border-bottom: solid 0px #eee;
	 
}
 .genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover {
	color: #333;
	background: #efefef;
	}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	/* overflow: hidden; */
	background: rgb(255 255 255);
}
.genesis-nav-menu .menu-item:hover > .sub-menu li {
	display: block;
	margin: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item:hover > .sub-menu li a {
	
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	transition: all 0.8s ease 0s;
	border-top: 1px solid #eee;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	border: none;
	/* border-radius: 11px; */
	/* opacity: 1 !important; */
	/* opacity: 0.995452; */
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary,
.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color:#cbcbcb;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #cbcbcb;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}
 
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {list-style-type: none;margin-bottom: 5px;}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-content .search-form input {
	margin-bottom: 16px;
}

.entry-meta {
 	font-size: 14px;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #cbcbcb;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 0px;
	width: 325px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

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

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #cccccc;
	color: #fff;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #faf9f8;
	color: #444;
	/* border-top: 1px solid #cdcdcd; */
	clear: both;
	background-size: contain;
}

.footer-widgets .wrap {
	padding: 60px 0 35px;
	/* border-bottom: 1px solid #0d3050; */
}.site-footer .wrap {
		border-top: 1px solid #cdcdcd;
		padding-top: 30px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 31%;
}
.footer-widgets-3 {
}
.footer-widgets-3 p {
	margin-bottom: 10px;
}
.footer-widgets-1 {
	margin-right: 4%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	font-size: 16px;
}

.footer-widgets-3 {
	float: right;
	font-size: 18px;
}

.footer-widgets a {
	/* border-bottom: 1px dotted #858585; */
	color: #144b9e;
}

.footer-widgets a:hover {
	color: #0876db;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets .widget-title {
	font-size: 25px;
	color: #444;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #faf9f8;
	letter-spacing: 1px;
	padding: 0px 0 20px 0;
	text-align: center;
}

.site-footer a,
.site-footer p {
	-webkit-font-smoothing: subpixel-antialiased;
	color: #222;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
 	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 960px;
	}
.site-header .wrap {
		max-width: 95%;
	}
	.site-header .widget-area {
		width: 75%;
	}
.title-area { 
    width: 25%;
}
	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}

}

@media only screen and (max-width: 1023px) {
.hero-section .divider-zindex-top   {
	display:none !important;
}
	.wrap {
		max-width: 768px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: static;
	}

	.site-inner {
		padding: 40px 5%;
	}

 	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}
	
	.site-header .widget-area {
		padding: 0 5%;
	}

 
	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
	}
.hero_divider .divider-zindex-top img  {display:none !important;}
}

@media only screen and (max-width: 768px) {

	.site-header {
		padding-bottom: 10px;
	}

	.title-area {
		padding-bottom: 6px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		/* background: none; */
		border-bottom: 1px solid #141449;
		border-top: 1px solid #3532af;
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 15px 22px 16px 22px;
		right: 0;
		background: #103c64;
		color: #fff;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		/* padding-left: 25px; */
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		/* background: none; */
		/* border: none; */
		padding: 14px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
 

	.genesis-grid-even,
	.genesis-grid-odd  {
		width: 100%;
	}

 
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}
@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}





/* ## Hero Section
--------------------------------------------- */
.hero-section {
	position: relative;
	/* padding: 4rem 0; */
	border-bottom: 1px solid #eceef1;
	background-color: #f6f8fa;
	background-position: center;
	background-size: cover;
	text-align: center;
	border: none;
}
.home-featured-2:before ,
.hero-section:before {
	display: block !important;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(250 249 248 / 77%);
	content: '';
	pointer-events: none;
	transition: all 0.3s ease;
}

.hero-section .wrap {
	position: relative;
	z-index: 2;
}

.hero-section h1 {
	width: 100%;
	text-shadow: unset;
	margin: 0 auto;
	color: #444 !important;
	font-size: 3vw;
	text-align: center;
}
.video-container .caption h1 {
	font-size: 3vw;
	}
.hero-section p {
	width: 100%;
	max-width: 512px;
	margin: 0.5em auto 0;
	color: #ffffff;
	text-align: center;
}
.video-container .caption h6 {
	font-size: 2vw;
	}
.hero-section a {
	color: #f6f8fa;
}

.hero-section a:hover,
.hero-section a:focus {
	color: #ffffff;
}
@media (min-width: 768px) {

.hero-section .wrap {
		max-width: 896px;
		padding-bottom: 6rem;
	}
}
	@media (min-width: 896px) {
.hero-section .wrap {
		padding: 8rem 0;
	}
		.home .hero-section  {
    min-height:300px !important;
 }
}

 
 
.hero-section .wrap {
    position: relative;
    z-index: 2;
}
 
.hero-section .vc_shape-divider-wrap,
.hero-section svg.vc_shape-divider {
    width: 100%;
    height: 120px;
    fill: #fff;
    left: 0 !important;
    z-index: 99999;
    display: none !important;
    position: relative;
    z-index: 99999;
}
 
.full-width-content .content {
    float: none;
    width: 100%;
} 
.dontdisplay{display:none;}
.home .hero-section:before {background: transparent;}
 
.home .hero-section {
    /* min-height: 0px; */
}
.single .hero-section .entry-title {
    display: block;
}








.sidebyside .col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-position: center;
	/* align-items: flex-start; */
	width:100%;
	float:none;
}

.sidebyside .col .contents {
	padding: 50px 10%;
	text-align: center;
}
.sidebyside {
	background:#fff;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	flex-flow: column;
	clear: both;
}
.no-wrap.full-width-content .content {
    background: #fff;
    padding: 0% 0% !important;
    max-width: 100%;
    padding-top: 0;
    width: 100%;
    margin: 0px auto 0px auto;
    border: 0px solid #eaeaea;
}

.no-wrap .site-inner > .wrap {
	max-width:100%;
}
.no-wrap .site-inner .entry {
    margin-bottom: 0px;
}
.no-wrap .site-inner {
    padding-top: 0px;
    max-width: 100%;
}
@media only screen and (max-width: 1024px) {
.no-wrap .site-inner {
    padding: 0px 0%;
	}	
}
 
.hero-section .wrap {
     margin: 0 auto;
 }
.hero-section .wrap {
    position: relative;
    z-index: 2;
    display: block !important;
}
.home .hero-section .wrap {
    /* padding-top: 100px !important; */
    /* display: none !important; */
}
.hero-section {
    background-image: url(images/headerphoto.jpg);
    min-height: 380px;
    /* text-shadow: 2px 1px 8px #fff; */
}
body.blog .hero-section,
body.single .hero-section {
    background-image: unset;
    background-color: #faf9f8;
    min-height: unset;
}
body.blog .hero-section .wrap, 
body.single .hero-section  .wrap {
	padding: 5rem 0;
}
.full-width-content .content {
    float: none;
    width: 100%;
} 
.dontdisplay{display:none;}
.home .hero-section:before {
} 

.home-featured-2:before {
	background: rgb(255 255 255 / 53%);
}
.home .hero-section {
    /* display: none; */
    color: #fff !important;
    background-position: top center;
}
.home-featured-2 .wrap {
	z-index: 999999;
	position: relative;
}
.home .hero-section.demo {
    display: block;
    background-position: top center;
}
.single .hero-section .entry-title {
    display: block;
}
	
.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}	
	
	@media(max-width:1140px) {
.wrap {
    margin: 0 auto;
    max-width: 1140px;
    width:90%;
}

.no-wrap .site-inner .wrap {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}
}
	
.img.col img {
		visibility: hidden;
	}
.sidebyside .col {
	width:50%;
	position: relative;
	float:left;
	background-size: cover;
}
 
.sidebyside .reverse-no .img.col:after {
 
}
.sidebyside .reverse-yes .img.col:after {
	 right: auto;
	 background-position: center right;
}
	.col-container {
  display: flex;
  width: 100%;
}
.col {
  flex: 1;
}
	.reverse-yes {
		flex-direction: row-reverse;
	}

}


.page-section.no-wrap .wrap {
	max-width:100%;
}
.page-section.no-wrap br {display:none;}
body.no-wrap .content p {margin-bottom:0px;}
body.no-wrap .content .page-section p {margin-bottom:30px;}
.page-section.no-wrap p {margin-bottom:0px;}
.img-box {
	color:#fff;
	text-shadow: 2px 2px 2px #262626;
	text-align: center;
	float:left;
}
 
@media (max-width: 896px) {
.hero-section .wrap {
		text-align: center !important;
  padding: 8rem 30px;
	}
 
}
 
.services3 {
    background-color: #fff6e8!important;
    border-color: #cccccc;
    border-bottom: 10px solid #cccccc;
    padding: 3rem!important;
}
.subtitle, p.subtitle {
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 0px;
    color: #808080;
    line-height: 1.2em;
}
.btn {
    border: none;
    border-radius: 0px;
    color: #ffffff;
    padding: 0px 40px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 2.7em;
    letter-spacing: 1px;
    /* font-size: 16px; */
    outline: none;
    position: relative;
    transition: all ease-in-out 0.3s;
}
 .btn-primary {
    border-color: #cccccc;background-color: #cccccc;
}
.mt-3 {
	margin-top:20px;
}



.services3 h4 {
    color: #222;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 20px;
}

.services3 .header {
    transition: all ease-in-out 0.2s;
    color: #fff;
    position: absolute;
    margin-top: -80px;
    padding: 10px 20px;
    transform: rotate(5deg);
    right: 10px;
    font-size: 28px;
    text-align: center;
}
.services3 .header {
    background-color: #cccccc;
}
h6 {
    color: #774421;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.border {
	border-radius: 155px 45px 225px 75px/15px 125px 15px 155px;border: #033775 10px double;
}
.services3-wrapper:hover .header {
    transform: rotate(-5deg);
}
 
.site-inner ul,
.home .widget-area ul {margin-left: 20px;margin-bottom: 10px;}

.light{
    color: #fff;
} 
 
.single .blogtitle {
	display:none;
}

.col-container {
    display: flex;
    width: 100%;
}
.box-service {
     padding: 20px;
     background:#fff;
     text-align: left;
     min-height: 310px;
     margin-top: 15px;
     margin-bottom: 15px;
 }
 .box-service .icon-img {
     padding: 10px;
     background:#fff9f5;
     text-align: center;
     width: 100px;
     height: 100px;
     margin: 7px auto 10px auto;
     border: 12px solid #fff9f5;
     border-radius: 85px;
 }
 .box-service h4 {
     color: #cbcbcb;
     font-size: 25px;
     font-weight: bold;
  }
   .box-service p {
 color: #333;
     font-size: 18px;
    font-weight: 300;
    line-height: 1.625;
  }
 .box-service h5 {
      color: #cbcbcb;
      font-size: 18px;
      margin-top: 22px;
      margin-bottom: 0;
   }
  .video-container {
    height: 91vh;
    width: 100vw;
    display: none;
    position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  object-fit: cover;
  z-index: 0;
  top: 0;
}

 .video-container .caption {
  height: auto;
  display: block;
  /* background: rgb(0 0 0 / 34%); */
  vertical-align: middle;
  position: absolute;
  text-align: center;
  color: #dc0000;
  width: 100vw;
  padding: 10px;
  margin: 0 auto;
  top: 40%;
}
@media (max-width: 1023px) {
 .sidebyside .col {
	 width: 100%;
	}
	.col-container {
    display: block;
    width: 100%;
}
	.featuredpost  {
		margin-bottom:20px;
	}
}.bannercurve {
    position: absolute;
    bottom: 0 !important;
    width: 100%;
    height: 170px;
    border-radius: 100% 0% 0 0 / 100% 0 0% 0;
    background-color: #fff;
    left: 0;
}
.hero-section h6 {
 	font-size: 20px;
 	font-weight: 300;
 	line-height: 1.7;
 	margin-top: 20px;
 	color: #444 !important;
}
.home .hero-section h6 {
 	color: #444;
 	font-size: 25px;
 	text-shadow: 1px 1px 1px #ffffff80;
}
.hero-section h6 i {
 	/* font-size: 20px; */
 	display: block;
}
.c-topbar {
    background: #faf9f8;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    /* position: absolute; */
    z-index: 10;
    padding: 5px;
    text-align: right;
    color: #103c64;
}
.c-topbar .btn {
 padding: 6px 20px;
 background: rgba(255,255,255,.15);
 line-height: 1.6;
 font-size: 13px;
 margin-left: 5px;
 }
.c-topbar .fa-fw {
	margin-left:20px;
	color: #103c64;
	margin-right:10px;
}
.c-topbar .one-half a {
	float:right;
    text-align: right;
}
.c-topbar .two-thirds {
	line-height: 2.4;
	font-size: 14px;
}
.c-topbar .two-thirds a {
	color:#fff;
}
.box-paragraph {
    min-height: 90px;
    text-align: left;
}
 
.box{
    padding: 35px 28px 0px 25px;
    min-height: 419px;
    position: relative;
    background: #faf9f8;
}

.box:before,
.box:after{
    content: "";
    border-radius: 25px;
    /* border: 10px solid #103c64; */
    clip-path: polygon(65% 0, 100% 0, 100% 35%, 35% 100%, 0 100%, 0 65%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.box:after{
    border-width: 3px;
    clip-path: polygon(0 0, 60% 0, 55% 5%, 96% 44%, 100% 40%, 100% 100%, 40% 100%, 43% 95%, 5% 55%, 0 60%);
    top: 3px;
    bottom: 3px;
    right: 3px;
    left: 3px;
}

.box .service-icon{
    font-size: 40px;
    margin: 0 0 10px;
}

.box:hover {
    /* box-shadow: 0 1px 4px rgb(0 0 0 / 23%); */
    /* transform: scale(1.01); */
}

.box h2 {
    /* color: #0e712e; */
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 27px;
    text-transform: unset;
    line-height: 1.2;
}



.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}


.media-object-section:first-child {
    padding-right: 1rem;
}
.media-object-section.main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.products-services .media-object-section {
    margin: 2rem 2rem 4rem 2rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem;
}
.grid-x br {
	display:none;
}
.icon-wrap i {
    font-size: 3rem;
    color: #435562;
    margin-bottom: 22px;
    margin-top: 20px;
}

.wp-block-search__button { 
    height: 60px; background-color: #103c64 !important;color:#fff !important;
}
.wp-block-search__button:hover { 
     background-color:#cbb552 !important;
}
.grid-x .cell:nth-child(2) {
    background-color: #e9e9e9;
}
 
.grid-x .cell:nth-child(4) {
    background-color: rgb(245 245 245 / 85%);
}
.grid-x .cell:nth-child(6) {
    background-color: #e9e9e9;
}
.grid-x .cell:nth-child(8) {
    background-color: rgb(245 245 245 / 85%);
}
@media print, screen and (min-width: 40em){
.medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.medium-up-2 > .cell {
    width: 50%;
}
}
@media print, screen and (min-width: 64em){
.large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.large-up-4 > .cell {
    width: 25%;
}
}
body.single article.post .entry-header, body.archive article.post .entry-header h2, main > .archive-description, article.page .entry-header {
    display: none;
}
.single .blog-title {
    display: none;
}
body.blog .site-inner .entry-title {
    font-size: 38px;
    line-height: 1;
}
body.blog .entry-title a, .sidebar .widget-title a {
    font-size: 26px;
    line-height: 1.3;
}
.sidebar .widget {
   background: #faf9f8;
   font-size: 15px;
   text-align: center;
   padding: 30px 20px;
   border: 2px solid #ddd;
   /* border-top-color: #103c64; */
   /* border-bottom-color: #103c64; */
   /* border-radius: 30px; */
   box-shadow: 5px 5px 5px rgb(0 0 0 / 0%);
   position: relative;
}
.sidebar .widget:before {
    content: '';
    border-radius: 20px;
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
}
.sidebar .widget:after {
    content: "";
    background: #036c78;
    width: 130px;
    height: 70px;
    position: absolute;
    top: -5px;
    left: -9px;
    z-index: -2;
}
.sidebar .widget:after {
    background-color: #99832f;
    width: 100px;
    height: 130px;
    border-radius: 0 43px 0 0;
    left: auto;
    right: -4px;
}
.site-inner ul li:before, .home-featured ul li:before {
    content: "";
    position: absolute;
    width: 13px;
    margin-left: -20px;
    height: 12px;
    float: left;
    margin-top: 7px;
    margin-right: 12px;
    display: block;
    background: url(images/list.png) no-repeat;
    background-size: contain !important;
}
.sidebar h2 {
    font-size: 25px;
    margin-bottom: 24px;
}
.site-header.sticky .site-title a {
    height: 76px;
    max-width: 200px;
}
.site-header.sticky {
	position: fixed;
	width:100%;
	top:0px;
	box-shadow: 0 0 5px rgb(0 0 0 / 51%);
}
.site-header.sticky .widget-area ul {
    margin-bottom: 0px;
}

.site-header.sticky .widget-area {
     padding-top: 0px;
 }

.btn2 {
	background-color: #cbb552 !important;
}

.btn2:hover {
	background-color: #103c64 !important;
}

.serviceBox{
    background: #fff;
    text-align: center;
    padding: 40px 20px 30px 20px;
    border: 7px solid #ddd;
    border-top-color: #21BCB8;
    border-bottom-color: #21BCB8;
    border-radius: 30px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    position: relative;
    width: 18%;
    font-size: 18px;
    margin: 1%;
    float: left;
}

.serviceBox:before{
    content: '';
    border: 0px dashed #ddd;
    border-radius: 20px;
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
}

 
.serviceBox .title{
    color: #1e7b3c;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.serviceBox .description{
    color: #999;
    margin: 0;
}

.serviceBox .title{
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0px;
    padding-top: 0px;
}


.serviceBox.one button,
.serviceBox.one{
    color: #cbb552;
    border-top-color: #cbb552;
    border-bottom-color: #cbb552;
}
.serviceBox.one button,
.serviceBox.one:after{ background: #cbb552; }
.serviceBox.one .title {
	   color: #cbb552;
}


.serviceBox.two button,
.serviceBox.two{
    color: #1e7b3c;
    border-top-color: #1e7b3c;
    border-bottom-color: #1e7b3c;
}
.serviceBox.two .title {
	   color: #1e7b3c;
}
.serviceBox.two button,
.serviceBox.two:after{ background: #1e7b3c; }

.serviceBox.three{
    color: #103c64;
    border-top-color: #103c64;
    border-bottom-color: #103c64;
}
.serviceBox.three .title {
	   color: #103c64;
}
.serviceBox.three button,
.serviceBox.three:after{ background: #103c64; }

.serviceBox.four{
    color: #309c53;
    background: #309c53;
}
.serviceBox.four button,
.serviceBox.four:after{ background: #309c53; }

.serviceBox.five{
    color: #bb2b2c;
    background: #bb2b2c;
}

.serviceBox.five button,
.serviceBox.five:after{ background: #bb2b2c; }

.serviceBox .description {
	color:#444;
	margin-top: 15px;
}
.serviceBox button {
	color:#fff !important;
}

.serviceBox:hover {animation: border 1s;box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;animation-iteration-count: infinite;}
#media_image-3 img {
    mix-blend-mode: multiply;
}
@keyframes border {
  0%   { border-top-color: #103c64; border-bottom-color: #103c64;}
  25%  { border-top-color: #1e7b3c; border-bottom-color: #1e7b3c;}
  50%  { border-top-color: #cbb552; border-bottom-color: #cbb552;}
  100% { border-top-color: #103c64; border-bottom-color: #1e7b3c;}
}
@media only screen and (max-width: 990px){
    .serviceBox{
    width: 95%;
    margin: 20px auto;
    display: block;
    float: none;
}
}

.entry-image-link img {
	/* width:100%; */
}

blockquote {
  position: relative;
  font-size: 25px;
  line-height: 1.5em;
}
blockquote cite {
   font-size: 0.6em;
   color: #bdbec0;
	display:block;
 }
blockquote cite:before {
}
blockquote:after {
  content: '\201d';
  position: absolute;
  top: 0.28em;
  right: 0px;
  font-size: 6em;
  font-style: italic;
  color: #bdbec0;
}

.component{
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  margin:0 auto;
  padding: 10px;
}

.component blockquote.quote {
    position: relative;
    font-style: italic;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 85%;  /* create space for the quotes */
    color: #103c64;
    margin: 1rem auto 2rem;
}
.component blockquote.EN {
    background: linear-gradient(to right, #103c64 4px, transparent 4px) 0 100%,
    linear-gradient(to left, #103c64 4px, transparent 4px) 100% 0,
    linear-gradient(to bottom, #103c64 4px, transparent 4px) 100% 0,
    linear-gradient(to top, #103c64 4px, transparent 4px) 0 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.component blockquote.DE {
    background:
    linear-gradient(to right, #039be5 4px, transparent 4px) 0% 0%,
    linear-gradient(to bottom, #039be5 4px, transparent 4px) 0% 0%,
    linear-gradient(to left, #039be5 4px, transparent 4px) 100% 100%,
    linear-gradient(to top, #039be5 4px, transparent 4px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
    

/* -- create the quotation marks -- */
.component blockquote.quote:before,
.component blockquote.quote:after{
    font-family: FontAwesome;
    position: absolute;
    color: #103c64;
    font-size: 15px;
}

.component blockquote.EN:before{
    content: "\f10d";
    top: -12px;
    margin-right: -20px;
    right: 100%;
}
.component blockquote.EN:after{
    content: "\f10e";
    margin-left: -20px;
    left: 100%;  
    top: auto;
    bottom: -20px;
}
.component blockquote.DE:before{
    content: "\f10e";
    margin-right: -20px;
    bottom: -20px;
    right: 100%;
}
.component blockquote.DE:after{
    content: "\f10d";
    margin-left: -20px;
    left: 100%;  
    top: -20px;
    bottom: auto;
}


/* center the blockquote in the page */
.blockquote-wrapper {
   display: flex;
    padding: 0 20px;
}

/* Blockquote main style */
.blockquote-wrapper .blockquote {
    position: relative;
    max-width: 620px;
    margin: 80px auto;
    align-self: center;
}

 .blockquote-wrapper .blockquote h1 {
     color: #435f84;
     border-color: #435f84;
     position: relative; /* for pseudos */
     font-weight: normal;
     font-size: 25px;
     font-style: italic;
     margin: 0;
     border: solid 2px;
     border-radius:20px;
     padding: 25px;
}
.blockquote-wrapper .blockquote h1 span{
	color:#103c64;
		}
/* Blockquote right double quotes */
.blockquote-wrapper .blockquote h1:after {
    content:"";
    position: absolute;
    border: 2px solid #435f84;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -62px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}

.blockquote-wrapper .blockquote h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #ffffff;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
.blockquote-wrapper     .blockquote h1 {
   }

}
.site-inner .pagination li:before {
	display:none;
}
/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
}

 
.blockquote h4:first-letter {
  margin-left:-12px;
}


.accordion {
  margin-top: 15px;
  background-color: #0c6f30;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  margin-bottom: 10px;
  text-align: left;
  outline: none;
  display: block;
  text-transform: none;
  max-width: 100%;
  transition: 0.4s;
  margin-bottom: 0;
}
.panel  {
	max-height:0;
}
.active, .accordion:hover {
  background-color: #103c64;
  color: #fff;
}
.panel br {
	display:none;
}
.panel {
  padding: 0 18px;
  background-color: white;
   position: relative;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p {
	margin: 20px 0;
}

.topfooter2  {
    text-align: CENTER;
    /* border-top: 1px solid #ccc; */
    /* padding: 70px 0 50px 0; */
}
.topfooter2  img {
	display:inline-block;
    width: auto;
    height: 90px;
    margin-left: 20px;
    margin-right: 20px;
}
.ripples  {
     position: relative;
     min-height: 600px;
     text-align: center;
     color: #fff;
}

.homebanner-text {
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
}
/* FAQ boxes home page */
details {
	text-align: left;
	border-radius: 0px;
	/* border-top: 1px solid #000; */
	/* background: rgb(0 0 0 / 38%); */
	background: rgb(255 255 255 / 0%);
	color: #444;
	margin-bottom: 10px;
}
details p {
	  padding: 10px 15px !important;
	  font-size: 17px;
	  line-height: 1.5;
}
details  summary {
    background: rgb(255 255 255 / 76%);
    color: #444 !important;
    text-align: left;
    font-size: 20px;
    border: 0;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 1.5;
}
details[open] summary {
	background: rgb(255 255 255);
}
details[open]  {
	margin-bottom: 10px;
}
.entry-image-link img,
.featured-content a img {
    margin-bottom: -6px;
    filter: grayscale(100%);
    opacity: 0.9;
    transform: scale(1,1);
    transition: all 0.3s ease-in-out 0s;
}
.entry-image-link img:hover,

.featured-content:hover a img{
    transform: scale(1.2,1.2);
    filter:none;
    opacity:1;
}
.entry-header > .entry-image-link,
.featured-content a.alignnone {
    height: 162px;
    margin: 0;
    overflow: hidden;
    width: auto;
    display: inline-block;
    position: relative;
}
.home-featured-3 p,
.home-featured-2 p {
	font-size: 20px;
	text-shadow: none;
	color: #333; 
}
.genesis-nav-menu > .menu-item > a:after {
	/* content:""; */
	display:block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -18px;
	top: 0px;
	z-index: 999;
	background: #103c64;
	border-radius: 1px 1px 23px;
}
.site-header .wrap {
    margin: 0 auto;
    max-width: 1200PX;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.home .post.one-half {
    width: 100%;
}
.post.one-half.entry {
    min-height: 290px;
    padding: 20px 20px 20px 20px;
    background: #fff;
}
.post.one-half.entry .entry-title {
    font-size: 20px !important;
    margin-top: 14px;
}
body.archive .site-inner,
body.blog .site-inner {
    background-color: #faf9f8;
}



.testimonialc{
    margin: 0 20px 40px;
}

.testimonialc .testimonialc-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #eee;
    border: 1px solid #f0f0f0;
    position: relative;
}

.testimonialc .testimonialc-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}

.testimonialc .testimonialc-icon{
    width: 50px;
    height: 45px;
    background: #1c578c;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonialc .testimonialc-icon:before{
    content: "";
    border-bottom: 16px solid #0a253e;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonialc .description{
    font-size: 15px;
    font-style: italic;
    /* color: #8a8a8a; */
    line-height: 23px;
    margin: 0;
}

.testimonialc .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonialc .post{
    display: block;
    font-size: 14px;
    color: #ff4242;
}















.testimonialx{
    background: #fff;
    text-align: center;
    margin: 0 20px;
}

.testimonialx .description{
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px solid #d6c193;
    border-left: 1px solid #d6c193;
    font-size: 15px;
    color: #887e7f;
    line-height: 30px;
    text-align: left;
    position: relative;
}

.testimonialx .description:before{
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: #d6c193;
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}

.testimonialx .description:after{
    content: "";
    width: 50%;
    height: 1px;
    background: #d6c193;
    position: absolute;
    bottom: 0;
    left: 0;
}

.testimonialx .testimonialx-content{ position: relative; }

.testimonialx .testimonialx-content:before{
    content: "";
    width: 1px;
    height: 20px;
    background: #d6c193;
    position: absolute;
    top: -50px;
    left: 50%;
}

.testimonialx .testimonial-contentx:after{
    content: "";
    width: 2px;
    height: 40px;
    background: #2660a4;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}

.testimonialx .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
}

.testimonialx .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonialx .title{
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #2660a4;
    letter-spacing: 1px;
    text-transform: capitalize;
}
details {
    background: rgb(255 255 255 / 82%);
}
.testimonialx .testimonialx-content:after {
    content: "";
    width: 2px;
    height: 40px;
    background: #d6c193;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}

#more {display: none;}
.readxx {
	position: absolute;
	padding: 10px 21px !important;
	z-index: 999999999;
	background-color: #103c64;
}
.readxx:hover {
	background-color: #000000;
}

 .home .hero-section h1 {
 font-size: 38px;
 text-shadow: 1px 1px 1px #000;
 font-weight: 600;
 color: #f5f5f5 !important;
}
 
.page-id-7296 .box {
     min-height: 252px;
     padding-bottom: 17px;
}

body.blog  .hero-section:before {
   
    background:transparent;
    
}

.topfooter  p {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

body.archive .hero-section h6 ,
body.blog .hero-section h6 {
display:none;
}
