/*
Theme Name: Consultup PRO
Theme URI: http://themeansar.com/themes/consultup-pro
Author: Themeansar
Author URI: http://themeansar.com
Description: consultup WordPress theme ideal for a business or blog website (corporate, Consulting, Advisor, Agency, Finance, law, Photography etc.). You can also use for anything. It comes with all features these kind of shop page, blog page.The theme you can use for any business website.
Version: 1.1
Tags: two-columns, three-columns, left-sidebar, right-sidebar, translation-ready, custom-background, custom-logo, featured-images, footer-widgets, full-width-template, blog, e-commerce, entertainment
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: consultup
*/
/*-------------------------------------------------
 =  Table of Css
 1.Header
 	1.1.Top Bar
	1.2.Theme Menu
 2.General
 	2.1.Body & Global
	2.2.Typography
	2.3.Alerts Styles
	2.4.Button Styles
	2.5.ti-social-navigation
 3.content-Home-Sections
 	3.1.ti-slider-warraper
 	3.2.ti-section
 	3.3.ti-heading
 	3.4.ti-sercive
 	3.5.ti-portfolio
 	3.6.ti-funfact
 	3.7.ti-skills
 	3.8.ti-feature
 	3.9.ti-team-section
 	3.10.ti-callout
 	3.11.ti-blog
 	3.12.ti-calltoaction
 	3.13.ti-plans
 	3.14.ti-testimonials
 	3.15.ti-client-section
 	3.16.ti-contact-section
 	3.17.ti-gmap-section
 	3.19.ti-video-section
 	3.20.ti-view-detail-section   
 4.ti-breadcrumb-section
 5.ti-sidebar
 6.ti-error page
 7.ti-footer
 8.ti-scroll
 9.ti-Responsive part
-------------------------------------------------*/
/* --------------------------------------
=========================================
	1. Header
=========================================
-----------------------------------------*/
.ti-trhead {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 999;
}
.ti-trhead.conte .navbar-wp .navbar-brand {
    padding: 20px 0;
}
.ti-trhead.conte .navbar-wp .navbar-nav > li > a {
    padding: 35px 16px;
    text-transform: uppercase;
}
.ti-trhead.conte .ti-head-detail {
	border-bottom: inherit;
}
.ti-trhead.conte .ti-head-detail .ti-social {
	float: right;
}
.ti-headwidget.trans .ti-head-detail .info-left {
	padding-left: 10px;
}
.ti-headwidget.trans .ti-head-detail .ti-social {
	padding-right: 10px;
}
.ti-headwidget.trans .ti-header-box {
    margin-right: -15px;
}
.ti-headwidget.trans  .pull-right.ti-search-box {
    margin-right: 10px;
}
.ti-standard .navbar-wp .navbar-nav > li > a {
    padding: 40px 12px;
}
.ti-standard .navbar-wp .navbar-brand {
    padding: 25px 0;
}
/*---------------------------------------
	1.1.Top Bar           
-----------------------------------------*/
.ti-headwidget .ti-head-detail {
	border-bottom: 1px solid #eee;
}
.ti-head-detail {
	padding: 5px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ti-head-detail .info-left {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.ti-head-detail .info-left li {
	display: inline-block;
	margin-right: 15px;
	padding: 0;
}
.ti-head-detail .info-left li a {
	font-size: 13px;
}
.ti-head-detail .info-left i {
	font-size: 14px;
	padding-right: 10px;
}
.ti-head-detail .btn-theme.quote {
    margin: -5px 0 -5px 0;
    border-radius: 0;
    float: right;
}
.info-right {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}
.info-right li {
	display: inline-block;
	margin-right: 15px;
	padding: 0;
}
.ti-head-detail .info-right li a {
	font-size: 13px;
}
.ti-head-detail .info-right i {
	font-size: 14px;
	padding-right: 10px;
}
.ti-head-detail .ti-social {
	padding: 0;
}
.ti-head-detail .ti-social li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.ti-head-detail .ti-social li a:hover {
	padding-left: 0;
}
.ti-head-detail .ti-social li span.icon-soci {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
	padding: 2px 0px 0 6px;
}
.ti-head-detail .ti-social li span.icon-soci:hover {
	transition: all 0.4s ease-in-out 0s;
}
.ti-head-detail .ti-social li span.icon-soci i {
	font-size: 14px;
}
.ti-cart {
	position: relative;
}
.ti-cart-count {
	background: #e33729;
	border-radius: 20px;
	color: #ffffff;
	display: inline-block;
	font-size: 9px;
	font-weight: bold;
	height: 16px;
	line-height: 15px;
	margin-left: -15px;
	margin-top: 0;
	position: absolute;
	text-align: center;
	vertical-align: top;
	width: 16px;
}
/*---------------------------------------
	1.2 ti-category      
-----------------------------------------*/
.ti-category {
	background-color: #f1f1f1;
	float: left;
	font-weight: normal;
	height: 55px;
	line-height: 50px;
	position: relative;
	text-transform: capitalize;
	width: auto;
	margin: 0;
}
.ti-category i {
	margin-left: 10px;
}
.ti-category a {
	color: #8a8a8a;
	font-size: 14px;
	padding: 10px;
	line-height: 20px;
}
.ti-category ul.ti-category-submenu {
	background: #fff;
	height: auto;
	max-height: 200px;
	min-width: 140px;
	overflow-x: hidden;
	overflow-y: scroll;
	left: 0;
	padding: 10px 0 10px 0;
	position: absolute;
	top: 100%;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 15000;
}
.ti-category ul.ti-category-submenu li {
	display: block;
	padding: 6px 10px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #f5f5f5;
}
.ti-category ul.ti-category-submenu li:hover {
	color: #fff;
	background: #000;
}
.ti-category ul.ti-category-submenu li a {
	color: #000;
	font-weight: 300;
	font-size: 14px;
	transition: all 0.5s ease 0s;
}
.ti-category ul.ti-category-submenu li:hover a {
	color: #fff;
	margin-left: 4px;
}
.ti-category:hover ul.ti-category-submenu {
	opacity: 1;
	transform: scaleY(1);
}
/*---------------------------------------
	1.2.Header Widget      
-----------------------------------------*/
.ti-head-detail .ti-social-navigation a {
    height: 28px;
    line-height: 28px;
    width: 25px;
    border-radius: inherit;
    box-shadow: inherit;
}
.ti-head-detail .ti-social-navigation .icon {
    height: 16px;
    top: 5px;
    width: 14px;
    vertical-align: middle;
    display: inline-block;
    fill: currentColor;
    position: relative;
}
.header-widget .ti-head-detail .info-left li a {
    line-height: 38px;
}
.header-widget .ti-header-box {
	margin: 28px 0 0 0;
}
.header-widget .ti-header-box-icon {
	float: left;
    display: inline-block;
    height: auto;
    margin-right: 0;
    position: relative;
    text-align: center;
    top: 5px;
    width: auto;
    line-height: 35px;
}
.header-widget .ti-header-box-icon i {
	border-radius: 10px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    font-size: 36px;
}
.header-widget .ti-header-box-icon i:hover {
	transition: all 0.3s ease 0s;
}
.header-widget .ti-header-box-info {
	margin-left: 20px;
	padding-left: 25px;
}
.header-widget .ti-header-box-info h4 {
	font-size: 14px;
	line-height: 15px;
	padding: 2px 0 0;
	font-weight: 600;
}
.header-widget .ti-header-box-info p {
	line-height: 14px;
	font-size: 12px;
}
.header-widget .ti-header-box .ti-social {
    padding: 0;
    margin: 10px -15px 0 0;
    float: right;
}
.header-widget .ti-header-box .ti-social li {
    display: inline-block;
    margin-left: 5px;
    border-bottom: none;
}
.header-widget .ti-header-box .ti-social li span.icon-soci {
    display: inline-block;
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 3px 0 0 0;
    text-align: center;
    width: 28px;
    border-radius: 10px;
}
.header-widget .ti-header-box .ti-social li span.icon-soci a {
    font-size: 13px;
}
.header-widget .ti-header-box .ti-social-navigation {
	margin: 40px -18px 0 0;
}
.header-widget .ti-header-box .ti-social-navigation a {
   display: inline-block;
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 0px 0;
    text-align: center;
    width: 28px;
    border-radius: 10px;
}
.header-widget .ti-header-box .ti-social-navigation .icon {
	top: 0;
}
.ti-nav-widget-area {
	padding-bottom: 50px;
}
.ti-menu-full {
	position: relative;
}
.ti-headwidget .navbar-wp {
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    margin: 0;
    z-index: 999;
    transition: all 1s ease-out;
    border-radius: 0;
}
.ti-headwidget .navbar-wp .navbar-nav > li> a {
    padding: 18px 16px;
    text-transform: capitalize;
}
.ti-headwidget.trans {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 999;
}
/*---------------------------------------
	1.2.Theme Menu   
-----------------------------------------*/
.ti-headwidget  .navbar-brand {
    padding: 20px 0 0 0;
}
.ti-standhead .ti-head-detail {
	border-bottom: inherit;
}
.ti-standhead .btn-theme.quote {
    padding: 4px 30px;
}
.ti-standhead .navbar-wp .navbar-brand {
    padding: 8px 0;
}
.ti-standhead .navbar-brand > img {
    height: 45px;
}
.ti-standhead .navbar-wp .navbar-nav > li > a {
    padding: 20px 16px;
    font-size: 14px;
}
.navbar-wp {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	z-index: 1000;
}
.navbar-brand {
	font-size: 26px;
	height: auto;
	line-height: 25px;
	margin-right: 50px;
	padding: 15px 0;
	text-shadow: 2px 2px 1px rgba(150, 150, 183, 0.18);
}
.navbar-brand span.site-description {
	font-size: 13px;
	line-height: 0;
}
.navbar-wp .navbar-nav > li> a {
	padding: 30px 16px;
	margin-right: 0;
	font-size: 16px;
	letter-spacing: 0.5px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
	margin-bottom: 0px;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
}
.navbar-wp .navbar-nav > .active > a, .navbar-wp .navbar-nav > .active > a:hover, .navbar-wp .navbar-nav > .active > a:focus {
	background: none;
}
.navbar-wp .navbar-nav > li > ul > li > a i {
	padding-right: 10px;
}
.navbar-wp .navbar-nav > .disabled > a, .navbar-wp .navbar-nav > .disabled > a:hover, .navbar-wp .navbar-nav > .disabled > a:focus {
	background-color: transparent;
}
.navbar-wp .navbar-nav > .open > a, .navbar-wp .navbar-nav > .open > a:hover, .navbar-wp .navbar-nav > .open > a:focus {
	background: transparent;
}
.navbar-base .navbar-nav > .open > a, .navbar-base .navbar-nav > .open > a:hover, .navbar-base .navbar-nav > .open > a:focus {
	background: transparent;
}
.navbar-toggle {
	border-radius: 0;
	margin: 24px auto;
	position: absolute;
	right: 5%;
	border: none;
	box-shadow: none;
}
.navbar-wp .dropdown-menu {
	min-width: 200px;
	padding: 0;
	border: none;
	border-radius: 0;
	z-index: 10;
	right: auto;
	left: 0;
}
.navbar-wp .dropdown-menu > li, .navbar-wp .dropdown-menu > li:last-child {
	border: 0
}
.navbar-wp .dropdown-menu > li > a {
	padding: 12px 15px;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	display: block;
	transition: .3s;
	font-weight: normal;
	text-transform: uppercase;
}
.navbar-wp .dropdown-menu > .dropdown-menu {
	right: 0;
	left: auto;
}
.navbar-nav > li:last-child > .dropdown-menu {
	right: 0;
	left: auto;
}
.navbar-wp.affix .navbar-inner {
	border-bottom: 0
}
.navbar-wp.affix .navbar-nav > li > a {
	padding: 18px 16px;
	margin-right: 0;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase
}
.dropdown-submenu {
	position: relative
}
.dropdown-submenu > .dropdown-menu {
	top: -1px;
	left: 100%;
	margin-top: 0;
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
	padding: 0
}
.dropdown-submenu.pull-left {
	float: none
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px
}
.navbar-wp .navbar-brand {
	font-size: 22px;
	line-height: 20px;
	padding: 15px 0;
	transition: all 0.25s ease-out 0s;
}
.is-sticky .ti-main-nav {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
	z-index: 999;
}
.is-sticky .navbar-brand {
	padding: 8px 0 0 15px;
	transition: all 0.25s ease-out 0s;
	font-size: 22px;
	line-height: 18px;
}
.is-sticky .navbar-brand img {
	height: 40px;
	transition: all 0.25s ease-out 0s;
}
.is-sticky .navbar-nav > li > a {
	padding: 16px 16px;
	transition: all 0.25s ease-out 0s;
}
.is-sticky .navbar-toggle {
	margin: 8px auto;
}
.ti-search-box {
	position: absolute;
	right: 0px;
	top: 0;
}
.ti-search-box .btn {
	border-width: 1px;
	border-style: solid;
	padding: 0 10px;
    height: 34px;
}
.ti-search-modal .ti-search .btn {
	padding: 2px 12px;
	height: 40px;
	border-width: 1px;
	border-style: solid;
}
.ti-search-modal .modal-header .close {
	box-shadow: none;
}
.ti-search-modal .modal-header .close:focus, .ti-search-modal .modal-header .close:hover {
	background: none;
}
.ti-search-modal {
	top: 30%;
}
.ti-search-modal .modal-header {
}
.ti-search-modal .modal-content {
	background: transparent;
	box-shadow: none;
	border: none;
}
.modal-backdrop {
	background: #fff;
}
.modal-backdrop.in {
	opacity: 0.90;
}
.modal-header {
	border-bottom: none;
}
/*---------------------------------------
	1.3.Theme Menu Center 
-----------------------------------------*/
.header-center .ti-head-detail {
	border-width: 0px 0 1px 0;
	border-style: solid;
}
.header-center .navbar-wp {
	box-shadow: 0 3px 5px rgba(0,0,0,.05);
	border-width: 1px 0 1px 0;
	border-style: solid;
}
.header-center .logo-center {
	width: 100%;
	text-align: center;
	padding: 0;
}
.header-center .logo-center .navbar-brand {
	float: none;
    display: inline-block;
    margin: 8px auto 0 auto;
    font-weight: bold;
}
.navbar-brand span.site-description {
	font-size: 12px;
	font-weight: normal;
	line-height: 0;
}
.header-center .navbar-wp .navbar-nav > li > a {
	padding: 16px 16px;
}
.header-center .ti-search-box {
    position: absolute;
    right: 0px;
    top: 0;
}
/* --------------------------------------
=========================================
	2.General
=========================================
-----------------------------------------*/

/*---------------------------------------
	2.1.Body & Global    
-----------------------------------------*/
body {
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
}
.boxed {
	width: 1170px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
}
a {
	text-decoration: none;
}
body a:focus, body a:hover {
	outline: none;
	text-decoration: none;
}
select {
	background-clip: padding-box;
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 0;
	color: #444;
	display: block;
	font-weight: 400;
	overflow: hidden;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
 .no-gutter > [class*=col-] {
 padding-right: 0;
 padding-left: 0;
}
input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"],textarea {
	border-radius: 0;
    margin-bottom: 20px;
    box-shadow: inherit;
    padding: 6px 12px;
    line-height: 40px;
    border-width: 2px;
    border-style: solid;
    width: 100%;
}
input[type="submit"], button {
	padding: 10px 35px;
	line-height: 30px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
	border-width: 2px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
input:not([type]):hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="tel"]:hover, input[type="url"]:hover, input[type="text"]:hover, input:not([type]):focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="text"]:focus {
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus {
	transition: all 0.3s ease 0s;
	outline: none;
	box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.form-control {
	border-radius: 0;
    margin-bottom: 20px;
    box-shadow: inherit;
    padding: 6px 12px;
    line-height: 40px;
    border-width: 2px;
    border-style: solid;
    height: 40px;
}
.form-control:focus {
    box-shadow: inherit;
}
mark, .mark {
	padding: 2px 5px;
	border-radius: 3px;
}
/*Responsive Video*/
.responsive-video {
	height: 0;
	padding-top: 1px;
	position: relative;
	padding-bottom: 56.25%; /*16:9*/
}
.responsive-video iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	border: none;
	border-radius: 3px;
}
.ti-card-box {
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
}
/*---------------------------------------
	2.2.Typography        
-----------------------------------------*/
h1, .h1 {
	font-size: 34px;
	line-height: 40px;
}
h2, .h2 {
	font-size: 32px;
	line-height: 35px;
}
h3, .h3 {
	font-size: 28px;
	line-height: 30px;
}
h4, .h4 {
	font-size: 24px;
	line-height: 25px;
}
h5, .h5 {
	font-size: 20px;
	line-height: 20px;
}
h6, .h6 {
	font-size: 16px;
	line-height: 20px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: normal;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
#ti-accordion .panel-heading {
	background: #fff;
}
#ti-accordion .panel-heading .panel-title {
	font-size: 18px;
	letter-spacing: 0;
	cursor: pointer;
}
#ti-accordion .panel {
	border-radius: 0;
	margin: 0 0 8px;
}
blockquote {
	position: relative;
	width: 100%;
	border-width: 0 0 0 5px;
	border-style: solid;
}
blockquote::before {
	color: #d0d0d0;
	content: "\f10d";
	display: table;
	float: left;
	font-family: "FontAwesome";
	font-size: 28px;
	margin-top: 6px;
	font-weight: normal;
	width: 6%;
}
blockquote p {
	font-style: italic;
	width: 94%;
	display: table;
}
.margin-top-zero {
	margin-top: 0px;
}
.margin-bottom-zero {
	margin-bottom: 0px;
}
.margin-top-10 {
	margin-bottom: 10px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-80 {
	margin-top: 80px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-80 {
	margin-bottom: 80px;
}
.padding-top-200 {
	padding-top: 200px;
}
.padding-top-100 {
	padding-top: 100px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-50 {
	padding-top: 50px;
}
.padding-top-40 {
	padding-top: 40px;
}
.padding-top-60 {
	padding-top: 60px;
}
.padding-top-80 {
	padding-top: 80px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
.padding-bottom-30 {
	padding-bottom: 30px;
}
.padding-bottom-40 {
	padding-bottom: 40px;
}
.padding-bottom-50 {
	padding-bottom: 50px;
}
.padding-bottom-60 {
	padding-bottom: 60px;
}
.padding-bottom-80 {
	padding-bottom: 80px;
}
.padding-bottom-100 {
	padding-bottom: 100px;
}
.padding-bottom-200 {
	padding-bottom: 200px;
}
.padding-right-40 {
	padding-right: 40px;
}
.padding-15 {
	padding: 15px;
}
.padding-20 {
	padding: 20px;
}
.padding-30 {
	padding: 30px;
}
.padding-40 {
	padding: 40px;
}
.padding-60 {
	padding: 60px;
}
/*---------------------------------------
	2.3.Alerts Styles           
-----------------------------------------*/

/*---------------------------------------
	2.4.Button Styles           
-----------------------------------------*/
.btn, .more-link {
	padding: 10px 35px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	font-weight: bold;
	display: inline-block;
	transition: all 0.2s ease 0s;
	border-width: 2px;
	border-style: solid;
}
.btn-theme:hover, .btn-theme:focus {
	transition: all 0.3s ease 0s;
	outline: none;
	box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.btn-theme-two:hover, .btn-theme-two:focus {
	transition: all 0.3s ease 0s;
	outline: none;
	box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.btn-theme-three:hover, .btn-theme-three:focus {
	transition: all 0.3s ease 0s;
	outline: none;
	box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 30px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 30px;
}
.pagination > li > a, .pagination > li > span {
	margin: 0 6px 10px;
	border-radius: 30px;
	border : none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	transition: all 0.3s ease 0s;
}
button.mfp-close:hover, button.mfp-close:focus {
	background: inherit;
}
/*---------------------------------------
	2.5.ti-social-navigation         
-----------------------------------------*/
.ti-social-navigation {
	padding: 0px;
	margin: 0;
}
.ti-social-navigation li {
	display: inline-block;
	margin-right: 5px;
	border-bottom: none;
}
.ti-social-navigation li a:hover {
	padding-left: 0;
	transition: all 0.4s ease-in-out 0s;
}
.ti-social-navigation a {
	display: inline-block;
	float: left;
	height: 28px;
	line-height: 28px;
	margin: 0px 4px;
	text-align: center;
	width: 28px;
	border-radius: 10px;
}
.ti-social-navigation .icon {
    height: 12px;
    top: 3px;
    width: 10px;
    vertical-align: middle;
    display: inline-block;
    fill: currentColor;
    position: relative;
}
svg:not(:root) {
    overflow: hidden;
}
.ti-social-navigation .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
/*---------------------------------------
=========================================
	3.content-Home-Sections
=========================================
-----------------------------------------*/

/*---------------------------------------
	3.1.ti-slider-warraper          
-----------------------------------------*/
.ti-slider-warraper #ti-slider {
	margin: 0;
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
}
.ti-slider-warraper #ti-slider .item img {
	width: 100%;
	min-height: 400px;
}
.ti-slider-warraper #ti-slider .item iframe {
	border: 6px solid #fff;
}
/*--------------- ti slider inner ---------------*/
#ti-slider .ti-slider-inner {
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}
#ti-slider .inner-table {
	display: table;
	height: 100%;
}
#ti-slider .inner-table-cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}
#ti-slider .slide-caption {
	width: 65%;
	margin: 10% auto auto;
	text-align: center;
}
#ti-slider .slide-caption.slide-left {
	float: left;
	text-align: left;
}
#ti-slider .slide-caption.slide-right {
	float: right;
	text-align: right;
}
.slide-inner-box {
	padding: 10px 30px;
	border-radius: 5px;
}
#ti-slider .slide-caption .slide-inner-box .description p {
    letter-spacing: inherit;
}
.slide-inner-box-two {
	padding: 10px 30px;
	outline-offset: 5px;
	outline-width: 4px;
	outline-style: solid;
}
#ti-slider .slide-caption h1 {
	font-size: 59px;
	line-height: 70px;
	font-weight: 900;
	text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.17);
}
#ti-slider .owl-item.active .slide-caption h1 {
  animation: ta_home_slider_title 1200ms linear both;
  animation-delay: .3s;
}
#ti-slider .slide-caption .description {
	font-size: 18px;
	line-height: 24px;
	padding: 0;
	width: 100%;
}
#ti-slider .slide-caption .description p {
	margin: 0;
	letter-spacing: 0.1em;
	font-size: 18px;
	font-weight: 400;
}
#ti-slider p {
	font-size: 14px;
}
/*--------------- ti-slider-Control ---------------*/
.ti-slider-warraper .owl-controls {
	margin-top: -30px;
}
.ti-slider-warraper .owl-controls .owl-buttons div {
	width: 50px;
	height: 50px;
	display: block;
	font-size: 24px;
	line-height: 50px;
	opacity: 1;
	border-radius: 50px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.ti-slider-warraper .owl-controls .owl-buttons div i {
}
.ti-slider-warraper .owl-controls .owl-buttons {
	opacity: 1;
	transition: all 0.3s ease 0s;
}
.ti-slider-warraper:hover .owl-controls .owl-buttons {
	opacity: 1;
}
.ti-slider-warraper:hover .owl-controls .owl-buttons .owl-prev {
	left: 35px;
}
.ti-slider-warraper:hover .owl-controls .owl-buttons .owl-next {
	right: 35px;
}
.ti-slider-warraper .owl-controls .owl-buttons .owl-prev, .ti-slider-warraper .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 55%;
	z-index: 5;
	margin: -30px 0 0;
	transition: all 0.3s ease 0s;
}
.ti-slider-warraper .owl-controls .owl-buttons .owl-prev {
	left: 8px;
}
.ti-slider-warraper .owl-controls .owl-buttons .owl-prev i {
    margin-left: 22px;
    transition: all 0.3s ease 0s;
}
.ti-slider-warraper .owl-controls .owl-buttons .owl-prev:hover i {
    margin-left: 0;
}
.ti-slider-warraper .owl-controls .owl-buttons .owl-next {
	right: 8px;
}
.ti-slider-warraper .owl-controls .owl-buttons .owl-next i {
    margin-right: 22px;
    transition: all 0.3s ease 0s;
}
.ti-slider-warraper .owl-controls .owl-buttons .owl-next:hover i {
    margin-right: 0;
}
.ti-slider-warraper .owl-controls .owl-page {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.ti-slider-warraper .owl-controls .owl-page.active span {
	height: 15px;
	width: 15px;
}
.ti-slider-warraper .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: transparent;
	border-width: 2px;
	border-style: solid;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.ti-slider-warraper .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	border-radius: 4px;
}
.ti-slider-warraper .owl-pagination {
	bottom: 15px;
	left: 0;
	position: relative;
	right: 0;
	text-align: center;
}
/*--------------- ti slider Custom Buttons---------------*/
.btn.btn-tislider, .btn.btn-tislider:hover, .btn.btn-tislider:focus {
	outline: none;
	margin: 20px auto;
	letter-spacing: 1px;
}
.btn.btn-tislider-two {
	outline: none;
	letter-spacing: 1px;
}
#ti-slider .btn:first-child {
	margin-right: 15px;
}
/*---------------------------------------
	3.2.ti-section      
-----------------------------------------*/
.ti-section {
	padding: 80px 0;
	margin: 0;
}
.ti-section h1 {
	font-weight: bold;
}
#content {
	padding: 60px 0;
}
.ti-widget.widget_text h2 {
	font-size: 22px;
margin-bottom: 15px;
position: relative;
padding-bottom: 15px;
font-weight: 600;
}
/*---------------------------------------
	3.3.ti-heading        
-----------------------------------------*/
.ti-heading {
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.ti-heading h1 {
	font-size: 26px;
	font-weight: bold;
}
.ti-heading h3 {
	font-size: 36px;
	font-weight: 900;
}
.ti-heading .ti-heading-inner {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	line-height: 40px;
	text-transform: capitalize;
	width: auto;
	letter-spacing: 1px;
}
.ti-heading .ti-heading-inner i {
	display: block;
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	text-align: center;
	bottom: -20px;
	width: 30px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.ti-heading-bor-bt h5 {
	position: relative;
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
/*---------------------------------------
	3.4.ti-sercive        
-----------------------------------------*/
.ti-service-section {
	position: relative;
	padding: 60px 0;
}
.no-gutter .ti-service {
	margin: 0;
}
.ti-service {
	cursor: pointer;
	margin: 30px 0;
	position: relative;
	z-index: 12;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
}
.ti-service .ti-service-inner {
	padding: 30px;
}
.ti-service .ti-service-inner-img {
	margin: -30px -30px 0 -30px;
}
.ti-service:hover {
	transition: All 1s ease-out;
	-webkit-transition: All 1s ease-out;
	-moz-transition: All 1s ease-out;
	-o-transition: All 1s ease-out;
}
.ti-service a {
	text-decoration: none;
	z-index: 15;
	position: relative;
}
.ti-service-inner .ser-icon {
	border-radius: 2%;
	height: 80px;
	padding-top: 10px;
	transition: color 0s ease 0s, all 250ms ease 0s;
	width: 80px;
}
.ti-service.text-right .ser-icon {
	margin: auto 0 auto auto;
}
.ti-service.text-center .ser-icon {
	margin: 0 auto  0 auto;
}
.ti-service-inner i {
	font-size: 60px;
	line-height: 80px;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}
.ti-service-inner h3 {
	transition: all 0.5s ease 0s;
	padding: 0 0 6px 0;
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 6px;
}
.ti-service-inner p {
	transition: all 0.5s ease 0s;
	font-size: 16px;
	margin-bottom: 20px;
}
.ti-service-inner .btn-theme-two {
	margin: 6px 0 0;
	padding: 5px 18px;
	transition: all 0.3s ease 0s;
	border-width: 2px;
	border-style: solid;
}
/*------ sercive-two -----*/
#services .ti-service.two {
    margin: -50px 0 0 0;
}
.ti-service.two {
    position: relative;
    overflow: hidden;
    text-align: left;
    border: inherit;
}
.ti-service.two .img-box {
    min-height: 250px;
}
.ti-service.two .ti-ser-two-inner {
    opacity: 0.9;
    width: 100%;
    height: 100%;
    padding: 20px 22px;
    position: absolute;
    left: 0;
    bottom: -74%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.container-fluid .ti-service.two .ti-ser-two-inner {
    bottom: -84%;
}
.ti-service.two:hover .ti-ser-two-inner {
    bottom: 0;
    padding: 45px 22px;
}
.ti-service.two .ti-ser-two-inner h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 1em;
    position: relative;
}
.ti-service.two .ti-ser-two-inner h3 i {
    font-size: 20px;
    position: absolute;
    right: 0;
}
.ti-service.two .ti-ser-two-inner p {
    color: #fff;
    margin: 0;
}
/*------ sercive-three -----*/
.ti-service.three {
    box-shadow: 0px 10px 30px 0px rgba(205, 205, 205, 0.33);
	transition: all .3s;
	border: inherit;
}
.ti-service.three {
    box-shadow: 0px 10px 30px 0px rgba(205, 205, 205, 0.33);
	transition: all .3s;
	border: inherit;
}
.ti-service.three .ti-service-inner {
    padding: 40px 30px;
}
.ti-service.three.text-right .img-responsive {
	margin: auto 0 auto auto;
}
.ti-service.three.text-center .img-responsive {
	margin: 0 auto  0 auto;
}
.ti-service.three h3 {
    font-size: 22px;
}
.ti-service.three .ti-service-inner-img {
    padding: 0;
    margin: -40px -40px 0 -40px;
}
.ti-service.three::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.ti-service.three:hover::before, .ti-service.three:hover::after {
    width: 50%;
}
.ti-service.three::after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    height: 3px;
    width: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.ti-service.three:hover {
    box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
}
.ti-service.three .btn-theme {
	font-size: 14px; 
	font-weight: 600;
	background: inherit;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-radius: 0;
	padding: 0 0 6px 0;
	line-height: 1;
	text-transform: uppercase;
	transition: all 500ms ease;
}
.ti-service.three .btn-theme:hover {
	box-shadow: inherit;
}
#service .owl-controls .owl-buttons {
	transition: all 0.3s ease 0s;
}
#service .owl-controls .owl-buttons div {
	margin: 5px;
	font-size: 16px;
	opacity: 0.8;
	display: inline-block;
	opacity: 0;
	transition: all 0.4s ease 0s;
	border-width: 2px;
	border-style: solid;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#service .owl-controls .owl-buttons div i {
}
#service:hover .owl-controls .owl-buttons div {
	opacity: 1;
}
#service .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	left: 20px;
	top: 40%;
}
#service .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	right: 20px;
	top: 40%;
}
#service .owl-controls .owl-buttons div.owl-prev {
	left: 20px;
}
#service .owl-controls .owl-buttons div.owl-next {
	right: 20px;
}
#service .owl-pagination {
	padding-bottom: 10px;
	text-align: center;
}
#service .owl-page {
	background: rgba(0,0,0,0.6);
	border-radius: 10px;
	display: inline-block;
	height: 5px;
	margin: 2px;
	width: 5px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#service .owl-page.active {
	height: 8px;
	width: 8px;
}
/*---------------------------------------
	3.5.ti-prosses  
-----------------------------------------*/
.ti-prosses-section {
	padding: 60px 0 100px;
}
.border-last > .ti-prosses-inner::after {
	border-width: 0;
}
.ti-prosses-inner {
	position: relative;
	display: inline-block;
}
.ti-prosses-inner::after {
	border-width: 0 0 1px 0;
	border-style: dashed;
	content: "";
	left: 100%;
	position: absolute;
	top: 18%;
	transform: translateX(-32%);
	width: 100%;
}
.ti-prosses-inner .ti-prosses-item-number {
	width: 80px;
	height: 80px;
	font-size: 30px;
	font-weight: 700;
	line-height: 80px;
	transition: all 0.3s ease 0s;
	border-radius: 50px;
	margin: 0 auto;
}
.ti-prosses .ti-prosses-item-content {
	margin-top: 15%;
}
.ti-prosses .ti-prosses-item-content h3 {
	font-size: 18px;
	font-weight: 700;
}
/*---------------------------------------
	3.6.ti-funfact     
-----------------------------------------*/
.ti-funfact {
	background: url(images/fun-back.jpg) no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
	padding: 0;
}
.ti-funfact-top {
	height: 150px;
	z-index: 0;
	background: #f4f7fc;
	width: 100%;
}
.ti-funfact-bottom {
	height: 150px;
	z-index: 0;
	background: #f2f2f2;
	width: 100%;
	position: relative;
}
.ti-funfact .overlay {
	overflow: hidden;
	position: absolute;
	padding: 40px 0;
	opacity: 0.9;
	right: 0;
	left: 0;
	top: -115px;
	border-radius: 5px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	z-index: 100;
}
.ti-funfact-inner {
	text-align: center;
	margin-bottom: 30px;
	padding: 20px 10px;
	border-radius: 20px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.ti-funfact-inner i {
	font-size: 22px;
	padding: 15px;
	border-radius: 50px 0 50px 50px;
	transition: all 0.3s ease 0s;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.ti-funfact-inner:hover i {
	border-radius: 50px 50px 0 50px;
	transition: all 0.3s ease 0s;
}
.ti-funfact-inner h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
	padding-bottom: 25px;
	position: relative;
}
.ti-funfact-inner h3::before {
	border: 1px solid;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	width: 30px;
}
.ti-funfact-inner .tittle {
	font-size: 16px;
}
.ti-funfact-box {
	margin: 30px 0;
	padding: 0 15px;
	border-radius: 4px;
}
.ti-funfact-box-icon i {
	display: block;
    font-size: 40px;
    line-height: 50px;
}
.ti-funfact-box:hover .ti-funfact-box-icon {
	transition: all 0.3s ease 0s;
}
.ti-funfact-box-info h3 {
	font-size: 35px;
    font-weight: 800;
    line-height: 45px;
}
.ti-funfact-box-info .tittle {
	font-size: 16px;
	font-weight: 500;
}
/*---------------------------------------
	3.7.ti-faq          
-----------------------------------------*/
.ti-faq h2 {
	font-size: 22px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
	font-weight: 600;
}
/*---------------------------------------
	3.7.ti-skills           
-----------------------------------------*/
.ti-skills h2 {
	font-size: 22px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
	font-weight: 600;
}
.ti-skills h6 {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 4px 0;
	text-transform: capitalize;
}
.ti-skills .progress {
	border-radius: 30px;
	background: #dddddd;
	height: 20px;
	box-shadow: inherit;
}
.ti-skills .progress .progress-bar {
	overflow: hidden;
	position: absolute;
	line-height: 22px;
	padding: 0 15px;
	font-weight: 700;
	text-align: right;
	border-radius: 30px;
}
/*---------------------------------------
	3.8.ti-feature    
-----------------------------------------*/
.ti-about-section {
	height: 100%;
	overflow: hidden;
	width: 100%;
	padding: 0;
}
.ti-about-section .overlay {
	height: 100%;
	position: relative;
	width: 100%;
	padding: 80px 0;
}
.ti-about-section h2 {
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2em;
	position: relative;
	z-index: 1;
	padding-bottom: 80px;
}
.ti-about-section h2::before {
    position: absolute;
	left: 0px;
	bottom: 0px;
	width: 191px;
	height: 205px;
	content: 'A';
	z-index: -1;
	font-size: 500%;
	line-height: 200px;
}
.subtitle {
	font-weight: 600;
}
/*---------------------------------------
	3.8.ti-feature    
-----------------------------------------*/
.ti-feature-section {
	height: 100%;
	overflow: hidden;
	width: 100%;
	padding: 0;
}
.ti-feature-section .overlay {
	height: 100%;
	position: relative;
	width: 100%;
	padding: 80px 0;
}
.ti-feature {
	display: block;
	padding: 12px 20px;
	margin-bottom: 20px;
	transition: all 500ms ease;
	background: rgba(0,0,0,0.6);
	border-radius: 2px;
	text-align: left;
}
.ti-feature-box:hover {
	 
}
.ti-feature i {
	padding-right: 20px;
}
.six-sec-ease-in-out {
	-webkit-transition: width 6s ease-in-out;
	-moz-transition: width 6s ease-in-out;
	-ms-transition: width 6s ease-in-out;
	-o-transition: width 6s ease-in-out;
	transition: width 6s ease-in-out;
}
.ti-feature-box {
	margin: 15px 0;
	padding: 5px 30px 5px 30px;
	border-radius: 0;
}
.ti-feature-box:nth-child(3n+1) {
	clear: both;
}
.ti-feature-box-icon {
	border-radius: 50px;
	float: left;
	display: inline-block;
	height: 68px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 5px;
	width: 68px;
	line-height: 68px;
}
.ti-feature-box-icon i {
	font-size: 40px;
	line-height: 52px;
}
.ti-feature-box:hover .ti-feature-box-icon {
	transition: all 0.3s ease 0s;
}
.ti-feature-box-info {
	margin-left: 15px;
	padding-left: 70px;
	text-align: left;
}
.ti-feature-box-info h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
/*---------------------------------------
	3.9.ti-team-section       
-----------------------------------------*/
.ti-team-section {
	position: relative;
}
.ti-team-box {
	padding: 0;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 0;
}
.ti-team-box .ti-team-toparea {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.ti-team-box img {
	max-width: 100%;
	width: 100%;
}
.ti-team-box:hover .ti-team-social {
	top: 0;
}
.ti-team-info {
	position: relative;
	bottom: 0;
	z-index: 420;
	width: 100%;
	text-align: left;
	transition: all 0.4s linear 0s;
	padding: 15px 15px 0 15px;
	border-width: 1px;
    border-style: solid;
}
.ti-team-box .ti-team-info {
}
.ti-team-info h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	padding-bottom: 10px;
	margin: 0;
}
.ti-team-info p.designation {
	font-size: 13px;
}
.ti-team-info p {
	font-size: 14px;
	line-height: 25px;
}
.ti-team-social {
	padding-top: 35%;
	height: 100%;
	position: absolute;
	top: 100%;
	width: 100%;
	transition: all .5s ease;
	text-align: center;
	opacity: 0.9;
}
.ti-team-social a {
	border-radius: 50%;
	display: inline-block;
	height: 36px;
	line-height: 38px;
	width: 36px;
	margin-right: 5px;	
}
.ti-team-social a:hover {
	transition: all 0.3s ease 0s;
}
.ti-team-box:hover .ti-team-social {
}

.ti-team-box.two .ti-team-social{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-top: 60%;
	background: rgba(0, 0, 0, 0.7);
    transform: scale(0, 0);
	transition:all 500ms ease;
}
.ti-team-box.two:hover .ti-team-social {
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.ti-team-box.two .ti-team-info::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 28px;
    height: 3px;
    content: '';
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.ti-team-box.two:hover .ti-team-info::before {
    width: 62px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.ti-team-box.two .ti-team-info {
	border-width: 0;
	padding: 20px 0px 10px 0px;
	background: inherit;
}
.ti-team-box.two .ti-team-info h3 {
	padding-bottom: 3px;
}
/*---------------------------------------
	3.10.ti-callout      
-----------------------------------------*/
.ti-callout {
	background: url(images/callout-back.jpg) no-repeat fixed 0 0 /cover;
	height: 100%;
	overflow: hidden;
	width: 100%;
	padding: 0;
}
.ti-callout .overlay {
	height: 100%;
	position: relative;
	width: 100%;
	padding: 130px 0;
}
.ti-callout .ti-callout-inner {
	margin: 0 auto;
	width: 66.6667%;
	padding: 0 15px;
}
.ti-callout .ti-callout-inner.text-left {
	float: left;
}
.ti-callout .ti-callout-inner.text-right {
	float: right;
}
.ti-callout h3 {
	font-size: 40px;
	font-weight: 800;
	line-height: 48px;
	text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.17);
}
.ti-callout p {
	font-size: 18px;
	line-height: 30px;
}
.ti-callout .btn:last-child {
	margin-left: 15px;
}
/*---------------------------------------
	3.11.ti-blog   
-----------------------------------------*/
.ti-blog-section {
}
.ti-blog-section .overlay {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 80px 0;
}
#home-news .owl-controls .owl-buttons {
	transition: all 0.3s ease 0s;
}
#home-news .owl-controls .owl-buttons div {
	margin: 5px;
	font-size: 16px;
	opacity: 0.8;
	display: inline-block;
	opacity: 0;
	transition: all 0.4s ease 0s;
	border-width: 2px;
	border-style: solid;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	text-align: center;
}
#home-news .owl-controls .owl-buttons div i {
}
#home-news:hover .owl-controls .owl-buttons div {
	opacity: 1;
}
#home-news .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	left: 20px;
	top: 40%;
}
#home-news .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	right: 20px;
	top: 40%;
}
#home-news .owl-controls .owl-buttons div.owl-prev {
	left: 20px;
}
#home-news .owl-controls .owl-buttons div.owl-next {
	right: 20px;
}
#home-news .owl-pagination {
	padding-bottom: 10px;
	text-align: center;
}
#home-news .owl-page {
	border-radius: 10px;
	display: inline-block;
	height: 5px;
	margin: 2px;
	width: 5px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#home-news .owl-page.active {
	height: 8px;
	width: 8px;
}


