/*
	Theme Name: Genesis Child
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: Sandeep Numbhraal
	Author URI: http://www.sejix.com
	Version: 2.2.3
	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	Template: genesis
	Template Version: 2.2.3
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing 
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
@font-face {
    font-family: 'Glacial Indifference';
    src: url('fonts/GlacialIndifference-Regular.eot');
    src: url('fonts/GlacialIndifference-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/GlacialIndifference-Regular.woff2') format('woff2'),
        url('fonts/GlacialIndifference-Regular.woff') format('woff'),
        url('fonts/GlacialIndifference-Regular.ttf') format('truetype'),
        url('fonts/GlacialIndifference-Regular.svg#GlacialIndifference-Regular') format('svg');
}
@font-face {
    font-family: 'Glacial Indifference Bold';
    src: url('fonts/GlacialIndifference-Bold.eot');
    src: url('fonts/GlacialIndifference-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GlacialIndifference-Bold.woff2') format('woff2'),
        url('fonts/GlacialIndifference-Bold.woff') format('woff'),
        url('fonts/GlacialIndifference-Bold.ttf') format('truetype'),
        url('fonts/GlacialIndifference-Bold.svg#GlacialIndifference-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
/* ## 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;
}
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
	font-size: 62.5%; /* 10px browser default */
}
/* Chrome fix */
body > div {
	font-size: 16px;
}
body {
    background-color: #fff;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.9;
    margin: 0;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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;
}
a {
	color: #f26522;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}
p {
	margin: 0 0 18px;
	padding: 0;
	
}
ol,
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}
b,
strong {
	font-weight: 700;
}
blockquote,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 40px;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
/* ## Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 28px;
    color: #0c2759;
}
h1, .H1 {
	font-size: 3em;
}
h2, .H2 {
	font-size: 2.8em;
}
h3, .H3 {
	font-size: 1.8em;
}
h4, .H4 {
	font-size: 1.6em;
}
h5, H5 {
	font-size: 1.4em;
}
h6, H6 {
	font-size: 1.2em;
}
/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
figure {
	margin: 0;
}
/* ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}
.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}
.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}
/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
::-moz-placeholder {
	color: #333;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #333;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d;
	color: #fff;
}
.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}
.button {
	display: inline-block;
}
a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}
.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: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
/* ## Tables
--------------------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-word;
    border: 1px solid #ddd;
    color: #000;
    background: #fff;
}
tbody {
	border-bottom: 1px solid #eee;
}
td,
th {
	text-align: left;
	line-height: 1.6;
    font-size: 1em;
}
td {
	padding: 2em;
	position: relative;
}
table .Num {
    position: absolute;
    top: 50%;
    left: -2em;
    width: 3em;
    height: 3em;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    font-weight: 700;
    border-radius: 50%;
    margin-top: -1.5em;
    box-shadow: 0px 0px 30px #0000002b;
}
td.Arrow-Right:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2.5em;
    height: 2em;
    background: url(/wp-content/uploads/2025/04/13554816.png) no-repeat center;
    background-size: 100%;
    margin-top: -1em;
}
th {
    font-weight: 700;
    background: #123e91;
    color: #fff;
    padding: 1em 2em;
    min-width: 210px;
}
tr:nth-child(odd) {
    background: #f5f5f5;
}
.Scroll-Div::-webkit-scrollbar {
    width: 6px;
}

.Scroll-Div::-webkit-scrollbar-track {
    border: 1px solid #ee6422;
    border-radius: 0px;
}

.Scroll-Div::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #ee6422; 
}
.Scroll-Div.Style2 table td {
    padding: 1em;
    width: auto !important;
}

.Scroll-Div.Style2 table th {
    padding: 1em;
}
.Scroll-Div.Style2 table td:first-child {
    font-family: "Outfit", sans-serif;
    line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
table {
    word-break: normal;
}
.Scroll-Div{
	margin-bottom: 50px;
}
	}
}

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}
.more-link {
    position: relative;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap{
	margin: 0 auto;
	max-width: 1280px;
}
.wrap, .home .content .wrap {
	width: 100%;
}
.site-inner {
	clear: both;
	padding-top: 0px;
	word-wrap: break-word;
}
.landing-page .site-inner {
	max-width: 800px;
}
/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
/* ### Content */
.content {
	float: right;
	width: 880px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}
