/*
	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: 18px;
}
body {
	/*background-color: #eee;*/
	color: #000;
	font-family: TextFont;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.8;
	color: #000000;  font-family: 'Open Sans';
	    font-weight: normal;
    font-style: normal;
	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: #99474f;
    text-decoration: none;
}
a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}
p {
	margin: 0 0 28px;
	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: 'Playfair Display';  font-weight: 500; font-style: normal;
	line-height: 1.2;
	margin: 0 0 28px;
	text-transform:uppercase;
	color:#000;
}
h1 {
	font-size: 36px;
	font-size: 3.6rem;
}
h2 {
	font-size: 30px;
	font-size: 3rem;
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
h4 {
	font-size: 20px;
	font-size: 2rem;
}
h5 {
	font-size: 18px;
	font-size: 1.8rem;
}
h6 {
	font-size: 16px;
	font-size: 1.6rem;
}
/* ## 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;
}
tbody {
	border-bottom: 1px solid #eee;
}
td,
th {
	text-align: left;
}
td {
	border-top: 1px solid #eee;
	padding: 6px;
}
th {
	font-weight: 400;
	padding: 0 6px;
}
td:first-child,
th:first-child {
	padding-left: 0;
}
/* ## 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: 40px;
	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; outline: 0;
}
/*.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: 16px;
	font-weight: 600;
	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;
}
.genesis-nav-menu a {
    text-decoration: none;
    display: block;
    padding: 18px 10px;
    color: #021244;
    text-transform: uppercase;
    font-size: 18px;
	font-family: 'Open Sans'; font-weight: normal; font-style: normal;
}
.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  {
	color: #e630a8;
}

.genesis-nav-menu .sub-menu {
	width: 97%;
	margin-left:3%;
	display:none;
	z-index: 9999;
}

/*.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	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: 270px;
	z-index: 9999;
}
.genesis-nav-menu .sub-menu a {
	background-color: #010a26;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 16px;
	padding: 20px !important;
	position: relative;
	width: 270px;
	word-wrap: break-word;
	margin: 0px;
	color: #fff;
}
.genesis-nav-menu .sub-menu a:hover, .sub-menu .current-menu-item > a {
    color: #f40ca0;
    background: #fff;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -58px 0 0 269px;
}
.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: 40px;
	/*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 {
	font-size: 16px;
	margin-bottom: 40px;
}
.sidebar .widget {
	background-color: #fff;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color:#1b5083;
	font-size: 18px;
	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: #fff;
    font-size: 18px;
    line-height: 1.2;
    padding: 50px 0;
    text-align: center;
	font-family: 'Poppins';
font-weight: normal;
}
.site-footer p {
	margin-bottom: 0 !important;
	color:#000;
}
footer.site-footer a {
    color: #000;
    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 {
		padding: 5% 5% 0;
	}
	.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;
}
}

@font-face {
  font-family: wwewwe;
  src: url(fonts/wwewwe);
}

@font-face {
  font-family: wwewwe;
  src: url(fonts/wwewwe);
}

@font-face {
  font-family: wwewwe;
  src: url(fonts/wwewwe);
}

@font-face {
  font-family: wwewwe;
  src: url(fonts/wwewwe);
}

@font-face {
  font-family: wwewwe;
  src: url(fonts/wwewwe);
}

@font-face {
  font-family: wwewwe;
  src: url(fonts/wwewwe);
}


@font-face {
    font-family: 'Amiri';
    src: url('fonts/Amiri-Italic.woff') format('woff'),
        url('fonts/Amiri-Italic.ttf') format('truetype'),
        url('fonts/Amiri-Italic.svg#Amiri-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Amiri';
    src: url('fonts/Amiri-Bold.woff') format('woff'),
        url('fonts/Amiri-Bold.ttf') format('truetype'),
        url('fonts/Amiri-Bold.svg#Amiri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.woff') format('woff'),
        url('fonts/OpenSans-Regular.ttf') format('truetype'),
        url('fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amiri';
    src: url('fonts/Amiri-BoldItalic.woff') format('woff'),
        url('fonts/Amiri-BoldItalic.ttf') format('truetype'),
        url('fonts/Amiri-BoldItalic.svg#Amiri-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Bold.woff') format('woff'),
        url('fonts/PlayfairDisplay-Bold.ttf') format('truetype'),
        url('fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-BoldItalic.woff') format('woff'),
        url('fonts/PlayfairDisplay-BoldItalic.ttf') format('truetype'),
        url('fonts/PlayfairDisplay-BoldItalic.svg#PlayfairDisplay-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Amiri';
    src: url('fonts/Amiri-Regular.woff') format('woff'),
        url('fonts/Amiri-Regular.ttf') format('truetype'),
        url('fonts/Amiri-Regular.svg#Amiri-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Medium.woff') format('woff'),
        url('fonts/PlayfairDisplay-Medium.ttf') format('truetype'),
        url('fonts/PlayfairDisplay-Medium.svg#PlayfairDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Regular.woff') format('woff'),
        url('fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
        url('fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.woff') format('woff'),
        url('fonts/Poppins-Bold.ttf') format('truetype'),
        url('fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.woff') format('woff'),
        url('fonts/Poppins-Light.ttf') format('truetype'),
        url('fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Italic.woff') format('woff'),
        url('fonts/Poppins-Italic.ttf') format('truetype'),
        url('fonts/Poppins-Italic.svg#Poppins-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.woff') format('woff'),
        url('fonts/Poppins-Medium.ttf') format('truetype'),
        url('fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff') format('woff'),
        url('fonts/Poppins-Regular.ttf') format('truetype'),
        url('fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBold.woff') format('woff'),
        url('fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('fonts/Georgia-Italic.woff') format('woff'),
        url('fonts/Georgia-Italic.ttf') format('truetype'),
        url('fonts/Georgia-Italic.svg#Georgia-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


/*========================Home Page Css===========================*/
.Mobile{ display:none !important;}
.home .site-inner {
    padding: 0;
    max-width: 100%;
    margin: 0;
}

/*=====================Header=========================*/
header.site-header {
    position: absolute;
    width: 100%;
	z-index:9;
}
header.site-header .wrap {
    position: relative;
}
.widget-area.header-widget-area {
    width: auto;
    margin-right: 120px;
}
section#custom_html-4 {
    position: relative;
    padding-left: 0px;
    line-height: 1.2;
    margin: 0px;
}
section#custom_html-4 img {
    position: absolute;
    left: 0;
    top: 15px;
}
section#custom_html-4 p {
  line-height: 1.6;
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  color: #5b130c;
  font-family: 'Poppins';
  font-weight: 600;
  font-style: normal;
}
section#custom_html-4 a {
  text-decoration: none;
  color: #000000;
  font-family: 'Poppins';
  font-weight: bold;
  font-style: normal;
  font-size: 2.40em;
}
button#mobile-genesis-nav-primary {
    position: absolute;
    top: 50%;
    right: 0;
    width: 84px;
    height: 84px;
    background: #fff0 url(images/menu-icon.png) no-repeat center;
    border-radius: 0px;
    transform: translate(0px, -50%);
    color: #fff0;
    border: 3px solid #5b130b;
    border-radius: 60px;
    font-size: 0px;
}
nav#genesis-nav-primary {
    position: absolute;
    right: 0;
    top: 170px;
    background: #ffffff;
    width: 500px;
    display: none;
    z-index: 9;
}
nav#genesis-nav-primary li {
    display: block;
	position:relative;
}
nav#genesis-nav-primary li a {
    color: #000;
    border-bottom: 1px solid #272d3b;
}
nav#genesis-nav-primary li button.sub-menu-toggle {
    float: right;
    padding: 10px;
    margin-top: -50px;
    margin-right: 10px;
    background: #000;
	color: #fff;
}
nav#genesis-nav-primary li a:hover {
  background: #5b130c;
  color: #fff;
}

.top-phone-no {
  padding: 0 0 0 100px;
}
.top-phone-no::before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 84px;
  height: 84px;
  content: "";
  border: 3px solid #6b2921;
  border-radius: 50px;
  background-image: url("/wp-content/uploads/2022/07/phone-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}

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

.hm-page-banner {
  background-image: url("/wp-content/uploads/2022/07/hm-banner-bg.jpg");
  background-position: center top;
  background-size: cover;
  padding: 300px 0 0px;
}

.banner-social-media.icons {
  position: absolute;
  right: 0;
  top: 0;
}
.banner-social-media.icons ul {
  margin: 0;
  padding: 0;
}
.hm-page-banner .Text-Div {
  position: relative;
}
.banner-social-media.icons ul li {
  margin: 0;
  background: inherit;
  padding: 0 0 25px;
}
.heading-div {
  max-width: 1050px;
  margin: auto; position: relative;
  text-align: center;
}


.heading-div::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 0;
  width: 240px;
  height: 74%;
  clip-path: polygon(0 0, 90% 0, 90% 70%, 60% 70%, 60% 100%, 0 100%);
  border-style: solid;
  border-color: #5b130b;
  border-width: 7px 0 7px 7px;
}
.heading-div::after {
  content: "";
  position: absolute;
  top: 8%;
  right: 0;
  width: 240px;
  height: 74%;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 40% 100%, 40% 70%, 10% 70%);
  border-style: solid;
  border-color: #5b130b;
  border-width: 7px 7px 7px 0px;
}

