/*
Theme Name: Impulse Technology
Theme URI: http://impulse-technology.com
Author: Impulse Technology
Author URI: http://impulse-technology.com
Description: Impulse Technology
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: total
Tags: Impulse Technology, easynsoft
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
	margin: 0;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	margin-right: 10px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 5px;
	border:1px solid #ddd;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #444;
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 400;
	line-height: 1.2;
	color:#323232;
}

h1{
	font-size: 32px;
	margin-bottom: 15px;
}

h2{
	font-size: 30px;
	margin-bottom: 15px;
}

h3{
	font-size: 26px;
	margin-bottom: 15px;
}

h4{
	font-size: 22px;
	margin-bottom: 10px;
}

h5{
	font-size: 20px;
	margin-bottom: 10px;
}

h6{
	font-size: 18px;
	margin-bottom: 10px;
}
p {
	margin:0 0 15px;
}

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

blockquote {
	margin: 0 15px;
}

address {
	margin: 0 0 15px;
}

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

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 15px 20px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

table {
	margin: 0 0 15px;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #FFC107;
	padding: 0 20px;
    height: 40px;
	color: #FFF;
	border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #333;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #404040;
	border: 1px solid #bfc2c5;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	vertical-align: top;
}

select {
	border: 1px solid #bfc2c5;
    height: 40px;
	padding: 3px 40px 3px 8px;
	background-color: transparent;
	line-height: 100%;
	outline: 0;
	background-image: url("images/arrow.png");
	background-position: right center;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px 8px;
    height: 34px;
}

textarea {
	padding: 8px;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #FFC107;
	text-decoration: none;
    transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease; 
}

a:visited {
	
}

a:hover{
	color: #FFC107;
}

a:focus {
	outline: 0;
}

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


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.mtc-clearfix:before,
.mtc-clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-footer:before,
.site-footer:after,
.mtc-container:before,
.mtc-container:after {
	content: "";
	display: table;
}

.mtc-clearfix:after,
.entry-content:after,
.comment-content:after,
.site-footer:after,
.mtc-container:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

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

.hentry {
	margin: 0 0 30px;
}

.total-hentry {
	margin: 0 0 50px;
}

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

.page-content,
.entry-content{
	padding-bottom: 50px;
	overflow: hidden;
}

.page-template-page-builder-template .page-content{
	margin-bottom: 0;
}

.page-links {
	clear: both;
	margin: 0 0 15px;
}

#primary{
	width: 70%;
	float: left;
}

#secondary{
	width: 27%;
	float: right;
}

.ht_no_sidebar #primary{
	width: auto;
	float: none;
}

.ht_no_sidebar_condensed #primary{
	width: 76%;
	float: none;
	margin: 0 auto;
}

.ht_left_sidebar #primary{
	float: right;
}

.ht_left_sidebar #secondary{
	float: left;
}

.mtc-post-info{
	float: left;
	width: 80px;
	text-align: right;
}

.single .mtc-post-info{
	margin-right: 30px;
	margin-bottom: 20px;
}

.mtc-post-info .entry-date{
	display: block;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.mtc-post-info .entry-date span{
	display: block;
	text-transform: uppercase;
}

.mtc-post-info .entry-date span.mtc-day{
	font-size: 60px;
	line-height: 1.3;
    color: #FFC107;
}

.mtc-post-info a{
	display: block;
	text-decoration: none;
	line-height: 1.4;
	padding: 20px 0 0;
	text-transform: uppercase;
    border-top: 1px solid #EEE;
    font-size: 12px;
    color: #444;
    font-weight: 300;
}

.mtc-post-wrapper{
	padding-left: 105px;
}

.entry-figure{
	background: #f9f9f9;
	text-align: center;
	margin-bottom: 15px;
}

.entry-header .entry-title{
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.entry-figure + .entry-header{
	background: #FFF;
	position: relative;
	margin-top: -65px;
	width: 90%;
	padding: 15px 0 1px;
}

.entry-header .entry-title a{
	text-decoration: none;
	color: #333;
}

.entry-categories{
	font-size: 14px;
	color: #666;
	font-style: italic;
	margin-bottom: 15px;
}

.entry-categories .fa{
	color: #FFC107;
	margin-right: 8px;
}

.entry-categories a{
	color: #666;
	text-decoration: none; 
}

.entry-readmore{
	margin-top: 20px;
}

.entry-readmore a{
	background: #FFC107;
	padding: 0 20px;
    line-height: 40px;
	color: #FFF;
	border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

.entry-readmore a:hover{
	background: #333;
	color: #FFF;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.widget-area .widget-title{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.widget-area .widget-title:after{
	content:"";
	position: absolute;
	left: 0;
	top: 100%;
	width: 30px;
	background: #FFC107;
	height: 2px;
}

.widget-area ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget-area ul ul{
	border-top: 1px solid #f9f9f9;
	margin-top: 5px;
}

.widget-area ul ul li{
	padding-left: 10px;
}

.widget-area ul ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

.widget-area li{
	padding: 5px 0;
	border-bottom: 1px solid #f9f9f9;
}

.widget-area a{
	text-decoration: none;
	color: #404040;
}

.widget-area a:hover{
	color: #FFC107
}

.widget-area .widget{
	margin-bottom: 35px;
}

.widget-area .widget .search-field{
	width: 100%;
}

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

.bypostauthor {
	display: block;
}

.author-email-url{
	margin-left: -2%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
	float: left;
	margin-left: 2%;
	width: 31.33333%;
}

.author-email-url input{
	width: 100%;
}

.comment-form .form-submit{
	margin-bottom: 0
}

#comments{
	margin-bottom: 50px;
}

h3#reply-title,
h3.comments-title{
	position: relative;
	padding-bottom: 15px;
    margin-bottom: 30px;
}

h3#reply-title:after,
h3.comments-title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 30px;
    background: #FFC107;
    height: 2px;
}

.logged-in-as,
.comment-notes{
	font-size: 0.9em;
}

#comments ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments li.comment{
	margin: 0 0 40px;
}

#comments li.comment .children{
	display: block;
    margin: 20px 0 0 30px;
    padding: 0px;
    list-style: none;
}

article.comment-body {
    background: #fff;
    margin: 0px;
    position: relative;
}

.comment-list a{
	color: #404040;
}

.comment-list a:hover{
	color: #FFC107 !important;
}

.comment-list .comment-respond{
	margin-top: 20px;
	background: #FFF;
	padding: 20px;
}

.comment-list .vcard img {
	border-radius: 50%;
	margin-right: 10px;
}

.comment-list .vcard .fn{
	font-weight: normal;
	font-size: 16px;
}

.comment-list .edit-link{
	position: absolute;
	right: 0;
	top: 0;
}

.comment-list .edit-link a{
	font-size: 14px;
	display: inline-block;
	padding: 10px;
}

.comment-list .comment-meta {
	margin-bottom: 15px;
} 

.comment-list .comment-metadata {
	border-top: 1px solid #EEE;
	padding-top: 10px;
	font-size: 14px;
}

.comment-list .comment-metadata a {
	float: left;
}

.comment-list .comment-metadata .reply {
	float: right;
}

#cancel-comment-reply-link {
	float: right;
}

.nav-previous a,
.nav-next a{
	background: #FFC107;
	color: #FFF;
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	line-height: 22px;
	position: relative;
}

.nav-next a{
	margin-right: 13px;
}

.nav-next a:after{
	content: "";
	position: absolute;
	border-left: 11px solid #FFC107;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	right: -11px;
}

.nav-previous a{
	margin-left: 11px;
}

.nav-previous a:after{
	content: "";
	position: absolute;
	border-right: 11px solid #FFC107;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	left: -11px;
}

.no-comments{
	color: #FFC107;
}

.pagination,
.woocommerce nav.woocommerce-pagination{
    text-align: center;
    margin-bottom: 50px;
}

.home.blog .pagination{
    margin-bottom: 40px;
}

.pagination .page-numbers{
    display: inline-block;
    margin: 0 2px;
    background: #FFC107;
    color: #FFF;
    padding: 10px 15px;
    line-height: 1;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover{
    background: #333;
    color: #FFF;
}

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
}

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 15px;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.mtc-container{
	width: 1170px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#mtc-masthead{
	border-top: 4px solid #FFC107;
	background: #f0f0f0; 
	height: 94px;
    border-bottom: 1px solid #f1f1f1;
    z-index: 99;
    transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
}

.blog.home #mtc-masthead{
	margin-bottom: 40px;
}

.mtc-sticky-header #mtc-masthead{
	position: fixed;
	left: 0;
	right: 0;
	box-shadow: 0px 0px 7px 0px #aaa;
}

.mtc-sticky#mtc-masthead{
	height: 74px;
}

#mtc-content{
	clear: both;
}

.mtc-sticky-header #mtc-content{
	position: relative;
	z-index: 9;
	padding-top: 94px;
}

.home.blog.mtc-sticky-header #mtc-content{
	padding-top: 134px;
}

#mtc-site-branding{
	float: left;
	width: 25%;
	padding: 10px 0;
	transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-webkit-transition: padding 0.3s ease;
}

.mtc-sticky #mtc-site-branding{
	padding: 5px 0;
}

#mtc-site-branding img{
	max-height: 70px;
	width: auto;
}
.mtc-sticky #mtc-site-branding img{
    max-height: 60px;
}

.mtc-main-header{
	background: #e7e7e7;
	padding: 45px 0;
	margin-bottom: 40px;
}

.mtc-main-title{
	margin: 0 0 15px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
}

.mtc-main-title:last-child{
	margin-bottom: 0;
}

.mtc-site-title{
	font-weight: 400;
	margin: 0 0 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
}

.mtc-site-title a{
	text-decoration: none;
	color: #FFC107;
}

.mtc-site-description{
	color: #eee;
	margin: 0;
	font-size: 15px;
	font-style: italic;
	line-height: 1;
}

.mtc-site-description a{
	color: #333;
}

.breadcrumb-trail,
.woocommerce .woocommerce-breadcrumb{
	font-size: 15px;
	margin: 0;
	color: inherit;
}

.breadcrumb-trail ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumb-trail ul li{
	display: inline-block;
}

.breadcrumb-trail ul li:after{
	content: "/";
	margin: 0 6px;
}

.breadcrumb-trail ul li:last-child:after{
	display: none;
}

.woocommerce .woocommerce-breadcrumb a,
.breadcrumb-trail a{
	color: #000;
}

.woocommerce .woocommerce-breadcrumb a:hover,
#total-breadcrumbs a:hover{
	color: #FFC107;
}

.taxonomy-description,
.term-description{
	margin-bottom: 15px;
}

.taxonomy-description p:last-child,
.term-description p:last-child{
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.mtc-section{
	padding: 60px 0;
    background: #FFF;
}

.mtc-section-title-tagline{
	margin-bottom: 60px;
	text-align: center;
}

.mtc-section-title{
	font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 36px;
    width: 60%;
    margin: 0 auto 15px;
}

.mtc-section-title:last-child{
	margin-bottom: 0;
}

.mtc-section-tagline{
	font-size: 20px;
	width: 75%;
	margin: 0 auto;
}
.home .mtc-section-title{
	display: none;
}
.shadow-box-mtc{
	padding:10px;
	box-shadow: 0 1px 21px rgba(0,0,0,.21);
}
.shadow-box-mtc h3{
	color:#fff;
	font-weight:600;
	text-align:center;
	font-size:24px;
	padding:10px 0;
	line-height:36px;
	background-color:#83ad4a;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#mtc-site-navigation{
	float: left;
	width: 75%;
	padding: 27px 0;
	transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-webkit-transition: padding 0.3s ease;
}

.mtc-sticky #mtc-site-navigation{
	padding: 17px 0;
}

.mtc-main-navigation .mtc-menu{
	float: right;
}

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

.mtc-main-navigation li {
	float: left;
	position: relative;
	margin-left: 10px;
}

.mtc-main-navigation a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #444;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 36px;
	padding: 0 15px;
	font-weight: 400;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.mtc-main-navigation ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100% ;
	background: #FFF;
	min-width: 200px;
	z-index: 999;
	padding: 8px;
	margin-top: 27px;
	border-top: 2px solid #FFC107;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.05)
}

.mtc-sticky .mtc-main-navigation ul ul{
	margin-top: 17px;
}

.mtc-main-navigation .mtc-menu > ul > li:last-child > ul{
	left: auto;
	right: 0;
}

.mtc-main-navigation ul ul ul {
	left: 100%;
	top: 0;
	margin: 0 0 0 8px;
	border-top: 0;
}

.mtc-sticky .mtc-main-navigation ul ul ul{
	margin-top: 0
}

.mtc-main-navigation ul ul a {
	text-transform: none;
	font-weight: 400;
	color: #444;
	line-height: 1.5;
	padding: 5px 10px;
	font-size: 13px;
}

.mtc-main-navigation ul ul li {
	float: none;
	margin: 0 0 5px;
}

.mtc-main-navigation ul ul li:last-child{
	margin-bottom: 0;
}

.mtc-main-navigation ul li:hover > ul {
	display: block;
}

.page-template-home-template .mtc-main-navigation .current_page_item > a,
.page-template-home-template .mtc-main-navigation .current-menu-item > a,
.page-template-home-template .mtc-main-navigation .current_page_ancestor > a,
.home.blog .mtc-main-navigation .current_page_item > a,
.home.blog .mtc-main-navigation .current-menu-item > a,
.home.blog .mtc-main-navigation .current_page_ancestor > a{
	background: none;
	color: inherit;
}

.mtc-main-navigation li:hover > a,
.page-template-home-template .mtc-main-navigation li:hover > a,
.home.blog .mtc-main-navigation li:hover > a,
.mtc-main-navigation .current_page_item > a,
.mtc-main-navigation .current-menu-item > a,
.mtc-main-navigation .current_page_ancestor > a,
.page-template-home-template .mtc-main-navigation .current > a,
.home.blog .mtc-main-navigation .current > a {
	color: #FFF;
	background: #FFC107;
}

/* styling for both css and generated arrows */
.menu-item-has-children .mtc-dropdown{
	position: relative;
	right: -5px;
}