.ti-blog-post-box {
	margin-bottom: 40px;
	padding: 0;
}
.ti-blog-post-box .small {
	font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding: 30px 0 0 0;
}
.ti-blog-post-box .small > p {
	margin-bottom: 20px;
}
.ti-blog-thumb {
	position: relative;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    transition: all .3s ease-out;
	min-height: 45px;
}
.ti-blog-thumb img {
	position: relative;
	max-width: 100%;
	float: left;
	height: auto;
	border-radius: 3px;
}
.ti-blog-date {
	padding: 0;
    font-size: 12px;
    margin-right: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.ti-blog-date span {
	font-size: 16px;
}
.ti-blog-date .h3 {
	line-height: 28px;
}
.ti-blog-author {
	font-size: 16px;
	font-weight: 800;
	width: 65px;
	height: 65px;
	left: 0;
	right: 0;
	padding: 2px;
	position: absolute;
	text-align: center;
	bottom: 0;
	margin: 0 auto -30px auto;
	z-index: 999;
}
.ti-blog-author img {
	max-width: 100%;
	border-radius: 100%;
}
.ti-blog-post-box h1.title {
	font-size: 22px;
    line-height: 28px;
    position: relative;
    font-weight: 700;
    margin-bottom: 10px;
}
.ti-blog-category {
    min-height: 10px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 15px;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 25px;
    z-index: 999;
    padding: 0 10px;
    border-width: 1px;
    border-style: solid;
}
.ti-blog-category a {
    display: inline;
    font-size: 12px;
    padding-left: 5px;
    line-height: 10px;
    text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	cursor: pointer;
}
.ti-blog-category a:first-child {
	padding-left: 0;
}
.ti-blog-meta {
	padding: 0;
    margin-bottom: 15px;
    min-height: 18px
}
.ti-blog-meta a {
	display: inline;
    font-weight: 500;
    font-size: 12px;
    padding: 0;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ti-blog-meta a.au-icon {
    margin-right: 14px;
}
.ti-blog-meta i {
	padding-right: 4px;
}
.btn-blog {
	padding: 10px 20px;
	border-radius: 30px;
	border-width: 2px;
	border-style: solid;
	background: transparent;
	font-size: 14px;
}
.btn-blog:hover {
	transition: all 0.3s ease 0s;
}
.ti-info-author-block {
	border-width: 1px;
    border-style: solid;
    margin-bottom: 40px;
    margin-top: 10px;
    padding: 20px 20px 0px 20px;
}
.ti-info-author-block a {
	font-size: 24px;
}
.ti-info-author-block .row {
	margin: 0;
}
.ti-info-author-block h4 {
	font-size: 24px;
	font-weight: 700;
}
.ti-info-author-block h4 span {
	font-size: 13px;
	padding-right: 5px;
}
.ti-info-author-block h4 span i {
	padding-right: 5px;
}
.ti-info-author-block .ti-author-pic img {
	margin: 0 25px 15px 0;
	float: left;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	width: 80px;
    height: 80px;
}
.ti-info-author-block .ti-info-author-social {
	font-size: 24px;
	padding: 0;
}
.ti-info-author-block .ti-info-author-social li {
	text-align: center;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	margin-right: 4px;
}
.ti-info-author-block .ti-info-author-social li a {
	font-size: 16px;
	line-height: 38px;
}
.comment_section .comment-reply-link {
	    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.3s ease 0s;
    line-height: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}
.ti-comments a i {
}
.ti-comments h4 {
	font-size: 14px;
	font-weight: 500;
	margin-top: 0;
}
.ti-comments h4 span {
	font-size: 12px;
	padding-left: 7px;
}
.ti-comments .btn {
	margin-left: 5px;
}
.ti-comments .media {
	margin-top: 0;
}
.ti-comments .comment .media-body > p:last-child {
	border-width: 0 0 1px 0;
	border-style: solid;
	margin-bottom: 30px;
	margin-top: 0;
}
.ti-comments li .media-body > .small {
	border-bottom: none!important;
	padding: 0;
}
.ti-comments li .media-body > p {
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 5px 0px 20px 5px;
	margin-bottom: 20px;
}
.ti-comments li .media .media {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ti-comments li:last-child .media-body > p {
	border-bottom: none;
	padding: 0;
}
.ti-comments .media-left img {
	height: 64px;
	width: 64px;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.ti-comments .comment-list li {
	margin-bottom: 20px;
	padding: 20px;
	border-width: 0 0 0 1px;
	border-style: solid;
}
.ti-blog-thumb > .responsive-video {
	z-index: 9;
	min-height: 220px;
}
.blog-slider {
	position: relative;
	z-index: 9;
	margin-bottom: -34px;
}
.blog-slider .owl-controls .owl-buttons div {
	margin: 5px;
	font-size: 16px;
	opacity: 0.8;
	display: inline-block;
	padding: 0 8px;
	opacity: 0;
	transition: all 0.4s ease 0s;
	border-width: 1px;
	border-style: solid;
	line-height: 32px;
	border-radius: 50%;
	width: 35px;
	height: 35px;
}
.blog-slider .owl-controls .owl-buttons div:hover {
	border-width: 1px;
	border-style: solid;
}
.blog-slider .owl-controls .owl-buttons div i {
}
.blog-slider:hover .owl-controls .owl-buttons div {
	opacity: 1;
}
.blog-slider .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	left: 20px;
	top: 40%;
}
.blog-slider .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	right: 20px;
	top: 40%;
}
.blog-slider .owl-controls .owl-buttons div.owl-prev {
	left: 20px;
}
.blog-slider .owl-controls .owl-buttons div.owl-next {
	right: 20px;
}
.blog-slider .owl-pagination {
	padding-bottom: 10px;
}
.blog-slider .owl-controls .owl-page {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.blog-slider .owl-controls .owl-page span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50px;
}
.blog-slider .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.blog-slider .owl-pagination {
	bottom: 30px;
	left: 0;
	position: relative;
	right: 0;
	text-align: center;
}
/*---------------------------------------
	3.12.ti-calltoaction        
-----------------------------------------*/
.ti-calltoaction {
	height: 100%;
	overflow: hidden;
	width: 100%;
	padding: 0;
	background-image: url(images/calltoaction.jpg);
	background-size: cover;
}
.ti-calltoaction .overlay {
	height: 100%;
	position: relative;
	width: 100%;
	padding: 110px 0 100px 0;
}
.ti-calltoaction-box-icon {
	float: left;
	display: inline-block;
	margin-right: 25px;
	width: 50px;
}
.ti-calltoaction-box-icon i {
	height: 50px;
	line-height: 70px;
	text-align: center;
	width: 50px;
	font-size: 50px;
}
.ti-calltoaction-box-info h5 {
	line-height: 40px;
	font-weight: 700;
	font-size: 35px;
	padding-bottom: 15px;
}
.ti-calltoaction-box-info p {
	font-size: 16px;
}
.ti-calltoaction .btn {
	margin-top: 10px;
}
/*---------------------------------------
	3.13.ti-plans     
-----------------------------------------*/
.ti-plans {
	height: 100%;
	overflow: hidden;
	width: 100%;
	padding: 0;
	text-align: center;
}
.ti-plans .overlay {
	height: 100%;
	position: relative;
	width: 100%;
	padding: 40px 0;
}
.ti-plan {
	position: relative;
	margin: 15px 0;
	transition: all 0.4s ease 0s;
	border-width: 1px;
	border-style: solid;
	background: #fff;
	overflow: hidden;
}
.ti-plan.active {
	box-shadow: 0px 0 14px 0 rgba(0, 0, 0, 0.2);
	margin: 0;
}
.ti-plan:hover {
	box-shadow: 0px 0 14px 0 rgba(0, 0, 0, 0.2);
}
.ti-plan header {
	padding: 0 30px;
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease 0s;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.ti-plan header i {
	bottom: 0;
	font-size: 150px;
	opacity: 0.2;
	position: absolute;
	right: 0;
	transform: translate(30%, 30%);
}
.ti-plan .btn {
	font-weight: normal;
	margin: -4px 0 0px 0;
}
.ti-plan h2 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.34em;
	width: 100%;
	padding: 0px 0 10px 0;
}
.ti-plan small {
	display: table;
	font-size: 13px;
	font-style: italic;
	margin: 30px auto 0;
}
.ti-plan-price {
	margin-bottom: 15px;
}
.ti-plan-price .ti-currency {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-right: 5px;
	position: relative;
}
.ti-plan-price .ti-amount {
	font-size: 38px;
	font-weight: bold;
	line-height: 16px;
}
.ti-plan-price .ti-period {
	font-size: 16px;
	line-height: 16px;
}
.ti-plan-features {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin: 0;
	padding: 15px 30px 25px;
	list-style: none;
}
.ti-plan-features li:first-child {
	border: medium none;
}
.ti-plan-features li {
	padding: 4px 0;
	font-size: 16px;
}
.ti-plan-features li i {
	margin-right: 10px;
	font-size: 16px;
}
.ti-plan-features li.footer {
	margin: 16px -30px -30px -30px;
	text-align: center;
	padding: 15px 0;
	border-width: 1px 0 0 0;
	border-style: solid;
}
.ti-plan .ti-pupular-ribbon {
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
	display: block;
	font-size: 11px;
	padding: 4px 12px;
	position: absolute;
	right: -26px;
	text-align: center;
	text-transform: capitalize;
	top: 3px;
	transform: rotate(43deg);
	min-width: 100px;
	width: auto;
	border-radius: 0;
	z-index: 100;
}
.ti-plan .ti-new-ribbon {
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
	display: block;
	font-size: 11px;
	padding: 4px 12px;
	position: absolute;
	right: -26px;
	text-align: center;
	text-transform: capitalize;
	top: 3px;
	transform: rotate(43deg);
	min-width: 100px;
	width: auto;
	border-radius: 0;
	z-index: 100;
}
.ti-plan .ti-upcoming-ribbon {
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
	display: block;
	font-size: 11px;
	padding: 4px 12px;
	position: absolute;
	right: -26px;
	text-align: center;
	text-transform: capitalize;
	top: 3px;
	transform: rotate(43deg);
	min-width: 100px;
	width: auto;
	border-radius: 0;
	z-index: 100;
}
.ti-plan .ti-none-ribbon {
	display: none;
}
/*------- plans two ------*/
.ti-plan.two {
    text-align: center;
}
.ti-plan.two  header {
    padding: 50px 30px 0px 30px;
}
.ti-plan.two .ti-plan-price {
    padding: 50px 35px;
	margin: 50px -30px 0 -30px;
}
.ti-plan.two h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.34em;
    width: 100%;
    padding: 0px 0 10px 0;
}
.ti-plan.two .ti-plan-features {
    padding: 40px;
    list-style: none;
    text-align: center;
}
.ti-plan.two .ti-plan-features li {
    padding: 8px 0;
}
.ti-plan.two .ti-plan-features li.footer {
    padding: 40px 0 0 0;
    margin: 30px 0 0 0;
}
/*------- plans three ------*/
.ti-plan.three {
    text-align: center;
}
.ti-plan.three  header {
    padding: 50px 30px 0px 30px;
    border: none;
}
.ti-plan.three.active header {
	padding-bottom: 30px;
}
.ti-plan.three .ti-plan-price {
    padding: 5px 35px;
	margin: 0 -30px;
}
.ti-plan.three h2 {
    font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 30px;
}
.ti-plan.three .ti-amount {
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
}
.ti-plan-price .ti-currency {
    font-size: 18px;
    top: -20px;
}
.ti-plan.three .ti-plan-features {
    padding: 40px;
    list-style: none;
    text-align: center;
}
.ti-plan.three .ti-plan-features li {
    padding: 8px 0;
}
.ti-plan.three .btn {
    margin-top: 20px;
}
/*---------------------------------------
	3.14.ti-testimonials  
-----------------------------------------*/
.testimonials-section {
	background: url(images/testimonial-back.jpg) no-repeat fixed 0 0 / cover;
	height: 100%;
	overflow: hidden;
	width: 100%;
	padding: 0;
}
.testimonials-section .overlay {
	height: 100%;
	position: relative;
	width: 100%;
	padding: 80px 0;
}
.content-testimonials {
	margin: 0 auto;
	border-radius: 4px;
}
.testimonials_qute .testimonials_qute {
	float: left;
	width: 100%;
	padding: 25px 25px 15px;
}
.testimonials_qute .sub-qute {
	display: block;
	padding-bottom: 20px;
	border-radius: 0;
	padding: 20px;
	margin: 15px;
	position: relative;
	float: left;
	box-shadow: 2px 2px 2px rgba(0,0,0,.04);
}
.testimonials_qute .sub-qute h5 {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 30px;
}
.testimonials_qute .sub-qute i {
	font-size: 20px;
	line-height: 60px;
}
.testimonials_qute .sub-qute .context {
	padding: 15px 20px 30px 20px;
	margin-bottom: 6px;
	position: relative;
}
.testimonials_qute .ti-client-qute {
    margin-top: 25px;
}
.testimonials_qute .ti-client {
	width: 80px;
	height: 80px;
	border-width: 2px;
	border-style: solid;
	border-radius: 50%;
	padding: 4px;
	vertical-align: middle;
	display: inline-block;
}
.testimonials_qute .ti-client img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	transform-style: initial;
	margin: auto;
}
.ti-client-qute .ti-client-info {
	vertical-align: middle;
	display: inline-block;
	text-align: left;
	margin: 0 10px;
	max-width: calc(100% - 120px);
}
.testimonials_qute .user-title {
	margin-bottom: 2px;
	margin-top: 0;
	font-size: 14px;
	font-weight: 700;
}
.testimonials_qute .user-designation {
	margin-bottom: 0;
	position: relative;
	left: 0;
	line-height: 25px;
	font-size: 14px;
}
.ti-testi-two .item-inner {
	margin-bottom: 30px;
}
.ti-testi-two .item-inner {
  position: relative;
  height: 380px;
  overflow: hidden;
}
.ti-testi-two .item-inner:hover .item-content {
  margin-top: 15px;
}
.ti-testi-two .item-inner:hover .item-mask {
  background-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0) 0), to(rgba(0, 0, 0, 0.8) 35%));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 35%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 35%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 35%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 35%);
}
.ti-testi-two .item-inner {
  background-size: cover;
}
.ti-testi-two .item-mask {
  background-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0) 0), to(rgba(0, 0, 0, 0.8) 85%));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 85%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 85%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 85%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 85%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ti-testi-two .item-content {
  padding: 45px;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 380px;
  left: 0;
  -webkit-transition: margin-top 0.4s ease-in-out;
  -moz-transition: margin-top 0.4s ease-in-out;
  -ms-transition: margin-top 0.4s ease-in-out;
  -o-transition: margin-top 0.4s ease-in-out;
  margin-top: 230px;
}
.ti-testi-two .item-content h3 {
  color: #fff;
}
.ti-testi-two .item-content p {
  color: #fff;
}
.ti-testi-two .item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ti-testi-two .content-title {
  margin-top: 0;
  margin-bottom: 45px;
  line-height: 1.5;
  font-size: 24px;
}
.ti-testi-two .content-desc .fa {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  color: #000;
  padding-top: 8px;
  margin-bottom: 15px;
}
#ti-testimonial .owl-controls {
    margin: 0;
    text-align: center;
}
#ti-testimonial .owl-controls .owl-buttons div {
	margin: 5px;
	font-size: 16px;
	opacity: 0.8;
	display: inline-block;
	opacity: 0;
	transition: all 0.4s ease 0s;
	border-width: 2px;
	border-style: solid;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#ti-testimonial:hover .owl-controls .owl-buttons div {
	opacity: 1;
}
#ti-testimonial .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	left: 20px;
	top: 40%;
}
#ti-testimonial .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	right: 20px;
	top: 40%;
}
#ti-testimonial .owl-controls .owl-buttons div.owl-prev {
	left: 20px;
}
#ti-testimonial .owl-controls .owl-buttons div.owl-next {
	right: 20px;
}
#ti-testimonial .owl-pagination {
	padding-bottom: 10px;
}
#ti-testimonial .owl-page {
	border-radius: 50%;
	display: inline-block;
	height: 5px;
	margin: 2px;
	width: 5px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#ti-testimonial .owl-page.active {
	height: 8px;
	width: 8px;
}
/*---------------------------------------
	3.15.ti-client-section
-----------------------------------------*/
.ti-clients-section {
	margin: auto;
}
.ti-clients-section .overlay {
	padding: 60px 0 45px;
}
.ti-clients-section .ti-heading {
	text-align: left;
}
.ti-clients-section .item {
	border-radius: 3px;
	margin-right: 10px;
	padding-top: 5px;
	text-align: center;
}
.ti-clients-section .owl-controls {
	margin: 0;
	text-align: center;
}
.ti-clients-section .owl-controls .owl-buttons div {
	margin: 0;
	font-size: 16px;
	display: inline-block;
	opacity: 1;
	transition: all 0.4s ease 0s;
	border-radius: 50px;
	border-width: 2px;
	border-style: solid;
	width: 45px;
	height: 45px;
	line-height: 45px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.ti-clients-section .owl-controls .owl-buttons .owl-prev i {
    margin-left: 22px;
    transition: all 0.3s ease 0s;
}
.ti-clients-section .owl-controls .owl-buttons .owl-next i {
    margin-right: 22px;
    transition: all 0.3s ease 0s;
}
.ti-clients-section .owl-controls .owl-buttons div:hover i {
    margin-left: 0;
    margin-right: 0;
}
.ti-clients-section .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	left: 0;
	top: 0%;
}
.ti-clients-section .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	right: 0;
	top: 0%;
}
.ti-clients-section:hover .owl-controls .owl-buttons div.owl-prev {
	left: 20px;
}
.ti-clients-section:hover .owl-controls .owl-buttons div.owl-next {
	right: 20px;
}
.ti-clients-section .owl-pagination {
	padding-bottom: 10px;
}
.ti-clients-section .owl-page {
	border-radius: 50%;
	display: inline-block;
	height: 5px;
	margin: 2px;
	width: 5px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.ti-clients-section .owl-page.active {
	height: 8px;
	width: 8px;
}
/*---------------------------------------
	3.5.ti-portfolio       
-----------------------------------------*/
#portfolio-sec .overlay {
	padding: 80px 0;
    margin: 0;
}
.ti-portfolio-box {
	border-style: solid;
	border-width: 1px;
	margin: 15px 0;
	padding: 0 15px 15px 15px;
	position: relative;
	text-align: left;
	border-radius: 0;
}
.ti-portfolio-box:hover {
	transition: all 0.3s ease 0s;
}
.ti-portfolio-box:hover figure {
	transition: all 0.2s ease 0s;
}
.ti-portfolio-box figure {
	position: relative;
	margin: 0 -15px 0 -15px;
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.ti-portfolio-box figure img {
	min-height: 175px;
}
.ti-portfolio-box .overlay {
	height: 91%;
	left: 15px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 10px;
	transition: all 0.4s ease-in-out 0s;
	width: 92%;
	bottom: 0;
	display: inline-block;
}
.ti-portfolio-box:hover .overlay {
	opacity: 1;
}
.ti-portfolio-box .overlay .btn {
	margin-right: 5px;
	padding: 5px 14px;
	display: inline-block;
	top: 38%;
	font-size: 22px;
}
.ti-portfolio-box .overlay .btn:focus {
	outline: medium none;
}
.ti-portfolio-box h4 a {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 20px;
	padding-top: 8px;
}
.ti-portfolio-category, .ti-portfolio-shortext {
	margin-bottom: 10px;
}
.ti-portfolio-category a {
	display: inline-block;
	line-height: 16px;
	padding-right: 5px;
}
#portfolio .owl-controls .owl-buttons {
	transition: all 0.3s ease 0s;
}
#portfolio .owl-controls .owl-buttons div {
	margin: 5px;
	font-size: 16px;
	opacity: 0.8;
	display: inline-block;
	opacity: 0;
	transition: all 0.4s ease 0s;
	border-width: 2px;
	border-style: solid;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#portfolio .owl-controls .owl-buttons div i {
}
#portfolio:hover .owl-controls .owl-buttons div {
	opacity: 1;
}
#portfolio .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	left: 20px;
	top: 40%;
}
#portfolio .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	right: 20px;
	top: 40%;
}
#portfolio .owl-controls .owl-buttons div.owl-prev {
	left: 20px;
}
#portfolio .owl-controls .owl-buttons div.owl-next {
	right: 20px;
}
#portfolio .owl-pagination {
	padding-bottom: 10px;
	text-align: center;
}
#portfolio .owl-page {
	border-radius: 10px;
	display: inline-block;
	height: 5px;
	margin: 2px;
	width: 5px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#portfolio .owl-page.active {
	height: 8px;
	width: 8px;
}
.simplefilter li {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	padding: 5px 35px;
	transition: all 0.4s ease-in-out 0s;
	cursor: pointer;
	margin: 0;
	border-radius: 30px;
}
.ti-portfolio-block img {
    width: 100%;
    border-radius: 5px;
}
.ti-portfolio-block {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px 0;
}
.ti-portfolio-block .inner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    transition: all .3s ease-in-out;
    opacity: 0.8;
}
.ti-portfolio-block .inner-content .text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    padding: 0 28px;
    opacity: 0;
    transition-delay: 0.2s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.ti-portfolio-block .inner-content .text h5 {
	font-size: 22px;
font-weight: 700;
color: #fff;
}
.ti-portfolio-block .inner-content .text p {
    font-size: 17px;
    color: #fff;
}
.ti-portfolio-block .inner-content .text .text-left {
	float: left;
}
.ti-portfolio-block .inner-content .text .btn {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    margin-top: 7px;
    float: right;
    padding: 0;
}
.ti-portfolio-block:hover .inner-content {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.inner-content .text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.ti-portfolio-block:hover .inner-content .text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
/*---------------------------------------
	3.16.ti-contact-section      
-----------------------------------------*/
.ti-contact .overlay {
	padding: 40px 0;
	margin: 0;
}
.widget_consultup_custom_widget h5 , .consultup_contact_widget h6 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.ti-widget-address {
	padding: 30px;
}
.ti-contact .ti-widget-address > li:first-child {
	padding-top: 0;
}
.ti-widget-address > li {
	list-style: none;
	padding: 15px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.ti-widget-address > li:last-child {
	border-bottom: none;
}
.ti-widget-address li span.icon-addr {
	height: 30px;
	line-height: 38px;
	margin-right: 18px;
	text-align: center;
	width: 30px;
	display: inline-block;
	border-radius: 10px;
}
.ti-widget-address li span.icon-addr i {
	font-size: 24px;
}
.ti-widget-address strong {
	padding-right: 5px;
}
/*---------------------------------------
	3.16.ti-request-Quote-section        
-----------------------------------------*/
.ti-req {
	height: 100%;
	overflow: hidden;
	width: 100%;
	padding: 0;
	position: relative;
	background-image: url(images/slide1.jpg);
	background-size: cover;
}
.ti-req .overlay {
	padding: 0;
	margin: 0;
}
.ti-req .ti-req-inner {
	padding: 60px 30px;
	margin: 0;
}

.ti-req h5 {
	font-size: 20px;
	position: relative;
	padding-bottom: 15px;
}
/*---------------------------------------
	ti-feature-product   
-----------------------------------------*/
#feature-product .item {
    margin: 0 15px;
}
.ti-product{
    margin: 15px 0;
    padding-bottom: 10px;
    text-align: center;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease 0s;
    border-width: 1px;
	border-style: solid;
}
.ti-product a {
    overflow: hidden;
}
.ti-product a .onsale {
    left: auto;
    right: 0;
    top: 0;
    position: absolute;
    border-radius: 0;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    margin: 18px;
    min-height: 10px;
    padding: 0 12px;
    z-index: 999;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-transform: uppercase;
    border-radius: 50%;
}
.ti-product a img {
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 0 1em;
    width: 100%;
}
.ti-product a h3 {
    display: inline-block;
    float: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    padding: 0.5em 0;
    position: relative;
    width: auto;
    font-family: 'Poppins', sans-serif;
}
.ti-product a .star-rating {
   display: none;
}
.ti-product a .price {
    float: left;
    height: auto;
    line-height: 20px;
    min-height: 40px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
}
.ti-product a .price del {
    line-height: 20px;
}
.ti-product a .price ins {
    margin-left: 10px;
    line-height: 20px;
}
#product .ti-product a.button, .added_to_cart {
	display: inline-block;
	text-align: center;
	padding: 8px 35px;
	border-radius: 4px;
	border: none;
	font-weight: bold;
	font-size: 12px;
	margin: 0 auto !important;
	border-width: 2px;
	border-style: solid;
}

