/*!
Theme Name: Wedge
Theme URI: http://underscores.me/
Author: Zahid Habib
Author URI: https://calgaryseocompany.ca
Description: Wordpress theme for calgaryseocompany.ca
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wedge
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Wedge is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 18px!important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

body ul{
	margin-left: 20px;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

a.btn-primary, .button-primary a{
	border-radius: 5px;
	padding: 9px 25px;
	line-height: inherit;
	background: #cd2122!important;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	font-family: 'Oswald', sans-serif!important;
	margin-top: 15px;
	display: inline-block;
	transition: all 400ms;
	box-shadow: 0 18px 38px 0 rgba(0,0,0,0.25), 0 8px 40px 0 rgba(0,0,0,0.06)!important;
}
a.btn-primary:hover{
	text-decoration: none;
}

.button-secondary a, .button-secondary .elementor-button{
	background-color: #fff!important;
	color: #212529!important;
}
.button-secondary a:hover, .button-secondary .elementor-button:hover{
	background-color: rgba(255, 255, 255, 0.7)!important;
	color: #000!important;
}

.bottom-border{
	border-bottom: 10px solid #009de6;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Oswald', sans-serif!important;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	flex-direction: column;
	background: #fff;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
main.no-banner{
	padding-top: 150px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle{
	display: none;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/** HEADER WITH UNDERLINE **/
.border-heading h2{
	position: relative;
	padding-bottom: 20px;
    margin-bottom: 30px;
}
.border-heading h2::after{
	position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    background: rgba(0, 0, 0, 0.6);
    left: 50%;
    margin-left: -20px;
    bottom: 0;
}
.border-heading.left h2::after{
	left: 0;
	margin-left: 0;
}
.border-heading.white h2::after{
	background: rgba(255, 255, 255, 0.6);
}
.border-heading h2 span{
	color: #009de6;
}

.border-top-heading h2{
	position: relative;
    padding-top: 15px;
    margin-bottom: 20px;
}
.border-top-heading h2::before{
	content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: #ccc;
    left: 0;
    top: 0;
}
.border-top-heading.center h2::before{
	left: 50%;
	margin-left: -25px;
}
h2 span.curved{
	background: url(./img/underline.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
	color: #fff;
	padding-bottom: 7px;
}
.sec-banner-2{
	box-shadow: 0 0px 6px 2px rgba(0,0,0,.4);
}

/** BOTTOM SHADOW SECTION **/
.bottom-shadow{
	box-shadow: 0 18px 38px 0 rgba(12,18,53,0.06), 0 8px 40px 0 rgba(0,0,0,0.06);
}

/* SITE HEADER */
.site-header{
	padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 18px 38px 0 rgba(12,18,53,0.06), 0 8px 40px 0 rgba(0,0,0,0.06);
    z-index: 111;
	position: fixed;
	background: #fff;
}
.menu-area{
	font-family: 'Raleway', sans-serif;
}
.menu-area .phone{
	font-size: 23px;
	letter-spacing: -1px;
}
.topmenu ul{
	justify-content: flex-end;
	align-items: center;
}
.topmenu li{
	display: inline-block;
}
.topmenu a{
	font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
	padding: 5px 12px;
	color: #4d4d4d;
	transition: all 400ms;
	border-radius: 5px;
	margin: 0 1px;
}
.topmenu li.audit a{
	background: #ad002d;
	color: #fff;
	font-size: 14px;
	padding: 10px 13px;
}
.topmenu li.audit a:hover{
	background: #67001b;
}
.topmenu .current-menu-item a, .topmenu a:hover{
	background: #009de6;
	color: #fff;
	text-decoration: none;
}
.topmenu ul ul a{
	border-radius: 0;
	padding: 13px 10px;
	transform-origin: left;
}
.topmenu ul ul a:hover{
	background: transparent;
	color: #009de6;
}
.topmenu ul ul li::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: #009de6;
	transition: transform 400ms;
	transform: scaleX(0);
}
.topmenu ul ul li:hover::after{
	transform: scaleX(1);
}