.menu-item-has-children .mtc-dropdown:after {
	content: '\f107';
	font-family: FontAwesome;
}

/* styling for right-facing arrows */
.menu-item-has-children ul .mtc-dropdown{
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-item-has-children ul .mtc-dropdown:after {
	content: '\f105';
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 15px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/
#mtc-home-slider-section{
	clear: both;
}

.mtc-slide{
	position: relative;
}

.mtc-slide img{
	width: 100%;
}

.mtc-slide-overlay{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
}

.mtc-slide-caption{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1170px;
	margin-left: -585px;
	-ms-transform: translateY(-50%); 
   	-webkit-transform: translateY(-50%); 
    transform: translateY(-50%);
}

.mtc-slide-cap-title{
	text-align: center;
	font-size: 38px;
	color: #FFF;
	font-weight: 400;
	margin-bottom: 25px;
	padding: 0 10%;
	line-height: 1.2;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2)
}

.mtc-slide-cap-title span{
	display: inline-block;
	padding: 8px 15px;
	background: #FFC107;
}

.mtc-slide-cap-desc{
	text-align: center;
	font-size: 25px;
	line-height: 1.4;
	color: #FFF;
	padding: 0 20%;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2)
}

#mtc-home-slider-section .owl-carousel .owl-nav .owl-prev, 
#mtc-home-slider-section .owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	text-indent: -9999px;
	height: 70px;
    width: 50px;
	margin-top: -35px;
	opacity: 0.6;
}

