/*
-----------------------------------------------------------------------------------
Theme Name: SystemX
Theme URI: 
Description: 
Author: KMO Design Pty Ltd
Version: 1.0
License: GNU General Public License version 3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: translation-ready, theme-options, sticky-post, post-formats, full-width-template, flexible-header, featured-images, custom-menu, custom-colors, custom-background
*/
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}

@font-face {
    font-family: 'Conthrax Sb';
    src:    url('assets/fonts/ConthraxSb-Regular.eot');
    src:    url('assets/fonts/ConthraxSb-Regular.eot#iefix') format('embedded-opentype'),
        url('assets/fonts/ConthraxSb-Regular.ttf') format('truetype'),
        url('assets/fonts/ConthraxSb-Regular.woff') format('woff'),
        url('assets/fonts/ConthraxSb-Regular.svg#ConthraxSb-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


:root {
    --red: #d60000;
    --blue: #004f9f;
    --dark-blue: #1c2e60;
    --grey: #a8a8a8;
	--dark-grey: #373737;
    --light-grey: #f7f7f7;
    --white: #ffffff;
    --black: #000000;
}

/* ------------ BASE ------------- */
html {
    font-family:sans-serif;
    line-height:1.15;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -webkit-font-smoothing: antialiased;
}
::selection{ color:#ffffff;background: #000000; }
::-moz-selection{ color:#ffffff;background: #000000; }

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}
ul {
    margin: 0;
    list-style: none;
}
li{
    line-height: 2.2;
}
p {
    margin: 0 0 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.tm-content p:last-child,
.theme-team p:last-child,
.single-portfolio p:last-child{
    margin: 0;
}
embed, img {
    max-width: 100%;
    height: auto;
    border: none;
}    
iframe{
    width: 100%;
    max-width: 100%;
    border: none;
} 
a:hover {
    text-decoration: none;
}

/* Typography */

body {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    background: #ffffff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
    color: #414244; /* IE fallback */
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
body.product-details {
    background: var(--black);	
}
h1, .h1, 
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5
h6, .h6 {
    font-family: "Conthrax Sb", "Open Sans", Helvetica, Arial, sans-serif;
    color: #000; 
    line-height: 1.1;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 700;
	letter-spacing: 0.02em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}
h1, .h1 { font-size: 5.2rem; margin-bottom: 20px; } /* 52px */
h2, .h2 { font-size: 4.8rem; margin-bottom: 20px; } /* 48px */
h3, .h3 { font-size: 3.6rem; margin-bottom: 25px; text-transform: uppercase; } /* 28px */
h4, .h4 { font-size: 3.0rem; margin-top: 0; text-transform: uppercase; } /* 20px */
h5, .h5 { font-size: 2.0rem; line-height: 1; margin-bottom:10; }
h6, .h6 { font-size: 1.4rem; }
#slider h2 {
    font-size: 6.4rem;
    line-height: 1.1;
}
.lg { 
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
}
h2.lg { font-size: 7.2rem; margin-bottom: 0;}
h3.lg { font-size: 4.8rem; margin-bottom: 0;}
.sm { font-size: 90%; }
@media (max-width:1199px) {
    h1, .h1 { font-size: calc(2.0rem + 1.8vw); }
    h2, .h2 { font-size: calc(1.8rem + 1.7vw); }
    h3, .h3 { font-size: calc(2rem + 0.25vw); }
    h4, .h4 { font-size: calc(1.6rem + 0.33vw); }
    h5, .h5 { font-size: calc(1.4rem + 1vw); }
    h6, .h6 { font-size: calc(1.2rem + 1vw); }
}


h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold {
    font-weight: 900;
}
.h1.no-margin {
	margin-bottom: -10px !important;
}
h3 .btn {
    margin-left: 30px;    
    text-transform: none;
}
h2.sm { font-size: 4.0rem;

p img {
    margin: 0;
}
em {
    font-style: italic;
}
strong {
    font-weight: 700;
}
}
small {
    font-size: 80%;
}
hr {
    clear: both;
    margin: 20px 0;
    height: 3px;
    border: 0 solid #bebebe;
    border-bottom-width: 1px;
}

pre {
    overflow-x:auto;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    height: auto;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f7f7f7;
    font-family: Consolas, monospace;
}
.hidden {  display: none !important; }
dt{
    line-height: 2;
}
/* 02. Links and Form */
a {
    color: var(--blue);
    outline: 0;
    text-decoration: none;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
a:hover,
a:focus {
    outline: 0;
    color: var(--red);
    text-decoration: none;
}
a.link {
    text-transform: uppercase;
}
a.link i {
    font-size: 120%;
}
ul,
ol { }
ul { list-style: none outside; }
ol,
ul { margin-left: 0; padding-left: 30px;}
ol { list-style: decimal; }
ul { list-style: none outside; }
#main ul { list-style: disc; }
#main ul li {
    position: relative;
}
ul li.h4 {
    text-transform: uppercase;
}
#main ul li::before {
    content: "";
    color: var(--blue);
    border-radius: 50%;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    margin-right: 10px;
    top: 0;
    margin-left: -15px;
    margin-top: 10px;
}
#main ul.lg li::before {
    width: 9px;
    height: 9px;
    margin-left: -24px;
    margin-top: 16px;
}

aside ul,.tm-twitter ul.jtwt{position: relative; margin: 0;padding-left: 20px; list-style: none;}
aside ul ul{margin-top: 15px;}
ul li ul,
ol li ul,
ol li ul,
ol li ol { margin-bottom: 0; }
#main ul { margin-bottom: 20px;}
#main li {
    line-height: 2.0;
    margin-bottom: 20px;
}

form,
fieldset { margin-bottom: 0; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
    display: block;
    margin: 0;
    padding: 18px 10px;    
    width: 100%;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
    border: 1px solid #bebebe;
    font-size: 16px;
    line-height: 1;
    background-color: #ffffff;
}
input[type="text"].input,
input[type="password"].input,
input[type="email"].input,
input[type="date"].input {
    border: 1px solid var(--red);    
}
.login-password label,
.login-username label {
    font-weight: 700;
    font-size: 14px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea,
.wpcf7-form select {
    padding: 15px 15px;    
    border: 0 solid var(--grey);
    background-color: rgba(255,255,255,0);
}
.wpcf7-form p,
#wpsl-widget-form p {
    background-color: #ffffff;
    border: 1px solid #55555c;
    position: relative;
}
.wpcf7-form-control-wrap.product {
    border: 1px solid #ffffff;
    position: relative;
}
.wpcf7-form p.invalid {
    background-color: #f8e7ed;
    border: 1px solid #a72c50;
}
.wpcf7-form p.valid {
    background-color: #f4ffd8;
    border: 1px solid #89af28;
}
#wpsl-widget-form p::before {
    color: var(--red);
    content: "\e902";
    font-family: custom;
    font-size: 22px;
    position: absolute;
    left: 15px;
    top: 8px;
    z-index: 2;
}
.wpcf7-form p > label {
    position: absolute;
    padding: 18px 15px;
    color: rgba(0,0,0,0.5);
    font-size: 12px;
    font-weight: 700;
    transition: all 0.5s ease;
}
.wpcf7-form p > label.focus {
    font-size: 10px;
    color: rgba(0,0,0,0.5);
    margin-top: 2px;
    padding: 0 15px;
}
.dark .wpcf7-form p {
    background-color: rgba(0,0,0,0);
    padding-left: 10px;
    padding-right: 10px;
}
.wpcf7-form .select,
#wpsl-widget-form .select {
    border: 0;
}
.wpcf7-form .select select,
#wpsl-widget-form .select select {
    padding-left: 8px;
}
.wpcf7-form .select p {
    overflow: hidden;
}
#wpsl-widget-form .btn {
    margin-top: 5px;
}
#wpsl-radius .wpsl-dropdown li::before {
    content: none;
}

.dark input[type="text"],
.dark input[type="password"],
.dark input[type="email"],
.dark input[type="tel"],
.dark input[type="date"],
.dark textarea {
    padding: 24px 0 16px;
    border: 0 solid rgba(255,255,255,0);
    color: #ffffff;
    background-color: rgba(0,0,0,0);
}
.dark input[type="date"] {
    padding: 28px 0 18px;
}
.dark input[type="text"]:focus,
.dark input[type="password"]:focus,
.dark input[type="email"]:focus,
.dark input[type="tel"]:focus,
.dark input[type="date"]:focus,
.dark textarea:focus,
.dark input[type="text"]:active,
.dark input[type="password"]:active,
.dark input[type="email"]:active,
.dark input[type="tel"]:active,
.dark input[type="date"]:active,
.dark textarea:active {

}
.dark label {
    color: #ffffff;
}
.dark .wpcf7-form p label,
.dark .wpcf7-form label > span {
    padding-left: 0;
    padding-right: 0;
    color: #878790;
}
.dark .wpcf7-form label > span {
    font-size: 14px;
}
textarea { width: 100%; }
select {
    padding: 5px;
    width: 100%;
    height: 46px;
}
.label {
    display: block;
}
label,
legend {
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
}
label span,
legend span { font-weight: bold; }

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

}
::-webkit-input-placeholder {
    color: #000000;
}
:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #000000;
}
:-ms-input-placeholder {  
    color: #000000;
}

.dark ::-webkit-input-placeholder {
    color: #fff;
}
.dark :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.dark ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.dark :-ms-input-placeholder {  
    color: #fff;
}
.red {
	color: var(--red);
}
.dark-blue {
	color: var(--dark-blue);
}
.bg-white-transparent {
    background-color: var(--white-transparent);
}
.gradient-black-grey {
    background: -moz-linear-gradient(top, var(--black) 0%, var(--black) calc(50% - 40px), var(--light-grey) calc(50% - 40px), var(--light-grey) 100%);
    background: -webkit-linear-gradient(top, var(--black) 0%, var(--black) calc(50% - 40px), var(--light-grey) calc(50% - 40px), var(--light-grey) 100%);
    background: linear-gradient(to bottom, var(--black) 0%, var(--black) calc(50% - 40px), var(--light-grey) calc(50% - 40px), var(--light-grey) 100%);
}

/* ------------ Wordpress Core ------------- */

.overflow-hidden {
    overflow: hidden;
}
.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}

.alignleft {
    float: left;
    margin: 5px 25px 10px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
/*.size-full {
    width: 100%;
}
*/
img.border {
    border: 1px solid #bebebe;
    padding: 4px;
    background-color: #ffffff;
}
a img.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

a img.alignnone {

}

a img.alignleft {
    float: left;
    margin: 5px 25px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
    padding: 5px 3px 10px;
    max-width: 96%; /* Image does not overflow the content area */
    border: 1px solid #f0f0f0;
    background: #fff;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    max-width: 98.5%;
    width: auto;
    height: auto;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
    font-size: 11px;
    line-height: 17px;
}
.text-uppercase {
	text-transform: uppercase;
}
/* WP Default Gallery */

.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    margin: -1px;
}
.gallery .gallery-row {
    display:block;
    clear: both;
    overflow: hidden;
    margin: 0;
}
.gallery .gallery-item {
    overflow: hidden;
    float: left;
    text-align: center;
    list-style: none;
    padding: 0;
    padding: 1px;
    margin: 0;
}
.gallery .gallery-item .gallery-icon {
    overflow:hidden;
    max-height: 256px;
}
.gallery .gallery-item a {
    display: block;
    position: relative;
}
.gallery .gallery-item a:hover .image-overlay {
    opacity: 1;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
    margin: 0;
}
.gallery-caption {
    margin: 0 0 8px;
    font-style: italic;
}
.gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
    width: 16.6%;
}
.tm-top-bar {
    color: #ffffff;
	font-size: 16px;
	background-color: var(--blue);
    padding-top: 5px;
    padding-bottom: 5px;
	overflow: hidden;
}
.tm-top-bar .flex {
    align-items: center;
}
.tm-top-widget.left {
}
.tm-top-widget.left p {
	margin: 10px 0;
}
.tm-top-widget.left a {
    color: #ffffff;
	text-decoration: underline;
}
.tm-top-widget.right {

}
.tm-top-widget.right {
	margin: 4px 0;
	margin-left: 40px;
}
.tm-top-widget.right + .tm-top-widget.right {
	margin-left: 5px;
    color: #ffffff;
	background-color: var(--red);
	padding: 6px 24px;
    font-size: 22px;
    font-weight: 900;
    line-height: 22px;
}
.tm-top-widget.right a {
    color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 12px;
	letter-spacing: 0.025em;
}
.tm-top-widget.right a:hover {
    text-decoration: underline;
}
.tm-top-widget.right i {
    font-size: 18px;
    vertical-align: top;
	color: var(--red);
	background-color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	margin-right: 5px;
}
@media (min-width: 1600px) {
	.tm-top-bar {
		padding: 0;
	}
	.tm-top-widget.right {
		margin: 0;
		margin-left: auto;
	}
	.tm-top-widget.right a {
    	font-size: 21px;
	}
	.tm-top-widget.right + .tm-top-widget.right {
		padding: 10px 20px;
		margin-left: 30px;
	}
}
.tm-menu-widget.left {
    padding: 30px 0;
    text-align: left;
}
.tm-menu-widget.right {
    padding: 30px 0 0 45px;
    text-align: left;
}
.tm-menu-widget.left a,
.tm-menu-widget.right a {
    color: #ffffff;
}
.tm-menu-widget.left:hover a,
.tm-menu-widget.right:hover a {
    color: #000000;
}

.tm-header-widget {
    color: var(--white);
    float: right;
	transition: all 0.3s ease;
}
.tm-header-widget a {
    font-size: 22px;
    color: var(--white);
	border-left: 1px solid rgba(255,255,255,0.33);
	height: 75px;
	width: 60px;
	line-height: 75px;
	text-align: center;
	display: inline-block;
}

/* Header */
#header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 0.3s ease;
    opacity: 1;
    height: 75px;
	background-color: var(--black);
	border-bottom: 1px solid rgba(255,255,255,0.33);
}

.header-clone {
	background-color: var(--black);
    height: 75px;	
}
#header .header-menu {
    position: static;
}

#slider,
#featured-image {
    position: relative;
    z-index: 1;
}
.tm-logo {
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    margin: 0;
    padding: 5px 0;
    transition: all 0.3s ease;
	max-width: 200px;
}
.logo-img {

}
h1.site-name, h1.site-name a {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2;
    color: #ffffff;
}
.logo-center .tm-logo{
    display: block;
    text-align: center;
}

#featured-image > img {
    width: 100%;
    height: auto;
}
#main ul.banner-menu {
    list-style-type: none;
    display: inline-block;
}
#main ul.banner-menu li {
    float: left;
    padding: 0 20px;
}
#main ul.banner-menu li a {
    font-size: 2.6rem;
    font-weight: 600;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid rgba(255,255,255,0);
}
#main ul.banner-menu li:hover a {
    border-bottom: 2px solid #ffffff;
}
@media (max-width:991px) {
    .tm-logo {
        padding: 15px 0;
        max-width: 100px;
    }
}
@media (min-width:992px) and (max-width: 1199px) {
    .tm-logo {
        padding: 15px 0;
        max-width: 120px;
    }
}

/* ------------ Menu SF Essentials ------------- */
.sf-menu, .sf-menu *, .nav {
    list-style: none;
}
.sf-menu li {
    display: block;
}
.sf-menu > li > ul {
    background-color: var(--black);
    display: none;
    position: absolute;
    min-width: 240px;
    z-index: 99;
    padding-left: 0;
    margin-top: 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
}
.sf-menu > li {
    float: left;
    padding: 0;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    z-index: 9999;
    display: block;
}

.sf-menu > li > a {
    color: var(--white);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 24px 16px;   
    display: block;
    line-height: 1;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	text-transform: uppercase;
	border-bottom: 3px solid rgba(0,0,0,0);
}
.sf-menu > li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    color: var(--red);
    margin-left: 8px;
    float: right;
}
.sf-menu > li.current_page_item  > a,
.sf-menu > li.current_page_ancestor >a,
.sf-menu > li.current-menu-ancestor >a,
.sf-menu > li.current-menu-item > a,
.page-template-template-onepage-php .sf-menu > .tm-menu-active > a {
    color: var(--red);
}

.sf-menu > li.current_page_item.menu-item-has-children > a::after,
.sf-menu > li.current_page_ancestor.menu-item-has-children > a::after,
.sf-menu > li.current-menu-ancestor.menu-item-has-children > a::after,
.sf-menu > li.current_menu_item.menu-item-has-children > a::after {
    color: var(--red);
}
.sf-menu > li:hover > a {
    color: var(--red);
	border-bottom: 3px solid var(--red);
}
.sf-menu ul ul {
    top: 0;
    left: 100% !important;
}

/* Menu Styling*/
.sf-menu {
    padding-left: 0;
}
ul.sf-menu li ul li{

}
ul.sf-menu li ul li:hover{

}
ul.sf-menu > li > ul > li > a {
    display: block;
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 20px 25px;   
    position: relative;
}
ul.sf-menu > li > ul > li:first-child > a {
    padding: 20px 20px 25px;   
}
ul.sf-menu li ul li:hover > a{
    color: #ffffff;
}
ul.sf-menu > li > ul > li > a span::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 100%;
    bottom: 15px;
    background-color: var(--red);
    height: 2px;
    transition: all 0.3s ease;
}
ul.sf-menu > li > ul > li:hover > a span::before {
    right: 20px;
}
ul.sf-menu li ul li{
    text-align: left;
    line-height: 1;
}

.header-menu {
    text-align: right;
}
.menu-container{
	margin-top: 10px;
	transition: all 0.3s ease;
	text-align: center;
}

.tm-menu-container {
	display: inline-block;
}
ul.sf-menu li ul li[class*="fa-"] a{
    padding: 12px 0 12px 48px;
}
ul.sf-menu li ul li[class*="icon-"] a {
    padding: 12px 0 12px 50px;
}
.sf-menu ul [class^="fa-"]:before, .sf-menu ul [class*=" fa-"]:before,
.sf-menu ul [class^="icon-"]:before, .sf-menu ul [class*=" icon-"]:before,
.sf-menu ul [class^="ico-"]:before, .sf-menu ul [class*=" ico-"]:before {
    display: block;
    color: rgba(0,0,0,0.67);
    font-size: 48px;
    -webkit-font-smoothing: antialiased;
}
.sf-menu ul [class^="icon-"]:before, .sf-menu ul [class*=" icon-"]:before {
    font-family: Simple-Line-Icons;
}
.sf-menu ul [class^="fa-"]:before, .sf-menu ul [class*=" fa-"]:before{
    font-family: FontAwesome;
}
.sf-menu ul [class^="ico-"]:before, .sf-menu ul [class*=" ico-"]:before{
    font-family: Custom;
}

.sf-menu ul li:hover > a [class^="fa-"],
.sf-menu ul li:hover > a [class^="icon-"],
.sf-menu ul li:hover > a [class^="ico-"],
.sf-menu ul li:hover > a h3,
.sf-menu ul li:hover > a p {
    color: #616264;
}
ul.sf-menu {
	float: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.sf-menu > li > a {
		font-size: 13px;
		padding: 24px 12px;
		letter-spacing: 0;
	}
}

/* ------------ mega menu --------------- */
.row-start {

}
.sf-menu .theme-mega-menu {
    display: none;
    padding: 30px 15px 45px 30px;
    left: 0;
    right: 0;
    text-align: center;
}
.sf-menu .theme-mega-menu > li{
    min-height: 10px;
    padding: 0;
}
.sf-menu .theme-mega-menu ul {
    border: none;
    display: block;
    position: relative;
    top: auto;
    left: 0 !important;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
}
ul.sf-menu li ul.theme-mega-menu  .sub-menu[data-col="column-2"] {
    column-count: 2;
	column-gap: 45px;
}
ul.sf-menu li ul.theme-mega-menu  .sub-menu[data-col="column-3"] {
    column-count: 3;
	column-gap: 30px;
}
ul.sf-menu li ul.theme-mega-menu  .sub-menu[data-col="column-4"] {
    column-count: 4;
	column-gap: 30px;
}
ul.sf-menu li ul.theme-mega-menu  .sub-menu[data-col="column-5"] {
    column-count: 5;
	column-gap: 30px;
}
ul.sf-menu li ul.theme-mega-menu li {
}

ul.sf-menu li ul.theme-mega-menu li:hover {
}
.sf-menu .theme-mega-menu .mega-menu-title{
    padding: 15px 40px;
    margin-bottom: 15px;
    color: #616264;
    text-transform: uppercase;
    font-size: 12px;
}
.sf-menu .theme-mega-menu li {
    padding: 0 10px 0 0;
}
.sf-menu .theme-mega-menu li:hover {

}
.sf-menu .theme-mega-menu li a{
    padding: 24px 15px 8px 0;
    display: block;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: none;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
}
.sf-menu .theme-mega-menu > li > ul > li > a > span{
    font-size: 14px;
    font-weight: 700;
    display: block;
}
.sf-menu .theme-mega-menu > li > ul > li > a > span.text{
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 1.4;
}
.sf-menu .theme-mega-menu .sub-menu li:hover > a {
    color: var(--red);
    background-color: rgba(0,0,0,0);
	border-bottom: 1px dashed var(--red);
}
.sf-menu .theme-mega-menu .sub-menu li li {
    padding: 0 15px;
}
.sf-menu .theme-mega-menu .sub-menu li li a {
    padding: 8px 0;
    display: inline-block;
    color: var(--red);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;   
}
.sf-menu .theme-mega-menu .sub-menu li li:hover > a {
    color: var(--red);
    background-color: rgba(0,0,0,0);
}
.sf-menu .theme-mega-menu .sub-menu li li:hover > a span::after {
    content: "\f105";
    color: var(--red);
    font-family: FontAwesome;
    line-height: 14px;
    margin-left: 10px;
}
.sf-menu .theme-mega-menu li ul li[class^="fa-"] a,
.sf-menu .theme-mega-menu li ul li[class*=" fa-"] a{
    padding:12px 0 12px 70px;
}
.sf-menu .theme-mega-menu ul [class^="fa-"]:before, .sf-menu .theme-mega-menu ul [class*=" fa-"]:before{
    left: 40px;
}
.sf-menu .theme-mega-menu li, .sf-menu .theme-mega-menu ul{
}
.sf-menu .theme-mega-menu ul .container {
    padding-left: 15px;
    padding-right: 15px;
}
.mega-menu-items li{
    width: 100%;
}
.menu-item img {
    display: block;
    margin-bottom: 15px;
}

/* Sidebar On Menu and Logo */
.sidebar-content .tm-logo {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.sidebar-content .sf-menu, .sidebar-content .sf-menu > li {
    float: none;    
}
.sidebar-content ul.sf-menu > li > a {
    padding: 10px 15px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
.sidebar-content .sf-menu ul {
    top: 0;
    left: 100%;
}
body.menu-right .sidebar-content .sf-menu ul {
    top: 0;
    left: auto;
    right: 100%;
}


/* ------------ mobile menu --------------- */

#mobile-menu{
    z-index: 1;
}
.show-mobile-menu {
    position: relative;
    z-index: 9999;
    margin-top: 25px;
    cursor: pointer;
    margin-left: 20px;
    display: none;
    float: right;
    width: 30px;
}
.show-mobile-menu .mobile-menu-icon{
    width: 30px;
}
.mobile-menu-icon span {
    display: block;
    margin-bottom: 6px;
    width: 100%;
    height: 3px;
    background: var(--white);
    border-radius: 2px;
    opacity: 1;
    transition: all 0.6s ease;
}
.open .mobile-menu-icon span {
    width: 35px;
    margin-left: -2px;
    transition: all 0.3s ease;
}
.open .mobile-menu-icon span:first-child {
    margin-top: 9px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.open .mobile-menu-icon span:nth-child(2n) {
    transform: rotate(45deg);
    margin-top: -2px;
    -webkit-transform: translateX(-1px) translateY(-7px) rotate(45deg);
    -moz-transform: translateX(-1px) translateY(-7px) rotate(45deg);
    -o-transform: translateX(-1px) translateY(-7px) rotate(45deg);
    -ms-transform: translateX(-1px) translateY(-7px) rotate(45deg);
    transform: translateX(-1px) translateY(-7px) rotate(45deg);
}
.open .mobile-menu-icon span:nth-child(3n) {
	display: none;
}
.open .mobile-menu-icon span {
    background: var(--red);
}
.mobile-menu-icon:hover span {
    background: var(--red);
}
.mobile-menu-icon:hover::before,
.open .mobile-menu-icon:hover::before {
    color: var(--red);
}
#mobile-menu {
    position: fixed;
    width: 100%;
    z-index: 999;
    display: block;
    padding: 60px 0 0;
    background: #1c1719;
    border-right: none;
    border-left: none;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    transition: all 0.3s ease;
}
#mobile-menu > ul {
    padding: 90px 0 0;
    overflow-y: scroll;
    height: 100%;
}

#mobile-menu.open,
#mobile-menu .menu-open ul.sub-menu {
    left: 0;
    right: 0;
    transition: all 0.6s ease;
}
#mobile-menu > ul{margin: 0 auto;width:100%;list-style: none;position: relative; z-index:1;}
#mobile-menu > ul > li{position: relative;display: block;padding: 0; border-bottom: 1px solid rgba(255,255,255,0.25);}
#mobile-menu > ul > li:first-child{border-top: 1px solid rgba(255,255,255,0.25);}
#mobile-menu ul li::before { display: none !important;}
#mobile-menu ul li:hover{background-color: #1d1d1e; }
#mobile-menu ul li a {color: var(--white);font-size: 1.6rem;font-weight:600;line-height:2.4rem;padding:12px 15px; display:block;text-transform: uppercase;}
#mobile-menu ul li li.menu-item-has-children { overflow: hidden;}
#mobile-menu ul li li.menu-item-has-children > a { width: 45%; float: left;padding-top: 12px;}
#mobile-menu ul li.menu-open ul {margin-top:-4px;margin-bottom:12px;}
#mobile-menu ul li li a {font-size: 1.6rem;line-height:2.4rem;padding:4px 15px;text-transform: none;color: rgba(255,255,255,0.5);}
#mobile-menu ul li li li a {font-size: 1.4rem;font-weight: 300;line-height:2.0rem;padding: 5px;text-transform: none;}
#mobile-menu ul li.has-children > .action-expand{
    color: var(--white);
    width: 100%;
    text-align: right;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    position: absolute;
    padding-right: 15px;
    cursor: pointer;
}
#mobile-menu ul li .action-back {
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    position: fixed;
    width: 100%;
    background-color: var(--red);
    z-index: 2;
}
#mobile-menu ul li a.action-back > i {
    font-size: 16px;
    margin-right: 5px;
}
#mobile-menu > ul > li {
    overflow: hidden;
}
#mobile-menu > ul > li > ul.sub-menu {
    max-height: 0;
    padding-left: 0;
    transition: all 0.6s ease;
}
#mobile-menu > ul > li.menu-open > ul.sub-menu {
    max-height: 300px;
}
#mobile-menu ul ul li.has-children > .action-expand{display: none !important;}
#mobile-menu ul li.has-children>.action-expand>.opened,#mobile-menu ul li.has-children.menu-open>.action-expand>.closed{display: none;}
#mobile-menu ul li.has-children>.action-expand>.closed,#mobile-menu ul li.has-children.menu-open>.action-expand>.opened{display: block;}
#mobile-menu ul li li li {
    border-bottom: 0;
}
#mobile-menu img {
    display: none !important;
}