#feature-product .owl-controls {
    margin: 0;
    text-align: center;
}
#feature-product .owl-controls .owl-buttons div {
	margin: 5px;
	font-size: 16px;
	opacity: 0.8;
	display: inline-block;
	opacity: 0;
	transition: all 0.4s ease 0s;
	border-width: 2px;
	border-style: solid;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#feature-product:hover .owl-controls .owl-buttons div {
	opacity: 1;
}
#feature-product .owl-controls .owl-buttons .owl-prev i {
    margin-left: 22px;
    transition: all 0.3s ease 0s;
}
#feature-product .owl-controls .owl-buttons .owl-next i {
    margin-right: 22px;
    transition: all 0.3s ease 0s;
}
#feature-product .owl-controls .owl-buttons div:hover i {
    margin-left: 0;
    margin-right: 0;
}
#feature-product .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	left: 20px;
	top: 40%;
}
#feature-product .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	right: 20px;
	top: 40%;
}
#feature-product .owl-controls .owl-buttons div.owl-prev {
	left: 20px;
}
#feature-product .owl-controls .owl-buttons div.owl-next {
	right: 20px;
}
#feature-product .owl-pagination {
	padding-bottom: 10px;
}
#feature-product .owl-page {
	border-radius: 50%;
	display: inline-block;
	height: 5px;
	margin: 2px;
	width: 5px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#feature-product .owl-page.active {
	height: 8px;
	width: 8px;
}
/*---------------------------------------
	3.17.ti-gmap-section      
-----------------------------------------*/
.ti-gmap-wrapper {
	padding: 0;
	margin: 0;
}
.ti-gmap-wrapper #map {
	padding: 0;
	width: 100%;
	height: auto;
	border: 0;
	margin-bottom: -10px;
}
.ti-gmap-wrapper {
	padding: 0;
	margin: 0;
}
/*---------------------------------------
	3.20.ti-view-detail-section          
-----------------------------------------*/
.ti-view-detail-section {
}
.ti-view-detail-top-section {
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	padding: 10px 10px 10px;
	margin: 0px 0 30px 0;
	border-radius: 4px;
}
.ti-view-detail-slider img {
	max-height: 350px;
	width: 100%;
}
.ti-view-detail-btnarea {
	text-align: center;
	padding: 0;
}
.ti-view-detail-btnarea .btn {
	margin: 10px;
}
.ti-view-detail-btnarea .btn i {
	padding-right: 10px;
}
.ti-view-detail-content {
	padding: 30px;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	color: #666;
	border-radius: 4px;
}
.ti-view-detail-content ul li {
	list-style: none;
}
.ti-view-detail-content img {
	margin: 20px auto;
	width: 100%;
	height: auto;
}
.ti-view-detail-slider .owl-controls {
	margin-top: -24px;
}
.ti-view-detail-slider .owl-controls .owl-buttons div {
	margin: 5px;
	font-size: 16px;
	opacity: 0.8;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.4s ease 0s;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.ti-view-detail-slider .owl-controls .owl-buttons div i {
}
.ti-view-detail-slider:hover .owl-controls .owl-buttons div {
	opacity: 1;
}
.ti-view-detail-slider .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	left: 20px;
	top: 40%;
}
.ti-view-detail-slider .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	right: 20px;
	top: 40%;
}
.ti-view-detail-slider .owl-controls .owl-buttons div.owl-prev {
	left: 20px;
}
.ti-view-detail-slider .owl-controls .owl-buttons div.owl-next {
	right: 20px;
}
.ti-view-detail-slider .owl-pagination {
	padding-bottom: 10px;
	text-align: center;
}
.ti-view-detail-slider .owl-page {
	border-radius: 50%;
	display: inline-block;
	height: 5px;
	margin: 2px;
	width: 5px;
	vertical-align: middle;
}
.ti-view-detail-slider .owl-page.active {
	height: 8px;
	width: 8px;
}
.ti-view-detail-slider .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.ti-view-detail-slider .owl-pagination {
	bottom: 30px;
	left: 0;
	position: relative;
	right: 0;
	text-align: center;
}
.ti-detail-purchase {
	background: #f3f3f3;
	padding: 15px;
	border-bottom: 2px solid #e6e6e6;
}
.ti-detail-purchase .purchase-inner {
	background: #fff;
	text-align: center;
	line-height: 35px;
}
.ti-detail-purchase .purchase-inner span {
	font-size: 20px;
}
.ti-detail-purchase .purchase-price {
	padding: 20px;
	font-size: 40px;
	font-weight: bold;
}
.ti-detail-download .btn-download {
	display: block;
	line-height: 36px;
	margin: 12px 0;
	padding: 5px 35px;
	position: relative;
	width: 100%;
	font-size: 16px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.2);
}
.ti-detail-download .btn-download:hover {
	color: #fff;
}
.ti-detail-download .btn-download i {
	padding-right: 10px;
}
.ti-detail-download .buynow {
	background: #fefcea;
	color: #000;
}
.ti-detail-download .live-preview {
	background: #6f9a37;
}
/* --------------------------------------
=========================================
	4.ti-breadcrumb-section
=========================================
-----------------------------------------*/
.ti-breadcrumb-section {
	background: url(images/breadcrumb-back.jpg) repeat fixed;
	height: 100%;
	margin: 0 0 0px;
	overflow: hidden;
	padding: 0;
	width: 100%;
	box-shadow: 0 0 5px 0 #aaaaaa;
}
.ti-breadcrumb-section .overlay {
	background: linear-gradient(to bottom, #051b44 0%, rgba(5, 27, 68, 0.5) 50%, rgba(5, 27, 68, 0.8) 100%);
	height: 100%;
	padding: 300px 0 100px 0;
	position: relative;
	width: 100%;
}
.ti-breadcrumb-title {
	text-align: left;
	padding: 0;
}
.ti-breadcrumb-title h1 {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	line-height: 48px;
	padding-bottom: 0px;
}
.ti-page-breadcrumb {
	list-style: none outside none;
	margin-bottom: 12px;
	padding: 0;
	text-align: left;
	font-size: 15px;
	line-height: 30px;
}
.ti-page-breadcrumb > li {
	display: inline-block;
}
.ti-page-breadcrumb > li + li:before {
	content: "\f178";
	font-family: fontawesome;
	padding: 0 5px;
}
.ti-breadcrumb-section .ti-blog-category{
	position: relative;
	left: 0;
}
/* --------------------------------------
=========================================
	5.ti-sidebar
=========================================
-----------------------------------------*/
.ti-sidebar {
}
.ti-sidebar a {
	transition: all 0.3s ease 0s;
}
.ti-sidebar .ti-widget .btn {
	padding: 2px 12px;
	border: none;
	border-radius: 0;
	height: 40px;
}
.ti-sidebar .ti-widget {
	margin-bottom: 30px;
    padding: 10px 20px;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
}
.ti-sidebar .ti-widget ul {
	padding: 0;
	list-style: none;
}
.ti-sidebar .ti-widget ul li:last-child {
	border: none;
}
.ti-sidebar .ti-widget ul li {
	display: block;
	letter-spacing: 0.2px;
	line-height: 22px;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.ti-sidebar .ti-widget h2 {
	font-size: 18px;
	line-height: 20px;
}
.ti-sidebar .ti-widget h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    letter-spacing: 1px;
	text-transform: capitalize;
}
.ti-sidebar .ti-widget h6::before {
    width: 40px;
    height: 2px;
    content: '';
    position: absolute;
    bottom: -10px;
}
.ti-sidebar .ti-widget ul li {
	padding: 10px 0;
	position: relative;
	transition: all 0.4s ease-in-out 0s;
}
.ti-sidebar .ti-widget ul li a:hover {
	padding-left: 10px;
	transition: all 0.4s ease-in-out 0s;
}
.ti-sidebar .ti-widget ul.menu li .sub-menu {
	margin-left: 15px;
}
.ti-sidebar .ti-widget ul.menu li .sub-menu li {
	border-bottom: none;
	padding: 10px 0 0;
}
.ti-sidebar .ti-widget.widget_search .btn {
	border: medium none;
    border-radius: 0 4px 4px 0;
    height: 40px;
    line-height: 25px;
    padding: 5px 15px;
    transition: all 0.3s ease 0s;
}
.ti-sidebar .ti-category-widget ul li {
	padding: 10px 0;
	position: relative;
	transition: all 0.4s ease-in-out 0s;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.ti-sidebar .ti-category-widget ul li a:hover {
	padding-left: 10px;
	transition: all 0.4s ease-in-out 0s;
}
.ti-sidebar .ti-widget .ti-widget-tags, .ti-sidebar .ti-widget .tagcloud {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
}
.ti-sidebar .ti-widget .ti-widget-tags a, .ti-sidebar .ti-widget .tagcloud a {
	cursor: pointer;
    display: inline-block;
    font-size: 10px !important;
    font-weight: 600;
    line-height: 20px;
    margin: 0 5px 9px 0;
    padding: 6px 12px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 3px;
    text-transform: capitalize;
}
.ti-sidebar .ti-widget-tags a:hover, .ti-sidebar .ti-widget .tagcloud a:hover {
	transition: all 0.4s ease-in-out 0s;
}
.ti-sidebar .ti-widget .ti-twitter-feed li {
	margin: 2px 0;
	padding-bottom: 5px;
	padding-left: 20px;
	position: relative;
}
.ti-sidebar .ti-widget .ti-twitter-feed li::before {
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 0;
	content: "\f099";
}
.ti-sidebar .ti-widget .ti-twitter-feed li a {
	padding-right: 3px;
}
.ti-sidebar .ti-widget .ti-twitter-feed li a:hover {
	padding-left: 0;
}
.ti-sidebar .ti-widget .ti-twitter-feed li .twitter-text {
	display: table;
}
.ti-sidebar .ti-widget .ti-twitter-feed li .date-twitter {
	font-size: 12px;
}
.ti-sidebar .ti-opening-hours li i {
	font-size: 14px;
	padding-right: 10px;
}
.ti-sidebar .ti-widget .ti-widget-address li {
	clear: both;
}
.ti-sidebar .ti-widget .ti-widget-address li span.icon-addr {
	height: 25px;
	line-height: 25px;
	margin: 0 8px 8px 0;
	text-align: center;
	width: 25px;
	display: inline-block;
	float: left;
	border-radius: 30px;
}
.ti-sidebar .ti-widget .ti-widget-address li span.icon-addr i {
	font-size: 14px;
}
.ti-sidebar .ti-widget .ti-instagram li {
	display: inline-block;
	margin: -13px 0;
	border-radius: 2px;
}
.ti-sidebar .ti-widget .ti-instagram li a:hover {
	padding-left: 0;
}
.ti-sidebar .ti-widget .ti-instagram li a img {
	width: 70px;
	height: 70px;
	border-radius: 2px;
}
.ti-sidebar .ti-widget .ti-instagram li a img:hover {
	opacity: 0.7;
}
.ti-sidebar .ti-widget .ti-social {
	padding: 10px 0px;
	margin: 0;
}
.ti-sidebar .ti-widget .ti-social li {
	display: inline-block;
	border: inherit;
	padding: 0;
}
.ti-sidebar .ti-widget .ti-social li span.icon-soci {
	display: inline-block;
	float: left;
	height: 32px;
	line-height: 32px;
	margin: 8px 12px 8px 8px;
	text-align: center;
	width: 32px;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
}
.ti-sidebar .ti-widget .ti-social li span.icon-soci:hover {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
.ti-sidebar .ti-widget .ti-social li span.icon-soci:hover a {
	padding-left: 0;
}
.ti-sidebar .ti-widget .ti-social li span.icon-soci i {
	font-size: 16px;
}
.ti-sidebar .ti-widget-payment a {
	font-size: 30px;
}
.ti-sidebar .ti-widget-tollfree li {
	font-size: 20px;
}
.ti-sidebar .ti-widget-tollfree li i {
	font-size: 36px;
	padding-right: 15px;
}
.ti-sidebar .ti-widget .ti-widget-quote .form-control {
	border-radius: 0;
	margin-bottom: 20px;
	font-size: 12px;
}
.ti-sidebar .ti-widget .ti-widget-quote .btn {
	border-radius: 0;
	padding: 5px 35px;
}
/*--ti-mailchimp--*/ 
.ti-sidebar .ti-mailchimp-widget .btn {
	border-radius: 0;
	transition: all 0.3s ease 0s;
	padding: 5px 35px;
}
/*--ti-blog-post end--*/ 
.ti-sidebar .ti-widget .ti-blog-post {
	margin-bottom: 0;
	margin-top: 0 !important;
	overflow: hidden;
	padding-bottom: 20px;
}
.ti-sidebar .ti-widget .ti-post-area {
	display: block;
	float: left;
	margin-left: 0;
	margin-right: 15px;
}
.ti-sidebar .ti-widget .ti-blog-post .ti-post-area img {
	border-radius: 3px;
	display: block;
	height: 58px;
	max-width: 80px;
	transition: all 0.3s ease-in-out 0s;
}
.ti-sidebar .ti-widget .ti-blog-post h3 {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: -5px;
	word-wrap: break-word;
}
.ti-widget .ti-blog-post span {
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-right: 8px;
	font-style: italic;
}
/*--ti-blog-post end--*/ 
/*--calendar_wrap--*/ 
.ti-sidebar .ti-widget .calendar_wrap table {
	width: 100%;
	font-size: 11px;
}
.ti-sidebar .ti-widget .calendar_wrap table caption {
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 0;
	padding: 5px 12px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
.ti-sidebar .calendar_wrap table thead th {
	border-width: 1px;
	border-style: solid;
}
.ti-sidebar .calendar_wrap table tbody td:hover, .ti-sidebar .calendar_wrap table tbody #today:hover {
	transition: all 0.3s ease 0s;
}
.ti-sidebar .calendar_wrap table tfoot {
	border-width: 1px;
	border-style: solid;
}
.ti-sidebar .ti-widget .calendar_wrap table thead th {
	text-align: center;
	padding: 6px 0;
}
.ti-sidebar .ti-widget .calendar_wrap table tbody td {
	line-height: 2.5em;
	transition: background 0.15s ease 0s;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
.ti-sidebar .ti-widget .calendar_wrap table tfoot {
	font-size: 11px;
}
.ti-sidebar .ti-widget .calendar_wrap table tfoot tr td#prev {
	padding: 5px;
	text-transform: uppercase;
}
.ti-sidebar .ti-widget .calendar_wrap table tfoot tr td#next {
	padding: 5px;
	text-align: right;
	text-transform: uppercase;
}
/*--calendar_wrap end--*/ 
.ti-sidebar .ti-widget .textwidget select, .ti-sidebar .ti-widget .textwidget img {
	width: 100%;
}
/*----woocommerce footer-widget----*/
.ti-sidebar .ti-widget.widget_product_search .btn {
	padding: 2px 12px;
	height: 40px;
	border-radius: 0;
	margin-left: -1px;
}
/*----left-menu-widget----*/
.ti-sidebar .ti-left-menu-widget ul li {
	border-radius: 0;
	margin: 0;
	padding: 10px 20px;
}
.ti-sidebar .ti-left-menu-widget ul li:hover, .ti-sidebar .ti-left-menu-widget ul li.active {
	border-radius: 0 30px 30px 0;
}
/* --------------------------------------
=========================================
	6.ti-error page
=========================================
-----------------------------------------*/
.ti-error-404 h1 {
	font-size: 100px;
	line-height: 80px;
}
.ti-error-404 h1 i {
	padding: 5px;
	text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.17);
}
.ti-error-404 h4 {
	line-height: 40px;
}
.ti-error-404 p {
	line-height: 30px;
}
/* --------------------------------------
=========================================
	7.ti-footer
=========================================
-----------------------------------------*/
footer {
	background: url(images/footer-bg.jpg);
}
.ti-footer-top-area {
	padding: 30px 0;
	text-align: center;
}
footer .ti-footer-top-area h6 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 30px 0;
	position: relative;
}
.ti-footer-top-area .ti-widget-payment {
	padding: 0;
}
.ti-footer-top-area .ti-widget-payment a {
	margin-right: 5px;
}
.ti-footer-top-area .ti-app-widget .btn {
	padding: 2px 12px;
}
.ti-footer-top-area .ti-app-widget .btn > i {
	padding-right: 10px;
}
.ti-footer-top-area .ti-app-widget h5 a i {
	font-size: 26px;
}
footer .ti-footer-widget-area {
	padding-top: 50px;
}
footer .ti-widget {
	margin-bottom: 50px;
}
footer .ti-widget:nth-child(4n+1) {
	clear: both;
}
footer .consultup_contact_widget .col-md-12 {
	padding: 0;
}
footer .ti-widget .ti-subscribe:hover, footer .ti-widget .ti-subscribe:focus {
	transition: all 0.4s ease-in-out 0s;
}
footer .ti-search-widget .btn {
	padding: 1px 12px;
	border-radius: 0;
	height: 40px;
}
footer .ti-widget.widget_search .btn {
	border-width: 1px;
	border-style: solid;
	padding: 2px 12px;
	height: 40px;
	border-top-right-radius: 3px;
}
footer .ti-widget.widget_search .btn-default, footer .ti-widget.widget_search .btn-default:hover {
	background-color: initial;
}
footer .ti-widget.widget_search .btn:hover, footer .ti-widget.widget_search .btn:focus {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
footer .ti-widget h6 {
	font-size: 18px;
    font-weight: 600;
    border-width: 0;
    border-style: solid;
    margin-bottom: 50px;
    padding: 12px 0 0 0;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}
footer .ti-widget ul {
	padding: 0;
	list-style: none;
}
footer .ti-widget ul li {
	display: block;
	letter-spacing: 0.2px;
	line-height: 22px;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
	border-width: 0;
	border-style: solid;
}
footer .ti-widget ul li a:hover {
	transition: all 0.4s ease-in-out 0s;
}
footer .ti-widget ul li:first-child {
	padding-top: 0;
}
footer .ti-widget ul li:last-child {
	border-bottom: none;
}
footer .ti-widget ul li {
	margin: 0;
	padding: 6px 0;
	position: relative;
}
footer .ti-widget ul li a {
	transition: all 0.4s ease-in-out 0s;
}
footer .ti-widget ul li a:hover {
	padding-left: 10px;
}
footer .ti-widget .list-unstyled li:first-child {
	padding-top: 0;
}
footer .ti-widget .list-unstyled li {
	margin: 0;
	padding: 10px 0;
	position: relative;
}
footer .ti-widget .list-unstyled li {
	border-width: 0;
	border-style: solid;
}
footer .ti-widget .list-unstyled li :last-child {
	border-bottom: none;
}
footer .ti-widget .list-unstyled li a:hover {
	transition: all 0.4s ease-in-out 0s;
}
footer .ti-widget .list-unstyled li a {
	line-height: 25px;
	transition: all 0.4s ease-in-out 0s;
}
footer .ti-widget .list-unstyled li a:hover {
	padding-left: 10px;
}
footer .ti-widget .ti-twitter-feed li {
	margin: 2px 0;
	padding-bottom: 5px;
	padding-left: 20px;
	position: relative;
	border-bottom: none;
}
footer .ti-widget .ti-twitter-feed li::before {
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 0;
	content: "\f099";
}
footer .ti-widget .ti-twitter-feed li a {
	padding-right: 3px;
}
footer .ti-widget .ti-twitter-feed li a:hover {
	padding-left: 0px;
}
footer .ti-widget .ti-twitter-feed li .twitter-text {
	display: table;
}
footer .ti-widget .ti-twitter-feed li .date-twitter {
	font-size: 12px;
}
footer .ti-opening-hours {
	padding: 0 10px 0 0;
}
footer .ti-widget .ti-opening-hours li {
	padding: 6px 0;
}
footer .ti-widget .ti-opening-hours li:hover {
	cursor: pointer;
	transition: all 0.4s ease-in-out 0s;
}
footer .ti-widget .ti-opening-hours li i {
	font-size: 14px;
	padding-right: 10px;
}
footer .ti-widget .ti-widget-address li {
	border-bottom: 0;
}
footer .ti-widget .ti-widget-address li span.icon-addr {
	height: 30px;
	float: left;
	line-height: 28px;
	margin: 0 15px 8px 0;
	text-align: center;
	width: 30px;
	display: inline-block;
	border-radius: 10px;
}
footer .ti-widget .ti-widget-address li span.icon-addr i {
	font-size: 24px;
}
footer .ti-widget .ti-social {
	padding: 10px 0px;
}
footer .ti-widget .ti-social li {
	display: inline-block;
	margin-right: 5px;
	border-bottom: none;
}
footer .ti-widget .ti-social li a:hover {
	padding-left: 0;
}
footer .ti-widget .ti-social li span.icon-soci {
	border-width: 2px;
	border-style: solid;
	display: inline-block;
	float: left;
	height: 32px;
	line-height: 25px;
	margin: 8px;
	text-align: center;
	width: 32px;
	border-radius: 50%;
}
footer .ti-widget .ti-social li span.icon-soci:hover {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
footer .ti-widget .ti-social li span.icon-soci i {
	font-size: 16px;
}
footer .ti-widget .ti-widget-tags, footer .ti-widget .tagcloud {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
}
footer .ti-widget .ti-widget-tags a, footer .ti-widget .tagcloud a {
	cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 20px;
    margin: 0 5px 9px 0;
    padding: 6px 12px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 3px;
    text-transform: capitalize;
}
footer .ti-widget .ti-widget-tags a:hover, footer .ti-widget .tagcloud a:hover {
	transition: all 0.4s ease-in-out 0s;
}
footer .ti-widget .ti-widget-quote .form-control {
	background: rgba(0,0,0,0);
	border-radius: 0;
	margin-bottom: 20px;
	border: none;
	font-size: 12px;
	border-width: 0 0 1px;
	border-style: solid;
}
footer .ti-widget .ti-instagram li {
	display: inline-block;
	margin: -3px 0 0;
	border-radius: 2px;
	padding: 0;
	border-bottom: none;
}
footer .ti-widget .ti-instagram li a:hover {
	padding-left: 0px;
}
footer .ti-widget .ti-instagram li a img {
	width: 75px;
	height: 75px;
	border-radius: 2px;
}
footer .ti-widget .ti-instagram li a img:hover {
	opacity: 0.7;
}
footer .ti-widget-tollfree {
	margin-bottom: 30px;
}
footer .ti-widget-tollfree li {
	font-size: 20px;
}
footer .ti-widget-tollfree li i {
	font-size: 36px;
	padding-right: 15px;
}
footer .ti-widget-payment a {
	font-size: 30px;
}
footer .ti-widget .calendar_wrap table {
	width: 100%;
	font-size: 11px;
}
footer .ti-widget .calendar_wrap table caption {
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 0;
	padding: 5px 12px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
footer .ti-widget .calendar_wrap table thead th {
	text-align: center;
	padding: 6px 0;
	border-width: 1px;
	border-style: solid;
}
footer .ti-widget .calendar_wrap table tbody td {
	line-height: 2.5em;
	transition: background 0.15s ease 0s;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
footer .calendar_wrap table tbody #today:hover {
	transition: all 0.3s ease 0s;
}
footer .calendar_wrap table tbody td:hover {
	transition: all 0.3s ease 0s;
}
footer .ti-widget .calendar_wrap table tfoot {
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
}
footer .ti-widget .calendar_wrap table tfoot tr td#prev {
	padding: 5px;
	text-transform: uppercase;
}
footer .ti-widget .calendar_wrap table tfoot tr td#next {
	padding: 5px;
	text-align: right;
	text-transform: uppercase;
}
footer .ti-widget .textwidget select, footer .ti-widget .textwidget img {
	width: 100%;
}
footer .ti-widget img.size-large {
	width: 100%;
	height: auto;
}

footer .ti-blog-post {
	margin-bottom: 0;
	margin-top: 0;
	overflow: hidden;
	padding-bottom: 20px;
}
footer .ti-post-area {
	display: block;
	float: left;
	margin-left: 0;
	margin-right: 15px;
}
footer .ti-blog-post .ti-post-area img {
	border-radius: 3px;
	display: block;
	height: 58px;
	max-width: 80px;
	transition: all 0.3s ease-in-out 0s;
}
footer .ti-blog-post h3 {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: -5px;
	word-wrap: break-word;
}
footer .ti-blog-post span {
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-right: 8px;
	font-style: italic;
}
footer .ti-widget .form-control {
	border-width: 2px;
	border-style: solid;
	background: rgba(0,0,0,0);
}
footer .ti-widget .form-control:hover, footer .ti-widget .form-control:focus {
	border-width: 2px;
	border-style: solid;
}
/*----woocommerce footer-widget----*/
footer .ti-widget.widget_product_search .btn {
	padding: 2px 12px;
	height: 40px;
	border-radius: 0;
	margin-left: -1px;
}
footer .ti-widget .input-group-btn .btn {
	border-radius: 0;
	padding: 5px 35px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
/*----contactform footer-widget----*/
footer .ti-widget .wpcf7-form .wpcf7-form-control {
	margin-bottom: -20px;
}
footer .ti-widget .wpcf7-form .wpcf7-textarea {
	height: 80px;
}
footer .ti-footer-copyright {
	padding: 25px 0 5px;
}
footer .ti-footer-copyright p, footer .ti-footer-copyright a {
	font-size: 13px;
	line-height: 45px;
}
footer .ti-social {
	padding: 0px;
	margin: 0;
}

footer .ti-social li {
	display: inline-block;
	margin-right: 5px;
	border-bottom: none;
}
footer .ti-social li a:hover {
	padding-left: 0;
}
footer .ti-social li span.icon-soci {
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 35px;
	margin: 0;
	text-align: center;
	width: 35px;
}
footer .i-social li span.icon-soci:hover {
	transition: all 0.4s ease-in-out 0s;
}
footer .ti-social li span.icon-soci i {
	font-size: 14px;
}
footer .ti-social-navigation .icon {
    top: -8px;
}
footer .ti-social {
	padding: 0px;
	margin: 0;
}
/* --------------------------------------
=========================================
	8.ti-scroll
=========================================
-----------------------------------------*/
.ta_upscr {
	bottom: 2%;
	display: none;
	height: 40px;
	opacity: 1;
	overflow: hidden;
	position: fixed;
	right: 10px;
	text-align: center;
	width: 40px;
	z-index: 9999;
	border-radius: 50px;
	border-width: 2px;
	border-style: solid;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.ta_upscr:hover {
	opacity: 1;
}
.ta_upscr i {
	font-size: 16px;
    line-height: 40px;
}
.ta_upscr:hover, .ta_upscr:focus {
	border-width: 2px;
	border-style: solid;
	transition: all 0.3s ease 0s;
}
/* -------- animation --------*/
@keyframes ta_home_slider_title {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, 0, 0, 1);
    opacity: 0;
  }
  1.78% {
    transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -56.546, 0, 0, 1);
  }
  3.56% {
    transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -29.862, 0, 0, 1);
  }
  5.34% {
    transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -14.497, 0, 0, 1);
  }
  7.06% {
    transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -6.399, 0, 0, 1);
  }
  7.12% {
    transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -6.216, 0, 0, 1);
  }
  10.51% {
    transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -0.353, 0, 0, 1);
    opacity: 1;
  }
  10.68% {
    transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -0.243, 0, 0, 1);
  }
  14.01% {
    transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 0.576, 0, 0, 1);
  }
  14.24% {
    transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 0.577, 0, 0, 1);
  }
  17.46% {
    transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 0.398, 0, 0, 1);
  }
  31.36% {
    transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.002, 0, 0, 1);
  }
  36.48% {
    transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1);
  }
  44.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes ta_home_slide_img {
  0% {
    opacity: .4;
  }
  12% {
    opacity: .55;
  }
  24% {
    opacity: .65;
  }
  36% {
    opacity: .75;
  }
  100% {
    opacity: 1;
  }
}