#mtc-home-slider-section .owl-carousel .owl-nav > div:hover{
	opacity: 1;
}

#mtc-home-slider-section .owl-carousel .owl-nav .owl-prev{
	background: url(images/prev.png) no-repeat center rgba(0,0,0,0.3);
	left: 0;
}

#mtc-home-slider-section .owl-carousel .owl-nav .owl-next{
	background: url(images/next.png) no-repeat center rgba(0,0,0,0.3);
	right: 0;
}

#mtc-home-slider-section .owl-item.active .mtc-slide-cap-title,
#mtc-home-slider-section .owl-item.active .mtc-slide-cap-desc{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#mtc-home-slider-section .owl-item.active .mtc-slide-cap-title,
#mtc-home-slider-section .owl-item.active .mtc-slide-cap-desc {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/*--------------------------------------------------------------
## About Section
--------------------------------------------------------------*/
#mtc-about-us-section{
	background: #FFF;
}

#mtc-about-us-section .mtc-container{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.mtc-about-sec{
	width: 100%;
}

.mtc-about-sec h2{
	text-align: left;
    width: auto;
}

.mtc-progress{
	margin-bottom: 20px;
}

.mtc-progress:last-child{
	margin-bottom: 0;
}

.mtc-progress h6{
	font-weight: 300;
	margin-bottom: 5px;
}