.inner-pages-formatting .Heading1 {
  letter-spacing: 8px;
  color: #5b130b;
  font-family: 'Poppins';
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.6em;
  line-height: 1;
}
.inner-pages-formatting .Heading2 {
  color: #000000;
  font-family: 'Playfair Display';
  font-weight: bold;
  font-style: normal;
  font-size: 4em;
  line-height: 1;
}
.inner-pages-formatting .Heading3 {
  color: #000000;
  font-family: 'Poppins';
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1.5;
}

.hm-page-banner .Button-Div {
  text-align: center;
  margin: 30px 0 0;
}
.hm-page-banner .Button-Div a {
  text-decoration: none;
  background-color: #3fb3d5;
  color: #fff;
  display: inline-block;
  font-family: 'Playfair Display';
  font-weight: bold;
  font-style: normal;
  font-size: 28px;
  padding: 14px 40px;
  line-height: 36px;
  width: 100%;
  max-width: 500px;
}
.hm-page-banner .Button-Div a::after {
  content: "";
  background-image: url(/wp-content/uploads/2022/07/btn-icon.png);
  width: 45px;
  height: 45px;
  display: inline-block;
  background-size: 45px;
  vertical-align: middle;
  margin: 0 0 0 30px;
}

.banner-testimonail-box {
  display: flex;
  flex-wrap: wrap;
  margin: 65px 0 -120px;
}
.banner-right-div .bg-testi .Rating {
  text-align: right;
  position: relative;
  padding: 16px 0 10px;
  margin: 0 0 20px;
}
.banner-right-div .bg-testi .Rating i::before {
  font-size: 24px;
  margin: 0 0 0 10px;
  line-height: 1;
}
.banner-right-div .bg-testi .Rating::before {
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/2022/07/quote-icon.png");
  left: 0;
  top: 0;
  width: 85px;
  height: 56px;
  background-size: 85px;
  background-repeat: no-repeat;
}
.banner-testimonail-box .banner-right-div {
  width: 35%;
}
.banner-testimonail-box .banner-left-div {
  width: 65%;
}
.banner-testimonail-box .bg-testi .ttshowcase-img {
    display: flex;
    margin: 25px 0 0;
    align-items: center;
}
.banner-testimonail-box .ttshowcase-img .ttshowcase_rl {
  margin: 0 0 0 15px;
}
.banner-testimonail-box .ttshowcase_title {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-family: 'Poppins';
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.banner-testimonail-box .ttshowcase_subtitle {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
}
.banner-right-div .bg-testi p {
  color: #fff;
  font-family: 'Playfair Display';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 32px;
  margin: 0;
}
.banner-right-div .bg-testi {
  background-color: #5b130b;
  padding: 30px;
}

.banner-right-div .bg-testi .Rating i {
  font-size: 0;
  color: #ffaa01;
}

.Banner-Testimonial .Rating i::before {
  color: #fc9d05;
  font-size: 24px;
}
.banner-testimonail-box .award-divs {
  margin: 70px -50px 0;
  display: flex;
flex-wrap: wrap;
}
.banner-testimonail-box .banner-Boxs {
  padding: 0 50px;
  border-left: 3px solid #5b130b;
  width:31.5%;
  text-align: center;
}

.banner-testimonail-box .banner-Boxs .title {
  color: #5b130b;
  font-family: 'Poppins';
  font-weight: 600;
  font-style: normal;
  font-size: 3em;
  line-height: 1.2;
}
.banner-testimonail-box .banner-Boxs .Subtitle {
  color: #5b130b;
  font-family: 'Playfair Display';
  font-weight: bold;
  font-style: italic;
/*   font-size: 1.9em; */
  font-size: 1.2em;
  line-height: 1.2;
}
.banner-testimonail-box .banner-Boxs:first-child {
  border: 0;
}

/*==========================================Video Section ==============================================*/

section.Video-Section {
    padding: 160px 0 100px;
}
section.Video-Section .wrap {
    position: relative;
}
/* section.Video-Section .Text-Div {
    width: 49%;
    float: left;
} */
section.Video-Section h1 {
  text-transform: uppercase;
  color: #000;
  padding: 0 400px 0 0;
  margin: 0 0 50px;
  position: relative;
}

section.Video-Section h1::before {
    position: absolute;
    right: 0;
    top: 33px;
    width: 360px;
    height: 2px;
    background: #b2b2b2;
    content: "";
}
section.Video-Section h1 span.S-55 {
    font-size: 0.8em;
}
section.Video-Section .Text-Div {
    width: 49%;
    float: left;
}
section.Video-Section .Video-Div {
    width: 49%; float: right;
}

section.Video-Section .Video-Div .Video {
    position: relative;
}
section.Video-Section .Video-Div iframe {
    height: 353px;
	width: calc(100% - 1px);
	border: 4px solid #5b130b;
}

section.Video-Section .Video-Div .Video img {
    border: 4px solid #5b130b;
}


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

.three-box-sec {
  padding: 0 0 100px;
}
.three-box-sec .video-box-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -75px;
}
.three-box-sec .video-box-content .count-box-colm {
  width: 33.3333%;
  padding: 0 0 0 75px;
  display: flex;
  flex-wrap: wrap;
}
.three-box-sec .count-bg-div {
  background: #fdfcf0;
  padding: 50px 45px 60px;
}
.three-box-sec .count-bg-div h3 {
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 20px;
}
.three-box-sec .count-bg-div .Icon {
  margin: 0 0 15px;
}
.three-box-sec .count-bg-div p {
  margin: 0;
}
.three-box-sec .count-bg-div:hover {
  background: #5b130b;
}
.three-box-sec .count-bg-div:hover h3, .three-box-sec .count-bg-div:hover p {
  color: #fff;
}
.three-box-sec .count-bg-div:hover .Icon img {
  filter: invert(100%);
}

.hm-logos-sec {
  padding: 0 0 100px;
}

.three-box-sec .count-bg-div .Icon img {
    height: 120px;
    width: 120px;
}

/*===============================Practice Area Section===================================*/

