/*
-----------------------------------------------------------------------------------
Theme Name: DynamicWorkwear
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;}

:root {
	--color-red: #7d0101;
	--color-dark-red: #7d0101;
	--color-light-red: #aa0000;
	--color-orange: #ff5e14;
    --color-medium-blue: #0001f8;
    --color-blue: #100db6;
    --color-dark-blue: #040542;
    --color-yellow: #c7d51d;
	--color-gray: #666;
	--color-light-gray: #f7f7f7;
	--color-dark-gray: #0a0b0d;
    --color-white: #ffffff;
    --color-black: #000000;
}
/*
@font-face {
    font-family: 'Impact';
    src: url('assets/fonts/Impact.eot');
    src: url('assets/fonts/Impact.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Impact.woff2') format('woff2'),
        url('assets/fonts/Impact.woff') format('woff'),
        url('assets/fonts/Impact.ttf') format('truetype'),
        url('assets/fonts/Impact.svg#Impact') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/* ------------ 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: #616264; }
::-moz-selection{ color:#ffffff;background: #616264; }

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: 17px;
    font-weight: 400;
    line-height: 1.8;
    background: #ffffff;
    color: #333333;
    font-family: Yantramanav, Arial, Helvetica, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1, .h1, 
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5
h6, .h6 {
    font-family: Yantramanav, Helvetica, Helvetica, sans-serif;
    color: #00235a;
    line-height: 1.333;
    margin-bottom: 15px;
    font-weight: 900;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}
h1, .h1 { font-size: 4.8rem; font-weight: 900; margin-top: 0; } /* 48px */
h2, .h2 { font-size: 4.2rem; text-transform: uppercase; } /* 42px */
h3, .h3 { font-size: 3.6rem; text-transform: uppercase; } /* 36px */
h4, .h4 { font-size: 2.0rem; } /* 20px */
h5, .h5 { font-size: 1.6rem; line-height: 1; margin-bottom:0; }
h6, .h6 { font-size: 1.4rem; }
#slider h2 {
    font-size: 6.4rem;
    line-height: 1.1;
}
.lg { color: var(--color-medium-green); font-size: 2.0rem; }
.sm { font-size: 90%; }
@media (max-width:1199px) {
    h1, .h1 { font-size: calc(2.0rem + 1.8vw); }
    h2, .h2 { margin-top: 0; font-size: calc(1.8rem + 2.0vw); }
    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); }
}
@media (max-width:767px) {
    h2 { width: calc(100% - 15px); text-align: center; }
	p { font-size: 14px; text-align: center; }
	li { font-size: 14px; }
}
h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold {
    font-weight: 900;
}
h2.line {
	color: var(--color-medium-green);
	position: relative;
	font-weight: 900;
	text-transform: uppercase;
}
h2.line.align-right {
	text-align: right;
}
h2.line::before {
    content: "";
    position: absolute;
    background-color: var(--color-red);
    width: 120px;
    height: 7px;
    top: -25px;
    left: 0;
    margin: 0 auto;
}
h2.line.align-right::before {
	left: auto;
	right: 0;
}
h2.number::after {
    bottom: 16px;	
}
p img {
    margin: 0;
}
em {
    font-style: italic;
}
strong {
    font-weight: 600;
}
small {
    font-size: 80%;
}
hr {
    clear: both;
    margin: 30px 0;
    height: 0;
    border: dotted var(--color-red);
    border-width: 1px 0 0;
}
.explore h4 {
    font-size: 2.9rem;
    margin: 0;
    line-height: 48px;
    text-align: center;
}
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(--color-green);
    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(--color-blue);
    text-decoration: none;
}
a.link {
	font-size: 14px;
	font-weight: 600;
    text-transform: uppercase;
}
a.link i {
    padding-left: 10px;
}
a.link:hover {
	color: var(--color-medium-green);
}
ul,
ol { }
ul { list-style: none outside; }
ol,
ul { margin-left: 0; padding-left: 15px;}
ol { list-style: decimal; }
ul { list-style: none outside; }
#main ul { list-style: disc; }

li::marker {
    color: #ff5314;
}
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 p + ul { margin-top: -10px; }
#main ul + h3 { margin-top: 45px; }
#main li {
    line-height: 1.6;
    margin-bottom: 10px;
}

form,
fieldset { margin-bottom: 0; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
    display: block;
    margin: 0;
    padding: 15px 10px;    
    width: 100%;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
    border: 0 solid #bebebe;
    font-size: 16px;
    line-height: 1;
    background-color: rgba(255,255,255,0);
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    padding: 24px 15px 16px;    
    border: 0 solid #ccc;
    background-color: rgba(255,255,255,0);
}
.wpcf7-form p,
#wpsl-widget-form p {
    background-color: #fbfbfb;
    border: 1px solid var(--color-gray);
	position: relative;
/*    height: 60px; */
/*  border-radius: 30px; */
}
#wpsl-widget-form p::before {
	color: var(--color-dark-blue);
    content: "\e902";
    font-family: custom;
    font-size: 22px;
    position: absolute;
    left: 15px;
    top: 5px;
	z-index: 2;
}
.wpcf7-form p > label {
    font-family: "Source Sans Pro", Helvetica, Arial, Helvetica, sans-serif;
    position: absolute;
    padding: 18px 15px;
    color: rgba(0,0,0,0.75);
    font-size: 14px;
    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(255,255,255,0.25);
    border-color: rgba(255,255,255,0.5);
    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;
}
.dark input[type="text"],
.dark input[type="password"],
.dark input[type="email"],
.dark input[type="tel"],
.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="text"]:focus,
.dark input[type="password"]:focus,
.dark input[type="email"]:focus,
.dark input[type="tel"]: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 textarea:active {

}
.dark label {
    color: #ffffff;
}
.dark .wpcf7-form p label,
.dark .wpcf7-form label > span {
    padding-left: 0;
    padding-right: 0;
    color: rgba(255,255,255,0.8);
}
.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: #414244;
}
:-moz-placeholder { /* Firefox 18- */
    color: #414244;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #414244;
}
:-ms-input-placeholder {  
    color: #414244;
}

.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;
}
.color-green {
	color: var(--color-green);
}
.color-red {
	color: var(--color-red);
}
.green-gradient {
    background: var(--color-green);
    background: -moz-linear-gradient(left, var(--color-light-green) 0%, var(--color-green) 100%);
    background: -webkit-linear-gradient(left, var(--color-light-green) 0%, var(--color-green) 100%);
    background: linear-gradient(to right, var(--color-light-green) 0%, var(--color-green) 100%);
}
.red-gradient {
    background: var(--color-red);
    background: -moz-linear-gradient(left, var(--color-red) 0%, var(--color-red) 50%, var(--color-red) 50%, var(--color-red) 100%);
    background: -webkit-linear-gradient(left, var(--color-red) 0%, var(--color-red) 50%, var(--color-red) 50%, var(--color-red) 100%);
    background: linear-gradient(to right, var(--color-red) 0%, var(--color-red) 50%, var(--color-red) 50%, var(--color-red) 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 20px 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 20px 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;
}

/* 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 {
    background-color: var(--color-red);
    padding-top: 2px;
    padding-bottom: 2px;
}
@media (max-width:767px) {
	.tm-top-bar {
    	display: none;
	}
}
.tm-top-widget {
	color: var(--color-white);
	font-size: 14px;
	font-family: Oswald, Helvetica, Arial, sans-serif;
	font-weight: 500;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
	letter-spacing: 1px;
}
.tm-top-widget .red {
		opacity: 0.67;
}
.tm-top-widget a {
    color: #ffffff;
    font-size: 14px;
    padding-right: 15px;
	margin-right: 10px;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.tm-top-widget i {
	font-weight: 700;
}
.tm-top-widget.right a:last-child {
    padding-right: 0;
    border-right: 0 solid rgba(255,255,255,0.2);
}
.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(--color-red);
	font-size: 18px;
	float: right;
	margin-top: 10px;
}
.tm-header-widget i {
	color: var(--color-red);
	font-size: 26px;
	line-height: 38px;
	margin-right: 10px;
	float: left;
}
.tm-header-widget div {
	display: block;
	clear: both;
}
.tm-header-widget a {
	font-weight: 600;
}

/* Header */
#header {
    z-index: 100;
    transition: all 1s ease;
    opacity: 1;
    height: 170px;
    background-color: #ffffff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.15);
}