.mtc-progress-bar-sec{
	margin-top: 30px;
}

.mtc-progress-bar{
	height: 8px;
	width: 100%;
	position: relative;
	line-height: 20px;
	font-size: 13px;
	background: #f6f6f6;
}

.mtc-progress-bar-length{
	background: #FFC107;
	height: 100%;
	text-align: right;
	padding-right: 20px;
}

.mtc-progress-bar-length span{
	position: absolute;
	right: 0;
	bottom: 100%; 
}

.mtc-about-image{
	width: 45%;
	padding-left: 30px;
}

/*--------------------------------------------------------------
## Featured Section
--------------------------------------------------------------*/
#mtc-featured-post-section{
	background: #FFC107;
	color: #FFF;
	padding-bottom: 80px;
}

.mtc-featured-post-wrap{
	margin-left: -3%;
}

.mtc-featured-post{
	float: left;
	margin-left: 3%;
	width: 30.33%;
	text-align: center;
	border:2px solid #FFF;
	padding: 30px;
}

.mtc-featured-post h5{
	text-transform: uppercase;
	margin-bottom: 25px;
}

.mtc-featured-icon{
    display: inline-block;
    color: #FFF;
    font-size: 46px;
    line-height: 80px;
    width: 180px;
    background: #FFC107;
    -ms-transform: translateY(-35px); 
    -webkit-transform: translateY(-35px); 
    transform: translateY(-35px); 
}

.mtc-featured-icon .fa{
	vertical-align: bottom;
}

.mtc-featured-link{
	-ms-transform: translateY(52px);
	-webkit-transform: translateY(52px);
	transform: translateY(52px); 
}

.mtc-featured-link a{
	padding: 0 15px;
	display: inline-block;
	line-height: 40px;
    background: #FFF;
	color: #FFC107;
    border-right: 10px solid #FFC107;
    border-left: 10px solid #FFC107;
}

.mtc-featured-link a:hover{
	background: #333;
	color: #FFF;
}

/*--------------------------------------------------------------
## Portfolio Section
--------------------------------------------------------------*/
.mtc-portfolio-cat-name-list{
	text-align: center;
	margin-bottom: 30px;
	text-align: right;
}

.mtc-portfolio-cat-name-list .fa{
	vertical-align: middle;
	color: #FFC107; 
}