/* BANNER AREA */
.under-banner{
	align-items: center;
}
.under-banner .widget_text{
	font-size: 40px;
    line-height: 1em;
}
.banner-inner{
	padding-bottom: 3px;
}
.banner-area{
	position: relative;
	background: radial-gradient(ellipse at 50% 100%,rgba(0,0,0,.3) 0,transparent 70%);
	margin-bottom: 70px;
	padding-top: 150px;
}
.under-banner{
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
}
.under-banner .widget{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.banner-area::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	top: 0;
	background-image: linear-gradient(to bottom, #eaeaeb, #fff);
}
.banner-area .banner-row{
	position: relative;
	background: #fff;
	height: 450px;
	background-image: url("./img/banner.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}
.banner-area .banner-right{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.banner-area .banner-right section, .banner-area .banner-right div{
	height: 100%;
	display: flex;
}
.banner-area .banner-right img{
	object-fit: contain;
	object-position: right center;
}
.banner-left{
	display: flex;
	align-items: center;
}
.banner-left .widget{
	margin-bottom: 0;
}
.banner-left h3{
	color: #009de6;
	font-family: 'Oswald', sans-serif;
	font-size: 45px;
}
.banner-left h3 strong{
	color: #000000;
}
.wedge-button{
	border-radius: 5px;
	margin-right: 10px;
	text-transform: uppercase;
	color: #000000;
	font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
	letter-spacing: -1px;
	padding: 8px 15px;
	transition: all 400ms;
	margin-top: 10px;
	display: inline-block;
}
.wedge-button:hover{
	text-decoration: none;
}
.wedge-button.primary{
	color: #fff;
	background: #ad002d;
	border: 2px solid #ad002d;
}
.wedge-button.primary:hover{
	background: #67001b;
	border-color: #67001b;
}
.wedge-button.secondary{
	border: 2px solid #009de6;
}
.wedge-button.secondary:hover{
	background: #009de6;
	color: #fff;
}

/** HOME BLOCK 2 **/
.home-block-2{
	background: #4292d7;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

/** HOME BLOCK 3 **/
.home-block-3{
	padding-top: 100px;
	padding-bottom: 100px;
}
.home-block-3 .hb-3{
	background-image: url("./img/hb-3.jpg");
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border-radius: 9px;
	padding: 40px 40px 0 40px;
}
.home-block-3 h5{
	font-weight: 400;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.home-block-3 h5::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background: #4292d7;
}

/** HOME BLOCK 4 **/
.home-block-4{
	background-image: url(./img/hb-4.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 100px;
	padding-bottom: 300px;
	position: relative;
}
.home-block-4::after{
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.home-block-4 section{
	z-index: 1;
	color: #fff;
}
.home-block-4 h3{
	font-size: 38px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-weight: 700;
	position: relative;
}
.home-block-4 h3::after{
	content: "";
	width: 40px;
	position: absolute;
	height: 4px;
	background: #ccc;
	left: 50%;
	bottom: 0;
	margin-left: -20px;
}
.home-block-4 h3 span{
	color: #4292d7;
	background-image: url("./img/underline.svg");
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 7px;
}

/** HOME BLOCK 5 **/
.home-block-5{
	text-align: center;
	margin-top: -260px;
}
.home-block-5 .main-blk{
	border-left: 1px solid rgba(0,0,0,0.1);
}
.home-block-5 .widget-block{
	height: 260px;
	border-color: rgba(0,0,0,0.1);
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0;
	display: flex;
    flex-direction: column;
	justify-content: center;
	transition: all 400ms;
	background: #fff;
}
.home-block-5 .widget-block:hover{
	box-shadow: 0 40px 120px -20px rgba(0,0,0,0.6);
	z-index: 1;
}
.home-block-5 .widget-block:hover i{
	color: #4292d7;
}
.home-block-5 h4{
	font-family: 'Raleway'!important;
    font-size: 17px;
	font-weight: 600;
	margin-bottom: 25px;
}
.home-block-5 i{
	font-size: 30px;
	transition: all 400ms;
}

.home-block-6{
	background-image: url("img/hb-6.jpg");
	background-size: cover;
	background-position: bottom center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.wedge-hometabs ul.nav{
	margin-bottom: 50px;
}
.home-block-6 .text h2{
	margin-bottom: 20px;
}
.home-block-6 .text h4{
	margin-bottom: 15px;
}
.home-block-6 .image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.home-block-6 .sw-theme-dots>.nav .nav-link::after{
	background-color: #009de6!important;
}
.home-block-6 .sw-theme-dots>.nav .nav-link{
	color: #009de6!important;
}
.home-block-6 .sw-theme-dots>.nav .nav-link.active{
	color: #ad002d!important;
}
.home-block-6 .sw-theme-dots>.nav .nav-link.active::after{
	background-color: #ad002d!important;
}

.home-block-7{
	background-image: url("./img/hb-7.jpg");
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding-bottom: 0;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	margin-bottom: 40px;
	position: relative;
}
.home-block-7::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.8);
}
.home-block-7 h2.widget-title{
	position: relative;
	padding-top: 20px;
	margin-bottom: 20px;
}
.home-block-7 h2.widget-title::before{
	width: 40px;
	height: 4px;
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	left: 50%;
	top: 0;
	margin-left: -20px;
}
.home-block-7 .widget-block{
	padding-right: 30px;
	padding-left: 30px;
	line-height: 1.4em;
	padding-top: 50px;
	padding-bottom: 120px;
	margin-bottom: 0;
	position: relative;
	z-index: 11;
}
.home-block-7 h4{
	font-family: 'Roboto', sans-serif!important;
    font-weight: 400;
}
.home-block-7 .middle{
	background: rgba(255, 255, 255, 0.7);
	color: #000000;
}
.home-block-7 a.btn{
	border-radius: 5px;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 20px;
    margin-top: 15px;
    position: absolute;
    left: 50%;
    bottom: 40px;
	width: 190px;
	margin-left: -95px;
	transition: all 400ms;
}
.home-block-7 a.btn:hover{
	background: #fff;
}
.home-block-7 .middle a.btn{
	background: rgba(0, 0, 0, 0.7);
	border-color: #000;
	color: #fff;
}
.home-block-7 .middle a.btn:hover{
	background: #000;
}

.home-block-8{
	background: url("./img/hb-8.png");
	background-position: bottom center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 100px;
	position: relative;
	box-shadow: 0 10px 10px rgba(0,0,0,0.22);
}
.home-block-8::before{
	position: absolute;
	content: "";
	background-image: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,245,245,0.5) 100%);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.home-block-8 h2.widget-title, 
.home-block-9 h2.widget-title,
.home-block-11 h2.widget-title{
	font-weight: 600;
	position: relative;
	padding-top: 15px;
    margin-bottom: 20px;
}
.home-block-8 h2.widget-title::before,
.home-block-9 h2.widget-title::before,
.home-block-11 h2.widget-title::before{
	content: "";
	position: absolute;
	width: 50px;
	height: 4px;
	background: #ccc;
	left: 0;
	top: 0;
}
.home-block-8 h4,
.home-block-9 h4,
.home-block-11 h4{
	margin-bottom: 20px;
}

.home-block-9{
	background: #f5f5f5;
	padding-top: 100px;
	padding-bottom: 50px;
}

.home-block-10{
	background: #4292d7;
	padding-top: 50px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
}
.home-block-10 a.btn{
	border-radius: 5px;
	border: 2px solid #fff;
	text-transform: uppercase;
	padding: 7px 35px;
	background: rgba(255, 255, 255, 0.7);
	transition: all 400ms;
	color: #000;
	font-weight: 600;
	margin-top: 10px;
}
.home-block-10 a.btn:hover{
	background: #fff;
}

.home-block-11{
	background: #f5f5f5;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.home-block-11::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("./img/hb-11.png");
	background-position: bottom center;
	background-size: cover;
	opacity: 0.2;
}

.home-block-12{
	background: #fbfcfe;
	padding-top: 100px;
	padding-bottom: 50px;
	text-align: center;
}
.home-block-12 h2{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.home-block-12 h2::after{
	position: absolute;
	content: "";
	width: 40px;
	height: 4px;
	background: rgba(0, 0, 0, 0.6);
	left: 50%;
	margin-left: -20px;
	bottom: 0;
}
.home-block-12 h2 span{
	color: #009de6;
}

.home-block-13{
	background: #fbfcfe;
}
.hometab-4 h2{
	position: relative;
	padding-bottom: 20px;
}
.hometab-4 h2::after{
	position: absolute;
	content: "";
	width: 50px;
	height: 4px;
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.hometab-4 .number{
	font-weight: bolder;
    font-family: 'Oswald', sans-serif!important;
	font-size: 80px;
	display: flex;
	align-items: center;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}
.hometab-4 .number-right{
	flex-direction: row-reverse;
}
.hometab-4 .cont::before{
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #cd2122;
	transition: all 200ms linear;
}
.hometab-4 .cont::after{
	position: absolute;
    content: "\f0da";
    font-size: 40px;
    top: 50%;
    left: 1px;
    line-height: 1em;
    margin-top: -20px;
    color: #009de6;
    transition: all 200ms linear;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.hometab-4 .number-box:hover .cont::after{
	left: 3px;
}
.hometab-4 .number-box:hover .cont::before{
	width: 4px;
}
.hometab-4 .number-right .cont::before{
	left: inherit;
	right: 0;
}
.hometab-4 .number-right .cont::after{
	content: "\f0d9";
	right: 1px;
	left: inherit;
}
.hometab-4 .number-right.number-box:hover .cont::after{
	right: 3px;
	left: inherit;
}
.hometab-4 .number-box{
	position: relative;
	padding: 40px 0;
}
.hometab-4 .number-box::after{
	position: absolute;
	content: "";
	left: 90px;
	right: 90px;
	bottom: 0;
	height: 4px;
	background: #f1f1f1;
}
.hometab-4 .number::before{
	position: absolute;
	content: "";
	width: 4px;
	background: #f1f1f1;
	height: 60px;
    left: 90px;
    top: -42px;
}
.hometab-4 .number::after{
	position: absolute;
	content: "";
	width: 4px;
	background: #f1f1f1;
	height: 60px;
    left: 90px;
    bottom: -36px;
}
.hometab-4 .number-right .number::after{
	left: inherit;
	right: 90px;
}
.hometab-4 .cont{
	background: #fff;
}
.number-box.first .number::before,
.number-box.last .number::after,
.number-box.last::after{
	display: none!important;
}

.home-block-14{
	background-image: url("./img/hb-14.jpg");
	background-position: center;
	background-size: cover;
	text-align: center;
	position: relative;
	color: #fff;
    padding-top: 200px;
	padding-bottom: 150px;
	border-bottom: 10px solid #009de6;
}
.home-block-14::before{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
}
.home-block-14 h2{
	padding-bottom: 25px;
	margin-bottom: 30px;
	position: relative;
	font-weight: 600;
	font-size: 35px;
}
.home-block-14 h2::after{
	position: absolute;
	content: "";
	width: 50px;
	height: 4px;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
	background: rgba(255,255,255,.7);
}
.home-block-14 h2 span{
	color: #009de6;
}

.home-block-15{
	padding-top: 100px;
	padding-bottom: 50px;
	box-shadow: 0 10px 10px rgba(0,0,0,0.22);
}

/** Contact Form 7 **/
input, select, textarea{
	max-width: 100%;
}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea{
	width: 100%;
	background: rgba(0, 0, 0, 0.02);
}
.wpcf7 textarea{
	height: 100px;
}
.wpcf7 .submit{
	width: auto;
    background: #cd2122;
    color: #fff;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
}
.wpcf7-form-control-wrap{
	display: block;
	margin-bottom: 15px;
}
.wpcf7 span{
	color: #cd2122;
}
.wpcf7-not-valid{
	border-color: #cd2122!important;
}
.wpcf7 select{
	border-radius: 3px;
	height: 35px;
}
.map > div,
.map iframe{
	width: 100%;
	height: 100%;
	min-height: 300px;
}

.bottom-1{
	padding-top: 50px;
	padding-bottom: 20px;
	background: #f4f4f4;
	border-bottom: 10px solid #009de6;
}
.bottom-1 .widget{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bottom-1 h2{
	color: #cd2122;
	font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
.bottom-1 ul{
	list-style: none;
	margin: 0;
	padding:0;
}
.bottom-1 li{
	display: inline-block;
    border-right: 2px solid rgba(0,0,0,.4);
    line-height: 0.8em;
    margin-right: 2px;
    padding-right: 6px;
}
.bottom-1 li:last-child{
	border-right: none;
}
.bottom-1 li a{
	color: inherit;
	transition: all 400ms;
}
.bottom-1 li a:hover{
	text-decoration: none;
	color: #009de6;
}

footer{
	background: #2f2f2f;
	color: #fff;
	padding-top: 70px;
	padding-bottom: 50px;
}
footer h2{
	font-size: 16px;
	margin-bottom: 15px;
}
footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
footer ul li{
	width: 50%;
	float: left;
	padding-right: 10px;
}
footer li a{
	font-size: 16px;
}
footer a{
	color: #fff;
	transition: all 400ms;
}
footer a:hover{
	color: rgba(255, 255, 255, 0.6);
}
.footer-2 li{
	width: auto;
	display: inline-block;
}
.footer-2 a{
	color: #fff;
}
.footer-2{
	padding-top: 30px;
	border-bottom: 5px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
}
.footer-3{
	padding-top: 20px;
	font-size: 14px;
	color: #8b8c8d;
}
.footer-3 li{
	display: inline-block;
	width: auto;
}
.footer-3 a{
	color: #fff;
	transition: all 400ms;
}
.footer-3 a:hover{
	color: #8b8c8d;
}
.footer-3 .text-right .textwidget{
	float: right;
}
.footer-3 .widget{
	margin-bottom: 0;
}

/** ABOUT PAGE */
.bicolor h2{
	position: relative;
	padding-bottom: 20px;
}
.bicolor h2:after{
	content: "";
	position: absolute;
	width: 50px;
	height: 4px;
	background: rgba(0, 0, 0, 0.4);
	left: 50%;
	margin-left: -25px;
	bottom: 0;
}
.bicolor h2 span{
	color: #007bff;
	font-weight: 400;
}

.elementor-image-gallery .gallery{
	display: block;
}

.sec-banner{
	position: relative;
}
.sec-banner::before{
	position: absolute;
	content: "";
	bottom: 40px;
	background: rgba(255,255,255,.4);
	transform: skewY(-3.1deg);
	left: 0;
	width: 100%;
	height: 20vh;
	transform-origin: 100% 0;
}
.sec-banner::after{
	position: absolute;
	content: "";
	background: linear-gradient(to bottom,rgba(245,245,245,0.6) 0%,rgba(245,245,245,1) 60%);
	bottom: 0;
	height: 20vh;
	left: 0;
	width: 100%;
	transform: skewY(-2deg);
	transform-origin: 100% 0;
}
.under-layer{
	padding-bottom: 300px!important;
}
.box-icons{
	margin-top: -260px;
}
.box-icons .ico-box{
	height: 260px;
    border-color: rgba(0,0,0,0.1);
    border-style: solid;
    border-width: 1px 0 0 1px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 400ms;
    background: #fff;
}
.box-icons .ico-box:hover{
	box-shadow: 0 40px 120px -20px rgba(0,0,0,0.6);
	z-index: 1;
}
.box-icons>.elementor-container{
	border-right: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	overflow: hidden;
}
.box-icons .elementor-column-wrap{
	padding: 0!important;
	
}
.box-icons .elementor-container{
	margin: 0;
	max-width: 100%!important;
}
.box-icons h3{
	font-family: 'Raleway'!important;
    font-size: 17px;
    font-weight: 600;
	color: #4d4d4d;
}
.box-icons h4{
	font-size: 15px;
	color: #4d4d4d;
	font-family: 'Raleway'!important;
}
.box-icons i{
	color: #4d4d4d;
	transition: all 400ms;
}
.box-icons .ico-box:hover i{
	color: #4292d7!important;
}

/** BLOG SECTION **/
body.blog, body.single{
	background:#f5f5f5;
}
.blog-page{
	padding-top: 200px;
}
.blog-post .thumb{
	width: 100%;
	height: 300px;
	background-image: url("./img/post-bg.jpg");
	background-size: cover;
	background-position: bottom center;
}
.blog-post .thumb a{
	width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	transition: all 400ms;
	position: relative;
}
.blog-post .thumb a::before{
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	transition: all 400ms;
}
.blog-post .thumb a:hover::before{
	background: rgba(0, 0, 0, 0.7);
}
.blog-post .thumb a:hover{
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
}
.blog-post .thumb .post-info{
	z-index: 11;
}
.blog-post .thumb p{
	margin-bottom: 5px;
}
.blog-page .post-details{
	background: #fff;
}
.blog-post .post-details a{
	transition: all 400ms;
}
.blog-post .post-details a:hover{
	color: #4d4d4d;
	text-decoration: none;
}
.blog-page .sidebar .inner{
	background: #fff;
}
.blog-page .sidebar .search-submit{
	text-indent: -100px;
	position: relative;
}
.blog-page .sidebar .search-submit::after{
	position: absolute;
	content: "\f002";
	font-family: "Font Awesome 5";
	font-weight: 900;
}

.search-form input{
	width: 100%;
}
.search-form .submit-col{
	width: 50px;
}
.search-form input{
	padding: 3px 10px;
}
.search-form button{
	padding: 4px 10px;
    font-size: 17px;
    border-radius: 3px;
    background: #4292d7;
    color: #fff;
    border-color: #4292d7;
}

.sidebar .widget-title, .related-posts .widget-title{
	font-size: 25px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.sidebar .widget-title::before, .related-posts .widget-title::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,.2);
	bottom: 0;
	left: 0;
}
.sidebar .widget-title::after, .related-posts .widget-title::after{
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	background: #4292d7;
	bottom: -1px;
	left: 0;
}
.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar ul li{
	position: relative;
	padding-left: 22px;
    margin-bottom: 10px;
}
.sidebar ul li::before{
	position: absolute;
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #4292d7;
	left: 0;
}
.sidebar a{
	color: #4d4d4d;
	transition: all 400ms;
}
.sidebar a:hover{
	color: #4292d7;
	text-decoration: none;
}

.wedge-nav ul{
	padding: 0;
	margin: 0;
	text-align: center;
}
.wedge-nav li{
	display: inline-block;
}
.wedge-nav li .page-numbers{
	display: block;
    padding: 3px 13px;
    font-weight: 500;
	font-family: 'Oswald';
	transition: all 400ms;
}
.wedge-nav li .page-numbers:hover, .wedge-nav li .page-numbers.current{
	background: #4292d7;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}

.related-posts a{
	display: block;
	background: #fff;
	width: 100%;
	height: 100%;
}
.related-posts a .thumb{
	width: 100%;
	height: 150px;
	background-image: url("./img/post-bg.jpg");
	background-size: cover;
	background-position: center;
	display: flex;
}
.related-posts a img{
	object-fit: cover;
}
.related-posts a h2{
	color: #4d4d4d;
	font-size: 20px;
	padding: 10px;
	transition: all 400ms;
}
.related-posts a:hover h2{
	color: #4292d7;
	text-decoration: none;
}
.related-posts a:hover{
	text-decoration: none;
}

/** RESPONSIVE **/
@media only screen and (max-width : 991px) {
	.banner-left h3{
		font-size: 35px;
	}
	.banner-area, main.no-banner{
		padding-top: 5px;
	}
	.banner-area .banner-row{
		background-size: cover;
		position: relative;
	}
	.sec-banner::after {
		height: 40px;
	}
	.elementor-238 .elementor-element.elementor-element-33f724b{
		margin-bottom: 20px;
	}
	.banner-area .banner-row::before{
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.6);
	}
	.sec-banner{
		text-align: center;
	}
	.banner-left{
		text-align: center;
	}
	footer ul li{
		width: 100%;
	}
	.under-banner .widget_text{
		font-size: 30px;
	}
	.menu-area{
		justify-content: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.menu-area .phone .widget{
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.logo{
		text-align: center;
	}
	.site-header{
		position: relative;
	}
	.blog-page{
		padding-top: 30px;
	}
}
@media only screen and (max-width : 768px) {
	.under-banner .widget{
		justify-content: center;
	}
	.under-banner{
		padding-top: 20px;
	}
	.wedge-hometabs .tab-content{
		height: auto!important;
		text-align: center;
	}
	.wedge-hometabs .image{
		margin-bottom: 40px;
		height: auto!important;
	}
	.home-block-8, .home-block-9, .home-block-11{
		text-align: center;
	}
	.home-block-11{
		padding-top: 50px;
		padding-bottom: 0;
	}
	.home-block-8 h2.widget-title::before, .home-block-9 h2.widget-title::before, .home-block-11 h2.widget-title::before {
		left: 50%;
		margin-left: -25px;
	}
	.wpcf7-form .row{
		margin: 0;
	}
	.wpcf7-form .col-md-6{
		padding: 0;
	}
	.home-block-14 .row{
		margin: 0;
	}
	.bottom-1{
		text-align: center;
	}
	.bottom-1 .widget{
		text-align: center!important;
	}
	.footer-1{
		text-align: center;
		margin: 0;
	}
	.footer-2 .widget{
		text-align: center!important;
		padding: 0;
	}
	.footer-2 ul{
		text-align: center;
	}
	.footer-2 li{
		float: none;
	}
	.footer-3{
		margin: 0;
		text-align: center;
	}
	.footer-3 .widget{
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
	}
	.home-block-14{
		padding-top: 70px;
		padding-bottom: 30px;
	}
	.border-top-heading h2::before {
		left: 50%;
		margin-left: -25px;
	}
}
@media only screen and (max-width : 599px) {
	.menu-toggle{
		position: absolute;
		right: 20px;
		top: 25px;
		display: block;
	}
	.top-menu{
		position: absolute;
		left: 0;
		right: 0;
		top: 80px;
		transition: all 400ms;
		transform: scaleY(0);
		overflow: hidden;
		transform-origin: top;
	}
	.top-menu.show{
		transform: scaleY(1);
	}
	.menu-toggle .fa-times{
		display: none;
	}
	.menu-toggle.show .fa-times{
		display: block;
	}
	.menu-toggle.show .fa-bars{
		display: none;
	}
	.main-navigation ul{
		display: block;
		background-color: #fff;
	}
	.main-navigation ul li{
		width: 100%;
		text-align: center;
	}
	.topmenu a{
		border-radius: 0;
	}
	.main-navigation ul ul{
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		box-shadow: none;
	}
	.topmenu ul ul a{
		width: 100%;
		display: block;
		padding: 8px 10px;
		font-size: 13px;
	}
	.home-block-6{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.wedge-hometabs ul.nav{
		margin-left: 0;
		flex-direction: inherit!important;
		margin-bottom: 0;
		flex-wrap: nowrap;
	}
	.wedge-hometabs ul.nav a{
		font-size: 12px;
		padding: 0;
		font-weight: bold;
	}
}