#header .header-menu {
    position: static;
}
#slider,
#featured-image {
	position: relative;
	z-index: 1;
}
.header-clone {
}
.tm-logo {
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    margin: 0;
    padding: 30px 0;
    transition: all 0.3s ease;
    max-width: 240px;
}

.logo-img {

}
h1.site-name, h1.site-name a {
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2;
    color: #000000;
}
.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:533px) {
	#header
    .tm-top-widget.right {
        float: none;    
    }
}
@media (max-width:991px) {
	#header,
	.header-clone {
		height: 70px;
	}
	.tm-logo {
		padding: 18px 0;
		max-width: 180px;
	}
}
/* ------------ Menu SF Essentials ------------- */
.sf-menu, .sf-menu *, .nav {
    list-style: none;
}
.sf-menu li {
    display: block;
}
.sf-menu ul {
    background-color: #00235a;
    display: none;
    position: absolute;
    min-width: 280px;
    z-index: 99;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    padding-left: 0;
    margin-top: 0;
}
.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(--color-white);
    font-family: Oswald, Helvetica, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 20px;   
    display: block;
    line-height: 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;
	text-transform: uppercase;
}
.sf-menu > li > a > span {
	border-bottom: 2px solid rgba(0,0,0,0);
}
.sf-menu > li:first-child > a {
    padding-left: 0;
}
.sf-menu > li:last-child > a {
    padding-right: 0;
}

.sf-menu > li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 12px;
    color: #ffffff;
    margin-left: 5px;
	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: #ff5e14;
}
.sf-menu > li.current_page_item.menu-item-has-children > a::after {
    color: #ff5e14;
}
.sf-menu > li:hover > a {
    color: #ff5e14;
    -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;
}
.sf-menu > li:hover > a > span {
	border-bottom: 2px solid #ff5e14;
}
.sf-menu > li:hover > a::after {
    color: #ff5e14;
}
ul.sf-menu > li:hover > ul.theme-mega-menu li ul li:first-child ul {
    display: block;
}

.sf-menu ul ul {
    top: 0;
    left: 100% !important;
}

/* Menu Styling*/
.sf-menu {
}
ul.sf-menu li ul li{

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

}
ul.sf-menu > li > ul > li > a {
    display: block;
    color: var(--color-white);
    font-family: Oswald, Helvetica, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 24px 24px;   
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
ul.sf-menu > li > ul > li:hover > a{
    color: var(--color-white);
    background-color: #ff5e14;
}
ul.sf-menu li ul li{
    text-align: left;
    line-height: 1;
}

.header-menu {
    text-align: right;
}
.menu-container{
    background-color: #00235a;
}
.menu-container.opaque {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,0.15);
    background-color: var(--color-white);
    z-index: 9;
}
.tm-menu-container {

}
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 {
	padding-left: 0;
}

/* ------------ mega menu --------------- */
.row-start {
    clear:left;
}
.sf-menu .theme-mega-menu {
    display: none;
	left: 0;
	right: 0;
	background: #f7f7f7;
    background: -moz-linear-gradient(left, #ebebeb 0%, #ebebeb 30%, #f7f7f7 30%, #f7f7f7 100%);
    background: -webkit-linear-gradient(left, #ebebeb 0%, #ebebeb 30%, #f7f7f7 30%, #f7f7f7 100%);
    background: linear-gradient(to right, #ebebeb 0%, #ebebeb 30%, #f7f7f7 30%, #f7f7f7 100%);

	text-align: center;
}
.sf-menu .theme-mega-menu > li{
    min-height: 10px;
    padding: 0;
}
.sf-menu .theme-mega-menu ul,.sf-menu .theme-mega-menu li{
    border: none;
    display: block;
    position: relative;
    top: auto;
    left: 0;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.sf-menu .theme-mega-menu .sub-menu {
	padding-top: 45px;
	padding-bottom: 45px;
	padding-left: 45px;
	height: 620px;
	width: 440px;
}
.sf-menu .theme-mega-menu .sub-menu span {
	display: block;
}
ul.sf-menu li ul.theme-mega-menu li {
	width: 100%;
}

ul.sf-menu li ul.theme-mega-menu > li > ul {
	left: 0 !important;
	display: block !important;
	width: 560px;
	background-color: #ffffff;
}

ul.sf-menu li ul.theme-mega-menu li ul li {
	position: initial;
	text-align: right;
}

ul.sf-menu li ul.theme-mega-menu li ul li ul {
    width: 560px;
    left: 100%;
    top: 0;
    display: none;
	position: absolute;
	background-color: #f7f7f7;
}
ul.sf-menu li ul.theme-mega-menu li ul li:hover ul {
	display: block;
}
.sf-menu .theme-mega-menu .mega-menu-title{
    padding: 15px 40px;
    margin-bottom: 15px;
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #E8E8E8;
}
.sf-menu .theme-mega-menu li {
	padding: 0;
}
.sf-menu .theme-mega-menu li:hover {

}
.sf-menu .theme-mega-menu li a{
	color: #4c4c4e;
	padding: 18px 20px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
	text-transform: none;
	display: block;
	width: 100%;
}
.sf-menu .theme-mega-menu li:hover > a{
	color: #e0301e;
}
.sf-menu .theme-mega-menu li:hover > a{
	color: #e0301e;
}
.sf-menu .theme-mega-menu li a small {
    color: #919294;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
	text-transform: none;
    display: block;
}

.sf-menu .theme-mega-menu ul ul li a span{
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
}
.sf-menu .theme-mega-menu ul ul li a span h3{
	color: #638058;
	font-size: 3rem;
	margin-top: -15px;
	margin-bottom: 10px;
	display: block;
}
.sf-menu .theme-mega-menu ul ul li:hover a span{
	color: #4c4c4e !important;
}
.sf-menu .theme-mega-menu li::before {
	float: left;	
}
.sf-menu .theme-mega-menu li > a {
	position: relative;
}
.sf-menu .theme-mega-menu li:hover > a,
.sf-menu .theme-mega-menu li:hover::before {
    color: #87c44d;
}
.sf-menu .theme-mega-menu > li:hover a {
	position: relative;
}
.sf-menu .theme-mega-menu > li > ul > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 5px;
	background-color: #87c44d;
	height: 2px;
	transition: all 0.3s ease;
	margin-right: 20px;
}
.sf-menu .theme-mega-menu > li > ul > li:hover > a::before {
	right: 0;
}
.sf-menu .theme-mega-menu li:hover > a::after {
	content: '';
	background: #f7f7f7;
    display: block;
    opacity: 1;
    position: absolute;
    right: -18px;
	top: 10px;
    height: 18px;
    width: 18px;
    transform: rotate(45deg) skewX(-5deg) translateX(70%);
    transition: all .3s 0s cubic-bezier(0.4, 0, 0.2, 1);
}

.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 ul{
	margin: 0;
}
.sf-menu .sub-menu .theme-mega-menu ul {
	position: absolute;
	left: 100% !important;
}
.mega-menu-items li{
    width: 100%;
}
.sf-menu .sub-menu.theme-mega-menu img {
	padding: 35px 0;
}

/* 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: auto;
    display: none;
    width: 25px;
}
.show-mobile-menu .mobile-menu-icon{
    width: 25px;
}
.mobile-menu-icon span {
    display: block;
    margin-bottom: 6px;
    width: 100%;
    height: 3px;
    background: var(--color-black);
	border-radius: 2px;
    opacity: 1;
    transition: all 0.6s ease;
}

.open .mobile-menu-icon span {
	background-color: var(--color-white);
    width: 32px;
    margin-left: -2px;
    transition: all 1.2s 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) {
    opacity: 0;
}
.open .mobile-menu-icon span:nth-child(3n) {
    transform: rotate(45deg);
    margin-top: -11px;
    -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);
}
.mobile-menu-icon:hover span {
    background: var(--color-red);
}

#mobile-menu,
#mobile-menu > ul > li > ul.sub-menu {
    position: fixed;
    width: 100%;
    z-index: 999;
    display: block;
    padding: 0px;
    background: var(--color-black);
    border-right: none;
    border-left: none;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    transition: all 0.3s ease;
}
#mobile-menu > ul > li > ul.sub-menu {
    padding-top: 200px;
}
#mobile-menu > ul > li > ul.sub-menu .sub-menu {
    display: none !important;
}
#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;padding: 0;width:290px;list-style: none;}
@media (min-width:400px) {
    #mobile-menu > ul{margin: 0 auto;padding: 0;width:380px;list-style: none;}
    #mobile-menu  ul.sub-menu li {margin: 0 auto;max-width:600px;}
	#mobile-menu > ul > li > ul.sub-menu {width: 380px; margin: 0 auto;}
}
#mobile-menu ul li{position: relative;display: block;padding:5px 0 5px 15px;}
#mobile-menu ul li::before { display: none !important;}
#mobile-menu ul li:hover{background-color: var(--color-black); }
#mobile-menu ul li:first-child{border-top:none;}
#mobile-menu ul li a {color: var(--color-white); font-family: "Source Sans Pro", Helvetica, Arial, Helvetica, sans-serif; font-size: 2.2rem;line-height:2.8rem;display:block;}
#mobile-menu ul li li a {font-size: 2.0rem;line-height:2.4rem;text-transform: none;}
#mobile-menu ul li:hover > a {color:var(--color-red));}
#mobile-menu ul li.has-children > .action-expand{color: var(--color-white);float: right;width: 30px;text-align: center;height: 30px;font-size: 22px;line-height: 30px;cursor: pointer;}
#mobile-menu ul li.has-children:hover > .action-expand {color: var(--color-red);}
#mobile-menu ul ul li.has-children > .action-expand{display: none !important;}
#mobile-menu ul li.has-children>a{width: 85%;}
#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;}

/* 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(--color-dark-blue);
	background: -moz-linear-gradient(left, var(--color-blue) 0%, var(--color-dark-blue) 100%);
	background: -webkit-linear-gradient(left, var(--color-blue) 0%, var(--color-dark-blue) 100%);
	background: linear-gradient(to right, var(--color-blue) 0%, var(--color-dark-blue) 100%);    background-size: cover;
    background-position: center center;
    padding: 60px 0 45px;
}
#page-title h1 {
	display: inline-block;
    color: var(--color-white);
	padding: 30px;
	background-color: rgba(0,0,0,0.33);
}
#page-title p {
    font-size: 14px;
    font-weight: 400;
    margin: 15px auto 10px;
    margin-top: -15px;
    color: var(--color-white);
	text-align: center;
}
#page-title p span.script {
    color: #ffffff;
    font-size: 18px;
    font-style: italic;
}
/* Light Page Title */
#page-title.light h1,#page-title.light p {
    color: #fff;
}


/* Breadcrumb */
.breadcrumbs {
    padding: 12px 0;
	text-align: center;
}
.theme-breadcrumbs{
    color: #616264;
    font-size: 14px;
}
.theme-breadcrumbs a{
    color: #616264;
}
.theme-breadcrumbs .crumb-item.current {
    color: #616264;
}
.theme-breadcrumbs .crumb-item:after {
    content: '>';
    display: inline-block;
    padding: 0 5px;
    color: #616264;
}
.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: 25px;
    list-style-type: none;
}
aside.widget_categories ul li a {
    color: #403c3e;
    font-weight: 600;
}
aside.widget_categories ul li a:before, aside.widget_recent_entries ul li a:before,
aside.widget_recent_comments ul li a:before, aside.widget_archive ul li a:before, aside.widget_meta ul li a:before {
    position: absolute;
    left: 3px;
    color: var(--color-blue);
    font-size: 18px;
    content: '\f105';
    font-family: FontAwesome;
}

/* Search widget */
form#searchform {
    position: relative;
}
.right-sidebar form#searchform input{
    margin-left: 40px;
    position: absolute;
    margin-top: -10px;
}
.button-search.fa-search {
    top: 10px;
    left: 0;
    background-color: #616264;
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    height: 28px;
    line-height: 26px;
    width: 28px;
    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: #0a1229;
    color: #fff;
}
/* Recent Posts Widget */