.mtc-portfolio-cat-name{
	cursor: pointer;
	display: inline-block;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #BBB;
	line-height: 1;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.mtc-portfolio-cat-name:nth-child(2){
	border-left: 0;
	margin-left: 0;
}

.mtc-portfolio-cat-name:hover, 
.mtc-portfolio-cat-name.active{
	color: #FFC107;
}

.mtc-portfolio-post-wrap{
	margin: 0 -7.5px;
}

.mtc-portfolio{
	width: 33.33%;
	float: left;
	padding: 7.5px;
}

.mtc-portfolio-outer-wrap{
	position: relative;
}

.mtc-portfolio-wrap{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: #f9f9f9;
}

.mtc-portfolio-wrap img{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.mtc-portfolio-caption{
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	padding: 30px;
	opacity: 0;
	background: rgba(255, 193, 7, 0.9);
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	overflow: hidden;
}

.mtc-portfolio-wrap:hover .mtc-portfolio-caption{
	opacity: 1;
}

.mtc-portfolio-caption h5{
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	-ms-transform: translate(300px, 0); 
   	-webkit-transform: translate(300px, 0); 
    transform: translate(300px, 0);
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.mtc-portfolio-wrap:hover .mtc-portfolio-caption h5{
	-ms-transform: translate(0, 0); 
   	-webkit-transform: translate(0, 0); 
    transform: translate(0, 0);
}

.mtc-portfolio-caption a{
	height: 36px;
	width: 36px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: center;
	display: block;
	line-height: 36px;
	color: #FFC107;
	font-size: 14px;
	background: #FFF;
	margin: 10px 5px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.mtc-portfolio-caption a.mtc-portfolio-image{
	-ms-transform: translate(-300px, 0); 
   	-webkit-transform: translate(-300px, 0); 
    transform: translate(-300px, 0);
    right: 66px;
}

.mtc-portfolio-caption a.mtc-portfolio-link{
	-ms-transform: translate(-300px, 0); 
   	-webkit-transform: translate(-300px, 0); 
    transform: translate(-300px, 0);
}

.mtc-portfolio-wrap:hover .mtc-portfolio-caption a.mtc-portfolio-link,
.mtc-portfolio-wrap:hover .mtc-portfolio-caption a.mtc-portfolio-image{
	-ms-transform: translate(0, 0); 
   	-webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


/*--------------------------------------------------------------
## Service Section
--------------------------------------------------------------*/
#mtc-service-post-section{
	position: relative;
	padding: 40px 0;
	background: #F5F5F5;
}

.mtc-service-left-bg{
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 200px;
	width: 50%;
}

.mtc-service-posts{
	float: left;
	width: 50%;
	padding-right: 40px;
}

.mtc-service-post-wrap{
	position: relative;
}

.mtc-service-post-wrap:after{
	content: "";
	position: absolute;
	left: 24px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #FFC107;
}

.mtc-service-posts .mtc-section-title-tagline{
	text-align: left;
	margin-bottom: 21px;
}

.mtc-service-posts .mtc-section-title{
    width: auto;
}

.mtc-service-posts .mtc-section-tagline{
	width: auto;
}

.mtc-service-post{
	margin-bottom: 25px;
	position: relative;
	z-index: 99;
}

.mtc-service-post:last-child{
	margin-bottom: 0
}

.mtc-service-icon{
	float: left;
	font-size: 18px;
	background: #FFC107;
	width: 50px;
	text-align: center;
	color: #FFF;
	line-height: 50px;
	cursor: pointer;
	border-radius: 50%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.mtc-active .mtc-service-icon{
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #FFC107;
}

.mtc-service-excerpt{
	padding-left: 65px;
}

.mtc-service-text{
	display: none;
}

.mtc-service-excerpt h5{
	margin: 15px 0 6px;
	cursor: pointer;
}

/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/
.team-section .kc-team-1{
	background-color:#eee;
	padding:5px 10px;
	min-height:202px;
}
.team-section .kc-team .content-title{
	font-weight:300;
	color:#689234;
}
.team-section .kc-team .content-desc{
	margin:0;
}
.team-section .kc-team .content-socials{
	margin-top:12px;
}
.team-section .kc-team .content-socials a{
	border: 1px solid #83ad4a;
    background-color: #83ad4a;
}
.team-section .kc-team .content-socials a:hover{
	background-color: #689234;
	border: 1px solid #689234;
}
.team-section h3.kc_accordion_header a{
	font-weight:300;
}
.mtc-team-member-wrap{
	margin-left: -2%;
}

.mtc-team-member{
	width: 23%;
	margin-left: 2%;
	float: left;
	text-align: center;
}

.mtc-team-member img{
	width: 100%;
}

.mtc-team-member-image{
	position: relative;
	overflow: hidden;
}

.mtc-team-social-id{
	padding: 10px;

}

.mtc-team-social-id a{
	display: inline-block;
	color: #FFF;
	margin: 0 5px;
	font-size: 16px;
	line-height: 32px;
	background: #FFC107;
	color: #FFF;
	height: 32px;
	width: 32px;
	border-radius: 50%;
}

.mtc-team-social-id a:hover{
	background: #333;
	color: #FFF;
}

.mtc-team-member-excerpt{
	background: rgba(255, 193, 7, 0.9);
	padding: 20px;
	color: #FFF !important;
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
    opacity: 0;
	-ms-transform: scale(0.5); 
   	-webkit-transform: scale(0.5); 
    transform: scale(0.5);
    transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.mtc-team-member:hover .mtc-team-member-excerpt{
    opacity: 1;
	-ms-transform: scale(1); 
   	-webkit-transform: scale(1); 
    transform: scale(1);
}

.mtc-team-member-excerpt-wrap{
	display: table;
	width: 100%;
	height: 100%;
}

.mtc-team-member-excerpt-wrap .mtc-team-member-span{
	display: table-cell;
	vertical-align: middle;
}

.mtc-title-wrap{
	background: rgba(255, 193, 7, 0.9);
	color: #FFF;
	padding: 10px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 10px;
    -moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    opacity: 1;
}

.mtc-team-member:hover .mtc-title-wrap{
    opacity: 0;
}

.mtc-team-member h6{
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	padding-bottom: 10px;
}

.mtc-team-member .mtc-title-wrap h6{
    padding: 0;
    margin: 0;
}

.mtc-team-member h6 a{
	text-decoration: none;
	color: inherit;
}

.mtc-team-member .mtc-team-member-excerpt h6:after{
	content: "";
	position: absolute;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	height: 2px;
	background: #FFF;
	bottom: -2px;
}

.mtc-team-member .mtc-team-designation{
	font-size: 0.9em;
    margin-bottom: 15px;
}

.mtc-team-detail{
	background: #FFF;
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #FFC107;
	padding: 0 10px;
	text-decoration: none;
	line-height: 30px;
	font-size: 0.9em;
}

.mtc-team-detail:hover{
    background: #333;
    color: #FFF;    
}

/*--------------------------------------------------------------
## Counter Section
--------------------------------------------------------------*/
#mtc-counter-section{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #FFF;
    background-attachment: fixed;
    position: relative;
    background-position: 50% 0;
}

#mtc-counter-section .mtc-section{
    background: none;
}

#mtc-counter-section .mtc-counter-overlay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}

#mtc-counter-section .mtc-container{
	position: relative;
}

.mtc-team-counter-wrap{
	margin-left: -5%;
}

.mtc-counter{
	float: left;
	width: 20%;
	margin-left: 5%;
	text-align: center;
	border: 2px solid #FFC107;
	border-top: 0;
	padding: 0 20px 20px;
	position: relative;
}

.mtc-counter:after{
	content: "";
	position: absolute;
	width: 30%;
	left: 0;
	top: 0;
	height: 2px;
	background: #FFC107;
}

.mtc-counter:before{
	content: "";
	position: absolute;
	width: 30%;
	right: 0;
	top: 0;
	height: 2px;
	background: #FFC107;
}

.mtc-counter-count{
	font-size: 48px;
	line-height: 1;
	margin-bottom: 25px;
	letter-spacing: 3px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.mtc-counter-icon{
	display: inline-block;
    font-size: 36px;
    color: #FFC107;
    position: relative;
    -ms-transform: translate(0, -17px);
    -webkit-transform: translate(0, -17px);
    transform: translate(0, -17px);
    line-height: 36px;
}

.mtc-counter-title{
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 400;
	margin: 0;
}

/*--------------------------------------------------------------
## Logo Section
--------------------------------------------------------------*/
.ht_client_logo_slider img{
	padding: 0 26px;
}

/*--------------------------------------------------------------
## Testimonial Section
--------------------------------------------------------------*/
#mtc-testimonial-section{
	padding: 60px 0 80px;
}

.mtc-testimonial-wrap .owl-item img{
	height: 100px;
	width: 100px;
	margin: 0 auto 20px;
	border-radius: 50%;
	border: 1px solid #FFC107;
	padding: 5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.mtc-testimonial-excerpt{
	width: 80%;
	margin: 0 auto 30px;
	text-align: center;
    position: relative;
}

.mtc-testimonial-excerpt .fa-quote-left{
	position: absolute;
    top: 0;
    left: -65px;
    font-size: 60px;
    color: #EEE;
    z-index: -1;
}

.mtc-testimonial h6{
	text-align: center;
	margin: 0;
}

.mtc-testimonial-wrap  .owl-carousel .owl-nav .owl-prev, 
.mtc-testimonial-wrap  .owl-carousel .owl-nav .owl-next{
	position: absolute;;
	top: 50%;
	margin-top: -25px;
	background: #FFC107;
	height: 50px;
	width: 30px;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	opacity: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.mtc-testimonial-wrap  .owl-carousel .owl-nav .owl-prev{
	left: 0;
}

.mtc-testimonial-wrap  .owl-carousel .owl-nav .owl-next{
	right: 0;
}

.mtc-testimonial-wrap  .owl-carousel:hover .owl-nav .owl-prev,
.mtc-testimonial-wrap  .owl-carousel:hover .owl-nav .owl-next{
	opacity: 1;
}

.mtc-testimonial-wrap  .owl-carousel .owl-nav .owl-next:hover,
.mtc-testimonial-wrap  .owl-carousel .owl-nav .owl-prev:hover{
	background: #333;
}

/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/
#mtc-blog-section{
	background: #f6f6f6;
	padding-bottom: 30px;
}

.mtc-blog-wrap{
	margin-left: -3%;
}

.mtc-blog-post{
	float: left;
	margin-left: 3%;
	width: 30.333%;
	background: #FFF;
	margin-bottom: 30px;
	border-bottom: 6px solid #FFC107;
}

.mtc-blog-post:nth-child(3n+1){
	clear: both;
}

.mtc-blog-thumbnail a{
    display: block;
    position: relative;
}

.mtc-blog-thumbnail a:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.mtc-blog-thumbnail:hover a:after{
    width: 100%;
}

.mtc-blog-excerpt{
	padding: 20px;
}

.mtc-blog-excerpt h5{
	font-weight: 400;
	margin-bottom: 15px
}

.mtc-blog-excerpt h5 a{
	color: #444;
}

.mtc-blog-date{
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

.mtc-blog-date .fa{
	margin-right: 10px;
}

.mtc-blog-read-more{
	padding: 0 20px 20px;
	text-align: right;
}

.mtc-blog-read-more a{
	display: inline-block;
	background: #FFC107;
	color: #FFF;
	padding: 0 15px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	border-radius: 1px;
}

.mtc-blog-read-more a:hover{
	background: #333;
	color: #FFF;
}

/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/
#mtc-contact-form{
	
}
.mtc-row{
	overflow:hidden;
}
.mtc-col6{
	float:left;
	width:45%;
	margin:0 15px 5px 0;
}
.mtc-col12{
	margin:0 15px 5px 0;
}
.mtc-col12 label{
	display:inline-block;
	width:150px;
	font-weight:500;
	color:#353535;
}
#mtc-cta-section{
	color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
    background-attachment: fixed;
    background-position: 50% 0;	
}

#mtc-cta-section .mtc-section{
    padding: 80px 0;
    background: none;
    position: relative;
}

#mtc-cta-section .mtc-section-title-tagline{
	margin-bottom: 40px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#mtc-cta-section .mtc-cta-overlay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
}

#mtc-cta-section .mtc-container{
	position: relative;
}