.full-width-content .content {
	width: 100%;
}
/* ### Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 360px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
/* ### Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}
/* ## 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
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}
/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	background-color: #fff;

	font-size: 16px;
	margin-bottom: 1px;
	padding: 12px 30px;
}
.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	margin-bottom: 40px;
	padding: 60px;
}
.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}
/* ## Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}
.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	/*width: 50%;*/
}
.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}
.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;
}
/* ## Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
}
.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}
.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}
.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}
/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}
a.alignnone {
	display: inline-block;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}
img.alignnone,
.alignnone {
	margin-bottom: 12px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}
/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	margin-bottom: 20px;
	word-wrap: break-word;
}
.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}
.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.widget ul > li:last-of-type {
	padding-bottom: 0;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
	background: none;
	padding: 0;
}
.featured-content .entry:last-of-type {
	margin-bottom: 0;
}
.featured-content .entry-title {
	font-size: 20px;
}
/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}
.sidebar .widget.enews-widget {
	background-color: #333;
}
.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}
.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}
.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}
.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}
.enews form + p {
	margin-top: 24px;
}
/* ## Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}
/* ## Gravity Forms
--------------------------------------------- */
body .entry .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0;
}
body .gform_wrapper .top_label .gfield_label {
	margin-bottom: 6px;
}
.gform_wrapper ul li.gfield {
	margin-bottom: 10px;
}
/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}
/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}
/* # Site Header


---------------------------------------------------------------------------------------------------- */
.site-header {

}
.site-header > .wrap {
    padding: 20px 0px;
}
/* ## Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 10px 0;
	/*width: 300px;*/
}
.header-image .title-area {
	margin: 0 auto;
	/*max-width: 300px;*/
	padding: 0;
}
/*.header-full-width .title-area {
	float: none;
	width: 100%;
}*/
.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}
.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}
/*.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}*/
.site-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.site-description,
.site-title {
	margin-bottom: 0;
}
.header-image .site-description {
	display: none;
	text-indent: -9999px;
}
/*.header-image .site-title {
	display: block;
	text-indent: -9999px;
}*/
.site-title img {
	vertical-align: top;
}
/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
	/*width: 800px;*/
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 1em;
	font-weight: 500;
	line-height: 1;
	width: 100%;
	max-width: 1260px;
    margin: 0px auto;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	position: relative !important;
}
.genesis-nav-menu a {
    text-decoration: none;
    display: block;
    padding: 1.8em 1.1em;
    font-weight: 400;
    color: #000;
    font-size: 1em;
	border-bottom: 4px solid #fff0;
}
.genesis-nav-menu .right.date {
	padding: 32px 20px;
}
.genesis-nav-menu .right.rss a {
	float: left;
}
.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    border-color: #00A9F4;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    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: 20em;
    z-index: 9999;
    background: #07245c;
    padding: 1.5em;
}
.genesis-nav-menu .sub-menu a {
    background-color: transparent;
    border-top: 0;
    font-size: 1em;
    padding: 1em 0em !important;
    position: relative;
    width: 100%;
    word-wrap: break-word;
    margin: 0px;
    color: #fff;
    border-bottom: 1px solid #9ae0ff24;
}
.genesis-nav-menu .sub-menu li {
    width: 100%;
}
.genesis-nav-menu .sub-menu a:hover, .sub-menu .current-menu-item > a {
    color: #00A9F4 !important;
    border-color: #00A9F4;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -51px 0 0 243px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
	position: static;
}
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
	margin-left: 0;
}
/* ## After Header Navigation
--------------------------------------------- */
/*.nav-primary {
    float: right;
    border: 1px solid #021244;
    margin: 16px 20px 0 0;
}*/

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}
.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
	background-color: #fff;
	margin-bottom: 0px;
	/*padding: 70px 80px;*/
}
.home .entry { padding: 0px;  margin-bottom: 0px; background: none;}
.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 20px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #333;
	color: #eee;
}
/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
}
.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}
.entry-categories,
.entry-tags {
	display: block;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
}
/*.adjacent-entry-pagination {
	margin-bottom: 0;
}*/
.archive-pagination li {
	display: inline;
}
.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}
.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}
/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
}
.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}
.entry-comments {
	padding: 60px;
}
.comment-list li {
	padding: 40px 0 0 30px;
}
.comment-list .depth-1 {
	padding-left: 0;
}
.comment-header {
	margin-bottom: 30px;
}
.comment-content {
	clear: both;
}
.comment-content ul > li {
	list-style-type: disc;
}
.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-header p {
	margin-bottom: 0;
}
.entry-pings .reply {
	display: none;
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	margin-bottom: 40px;
}
.sidebar .widget {
	background-color: #fff;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color:#1b5083;
	clear: both;
	padding: 20px 0 30px;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	/*width: 380px;*/
	width: 29.6875%;
	float: left;
	margin-left: 5.46875%;
}
.footer-widgets-1 {
	/*margin-right: 70px;*/
	margin-left: 0;
}
/*.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}
.footer-widgets-3 {
	float: right;
}*/
/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
    background-color: #002469;
    font-size: 16px;
    line-height: 1.2;
    padding: 30px 0 30px;
    text-align: center;
	display: none;
}
.site-footer .Row {
    display: flex;
    align-items: center;
    color: #fff;
    flex-wrap: wrap;
    gap: 1.3em;
    justify-content: space-between;
}
.site-footer p {
	margin-bottom: 0 !important;
	color:#fff;
}
footer.site-footer a {
    color: #fff;
    text-decoration: none;
}
/* Clear input fields' placeholder text on focus */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */
.page .entry-title {
	margin-bottom: 24px;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1340px) {
	.site-inner,
	.wrap {
		max-width: 1140px;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}
	.content,
	.site-header .widget-area {
		width: 800px;
	}
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}
	.sidebar-primary {
		width: 300px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		/*width: 340px;*/
		width: 29.8245614035%;
		margin-left: 5.2631578947%;
	}
	.footer-widgets-1 {
		/*margin-right: 60px;*/
		margin-left: 0;
	}
}
@media only screen and (max-width: 1200px) {
	.site-inner,
	.wrap {
		max-width: 960px;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	.content,
	.site-header .widget-area {
		width: 620px;
	}
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		/*width: 300px;*/
		width: 31.25%;
		margin-left: 3.125%;
	}
	.footer-widgets-1 {
		/*margin-right: 30px;*/
		margin-left: 0;
	}
}
@media only screen and (max-width: 1023px) {
	.site-inner,
	.wrap {
		max-width: 800px;
	}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap/*,
	.site-header .widget-area,
	.title-area*/ {
		width: 100%;
	}
	/*.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}*/
	.genesis-nav-menu li,
	/*.header-image .title-area,*/
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	.genesis-nav-menu/*,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title*/ {
		text-align: center;
	}
	.site-header .search-form {
		margin: 16px auto;
	}
	.nav-primary {
		float: none;
		clear: both;
		padding-top: 20px;
	}
	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		/*position: relative;*/
	}
	.js .site-header nav .wrap {
		padding: 0;
	}
	.js nav.pagination {
		display: block;
	}
	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}
	.menu-toggle {
		border-top: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		/*width: 100%;*/
		float: right;
		padding-left: 0;
		padding-right: 0;
	}
	.site-header .menu-toggle {
		border: 0;
	}
	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}
	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}
	.sub-menu-toggle.activated:before {
		content: "\f142";
	}
	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}
	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}
	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}
	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #000;
	}
	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #c3251d;
	}
	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}
	.footer-widgets-3 {
		margin-left: 0;
	}
}
@media only screen and (max-width: 860px) {
	body > div {
		font-size: 18px;
	}
	body {
		font-size: 18px;
	}
	.site-inner {
		
	}
	.wrap,
	.site-header > .wrap {
		/*padding-left: 5%;
		padding-right: 5%;*/
	}
	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 0px;
		margin-bottom: 5%;
	}
	.sidebar {
		margin-bottom: 5%;
	}
	.pagination {
		margin: 5% auto;
	}
	.archive-pagination li a {
		margin-bottom: 4px;
	}
	.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: 440px) {
	.title-area,
	.menu-toggle {
		float: none;
	}
	.site-header .title-area {
		text-align: center;
	}
	.nav-primary {
		padding-top: 0;
	}
}
/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		text-align: center;
		width: 100%;
	}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}

/*=========================mega-menu===============================*/
@media (max-width: 4099px) and (min-width: 1024px){
li.mega-menu ul.sub-menu {
    width: 800px;
    left: 50% !important;
    transform: translate(-50%, 0px) !important;
    border: none;
	display:none;
	border-top:1px solid #fff;
}
li.mega-menu ul.sub-menu li {
    width: 266.666666667px;
    float: left;
}
li.mega-menu ul.sub-menu li a{width:100%; line-height: 1.4;}

li.mega-menu ul.sub-menu li a:hover, li.mega-menu ul.sub-menu li.current-menu-item a {
    background-color: #f76400;
    color: #fff;
}
}




/*========================Home Page Css===========================*/

.Mobile{ display:none !important;}
.home .site-inner {
    padding: 0;
    max-width: 100%;
    margin: 0;
}
.home section .Section-Heading {
    font-size: 3em;
}
.site-container {
    overflow: hidden;
}
.Sub-Heading {
    line-height: 1.2;
    font-weight: 700;
    color: #ee6422;
    font-size: 1.5em;
}
.Row {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
}
p:empty {
    display: none;
}
p:last-child {
    margin-bottom: 0;
}


div ul.slick-dots {
    position: relative;
    bottom: 0 !important;
    padding: 0 !important;
    margin: 2em 0 0;
    text-align: center;
}
div ul.slick-dots li {
    width: 1.4em !important;
    height: 1.4em !important;
    border-radius: 2em !important;
    background: #123e91 !important;
    border: 0.3em solid #123e91;
    display: inline-block;
    margin: 0 0.3em;
    padding: 0;
    font-size: 1em !important;
}
div ul.slick-dots li:before {
    display: none;
}
div ul.slick-dots li button {
    padding: 0;
    font-size: 0;
    opacity: 0;
}
div ul.slick-dots li.slick-active {
    border: 0.3em solid #f26522;
    background: #fff !important;
}


.Button-Div a {
    padding: 0em 0em;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-size: 1em;
    transition: 0.5s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.4em;
}
.Button-Div a:after {
    content: "";
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    background: url(/wp-content/uploads/2025/04/right-arrow.png) no-repeat center;
    background-size: 100%;
    filter: invert(47%) sepia(97%) saturate(2030%) hue-rotate(167deg) brightness(100%) contrast(101%);
	transition: 0.5s ease;
}
.Button-Div a:hover:after {
    transform: translate(10px, 0px);
}
.Button-Div a:hover {
    color: #00a9f4;
}
section button.slick-arrow {
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 5em;
    height: 5em;
    line-height: 0;
	color: #fff0;
	outline: none;
	transition-duration: 0.3s;
	font-size: 1em;
}
section button.slick-prev {
    left: 50%;
    margin-left: -5em;
    background: url(images/Arrow-Left.svg) no-repeat center left;
    background-size: auto 80%;
    border-right: 1px solid #f0b902;
}
section button.slick-next {
    right: 50%;
    margin-right: -5em;
    background: url(images/Arrow-Right.svg) no-repeat center right;
    background-size: auto 80%;
    border-left: 1px solid #f0b902;
}
section button.slick-prev:hover, section button.slick-next:hover {
    background-size: auto 95%;
}