.practice-area-sec {
  background-image: url("/wp-content/uploads/2022/07/practice-area-bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}
.practice-area-sec h5.sub-heading-title {
  color: #000000;
  text-align: center;
  margin: 0 0 5px;
  font-size: 24px;
  font-family: 'Poppins';
  font-weight: 500;
 }
 
.practice-area-sec h2.Section-Heading {
  text-align: center;
  margin: 0 0 50px;
}

.practice-content-sec {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0 0 -75px;
}
.practice-content-sec .practice-colm-div {
  width: 33.33333%;
  padding: 0 0 65px 75px;
}
.practice-area-sec .practice-content-Div {
  width: 100%;
}
.practice-area-sec .Img-Div img {
  width: 100%; vertical-align: top;
}
.practice-area-sec .Title-Div {
  width: calc(100% - 30px);
  margin: -34px auto 0;
  position: relative;
  z-index: 1;
}
.practice-area-sec .learn-more-btn {
  text-align: center;
}
.practice-area-sec .Title-Div h3 a {
  display: block;
  text-align: center;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
  padding: 15px 10px;
  font-family: 'Poppins';
  font-weight: bold;
}
.practice-area-sec .practice-content-Div:hover .Title-Div h3 a {
  background: #5b130b;
}
.practice-area-sec .learn-more-btn a {
  font-size: 18px;
  line-height: 1;
  color: #5b130b;
  text-decoration: none;
  font-family: 'Amiri';
  font-weight: bold;
  font-style: italic;
  display: inline-block;
}
.practice-area-sec .learn-more-btn a::after {
  content: "";
  background-image: url("/wp-content/uploads/2022/07/learn-more-icon.png");
  display: inline-block;
  width: 11px;
  height: 12px;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.practice-area-sec .Title-Div h3 {
  margin: 0;
}

.practice-area-sec .view-all-btn  {
  text-align: center;
}
.practice-area-sec .view-all-btn a {
  background-color: #000000;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Amiri';
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  width: 100%;
  max-width: 300px;
  padding: 16px 10px 13px;
}

/*===============================Practice Area Section===================================*/


/*===============================Text Section===================================*/

section.Text-Section {
    padding: 100px 0;
}
section.Text-Section .wrap {
    position: relative;
}
.Text-Section .text-image-Div {
  position: relative;
  width: 100%;
  float: left;
}
section.Text-Section .Text-Div {
    width: 48%;
}
section.Text-Section.Image-Left .Text-Div {
    float: right;
}
section.Text-Section.Image-Right .Text-Div {
    float: left;
}
section.Text-Section h2 {
  text-transform: uppercase;
  color: #000;
  padding: 0 400px 0 0;
  margin: 0 0 50px;
  position: relative;
}
section.Text-Section h2::before {
  position: absolute;
  right: 0;
  top: 27px;
  width: 360px;
  height: 2px;
  background: #b2b2b2;
  content: "";
}
section.Text-Section .Text-Div p:last-child {
    margin-bottom: 0;
}
section.Text-Section .Image-Div {
    width: 48%;
    position: absolute;
    top: 0;
    height: 100%;
}
section.Text-Section.Image-Left .Image-Div {
    left: 0;
}
section.Text-Section.Image-Right .Image-Div {
    right: 0;
}
section.Text-Section .Image-Div .Image {
    line-height: 0;
    height: 100%;
}
section.Text-Section .Image-Div .Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.Text-Section.Image-Full-Width {
    padding: 60px 0;
    margin: 100px 0;
    position: relative;
}
section.Text-Section.Image-Full-Width .wrap {
    position: initial;
}
section.Text-Section .Image-Div .Image::before {
  content: "";
  width: 262px;
  height: 259px;
  background-color: #843a44;
  left: 0;
  bottom: 0;
  position: absolute;
  mix-blend-mode: darken;
}
section.Text-Section .Image-Div .Image {
  padding: 0 0 30px 30px;
  position: relative;
}

section.Text-Section.Image-Left h2 {
  padding: 0 0px 0 400px;
}
section.Text-Section.Image-Left h2::before {
  right: auto;
  left: 0;
}


/*=================================Testimonial Section====================================*/

section.Testimonial-Section {
  padding: 100px 0;
  background-image: url("/wp-content/uploads/2022/07/testimonial-bg.jpg");
  background-position: center;
  background-size: cover;
}
section.Testimonial-Section h2 {
    text-align: center;
	color:#fff; margin: 0 0 50px;
}
section.Testimonial-Section h5.sub-heading-title {
  text-align: center;
  color: #fff;
  margin: 0 0 5px;
  font-size: 24px;
  font-family: 'Poppins';
  font-weight: 500;
}
section.Testimonial-Section .Slider-Div {
    width: 70%;
    margin: 0 auto;
}
section.Testimonial-Section .ttshowcase_rl_box.tt_full_column.tt_text_left {
    text-align: center;
}
section.Testimonial-Section .ttshowcase_rl_info_wrap.tt_info-below {
    display: inline-block;
    width: auto; margin: 40px 0 0;
    text-align: left;
    line-height: 1.3;
}
section.Testimonial-Section .ttshowcase_rl_quote p {
  font-size: 26px;
  line-height: 34px;
  color: #ffffff;
  font-family: 'Amiri';
  font-weight: normal;
  font-style: italic;
  margin: 0;
}

section.Testimonial-Section .ttshowcase_rl_title {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: bold;
}
section.Testimonial-Section .ttshowcase_rl_subtitle {
  color: #fff;
  opacity: 1;
  font-family: 'Poppins';
  font-weight: normal;
  font-size: 22px; margin: 0 0 5px;
}
section.Testimonial-Section .ttshowcase_rl_image {
  padding: 0 15px 0 0;
}
section.Testimonial-Section .ttshowcase_rating .fa-star {
  font-size: 22px;
  letter-spacing: 4px;
  color: #f79521;
}
section.Testimonial-Section .ttshowcase_rl_quote{ position:relative; padding: 85px 0 0;}
section.Testimonial-Section .ttshowcase_rl_quote::before {
  position: absolute;
  left: 0;
  right: 0;
  background-image: url("/wp-content/uploads/2022/07/quote-white-icon.png");
  content: "";
  width: 90px;
  height: 60px;
  background-size: 90px;
  background-repeat: no-repeat;
  margin: auto; top: 0;
}
section.Testimonial-Section .view-all-btn {
  text-align: center;
  margin: 30px 0 0;
}

section.Testimonial-Section .view-all-btn a {
  color: #5b130b;
  background-color: #f7f5ca;
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Amiri';
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  width: 100%;
  max-width: 300px;
  padding: 16px 10px 13px;
}

/*=================================Why Choose Section====================================*/

.why-choose-sec {
  background-image: url("/wp-content/uploads/2022/07/choose-us-bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

.why-choose-sec h5.sub-heading-title {
  margin: 0 0 5px;
  font-size: 24px;
  font-family: 'Poppins';
  font-weight: 500;
}
.why-choose-sec h2.Section-Heading {
  margin: 0 0 50px;
}

.why-choose-sec .why-content-part {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -75px;
}
.why-choose-sec .why-content-part .choose-box-colm {
  width: 33.33333%;
  padding: 0 0 60px 75px;
  display: flex;
flex-wrap: wrap;
}
.why-choose-sec .choose-bg-Div {
  width: 100%;
  background: #000;
  padding: 45px;
}
.why-choose-sec .choose-bg-Div .icon-text-div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-choose-sec .choose-bg-Div .icons-div {
  margin: 0 15px 0 0;
}
.why-choose-sec .choose-bg-Div .title-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  margin: 5px 0 0;
}
.why-choose-sec .choose-bg-Div:hover {
  background: #5b130b;
}
.why-choose-sec .choose-bg-Div .number-text {
  letter-spacing: 2px;
  color: #ffffff;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  line-height: 40px;
}


/*=================================Team Section====================================*/


.meet-team-sec {
  background-image: url("/wp-content/uploads/2022/07/team-bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}
.meet-team-sec h2.Section-Heading {
  text-align: center;
  margin: 0 0 50px;
}
.meet-team-sec h5.sub-heading-title {
  text-align: center;
  margin: 0 0 5px;
  font-size: 24px;
  font-family: 'Poppins';
  font-weight: 500;
}

.our-team-content-sec {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    justify-content: center;
}

.our-team-content-sec .OurTeam-colm-div {
    width: 24.3333%;
    padding: 0 0 50px 30px;
}

.meet-team-sec .OurTeam-content-Div {
  width: 100%;
  text-align: center; position: relative;
}
.meet-team-sec .Title-Div {
  padding: 25px 10px 30px;
}
.meet-team-sec .Title-Div h3 {
  font-size: 22px;
  color: #000000;
  font-family: 'Poppins';
  font-weight: 500;
  line-height: 1;
  margin: 0 0 5px;
}
.meet-team-sec .Title-Div h5 {
  text-align: center;
  margin: 0;
  font-size: 18px;
  color: #000000;
  font-family: 'Poppins';
  font-weight: 500;
}
.meet-team-sec .Link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
}
.meet-team-sec .OurTeam-content-Div .Img-Div img {
  width: 100%; vertical-align: top;
}

.meet-team-sec .OurTeam-content-Div::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #9f4351;
  content: "";
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
  opacity:0;
  visibility:hidden;
}
.meet-team-sec .OurTeam-content-Div:hover::before {
  opacity: 1;
  visibility: visible;
}
.meet-team-sec .view-all-btn{ text-align:center;}
.meet-team-sec .view-all-btn a {
  background-color: #5b130b;
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Amiri';
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  width: 100%;
  max-width: 300px;
  padding: 16px 10px 13px;
  color: #fff; text-align: center;
}



/*=================================Blog Section====================================*/

section.Blog-Section {
  padding: 100px 0;
  background-image: url("/wp-content/uploads/2022/07/blog-bg.jpg");
  background-position: center;
  background-size: cover;
}
section.Blog-Section h2 {
    text-align: center;
margin: 0 0 50px;
color: #fff;
}
section.Blog-Section h5.sub-heading-title {
  text-align: center;
  margin: 0 0 5px;
  font-size: 24px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #fff;
}
.Blog-Section .Blog-Info {
  background: #fff;
  padding: 25px 20px 85px;
  display: inline-block;
  width: 100%;
  position: relative;
  min-height: 210px;
}
.Blog-Section .Blog-Info a.Read-More-Button {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: #000000;
  color: #fff;
  text-decoration: none;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 30px;
  line-height: 20px;
  display: inline-block;
}
.Blog-Section .Blog-Info p.Desc {
  margin: 0;
}
.Blog-Section .Blog-Info .Title {
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  font-family: 'Poppins';
  font-weight: bold;
}

.Blog-Section .Blog-Info .Title a{ color: #000; text-decoration: none;}
.thumnail-date-div .Date {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 100px;
  height: 100px;
  background-color: #fdfcf0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.thumnail-date-div .Date .day {
  display: block;
  letter-spacing: -8px;
  color: #000000;
  font-family: 'Amiri';
  font-weight: normal;
  font-style: normal;
  width: 100%;
  font-size: 3em;
  line-height: 1;
  text-align: center;
}
.thumnail-date-div .Date .month, .thumnail-date-div .Date .year {
  font-size: 14px;
  color: #000000;
  font-family: 'Poppins';
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 3px;
}
.Blog-Section .thumnail-date-div {
  position: relative;
  padding: 15px 0px 0;
}
.Blog-Section .rpc-wrapper {
  padding: 0 5px;
}
.Blog-Section .wcp-carousel-main-wrap .slick-slide{ outline:0;}

section.Blog-Section .view-all-btn {
    text-align: center;
    margin: 40px 0 0;
}

section.Blog-Section .view-all-btn a {
    color: #5b130b;
    background-color: #f7f5ca;
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Amiri';
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    width: 100%;
    max-width: 300px;
    padding: 16px 10px 13px;
}

/*===================================Form Section====================================*/
.hm-form-section {
  padding: 100px 0 0; margin: 0 0 -300px;
}

.hm-form-section .form-bg {
  max-width: 1085px;
  margin: auto;
  border: 9px solid #9a4750;
  padding: 80px 50px 100px;
  background-image: url("/wp-content/uploads/2022/07/form-bg.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}
.hm-form-section .form-bg::before {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 360px;
  height: 500px;
  background: #5b130b;
  content: "";
  z-index: -1;
}

.hm-form-section .form-bg h2 {
  text-align: center;
  color: #001e1c;
  font-size: 3em;
  margin: 0;
  font-family: 'Playfair Display';
  font-weight: bold;
  font-style: normal; line-height: 1;
}
.hm-form-section .form-bg .Sub-Title {
  text-align: center;
  color: #212121;
  font-family: 'Poppins';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px; position: relative;
  padding: 0 0 20px;
margin: 0 0 30px;
}
.hm-form-section .form-bg .Sub-Title::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 240px;
  height: 3px;
  background: #9a4750;
  content: "";
  bottom: 0;
}
.hm-form-section .form-container {
  max-width: 775px;
  margin: auto;
}

.hm-form-section .Form-Col {
  display: flex;
  flex-wrap: wrap; margin: 60px 0 0;
}

.Form-Col .left-side {
  width: calc(50% - 20px);
  margin-right: 20px;
}
.Form-Col .right-side {
  width: calc(50% - 20px);
  margin-left: 20px;
}
.Form-Col .Col6 {
  margin-bottom: 20px;
}
.Form-Col .Col12 {
  width: 100%;
  margin: 0 0 30px;
  position: relative;
}
.Form-Col .Col12 {
  width: 100%;
  margin: 0 0 40px;
  position: relative;
}
.form-bg .Form-Col .Form-Bottom {
  width: 100%;
  text-align: center;
  margin: 0;
}
.Form-Col .Col6 input[type="text"], .Form-Col .Col6 input[type="email"], .Form-Col .Col6 input[type="tel"] {
  font-size: 18px;
  line-height: 28px;
  color: #2c395b;
  padding: 20px 0;
  background: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #aeaeae;
  font-family: 'Poppins';
  font-weight: normal;
}
.Form-Col .Col12 textarea {
  font-size: 18px;
  line-height: 28px;
  color: #2c395b;
  padding: 20px 0;
  background: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #aeaeae;
  font-family: 'Poppins';
  font-weight: normal;
  height: 160px;
}
.Form-Col .Col6 input::placeholder, .Form-Col .Col12 textarea::placeholder {
    color: #2c395b; opacity:1;
}

.Form-Col .Col12.Form-Button input[type="submit"] {
  background-color: #3fb3d5;
  width: 100%;
  font-size: 30px;
  color: #ffffff;
  line-height: 36px;
  border-radius: 0;
  background-image: url("/wp-content/uploads/2022/07/submit-icon.png");
  background-repeat: no-repeat;
  background-position: 490px center;
  background-size: 42px;
  padding: 18px 0;
  font-family: 'Playfair Display';
  font-weight: bold;
  font-style: normal;
}

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

body.home #genesis-footer-widgets {
  padding-top: 400px;
  clear: none;
}

div#genesis-footer-widgets {
  padding: 100px 0;
  background-image: url("/wp-content/uploads/2022/07/footer-bg.jpg");
  background-position: center;
  background-size: cover;
}

#genesis-footer-widgets .widget-area {
  width: 100%;
  margin: 0;
}
.footer-content-sec {
  display: flex;
  flex-wrap: wrap;
}
.footer-content-sec .Left-DivColm {
  width: 42.18%; padding: 0 50px 0 0;
}
.footer-content-sec .Right-DivColm {
  width: 57.82%;
}
.footer-content-sec .Right-DivColm img {
  border: 10px solid #eaeaea;
  width: auto;
vertical-align: top;
object-fit: cover;
}
.footer-content-sec .Right-DivColm iframe {
  outline: 0;
  width: 100%;
height: 100%;
  border: 10px solid #eaeaea; 
}
.footer-content-sec .Right-DivColm img, .footer-content-sec .Right-DivColm iframe {
  height: 691px;
}


.footer-content-sec .Left-DivColm h5 {
  color: #ffffff;
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 24px;
  text-transform: inherit;
}
.footer-logo-div img {
  vertical-align: top;
}
.footer-logo-div {
  vertical-align: top;
  background-image: url("/wp-content/uploads/2022/07/footer-logo-line.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 0 0 35px;
  margin: 0 0 40px;
}
.map-img-div {
  height: 100%;
  position: relative;
}
.footer-content-sec .Left-DivColm .ftr-address-Div {
  display: table;
}

.Left-DivColm .space-btm-same {
  position: relative;
  padding: 0 0 30px 50px;
}
.Left-DivColm .space-btm-same a {
  text-decoration: none;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 400;
}
.edvin-address::before {
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url("/wp-content/uploads/2022/07/map-icon.png");
  width: 32px;
  height: 38px;
  background-position: center top;
  content: "";
  background-repeat: no-repeat;
}
.edvin-phone-no::before {
  position: absolute;
  left: 0;
  top: 0px;
  background-image: url("/wp-content/uploads/2022/07/phone-icon-btm.png");
  width: 32px;
  height: 40px;
  background-position: center top;
  content: "";
  background-repeat: no-repeat;
}
.Left-DivColm .edvin-phone-no.space-btm-same {
  padding-top: 5px;
}
.edvin-email::before {
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url("/wp-content/uploads/2022/07/email-icon.png");
  width: 32px;
  height: 22px;
  background-position: center top;
  content: "";
  background-repeat: no-repeat;
}
.footer-content-sec .edvin-connect-with h5 {
  font-weight: normal;
  margin: 10px 0 25px;
}
.edvin-connect-with ul.social-icons {
  margin: 0;
  padding: 0;
}
.edvin-connect-with ul.social-icons li {
  margin: 0;
  padding: 0 20px 0 0px;
  display: inline-block;
  background: inherit;
  vertical-align: middle;
}

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

.InnerBanner section {
    margin: 0;
}
.InnerBanner {
  background-image: url("/wp-content/uploads/2022/07/hm-banner-bg.jpg");
  background-position: center top;
  background-size: cover;
  padding: 300px 0 80px;
}


.entry-content h1 {
    font-size: 2.8em;
}
.entry-content h2, .entry-content h3 , .entry-content h4 {
    font-size: 2.3em;
}
.entry-content ol li, .post-content ol li, .entry-content ul li, .post-content ul li {
    list-style: none;
    padding: 8px 0px 8px 45px;
    background: url(images/li-bg.png) no-repeat 0 4px;
}
.Inner-Image-Right {
    width: 48%;
    float: right;
    margin: 0 0 15px 2%;
    line-height: 0;
    padding: 5px;
    background: #440b15;
}
.Inner-Image-Left {
    width: 48%;
    float: left;
    margin: 0 2% 15px 0%;
    line-height: 0;
    padding: 5px;
	background: #440b15;
}
.Inner-Image-Left img, .Inner-Image-Right img{ width:100%;}
.Inner-Image-Right iframe, .Inner-Image-Left iframe {
    width: 100%;
    height: 232px;
}
.Inner-Text-Div {
    padding: 30px;
    line-height: 1.8;
    text-align: center;
}
.Inner-Text-Div .Title {
    color: #fff;
    line-height: 1.2;
    font-size: 1.5em;
    margin-bottom: 10px;
}
.Inner-Text-Div .Sub-Title {
    line-height: 1.2;
    color: #fff;
    font-size: 1.2em;
}
.Inner-Text-Div .Icon {
    line-height: 0;
}
.Inner-Text-Div .Icon img {
    width: auto;
}
.Inner-Text-Div:last-child {
    margin-bottom: 0 !important;
}


section#text-2 {
  margin-bottom: 50px;
  position: relative;
  padding: 35px 20px 40px;
  border: 8px solid #99474f;
  background-image: url("/wp-content/uploads/2022/07/sidebar-form-bg.jpg");
  background-position: center;
  background-size: cover;
}
section#text-2 p.FormTitle {
  font-size: 38px;
  color: #000;
  text-align: center;
  line-height: 26px !important;
  padding: 0px 0px 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'Playfair Display';
  font-weight: bold;
  font-style: normal;
  position: relative;
}
section#text-2 p.FormTitle::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 230px;
  height: 5px;
  content: "";
  background: #9a4750;
  bottom: 0;
}
section#text-2 p.FormTitle span {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
}
section#text-2 .formColor input[type="text"], section#text-2 .formColor input[type="tel"], section#text-2 .formColor input[type="email"], section#text-2 .formColor textarea {
font-size: 16px;
line-height: 28px;
color: #2c395b;
padding: 14px 0;
background: transparent;
border-radius: 0;
border-style: solid;
border-width: 0 0 1px 0;
border-color: #aeaeae;
font-family: 'Poppins';
font-weight: normal;
margin: 0 0 16px;

}
section#text-2 .formColor input::placeholder, section#text-2 .formColor textarea::placeholder {
    color: #2c395b;
}
section#text-2 .formColor textarea{
	height:100px;
}
section#text-2 input.wpcf7-form-control.wpcf7-submit.Submit-button {
width: 100%;
font-size: 24px;
padding: 15px 15px 15px 5px;
border: none;
background-image: url("/wp-content/uploads/2022/07/submit-icon.png");
background-repeat: no-repeat;
background-position: 220px center;
background-size: 42px;
font-family: 'Playfair Display';
font-weight: bold;
font-style: normal;
background-color: #3fb3d5;
margin: 10px 0 12px;
}
.Form-Bottom {
    text-align: center;
    line-height: 0;
    margin: 15px 0 0;
}
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;
}
/*====================Faq inner page======================*/