/* Light Menu Color */
.transparent-header.header-light #header.header-small{
    background-color: rgba(0, 0, 0, 0.5);
}
.header-light ul.sf-menu > li.current_page_item > a,
.header-light .sf-menu > li.current_page_ancestor >a,
.header-light .sf-menu > li.current-menu-ancestor >a,
.header-light .sf-menu > li.current-menu-item > a
.header-light h1.site-name a,
.header-light ul.sf-menu > li > a,
.header-light ul.sf-menu > li:hover > a,
.header-light ul.sf-menu > li:hover:after{
    color: #fff;
}
.header-dark ul.sf-menu > li.current_page_item > a,
.header-dark .sf-menu > li.current_page_ancestor >a,
.header-dark .sf-menu > li.current-menu-ancestor >a,
.header-dark .sf-menu > li.current-menu-item > a
.header-dark h1.site-name a,
.header-dark ul.sf-menu > li > a,
.header-dark ul.sf-menu > li:hover > a,
.header-dark ul.sf-menu > li:hover:after{
    color: #4F4F4F;
}

/* ------------ Page Title ------------- */

#page-title {
    background-color: var(--black);
    background-position: 50% 50%;
    background-repeat: no-repeat;
	padding: 220px 0 150px;
    background-size: cover;
	position: relative;
}
.page-template-single-product #page-title {
	padding: 240px 0 120px;
}
#page-title h1 {
    color: #ffffff;
    margin: 0;
    font-size: 7.2rem;
	font-weight: 700;
}
#page-title p {
    color: #ffffff;
    font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#page-title span {
	color: var(--dark-red);
    font-size: 30px;
    font-weight: 500;
	margin-right: 30px;
	display: inline-block;
	vertical-align: middle;
}
#page-title .transparency {
	background-color: rgba(255,255,255,0.67);
	padding: 20px 0;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (max-width: 480px) {
    #page-title h1 {
        font-size: 2.2rem;
    }
}
/* Light Page Title */
#page-title.light h1,#page-title.light p {
    color: #fff;
}
.blog-title {
    background-color: var(--dark-red);
    padding-top: 0;
    padding-bottom: 60px;
}
.blog-title h1 {
    margin-top: 20px;
}

/* Breadcrumb */
.breadcrumbs {
    padding: 12px 0;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
}
.thank-you .breadcrumbs,
.category .breadcrumbs {
    display: none;
}
.single .breadcrumbs {
    background-color: var(--dark-blue);
    padding-top: 60px;
    padding-bottom: 0;
}
.theme-breadcrumbs{
    color: #666666;
    font-size: 1.8rem;
}
.theme-breadcrumbs a{
    color: #666666;
}
.theme-breadcrumbs .crumb-item.current {
    color: #666666;
}
.theme-breadcrumbs .crumb-item::after {
    content: '\f105';
    font-size: 14px;
    font-family: FontAwesome;
    display: inline-block;
    padding: 0 6px;
    color: #666666;
}
.theme-breadcrumbs .crumb-item:last-child:after {
    content: '';
    padding: 0;
}

/* Widget */


aside ul li a:hover{
    color: #616264;
}
aside.widget{

}
aside.widget ul {
    padding: 0;
}
aside.widget ul li {
    padding: 0;
}
aside.widget_categories ul {
    margin-left: 0 !important;
}
aside.widget_categories ul li, aside.widget_recent_entries ul li,
aside.widget_recent_comments ul li, aside.widget_archive ul li, aside.widget_meta ul li {
    padding-left: 0;
    list-style-type: none;
}
aside.widget_categories ul li {
    overflow: hidden;
    text-align: right;
}

aside.widget_categories ul li a {
    color: var(--red);
    font-weight: 600;
    float: left;
    background-color: var(--white);
    padding-right: 5px;
}
aside.widget_categories ul li a::after {
    border-bottom: 1px dotted var(--grey);
    content: "";
    position: absolute;
    bottom: 6px;
    height: 1px;
    width: 100%;
    right: 0;
    border-right: 30px solid #fff;
    z-index: -1;
}

/* Search widget */
form#searchform {
    position: relative;
}
form#searchform .input {
	background-color: #ffffff;
	padding-left: 36px;
	border-radius: 5px;
	width: 260px;
}
form#searchform input[type="text"] {
	height: 36px;
	padding: 10px;
}
.tm-top-widget.right i.button-search.fa-search {
	position: absolute;
    top: 0;
    left: 0;
    background-color: var(--red) !important;
    color: #ffffff !important;
    font-size: 20px;
    height:36px;
    line-height: 36px;
    width: 36px;
	border-radius: 0;
	display: inline-block;
	border-radius: 5px 0 0 5px;
    text-align: center;
}

/* Flickr Widget Style */
.dribbble-widget,.flickr-widget .flickr-channel{
    position: relative;
    display: inline-block;
    *display: inline;
}
.flickr-widget .flickr-channel,.dribbble-widget,.tm-recent-portfolios-widget{
    margin: -5px;
}
.flickr-channel a,.dribbble-widget a,.tm-recent-portfolios-widget a{
    position: relative;
    display: block;
    float: left;
    margin: 5px;
}
.flickr-channel a img, .tm-recent-portfolios-widget a img, .tm-recent-portfolios-widget a{
    background: #efefef;
    width: 83px;
    height: 83px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.flickr-channel a img,.dribbble-widget a img,.flickr-channel a:hover:before,.dribbble-widget a:hover:before,.tm-recent-portfolios-widget a:hover:before{
    opacity: 1;
}
.flickr-channel a:before,.dribbble-widget a:before,.tm-recent-portfolios-widget a:before{
    font-size: 20px;
    line-height: 83px;
    width: 83px;
    height: 83px;
    position: absolute;
    content: "\f067";
    font-family: FontAwesome;
    text-align: center;
    color: #FFF;
    top: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(33,182,168,.85);
    border: solid 2px #85ebe1;
    opacity: 0;
    -webkit-transition: all 450ms ease 0s;
    -moz-transition: all 450ms ease 0s;
    -o-transition: all 450ms ease 0s;
    transition: all 450ms ease 0s;
}
.dribbble-widget a:before,.dribbble-widget a img{
    width: 80px;
    height: 60px;
    line-height: 60px;
}


/* Tag Wiget Style */
.tagcloud a{
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #A1A5B0;
    padding: 3px 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 0 10px 10px 0;
}
.tagcloud a:hover,#bottom .tagcloud a:hover{
    border: 1px solid #616264;
    background: #0b3b59;
    color: #fff;
}
/* Recent Posts Widget */

.tm-recent-posts-widget li::before {
    content: none !important;
}
.right-sidebar .tm-recent-posts-widget ul{
    margin: 0 !important;
    list-style: none;
}
.tm-recent-posts-widget ul li{
    display: inline-block;    
    margin-bottom: 10px;
    width: 100%;
}
.home .tm-recent-posts-widget ul li{
    float: left;
    width: 30%;
    margin-right: 3.33%;
}
.tm-recent-posts-widget h4{
    color: #403c3e;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}
#bottom .tm-recent-posts-widget h4 a{
    font-size: 20px;
    line-height: 1.4;
}

.tm-recent-posts-widget h4 a{
    color: var(--red);
    font-size: 1.6rem;
}
.tm-recent-posts-widget .meta{
    font-size: 10px;
    text-transform: uppercase;
    color: #a4a4a4;
    line-height: 14px;
}
.tm-recent-content {
    height: 90px;
}


/* Removing Child Pages from Widgets */
.widget_pages ul.children,
.widget_nav_menu ul.sub-menu,
.menu-main-menu-container .sub-menu{
    display: none;
}
.address-container {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 500;
}
.address-container .flex {
    display:flex;
    justify-content:space-between;
}
.contact-container {
    font-size: 16px;
    font-weight: 600;
    padding-top: 75px;
    padding-bottom: 75px;
	background-color: var(--red);
}
.contact-container h3 {
	color: #ffffff;
	font-size: 2.8rem;
	margin: 5px 0;
}
.contact-container p {
    text-align: left;
    line-height: 1.6;
    letter-spacing: inherit;
}
.contact-container .gform_wrapper .top_label .gfield_label,
.contact-container .gform_wrapper legend.gfield_label {
	color: #ffffff;
	font-size: 14px;
}
.partners-container {
    padding-top: 45px;
    padding-bottom: 45px;
	background-color: var(--white);
}
@media (max-width: 767px) {
    .contact-container {
        text-align: center;
    }
	.contact-container .btn {
        margin-top: 20px;
    }
    .contact-container .col-md-12 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .contact-container .tm-element:first-child {
        background-color: var(--aqua-transparent);
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .contact-container .tm-element:last-child {
        background-color: var(--red-transparent);
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
/* ------------ Footer ------------- */
#footer {
    padding: 0 0;
    background: #ffffff;
}
#bottom {
    color: #414244;
    font-size: 14px;
    font-weight: 500;
    padding: 60px 15px 30px;
    background: #ffffff;
}
#bottom .row > div {
	margin-bottom: 30px;
}
#bottom p {
    letter-spacing: 0;
    line-height: 1.2;
}
#bottom a {
    color: #414244;
    font-size: 14px;
    font-weight: 400;
}
#bottom h3 {
    color: #414244;
	font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
#bottom i {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-top: 2px;
    margin-right: 5px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
#bottom .btn {
	padding: 11px;
}
#bottom a:hover {
    color: var(--red);
}
#bottom .wpcf7-form p {
    max-width: calc(100% - 80px);
    height: 54px;
    border-radius: 0;
    border-bottom: 1px solid var(--grey);
    float: left;
}
#footer, #footer a{
    color: #414244;
    font-size: 14px;
    font-weight: 600;
}
#footer p,
#footer ul {
}
#footer img {
    max-width: 240px;
}
#footer .copyright,
#footer #legal {
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
	font-weight: 500;
    height: 12px;
    margin-top: 12px;
}
#footer .nav {
    margin-left: 0;
}
#footer .nav > li {
    float: left;
}
#footer .nav > li > a {
    color: #f0f0f0;
    padding: 0 12px;
    font-size: 14px;
    line-height: 16px;
    border-left: 1px solid rgba(255,255,255,0.5);
}
#footer .nav > li:first-child > a {
    padding: 0 12px 0 0;
    border-left: 0 solid var(--white);
}
#footer .nav > li:hover > a {
    color: var(--blue);
    background-color: rgba(255,255,255,0);
}
#footer .custom-html-widget {
    float: left;
}
@media (max-width: 767px) {
	.col-1 {
		text-align: center;
	}
}
/* Footer widget */

/* ------------ Blog Single ------------- */
body.single {
    background-color: #ffffff;
}
body.single #main {
    margin-top: 0;
}
body.single .entry-title {
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 30px;
/*  border-top: 3px solid var(--blue); */
    border-bottom: 3px solid #e0e0e0;
}
body.single .entry-title h2 {
    margin: 20px 0 0;
}

body.single .entry-title .category {
    color: #403c3e;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}
body.single .entry-media.image-slide-container {
    margin-top: 30px;
    margin-bottom: 30px;
}
article.single {
    position: relative;
    margin-bottom: 80px;
    min-height: 380px;
}
.single .entry-meta {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
article.single .entry-content, .entry-content.default-page {
    padding: 0 0 60px;
    width: 100%;
}
.categories-links {
    margin-top: 20px;
}
.categories-links a {
    color: var(--dark-brown);
}
/*
.entry-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    padding: 9px 0 7px;
    text-align: center;
    background: #000000;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.entry-date span {
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}
.entry-date span.date {
    font-size: 28px;
    font-weight: bold;
}
*/
.entry-content p{

}
.entry-content p:last-child{
    margin: 0;
}
article .shadow {
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 0 12px rgba(0,0,0,0.15);
    background-color: var(--red);
}
article:hover .shadow .theme-thumbnail {
    opacity: 0.8;
}
article a.more-link{
    font-size: 13px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    transition: all 0.4s ease;
    color: #ffffff;
    background-color: var(--blue);
    background: -moz-linear-gradient(left, var(--dark-red) 0%, var(--dark-red) 50%, var(--blue) 50%, var(--blue) 100%);
    background: -webkit-linear-gradient(left, var(--dark-red) 0%, var(--dark-red) 50%, var(--blue) 50%, var(--blue) 100%);
    background: linear-gradient(to right, var(--dark-red) 0%, var(--dark-red) 50%, var(--blue) 50%, var(--blue) 100%);
    background-size: 300% 100%;
    background-position:99% bottom;
    font-weight: 600;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: lowercase;
    border-radius: 30px 0 0 0;
    padding: 5px 15px;
}
article:hover a.more-link,
article:focus a.more-link,
article:active a.more-link {
    color: #ffffff;
    background-position:1% bottom;
    border: 0 solid var(--blue);
}
article a.more-link i {
    font-size: 16px;
    margin-left: 10px;
}
.entry-meta .author {
    margin-bottom: 0;   
}
.entry-meta .tags {
    float: right;
    border-left: 1px solid #DBDBDB;
    border-right: none;
}
.entry-meta .tags a {
    color: #a4a4a4;
}
article.single .facebook_share iframe {
    height: 20px;
}

/* Next Prev Post LINK */
.nextprev-postlink {
    padding: 30px 0;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    position: relative;
}
.nextprev-postlink .prev-post-link {
    float: left;
}
.nextprev-postlink .next-post-link {
    float: right;
}
.nextprev-postlink .home-link{

}
.nextprev-postlink .home-link a{
    position: absolute;
    left: 50%;
    margin-left: -45px;
    border: 1px solid #616264;
    padding: 12px 20px;
}
.nextprev-postlink .prev-post-link i{
    padding-right: 5px;    
}
.nextprev-postlink .next-post-link i{
    padding-left: 5px;    
}
.nextprev-postlink .post-link-title, 
.nextprev-postlink .home-link a{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}
.nextprev-postlink .post-link-title a, 
.nextprev-postlink .home-link a{
    color: #616264;
}
.nextprev-postlink .prev-post-link a:before,
.nextprev-postlink .next-post-link a:after{
    display: inline-block;
    font-family: FontAwesome;
    line-height: 1;
    border: 1px solid #616264;
    padding: 12px 20px;
    margin-right: 10px;
    content: '\f100';
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.nextprev-postlink .next-post-link a:after{
    margin-right: 0px;
    margin-left: 10px;
    content: '\f101';
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.nextprev-postlink .post-link-title a:hover:before,
.nextprev-postlink .post-link-title a:hover:after,
.nextprev-postlink .home-link a:hover{
    background: #616264;
    color: #fff;
}

.suggested-articles {
    margin-bottom: 30px;
    overflow: hidden;
}
.suggested-articles .tm-recent-posts-widget ul li::before  {
    content: none !important;
}
.suggested-articles .tm-recent-posts-widget ul li {
    float: left;    
    width: calc(33.3333% - 20px);
    margin-right: 30px;
}
.suggested-articles .tm-recent-posts-widget ul li:nth-child(3n) {
    margin-right: 0;
}
.suggested-articles .tm-recent-posts-widget ul li::before {
    color: #03061f;
    font-size: 48px;
    font-weight: 700;
    margin-left: -30px;
    margin-top: -16px;
    width: 48px;
    text-align: center;
    float: left;
}
.suggested-articles .tm-recent-posts-widget .recent-thumb{
    width: 100%;
    max-height: 320px;
    overflow: hidden;
}

.learn-more {
    margin-bottom: 90px;
}

/* About author on single post */
.tm-author {
    padding: 30px 0;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: -2px;
}
.tm-author .author-image {
    float: left;
    margin-right: 30px;
}
.tm-author h3, .tm-author h3 a {
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
}
.tm-author h3 a {
    color: #616264;
}
.tm-author h3 a:hover {
    color: #000;
}
.tm-author p {
    margin: 0 0 0 100px;
}


/* Post share box */
.share-tags-container {
    font-size: 20px;    
    padding: 30px 0;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: -2px;
}
.share-tags-container span{
    font-weight: 400;
}
.tm_post_sharebox {
    display: inline-block;    
}
.tm_post_sharebox>div {
    position: relative;
    display: inline-block;
}
.tm_post_sharebox a {
    font-size: 16px;
    line-height: 34px;
    width: 36px;
    height: 36px;
    text-align: center;
    margin-left: 10px;
    border: 1px solid #808080;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tm_post_sharebox a:hover {
    background: #616264;
    border-color: #616264;
    color: #fff;
}
.tm_post_sharebox span {
    display: none;
}

.share-tags-container .tags{
    float: right;
}
.share-tags-container .tags a:hover{
    color: #616264;
}
.tm-social-icon a span {
    display: block;
}

.tm-social-icon a {
    display: inline-block;
    margin-left: 8px;
    margin-top: 3px;
    overflow: hidden;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: left;
}
#bottom .tm-social-icon a {
    font-size: 16px;
    margin-left: 0;
	margin-right: 0;
	border-radius: 0;
}
#bottom .tm-social-icon a:last-child {
	margin-right: 0;
}
.tm-social-icon a span{
    color: #414244;
	background-color: rgba(0,0,0,0);
    display: block;
    height:100%;
    line-height: 40px;
}
#footer .tm-social-icon{
    float: right;
}

.tm-social-icon a:hover span{
    color: #ffffff;
}
.tm-social-icon a.facebook:hover span{
    background-color: #305fb3;
}
.tm-social-icon a.gplus:hover span{
    background-color: #d7482a;
}
.tm-social-icon a.twitter:hover span{
    background-color: #00d7d5;
}
.tm-social-icon a.pinterest:hover span{
    background-color: #e1003a;
}
.tm-social-icon a.skype:hover span{
    background-color: #12c7ef;
}

.tm-social-icon a.vimeo:hover span{
    background-color: #3f90bf;
}
.tm-social-icon a.youtube:hover span{
    background-color: #ff3333;
}

.tm-social-icon a.linkedin:hover span{
    background-color: #3399cc;
}
.tm-social-icon a.instagram:hover span{
    background-color: #cd00a2;
}
.tm-social-icon a.rss:hover span{
    background-color: #fca600;
}



/* jp player */

div.jp-jplayer.jp-jplayer-video { 
    background-color: #292a2b;
}

.jp-jplayer-video video {
    margin-bottom: -6px;
}

div.jp-audio,
div.jp-video {
    color: #fff;
    font-size: 1em;
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.6;
}

div.jp-audio,
div.jp-video { width: 100%; }

div.jp-interface {
    position: relative;
    z-index: 100;
    width: 100%;
    background: url(assets/img/jplayer_bg.png) repeat-x;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

div.jp-type-single div.jp-interface { height: 30px; overflow: hidden;}

div.jp-interface ul.jp-controls {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.jp-interface ul.jp-controls li { display: inline; }

div.jp-interface ul.jp-controls a {
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
}

a.jp-play,
a.jp-pause {
    z-index: 1;
    width: 33px;
    height: 30px;
    outline: none;
}

div.jp-type-single a.jp-play,
div.jp-type-single a.jp-pause {
    top: 0;
    left: 0;
}

a.jp-play { background: url("assets/img/jplayer-black-and-yellow.png") 0 0 no-repeat; }

a.jp-play:hover { background: url("assets/img/jplayer-black-and-yellow.png") -33px 0 no-repeat; }

a.jp-pause {
    display: none;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -30px no-repeat;
}

a.jp-pause:hover { background: url("assets/img/jplayer-black-and-yellow.png") -33px -30px no-repeat; }

div.jp-progress-container {
    position: absolute;
    top: 0;
    left: 34px;
    padding: 12px 10px;
    width: 225px;
    height: 6px;
}

div.jp-progress {
    position: absolute;
    overflow:hidden;
}

div.jp-type-single div.jp-progress {
    padding: 1px;
    width: 223px;
    height: 7px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -192px repeat-x ;
}

.single div.jp-type-single div.jp-progress { width: 411px; }

div.jp-seek-bar {
    width: 0px;
    height: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -163px repeat-x;
    cursor: pointer;
}

div.jp-play-bar {
    width: 0px;
    height: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -133px repeat-x ;
}

div.jp-volume-bar-container {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 12px 10px;
    width: 40px;
    height: 6px;
}

div.jp-volume-bar {
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 9px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -192px repeat-x;
    cursor: pointer;
}

div.jp-volume-bar-value {
    margin: 1px;
    width: 0px;
    height: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -133px repeat-x;
}

a.jp-mute,
a.jp-unmute {
    top: 9px;
    right: 60px;
    z-index: 1;
    width: 17px;
    height: 13px;
    outline: none;
}

.seperator-first,
.seperator-second {
    position: absolute;
    left: 32px;
    width: 2px;
    height: 30px;
    background:url(assets/img/seperator.png) no-repeat left;
}

.seperator-second {
    right:90px; 
    left:auto;
}

a.jp-mute { background: url("assets/img/jplayer-black-and-yellow.png") -10px -68px no-repeat; }

a.jp-mute:hover { background: url("assets/img/jplayer-black-and-yellow.png") -43px -68px no-repeat; }

a.jp-unmute {
    display: none;
    background: url("assets/img/jplayer-black-and-yellow.png") -5px -98px no-repeat;
}

a.jp-unmute:hover { background: url("assets/img/jplayer-black-and-yellow.png") -43px -98px no-repeat; }

div.jp-jplayer { background-color: #292a2b; }




/* Comments */
.comment-form-comment {
    width: 65%;
    float: right;
}
.logged-in-as,
.comment-form-author {
    float: left;
    width: 30%;
}
p.form-submit input{
    text-transform: uppercase;
}
.comment-form input[type="text"], .comment-form-comment textarea{
    width: 100%;
    display: inline-block;
    background: #f5f5f5;
    border-color: #f5f5f5;
    margin-bottom: 0;
    padding: 13px 18px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.comment-form-comment textarea {
    padding: 13px 18px;
}
.comment-form input[type="submit"] {
    width: 140px;
    float: right;
}
.comment-form-author p label {
    display: inline-block;
    margin-left: 20px;
    text-transform: uppercase;
}
.comment-form-author span.required {
    color: #fe4743;
}
.comment-form-comment textarea{
    display: inline-block;
    margin-bottom: 20px;
    width:100%;
    max-width: 570px;
    line-height: 1.4;
}
.comment-title-container {
    position: relative;
    margin-bottom: 50px;
}
.comment-title-container h4 {
    margin-bottom: 0;
    font-size: 25px;
    text-transform: uppercase;
    z-index: 1;
}
#reply-title.comment-reply-title {
    display: none;
} 
.comment-author-img {
    width: 70px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}
.comment-author-img img {
    max-width: 108px;
    margin-left: -19px;
}
.comment-meta{
    line-height: 1;
    font-size: 18px;
    margin-bottom: 20px;
}
.comment-meta .comment-author-link a {
    font-weight: bold;
    color: #343434;
}
.comment-body {
    position: relative;
    margin-left: 100px;
    line-height: 1.6;
}
.comment-body p:last-child {
    margin-bottom: 0;
}
.comment-list {
    margin-bottom: 40px;
}
.comment-list .comment-block .comment-block {
    margin-left: 100px;
}
.comment-block .comment{
    position: relative;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #e8e8e8;
    width: 100%;
}

.commentlist .bypostauthor { }
#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
}

/* Single tags */
.single .entry-tags i {
    padding-right: 10px;
}
.single .entry-tags a {
    padding: 3px 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
}
/* Single pagination */
.single .pagination li {
    list-style: none;
}
.single .pagination, .single .pagination ul {
    margin: 0;
    padding: 0;
}
.single .pagination a {
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #2b353e;
    color: #fff;
}
.single .pagination a:hover {
    background: #1d2124;
}

/* ------------ Elements --------------- */
/* Button */

.btn,
.gform_button,
.button-primary {
    color: #ffffff;
    overflow: hidden;
    display:inline-block;
    padding: 12px 48px;
    font-size: 14px;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--red);
    background: -moz-linear-gradient(left, var(--black) 0%, var(--black) 50%, var(--red) 50%, var(--red) 100%);
    background: -webkit-linear-gradient(left, var(--black) 0%, var(--black) 50%, var(--red) 50%, var(--red) 100%);
    background: linear-gradient(to right, var(--black) 0%, var(--black) 50%, var(--red) 50%, var(--red) 100%);
    background-size: 300% 100%;
    background-position:99% bottom;
    transition: all 0.3s ease;
    border: 2px solid rgba(0,0,0,0);  
    border-radius: 3px;
    z-index: 1;
    letter-spacing: 0;
	text-transform: uppercase;
}
.btn-skew {
	transform: skewX(-30deg);
}
.btn-skew > span {
	display: block;
	transform: skewX(30deg);
}
#main p > a.btn {
    text-decoration: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.gform_button:hover,
.gform_button:focus,
.gform_button:active {
    color: var(--white);
    background-position:1% bottom;
    border: 2px solid rgba(0,0,0,0);
}
.btn-skew:hover,
.btn-skew:focus,
.btn-skew:active {
	transform: skewX(-30deg) scale(1.1);
}
/*
.btn i {
    vertical-align: top;
    font-size: 18px;
    font-weight: 900;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 15px;
    transition: all 0.5s ease;
}
.btn:hover i {
    padding-left: 15px;
    padding-right: 10px;
}
*/
.btn-white {
    color: var(--black) !important;
    border: 1px solid rgba(255,255,255,0);
    background: #ffffff;
    background: -moz-linear-gradient(left, var(--blue) 0%, var(--blue) 50%, #ffffff 50%, #ffffff 100%);
    background: -webkit-linear-gradient(left, var(--blue) 0%, var(--blue) 50%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(to right, var(--blue) 0%, var(--blue) 50%, #ffffff 50%, #ffffff 100%);
    background-size: 300% 100%;
    background-position:99% bottom;
}
.btn-white:hover {
    color: #ffffff !important;
    background-position:1% bottom;
    border: 1px solid rgb(0,0,0,0);
}
.btn i.fa-th {
    font-size: 18px;    
    line-height: 18px;
}
.btn i + i {
    margin-left: 0;
}
.btn-border,.btn-border span{
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
}
.btn-outline {
    color: var(--black);
    border: 1px solid var(--black);
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, var(--black) 0%, var(--black) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, var(--black) 0%, var(--black) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, var(--black) 0%, var(--black) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background-size: 300% 100%;
    background-position:99% bottom;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    color: #ffffff !important;
    background-position:1% bottom;
    border: 1px solid rgba(0,0,0,0);
}
.btn-outline-red {
    color: #ffffff !important;
    font-size: 14px;
	padding: 16px 32px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, var(--red) 0%, var(--red) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, var(--red) 0%, var(--red) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, var(--red) 0%, var(--red) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background-size: 300% 100%;
    background-position:99% bottom;
    border: 2px solid var(--red);
	min-width: 180px;
}
.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red:active {
    color: var(--white) !important;
    background-position:1% bottom;
    border: 2px solid var(--red);
}
.btn-outline-white {
    color: #ffffff !important;
    font-size: 14px;
	padding: 16px 32px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background-size: 300% 100%;
    background-position:99% bottom;
    border: 2px solid #ffffff;
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active {
    color: var(--black) !important;
    background-position:1% bottom;
    border: 2px solid var(--white);
}
.tm-header-widget a.btn-outline {
    color: var(--white);
	border-color: rgba(255,255,255,0.75);
}
.tm-header-widget a.btn-outline:hover {
	color: var(--white);
    background-color: var(--red);
	border-color: var(--red);
}

.btn-border{
    z-index: 0;
}
.btn-border span {
    width: 150%;
    height: 0;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
    z-index: -1;
}
.rounded.btn-border span {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn.rounded{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;  
}
.btn-link {
    color: var(--blue);
    font-size: 12px;
	font-weight: 700;
    padding: 0;
    background: rgba(255,255,255,0);
    border: 2px solid rgba(255,255,255,0);
    text-transform: uppercase;
	text-decoration: none;
    line-height: 1;
}
.btn-link::after {
	content: "\f101";
	font-family: FontAwesome;
    font-size: 20px;
	margin-left: 10px;
	vertical-align: text-bottom;
}
.dark .btn-link {
    color: var(--white);
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    color: var(--blue);
    background: rgba(255,255,255,0);
    border: 2px solid rgba(255,255,255,0);
    text-decoration: none;
}
.btn-link:hover i,
.btn-link:focus i,
.btn-link:active i {
    color: var(--blue);
}
.btn-link:hover i.circle,
.btn-link:focus i.cicle,
.btn-link:active i.circle {
    border: 2px solid var(--blue);
}
.btn-right {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    line-height: 100%;
    border-radius: 0;
    background: var(--blue);
    border: 2px solid rgb(250,167,27,0);
    background: -moz-linear-gradient(left, var(--blue) 0%, var(--blue) 50%, var(--blue) 50%, #650a0e 100%);
    background: -webkit-linear-gradient(left, var(--blue) 0%, var(--blue) 50%, var(--blue) 50%, #650a0e 100%);
    background: linear-gradient(to right, var(--blue) 0%, var(--blue) 50%, var(--blue) 50%, #650a0e 100%);
    background-size: 300% 100%;
    background-position:99% bottom;
}
.btn-right:hover,
.btn-right:focus,
.btn-right:active {
    background-position:1% bottom;
    border: 2px solid rgba(135,196,77,0);  
}
.btn-right i {
    top: 50%;
    position: absolute;
    text-align: center;
    margin: -8px 0 0 -3px;
    font-size: 22px;
}
.btn-tab {
    color: var(--red);
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    background-color: var(--dark-pink);
    padding-top: 10px;
    padding-bottom: 25px;
    border-top: 15px solid var(--white);
}
.btn-tab img {
    max-width: 150px;
}
.btn-tab:hover,
.btn-tab:focus,
.btn-tab:active {
    color: var(--red);
}
.btn-tab.active {
    color: var(--red);
    background-color: var(--teal);
    border-top: 15px solid rgba(255,255,255,0);
}
.tm-element:nth-child(2) .btn-tab:not(.active)::before {
    content: "";
    background-color: #D2E3F1;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 15px;
}
.tm-element:nth-child(2):not(:last-child) .btn-tab:not(.shadow-right)::after {
    content: "";
    background-color: #D2E3F1;
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 15px;
}
.tm-element:first-child .btn-tab::before {
    content: "";
    background-color: inherit;
    left: -1000em;
    width: 1000em;
    height: 100%;
    top: 0;
    display: block;
    position: absolute;
}
.tm-element:first-child .btn-tab:not(.active)::before {
    border-top: 15px solid var(--white);
}
.tm-element .btn-tab.shadow-left::before,
.tm-element:nth-child(2) .btn-tab.shadow-left::before {
    content: "";
    background-color: #D2E3F1;
    width: 15px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 15px;
}
.tm-element .btn-tab.shadow-right::after,
.tm-element:nth-child(2) .btn-tab.shadow-right::after {
    content: "";
    background-color: #D2E3F1;
    width: 15px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 15px;
}
.tm-element:last-child .btn-tab::after {
    content: "";
    background-color: inherit;
    right: -1000em;
    width: 1000em;
    height: 100%;
    top: 0;
    display: block;
    position: absolute;
}
.tm-element:last-child .btn-tab:not(.active)::after {
    border-top: 15px solid var(--white);
}
.btn-xs{
    padding: 4px 12px;
    font-size: 12px;
}
.btn-sm{
    padding: 4px 15px;
    font-size: 18px;
	margin-top: 20px;
}
.btn-lg{
    font-size: 18px;
    padding: 20px 32px;
}
.btn-xl{
    padding: 24px 32px;
}
.btn-wrap {
    white-space: normal;
}
@media (max-width: 767px) {
    .btn {
        font-size: 14px;
        font-weight: 700;
        padding: 10px 16px 10px;
    }
    .btn i {
        line-height: 14px;
        padding-left: 4px;
        padding-right: 6px;
    }
    .btn:hover i {
        padding-left: 12px;
        padding-right: 8px;
    }
    h3 .btn {
        display: block;
        margin-left: 0;
    }
    .btn-tab {
        font-size: 1.4rem;
    }
    .btn-tab img {
        max-width: 70px;
    }
    .tm-element .btn-tab.shadow-left::before,
    .tm-element:nth-child(2) .btn-tab.shadow-left::before {
        width: 10px;
    }
    .tm-element .btn-tab.shadow-right::after,
    .tm-element:nth-child(2) .btn-tab.shadow-right::after {
        width: 10px;
    }
}
@media (max-width: 359px) {
    .btn {
        min-width: 125px;
    }
}
@media (min-width: 768px) {
	.btn + .btn {
		margin-left: 15px;
	}
}
/* Label */
.label {
    padding: 0px 4px;
    background-color: #00bef2;
    font-weight: normal;
    text-shadow: none;
    line-height: 1.6;
    font-size: 13px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}


/* Dropcaps */
.tm-dropcap {
    float: left;
    margin-top: 6px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
}
.tm-dropcap.dropcap_square, .tm-dropcap.dropcap_circle {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    text-align: center;
    background-color: #1d2124;
    color: #FFF;    
}
.tm-dropcap.dropcap_circle{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tm-dropcap.dropcap_border{
    border: 2px solid #1d2124;
    background-color: transparent;
    line-height: 44px;
}


/* ------------ Error 404 ------------- */

.error404 #main {
    padding-top: 200px;
    padding-bottom: 200px;
}
.error404 #page-title,
.error404 .breadcrumbs{
    display: none !important;
}
#error404-container{
    position: relative;    
}
.error404 #error404-container img {
    width: 100%;
}
.error404 .breadcrumbs {
    display: none;
}
h3.error404{
    text-align: center;
    font-size: 22px;
}
h2.errorh2{
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #787d82;
}
h3.error404 span{
    color: #1d2124;
}
.tm-404-search-container form{
    display: inline-block;
    margin: 0;
}
.tm-404-search-container form#searchform input{
    margin: 0;
    width: 100%;
    border: 1px solid #d0d3d6;
    background: transparent;
}
.tm-404-search-container form#searchform i{
    color: #787d82;
}
.error4button,.tm-404-search-container form{
    position: relative;
    margin: 10px;
    text-transform: uppercase;
}
.tm-404-search-container{
    text-align: center;
}

/* Scroll Up Style */
#scrollUp {
    background-color: rgba(255,255,255,0);
    border: 2px solid var(--blue);
    bottom: 30px;
    color: var(--blue);
    cursor: pointer;
    display: none;
    font-size: 22px;
    height: 45px;
    line-height: 35px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 45px;
    border-radius: 50%;
    z-index: 999;
}

#scrollUp:hover{
    color: #ffffff;
    background-color: var(--blue);
    border-color: var(--blue);
}


/* Container background Video */
.background-video,.video-mask,.video-mask-color{
    position: absolute;
    width: 100%;
    height: 100%;
}
.video-mask{
    top: 0;
    left: 0;
    z-index: 3;
    cursor: pointer;
    background-image: url(assets/img/video-mask.png);
    background-repeat: repeat;
    background-size: 2px 2px;
    transition: background 1s;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
}
.paused > .video-mask{
    background-color: rgba(0, 0, 0, 0.5);
}
.video-mask-color{
    top: 0;
    left: 0;
    z-index: 3; 
    background: #000;
    zoom: 1;
    filter: alpha(opacity=30);
    opacity: .3;
}
.bg-video-container{
    text-align: center;
    margin-top: 44px;
    margin-bottom: 46px;
}
.bg-video-play{
    cursor: pointer;
    color: #808080;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border-style: solid;
    border-width: 12px;
    border-color: rgba(0,0,0,.33);
    font-size: 40px;
    line-height: 150px;
    margin: 55px auto;
    position: relative;
    z-index: 1;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bg-video-play:hover{
    color: #ffffff;
    background-color:rgba(0,0,0,.33);
    border-color:#ffffff;
}
.bg-video-container h2{
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 65px;
}
.bg-video-horizontal{
    position: relative;
}
.bg-video-horizontal h2{
    position: absolute;
    width: 50%;
    padding-right: 125px;
    top: 50%;
    margin-top: -70px;
    font-size: 40px;
}
.bg-video-horizontal h2.bg-video-last-text{
    right: 0;
    padding-right: 0px;
    padding-left: 125px;
}

/* Page Builder CSS Start */
#theme-layout {
    margin: 0 auto;
}

#main,#slider{
/*    position: relative; */
}
#blog {
    padding-bottom: 60px;
}
.single #blog {
    padding-top: 60px;
    padding-bottom: 0;
}
.page-template-template-onepage-php #main{
    padding: 0;
}
#main [class*="col-md"] {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    *display: inline;
}
@media (max-width: 991px) {
    #main [class*="col-md"].tm-divider-space {
        margin: 0 !important;
    }
}
#main form [class*="col-md"] {
    margin-top: 0;
    margin-bottom: 0;
}
#main .theme-portfolio [class*="col-md-3"]{
    width: 24.9%;
}
.flex {
    display: flex;
}
.flex .flex-end {
  align-self: flex-end;
}
.onepage-header-container [class*="col-md"] {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    *display: inline;
}
.no-bottom-margin{
    margin-bottom: 0 !important;
}
.no-top-margin{
    margin-top: 0 !important;
}
#main .no-margin,
#main .no-margin [class*="col-md"] {
    margin-top: 0;
    margin-bottom: 0;
}
.no-margin > div > div  [class*="col-md"] {
    padding-left: 0;
    padding-right: 0;
}
.no-padding,
.no-padding div {
    padding: 0 !important;
}
.no-margin img,
.no-padding img {
    width: 100%;
    height: auto;
}
.container-fluid {
    overflow: hidden;
    width: 100%;
}
.container {
    max-width: 1170px;
    width: 100%;
}
.tm-top-bar .container {
    max-width: calc(100% - 40px);
    width: 100%;
}
@media (max-width: 991px) {
    #header .container {
        width: 100%;
    }
}
@media (min-width: 1600px) {
	.tm-top-bar .container {
		max-width: 100%;
		width: 100%;
		padding-left: 40px;
		padding-right: 0;
	}
}
@media (min-width: 992px) {
    #header .container,
    #bottom .container,
    #footer .container {
	    max-width: 1680px;
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
	#header .sub-menu .container {
        padding-left: 0;
        padding-right: 0;
    }
}
/* Container Styles */