.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%;
}
.tm-recent-posts-widget h4{
    color: #403c3e;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0;
}
#bottom .tm-recent-posts-widget h4 a{
    font-size: 20px;
    line-height: 1.4;
}

.tm-recent-posts-widget h4 a{
    color: #000;
}
.tm-recent-posts-widget .meta{
    font-size: 10px;
    text-transform: uppercase;
    color: #a4a4a4;
    line-height: 14px;
}
.tm-recent-content.with-thumb{
    padding-left: 80px;
}
.tm-recent-posts-widget .recent-thumb{
    float: left;
    width: 60px;
    height: 60px;
}

/* 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;
}
@media (max-width:991px) {
    .widget_nav_menu {
        display: none;
    }
}
.contact-container {
	font-size: 15px;
	font-weight: 700;
	padding-top: 60px;
	padding-bottom: 75px;
    background-color: #00235a;
	background-size: auto;
	background-position: top left;
	background-repeat: no-repeat;
}
.contact-container h3 {
	margin-bottom: 0;
}
.contact-container p {
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: inherit;
}
.contact-container .btn {
	margin-top: 30px;
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.contact-container {
		padding: 0;
		background: var(--color-white);
	}
	.contact-container .col-md-12 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.contact-container .tm-element:first-child {
    	background-color: var(--color-pale-blue-transparent);
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.contact-container .tm-element:last-child {
		background-color: var(--color-dark-blue-transparent);
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}
/* ------------ Footer ------------- */
#footer {
	color: var(--color-white);
    padding: 15px 0 25px;
    background:#0a1229;
}
#bottom {
	color: var(--color-white);
    padding: 60px 0 30px;
    background:#0a1229;
}
#bottom p {
	margin-bottom: 15px;
}
#bottom, #bottom a {
    line-height: 1.9;
    font-size: 16px;
}
#bottom a {
	color: var(--color-white);
}
#bottom i {
	font-size: 22px;
	vertical-align: bottom;
	line-height: 28px;
	margin-right: 5px;
	width: 25px !important;
	display: inline-block;
	text-align: center
}
#bottom aside {
}
#footer, #footer a{
	color: var(--color-white);
    font-size: 12px;
}
#footer p,
#footer ul {
    display: inline-block;
}
#bottom .menu > li {
	width: 33%;
	float: left;
}
@media (max-width: 767px) {
	#bottom .menu > li {
		width: 100%;
	}
}
#bottom .menu > li > a {
	color: var(--color-white);
    padding: 0 0;
    line-height: 24px;
    font-weight: 400;
}
#bottom .menu > li:hover > a {
	color: var(--color-white);
    background-color: rgba(255,255,255,0);
}
/* Footer widget */
.menu-legal-container ul {
    padding-left: 0;
}
.menu-legal-container li {
    float: left;
}
.menu-legal-container a {
    color: #000000;
    padding-right: 20px;
    font-size: 12px;
}
#bottom h3.widget-title {
	color: var(--color-white);
    font-size: 18px;
	font-weight: 900;
    margin-top: 5px;
    margin-bottom: 25px;
    text-transform: none;
}
#bottom ul.jtwt li:before, #bottom .twitter-follow a {
    color: #666;
    border-color: #363636;
    background-color: #2a2a2a;
}
#bottom .twitter-follow a:hover {
    color: #fff;
    border-color: #fff;
}

#bottom #menu-products li {
    width: 60%;
    float: left;
}
#bottom #menu-products li:nth-child(2n) {
    width: 40%;
}
#bottom img {
	filter: invert(1) grayscale(1);
}
#footer .copyright {
    font-size: 12px;
	margin-top: 8px;
	margin-bottom: 0;
}