/*=====================Header=========================*/

.site-header {
    padding: 2em 0;
}
ul.genesis-skip-link {
    display: none;
}
header.site-header .wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 0;
}
header.site-header .wrap:before, header.site-header .wrap:after {
    display: none;
}
header.site-header .title-area {
    max-width: 16em;
    margin: 0;
    order: 1;
}
nav#genesis-nav-primary {
    order: 2;
    font-size: 1em;
}
button.sub-menu-toggle {
    display: inline-block;
    visibility: visible;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0;
    margin: 0;
    /*color: #00A9F4;*/
    background: none;
    transform: translate(0, -59%);
    line-height: 0;
    font-size: 1em;
}
.widget-area.header-widget-area {
    width: auto;
    order: 3;
}
.OrangeMenu {
	color: #ee6422;
}


/*==========================Banner===========================*/

section.Banner {
    padding: 0 0 0em;
    background: #000912 url(/wp-content/uploads/2025/04/7477261.jpg) no-repeat left;
    background-size: cover;
    overflow: hidden;
}
section.Banner .wrap {
    position: relative;
}
section.Banner .Text-Div {
    display: flex;
    flex-direction: column;
    gap: 1.2em;
    padding: 10em 0;
}
section.Banner .Heading1 {
    color: #fff;
    font-size: 1.7em;
    text-align: left;
    font-weight: 400;
    line-height: 1.1;
	/*text-shadow: 0px 0px 15px #000;*/
}
section.Banner .Heading2 {
    color: #fff;
    font-size: 1.8em;
    text-align: left;
    font-weight: 400;
    line-height: 1.1;
	/*text-shadow: 0px 0px 15px #000;*/
}
section.Banner .Heading2 span {
    font-weight: 700;
    font-size: 1.7em;
    color: #fff;
    font-family: "Outfit", sans-serif;
}
section.Banner2 {
    background: url(https://relevancethroughdesign.clientsitedemo.com/wp-content/uploads/2025/04/Banner-Background.jpg) no-repeat top;
    background-size: cover;
}
section.Banner2 .Heading1 {
    text-align: center;
    font-size: 2.2em;
    font-weight: 300;
}
section.Banner2 .Heading2 {
    text-align: center;
    font-size: 2.2em;
    font-weight: 300;
}
section.Banner2 .Heading2 span {
    font-size: 1.8em;
    color: #ee6422;
}

/*=======================================================*/

section.Logo-Section {
    margin-top: 6em;
}
section.Logo-Section .Row {
    display: flex;
    background: #fff;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);

}
section.Logo-Section .Title-Box {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 2em;
    background: #001947;
    min-width: 24%;
    justify-content: center;
}
section.Logo-Section h2 {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 2em;
}
section.Logo-Section h2 span {
    font-weight: 400;
}
section.Logo-Section .Logo-Row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    padding: 1em;
}
section.Logo-Section .Logo-Div {
    background: #fff;
    text-align: center;
    line-height: 0;
    padding: 1.5em;
	position: relative;
}
section.Logo-Section .Logo-Div img {
    width: auto;
    max-width: 70%;
}
.Logo-Div .Num {
    line-height: 1;
    position: relative;
    font-size: 1.8em;
    font-weight: 700;
    z-index: 1;
    margin-bottom: 1.2em;
    margin-top: -2em;
}
.Logo-Div .Num:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3em;
    height: 3em;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}
.Logo-Div:first-child .Num:before {
	background: #dbf0e8;
}
.Logo-Div:nth-child(2) .Num:before {
	background: #d4dceb;
}
.Logo-Div:last-child .Num:before {
	background: #fef1eb;
}
.Logo-Div .Title {
    font-family: "Outfit", sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5em;
	color: #0c2759;
}
.Logo-Div .Text1 {
    font-size: 1em;
    line-height: 1.4;
}
.Logo-Div.arrow-top:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 85%;
    width: 6em;
    height: 2.5em;
    background: url(/wp-content/uploads/2025/04/Arrow.svg) no-repeat center;
    background-size: 100%;
    z-index: 1;
    transform: scaley(-1);
}
.Logo-Div.Arrow-Right:before {
    content: "";
    position: absolute;
    top: calc(50% - 0.5em);
    right: -1.5em;
    width: 3em;
    height: 1em;
    background: url(/wp-content/uploads/2025/04/13554816.png) no-repeat center right;
    background-size: auto 4em;
    z-index: 1;
}