.mtc-cta-buttons{
	text-align: center;
}

.mtc-cta-buttons a{
	display: inline-block;
	padding: 0 30px;
	line-height: 52px;
	color: #fff;
	border-radius: 1px;
	margin: 0 4px;
}

.mtc-cta-buttons a.mtc-cta-button1{
	background: #FFC107;
}

.mtc-cta-buttons a.mtc-cta-button2{
	background: #333;
}

.mtc-cta-buttons a.mtc-cta-button1:hover{
	background: #333;
	color: #FFF;
}

.mtc-cta-buttons a.mtc-cta-button2:hover{
	background: #FFC107;
	color: #FFF;
}
.wpcf7-textarea{
	height:148px;
	margin-bottom: 10px;
}
.team-section .content-subtitle{
	min-height:45px;
}
.bx-wrapper img {
    border:1px solid #ccc;
	padding:5px;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#mtc-colophon{
	background: #232425;
	font-size: 15px;
}

.page-template-home-template #mtc-colophon,
.home.blog #mtc-colophon{
	margin-top: 0
}

#mtc-colophon a{
	color: #939fa6;
	text-decoration: none;
}

#mtc-colophon .widget-title{
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 25px;
	font-weight:300;
}

#mtc-top-footer{
	color: #939fa6;
	padding: 50px 0;
}