/* 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(--color-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;
    border-bottom: 1px solid #ebebeb;
}
article.single .entry-content, .entry-content.default-page {
    margin-top: 30px;
    margin-bottom: 60px;
}
/*
.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{
	font-size: 14px;
	line-height: 1.4;
}
.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);
}
article:hover .shadow {
    transform: scale(1.025);
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
}
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(--color-blue);
    background: -moz-linear-gradient(left, var(--color-blue) 0%, var(--color-blue) 50%, var(--color-blue) 50%, var(--color-blue) 100%);
    background: -webkit-linear-gradient(left, var(--color-blue) 0%, var(--color-blue) 50%, var(--color-blue) 50%, var(--color-blue) 100%);
    background: linear-gradient(to right, var(--color-blue) 0%, var(--color-blue) 50%, var(--color-blue) 50%, var(--color-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(--color-blue);
}
article a.more-link i {
    font-size: 16px;
    margin-left: 5px;
}
.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;
}
.entry-meta .date {
	font-size: 14px;
	border-bottom: 3px solid var(--color-red);
	padding-bottom: 2px;
	margin-bottom: 25px;
	display: inline-block;
}
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 {
    padding-top: 0;
    border-top: 1px solid #e0e0e0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 60px;
    overflow: hidden;
}
.suggested-articles .tm-recent-posts-widget ul li {
    float: left;    
    width: 46%;
    margin-right: 8%;
    margin-bottom:20px;
}
.suggested-articles .tm-recent-posts-widget ul li:nth-child(2n) {
    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 ul li:nth-child(1)::before {
    content: "1";
}
.suggested-articles .tm-recent-posts-widget ul li:nth-child(2)::before {
    content: "2";
}
.suggested-articles .tm-recent-posts-widget ul li:nth-child(3)::before {
    content: "3";
}
.suggested-articles .tm-recent-posts-widget ul li:nth-child(4)::before {
    content: "4";
}
.suggested-articles .tm-recent-posts-widget ul li:nth-child(5)::before {
    content: "5";
}
.suggested-articles .tm-recent-posts-widget ul li:nth-child(6)::before {
    content: "6";
}
.suggested-articles .tm-recent-posts-widget ul li:nth-child(6)::before {
    content: "7";
}
.suggested-articles .tm-recent-posts-widget ul li:nth-child(6)::before {
    content: "8";
}

.suggested-articles .tm-recent-posts-widget h4{
    font-size: 16px;
	margin-top: 5px;
}
.suggested-articles .tm-recent-content.with-thumb {
    padding-left: 0;
}
.suggested-articles .tm-recent-posts-widget .recent-thumb{
    float: right;
    margin-left: 20px;
    width: 100px;
    height: 80px;
}

/* 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;
}
#social{
    margin-top: 45px;
    margin-bottom: 15px;
}
#footer .tm-social-icon {
    margin-top: 0;
	float: right;
}
.tm-social-icon a{
    color: var(--color-white);
    display: block;
    margin: 0 0 0 4px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
}
.tm-social-icon a span {
    display: block;
}
#footer .tm-social-icon a {
    display: inline-block;
    margin-left: 4px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    width: 40px;
    height: 40px;
	float: left;
}
#footer .tm-social-icon a span{
    color: var(--color-white);
    display: block;
    height:100%;
    line-height: 36px;
}
#bottom .tm-social-icon{
}
.tm-social-icon a:hover span{
    color: #ffffff;
}
#bottom .tm-social-icon a:hover span{
    color: var(--color-white);
    border-color: rgba(0,0,0,0);
}
.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;
}
#footer .tm-social-icon a.linkedin:hover {
    border-color: #3399cc;
}
.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 {
    color: #ffffff;
    font-family: "Source Sans Pro", Helvetica, Arial, Helvetica, sans-serif;
    overflow: hidden;
    display:inline-block;
    padding: 20px 60px 16px;
	margin: 0;
    font-size: 1.4rem;
    font-weight:600;
    line-height: 1;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #ff5e14;
    background: -moz-linear-gradient(left, var(--color-red) 0%, var(--color-red) 50%, #ff5e14 50%, #ff5e14 100%);
    background: -webkit-linear-gradient(left, var(--color-red) 0%, var(--color-red) 50%, #ff5e14 50%, #ff5e14 100%);
    background: linear-gradient(to right, var(--color-red) 0%, var(--color-red) 50%, #ff5e14 50%, #ff5e14 100%);
    background-size: 300% 100%;
    background-position:98% bottom;
    transition: all 0.5s ease;
    border: 2px solid rgba(0,0,0,0);  
    border-radius: 3px;
	text-transform: uppercase;
    z-index: 1;
}
p > .btn {
    margin-top: 15px;
}
.btn:hover,
.btn:focus,
.btn:active {
    color: #ffffff;
    background-position:1% bottom;
    border: 2px solid rgb(0,0,0,0);
	transform: scale(1.1);
}
.btn-red {
    background: var(--color-red);
    border: 2px solid rgb(250,167,27,0);
    background: -moz-linear-gradient(left, var(--color-light-green) 0%, var(--color-green) 50%, var(--color-red) 50%, --color-light-red) 100%);
    background: -webkit-linear-gradient(left, var(--color-light-green) 0%, var(--color-green) 50%, var(--color-red) 50%, --color-light-red) 100%);
    background: linear-gradient(to right, var(--color-light-green) 0%, var(--color-green) 50%, var(--color-red) 50%, var(--color-light-red) 100%);
    background-size: 300% 100%;
    background-position:99% bottom;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    background-position:1% bottom;
    border: 2px solid var(--color-blue);  
}
.btn-white {
    color: var(--color-blue) !important;
    border: 2px solid rgba(255,255,255,0);
    background: #ffffff;
    background: -moz-linear-gradient(left, var(--color-red) 0%, var(--color-red-light) 50%, #ffffff 50%, #ffffff 100%);
    background: -webkit-linear-gradient(left, var(--color-red) 0%, var(--color-red-light) 50%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(to right, var(--color-red) 0%, var(--color-red-light) 50%, #ffffff 50%, #ffffff 100%);
    background-size: 300% 100%;
    background-position:99% bottom;
}
.btn-white:hover {
    color: #ffffff !important;
    background-position:1% bottom;
    border: 2px solid rgb(0,0,0,0);
}
.btn i {
    vertical-align: top;
    font-size: 18px;    
    line-height: 10px;
}
.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(--color-red) !important;
    border: 2px solid var(--color-red);
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, var(--color-red) 0%, var(--color-red) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, var(--color-red) 0%, var(--color-red) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, var(--color-red) 0%, var(--color-red) 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: 2px solid rgba(0,0,0,0);
}
.btn-outline-black {
    color: #000000;
    background: transparent;
    background: rgba(0,0,0,0);
    border: 2px solid #000000;
}
.btn-outline-black::after {
    opacity: 0;
    background-color: rgba(0,0,0,0);
    transform: scale3d(0.8,0.8,1);
}
.btn-outline-white{
    color: #ffffff;
    font-size: 16px;
    background: #000000;
    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(--color-blue) !important;
    background-position:1% bottom;
    border: 2px solid var(--color-blue);
}
.btn-outline-white::after {
    opacity: 0;
    background-color: rgba(0,0,0,0);
    transform: scale3d(0.8,0.8,1);
}
.btn-outline-white:hover::after {
    opacity: 1;
    background-color: #ffc400;
    transform: scale3d(1,1,1);
    transition: all 0.3s,opacity 0.3s;
}
.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(--color-blue);
    font-size: 16px;
    padding: 0;
    background: rgba(255,255,255,0);
    border: 2px solid rgba(255,255,255,0);
    text-transform: uppercase;
    line-height: 48px;
}
.btn-link i {
    font-size: 22px;
    line-height: 48px;  
}
.btn-link i.circle {
    color: var(--color-blue);
    width: 48px;
    height: 48px;
    border: 2px solid var(--color-blue);
    border-radius: 50%;
    margin-left: 15px;
    text-align: center;
    padding-left: 4px;
    
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    color: var(--color-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(--color-blue);
}
.btn-link:hover i.circle,
.btn-link:focus i.cicle,
.btn-link:active i.circle {
    border: 2px solid var(--color-blue);
}
.btn + .btn-link {
    margin-left: 20px;
}
.btn-right {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    line-height: 100%;
    border-radius: 0;
    background: var(--color-blue);
    border: 2px solid rgb(250,167,27,0);
    background: -moz-linear-gradient(left, var(--color-blue) 0%, var(--color-blue) 50%, var(--color-blue) 50%, #650a0e 100%);
    background: -webkit-linear-gradient(left, var(--color-blue) 0%, var(--color-blue) 50%, var(--color-blue) 50%, #650a0e 100%);
    background: linear-gradient(to right, var(--color-blue) 0%, var(--color-blue) 50%, var(--color-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: #403c3e;
    text-align: center;
    text-transform: uppercase;
}
.btn-tab:hover,
.btn-tab:focus,
.btn-tab:active,
.btn-tab.active {
    color: var(--color-blue);
}
/*.btn-flat.shadow{
    -webkit-box-shadow: inset 0 -1px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -1px rgba(0,0,0,.2);
    box-shadow: inset 0 -1px rgba(0,0,0,.2);
}
.btn-flat.shadow:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}*/
/* Button Flat */
/*
.btn-border{
    padding: 16px 20px;
    font-size: 14px;
    font-weight: 600;
    border: 3px solid #616264;
    color: #616264;
    background-color: transparent;
}
.btn-flat{
    border: 2px solid;
}
.btn-flat:hover {
    background: rgba(0, 0, 0, 0) !important;
}*/
.btn-xs{
    padding: 4px 12px;
    font-size: 12px;
}
.btn-sm,
.cat-item > a {
    padding: 14px 16px;
    font-size: 16px;
	font-weight: 600;
}
.btn-lg{
    font-size: 18px;
    padding: 20px 32px;
}
.btn-xl{
    padding: 24px 32px;
}
.btn-wrap {
    white-space: normal;
}
.btn-service:hover,
.btn-service:focus,
.btn-service:active {
	transform: scale(1);
}
@media (max-width: 767px) {
    .btn {
		font-size: 18px;
		font-weight: 700;
        padding: 12px 15px;
    }
    .btn i {
		line-height: 18px;
    }
}