section.Step-Section {
    margin-top: 6em;
    padding: 6em 0;
    background: #011949 url(/wp-content/uploads/2025/04/Workshops-Bg.jpg) no-repeat center;
    background-size: cover;
}
section.Step-Section .Title-Box {
    text-align: center;
}
section.Step-Section .Title-Box h2 {
    color: #fff;
}
section.Step-Section .Logo-Row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5em;
    width: 80%;
    margin: 3em auto 0;
}
section.Step-Section .Logo-Div {
    text-align: center;
    padding: 3.5em 1.8em;
    background: #000;
	color: #fff;
	outline: 2px solid #ffffffcf;
    outline-offset: -0.5em;
	position: relative;
}
section.Step-Section .Logo-Div .Title {
    color: #fff;
}
section.Step-Section .Logo-Div:first-child {
    background: linear-gradient(to right, #279376 0%, #1a5b82 100%);
}
section.Step-Section .Logo-Div:nth-child(2) {
    background: linear-gradient(to right, #1a5b82 0%, #774d58 100%);
}
section.Step-Section .Logo-Div:last-child {
    background: linear-gradient(to right, #77505d 0%, #c1582e 100%);
}
section.Step-Section .Logo-Div:before {
    filter: invert(1) brightness(17.5);
    right: -4em;
    background: url(/wp-content/uploads/2025/04/arrow-right.png) no-repeat right;
    background-size: auto 100%;
    margin-top: -2.2em;
    top: 50%;
    height: 4.4em;
    width: 4.4em;
}

/*=======================================================*/

section.About-Section {
    padding: 6em 0;
	overflow: hidden;
}
section.About-Section .Row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3em;
}
section.About-Section .Text-Div {
    flex-basis: 70%;
}
section.About-Section .Section-Heading {
    margin-bottom: 0.5em;
    padding-bottom: 0.6em;
    position: relative;
}
section.About-Section .Section-Heading:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3em;
    height: 4px;
    background: #f26522;
}
section.About-Section .Right-Box {
    background: #021221 url(/wp-content/uploads/2025/04/Back01.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    width: 22em;
    flex-shrink: 0;
    margin-left: 1.6em;
    margin-bottom: 6em;
	max-width: calc(100% - 1.6em);
}
section.About-Section .Right-Box:before {
    content: "";
    position: absolute;
    top: 2em;
    left: -1.6em;
    width: 100%;
    height: 100%;
   /* border: 0.8em solid #ee6422;*/
    z-index: -1;
}
section.About-Section .Right-Box .Image-Div {
    line-height: 0;
    padding: 1em;
}
section.About-Section .TextBox {
    width: 90%;
    margin: 0 auto;
    background: #0E4B80;
    padding: 0 1.2em 1.2em;
    margin-bottom: -6em;
    text-align: center;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: -0.6em;
    display: flex;
    flex-direction: column;
    gap: 0.6em;
    box-shadow: 0px -0.6em 0px #0E4B80;
}
.TextBox .Sub-Title {
    font-size: 0.9em;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
}
.TextBox .Sub-Title span {
    display: inline-block;
    background: #0e4b80;
    position: relative;
    padding: 0 0.3em;
}
.TextBox .Title {
    font-size: 1em;
    line-height: 1.9;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
}
.TextBox .Number a {
    color: #97D0FF;
    text-decoration: none;
    font-weight: 700;
    font-size: 2em;
    display: inline-block;
    line-height: 1;
	font-family: "Outfit", sans-serif;
}


/*=============================Services Section===================================*/

section.Service-Section {
    padding: 6em 0;
	overflow: hidden;
}
section.Service-Section .Sub-Heading {
    text-align: center;
    margin-bottom: 1em;
}
section.Service-Section .Section-Heading {
	text-align: center;
	margin-bottom: 1em;
}
section.Service-Section .Row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5em;
}
.Service-Div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
    padding: 2em 1.2em;
    background: #FFFFFF;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.4);
    justify-content: space-between;
    transition: 0.5s;
    outline: 2px solid #fff;
    outline-offset: -0.6em;
}
.Service-Div:nth-child(even) {
    /*background: #fff url(/wp-content/uploads/2025/04/ServiceBg2.png) no-repeat center left;*/
    /*background-size: 12em;*/
}
.Service-Div:nth-child(odd) {
    /*background: #fff url(/wp-content/uploads/2025/04/ServiceBg1.png) no-repeat center right;*/
    /*background-size: 12em;*/
}
.Service-Div .Icon {
    line-height: 0;
}
.Service-Div .Icon img {
    width: 4.5em !important;
    /*filter: invert(47%) sepia(97%) saturate(2030%) hue-rotate(167deg) brightness(100%) contrast(101%);*/
	filter: invert(1); 
}
.Service-Div .Title {
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.2;
    text-align: center;
    font-family: "Outfit", sans-serif;
	color: #fff;
}
.Service-Div .Info-Div {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    text-align: center;
}
.Service-Div p {
    margin: 0;
    font-size: 1em;
	color: #fff;
}
.Service-Div .Button-Div a {
    color: #fff;
}
.Service-Div .Button-Div a::after {
    filter: invert(1);
}
.Service-Div:hover {
    transform: scale(1.1);
}
.ServiceBack1 {
    background: linear-gradient(to right, #279476 0%, #1f7376 100%);
}
.ServiceBack2 {
    background: linear-gradient(to right, #1f7376 0%, #195980 100%);
}
.ServiceBack3 {
    background: linear-gradient(to right, #1e5382 0%, #51486d 100%);
}
.ServiceBack4 {
    background: linear-gradient(to right, #664e68 0%, #ca5e35 100%);
}

/*========================================================*/

section.Choose-Us-Section {
    padding: 6em 0;
	overflow: hidden;
}
section.Choose-Us-Section .Row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3em;
    flex-flow: row-reverse;
}
section.Choose-Us-Section .Section-Heading {
    margin-bottom: 0.5em;
    padding-bottom: 0.6em;
    position: relative;
}
section.Choose-Us-Section .Section-Heading:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3em;
    height: 4px;
    background: #f26522;
}
section.Choose-Us-Section .Image-Div {
    flex-shrink: 0;
    width: 46%;
    line-height: 0;
    padding: 10em 0;
    position: relative;
	background: url(/wp-content/uploads/2025/04/Back.png)no-repeat bottom;
	background-size:90%;
}
section.Choose-Us-Section .Image-Div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 80%;
    border: 0.7em solid #123E91;
    transform: translate(0, -50%);
}
section.Choose-Us-Section .Image-Div img {
    width: 100%;
    height: 22em;
    object-fit: cover;
    position: relative;
}

/*===============================================================*/

section.Team-Section {
    padding: 6em 0;
}
section.Team-Section .Section-Heading {
    text-align: center;
    margin-bottom: 1em;
}
section.Team-Section .Row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5em;
    width: 80%;
    margin: 0 auto;
}
.Team-Div {
    background: #fff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
}
.Team-Div .Image {
    line-height: 0;
}
.Team-Div .Image img {
    width: 100%;
    height: 19em;
    object-fit: cover;
    object-position: top;
}
.Team-Div .Info {
    padding: 1.8em;
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.Team-Div .Title {
    text-align: center;
    font-weight: 700;
    font-size: 1.4em;
    line-height: 1.2;
    font-family: "Outfit", sans-serif;
	color: #0c2759;
}
.Team-Div .Sub-Title {
    text-align: center;
    color: #0c2759;
    line-height: 0;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 1em;
}
.Team-Div .Button-Div {
    display: flex;
    justify-content: center;
}
.Team-Div ul {
    padding: 0;
    margin: 0;
}
.Team-Div ul li {
    padding: 0 !important;
    margin: 0 0 0.8em;
    display: flex;
    font-size: 0.8em;
    align-items: center;
    gap: 0.6em;
}
.Team-Div ul li:before {
    display: none;
}
.Team-Div ul li img {
    width: 1.3em;
}
.Team-Div ul li a {
    text-decoration: none;
    color: #000;
}



/*===========================================================*/


section.Workshops-Section {
    padding: 5em 0;
    background: #011949 url(/wp-content/uploads/2025/04/Workshops-Bg.jpg) no-repeat center;
    background-size: cover;
	overflow: hidden;
}
section.Workshops-Section .Sub-Heading {
    text-align: center;
    margin-bottom: 1em;
}
section.Workshops-Section .Section-Heading {
    text-align: center;
    color: #fff;
}
section.Workshops-Section p.P2 {
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    width: 60%;
    margin: 2em auto 0em;
}
section.Workshops-Section .Row {
    display: flex;
    justify-content: space-between;
}
.Workshops-Div {
    width: 13em;
    height: 12em;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url(/wp-content/uploads/2025/04/Workshops-Box.svg) no-repeat center;
    background-size: 100%;
    transition: 0.5s;
    font-size: 1.2em;
}
.Workshops-Div:nth-child(even), .WorkshopsBox:nth-child(even) {
    margin-top: 4em;
}
.Workshops-Div.Arrow-Top:before {
	content: "";
    position: absolute;
    width: 7em;
    height: 3em;
    background: url(/wp-content/uploads/2025/04/Arrow.svg) no-repeat center;
    background-size: 100%;
    top: 3.9em;
    right: -4.5em;
}
.Workshops-Div.Arrow-Bottom:before {
	content: "";
    position: absolute;
    width: 7em;
    height: 3em;
    background: url(/wp-content/uploads/2025/04/Arrow.svg) no-repeat center;
    background-size: 100%;
    bottom: 3.9em;
    right: -4.5em;
    transform: scaley(-1);
}
.Workshops-Div .Box, .Workshops-Div a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80%;
    color: #fff;
    text-decoration: none;
}
.Workshops-Div .Title {
    font-size: 1.1em;
    text-align: center;
    line-height: 1.2;
}
.Workshops-Div .Title strong {
    display: block;
    font-family: "Outfit", sans-serif;
}
.Workshops-Div:hover {
    transform: scale(1.1);
    z-index: 1;
}
.Workshops-Sub-Title {
    width: 13em;
    color: #fff;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 1em;
}
.Workshops-Div.Back1 {
    background: url(/wp-content/uploads/2025/04/back_03.png) no-repeat center;
    background-size: 100%;
}
.Workshops-Div.Back2 {
    background: url(/wp-content/uploads/2025/04/back_02.png) no-repeat center;
    background-size: 100%;
}
.Workshops-Div.Back3 {
    background: url(/wp-content/uploads/2025/04/back_01.png) no-repeat center;
    background-size: 100%;
}
.Workshops-Div.Back4 {
    background: url(/wp-content/uploads/2025/04/back_04.png) no-repeat center;
    background-size: 100%;
}
.Workshops-Div.Back5 {
    background: url(/wp-content/uploads/2025/04/back_05.png) no-repeat center;
    background-size: 100%;
}

/*=================================FAQ Section====================================*/