.page div#accordion .accordion-title {
    padding: 25px 60px 25px 25px;
    background: #440b15 !important;
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 50px #0000003d;
    font-family: 'Playfair Display';
    margin-bottom: 20px !important;
}



.page div#accordion .accordion-title:hover {
    background: #3fb3d5 !important;
}

/*====================Case inner page======================*/

.Results-Row .Result-Div {
    width: 31.3333333%;
    margin: 1%;
    padding: 30px;
    background: #440b15;
    text-align: center;
}

.Results-Row .Result-Div .Title {
    color: #fff;
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.2;
    margin-bottom: 15px;
	font-family: 'Playfair Display';
}

.Results-Row .Result-Div .Sub-Title {
    color: #fff;
    font-size: 1em;
    line-height: 1.3;
	font-family: 'Open Sans';
}
.Results-Row {
    display: flex;
    flex-wrap: wrap;
}

.Results-Row .Result-Div .Title h2 {
    color: #fff;
    font-size: 29px;
    margin-bottom: 15px;
}

.Results-Row .Result-Div .Title p {
    font-size: 20px;
    margin-bottom: 15px;
}
/*====================Blog Sidebar=======================*/

section#genesis-custom-post-2 {
    padding: 0;
	margin-bottom:50px;
}
section#genesis-custom-post-2 h4 {
text-align: center;
font-size: 40px;
color: #000000;
position: relative;
font-family: 'Playfair Display';
font-weight: 500;
font-style: normal;
text-transform: inherit;
}
section#genesis-custom-post-2 article {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a9a9a9;
}
section#genesis-custom-post-2 article:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
section#genesis-custom-post-2 article a.alignleft img {
    height: 100%;
    object-fit: cover;
}
section#genesis-custom-post-2 article a.alignleft {
    width: 100px;
    height: 140px;
    overflow: hidden;
    margin: 0 10px 0 0px;
    border: 4px solid #1f1f1f;
	background: #1f1f1f;
}
section#genesis-custom-post-2 article .entry-content p {
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0 0;
}
section#genesis-custom-post-2 header.entry-header {
    padding-left: 110px;
}
section#genesis-custom-post-2 p.entry-meta {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
	font-family: 'Open Sans';