@media (min-width: 533px) {
    .btn + .btn {
        margin-left: 10px;
    }
}
/* 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-container{
    position: relative;    
    margin-top: 120px;
}
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(--color-orange);
    bottom: 75px;
    color: var(--color-orange);
    cursor: pointer;
    display: none;
    font-size: 22px;
    height: 45px;
    line-height: 35px;
    position: fixed;
    right: 40px;
    text-align: center;
    width: 45px;
    border-radius: 50%;
    z-index: 999;
}

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


/* 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; */
}
.page-template-template-onepage-php #main{
    padding: 0;
}
#main [class*="col-md"] {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    *display: inline;
}

#main form [class*="col-md"] {
    margin-top: 0;
    margin-bottom: 0;
}
#main .theme-portfolio [class*="col-md-3"]{
    width: 24.9%;
}
.flex {
    display: flex;
}
.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 Styles */

.container-fluid {
/*    overflow: hidden; */
}

.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%;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    padding: 0;
    border-bottom: 0;
    
}
.accordion-group .accordion-heading{
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.accordion-group.active .accordion-heading{

}

.accordion-group:first-child{
    -webkit-border-radius:  3px 3px 0 0;
    -moz-border-radius:     3px 3px 0 0;
    border-radius:          3px 3px 0 0;
    overflow: hidden;
}
.accordion-group:last-child{
    border-bottom-color: #e5e5e5;
    -webkit-border-radius:  0 0 3px 3px;
    -moz-border-radius:     0 0 3px 3px;
    border-radius:          0 0 3px 3px;
    overflow: hidden;
    border-bottom-width: 2px !important;
}
.accordion-group:last-child .accordion-heading{
    border-bottom-width: 0; 
}
.accordion-heading .accordion-toggle {
    color: #403c3e;
    position: relative;
    display: block;
    padding: 25px 20px 25px 0;
    cursor: pointer;
    line-height: 1;
    font-size: 24px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.read-more .accordion-heading .accordion-toggle {
     font-size: 16px;
     padding: 0;
 }
.read-more  .accordion-toggle .icon::after {
    line-height: 18px;
}
.accordion-toggle .icon {
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}
.accordion-toggle .icon {
    transition: all 1s ease;
}
.accordion-toggle .icon::after {
    font-weight: 100;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 18px;
    line-height: 64px;
    color: #000000;
}
.active .accordion-toggle .icon::after {
    content: "\f106";
}
.active .accordion-toggle .icon {
    color: #000000;
}
.accordion-heading .accordion-toggle:hover .icon{
    color: #003c5c;
}
.active .accordion-heading .accordion-toggle .icon{

    
}
.accordion-inner {
    padding: 30px 0;
/*  background-color: #fbfbfb; */
}
.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{
    border-width: 0;
}
.accordion-group.active .accordion-body{
/*    border-bottom: #e5e5e5 1px solid; */
}
.accordion-group.active .accordion-toggle{
/*    background-color: #002d73;
    color: #ffffff; */
}
/* 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(--color-black);
    font-size: 22px;
    border: 0;
    background-color: #ffffff;
    left: 0;
    margin-left: -15px;
    margin-top: -28px;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 50%;
    border-radius: 50%;
}
.list_carousel .owl-nav .owl-prev:hover {
    box-shadow: 0 0 12px rgba(0,0,0,0.25);
    transform: scale(1.2);
}
.list_carousel .owl-nav .owl-next {
    color: var(--color-black);
    font-size: 22px;
    border: 0;
    background-color: #ffffff;
    right: 0;
    margin-right: -15px;
    margin-top: -28px;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 50%;
    border-radius: 50%;
}
.list_carousel .owl-nav .owl-next:hover {
    box-shadow: 0 0 12px rgba(0,0,0,0.25);
    transform: scale(1.2);
}
.theme-carousel-testimonial.list_carousel .owl-nav .owl-prev {
    color: #ffffff;
    border: 0;
    background-color: var(--color-red);
    left: 0;
    margin-left: -5px;
    margin-top: -20px;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    border-radius: 50%;
}
.theme-carousel-testimonial.list_carousel .owl-nav .owl-next {
    color: #ffffff;
    border: 0;
    background-color: var(--color-red);
    right: 0;
    margin-right: -5px;
    margin-top: -20px;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    border-radius: 50%;
}
.theme-carousel-testimonial.list_carousel .owl-nav .owl-prev,
.theme-carousel-testimonial.list_carousel .owl-nav .owl-next {
	line-height: 40px;
}
.theme-carousel-testimonial.list_carousel .owl-nav .owl-prev i,
.theme-carousel-testimonial.list_carousel .owl-nav .owl-next i {
	line-height: 40px;
}
.owl-nav.disabled {
	display: none;
}
/* 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;
}
.owl-carousel .owl-item,
.theme-carousel .owl-item{
    float: left;
}
.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{
    margin-bottom: 20px;
    position: relative;
}
.list_carousel .carousel-content{
    text-align: left;
    line-height: 1.4;
}
.list_carousel .carousel-title{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.4;
}
.list_carousel .carousel-title a{
    color: #808080;
}
.list_carousel .carousel-title a:hover{
    color: #616264;
}
.list_carousel .owl-buttons{
}
.list_carousel.style_2 .owl-buttons{
    right: 0;
}
.list_carousel{
    margin: 0 -15px;
}
.list_carousel .list_carousel{
    margin: 0;
}
.villa-thumb .list_carousel.image-slider-element {
    margin: 0 0;
    overflow: hidden;
}
#villa .list_carousel.image-slider-element {
    margin: 0 10% -30px;
    max-width: 1078px;
}
@media (min-width: 1440px) {
    #villa .list_carousel.image-slider-element {
        margin: 0 calc((100% - 1080px) / 2) -30px;
        max-width: 1080px;
    }
}
.list_carousel .tm-owl-item { 
    margin: 0 15px;
}
.villa-thumb .list_carousel .tm-owl-item,
#villa .list_carousel .tm-owl-item { 
    margin: 0;
}
.single-portfolio-full .list_carousel .tm-owl-item,.single-post .list_carousel .tm-owl-item{
    margin: 0;
}
.single-portfolio-full .owl-carousel .owl-wrapper-outer,.single-post .owl-carousel .owl-wrapper-outer{ 
    overflow: visible !important;
}
.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: 370px;
    float: left;
}
.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-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: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid var(--color-dark-blue);
	border-radius: 50%;
    background-color: rgba(0,0,0,0);
    margin-left: 12px;
}
.owl-dot.active {
    border: 1px solid var(--color-dark-blue);
    background-color: var(--color-dark-blue);
}

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


.owl-dots {
    margin-top: -20px;
    margin-bottom: 20px;
}

/* 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: 40%;
    margin-right: 20%;
}
.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: 2px;
}
.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 {
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.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;
}
/*
.theme-title h3 {
    margin-top: 31px;
    margin-bottom: 30px;
    font-size: 30px;
}
.theme-title::after {
    content: "";
    border-bottom: 1px solid #ddd;
    width: 100%;
    position:absolute;
    margin-top: -30px;
}
.right-sidebar .theme-title::after {
    border-bottom: 0 solid #ddd;
    margin-top: 0;
}
.dark .theme-title h3 {
    color: #ebebeb; 
}
.dark .theme-title::after {
    border-bottom: 1px solid #ebebeb;
}
.theme-title .title-seperator{
    width: 100px;
    background: #e4e4e4;
    margin: 22px 0 30px;
}
*/
/* 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-weight: 900;
    font-size: 28px;
    margin-bottom: 20px;
    margin-right: 10px;
    color: var(--color-blue);
    transition: all 1s ease;
    float: left;
    text-align: center;
}
ul.theme-list li{
    line-height: 1.6 !important;
    position: relative;
    font-size: 18px;
    padding-bottom: 30px;
    margin-bottom: 45px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
}
ul.theme-list li span {
    width: calc(100% - 40px);
    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: "Source Sans Pro", Helvetica, Arial, Helvetica, 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;
}


/* Service Element */

.tm-service-box{
    padding: 0;
    overflow: hidden;
}
.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 {
    padding: 60px 45px;
	text-align: center;
}
.tm-service-box.style_1 {
    padding: 0;
}
.tm-service-box.style_1:hover {
	transform: scale(1.1);
}
.tm-service-box.style_2 {
    background-color: #ffffff;
    margin-bottom: 30px;
}
.tm-service-box.style_3 {
    text-align: left;
    background-color: #0001f8;
    background: -moz-linear-gradient(top, var(--color-blue) 0%, var(--color-blue) 50%, var(--color-dark-blue) 100%);
    background: -webkit-linear-gradient(top, var(--color-blue) 0%, var(--color-blue) 50%, var(--color-dark-blue) 100%);
    background: linear-gradient(to bottom, var(--color-blue) 0%, var(--color-blue) 50%, var(--color-dark-blue) 100%);	
    padding: 90px 60px;
}
.tm-service-box.style_3:hover {
	transform: scale(1.05);
}
.tm-service-box.style_4 {
    background-color: #ffffff;
}
.tm-service-box.style_5 {
    background-color: #ffffff;
    padding: 12%;   
    border-radius: 30px;
    box-shadow: 0 0 16px rgba(0,0,0,0.15);
}
.tm-service-box.style_5.dark {
    background-color: var(--color-blue);
}
.tm-service-box.style_6 {
    text-align: left;
    background-color: #ffffff;
    padding: 20px 0;
}
.tm-service-box.none:hover {
    transform: scale(1.1);
}
.tm-service-box.style_1:hover h1 {
    background: var(--color-medium-green);
    background: -moz-linear-gradient(top, var(--color-teal) 0%, var(--color-medium-green) 100%);
    background: -webkit-linear-gradient(top, var(--color-teal) 0%, var(--color-medium-green) 100%);
    background: linear-gradient(to bottom, var(--color-teal) 0%, var(--color-medium-green) 100%);	
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.tm-service-box.style_1:hover h4 {
	color: var(--color-white) !important;
}
.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;
}
.tm-service-box.style_3 .tm-service-icon img{
    opacity: 0.5;
}
.tm-service-box.none:hover .tm-service-icon i{
    color: var(--color-white) !important;
	background-color: var(--color-light-red) !important;
    transition: all 0.5s ease;
}
.tm-service-box.style_3:hover .tm-service-icon img{
    opacity: 0.75;
}
.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_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;
	font-size: 1.6rem;
}
.tm-service-box a .tm-service-content {

}
.tm-service-box.style_1 .tm-service-content {
    text-align: center;
}
.tm-service-box.style_2 .tm-service-content {
    padding: 20px 10px;
    font-size: 1.3rem;
    text-align: center;
}
.tm-service-box.style_2 .tm-service-content small {
    margin-bottom: 20px;
    display: block;
}
.tm-service-box.style_3 .tm-service-content {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    left: 15px;
    right: 15px;
    text-align: center;
}
.tm-service-box.style_3:hover .tm-service-content {

}
.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 .tm-service-icon i::after {
    content: "";
    background-color: rgba(255,255,255,0.33);
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: 0;
    left: 0;
    border-radius: 50%;
    margin-left: -10px;
    margin-top: -10px;
    z-index: -1;
}
.tm-service-box.none:hover .tm-service-icon i::after {
    content: "";
    background-color: var(--color-light-red-transparent);
}
.tm-service-box.style_1 .tm-service-icon img {
    width: auto;
}
.tm-service-box.style_4 .tm-service-icon {
	background: var(--color-green);
	background: -moz-linear-gradient(left, var(--color-light-green) 0%, var(--color-green) 100%);
	background: -webkit-linear-gradient(left, var(--color-light-green) 0%, var(--color-green) 100%);
	background: linear-gradient(to right, var(--color-light-green) 0%, var(--color-green) 100%);
	width: 50%;
}
.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(--color-blue);
    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(--color-blue);
    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 .tm-service-content p{
    margin-bottom: 0;
}
.tm-service-box.style_2 .tm-service-content p{
    margin-bottom: 10px;
}
.tm-service-box.style_4 .tm-service-content {
    color: #2b2b2b;
    background-color: #ffffff;
    padding: 60px 50px 75px;
	width: 50%;
	border-right: 20px solid var(--color-red);
    text-align: center;
}
.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_4 .tm-service-content .btn {
     margin-top: 30px;
}
.tm-service-box.style_5 .tm-service-content .btn {
    margin-top: 45px;
}
.tm-service-box.style_5.dark .tm-service-content .btn {
    color: var(--color-blue);
    background: #ffffff;
    background: -moz-linear-gradient(left, var(--color-blue) 0%, var(--color-blue) 50%, #ffffff 50%, #ffffff 100%);
    background: -webkit-linear-gradient(left, var(--color-blue) 0%, var(--color-blue) 50%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(to right, var(--color-blue) 0%, var(--color-blue) 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(--color-blue);
}
.tm-service-box.none h3 {
    color: var(--color-white);
    font-size: 1.8rem;
    font-weight: 700;
	text-transform: none;
}
.tm-service-box.style_2 h3{
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.4;
}

.tm-service-box.style_3 h3{
    font-size: 2.2rem;
	font-family: Oswald, Helvetica, Arial, sans-serif;
	font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}
/*
.tm-service-box.style_3 h3{
    border-bottom: 2px solid var(--color-blue);
}
*/
.tm-service-box.style_4 h3 {
    color: #2b2b2b;
}
.tm-service-box.style_5 h3 {
    color: #616264;
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
	height: 60px;
}
.tm-service-box.style_4.dark h3 {
    color: #ffffff;
}
.tm-service-box.style_5.dark h3 {
    color: var(--color-blue);
    font-size: 3rem;
}
.tm-service-box.style_1 .btn.more {
    width: 100%;
    display: block;
    padding: 12px;
}
.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 .tm-service-content p{
    line-height: 1.4;
}
.tm-service-box a {
    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;
	position: relative;
	z-index: 1;
}

.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_5 {
        padding: 30px;
    }
	.tm-service-box.style_4 .tm-service-content {
		width: 100%;
	}
}
/* 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;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}

.nav-tabs>li{
    float: left;
    line-height: 1;
     position: relative;
}
.nav-tabs > li a{
/*  color: #000000;
    background-color: #fbfbfb;*/
    display: block;
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #ebebeb;
    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: #403c3e;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #000000;
}
.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{
    overflow: hidden;
}
.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 0 0;
/*    border: 1px solid #ebebeb; */
    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 */
.theme-carousel-testimonial .owl-item .testimonial-item {
	min-height: 420px;
}
.testimonial-item {
    position: relative;
    margin-bottom: 25px;
	background-color: var(--color-light-gray);
}
.testimonial-item:last-child {
    margin-bottom: 0;
}
.testimonial-thumb {
    color: var(--color-white);
    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;
	font-weight: 700;
	font-family: Oswald, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.testimonial-author span{
    font-size: 12px;
}
.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 {

}
.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: 0;
    margin-bottom: -20px;
}
.testimonial-item.style-center .testimonial-content:after{
    left: 50%;
    margin-left: -9px;
}
.testimonial-item.style-center .testimonial-thumb {
	display: none;
}
.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,.theme-carousel-text{
    margin: 0 auto !important;
}
.text-carousel-content {
    font-size: 14px;
    padding: 10;
}
.text-carousel-content h5 {
    margin-bottom: 15px;
}
/* Text Carousel in One Page Header */
.onepage-header-container .theme-carousel-text .text-carousel-content{
    text-align: center;
    font-family: "Source Sans Pro", Helvetica, Arial, Helvetica, sans-serif;
    font-size: 62px;
    line-height: 68px;
    font-weight: 100;
    letter-spacing: -2px;
}

/* 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;
}
.testimonial-content-inner {
    font-size: 16px;
    padding: 30px 10%;
}
.theme-carousel-testimonial.style-classic .testimonial-content:after{
    display: none;
}
.theme-carousel-testimonial.style-classic h2 a{
    font-weight: normal;
    font-size: 14px;
    color: #343434;
}
.theme-carousel-testimonial.style-classic .testimonial-title-sep{
    width:80px;
    height: 2px;
    background-color: #e5e5e5;
    margin: 14px auto 25px;
}

/* Page Builder Elements End */


/* Blog */
.theme-blog article.hentry{
    position: relative;
    margin-bottom: 22px;
}
.theme-blog.simple-blog article {
	width: 30%;
	margin-right: 3.33%;
	float: left;
	
}
@media (max-width: 533px) {
	.theme-blog.simple-blog article {
		width: 100%;
		margin-right: 0;
	}	
}
.entry-meta{
}
.entry-meta a{
    margin-right: 5px;
    display: inline-block;
}
.entry-meta a:hover {

}
.entry-media{
    position: relative;
    line-height: 0;
}
.entry-media p, .format-status .entry-media{
    margin-bottom: 0;
}
.entry-media .theme-thumbnail img {
    width: 100%; 
}
/*.entry-content{
    margin-bottom: 30px;
}*/
.entry-title{
    margin-bottom: 13px;
	font-size: 1.8rem;
	font-weight: 900;
	color: #000000;
    line-height: 1.2;
	text-transform: none;
}
.entry-title a {
    color: #000;
}
.entry-title a:hover {
    color: #616264;
}


/*---------------------*/
/***** Thumb hover *****/
/*---------------------*/
.blog-grid .entry-media {
    min-height: 220px;
}
.blog-grid .theme-thumbnail {
    position: relative;
    overflow: hidden;
    height: 220px;
}
.blog-grid .fluidvids {
    position: relative;
    overflow: hidden;
    height: 220px;
}
.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 {
    height: 450px;
    background-color: #ffffff;
}
.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(--color-blue);
}
.theme-blog .blog-grid .entry-media {
    margin-bottom: -1px;
    background-color: var(--color-blue);
}
.theme-blog .blog-grid .entry-block {
    background: #ffffff;
    padding: 15px 15px 30px;
    height: 189px;
}
.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 img {
    padding: 20px;
}
@media (max-width: 767px) {
	.image-slide-container .tm-owl-item img {
	    margin: 0;
		padding: 0;
	}
}
.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{
    font-size: 20px;
    margin: 35px 0;
    padding: 0 0 0 100px;
    color: #616264;
    position: relative;
    min-height: 70px;
}
.entry-content blockquote:before{
    font-weight: 700;
    content: "â€œ";
    position: absolute;
    font-size: 67px;
    width: 70px;
    height: 70px;
    line-height: 105px;
    text-align: center;
    top: 50%;
    margin-top: -35px;
    left: 0;
    background: #808080;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* 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;
    border: 1px solid #616264;
    text-align: center;
    font-weight: normal;
}
.theme-pagination ul.page-numbers li a, .theme-pagination ul.page-numbers li span{
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: block;
    color: #616264;
}
.theme-pagination ul.page-numbers li a:hover, .theme-pagination ul.page-numbers li span.current{
    color: #fff;
    background: #616264;
}
.theme-pagination ul.page-numbers li i {

}


/* 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 .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: var(--color-red);
    font-size: 15px;
    font-weight: bold;
    line-height: 48px;
    border: 2px solid var(--color-red);
    color: #fff;
}
.tm-infinite-scroll a:hover{
    color:  var(--color-red);
    background-color: rgba(255,255,255,0);
    border: 2px solid  var(--color-red);
}
.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: auto;
    background-repeat: no-repeat;
}
.row-container.bg-inherit{
    background-size: inherit;
    background-repeat: no-repeat;
}
.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;
}

/* CF7 */
div.wpcf7{
    position: relative;
}
.bordered .form {
    background-color: #ffffff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    padding: 60px 30px 45px;
}
.bordered .form h3 {
    margin-bottom: 30px;
}
span.wpcf7-form-control-wrap{
    position: relative;
    display: block;
}
.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;
}