section.Faq-Section {
    padding: 6em 0;
    background: url(/wp-content/uploads/2025/04/Back.png) no-repeat left;
    background-size: 52em;
	overflow: hidden;
	position: relative;
    z-index: 1;
}
section.Faq-Section .wrap {
    position: relative;
}
section.Faq-Section .Text-Div {
    width: 60%;
}
section.Faq-Section .Sub-Heading {
    margin-bottom: 1em;
}
section.Faq-Section .Image-Div {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
}
section.Faq-Section .Image-Div:before {
    content: "";
    position: absolute;
    top: 2em;
    left: -1.6em;
    width: 50%;
    height: calc(100% - 4em);
    border: 0.8em solid #123E91;
    z-index: -1;
}
section.Faq-Section .Image-Div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/*=============================================================================*/

section.Blog-Section {
    padding: 5em 0;
    background: #F8F8F8;
	overflow: hidden;
}
section.Blog-Section .Sub-Heading {
    text-align: center;
    margin-bottom: 1em;
}
section.Blog-Section h2 {
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 0.6em;
    text-align: center;
}
section.Blog-Section h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 3em;
    height: 5px;
    background: #ee6422;
    margin-left: -1.5em;
}
section.Blog-Section .Slider-Div {
    padding: 0 0em;
}
.Blog-Div {
    width: 92%;
    margin: 6% 4%;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.Blog-Div .Post-Image {
    line-height: 0;
	background: #000;
	position: relative;
}
.Blog-Div .Post-Image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 2px solid #ffffff;
    outline-offset: -0.6em;
    z-index: 1;
}
.Blog-Div .Post-Image img {
    width: 100%;
    height: 12em;
    object-fit: cover;
	opacity: 0.7;
}
.Blog-Div .Post-Info {
    padding: 1.2em;
}
.Blog-Div .Date {
    line-height: 1;
    font-weight: 600;
    font-size: 0.9em;
    color: #ee6422;
}
.Blog-Div h4 {
    font-size: 1.4em !important;
    min-height: 5em;
    margin: 0.6em 0;
}

/*==========================================================*/

section.Form-Section {
    padding: 6em 0;
	overflow: hidden;
}
section.Form-Section .Row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3em;
}

.Contact-Box {
    display: flex;
    gap: 1em;
    align-items: center;
    padding: 1em;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(7, 0, 100, 0.1);
    margin-bottom: 1.6em;
}
.Contact-Box .Icon {
    line-height: 0;
    border: 3px solid #f26522;
    padding: 0.4em;
    width: 2em;
    border-radius: 50%;
	flex-shrink: 0;
}
.Contact-Box a {
    color: #000;
    text-decoration: none;
    font-size: 1em;
    display: inline-block;
    line-height: 1.2;
}
.Form-Div {
    flex-basis: 65%;
    padding: 3em;
    background: #FFFFFF;
    outline: 2px solid #123e91;
    outline-offset: -1em;
    box-shadow: 0px 10px 60px rgba(0, 14, 50, 0.2);
}
.Form-Div p {
    font-size: 1em !important;
}
.Form-Div .Form-Title {
    font-size: 2.6em;
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    margin-bottom: 0.6em;
    color: #0c2759;
}
.Form-Div .Form-Title span {
    font-weight: 700;
}
.Form-Div .Form-Col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}
.Form-Col .Col12 {
    grid-column: span 2;
}
.Form-Div input, .Form-Div select, .Form-Div textarea {
    border: 1px solid #00000026;
    color: #000;
    padding: 0.9em;
    font-size: 0.9em;
}
.Form-Div textarea {
    height: 11.6em;
}
.Form-Div input::placeholder, .Form-Div select::placeholder, .Form-Div textarea::placeholder {
    color: #888888;
}
.Form-Div .Form-Button {
    text-align: center;
}
.Form-Div .Form-Button input {
    background: #123e91;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85em;
    padding: 1em 1.7em;
}

section.Form-Section .Image-Div {
    flex-shrink: 0;
    width: 40%;
    line-height: 0;
    margin: 2em;
    position: relative;
}
section.Form-Section .Image-Div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2em;
    width: 100%;
    height: calc(100% + 4em);
    border: 0.7em solid #123E91;
    transform: translate(0, -50%);
}
section.Form-Section .Image-Div img {
    width: 100%;
    height: 21em;
    object-fit: cover;
    position: relative;
}





/*===================================Footer====================================*/

div#genesis-footer-widgets {
    padding: 6em 0 0;
    background: url(/wp-content/uploads/2025/04/Footer-Bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.widget-area.footer-widgets-1.footer-widget-area {
    width: 100%;
    margin: 0;
}
.Footer-Div .Footer-Title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.2;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.5em;
}
.Footer-Div .Phone-Number {
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.2em;
    margin: 1.1em 0;
}
.Footer-Div .Phone-Number a {
    text-decoration: none;
    color: #f26522;
}
.Footer-Div .Email {
    margin-bottom: 1.6em;
}
.Footer-Div .Email, .Footer-Div .Address {
    text-align: center;
    color: #fff;
}
.Footer-Div .Email .Title, .Footer-Div .Address .Title {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.6em;
}
.Footer-Div .Email a, .Footer-Div .Address a {
    color: #fff;
    text-decoration: none;
}

.widget-area.footer-widgets-2.footer-widget-area {
    width: 100%;
    margin: 6em 0px 0;
    background: #001947;
    padding: 2em 0em;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.widget-area.footer-widgets-2.footer-widget-area:before {
    content: "";
    position: absolute;
    top: 0;
    right: 99.8%;
    width: 100%;
    height: 100%;
    background: #001947;
    z-index: -1;
}
.widget-area.footer-widgets-2.footer-widget-area:after {
    content: "";
    position: absolute;
    top: 0;
    left: 99.8%;
    width: 100%;
    height: 100%;
    background: #001947;
    z-index: -1;
}
.widget-area.footer-widgets-2.footer-widget-area section.widget_media_image {
    line-height: 0;
    margin: 0;
    flex-shrink: 0;
}
.widget-area.footer-widgets-2.footer-widget-area section.widget_media_image img {
    max-width: 100% !important;
    width: auto !important;
    margin: 0 !important;
    height: 2em !important;
    max-height: 100% !important;
}
section#text-3 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 0.9em;
}
section#custom_html-8 {
    text-align: center;
    margin: 3em 0 0;
}
.Social-Icon {
    line-height: 0;
    display: flex;
    gap: 0.4em;
    justify-content: center;
}
.Social-Icon a {
    flex-shrink: 0;
    width: 2em;
    height: 2em;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Social-Icon a img {
    width: 1em;
	filter: invert(43%) sepia(99%) saturate(1242%) hue-rotate(346deg) brightness(96%) contrast(97%);
}



/*===========================Inner Page Css========================*/

section.Banner.InnerBanner {
    padding: 0;
    background-size: cover !important;
    position: relative;
    background-position: center !important;
}
section.Banner.InnerBanner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #051e4ce8;
}
.InnerBanner section {
    margin: 0;
}
section.Banner.InnerBanner .Title-Div {
    text-align: left;
    font-size: 2.5em;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    padding: 3em 0;
    width: 17em;
    max-width: 100%;
    margin: 0;
}


/*============================*/

/*.entry-content ol li, .post-content ol li, .entry-content ul li, .post-content ul li {
    list-style: none;
    padding: 0.1em 0px 0.1em 1.4em;
    position: relative;
    line-height: 1.6;
}
.entry-content ol li:before, .post-content ol li:before, .entry-content ul li:before, .post-content ul li:before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 1em;
    height: 1em;
    background: #fff;
    border-radius: 50%;
    border: 0.3em solid #f26522;
}*/