.bg-scroll,.bg-fixed,.bg-parallax {
    background-size: cover;
}
.bg-fixed,.bg-parallax{
    background-attachment: fixed;
}
.bg-pattern{
    background-repeat: repeat;
    background-position: left top;
}

/* Page Builder Elements START */
/* About Element */
.theme-about{
    background-image: url(assets/img/about-bg.png);
    background-repeat: repeat-y;
    background-position: 50%;
}
.theme-about .about-type-content{
    position: relative;
}
.theme-about .about-type-content>.about-bullet{
    position: absolute;
    top: 50%;
    left: 50%;
    border: solid 2px #d5d5d5;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-top: -15px;
    margin-left: -15px;
    background-color: #ffffff;
}
.theme-about .about-type-content>.about-bullet, 
.theme-about .about-type-content>.about-content,
.theme-about .about-type-content>.about-content:before{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.theme-about .about-type-content:hover>.about-bullet{
    border-color: #ffffff;
    background-color: #616264;
}
.theme-about .about-type-title{
    text-align: center;
}
.theme-about .about-type-title>.about-title{
    color: #FFF;
    background-color: #616264;
    display: inline-block;
    padding: 9px 24px;
    font-size: 20px;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 2px #fff;
    margin: 60px auto;
}
.theme-about .about-type-title:first-child>.about-title{
    margin-top:0;
}
.theme-about .about-type-title:last-child>.about-title{
    margin-bottom: 0;
}
.theme-about .about-type-content>.about-content,.theme-about .about-type-content>.about-content:before{
    width: 45%;
    background-color: #F5F5F5;
    border-style: solid;
    border-width: 1px;
    border-color: #F5F5F5;
}
.theme-about .about-type-content>.about-content:before{
    position: absolute;
    content: "";
    top: 50%;
    right: -10px;
    margin-top: -10px;
    width:  20px;
    height: 20px;
    -webkit-transform:  rotate(45deg);
    -moz-transform:     rotate(45deg);
    -o-transform:       rotate(45deg);
    -ms-transform:      rotate(45deg);
    transform:          rotate(45deg);
    border-left-width: 0;
    border-bottom-width: 0;
}
.theme-about .about-pos-right>.about-content:before{
    right: auto;
    left: -10px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 0;
    border-top-width: 0;
}
.theme-about .about-type-content>.about-content{
    position: relative;
    color: #808080;
    padding: 16px 28px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.theme-about .about-pos-right>.about-content{
    float: right;
}
.theme-about .about-type-content .about-heading>div{
    display: inline-block;
}
.theme-about .about-type-content .about-title{
    font-size: 20px;
    color: #808080;
    font-weight: bold;
}
.theme-about .about-type-content .about-date{
    float: right;
    font-size: 16px;
}
.theme-about .about-type-content:hover .about-content,.theme-about .about-type-content:hover .about-content:before{
    background-color: #ffffff;
    border-color: #d5d5d5;
}
.theme-about .about-type-content:hover .about-title{
    color: #616264;
    font-weight: 600;
}
.theme-about .about-type-content:hover .about-date{
    font-weight: 600;
}

/* About Me Element */
.theme-aboutme .aboutme-meta .aboutme-share{
    text-align: right;
}
.theme-aboutme .aboutme-meta .desc{
    margin-bottom: 10px;
}
.theme-aboutme .aboutme-meta>div{
    width: 50%;
    display: inline-block;
}
.theme-aboutme .aboutme-head{
    font-size: 30px;
}
.theme-aboutme .aboutme-head h2{
    font-size: 43px;
    margin: 10px 0;
    color: #1c1c1c;
}
.theme-aboutme .aboutme-meta a i{
    background-color:  transparent;
    border: solid 1px #808080;
    margin-right: 2px;
    height: 43px;
    width: 43px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    padding-top: 11px;
}
.theme-aboutme .aboutme-meta a i:hover{
    background-color: #ffffff;
    color: #616264;
    border: solid 1px #616264;
}
.theme-aboutme .aboutme-meta a:first-child i{
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.theme-aboutme .aboutme-meta a:last-child i{
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.theme-aboutme.aboutme-style-2 .aboutme-head{
    margin-bottom: 30px;
}
.theme-aboutme.aboutme-style-2 span,
.theme-aboutme.aboutme-style-2 h2{
    font-size: 35px;
    font-weight: 300;
}
.theme-aboutme.aboutme-style-2 h2{
    display: inline-block;
    margin-left: 15px;
    color: #616264;
}
.theme-aboutme.aboutme-style-2 .aboutme-meta{
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    padding: 10px 0 30px 0;
    margin-top: 60px;
}
.theme-aboutme.aboutme-style-2 span.style2{
    display: block;
    font-size: 29px;
}
.theme-aboutme.aboutme-style-2 .aboutme-meta a i{
    background-color:  #616264;
    border: solid 1px #616264;
    color: #fff;
}
.theme-aboutme.aboutme-style-2 .aboutme-meta a i:hover{
    background-color: #ffffff;
    color: #616264;
    border: solid 1px #616264;
}

/* Accordion, Toggle Element */
.accordion-group {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    background-size: cover;
    background-position: center center;
}
.accordion-group .accordion-heading{
}
.accordion-group.active .accordion-heading{

}
.accordion-heading .accordion-toggle {
    color: var(--white);
    position: relative;
    display: block;
    padding: 30px 60px 30px 0;
    cursor: pointer;
    line-height: 1;
    font-size: 1.6rem;
    transition: all 0.5s ease;
}
.active .accordion-toggle {

}
.active .accordion-toggle > span {
    display: block;
}
.accordion-toggle .icon {
    text-align: center;
    position: absolute;
    right: 0;
    top: 50px;
}
.accordion-toggle .icon {
    transition: all 1s ease;
    position: absolute;
	top: 15px;
    right: 0;
	background-color: var(--red);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
}
.accordion-toggle .icon::after {
    content: "\f107";
    color: var(--white);
    font-family: FontAwesome;
    font-weight: 100;
    font-size: 22px;
}
.active .accordion-toggle .icon::after {
    content: "\f106";
    color: var(--white);
}
.active .accordion-toggle .icon {

}
.accordion-heading .accordion-toggle:hover .icon{

}
.active .accordion-heading .accordion-toggle .icon{

    
}
.accordion-inner {
    color: var(--white);
    padding: 20px 0;
}
.accordion-inner p:last-child{
}
.collapse {
    position: relative;
    display: none;
    overflow: hidden;
}
.accordion-group.active .collapse,.accordion-group.closing .collapse {
    display: block;
}
.accordion-group.active,.accordion-group.active .accordion-heading{
}
.accordion-group .accordion-body{
    padding: 0;
}

/* Qualification Element */
.qualification-group {
    width: 100%;
    margin-bottom: 0;
    background-color: #f0f4f8;
}
.qualification-group.active {
    background-color: var(--dark-blue);
}
.qualification-group .qualification-heading{
    padding: 30px;
	border-bottom: 2px solid #e2e2e2;
}

.qualification-heading .qualification-toggle {
    position: relative;
    display: block;
    padding: 0;
    cursor: pointer;
    line-height: 1;
    font-size: 2.4rem;
    transition: all 0.5s ease;
}
.active .qualification-toggle {
    color: var(--white);
}
.active .qualification-toggle > span {
    display: block;
}
.qualification-inner {
    color: var(--white);
    padding: 30px;
}
.qualification-inner p:last-child{
}
.collapse {
    position: relative;
    display: none;
    overflow: hidden;
}
.qualification-group.active .collapse,.qualification-group.closing .collapse {
    display: block;
}
.qualification-group.active,.qualification-group.active .qualification-heading{
}


/* Callout Element */
.theme-callout .callout-container{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #616264;
    text-align: center;
    padding: 30px 15px;
}
.theme-callout .callout-text{
    position: relative;
}
.theme-callout .callout-text p{
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #000;
}
.theme-callout .callout-text p b{
    font-weight: 900;
}
.theme-callout.with-button p{
    padding-right: 200px;
}
.theme-callout .btn-callout{
    position: absolute;
    top: 50%;
    right: 0;
    margin: -24px 0 0 20px;
    padding: 12px 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    border: 2px solid transparent;
    background: #616264;
    color: #fff;
}
.theme-callout .callout-text > a.btn:hover{
    background: #00658b;
}
.theme-callout .callout-text > a.btn i {
    margin: 0 0 0 10px;
}
/* Callout style2 */
.theme-callout.style2 .callout-container{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    padding: 35px 50px;
}
.theme-callout.style2 .callout-text p b{
    font-weight: 700;
}
.theme-callout.style2 .btn-callout{
    background: #fff;
    color: #616264;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 30px;
    -webkit-box-shadow: 3px 3px #1a9d91;
    -moz-box-shadow: 3px 3px #1a9d91;
    box-shadow: 3px 3px #1a9d91;
}
.theme-callout.style2 .btn-callout:hover{
    color: #fff;
}



/* Carousel Element */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* Owl Carousel Start*/

.image-slider-element.list_carousel .owl-dots {
   display: none;
}
.theme-carousel-testimonial.list_carousel .owl-nav {
    display: inline-block;
    color: #ffffff;
    font-size: 32px;
    width: 100%;
}
@media (max-width:768px) {
    .theme-carousel-testimonial.list_carousel .owl-nav {
        display: none;
    }
}
.list_carousel .owl-nav .owl-prev {
    color: var(--blue);
    font-size: 26px;
    border: 0;
    background-color: rgba(255,255,255,0);
    left: 0;
    margin-left: -30px;
    margin-top: -28px;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 50%;
    border-radius: 50%;
}
.list_carousel .owl-nav .owl-next {
    color: var(--blue);
    font-size: 26px;
    border: 0;
    background-color: rgba(255,255,255,0);
    right: 0;
    margin-right: -30px;
    margin-top: -28px;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 50%;
}

.theme-carousel-testimonial.list_carousel .owl-nav .owl-prev {
    color: #ffffff;
    border: 0;
    background-color: var(--red);
    left: 0;
    margin-left: -30px;
    margin-top: -24px;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    border-radius: 0;
}
.theme-carousel-testimonial.list_carousel .owl-nav .owl-next {
    color: #ffffff;
    border: 0;
    background-color: var(--red);
    right: 0;
    margin-right: -30px;
    margin-top: -24px;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    border-radius: 0;
}

.owl-nav.disabled {
/*  opacity: 0; */
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 0px 3px;
    background: url(assets/img/owl-page.png);
    background-position: 12px 0;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background-position: 12px 12px;
}

/* Twitter Carousel Testimonials */
.theme-carousel-twitter.list_carousel .owl-buttons,
.theme-carousel-testimonial.list_carousel .owl-buttons{
    top: auto;
    bottom: -80px;
    right: 50%;
    margin-right: -16px;
}

/* display none until init */

.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-toutm-action: pan-y;
}
.owl-carousel li{
    list-style: none;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-stage-outer {
    overflow: hidden;
    width: 100%;
}
.owl-carousel .owl-item,
.theme-carousel .owl-item{
    float: left;
    transition: opacity 0.3s linear;
}
.owl-carousel .owl-item:not[.center],
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(assets/img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.theme-carousel-twitter .owl-wrapper,
.theme-carousel-testimonial .owl-wrapper{
    -webkit-transition: all 0ms ease !important;
    -moz-transition: all  0ms ease !important;
    -o-transition: all  0ms ease !important;
    transition: all  0ms ease !important;
}


/* Ubo Added Theme Carousel styles*/
.carousel-container{
    position: relative;
}
.dark .carousel-container {
    border-radius: 30px;
}
.carousel-thumbnail, .theme-carousel.entry-media{
    position: relative;
}
.list_carousel .carousel-content{
    text-align: left;
    line-height: 1.4;
}
.list_carousel .carousel-title{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.4;
}
.list_carousel .carousel-title a{
    color: #ffffff;
}
.list_carousel .carousel-title a:hover{
    color: #ffffff;
}
.list_carousel .owl-buttons{
}
.list_carousel.style_2 .owl-buttons{
    right: 0;
}
.list_carousel{
    margin: 0 -15px;
}
.list_carousel .list_carousel{
    margin: 0;
}
.list_carousel .tm-owl-item { 
    margin: 0 15px;
}
.innovations .list_carousel .tm-owl-item { 
    margin: 0 60px 0 0;
}

.list_carousel>.tm-owl-filter-left, .list_carousel>.tm-owl-filter-right{
    min-width: 100%;
    height: 100%;
    background: #FFF;
    position: absolute;
    top: 0;
    opacity: 0.5;
}
.list_carousel>.tm-owl-filter-left{
    right: 100%;
}
.list_carousel>.tm-owl-filter-right{
    left: 100%;
}
.theme-carousel-post.list_carousel .tm-owl-item,
.theme-carousel-portfolio.list_carousel .tm-owl-item{
    width: 400px;
    float: left;
    background-color: var(--red);
}
.list_carousel .tm-owl-item{
   display: block;
}
.list_carousel .owl-item.active .tm-owl-item,
.owl-carousel .tm-owl-item{
    display: block;
}
.theme-carousel-post.list_carousel .owl-item .tm-owl-item,
.theme-carousel-portfolio.list_carousel .owl-item .tm-owl-item{
    width: auto;
    float: none;
    position: relative;
}

/* Post Carousel */
.theme-carousel-post .entry-media .tm-owl-item {
    margin: 0;
}
.theme-carousel-post .tm-owl-item .carousel-content {
    padding: 30px 15px 30px 30px;
}
.theme-carousel-post .tm-owl-item .entry-meta {
    color: var(--white);
    margin-bottom: 0;
    height: 30px;
}
.theme-carousel-post .tm-owl-item .entry-meta span + span {
    border-left: 1px solid var(--white);
    padding-left: 12px;
    margin-left: 12px;
    line-height: 16px;
    font-size: 13px;
    max-width: calc(100% - 90px);
    display: inline-block;
    vertical-align: middle;
}
.theme-carousel-post.list_carousel .owl-dots {
   display: block !important;
}
.dark .theme-carousel-post .owl-dot {
    width: 15px;
    height: 15px;
    border: 1px solid var(--white);
    margin-top: 75px;
}
.dark .theme-carousel-post .owl-dot.active {
    border: 1px solid var(--white);
    background-color: var(--white);
}

.theme-carousel-partner .tm-owl-item{
    text-align: center;
}
.theme-carousel-partner a{
    opacity: .5;
}
.theme-carousel-partner a:hover{
    opacity: 1;
}
/* Portfolio Carousel */
.theme-portfolio.list_carousel .carousel-content{
    padding: 20px 10px;
    text-align: center;
}
.theme-portfolio.list_carousel.style_2 .carousel-content{
    background: transparent;
    color: #fff;
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: -52px;
}
.theme-portfolio.list_carousel.style_2 .carousel-content a{
    color: #fff;
}
.owl-dots {
    margin: 0 auto;
    text-align: center;
}
.owl-dot {
    width: 15px;
    height: 15px;
    padding: 0;
    border: 1px solid var(--red);
    border-radius: 50%;
    background-color: rgba(0,0,0,0);
    margin-left: 15px;
}
.owl-dot.active {
    border: 1px solid var(--red);
    background-color: var(--red);
}
.innovations .owl-dot {
    width: 15px;
    height: 15px;
    border: 1px solid var(--white);
    margin-top: 30px;
    margin-bottom: 30px;
}
.innovations .owl-dot.active {
    border: 1px solid var(--white);
    background-color: var(--white);
}

.dark .owl-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid var(--white);
    border-radius: 50%;
    background-color: rgba(0,0,0,0);
    margin-left: 12px;
}
.dark .owl-dot.active {
    border: 1px solid var(--white);
    background-color: var(--white);
}

@media (max-width: 767px) {
    .owl-dot {
        width: 8px;
        height: 8px
    }
}
/* Portfolio Like it */

.likeit:hover {
    color: #616264;
    cursor: pointer;
}
.likeit i {
    padding-right: 7px;
}
article.single-portfolio .likeit {
    cursor: pointer;
    margin-bottom: 5px;
}




/* Portfolio */
article.single-portfolio h2.portfolio-title {
    font-size: 25px;
    color: #616264;
    padding-bottom: 20px;
    margin: -10px 0 17px;
    border-bottom: 2px solid #f4f4f4;
}
article.single-portfolio > h2.portfolio-title {
    padding-bottom: 30px;
    margin: 33px 0 -3px;
}
.single-portfolio-half .col-md-3.pos-top,.single-portfolio-full .col-md-3.pos-top{
    position: fixed;
    top: 75px;
}
.single-portfolio-half .col-md-3.pos-bottom,.single-portfolio-full .col-md-3.pos-bottom{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.single-portfolio-full .portfolio-meta{
    text-align: right;
}
.theme-portfolio .isotope-container[data-column="5"]>article{
    width: 19.9947443%;
}
.theme-portfolio.theme-full-element .isotope-container[data-column="5"]>article{
    width: 19.9748%;
}
.theme-portfolio .isotope-container[data-column="4"]>article{
    width: 24.98686%;
}
.theme-portfolio.theme-full-element .isotope-container[data-column="4"]>article{
    width: 24.98%;
}
.theme-boxed .theme-portfolio.theme-full-element .isotope-container[data-column="4"]>article{
    width: 24.97%;
}
.theme-portfolio .isotope-container[data-column="3"]>article{
    width: 33.319%;
}
.theme-portfolio.theme-full-element .isotope-container[data-column="3"]>article{
    width: 33.319%;
}
.theme-portfolio .isotope-container[data-column="2"]>article{
    width: 50%;
}
.theme-portfolio .isotope-container[data-column="1"]>article{
    width: 100%;
}
.theme-portfolio article.portfolio {
    padding: 15px;
}
.theme-portfolio.theme-full-element .isotope-container {
    padding: 0;
    margin-left: 0px;
    margin-right: 0px;
}
.theme-portfolio .portfolio-hover {
    opacity: 0;
    padding: 20px 60px 20px 30px;
    border: 1px solid #e8e8e8;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);


    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.theme-portfolio .meta-link a, .theme-portfolio .meta-like {
    background: #616264;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    width: 60px;
    line-height: 60px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}
.theme-portfolio .likeit {
    position: absolute;
    right: 30px;
}
.theme-portfolio .meta-link {
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -60px;
}
.theme-portfolio .meta-like {
    position: absolute;
    top: -60px;
    right: 30px;
    font-size: 16px;
    font-weight: bold;
    width: 75px;

    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.theme-portfolio .meta-like .likeit {
    position: static;
}
.meta-like .likeit:hover {
    color: #fff;
}
.theme-portfolio .meta-link a:first-child {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
}
.theme-portfolio .meta-link a:last-child{
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}
.theme-portfolio .meta-link a:last-child {
    background: #17a598;
}
.theme-portfolio h2.portfolio-title{
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    font-weight: 500;
}
.theme-portfolio h2.portfolio-title a{
    color: #343434;
}
.theme-portfolio h2.portfolio-title a:hover, 
.theme-portfolio.col2t h2.portfolio-title a:hover{
    color: #616264;
}
.portfolio-thumb>img{
    width:100%;
}
.portfolio-thumb {
    width: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}
.portfolio-thumb > a > img{
    transition: all 2s ease;
}
.portfolio-thumb:hover > a > img{
    transform: scale(1.1);
}
.portfolio-cats {
    margin-bottom: 30px;
}
.portfolio-cats p {
    margin-bottom: 0;
}
.portfolio-cats a,.portfolio-cats a:hover{
    color: #808080;
}
.portfolio-cats i {
    padding-right: 10px;
    font-size: 12px;
}

/* Portfolio 2 columns with text */
.theme-portfolio.col2t .portfolio-thumb {
    margin-bottom: -1px;
}
.theme-portfolio.col2t .portfolio-content {
    padding: 20px 30px;
    border: 1px solid #e8e8e8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.theme-portfolio.col2t article.portfolio:hover .portfolio-content {
    border-color: #616264;
}
.theme-portfolio.col2t h2.portfolio-title a {
    color: #808080;
}
.theme-portfolio.col2t .portfolio-hover {
    padding: 0;
    border: 0;
}
.theme-portfolio.col2t .meta-link {
    left: 30px;
    margin-left: 0;
}
.meta-line {
    width: 50px;
    height: 1px;
    background: #616264;
    display: block;
    margin: 25px 0;
}

/* Portfolio Fullwidth style */
.theme-portfolio.theme-full-element article.portfolio {
    padding: 0;
}
.theme-portfolio.theme-full-element .portfolio-hover {
    border: 0;
}

/* Portfolio 1 column style */
.theme-portfolio.col1 .portfolio-hover,
.theme-portfolio.col1t .portfolio-hover {
    border: 0;
    padding: 0;
    background: rgba(255,255,255,.9);
    width: 500px;
    height: 100%;
    -webkit-transform: translate3d(-500px,0,0);
    transform: translate3d(-500px,0,0);
}
.theme-portfolio.col1 .meta-line {
    display: none;
}
.theme-portfolio.col1 .meta-link {
    top: auto;
    bottom: 0;    
}
.theme-portfolio.col1 .meta-like {
    top: 0;
    right: 50%;
    margin-right: -30px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.theme-portfolio.col1 .meta-link a, .theme-portfolio.col1 .meta-like,
.theme-portfolio.col1t .meta-link a, .theme-portfolio.col1t .meta-like {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.theme-portfolio.col1 .portfolio-content {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    width: 100%;
    text-align: center;
}

/* Portfolio 1 column with text style */
.theme-portfolio.col1t article.portfolio:nth-child(even) .portfolio-hover {
    right: 0;
}
.theme-portfolio.col1t .portfolio-hover {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    padding: 30px;
}
.theme-portfolio.col1t .portfolio-content {
    overflow: hidden;
    line-height: 1.6;
    height: 440px;
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
}
.theme-portfolio.col1t h2.portfolio-title a {
    color: #808080;
}
.theme-portfolio.col1t .meta-link a, .theme-portfolio.col1t .meta-like {
    background: #adadad;
}
.theme-portfolio.col1t article.portfolio:hover h2.portfolio-title a {
    color: #616264;
}
.theme-portfolio.col1t article.portfolio:hover .meta-link a, 
.theme-portfolio.col1t article.portfolio:hover .meta-like {
    background: #616264;
}
.theme-portfolio.col1t article.portfolio:hover .meta-link a:last-child {
    background: rgba(33,182,168,.85);
}
.theme-portfolio.col1t .meta-link {
    top: auto;
    bottom: 0;
    left: 30px;
    margin-left: 0;
}
.theme-portfolio.col1t .meta-like {
    top: auto;
    bottom: 0;
}

/* Portfolio Animation */
.isotope, .isotope .isotope-item {
/*    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;*/
}
article.not-inited{
    -webkit-transform:  translate3d( 0px, 0px, 0px ) !important;
    -moz-transform:     translate3d( 0px, 0px, 0px ) !important;
    -ms-transform:      translate3d( 0px, 0px, 0px ) !important;
    -o-transform:       translate3d( 0px, 0px, 0px ) !important;
    transform:          translate3d( 0px, 0px, 0px ) !important;
    opacity: 0;
}

/* Related portfolios */
#main .related_portfolios .theme-portfolio {
    margin-top: -15px;
    margin-bottom: 0;
}

/* Portfolio hover */

.image-overlay {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
}
.portfolio-thumb:hover .image-overlay,
.portfolio-thumb:hover .meta-link,
.portfolio-thumb:hover .meta-link a,
.portfolio-thumb:hover .portfolio-hover, 
.portfolio-thumb:hover .meta-like{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-thumb:hover .meta-link > a:last-child,
.portfolio-thumb:hover .meta-link > span{
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.portfolio-thumb:hover .meta-link > a:first-child {
    -webkit-transition-delay: 0.10s;
    transition-delay: 0.10s;
}
.portfolio-thumb:hover .meta-like {
    -webkit-transition-delay: 0.20s;
    transition-delay: 0.20s;
}

/* Graph Chart, Pie Chart on Page Builder */
.list-desc,.with-list-desc{
    display: inline-block;
    vertical-align: middle;
}
.list-desc{
    width: 40%;
    opacity: 0;
}
.with-list-desc{
    width: 55%;
    margin-right: 5%;
}
.list-desc>ul{
    list-style: none;
    margin: 0;
    padding-left: 10px;
}
.list-desc>ul>li>i{
    display: inline;
    margin-right: 10px;
}

/* Circle Chart Element */
.tm-circle-chart {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.style-4 .tm-circle-chart{
    background: #fff;
}
.tm-circle-chart.style_2 {
    display: inline-block;
    *display: inline;
    margin: 0 10px 10px 0;
}
.tm-circle-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}



/* Divider Element */

.tm-divider-space{
    text-align: center;
}
.tm-divider {
    position: relative;
    margin: 0;
}
.tm-divider div {
    height: 1px;
}
.theme-heading i, .theme-title i, .tm-divider i{
    position: absolute;
    left: 50%;
    height: 30px;
    width: 60px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    top: -14px;
    margin-left: -30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.tm-divider h6{
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: -9px;
    font-size: 11px;
}
.tm-divider span{
    font-weight: normal;
    padding: 12px 20px;
    background: #FFF;
    border: 1px solid #d1d4d7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.tm-divider.divider-top i, .tm-divider.divider-top span{
    cursor: pointer;
}
.tm-divider.divider-top span{
    padding: 8px 6px;
}
.tm-divider.divider-top h6 {
    font-weight: normal;
    font-size: 9px;
    top: -7px;
}
.tm-divider.divider-right h6{
    text-align: right;
}
.tm-divider.divider-left h6{
    text-align: left;
}
.tm-divider.divider-right i{
    left: auto;
    margin-right: 15px;
    right: 0;
}
.tm-divider.divider-left i{
    left: 0;
    margin-left: 15px;
}
.tm-divider i.line,.tm-divider i.square{
    border-width: 1px;
    border-style: solid;
}
.tm-divider i.square{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* Heading Element */

.theme-heading{
    position: relative;
    text-align: center;
}
.theme-heading .heading-title.minimal{
    font-size: 20px;
    font-weight: 700;
}
.theme-heading .heading-title.minimal>span.title-seperator{
    width: 100px;
    background: #808080;
    margin: 22px auto 30px;
}
.theme-heading .heading-title{
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0;
    font-size: 35px;
}
.theme-heading .heading-title>span{
    color: #616264;
}
.theme-heading p{
    font-size: 24px;
}
.title-seperator{
    position: relative;
    width: 296px;
    height: 2px;
    background: #E5E5E5;
    display: block;
    margin: 36px auto 20px;
    text-align: center;
}
.title-seperator > i.default {
    width: 18px;
    margin-left: -9px;
    line-height: 22px;
}
.title-seperator i.default > span {
    width: 3px;
    height: 2px;
    display: inline-block;
    background: #616264;
    margin: 0 2px;
}
.theme-heading p {
    max-width: 100%;
    margin: 38px auto 0;
}

.theme-heading.left, .left .theme-title {
    text-align: left;
}
.theme-heading.left .title-seperator,.theme-heading.left p{
    margin-left: 0;
}
.theme-heading.left .title-seperator, .theme-heading.right .title-seperator{
    width: 153px;
}
.theme-heading.left .title-seperator > i.default{
    margin-left: 0;
    left: 0;
    width: 16px;
    padding-right: 2px;
}
.theme-heading.right{
    text-align: right;
}
.theme-heading.right .title-seperator,.theme-heading.right p{
    margin-right: 0;
}
.theme-heading.right .title-seperator > i.default{
    margin-left: 0;
    left: auto;
    right: 0;
    width: 16px;
    padding-left: 2px;
}

.theme-title h3 {
	color: var(--red);
    margin-top: 0;
    margin-bottom: 0;
	margin-left: 75px;
}
.key-points .theme-title h3 {
    color: #222;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 0.7em;
    margin-top: 0;
}
.key-points .theme-title h3 {
    font-weight: 700;
    text-align: center;
}

/* History Element */

.history-container{
    position: relative;
    text-align: center;
}
.history-items{
    display: inline-block;
}
.theme-history .history-group{
    position: relative;
    min-height: 150px;
    margin: 0 !important;
    text-align: center;
    z-index: 2;
    width: 190px;
    float: left;
    padding: 0 15px;
}
.theme-history .history-year{
    position: relative;
    top: 40px;
    margin: auto;
    width: 70px;
    height: 70px;
    line-height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #ecf0f1;
    border: 7px solid #ecf0f1;
}
.theme-history .history-year:after{
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #ecf0f1;
    border-width: 12.5px;
    margin-left: -12.5px;
}
.theme-history .bottom .history-year:after{
    top: 100%;
    bottom: auto;
    border-bottom-color: transparent;
    border-top-color: #ecf0f1;
}
.theme-history .history-title{
    line-height: 1;
    bottom: 0;
    top: auto;
    position: absolute;
    display: block;
    width: 85%;
    font-size: 13px;
    font-style: italic;
}
.theme-history .top .history-title{
    bottom: auto;
    top: 0;
}
.theme-history .history-bg{
    display: block;
    position: absolute;
    top: 75px;
    width: 100%;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ecf0f1;
}



/* Coming Soon */
.tm-cs-container{
    background: #fff;
    padding: 60px 0;
    text-align: center;
    margin: 0;
}
.page-template-page-comingsoon-php #main{
    padding: 150px 0;
    background: transparent;
}
.page-template-page-comingsoon-php h1,
.tm-coming-soon h1{
    margin: 15px 0;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: normal;
}
.tm-coming-soon .days,
.tm-coming-soon .hours,
.tm-coming-soon .minutes,
.tm-coming-soon .seconds {
    position: relative;
    color: #fff;
    font-weight: normal;
    background: #1d2124;
    width: 108px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.tm-coming-soon .count {
    font-size: 36px;
    line-height: 1;
    padding: 20px 0;
}
.tm-coming-soon .text{
    line-height: 1;
    padding: 10px 20px 20px 20px;
}
.tm-coming-soon span.coming-soon{
    width: 62px;
    height: 0px;
    display: block;
    margin-left: 16px;
    border-top: 1px solid rgba(0,0,0,.15);
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.tm-coming-soon, .subscribe-container input {
    display: inline-block;
}
.subscribe-container h3 {
    font-size: 2.8rem;
    margin-bottom: 0;
}
.subscribe-container .btn{
    margin-top: 17px;
}
.tm-coming-soon>div{
    float:left;
}
.tm-coming-soon>.sep{
    font-size: 48px;
    padding: 25px 20px;
    line-height: 1;
    color: #1d2124;
}
.tm-coming-soon-content {
    width: 700px;
    margin: 20px auto;
}



/* List Element */

#main ul.theme-list{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul.theme-list > li > i {
    display: block;
    font-size: 40px;
    margin-bottom: 20px;
    margin-right: 10px;
    transition: all 1s ease;
    float: left;
    text-align: center;
}
ul.theme-list li{
    line-height: 1.6 !important;
    position: relative;
    margin-bottom: 30px !important;
    overflow: hidden;
}
ul.theme-list li span {
    width: calc(100% - 60px);
    display: inline-block;
}
ul.theme-list li strong {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
}

/* Message Box Element*/
.alert{
    position: relative;
    margin-bottom: 6px;
    padding: 12px 20px;
    background-color: #d1d4d7;
    text-shadow: none;
    color: #95a5a6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.alert:last-child{
    margin-bottom: 0;
}
.alert-success{
    background-color: #e0f0d8;
    color: #468847;
}
.alert-info{
    background-color: #d8edf7;
    color: #3a87ad;
}
.alert-warning{
    background-color: #fcf7e3;
    color: #c09953;
}
.alert-danger{
    background-color: #f2dede;
    color: #b94a48;
}



/* Milestone Element */

.tm-milestones-count>.tm-milestones-show{
    position: relative;
    float: left;
    overflow: hidden;
    width: 25px;
    height: 45px;
    top: 0;
    left: -3px;
}
.tm-milestones-count>.tm-milestones-show>ul{
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tm-milestones-count{
    text-align: left;
    color: #1d2124;
    font-weight: 100;
    font-size: 42px;
    line-height: 1;
}
.theme-milestone .tm-milestones-icon.float-left,.theme-milestone .tm-milestones-content.float-left{
    float: left;
}
.theme-milestone .tm-milestones-icon.centered,.theme-milestone .tm-milestones-content.centered{
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}
.theme-milestone .tm-milestones-content.centered .tm-milestones-count{
    display: inline-block;
    *display: inline;
    text-align: center;
}
.theme-milestone .tm-milestones-icon{
    margin-right: 25px;
}
.tm-milestones-show ul li{
    line-height: 1;
    margin-bottom: 5px;
    text-align: center;
}
.tm-milestones-show ul li:last-child{
    margin-bottom: 0;
}
.tm-milestones-content span{
    display: block;
}
.tm-milestones-content span.title-seperator{
    margin: 10px auto;
    width: 30px;
}


/* Price Block Element */
.tm-element.theme-pricing {
    padding-left: 0;
    padding-right: 0;
}
.pricing-column {
    position: relative;
    background-color: #fff;
    text-align: center;
    margin-right: -1px;
}
.tm-pricing-two {
    width: 50%;
}
.tm-pricing-three {
    width: 33.333%;
}
.tm-pricing-four {
    width: 25%;
}
.pricing-column {
    float: left;
    padding: 0 15px;
}

.pricing-header h1 {
    font-size: 22px;
    color: #616264;
}
.pricing-top {
    width: 195px;
    height: 195px;
    border: 3px solid #616264;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    margin: -95px auto 0;
    padding-top: 45px;
    background: #fff;
    color: #616264;
}
.pricing-box {
    margin-top: 115px;
    margin-bottom: 30px;
    border: 2px solid #F1F1F1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.price-symbol {
    font-size: 60px;
    font-weight: normal;
    line-height: 64px;
}
.price-time {
    font-size: 22px;
}
.pricing-content{
    padding: 20px 0 37px;
}
.pricing-content p {
    margin-bottom: 35px;
}
.pricing-content ul {
    margin: 20px 0 0;
    padding: 2px 0 5px;
    background: #f4f4f4;
    color: #343434;
}
.pricing-content ul li{
    padding: 20px;
    list-style: none;
    margin: 0;
    line-height: 1.5;
}
.pricing-footer a{
    font-size: 16px;
    font-weight: 900;
    border-color: #616264;
    background: #fff;
    color: #616264;
    padding: 15px 40px;
    margin: 0 0 -32px;
    text-transform: uppercase;
}
.pricing-footer a:hover{
    background: #616264;
    color: #fff;
}
.pricing-column.featured .pricing-top,.pricing-column:hover .pricing-top{
    width: 215px;
    border: 10px solid #fff;
    border-bottom: none;
    border-top: none;
    background: #616264;
    color: #fff;
}
.pricing-column.featured .pricing-box,.pricing-column:hover .pricing-box{
    border: 2px solid #616264;
}
.pricing-column.featured .pricing-footer a,.pricing-column:hover .pricing-footer a{
    background: #616264;
    color: #fff !important;
}
.pricing-column.featured .pricing-footer a:hover,.pricing-column:hover .pricing-footer a:hover{
    background: #fff !important;
    color: #616264 !important;
}


/* Process Element */
.theme-process{
    text-align: center;
}
.process-container{
    display: inline-block;
}
.process-group{
    position: relative;
    width: 190px;
    margin: 40px 0px;
    float: left;
}

.process-group:last-child .fa{
    display: none;
}
.process-group .process-icon{
    position: absolute;
    top: 50%;
    font-size: 24px;
    margin-top: -13px;
    right: -6px;
    color: #bdbdbd;
}
.process-title,
.process-number{
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
}
.process-number{
    position: absolute;
    top: 0;
    left: 35px;
    font-weight: normal;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #2b353e;
    color: #fff;
}
.process-title{
    margin: 0 auto;
    width: 120px;
    height: 120px;
    line-height: 1;
    font-size: 14px;
    padding: 50px 20px;
}


/* Progress bar Element */

@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from{background-position:0 0;} to{background-position:40px 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}.progress{overflow:hidden;height:16px;margin-bottom:16px;background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:linear-gradient(to bottom, #f5f5f5, #f9f9f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.theme-progress .bar{width:0%;height:12px;color:#ffffff;font-size:12px;text-align:center;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#0e90d2;background-repeat:repeat-x;-webkit-transition:width 0.6s ease;-moz-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease;}
.theme-progress .bar+.bar{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);}
.progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px;}
.theme-progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}
.theme-progress .bar{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.theme-progress .bar-container{
    overflow: hidden;
    background-color: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.theme-progress{
    margin-bottom: 35px;
}
.theme-progress:last-child{
    margin-bottom: 0;
}
.progress-title{
    font-weight: 300;
    position: relative;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 13px;
}
.progress-title span{
    font-weight: 700;
    float: right;
}
.progress .bar.tm-bi {
    background-image: none;
}
/* Product Element */

.tm-product,
.tm-product-image {
    background-color: var(--white);
    transition: all ease 0.5s;
}
.tm-product .inner {
    padding: 45px 30px 15px;
}
.tm-product .pre-text {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}
/*
#main .tm-product ul li::before {
    background-color: var(--red);
    width: 10px;
    height: 10px;   
}
*/
.tm-product h2 {
    margin-bottom: 15px;
}
.tm-product-image > .background-image {
    position: relative;
}
.product-highlight {
    transform: rotate(-90deg) translate(-480px, 0);
    transform-origin: top left;
    position: absolute;
    top: 60px;
    left: 0;
    font-weight: 500;
    font-size: 48px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.67);
    text-align: right;
    height: 60px;
    width: 480px;
    background: none !important;
}
.tm-product-image::before {
    content: "";
    background-color: #fff;
    width: 20%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

/* Service Element */

.tm-service-box{
    padding: 0;
}
.tm-service-box:hover .tm-service-content{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tm-service-box.none {
    text-align: center;
    padding: 0 5%;
}
.tm-service-box.none a {
    color: #000000;
}
.tm-service-box.style_1 {
	position: relative;
	overflow: hidden;
}
.tm-service-box.style_1:hover {

}
.tm-service-box.style_2 {
    padding: 0;
}
.tm-service-box.style_3 {
    text-align: left;
    padding: 0;
	background-color: #000000;
}
.tm-service-box.style_4 {
    overflow: visible;
}
.tm-service-box.style_4:hover {
    transform: scale(1.05);
    box-shadow: 0 0 4px rgba(0,0,0,0.25);
}
.tm-service-box.style_5 {
    background-color: #ffffff;
    padding: 60px;   
    border-radius: 30px;
    box-shadow: 0 0 16px rgba(0,0,0,0.15);
}
.tm-service-box.style_5.dark {
    background-color: var(--blue);
}
.tm-service-box.style_6 {
    text-align: left;
    background-color: #ffffff;
    padding: 20px 0;
}
.tm-service-box.style_3:hover {
    color: #ffffff;
}
.tm-service-box .tm-service-icon{
    display: block;
    text-align: center;
}
.tm-service-box.left-service .tm-service-icon {
    text-align: left;
	float: left;
    display: inline-block;
}
.tm-service-box.none .tm-service-icon {
	padding: 30px 0;
}
.tm-service-box.style_1 .tm-service-icon {
    padding: 0;
}
.tm-service-box.style_1:hover .tm-service-icon {
    opacity: 0.5;
}
.tm-service-box.style_2 .tm-service-icon {
    vertical-align: top;
}
.tm-service-box.style_3 .tm-service-icon {
    overflow: hidden;
}
.tm-service-box.style_4 .tm-service-icon img {
    margin: -45px;
    z-index: 2;
    position: relative;
    box-shadow: 0 0 4px rgba(0,0,0,0.25);
}
.tm-service-box.style_3 .tm-service-icon img{
    opacity: 1;
	transition: all 1s ease;
}
.tm-service-box.style_3:hover .tm-service-icon img{
    opacity: 0.25;
	transform: scale(1.25);
}
/*
.tm-service-box.style_3 .tm-service-icon::before {
    content: '';
    position: absolute;
    background-image: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #fff;
    opacity: 0;
    transition: all 0.5s ease;
}
.tm-service-box.style_3:hover .tm-service-icon::before {
    content: '';
    position: absolute;
    background-image: none;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    opacity: 1;
    transition: all 0.5s ease;
}
*/
.tm-service-box.style_4 .tm-service-icon {
    background-color: #ffffff;
    padding: 0 15px;
}
.tm-service-box.style_6 .tm-service-icon{
    float: left;
    margin-right: 20px;
    text-align: left;
}
.tm-service-box.style_6:hover .tm-service-icon{
    opacity: 0.8;
}
.tm-service-box .tm-service-icon img {

}

.tm-service-box:hover .tm-service-icon img {

}
.tm-service-box .tm-service-content{
    padding: 15px 0;
    position: relative;
    margin: 0 auto;
}
.tm-service-box.none .tm-service-content{
	padding: 0 5%;
}
.tm-service-box.style_1 .tm-service-content {
	padding: 15px 30px 0 0;
}
.sm .tm-service-box.style_1 .tm-service-content {
	padding: 5px 30px 0 0;
}
.tm-service-box .popup {
	display: none;
}
.tm-service-box.style_2 .tm-service-content {
    padding: 0 30px;
}

.tm-service-box.style_3 .tm-service-content {
    position: absolute;
    top: 5%;
    left: 7.5%;
}
.tm-service-box.style_3:hover .tm-service-content {
    opacity: 1;
}
.tm-service-box.style_3:hover .tm-service-content .more {
    color: #ffffff;
    font-size: 1.4rem;
    padding: 3px 15px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
}
.tm-service-box.style_6 .tm-service-content {
    font-size: 12px;
    padding: 0 0;
    margin-left: 100px;
}

.tm-service-box.none:hover .tm-service-icon img {
    transition: all 0.3s ease;
    transform: scale(1.1);
}
.tm-service-box.style_5 .tm-service-icon{
    border-radius: 50%;
    transition: all 1s ease;
    border: 0 solid rgba(255,255,255,0.75);
    overflow: hidden;
}
.tm-service-box.style_5:hover .tm-service-icon{
    background-color: var(--red);
    transform: scale(1.05);
    border: 20px solid rgba(255,255,255,0.75);
}
.tm-service-box.style_5.dark:hover .tm-service-icon{
    background-color: var(--red);
    transform: scale(1.05);
    border: 0 solid rgba(255,255,255,0.75);
}
.tm-service-box.style_5 .tm-service-icon img {
    transition: all 1s ease;
}
.tm-service-box.style_5:hover .tm-service-icon img {
    transition: all 1s ease;
    opacity: 0.5;
}

.tm-service-box.style_4 .tm-service-content {
    color: #2b2b2b;
    background-color: #ffffff;
    padding: 30px;
    text-align: left;
}
.tm-service-box.style_5 .tm-service-content {
    padding: 30px 0 0;
    text-align: center;
}
.tm-service-box.style_4.dark .tm-service-content {
    color: #ffffff;
    background-color: #444;
}
.tm-service-box.style_1 .btn {
	font-size: 32px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 40% 15px;
	bottom: 15px;
	height: 100%;
	border-radius: 0;
}
.tm-service-box.style_1:hover .btn {
    background-position:1% bottom;
}
.tm-service-box.style_4 .tm-service-content .btn {
     margin-top: 10px;
}
.tm-service-box.style_5 .tm-service-content .btn {
    margin-top: 45px;
}
.tm-service-box.style_5.dark .tm-service-content .btn {
    color: var(--red);
    background: #ffffff;
    background: -moz-linear-gradient(left, var(--red) 0%, var(--red) 50%, #ffffff 50%, #ffffff 100%);
    background: -webkit-linear-gradient(left, var(--red) 0%, var(--red) 50%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(to right, var(--red) 0%, var(--red) 50%, #ffffff 50%, #ffffff 100%);
    background-size: 300% 100%;
    background-position:99% bottom;
    border: 1px solid #ffffff;
}
.tm-service-box.style_5.dark .tm-service-content .btn:hover,
.tm-service-box.style_5.dark .tm-service-content .btn:focus,
.tm-service-box.style_5.dark .tm-service-content .btn:active {
    color: #ffffff !important;
    background-position:1% bottom;
    border: 1px solid var(--red);
}
.tm-service-box.none h3 {
    font-size: 2.0rem;
	line-height: 2.8rem;
    font-weight: 400;
	margin-top: 0;
	letter-spacing: 2px;
	min-height: 56px;
}
.tm-service-box.style_1 h3 {
	font-family: Montserrat, sans-serif;
    font-size: 1.6rem;
	line-height: 1.2;
    font-weight: 600;
	letter-spacing: 1px;
	margin: 10px 0 45px 110px;
}
.sm .tm-service-box.style_1 h3 {
	font-size: 1.4rem;
	letter-spacing: 0px;
	margin: 0 0 45px 55px;
}
.tm-service-box.style_2 h3 {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: absolute;
	left: 45px;
	bottom: 15px;
}
.tm-service-box.style_2 h3::after {
	content: "\f101";
	font-family: FontAwesome;
	margin-left: 5px;
}
.tm-service-box.style_3 h3{
    font-size: 2.6rem;
    color: #ffffff;
}
.tm-service-box.style_4 h3 {
    color: #2b2b2b;
    font-size: 2.4rem;
}
.tm-service-box.style_5 h3 {
    color: #616264;
    font-size: 2.6rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 30px;
}
.tm-service-box.style_4.dark h3 {
    color: #ffffff;
}
.tm-service-box.style_5.dark h3 {
    color: var(--red);
    font-size: 3rem;
}
.no-titleline .service-title-sep{
    display: none;
}
.tm-service-box .service-title-sep.last{
    margin-top: 24px;
    margin-bottom: 5px;
}
.tm-service-content h3 a{
    color: #3352a3;
}

.tm-service-box.style_2 {
    cursor: pointer;
}
.left-service .tm-service-content a.more:hover{
    color: #ffffff;
}
.tm-service-box, .tm-service-box h3, .tm-service-box .tm-font-icon, 
.pricing-box{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tm-font-icon,.tm-font-icon:after,.tm-font-icon:before{
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.fi-rotate{
    -webkit-transform:  rotate(45deg);
    -moz-transform:     rotate(45deg);
    -o-transform:       rotate(45deg);
    -ms-transform:      rotate(45deg);
    transform:          rotate(45deg);
}
.fi-rotate:before{
    display: inline-block;
    -webkit-transform:  rotate(-45deg);
    -moz-transform:     rotate(-45deg);
    -o-transform:       rotate(-45deg);
    -ms-transform:      rotate(-45deg);
    transform:          rotate(-45deg);
}

@media (max-width: 767px) {
	.tm-service-box.style_1.left-service .tm-service-icon {
        float: none;
    }
	.tm-service-box.style_1 .tm-service-content {
		padding: 0;
	}
	.tm-service-box.style_1 h3 {
		font-size: 1.2rem;
		margin: 15px 0;
		text-align: center;
	}
    .tm-service-box.style_2 .tm-service-icon {
        padding-left: 15px;
    }
    .tm-service-box.style_2 .tm-service-content {
        padding-left: 15px;
        padding-right: 15px;
	}
    .tm-service-box.style_5 {
        padding: 30px;
    }
}
/*
#fancybox-outer {
	max-width: 900px !important;
}
#fancybox-content {
	border-width: 0 !important;
}
.content-header {
	padding: 15px 30px;
    background-color: #1f3567;
    background-image: url(/wp-content/uploads/logo-flag-dark-blue.svg);
    background-position: center center;
}
.content-header {
	text-align: center;
	max-width: 900px !important;
}
.content-header img {
    width: 100px;
}
.content-header p strong {
	margin-top: 10px;
    font-size: 3.0rem;
}
.content-header p strong {
	color: var(--white);
    text-align: center;
}
.content-main {
	max-width: 900px !important;
	padding: 15px 30px;
	min-height: 150px;
}
*/
/* Staff Element */
.tm-staff-box {
    background-color: var(--white);
}
.tm-staff-box.style_3 {
    background-color: var(--light-grey);
}
.tm-staff-box.dark {
    background-color: var(--red);
}
.tm-staff-box .tm-staff-region {
    color: var(--red);
    font-size: 15px;
    font-weight: 700;
}
.tm-staff-box.dark h3,
.tm-staff-box.dark .tm-staff-content {
    color: var(--white);
}
.tm-staff-box p {
    font-size: 14px;
}
.tm-staff-box p.content {
    overflow: hidden;
    max-height: 3em;
    transition: all 0.3s ease;
}

.tm-staff-box p.content.open {
    max-height: 60em;
}
.tm-staff-box a.content-toggle {
    font-size: 12px;
    font-weight: 700;
}
.tm-staff-box a.content-toggle:hover {
    color: var(--red);
}
.tm-staff-box a.content-toggle::after {
    content: "\f107";
    color: var(--red);
    font-family: FontAwesome;
    font-size: 16px;
    margin-left: 8px;
}
.tm-staff-box a.content-toggle.open::after {
    content: "\f106";
    color: var(--red);
    font-family: FontAwesome;
    font-size: 16px;
    margin-left: 8px;
}
.tm-staff-box .tm-staff-content {
    padding: 30px 30px 10px;
}
.tm-staff-box h3 {
    font-size: 2.2rem;
    margin-top: 0;
    margin-bottom: 10px;
}
.tm-staff-box.style_1 h3 small {
    color: var(--white);
    font-size: 1.6rem;
    text-transform: none;
    padding-left: 20px;
}
.tm-staff-box.style_2 small {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
}
.tm-staff-box.style_1 .tm-staff-content {
    padding: 30px;
}
.tm-staff-box.style_1 h3 small {
    font-weight: 700;
}
.tm-staff-box .tm-social-icon  {
    float: right;
}
.tm-staff-box .tm-social-icon a span {
    color: var(--white);
}
.tm-staff-box .tm-social-icon a {
    width: 48px;
    height: 48px;
}
.tm-staff-box .tm-social-icon a span {
    line-height: 48px;
}
@media (max-width: 533px) {
    .tm-staff-box.style_1 h3 small {
        display: block;
        padding-left: 0;
    }
}
/* Testimonial Element */

.tm-testimonial-box {
	font-weight: 300;
	background-color: #f0f4f8;
	padding: 30px 45px;
	margin: 0 -7.5px;
	text-align:center;
	height: 100%;
}
.tm-testimonial-box .tm-testimonial-icon img {
	width: 120px;
	margin: 10px auto 20px;
}
.tm-testimonial-content h3 {
	font-size: 19px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
}
.tm-testimonial-content p {
	color: var(--dark-red);
	font-style: italic;
}
.tm-testimonial-content .fa-star,
.tm-testimonial-content .fa-star-o {
	font-size: 1.9rem;
font-weight: 400;
line-height: 1.5;
	color: var(--red);
	margin: 2px;
	
}

/* Tab Element */
.theme-tab {

}
.nav-tabs>li i{
    font-size: 64px;
    display: block;
    margin: 20px auto;
}
.nav-tabs {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    border-bottom: 0 solid var(--red);
}

.nav-tabs>li{
    float: left;
    line-height: 1;
    position: relative;
    margin-bottom: 0 !important;
    border-top: 3px solid #ffffff;
}
.nav-tabs>li.active{
    border-top: 3px solid var(--red);
}
.nav-tabs > li a{
    background-color: #f7f7f7;
    font-weight: 700;
    display: block;
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #ffffff;
    border-bottom: 1px solid var(--red);
    border-radius: 0;
}
.nav-tabs > li:last-child a{

}
.nav-tabs>li a:hover,
.nav-tabs>li a:focus {
    color: #555;
    background-color: #f7f7f7;
}
.nav-tabs > li > a {
    color: var(--grey);
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: var(--red);
    border-color: var(--red);
    border-bottom-color: transparent;
}
.nav-tabs>li.with-icon a{
    padding: 30px 30px;
}

.nav-tabs>li span{

}
.tab-two .nav-tabs>li{
    width: 50%;
}
.tab-three .nav-tabs>li{
    width: 33.33%;
}
.tab-four .nav-tabs>li{
    width: 25%;
}
.tab-five .nav-tabs>li{
    width: 20%;
}
.tab-six .nav-tabs>li{
    width: 16.66%;
}
.tab-seven .nav-tabs>li{
    width: 14.28%;
}
.tab-eight .nav-tabs>li{
    width: 12.25%;
}
.tab-content>.tab-pane{
    display: none;
}
.tab-content>.tab-pane>div{

}
.tab-content>.tab-pane>div{
    padding-top: 40px;
    padding-bottom: 40px;
}
.tab-content>.active{
    display: block;
}
.tab-init{
    opacity: 0;
}
.tab-content{
    width: 100%;
    overflow: auto;
    border-radius: 0;
    padding: 30px 30px 15px;
    border: 1px solid var(--red);
    border-top: 0 solid var(--red);
    margin-top: -1px;
}
.tabs-left .nav-tabs,
.tabs-right .nav-tabs {
    float: right !important;
    text-align: left !important;
}
.tabs-left .tab-content {
    padding: 0 60px 0 0;    
}
/*#main .tab-content [class*="col-md"] {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}*/
.tabs-left>.nav-tabs>li a,
.tabs-left2>.nav-tabs>li a{
    border: 1px solid #f7f7f7;
}
.tabs-left>.nav-tabs,
.tabs-left2>.nav-tabs {
    width: auto;
    float: left;
}
.tabs-left>.nav-tabs>li,
.tabs-left2>.nav-tabs>li{
    float: none;
}
.tabs-left>.nav-tabs>li:first-child a,
.tabs-left2>.nav-tabs>li:first-child a{
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}
.tabs-left>.nav-tabs>li.active:first-child a,
.tabs-left2>.nav-tabs>li.active:first-child a{

}
.tabs-left>.nav-tabs>li:last-child a,
.tabs-left2>.nav-tabs>li:last-child a{
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}
.tabs-left>.nav-tabs>li.active:last-child a,
.tabs-left2>.nav-tabs>li.active:last-child a{

}
.nav-tabs > li > a:hover {
    
}
.tabs-left .tab-content,
.tabs-left2 .tab-content{
    width: auto;
}
.tabs-left2 .tab-content{
    border-right: none;
    border-bottom: none;
    border-top: none;
}
.tabs-top2 .tab-content{
    border-right: none;
    border-bottom: none;
    border-left: none;
    padding-bottom: 0;
}
/* ---------------- */
.posts-tab-widget .theme-thumbnail .meta-link{
    display: none;
}
.posts-tab-widget{
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #e9e8e6;
    overflow: hidden;
}
.posts-tab-widget .tab-content {
    padding: 20px 20px 0px 20px;
    border-style: none;
}
.posts-tab-widget .nav-tabs>li span{
    font-size: 16px;
    font-weight: 300;
}
.posts-tab-widget .nav-tabs>li{
    background-color: #ffffff;
    border-bottom: solid 1px #e9e8e6;
    border-right: solid 1px #e9e8e6;
    padding: 0;
}
.posts-tab-widget .nav-tabs>li:last-child{
    border-right-style: none;
    float: right;
}
.posts-tab-widget .nav-tabs>li a{
    border-style: none;
    padding: 2px 0 8px;
    text-align: center;
    background-color: #ffffff;
}
.posts-tab-widget .nav-tabs>li.active a{
    color: #343434;
    background-color: #f4f4f4;
    border-bottom: solid 3px #616264;
    padding-bottom: 6px;
    position: relative;
}
.posts-tab-widget .nav-tabs>li.active a:after{
    position: absolute;
    color: #616264;
    font-size: 24px;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    content: '\f0d8';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 4px;
}
.posts-tab-widget .nav-tabs>li.active{
    border-bottom-style: none;
}
.posts-tab-widget .entry-title,
.posts-tab-widget .comment-title{
    font-weight: normal;
    color: #808080;
    margin: 15px 0 10px;
}
.posts-tab-widget .entry-content,
.posts-tab-widget .comment>a,
.posts-tab-widget .comment-content{
    font-size: 14px;
    line-height: 1.5;
}
.posts-tab-widget .entry-media{
    margin-bottom: 8px;
}
.posts-tab-widget .comment{
    margin-bottom: 20px;
}

/* Team Element */
.theme-team .member-title{
    text-align: center;
}
.theme-team .member-title h2{
    color: #808080;
    font-weight: 900;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0;
}
.theme-team:hover .member-title h2{
    color: #616264;
}
.member-image{
    position: relative;
    margin-bottom: 36px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.member-image .image-overlay{
    background: rgba(33,182,168,.6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: visible;
}
.member-image .portfolio-overlay-icon{
    border: 8px solid rgba(255,255,255,.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.theme-team:hover .image-overlay{
    opacity: 1;
}
.member-image>img{
    width: 100%;
}
.theme-team .member-title .title-sep{
    display: block;
    width: 70px;
    height: 2px;
    background-color: #e5e5e5;
    margin: 23px auto 22px;
}
.theme-team .member-pos{
    font-size: 20px;
    margin-bottom: 10px;
    color: #808080;
}
.theme-team .member-social .tm-social-icon{
    text-align: center;
}
.theme-team .member-social{
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    margin-top: -22px;
}
.member-social .tm-social-icon a{
    position: relative;
    left: auto;
    margin: 0 auto;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    background: transparent;
    margin-right: 10px;
    color: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.member-social .tm-social-icon a:last-child{
    margin-right: 0;
}
.member-social .tm-social-icon a:hover{
    background: #fff;
    color: #616264;
}
.team-content>p {
    font-size: 16px;
    color: #808080;
    text-align: center;
}
/* Hover Over icon Width FIX */

.portfolio-overlay-icon{
    position: relative;
    width: 100%;
    height: 100%;
}
.portfolio-overlay-icon a{
    font-size: 24px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
}


/* Testimonial Element */
.testimonial-item {
    position: relative;
    margin-bottom: 25px;
}
.testimonial-item:last-child {
    margin-bottom: 0;
}
.testimonial-thumb {
    color: var(--blue);
    float: left;
    width: 100px;
    height:100px;
    overflow: hidden;
    line-height: 64px;
    text-align: center;
    margin-top: 45px !important;
}
.testimonial-thumb img{
    height: 100px;
}
.testimonial-thumb i {
    font-size: 64px;
}
.testimonial-content {
    position: relative;
    text-align: center;
}
/*.testimonial-content:after{
    background-color: #f5f5f5;
    position: absolute;
    content: "";
    bottom: -7px;
    left: 39px;
    width: 18px;
    height: 18px;
    -webkit-transform:  rotate(45deg);
    -moz-transform:     rotate(45deg);
    -o-transform:       rotate(45deg);
    -ms-transform:      rotate(45deg);
    transform:          rotate(45deg);
}
*/
.testimonial-footer{
    margin-top: 30px;
    position: relative;
}
.testimonial-author{
    float: left;
    margin-left: 30px;
    margin-top: 16px;
    font-weight: 500;
}
.testimonial-author h4{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: -9px;
}
.testimonial-author span{
    font-size: 12px;
    color: var(--blue);
}
.testimonial-item.style-default .testimonial-meta a,.testimonial-item.style-default .testimonial-meta span{
    position: absolute;
    right: 0;
    top:24px;
}
.testimonial-item.style-default .testimonial-meta span{
    top: 46px;
}
.testimonial-author a {
    font-weight: bold;
    font-size: 20px;
    color: #343434;
}
.testimonial-meta {
    display: none !important;
}
.testimonial-meta i{
    font-size: 17px;
    color: #808080;
}
.testimonial-meta i.fa-star{
    color: #616264;
}
.testimonial-item.style-center .testimonial-meta a,.testimonial-item.style-center .testimonial-meta span{
    display: block;
}
.testimonial-item.style-center .testimonial-meta{
    margin-top: 8px;
    margin-bottom: -8px;
}
.testimonial-item.style-center .testimonial-content:after{
    left: 50%;
    margin-left: -9px;
}
.testimonial-item.style-center .testimonial-thumb,
.testimonial-item.style-center .testimonial-author{
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.testimonial-item.style-center .testimonial-author{
    margin-top: 12px;
}
.testimonial-item.style-center .testimonial-footer{
    margin-top: 33px;
}
.testimonial-item.style-left .testimonial-author{
    margin: 0;
    text-align: left;
    margin-top: -17px;
}
.testimonial-item.style-left .testimonial-meta{
    text-align: right;
    margin-top: -10px;
}
.testimonial-item.style-left .testimonial-meta a,.testimonial-item.style-left .testimonial-meta span{
    display: block;
}
.testimonial-item.style-left .testimonial-content{
    margin-left: 135px;
    padding: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.testimonial-item.style-left{
    position: relative;
}
.testimonial-item.style-left .testimonial-thumb{
    float: none;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -50px;
}
.testimonial-item.style-left .testimonial-content:after{
    left: -7px;
    top: 50%;
    margin-top: -9px;
}

/* Text Carousel Element */
.theme-carousel-text {
    margin: 0 auto !important;
}
.text-carousel-content h5 {
    margin-bottom: 15px;
}
.text-carousel-content .inner {
    padding: 45px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.documents .list_carousel .tm-owl-item {
    background-color: rgba(0,0,0,0.1);
    padding: 30px 45px;
    min-height: 320px;
}
.reports .list_carousel .tm-owl-item .text-carousel-item .text-carousel-content {
    min-height: 320px;
}
.dark .documents .theme-carousel-text .tm-owl-item {
    background-color: rgba(0,0,0,0.5);
}
.documents .theme-carousel-text h3 {
    margin-top: 0;
    text-align: center;
}
.documents .theme-carousel-text ul {
    border-top: 2px solid rgba(0,0,0,0.1);
    padding-left: 0;
}
.dark .documents .theme-carousel-text li {
    border-top: 2px solid rgba(255,255,255,0.5);
}
.documents .theme-carousel-text li {
    border-bottom: 2px solid rgba(0,0,0,0.1);
}
.dark .documents .theme-carousel-text li {
    border-bottom: 2px solid rgba(255,255,255,0.5);
}
.documents .theme-carousel-text a {
    color: var(--red);
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px 0;
    position: relative;
}
.dark .documents .theme-carousel-text a {
    color: var(--white);
}
.documents .theme-carousel-text a::after {
    content: "\f15c";
    font-family: FontAwesome;
    color: var(--blue);
    font-size: 22px;
    position: absolute;
    right: 0;
}

.reports .theme-carousel-text .text-carousel-content {
    position: relative;
}
.reports .theme-carousel-text p {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    width: 66.66%;
}
.reports .theme-carousel-text a {
    background-color: var(--blue);
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px 30px;
}
.reports .theme-carousel-text a::after {
    content: "\f15c";
    font-family: FontAwesome;
    color: var(--white);
    font-size: 22px;
    position: absolute;
    right: 30px;
}
.documents .theme-carousel-text .owl-dots,
.reports .theme-carousel-text .owl-dots {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
}
.documents .theme-carousel-text .owl-dot,
.reports .theme-carousel-text .owl-dot {
    width: 13px;
    height: 13px;
    margin: 0 10px;
}
.horizontal-slide-container {
  overflow-y: auto;
  overflow-x: hidden;
	left: 150px;
}
.horizontal-slide-nav {
	position: absolute;
	left: 90px;
	bottom: 0;
}
.horizontal-slide-nav .prev i,
.horizontal-slide-nav .next i {
	font-size: 26px;
	background-color: var(--red);
	color:  var(--white);
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin-right: 10px
}
.horizontal-slide-link {
	float: right;
}
@media (max-width: 533px) {
    .horizontal-slide-container {
        overflow-x: auto;
        overflow-y: scroll;
    }
	.horizontal-slide-nav {
		left: 30px;
	}
	.horizontal-slide-nav .prev i,
	.horizontal-slide-nav .next i {
		font-size: 22px;
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
}
.horizontal-slide-container::-webkit-scrollbar { 
    display: none; 
}
.theme-horizontal-slide {
    width: 100%;
    white-space: nowrap;
	margin-left: 60px !important;
	margin-top: 40px;
}

.theme-horizontal-slide .tm-slide-item {
	background-color: #ffffff;
    white-space: normal;
    display: inline-block;
    max-width: 400px;
	margin: 0 15px 45px;
}
.theme-horizontal-slide .tm-slide-item p {
	font-size: 14px;
}
.theme-horizontal-slide .tm-slide-item .text {
    padding: 30px 30px 0;
}
.tm-slide-item .btn-link {
	color: var(--red);
}
.theme-horizontal-slide .tm-slide-item:hover {
	background-color: var(--blue);
}
.theme-horizontal-slide .tm-slide-item:hover h3 {
	color: var(--white);
}
.theme-horizontal-slide .tm-slide-item:hover p {
	color: var(--white);
}
.theme-horizontal-slide .tm-slide-item:hover p.pre-text {
	color: var(--white);
}
.theme-horizontal-slide .tm-slide-item:hover p.pre-text {
	color: var(--white);
}
/* Twitter Element*/

ul.jtwt, aside.widget ul.jtwt { position: relative; list-style: none; margin: 0;padding-left: 60px;}
ul.jtwt li{ margin: 0 0 30px; min-height: 28px; list-style: none;}
aside.widget ul.jtwt li { margin-bottom: 5px; }
ul.jtwt li:before{
    position: absolute;
    left: 0;
    display: inline-block;
    margin-top: 5px;
    color: #666;
    background: #fff;
    content: "\f099";
    text-decoration: inherit;
    font-size: 16px;
    font-family: FontAwesome;
    speak: none;
    width: 42px;
    height: 42px;
    text-align: center;
    border: 1px solid #666;
    padding-top: 5px;

}
.jtwt_loader { font-weight: normal; }
.twitter-follow {
    display: inline-block;
}
aside.widget .twitter-follow { margin-top: 30px; }
#sidebar .twitter-follow a, .twitter-follow a{
    color: #1c1c1c;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    border: 1px solid #1c1c1c;
}
#sidebar .twitter-follow a:hover,.twitter-follow a:hover{
    border-color: #1c1c1c;
}
#sidebar .sidebar-contact {
    background-color: #000000;
    padding: 30px 15px 15px;
    border: 15px solid rgba(255,255,255,0.5);
    border-radius: 5px;
}
#sidebar .sidebar-contact input[type="submit"] {
    width: 100%;
}


/* Twitter and Testimonial Carousel Element*/

.theme-carousel-twitter.list_carousel,
.theme-carousel-testimonial.list_carousel{
    position: relative;
    text-align: center;
}
.theme-carousel-twitter .theme-carousel p{
    float: none;
    opacity: 1;
}
.theme-carousel-twitter .theme-carousel p:first-child{
    opacity: 1;
}
.theme-carousel-twitter p{
    max-width: 900px;
    margin: 0 auto;
}

/* Twitter Carousel Element*/
.theme-carousel-twitter .theme-carousel p {
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}
.theme-carousel-twitter .theme-carousel .twitter_time{
    display: block;
    font-size: 13px;
}
.theme-carousel-twitter .twitter-icon i {
    font-size: 48px;
}
.theme-carousel-twitter .twitter-icon span {
    display: none;
}
.theme-carousel-twitter .twitter-follow{
    margin: 10px 0 0 0;
}
.theme-carousel-twitter .twitter-follow a{
    color: #000;
    border: none;
    font-weight: bold;
    font-size: 13px;
    text-transform: none;
}
/* Twitter Carousel Element Style2 */
.theme-carousel-twitter.list_carousel.style_2 {
    margin: 20px 0;
}
.theme-carousel-twitter.style_2 .twitter-icon {
    position: absolute;
    left: 0;
    top: 0;
}
.theme-carousel-twitter.style_2 .twitter-icon i {
    font-size: 14px;
}
.theme-carousel-twitter.style_2 .twitter-icon span {
    display: inline;
    text-transform: uppercase;
    padding-left: 8px;
    font-size: 12px;
    font-weight: bold;
}
.theme-carousel-twitter.style_2 .theme-carousel p {
    text-align: left;
    font-size: 12px;
    margin: 0 40px 0 100px;
}
.theme-carousel-twitter.list_carousel.style_2 .owl-buttons {
    top: 0;
    right: 0;
    margin-right: 0;
}
.theme-carousel-twitter.style_2 .theme-carousel .twitter_time,
.theme-carousel-twitter.style_2 .twitter-follow{
    display: none;
}
/* Testimonial Carousel Element*/
.theme-carousel-testimonial.style-1 .owl-item{
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 0.3;
    padding-right: 30px;
}
.theme-carousel-testimonial.style-classic .testimonial-content{
    background-color:transparent;
    font-weight:normal;
	max-width: 600px;
	margin: 0 auto;
}
.testimonial-content-inner {
    font-size: 16px;
    padding: 0 10%;
}
.theme-carousel-testimonial.style-classic .testimonial-content:after{
    display: none;
}
.theme-carousel-testimonial.style-classic h4 {
    font-weight: normal;
    font-size: 26px;
    color: #343434;
}
.theme-carousel-testimonial.style-classic .name {
    font-size: 15px;
	font-weight: 700;
    color: #343434;
	text-transform: uppercase;
}
.theme-carousel-testimonial.style-classic .testimonial-title-sep{
	display: none;
    width:80px;
    height: 2px;
    background-color: #e5e5e5;
    margin: 14px auto 25px;
}

/* Page Builder Elements End */


/* Blog */
.theme-blog article{
    position: relative;
    overflow: hidden;
}
.theme-blog article:first-child{
    display: block;
}
.entry-meta{
    margin-bottom: 20px;
}
.entry-meta a{
    margin-right: 5px;
    display: inline-block;
}
.entry-meta a:hover {

}

article .entry-media {
    width: 100%;
    margin-left: 0;
}

.entry-media p, .format-status .entry-media{
    margin-bottom: 0;
}
.entry-media .theme-thumbnail img {
    width: 100%; 
}

article.single .entry-media {
    margin-top: 45px;
}
.single .entry-content h2 {
    display: inline;
    text-transform: none;
}

.entry-block {
    padding: 30px 15px 30px 30px;
}
h2.entry-title {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.4;
}
h2.entry-title a {
    color: var(--white);
}
.entry-title a:hover {
    color: var(--blue);
}
.entry-meta {
    color: var(--white);
    margin-bottom: 0;
    height: 30px;
}
.entry-meta a {
    color: var(--white);
}
.entry-meta span + span {
    border-left: 1px solid var(--white);
    padding-left: 12px;
    margin-left: 12px;
    line-height: 16px;
    font-size: 13px;
    max-width: calc(100% - 90px);
    display: inline-block;
    vertical-align: middle;
}
article: not(.single) .entry-content {
    width: 80%;
}
.readmore {
    color: var(--blue);
    font-weight: 700;
    letter-spacing: 0.025em;
    text-decoration: none;
    border-bottom: 1px solid var(--blue);
}
.readmore i {
    color: var(--blue);
    font-size: 14px;
    font-weight: 700;
    padding-left: 10px;
    transition: all 0.5s ease;
}

.readmore:hover {
    color: var(--dark-red);
    border-bottom: 1px solid var(--dark-red);
}
.readmore i:hover {
    color: var(--dark-red);
    padding-left: 15px;
}
.highlight {
    clear: both;
    border-top: 2px solid var(--red);
    border-bottom: 2px solid var(--red);
    padding: 20px 0;
    margin: 45px 0;
    display: block;
    float: none;
    text-transform: uppercase;
}
/*---------------------*/
/***** Thumb hover *****/
/*---------------------*/
.blog-grid .entry-media {
    min-height: 220px;
}
.blog-grid .theme-thumbnail {
    position: relative;
    overflow: hidden;
}
.blog-grid .fluidvids {
    position: relative;
    overflow: hidden;
}
.theme-blog .blog-grid .col-md-6 .entry-media.video + .entry-block {
    height: 114px;
}
@media (min-width: 1400px) {
    .theme-blog .blog-grid .col-md-6 .entry-media.video + .entry-block {
        height: 100px;
    }
}
.single .theme-thumbnail {
    margin-bottom: 30px;    
}
.theme-thumbnail .meta-link {
    position: absolute;
    left: 0;
    width: 100%;
    top: auto;
    bottom: 0;
    padding: 20px 15px;
    background: rgba(255,255,255,.85);

    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.theme-thumbnail .meta-link a {
    background: #616264;
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    width: 60px;
    line-height: 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}
.theme-thumbnail:hover .meta-link,
.theme-thumbnail:hover .meta-link a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.theme-thumbnail:hover .meta-link > a:nth-child(1) {
    -webkit-transition-delay: 0.10s;
    transition-delay: 0.10s;
}
.theme-thumbnail:hover .meta-link > a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}


/* Simple2 blog style */

.theme-blog.simple2-blog article.hentry {
    padding-left: 100px;
}
.theme-blog.simple2-blog .entry-meta {
    margin-bottom: 30px;
    padding-bottom: 22px;
}
.theme-blog.simple2-blog .entry-media {
    margin-bottom: 27px;
}
.theme-blog.simple2-blog .entry-title {
    margin-bottom: 22px;
}

/* Grid Blog */
.theme-blog .blog-grid {
    padding-left: 0px;
    padding-right: 0px;
}
#main .theme-blog .blog-grid article.hentry {
    margin: 0 0 30px;
}
#main .theme-blog .blog-grid article.hentry .shadow {
    background-color: var(--red);
    overflow: hidden;
}
.theme-blog .blog-grid .entry-aside {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 30px 20px;
}
.theme-blog .blog-grid h2.entry-title {
    font-size: 22px;
}
.theme-blog .blog-grid .entry-content {
    font-size: 14px;
    line-height: 1.4;
}
.theme-blog .blog-grid .entry-media {
    margin-bottom: -1px;
    background-color: var(--blue);
}
.theme-blog .blog-grid .entry-media {
    margin-bottom: -1px;
    background-color: var(--blue);
}
.theme-blog .blog-grid .entry-block {
    padding: 15px 15px 30px;
}
.theme-blog .blog-grid .entry-meta {
    font-size: 14px;
    font-weight: 600;
}
.theme-main.left .blog-grid article.col-md-4 .entry-meta {
    border-bottom: none;
    margin-bottom: 0;
}
.theme-main.left .blog-grid article.col-md-4 .entry-meta .date {
    display: none;
}


/* Filter */
.tm-filters{
    margin-bottom: 40px;
}
.theme-full-element .tm-filters{
    text-align: center;
}
.tm-filters ul.filters{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tm-filters ul.filters li{
    display: inline-block;    
    border: 1px solid #808080;
    margin-left: -1px;
}
.tm-filters ul.filters li:first-child {
    margin-left: 0;
}
.tm-filters ul.filters li a{
    display: block;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    text-transform: uppercase;
    color: #808080;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.tm-filters ul.filters li a:hover{
    background: #f5f5f5;
}
.tm-filters ul.filters li a.selected{
    color: #fff;
    background: #616264;
}

/* Link post format */

.link-content{
    color: #fff;
    background: #21252b;
    padding: 50px 70px;
    text-align: center;
}
.link-content .link-text{
    font-size: 26px;
    font-weight: 400;
    margin: 0 auto 15px;
    max-width: 650px;
}
.link-content a{
    color: #fff;
}
.grid3-blog .link-content{
    padding: 30px 20px;
}
.grid2-blog .link-content{
    padding: 40px 30px;
}

/* Quote post format */

.entry-media blockquote{
    background: #616264;
    color: #fff;
    margin: 0;
    padding: 50px 70px 70px;
    text-align: center;    
}
.entry-media .quote-text:before{
    content: 'â€œ';
}
.entry-media .quote-text:after{
    content: 'â€';
}
.entry-media .quote-text{
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    margin: 0 auto 30px;
    max-width: 650px;
}
.entry-media .qoute-author, .link-content a{
    font-weight: 400;
}
.grid3-blog .entry-media blockquote{
    padding: 30px 20px 50px;
}
.grid2-blog .entry-media blockquote{
    padding: 40px 30px 60px;
}

/* Aside post format */

.format-aside .entry-title {
    margin-bottom: 20px;
}

/* Status post format */
.format-status iframe.twitter-tweet {    
    margin: 0 !important;
    display: inline !important;
    border-color: #d0d3d6 !important;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}


/* Gallery post format */

.gallery-item {
    float: left;
    width: 33.3%;
}

/* Image slide format */

.image-slide-container {
    position: relative;
}
/*
.owl-item {
    max-width: 33.333%;
}
*/
.image-slide-container .tm-owl-item {
    opacity: 0;
    position: absolute;
    text-align: center;
}
.image-slide-container .tm-owl-item:first-child {
    opacity: 1;
    position: static;
}
.image-slide-container.list_carousel .owl-buttons {
    position: static;
}
.image-slide-container.list_carousel .owl-buttons div {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -25px;    
    color: #FFF;
    width: 50px;
    height: 50px;   
    text-align: center;
    background-color: transparent;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.image-slide-container.list_carousel .owl-buttons div:hover {
    background: rgba(255,255,255,.3);
}
.image-slide-container.list_carousel .owl-buttons div.owl-next {
    left: auto;
    right: 20px;
}
.image-slide-container.list_carousel .owl-buttons div i {
    font-size: 15px;
    line-height: 46px;
}

/* Blockquote Main */
.entry-content blockquote{
    margin: 60px 15%;
    position: relative;
}
.entry-content blockquote::before{
    content: "“";
    font-family: Arial, sans-serif;
    color: var(--grey);
    position: absolute;
    font-size: 120px;
    left: 0;
    top: 0;
    margin-top: -45px;
    margin-left: -25px;
    z-index: -1;
}
.entry-content blockquote::after{
    content: "”";
    font-family: Arial, sans-serif;
    color: var(--grey);
    position: absolute;
    font-size: 120px;
    right: 0;
    bottom: 0;
    margin-bottom: -100px;
    margin-right: 0;
    z-index: -1;
}
/* Pagination */

.theme-pagination {
    text-align: center;
}
.theme-pagination ul.page-numbers {
    display: inline-block;
    margin: 30px 0;
    padding: 0;
}
.theme-pagination ul.page-numbers li:first-child,
.tm-filters ul.filters li:first-child{
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.theme-pagination ul.page-numbers li:last-child, 
.tm-filters ul.filters li:last-child{
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.theme-pagination ul.page-numbers li {
    list-style: none;    
    float: left;
    margin-right: -1px;
    padding: 0;
    text-align: center;
    font-weight: normal;
}
.theme-pagination ul.page-numbers li::before {
    content: none !important;
}
.theme-pagination ul.page-numbers li a, .theme-pagination ul.page-numbers li span{
    color: var(--red);
    font-weight: 300;
    width: 60px;
    height: 42px;
    line-height: 42px;
    display: block;
}
.theme-pagination ul.page-numbers li span.current {
    color: var(--blue);
    background: var(--dark-pink);
    font-weight: 600;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 42px;
}
.theme-pagination ul.page-numbers li i {
    margin-left: 10px;
}
.theme-pagination ul.page-numbers li:hover i {
    margin-left: 15px;
}


/* One Page Header */
.onepage-header-container {
    overflow: hidden;
    min-height: 1px;
}
.onepage-header-container,.onepage-header-content{
    position: relative;
    z-index: 5;
}
.onepage-header-bg-container{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
}
.onepage-slide-item>img{
    width: 100%;
}
.onepage-header-bg-container.onepage-header-image{
    background-size: cover;
}

.onepage-slider-container{
    position: relative;
}
.onepage-slider-container>.onepage-slider-item{
    opacity: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.onepage-slider-container>.onepage-slider-item.selected{
    opacity: 1;
    z-index: 1;
}

/* ------------ If Container select Dark styles ------------- */

.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6 {
    color: #ffffff;
}
.dark p,
.dark li,
.dark a,
.dark strong,
.dark .theme-heading .sub-title,
.dark .tm-service-box h3,
.dark .theme-history .history-title,
.dark .progress-title,
.dark .theme-team .member-pos,
.dark ul.theme-list li,
.dark .tm-milestones-count,
.dark .process-group .fa,
.dark .theme-carousel-twitter .fa-twitter,
.dark .theme-carousel-twitter .twitter-follow,
.dark .theme-carousel-twitter .theme-carousel,
.dark .theme-carousel-twitter .theme-carousel li,
.dark .theme-carousel-testimonial .testimonial-author,
.dark .list_carousel.style_2 .carousel-content a,
.dark ul.jtwt li:before,
.dark .theme-carousel-twitter .twitter-icon i,
.dark .theme-carousel-twitter .twitter-follow a,
.dark .theme-carousel-twitter .twitter-icon span,
.dark .testimonial-content,
.dark .theme-carousel-testimonial.style-classic h2 a,
.dark .theme-aboutme .aboutme-meta>div,
.dark .theme-aboutme .aboutme-head span
{
    color: #fff;
}

.dark .theme-heading .heading-title .title-seperator,
.dark .theme-history .history-bg,
.dark .theme-history .history-year{
    background: #fff;
}
.dark .tm-divider,
.dark .symbol .square,
.dark .theme-history .history-year:after,
.dark .theme-aboutme .aboutme-meta a i{
    border-color: #fff;
}

.dark .list_carousel.style_2 .carousel-content{
    border-color: rgba(209,212,215,.1);
}

.dark .owl-theme .owl-controls .owl-page.active span,
.dark .owl-theme .owl-controls.clickable .owl-page:hover span{
    background-position: 12px 12px;
}

/* ------------- Margin & Helper Classes ------------- */

.align-center, .align-center .entry-content p{
    text-align: center;
}
.align-left,
.align-left .theme-heading{
    text-align: left;
}
.align-right,
.align-right .theme-heading{
    text-align: right;
}


/* Iframe video on Portfolio */
.portfolio .entry-video iframe{
    width: 100%;
}

/* Map */

.theme-map iframe{
    min-width: 100%;
    min-height: 400px;
}
/* Infinite Scroll */

.tm-infinite-scroll a{
    display: inline-block;
    margin-top: 40px;
    padding: 0 18px;    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #616264;
    font-size: 15px;
    font-weight: bold;
    line-height: 48px;
    border: 2px solid #616264;
    color: #fff;
}
.tm-infinite-scroll a:hover{
    color: #616264;
    background-color: #fff;
    border: 2px solid #616264;
}
.tm-infinite-scroll>.loading,
.tm-infinite-scroll[data-has-next="false"]>.next,
.tm-infinite-scroll[data-has-next="true"]>.no-more{
    display: none;
}
.tm-infinite-scroll[data-has-next="false"]{
    display: none;
}
.row-container{
    background-position: 50% 50%;
}
.row-container.bg-contain{
    background-size: contain;
    background-repeat: no-repeat;
}
.row-container.bg-inherit{
    background-size: inherit;
    background-repeat: no-repeat;
}
.row-container.bg-fixed {
    background-attachment: fixed;
}
.row-container.bg-animated{
    -webkit-transition: background-color 2000ms linear;
    -moz-transition: background-color 2000ms linear;
    -o-transition: background-color 2000ms linear;
    -ms-transition: background-color 2000ms linear;
    transition: background-color 2000ms linear;
}
.row-container.bg-boxed > div > div > div {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-chevron::before {
	content: "";
	background-image: url(/wp-content/uploads/banner-rpl-chevrons.png);
	background-repeat: non-repeat;
	background-position: right center;
	width: 150%;
	margin-left: -50%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.bg-chevron > div {
	position: relative;
	z-index: 2;
}
/* CF7 */
div.wpcf7{
    position: relative;
}
.bordered .form {
    background-color: #101011;
    box-shadow: 0 0 16px rgba(0,0,0,0.5);
    padding: 45px;
}
span.wpcf7-form-control-wrap{
    position: relative;
    display: block;
}
span.wpcf7-form-control-wrap.product {
    background-color: var(--white);
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px;
}
.block span.wpcf7-list-item {
    display: block;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
}
div.wpcf7-response-output {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 15px;
}
div.wpcf7 .screen-reader-response {
    border: 0 none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
div.wpcf7-mail-sent-ok {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
div.wpcf7-mail-sent-ng {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
div.wpcf7-spam-blocked {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
div.wpcf7-validation-errors {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.wpcf7 .ajax-loader {
    display: none !important;
}
.wpcf7-form input[type="text"].wpcf7-not-valid,
.wpcf7-form input[type="tel"].wpcf7-not-valid,
.wpcf7-form input[type="email"].wpcf7-not-valid {
    background-image: url(/wp-content/uploads/cross.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.wpcf7-form input[type="text"].wpcf7-valid,
.wpcf7-form input[type="tel"].wpcf7-valid,
.wpcf7-form input[type="email"].wpcf7-valid {
    background-image: url(/wp-content/uploads/tick.png);
    background-position: top right;
    background-repeat: no-repeat;   
}
span.wpcf7-not-valid-tip,
label.error {
    position: absolute;
    color: #f44;
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.wpcf7 .ajax-loader {
    display: none !important;
}

/* Sidebar */
#sidebar aside.widget ul.menu {
}
#sidebar aside.widget ul.menu li{
    display: block;
    position: relative;
}
#sidebar a {

}

.sidebar-content {
    padding: 30px;    
    background: #efefef;
}
#theme-sidebar:hover > .pane, .pane.active, .pane.flashed {
    visibility: visible\9;
    opacity: 0.99;
    filter: alpha(opacity=99);
    zoom: 1;
}
#theme-sidebar > .pane {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 10px;
    visibility: hidden\9;
    opacity: 0.01;
    filter: alpha(opacity=1);
    zoom: 1;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.075);
    border-radius: 5px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
#theme-sidebar.left-sidebar > .pane {
    right: auto;
    left: 5px;
}
#theme-sidebar > .pane > .slider {
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
}
#theme-sidebar .sidebar-content {
    background: #fff;
    overflow: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #EEE;
}
/* Left Sidebar Section */
#left{
    float: left;
    width: 300px;
}

.theme-container {
    position: relative;
}
/*.theme-container > .theme-main,
.theme-container > .row > .theme-main{
}
.theme-container > .theme-sidebar.left-sidebar,
.theme-container > .row > .theme-sidebar.left-sidebar{
    padding-top: 30px;
    padding-left: 15px;
}
.theme-container > .theme-sidebar.right-sidebar,
.theme-container > .row > .theme-sidebar.right-sidebar{
    padding-top: 30px;
    padding-right: 15px;
}
.theme-main.left {
    margin-right: 330px;
}
.theme-main.right {
    margin-left: 330px;
}
.theme-sidebar {
    padding-left: 15px;
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
}*/
.theme-sidebar.left-sidebar {
    padding-left: 0;
    padding-right: 15px;
    right: auto;
    left: 0;
}
#sidebar .menu-blog-categories-container {
    text-align: center;
    overflow: hidden;
    background-color: var(--dark-pink);
}
#sidebar .menu {
    margin: 0;
    padding-left: 0;
    position: relative;
    display: inline-block;
}
#sidebar .menu li {
    cursor: pointer;
    line-height: 1;
    margin-bottom: 0;
    float: left;
}
#sidebar .menu li::before {
    content: none;
}
#sidebar .menu li a {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    padding:  32px 16px 30px;
    color: var(--red);
    border-top: 4px solid rgba(0,0,0,0);
}
#sidebar .menu li.current-menu-item  a {
    color: var(--blue);
    border-top: 4px solid var(--blue);
}
background: var(--blue);
#sidebar .menu li:hover {
}
#sidebar .menu li:hover a {
    color: var(--blue);
}
#sidebar .menu li.current_page_item a {
    color: var(--blue);
}
#sidebar .menu hr {
    height: 4px;
    width: 120px;
    border: 0;
    margin: 0;
    background: var(--blue);
    border: none;
    transition: .3s ease-in-out;
    position: absolute;
    top: 0;
}
#sidebar .menu-blog-categories-container h3.toggle {
    font-size: 1.6rem;
    text-align: left;
    cursor: pointer;
    margin: 0;
}
#sidebar .menu-blog-categories-container h3.toggle + #menu-blog-categories {
    margin-top: 20px;
}
#sidebar .menu-blog-categories-container h3.toggle::after {
    content: "\e095";
    font-family: Simple-Line-Icons;
    font-size: 36px;
    font-weight: 100;
    position: absolute;
    right: 30px;
    margin-top: -12px;
}
#sidebar .menu-blog-categories-container h3.toggle.active::after {
    content: "\e615";
}
/* Newsletter plugin */

.theme-sidebar .tm-recent-posts-widget .recent-thumb img{
    width: 100% !important;
    height: auto !important;
}
.theme-sidebar .tm-recent-content.with-thumb {
}
aside.widget .tm-recent-posts-widget li {
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
input[type="text"].wysija-input{
    padding: 0px 10px;
    margin-top: 10px;
}
.widget_wysija_cont .wysija-submit{
    border-color: #999;
    color: #bbb;
    padding: 10px;
}
.formError .formErrorContent{

}
/* Loader style */
.pace,#theme-loader{
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    position: fixed;
    z-index: 9999999999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    background-image: url(assets/img/flat_loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#theme-loader{
    z-index: 9999999999998;/* .pace->zIndex - 1 */
}
body.loading{
    overflow: hidden;
}
body.pace-done>.pace,.pace-inactive,
body.pace-done #theme-loader{
    display: none;
}
.pace .pace-progress{
    height: 4px;
    background-color: #616264;
}
#main .no-margin .col-md-12 {
  margin-top: 0;
  margin-bottom: 0;
}
.round-border i {
    border: 2px solid #ffffff;
    border-radius: 44px;
    font-size: 22px;
    height: 44px;
    padding: 10px;
    width: 44px;
}
.image-header {
  color: #ffffff;
  width: 100%;
  padding: 10px 20px;
}
.image-header h4 {
  color: #ffffff;
}
.image-header .fa {
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 25px;
}

.border > div > div > .col-md-8 {
    border-right: 1px solid #222;
    padding-right: 45px;
}
.border > div > div > .col-md-4 {
    padding-left: 45px;
}
.caption .inner  {
    position: relative;
    width: 100%;
}
.caption .inner  h3 {
    font-weight: 900;
    margin-top: 24%;
    display: block;
    position: relative;
}
.caption .inner p {
    position: relative;
}
.caption:hover .inner::before {
    content: "";
    position: absolute;
    background: rgba(253,185,19,0.75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s ease;
}
.caption a {
    color: #000000;
    text-transform: uppercase;
}
.caption:hover a {
    color: #000000;
}
.caption:hover h3.line::before {
    background-color: #000000;
}
@media (max-width: 533px) {
    .caption h2 {
        font-size: 32px;
        width: 240px;
    }
}
.links {
    bottom: 100px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9;
}

.padding,
.no-margin .padding {
    padding-left: 5% !important;
    padding-right: 5% !important;
}
.padding-lg,
.no-margin .padding-lg {
    padding-left: 10% !important;
    padding-right: 10% !important;
}
.padding-right,
.no-margin .padding-right {
    padding-right: 5% !important;
}
@media (max-width:480px) {
  .padding, .no-margin .padding {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
/*
#main ul,
#main ul ul {
    list-style-type: none;
    margin-left: 32px;
    padding-left:0;
}
*/
#main ul.dots {
    list-style-type: circle;
}
#main ul.ticks li {
    line-height: 2;
    margin-bottom: 20px;
}
#main ul.ticks li::before {
    content: "\e903";
    color: var(--blue);
    font-family: custom;
    font-size: 22px;
    width: 16px;
    height: 16px;
    line-height: 10px;
    display: inline-block;
    text-align: center;
    margin-left: -32px;
    margin-right: 8px;
    font-weight: 100;
}
.bullet-size {
    font-size: 25px;
	line-height: 1.6;
    vertical-align: -1.5px;
}
.sub-title { color: #616264; font-size: 22px; font-weight:400; }
        /* BG states*/
        .tm-infinite-scroll a, .tm-coming-soon .days,
        .tm-coming-soon .hours, .tm-coming-soon .minutes, .tm-coming-soon .seconds,
        .format-link .link-content,
        .tm-filters ul.filters li a.selected,
        .theme-portfolio .meta-link a, .theme-portfolio .meta-like,
        .theme-about .about-type-title>.about-title,
        .theme-about .about-type-content:hover>.about-bullet,
        .pricing-column.featured .pricing-top,.pricing-column.featured .pricing-footer a,
        .theme-thumbnail .meta-link a,
        .title-seperator i.default > span,
        .theme-aboutme.aboutme-style-2 .aboutme-meta a i
        {background-color: #616264; }

        /* Color states*/
        .theme-breadcrumbs,h3.error404 span,
        .sf-menu .theme-mega-menu .mega-menu-title,
        .pricing-footer a,.testimonial-meta i.fa-star,
        .tm-coming-soon>.sep,
        .pricing-header h1,.pricing-top,
        .nextprev-postlink .post-link-title a, .nextprev-postlink .home-link a,.tm-author h3 a,
        article.single-portfolio h2.portfolio-title,
        .theme-aboutme.aboutme-style-2 h2
        {color: #616264; }
        

.breakout {
    background-color: #ebecee;
    font-size: 40px;
    line-height: 1;
}
@media screen and (min-width: 992px){
  .blog-grid .col-md-3 {
    width: 24.9%;
  }
}

.background-image {
    background-size:cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.background {
    background-size:cover;
    background-repeat: no-repeat;
    transition: all ease 0.5s;
    z-index:3;
    position: relative;
}
.border-bottom-white {
    border-bottom: #fff 1px solid;
}
.quotes {
    margin-left: 48px;
    margin-right: 48px;
}
.quotes:before {
    color: var(--blue);
    font-family: FontAwesome;
    font-size: 48px;
    vertical-align: super;
    content: "\f10d";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 48px;
}
.quotes:after {
    color: var(--blue);
    font-family: FontAwesome;
    font-size: 48px;
    vertical-align: super;
    content: "\f10e";
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 48px;
}
@media (min-width: 768px) {
	.two-column,
	.three-column {
		column-count: 2;
		column-gap: 30px;
	}
}
@media (min-width: 992px) {
	.three-column {
		column-count: 3;
		column-gap: 30px;
	}
}
.ui-widget {
    font-size: 14px;
}
.ui-timepicker-div dl dt {
    font-size: 10px;
    font-weight: 700;
}
.dark .border-right {
    border-right: 1px dotted var(--teal);
}
.contact-details {
	font-weight: 500;
}
.contact-details h3 {
    font-size: 2.8rem;
}

.contact-details strong {
    vertical-align: top;
    display: inline-block;
}
.contact-details span {
    display: inline-block;
}
.contact-details i {
	font-size: 22px;
    margin-right: 8px;
	vertical-align: top;
	width: 30px;
}
.contact-details p:last-child {

}
.datasheet-title {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 0;
}
.sidebar-btn {
    background-color: #616264;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding: 8px 24px;
    position: absolute;
    text-transform: uppercase;
    top: 220px;
    transform: rotate(90deg);
    z-index: 99999;
}
.sidebar-btn.business {
    right: -90px;
}
.sidebar-btn.education {
    right: -95px;
}
.sidebar-btn a,
.sidebar-btn a:visited {
    display: block;
    color: #ffffff;
}

.xl-number {
  line-height: 1; font-size: 144px; 
}
.lg-number {
  font-size: 60px;
  margin-left: -20px;
}
.tm-404-error {
  text-align: center;
}
@media (max-width: 991px) {
    .bg-parallax{
        background-size: contain;
        background-repeat: no-repeat;
    }
}
/* Large desktop */
@media (max-width: 1199px) {
    .entry-content blockquote {
        margin: 30px 60px;
    }
}
/* Medium-Large desktop */
@media only screen and (min-width: 1200px) {
}
@media (max-width: 769px) {
    #main .theme-blog.grid-blog article.col-md-3,
    #main .theme-blog.grid-blog article.col-md-6{
        width: 49.9%;
    }
    #main .theme-heading{
        margin-bottom: 0px;
    }
    .theme-blog article.hentry{
        margin-bottom: 50px;
    }
    /* Portfolio */
    .theme-portfolio article.portfolio {
        width: 49.9% !important;
    }
    .portfolio-thumb img {
        width: 100%;
    }
    .tm_post_sharebox{
        position: static;
        margin-top: 20px;
    }
    .comment-form-comment{
        width: 100%;
    }
    .theme-callout .callout-text {
        text-align: center;
    }
    .theme-callout .callout-text h1 {
        padding-right: 0;
    }
    .theme-callout .callout-text a.btn {
        position: static;
        margin-top: 10px;
        margin-left: 0px;
    }
    .theme-callout.with-button p {
        padding-right: 0px;
    }
    .row>div{
        vertical-align: top;
    }
    .theme-sidebar {
        position: static;
        padding-left: 0;
        width: 100%;
    }
    .theme-sidebar.left-sidebar {
        padding-right: 0;
    }
    .theme-container > .row > .theme-sidebar.left-sidebar,
    .theme-container > .row > .theme-sidebar.right-sidebar{
        padding-left: 15px;
        padding-right: 15px;
    }

    .theme-main.left {
        margin-right: 0;
        margin-bottom: 80px;
    }
    .theme-main.right {
        margin-left: 0;
    }
    .entry-content blockquote {
        margin: 30px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1199px) {
    #page-title {
        padding: calc(180px + 20vw) 0 30px;
        background-repeat: no-repeat;
    }
    .theme-sidebar aside.widget {
        width: 49.9%;
        float: left;
    }
    article.loop ul.loop-meta li.category,#header .tm-social-icon,.tm-top-widget.left {
        display:none;
    }
    .tm-top-widget.right {
        margin: 0;
    }
    .theme-history .history-group, .process-group {
        width: 180px;
    }
}

@media screen and (max-width: 991px) {
    .show-mobile-menu {
        display: block;
    }
    nav.menu-container {
        display: none;
    }
}
#header .col-md-8 {
    position: static;
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .theme-boxed {
        width:auto;
        margin: 0 !important;
        padding: 0 !important;
        border: none;
    }
    .single-portfolio-half .col-md-3.pos-bottom,.single-portfolio-half .col-md-3.pos-top{
        position: relative !important;
        top:    auto !important;
        bottom: auto !important;
    }
    #main .theme-blog.grid-blog .row.isotope{
        margin-left: 0;
        margin-right:0;
    }
    #main .theme-blog.grid-blog article.col-md-3,
    #main .theme-blog.grid-blog article.col-md-6{
        width: 100%;
    }
    .onepage-header-container .theme-carousel-text .text-carousel-content{
        font-size: 40px;
        line-height: 44px;
    }
    body{
        padding: 0;
        margin:0 !important;
    }
    .list_carousel li,.member-image img{
        width: 100%;
    }
    #main .comment-block .comment-block{
        margin-left: 0;
        padding: 0;
    }
    .tm-pricing-col{
        float:none;display:block;width:100% !important;margin-bottom: 40px;
    }
    .tm-pricing-col:last-child{
        margin: 0;
    }
    .tm-breadcrumb,.tm-top-widget.left,.aws-container,#header .tm-social-icon, #header .shipping {
        display: none;
    }
    .loop-media .link-text{
        font-size: 18px;        
    }
    .loop-media .link-content{
        padding: 20px 20px;
    }
    p.form-submit, .comment-form-author, .comment-form-comment{
        float: none;
        width: 100%;
    }
    .loop-meta.tag{
        padding-right: 0;
    }
    .tm-404-error{
        width: 310px;
    }
    .tm-404-search-container, .tm-coming-soon-content{
        width: auto;
        padding: 30px 0;
    }
    .error4button, .tm-cs-container input[type="submit"]{
        margin-top: 10px;
    }
    .tm-social-icon{
		display: inline-block;
        text-align: center;
    }
    .tm-carousel-twitter.style2 ul.jtwt li{
        margin: 0;
    }
    .tm-carousel-twitter.style2 .fa-twitter{
        position: relative;
        margin-bottom: 10px;
        text-align: left;
    }
    article.single,.theme-blog article.hentry{
        padding: 0 0 0 0;
    }
    .theme-blog div.entry-meta, article.single div.entry-meta {
        position: static;
        text-align: left;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    div.entry-meta > span.comment-count {
        display: none;
    }
    .entry-meta .author-date {
        display: none;
    }
    article div.entry-meta i {
        right: auto;
        left: 0;
    }
    .single-post .tm_post_sharebox {
        margin-top: 20px;
    }
    .tm_post_sharebox > div {
        display: inline-block;
        *display: inline;
        margin-right: 10px;
    }
    /* Portfolio */
    .theme-portfolio article.portfolio {
        width: 49.8% !important;
    }
    .theme-history .history-group {
        width: 100%;
    }
    .theme-history .history-bg {
        display: none;
    }
    .theme-history .history-title {
        top: 0;
    }
    .theme-history .bottom .history-year:after {
        top: auto;
        bottom: 100%;
        border-color: transparent;
        border-bottom-color: #ecf0f1;
    }
    .process-group {
        float: none;
    }
    .process-group .fa,.ls-wp-fullwidth-container .btn{
        display: none;
    }
    .pricing-two .pricing-column, .pricing-three .pricing-column, .pricing-four .pricing-column, .pricing-five .pricing-column, .pricing-six .pricing-column{
        width: 100%;
        margin-bottom: 10px;
    }
    .pricing-content ul li, .pricing-column .pricing-footer {
        border-right: 1px solid #bdc3c7;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .theme-about .about-type-content>.about-content,.tm-pricing-four,.team-member,.testimonial-item.style-default .testimonial-meta span{
        width: 100%;
        margin-bottom: 30px;
    }
    .wpcf7 textarea,
    .wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="email"]{
        position: relative;
        top: auto;
    }
    .testimonial-item.style-default .testimonial-meta a, .testimonial-item.style-default .testimonial-meta span{
        position: relative;
    }
    .testimonial-item.style-default .testimonial-meta span{
        display: block;
        text-align: center;
    }
    .theme-blog article.hentry,
    .tm-filters ul.filters li{
        margin-bottom: 30px;
    }
    .theme-boxed {
        width:auto;
    }
    .tm-coming-soon>.sep,
    .nextprev-postlink .prev-post-link a:before,
    .nextprev-postlink .next-post-link a:after,
    .nextprev-postlink .home-link{
        display: none;
    }
    article.loop ul.loop-meta {
        border-color: transparent;
    }
    .page-template-template-coming_soon-php #main {
        padding: 50px 0;
    }
    .tm-coming-soon .days, .tm-coming-soon .hours, .tm-coming-soon .minutes, .tm-coming-soon .seconds {
        margin: 0 5px 5px 0;
    }
    blockquote{
        margin-left: 30px;
    }
    .tm-our-team,.team-member{
        margin: 0;
    }
    .entry-content blockquote{
        padding: 0;
    }
    .theme-portfolio article.portfolio,
    .theme-full .theme-portfolio.theme-full-element .isotope-container[data-column="3"]>article{
        width: 100% !important;
    }
}
@media screen and (max-width: 782px){
  #slider .btn,
  .sidebar-btn {
    display:none;
  }
  .xl-number {
    font-size: 72px; 
  }
  .lg-number {
    font-size: 30px;
    margin-left: -10px;
  }
  .padding-left,
  .padding-right,
  .vertical-align {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .table {
    font-size: 12px !important;
  }
}
blockquote {
    border-left: 0 solid #f3ec19;
}
.white-bg {
    background-color: #ffffff;
    padding: 30px 45px;
}
.tm_product_container {
    background-color: #ffffff;
  padding: 30px;    
}
.related.products > h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
}
.related.products li.product {
    line-height: 1.2;
}
.related.products .button,
.related.products .afterpay-payment-info {
    display: none;
}
.related.products .tm_product_header h2,
.related.products .tm_product_header .price {
    width: 50%;
    float:left;
    margin: 0;
    display: block;
    text-transform: none;
}
.tm_product_container .tm_product_header h2,
.related.products .tm_product_header h2,
.recent.products  .tm_product_header h2 {
  min-height: 40px;
  color: #000000;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.home .tm_product_container .tm_product_header h2 {
    width: 60%;
    margin-left: 20%;
}
@media (max-width: 991px) {
    .home .tm_product_container .tm_product_header h2 {
        width: 100%;
        margin-left: 0;
    }
}
.right-sidebar .theme-title h3 {
    font-size: 2.0rem;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: 0;
}
ul#menu-footer {
    margin-top: -10px;
    margin-bottom: 10px;
}
#menu-footer li {
    line-height: 2.4;
}
#menu-footer a {
    font-size: 15px;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 1199px) {
  #page-title {
    padding: calc(150px + 20vw) 0 30px;
      background-size: cover;
  }
    #footer .tm-social-icon {
        display: block;
        margin-top: -7px;
    }
    #footer .tm-social-icon a {
        font-size: 18px;
    }
    #footer .custom-html-widget img {
        max-width: 120px !important;
    }
    #footer .nav > li > a {
        font-size: 12px;
        line-height: 18px;
    }
}
.search-results .entry-media, .search-no-results .entry-media {
    width: 10%;
    float: left;
    margin-right: 20px;
}
.product-addon h3 {
    font-size: 14px;
    font-weight: 600;
}
abbr[data-original-title], abbr[title] {
    border-bottom: 0 solid #fff;
}
.product_meta {
    display: none;
}
.col-md-12 {
    width: 100%;
}
.wpcf7-form-control-wrap {
    margin-bottom: 0;
}
.home .boxes .tm-element {
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
}
.submenu {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.sf-menu ul.sub-menu ul.sub-menu {
}
span.wpcf7-list-item {
    position: relative;
    margin: 0;
}
.contact-page-options span.wpcf7-list-item {
    width: 33.33%;
}
.wpcf7-list-item > label {
    padding-left: 30px;
    margin-right: 10px;
    margin-top: 2px;
    line-height: 1;
}
.wpcf7-list-item > label > span {
    color: var(--red);
    font-weight: 500;
}
.wpcf7-list-item > label:hover > span,
.wpcf7-list-item > label.active:hover > span {
    color: var(--red);
}
.wpcf7-list-item > label.active > span {

}
.wpcf7-list-item > label::before {
    display: block;
    border: 2px solid var(--red);
    border-radius: 3px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 16px;
}
.wpcf7-list-item > label:hover::before {
    color: var(--blue);
    border-color: var(--blue);
}
.wpcf7-list-item > label.active::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: var(--blue);
    border: 2px solid var(--blue);
}
.wpcf7-list-item > label.active:hover::before {
    content: "\f00c";
    color: var(--blue);
}
.wpcf7-list-item > label > input {
    display: block;
    height: 0;
    transform: translateX(-1000em);
}

h3.location {
    color: #ffffff;
    padding: 15px 30px;
    display: inline-block;
    margin-top: -70px;
    background-color: #000000;
    position: absolute;
    margin-left: 30px;
    text-transform: uppercase;
}
.table {
    margin-top: 20px;
	background-color: var(--white);
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
}
.table-bordered {
    border: 1px solid var(--grey);
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 0 solid var(--grey);
    border-bottom: 0;
    border-top: 0;
}
.table > thead > tr > th {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid var(--grey);
    background-color: var(--light-grey);
}
.table > tbody > tr > td {
    font-size: 16px;
    font-weight: 400;
	line-height: 2;
    text-align: center;
    vertical-align: middle;
}
.table > thead > tr > th:first-child,
.table > tbody > tr > td:first-child {
    text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid var(--grey);
    padding: 30px 15px;
}
 .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 0 solid var(--grey);
    padding: 30px 15px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f1f9fc;
}

.table > tbody > tr > td:first-child {
    font-weight: 600;
    vertical-align: top;
}
.table.dark {
	background-color: var(--black);
	border: 1px solid rgba(255,255,255,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.33);
}
.table.dark > thead > tr > th {
	color: var(--white);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background-color: #1d1d1e;
}
.table.dark > tbody > tr > td {
	color: #adadb4;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background-color: #1d1d1e;
}
.white-bg {
    background-color: #ffffff;  
}
.white-transparent-bg {
    background-color: rgba(255,255,255,0.8);
}
.black-transparent-bg {
    background-color: rgba(0,0,0,0.8);
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-horizontal-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.minicart-wrapper .action.showcart {
    color: #000000;
}
.minicart-wrapper .action.showcart .text {
    
}
.border-left {
    border-left: 1px solid #ffffff;
    padding-left: 60px;
}
.right-sidebar .light-grey-bg aside {
    background-color: #f7f7f7;
    padding: 30px;
}

@media (max-width: 991px) {
    .theme-blog article {
        width: 48%;
        margin-right: 2%;
    }
    .tm-right-widget {
        display: inline-block;
        width: 50%;
    }
}
@media (max-width: 533px) {
    #page-title {
        padding: calc(120px + 20vw) 0 15px;
        background-size: cover;
    }
    .theme-blog article {
        width: 100%;
        margin-right: 0%;
    }
}

.theme-hover-video .fluidvids {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    border-left: 15px solid rgba(0,0,0,0);
    border-right: 15px solid rgba(0,0,0,0);
}
.theme-hover-video .fluidvids {
    z-index: -1;
}
.theme-hover-video img {
    cursor: pointer;
    z-index: 3;
}

.number {
    color: var(--blue);
    font-size: 56px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.number small {
    color: #403c3e;
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
}
.dark .number,
.dark .number small {
    color: #ffffff;
}
#slider input[type="text"],
#slider input[type="email"],
#slider input[type="tel"],
#slider textarea {
    background: rgba(255,255,255,0);
    border: 0;
    border-bottom: 1px dotted #ffffff;
}
#slider .btn + .btn {
    margin-left: 10px;
}
@-webkit-keyframes gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.price-title,
.price-body,
.price-action {
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.price-title {
    overflow: hidden;
    position: relative;
    padding-top: 40px;
    padding-bottom: 25px;
    background: #040c31;
}
.price-title .title,
.price-title .price {
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1;
}
.price-title .price {
    font-size: 2.5rem;
}
.price-body {
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}
.price-body ul {
    margin: 0;
    padding: 0;
}
.price-body ul li {
    list-style-type: none;
    line-height: 54px;
    border-bottom: 1px solid #f2f2f2;
    opacity: .8;
}
.price-title .best {
    text-align: center;
    background: #fff;
    position: absolute;
    color: #040c31;
    padding: 4px 80px;
    top: 32px;
    left: -65px;
    transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
}
.price-action {
    padding-bottom: 30px;
}
.additional-price {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
}
.rating .fa-star {
    color: #eac306;
}

.bordered .inner h4 {
    font-size: 18px;
    font-weight: 500;
    background-color: #f7f7f7;
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 15px;
    margin: -15px -15px 15px;
}
.modal-body {
    padding: 30px;
    border: 20px #f7f7f7 solid;
    background-color: #ffffff;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
}
.modal-header {
    text-align: center;
}
.wave-top,
.wave-bottom {
    position: relative;
}
.wave-top::before {
    background: transparent url("assets/img/wave.svg") top center no-repeat;
    -webkit-background-size: 3000px 151px;
    background-size: 3000px 151px;
    content: '';
    display: block;
    height: 151px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 100%;
}
.wave-bottom::before {
    background: transparent url("assets/img/wave.svg") bottom center no-repeat;
    -webkit-background-size: 3000px 151px;
    background-size: 3000px 151px;
    content: '';
    display: block;
    height: 151px;
    left: 0;
    position: absolute;
    bottom: -3px;
    width: 100%;
    transform: rotate(180deg);
}
.wave-top.grey::before {
    background: transparent url("assets/img/wave-grey.svg") top right no-repeat;
    -webkit-background-size: 3000px 151px;
    right: 0;
    left: auto;
}
.wave-bottom.grey::before {
    background: transparent url("assets/img/wave-grey.svg") bottom left no-repeat;
    -webkit-background-size: 3000px 151px;
}
.modal-dialog {
    
}
body.modal-open .modal.in {
    display: flex !important;
    height: 100%;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
body.modal-open .modal.in .modal-dialog {
    margin: auto;
}
.modal-body {
    padding: 30px;
    border: 20px #f8f8f8 solid;
    background-color: #ffffff;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
    overflow: hidden;
}
.modal-dialog.split .modal-body {
    padding: 0;
    border: 0 #f8f8f8 solid;
}
.modal-dialog.xlarge .modal-body {
    padding: 15px;
    border: 0 #f8f8f8 solid;
}
.modal-header {
    text-align: center;
}
.modal-dialog.split .modal-header,
.modal-dialog.xlarge .modal-header {
    display: none;
}
#main .modal-dialog.split .modal-body > div[class*="col-md"] {
    margin: 0;   
}
.modal-dialog.split .modal-body > div:first-child {
    color: #ffffff;
    background-image: url(/wp-content/uploads/bg.jpg);
    background-position: bottom left;
    padding: 45px;
    min-height: 480px;
}

.modal-dialog.large {
    width: 60%;
}
.modal-dialog.xlarge {
    width: 80%;
    max-width: 1024px;
}
body.modal-open .modal.in {
    display: flex !important;
    height: 100%;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
body.modal-open .modal.in .modal-dialog {
    margin: auto;
}
.modal-body form {
    text-align: left;
}
.modal-body .dark .wpcf7-list-item > label > span {
    color: #ffffff;
}

.breakout-left .inner {
    position: absolute;
    left: -67.6%;
    width: 150%;
}
.breakout-right .inner {
    position: absolute;
    width: 150%;
}
/*
.home .gallery-icon img {
    padding: 15px 90px 15px 0;
    filter: grayscale(100%);
}
.home .gallery-icon:nth-child(4n) img {
    padding-right: 0;
}
.home .gallery-icon:hover img {
    filter: grayscale(0);
}
*/
#slider .phone > span {
    transform: rotate(-90deg);
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    letter-spacing: 2px;
}
#slider .phone > i {
    display: block;
    background-color: rgba(255,255,255,0);
    border: 3px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    font-size: 26px;
    height: 68px;
    line-height: 62px;
    width: 68px;
    margin: 56px 12px;
    text-align: center;
    z-index: 999;
}