font-weight: normal;
font-style: normal;
}
/* section#genesis-custom-post-2 p.entry-meta time.entry-time {
    display: block;
} */
section#genesis-custom-post-2 header.entry-header p.entry-titlep {
font-size: 18px !important;
color: #000;
margin-bottom: 5px;
line-height: 21px;
font-weight: 500;
font-style: normal;
font-family: 'Playfair Display';
}
section#genesis-custom-post-2 header.entry-header p.entry-titlep a {
    text-decoration: none;
    color: #000;
}
section#genesis-custom-post-2 header.entry-header h2.entry-title a:hover {
    color: #20497d;
}
section#genesis-custom-post-2 p.entry-meta a {
    color: #000;
    text-decoration: none;
    cursor: auto;
}
section#genesis-custom-post-2 article .entry-content {
    padding-left: 110px;
    color: #71393900;
}
section#genesis-custom-post-2 article .entry-content a {
  background: #99474f;
  color: #fff;
  text-decoration: none;
  padding: 8px 20px;
  float: left;
  font-weight: 500;
  font-style: normal;
  font-family: 'Playfair Display';
  text-transform: uppercase;
}
section#custom_html-6 {
    margin: 0 0 50px;
}
section#custom_html-6 .Button-Div {
    text-align: center;
}
section#custom_html-6 .Button-Div a {
    display: inline-block;
    padding: 10px 40px;
    background: red;
    color: #fff;
    text-decoration: none;
}

/*=====================Testimonial==========================*/
section#custom_html-2 h4 {
text-align: center;
font-size: 40px;
color: #000000;
position: relative;
font-family: 'Playfair Display';
font-weight: 500;
font-style: normal;
text-transform: inherit;
}
section#custom_html-2 .Test-Div {
padding: 35px 20px 40px;
border: 8px solid #99474f;
background-image: url("/wp-content/uploads/2022/07/sidebar-testimonial-bg.jpg");
background-position: center;
background-size: cover;
}
section#custom_html-2 .Test-Div img {
    width: auto;
    padding: 0 0 10px;
    border-radius: 0;
}
section#custom_html-2 .ttshowcase_rl_title.reviewer {
font-size: 1.3em;
color: #000;
line-height: 1;
text-transform: uppercase;
font-family: 'Poppins';
font-weight: bold;
}
section#custom_html-2 .ttshowcase_rl_subtitle {
  opacity: 1;
  color: #000;
  font-size: 1em;
  font-family: 'Poppins';
  font-weight: normal;
}
section#custom_html-2 .ttshowcase_rating .fa-star {
  color: #f79521;
  font-size: 24px;
  margin: 0 2px;
}
.read-more-btn {
  text-align: center;
  width: 100%;
  margin: 15px 0 0;
  position: relative;
  z-index: 1;
}
.read-more-btn a {
  background-color: #99474f;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 10px 50px 13px;
  font-size: 23px;
  letter-spacing: 0px;
  line-height: 29px;
  font-family: 'Playfair Display';
font-weight: 500;
font-style: normal;
}
.test-sidebar-lg {
  text-align: center;
}
section#custom_html-2 .ttshowcase_rl_quote {
    margin-top: 10px;
}
section#custom_html-2 .ttshowcase_rl_quote p {
  color: #000;
  font-size: 1.1em;
  padding-bottom: 35px;
  font-family: 'Georgia';
  font-weight: normal;
  font-style: italic;
}
section#custom_html-2 .Button-Div {
    text-align: center;
}
section#custom_html-2 .Button-Div a {
    display: inline-block;
    padding: 7px 40px;
    background: #c20303;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.3em;
}

/*========================================================*/
.Contact-Info{ margin-bottom:30px;}
.Contact-Info ul {
    margin: 0 0 28px;
    padding: 0;
}
.Contact-Info ul li {
    position: relative;
    margin: 0px 0 20px !important;
    padding: 0 0 0 40px !important;
    line-height: 24px;
	list-style: none;
	background: none;
}
.Contact-Info ul li.Address img {
  top: 5px;
}
.Contact-Info ul li.Phone {
  padding: 6px 0 0 40px !important; margin: 0px 0 35px !important;
} 
.Contact-Info ul li.es-habla img {
  top: 4px;
}
.Contact-Info ul li img {
    position: absolute;
    left: 0;
    top: -1px;
}
.Contact-Info li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
.Contact-Info .sfs-fast-map img, .Contact-Info .sfs-fast-map iframe {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border: 6px solid #99474f;
}
/*=======================Reviews==============================*/
.Reviews-Page .entry-content img.ttshowcase_image {
    width: auto;
    padding: 15px;
}
.Reviews-Page .entry-content .ttshowcase_rl_breed {
  display: flex;
  flex-wrap: wrap;
}
.Reviews-Page .entry-content .ttshowcase_rl_info_wrap.tt_info-left {
    width: 25% !important;
    line-height: 1.4;
	text-align:center;
}
.Reviews-Page .entry-content .tt_quote_info-left {
  width: 75%;
}
.Reviews-Page .entry-content .ttshowcase_rl_title.reviewer {
    font-size: 1.3em;
}
.Reviews-Page .entry-content .ttshowcase_rl_subtitle {
    opacity: 1;
    font-size: 1em;
}
.Reviews-Page i.fa.fa-star {
    color: #fc9d05;
}

/*================Our Team Page=============*/
.Team-Page-Row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.Team-Page-Row .Attorney_Div {
    width: 253px;
    float: left;
    margin: 0 20px 40px;
    position: relative;
    background: #440b15;
}
.Attorney_Div .Image-Div {
    line-height: 0;
    border: 5px solid #440b15;
    position: relative;
}
.Attorney_Div .Text-Div {
    padding: 10px;
    text-align: center;
    background: #440b15;
}
.Attorney_Div .Title {
    color: #fff;
    color: #fff;
    font-size: 1.3em;
    line-height: 1.1;
    margin-bottom: 10px;
}
.Attorney_Div .Title span {
    font-size: 0.6em;
}
.Attorney_Div p {
    line-height: 1.4;
    margin: 0;
	color: #fff;
}
.Attorney_Div .Button-Div a {
    display: inline-block;
    background: #fff;
    padding: 3px 20px;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}