.entry-content ol li, .post-content ol li, .entry-content ul li, .post-content ul li {
    list-style: none;
    padding: 0.1em 0px 0.1em 1.6em;
    position: relative;
    line-height: 1.6;
    background: url(/wp-content/uploads/2025/04/Li-Bg.png) no-repeat 0em 0.3em;
    background-size: 1.2em;
}
.entry-content ol:last-child, .entry-content ul:last-child {
    margin-bottom: 0;
}
.paddingbottom0 {
    padding-bottom: 0 !important;
}
.paddingtop0 {
    padding-top: 0 !important;
}
.padding2 {
    padding: 2em 0;
}
.padding3 {
    padding: 3em 0;
}
.padding4 {
    padding: 4em 0;
}
.padding5 {
    padding: 5em 0;
}
.padding6 {
    padding: 6em 0;
}
.padding7 {
    padding: 7em 0;
}
.padding8 {
    padding: 8em 0;
}
.padding9 {
    padding: 9em 0;
}
.padding10 {
    padding: 10em 0;
}
.marginbottom0{
	margin-bottom:0px !important;
}
.marginbottom2{
	margin-bottom:20px;
}
.marginbottom3{
	margin-bottom:30px;
}
.marginbottom4{
	margin-bottom:40px;
}
.marginbottom5{
	margin-bottom:50px;
}
.marginbottom6{
	margin-bottom:60px;
}
.marginbottom7{
	margin-bottom:70px;
}
.marginbottom8{
	margin-bottom:80px;
}
.positiontop{ object-position: top;}
.width50 {
    width: 500px;
    margin: 0 auto;
	max-width: 100%;
}
.width60 {
    width: 600px;
    margin: 0 auto;
	max-width: 100%;
}
.width70 {
    width: 700px;
    margin: 0 auto;
	max-width: 100%;
}
.width80 {
    width: 800px;
    margin: 0 auto;
	max-width: 100%;
}
.width90 {
    width: 900px;
    margin: 0 auto;
	max-width: 100%;
}
.width10 {
    width: 1000px;
    margin: 0 auto;
	max-width: 100%;
}
.width11 {
    width: 1100px;
    margin: 0 auto;
	max-width: 100%;
}
.outlinebox {
    padding: 3em;
    background: #fff;
    box-shadow: 0px 10px 60px rgba(0, 14, 50, 0.2);
    outline: 8px solid #123e91;
    outline-offset: -1em;
}
.Full-Width-Box {
    width: 99.5vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.Flex-Row {
    display: flex;
    position: relative;
    z-index: 1;
}
span.Light, .Light {
    font-weight: inherit;
}
.OverflowI {
    overflow: inherit !important;
}
.NoBackground{
	background: none !important;
}
.Light_Background{
	background: #f3f3f3 url(/wp-content/uploads/2025/04/Service-Back01.jpg) no-repeat center !important;
    background-size: 100% 100% !important;
}



/*======================================*/

section.Section-One {
    display: flex;
    gap: 3em;
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: center;
}
section.Section-One .Heading-Div {
    background: #021221 url(/wp-content/uploads/2025/04/Back01.jpg) no-repeat center;
    background-size: cover;
    padding: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    margin-right: 1.6em;
    margin-bottom: 1.6em;
}
/*section.Section-One .Heading-Div {
    background: #021221 url(/wp-content/uploads/2025/04/Back01.jpg) no-repeat center;
    background-size: cover;
    padding: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    margin-right: 1.6em;
    margin-bottom: 1.6em;
}*/
section.Section-One .Heading-Div img {
    width: 100%;
    height: 22em;
    object-fit: cover;
    margin: 0;
}
section.Section-One .Heading-Div:before {
    content: "";
    position: absolute;
    top: 1.6em;
    left: 1.6em;
    width: 100%;
    height: calc(100% - 0em);
    z-index: -1;
    border: 0.8em solid #123e91;
}
section.Section-One .Heading-Div h1, section.Section-One .Heading-Div h2 {
    margin: 0;
    font-size: 2em;
    line-height: 1.8;
    color: #fff;
}
section.Section-One .Text-Div {
    position: relative;
    width: 54%;
    flex-shrink: 0;
}

.CenterBox {
    max-width: calc(100% - 3em);
    box-shadow: -5px 0px 28px #00000040;
    padding: 3em;
    position: relative;
    background: #fff;
    margin: 0 auto;
}
.CenterBox:before {
    content: "";
    position: absolute;
    top: -2.5em;
    left: -2.5em;
    width: 83%;
    height: calc(100% + 5em);
    /*border: 0.7em solid #123e91;*/
    z-index: -1;
}


section.Service-Section .Image {
    line-height: 0;
    text-align: center;
}
section.Service-Section .Image img {
    margin: 0;
    filter: drop-shadow(30px 30px 30px #0004);
}

/*===================================*/

.CTA-Div {
    padding: 3em;
    background: #FFFFFF;
    outline: 2px solid #f26522;
    outline-offset: -1em;
    box-shadow: 0px 10px 20px rgba(0, 14, 50, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
}
.CTA-Div .Title {
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
	color: #0c2759;
    margin-bottom: 1em;
}
.CTA-Div .Sun-Title {
	font-size: 1.1em;
}


/*===============================================================*/

section.Tab-Section .Row {
    display: flex;
    gap: 1.5em;
}
section.Tab-Section .Tab-Boxs {
    flex-shrink: 0;
    width: 35%;

}
.Tab-Boxs .TabBox {
    padding: 1em 1.5em;
    line-height: 1.2;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 1.3em;
    background: #fff;
    position: relative;
    cursor: pointer;
    color: #123e91;
    box-shadow: 0px 10px 20px rgba(0, 14, 50, 0.2);
    border-radius: 0.4em;
    font-family: "Outfit", sans-serif;
}
.Tab-Boxs .TabBox:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 2em;
    height: 8px;
    background: #123e91;
    margin-top: -4px;
    z-index: -1;
	opacity:0;
}
.Tab-Boxs .TabBox.active:before{
		opacity:1;
}
.Tab-Boxs .TabBox.active {
    background: #123e91;
    border-color: #123e91;
    color: #fff;
}

.Tab-Info .Tab-Box {
    display: none;
    padding: 3em;
    background: #fff;
    box-shadow: 0px 10px 60px rgba(0, 14, 50, 0.2);
    outline: 8px solid #123e91;
    outline-offset: -1em;
	height: 100%;
}
.Tab-Info .Image-Div {
    line-height: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    background: #000;
}
.Tab-Info .Image-Div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 2px solid #ffffff;
    outline-offset: -0.6em;
    z-index: 1;
}
.Tab-Info .Image-Div img {
    height: 18em;
    width: 100%;
    object-fit: cover;
    opacity: 0.7;
}
.Tab-Info .Button-Div {
    text-align: center;
}
.Tab-Info .Button-Div a {
    justify-content: center;
}

/*===========================================================*/

.Tag-Row {
    display: flex;
    gap: 0.7em;
    justify-content: center;
    flex-wrap: wrap;
}

.Tag-Row .Tag-Box a {
    background: #fff;
    display: block;
    text-align: center;
    color: #123e91;
    text-decoration: none;
    font-size: 0.85em;
    padding: 0.3em 2.2em;
    border-radius: 2.5em;
    border: 1px solid #123e91;
}

.Tag-Row .Tag-Box a:hover {
    background: #123e91;
	color: #fff;
}



/*=================================Form============================*/
aside#genesis-sidebar-primary {
    position: sticky;
    top: 80px;
}
section#text-2 {
    margin: 0;
}
section#text-2 .Form-Div {
    padding: 1.5em;
    outline-offset: -0.7em;
}
section#text-2 .Form-Div .Form-Title {
    text-align: center;
    margin-bottom: 0.6em;
    font-size: 1.8em;
}
section#text-2 textarea {
    height: 6em;
}
span.ajax-loader, .wpcf7-spinner {
    position: absolute !important;
    margin: 0 !important;
    right: 0;
}
span.wpcf7-not-valid-tip {
    float: right;
    font-size: 15px;
    margin: -54px 0 0px;
    position: relative;
    z-index: 1;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: white;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.4;
    background: #ffb900;
}
form.wpcf7-form.invalid input {
    margin-bottom: 15px !important;
}
.wpcf7-response-output {
    color: #fff;
    background: #46b450;
    text-align: center;
}