/*----woocommerce----*/
/* woocommerce v2.3.5 */
*:focus {
	outline: 0;
}
.woocommerce h2 {
	font-size: 22px;
}
.woocommerce h3 {
	font-size: 20px;
}
/*----product----*/
.woocommerce .products span.onsale, .woocommerce span.onsale {
	border-radius: 0;
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
	margin: 4px !important;
	min-height: 10px;
	padding: 0 12px;
	z-index: 999;
}
.woocommerce span.onsale {
	margin: 10px !important;
}
.woocommerce ul.products li.product {
	text-align: center;
	padding-bottom: 20px;
	transition: all 0.4s ease 0s;
	border-radius: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
}
.woocommerce ul.products li.product:hover {
	
}
.woocommerce ul.products li.product a img:hover {
	opacity: 0.6;
}
.woocommerce-page .woocommerce-ordering select {
	padding: 12px 15px 12px 10px;
	color: #A0A0A0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
}
.woocommerce-page .products .product > a:first-child {
	position: relative;
	text-align: center;
	display: block;
}
.woocommerce-page .products a.button {
	display: inline-block;
	text-align: center;
	padding: 18px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
	border: none;
	font-weight: bold;
	font-size: 12px;
	margin: 0 auto !important;
}
.woocommerce-page .products a.button:hover {
	box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.woocommerce-page .products h3 {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	float: none;
	width: auto;
	margin: 0;
}
.woocommerce-page .products .star-rating {
	position: relative;
	margin: 0 auto;
}
.woocommerce-page .products a .price {
	line-height: 20px;
	width: 100%;
	float: left;
	height: auto;
	min-height: 40px;
	text-align: center;
	padding: 10px 0;
}
.woocommerce-page .products a .price del {
	display: inline-block !important;
	line-height: 20px;
}
.woocommerce-page .products a .price ins {
	display: inline-block;
	font-weight: bold;
	background: none;
	line-height: 20px;
	margin-left: 10px;
}
.woocommerce-page .products .added_to_cart {
	display: inline-block;
	text-align: center;
	padding: 10px 20px 10px 20px;
	border-radius: 4px;
	border: none;
	font-size: 12px;
	margin: 0;
}
.woocommerce-page .woocommerce-result-count {
	float: left;
	font-size: 14px;
	line-height: 46px;
	margin-top: 20px;
}
.woocommerce-page .woocommerce-ordering {
	float: right;
	margin-top: 20px;
}
.woocommerce-page .product-type-simple {
	position: relative;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size: inherit;
}
footer .ti-widget .woocommerce ul.cart_list li img, footer .ti-widget .woocommerce ul.product_list_widget li img {
	margin-top: 7px;
}
/*woocommerce-tabs*/
.tabs.wc-tabs {
	text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-width: 0 0 1px 0;
	border-style: solid;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	background: transparent;
	border: none;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 22px;
	line-height: 25px;
}
.related.products {
	text-align: center;
}
.related.products h2 {
	font-size: 26px;
	line-height: 40px;
}
/*woocommerce-form*/
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	height: 40px;
	margin-bottom: 20px;
	border: 2px solid #ebebeb;
	color: #ccc;
	border-radius: 0px;
	padding: 6px 12px;
}
.select2-container .select2-choice {
	height: 40px;
	padding: 6px 12px;
}
/*woocommerce-cart*/
.woocommerce table.shop_table {
	border-radius: 0;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	float: none;
	line-height: 30px;
	padding: 5px 35px;
	border-radius: 4px;
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
	box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	line-height: 30px;
	padding: 5px 35px;
	border-radius: 4px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	border-radius: 3px;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	min-width: 110px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.16);
}
/*woocommerce-messages*/
.woocommerce-page .woocommerce-message {
	margin: 0px 0 40px;
	border-radius: 3px;
	list-style: none;
}
.woocommerce-page .woocommerce-message a {
	padding: 6px 14px;
	font-size: 12px;
}
.woocommerce-page .woocommerce-error {
	list-style: none;
	padding: 10px 0 10px 50px;
	margin: 0px 0 40px;
	border-radius: 3px;
	border: none;
	float: left;
	width: 100%;
}
.woocommerce-page .woocommerce-error a {
	padding: 6px 14px;
	font-size: 12px;
}
.woocommerce-page .woocommerce-info {
	list-style: none;
	padding: 0;
	margin: 0px 0 40px;
	border-radius: 3px;
	border: none;
	float: left;
	width: 100%;
	margin-top: 25px !important;
}
.woocommerce-page .woocommerce-info a {
	padding: 6px 14px;
	font-size: 12px;
}
.woocommerce-page .woocommerce-info {
	float: left;
	text-align: left;
	padding-top: 30px;
}
.woocommerce-page .woocommerce .woocommerce-info {
	border-radius: 3px;
	border: none;
	padding: 15px 0 15px 50px;
	margin-bottom: 40px;
}
.woocommerce-page .woocommerce .woocommerce-info a {
	opacity: 0.9;
}
/*woocommerce-pagination*/
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	float: left;
	line-height: 40px;
	margin: 6px;
	padding: 0;
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
/*woocommerce-price-filter*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #1a2128;
}
/* --------------------------------------
=========================================
	9.ti-Responsive part
=========================================
-----------------------------------------*/
@media (max-width: 992px) {
.ti-trhead, .ti-headwidget.trans {
	position: relative;
}
}
@media (max-width: 767px) {
.ti-calltoaction {
	text-align: center;
}
.ti-calltoaction .btn {
	margin-bottom: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.navbar-header {
	float: none;
}
}
 @media only screen and (min-width: 240px) and (max-width: 460px) {
.ti-footer-top-area .ti-app-widget .btn {
	margin-top: 10px;
}
#ti-slider .slide-caption.slide-left {
	float: none;
	text-align: center;
}
#ti-slider .slide-caption.slide-right {
	float: none;
	text-align: center;
}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
/* Top Details*/
.ti-head-detail .info-left {
	float: none;
	text-align: center;
	margin: 10px 0 17px;
	float: none;
}
.ti-head-detail .info-right {
	float: none;
	text-align: center;
	margin: 10px 0 17px;
	float: none;
}
/* logo*/
.navbar-default .navbar-brand {
	margin: 0 auto;
	text-align: center;
}
.navbar-wp .navbar-nav > li > a {
	padding: 12px;
}
.navbar-wp .navbar-nav > li > a:hover, .navbar-wp .navbar-nav > li > a:focus {
	z-index: 8;
}
.navbar-wp .ti-search-box {
	float: left;
}
.ti-search {
	margin: 0 auto;
}
.ti-plans .ti-plan.active {
	transform: scale(1);
}
.ti-callout-inner .btn {
	margin: 20px auto;
}
}
@media screen and (min-width: 240px) and (max-width: 1024px) {
.ti-slider-inner {
}
.ti-prosses-inner::after {
	border: none;
}
}
@media screen and (min-width: 240px) and (max-width: 1179px) {
.boxed {
	width: auto;
}
.ti-slider-inner p {
	width: auto;
}
}
@media screen and (min-width: 530px) and (max-width: 1024px) {
/*--------------- ti-slider ---------------*/
.ti-slider-inner {
	min-width: auto !important;
	width: auto !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.navbar-toggle {
	display: block;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-collapse.collapse.in {
	display: block !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
#ti-slider .slide-caption h1 {
	font-size: 200%;
}
#ti-slider .slide-caption .description p {
	font-size: 14px;
}
#ti-slider .slide-caption {
	margin: 0 auto;
}
}