/*============================1+=============================*/
@media (max-width: 1360px) and (min-width: 1200px){
/*=================================*/	
.Results-Row .Result-Div .Title h2 {
    font-size: 25px;
}

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


.Inner-Image-Right iframe, .Inner-Image-Left iframe {
    height: 210px;
}


/*==============================Sidebar====================================*/

/*==========================*/
section#genesis-custom-post-2 h4 {
    font-size: 38px;
}
section#genesis-custom-post-2 article a.alignleft {
    width: 80px;
}
section#genesis-custom-post-2 header.entry-header, section#genesis-custom-post-2 article .entry-content{
    padding-left: 90px;
}
section#genesis-custom-post-2 header.entry-header p.entry-titlep {
    font-size: 16px !important;
    line-height: 19px;
}

/*====================================*/
section#custom_html-2 h4{ font-size:38px;}


}






/*============================2+=============================*/

@media (max-width: 1199px) and (min-width: 1025px){
	
/*============================================*/	
.Results-Row .Result-Div .Title h2 {
    font-size: 25px;
}

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


.Inner-Image-Right iframe, .Inner-Image-Left iframe {
    height: 162px;
}
.entry-content ol li, .post-content ol li, .entry-content ul li, .post-content ul li {
    padding: 11px 0px 11px 45px;
}

/*==============================Sidebar====================================*/

/*==========================*/
section#genesis-custom-post-2 h4 {
    font-size: 38px;
}
section#genesis-custom-post-2 article a.alignleft {
    width: 80px;
}
section#genesis-custom-post-2 header.entry-header, section#genesis-custom-post-2 article .entry-content{
    padding-left: 90px;
}
section#genesis-custom-post-2 header.entry-header p.entry-titlep {
    font-size: 16px !important;
    line-height: 19px;
}

/*====================================*/
section#custom_html-2 h4{ font-size:38px;}


}



@media(max-width:1340px){
body > div {
    font-size: 16px;
}
.heading-div { max-width: 1000px;}	
.three-box-sec .video-box-content { margin: 0 0 0 -40px;}	
.three-box-sec .video-box-content .count-box-colm { padding: 0 0 0 40px;}	
.three-box-sec .count-bg-div{ padding: 50px 35px 60px;}	
.practice-content-sec .practice-colm-div, .why-choose-sec .why-content-part .choose-box-colm, .our-team-content-sec .OurTeam-colm-div { padding: 0 0 20px 20px;}	
.practice-content-sec, .why-choose-sec .why-content-part, .our-team-content-sec { margin: 0;}	
section.Testimonial-Section .Slider-Div { width: 80%;}	
.Blog-Section .Blog-Info { min-height: 230px;}	
.hm-form-section .form-bg { max-width: 1000px;}
.footer-content-sec .Right-DivColm img, .footer-content-sec .Right-DivColm iframe { height: 630px;}
section#custom_html-4 a{ font-size: 2.33em;}
section#text-2 p.FormTitle { font-size: 30px; line-height: 20px !important; padding: 0px 0px 15px;}	
section#text-2 p.FormTitle span {font-size: 14px;}	
section#text-2 input.wpcf7-form-control.wpcf7-submit.Submit-button { font-size: 20px; background-position: 180px center; background-size: 34px;}
section#text-2 p.FormTitle::before{ height: 3px; width: 200px;}
	
	
}

@media(max-width:1200px){	
.hm-page-banner { padding: 250px 0 0px;}
.heading-div { max-width: 820px;}
header.site-header .title-area img { max-width: 380px;}
section#custom_html-4 p{ font-size: 16px;}
section#custom_html-4 a{ font-size: 2.14em;}
.inner-pages-formatting .Heading1 { letter-spacing: 6px; font-size: 2.1em;}
.inner-pages-formatting .Heading2 { font-size: 3em;}
.inner-pages-formatting .Heading3 { font-size: 2.56em;}
.top-phone-no::before { width: 75px; height: 75px; background-size: 26px;}
.top-phone-no { padding: 0 0 0 90px;}
button#mobile-genesis-nav-primary{ width: 75px; height: 75px;}
.widget-area.header-widget-area{ margin-right: 100px;}
.heading-div::before, .heading-div::after {width: 200px;}	
.banner-social-media.icons{ top: -10px;}
.banner-social-media.icons ul li { padding: 0 0 12px;}
.banner-testimonail-box .award-divs { margin: 50px -40px 0;}
.banner-testimonail-box .banner-Boxs {padding: 0 40px;}
.banner-testimonail-box .banner-Boxs .title { font-size: 2.8em;}
.banner-testimonail-box .banner-Boxs .Subtitle{ font-size: 1.7em;}	
.banner-right-div .bg-testi p{ font-size: 18px; line-height: 28px;}
.three-box-sec .count-bg-div { padding: 40px 30px 50px;}
.three-box-sec .video-box-content .count-box-colm { padding: 0 0 0 30px;}
.three-box-sec .video-box-content { margin: 0 0 0 -30px;}
.three-box-sec .count-bg-div h3 { font-size: 24px; line-height: 30px;}	

.practice-content-sec, .why-choose-sec .why-content-part, .our-team-content-sec { margin: 0 0 0 -35px;}	
.practice-content-sec .practice-colm-div, .why-choose-sec .why-content-part .choose-box-colm, .our-team-content-sec .OurTeam-colm-div { padding: 0 0 10px 15px;}	
.practice-content-sec .Title-Div h3 a{ font-size: 20px;}
.meet-team-sec .Title-Div h3 { font-size: 19px;}	
.meet-team-sec .Title-Div h5{ font-size: 16px;}	
.hm-form-section .form-bg { max-width: 850px;}	
.Form-Col .Col12.Form-Button input[type="submit"]{ background-position: 460px center;}
.hm-form-section .form-bg::before { right: -60px; top: -60px; width: 300px; height: 400px;}
.InnerBanner{ padding: 220px 0 80px;}	
	
	
}



/*=========================================Ipad=============================================*/

@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape){
	
.Results-Row .Result-Div .Title h2 {
    font-size: 18px;
}
	.Results-Row .Result-Div .Title p {
    font-size: 18px;
}
	
	
	
}



@media(min-width:1024px){
header.site-header .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header.site-header .wrap::before, header.site-header .wrap::after {
  display: none;
}
header.site-header .title-area {
  margin: 0;
}	
section.Testimonial-Section .ttshowcase_slider .bx-wrapper .bx-pager {
  display: none;
}	
	
	
}

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



@media only screen and (max-width: 1023px){
.Mobile {
    display: block!important;
    text-align: center;
}
.Desktop{ display:none !important;}

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

header.site-header {
    position: relative;
    background-color: #faf8ec;
	background-size:100%;
}
.widget-area.header-widget-area {
    display: none;
}
button#mobile-genesis-nav-primary {
    position: absolute;
    top: 50%;
    right: 5%;
    width: 100px;
    height: 80px;
    background: #5c130c url(images/Mobile-Menu-Icon.png) no-repeat center;
    border: none;
    transform: translate(0px, -50%);
    color: #fff0;
	outline:none; border-radius: 0;
}
nav#genesis-nav-primary {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    width: 100%;
    background: #5c130c;
    padding: 0;
}
header.site-header .title-area img {
  max-width: 100%;
}
nav#genesis-nav-primary li a {
    padding: 20px;
    border-bottom: 1px solid #fff;
	color: #fff;
}
.genesis-nav-menu .current-menu-item > a {
    background: #fff;
    color: #5b130c !important;
}
nav#genesis-nav-primary li a:hover {
  background: #5b130c;
  color: #fff !important;
}
.genesis-nav-menu .current-menu-item > a:before{ display:none;}
nav#genesis-nav-primary li button.sub-menu-toggle {
    padding: 7px;
    position: absolute;
    top: 0;
    margin: 12px;
}
.AfterheaderContainer.Mobile section{
    margin: 0;
}
.AfterheaderContainer a {
   color: #fff; font-family: 'Poppins';  font-weight: 600;  font-style: normal;
    text-decoration: none;
}
.AfterheaderContainer a img {
    margin: 0 4px -15px 0px;
}
.AfterheaderContainer .call-div {
    background: #5c130c;
}
.AfterheaderContainer .email-div {
    background: #000000;
}
.AfterheaderContainer .call-div a, .AfterheaderContainer .email-div a {
    color: #fff; font-family: 'Poppins';  font-weight: 600;  font-style: normal;
}
.AfterheaderContainer .call-div, .AfterheaderContainer .email-div {
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px 10px 15px;
}
header.site-header .wrap {
  max-width: 760px;
}
	.Results-Row .Result-Div .Title h2 {
    font-size: 22px;
}
	
	
	.Results-Row .Result-Div {
    width: 75%;
}

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