/* 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;
}
.blog-menu {
    padding-top: 0;
    padding-bottom: 0;
	margin: 0 auto;
}
#main .blog-menu ul {
	list-style-type: none;
	padding: 0;
	display: inline-block;
}
#main .blog-menu ul li {
	float: left;
	padding: 0 10px;
}
#sidebar .menu {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #ebebeb;
}
#sidebar .menu li {
    cursor: pointer;
    line-height: 1;
    margin-bottom: 0;
}
#sidebar .menu li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    padding:  23px 20px 20px;
    text-transform: uppercase;
    color: #433f41;
    border-bottom: 1px solid #ebebeb;
    border-left: 8px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
#sidebar .menu li:hover {
}
#sidebar .menu li:hover a {
    color: var(--color-blue);
}
#sidebar .menu li.current_page_item a {
    color: var(--color-blue);
}
#sidebar .menu hr {
    height: 62px;
    width: 8px;
    margin: -3px 0 0;
    border: 0;
    background: var(--color-blue);
    border: none;
    transition: .3s ease-in-out;
    position: absolute;
    bottom: 0;
}
/* 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;
}
.transparency {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    padding: 20px 30px;
}
.transparency [class^="icon-"] {
    border-right: 1px solid #f0f0f0;
    color: #ffffff;
    display: inline-block;
    font-size: 80px;
    height: 160px;
    width: 220px;
    margin: 20px 0;
    padding: 40px 30px;
}
.transparency .last {
    border-right: 0 solid #f0f0f0;
}
.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 li {
	margin-left: 8px;
}
#main ul.ticks li::before {
    content: "\f00c";
    color: var(--color-green);
    font-family: FontAwesome;
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    margin-left: -24px;
    margin-right: 8px;
    font-weight: 900;
    border-radius: 50%;
}
.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,
        .theme-pagination ul.page-numbers li span.current,
        .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,
        .theme-pagination ul.page-numbers li a, .theme-pagination ul.page-numbers li span,
        .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(--color-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(--color-blue);
    font-family: FontAwesome;
    font-size: 48px;
    vertical-align: super;
    content: "\f10e";
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 48px;
}
.two-column {
    list-style-type: none;
    overflow: hidden;
}
.two-column li {
    width: 42%;
    margin-right: 8%;
    float: left;
}
@media (max-width: 991px) {
    .two-column li {
        width: 100%;
        margin-right: 0;
    }
}
.ui-widget {
    font-size: 14px;
}
.ui-timepicker-div dl dt {
    font-size: 10px;
    font-weight: 700;
}
.dark .border-right {
    border-right: 1px dotted var(--color-light-blue);
}
.contact-details {
}
.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 {
    margin-right: 8px;
}
.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;
}
/* 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: 991px) {
    .theme-sidebar aside.widget {
        width: 49.9%;
        float: left;
    }
    .theme-history .history-group, .process-group {
        width: 180px;
    }
}

@media screen and (max-width: 991px) {
    .tm-header-widget {
        display: none;
    }
    .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) {
    .bg-parallax{
        background-attachment: scroll !important;
        background-position: top center !important;
        background-size: cover;
    }
    .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,.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{
        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;
    }
    .theme-blog h2.entry-title a, article.single h1.entry-title {
        font-size: 26px;
    }
    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;
    }
    .entry-meta .author span {
        color: var(--color-blue);
    }
    div.entry-meta > span {
        float: left;
        padding-left: 25px;
    }
    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,
    .entry-content blockquote:before,
    .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){
  #page-title {
    padding: 30px 0;
  }
  #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;
}
.column-2 li {
    float: left;
    width: 50%;
}
.column-2 li li {
    width: 100%;
}
.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-weight: 900;
  margin-bottom: 20px;
  margin-top: 20px;
}
#menu-footer li,
#menu-shop li {
    line-height: 1.6;
}

@media screen and (max-width: 480px) {
	#footer .tm-social-icon {
	    display: block;
	    margin-top: 20px;
	}
	#footer .tm-social-icon a {
	    font-size: 18px;
	}
	#footer .custom-html-widget {
		float:left;
		margin-top: 20px;
	}
	#footer .custom-html-widget img {
		max-width: 90px !important;
	}
	#footer .nav > li {
		float: none;
	}
	#footer .nav > li > a {
		font-size: 14px;
		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;
}
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;
}
.wpcf7-list-item > label > span {
    color: #666;
    font-weight: 500;
}
.wpcf7-list-item > label:hover > span,
.wpcf7-list-item > label.active:hover > span {
    color: #00a651;
}
.wpcf7-list-item > label.active > span {

}
.wpcf7-list-item > label::before {
    display: block;
    border: 2px solid #bebebe;
    border-radius: 3px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    text-align: center;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    line-height: 16px;
}
.wpcf7-list-item > label:hover::before {
    color: #ffffff;
    border-color: #ffffff;
}
.wpcf7-list-item > label.active::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #ffffff;
    border: 3px solid #ffffff;
}
.wpcf7-list-item > label.active:hover::before {
    content: "\f00c";
    color: #ffffff;
}
.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 > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
}
.table > tbody > tr > td {
    font-weight: 400;
    vertical-align: middle;
}
.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: 0 solid #ddd;
    border-bottom: 0px solid #ddd;
    padding: 3px 0;
}
.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;
}
.breadcrumbs {
    margin-bottom: 0;
}
.breadcrumbs a {
    color: #707070 !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%;
    }
    .tm-header-widget {
        margin-top: 26px;
        margin-bottom: 0;
        margin-right: 40px
    }
}
@media (max-width: 533px) {
    .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: #403c3e;
    font-size: 56px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.number small {
    color: #403c3e;
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
}
.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;
}
.domain-name .search {
    border: 1px solid #bebebe;
    background-color: #ffffff;
    padding: 10px 20px;
    overflow: hidden;
    float: left;
}
.domain-name .www {
    float: left;
    display: block;
    font-size: 22px;
    color: #999;
    line-height: 46px;
}
.domain-name .search-inner {
    float: left;
    display: block;
}
.domain-name .search-inner input {
    font-size: 22px;
    border: 0;
    background-color: rgba(255,255,255,0);
    text-transform: lowercase;
}
.domain-name .search-inner input:focus {
    outline: none;
}
.domain-name .action {
    float: left;
    display: block;
}
.domain-name .action .btn {
    padding: 26px 32px;
}
.additional-price {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
}
.rating .fa-star {
    color: #eac306;
}
.bordered .inner {
    border: 1px solid #bebebe;
}

.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;
}
.container {
    width: 100%;
    max-width: 1034px;
}
#header .container,
#page-title .container,
.menu-container .container {
    width: 100%;
    max-width: 1280px;
}

.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: var(--color-red);
    background: -moz-linear-gradient(top left, var(--color-red) 0%, var(--color-red) 100%);
    background: -webkit-linear-gradient(top left, var(--color-red) 0%, var(--color-red) 100%);
    background: linear-gradient(to bottom right, var(--color-red) 0%, var(--color-red) 100%);
    padding: 60px 45px;
    min-height: 440px;
}
.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;
}
#slider .margin-left {
    padding-left: 7.5%;
}
.margin-right {
    padding-right: 60px;
}
.transparency {
    display: inline-block;
    background-color: rgba(29,55,104,0.5);
    padding: 30px 30px;
}
.offset-top > .container {
    margin-top: -110px;
    position: relative;
	z-index: 2;
}
.offset-top > .inner {
    margin-top: -110px;
    position: relative;
	z-index: 2;
}
.offset-half-top > .inner {
    margin-top: -70px;
    position: relative;
	z-index: 2;
}
.offset-bottom > .inner {
    margin-bottom: -110px;
    position: relative;
}
.offset-left {
    margin-left: -65px;
    position: relative;
    z-index: 2;
}
.offset-top-left .inner {
    margin-top: -120px;
    margin-left: -65px;
    position: relative;
    z-index: 2;
}
.offset-top-right .inner {
	margin-top: -25%;
	margin-right: 0;
	margin-left: 30px;
	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;
}
.tm-header-widget .btn {
    font-weight: 700;
    letter-spacing: 0;
}
.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);
}
.icon-check.green {
    display:block;
    font-size: 32px;
    margin-bottom: 10px;    
}

.red {
    color: var(--color-red);
}
.red:hover {
    color: var(--color-light-red);
}
.orange {
	color: var(--color-orange);
}
.pre-text {
    color: var(--color-red);
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 2px;
}
.one::before,
.two::before,
.three::before,
.four::before,
.five::before,
.six::before {
    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 {
    display: flex !important;
}
.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: 30px;
    border-radius: 30px;
    box-shadow: 0 0 16px rgba(0,0,0,0.15);  
    background-color: rgba(30,30,0,0.5);
}

.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(30,30,0,0.5);
    display: block;
    width: 0;
}
.boxed-testimonial > .inner .lg {
    font-size: 1.9rem;
}

.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 {
    position: relative;
	margin-bottom: 10px;
}
.select select {
    border: 0 solid #bebebe;
    background-color: rgba(255,255,255,0);
    width: calc(100% + 30px);
}
.select > a::after {
	color: var(--color-dark-blue);
    content: "\e901";
    font-family: custom;
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 38px;
}
.select select:active,
.select select:focus {
    outline-color: rgba(255,255,255,0);
}
.select > a {
	color: var(--color-dark-blue);
	display: block;
	margin: 0;
	padding: 15px 10px;
	width: 100%;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background-color: var(--color-white);
    border: 1px solid var(--color-pale-blue);
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}
.select-group {
    display: none;
    position: absolute;
    z-index: 3;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 1px rgba(0,0,0,0.85);
	height: 300px;
	overflow: hidden;
}
.select-group > div {
	position: absolute;
    min-width: 100%;
	overflow: scroll;
	height: 100%;
}
.select-group.active {
    display: block;
    box-shadow: 0 0 12px rgba(0,0,0,0.15);
}
.select-group a {
    font-size: 16px;
	font-weight: 600;
	line-height: 20px;
    color: var(--color-black);
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    transition: all 0.3s linear;
}
.select-group a:hover {
	color: var(--color-white);
    background-color: var(--color-red);
}
.select-group span,
.select-group a {
    cursor: pointer;
    display: block;
}
.active .select-group {
    display: block;
}
.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);
    }
    .row-container.background-5-7-left {
        background-size: 100% 40% !important;
    }
    .margin-left {
        padding-left: 15px;
    }
    .margin-right {
        padding-right: 15px;
    }
    .padding-top {
        padding-top: 0 !important;
    }
    .padding-bottom {
        padding-bottom: 0 !important;
    }
	.offset-top > .container .padding-bottom {
        padding-bottom: 60px !important;		
	}
    .inner {
        padding: initial !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(--color-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;
    }

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

	.offset-top > .container {
		margin-top: -45px;
		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-left {
		margin-left: initial;
	}
	.offset-top-left,
	.offset-top-right {
		margin-bottom: -5px !important;
	}
	.offset-top-left .inner {
		margin-top: -45px;
		margin-left: initial;
	}
	.offset-top-right .inner {
		margin-top: -45px;
		margin-right: initial;
	}
	.bg-boxed > .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.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;
	}
	.red-light-blue-split-gradient.bg-boxed > .container .padding-top {
		padding-top: 30px !important;
	}
	.red-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;
	}
	#value-culture {
		text-align: center;
	}
	#history .text-carousel-content .vertical-align {
		margin-top: -85px !important;
	}
	#footer {
		padding-top: 15px;
		padding-bottom: 0;
	}
	#footer .copyright {
		float: left;
		margin-top: 10px;
		font-size: 12px;
	}
}
#wpsl-widget-form input,
#wpsl-widget-form select {
	background-color: #ffffff;
}
#wpsl-widget-form .search input {
	padding-left: 50px;
}
#wpsl-widget-form label {
	font-size: 14px;
	font-weight: 700;
}

.theme-carousel-text.circular  .text-carousel-item {
	transform: scale(0.67);
	transition: 2s ease-in-out all;
}

.theme-carousel-text.circular .active .text-carousel-item {
	transform: scale(1);
	transition: 2s ease-in-out all;
}
/*
.theme-carousel-text.circular .owl-dots {
	display: none;
}
*/
.reverse > .container > .row > .col-md-7 {
	float: right !important;
}
.image-slide-container img {
/*	filter: grayscale(100) brightness(150%); */
	transition: all 0.3s linear;
}
.image-slide-container img:hover {
/*	filter: grayscale(0);
	opacity: 1; */
}
.border-right {
	border-right: 15px solid var(--color-white);
}
.border-left {
	border-left: 15px solid var(--color-white);
}
.specials .inner {
	color: var(--color-white);
	font-size: 14px;
	background-image: url(/wp-content/uploads/ad-bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0 15% 0 24%;
	border: 20px solid var(--color-white);
	border-left: 0;
	height:150px;
	position: absolute;
}
.specials h3 {
	color: var(--color-white);
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
}
.text-right {
	text-align: right;
}