/*
Theme Name: Genesis Child
Description: This is the child theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.24.131

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* 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 Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Font Families 
-----------------------------------------------------------------------------*/

@font-face {
	font-family: Poppins-B;
	src: url(fonts/Poppins-Bold.ttf);
  }
  
  @font-face {
	font-family: Poppins-L;
	src: url(fonts/Poppins-Light.ttf);
  }
  
  @font-face {
	font-family: Poppins-R;
	src: url(fonts/Poppins-Regular.ttf);
  }
  
  @font-face {
	font-family: Poppins-SB;
	src: url(fonts/Poppins-SemiBold.ttf);
  }
  
  @font-face {
	font-family: Poppins-EB;
	src: url(fonts/Poppins-ExtraBold.ttf);
  }

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

html {
	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 {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Poppins-R;
    font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;

}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	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-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Poppins-R;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 30px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Before Header CSS
--------------------------------------------- */
.web-view{display: block !important;}
.mobile-view{display: none !important;}
.tab-view{display: none !important;}
.tab-mobile-view{display: none !important;}
.web-tab-view{display: block !important;}
nav#genesis-nav-primary {
    padding: 0px 0;
    background: #d0a652;
}
nav#genesis-nav-primary aside.widget-area {
    float: right;
}
section#custom_html-6 {
    margin-bottom: 0;
}
section#custom_html-6 a{
	padding: 0;
	display: inline-block;
	border: 1px solid #000;
	margin:0;
}
section#custom_html-6 a:hover, section#custom_html-6 a:focus {
    padding: 0;
}
/* ## 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;
}
.text-center {
    text-align: center;
}

.gb-container-content {
	padding: 15px !important;
}
.entry-content {
    overflow-x: hidden;
}
.custom-web-color{color: #d0a652 !important;}

/* Inner page GLobal CSS 
----------------------------------------------*/
.inner-page + .site-inner #genesis-content h1{
    font-size: 2.5em !important;
    color: #000000 !important;
    font-family: "Poppins-SB" !important;
    text-transform: uppercase !important;
}
.inner-page + .site-inner #genesis-content h2,.inner-page + .site-inner #genesis-content h3,.inner-page + .site-inner #genesis-content h4,.inner-page + .site-inner #genesis-content h5{
    font-size: 2em !important;
    color: #000000 !important;
    font-family: "Poppins-SB" !important;
    text-transform: uppercase !important;
}
.inner-page + .site-inner #genesis-content h1 strong, .inner-page + .site-inner #genesis-content h2 strong, .inner-page + .site-inner #genesis-content h3 strong,  .inner-page + .site-inner #genesis-content h4 strong  .inner-page + .site-inner #genesis-content h5 strong{
    font-weight: unset !important;
    font-family: "Poppins-SB" !important;
    font-weight: bold !important;
}
.inner-page + .site-inner #genesis-content p{
    font-size: 18px;
    line-height: 1.5;
    color: #252528;
	   font-family: Poppins-R !important;
}
.inner-page + .site-inner #genesis-content a{
	font-size: 18px;
    line-height: 1.5;
    color: #252528;
   font-family: Poppins-R !important;
}
.inner-page + .site-inner #genesis-content ul li{
    font-size: 18px;
    line-height: 1.5;
    color: #252528;
    font-family: "Poppins-SB";
    list-style: none !important;
    padding: 6px 0 6px 34px;
    background: url(/wp-content/uploads/2022/05/li-bg.webp) no-repeat 0 8px;
}
.inner-page + .site-inner #genesis-content ul li a{
    font-size: 18px;
    line-height: 1.5;
    color: #252528;
    font-family: "Poppins-SB";
}
/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.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-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

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

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

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #4bbb19;
	border-width: 0;
	color: #fff;
}

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

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #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;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
	position: relative;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}


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

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* After header contact
--------------------------------------------- */
.after-header-contact.mobile-view {
    display: none;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}
.testimonial-sidebar-wrap #ttshowcase_0 .ttshowcase_rl_info_wrap {
    width: auto !important;
}
.testimonial-sidebar-wrap #ttshowcase_0 .tt_img_circle img{
	width: auto !important;
}
.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;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* 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,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

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

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	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 30px;
}
/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

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

.widget ul > li {
	margin-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 {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

/* Schedule a Free Consultation Section Widget
---------------------------------------------------------------------------- */
.site-header .widget-area {
    float: right;
    text-align: right;
}
#custom_html-3 {
	margin: 11px 0;
    line-height: 1.2;
	position: relative;
}
#custom_html-3 .textwidget.custom-html-widget::before {
    content: "";
    background-image: url(https://cowboy-country.mysites.io/wp-content/uploads/2022/06/icon-mobile.png);
    width: 38px;
    height: 65px;
    position: absolute;
	left: -3em;
    background-repeat: no-repeat;
    top: 0.5em;
}

#custom_html-3 .consultation-heading {
    font-family: 'Poppins-R';
    font-size: 20px;
    letter-spacing: .05em;
    margin: 0;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
}
#custom_html-3 .consultation-contact {
    font-family: Poppins-B;
    color: #d0a652;
    text-decoration: none;
    font-size: 44px;
}
#custom_html-3 .consultation-contact img {
   vertical-align: initial;
    margin: 0 5px -6px 0; 
}

/* Hero banner Section - Home Page
---------------------------------------------*/
.wp-block-columns.home-service-grid {
    margin-bottom: 0.3em !important;
}
.entry-content .hero-banner {
	background-position: center !important;
	padding: 160px 0px 0 !important;
	overflow: hidden;
    background-size: cover;
}

.entry-content .wp-block-image {
	margin-bottom: 5px !important;
}