.mtc-top-footer{
	margin-left: -3%;
}

.mtc-footer{
	float: left;
	width: 22%;
	margin-left: 3%;
}

.mtc-footer .widget{
    margin-bottom: 30px;
}

.mtc-footer .widget:last-child{
    margin-bottom: 0;
}

.mtc-footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.mtc-footer ul li{
	padding: 2px 0 2px 0;
}
.widget .r-d-nav li {
    list-style: square;
}
.mtc-footer4 p {
    padding-left: 47px;
    position: relative;
    margin-bottom: 21px;
}
.mtc-footer4 i {
	position: absolute;
    left: 0;
	margin-right:5px;
    top: -3px;
    display: inline-block;
    background: #242e35;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.fa-angle-up:before {
    content: "\f106";
}
.mtc-footer4 i {
    line-height: 32px;
    text-align: center;
}
.wpsw-social-links{
	text-align:center;
}
body .wpsw-social-links li .social-icon, body .wpsw-social-links-shortcode li .social-icon {
    height: 35px;
    width: 35px;
	padding:7px;
}
#text-6 a{
	color: #fff;
}

#text-6 a:hover{
	color: #939fa6;
}
#mtc-bottom-footer{
	background: #1f2021;
	padding: 30px 0;
	color: #939fa6;
	line-height: 1.2;
	text-align: center;
}

.mtc-site-info a{
	border-bottom: 1px dotted #939fa6;
}

#mtc-back-top{
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #111;
	height: 60px;
	width: 40px;
	text-align: center;
	color: #FFF;
	line-height: 60px;
	z-index: 99;
	cursor: pointer;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#mtc-back-top:hover{
	background: #FFC107;
}

#mtc-back-top.mtc-hide{
	bottom: -100px;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .error-404{
	display: block;
	text-align: center;
	font-size: 200px;
	color: #f9f9f9;
	line-height: 1.2;
}

.error404 .oops-text{
	text-align: center;
}

.toggle-bar{
	display: none;
}