.vertical-align {
  display: flex !important;
  align-items: center;
/*  justify-content: center; */
}

.text-carousel-content .vertical-align {
    display: block !important;
    margin-top: 65px !important;
}
.border-right {
    border-right: 1px solid rgba(0,0,0,0.25);
}
.margin-left {
    padding-left: 60px;
}
.margin-right {
    padding-right: 60px;
}

.offset-top > .container {
    margin-top: -150px;
    position: relative;
    z-index: 2;
}
.offset-top > .inner {
    margin-top: -45px;
    position: relative;
}
.offset-bottom > .inner {
    margin-bottom: -110px;
    position: relative;
    z-index: 2;
}
.offset-left {
    margin-left: -65px;
    position: relative;
}
.offset-right {
    margin-right: -65px;
    position: relative;
    z-index: 2;
}
.offset-top-left .inner {
    margin-top: -125px;
    margin-left: -65px;
    position: relative;
    z-index: 2;
}
.offset-top-left-double .inner {
    margin-top: -170px;
    margin-left: -65px;
    position: relative;
    z-index: 2;
}
.offset-top-right .inner {
    margin-top: -125px;
    margin-right: -65px;
    position: relative;
    z-index: 2;
}
.offset-bottom-left .inner {
    margin-bottom: -120px;
    margin-left: 0;
    margin-right: 30px;
    position: relative;
    z-index: 2;
}
.offset-bottom-right .inner {
    margin-bottom: -120px;
    margin-left: 0;
    margin-right: 30px;
    position: relative;
    z-index: 2;
}
.offset-behind {
    position: relative;
    z-index: 1;
}
.offset-behind-top {
    margin-top: -180px;
    position: relative;
    z-index: -1;
}
.offset-behind-bottom {
    margin-bottom: -180px;
    position: relative;
    z-index: -1;
}
.offset-behind-top .container,
.offset-behind-bottom .container {
    z-index: 1;
}
@media (max-width: 991px) {
    .offset-left {
        margin-left: initial;
    }
}
@media (max-width: 767px) {
    .mobile-offset-top {
        margin-top: -15px !important;
    }
}
.side-contact {
    background: #1e5799;
    background: -moz-linear-gradient(left,  #1e5799 0%, #0a2552 100%);
    background: -webkit-linear-gradient(left,  #1e5799 0%, #0a2552 100%);
    background: linear-gradient(to right,  #1e5799 0%, #0a2552 100%);
    padding: 25px;
    border: 5px solid #ebebeb;
}
.side-contact > div {
    background-color: rgba(255,255,255,0.1);
    padding: 20px;
}

.side-panel {
    padding: 30px 45px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 45px;
    box-shadow: 0 0 16px rgba(0,0,0,0.25);
}
.side-contact h2,
.side-panel h2 {
    font-size: 40px;
}
.side-panel h2 {
    margin-bottom: 60px;
}
.side-panel strong {
    color: rgba(255,255,255,1);
    font-weight: 700;
    text-transform: uppercase;
}
.side-panel p {
    font-size: 18px;
}
.shadow .inner,
.shadow.tm-service-box {
    box-shadow: 0 0 12px rgba(0,0,0,0.25);
}

.one::before,
.two::before,
.three::before,
.four::before,
.five::before,
.six::before {
    font-family: san-serif !important;
    font-style: normal;
    vertical-align: bottom;
}

.one::before {
    content: "1.";
}
.two::before {
    content: "2.";
}
.three::before {
    content: "3.";
}
.four::before {
    content: "4.";
}
.five::before {
    content: "5.";
}
.six::before {
    content: "6.";
}

.bg-light-grey {
    background-color: #f7f7f7;
}
.push-bottom {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}
.push-bottom .inner {
    align-self: flex-end;
}
img {
    position: relative;
}
.img-rounded img {
    border-radius: 30px;
}
.boxed > .inner {
    padding: 60px;
    border-radius: 30px;
    box-shadow: 0 0 16px rgba(0,0,0,0.15);  
}
.boxed-offset-right {
    width: 50%;
    margin-right: -17%;
    z-index: 2;
}
.boxed-offset-right .inner {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 30px;
    box-shadow: 0 0 16px rgba(0,0,0,0.15);
}
.boxed-offset-left {
    width: 50%;
    margin-left: -17%;
    z-index: 2;
}
.boxed-offset-left .inner {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 30px;
    box-shadow: 0 0 16px rgba(0,0,0,0.15);
}
.boxed-testimonial > .inner {
    color: #ffffff;
    padding: 60px;
    border-radius: 30px;
    box-shadow: 0 0 16px rgba(0,0,0,0.15);  
    background-color: rgba(0,0,0,0.67);
}

.boxed-testimonial > .inner::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 80px;
    border: 0;
    border-right-width: 30px;
    border-bottom-width: 20px;
    border-style: solid;
    border-color: transparent rgba(0,0,0,0.67);
    display: block;
    width: 0;
}
.boxed-testimonial > .inner .lg {
    font-size: 22px;
}

.row-container.background-half-left {
    background-position: top left !important;
    background-size: 50% !important;
    background-repeat: no-repeat;
}
.row-container.background-half-right {
    background-position: top right !important;
    background-size: 50% !important;
    background-repeat: no-repeat;
}
.select,
.search {
    position: relative;
    margin-bottom: 15px !important;
}
.select select {
    border: 0 solid #bebebe;
    background-color: rgba(255,255,255,0);
    width: calc(100% + 30px);
}

.select select:active,
.select select:focus {
    outline-color: rgba(255,255,255,0);
}

.select > p > a {
    color: var(--red);
    display: block;
    margin: 0;
    padding: 20px 10px;
    width: 100%;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: var(--white);
    border: 1px solid var(--aqua);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    height: 64px;
    cursor: pointer;
    position: relative;
}
.dark .select > p > a {
    color: #878790;
    background-color: rgba(0,0,0,0);
    border: 1px solid #55555c;
}
.dark .select > p,
.select > p {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}
.select-group {
    display: none;
    position: absolute;
    z-index: 3;
    width: calc(100% - 30px);
    background-color: #ffffff;
    box-shadow: 0 0 1px rgba(0,0,0,0.85);
    height: 200px;
    overflow: hidden;
}
.dark .select-group {
    background-color: #1d1d1e;
    border: 1px solid #55555c;
	margin: -1px;
}
.select-group > div {
    position: absolute;
    min-width: 100%;
    overflow: scroll;
    height: 100%;
}
.select-group.active {
    display: block;
    background-color: #1d1d1e;
    box-shadow: 0 0 12px rgba(0,0,0,0.15);
}
.select-group a {
    font-size: 14px;
    color: var(--red);
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    transition: all 0.3s linear;
}
.dark .select-group a {
    color: #878790;
}
.select-group a:hover {
    color: var(--white);
    background-color: #252526;
}
.select-group hr {
    margin: 0;
    border-bottom: 1px solid var(--white);
}
.select-group span,
.select-group a {
    cursor: pointer;
    display: block;
}
.action > p {
	border: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.margin-bottom-crop {
    margin-bottom: -30px !important;
}
@media (max-width: 533px) {
    .img-rounded img {
        border-radius: 15px;
    }
    .boxed > .inner {
        padding: 15px;
        border-radius: 15px;
    }
    .boxed-offset-right {
        width: 100%;
        margin-right: 0;
    }
    .boxed-offset-right .inner {
        padding: 15px;
        border-radius: 15px;
        box-shadow: 0 0 8px rgba(0,0,0,0.15);
    }
    .boxed-offset-left {
        width: 100%;
        margin-left: 0;
    }
    .boxed-offset-left .inner {
        padding: 15px;
        border-radius: 15px;
        box-shadow: 0 0 8px rgba(0,0,0,0.15);
    }
    .offset-top > .inner {
        margin-top: 0;
    }
    .row-container.background-5-7-left {
        background-size: 100% 40% !important;
    }
    .margin-left {
        padding-left: 15px;
    }
    .margin-right {
        padding-right: 15px;
    }
    .offset-top > .container .padding-bottom {
        padding-bottom: 0 !important;       
    }
    .explore h4 {
        font-size: 2.2rem;
        line-height: initial;
        text-align: center;
    }
}
.kmo-social-icons {
    display: block;
    float: left;
}
.font-size {
    display: inline-block;
}
.font-size a {
    color: var(--blue);
    margin-left: 10px;
}
.font-size a.active {
    color: #403c3e;
    border-bottom: 1px solid #403c3e;
}
.font-large {
    font-size: 20px;
}
.font-extra-large {
    font-size: 26px;
}

.row .theme-blog .row {
    display: block;
}

@media (max-width: 991px) {
    .offset-behind-top.offset-behind-bottom {
        margin-top: -30px;
        margin-bottom: 0;
    }

    .mobile-offset-bottom .inner {
        margin-bottom: -10px;
    }

    .mobile-offset .inner {
        margin-top: 15px;
    }
    .offset-top.no-mobile-offset .inner,
    .offset-top-double.no-mobile-offset .inner,
    .offset-half-top.no-mobile-offset .inner {
        margin-top: -30px;
    }
    .offset-top-quarter > .inner {
        margin-top: -10px;
    }

    .offset-top > .container {
        margin-top: -90px;
        margin-left: 15px;
        margin-right: 15px;
        z-index: 50;
    }
    .offset-half-top > .inner {
        margin-top: -65px;
    }
    .offset-bottom.no-mobile-offset > .inner {
        margin-bottom: initial;
    }
    .offset-top-left,
    .offset-top-right {
        margin-bottom: -5px !important;
    }
    .offset-top-left .inner,
    .offset-top-left-double .inner {
        margin-top: -45px;
        margin-left: initial;
    }
    .offset-top-double .inner {
        margin-top: -120px;
        margin-left: initial;
    }
    .offset-top-right .inner,
    .offset-top-right-double .inner {
        margin-top: -45px;
        margin-right: initial;
    }
    .bg-boxed > .container {
        padding-left: 30px;
        padding-right: 30px;
        width: calc(100% - 30px);
    }
    .bg-boxed > .container h2 {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 15px);
    }
    .bg-boxed > .container .padding-top {
        padding-top: 60px !important;
    }
    .reverse > .container > .row > .col-md-7 {
        margin-top: -30px !important;
        margin-bottom: -30px !important;
    }

    #footer .copyright {
/*        float: left; */
        text-align: left;
        margin-top: 10px;
        font-size: 12px;
    }
    #footer #legal {
        margin-top: 0;
    }
    #footer .nav > li > a {
        line-height: 14px;
    }
}
.innovations .text-carousel-item {
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}
.innovations .inner {
    background-color: var(--white-transparent);
    min-height: 400px;
    width: 50%;
}
.innovations .offset-right {
}
.innovations h3 {
    font-size: 22px;
    font-weight: 900;
    margin-top: 0;
}
@media (max-width:767px) {
    #footer {
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .offset-top > .container {
        margin-top: calc(-30px - 10vw);
        margin-left: 15px;
        margin-right: 15px;
        z-index: 50;
    }
}
#wpsl-widget-form input,
#wpsl-widget-form select {
    background-color: #ffffff;
}
#wpsl-widget-form .search input {
    padding-left: 50px;
    font-weight: 400;
}
#wpsl-widget-form label {
    font-size: 16px;
    font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1229px) {
    .bg-boxed > .container {
        padding-left: 30px;
        padding-right: 30px;
        width: calc(100% - 30px);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .offset-behind-top.offset-behind-bottom {
        margin-top: -30px;
        margin-bottom: 0;
    }

    .offset-top.no-mobile-offset .inner {
        margin-top: -45px;
    }

    .offset-top > .container {
        margin-top: -75px;
        margin-left: 15px;
        margin-right: 15px;
        z-index: 50;
    }
    .offset-half-top > .inner {
        margin-top: -65px;
    }
    .offset-half-top.no-mobile-offset .inner {
        margin-top: -30px;
    }
    .offset-bottom > .inner {
        margin-bottom: initial;
    }
    .offset-top-left,
    .offset-top-right {
        margin-bottom: -5px !important;
    }
    .offset-top-left .inner {
        margin-top: -85px;
    }
    .offset-top-right .inner {
        margin-top: -85px;
    }
    .bg-boxed > .container h2 {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 15px);
    }
    .bg-boxed > .container .padding-top {
        padding-top: 60px !important;
    }
    .bg-boxed > .container .padding-bottom {
        padding-bottom: 75px !important;
    }
    .orange-light-blue-split-gradient.bg-boxed > .container .padding-top {
        padding-top: 30px !important;
    }
    .orange-light-blue-split-gradient.bg-boxed > .container .padding-bottom {
        padding-bottom: 30px !important;
    }
    .reverse > .container > .row > .col-md-7 {
        margin-top: -30px !important;
        margin-bottom: -30px !important;
    }

    #footer {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #footer .copyright {
        float: left;
        margin-top: 20px;
        font-size: 12px;
    }
}
#wpsl-widget-form input,
#wpsl-widget-form select {
    background-color: #ffffff;
}
#wpsl-widget-form .search input {
    padding-left: 50px;
    font-weight: 400;
}
#wpsl-widget-form label {
    font-size: 16px;
    font-weight: 600;
}
.theme-carousel-text.circular  .text-carousel-item {
    transition: 0.75s linear all;
    text-align: right;
}
.theme-carousel-text.circular .text-carousel-item .text-carousel-content {
    margin-right: -150px;
    margin-top: -10%;
    margin-bottom: -10%;
    transform: scale(0.5);
    transition: 0.75s linear all;
    cursor: pointer;
}
.theme-carousel-text.circular .text-carousel-item h3 {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 0;
    text-transform: none;
}
.theme-carousel-text.circular .text-carousel-item h3 a {
    color: var(--red);
}
.theme-carousel-text.circular .active + .owl-item .text-carousel-item {
    text-align: left;
}
.theme-carousel-text.circular .active + .owl-item .text-carousel-item  .text-carousel-content {
    margin-right: 0;
    margin-left: -150px;
}