.home-section-heading {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

/* Hero banner Section - Home Page ends here
---------------------------------------------*/

/* Hero banner Section
---------------------------------------------*/
.hero-banner-heading {
    font-family: 'Poppins-B' !important;
    font-size: 42px !important;
    margin: 0px;
}
.hero-banner-main-heading{
    font-family: 'Poppins-B' !important;
	margin-bottom: 0;
}
.hero-banner-button a {
    text-decoration: none;
    font-family: 'Poppins-B' !important;
    text-transform: uppercase;
    position: relative;
    margin: 30px 0;
    font-size: 1em !important;
    padding: 18px !important;
    line-height: 1.3;
    letter-spacing: .1em;
}
.tt_theme_speech .tt_quote_info-below .ttshowcase_rl_quote:after{display: none;}
/* Hero banner after logo
-------------------------------------------- */
.hero-banner-after-logo .wp-block-image{text-align: center;}
/* Home youtube service section
--------------------------------------------- */
.home-content-left-wrap {
    box-shadow: 1px 0px 6px 1px #ccc;
    border-left: 8px solid #d0a652;
    padding:0 20px!important;
}
.home-youtube-service-section img.gb-container-image.has-background-dim{
	object-position: top right;
	object-fit: cover;
}
.home-section-heading {
    padding-bottom: 0px;
    font-family: Poppins-B;
    font-weight: 400;
	position: relative;
	text-align: left;
	margin-top: 5rem
}
.home-content-text {
    font-size: 18px;
    font-family: Poppins-R;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}
.home-page-video {
    background: #78a2bb;
    padding: 6px;
    line-height: 0;
}
.home-service-heading {
    text-align: center;
    margin-top: 2em;
}
.home-service-heading::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #0f2d49;
    transform: translate(-50%,0);
}
.home-content-section.content-right .home-content-heading {
    text-align: left;
}
.home-content-section-image img {
    width: 100%;
}
.home-content-section-image.image-left img {
    border-left: 5px solid #d0a652;
}
.home-info-right-section {
    margin: 5em 0 5em 0;
	margin-left: 0 !important;
    box-shadow: 1px 0px 6px 1px #ccc;
    border-right: 5px solid #d0a652;
	padding-left: 2em;
}
.home-info-right-section ul li, .gb-accordion-text ul li{
    font-size: 18px;
    line-height: 32px;
    color: #252528;
    list-style: none !important;
    padding: 6px 0 6px 34px;
    background: url(/wp-content/uploads/2022/05/li-bg.webp) no-repeat 0 8px
}
.view-more-practice-button a {
    font-family: 'Poppins-B';
	padding-left: 5em !important;
    padding-right: 5rem !important;
}
/* Accordian 
--------------------------------------------*/
.Homepage-faq-accordian.gb-block-accordion details[open] .gb-accordion-title {
    background: #78281F;}

.Homepage-faq-accordian.gb-block-accordion .gb-accordion-title {
    background: #000;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins-B';
	font-size: 1.5em;
}
.Homepage-faq-accordian.gb-block-accordion .gb-accordion-text {
    font-family: 'Poppins-R';
    color: #000;
}
/* Team Section
-------------------------------------------- */
.home-meetteam-section img{
	object-position: bottom;
}
.meetteam-section-div {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.team-text-div {
    background: #6b91a7;
    border-bottom: 6px solid #5a7a8c;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    padding: 20px;
    width: 90%;
    margin: -50px auto 0;
    position: relative;
    min-height: 110px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.team-text-div .team-title-div {
    font-family: 'Poppins-R';
    text-transform: uppercase;
    font-size: 1.6em;
}
.team-text-div .team-title-div span{
	display: block;
    font-size: .8em;
}
.team-button-div {
    margin: 7px 0;
    display: none;
}
.team-button-div a {
    display: inline-block;
    padding: 12px 50px;
    background: #fff;
    color: #78a2bb;
    border-radius: 40px;
    font-family: 'Poppins-B';
    text-transform: uppercase;
    text-decoration: none;
    transform: rotateY(180deg);
}
.single-team-image {
    width: 100%;
}
.single-team-image img{
    width: 100%;
}
/* Case result section 
---------------------------------------------*/
.single-case-section {
    position: relative;
}
.single-case-image::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom,#00000085 0%,#000000bf 100%);
    box-shadow: 0 -10px 50px 50px #00000085;
}
.entry-content .wp-block-image.single-case-image {
    margin-bottom: 0px !important;
}
.single-case-image img{
	width: 100%;
    object-fit: cover;
    margin: 0;
    width: 100%;
    height: 340px !important;
    object-fit: cover;
    object-position: top;
}
.case-text-div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 1.2;
}
.main-case-title-div {
    margin: 0;
    font-size: 40px;
    font-family: 'Poppins-B';
    text-transform: uppercase;
}
.main-sub-case-title-div {
    margin-bottom: 0;
    font-size: 20px;
    font-family: 'Poppins-B';
}
.sub-case-title-div {
    margin: 0;
    font-size: 16px;
    font-family:'Poppins-R';
    line-height: 18px;
    padding-top: 5px;
    border-top: 2px solid #fff;
}
.case-title-div {
    display: table-cell;
    width: 420px;
    height: 90px;
    vertical-align: middle;
    color: #fff;
    font-size: 1.6em;
    padding: 0 20px;
	padding: 10px 5px;
    text-align: justify;
}
.single-case-section:hover .non-hover {
    display: none;
}
.single-case-section:hover .left-s-content {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: center;
}
.single-case-section:hover .right-s-content {
    width: 96%;
    float: left;
    border: none;
    text-align: center;
    padding: 2% 4%;
	color: #000;
}
.single-case-section:hover .case-text-div {
    top: 50%;
    left: 5%;
    bottom: auto;
    transform: translate(0,-50%);
    height: 90%;
    width: 90%;
    background: rgb(255 255 255 / 82%);
}
.single-case-section:hover .case-content-new-div {
    display: block;
}
.single-case-section:hover .main-case-title-div, .single-case-section:hover .main-sub-case-title-div{
  display: none;
}
.single-case-section:hover .sub-case-title-div {
    color: #000;
    font-size: 28px;
    font-family: 'Poppins-B';
    line-height: 22px;
    border-top: none;
}
.case-content-new-div {
	margin: 0;
    display: none;
    text-align: center;
    padding: 20px;
    font-size: 14px;
	height: 215px;
    overflow-y: scroll;
}
.case-module,.after-case-module {
    display: none;
}

/* Why choose section 
--------------------------------------------*/
.why-choose-wrap {
    margin-top: 10% !important;
}
.why-choose-single {
    border: 12px solid #d0a652;
	position: relative;
}
.why-choose-image {
    margin-top: -90px !important;
}
.why-choose-heading {
    font-family: 'Poppins-B';
    background-image: url(/wp-content/uploads/2022/06/Layer-94.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    padding: 30px 0;
	margin-bottom: 0;
}
.why-choose-content {
    padding: 0 20px;
	line-height: 1.5;
}
/* Home service section 
---------------------------------------------*/
.on-hover{display: none !important;}
.single-service-section {
    position: relative;
	margin: 20px;
}
.single-service-image::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom,#00000085 0%,#000000bf 100%);
    box-shadow: 0px -20px 20px 0px #00000085;
}
.entry-content .wp-block-image.single-service-image {
    margin-bottom: 0px !important;
}
.single-service-image img{
	width: 100%;
    object-fit: cover;
    margin: 0;
    width: 100%;
    height: 340px !important;
    object-fit: cover;
    object-position: top;
}
.service-text-div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 1.2;
}
.left-s-content {
    width: 20%;
    float: left;
	padding-right: 0px;
	display: none;
}
.right-s-content {
    width: 100%;
    float: left;
	border-left: 0;
    padding-left: 10px;
}
.main-service-title-div {
    margin: 0;
    font-size: 24px !important;
    font-family: 'Poppins-B' !important;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 700;
}
.inner-page + .site-inner #genesis-content .main-service-title-div{
	font-size: 20px !important;
}
.sub-service-title-div {
    margin: 0;
    font-size: 16px !important;
    font-family:'Poppins-R' !important;
    line-height: 18px !important;
    margin-top: 5px;
	color: #fff !important;
	text-align: left;
}
.service-title-div {
    display: table-cell;
    width: 420px;
    height: 90px;
    vertical-align: middle;
    color: #fff !important;
    font-size: 1.6em;
    padding: 0 20px;
	padding: 10px 5px;
    text-align: justify;
}
.single-service-section:hover .non-hover {
    display: none;
}
.single-service-section:hover .on-hover {
    display: block !important;
	 width: auto;
    margin: 0 auto;
}
.single-service-section:hover .left-s-content {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: center;
}
.single-service-section:hover .right-s-content {
    width: 96%;
    float: left;
    border: none;
    text-align: center;
    padding: 12% 4%;
	color: #000 !important;
}
.single-service-section:hover .right-s-content .main-service-title-div{
	color: #000 !important;
}
.single-service-section:hover .right-s-content .sub-service-title-div{
	color: #000 !important;
}
.single-service-section:hover .service-text-div {
    top: 50%;
    left: 5%;
    bottom: auto;
    transform: translate(0,-50%);
    height: 90%;
    width: 90%;
    background: rgb(255 255 255 / 82%);
	background: linear-gradient(90deg,rgba(208,166,82,.7) 0%,rgba(235,204,141,.85) 100%);
}
.service-web-slider .autohide-arrows .owl-nav{
	position: absolute;
    display: block !important;
    top: -112px;
    right: 0;
}
.service-web-slider .black .sa_owl_theme .owl-nav .owl-prev {
	left: -19em;
    border-radius: 0;
    width: 40px !important;
    padding: 10px !important;
    background-size: 35% !important;
}
.service-web-slider .black .sa_owl_theme .owl-nav .owl-next {
    right: 8px;
    border-radius: 0;
    width: 40px !important;
    padding: 10px !important;
	background-size: 35% !important;
}
.single-service-section:hover .service-button-div {
    display: block;
}
.service-button-div {
    margin: 18px 0;
    display: none;
	text-align: center;
}
.service-button-div a {
	display: inline-block;
    padding: 13px 35px;
    background: #d0a652;
    color: #fff !important;
    border-radius: 0;
    font-family: 'Poppins-B' !important;
    text-transform: uppercase;
    font-size: 14px !important;
	line-height: 20px !important;
    text-decoration: none !important
}
/* Home Working Section 
--------------------------------------------*/
.home-working-section {
    text-align: center;
}
.home-working-single {
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
    padding: 60px 15px;
    background: #fff;
    outline: 6px solid #78a2bb;
    outline-offset: -15px;
}
.home-working-single h2{
	font-family: Poppins-R;
    font-size: 1.7em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #0f2d49;
}
/* Home banner testimonial 
--------------------------------------------*/
.hero-banner-testimonial {
    background-color: transparent !important;
    padding: 0px !important;
    text-align: center;
}
.hero-banner-testimonial .gb-testimonial-text{
	text-align: center;
    font-family: 'Poppins-R';
    font-size: 1.2em;
    line-height: 1.6;
	background: url(/wp-content/uploads/2022/11/image-12.png) no-repeat 0 0;
    padding-left: 80px;
}
.hero-banner-testimonial .gb-testimonial-text p {
	margin-bottom: 20px;
	line-height: 1.61;
    text-align: center;
    font-family: 'Poppins-R';
    color: #fff;
    font-size: 0.8em !important;
    width: 100%;
    display: inline-block;
    display: block;
}
.wp-block-columns.home-testimonial-inner {
    margin-bottom: 0 !important;
}
.home-testimonial-slider-div .tt_img_square img{width: 100%;}
.home-testimonial-slider-div .ttshowcase_hascontrols {
    width: 100%;
}
.home-testimonial-slider-div .ttshowcase_rl_quote {
    background: transparent !important;
}
.home-testimonial-slider-div .ttshowcase_rl_quote::after {
   display: none!important;
}
.hero-banner-testimonial .gb-testimonial-info{
	text-align: center;
    margin-top: 0px !important;
    padding-top: 5px !important;
    width: auto !important;
    background: url(/wp-content/uploads/2022/06/logo-small.png) no-repeat left;
    padding: 0px 0 5px 65px;
    min-height: 68px !important;
}
.hero-banner-testimonial .gb-testimonial-info .gb-testimonial-name{
	font-family: 'Poppins-B';
    font-size: 1em;
    line-height: 1.2;
}
.hero-banner-testimonial .gb-testimonial-info .gb-testimonial-title{
	font-family: 'Poppins-R';
    font-size: 1.1em;
    line-height: 1.2;
}
.main-banner-video {
    margin-bottom: 0 !important;
	/* box-shadow: 15px 15px 0 #d0a652; */
/*     height: 320px;  */
}
.banner-client-img {
    position: relative;
    float: right;
    box-shadow: 15px 15px 0 #d0a652;
}
.inner-page .banner-client-img {
    margin-bottom: 3em;
}
/* Testimonial inner page 
--------------------------------------------*/
.testimonial-sidebar-wrap {
	padding:20px;
	background: url(/wp-content/uploads/2022/06/testemonial.png) no-repeat top;
	background-size:cover;
	position:relative;
	box-shadow:15px 15px 0 #d0a652
   }
   .testimonial-sidebar-wrap img {
	width:auto;
	padding:15px !important;
	border-radius:0;
	opacity:0
   }
   .testimonial-sidebar-wrap #ttshowcase_1 .ttshowcase_rl_image.tt_img_circle.tt_img_none, .testimonial-sidebar-wrap #ttshowcase_0 .ttshowcase_rl_image.tt_img_circle.tt_img_none {
	background:url(/wp-content/uploads/2022/06/logo-small.png) no-repeat center;
	margin-top: 18px;
	   margin-bottom: 15px;
   }
   .testimonial-sidebar-wrap #ttshowcase_1 .ttshowcase_rl_title.reviewer, .testimonial-sidebar-wrap #ttshowcase_0 .ttshowcase_rl_title.reviewer {
	font-size:1.3em;
	color:#fff;
	line-height:1;
	font-family:'Poppins-B';
	text-transform:uppercase
   }
   .testimonial-sidebar-wrap #ttshowcase_1 .ttshowcase_rl_subtitle, .testimonial-sidebar-wrap #ttshowcase_0 .ttshowcase_rl_subtitle {
	opacity:1;
	color:#fff;
	font-size:1em
   }
   .testimonial-sidebar-wrap #ttshowcase_1 .ttshowcase_rl_quote, .testimonial-sidebar-wrap #ttshowcase_0 .ttshowcase_rl_quote {
	padding-top:10px;
	background:url(/wp-content/uploads/2022/05/Q3.webp) no-repeat top;
	margin-top:0px
   }
   .testimonial-sidebar-wrap #ttshowcase_1 .ttshowcase_rl_quote p,.testimonial-sidebar-wrap #ttshowcase_0 .ttshowcase_rl_quote p {
	color:#fff;
	font-style:italic;
	font-size:1.1em;
	background:url(/wp-content/uploads/2022/05/5Star.webp) no-repeat bottom;
	padding-bottom:35px;
	line-height: 1.8em;
   }
/* Home Testimonial Section 
--------------------------------------------*/
.testimonial-right-section {
    margin-left: 0 !important;
}
.testimonial-left-section {
	border-left: 8px solid #d0a652;
    border-right: 0;
    background-image: url(/wp-content/uploads/2022/10/Group-1.png);
    background-color: #5a2121;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: -10%;
    z-index: 9;
    position: relative;
    background-position: center;
}
.testimonial-right-section .home-content-section-image.image-left img {
    border: 5px solid #d0a652;
}
.client-heading {
    margin-bottom: -6% !important;
}
.home-testimonial-slider .tt_theme_quotes .ttshowcase_rl_quote {
    padding: 65px 10px 10px 20px;
    font-style: normal;
    color: #fff;
}
.home-testimonial-slider #ttshowcase_0 .ttshowcase_rl_info_wrap {
    width: auto !important;
}
.home-testimonial-slider .ttshowcase_rl_aditional_info {
    color: #fff;
}
.home-testimonial-slider .ttshowcase_rl_title {
    font-weight: bold;
    text-transform: uppercase;
}
.home-testimonial-slider .ttshowcase_rating .fa-star,.home-testimonial-slider .ttshowcase_rating .fa-star-half-o {
    color: #f77500;
    padding-right: 5px;
    font-size: 25px;
}
.home-testimonial-slider .ttshowcase_rl_image.tt_img_square.tt_img_none.tt_img_left_alignment {
    background-image: url(https://cowboy-country.mysites.io/wp-content/uploads/2022/06/logo-small.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 50px;
}
.home-testimonial-slider .ttshowcase_slider .bx-wrapper img {
    display: none;
}
.home-testimonial-slider .tt_quote_transparency {
    color: #d0a652 !important;;
    position: absolute;
    top: 5px;
    font-size: 60px !important;
    opacity: 1 !important;
}
.home-testimonial-slider .tt-slider-controls {
	position: absolute;
    text-align: center;
    right: 35px;
    bottom: 35px;
	z-index: 9999;
}
.home-testimonial-slider #tt-slider-prev a,.home-testimonial-slider #tt-slider-next a {
    color: #fff;
    opacity: 0.6;
}
.home-testimonial-slider #tt-slider-prev a i,.home-testimonial-slider #tt-slider-next a i{
    border: 1px solid;
    padding: 0 10px;
}
.home-testimonial-slider #tt-slider-prev a:hover, #tt-slider-next a:hover {
    color: #fff;
    opacity: 1;
}
/* Home blog Section 
----------------------------------------------*/
span.custom-month {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    font-family: 'Poppins-R';
}
span.custom-day {
    font-family: 'Poppins-L';
    width: 100%;
    float: left;
    text-align: center;
    font-size: 60px;
	line-height: 65px;
}
span.custom-year {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    font-family: 'Poppins-R';
}
.home-blog-slider #carousel-912 .slick-slide footer, .home-blog-slider #carousel-3469 .slick-slide footer {
    display: none;
}
.home-blog-slider #carousel-912 .slick-slide .rpc_bg, .home-blog-slider #carousel-3469 .slick-slide .rpc_bg {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 25%;
	text-align: right;
}
.home-blog-slider #carousel-912 .slick-slide .read-more, .home-blog-slider #carousel-3469 .slick-slide .read-more {
    border: 0;
	font-family: 'Poppins-R';
    padding: 8px 20px;
}
.home-blog-slider #carousel-912 .slick-slide .rpc_bg::before, .home-blog-slider #carousel-3469 .slick-slide .rpc_bg::before{
	content: none;
}
.home-blog-slider #carousel-912 .slick-slide .rpc_title, .home-blog-slider #carousel-3469 .slick-slide .rpc_title {
    text-align: left;
    border-bottom: 2px solid #d0a652;
    padding-bottom: 10px;
	font-size: 20px;
    font-family: 'Poppins-SB';
	height: 105px;
	color: #fff;
    line-height: 1.2;
    margin: 0 0 10px;
}
.home-blog-slider #carousel-912 .slick-slide, .home-blog-slider #carousel-3469 .slick-slide {
    padding: 10px;
}
.home-blog-slider .wcp-carousel-main-wrap figure.rpc-style-10 .date {
	display: none;
}
.home-blog-slider #carousel-912 .slick-slide .rpc_desc, .home-blog-slider #carousel-3469 .slick-slide .rpc_desc{
	position: absolute;
    top: 20px;
    width: 20%;
    font-size: 20px;
    left: 5px;
    color: #d0a652;
    line-height: 24px;
}
.home-blog-slider .wcp-carousel-main-wrap figure.rpc-style-10:after, .home-blog-slider .wcp-carousel-main-wrap figure.rpc-style-10:before{
  content: none;
}
/* Inner Pages Banner 
----------------------------------------------*/
/* .hero-banner.inner-page .hero-banner-heading {
	float:right !important;
	margin-bottom: 5px;
}
.hero-banner.inner-page .hero-banner-main-heading {
	float:right !important;
}
.hero-banner.inner-page .hero-banner-intro-image{
	margin-bottom: 0;
}
.hero-banner.inner-page .hero-banner-intro-image img {
    max-width: 130% !important;
	bottom: -1em;
    right: 0;
    top: 0;
} */
/* About Us page 
------------------------------------------------*/
.about-team-section-single {
    width: 48%;
    padding: 0;
    margin: 0 1% 1%;
    float: left;
    position: relative;
}
.aboutus-text-div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 40px;
}
.aboutus-text-div .aboutus-title-div {
    color: #fff;
    font-family: 'Poppins-B';
    text-align: center;
    font-size: 1.1em;
    line-height: 1.3;
}
.aboutus-text-div .aboutus-title-div span{
display: block;
    font-family: 'Poppins-R';
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .1em;
}
.aboutus-text-div .aboutus-button-div{
    margin-top: 20px;
    text-align: center;
    display: none;
}
.aboutus-text-div .aboutus-button-div a{
display: inline-block;
    padding: 5px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.about-team-section-single .wp-block-image {
    line-height: 0;
    position: relative;
    overflow: hidden;
}
.about-team-section-single:hover .wp-block-image {
	background: #0f2d49;
}
.about-team-section-single:hover .wp-block-image img {
    opacity: .2;
    filter: grayscale(1);
}
.about-team-section-single:hover .aboutus-text-div {
    top: 50%;
    left: 0;
    bottom: auto;
    transform: translate(0,-50%);
}
.about-team-section-single:hover .aboutus-button-div {
    display: block;
}
.about-team-section-single .wp-block-image::before {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom,#00000085 0%,#000000bf 100%);
    box-shadow: 0 -10px 50px 50px #00000085;
}

.about-team-section-single .wp-block-image img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}
.about-team-member {
    padding: 5px;
    background: #78a2bb;
}
.about-team-member-data {
    line-height: 1.8;
    padding: 15px;
    text-align: center;
    color: #fff;
}
.about-team-member-data .contact {
    font-family: 'Poppins-SB';
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 10px;
}
.about-team-list-data li
{
	list-style: none !important;
    padding: 6px 0 6px 34px;
    background: url(/wp-content/uploads/2022/05/li-bg.webp) no-repeat 0 8px;
}
a.attorney-page-phone-number {
    color: white;
    text-decoration: none;
}
.section-intro-image {
	width: 48%;
  float: right;
  margin: 0 0 15px 2%;
  line-height: 0;
  padding: 5px;
  background: #78281F;
}