@media screen and (min-width: 240px) and (max-width: 767px) {
/*--------------- ti-slider ---------------*/
.navbar-wp .navbar-nav > li > a {
	padding: 10px 16px;
}
.navbar-wp .navbar-nav>.active>a, .navbar-wp .navbar-nav>.active>a:hover, .navbar-wp .navbar-nav>.active>a:focus {
	border-bottom: none;
}
.navbar-wp .navbar-nav > a, .navbar-wp .navbar-nav> a:hover, .navbar-wp .navbar-nav a:focus {
	border-bottom: none;
}
.ti-headwidget .navbar-collapse.in {
    margin-top: 50px;
}
.ti-headwidget .navbar-toggle {
    margin: 10px auto;
}
.ti-headwidget .navbar-wp .navbar-nav > li> a {
    padding: 12px 16px;
}
.ti-trhead.conte .navbar-wp .navbar-nav > li > a {
    padding: 15px 16px;
}
.ti-slider-warraper #ti-slider .item img {
    width: 100%;
    min-height: auto;
}
.ti-slider-inner {
	min-width: auto !important;
	width: auto !important;
}
#ti-slider .slide-caption h1 {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0;
}
#ti-slider .slide-caption {
	width: 85%;
	margin: 0 auto;
}
#ti-slider .slide-caption .description p {
	font-size: 12px;
}
#ti-slider .slide-caption .description {
	font-size: 100%;
	line-height: 1em;
	margin: 0 auto;
	width: 100%;
}
.ti-slider-warraper .owl-controls .owl-buttons div {
	width: 30px;
	height: 30px;
	font-size: 200%;
	line-height: 10px;
	border-width: 2px;
	border-style: solid;
}
.ti-slider-warraper .owl-controls .owl-buttons .owl-prev i {
    margin-left: 0;
}
#services .ti-service.two {
    margin: 0;
}
/*--------------- ti-callout text---------------*/
.ti-callout .ti-callout-inner {
	width: 85%;
}
.ti-callout h3 {
	font-size: 40px;
	line-height: 50px;
}
.ti-callout .ti-callout-inner.text-left, .ti-callout .ti-callout-inner.text-right {
	float: none;
}
.ti-sidebar {
	margin: 20px 0 0 0;
}
.text-xs {
	text-align: center;
}
.text-center-xs {
	text-align: center;
}
}

/* WordPress Core*/
/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
/*Contact Form 7*/
.wpcf7-form { margin-bottom: 50px; }
.wpcf7-form label {display: block;}
.wpcf7-textarea {
    height: 200px;
}
.commentlist .bypostauthor {}
.commentlist li ul.children li.bypostauthor {}
.sticky{}