.theme-carousel-text.circular .active .text-carousel-item,
.theme-carousel-text.circular .fake .text-carousel-item {
    transform: scale(1);
    transition: 0.75s linear all;
    z-index: 10;
    text-align: center;
}
.theme-carousel-text.circular .active .text-carousel-item .text-carousel-content,
.theme-carousel-text.circular .fake .text-carousel-item .text-carousel-content {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    transform: scale(1);
}


.theme-carousel-text.circular .text-carousel-content::before {
    content: "";
    background-color: var(--pale-red-transparent);
    height: 60%;
    margin-top: 24%;
    width: 0;
    display: block;
    margin-left: 50%;
    margin-right: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition-delay: 1s;
    transition: all 0.5s linear;
}
.theme-carousel-text.circular .center .text-carousel-content::before {
    width: 115%;
    margin-left: -7.5%;
    margin-right: -7.5%;
    transition-delay: 1s;
}
@media(max-width: 767px) {
    .theme-carousel {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    .theme-carousel-text.circular .text-carousel-item  .text-carousel-content {
        transform: scale(0.4);
        margin-right: -100px;
        margin-top: -20%;
        margin-bottom: -20%;
    }
    .theme-carousel-text.circular .active + .owl-item .text-carousel-item  .text-carousel-content {
        margin-right: 0;
        margin-left: -100px;
    }
    .theme-carousel-text.circular .text-carousel-content::before {
        margin-top: 30%;
        height: 50%;
    }
    .theme-carousel-text.circular .center .text-carousel-content::before {
        width: 110%;
        margin-left: -5%;
        margin-right: -5%;
        transition-delay: 1s;
    }
}
@media(max-width: 360px) {
    .theme-carousel {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    .theme-carousel-text.circular .text-carousel-item .text-carousel-content {
        transform: scale(0.4);
        margin-right: -100px;
        margin-top: -30%;
        margin-bottom: -30%;
    }
    .theme-carousel-text.circular .active + .owl-item .text-carousel-item .text-carousel-content {
        margin-right: 0;
        margin-left: -100px;
    }
    .theme-carousel-text.circular .text-carousel-content::before {
        margin-top: 30%;
        height: 50%;
    }
    .theme-carousel-text.circular .center .text-carousel-content::before {
        width: 110%;
        margin-left: -5%;
        margin-right: -5%;
        transition-delay: 1s;
    }
}

.reverse > .container > .row > .col-md-7 {
    float: right !important;
}

.tab-element .tm-product,
.tab-element .tm-product-image {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.tab-element .tm-element.active {
    height: 1080px;
}
.tab-element .tm-element h2 {
    margin-top: 0;
}
.tab-element .tm-element h3.toggle {
    margin-bottom: 60px;
    font-size: 1.8rem;
    font-weight: 600;
    border-top: 1px solid var(--red);
    padding-top: 15px;
    transition: all ease 0.5s;
    cursor: pointer;
}
.tab-element .tm-element h3.toggle::after {
    content: "\e095";
    font-family: Simple-Line-Icons;
    font-size: 36px;
    font-weight: 100;
    position: absolute;
    right: 30px;
    margin-top: -12px;
}
.tab-element .tm-element.active h3.toggle::after {
    content: "\e615";
}
.tab-element .tm-element.active h3.toggle {
    margin-bottom: 30px;
    transition: all ease 0.5s;
}
.pre-text {
    color: var(--red);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
	letter-spacing: 2px;
    margin-bottom: 0;
}
.pre-text + h2 {
    margin-top: 10px;
}
.number-icon img {
    max-width: 150px;
}
.icons img {
    max-width: 135px;
    margin-right: 5px;
    margin-left: 5px;
}
.innovations .owl-dots {
    display: block !important;
}

.distributor-search-container {
    height: 600px;
}
.distributor-search {
    padding: 30px 45px;
    margin: 60px;
    background-color: var(--aqua-transparent);
}
.distributor-search p.text-center {
    margin-bottom: 45px;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:440px;width:100%;
    border: 20px solid var(--white);
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
    width: calc(50% - 10px);
    float: left;
    line-height: 1.333;
    padding: 30px 20px;
    border: 1px solid var(--teal);
    background: var(--dark-pink);
    margin: 10px 20px 10px 0;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list li::before {
    content: none;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list li:nth-child(2n) {
    margin-right: 0;
}
.wpsl-direction-wrap {
    float: right;
}

.full-width #wpsl-widget-form p {
    display: inline;
    line-height: 1;
    margin: 0;
    vertical-align: top;
}
.full-width #wpsl-widget-form label {
    display:none;
}
.full-width #wpsl-widget-form input {
    display: inline-block;
    max-width: 200px;
}
.wpsl-search {
    background: var(--teal);
    margin-bottom: 0;
    padding: 60px 100px 48px;
}
.wpsl-dropdown {
    width: 120px;
    border: 1px solid #bfd7eb !important;
}
.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item {
    padding-top: 15px !important;
    padding-bottom: 15px !important;    
}
.wpsl-selected-item::after {
    border-top-color: var(--color;dark-blue);
}

#wpsl-search-input {
    padding: 18px 10px;
    width: 280px !important;
}
.wpsl-search-btn-wrap .btn {
    font-size: 18px !important;
    padding: 13px 20px !important;
}
#wpsl-search-wrap input[type="text"] {
    border: 1px solid #bfd7eb;
    background-color: var(--white);
    border-radius: 0;
}
#wpsl-search-btn {
    color: #ffffff;
    background-color: var(--blue);
    border: 1px solid var(--blue) !important;
    font-size: 1.8rem;
    padding: 14px 80px;
    background-image: none;
    text-transform: uppercase !important;
}
#wpsl-search-btn:hover {
    color: #ffffff;
    background-color: var(--red);
    border: 1px solid var(--red) !important;
}
.wpsl-input label, #wpsl-radius label, #wpsl-category label {
    width: auto !important;
}
#wpsl-search-wrap div label {
    line-height: 52px;
}
.btn-waiting-list {
    margin-top: 8px;
}
.wpsl-store-location p {
    font-size: 14px;
    float:left;
    width: 60%;
}
.wpsl-store-location strong {
    font-size: 16px;
    display:block;
    height: 45px;
    line-height: 1.2;
}
.wpsl-store-location p.wpsl-contact-details {
    width: 25%;
}
#wpsl-stores .wpsl-store-location .wpsl-store-thumb {
    float: left;
    height: 120px !important;
    width: 120px !important;
    margin: 10px 15px 0 0;
}
.wpsl-store-below .wpsl-contact-details {
    margin-top: 42px !important;
    clear: none;
}
.wpsl-store-location a {
    font-weight: 400;
}
.wpsl-store-location strong a {
    color: var(--red);
    font-size: 26px;
}
.wpsl-store-location  strong a:after {
    content: " \f08e";
    font-family: "FontAwesome";
    font-size: 14px;
}