.section-intro-image iframe {
  width: 100%;
  height: 232px;
}

a.about-phone-number {
    color: white !important;
    text-decoration: none !important;
}
/* Service Page
---------------------------------------------  */
.service-list-single-div {
    margin: 0 1% 2%;
    background: #0f2d49;
	padding: 15px 12px;
    outline: 4px solid #fff;
    outline-offset: -12px;
    text-align: center;
}
.single-service-list-heading {
    font-family: 'Poppins-B';
    margin-bottom: 15px;
}

.single-service-button a {
    font-family: 'Poppins-B';
    text-decoration: none;
	font-size: 18px;
}
.service-page {
    text-align: center;
	margin-bottom: 0;
}
/* Review Page
-------------------------------------------- */
.review-page #ttshowcase_0 .tt_img_circle img{
	width: auto;
	padding: 15px;
}
.review-page .ttshowcase_rl_title.reviewer {
    font-size: 1.3em;
	line-height: 1.4em;
}
.review-page .ttshowcase_rl_subtitle{font-size: 1em;line-height: 1.1em;}
.review-page .ttshowcase_rating .fa-star, .ttshowcase_rating .fa-star-half-o {
    color: #fc9d05 !important;
}
#ttshowcase_0 .tt_2cl {
    width: 100%;
    margin-bottom: 5%;
}
#ttshowcase_0 .ttshowcase_rl_info_wrap {
    width: 20% !important;
}
#ttshowcase_0 .tt_img_circle img{
	width: 80%;
}
/* Contact Page
-------------------------------------------- */
.contact-page-listing{padding-left: 5px;}
.contact-page-listing li{margin-bottom: 10px;}
.contact-page-listing li a {
    color: #000;
    text-decoration: none;
}
.contact-page-listing li:first-child{
	list-style: none !important;
    padding: 6px 0 6px 34px;
    background: url(/wp-content/uploads/2022/05/i1.webp) no-repeat 0 8px !important;
}
.contact-page-listing li:nth-child(3){
	list-style: none !important;
    padding: 6px 0 6px 34px;
    background: url(/wp-content/uploads/2022/05/i2.webp) no-repeat 0 8px !important;
}
.contact-page-listing li:nth-child(2){
	list-style: none !important;
    padding: 6px 0 6px 34px;
    background: url(/wp-content/uploads/2022/05/i3.webp) no-repeat 0 8px !important;
}
/* Sitemap Page
-------------------------------------------- */

.sitemap.wp-block-page-list li {
    list-style: none !important;
    padding: 6px 0 6px 40px;
    background: url(/wp-content/uploads/2022/05/li-bg.webp) no-repeat 0 8px;
}
.sitemap.wp-block-page-list li a:hover{
    color: #000;
}
/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */
.faq-section-home img.gb-container-image.has-background-dim {
    object-position: top center;
    object-fit: contain;
}
.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: unset;
}


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

.site-header {
	width: 100%;
	z-index: 9;
	position: absolute;
}
.site-header>.wrap {
    padding: 20px 0;
}

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

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* 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;
	vertical-align: middle;
}

.genesis-nav-menu a {
	text-decoration: none;
    display: block;
    padding: 15px 20px;
    font-weight: 600;
    font-family: Poppins-R;
    color: #000000;
    font-size: 16px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0f2d49;
    background: #ffffff;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}
.genesis-nav-menu .sub-menu a:hover {
	color: #000;
    background: #fff
}
.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: #d0a652;
	/* border: 1px solid #eee; */
	border-top: 0;
	font-size: 16px;
	padding: 20px !important;
	position: relative;
	width: 270px;
	word-wrap: break-word;
	margin: 0px;
	color: #000;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive 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;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle{
	position: absolute;
    color: #fff;
    font-size: 0em;
    right: 5%;
    width: 80px;
    height: 70px;
    background: #d0a652 url(images/Mobile-Menu-Icon.png) no-repeat center;
    border: none;
/*     margin: 34px 0; */
	border-radius: 0;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
	margin: 26px 0 0;
}

.menu-toggle.activated::before {
	display: none;
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
    padding: 9px 10px;
    position: absolute;
    right: 15px;
    top: 9px;
    z-index: 100;
    background: #ffffff;
    border-radius: 0;
	color: #333 !important;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
	content: "\f140";
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */
.mobile-footer-map{display: none;}
section#custom_html-13 {
    margin-bottom: 0 !important;
}
.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


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

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

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

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

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

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

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

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

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

/* Pagination
--------------------------------------------- */
div#content_rel_posts img {
    width: 100%;
}
.pagination {
	width: 100%;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

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

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

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

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

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

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

.sidebar p {
	margin-bottom: 20px;
}

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

.footer-widgets {
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.widget-area.footer-widgets-1.footer-widget-area {
    width: 100%;
    margin: 0;
	margin-bottom: 0;
}
section#media_image-2 {
    text-align: center;
}
/* Footer contact widget
----------------------------------------- */

.widget-area.footer-widgets-2.footer-widget-area {
    width: 100%;
	padding: 0;
	margin-bottom: 0;
}

.footer-contact-div {
    flex-flow: unset;
	width: 100%;
	margin: 0 auto;
}

.footer-contact-info {
    width: 75%;
    padding: 20px;
    margin: 0 auto;
	text-align: center;
}

.footer-contact-heading {
	font-family: 'Poppins-SB';
    color: #fff;
    font-size: 1.5em;
    line-height: 1.3;
    margin-bottom: 15px;
}

.footer-contact-div ul{margin:0;}
.footer-contact-div ul li{
	padding: 0 0 0;
    margin: 0 0 15px;
    color: #fff;
    line-height: 1.6;
}

span.footer-contact-span{
	position: relative;
    display: inline-block;
    padding-left: 3rem;
}

.footer-contact-div ul li a{
	color: #fff;
    text-decoration: none;
}
.footer-contact-div ul li a img{
	vertical-align: middle;
	margin-right: 5px;
}
.footer-contact-div ul img{
	position: absolute;
    left: 0;
    top: 0;
	width: 35px;
}
.footer-contact-div ul li.footer-contact-phone {
    font-family: 'Poppins-B';
    font-size: 1.2em;
}
.footer-contact-button {
    margin-top: 2rem;
}
.footer-contact-button a{
	border: 0;
    display: block;
    background: #f40000;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding:8px 10px;
    text-transform: uppercase;
}
.footer-contact-map iframe{height: 100%;}
/* ----------------------------------------- */

/* footer social navigation
----------------------------------------------*/
.widget-area.footer-widgets-3.footer-widget-area {
    width: 100%;
    text-align: center;
}
.footer-social-nav a{padding: 5px;}

/* Site Footer
---------------------------------------------------------------------------- */
.main-footer-left {
    width: 50%;
    float: left;
	background: rgba(125,31,31) url(/wp-content/uploads/2022/06/bg-footer.jpg) no-repeat top;
    background-size: cover;
}
.main-right-left {
    width: 50%;
    float: left;
}
#genesis-footer-widgets{
    padding: 60px 0;
    min-height: 400px;
}

.site-footer {
	border-top: 0;
	font-size: 16px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
	border-top: 1px solid #544f4f;
}

.site-footer p {
	margin-bottom: 0;
    color: #fff;
    font-size: 18px
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !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;
	}

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

}
section#custom_html-10 p.FormTitle {
    font-size: 42px;
}
section#genesis-custom-post-2 header.entry-header p.entry-titlep{ font-size:16px !important;}

.meetteam-single-div:hover .team-title-div {
 display:none
}
.meetteam-single-div:hover .team-button-div {
 display:block
}
.meetteam-single-div:hover .team-text-div {
 transform:rotateY(180deg)
}
.main-content-row {
    position: relative;
}
.main-content-left {
    width: 65%;
    float: left;
    text-align: justify;
}
.main-content-right {
	position: absolute;
    right: -7em;
	width: 400px;
}
#custom_html-10,.form-div {
  padding: 20px;
  background: #78281F;
  background-size: auto;
  background-size: cover;
  margin-bottom: 50px;
  box-shadow: 15px 15px 0 #d0a652;
  position: relative;
}
.main-content-right .form-div span.wpcf7-not-valid-tip {
    position: absolute;
	bottom: 0;
    right: 0;
}
.NewForm_Class p.FormTitle {
  font-family: 'Poppins-B';
  font-size: 45px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 29px !important;
  padding: 4px 0 35px;
  margin-bottom: 25px;
  background: url(/wp-content/uploads/2022/06/39850-1.png) no-repeat bottom center;
}
p.FormTitle {
 font-family:'Poppins-B';
 font-size:45px;
 color:#fff;
 text-align:center;
 font-weight:600;
 line-height:29px!important;
 padding:4px 0 35px;
 margin-bottom:25px;
 background:url(images/Form-Heading-Bg.png) no-repeat bottom center
}
 p.FormTitle span {
 font-family:'Poppins-R';
 font-weight:100;
 font-size:.42em;
 text-transform:capitalize
}
.formColor input {
	padding: 11px 13px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid;
    margin-bottom: 10px;
    background: #fff;
}
input.wpcf7-form-control.wpcf7-submit.Submit-button {
 margin:10px 0 0;
 width:100%;
 text-transform:uppercase;
 font-size:1.3em;
 padding:14px 2px;
 background:#4bbb19;
 font-family:'Poppins-B';
 border-radius:0px;
 border: 0 !important;
}
span.wpcf7-list-item.first.last {
 margin:0;
 color:#fff;
 line-height: 1.8em;
}
span.wpcf7-list-item.first.last label {
 display:flex
}
span.wpcf7-list-item.first.last input {
 margin:8px 6px 0 0
}
.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: left;
    font-size: 15px;
    margin: -10px 0 0 0;
    position: relative;
    z-index: 1;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    background: #ffb900;
    margin: 4px 0.5em 1em;
}
form.wpcf7-form.invalid input {
 margin-bottom:10px!important
}
.wpcf7-response-output {
 color:#fff
}
section#genesis-custom-post-2 {
 padding:0;
 margin-bottom:35px;
 display: block;}