/*================Our Team Page=============*/

.Team-Page-Row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 2em;
}
.Team-Page-Row .Attorney_Div {
    margin: 0;
    position: relative;
    background: #f0b902;
}
.Attorney_Div .Image-Div {
    line-height: 0;
    border: 8px solid #f26522;
    position: relative;
}
.Attorney_Div .Image-Div img {
    width: 100%;
    height: 28em;
    object-fit: cover;
}
.Attorney_Div .Text-Div {
    padding: 0.9em;
    text-align: center;
    background: #f26522;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    gap: 0.4em;
}
.Attorney_Div:hover .Text-Div {
    height: 100%;
    background: #c94404e3;
}
.Attorney_Div .Title {
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    line-height: 1.1;
}
.Attorney_Div p {
    line-height: 1.4;
    margin: 0.4em 0;
    color: #fff;
}


@media (max-width: 1365px) and (min-width: 1024px){

.home .site-inner{
	max-width:100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.site-inner, .wrap {
    max-width: 94% !important;
    margin-left: 3% !important;
    margin-right: 3% !important;
}
.site-inner .content-sidebar-wrap {
    display: flex;
    justify-content: space-between;
}
.home .site-inner .content-sidebar-wrap {
    display: block;
}
main#genesis-content {
    width: auto !important;
}
.home main#genesis-content, .full-width-content main#genesis-content {
    width: 100% !important;
}
aside#genesis-sidebar-primary {
    flex-shrink: 0;
    margin-left: 2%;
    max-width: 360px;
    float: right;
    width: 19.8em !important;
}

/*------------------------------*/
body > div{
	font-size: 1.3vw;
}

.Inner-Image-Right iframe, .Inner-Image-Left iframe {
    width: 100%;
    height: 13.19em;
}
	
}




/*==============================================*/



@media only screen and (max-width: 1023px){
.Mobile { display: block!important;}
.Desktop{ display:none !important;}
.site-inner, .wrap { max-width: 550px;}
.wrap, .site-header > .wrap {
    padding-left: 0;
    padding-right: 0;
}
body > div {
    font-size: 18px;
}
section .slick-slider {
    padding-bottom: 0em;
}
section button.slick-arrow {
    top: auto;
    bottom: 0;
}
section button.slick-next.slick-arrow {
    right: 50%;
    transform: translate(3.5em, 0px);
}
section button.slick-prev.slick-arrow {
    left: 50%;
    transform: translate(-3.5em, 0px);
}
div ul.slick-dots {
    margin: 1.5em 0 0;
}

html:not(.no-js) .aoswp-enabled [data-aos] {
	opacity: 1!important;
	-webkit-transform: none!important;
	transform: none!important;
	transition: none!important;
	transition-timing-function: unset!important;
	transition-duration: unset!important;
	transition-property: none!important;
}

/*====================Header======================*/

header.site-header {
	position: relative;
	padding: 2em 0;
}
header.site-header .title-area {
	float: left;
	text-align: left;
	max-width: 17em;
}
.widget-area.header-widget-area {
    display: none;
}
button#mobile-genesis-nav-primary {
	position: absolute;
	top: 50%;
	right: 0;
	height: 3.5em;
	width: 5em;
	background: #f26522;
	border: none;
	transform: translate(0px, -50%);
	color: #fff0;
	outline: none;
	font-size: 1em;
}
button#mobile-genesis-nav-primary:before {
	background: url(images/Mobile-Menu-Icon.svg) no-repeat center;
	background-size: 2.3em;
	filter: invert(1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 1em;
}
nav#genesis-nav-primary {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	width: 100%;
	padding: 0;
	font-size: 16px;
	z-index: 99;
}
nav#genesis-nav-primary li a {
	padding: 20px !important;
	border-bottom: 1px solid #000;
	color: #000;
}
nav#genesis-nav-primary li button.sub-menu-toggle {
	padding: 5.4px;
	position: absolute;
	top: 0;
	margin: 12px;
	background: #000;
	color: #fff;
	transform: translate(0, -0%);
}
.genesis-nav-menu .sub-menu {
    padding: 0;
    background: none;
}
.AfterheaderContainer.Mobile section{
    margin: 0;
}
.AfterheaderContainer {
    position: relative;
    z-index: 2;
}
.AfterheaderContainer a {
    font-weight: 700;
    text-decoration: none;
}
.AfterheaderContainer a img {
    margin: -0.7px 0.5em -0.8em 0;
    max-width: 42px;
    max-height: 42px;
    width: 2.3em;
    filter: invert(1);
}
.AfterheaderContainer .call-div {
    background: #2dab79;
}
.AfterheaderContainer .email-div {
    background: #123e91;
}
.AfterheaderContainer .call-div a, .AfterheaderContainer .email-div a {
    color: #fff;
}
.AfterheaderContainer .call-div, .AfterheaderContainer .email-div {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0.5em 0.5em 0.7em;
}

/*=======================================*/

.home section .Section-Heading {
    font-size: 2em;
}

/*==============================================================*/

section.Banner .Text-Div {
    padding: 4em 0;
}
section.Banner .Heading1 {
    font-size: 1.8em;
	text-align: center;
}
section.Banner .Heading2 {
    font-size: 1.5em;
	text-align: center;
}
section.Banner2 .Heading1 {
    font-size: 1.8em;
}
section.Banner2 .Heading2 {
    font-size: 1.8em;
}
section.Banner2 .Heading2 span {
    font-size: 1.3em;
}

/*==============================================================*/

section.Logo-Section .Row {
	display: flex;
	flex-direction: column;
	width: 410px;
	max-width: 100%;
	margin: 0 auto;
}
section.Logo-Section .Title-Box {
	display: block;
	text-align: center;
	margin-bottom: 0em;
}
section.Logo-Section h2 {
    font-size: 2em;
}
section.Logo-Section .Logo-Row {
	grid-template-columns: 1fr;
	gap: 1.5em;
}
.Logo-Div.arrow-top:before {
    transform: scaley(1) rotate(77deg);
}
.Logo-Div.Arrow-Right:before {
    right: auto;
    left: calc(50% - 1.5em);
    top: 100%;
    transform: rotate(90deg);
}
section.Step-Section .Logo-Row {
    grid-template-columns: 1fr;
}
section.Step-Section .Logo-Div:before {
    top: 100%;
    margin: -0.3em 0 0 0;
    left: calc(50% - 2.2em);
}

/*==============================================================*/