.wpsl-store-location a:hover {
    color: var(--blue);
}
.wpsl-directions {
    display: none;
}
#wpsl-wrap, .wpsl-gmap-canvas {
    margin-bottom: 0;
}
h3.location {
    color: #ffffff;
    padding: 15px 30px;
    display: inline-block;
    margin-top: -70px;
    background-color: var(--teal);
    position: absolute;
    margin-left: 30px;
    text-transform: uppercase;
}
h3 .br {
    display: block;
}
@media (max-width:767px) {
    h3::after {
        content: "";
    }
    h3 .br {
        display: inline-block;
        width: 1em;
    }
    #theme-layout {
        overflow: hidden;
    }
    .no-margin .row .row {
        margin-left: 0;
        margin-right: 0;
    }
    #main ul.lg li {
        text-align: center;
    }
    #main ul.lg {
        padding-left: 0;
    }

    #main ul.lg li::before {
        content: none;
    }
    .theme-breadcrumbs {
        font-size: 1.4rem;
    }
    .single .breadcrumbs {
        padding-top: 20px;
    }
    .blog-title {
        padding-bottom: 10px;
    }
    .blog-title h1 {
        margin-top: 0;
        margin-bottom: 20px;
    }
    article.single .entry-content, .entry-content.default-page {
        padding: 0;
        width: 100%;
    }
    article.single .entry-content p {
        font-size: 1.2rem;
    }
    .entry-content p a {
        text-decoration: underline;
    }
    article.single .entry-content h2 {
        font-size: 2.2rem;
        display: block;
        text-transform: none;
        text-align: left;
        margin-bottom: 10px;
    }
    article.single .entry-content h3 {
        font-size: 1.6rem;
        text-align: left;
    }
    article.single .entry-content h4 {
        font-size: 1.2rem;
    }
    .tm-recent-posts-widget p {
        text-align: left;
    }
    .tab-element .row .row {
        margin-left: 0;
        margin-right: 0;
    }
    .tm-product-image {
        height: calc(1px + 100vw) !important;
        margin-bottom: -15px !important;
    }
    .tm-product-image img {
        width: 80%;
        margin: 0 10%;
    }
    .tm-product-image::before {
        content: "";
        background-color: var(--teal);
        
        height: 18%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
    }
    .tm-product .inner {
        padding: 15px !important;
    }
    .tm-product .pre-text {
        font-size: 12px;
    }
    .product-highlight {
        font-size: 28px;
        left: 5px;
        top: 75px;
    }
    .tab-element .tm-element h3.toggle {
        padding-top: 15px;
        text-align: left;
    }
    .tab-element .tm-element h3.toggle::after {
        right: 15px;
    }
    .tm-product h2,
    .tm-product p {
        text-align: left;
    }
    .tab-element .tm-element h3.toggle {
        margin-bottom: 60px;
        font-size: 1.4rem;
    }
    .inner {
        padding: 15px !important;
    }
    .padding-top {
        padding-top: 15px !important;
    }
    .padding-bottom {
        padding-bottom: 15px !important;
    }

    .table > thead > tr > th {
        font-size: 12px;
    }
    .table > tbody > tr > td {
        font-size: 14px;
    }

    .table.table-bordered > tbody > tr > td, .table.table-bordered > tbody > tr > th, .table.table-bordered > tfoot > tr > td, .table.table-bordered > tfoot > tr > th, .table.table-bordered > thead > tr > td, .table.table-bordered > thead > tr > th    {
        padding-left: 5px;
        padding-right: 5px;
    }
    .bordered .form {
        padding: 15px;
    }
    span.wpcf7-form-control-wrap.product {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 5px;
    }
    .wpcf7-list-item > label > span {
        font-size: 14px;
    }
    .number-icon {
        margin-bottom: -30px !important;
    }
    .icons img,
    .number-icon img {
        max-width: 80px;
    }
    #sidebar .menu-blog-categories-container {
        text-align: left;
        padding: 15px;
    }
    #sidebar .menu li {
        float: none;
        width: 100%;
    }
    #sidebar .menu li a {
        font-size: 1.4rem;
        font-weight: 500;
        padding: 10px 0;
        text-align: left;
    }
    #sidebar .menu hr {
        display: none!important;
    }
    #sidebar .menu li.current-menu-item  a {
        color: var(--blue);
        border-top: 0 solid var(--blue);
    }
    article h2.entry-title {
        font-size: 2rem;
        text-align: left;
        width: 100%;
    }
    .entry-content p {
        text-align: left;
    }
    .suggested-articles .tm-recent-posts-widget ul li {
        width: 100%;
        float: none;
    }
    .distributor-search {
        padding: 15px;
        margin: 0;
    }
    .list_carousel .tm-owl-item {
        margin: 0;
    }
    .innovations .theme-carousel {
        margin: 0 !important;
    }
    .innovations .theme-carousel h3 {
        font-size: 1.6rem;
        margin-top: 0;
        text-align: left;
    }
    .innovations .theme-carousel p {
        font-size: 1.4rem;
        text-align: left;
    }
    .innovations .theme-carousel .col-md-8 {
        max-height: calc(100px + 50vw);
        overflow: hidden;
    }
    .innovations .flex {
        display: block;
    }
    .innovations .list_carousel .tm-owl-item {
        margin-right: 15px;
    }
    .innovations .inner {
        width: 100%;
        padding: 15px !important;
    }
    .text-carousel-content .inner {
        margin-top: 0;
        margin-bottom: 0;
    }
    .innovations .inner p {
        font-size: 12px;
    }
    .innovations .owl-dot,
    .theme-carousel-post .owl-dot,
    .dark .theme-carousel-post .owl-dot {
        width: 12px;
        height: 12px;
        margin-top: 30px;
    }
    .theme-carousel-post .tm-owl-item {
        margin-right: 15px;
    }
    .theme-carousel-post .owl-item img {
        display: none;
    }

    .accordion-heading .accordion-toggle {
        font-size: 1.6rem;
        padding: 30px 15px;
    }
    .accordion-toggle .icon {
        top: 24px;
        right: 15px;
    }
    .accordion-toggle .icon::after {
        font-size: 22px;
    }
    .home .tm-recent-posts-widget ul li{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .vertical-align {
        justify-content: center;
    }
    .contact-us .row-container {
        background-size: 120%;
        background-position: 20px 500px !important;
        background-repeat: no-repeat;
    }
    .wpsl-search {
        padding: 30px 15px;
    }
    .text-carousel-content .inner {
        position: relative;
    }
    #wpsl-wrap.wpsl-store-below #wpsl-result-list li {
        width: 100%;
        padding: 15px;
    }
    .wpsl-store-below #wpsl-result-list p {
        text-align: left;
    }
    #wpsl-result-list li p {
        margin: 0;
    }
    .wpsl-store-location strong {
        height: inherit;
    }
    .pre-text {
        font-size: 16px;
        font-weight: 700;
    }
    .tm-divider-space {
        display: none !important;
    }
    .tm-service-box.style_4 .tm-service-icon img {
        margin-top: 0;
    }
}