/*--------------------------------------------------------------
## Odometer CSS
--------------------------------------------------------------*/
.odometer.odometer-auto-theme, 
.odometer.odometer-theme-default {
	display: block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, 
.odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, 
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, 
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, 
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, 
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, 
.odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, 
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
	position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value, 
.odometer.odometer-theme-default .odometer-value {
	text-align: center;
}

/*
 * =============================================
 * Responsive Veiw
 * =============================================
 * */
@media screen and (max-width: 1200px){
	.mtc-container{
		width: auto;
		padding: 0 15px;
	}

	.mtc-slide-caption{
		width: 80%;
		margin-left: -40%;
	}
}

@media screen and (max-width: 1000px){
	.toggle-bar{
		display: block;
		position: absolute;
		top: 22px;
		right: 20px;
		height: 50px;
		width: 50px;
		background: #FFC107;
		cursor: pointer;
	}

	.toggle-bar span{
		position: absolute;
		top: 50%;
		margin-top: -2px;
		height: 4px;
		left: 8px;
		right: 8px;
		background: #FFF;
		box-shadow: 0 10px 0 0 #FFF, 0 -10px 0 0 #FFF;
	}

	.mtc-sticky-header #mtc-masthead{
		position: relative;
	}

	.mtc-sticky#mtc-masthead{
		height: 94px;	
	}

	#mtc-site-navigation{
		width: 20%;
	}

	#mtc-site-branding{
		width: 80%;
		float: left;
	}

	.mtc-sticky #mtc-site-branding{
		padding: 15px 0;
	}

	.mtc-sticky-header #mtc-content{
		padding-top: 0;
	}

	.mtc-main-navigation .mtc-menu{
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 90px;
		background: #FFC107;
		z-index: 999;
	}

	.mtc-main-navigation li{
		float: none;
		margin-left: 0;
		text-align: center;
	}

	.mtc-main-navigation a,
	.mtc-main-navigation ul ul a{
		line-height: 1.3;
		padding: 15px 20px;
		border-bottom: 1px solid rgba(0,0,0,0.05);
	}

	.page-template-home-template .mtc-main-navigation .current_page_item > a,
	.page-template-home-template .mtc-main-navigation .current-menu-item > a,
	.page-template-home-template .mtc-main-navigation .current_page_ancestor > a,
	.home.blog .mtc-main-navigation .current_page_item > a,
	.home.blog .mtc-main-navigation .current-menu-item > a,
	.home.blog .mtc-main-navigation .current_page_ancestor > a,
	.mtc-main-navigation a{
		color: #FFF;
	}

	.mtc-main-navigation ul ul{
		position: static;
		padding: 0;
        margin-top: 0;
        box-shadow: none;
	}

	.mtc-main-navigation ul ul ul{
		margin: 0;
	}

	.menu-item-has-children .mtc-dropdown,
	.menu-item-has-children ul .mtc-dropdown{
		position: absolute;
		height: 26px;
		width: 26px;
		border: 1px solid rgba(255, 252, 252, 0.6);
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		border-radius: 4px;
	}

	.menu-item-has-children .mtc-dropdown:after,
	.menu-item-has-children ul .mtc-dropdown:after{
		content: '\f107';
	    font-family: FontAwesome;
	    vertical-align: middle;
	    line-height: 26px;
	    display: block;
	}

	.menu-item-has-children .mtc-opened.mtc-dropdown:after,
	.menu-item-has-children ul .mtc-opened.mtc-dropdown:after{
		content: '\f106';
	}

	.mtc-main-navigation ul li:hover > ul{
		display: none;
	}

	.mtc-main-navigation ul ul{
		background: none;
	}

	.mtc-main-navigation ul ul a{
		color: #FFF;
	}

	#mtc-team-section{
		padding-bottom: 30px;
	}

	.mtc-team-member{
		width: 48%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 768px){
	.mtc-section-title,
	.mtc-section-tagline{
		width: auto;
	}

	#mtc-about-us-section .mtc-container{
		display: block;
	}

	.mtc-about-sec{
		width: auto;
		float: none;
		padding: 0;
		margin-bottom: 30px;
	}

	.mtc-about-image{
		width: auto;
		float: none;
		padding: 0;
		text-align: center;
	}

	.mtc-featured-post-wrap{
		margin-left: 0;
	}

	.mtc-featured-post{
		float: none;
		margin: 0 auto 80px;
		width: 75%;
	}

	.mtc-featured-post:last-child{
		margin-bottom: 0;
	}

	.mtc-portfolio-cat-name-list{
		text-align: center;
	}

	.mtc-service-left-bg{
		display: none;
	}

	.mtc-service-posts{
		float: none;
		width: auto;
		padding: 0;
	}

	#mtc-service-post-section{
		padding: 60px 0;
	}

	#mtc-counter-section{
		background-size: cover;
		background-position: center !important;  
	}

	.mtc-counter{
		width: 45%;
		margin-bottom: 60px;
	}

	#mtc-counter-section{
		padding-bottom: 0;
	}

	.mtc-blog-wrap{
		margin: 0;
	}

	.mtc-blog-post{
		width: 75%;
		margin: 0 auto 30px;
		float: none;
	}

	.mtc-blog-post img{
		width: 100%;
	}

	#mtc-cta-section{
		background-size: cover;
		background-position: center !important;  
	}

	.mtc-top-footer{
		margin-left: 0;
	}

	.mtc-footer{
		width: auto;
		margin: 0 0 30px;
		float: none;
	}

	.mtc-footer:last-child{
		margin-bottom: 0;
	}

	.mtc-slide-cap-title{
		font-size: 24px;
		font-size: 4vw;
		margin-bottom: 10px;
	}

	.mtc-slide-cap-desc{
		font-size: 14px;
		font-size: 3vw;
	}

	#primary{
		width: auto !important;
		float: none !important;
		margin-bottom: 30px;
	}

	#secondary{
		width: auto !important;
		float: none !important;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 580px){
	#mtc-home-slider-section .bx-wrapper .bx-controls-direction a,
	.mtc-testimonial-wrap .bx-wrapper .bx-controls-direction a{
		display: none;
	}

	.mtc-team-member-wrap{
		margin-left: 0;
	}

	.mtc-team-member{
		width: 75%;
		float: none;
		margin: 0 auto 30px;
	}

	.mtc-team-counter-wrap{
		margin-left: 0;
	}

	.mtc-counter{
		width: 75%;
		float: none;
		margin: 0 auto 60px;
	}

	.mtc-portfolio{
		width: 50%;
		padding: 4px;
	}

	.mtc-portfolio-caption{
		background: none !important;
		opacity: 1;
	}

	.mtc-portfolio-caption h5,
	.mtc-portfolio-caption a.mtc-portfolio-link,
	.mtc-portfolio-caption a.mtc-portfolio-image{
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.mtc-portfolio-caption h5{
		background: rgba(0,0,0,0.2);
		padding: 10px;
		left: 0;
		right: 0;
		top: 0;
		text-align: center;
	}

	.mtc-portfolio-caption a{
		right: 0;
		bottom: 0;
		margin: 0 5px;
	}

	.mtc-portfolio-caption a.mtc-portfolio-image{
		right: 46px;
	}
}

@media screen and (max-width: 480px){
	.mtc-blog-post,
	.mtc-featured-post{
		width: auto;
	}

	.mtc-team-member-wrap{
		margin-left: 0;
	}

	.mtc-team-member,
	.mtc-counter{
		width: auto;
		float: none;
	}

	.mtc-testimonial-excerpt{
		width: auto;
	}

	.mtc-testimonial-excerpt .fa-quote-left{
		left: 0;
	}

	.mtc-cta-buttons a{
		display: block;
		margin: 0 0 15px;
	}

	.mtc-post-info{
		float: none;
		width: auto;
		margin-bottom: 20px;
	}

	.mtc-post-wrapper{
		padding-left: 0; 
	}
}

@media screen and (min-width: 1001px){
	.mtc-main-navigation .mtc-menu{
		display: block !important;
	}
}