.hm-page-banner {
  padding: 50px 0 50px;
}
.site-inner, .wrap { max-width: 550px;}
.inner-pages-formatting .Heading1 { letter-spacing: 2px; font-size: 2em;}
.heading-div::before, .heading-div::after { width: 100px;}
.inner-pages-formatting .Heading2 { font-size: 2.3em;}
.inner-pages-formatting .Heading3 { font-size: 1.9em;}
.why-choose-sec .choose-bg-Div{ padding: 40px;}
.heading-div::before{border-width: 3px 0 3px 3px;}
.heading-div::after {border-width: 3px 3px 3px 0px;}
.hm-page-banner .Button-Div { margin: 20px 0 0;}
.hm-page-banner .Button-Div a::after {margin: 0 0 0 20px; background-size: 38px; width: 38px; height: 38px;}
.hm-page-banner .Button-Div a{ font-size: 24px; padding: 12px 20px; line-height: 30px;}
.banner-testimonail-box{ margin: 0;}
.banner-testimonail-box .award-divs { margin: 20px 0 0; justify-content: center; width: 100%; flex-wrap: nowrap;}
.banner-testimonail-box .banner-left-div { width: 100%;}
.banner-testimonail-box .banner-Boxs { padding: 0 20px; width: auto;}
.banner-testimonail-box .banner-Boxs{ border-left: 2px solid #5b130b;}
.banner-testimonail-box .banner-Boxs .title { font-size: 2em;}
.banner-testimonail-box .banner-Boxs .Subtitle { font-size: 1.3em;}

section.Video-Section { padding: 60px 0 30px;}
section.Video-Section h1::before, section.Text-Section h2::before{ display:none;}
section.Video-Section h1, section.Text-Section h2, section.Text-Section.Image-Left h2 { padding: 0;}
section.Video-Section .Video-Div { width: 100%; margin: 0 0 20px;}
section.Video-Section .Text-Div{ width: 100%;}
.three-box-sec .Slider-Div { max-width: 400px; margin: auto;}

div#slider_212.sa_owl_theme .owl-dots, div#slider_219.sa_owl_theme .owl-dots, div#slider_220.sa_owl_theme .owl-dots, div#slider_221.sa_owl_theme .owl-dots {
  position: relative;
  padding: 0 !important;
  margin: 20px 0 0;
}
div#slider_212.sa_owl_theme .owl-dots button.owl-dot, div#slider_219.sa_owl_theme .owl-dots button.owl-dot, div#slider_220.sa_owl_theme .owl-dots button.owl-dot, div#slider_221.sa_owl_theme .owl-dots button.owl-dot {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  margin: 0 5px;
  outline: 0;
}
div#slider_212.sa_owl_theme .owl-dots button.owl-dot span, div#slider_219.sa_owl_theme .owl-dots button.owl-dot span, div#slider_220.sa_owl_theme .owl-dots button.owl-dot span, div#slider_221.sa_owl_theme .owl-dots button.owl-dot span {
  opacity: 0;
}
div#slider_212.sa_owl_theme .owl-dots button.owl-dot.active, div#slider_219.sa_owl_theme .owl-dots button.owl-dot.active, div#slider_220.sa_owl_theme .owl-dots button.owl-dot.active, div#slider_221.sa_owl_theme .owl-dots button.owl-dot.active {
  background: #5b120c;
  border-color: #5b120c;
}
.three-box-sec { padding: 0 0 60px;}
.hm-logos-sec { padding: 0 0 60px;}
.practice-area-sec h2.Section-Heading br, section.Testimonial-Section h2 br, .why-choose-sec h2.Section-Heading br, .meet-team-sec h2.Section-Heading br { display: none;}
.practice-area-sec .practice-content-Div { max-width: 350px; margin: auto;}
.practice-area-sec h5.sub-heading-title, section.Testimonial-Section h5.sub-heading-title, .why-choose-sec h5.sub-heading-title, .meet-team-sec h5.sub-heading-title, section.Blog-Section h5.sub-heading-title{ font-size: 20px;}
.practice-area-sec { padding: 60px 0;}
section.Text-Section .Text-Div { width: 100%;}
section.Text-Section .Text-Div .Image-Col { padding: 0 0 20px 20px; position: relative; margin: 0 0 25px;}
section.Text-Section .Text-Div .Image-Col::before { content: ""; width: 260px; height: 260px; background-color: #843a44; left: 0; bottom: 0; position: absolute; mix-blend-mode: darken;}
section.Testimonial-Section .Slider-Div { width: 100%;}
section.Testimonial-Section .ttshowcase_rl_quote::before { width: 70px; height: 48px; background-size: 70px;}
section.Testimonial-Section .ttshowcase_rl_quote{ padding: 65px 0 0;}
section.Testimonial-Section .ttshowcase_rl_title, section.Testimonial-Section .ttshowcase_rl_subtitle {font-size: 18px;}
section.Text-Section.Image-Left .Image-Div{ display: none;}
section.Testimonial-Section .ttshowcase_rl_image img { max-width: 70px;}
section.Testimonial-Section .ttshowcase_rating .fa-star { font-size: 20px; letter-spacing: 2px;}
section.Testimonial-Section .ttshowcase_slider .bx-wrapper .bx-pager.bx-default-pager a { width: 20px; height: 20px; border-radius: 0; background: transparent; border: 2px solid #fff;}
section.Testimonial-Section .ttshowcase_slider .bx-wrapper .bx-pager.bx-default-pager a.active { background: #fff;}
section.Testimonial-Section { padding: 60px 0px 80px;}

.why-choose-sec .Slider-Div { max-width: 400px; margin: auto;}
.why-choose-sec, section.Text-Section, .meet-team-sec, section.Blog-Section { padding: 60px 0;}
.meet-team-sec .Slider-Div { max-width: 350px; margin: auto;}
.hm-form-section .form-bg::before { display:none;}
.meet-team-sec .OurTeam-content-Div::before { opacity: 1; visibility: visible;}
.Blog-Section .wrap { max-width: 800px;}
.Blog-Section .Blog-Info .Title{ font-size: 20px; line-height: 26px;}
.Blog-Section .Blog-Info { min-height: 240px;}


section.Blog-Section ul.slick-dots {
  position: relative;
  bottom: 0;
  margin: 20px 0 0 !important;
}
section.Blog-Section ul.slick-dots li.slick-active {
  background: #fff;
  border-color: #fff;
}
section.Blog-Section ul.slick-dots li {
  border: 2px solid #fff;
}
section.Blog-Section ul.slick-dots li button {
  opacity: 0;
}

.hm-form-section .form-bg { padding: 50px 30px 50px;}
.hm-form-section .form-bg h2 { font-size: 2.5em;}
.hm-form-section .form-bg .Sub-Title{ font-size: 20px;}
.hm-form-section .form-bg .Sub-Title::before {width: 200px; height: 3px;}
.hm-form-section .form-bg .Sub-Title { padding: 0 0 15px; margin: 0 0 15px;}
.hm-form-section .Form-Col{ margin: 15px 0 0;}
.Form-Col .left-side { width: 100%; margin-right: 0;}
.Form-Col .right-side { width: 100%; margin-left: 0;}
.Form-Col .Col6 input[type="text"], .Form-Col .Col6 input[type="email"], .Form-Col .Col6 input[type="tel"]{ font-size: 16px; line-height: 26px; padding: 15px 0;}
.Form-Col .Col6 { margin-bottom: 15px;}
.Form-Col .Col12 textarea { font-size: 16px; line-height: 26px; height: 100px;}
.Form-Col .Col12.Form-Button input[type="submit"] { background-position: 275px center; font-size: 24px; padding: 14px 0; line-height: 30px; background-size: 36px;}

.footer-content-sec .Left-DivColm { width: 100%; padding: 0 0 15px;}
.footer-content-sec .Right-DivColm { width: 100%;}
.footer-content-sec .Right-DivColm img, .footer-content-sec .Right-DivColm iframe { height: 350px; width: 100%;}
.footer-logo-div img {max-width: 360px; width: 100%;}
.footer-content-sec .Left-DivColm .ftr-address-Div { display: table; margin: auto;}
.footer-content-sec { position: relative; padding: 0 0 140px;}
.edvin-connect-with { position: absolute; left: 0; right: 0; bottom: 0; text-align: center;}

div#genesis-footer-widgets { padding: 80px 0 60px;}
body.home #genesis-footer-widgets { padding-top: 380px;}
.site-footer{ padding: 25px 0; font-size: 16px;}
.Reviews-Page .entry-content .ttshowcase_rl_info_wrap.tt_info-left {
  width: 100% !important;
  padding: 0 0 20px;
}
.Reviews-Page .entry-content .tt_quote_info-left {
  width: 100%;
}

section.Testimonial-Section .ttshowcase_rl_image {
  vertical-align: middle;
}
section.Testimonial-Section .ttshowcase_rl_image img {
  margin: 0;
}


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

.InnerBanner {
  padding: 50px 0 50px;
  background-position: center;
}


.Inner-Image-Right, .Inner-Image-Left {
    width: 100%;
    margin: 0 0 28px;
}
.Inner-Image-Right iframe, .Inner-Image-Left iframe {
    width: 100%;
    height: 383px;
}

/*=========================Sidebar==================================*/
aside#genesis-sidebar-primary {
  width: 100%;
  margin: 0 0 50px;
}
section#text-2 p.FormTitle span {
  font-size: 17px;
}
section#text-2 p.FormTitle { font-size: 36px; line-height: 22px !important;}
section#text-2 input.wpcf7-form-control.wpcf7-submit.Submit-button { font-size: 20px; background-position: 270px center; background-size: 34px;}
.Form-Col .Col12.Form-Button input[type="submit"] { background-position: 315px center;}
.hm-form-section { padding: 10px 0 0;}
section#text-2 input.wpcf7-form-control.wpcf7-submit.Submit-button { background-position: 310px center;}



}