.home .eventon_events_list .eventon_list_event .desc_trig, .evopop_top {
    background-color: rgba(255,255,255,0);
    border-left: 0 solid rgba(255,255,255,0);
}

.home #evcal_list,
.home #evcal_list .sep_month_events {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.home .eventon_events_list .eventon_list_event .evcal_list_a {
    padding-top: 30px;
    padding-bottom: 30px;
}
.home .eventon_events_list .eventon_list_event .evcal_cblock em.date {
    color: var(--blue) !important;
    text-align: center;
    display: block;
}
#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
.evo_lightboxes .evo_pop_body .evcal_desc span.evcal_desc2,
.evcal_evdata_row .evcal_evdata_cell h2,
.evcal_evdata_row .evcal_evdata_cell h3,
.evorow .evo_clik_row h3,
.evcal_evdata_row .evcal_evdata_cell h3 a,
#evcal_list .eventon_list_event .evcal_eventcard p,
.evo_lightboxes .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p,
.evo_lightboxes .evcal_evdata_cell p a,
.evo_metarow_ICS .evcal_evdata_cell p a,
.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a {
    font-weight: 900;
}
.home #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
.home .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
.home .evo_lightboxes .evo_pop_body .evcal_desc span.evcal_desc2,
.home .evcal_evdata_row .evcal_evdata_cell h2,
.home .evcal_evdata_row .evcal_evdata_cell h3,
.home .evorow .evo_clik_row h3,
.home .evcal_evdata_row .evcal_evdata_cell h3 a,
.home #evcal_list .eventon_list_event .evcal_eventcard p,
.home .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
.home .evo_lightboxes .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p,
.home .evo_lightboxes .evcal_evdata_cell p a,
.home .evo_metarow_ICS .evcal_evdata_cell p a,
.home .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,
.home .evcal_evdata_row .evcal_evdata_icons i,
.home .evcal_evdata_row .evcal_evdata_custometa_icons i {
    color: var(--white);
}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before, .evo_pop_body .evcal_desc em.evcal_time::before, .eventon_events_list .eventon_list_event .evcal_desc .evcal_location::before, .evo_pop_body .evcal_desc em.evcal_location::before {
    color: var(--blue) !important;
}
.home #evcal_list .eventon_list_event .evcal_desc em,
.home .evo_lightboxes .evcal_desc em {
    color: var(--white);
}
.home .event_description .evcal_close,
.home .event_description .evo_card_row_end {
    color: var(--white);
    background-color: var(--blue);
}
.home .event_description .evcal_close:hover {
    background-color: var(--peach);
}
.home #evcal_list .bordb,
.home .eventon_events_list .eventon_list_event .desc_trig:hover {
    background-color: rgba(0,0,0,0);
    border-left: 0 solid rgba(0,0,0,0);
}
.home .eventon_events_list .eventon_list_event .event_description {
    background-color: var(--red);  
}
.home .ajde_evcal_calendar .calendar_header {
    display: none;
}
.home .evcal_month_line {
    display: none;
}
.eventon_events_list .eventon_list_event .evcal_desc, .evo_pop_body .evcal_desc, #page-content p.evcal_desc {
        padding-left: 90px !important;
}
.right-sidebar .eventon_events_list .eventon_list_event .evcal_desc,
.right-sidebar .evo_pop_body .evcal_desc, #page-content p.evcal_desc {
        padding-left: 90px !important;
}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info, .evo_pop_body .evcal_desc .evcal_desc_info {
    font-size: 13px !important;
}
.ajde_evcal_calendar .calendar_header {

}
.ajde_evcal_calendar .evo_cal_above {
    text-align: right !important;
    float: right;
}
.ajde_evcal_calendar .evo_cal_above_content {
    float: right;
    max-width: 440px;
    clear: right;
    text-align: right;
}
.ajde_evcal_calendar .calendar_header p.legend {
    float: right;   
}
.ajde_evcal_calendar .calendar_header p {
    color: var(--red) !important;
    font-size: 2.0rem !important;
    font-weight: 900 !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    text-transform: uppercase !important;
}
.sales-event .ajde_evcal_calendar .calendar_header p {
    font-size: 4.4rem !important;
}
.dark .ajde_evcal_calendar .calendar_header p {
    color: var(--white) !important;
}
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig {
    background-color: #ffffff !important;
}
.eventon_list_event p a.desc_trig {
    border: 0 !important;
}
.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set {
    background-color: var(--red) !important;
}
.ajde_evcal_calendar.boxy #evcal_list {
    margin-top: 30px;
}
#evcal_widget .ajde_evcal_calendar .calendar_header p {
        font-size: 2.0rem;
}
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc em, .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .eventon_list_event .evcal_desc .evcal_desc_info {
    color: var(--red);
}
.ajde_evcal_calendar .calendar_header .evcal_arrows {
    color: var(--blue) !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows i,
.ajde_evcal_calendar .calendar_header .evcal_arrows i::before {
    color: var(--blue) !important;
    border-color: var(--blue) !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows:hover {
    color: var(--white) !important; 
    background-color: var(--blue) !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows:hover i,
.ajde_evcal_calendar .calendar_header .evcal_arrows:hover i::before {
    color: var(--white) !important;
    border-color: var(--white) !important;
}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info, .evo_pop_body .evcal_desc .evcal_desc_info {
    opacity: 1 !important;
}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em, .evo_pop_body .evcal_desc .evcal_desc_info em {
    margin-bottom: 10px !important;
}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_location,
.evo_pop_body .evcal_desc .evcal_location,
.eventon_events_list .eventon_list_event .evcal_desc .evcal_time,
.evo_pop_body .evcal_desc .evcal_time {
    padding-left: 20px !important;
}
.evo_cal_above span {
    font-weight: 600 !important;
    opacity: 1 !important;
    color: var(--white) !important;
    background-color: var(--blue) !important;
}
.sale-events .eventon_list_event {
    border-radius: 0 !important;
    border: 15px solid rgba(255,255,255,0) !important;
    height: 500px !important;
}
.sale-events .eventon_list_event .evo_boxtop {
    height: 340px !important;
    background-color: rgba(255,255,255,0) !important;
}
.sale-events .eventon_list_event .desc_trig_outter > a {
    height: 500px !important;
    padding-top: 360px !important;
}
.sale-events .evcal_cblock .evo_start,
.sale-events .evcal_cblock .evo_start .date {
    color: var(--blue);
    text-align: center;
}
.evcal_cblock .evo_start em.month {
    color: var(--blue);
    font-size: 22px !important;
    font-weight: 700 !important;
}
.evcal_cblock .evo_end {
    display: none !important;
}
.evcal_desc2.evcal_event_title {
    margin-bottom: 10px !important;
}
.right-sidebar .EvcalWidget_three .theme-title h3 {
    margin-bottom: 0;
}
#evcal_list {
    border-right: 0 !important;
    border-radius: 0 !important;
}
#evcal_widget .eventon_events_list .evcal_cblock {
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
}
#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc,
#evcal_widget .eventon_events_list .eventon_list_event .no_val.hasFtIMG .evcal_desc {
    padding-left: 0 !important;
}
#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock .evo_start .date {
    color: var(--blue) !important;
    font-size: 22px !important;
    float: left;
}
#evcal_widget .eventon_events_list .evcal_cblock .evo_start .month {
    font-size: 14px !important;
    line-height: 22px;
    margin-left: 5px;
    float: left;
}
/*.home .eventon_events_list .eventon_list_event:nth-child(3),
.eventon_events_list .eventon_list_event:nth-child(4),
.eventon_events_list .eventon_list_event:nth-child(5),
.eventon_events_list .eventon_list_event:nth-child(6),
.eventon_events_list .eventon_list_event:nth-child(7),
.eventon_events_list .eventon_list_event:nth-child(8),
.eventon_events_list .eventon_list_event:nth-child(9),
.eventon_events_list .eventon_list_event:nth-child(10),
.eventon_events_list .eventon_list_event:nth-child(11),
.eventon_events_list .eventon_list_event:nth-child(12) {
    display: none !important;
}*/
.home .eventon_events_list .eventon_list_event:nth-child(3) {
}
.members-access-error {
    
}