section.About-Section {
    padding: 4em 0;
}
section.About-Section .Row {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
section.About-Section .Right-Box {
    width: 100%;
}

/*==============================================================*/

section.Service-Section {
    padding: 4em 0;
}
section.Service-Section .Row {
    grid-template-columns: 1fr;
}
	
/*==============================================================*/	
	
section.Team-Section {
    padding: 5em 0;
}
section.Team-Section .Row {
    grid-template-columns: 1fr;
    width: 60%;
    gap: 2em;
}

/*==============================================================*/

section.Choose-Us-Section {
    padding: 4em 0;
}
section.Choose-Us-Section .Row {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
section.Choose-Us-Section .Image-Div {
    width: 100%;
    padding: 2em 0;
    background: none;
}
section.Choose-Us-Section .Image-Div:before {
    height: 100%;
}

/*==============================================================*/

section.Workshops-Section {
    padding: 4em 0;
}
section.Workshops-Section p.P2 {
    width: 100%;
}
section.Workshops-Section .Row {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Workshops-Div:nth-child(even), .WorkshopsBox:nth-child(even) {
    margin-top: 0;
}
.Workshops-Div.Arrow-Top:before {
    top: auto;
    bottom: -1.8em;
    right: -2em;
    transform: rotate(80deg);
}
.Workshops-Div.Arrow-Bottom:before {
    transform: rotate(90deg) scaley(-1);
    top: auto;
    bottom: -1.5em;
    left: -2em;
}

/*==============================================================*/

section.Faq-Section {
    padding: 4em 0;
}
section.Faq-Section .Text-Div {
    width: 100%;
}
section.Faq-Section .Image-Div {
    position: relative;
    width: calc(100% - 1.6em);
    margin-top: 50px;
    margin-left: 1.6em;
}

/*==============================================================*/

section.Blog-Section {
    padding: 4em 0;
}

/*==============================================================*/

section.Form-Section {
    padding: 4em 0;
}
section.Form-Section .Row {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}
section.Form-Section .Info-Box {
    width: 100%;
}
.Form-Div {
    width: 100%;
}
.Form-Col .Col6 {
    grid-column: span 2;
}
section.Form-Section .Image-Div {
	width: calc(100% - 2em);
	margin: 2em;
	margin-right: 0;
}

/*==============================================================*/

div#genesis-footer-widgets {
    padding: 4em 0 0;
}
.Footer-Div .Footer-Title {
    letter-spacing: 0.2em;
}
.Footer-Div .Phone-Number {
    font-size: 2.3em;
}
.widget-area.footer-widgets-2.footer-widget-area {
    margin-top: 3em;
    display: flex;
    flex-direction: column;
    gap: 1.6em;
}
.site-footer .Row {
    display: flex;
    justify-content: center;
    flex-direction: column;
}



/*=============================Innerpage==================================*/

section.Banner.InnerBanner {
    padding: 0;
    background-size: auto 240%;
    background-position: bottom;
}
section.Banner.InnerBanner .Title-Div {
	font-size: 1.8em;
	text-align: center;
	width: 100%;
}

/*==============================================================*/

h1, .H1 {
	font-size: 1.8em;
}
h2, .H2 {
	font-size: 1.8em;
}
h3, .H3 {
	font-size: 1.6em;
}
h4, .H4 {
	font-size: 1.4em;
}
h5, H5 {
	font-size: 1.2em;
}
h6, H6 {
	font-size: 1.1em;
}

/*==============================================================*/
.padding7 {
    padding: 5em 0px;
}
.CenterBox {
    padding: 2em;
}
/*==============================================================*/

section.Section-One {
    grid-template-columns: 1fr;
    gap: 50px;
	display: flex;
	flex-direction: column;
}
section.Section-One .Text-Div {
    width: 100%;
}

/*==============================================================*/

section.Tab-Section .Row {
    display: inline-block;
}
section.Tab-Section .Tab-Boxs {
    width: 100%;
}
.Tab-Boxs .TabBox:before {
    top: 99.8%;
    left: 50%;
    width: 8px;
    height: 2em;
    margin: 0 0 0 -4px;
}
.Tab-Info .Tab-Box {
    margin-bottom: 1.5em;
}


/*==============================================================*/

section#Workshops .Workshops-Div.Arrow-Top:before {
    bottom: -8.6em;
    right: -3.5em;
}
section#Workshops .Workshops-Div.Arrow-Bottom:before {
    bottom: -8.6em;
    left: -3.5em;
}

/*==================================================================*/

.Team-Page-Row {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 auto;
}


}





/*======================Mobile Css================================*/

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


.site-inner, .wrap {
    max-width: 90%;
}
div ul.slick-dots {
    font-size: 4vw !important;
	margin-top: 3em;
}
.Button-Div a {
    font-size: 4vw;
}
	
/*==========================Header==========================*/	

header.site-header {
    font-size: 3.6vw;
}
header.site-header .title-area {
    max-width: 15em;
}
.AfterheaderContainer {
    font-size: 3.5vw;
}

/*=======================================================*/

section.Banner {
    font-size: 4vw;
}
section.Banner .Heading1 {
    font-size: 6vw;
}
section.Banner .Heading2 {
    font-size: 4.6vw;
}
section.Banner2 .Heading1 {
    font-size: 6vw;
}
section.Banner2 .Heading2 {
    font-size: 6vw;
}
section.Banner2 .Heading2 span {
    font-size: 1.2em;
}

section.Logo-Section {
    font-size: 4vw;
}
section.Logo-Section .Row {
    width: 90%;
}
section.Step-Section {
    padding: 4em 0;
    margin-top: 4em;
}
section.Step-Section .Logo-Div {
    padding: 3.5em 1.6em;
}
.Logo-Div .Title {
    font-size: 1.4em;
}


/*=======================================================*/

.home section .Section-Heading {
    font-size: 7vw;
}
.home .entry-content section p {
    font-size: 16px;
}
.home .entry-content ul li {
    font-size: 16px;
}


section.About-Section {
    font-size: 4vw;
}
.TextBox .Title {
    font-size: 1.5em;
}


section.Service-Section {
    font-size: 4vw;
}
section.Service-Section .Section-Heading span {
    display: block;
}
section.Service-Section .Row {
	grid-template-columns: 1fr;
}

section.Team-Section {
    padding: 4em 0;
}
section.Team-Section .Row {
    width: 100%;
}	
	
section.Choose-Us-Section {
    font-size: 4vw;
}


section.Workshops-Section {
    font-size: 4vw;
}


section.Faq-Section {
    font-size: 4vw;
}



section.Blog-Section {
    font-size: 4vw;
}



section.Form-Section {
    font-size: 4vw;
}
.Form-Div {
    padding: 2em;
}
.Form-Div .Form-Title {
    font-size: 7vw;
}
.Contact-Box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}



div#genesis-footer-widgets {
    font-size: 4vw;
}
.Footer-Div .Phone-Number {
	font-size: 8vw;
	letter-spacing: 0.1em;
}
.Social-Icon {
    font-size: 1.2em;
}










/*===========================Inner Page=============================*/

section.Banner.InnerBanner .Title-Div {
	font-size: 1.8em;
	text-align: center;
	width: 100%;
	padding: 2em 0;
	margin: 0;
}
section.Banner.InnerBanner {
    background-size: auto 130%;
}


/*==============================================================*/

h1, .H1 {
	font-size: 7vw;
}
h2, .H2 {
	font-size: 6.2vw;
}
h3, .H3 {
	font-size: 5.6vw;
}
h4, .H4 {
	font-size: 5vw;
}
h5, H5 {
	font-size: 4.5vw;
}
h6, H6 {
	font-size: 4vw;
}
p {
    font-size: 16px;
}
.entry-content ol li, .post-content ol li, .entry-content ul li, .post-content ul li {
    font-size: 16px;
}
.padding7 {
	padding: 4em 0px;
}
.padding6 {
    padding: 4em 0;
}

.CenterBox {
    font-size: 3vw;
}
.CenterBox {
    max-width: 100%;
}

section.Section-One {
    font-size: 4vw;
}
section.Section-One .Heading-Div {
    font-size: 3vw;
}
section.Section-One .Heading-Div h1, section.Section-One .Heading-Div h2 {
    font-size: 6.5vw;
}

.Tab-Boxs .TabBox {
	text-align: center;
	font-size: 5vw;
}
.Tab-Info .Tab-Box {
    padding: 1.4em;
    outline-width: 5px;
    outline-offset: -0.6em;
}
.Tab-Section h4 {
    font-size: 7vw;
}


.CTA-Div {
    font-size: 4vw;
}

/*=======================================================*/

.Team-Page-Row {
    width: 100%;
}
.Team-Page-Row .Attorney_Div {
    width: 100%;
}


	
}