@media(max-width:860px){
.inner-pages-formatting .Heading1 { letter-spacing: 2px; font-size: 1.43em;}	
.inner-pages-formatting .Heading2 { font-size: 2em;}	
.inner-pages-formatting .Heading3 { font-size: 1.5em;}	
.Form-Col .Col12.Form-Button input[type="submit"] { background-position: 280px center;}
section#text-2 input.wpcf7-form-control.wpcf7-submit.Submit-button { background-position: 270px center;}
	
}



@media(max-width:991px){
	
.Blog-Section .wrap { max-width: 550px;}	
.Blog-Section .Blog-Info { min-height: inherit;}	
	
}


@media(max-width:767px){

.InnerBanner { padding: 40px 0;}

	
.Reviews-Page .entry-content .ttshowcase_rl_info_wrap.tt_info-left {
    width: 100% !important; padding: 0 0 20px;
}
.Reviews-Page .entry-content .tt_quote_info-left {
  width: 100%;
}
header.site-header .title-area img {
  max-width: 250px;
}
section.Testimonial-Section .ttshowcase_slider .bx-wrapper .bx-pager {
  bottom: -20px;
}
section.Testimonial-Section {
  padding: 60px 0px 80px;
}	
section.Text-Section h2, section.Blog-Section h2, .meet-team-sec h2.Section-Heading, .why-choose-sec h2.Section-Heading, section.Testimonial-Section h2, .practice-area-sec h2.Section-Heading, section.Video-Section h1 {
  margin: 0 0 40px;
}
.practice-area-sec h5.sub-heading-title, section.Testimonial-Section h5.sub-heading-title, .why-choose-sec h5.sub-heading-title, .meet-team-sec h5.sub-heading-title, section.Blog-Section h5.sub-heading-title {
  font-size: 18px;
}
.form-bg .Form-Col .Form-Bottom img {
  max-width: 200px;
  width: 100%;
}
section.Testimonial-Section .ttshowcase_rl_quote p {
  font-size: 24px;
line-height: 30px;}
	
}

@media(max-width:580px){
.heading-div { max-width: 420px;}
.hm-page-banner .Button-Div{ margin: 20px auto 0; max-width: 420px;}	
.heading-div::before, .heading-div::after { width: 80px;}	
.inner-pages-formatting .Heading2 { font-size: 1.7em;}	
.inner-pages-formatting .Heading3 { font-size: 1.4em;}
.inner-pages-formatting .Heading1 { letter-spacing: 2px; font-size: 1.44em;}
.banner-testimonail-box .banner-Boxs .Subtitle { font-size: 1.14em;}	
.hm-page-banner .Button-Div a { font-size: 24px;  padding: 10px 20px; line-height: 30px;}	
.hm-page-banner .Button-Div a::after { margin: 0 0 0 15px; background-size: 32px; width: 32px; height: 32px;}	
.Left-DivColm .space-btm-same a{ font-size: 18px; line-height: 26px;}
.edvin-address::before {top: 7px;}
.edvin-phone-no::before {top: 1px;}	
.hm-page-banner { padding: 40px 0 40px;}
section#text-2 input.wpcf7-form-control.wpcf7-submit.Submit-button {
  max-width: 300px;
  margin: 10px auto 20px;
  display: table;
  background-position: 215px center;
}	
	
	
}




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

@media only screen and (max-width: 480px){
	
/*==========================Header==========================*/	
header.site-header {
    background-size: auto 100%;
}
.site-header .title-area {
    width: 70%;
    float: left;
}
button#mobile-genesis-nav-primary {
    width: 70px;
    height: 60px;
    background-size: 42px;
}
.AfterheaderContainer .call-div, .AfterheaderContainer .email-div {
    padding: 5px;
}
.AfterheaderContainer .call-div a, .AfterheaderContainer .email-div a {
    font-size: 15px;
}
.AfterheaderContainer a img {
    height: 30px;
    margin: 0 5px -9px 0;
}

/*=======================================================*/
section.Banner {
    padding: 50px 0;
}
section.Banner .Text-Div {
    width: 330px;
	margin-bottom: 20px;
}


section.Text-Section .Text-Div .Image-Col::before { width: 200px; height: 200px;}
.practice-area-sec .Title-Div h3 a{ font-size: 18px;}

.heading-div { max-width: 330px;}
.heading-div::before, .heading-div::after { width: 50px;}
.inner-pages-formatting .Heading1 { letter-spacing: 2px; font-size: 1.2em;}
.inner-pages-formatting .Heading2 { font-size: 1.35em;}
.inner-pages-formatting .Heading3 { font-size: 1.18em;}
.hm-page-banner .Button-Div a::after { background-size: 30px; width: 30px; height: 30px; position: relative; bottom: 2px;}
.hm-page-banner .Button-Div a { font-size: 20px; padding: 10px 15px; line-height: 30px;}
.banner-testimonail-box .banner-Boxs .title { font-size: 1.7em;}
.banner-testimonail-box .banner-Boxs { padding: 0 15px;}
.banner-testimonail-box .banner-Boxs .Subtitle { font-size: 1em;}
.hm-page-banner .Button-Div { max-width: 330px; margin: 20px auto 0;}
section.Testimonial-Section .ttshowcase_rl_quote::before { width: 50px; height: 34px; background-size: 50px;}
section.Testimonial-Section .ttshowcase_rl_quote { padding: 50px 0 0;}
.hm-form-section .form-bg h2 { font-size: 2em;}
.hm-form-section .form-bg .Sub-Title {font-size: 15px;}
.Form-Col .Col12.Form-Button input[type="submit"] { background-position: 215px center; font-size: 22px; padding: 10px 0; background-size: 30px; max-width: 300px; margin: auto; display: table;}
.footer-content-sec .Left-DivColm h5{ font-size: 22px;}

.Results-Row .Result-Div .Title h2 {
    font-size: 20px;
}

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





.entry-content h1{ font-size:34px;}
.entry-content h2, .entry-content h3, .entry-content h4{ font-size:30px;}
.Inner-Image-Right iframe, .Inner-Image-Left iframe {
    height: 185px;
}


/*=========================Sidebar==================================*/
aside#genesis-sidebar-primary {
    width: 100%;
    margin: 0 0% 50px;
}
section#text-2 p.FormTitle {
    font-size: 32px;
}
section#text-2 p.FormTitle span {
  font-size: 15px;
}
section#genesis-custom-post-2 header.entry-header p.entry-titlep{ font-size:16px !important;}

/*======================Reviews Page===================*/
.Reviews-Page .entry-content .ttshowcase_rl_info_wrap.tt_info-left {width:100% !important;}
.why-choose-sec .choose-bg-Div { padding: 30px;}
.hm-form-section .form-bg { padding: 40px 20px 40px; border: 6px solid #9a4750;}


	
}


@media(max-width:374px){
	
header.site-header .title-area img { max-width: 200px;}	
.heading-div, .hm-page-banner .Button-Div { max-width: 280px;}
.heading-div::before, .heading-div::after { width: 40px;}
.inner-pages-formatting .Heading1 { letter-spacing: 1px; font-size: 1.18em;}
.inner-pages-formatting .Heading2 { font-size: 1.17em;}
.inner-pages-formatting .Heading3 { font-size: 1.02em;}
.banner-testimonail-box .banner-Boxs .title { font-size: 24px;}
.banner-testimonail-box .banner-Boxs { padding: 0 10px;}
.banner-testimonail-box .banner-Boxs .Subtitle { font-size: 14px;}	
.three-box-sec .count-bg-div h3 { font-size: 22px; line-height: 28px;}	
.meet-team-sec .Title-Div h3 { font-size: 22px;}
.meet-team-sec .Title-Div h5 { font-size: 15px;}
.hm-form-section .form-bg h2 { font-size: 29px;}
.hm-form-section .form-bg .Sub-Title { font-size: 14px;}
.Form-Col .Col12.Form-Button input[type="submit"] { background-position: 185px center; max-width: 230px;}	
.footer-content-sec .Left-DivColm h5 { font-size: 20px;}	
section#text-2 p.FormTitle { font-size: 28px;}
section#text-2 p.FormTitle span { font-size: 13px;}
section#text-2 input.wpcf7-form-control.wpcf7-submit.Submit-button {
  max-width: 240px;
  margin: 10px auto 20px;
  display: table;
  background-position: 180px center;
  background-size: 30px;
  padding: 10px;
}

	
}