section#genesis-custom-post-2 .widgettitle.widget-title {
 text-align:center;
 font-size:40px;
 color:#000;
 font-weight:100;
 position:relative;
 font-family:'Poppins-B'
}
section#genesis-custom-post-2 article {
	padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #a9a9a9;
    padding-left: 120px !important;
    position: relative;
    display: flex;
    flex-direction: column;
}
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 0;
 border:4px solid #0f2d49;
 background:#0f2d49
}
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:0px;display: block;}
section#genesis-custom-post-2 p.entry-meta {
 font-size:13px;}
section#genesis-custom-post-2 header.entry-header p.entry-titlep {
	font-size: 18px!important;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 20px;
    font-family: 'Poppins-B';
}
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: 0;
    color: #fff;}
section#genesis-custom-post-2 article .entry-content a {
	background: #4bbb19;
    color: #fff;
    text-decoration: none;
    padding: 9px 20px;
    float: left;
    font-family: 'Poppins-R';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
section#custom_html-7 .custom-button-div {
 text-align:center
}
section#custom_html-7 .custom-button-div a {
 display:inline-block;
 background:#0f2d49;
 padding:12px 30px;
 border-radius:40px;
 color:#fff;
 text-decoration:none;
 font-family:'Poppins-B';
 text-transform:uppercase
}
h4 {
 text-align:center;
 font-size:40px;
 color:#d0a652;
 font-weight:100;
 position:relative;
 font-family:'Poppins-B'
}

.custom-button-div {
 text-align:center
}

#custom_html-11 .custom-button-div a {
  display: inline-block;
  background: #4bbb19;
  padding: 12px 30px;
  border-radius: 0;
  color: #fff;
  text-decoration: none;
  font-family: 'Poppins-B';
  text-transform: uppercase; 
  text-align: center;}

#custom_html-12 .custom-button-div a{
	background: #4bbb19;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins-B';
    text-transform: uppercase;
    text-align: center;
    padding: 10px 30px;
    border-radius: 0;
    display: inline-block;
}

.widgettitle.widget-title {text-align: center;
font-size: 40px;
color: #000;
font-weight: 100;
position: relative;
font-family:'Poppins-B';
line-height: 1.2;
    margin: 0 0 30px;
}
#genesis-custom-post-2 a.alignnone{
	width: 100px;
    overflow: hidden;
    margin: 0 10px 0 0;
    border: 4px solid #d0a652;
    background: #d0a652;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    height: calc(100% - 42px)
}
#genesis-custom-post-2 a.alignnone img{
	height: 100%;
    width: 100%;
    object-fit: cover;
}

/*25-5-2022*/
.genesis-nav-menu aside.widget-area {
	line-height: 0;
	margin: 1px 0 0; 
}
.home .site-inner {
    padding: 0;
    max-width: 100%;
    margin: 0;
    clear: both;
}
.home-banner-border{
	border: 8px solid #78281F;
    border-bottom: 0;
}
.home-banner-border::before {
    content: "";
    border: 2px solid #78281F;
    position: absolute;
    height: -webkit-calc(100% + 10px);
    width: -webkit-calc(100% + 10px);
    top: -6px;
    left: -5px;
}
.dashicons-arrow-down-alt2:before {
    content: "\f140" !important;
}
.hero-banner-after-logo::before {
    left: 0px;
    width: 34px;
    height: 74px;
}
.hero-banner-after-logo::after {
    right: 0px;
    width: 34px;
    height: 74px;
}
.image-div-mobile {
    display: none;
}
.home-service-heading.home-section-heading.service-heading {
    padding-top: 85px;
    margin-bottom: 28px !important;
}
.rpc-crsl-3 .slick-track > .slick-slide {
    padding: 0px 20px;
}
.wcp-carousel-main-wrap.rpc-crsl-3 {
    margin: 0px -20px;
    display: none;
}
.rpc-crsl-3 .slick-track > .slick-slide .image img {
    width: 100%;
}
.rpc-crsl-3 .slick-track > .slick-slide figcaption.rpc_bg {
    margin: 0px;
    z-index: 9;
}
.wcp-slick .slick-dots li button:before {
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #78281F !important;
    margin: 0 4px;
    content: "" !important;
    opacity: 1 !important; 
}
.wcp-slick .slick-dots li.slick-active button:before {
    width: 20px !important;
    height: 20px !important;
    border: 0px solid #0f2d49 !important;
    margin: 0 4px;
    content: "" !important;
    opacity: 1 !important;
    background: #ffbf12;
    border-color: #ffbf12;
}
.wcp-carousel-main-wrap.rpc-crsl-3 ul.slick-dots {
    position: relative;
    margin: 30px 0px !important;
    bottom: 0px;
}
.wcp-carousel-main-wrap.rpc-crsl-3 .date.rpc_date {
    display: none;
}
.rpc-crsl-3 .slick-track > .slick-slide figure.rpc-style-3:hover img {
    transform: scale(1);
}
.rpc-crsl-3 .slick-track > .slick-slide .image:before {
    position: absolute;
    content: "";
    left: 5px; 
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 2px solid #fff;
    z-index: 9;
}
.wcp-carousel-main-wrap .rpc-style-3 h3 {
    font-weight: 300 !important;
}
.rpc-crsl-3 .slick-track > .slick-slide a {
    z-index: 99;
}
.show-in-mobile {
    display: none;
} 
.section-slider .wcp-slick {
    background: transparent !important;
}
.section-slider ul.slick-dots {
    margin: 25px 0px 0px !important;
    bottom: auto;
}
.home-service-grid {
    margin-bottom: 0px;
}

.hero-banner.inner-page {
	overflow: hidden !important; 
}

.inner-page .widget,
.inner-page .widget .wp-block-genesis-blocks-gb-columns {
	margin: 0 !important;
}

.inner-page .widget-wrap > div {
	padding-top: 139px !important;
}

.inner-page .widget-wrap > div > div {
	max-width: 1280px !important;
}

.inner-page + .site-inner {
	padding: 40px 0 0 !important;
}

.hero-banner.inner-page .hero-banner-intro-image img {
	max-width: 490px !important;
	right: -9px;
	top: 20px;
}

.hero-banner.inner-page .gb-grid-disabled {
	grid-template-columns: 1fr !important;
}
.about-team-list-data {
	margin-bottom: 28px !important;
  margin-left: 20px !important;
}

.about-team-list-data  ul {
	margin-bottom: 0 !important;
  margin-left: 20px !important;
}
.Inner-Image-Right {
	  width: 48%;
    float: right;
    margin: 0 0 15px 2%;
    line-height: 0;
    padding: 5px;
    background: #78a2bb;
}

.Inner-Image-Right iframe {
	width: 100%;
	height: 232px;
}

.footer-social-nav a {
	padding: 0 !important;
}

.footer-social-nav a img {
	padding: 0 8px !important;
    border-right: 1px solid #fff;
}

.site-footer p,
.site-footer a {
	color: #fff !important;
	font-size: 16px !important;
	text-decoration: none !important;
	line-height: 1.2 !important;
}

.service-page {
    text-align: center;
    margin: 0 0 28px;
}

.service-wrapper {
	width: 100%;
}

.service-wrapper .service {
	  width: 48%;
    float: left;
    margin: 0 1% 2%;
    background: #0f2d49;
    padding: 30px;
    outline: 4px solid #fff;
    outline-offset: -12px;
    text-align: center;
}

.service-wrapper .service .title {
	color: #fff;
	font-size: 1.8em;
	line-height: 1.3;
	margin-bottom: 15px;
}

.service-wrapper .service .button-div {
	text-align: center;
}

.service-wrapper .service .button-div a {
	display: inline-block;
    padding: 8px 40px;
    background: #fff;
    border-radius: 40px;
    font-family: 'Poppins-B';
    text-decoration: none;
    color: #0f2d49;
}

.service-list-single-div > div {
	margin: 0 !important;
}

.single-service-button,
.single-service-button a {
	text-decoration: none !important;
	margin: 0 auto !important;
}

a.attorney-page-phone-number {
    color: white;
    text-decoration: none;
}

.category-latest-news a.more-link {
 	margin-right: -10px;
}