.grecaptcha-badge {
    left: -1000em !important;
}
.contact .grecaptcha-badge {
    left: auto !important;
}
.sale-container {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}
.free-consultation-wrapper .flex {
    flex-flow: wrap;
}
.free-consultation-wrapper .flex > * {
    margin-left: 5px;
    margin-right: 5px;
    height: 54px;
    margin-bottom: 0;
}
.free-consultation-wrapper .flex > p {
    width: 35%;
}
.free-consultation-wrapper .flex > div {
    width: 27%;
}
.free-consultation-wrapper .btn {
    height: 54px;
    width: 100%;
}
@media (max-width: 533px) {
    .free-consultation-wrapper .flex {
        display: block;
    }
    .free-consultation-wrapper .btn {
        width: 100%;
    }
    .free-consultation-wrapper p {
        margin-bottom: 5px;
    }
}
.australian-made::after {
    content: "";
    background-image: url(/wp-content/uploads/australian-made.png);
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    width: 80px;
    height: 67px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -45px;
}
@media (max-width: 533px) {
    .australian-made::after {
        content: none;
    }
}
.rating a {
    color: #414042;
}
.rating .gold {
    font-weight: 500;
}
.rating .fa-star,
.rating .ico-star {
    color: var(--blue);
}
.reviews-side-container {
    float: right;
}
.reviews-side-container .rating {
    padding: 15px;
    border-left: 12px solid var(--blue);
    background-color: #ffffff;
}
.reviews-side-container .rating::after {
    content: "";
    width: 2000px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1970px;
}
.reviews-side-container .rating {
    display: flex;
}
.reviews-side-container .rating img {
    width:48px;
    margin: 15px 10px 0 0;
}
.reviews-side-container .rating strong {
    font-size: 14px;
}
.reviews-side-container .rating .count {
    color: var(--blue);
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}
.reviews-side-container .rating a {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #616062;
}
.border .inner {
	border: 1px solid rgba(0,0,0,0.9);
}
.dark .border .inner {
	border: 1px solid rgba(255,255,255,0.75);
}
body .gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;	
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 0 !important;		
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 15px 10px !important;
	width: 100% !important;
}
.gform_fields {
	display: flex !important;
	flex-wrap: wrap !important;
}
.gform_wrapper ul li.gfield {
	clear: none !important;
	width: 50% !important;
	margin-bottom: 0 !important;
}
/*.gform_wrapper ul li.gfield:last-child {
	width: 100% !important;	
}*/
@media (min-width: 641px) {
	.gform_wrapper textarea.small {
		height: 55px !important;
	}
}
.gform_footer .gform_button {
	padding-left: 48px;
	padding-right: 48px;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
	font-size: 12px;
}
.gform_wrapper li.hidden_label input,
.gform_wrapper li.hidden_label textarea {
	margin-top: 12px;
}

element {

}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {

    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;

}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {

    padding: 15px 10px !important;
    width: 100% !important;

}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {

    width: calc(50% - 8px);

}
.gform_wrapper li.hidden_label input {

    margin-top: 12px;

}
.gform_wrapper li.hidden_label input, .gform_wrapper li.hidden_label textarea {

    margin-top: 12px;

}
.gform_wrapper input.large, .gform_wrapper input.medium, .gform_wrapper input.small, .gform_wrapper select.large, .gform_wrapper select.medium, .gform_wrapper select.small {

    width: 100%;

}

#gform_2 input[type="text"],
#gform_2 input[type="password"],
#gform_2 input[type="email"],
#gform_2 input[type="tel"],
#gform_2 textarea,
#gform_2 select {
	padding: 20px 0 5px !important;
	border: 1px solid rgba(0,0,0,0);
	border-bottom: 1px dotted rgba(0,0,0,0.5);
}
#main ul.menu-category {
	list-style-type: none !important;
	margin: 15px 0;
	display: inline-block;
}
#main .menu-category li {
	float: left;
	padding: 5px 15px;
	margin-bottom: 0;
}
.menu-category li a {
	color: var(--dark-grey);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 2px solid rgba(0,0,0,0);
}
.menu-category li:hover a {
	color: var(--black);
	border-bottom: 2px solid #000000;
}
.skew {
	color: var(--white);
	font-size: 24px;
	display: inline-block;
	transform: skewX(-30deg);
	padding: 5px 90px 8px;
	line-height: 1;
	background-color: var(--red);
	text-transform: uppercase;
	margin-bottom: 30px;
}
.skew.lg {
	padding: 20px 90px 24px;
}
.skew.sm {
	font-size: 20px;
	padding: 5px 60px 8px;
}
.skew > span {
	display: block;
	transform: skewX(30deg);
}
.skew-before,
.skew-after {
	position: relative;
}
.skew-before.right {
	overflow: hidden;
}
.skew-before::before {
	content: "";
	transform: skewX(-30deg);
	background-color: var(--red);
	text-transform: uppercase;
	height: 30px;
	top: -29px;
	width: 100%;
	left: -75%;
	position: absolute;
}

.skew-after::after {
	content: "";
	transform: skewX(-30deg);
	background-color: var(--red);
	text-transform: uppercase;
	height: 30px;
	bottom: -29px;
	width: 100%;
	left: -75%;
	position: absolute;
}
.skew-before.right::before {
    top: -1px;
    left: -5%;
    z-index: 2;
    background-color: #fff;
    width: 80%;
}
.skew-before.right.reverse::before {
    top: -1px;
    left: 75%;
    z-index: 2;
    background-color: var(--red);
}
@media (max-width: 767px) {
	.table .fa-star,
	.table .fa-star-o {
		font-size: 10px !important;
		width: 10px !important;
		height: 10px !important;
		line-height: 10px !important;
		padding: 0 !important;
	}
}