.homepage-form-section form.wpcf7-form {
    margin: 0px -15px;
    display: flex;
    flex-wrap: wrap;
}
.homepage-form-section .col-6 {
    width: calc(50% - 16px);
    margin: 0px 8px 15px;
    float: left;
}
.homepage-form-section .col-12 {
    width: calc(100% - 16px);
    margin: 0px 8px 15px;
}
.homepage-form-section textarea {
    font-family: Poppins-R;
    background: #ededed;
    border: 1px solid #000;
    padding: 18px;
    max-height: 180px;
    resize: none;
}
span.wpcf7-list-item.first.last input {
    margin: 8px 6px 0 12px;
}
.homepage-form-section .form-button {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.footer-widgets-2 .custom-html-widget {
    max-width: 1280px;
    margin: auto;
	display: flex;
    flex-wrap: wrap;
}

.home-latest-news-section .rpc-crsl-2 {
    margin: 0px -15px;
}
.home-latest-news-section .rpc-crsl-2 .slick-track > .slick-slide {
    margin: 0px !important;
    padding: 0px 15px;
}
.home-latest-news-section .rpc-crsl-2 .slick-track > .slick-slide figure {
    background: #0f2d49;
}
.home-latest-news-section .rpc-crsl-2 .slick-track > .slick-slide figure img {
    opacity: 0.5 !important;
    width: 100%;
    border-bottom: 6px solid #84b2cd !important;
}
.home-latest-news-section .rpc-crsl-2 .slick-track > .slick-slide figure .date.rpc_date {
    display: none;
}
.home-latest-news-section .rpc-crsl-2 .slick-track > .slick-slide figure figcaption.rpc_bg {
    padding: 30px 30px 35px;
    width: 100%;
    text-align: left;
    margin: 0px;
}
.home-latest-news-section .rpc-crsl-2 .slick-track > .slick-slide figure .hover {
    display: none;
}
.home-latest-news-section .rpc-crsl-2 .slick-track > .slick-slide figure:hover figcaption.rpc_bg {
    opacity: 1;
}
.home-latest-news-section .rpc-crsl-2 .slick-track > .slick-slide figure figcaption.rpc_bg h3.rpc_title {
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 400;
    font-family: Poppins-R;
}
.home-latest-news-section .rpc-crsl-2 .slick-track > .slick-slide figure figcaption.rpc_bg p.rpc_desc {
    font-family: 'Poppins-R';
    font-size: 2.2em;
    line-height: 1.2;
    margin-bottom: 60px;
    font-weight: 400;
}
.home-latest-news-section .rpc-crsl-2 .slick-track > .slick-slide figure > a {
    left: 30px;
    top: auto;
    bottom: 30px;
    right: auto;
    display: inline-block;
    padding: 5px 30px;
    background: #84b2cd;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    font-family: Poppins-R;
    line-height: 1.8;
    font-size: 18px;
}
.home-latest-news-section .rpc-crsl-2 .slick-track > .slick-slide figure > a:before {
    position: relative;
    content: "Read More";
}
.home-latest-news-section .rpc-crsl-2 ul.slick-dots {
    margin: 25px 0px 0px !important;
    bottom: auto;
    position: relative;
}
.home-latest-news-section .rpc-crsl-2 ul.slick-dots {
    display: none !important;
}
.home-latest-news-section .wcp-slick .slick-prev:before, .home-latest-news-section .wcp-slick .slick-next:before {
    opacity: 0 !important;
}
.home-latest-news-section .wcp-slick .slick-prev, .home-latest-news-section .wcp-slick .slick-next {
    width: 66px;
    height: 42px;
}
.home-latest-news-section .wcp-slick .slick-prev {
    left: -60px;
    background: url(https://barilariandwilliams-anckr-test.mysites.io/wp-content/uploads/2022/05/B-Left.webp) no-repeat center !important;
}
.home-latest-news-section .wcp-slick .slick-next {
    background: url(https://barilariandwilliams-anckr-test.mysites.io/wp-content/uploads/2022/05/B-Right.webp) no-repeat center !important;
    right: -60px;
}
.section-slider .rpc-crsl-5 figure {
    text-align: center;
    padding: 60px 30px 20px !important;
    background: #fff;
    outline: 6px solid #78a2bb;
    outline-offset: -15px;
}
.section-slider .rpc-crsl-5 figure .image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-slider .rpc-crsl-5 figure figcaption.rpc_bg {
    padding: 0px;
    margin-top: 30px;
}
.section-slider .rpc-crsl-5 figure figcaption.rpc_bg h3.rpc_desc {
    display: none !important;
}
.section-slider .rpc-crsl-5 figure figcaption.rpc_bg footer.rpc_footer {
    display: none !important;
}
.inner-page + .site-inner .content {
	width: 60% !important;
	margin-left: 30px;
}
.sidebar {
	width: 30% !important;
	margin-right: 30px;
}
section#custom_html-11 {
    display: none;
}
.content-sub-heading {
    position: relative;
    color: #7d1f1e;
    margin-top: 1em;
    font-family: 'Poppins-B';
    padding-left: 0;
    font-size: 20px;
    margin-bottom: 28px;
}
.content-sub-heading.text-center{
	padding-left: 0px;
}
.content-sub-heading.yellow-head{
	color: #d0a652 !important;
}
.content-sub-heading.white-head{
	color: #ffffff !important;
}
.content-sub-heading span {
    position: relative;
    display: inline-flex;
    padding-left: 130px;
}
.content-sub-heading.text-center span {
    padding-left: 0px;
}
.content-sub-heading span:before {
    content: "";
    background-image: url(/wp-content/uploads/2022/06/cowboy-icon.png);
    position: absolute;
    width: 130px;
    height: 50px;
    background-repeat: no-repeat;
    left: 0px;
    top: -6px;
}
.content-sub-heading.yellow-head span:before {
    background-image: url(/wp-content/uploads/2022/06/our-service-icon.png) !important;
	top: -12px;
}
.content-sub-heading.text-center span:before {
    left: auto;
    right: 100%;
}
.read-more-review{
	bottom: 20px;
	position: absolute;
	width: 100%;
}
.mt-0{
	margin-top: 0 !important;
}
.mb-0{
	margin-bottom: 0 !important;
}
.mb-0 .home-info-right-section {
    margin: 5em 0 0em 0;
}
.mb-0 .wp-block-columns.half-col{
	margin-bottom: 0 !important;
}
.pb-0 .gb-container-content{
	padding-bottom: 0 !important;
}
 .site-inner article{
	margin-bottom: 0;
}
.service-web-slider .sa_owl_theme .owl-dots {
    display: none !important;
}
.service-slider.mob-show {
    display: none;
}
.home-youtube-service-section.service-module{
    margin-top: 15% !important;
}
/* Media start 
----------------------------------------------*/

@media only screen and (min-width:1201px) and (max-width:1350px){
	.hero-banner .hero-banner-heading {
		font-size: 38px !important;
	}
	.hero-banner .hero-banner-heading span {
		font-size: 50px !important;
	}
	.hero-banner-main-heading {
		font-size: 33px !important;
	}
	.hero-banner-main-heading span {
		font-size: 49px !important;
	}
	.entry-content .hero-banner .gb-layout-column-wrap {
		max-width: 94% !important;
	}
	.gb-layout-column-wrap, .gb-block-container .gb-container-content{
		max-width: 94% !important;
	}
	.inner-page .widget-wrap > div > div {
		max-width: 94%!important;
	}
	
	.genesis-nav-menu a {
		font-size: 15px;
		padding: 15px 16px;
	}
	.genesis-nav-menu .sub-menu a{
		font-size: 15px;
	}
	.wrap {
	    max-width: 94% !important;
	    margin: auto !important;
	}
	.home-content-section {
		padding-bottom: 0 !important;
	}
	.home-testimonial-slider .tt_theme_quotes .ttshowcase_rl_quote {
		font-size: 16px;
	}
	.read-more-review{
		bottom: 25px;
	}
	.review-page .ttshowcase_rl_subtitle {
		font-size: 14px;
	}
	.contact-page-listing li a{
		font-size: 14px !important;
	}
	
}
@media(max-width:1200px) { 
	body {
		font-size: 16px;
		line-height: 1.4;
	}
    span.custom-day {
        font-size: 50px;
    }
	.web-view{display: none !important;}
	.mobile-view{display: none !important;}
	.tab-view{display: none !important;}
	.tab-mobile-view{display: none !important;}
	.web-tab-view{display: block !important;}
	.service-web-slider .autohide-arrows .owl-nav{
		display: none;
	}
	
	.wrap {
	    max-width: 94% !important;
	    margin: auto !important;
	}
	.gb-layout-column-wrap, .gb-block-container .gb-container-content{
		max-width: 94% !important;
		margin: 0 auto;
	}
	.inner-page .widget-wrap > div > div {
		max-width: 94%!important;
	}
	.Homepage-faq-accordian.gb-block-accordion .gb-accordion-title {
		font-size: 1.2em;
	}
	.genesis-nav-menu a {
		padding: 15px 10px;
		font-size: 14px;
	}
	.genesis-nav-menu .sub-menu a{
		font-size: 14px;
	}
	.inner-page + .site-inner .content {
		width: 60% !important;
		margin-left: 30px;
	}
	.sidebar {
		width: 30% !important;
		margin-right: 30px;
	}
	.main-banner-video.web-view {
		display: block !important;
	}
	.entry-content .hero-banner {
	    padding: 150px 0 0 !important;	    
	    background-size: cover !important;
	    background-position: bottom !important;
	}
	.content {
	    margin: auto;
	}
	.hero-banner .hero-banner-heading {
		font-size: 30px !important;
	}
	.hero-banner .hero-banner-heading span {
		font-size: 40px !important;
	}
	.hero-banner-main-heading {
		font-size: 28px !important;
	}
	.hero-banner-main-heading span {
		font-size: 42px !important;
	}
	.inner-page .main-banner-video.web-view{
		margin-bottom: 20px !important;
	}
	.main-content-right {
		right: -8em;
		width: 350px;
	}
	.main-content-right .NewForm_Class p.FormTitle {
		font-size: 42px;
	}
	.main-service-title-div {
		font-size: 20px !important;
	}
	.service-web-slider .autohide-arrows .owl-nav {
		top: -102px;
	}
	.service-web-slider .black .sa_owl_theme .owl-nav .owl-prev {
		left: -21em;
	}
	.home-youtube-service-section {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
	.home-content-section.content-right{
		margin-bottom: 0;
	}
	.home-youtube-service-section.service-module{
		margin-top: 30% !important;
	}
	.home-content-section.content-right .home-content-heading, .home-content-section.content-left .home-content-heading {
	    font-size: 2em !important;
	}
	.review-page .ttshowcase_rl_subtitle {
		font-size: 12px;
	}
	.home-testimonial-slider .tt_theme_quotes .ttshowcase_rl_quote {
		font-size: 16px;
	}
	.read-more-review{
		bottom: 20px;
	}
	.review-main-image {
		height: 500px;
	}
	.testimonial-right-section .home-content-section-image.image-left img{
		height: 100%;
	}
	section#custom_html-10 p.FormTitle {
		font-size: 35px;
	}
	input.wpcf7-form-control.wpcf7-submit.Submit-button {
		font-size: 1.1em;
	}
}
@media only screen and (min-width:1025px) and (max-width:1040px){
	.home-blog-slider #carousel-912 .slick-slide .rpc_title, .home-blog-slider #carousel-3469 .slick-slide .rpc_title {
		font-size: 18px;
	}
    span.custom-day {
        font-size: 50px;
    }
}
@media only screen and (min-width:961px) and (max-width:1024px){
    span.custom-day {
        font-size: 50px;
    }
	body {
		font-size: 15px;
		line-height: 1.4;
	}
	.genesis-nav-menu a {
		padding: 15px 6px;
	}
	.home-first-hero-heading span {
		font-size: 40px !important;
	}
	.hero-banner-main-heading {
		font-size: 28px !important;
	}
	.hero-banner-main-heading span {
    font-size: 36px !important;
}
	.sub-service-title-div {
		font-size: 14px !important;
	}
	.home-content-section.content-right .home-content-heading, .home-content-section.content-left .home-content-heading {
		font-size: 1.5em !important;
	}
	.home-info-right-section ul li, .gb-accordion-text ul li {
		font-size: 16px;
	}
	.main-case-title-div {
		font-size: 30px;
	}
	.single-case-section:hover .sub-case-title-div {
		font-size: 20px;
	}
	.case-content-new-div {
		padding: 10px 20px;
		font-size: 14px;
		height: 180px;
	}
	.why-choose-heading {
		font-size: 32px !important;
	}
	.why-choose-content {
		font-size: 15px !important;
	}
	.review-main-image {
		height: 500px;
	}
	.testimonial-right-section .home-content-section-image.image-left img{
		height: 100%;
	}
	.footer-contact-info {
		width: 85%;
	}
	.media-info {
        font-size: 14px;
       }
	   .circle, .circle img {
		margin-left: 2px !important;
	}
}

@media(min-width: 961px) {
	/* Site Header
	--------------------------------------------- */

	.admin-bar{
		top: 32px;
	}

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

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
	}

	.genesis-nav-menu .sub-menu {
		/* border-top: 1px solid #eee; */
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		/* border: 1px solid #eee; */
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -58px 0 0 269px;
	}

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

	.js .nav-primary {
		display: block;
		padding-top: 15px;
	}

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

	/* Header Menu
	--------------------------------------------- */
	.nav-primary {
		clear: none;
		width: 100%;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1280px;
		padding-top: 0;
	}
	header.entry-header {
		display: none;
	}

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

	.content {
		float: left;
		width: 65%;
	}

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

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

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

	.sidebar {
		float: right;
		width: 30%;
	}

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

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

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

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

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

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

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

	.footer-widgets .wrap {
		max-width: 1280px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}
@media(max-width:979px) { 
	.service-slider.web-show {
		display: none;
	}
	.service-slider.mob-show {
		display: block;
	}
	.single-service-section {
		position: relative;
		margin: 20px;
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
	}
	.service-slider  .sa_owl_theme .owl-dots .owl-dot span {
		display: inline-block !important;
		border-style: none !important;
		background-color: transparent !important;
		width: 20px !important;
		height: 20px !important;
		border-radius: 0% !important;
		border: 2px solid #fff !important;
	}
	.service-slider  .sa_owl_theme .owl-dots .owl-dot span:hover {
		background-color: #d0a652 !important;
	}
	.service-slider  .sa_owl_theme .owl-dots .active span{
		background-color: #d0a652 !important;
		border: 0 !important;
	}
}
@media(max-width:960px) {
	.media-info {
        font-size: 14px;
       }
	   .circle, .circle img {
		margin-left: 2px !important;
	}
	.main-banner-video.web-view {
		display: none !important;
	}
	.banner-client-img {
    float: unset;
}
    span.custom-day {
        font-size: 55px;
    }
	.web-view{display: none!important;}
	.mobile-view{display: block!important;}
	.tab-view{display: none !important;}
	.web-tab-view{display: none !important;}
	.tab-mobile-view{display: block !important;}
	.gb-layout-column-wrap, .gb-block-container .gb-container-content{
		max-width: 94% !important;
		margin: 0 auto;
	}
	.site-header>.wrap {
		padding: 20px 0;
		position: relative;
		max-width: 94% !important;
	}
    .wrap {
		margin: auto !important;
		max-width:94% !important;
	}
	.inner-page .widget-wrap > div > div {
		max-width: 100%!important;
	}
	section#custom_html-10 p.FormTitle {
		font-size: 45px;
	}
	.sa_hover_container {
		min-height: auto !important;
	}
	div#content_rel_posts {
		width: 100% !important;
	}
	.inner-page + .site-inner .entry-content{
		max-width: 94%;
		margin: 0 auto;
	}
	.menu-toggle {
		right: 10%;
	}
	.entry-content .hero-banner {
		background-position: top !important;
		background-size: cover !important;
		padding: 50px 0 !important;
	}

	.inner-page + .site-inner .content {
		margin: auto !important;
		width: 94% !important;
	}
	.sidebar {
		width: 400px !important;
		float: none !important;
		clear: both;
		margin: auto !important;
	}
	
	.entry-content .hero-banner .gb-layout-column-wrap {
		padding: 0 15px!important;
		display: block;
		max-width: 94% !important;
	}
	
	.entry-content .hero-banner .gb-layout-column-wrap .gb-block-layout-column-gap-8 {
		padding: 0 !important;
	}
	
	.entry-content .hero-banner .gb-layout-column-wrap .gb-block-layout-column-inner {
		text-align: center !important;
	}
	
	.hero-banner-testimonial .gb-testimonial-info .gb-testimonial-name {
		font-size: 25px !important;
		margin-bottom: 0px !important;
	}
	
	.entry-content .hero-banner .gb-layout-column-wrap .gb-block-layout-column-gap-8 h2.has-background {
		font-size: 31px !important;
		margin-bottom: 10px !important;
	}
	
	 .hero-banner-button {
		font-size: 19px !important;
		max-width: 500px !important;
        margin: 0 auto !important;
	}
	.main-content-left {
		width: 100%;

	}
	.main-content-right {
		width: 96%;
		padding: 0;
		max-width: 480px;
		margin: 0 auto;
		float: left;
		position: relative;

	}
	h1.entry-title {
		display: none;
	}
	.site-inner {
		padding: 0px 15px 0;
	}
	.site-header {
		position: relative;
		padding: 0px 15px 0;
		background: #3f0f0e;
	}	
	
	#menu-item-2400 {
		display: none !important;
	}
	
	nav#genesis-nav-primary {
		top: 138px;
	}
	
	.hero-banner-intro-image img {
		max-width: max-content !important;
		position: static;
		display: block;
		width: 100%;
		margin-top: 30px;
		margin-bottom: -55px;
	}
	    
	/* Sidebar 
	--------------------------------------------*/
	aside#genesis-sidebar-primary {
		width: 60%;
		margin: 0 auto;
	}
	/* hero banner inner page
	------------------------------------------- */
	.hero-banner.inner-page{padding-top: 0 !important;}
	.hero-banner.inner-page .wp-block-genesis-blocks-gb-columns.alignfull{
		padding-top: 3em !important;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.hero-banner.inner-page .gb-block-layout-column-inner {
		position: relative;
		z-index: 1;
		text-align: center;
	}
	.hero-banner.inner-page .hero-banner-wrap .gb-layout-column-wrap{
		display: block !important;
	}
	.hero-banner.inner-page .gb-2-col-wideright>.gb-layout-column-wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.hero-banner.inner-page .main-banner-video {
		margin-bottom: 5% !important;
		margin-top: 5%;
		height: auto;
	}
	.inner-page img.banner-client-img {
		margin-bottom: 1em;
	}
	.hero-banner.inner-page .home-banner-border {
		width: 90% !important;
		position: relative;
		margin: 0 auto;
		max-width: 94%;
	}
	.home-content-section .wp-block-columns{
		flex-wrap: wrap !important;
	}
	.why-choose-wrap {
		margin-top: 0% !important;
	}
	.mobile-footer-map {
		display: block;
		max-width: 400px;
		margin: 0 auto;
		height: 250px;
	}
	.home-content-section.content-right {
		margin-bottom: 0;
	}
	.footer-map-wrap {
		height: 100%;
	}
	#genesis-mobile-nav-primary::before{display: none;}
	.site-header .widget-area {display: none;}
/* 	.site-header>.wrap{	padding: 0;} */
	.wp-custom-logo .title-area {
		padding-bottom: 0;
		padding-top: 0;
	}
	.nav-primary {
		clear: none;
		width: 100%;
		top: 153px;
		z-index: 9;
		background: #003262;
	}
	.js .nav-primary {
		position: absolute;
        width: 100%;
	}
	.sub-menu-toggle:focus, .sub-menu-toggle:hover {
		    top: 4px;
			background-color: #fff;
			border-width: 0;
			color: #c3251d;
			border-radius: 0;
		}
	.nav-primary .genesis-nav-menu li {
		border-bottom: 1px solid #fff;
		width: 100%;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}
	.genesis-nav-menu a {
		padding: 20px !important;
	}
	.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: #0156a9!important;
		background: #fff!important;
	}
	
	.genesis-nav-menu .sub-menu {
		clear: both !important;
		display: none;
		margin: 0 !important;
		opacity: 1 !important;
		padding-left: 15px;
		position: static !important;
		width: 100% !important;
	}
	.genesis-nav-menu .sub-menu a {
		width: 100%;
		border: none;
		margin: 0 auto;
	}
	
	.genesis-nav-menu .sub-menu li:last-child {
		border-bottom: none !important;
	}
	/* After Mobile header contact
	--------------------------------------------- */
	.after-header-contact.mobile-view {
		display: block;
		width: 100%;
       position: relative;
	}
	.after-header-contact.mobile-view{
		margin: 0;
	}
    .after-header-contact.mobile-view section{
     margin: 0;
	}
	.after-header-contact.mobile-view section .contact-detail-call{
		background: #d0a652;
	}
	.after-header-contact.mobile-view section .contact-detail-email{
		background: #4bbb19;
	}
	.after-header-contact.mobile-view section .contact-detail-call a{
		justify-content: center;
	}
	.after-header-contact.mobile-view section .contact-detail-email a{
		justify-content: center;
	}
	#genesis-custom-post-2 .entry-content {
		max-width: unset !important;
		margin: unset !important;
	}
	.main-content-left {
		float: unset;
	}
	.main-content-right {
		right: unset;
		float: unset;
	}
	.hero-banner-after-logo .white .sa_owl_theme .owl-nav .owl-next {
		background-color: rgb(255 191 18) !important;
		background-size: 30% !important;
	}
	.hero-banner-after-logo .white .sa_owl_theme .owl-nav .owl-prev {
		background-color: rgb(255 191 18) !important;
		background-size: 30% !important;
	}
	.hero-banner-after-logo .owl-carousel .owl-nav button.owl-prev,.hero-banner-after-logo .owl-carousel .owl-nav button.owl-next,.hero-banner-after-logo .owl-carousel button.owl-dot {
		background: none;
		color: inherit;
		border: none;
		padding: 0 !important;
		font: inherit;
		border-radius: 50%;
		width: 40px !important;
	}
	.hero-banner-after-logo .sa_owl_theme .owl-nav .owl-next {
		right: -20px !important;
	}
	.hero-banner-after-logo .sa_owl_theme .owl-nav .owl-prev {
		left: -20px !important;
	}
	.hero-banner-after-logo .white .sa_owl_theme .owl-nav .owl-prev:hover,.hero-banner-after-logo .white .sa_owl_theme .owl-nav .owl-next:hover {
		background-color: rgba(254, 191, 18, 0.3) !important;
	}
	.after-header-contact.mobile-view section .contact-detail-call, .after-header-contact.mobile-view section .contact-detail-email{
		width: 50%;
		float: left;		
		padding: 5px 5px;
		height: 50px;
		
	}
	.after-header-contact.mobile-view section .contact-detail-call a, .after-header-contact.mobile-view section .contact-detail-email a{
		color: #ffffff;
    text-decoration: none;
    font-family: 'Poppins-R';
    font-weight: 700;
    line-height: 1.8;
    font-size: 18px;
    display: flex;
    align-items: center;
    height: 100%;
	}
	.after-header-contact.mobile-view section .contact-detail-call a img, .after-header-contact.mobile-view section .contact-detail-email a img{
    	margin: 1px 5px 0px 0; 
	}
	/* Hero Banner Section
	--------------------------------------------- */
    .hero-banner{
		padding-top: 2em;
	}
	.review-page #ttshowcase_0 .ttshowcase_rl_info_wrap {
		width: 50% !important;
		margin: 0 auto;
		display: block;
	}
	/* Footer contact widget
----------------------------------------- */
	.widget-area.footer-widgets-2.footer-widget-area {
		width: 75%;
		margin: 0 auto;
	}
	.footer-contact-div {
		width: 90%;
		margin: 0 5%;
		display: block;
		margin-bottom: 3rem;
	}
	.footer-contact-info {
		width: 100%;
	}
    .footer-contact-map {
		width: 100%;
		float: left;
	}
	.footer-contact-div:last-child {
		display: inherit;
		flex-flow: initial;
	}
	.footer-contact-map iframe {
		height: 250px;
	}
	.footer-contact-div {
			width: 100%;
			margin: 0 auto 50px;
			display: flex !important;
			flex-direction: column !important;
	}
	.footer-contact-map iframe {
		display: block;
	}
	.footer-contact-div + .footer-contact-div {
			margin-bottom: 0px;
	}
	.hero-banner-main-heading {
		font-size: 38px !important;
	}
	.hero-banner-main-heading span {
		font-size: 55px !important;
	}
	.hero-banner .hero-banner-heading {
		font-size: 44px !important;
	}
	.hero-banner .hero-banner-heading span{
		font-size: 60px !important;
	}
	.NewForm_Class p.FormTitle {
		font-size: 42px;
	}
	.mobile-view.section-image {
		height: auto;
		text-align: center;
	}
	.mobile-view.section-image img {
		height: auto;
		width: 90%;
		max-width: 440px;
		margin-bottom: 28px;
	}
	.mb-0 .home-info-right-section {
		margin: 0em 0 0em 0;
	}
	#genesis-footer-widgets {
		padding: 60px 0;
		min-height: 400px;
		max-width: 94%;
		margin: 0 auto;
	}
	.wp-block-columns.why-choose-wrap {
		margin-bottom: 0;
	}
	.home-info-right-section {
		margin: 0;
		margin-left: 0 !important;
		padding-left: 10px;
		flex-basis: 100% !important;
	}

	.why-choose-heading {
		padding: 15px 0;
		font-size: 25px !important;
	}
	.why-choose-content {
		font-size: 14px !important;
	}
	.why-choose-single {
		margin-top: 80px !important;
		width: 94%;
		max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
	}
	.home-banner-border::before {
		height: -webkit-calc(100% + 35px);
		width: -webkit-calc(100% + 30px);
		top: -15px;
		left: -15px;
	}
	.home-banner-border {
		width: 96% !important;
		position: relative;
	}
	.hero-banner-testimonial .gb-testimonial-text {
		font-size: 18px;
		margin-top: 30px;
		background-size: 15%;
		padding-left: 75px;
	}
	.hero-banner-testimonial .gb-testimonial-info .gb-testimonial-title {
		font-size: 16px;
	}
	.hero-banner-testimonial .gb-testimonial-info .gb-testimonial-name{
		font-size: 17px !important;
	}
	.entry-content .hero-banner {
		padding-bottom: 0 !important;
	}
	.main-banner-video {
		margin-bottom: 5% !important;
		margin-top: 5%;
		height: auto;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}	
	img.banner-client-img {
		float: none;
		clear: both;
	}
	.hero-banner-testimonial {
		max-width: 500px;
	}
	.form-section {
			margin: 0 auto;
			padding: 25px;
			outline: 5px solid #84b2cd;
			outline-offset: -12px;
			margin: 0 auto;
	}
	.homepage-form-section .form-section h2.contact-form-heading {
			font-size: 1.8em !important;
	}
	.homepage-form-section .form-section p.form-sub-heading {
			font-size: 18px !important;
		    margin-bottom: 50px;
	}
	.homepage-form-section .form-button input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-size: 1.3em;
    background: #f40000;
    padding: 15px;
    text-transform: uppercase;
    border: none;
    border-radius: 40px;
    font-family: Poppins-R;
    font-size: 20px;
    width: 90%;
	}
		.home-service-heading.home-section-heading {
		font-size: 2em !important;
	}
	.home-content-left-wrap {
		padding: 8px 5px !important;
		margin: 0 10px !important;
	}
	.home-youtube-service-section.service-module {
		margin-top: 2% !important;
		padding-bottom: 30px;
	}
	l.home-youtube-service-section.choose-us-module {
		padding-bottom: 3% !important;
	}
	.service-web-slider .black .sa_owl_theme .owl-nav{
		display: none !important;
	}
	.view-more-practice-button {
		justify-content: center!important;
		display: none !important;
	}
	.single-service-section {
		padding: 10px;
    width: 96%;
    margin: 0 auto !important;
	max-width: 400px;
	}
	.entry-content .wp-block-image.single-service-image {
		margin-bottom: 0px !important;
		width: 100% !important;
		max-width: 400px;
        margin: 0 auto;
	}.entry-content .wp-block-image.single-service-image img{
		max-width: 100% !important;
		width: 100%!important;
	}
	.service-title-div {
		width: 90%;
	}
	.left-s-content {
		padding-right: 5px;
		padding-left: 10px;
	}
	
	.service-web-slider .sa_owl_theme .owl-dots .owl-dot span {
		display: inline-block !important;
		border-style: none !important;
		background-color: transparent !important;
		width: 20px !important;
		height: 20px !important;
		border-radius: 0% !important;
		border: 2px solid #fff !important;
	}
	.service-web-slider .sa_owl_theme .owl-dots .owl-dot span:hover {
		background-color: #d0a652 !important;
	}
	.service-web-slider .sa_owl_theme .owl-dots .active span{
		background-color: #d0a652 !important;
		border: 0 !important;
	}
	.mobile-case-slider .sa_owl_theme .owl-dots{
		bottom: -50px !important;
	}
	.mobile-case-slider .sa_owl_theme .owl-dots .owl-dot span {
		display: inline-block !important;
		border-style: none !important;
		background-color: transparent !important;
		width: 20px !important;
		height: 20px !important;
		border-radius: 0% !important;
		border: 2px solid #fff !important;
	}
	.mobile-case-slider .sa_owl_theme .owl-dots .active span{
		background-color: #d0a652 !important;
		border: 0 !important;
	}
	.mobile-case-slider .sa_owl_theme .owl-dots .owl-dot span:hover {
		background-color: #d0a652 !important;
	}
	.why-choose-us-mobile  .sa_owl_theme .owl-dots{
		bottom: -50px !important;
	}
	.why-choose-us-mobile .sa_owl_theme .owl-dots .active span{
		background-color: #d0a652 !important;
		border: 0 !important;
	}
	.why-choose-us-mobile  .sa_owl_theme .owl-dots .owl-dot span {
    display: inline-block !important;
    border-style: none !important;
    background-color: transparent !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 0% !important;
	border: 2px solid #fff !important;
	}
	.why-choose-us-mobile  .sa_owl_theme .owl-dots .active span{
		background-color: #d0a652 !important;
		border: 0 !important;
	}
	.why-choose-us-mobile {
		margin: 10px;
	}
	.home-youtube-service-section.case-module {
		padding-bottom: 40px;
		padding-top: 20px !important;
	}
	.NewForm_Class p.FormTitle {
		font-size: 30px;
	}
	.wp-custom-logo .title-area {
		max-width: 100%;
		padding-left: 0px;
		padding-top: 0px !important;
		float: left;
		width: 220px;
		text-align: center;
	}
	.menu-toggle {
		width: 80px;
		height: 70px;
		margin: unset;
		position: absolute;
		top: 20px;
		z-index: 9999;
	}
	nav#genesis-nav-primary {
		top: 100px;
	}
	.entry-content .hero-banner .gb-layout-column-wrap.gb-is-responsive-column .gb-is-vertically-aligned-top {
		max-width: 330px;
		margin: auto;
	}
	.hero-banner-button a {
		font-size: 16px !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.hero-banner-button {
		padding-top: 0px;
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	} 
	.hero-banner-wrap{padding-top: 0 !important;}
	.home .hero-banner-button {
		padding-top: 0px;
		margin-top: 40px !important;
		margin-bottom: 20px !important;
	}
	section#custom_html-6 {
		margin-bottom: 0;
		display: none;
	}
	.entry-content .home-youtube-heading {
		font-size: 35px !important;
		text-align: left;
		padding-left: 5px;
	}
	.entry-content .service-module .home-youtube-heading,.entry-content .case-module .home-youtube-heading, .entry-content .choose-us-module .home-youtube-heading, .entry-content .latest-news-home .home-youtube-heading,.home-content-heading.home-section-heading.section-heading-home.review-head,.entry-content .faq-section-home .home-youtube-heading{
		text-align: center;
		font-size: 35px !important;
	}	
	.web-service-slider {
		margin-bottom: 0;
	}
	.main-content-left {
		padding: 0 10px;
	}
	.home-youtube-service-section .gb-container-content {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.home-youtube-service-section .wp-block-columns{
	 flex-wrap: wrap !important;
	 margin-bottom: 0;
	}
	.home-youtube-service-section  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: unset !important;
		flex-grow: 1 !important;
	}
	.home-page-video iframe {
		width: 100%;
		height: 192px;
	}
	.home-info-right-section {
		border-left: 8px solid #d0a652;
		border-right: 0;
	}
	.footer-social-nav {
		margin-top: 10px;
	}
	.home-service-heading.home-section-heading.service-heading {
		font-size: 35px !important;
		text-align: left;
	}
	.home-content-section.content-right .home-content-heading {
		font-size: 35px !important;
		text-align: center;
	}
	.home-content-section.content-right .home-content-heading, .home-content-section.content-left .home-content-heading {
		font-size: 35px !important;
		text-align: left;
	}
	.home-content-section.content-right .home-content-heading br, .home-content-section.content-left .home-content-heading br {
		display: none;
	}
	.meetteam-section-div {
		width: 100%;
	}
	.team-text-div {
		min-height: 90px;
	}
	.read-more-review {
		display: none !important;
	}
	.review-main-image {
		display: none;
	}
	.testimonial-left-section {
		margin-top: 40px !important;
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.single-case-section {
		position: relative;
		width: 96%;
		max-width: 400px;
		margin: 0 auto !important;
	}
	.home-testimonial-slider .tt-slider-controls {
		position: relative;
		text-align: center;
		right: 0;
		bottom: 8px;
	}
	.Homepage-faq-accordian.gb-block-accordion .gb-accordion-title {
		font-size: 18px;
	}
	.Homepage-faq-accordian.gb-block-accordion .gb-accordion-text p{
		font-size: 14px;
	}
	.main-footer-left {
		width: 100%;
	}
	.main-right-left{display: none;}
	.widget-area.footer-widgets-2.footer-widget-area {
		width: 100%;
	}
	.site-footer p, .site-footer a {
		font-size: 12px !important;
	}
	.footer-contact-div {
		margin: 0 auto 10px;
	}
	.footer-contact-info {
		width: 70%;
	}
	.hero-banner-button a {
		margin: 0px 0;
	}
	.wp-block-genesis-blocks-gb-columns.hero-banner-wrap.gb-layout-columns-2.gb-2-col-equal.gb-columns-center.alignfull {
		padding-top: 0 !important;
	}
	.service-module .content-sub-heading, .review-wrap .content-sub-heading{
		text-align: center;
	}
}
@media(max-width:767px) {
	.web-view{display: none!important;}
	.mobile-view{display: block!important;}
	.tab-view{display: none !important;}
	.mobile-footer-map{
		display: block;
		max-width: 400px;
		margin: 0 auto;}
	.section-intro-image {
    width: 90%;
    float: unset;
    margin: 0 auto;
    max-width: 480px;
}
	section#custom_html-6 {
		display: none;
	}
	.inner-page + .site-inner #genesis-content h2 ,.inner-page + .site-inner #genesis-content h3, .inner-page + .site-inner #genesis-content h4, .inner-page + .site-inner #genesis-content h5 {
		font-size: 32px !important;
	}
	.genesis-nav-menu a {
		padding: 20px !important;
    padding-left: 4%!important;
    padding-right: 4% !important;
    width: 100%;
	}
	.homepage-form-section {
			padding-left: 1%;
			padding-right: 1%;
	}
	.site-footer {
			padding: 30px 15px;
	}
	body {
		font-size: 16px;
		line-height: 1.5;
	}
	.hero-banner.inner-banner .gb-layout-columns-2>.gb-layout-column-wrap {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
	.hero-banner.inner-banner .home-banner-border {
		width: 96% !important;
		position: relative;
		margin-left: 3%;
	}
	.mobile-view.section-image {
		height: auto;
		text-align: center;
	}
	.mobile-view.section-image img{
		height:auto;
         width: 96%;
	}
	.home-info-right-section {
		margin: 0;
		margin-left: 0 !important;
		padding-left: 10px;
		flex-basis: 100% !important;
	}

	.why-choose-heading {
		padding: 15px 0;
		font-size: 25px !important;
	}
	.why-choose-content {
		font-size: 14px !important;
	}
	.why-choose-single {
		margin-top: 80px !important;
		width: 94%;
		max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
	}
	.home-banner-border::before {
		height: -webkit-calc(100% + 35px);
		width: -webkit-calc(100% + 30px);
		top: -15px;
		left: -15px;
	}
	.home-banner-border {
		width: 96% !important;
		position: relative;
		margin: 0 auto;
	}
	.hero-banner-testimonial .gb-testimonial-text {
		font-size: 18px;
		margin-top: 30px;
		background-size: 15%;
		padding-left: 75px;
	}
	.hero-banner-testimonial .gb-testimonial-info .gb-testimonial-title {
		font-size: 16px;
	}
	.hero-banner-testimonial .gb-testimonial-info .gb-testimonial-name{
		font-size: 17px !important;
	}
	.entry-content .hero-banner {
		padding-bottom: 0 !important;
	}
	.hero-banner .hero-banner-heading {
		font-size: 32px !important;
	}
	.hero-banner .hero-banner-heading span {
		font-size: 42px !important;
	}
	.hero-banner-main-heading {
		font-size: 32px !important;
	}
	.hero-banner-main-heading span {
		font-size: 42px !important;
	}
	.main-banner-video {
		margin-bottom: 15% !important;
		margin-top: 10%;
		height: auto;
		width: 87%;
	}	
	.form-section {
			margin: 0 auto;
			padding: 25px;
			outline: 5px solid #84b2cd;
			outline-offset: -12px;
			margin: 0 auto;
	}
	.homepage-form-section .form-section h2.contact-form-heading {
			font-size: 1.8em !important;
	}
	.homepage-form-section .form-section p.form-sub-heading {
			font-size: 18px !important;
		    margin-bottom: 50px;
	}
	.homepage-form-section .form-button input.wpcf7-form-control.has-spinner.wpcf7-submit {
		font-size: 1.3em;
		background: #f40000;
		padding: 15px;
		text-transform: uppercase;
		border: none;
		border-radius: 40px;
		font-family: Poppins-R;
		font-size: 20px;
		width: 90%;
	}
		.home-service-heading.home-section-heading {
		font-size: 2em !important;
	}
	.home-content-left-wrap {
		padding: 8px 5px !important;
		margin: 0 10px !important;
	}
	.main-content-right {
		width: 96%;
		padding: 0;
		max-width: 400px;
		margin: 0 auto;
	}
	.home-youtube-service-section.service-module {
		margin-top: 2% !important;
	}
	.service-web-slider .black .sa_owl_theme .owl-nav{
		display: none !important;
	}
	.view-more-practice-button {
		justify-content: center!important;
		display: none !important;
	}
	.single-service-section {
		padding: 10px;
		width: 96%;
		margin: 0 auto !important;
		max-width: 400px;
	}
	.entry-content .wp-block-image.single-service-image {
		margin-bottom: 0px !important;
		width: 100% !important;
		max-width: 400px;
        margin: 0 auto;
	}
	.entry-content .wp-block-image.single-service-image img{
		max-width: 100% !important;
		width: 100%!important;
	}
	.service-title-div {
		width: 90%;
	}
	.left-s-content {
		padding-right: 5px;
		padding-left: 10px;
	}
	.service-web-slider .sa_owl_theme .owl-dots{
	bottom: -32px !important;
	}
	.service-web-slider .sa_owl_theme .owl-dots .owl-dot span {
		display: inline-block !important;
		border-style: none !important;
		background-color: transparent !important;
		width: 20px !important;
		height: 20px !important;
		border-radius: 0% !important;
		border: 2px solid #fff !important;
	}
	.service-web-slider .sa_owl_theme .owl-dots .active span{
		background-color: #d0a652 !important;
		border: 0 !important;
	}
	.mobile-case-slider .sa_owl_theme .owl-dots{
		bottom: -32px !important;
	}
	.mobile-case-slider .sa_owl_theme .owl-dots .owl-dot span {
		display: inline-block !important;
		border-style: none !important;
		background-color: transparent !important;
		width: 20px !important;
		height: 20px !important;
		border-radius: 0% !important;
		border: 2px solid #fff !important;
	}
	.mobile-case-slider .sa_owl_theme .owl-dots .active span{
		background-color: #d0a652 !important;
		border: 0 !important;
	}
	.why-choose-us-mobile  .sa_owl_theme .owl-dots{
		bottom: -32px !important;
	}
	.why-choose-us-mobile  .sa_owl_theme .owl-dots .owl-dot span {
    display: inline-block !important;
    border-style: none !important;
    background-color: transparent !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 0% !important;
	border: 2px solid #fff !important;
	}
	.why-choose-us-mobile  .sa_owl_theme .owl-dots .active span{
		background-color: #d0a652 !important;
		border: 0 !important;
	}
	.why-choose-us-mobile {
		margin: 10px;
	}
	.NewForm_Class p.FormTitle {
		font-size: 30px;
	}
	.wp-custom-logo .title-area {
		max-width: 100%;
		padding-left: 0px;
		padding-top: 0px !important;
		float: left;
		width: 220px;
		text-align: center;
	}
	.menu-toggle {
		width: 80px;
        height: 70px;
		margin: unset;
		position: absolute;
		top: 10px;
		z-index: 9999;
	}
	nav#genesis-nav-primary {
		top: 100px;
	}
	.entry-content .hero-banner .gb-layout-column-wrap.gb-is-responsive-column .gb-is-vertically-aligned-top {
		max-width: 330px;
		margin: auto;
	}
	.hero-banner-button a {
		font-size: 16px !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.home .hero-banner-button {
		padding-top: 0px;
		margin-top: 5px !important;
		margin-bottom: 20px !important;
	}
	.inner-page .hero-banner-button {
		padding-top: 20px;
		margin-top: 0 !important;
	}
	.entry-content .home-youtube-heading {
		font-size: 30px !important;
		text-align: left;
	}
	.entry-content .service-module .home-youtube-heading,.entry-content .case-module .home-youtube-heading, .entry-content .choose-us-module .home-youtube-heading, .entry-content .latest-news-home .home-youtube-heading,.home-content-heading.home-section-heading.section-heading-home.review-head,.entry-content .faq-section-home .home-youtube-heading{
		text-align: center;
	}	
	.main-content-left {
		padding: 0 10px;
	}
	.home-youtube-service-section .gb-container-content {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.home-youtube-service-section .wp-block-columns{
	display: block;
	}
	.home-page-video iframe {
		width: 100%;
		height: 192px;
	}
	.home-service-heading.home-section-heading.service-heading {
		font-size: 30px !important;
	}
	.home-content-section.content-right .home-content-heading {
		font-size: 30px !important;
		text-align: left;
	}
	.home-content-section.content-right .home-content-heading, .home-content-section.content-left .home-content-heading {
		font-size: 30px !important;
	}
	.home-content-section.content-right .home-content-heading br, .home-content-section.content-left .home-content-heading br {
		display: none;
	}
	.meetteam-section-div {
		width: 100%;
	}
	.team-text-div {
		min-height: 90px;
	}
	.read-more-review {
		display: none !important;
	}
	.review-main-image {
		display: none;
	}
	.testimonial-left-section {
		margin-top: 40px !important;
		margin-left: 5px !important;
    margin-right: 5px !important;
	}
	.single-case-section {
		position: relative;
		width: 96%;
		max-width: 400px;
		margin: 0 auto !important;
	}
	.home-testimonial-slider .tt-slider-controls {
		position: relative;
		text-align: center;
		right: 0;
		bottom: 8px;
	}
	.Homepage-faq-accordian.gb-block-accordion .gb-accordion-title {
		font-size: 18px;
	}
	.Homepage-faq-accordian.gb-block-accordion .gb-accordion-text p{
		font-size: 14px;
	}
	.main-footer-left {
		width: 100%;
	}
	.main-right-left{display: none;}
	.widget-area.footer-widgets-2.footer-widget-area {
		width: 100%;
	}
	.site-footer p, .site-footer a {
		font-size: 12px !important;
	}
	.footer-contact-div {
		margin: 0 auto 10px;
	}
	.footer-contact-info {
		width: 70%;
	}
	.testimonial-sidebar-wrap #ttshowcase_1 .ttshowcase_rl_quote, .testimonial-sidebar-wrap #ttshowcase_0 .ttshowcase_rl_quote {
		font-size: 14px !important;
	}
	.custom-button-div {
		margin-top: 20px;
	}
	.entry-content .hero-banner .gb-layout-column-wrap .gb-block-layout-column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.wp-block-genesis-blocks-gb-columns.hero-banner-wrap.gb-layout-columns-2.gb-2-col-equal.gb-columns-center.alignfull {
		padding-top: 0 !important;
	}
	.hero-banner.inner-page .hero-banner-button {
		padding-top: 25px;
		margin-top: 0 !important;
		max-width: 420px !important;
	}
	.entry-content .hero-banner .hero-banner-wrap .gb-layout-column-wrap {
		padding: 0 !important;
		max-width: 100% !important;
	}
    .hero-banner.inner-page .gb-block-layout-column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.hero-banner.inner-banner .gb-layout-columns-2>.gb-layout-column-wrap {
		margin: 0;
	}
	.hero-banner.inner-page .wp-block-genesis-blocks-gb-columns.alignfull {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.hero-banner.inner-page .hero-banner-wrap .gb-layout-column-wrap {
		max-width: 100% !important;
	}
	.home .hero-banner-button {
		max-width: 420px !important;
	}
	.hero-banner-testimonial {
		max-width: 420px;
	}
}
@media(max-width:480px){
	.inner-page + .site-inner #genesis-content h1{
		font-size: 28px !important;
	}
	.inner-page + .site-inner #genesis-content p {
		font-size: 16px;
		line-height: 26px;
	}
	.inner-page + .site-inner #genesis-content h2, .inner-page + .site-inner #genesis-content h3, .inner-page + .site-inner #genesis-content h4, .inner-page + .site-inner #genesis-content h5 {
		font-size: 22px !important;
	}
	.inner-page + .site-inner #genesis-content ul li {
		font-size: 16px;
		line-height: 24px;
	}
	.inner-page + .site-inner #genesis-content a {
		font-size: 16px;
		line-height: 26px;
	}
	.hero-banner.inner-page .hero-banner-button {
		max-width: 380px !important;
	}
	.entry-content .hero-banner .gb-layout-column-wrap {
		padding: 0 15px!important;
		display: block;
		max-width: 100% !important;
	}
	.wp-custom-logo .title-area {
		width: 180px;
	}
	.sidebar {
		width: 100% !important;
		float: none !important;
		clear: both;
		margin: auto !important;
	}
	.menu-toggle {
		right: 5%;
	}
	.hero-banner .hero-banner-heading {
		font-size: 28px !important;
	}
	.hero-banner .hero-banner-heading span {
		font-size: 36px !important;
	}
	.hero-banner-main-heading {
		font-size: 26px !important;
	}
	.hero-banner-main-heading span {
		font-size: 35px !important;
	}
    .hero-banner .hero-banner-heading:last-of-type {
		font-size: 25px !important;
	}
   .sidebar {
		width: 90% !important;
		float: none !important;
		clear: both;
		margin: auto !important;
	}
	.hero-banner-after-logo .sa_owl_theme .owl-nav .owl-prev {
		left: -15px !important;
	}
	.hero-banner-after-logo .sa_owl_theme .owl-nav .owl-next {
		right: -15px !important;
	}
	.home-info-right-section ul li, .gb-accordion-text ul li {
		font-size: 16px;
		line-height: 20px;
	}
	.footer-contact-info {
		width: 100%;
	}
	.footer-contact-div ul li a{
		font-size: 14px;
	}
	nav#genesis-nav-primary {
		top: 88px;
	}
	.wp-block-genesis-blocks-gb-columns.hero-banner-wrap.gb-layout-columns-2.gb-2-col-equal.gb-columns-center.alignfull {
		padding-top: 0 !important;
	}
	.hero-banner.inner-page .hero-banner-button {
		padding-top: 25px;
		margin-top: 0 !important;
	}
	.entry-content .hero-banner .hero-banner-wrap .gb-layout-column-wrap {
		padding: 0 !important;
	}
    .hero-banner.inner-page .gb-block-layout-column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.hero-banner.inner-banner .gb-layout-columns-2>.gb-layout-column-wrap {
		margin: 0;
	}
	.hero-banner.inner-page .wp-block-genesis-blocks-gb-columns.alignfull {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.hero-banner.inner-page .hero-banner-wrap .gb-layout-column-wrap {
		max-width: 100% !important;
	}
	.main-banner-video {
		width: 87%;
		margin-right: 24px;
	}
	.home .hero-banner-button {
		max-width: 94% !important;
	}
	.hero-banner-testimonial {
		max-width: 96%;
	}
	.hero-banner-after-logo .wp-block-genesis-blocks-gb-columns
	{
		padding-top: 15px !important;
        padding-bottom: 5px !important;
	}
	.hero-banner-after-logo .owl-carousel .owl-nav button.owl-prev, .hero-banner-after-logo .owl-carousel .owl-nav button.owl-next, .hero-banner-after-logo .owl-carousel button.owl-dot {
		width: 30px !important;
		height: 30px !important;
	}
	.hero-banner-after-logo .sa_hover_container {
		min-height: auto !important;
		width: 90px;
		margin: 0 auto !important;
	}
	.hero-banner-after-logo .owl-carousel .owl-item img {
		max-width: 85%;
	}
	.hero-banner-testimonial .gb-testimonial-info {
		min-height: 50px !important;
		background-size: 22%;
	}
	.entry-content .home-youtube-heading {
		font-size: 26px !important;
		text-align: left;
		padding-left: 5px;
	}
	.entry-content .service-module .home-youtube-heading, .entry-content .case-module .home-youtube-heading, .entry-content .choose-us-module .home-youtube-heading, .entry-content .latest-news-home .home-youtube-heading, .home-content-heading.home-section-heading.section-heading-home.review-head, .entry-content .faq-section-home .home-youtube-heading {
		text-align: center;
		font-size: 30px !important;
	}
	.service-module .content-sub-heading {
		text-align: center;
	}
	.content-sub-heading {
		font-size: 13px;
	}
	.content-sub-heading span {
		padding-left: 100px;
	}
	.content-sub-heading span:before {
		background-size: 70%;
	}
	.content-sub-heading.text-center span:before {
		left: -90%;
	}
	.content-sub-heading.text-center {
		padding-left: 0px;
	}
	.main-content-right .NewForm_Class p.FormTitle {
		font-size: 38px;
	}
	section#custom_html-10 p.FormTitle {
		font-size: 40px;
	}
	.media-info {
		font-size: 12px !important;
	}
}
@media(max-width:390px){
    span.custom-day {
        font-size: 50px;
    }
	section#custom_html-10 p.FormTitle {
		font-size: 32px;
	}
	.hero-banner-after-logo .sa_hover_container {
		min-height: auto !important;
		width: 70px;
		margin: 0 auto !important;
	}
	.home-blog-slider #carousel-912 .slick-slide .rpc_title, .home-blog-slider #carousel-3469 .slick-slide .rpc_title{
		font-size: 18px;
	}
	.entry-content .home-youtube-heading {
		font-size: 26px !important;
	}
	.home-content-section.content-right .home-content-heading, .home-content-section.content-left .home-content-heading{
		font-size: 26px !important;
	}
	.entry-content .hero-banner .gb-layout-column-wrap {
		padding: 0 15px!important;
		display: block;
		max-width: 100% !important;
	}
	.after-header-contact.mobile-view section .contact-detail-call a, .after-header-contact.mobile-view section .contact-detail-email a {
		font-size: 14px;
	}
	.hero-banner-testimonial .gb-testimonial-info .gb-testimonial-name {
		font-size: 11px !important;
	}
	.hero-banner-testimonial .gb-testimonial-info .gb-testimonial-title {
		font-size: 12px;
	}
	.hero-banner .hero-banner-heading {
		font-size: 22px !important;
	}
	.hero-banner .hero-banner-heading span {
		font-size: 28px !important;
	}
	.hero-banner-main-heading span {
		font-size: 26px !important;
	}
	.hero-banner-main-heading {
		font-size: 22px !important;
	}
	.hero-banner-button a {
		font-size: 15px !important;
	}
	.home .hero-banner-button {
		padding-top: 0px;
		margin-top: 15px !important;
		margin-bottom: 5px !important;
	}
	.hero-banner-testimonial .gb-testimonial-text {
		font-size: 14px;
		padding-left: 40px;
	}
	.home-content-sub-heading.has-large-font-size {
		padding-left: 80px;
		font-size: 14px !important;
	}
	.sub-service-title-div {
		font-size: 14px !important;
		text-align: left;
	}
	.hero-banner-after-logo .sa_owl_theme .owl-nav .owl-prev {
		left: -10px !important;
	}
	.hero-banner-after-logo .sa_owl_theme .owl-nav .owl-next {
		right: -10px !important;
	}
	.main-content-right .NewForm_Class p.FormTitle {
		font-size: 28px;
	}
	input.wpcf7-form-control.wpcf7-submit.Submit-button {
		font-size: 16px;		
	}
	.home-testimonial-slider .tt_theme_quotes .tt_quote_info-below .ttshowcase_rl_quote {
		font-size: 14px !important;
	}
	.Homepage-faq-accordian.gb-block-accordion .gb-accordion-title {
		font-size: 16px;
	}
}
.checkbox-agree p {
    line-height: 1.2;
	display: flex;
    align-items: center;
}
.main-content-right .form-div .checkbox-agree span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    width: 480px;
}
.checkbox-agree span.wpcf7-list-item.first.last input {
   margin: 0;
    margin-right: 5px;
}
.checkbox-agree .span-privacy {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}
.checkbox-agree input[type="checkbox"] {
    height: 20px;
    width: 20px;
}
.checkbox-agree .wpcf7-form-control-wrap {
    width: 100%;
    float: left;
}