/*
 @Author: Company Name
 @URL: http://companyname.com
 This file contains the styling for the actual theme, this
 is the file you need to edit to change the look of the
 theme.
 However we used Less script to make things easy to maintain, this is the compressed ourput, we recommend to edit the less files and then recombile the files and add the result here, if you don't like to use less you can edit this file here.
 
 This files contents are outlined below.
 01.	Theme Reset Style
 02.	Global Elements
 03.	Menu
 04.	Social
 05.	Article
 06.	Posts
 07.	Responsive
 08.	Widgets
 09.	Flexslider
 10.	Grid
*/

/* =============================================
			Theme Reset Style
============================================= */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Work+Sans:300,400,500,600,700);

* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    height: 100%;
    position: relative;
}

body {
    background: #fff;
    color: #919191;
    font: 400 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #333;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 8px;
    text-transform: capitalize;
}

h1 { font-size: 48px; }

h2 { font-size: 36px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 16px; }

h6 { font-size: 14px; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: #333; }

p a { }

p a:hover { text-decoration: underline; }

p {
    letter-spacing: normal;
    line-height: 20px;
    margin: 0 0 20px;
}

a { text-decoration: none; }

a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
}

ul { margin: 0; }

figure {
    margin-bottom: 6px;
    position: relative;
}

img {
    height: auto;
    max-width: 100%;
}

strong { color: #414141; }

iframe {
    border: none;
    float: left;
    width: 100%;
}

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor { }

.wp-caption.alignleft,
.wp-caption.alignnone { width: 100%; }

button { border: none; }

textarea,
select,
.tg-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    border: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 18px;
    outline: none;
    padding: 10px 18px;
    vertical-align: top;
    width: 100%;
}

.form-group {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}

.form-control::-moz-placeholder {
    color: #999;
    text-transform: capitalize;
}

input:focus,
.tg-select select:focus,
.form-control:focus {
    border-color: #000;
    box-shadow: none !important;
    color: #999;
}

/*======================
		 Select 		
======================*/

.tg-select {
    background: #fff;
    border-radius: 5px;
    color: #999;
    float: left;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.tg-select:after {
    color: #999;
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 6px;
    margin: -3px 0 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 50%;
    width: 8px;
    z-index: 1;
}

.tg-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    color: #999;
    height: 40px;
    line-height: 20px;
    padding: 10px 15px;
    position: relative;
    text-transform: capitalize;
    width: 100%;
    z-index: 2;
}

.tg-select select option { color: #999; }

/*======================
		CheckBox		
======================*/

.tg-radio,
.tg-radio label,
.tg-checkbox,
.tg-checkbox label {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
}

.tg-radio label,
.tg-checkbox label {
    cursor: pointer;
    display: block;
    padding: 0 0 0 20px;
}

.tg-radio input[type=radio],
.tg-checkbox input[type=checkbox] { display: none; }

.tg-radio input[type=radio] + label:before,
.tg-checkbox input[type=checkbox] + label:before {
    color: #999;
    content: '\f096';
    font-family: 'FontAwesome';
    font-size: 14px;
    left: 0;
    line-height: 12px;
    position: absolute;
    top: 4px;
}

.tg-radio input[type=radio] + label:before,
.tg-radio input[type=radio]:checked + label:before {
    color: #333;
    content: '\f10c';
}

.tg-radio input[type=radio]:checked + label,
.tg-radio input[type=radio]:checked + label:before {
    color: #333;
    content: '\f192';
}

.tg-checkbox input[type=checkbox]:checked + label:before { content: '\f046'; }

.tg-accordion .tg-radio input[type=radio] + label:before,
.tg-accordion .tg-radio input[type=radio]:checked + label:before { display: none; }

/*==========================
		IOS CheckBox		
==========================*/

.tg-iosstylcheckbox {
    float: right;
    position: relative;
    width: 80px;
}

.tg-iosstylcheckbox input[type=checkbox],
.tg-iosstylcheckbox input[type=checkbox]:active { display: none; }

.tg-iosstylcheckbox label {
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tg-iosstylcheckbox label:before {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #d5d5d5;
    content: '\f204';
    display: block;
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 1;
}

.tg-iosstylcheckbox label:after {
    color: #919191;
    content: attr(data-disable);
    display: block;
    font-size: 13px;
    height: 100%;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: nowrap;
    width: 100%;
    z-index: 0;
}

.tg-iosstylcheckbox input[type=checkbox]:checked + label:before { content: '\f205'; }

.tg-iosstylcheckbox input[type=checkbox]:checked + label:after {
    color: #333;
    content: attr(data-enable);
}

/*=======================
	IOS Style CheckBox
=======================*/

/* .tg-iosstylcheckbox{
	width:24px;
	float:right;
	margin: 3px 0;
	position:relative;
}
.tg-iosstylcheckbox input[type=checkbox],
.tg-iosstylcheckbox input[type=checkbox]:active {display:none;}
.tg-iosstylcheckbox label {
	margin:0;
	width: 100%;
	height: 14px;
	display: block;
	overflow:hidden;
	cursor: pointer;
	position: relative;
	border: 1px solid #484848;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.tg-iosstylcheckbox label:before {
	top: -1px;
	left: -1px;
	z-index: 1;
	height: 14px;
	width: 14px;
	content: '';
	display: block;
	position: absolute;
	background: #fff;
	border: 1px solid #484848;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.tg-iosstylcheckbox input[type=checkbox]:checked + label:before {
	left: calc(100% - 13px);
	border-color: transparent;
}
 */











label {
    color: #414141;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

form p {
    float: left;
    position: relative;
    width: 100%;
}

form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}

option { padding: 5px 15px; }

li {
    line-height: 28px;
    list-style: disc inside none;
}

ul ul { margin-left: 20px; }

ol {
    float: none;
    list-style: decimal;
    padding-left: 15px;
}

ol ol { margin-left: 20px; }

ol li {
    list-style: decimal;
    width: 100%;
}

table {
    background-color: transparent;
    max-width: 100%;
}

th { text-align: left; }

table {
    margin-bottom: 15px;
    width: 100%;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    border: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    line-height: 2.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}

table thead tr th {
    border-top: 1px solid #d2d2d2;
    text-align: center;
    text-transform: capitalize;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td { border-top: 1px solid #d2d2d2; }

table > thead > tr > th {
    border-bottom: 2px solid #d2d2d2;
    vertical-align: bottom;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td { border-bottom: 0; }

table > tbody + tbody { border-top: 2px solid #d2d2d2; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td { padding: 6px 10px; }

p ins { color: #999; }

dl dd { margin-left: 20px; }

address { font-style: italic; }

/*==============================================
			Global Elements						
==============================================*/

.tg-haslayout {
    float: left;
    width: 100%;
}

.tg-main-section { padding: 100px 0; }

.tg-locationmap {
    float: left;
    height: 260px;
    width: 100%;
}

.tg-btn-sm {
    line-height: 30px;
    padding: 0 15px;
}

.tg-btn {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font: 400 14px/40px 'Work Sans', Arial, Helvetica, sans-serif;
    overflow: hidden;
    padding: 0 40px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    z-index: 3;
}

.tg-btn:before,
.tg-btn:after {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.tg-btn:after {
    background: rgba(0, 0, 0, 0.10);
    opacity: 0;
    visibility: hidden;
}

.tg-btn:hover,
.tg-btn:focus { color: #fff; }

.tg-btn:hover:after {
    opacity: 1;
    visibility: visible;
}

.tg-btn-lg { width: 100%; }

.tg-socialicons {
    line-height: 30px;
    list-style: none;
    overflow: hidden;
    text-align: center;
}

.tg-socialicons li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 0 4px;
}

.tg-socialicons li a {
    background: #000;
    border-radius: 30px;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 30px;
}

.tg-inputwithicon.tg-facebook .tg-icon,
.tg-checkbox.tg-facebook,
li.tg-facebook a { background: #3b5999; }

.tg-inputwithicon.tg-twitter .tg-icon,
.tg-checkbox.tg-twitter,
li.tg-twitter a { background: #55acee; }

.tg-inputwithicon.tg-linkedin .tg-icon,
.tg-checkbox.tg-linkedin,
li.tg-linkedin a { background: #0077B5; }

.tg-inputwithicon.tg-skype .tg-icon,
.tg-checkbox.tg-skype,
li.tg-skype a { background: #00aff0; }

.tg-checkbox.tg-dropbox,
li.tg-dropbox a { background: #007ee5; }

.tg-checkbox.tg-vimeo,
li.tg-vimeo a { background: #1ab7ea; }

.tg-checkbox.tg-tumblr,
li.tg-tumblr a { background: #34465d; }

.tg-checkbox.tg-yahoo,
li.tg-yahoo a { background: #410093; }

.tg-inputwithicon.tg-googleplus .tg-icon,
.tg-checkbox.tg-googleplus,
li.tg-googleplus a { background: #dd4b39; }

.tg-inputwithicon.tg-pinterestp .tg-icon,
.tg-checkbox.tg-pinterestp,
li.tg-pinterestp a { background: #bd081c; }

.tg-checkbox.tg-youtube,
li.tg-youtube a { background: #cd201f; }

.tg-checkbox.tg-stumbleupon,
li.tg-stumbleupon a { background: #eb4924; }

.tg-checkbox.tg-reddit,
li.tg-reddit a { background: #ff5700; }

.tg-checkbox.tg-quora,
li.tg-quora a { background: #b92b27; }

.tg-checkbox.tg-yelp,
li.tg-yelp a { background: #af0606; }

.tg-checkbox.tg-soundcloud,
li.tg-soundcloud a { background: #ff3300; }

.tg-checkbox.tg-whatsapp,
li.tg-whatsapp a { background: #25d366; }

.tg-checkbox.tg-wechat,
li.tg-wechat a { background: #09b83e; }

.tg-checkbox.tg-instagram,
li.tg-instagram a { background: #e4405f; }

.tg-checkbox.tg-dribbble,
li.tg-dribbble a { background: #ea4c89; }

.tg-checkbox.tg-flickr,
li.tg-flickr a { background: #ff0084; }

.tg-checkbox.tg-rss,
li.tg-rss a { background: #ff6600; }



.tg-socialicons li a i {
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.tg-socialicons li a:hover { color: #fff; }

.tg-roundicontext .tg-usericonholder {
    display: block;
    font-style: normal;
    overflow: hidden;
    width: 150px;
}

.tg-roundicontext i,
.tg-roundicontext span {
    float: left;
    font-size: 13px;
    line-height: 30px;
}

.tg-roundicontext:focus,
.tg-roundicontext:hover { color: #fff; }

.tg-rss .tg-roundicontext:hover { width: 63px; }

.tg-yelp .tg-roundicontext:hover,
.tg-flickr .tg-roundicontext:hover { width: 70px; }

.tg-skype .tg-roundicontext:hover { width: 78px; }

.tg-vimeo .tg-roundicontext:hover,
.tg-yahoo .tg-roundicontext:hover,
.tg-reddit .tg-roundicontext:hover,
.tg-quora .tg-roundicontext:hover { width: 80px; }

.tg-googleplus .tg-roundicontext:hover { width: 85px; }

.tg-tumblr .tg-roundicontext:hover { width: 86px; }

.tg-linkedin .tg-roundicontext:hover { width: 87px; }

.tg-wechat .tg-roundicontext:hover { width: 90px; }

.tg-twitter .tg-roundicontext:hover,
.tg-dropbox .tg-roundicontext:hover { width: 94px; }

.tg-youtube .tg-roundicontext:hover,
.tg-dribbble .tg-roundicontext:hover { width: 96px; }

.tg-facebook .tg-roundicontext:hover { width: 100px; }

.tg-instagram .tg-roundicontext:hover { width: 104px; }

.tg-whatsapp .tg-roundicontext:hover { width: 106px; }

.tg-soundcloud .tg-roundicontext:hover { width: 116px; }

.tg-pinterestp .tg-roundicontext:hover,
.tg-stumbleupon .tg-roundicontext:hover { width: 126px; }







.tg-verticalmiddle {
    display: inline-block;
    float: none !important;
    margin: 0 -1px;
    vertical-align: middle;
}

.tg-description {
    float: left;
    width: 100%;
}

.tg-bglight { background: #f7f7f7; }

.tg-bgdark { background: #373542; }

.tg-stars span,
.tg-stars {
    float: left;
    height: 16px;
    line-height: 16px;
    position: relative;
    width: 100px;
}

.tg-stars span:after,
.tg-stars:before {
    color: rgba(218, 218, 218, .8);
    content: '\f005 \f005 \f005 \f005 \f005';
    font-family: 'FontAwesome';
    font-size: 16px;
    left: 0;
    letter-spacing: 4px;
    line-height: 16px;
    position: absolute;
    top: 0;
}

.tg-stars span {
    overflow: hidden;
    width: 100%;
}

.tg-stars span:after { color: #fdd003; }

.row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.no-gutters > [class^="col-"],
.no-gutters > [class*="col-"],
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.tg-columnpadding { padding: 0 10px; }

/*==============================================
			Theme Pagination					
==============================================*/

.tg-pagination {
    float: left;
    font: 13px/30px 'Work Sans', Arial, Helvetica, sans-serif;
    padding: 30px 0 0;
    width: 100%;
}

.tg-pagination ul {
    float: left;
    line-height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.tg-pagination ul li {
    background: #f8f8f8;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    list-style-type: none;
    margin: 0 3px;
    vertical-align: top;
    width: 30px;
}

.tg-pagination ul li a {
    color: #484848;
    display: block;
    line-height: 30px;
    position: relative;
    text-align: center;
}

.tg-pagination ul li.tg-nextpage a,
.tg-pagination ul li.tg-prevpage a {
    background: #484848;
    color: #fff;
}

.tg-pagination ul li.tg-prevpage a { border-radius: 3px 0 0 3px; }

.tg-pagination ul li.tg-nextpage a { border-radius: 0 3px 3px 0; }

.tg-pagination ul li.tg-nextpage a i,
.tg-pagination ul li.tg-prevpage a i {
    display: block;
    line-height: 30px;
}

.tg-pagination ul li.tg-active a,
.tg-pagination ul li a:hover,
.tg-pagination ul li.tg-nextpage a:hover,
.tg-pagination ul li.tg-prevpage a:hover,
.tg-pagination ul li.tg-nextpage a:hover i,
.tg-pagination ul li.tg-prevpage a:hover i { color: #fff; }

/*==============================================
			Theme BreadCrumb					
==============================================*/

.tg-breadcrumb {
    color: #aaa;
    float: right;
    font: 14px/20px 'Work Sans', Arial, Helvetica, sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    text-transform: capitalize;
}

.tg-breadcrumb li {
    color: #aaa;
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 0 15px;
    position: relative;
    width: auto;
}

.tg-breadcrumb li:after {
    content: '/';
    left: -3px;
    position: absolute;
    top: 0;
}

.tg-breadcrumb li:last-child { padding: 0 0 0 15px; }

.tg-breadcrumb li:first-child:after { display: none; }

.tg-breadcrumb li a { display: block; }

.tg-themedropdown { position: relative; }

.tg-btndropdown {
    background: rgba(0, 0, 0, 0.20);
    color: #919191;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 16px;
    padding: 17px;
    text-transform: capitalize;
    width: 100%;
}

.tg-btndropdown:hover,
.tg-btndropdown:focus { color: #fff; }

.tg-btndropdown em,
.tg-btndropdown span,
.tg-btndropdown i {
    float: left;
    font-style: normal;
    line-height: inherit;
}

.tg-btndropdown span,
.tg-btndropdown i { color: #fff; }

.tg-btndropdown em { padding: 3px 0 2px; }

.tg-btndropdown em img { display: block; }

.tg-btndropdown span { padding: 0 20px 0 10px; }

.tg-btndropdown i {
    line-height: 6px;
    padding: 6px 0 4px;
}

.tg-dropdownmenu {
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.10);
    font-size: 13px;
    left: 0;
    line-height: 16px;
    list-style: none;
    opacity: 0;
    position: absolute;
    text-transform: capitalize;
    top: 80px;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}

.tg-dropdownmenu > li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    width: 100%;
}

.tg-dropdownmenu > li + li { border-top: 1px solid #eaeaea; }

.tg-dropdownmenu > li > a {
    color: #333;
    float: left;
    line-height: inherit;
    padding: 10px 10px 10px 15px;
    position: relative;
    width: 100%;
}

.tg-dropdownmenu > li > a:before {
    background: #484848;
    content: '';
    font-size: inherit;
    height: 0;
    left: 0;
    line-height: inherit;
    position: absolute;
    top: 0;
    width: 4px;
}

.tg-dropdownmenu > li.tg-active > a:before,
.tg-dropdownmenu > li > a:hover:before { height: 100%; }

.tg-dropdownmenu > li.tg-active a,
.tg-dropdownmenu > li > a:hover { background: #f7f7f7; }

.tg-dropdownmenu li a em,
.tg-dropdownmenu li a span {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle;
}

.tg-dropdownmenu li a em { padding: 2px 5px 0 0; }

.tg-dropdownmenu li a em img { display: block; }

.tg-themedropdown.open .tg-dropdownmenu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.tg-themescrollbar {
    float: left;
    height: 450px;
    overflow: hidden;
    width: 100%;
}

.mCSB_scrollTools { width: 3px; }

.mCSB_inside > .mCSB_container { margin-right: 14px; }

.mCSB_scrollTools .mCSB_draggerRail {
    background: #ddd;
    border-radius: 0;
    float: right;
    width: 3px;
}

.tg-categoreyaccordion .mCSB_scrollTools .mCSB_draggerRail { background: #1f1f1f; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { border-radius: 0; }

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { opacity: 1 !important; }

.mCSB_scrollTools { overflow: hidden; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background: #a5a5a5; }

.tg-formtheme {
    float: left;
    position: relative;
    width: 100%;
}

.tg-formtheme fieldset {
    border: 0;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.tg-formtheme fieldset .form-control,
.tg-formtheme fieldset .tg-select select {
    border: 0;
    position: relative;
}

.tg-inputwithicon { position: relative; }

.tg-inputwithicon .tg-icon {
    color: #999;
    cursor: pointer;
    display: block;
    margin: -7px 0 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 50%;
    width: 14px;
    z-index: 2;
}

.tg-inputwithicon .tg-icon.fa-angle-down {
    height: 6px;
    line-height: 6px;
    margin: -3px 0 0 0;
    top: 50%;
    width: 8px;
}

.tg-inputwithicon .tg-icon.fa-crosshairs { right: 35px; }

.tg-btns {
    float: left;
    width: 100%;
}

.tg-btns .tg-btn { float: left; }

.tg-btns .tg-btn + .tg-btn { margin: 0 0 0 20px; }

.tg-sectionhead {
    float: left;
    text-align: center;
    width: 100%;
}

.tg-sectiontitle {
    float: left;
    margin: 0 0 30px;
    padding: 0 0 50px;
    position: relative;
    text-align: center;
    width: 100%;
}

.tg-sectiontitle:before {
    border-bottom: 1px solid #ddd;
    bottom: 15px;
    content: '';
    left: 50%;
    margin: 0 0 0 -85px;
    position: absolute;
    width: 170px;
}

.tg-sectiontitle:after {
    background: #fff;
    border-radius: 50px;
    bottom: 0;
    content: '\f041';
    display: block;
    font-family: 'FontAwesome';
    font-size: 14px;
    height: 30px;
    left: 50%;
    line-height: 30px;
    margin: 0 0 0 -15px;
    position: absolute;
    text-align: center;
    width: 30px;
}

.tg-bglight .tg-sectiontitle:after { background: #f7f7f7; }

.tg-sectiontitle h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
}

.tg-sectionhead .tg-description { padding: 0 0 35px; }

.tg-sectionhead .tg-description p { margin: 0 }

.tg-themetag {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    padding: 0 13px;
    position: relative;
}

.tg-themetag i,
.tg-themetag em {
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
}

.tg-themetag em { padding: 0 0 0 5px; }

.tg-themetag:before,
.tg-themetag:after {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.tg-themetag:after {
    background: rgba(0, 0, 0, 0.10);
    opacity: 0;
    visibility: hidden;
}

.tg-themetag:hover { color: #fff; }

.tg-themetag:hover:after {
    opacity: 1;
    visibility: visible;
}

.tg-heart {
    border-radius: 50%;
    color: #fff;
    float: right;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 25px;
}

.tg-heart:before,
.tg-heart:after {
    border-radius: 50%;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.tg-heart:before { background: #ddd; }

.tg-heart:after {
    background: rgba(0, 0, 0, 0.10);
    opacity: 0;
    visibility: hidden;
}

.tg-heart:hover:after {
    opacity: 1;
    visibility: visible;
}

.tg-heart i.fa {
    color: #fff;
    display: block;
    font-size: 10px;
    padding: 8px 0;
}

.tg-dropdowarrow {
    background: #484848;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 8px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 5px;
    width: 20px;
    z-index: 5;
}

.tg-dropdowarrow i {
    display: block;
    font-size: 8px;
    line-height: inherit;
}

.tg-open > .tg-dropdowarrow i:before { content: '\e874'; }

.tg-themeliststyle {
    float: left;
    line-height: 17px;
    list-style: none;
    margin: -8px 0;
    width: 100%;
}

.tg-themeliststyle li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    margin: 8px 0;
    padding: 0 0 0 15px;
    position: relative;
    width: 100%;
}

.tg-themeliststyle li:before {
    border-radius: 50%;
    content: '';
    left: 0;
    line-height: inherit;
    position: absolute;
    top: 0;
}

.tg-themeliststyletick li {
    margin: 6px 0 0;
    padding: 0 0 0 20px;
}

.tg-themeliststyletick li:before {
    color: #919191;
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 12px;
    top: 1px;
}

.tg-themeliststyledisc li:before {
    background: #999;
    height: 3px;
    margin: -1px 0 0;
    top: 50%;
    width: 3px;
}

.tg-themeliststylecircletick li { padding: 0 0 0 30px; }

.tg-themeliststylecircletick li:before {
    content: '\e87f';
    font-family: 'Linearicons-Free';
    font-size: 18px;
}

/*==============================================
			Theme Style							
==============================================*/

.tg-wrapper { overflow: hidden; }

.tg-header { border-bottom: 2px solid; }

body.tg-home .tg-main { padding: 20px 0; }

.tg-main { padding: 120px 0; }

.tg-twocolumns {
    float: left;
    width: 100%;
}

.tg-content {
    float: left;
    width: 100%;
}

.tg-sidebar {
    float: left;
    width: 100%;
}

.tg-themeform {
    float: left;
    width: 100%;
}

.tg-themeform fieldset {
    border: 0;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

/*==============================================
			Header								
==============================================*/

.tg-topbar {
    background: #333;
    position: relative;
    z-index: 4;
}

.tg-languagesdropdown { float: left; }

.tg-addressinfo {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    list-style: none;
    padding: 17px 0;
    vertical-align: top;
}

.tg-addressinfo li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 0 0 0 30px;
}

.tg-addressinfo li i,
.tg-addressinfo li a,
.tg-addressinfo li address,
.tg-addressinfo li span {
    color: #fff;
    float: left;
    font-size: inherit;
    font-style: normal;
    line-height: inherit;
    margin: 0;
}

.tg-addressinfo li i {
    font-size: 20px;
    padding: 0 10px 0 0;
}

.tg-adminbox {
    float: right;
    font-size: 13px;
}

.tg-loginregister,
.tg-useradminbox {
    float: left;
    width: 100%;
}

.tg-loginregister { padding: 15px 0; }

.tg-loginregister a {
    color: #919191;
    font-size: 13px;
    line-height: 16px;
    margin: 0 5px;
    position: relative;
    text-transform: capitalize;
}

.tg-loginregister a + a:before {
    content: '/';
    font-size: 15px;
    left: -9px;
    line-height: 16px;
    position: absolute;
    top: 1px;
}

.tg-loginregister a:hover:before { color: #919191; }

.tg-loginregister .tg-btnlogin { margin-left: 0; }

.tg-loginregister .tg-btnregister { margin-right: 0; }

.tg-useradminbox,
body.tg-login .tg-loginregister { display: none; }

body.tg-login .tg-useradminbox,
.tg-loginregister { display: block; }

.tg-userdropdown {
    float: left;
    width: 100%;
}

.tg-userdropdown .tg-btndropdown {
    color: #fff;
    padding: 10px 17px;
}

.tg-userdropdown em {
    border-radius: 50%;
    margin: 0 8px 0 0;
    overflow: hidden;
    padding: 0;
}

.tg-userdropdown span {
    line-height: 30px;
    padding: 0;
}

.tg-userdropdown i {
    line-height: 6px;
    padding: 14px 0 11px 3px;
}

.tg-usermenu {
    border-radius: 5px;
    left: auto;
    margin: 7px 0 0;
    padding: 0;
    right: 0;
    width: 270px;
}

.tg-usermenu:before {
    border-bottom: 10px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 100%;
    content: '';
    height: 0;
    position: absolute;
    right: 36px;
    width: 0;
}

/*.tg-usermenu ul {
	width: 100%;
	float: left;
	list-style: none;
	font: 400 13px/35px 'Work Sans', Arial, Helvetica, sans-serif;
}*/

/*.tg-usermenu ul li{
	width: 100%;
	float: left;
	line-height: inherit;
	list-style-type: none;
}*/

/*.tg-usermenu ul li + li{border-top: 1px solid #ddd;}*/

/*.tg-usermenu ul li a{
	color: #484848;
	display: block;
	line-height: inherit;
	padding: 0 10px 0 15px;
}
.tg-usermenu ul li a i{width: 25px;}
.tg-usermenu ul li a i,
.tg-usermenu ul li a span{
	display: inline-block;
	vertical-align: middle;
}*/

.tg-usermenu .tg-dashboardnav ul li a i { padding: 0; }

.tg-usermenu .tg-dashboardnav > ul > li + li { border-bottom: 1px solid #ddd; }

.tg-usermenu .tg-dashboardnav > ul > li > a { padding: 11px 20px; }

.tg-usermenu .tg-dashboardnav ul li.tg-hasdropdown { padding: 0; }

.tg-usermenu .tg-dashboardnav ul li.tg-hasdropdown > a { padding-bottom: 11px; }

.tg-dropdownmenu .tg-dashboardnav ul li a em {
    margin: -9px 0 0 0;
    padding: 0;
}

.tg-userdropdown:hover .tg-dropdownmenu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.tg-navigationarea {
    float: left;
    padding: 40px 0;
    width: 100%;
}

.tg-logo { float: left; }

.tg-logo a,
.tg-logo a img { display: block; }

.tg-rightarea {
    float: right;
    padding: 9px 0;
}

.tg-navigationarea {
    float: left;
    padding: 30px 0;
    position: relative;
    width: 100%;
}

.tg-logo { float: left; }

.tg-logo a { display: block; }

.tg-logo a img { display: block; }

.tg-nav,
.tg-addnav { float: right; }

.tg-nav {
    float: left;
    font: 400 14px/40px 'Work Sans', Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}

.tg-navigation {
    float: left;
    padding: 0;
    width: 100%;
}

.tg-navigation ul {
    line-height: inherit;
    list-style: none;
    margin: 0;
}

.tg-navigation > ul {
    float: left;
    width: 100%;
}

.tg-navigation ul li {
    line-height: inherit;
    list-style-type: none;
    position: relative;
}

.tg-navigation > ul > li {
    float: left;
    padding: 0 30px 0 0;
}

.tg-navigation > ul > li:last-child { padding: 0; }

.tg-navigation > ul > li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.tg-navigation > ul > li:last-child i {
    display: inline-block;
    font-size: inherit;
    font-style: normal;
    line-height: inherit;
    vertical-align: middle;
}

.tg-navigation > ul > li:last-child i + i {
    display: none;
    line-height: inherit;
}

.tg-navigation > ul > li.menu-item-has-children > a { padding: 0 15px 0 0; }

.tg-navigation ul li a {
    color: #484848;
    display: block;
    position: relative;
}

.menu-item-has-children a:before {
    font-family: 'FontAwesome';
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    right: 15px;
    top: 0;
}

.tg-navigation > ul > li.menu-item-has-children > a:before {
    content: '\f107';
    right: 0;
}

.tg-navigation ul li a:after {
    background: #484848;
    content: '';
    font-size: inherit;
    left: 0;
    line-height: inherit;
    position: absolute;
    top: 0;
}

.tg-navigation > ul > li > a:after {
    height: 2px;
    width: 0;
}

.tg-navigation > ul > li:hover > a:after,
.tg-navigation > ul > li.current-menu-item > a:after { width: 100%; }

.sub-menu {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.10);
    font-size: 13px;
    left: 0;
    line-height: inherit;
    opacity: 0;
    position: absolute;
    top: 100px;
    visibility: hidden;
    width: 230px;
    z-index: 5;
}

.sub-menu li {
    float: left;
    line-height: inherit;
    width: 100%;
}

.sub-menu li + li { border-top: 1px solid #eaeaea; }

.sub-menu > li.menu-item-has-children > a:before {
    content: '\f105';
    line-height: 40px;
}

.sub-menu li a { padding: 0 15px; }

.sub-menu li a:after {
    height: 0;
    width: 3px;
}

.sub-menu > li.current-menu-item > a,
.sub-menu > li:hover > a { background: #f7f7f7; }

.sub-menu > li.current-menu-item > a:after,
.sub-menu > li:hover > a:after { height: 100%; }

.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.sub-menu .sub-menu { left: 100%; }

.sub-menu li:hover .sub-menu {
    opacity: 1;
    top: 0;
    visibility: visible;
}

.tg-rightarea .tg-btn {
    float: right;
    margin: 0 0 0 40px;
}

/*==========================================================================================
								Header Banner And Slider									
==========================================================================================*/

/*==============================================
			Header Banner						
==============================================*/

.tg-homebannerandslider {
    float: left;
    width: 100%;
}

.tg-accordionandcategorysearch {
    background: #333;
    float: left;
    width: 42%;
}

.tg-categoreyaccordion {
    color: #fff;
    float: left;
    padding: 30px 0 30px 14px;
    width: 100%;
}

.tg-categoreyaccordion .tg-themescrollbar { height: 484px; }

.tg-categoreyaccordion .mCSB_scrollTools {
    left: 0;
    right: auto;
}

.tg-categoreyaccordion .mCSB_inside > .mCSB_container { margin: 0 0 0 17px; }

.tg-accordion,
.tg-panel,
.tg-panelcontent {
    float: left;
    width: 100%;
}

.tg-accordionheading.tg-radio label { padding: 20px; }

.tg-categoreyaccordion .tg-panel,
.tg-categoreyaccordion .tg-panelcontent { padding: 0; }

.tg-panel:nth-child(odd) .tg-accordionheading.tg-radio label { background: #333; }

.tg-panel:nth-child(even) .tg-accordionheading.tg-radio label { background: #242424; }

.tg-categoryicon {
    background: #fff;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 42px;
}

.tg-automotive .tg-categoryicon { line-height: 36px; }

.tg-catenameandtypes {
    display: inline-block;
    overflow: hidden;
    padding: 2px 0;
}

.tg-catenameandtypes span { display: block; }

.tg-categoryname {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    padding: 0 0 3px;
}

.tg-typesandjobs {
    color: #999;
    font-size: 12px;
    line-height: 15px;
}

.tg-panel .tg-accordionheading.tg-radio label:hover span,
.tg-panel .tg-accordionheading.tg-radio input[type=radio]:checked + label span { color: #fff; }

.tg-subcategoryradio label { padding: 20px; }

.tg-subcategoryradio:nth-child(odd) label { background: #333; }

.tg-subcategoryradio:nth-child(even) label { background: #242424; }

.tg-subcategoryradio label .tg-categoryname {
    float: left;
    font-size: 14px;
    line-height: 14px;
    padding: 0;
}

.tg-subcategoryradio label .tg-typesandjobs { float: right; }

.tg-categorysearch {
    background: #242424;
    float: left;
    min-height: 80px;
    padding: 20px;
    width: 100%;
}

.tg-btnsearch {
    background: transparent;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 2;
}

.tg-btnsearch i {
    display: block;
    line-height: inherit;
    text-align: center;
}

.tg-searchbox {
    float: right;
    padding: 25px 40px 33px;
    width: 58%;
}

.tg-formsearch fieldset legend {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    margin: 0 0 30px;
    padding: 0 0 15px;
}

.tg-formsearch .tg-checkbox label {
    color: #fff;
    font-size: 13px;
}

.tg-formsearch .tg-checkbox input[type=checkbox] + label:before,
.tg-subcategoryradio:hover label .tg-typesandjobs,
.tg-subcategoryradio input[type=radio]:checked + label .tg-typesandjobs { color: #fff; }

.tg-formsearch .tg-btn:before { background: #333; }

.locate-me-wrap {
    float: left;
    position: relative;
    width: 100%;
}

#location-pickr-map {
    height: 400px;
    width: 100%;
}

.elm-display-none { display: none; }

.locate-me-wrap .geolocate {
    height: 16px;
    line-height: 16px;
    margin: -8px 0 0;
    position: absolute;
    right: 30px;
    top: 50%;
    width: 16px;
}

.locate-me-wrap .geodistance {
    color: #999;
    display: block;
    height: 6px;
    margin: -9px 0 0;
    position: absolute;
    right: 15px;
    top: 50%;
}

.geodistance_range {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.20);
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.20);
    display: none;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 3;
}

.geodistance_range:after {
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    position: absolute;
    right: 6px;
}

.geodistance_range .distance-ml { padding: 0 0 20px; }

.geodistance_range .ui-slider {
    background: #f7f7f7;
    border: 0;
    border-radius: 0;
    height: 8px;
    position: relative;
}

.geo_distance.ui-slider .ui-slider-handle { border-radius: 50%; }

/*==============================================
			Header Slider						
==============================================*/

.tg-featuredprofiles {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tg-featuredprofiles h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    left: 60px;
    line-height: 40px;
    margin: 0;
    position: absolute;
    text-transform: capitalize;
    top: 60px;
    width: 256px;
    z-index: 3;
}

.tg-featuredprofiles h1 span {
    float: left;
    line-height: inherit;
    padding: 0 8px;
    position: relative;
    z-index: 3;
}

.tg-featuredprofiles h1 span:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.tg-featuredprofiles h1 span:first-child:after {
    background: rgba(0, 0, 0, 0.10);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.tg-featuredprofiles h1 span + span { width: 100%; }

.tg-featuredprofilesbtns .tg-btnprev,
.tg-featuredprofilesbtns .tg-btnnext {
    background: #484848;
    cursor: pointer;
    height: 40px;
    margin: -20px 0 0;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    top: 50%;
    width: 100px;
}

.tg-featuredprofilesbtns .tg-btnprev {
    border-radius: 0 20px 20px 0;
    left: -60px;
    text-align: right;
}

.tg-featuredprofilesbtns .tg-btnnext {
    border-radius: 20px 0 0 20px;
    right: -60px;
    text-align: left;
}

.tg-featuredprofilesbtns .tg-btnprev span,
.tg-featuredprofilesbtns .tg-btnnext span { display: block; }

.tg-featuredprofilesbtns .tg-btnprev i,
.tg-featuredprofilesbtns .tg-btnnext i,
.tg-featuredprofilesbtns .tg-btnprev em,
.tg-featuredprofilesbtns .tg-btnnext em {
    color: #919191;
    display: inline-block;
    font-style: normal;
    text-transform: capitalize;
    vertical-align: middle;
}

.tg-featuredprofilesbtns .tg-btnprev i,
.tg-featuredprofilesbtns .tg-btnnext i {
    background: #292929;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.tg-featuredprofilesbtns .tg-btnprev em { padding: 0 15px 0 0; }

.tg-featuredprofilesbtns .tg-btnnext em { padding: 0 0 0 15px; }

.tg-featuredprofilesbtns .tg-btnprev:hover { left: 0; }

.tg-featuredprofilesbtns .tg-btnnext:hover { right: 0; }

.tg-featuredprofile {
    float: left;
    width: 100%;
}

.tg-featuredprofile figure {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
}

.tg-featuredprofile figure > img {
    display: block;
    height: 624px;
    position: relative;
    width: auto !important;
    z-index: 1;
}

.tg-featuredprofile figcaption {
    background: -moz-linear-gradient(
                                    top,
                                    rgba(51, 51, 51, 0) 0%,
                                    rgba(51, 51, 51, 0.04) 9%,
                                    rgba(51, 51, 51, 0.15) 24%,
                                    rgba(51, 51, 51, 0.61) 71%,
                                    rgba(51, 51, 51, 0.73) 87%,
                                    rgba(51, 51, 51, 0.8) 100%
); /* FF3.6-15 */
    background: -webkit-linear-gradient(
                                       top,
                                       rgba(51, 51, 51, 0) 0%,
                                       rgba(51, 51, 51, 0.04) 9%,
                                       rgba(51, 51, 51, 0.15) 24%,
                                       rgba(51, 51, 51, 0.61) 71%,
                                       rgba(51, 51, 51, 0.73) 87%,
                                       rgba(51, 51, 51, 0.8) 100%
); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
                               to bottom,
                               rgba(51, 51, 51, 0) 0%,
                               rgba(51, 51, 51, 0.04) 9%,
                               rgba(51, 51, 51, 0.15) 24%,
                               rgba(51, 51, 51, 0.61) 71%,
                               rgba(51, 51, 51, 0.73) 87%,
                               rgba(51, 51, 51, 0.8) 100%
); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(
                                                      startColorstr='#00333333',
                                                      endColorstr='#cc333333',
                                                      GradientType=0
); /* IE6-9 */
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.tg-featuredprofilecontent {
    bottom: 0;
    left: 0;
    padding: 0 40px 40px;
    position: absolute;
    width: 100%;
}

.tg-contentbox {
    float: left;
    width: 330px;
}

.tg-companylogo {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 50px;
    float: left;
    height: 70px;
    margin: 0 8px 0 0;
    overflow: hidden;
    position: relative;
    width: 70px;
}

.tg-companylogo:after {
    border: 5px solid #fff;
    border-radius: 50%;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.tg-companycontent { overflow: hidden; }

.tg-tags {
    float: left;
    font-size: 12px;
    line-height: 20px;
    list-style: none;
    width: 100%;
}

.tg-tags li {
    float: left;
    font-size: inherit;
    line-height: inherit;
    list-style-type: none;
}

.tg-tags li + li { padding: 0 0 0 10px; }

.tg-tag {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #999;
    float: left;
    font-size: 12px;
    line-height: 18px;
    min-height: 20px;
    padding: 0 10px;
    text-transform: capitalize;
}

.tg-tag:hover { color: #999; }

.tg-title {
    float: left;
    width: 100%;
}

.tg-title h3 {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    text-transform: capitalize;
}

.tg-companycontent .tg-title { padding: 5px 0; }

.tg-companycontent .tg-title h3 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tg-featuredprofiles .tg-companycontent .tg-title h3 a { color: #fff; }

.tg-featuredprofiles .tg-companycontent .tg-matadata { color: #fff; }

.tg-matadata {
    float: left;
    font-size: 13px;
    line-height: 16px;
    list-style: none;
    width: 100%;
}

.tg-matadata li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 0 10px;
    position: relative;
}

.tg-matadata li a {
    color: #919191;
    display: block;
    line-height: inherit;
}

.tg-matadata li a:hover { }

.tg-matadata li:first-child { padding-left: 0; }

.tg-matadata li + li:before {
    content: '/';
    font-size: 13px;
    left: -2px;
    line-height: 16px;
    position: absolute;
    top: 0;
}

.tg-matadata li .tg-stars,
.tg-matadata li .tg-stars span:after,
.tg-matadata li .tg-stars:before {
    font-size: 13px;
    height: 13px;
    line-height: 13px;
}

.tg-matadata li .tg-stars { width: 80px; }

.tg-matadata li i,
.tg-matadata li em {
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    line-height: 13px;
    vertical-align: top;
}

.tg-featuredprofile figcaption .tg-btn {
    float: right;
    margin: 14px 0;
}

/*==============================================
			Top Categories						
==============================================*/

.tg-topcategories {
    float: left;
    width: 100%;
}

.tg-category {
    background: #333;
    border-radius: 5px;
    float: left;
    margin: 15px 0;
    overflow: hidden;
    width: 100%;
}

.tg-category figure {
    float: left;
    margin: 0;
    width: 100%;
}

.tg-category figure img {
    display: block;
    height: auto;
    opacity: 0.60;
    position: relative;
    width: 100%;
    z-index: 1;
}

.tg-category:hover figure img { opacity: 0.10; }

.tg-category figure figcaption {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.tg-category figure figcaption .tg-categoryicon {
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin: 0 0 15px;
    width: 70px;
}

.tg-category figure figcaption.tg-automotive .tg-categoryicon { line-height: 64px; }

.tg-category figure figcaption .tg-categoryname {
    font-size: 18px;
    line-height: 18px;
    padding: 0;
    text-transform: capitalize;
}

.tg-category figure figcaption .tg-themetag {
    bottom: 20px;
    position: absolute;
    right: 20px;
}

.tg-btnbox {
    float: left;
    padding: 15px 0 0;
    text-align: center;
    width: 100%;
}

.tg-btnviewall { padding: 0 60px; }

/*==============================================
			Advantages							
==============================================*/

.tg-advantagies {
    float: left;
    width: 100%;
}

.tg-advantage {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
}

.tg-advantageicon {
    background: #fff;
    border-radius: 50%;
    display: block;
    height: 100px;
    margin: 0 auto;
    position: relative;
    width: 100px;
}

.tg-advantageicon .tg-badge {
    background: #484848;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 14px;
    font-style: normal;
    height: 30px;
    left: 0;
    line-height: 30px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 30px;
}

.tg-advantageicon em {
    display: block;
    line-height: 100px;
    text-align: center;
}

.tg-advantage .tg-title { padding: 20px 0 15px; }

.tg-advantage .tg-title h3 {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

.tg-advantage .tg-title h3 a { color: #333; }

.tg-advantage .tg-description p { margin: 0; }

/*==============================================
			Service Providers					
==============================================*/

.tg-latestserviceproviders {
    float: left;
    margin: -15px 0;
    width: 100%;
}

.tg-serviceprovider {
    float: left;
    margin: 15px 0;
    width: 100%;
}

.tg-featuredimg {
    border-radius: 5px;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tg-serviceprovider:hover .tg-featuredimg {
    -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.50);
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.50);
}

.tg-featuredimg img {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: -1;
}

.tg-featuredimg figcaption {
    height: 100%;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    /*z-index: 2;*/
}

.tg-categorytag {
    float: left;
    position: relative;
}

.tg-serviceprovidercontent {
    float: left;
    padding: 20px 0 0;
    width: 100%;
}

.tg-serviceprovidercontent .tg-title h3 a {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.tg-serviceprovidercontent .tg-matadata { color: #999; }

/*==============================================
			Testimonials						
==============================================*/

.tg-clientlargedp {
    border-radius: 50%;
    float: right;
    height: 210px;
    margin: 0;
    position: relative;
    width: 210px;
}

.tg-clientlargedp img {
    border-radius: 50%;
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.tg-quotes {
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    display: block;
    height: 80px;
    left: 0;
    position: absolute;
    width: 80px;
    z-index: 2;
}

.tg-quotes i {
    display: block;
    font-size: 28px;
    line-height: 80px;
    text-align: center;
}

.tg-testimonials {
    float: left;
    padding: 0 100px 0 0;
    width: 100%;
}

.tg-testimonialcontentslider,
.tg-testimonialcontentslider .item,
.tg-testimonialnavigationslider,
.tg-testimonialnavigationslider .item,
.tg-testimonial {
    float: left;
    width: 100%;
}

.tg-testimonial h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 18px;
    margin: 0 0 20px;
}

.tg-testimonial h3 {
    font-size: 40px;
    font-weight: 300;
    line-height: 28px;
    margin: 0 0 30px;
}

.tg-testimonial blockquote {
    border: 0;
    color: #919191;
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    quotes: none;
    width: 100%;
}

.tg-testimonial blockquote:before,
.tg-testimonial blockquote:after { display: none; }

.tg-testimonial blockquote q {
    float: left;
    text-align: left;
    width: 100%;
}

.tg-testimonialnavigationslider { padding: 30px 60% 0 0; }

.tg-testimonialnavigationslider .item {
    cursor: pointer;
    float: left;
    width: 100%;
}

.tg-testimonialnavigationslider .item figure {
    border: 3px solid #f7f7f7;
    border-radius: 50%;
    float: left;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.tg-testimonialnavigationslider .item:hover figure img,
.tg-testimonialnavigationslider .current .item figure img { opacity: 0.30; }

.tg-testimonialnavigationslider .item figure img {
    border-radius: 50%;
    display: block;
    height: auto;
    width: 100% !important;
}

.tg-testimonialcontentslider .owl-nav .owl-next,
.tg-testimonialcontentslider .owl-nav .owl-prev {
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 22px;
}

.tg-testimonialcontentslider .owl-nav .owl-prev { left: 10px; }

.tg-testimonialcontentslider .owl-nav .owl-next { right: 10px; }

/*==============================================
			News And Post						
==============================================*/

.tg-newsandposts {
    float: left;
    width: 100%;
}

.tg-post {
    float: left;
    width: 100%;
}

.tg-post:hover .tg-featuredimg {
    -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.50);
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.50);
}

.tg-featuredimg a {
    display: block;
    position: relative;
    z-index: 1;
}

.tg-featuredimg img,
.tg-featuredimg a img {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: -1;
}

.tg-postcontent {
    float: left;
    padding: 15px 0 0;
    width: 100%;
}

.tg-postcontent .tg-title h3 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.tg-postmatadata {
    color: #919191;
    float: left;
    font-size: 13px;
    line-height: 16px;
    list-style: none;
    width: 100%;
}

.tg-postmatadata li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 5px 0 0;
    width: 100%;
}

.tg-postmatadata li a {
    color: inherit;
    display: inline-block;
    line-height: inherit;
}

.tg-postmatadata li a i,
.tg-postmatadata li a span {
    display: inline-block;
    vertical-align: middle;
}

.tg-postmatadata li a i { width: 25px; }

/*==============================================
			Footer Style						
==============================================*/

.tg-footer {
    -moz-background-attachment: fixed;
    -moz-background-size: cover;
    -ms-background-attachment: fixed;
    -ms-background-size: cover;
    -o-background-attachment: fixed;
    -o-background-size: cover;
    -webkit-background-attachment: fixed;
    /*background: url(../images/img-01.jpg) no-repeat 50% 100%;*/
    -webkit-background-size: cover;
    background-attachment: fixed;
    background-size: cover;
}

.tg-features {
    color: #919191;
    float: left;
    font-size: 13px;
    line-height: 16px;
    list-style: none;
    padding: 60px 0;
    width: 100%;
}

.tg-features li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 0 1px;
    width: 33.33%;
}

.tg-feature {
    background: #333;
    border-radius: 3px;
    float: left;
    padding: 20px 26px;
    width: 100%;
}

.tg-featureicon {
    border-radius: 50%;
    float: left;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    width: 60px;
}

.tg-featureicon i {
    color: #fff;
    display: block;
    font-size: 30px;
    line-height: inherit;
}

.tg-featurecontent {
    overflow: hidden;
    padding: 11px 0 10px 10px;
}

.tg-featurecontent h3 {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.tg-featurecontent span {
    display: block;
    overflow: hidden;
    padding: 5px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.tg-fourcolumns {
    float: left;
    width: 100%;
}

.tg-footercolumn {
    float: left;
    width: 100%;
}

.tg-fourcolumns .tg-footercolumn { padding: 0 0 60px; }

.tg-footercolumn .tg-logo {
    float: left;
    padding: 0 0 30px;
}

.tg-footercolumn .tg-description { padding: 0 0 30px; }

.tg-footercolumn .tg-description p { margin: 0; }

.tg-contactinfo {
    float: left;
    list-style: none;
    width: 100%;
}

.tg-contactinfo li {
    float: left;
    list-style-type: none;
    width: 100%;
}

.tg-contactinfo li i { width: 25px; }

.tg-contactinfo li i,
.tg-contactinfo li address,
.tg-contactinfo li span {
    display: inline-block;
    font-style: normal;
    margin: 0;
    vertical-align: middle;
}

.tg-footercolumn .tg-socialicons {
    float: left;
    padding: 20px 0 0;
    width: 100%;
}

.tg-footercolumn .tg-socialicons li:first-child { padding-left: 0; }

.tg-footerbar {
    background: #333;
    color: #aaa;
    float: left;
    font-size: 13px;
    line-height: 20px;
    padding: 15px 0;
    width: 100%;
}

.tg-footerbar span { float: left; }

.tg-footernav {
    float: right;
    line-height: 20px;
}

.tg-footernav ul {
    float: right;
    line-height: inherit;
    list-style: none;
    width: 100%;
}

.tg-footernav ul li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 0 0 0 20px;
}

.tg-footernav ul li a {
    color: #aaa;
    display: block;
}

/*==============================================
			Widget Style						
==============================================*/

.tg-widget {
    float: left;
    padding: 0 0 40px;
    width: 100%;
}

.tg-widgettitle {
    border-bottom: 1px solid #ddd;
    float: left;
    margin: 0 0 20px;
    padding: 0 20px 20px;
    position: relative;
    width: 100%;
}

.tg-sidebar .tg-widgettitle:before {
    bottom: -1px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
    z-index: 2;
}

.tg-footercolumn .tg-widgettitle { border-color: #919191; }

.tg-widgettitle h3 {
    color: #333;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

.tg-footercolumn .tg-widgettitle h3 { color: #aaa; }

.tg-widgetcontent {
    float: left;
    padding: 0 20px;
    width: 100%;
}

.tg-footercolumn .tg-widgetcontent { padding: 0; }

.tg-widgetcontent ul {
    float: left;
    font-size: 13px;
    line-height: 16px;
    list-style: none;
    width: 100%;
}

.tg-widgetcontent ul li {
    line-height: inherit;
    list-style-type: none;
}

.tg-widgetcontent > ul > li {
    float: left;
    width: 100%;
}

.tg-widgetcontent ul li a {
    color: #aaa;
    float: left;
    line-height: 16px;
    position: relative;
}

.tg-widgetcontent ul li a em {
    float: right;
    font-style: normal;
}

.tg-widgettwitter .tg-widgetcontent ul li {
    padding: 0 0 0 25px;
    position: relative;
}

.tg-widgettwitter .tg-widgetcontent ul li + li { margin: 30px 0 0; }

.tg-widgettwitter .tg-widgetcontent ul li:before {
    content: '\f099';
    font-family: 'FontAwesome';
    font-size: 12px;
    left: 0;
    line-height: 10px;
    position: absolute;
    top: 7px;
}

.tg-widgettwitter .tg-widgetcontent ul li:last-child { text-transform: capitalize; }

.tg-widgettwitter .tg-widgetcontent ul li:last-child:before { display: none; }

.tg-widgettwitter .tg-widgetcontent ul li .tg-description { padding: 0; }

.tg-widgettwitter .tg-widgetcontent ul li a {
    display: block;
    margin: 5px 0;
}

.tg-widgettwitter .tg-widgetcontent ul li time {
    float: left;
    width: 100%;
}

.tg-widgetusefullinks .tg-widgetcontent ul li {
    padding: 0 0 8px;
    width: 50%;
}

.tg-widgetusefullinks .tg-widgetcontent ul li a { padding: 0 0 0 15px; }

.tg-widgetusefullinks .tg-widgetcontent ul li a:before {
    content: '\e876';
    font-family: 'Linearicons-Free';
    font-size: 8px;
    left: 0;
    line-height: inherit;
    position: absolute;
    top: 0;
}

.tg-widgetfreeinspection .tg-widgetcontent > ul > li + li { padding: 30px 0 0; }

.tg-widgetfreeinspection ul li figure {
    background: #fff;
    border-radius: 50%;
    float: left;
    margin: 0 10px 0 0;
    width: 40px;
}

.tg-widgetfreeinspection .tg-contentbox {
    float: none;
    overflow: hidden;
    padding: 2px 0;
    width: auto;
}

.tg-widgetfreeinspection .tg-contentbox h4 {
    float: left;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 4px;
    width: 100%;
}

.tg-widgetfreeinspection .tg-contentbox h4 a { color: #aaa; }

.tg-widgetfreeinspection .tg-contentbox .tg-matadata { margin: 0; }

.tg-widgetfreeinspection .tg-contentbox .tg-matadata li {
    padding: 0 5px;
    width: auto;
}

.tg-widgetfreeinspection .tg-contentbox .tg-matadata li:first-child { padding-left: 0; }

.tg-widgetfreeinspection ul li:last-child a { text-transform: capitalize; }

.tg-themerangeslider {
    background: #ddd;
    border: 0 !important;
    border-radius: 0;
    float: left;
    height: 3px;
    margin: 10px 0;
    width: 100%;
}

.tg-themerangeslider .ui-slider-handle {
    background: none;
    border-color: transparent transparent #000 transparent;
    border-radius: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    height: 0;
    outline: none;
    top: 3px;
    width: 0;
}

.tg-themerangeslider .ui-slider-handle + .ui-slider-handle {
    border-color: #333 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    margin: 0 0 0 -8px;
    top: -8px;
}

.tg-amountbox {
    float: left;
    margin: 15px 0 0;
    width: 100%;
}

.tg-amountbox span {
    color: #999;
    display: block;
    float: left;
    font: 400 14px/17px 'Work Sans', Arial, Helvetica, sans-serif;
    margin: 0 5px 0 0;
    text-transform: capitalize;
}

.tg-amountbox input {
    border: 0;
    color: #999;
    float: left;
    font: 400 14px/17px 'Work Sans', Arial, Helvetica, sans-serif;
    height: auto;
    line-height: auto;
    padding: 0;
    width: auto;
}

/*==============================================
			Inner Banner Style					
==============================================*/

.tg-paddingzero { padding: 0 !important; }

.tg-innerpagebanner {
    background: #f7f7f7;
    float: left;
    padding: 15px 0;
    position: relative;
    width: 100%;
}

.tg-mapinnerbanner {
    float: left;
    position: relative;
    width: 100%;
}

.tg-pagetitle { float: left; }

.tg-pagetitle h1 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    text-transform: capitalize;
}

.tg-mapinnerbanner .tg-searchbox {
    background: transparent;
    float: left;
    height: 148px;
    padding: 42px 0 58px;
    position: relative;
    width: 100%;
    z-index: 4;
}

.tg-mapinnerbanner .tg-map { background: rgba(51, 51, 51, 1); }

.tg-mapinnerbanner .tg-map > div { opacity: 0.30; }

.tg-mapinnerbanner.tg-open .tg-map > div { opacity: 1; }

.tg-mapinnerbanner .tg-formsearch {
    background: #e1e1e1;
    border-radius: 5px;
    height: 48px;
    padding: 4px 54px 4px 4px;
    position: relative;
}

.tg-mapinnerbanner .tg-formsearch fieldset {
    background: #fff;
    border-radius: 5px;
    padding: 4px 0;
    position: static;
}

.tg-mapinnerbanner .tg-formsearch .form-group {
    border-left: 1px solid #ddd;
    float: left;
    margin: 0;
    width: 33.33%;
}

.tg-mapinnerbanner .tg-formsearch .form-group:first-child { border-color: #fff; }

.tg-mapinnerbanner .tg-formsearch .form-control,
.tg-mapinnerbanner .tg-formsearch .tg-select select {
    border: 0;
    border-radius: 0;
    height: 32px;
    line-height: 20px;
    padding: 6px 15px;
}

.tg-mapinnerbanner .tg-formsearch .tg-btn {
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 44px;
}

.tg-mapinnerbanner .tg-formsearch .tg-btn i {
    color: #fff;
    display: block;
    line-height: inherit;
    padding: 0;
}

.tg-map {
    float: left;
    height: 148px;
    margin: -148px 0 0;
    position: relative;
    width: 100%;
}

.tg-mapinnerbanner.tg-open .tg-map { height: 600px; }

.tg-map div[title=""] {
    background-position: center !important;
    background-size: auto !important;
    font-size: 15px !important;
    height: 37px !important;
    line-height: 37px !important;
    padding: 0 2px 0 0;
    width: 37px !important;
}

.tg-mapcontrols {
    left: 30px;
    position: absolute;
    top: 30px;
    width: 126px;
    z-index: 1;
}

.tg-mapinnerbanner.tg-open .tg-mapcontrols { z-index: 3; }

.tg-mapcontrols span {
    background: #484848;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.tg-mapcontrols span + span { margin: 0 0 0 2px; }

.tg-btnmapview {
    bottom: -15px;
    display: block;
    font-size: 13px;
    height: 30px;
    left: 50%;
    line-height: 30px;
    margin: 0 0 0 -60px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    width: 120px;
}

.tg-btnmapview span,
.tg-btnmapview i {
    color: #fff;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    vertical-align: top;
}

.tg-btnmapview i {
    font-size: 8px;
    padding: 0 0 0 8px;
}

.infoBox {
    background: #fff;
    position: relative;
    width: 390px;
}

.infoBox:after {
    border-left: 15px solid transparent !important;
    border-top: 15px solid #999;
    bottom: -15px;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}

/* .tg-mapinfobox .tg-matadata li,
.tg-mapinfobox .tg-jobsmetadata li{padding: 0 10px;}
.tg-mapinfobox .tg-matadata li + li:before,
.tg-mapinfobox .tg-jobsmetadata li + li:before{top: 3px;}
.tg-mapinfobox .tg-matadata li:first-child,
.tg-mapinfobox .tg-jobsmetadata li:first-child{padding-left: 0;}
.tg-mapinfobox .tg-matadata li:first-child .tg-stars,
.tg-mapinfobox .tg-jobsmetadata li:first-child .tg-stars{margin: 2px 0;} */

.infoBox > img {
    position: absolute !important;
    right: -13px;
    top: -13px;
    z-index: 10;
}

.tg-infoBox {
    background: #fff;
    border-bottom: 2px solid;
    border-radius: 3px 3px 0 3px;
    overflow: hidden;
    padding: 25px;
}

.tg-infoBox .tg-serviceprovider {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

.tg-mapinnerbanner .tg-infoBox .tg-featuredimg,
.tg-listing .tg-infoBox .tg-featuredimg {
    float: left;
    margin: 0 15px 0 0;
    width: 100px;
}

/*==============================================
			Services Facilities					
==============================================*/

.tg-servicesfacilities {
    float: left;
    margin: -15px 0;
    width: 100%;
}

.tg-servicefacility {
    float: left;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}

.tg-servicefacilityicon {
    background: #484848;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto 20px;
    width: 100px;
}

.tg-servicefacilityicon i {
    display: block;
    line-height: inherit;
}

.tg-servicefacility .tg-title { padding: 0 0 10px; }

.tg-servicefacility .tg-title h3 {
    font-size: 18px;
    line-height: 14px;
}

.tg-servicefacility .tg-description p { margin: 0; }

/*==============================================
			Company Video Style					
==============================================*/

.tg-textshortcode,
.tg-videoshortcode {
    float: left;
    width: 100%;
}

.tg-textshortcode .tg-description p { margin: 0 0 30px; }

.tg-videoshortcode figure {
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tg-videoshortcode figure img {
    display: block;
    height: 600px;
    max-width: none;
    position: relative;
    width: auto;
    z-index: 1;
}

.tg-btnplay {
    border: 6px solid rgba(255, 255, 255, 0.30);
    border-radius: 50%;
    color: #484848;
    font-size: 20px;
    height: 92px;
    left: 50%;
    line-height: 80px;
    margin: -100px 0 0 -46px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 92px;
    z-index: 2;
}

.tg-btnplay:hover { color: #333; }

.tg-btnplay i {
    background: #fff;
    display: block;
    line-height: 80px;
}

.tg-bordertitle {
    float: left;
    margin: 0 0 30px;
    padding: 0 0 15px;
    position: relative;
    width: 100%;
}

.tg-bordertitle:before {
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100px;
}

.tg-bordertitle h2 {
    color: #333;
    float: left;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
}

.tg-companyvideo {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tg-companyvideo .tg-videoshortcode {
    background: #484848;
    float: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 2;
}

.tg-companyvideo .tg-textshortcode { padding: 0 0 0 15px; }

/*==============================================
			Timeline Style						
==============================================*/

.tg-timeline {
    float: left;
    width: 100%;
}

.tg-timelinenav {
    display: table;
    float: left;
    padding: 0 0 50px;
    table-layout: fixed;
    width: 100%;
}

.tg-timelinenav li {
    display: table-cell;
    line-height: inherit;
    list-style-type: none;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.tg-timelinenav li:before {
    background: #ddd;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
}

.tg-timelinenav li a {
    background: #ddd;
    border-radius: 50%;
    display: block;
    height: 6px;
    margin: 6px auto;
    width: 6px;
}

.tg-timelinenav li a:before {
    color: #484848;
    content: attr(data-date);
    font: 400 14px/14px 'Open Sans', Arial, Helvetica, sans-serif;
    left: 0;
    opacity: 0;
    padding: 50px 0 0;
    position: absolute;
    text-align: center;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}

.tg-timelinenav li a:after {
    border-radius: 50%;
    content: '';
    display: block;
    height: 6px;
    left: 50%;
    margin: -3px 0 0 -3px;
    opacity: 0;
    position: absolute;
    top: 50%;
    visibility: hidden;
    width: 6px;
}

.tg-timelinenav li a:hover,
.tg-timelinenav li.active a {
    background: #fff;
    border: 2px solid;
    height: 18px;
    margin: 0 auto;
    width: 18px;
}

.tg-timelinenav li a:hover:before,
.tg-timelinenav li.active a:before {
    opacity: 1;
    padding: 10px 0 0;
    visibility: visible;
}

.tg-timelinenav li a:hover:after,
.tg-timelinenav li.active a:after {
    opacity: 1;
    visibility: visible;
}

.tg-timelinetabcontent {
    float: left;
    width: 100%;
}

.tg-timelinetabcontent .tab-pane {
    background: #f7f7f7;
    float: left;
    padding: 30px;
    width: 100%;
}

.tg-oneslideslidershortcode {
    border-radius: 5px;
    float: left;
    overflow: hidden;
    width: 100%;
}

.tg-oneslideslidershortcode .item {
    float: left;
    margin: 0;
    width: 100%;
}

.tg-oneslideslidershortcode .item img {
    display: block;
    height: auto;
    width: 100%;
}

.tg-oneslideslidershortcode .owl-nav > div {
    background: #292929;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: -15px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
}

.tg-oneslideslidershortcode .owl-nav .owl-prev { left: 15px; }

.tg-oneslideslidershortcode .owl-nav .owl-next { right: 15px; }

/*==============================================
			Secure & Reliable					
==============================================*/

.tg-secureandreliable {
    float: left;
    position: relative;
    width: 100%;
}

.tg-secureandreliable .tg-btn {
    margin: -21px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
}

.tg-secureandreliable .tg-textshortcode {
    padding: 0 170px 0 0;
    position: relative;
    z-index: 2;
}

.tg-secureandreliable .tg-textshortcode h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 18px;
    margin: 0 0 15px;
}

.tg-secureandreliable .tg-textshortcode h3 {
    font-size: 40px;
    font-weight: 300;
    line-height: 28px;
    margin: 0 0 30px;
}

.tg-secureandreliable .tg-textshortcode .tg-description p { margin: 0; }

.tg-noticeboard {
    -moz-animation: animationFrames ease-in-out 6s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 0%;
    -ms-animation: animationFrames ease-in-out 6s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 0%;
    -o-animation: animationFrames ease-in-out 6s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 0%;
    -webkit-animation: animationFrames ease-in-out 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 0%;
    animation: animationFrames ease-in-out 6s;
    animation-iteration-count: infinite;
    margin: -50px 0;
    overflow: hidden;
    transform-origin: 50% 0%;
}

@keyframes animationFrames {
    0% { transform: rotate(15deg); }

    50% { transform: rotate(-15deg); }

    100% { transform: rotate(15deg); }
}

@-moz-keyframes animationFrames {
    0% { -moz-transform: rotate(15deg); }

    50% { -moz-transform: rotate(-15deg); }

    100% { -moz-transform: rotate(15deg); }
}

@-webkit-keyframes animationFrames {
    0% { -webkit-transform: rotate(15deg); }

    50% { -webkit-transform: rotate(-15deg); }

    100% { -webkit-transform: rotate(15deg); }
}

@-o-keyframes animationFrames {
    0% { -o-transform: rotate(15deg); }

    50% { -o-transform: rotate(-15deg); }

    100% { -o-transform: rotate(15deg); }
}

@-ms-keyframes animationFrames {
    0% { -ms-transform: rotate(15deg); }

    50% { -ms-transform: rotate(-15deg); }

    100% { -ms-transform: rotate(15deg); }
}

/*==============================================
			Loyal Partners						
==============================================*/

.tg-brands {
    float: left;
    margin: -15px 0;
    width: 100%;
}

.tg-brand {
    float: left;
    padding: 15px;
    text-align: center;
    width: 25%;
}

.tg-brand figure {
    align-content: center;
    align-items: center;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    float: left;
    height: 170px;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tg-brand figure img { display: block; }

/*==============================================
		Listing Grid V1							
==============================================*/

.tg-listing {
    float: left;
    width: 100%;
}

.tg-listing .tg-sortfilters {
    float: right;
    width: auto;
}

.tg-serviceproviders {
    float: left;
    margin: -15px 0;
    width: 100%;
}

.tg-serviceproviders .tg-companycontent {
    float: left;
    padding: 20px 0 0;
    width: 100%;
}

.tg-totallistingfound {
    color: #333;
    float: left;
    padding: 6px 0;
}

/*==============================================
		Listing Grid V2							
==============================================*/

.tg-listingvtwo .tg-serviceproviders {
    background: #fcfcfc;
    margin: 0;
    padding: 0 30px 0 13px;
}

.tg-listingvtwo .tg-formsearch {
    background: #fff;
    border-bottom: 1px solid #ddd;
    clear: both;
    float: left;
    margin: 0 -30px 0 -15px;
    padding: 30px;
    width: auto;
}

.tg-listingvtwo .tg-formsearch fieldset {
    margin: 0 0 20px;
    padding: 0 60px 0 0;
    position: relative;
}

.tg-listingvtwo .tg-formsearch .form-group {
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    width: 33.33%;
}

.tg-listingvtwo .tg-formsearch .tg-btn {
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.tg-listingvtwo .tg-formsearch .tg-btn i { line-height: inherit; }

.tg-btnadvancefilters { float: right; }

.tg-btnadvancefilters span,
.tg-btnadvancefilters i {
    float: left;
    font-size: 13px;
    line-height: 16px;
}

.tg-btnadvancefilters i {
    font-size: 16px;
    padding: 0 0 0 10px;
}

.tg-advancedfilters {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    width: 330px;
    z-index: 999;
}

.tg-advancedfilters .tg-formrefinesearch fieldset {
    margin: 0;
    padding: 0 10px 30px;
}

.tg-advancedfilters .tg-formrefinesearch fieldset:nth-child(odd) { background: #242424; }

.tg-advancedfilters .tg-formrefinesearch fieldset:nth-child(even) { background: #333; }

.tg-advancedfilters .tg-formrefinesearch fieldset:last-child { padding: 30px; }

.tg-advancedfilters .tg-formrefinesearch fieldset h4 {
    border-color: #919191;
    color: #fff;
    padding: 15px;
}

.tg-advancedfilters .tg-formrefinesearch h4:before { background: #fff; }

.tg-advancedfilters .tg-formrefinesearch .tg-ratingcheckbox .tg-checkbox {
    float: left;
    width: 50%;
}

.tg-filters {
    float: left;
    padding: 30px 0 30px 17px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.tg-filters .tg-totallistingfound { float: left; }

.tg-filters .tg-sortfilters {
    float: right;
    padding: 0;
    width: auto;
}

.tg-themescrollbar {
    float: left;
    height: 974px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}

.tg-listingscrollbar .mCSB_inside > .mCSB_container { margin: 0 0 0 17px; }

.tg-listingscrollbar .mCSB_scrollTools {
    left: 0;
    right: auto;
}

.tg-listingscrollbar .mCSB_scrollTools .mCSB_draggerRail { background: #ddd; }

.tg-listingvtwo .tg-serviceproviders .tg-serviceprovider {
    margin: 0 0 30px;
    overflow: visible;
}

.tg-listingvtwo .tg-btnbox { padding: 30px 0; }

.tg-listingvtwo .tg-map {
    height: 1233px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.tg-serviceproviders .geodistance_range { padding: 10px; }

/*==============================================
				Refine Search Form				
==============================================*/

.tg-formrefinesearch h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    text-transform: capitalize;
}

.tg-formrefinesearch fieldset + fieldset { margin: 30px 0 0; }

.tg-formrefinesearch fieldset h4 {
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 16px;
    line-height: 12px;
    margin: 0;
    padding: 0 15px 15px;
    position: relative;
}

.tg-formrefinesearch h4:before {
    bottom: -1px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
    z-index: 2;
}

.tg-checkboxgroup {
    float: left;
    padding: 15px 15px 0;
    width: 100%;
}

.tg-formrefinesearch .tg-radio,
.tg-formrefinesearch .tg-checkbox {
    float: left;
    padding: 0 0 8px;
    width: 100%;
}

.tg-formrefinesearch .tg-checkbox label,
.tg-formrefinesearch .tg-radio label {
    color: #999;
    font-size: 13px;
    line-height: 16px;
}

.tg-formrefinesearch .tg-checkbox label:before { box-shadow: none; }

.tg-formrefinesearch .tg-checkbox:hover label,
.tg-formrefinesearch .tg-checkbox input[type=checkbox]:checked + label,
.tg-formrefinesearch .tg-checkbox input[type=checkbox]:checked + label:before,
.tg-formrefinesearch .tg-checkbox input[type=checkbox]:checked + label:after {
    border-color: #999;
    color: #999;
}

.tg-checkboxgroup .form-group { margin: 0 0 10px; }

.tg-formrefinesearch .tg-ratingcheckbox .tg-checkbox label { line-height: 15px; }

.tg-ratingcheckbox .tg-checkbox label .tg-stars {
    float: left;
    margin: 0 0 0 3px;
}

.tg-ratingcheckbox .tg-checkbox label .tg-stars,
.tg-ratingcheckbox .tg-checkbox label .tg-stars:before,
.tg-ratingcheckbox .tg-checkbox label .tg-stars span,
.tg-ratingcheckbox .tg-checkbox label .tg-stars span:after {
    font-size: 15px;
    height: 15px;
    line-height: 15px;
}

.tg-ratingcheckbox .tg-checkbox label .tg-stars { width: 88px; }

.tg-ratingcheckbox .tg-checkbox label[for="nostar"] .tg-stars span { width: 0; }

.tg-ratingcheckbox .tg-checkbox label[for="onestar"] .tg-stars span { width: 20%; }

.tg-ratingcheckbox .tg-checkbox label[for="twostar"] .tg-stars span { width: 40%; }

.tg-ratingcheckbox .tg-checkbox label[for="threestar"] .tg-stars span { width: 60%; }

.tg-ratingcheckbox .tg-checkbox label[for="fourstar"] .tg-stars span { width: 80%; }

.tg-ratingcheckbox .tg-checkbox label[for="fivestar"] .tg-stars span { width: 100%; }

.tg-ratingcheckbox .tg-checkbox input[type=checkbox] + label:before { top: 2px; }

.tg-ratingcheckbox .tg-checkbox input[type=checkbox] + label:after { top: 6px; }

.tg-formrefinesearch fieldset .tg-btn {
    float: right;
    width: 48%;
}

.tg-formrefinesearch fieldset .tg-btn:first-child { float: left; }

.tg-inpuicon {
    float: left;
    position: relative;
    width: 100%;
}

.tg-inpuicon i {
    display: block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 2;
}

.tg-inpuicon .form-control {
    padding-right: 40px;
    position: relative;
    z-index: 1;
}

/*==============================================
		Listing List V1							
==============================================*/

.tg-listview .tg-featuredimg { width:auto; }

.tg-listview .tg-serviceproviders .tg-companycontent {
    float: none;
    min-height: 197px;
    padding: 30px 185px 30px 30px;
    position: relative;
    width: auto;
}

.tg-listview .tg-companycontent .tg-btn {
    margin: -21px 0 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
}

.tg-companycontactinfo {
    color: #919191;
    float: left;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
    padding: 30px 0 0;
    width: 100%;
}

.tg-companycontactinfo li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    width: 100%;
}

.tg-companycontactinfo li + li { padding: 5px 0 0; }

.tg-companycontactinfo li i,
.tg-companycontactinfo li span {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
}

.tg-companycontactinfo li i {
    font-size: 16px;
    line-height: 16px;
    width: 25px;
}

.tg-companycontactinfo li span em {
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
}
.search-map-view {
    background-color: rgb(229, 227, 223);
    height: 890px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

/*==============================================
		Listing List V2							
==============================================*/
.tg-listview.tg-listingvtwo .tg-serviceproviders .tg-companycontent {
    min-height: auto;
    padding: 10px 0 9px 30px;
    overflow: visible;
}

.tg-listview.tg-listingvtwo .tg-companycontactinfo { padding: 15px 0; }

.tg-listview.tg-listingvtwo .tg-companycontent .tg-btn {
    float: left;
    margin: 0;
    position: relative;
    right: auto;
    top: auto;
}

/*==============================================
		Listing Detail Page						
==============================================*/

.tg-detailpage { margin: 0; }

.tg-detailpagehead {
    background: #000;
    color: #fff;
    float: left;
    width: 100%;
}

.tg-detailpagehead > figure {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
}

.tg-detailpagehead > figure > img {
    display: block;
    height: auto;
    opacity: 0.50;
    position: relative;
    width: 100%;
    z-index: 1;
}

.tg-detailpagehead figure figcaption {
    height: 100%;
    left: 0;
    padding: 80px 0 160px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.tg-detailpageheadcontent {
    float: left;
    padding: 9px 185px 9px 0;
    position: relative;
    width: 100%;
}

.tg-detailpageheadcontent .tg-title { padding: 15px 0 10px; }

.tg-detailpageheadcontent .tg-title h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
}

.tg-detailpageheadcontent .tg-title span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 0 0;
}

.tg-detailpageheadcontent .tg-companylogo {
    height: 100px;
    margin: 6px 15px 6px 0;
    width: 100px;
}

.tg-detailpageheadcontent .tg-companylogo img {
    display: block;
    margin: 0 auto;
}

.tg-detailpageheadcontent .tg-btn {
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 170px;
}

.tg-companynameandviews {
    float: left;
    min-height: 30px;
    width: 100%;
}

.tg-companynameandviews h2 {
    color: #fff;
    float: left;
    font: 400 13px/30px 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 0;
}

.tg-totalsviews {
    color: #fff;
    float: right;
    line-height: 30px;
}

.tg-totalsviews i {
    float: left;
    font-size: 13px;
    font-style: normal;
    line-height: 30px;
}

.tg-totalsviews i:first-child {
    line-height: 29px;
    padding: 1px 5px 0 0;
}

.tg-serviceproviderdetail .tg-content { padding: 30px 0 100px; }

.tg-advertisement {
    float: left;
    width: 100%;
}

.tg-advertisement img {
    display: block;
    height: auto;
    width: 100%;
}

.tg-modalfoot .tg-btn + .tg-btn { float: right; }

/*==============================================
		Listing List Detail Page				
==============================================*/

.tg-listfeatures .tg-panel .tg-accordionheading h4 em {
    clear: both;
    color: #919191;
    float: left;
    font-size: 13px;
    font-style: normal;
    line-height: 17px;
    margin: 3px 0 0;
}

/*==============================================
		Categories 4 Columns Grid Style			
==============================================*/

.tg-categories {
    display: block;
    height: auto;
    width: 100%;
}

.tg-companyfeatures {
    float: left;
    width: 100%;
}

.tg-companyfeaturebox {
    float: left;
    padding: 40px 0 0;
    position: relative;
    width: 100%;
}

.tg-companyfeaturetitle {
    float: left;
    padding: 0 0 20px;
    width: 100%;
}

.tg-companyfeaturetitle h3 {
    font-size: 18px;
    line-height: 14px;
    margin: 0;
}

.tg-certicicatesawards .tg-description p { margin: 0; }

.tg-btntext {
    display: inline-block;
    vertical-align: bottom;
}

.tg-companyfeaturebox ul {
    float: left;
    list-style: none;
    width: 100%;
}

.tg-companyfeaturebox > ul { line-height: 24px; }

.tg-companyfeaturebox ul li {
    float: left;
    list-style-type: none;
}

.tg-companyfeaturebox > ul > li {
    line-height: 17px;
    margin: 20px 0 0;
    width: 100%;
}

.tg-languages .tg-themeliststyle li {
    margin: 8px 0;
    width: 25%;
}

.tg-certicicatesawards ul li:first-child { margin: 0; }

.tg-certicicatesawards ul li figure {
    border-radius: 5px;
    float: left;
    margin: 0 30px 0 0;
    overflow: hidden;
}

.tg-textbox {
    overflow: hidden;
    padding: 49px 0;
}

.tg-certicicatesawards .tg-textbox h4,
.tg-certicicatesawards .tg-textbox time {
    color: #333;
    float: left;
    font: 400 16px/16px 'Work Sans', Arial, Helvetica, sans-serif;
    margin: 0 0 15px;
}

.tg-certicicatesawards .tg-textbox time { float: right; }

.tg-amenities ul { margin: -10px 0; }

.tg-amenities ul li {
    margin: 10px 0;
    width: 33.33%;
}

.tg-amenities ul li.tg-activated { color: #333; }

.tg-amenities ul li span,
.tg-amenities ul li i {
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
}

.tg-amenities ul li i { font-size: 18px; }

.tg-amenities ul li span { font-size: 14px; }

.tg-textbox .tg-description p { margin: 0 !important; }

.tg-accordion {
    float: left;
    width: 100%;
}

.tg-panel { padding: 24px; }

.tg-panel:nth-child(odd) { background: #f7f7f7; }

.tg-panel:nth-child(even) { background: #fff; }

.tg-panel .tg-accordionheading h4 {
    color: #999;
    cursor: pointer;
    float: left;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    text-transform: capitalize;
    width: 100%;
}

.tg-panel .tg-accordionheading h4:hover,
.tg-panel .tg-accordionheading.tg-active h4 { color: #333; }

.tg-panel .tg-accordionheading h4 span { float: left; }

.tg-panel .tg-accordionheading h4 span + span { float: right; }

.tg-panelcontent {
    float: left;
    padding: 15px 0 0;
    width: 100%;
}

.tg-panelcontent .tg-description p { margin: 0; }

.tg-ourteam ul {
    clear: both;
    float: none;
    margin: -5px;
    overflow: hidden;
    width: auto;
}

.tg-ourteam ul li {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    width: 33.33%;
}

.tg-teammember {
    background: #f7f7f7;
    border-radius: 5px;
    float: left;
    padding: 10px;
    position: relative;
    width: 100%;
}

.tg-teammember figure {
    border-radius: 5px;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
}

.tg-teammember figure a,
.tg-teammember figure a img { display: block; }

.tg-memberinfo {
    overflow: hidden;
    padding: 12px 0;
}

.tg-memberinfo h5 {
    color: #333;
    float: left;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 5px;
    width: 100%;
}

.tg-memberinfo a {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    vertical-align: top;
}

.tg-memberinfo h5 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tg-gallery ul {
    clear: both;
    float: none;
    margin: -5px;
    overflow: hidden;
    width: auto;
}

.tg-gallery ul li {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    width: 25%;
}

.tg-galleryimgbox {
    border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    padding: 5px;
    width: 100%;
}

.tg-galleryimgbox figure {
    background: #333;
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
}

.tg-galleryimgbox figure img {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}

.tg-galleryimgbox figure:hover img { opacity: 0.60; }

.tg-btngallery {
    background: #333;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 30px;
    left: 50%;
    line-height: 30px;
    margin: -15px 0 0 -15px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    visibility: hidden;
    width: 30px;
    z-index: 2;
}

.tg-btngallery i {
    display: block;
    line-height: inherit;
}

.tg-btngallery:hover { color: #fff; }

.tg-galleryimgbox figure:hover .tg-btngallery {
    opacity: 1;
    visibility: visible;
}

.tg-videos ul {
    clear: both;
    float: none;
    margin: -15px;
    overflow: hidden;
    width: auto;
}

.tg-videos ul li {
    float: left;
    margin: 0;
    padding: 15px;
    width: 50%;
}

.tg-videobox {
    float: left;
    width: 100%;
}

.tg-videobox figure {
    float: left;
    margin: 0;
    width: 100%;
}

.tg-videobox figure a,
.tg-videobox figure a img {
    display: block;
    height: auto;
    width: 100%;
}

.tg-feedbacks {
    float: left;
    width: 100%;
}

.tg-feedback {
    display: none;
    float: left;
    width: 100%;
}

.tg-feedback + .tg-feedback { margin: 10px 0 0; }

.tg-feedbackcontent {
    float: left;
    padding: 0 0 0 90px;
    position: relative;
    width: 100%;
}

.tg-feedbackbox {
    background: #f7f7f7;
    border-radius: 5px;
    float: left;
    padding: 20px;
    width: 100%;
}

.tg-feedback figure {
    border-radius: 5px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 80px;
    z-index: 2;
}

.tg-feedback figure a { display: block; }

.tg-feedback figure img,
.tg-feedback figure a img {
    display: block;
    position: relative;
    z-index: 1;
}

.tg-contenthead {
    float: left;
    padding: 0 0 20px;
    width: 100%;
}

.tg-leftbox { float: left; }

.tg-name {
    float: left;
    width: 100%;
}

.tg-name h4 {
    font-size: 16px;
    line-height: 12px;
    margin: 0 0 5px;
}

.tg-name h4 a { display: block; }

.tg-feedbackcontent .tg-description p { margin: 0; }

.tg-overallratingbox { float: right; }

.tg-overallratingbox .tg-stars,
.tg-overallratingbox .tg-stars span,
.tg-overallratingbox .tg-stars span:after,
.tg-overallratingbox .tg-stars:before {
    font-size: 12px;
    height: 12px;
    line-height: 12px;
}

.tg-overallratingbox .tg-stars { width: 75px; }

.tg-overallratingbox .tg-stars span { width: 80%; }

.tg-overallratingbox i,
.tg-overallratingbox em {
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    line-height: 12px;
    vertical-align: top;
}

.tg-overallratingbox i { margin: 0 0 0 5px; }

.tg-overallratingarea {
    float: right;
    line-height: 12px;
    position: relative;
}

.tg-overallratingarea i {
    cursor: pointer;
    line-height: 12px;
}

.tg-overallrating {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0px rgba(17, 1, 14, 0.10);
    left: 100%;
    margin: 0 0 0 10px;
    opacity: 0;
    padding: 15px 20px;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 5;
}

.tg-overallrating:before {
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
}

.tg-overallrating .tg-servicesrating {
    margin: 0;
    padding: 0;
}

.tg-overallratingarea:hover .tg-overallrating {
    margin: -95px 0 0 10px;
    opacity: 1;
    visibility: visible;
}

.tg-overallrating .tg-servicesrating li {
    line-height: 20px;
    min-width: 195px;
}

.tg-overallrating .tg-servicesrating li:before { display: none; }

.tg-overallrating .tg-servicesrating li em { font-size: 12px; }

.tg-overallrating .tg-servicesrating li .tg-stars {
    margin: 0;
    width: 75px;
}

.tg-overallrating .tg-servicesrating li .tg-stars,
.tg-overallrating .tg-servicesrating li .tg-stars:before,
.tg-overallrating .tg-servicesrating li .tg-stars span,
.tg-overallrating .tg-servicesrating li .tg-stars span:after {
    font-size: 12px;
    height: 12px;
    line-height: 12px;
}

.tg-reviews .tg-btnbox {
    border-bottom: 1px solid #ddd;
    padding: 30px;
}

.tg-formleavefeedback .form-group {
    float: left;
    width: 100%;
}

.tg-formleavefeedback .form-group label {
    float: left;
    font-size: 13px;
    line-height: 40px;
    margin: 0;
}

.tg-formleavefeedback .form-group .tg-select {
    float: right;
    width: 70%;
}

.tg-formleavefeedback .form-group .tg-select select {
    border-radius: 3px;
    float: left;
    height: 40px;
    line-height: 18px;
    padding: 0 10px;
    width: 100%;
}

.tg-recommendedradio {
    float: right;
    width: 44%;
}

.tg-reviewtitle {
    float: left;
    width: 56%;
}

.tg-recommendedradio .tg-radio {
    padding: 0 0 0 10px;
    width: 50%;
}

.tg-recommendedradio .tg-radio label {
    align-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    display: flex;
    flex-direction: row;
    float: left;
    font-size: 13px;
    height: 40px;
    justify-content: center;
    line-height: 40px;
    overflow: hidden;
    padding: 0;
    text-transform: capitalize;
    width: 100%;
}

.tg-recommendedradio .tg-radio label i {
    color: #fff;
    line-height: inherit;
    padding: 0 10px 0 0;
}

.tg-recommendedradio .tg-radio label:before,
.tg-recommendedradio .tg-radio label:after { display: none; }

.tg-recommendedradio .tg-radio label:hover,
.tg-recommendedradio .tg-radio label:hover i,
.tg-recommendedradio .tg-radio input[type="radio"]:checked + label,
.tg-recommendedradio .tg-radio input[type="radio"]:checked + label i { color: #fff; }

.tg-formleavefeedback textarea.form-control {
    height: 220px;
    padding: 10px;
    resize: none;
}

.tg-formleavefeedback .tg-servicesrating {
    float: left;
    list-style: none;
    width: 100%;
}

.tg-formleavefeedback .tg-servicesrating li {
    float: left;
    line-height: normal;
    list-style-type: none;
    padding: 15px 10px;
    width: 100%;
}

.tg-formleavefeedback .tg-servicesrating li:nth-child(odd) { background: #f7f7f7; }

.tg-formleavefeedback .tg-servicesrating li:nth-child(even) { background: #fff; }

.tg-formleavefeedback .tg-servicesrating li span,
.tg-formleavefeedback .tg-servicesrating li em {
    float: right;
    font-style: normal;
}

.tg-formleavefeedback .tg-servicesrating li em {
    float: left;
    font-size: 13px;
    line-height: 16px;
}

.tg-formleavefeedback .tg-servicesrating li .tg-stars { width: 90px; }

.tg-formleavefeedback .tg-servicesrating li .tg-stars,
.tg-formleavefeedback .tg-servicesrating li .tg-stars:before,
.tg-formleavefeedback .tg-servicesrating li .tg-stars span,
.tg-formleavefeedback .tg-servicesrating li .tg-stars span:after {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
}

.tg-formleavefeedback .tg-servicesrating li .tg-stars span {
    float: left;
    width: 80%;
}

.tg-serviceproviderdetail .tg-sidebar {
    margin: -110px 0 0;
    position: relative;
    z-index: 3;
}

.tg-mapbox {
    border: 10px solid #fff;
    border-radius: 5px;
    float: left;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}

.tg-addtofavorite {
    background: #ff4d58;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
    z-index: 3;
}

.tg-addtofavorite i { margin: 0 3px 0 0; }

.tg-addtofavorite:hover,
.tg-addtofavorite:hover i { color: #fff; }

.tg-contactinfobox {
    float: left;
    padding: 0 20px;
    width: 100%;
}

.tg-contactinfobox .tg-contactinfo { line-height: 17px; }

.tg-contactinfobox .tg-contactinfo li { line-height: inherit; }

.tg-contactinfobox .tg-contactinfo li + li { padding: 10px 0 0; }

.tg-contactinfobox .tg-socialicons {
    float: left;
    padding: 20px 0 30px;
    width: 100%;
}

.tg-contactinfobox .tg-socialicons li:first-child { padding-left: 0; }

.tg-widgetcontent .form-group { margin: 0 0 10px; }

.tg-widgetcontent .form-group textarea.form-control {
    height: 140px;
    resize: none;
}

.tg-widgetbusinesshours .tg-widgetcontent > ul > li + li { padding: 15px 0 0; }

.tg-dayname {
    color: #333;
    float: left;
    font: 400 14px/14px 'Work Sans', Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    width: 100%;
}

.tg-timebox {
    background: #f7f7f7;
    border-radius: 5px;
    color: #919191;
    float: left;
    font-size: 14px;
    line-height: 50px;
    margin: 10px 0 0;
    overflow: hidden;
    width: 100%;
}

.tg-timebox i,
.tg-timebox time {
    float: left;
    line-height: 50px;
}

.tg-timebox i {
    background: #ededed;
    display: block;
    font-size: 16px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 50px;
}

.tg-currentday .tg-timebox i { color: #fff; }

.tg-btndownload {
    background: #f7f7f7;
    border-left: 3px solid #f7f7f7;
    border-radius: 5px;
    color: #999;
    float: left;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 20px;
    text-align: left;
    width: 100%;
}

.tg-btndownload + .tg-btndownload { margin: 10px 0 0; }

.tg-btndownload i.fa,
.tg-btndownload span {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
}

.tg-btndownload span { padding: 0 0 0 5px; }

.tg-btndownload .lnr {
    float: right;
    line-height: 16px;
}

.tg-btndownload i,
.tg-btndownload span { color: #999; }

.tg-btndownload:hover,
.tg-btndownload:hover i,
.tg-btndownload:hover span { color: #333; }

.tg-widgetshare .tg-widgetcontent ul {
    clear: both;
    float: none;
    margin: -5px;
    overflow: hidden;
    width: auto;
}

.tg-widgetshare .tg-widgetcontent ul li {
    float: left;
    padding: 5px;
    width: auto;
}

.tg-widgetshare .tg-widgetcontent ul li a { color: #fff; }

.tg-widgetcontent > ul > li + li { padding: 30px 0 0; }

.tg-widgetcontent .tg-serviceprovidercontent { padding: 0; }

.tg-widgetcontent .tg-companylogo {
    height: 40px;
    width: 40px;
}

.tg-widgetcontent .tg-companylogo:after { display: none; }

.tg-widgetcontent .tg-serviceprovidercontent ul { margin: 0; }

.tg-widgettags .tg-widgetcontent {
    clear: both;
    float: none;
    margin: -5px;
    overflow: hidden;
    width: auto;
}

.tg-widgetcontent .tg-tag:hover { color: #fff; }

.tg-widgetcontent .tg-tag { margin: 5px; }

/*==============================================
		Categories Modal						
==============================================*/

.tg-closemodal {
    border-radius: 50%;
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    position: absolute;
    right: -12px;
    top: -12px;
    width: 24px;
}

.tg-modaldialog {
    margin: 60px auto 0;
    max-width: 1140px;
    overflow: hidden;
    width: 100%;
}

.tg-modalcontent {
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    float: left;
    overflow: hidden;
    padding: 30px;
    width: 100%;
}

.tg-modalhead {
    border-bottom: 1px solid #ddd;
    float: left;
    margin: 0 0 30px;
    padding: 0 0 20px;
    width: 100%;
}

.tg-modalhead h2 {
    float: left;
    font-size: 18px;
    line-height: 14px;
    margin: 0;
}

.tg-selecteditems {
    float: right;
    font-size: 13px;
    line-height: 14px;
}

.tg-modalbody {
    float: left;
    padding: 0 0 30px;
    width: 100%;
}

.tg-modalbody h3 {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    line-height: 12px;
    margin: 0;
}

.tg-modalbody .tg-themeform .tg-columnstyle {
    display: table;
    table-layout: fixed;
}

.tg-column {
    display: table-cell;
    overflow: hidden;
    vertical-align: top;
}

.tg-modalfoot {
    background: #f7f7f7;
    clear: both;
    margin: 0 -30px -30px;
    overflow: hidden;
    padding: 30px;
}

.tg-modalfoot .tg-btn {
    float: left;
    padding: 0 60px;
}

.tg-modalfoot .tg-btn + .tg-btn { float: right; }

.tg-appointmentModal .tg-modaldialog { max-width: 430px; }

.tg-appointmentModal .tg-modalhead {
    border: 0;
    margin: 0;
}

.tg-datepicker {
    color: #999;
    float: left;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
}

.tg-datepicker .ui-datepicker {
    background: #333;
    float: left;
    padding: 10px;
    width: 100%;
}

.tg-datepicker .ui-widget.ui-widget-content { border: 0; }

.tg-datepicker .ui-widget-header {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    padding: 0 0 10px;
}

.tg-datepicker .ui-widget-header a {
    background: #fff;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    top: 0;
    width: 30px;
}

.tg-datepicker .ui-widget-header a:hover { color: #fff; }

.tg-datepicker .ui-widget-header a.ui-datepicker-prev { left: 0; }

.tg-datepicker .ui-widget-header a.ui-datepicker-next { right: 0; }

.tg-datepicker .ui-widget-header a:before {
    border-radius: 50%;
    color: #333;
    content: '';
    display: block;
    font-family: 'FontAwesome';
    font-size: 18px;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.tg-datepicker .ui-widget-header a.ui-datepicker-prev:before { content: '\f104'; }

.tg-datepicker .ui-widget-header a.ui-datepicker-next:before { content: '\f105'; }

.tg-datepicker .ui-widget-header > a span { display: none; }

.tg-datepicker .ui-datepicker .ui-datepicker-title {
    line-height: 30px;
    margin: 0 40px;
}

.tg-datepicker .ui-datepicker table {
    float: left;
    margin: 0;
    width: 100%;
}

.tg-datepicker .ui-datepicker th {
    background: #292929;
    color: #fff;
}

.tg-datepicker .ui-datepicker th:first-child { border-radius: 5px 0 0 5px; }

.tg-datepicker .ui-datepicker th:last-child { border-radius: 0 5px 5px 0; }

.tg-datepicker .ui-datepicker td { padding: 0; }

.tg-datepicker .ui-datepicker td a {
    background: #424242;
    border: 1px solid #424242;
    color: #999;
    font-size: 14px;
    text-align: center;
}

.tg-datepicker .ui-datepicker td a:hover,
.tg-datepicker .ui-datepicker td a.ui-state-highlight,
.tg-datepicker .ui-datepicker td a.ui-state-active { color: #fff; }

.tg-modalfoot h2 {
    color: #333;
    font-size: 18px;
    line-height: 14px;
    margin: 0 0 20px;
}

.tg-availabletimeslotbox {
    float: left;
    width: 100%;
}

.tg-dateandcount {
    background: #333;
    border-radius: 5px;
    color: #999;
    float: left;
    font-size: 13px;
    line-height: 40px;
    padding: 0 20px;
    width: 100%;
}

.tg-dateandcount time {
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: inherit;
}

.tg-dateandcount span { float: right; }

.tg-timeslotsradio {
    clear: both;
    margin: 0 -5px;
    overflow: hidden;
    padding: 5px 0 25px;
}

.tg-timeslotsradio .tg-radio {
    float: left;
    padding: 5px;
    width: 25%;
}

.tg-timeslotsradio .tg-radio label {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #999;
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

.tg-timeslotsradio .tg-radio label:before { display: none; }

.tg-timeslotsradio .tg-radio label:hover { border-color: #ddd; }

.tg-timeslotsradio .tg-radio input[type=radio]:checked + label { color: #fff; }

.tg-modalfoot .tg-btnbox {
    padding: 0;
    text-align: center;
}

.tg-modalfoot .tg-btnbox .tg-btn { float: none; }

/*==============================================
		Categories Page Style					
==============================================*/

.tg-categories {
    float: left;
    margin: -15px 0;
    width: 100%;
}

.tg-sortfilters {
    float: left;
    padding: 0 0 30px;
    width: 100%;
}

.tg-sortfilter {
    border: 1px solid #ddd;
    border-radius: 3px;
    float: left;
    position: relative;
    width: auto;
}

.tg-sortfilter + .tg-sortfilter { margin: 0 0 0 20px; }

.tg-sortfilter span {
    left: 12px;
    line-height: 30px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.tg-sortfilter .tg-select { background: none; }

.tg-sortfilter .tg-select:after {
    right: 11px;
    z-index: -1;
}

.tg-sortfilter .tg-select select {
    background: none;
    border: 0;
    color: #484848;
    height: 30px;
    line-height: 28px;
    padding: 0 30px 0 75px;
}

.tg-sortfilter.tg-show .tg-select select { padding: 0 30px 0 60px; }

.tg-categories .tg-category figure figcaption .tg-categoryname {
    font-size: 16px;
    line-height: 16px;
}

/*==============================================
		Job Detail								
==============================================*/

.tg-jobdetail .tg-detailpagehead { background: #fff; }

.tg-jobdetail .tg-detailpageheadcontent { padding: 0 185px 0 0; }

.tg-jobdetail .tg-detailpagehead .tg-companycontent { padding: 8px 0; }

.tg-jobdetail .tg-detailpagehead .tg-companylogo { margin: 0 15px 0 0; }

.tg-jobdetail .tg-detailpagehead .tg-title { padding: 15px 0 0; }

.tg-jobdetail .tg-detailpagehead .tg-title h1 { color: #000; }

.tg-jobpostedby {
    color: #999;
    float: left;
    font-size: 13px;
    line-height: 13px;
    width: 100%;
}

.tg-jobdetail .tg-title .tg-jobpostedby a { color: #999; }

.tg-jobmatadata {
    clear: both;
    color: #919191;
    font-size: 13px;
    line-height: 16px;
    list-style: none;
    margin: 0 -1px;
    overflow: hidden;
    padding: 40px 0;
}

.tg-jobmatadata li {
    float: left;
    list-style-type: none;
    padding: 0 1px;
    width: 25%;
}

.tg-jobmatadata li .tg-box {
    background: #f7f7f7;
    border-radius: 5px;
    float: left;
    height: 80px;
    padding: 20px;
    width: 100%;
}

.tg-jobmataicon {
    background: #333;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 0 15px 0 0;
    text-align: center;
    width: 40px;
}

.tg-jobmataicon i {
    display: block;
    line-height: inherit;
}

.tg-jobmatacontent { overflow: hidden; }

.tg-jobmatacontent strong { font: 400 16px/16px 'Work Sans', Arial, Helvetica, sans-serif; }

.tg-jobmatacontent strong,
.tg-jobmatacontent span {
    float: left;
    width: 100%;
}

.tg-jobdetail .tg-companyfeaturebox:first-child { padding: 0; }

.tg-companyfeaturebox.tg-jobdetails ul li {
    line-height: 20px;
    margin: 0;
    padding: 10px 20px;
}

.tg-companyfeaturebox.tg-jobdetails ul li:nth-child(odd) { background: #fff; }

.tg-companyfeaturebox.tg-jobdetails ul li:nth-child(even) { background: #f7f7f7; }

.tg-companyfeaturebox.tg-jobdetails ul li span {
    color: #333;
    float: left;
    font-size: 14px;
    line-height: 20px;
    width: 50%;
}

.tg-companyfeaturebox.tg-jobdetails ul li span + span {
    color: #999;
    padding: 0 0 0 30px;
}

.tg-jobdetail .tg-companyfeaturebox .tg-themeliststyletick li { margin: 5px 0 0; }

.tg-jobdetail .tg-companyfeaturebox .tg-themeliststyletick { padding: 10px 0 0; }

.tg-benefitsallowances ul li {
    float: left;
    width: 33.33%;
}

.tg-jobdetail .tg-mapbox { border: 0; }

.tg-widgetcontent ul li .tg-jobpostedby a { float: none; }

.tg-widgetrelatedjobs .tg-widgetcontent .tg-companylogo {
    height: 60px;
    margin: 4px 8px 4px 0;
    width: 60px;
}

.tg-widgetcontent ul li .tg-tagjobtype:hover {
    background: #fff;
    border-color: #ddd;
    color: #999;
}

.tg-widgetrelatedjobs .tg-title { padding-top: 0; }

.tg-widgetrelatedjobs .tg-title h3 {
    font-size: 14px;
    line-height: 14px;
}

/*==============================================
		404 Error Style							
==============================================*/

.tg-404errorimg {
    border-radius: 30px 30px 0 30px;
    float: left;
    margin: 0;
    width: 100%;
}

.tg-404errorimg img {
    border-radius: 30px 30px 0 30px;
    display: block;
    height: auto;
    width: 100%;
}

.tg-404errorcontent {
    float: left;
    padding: 2px 0;
    width: 100%;
}

.tg-404errorcontent .tg-bordertitle {
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.tg-404errorcontent .tg-bordertitle h2 {
    font-size: 80px;
    line-height: 65px;
    margin: 0 0 8px;
}

.tg-404errorcontent .tg-bordertitle h3 {
    clear: both;
    font-size: 24px;
    line-height: 27px;
    margin: 0;
}

.tg-404errorcontent .tg-themeform fieldset {
    padding: 0 190px 0 0;
    position: relative;
}

.tg-404errorcontent .tg-themeform fieldset .tg-btn {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 170px;
}

/*==============================================
		Contact Us Style						
==============================================*/

.tg-contactusmap {
    float: left;
    height: 400px;
    width: 100%;
}

.tg-contactusarea {
    float: left;
    width: 100%;
}

.tg-contactusarea .tg-themeform textarea {
    float: left;
    height: 215px;
    resize: none;
    width: 100%;
}

.tg-contactusarea .tg-themeform .tg-btn { padding: 0 60px; }

/*==============================================
		Login Register Style					
==============================================*/

.tg-heading {
    float: left;
    width: 100%;
}

.tg-heading h2 {
    font-size: 18px;
    line-height: 15px;
    margin: 0 0 20px;
}

.tg-tabnav {
    float: left;
    list-style: none;
    width: 100%;
}

.tg-tabnav li {
    border-bottom: 2px solid;
    float: left;
    list-style-type: none;
    width: 50%;
}

.tg-tabnav li a {
    background: #f7f7f7;
    border-radius: 5px 0 0 0;
    display: block;
    margin-bottom: 2px;
    padding: 20px;
}

.tg-tabnav li + li a {
    border-left: 2px solid #fff;
    border-radius: 0 5px 0 0;
}

.tg-tabnav li a > span {
    background: #dedede;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 40px;
}

.tg-tabnav li.active a,
.tg-tabnav li:hover a {
    margin-bottom: 0;
    padding: 20px 20px 22px 20px;
}

.tg-tabnav li.active a > span,
.tg-tabnav li:hover a > span { background: #fff; }

.tg-navcontent { overflow: hidden; }

.tg-navcontent h3 {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 5px;
}

.tg-navcontent span {
    color: #919191;
    display: block;
    font-size: 13px;
    line-height: 17px;
}

.tg-tabnav li:hover a .tg-navcontent h3,
.tg-tabnav li.active a .tg-navcontent h3,
.tg-tabnav li:hover a .tg-navcontent span,
.tg-tabnav li.active a .tg-navcontent span { color: #fff; }

.tg-themetabcontent,
.tg-themetabcontent .tab-pane {
    float: left;
    width: 100%;
}

.tg-themetabcontent { padding: 0 10px; }

.tg-themetabcontent .form-group {
    float: left;
    padding: 0 10px;
    width: 50%;
}

.tg-themetabcontent .form-group:first-child { width: 100%; }

.tg-registeras {
    float: right;
    padding: 20px 0 0;
}

.tg-themetabcontent .form-group img {
    display: block;
    height: auto;
    width: 100%;
}

.tg-registeras span {
    color: #333;
    float: left;
    font-size: 13px;
    line-height: 15px;
    margin: 2px 10px 0 0;
}

.tg-registeras span,
.tg-registeras .tg-radio {
    display: inline-block;
    vertical-align: middle;
}

.tg-registeras .tg-radio { width: auto; }

.tg-registeras .tg-radio + .tg-radio { margin: 0 0 0 10px; }

.tg-registeras .tg-radio input[type=radio] + label { text-transform: capitalize; }

.tg-registeras .tg-radio input[type=radio] + label,
.tg-registeras .tg-radio input[type=radio] + label:before { color: #999; }

.tg-registeras .tg-radio input[type=radio]:checked + label,
.tg-registeras .tg-radio input[type=radio]:checked + label:before { color: #333; }

.tg-themetabcontent .tg-inputwithicon .tg-icon.fa-crosshairs { right: 45px; }

.tg-themetabcontent .tg-inputwithicon .tg-icon.fa-angle-down { right: 20px; }

.tg-themetabcontent .tg-checkbox { padding: 31px 0; }

.tg-themetabcontent .tg-checkbox label {
    font-size: 13px;
    line-height: 18px;
}

.tg-formlogin-register .tg-btn {
    clear: both;
    float: left;
}

.tg-loginarea {
    float: left;
    width: 100%;
}

.tg-loginarea .tg-bordertitle {
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.tg-loginarea .tg-bordertitle:before {
    bottom: -1px;
    width: 50px;
}

.tg-loginarea .tg-bordertitle h3 {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    padding: 0 0 0 20px;
}

.tg-loginarea fieldset .form-group { padding: 0 20px; }

.tg-btnforgotpass {
    background: #f7f7f7;
    clear: both;
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding: 7px 0;
    text-align: center;
}

.tg-themetabcontent .tg-socialicons {
    float: right;
    padding: 5px 0;
    width: auto;
}

/*==============================================
		Commingsoon Style						
==============================================*/

.tg-commingsoonpage {
    background: url(../images/bg-comming.jpg);
    background-size: cover;
    height: auto;
    position: static;
}

.tg-commingsoonpage .tg-wrapper {
    position: relative;
    z-index: 2;
}

.tg-commingsoonpage .tg-main { position: relative; }

.tg-commingsoonpage:before {
    background:
              -moz-linear-gradient(top,
                                   rgba(0, 0, 0, 0.2) 0%,
                                   rgba(0, 0, 0, 0.2) 100%);
    background:
              -webkit-linear-gradient(top,
                                      rgba(0, 0, 0, 0.2) 0%,
                                      rgba(0, 0, 0, 0.2) 100%);
    background:
              linear-gradient(to bottom,
                              rgba(0, 0, 0, 0.2) 0%,
                              rgba(0, 0, 0, 0.2) 100%);
    content: '';
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000', GradientType=0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.tg-commingsoonholder {
    float: left;
    width: 100%;
}

.tg-commingsoonbox {
    background: #fff;
    margin: 201px auto;
    max-width: 1230px;
    overflow: hidden;
    padding: 30px 15px;
    width: 100%;
}

.tg-twocols {
    display: inline-block;
    margin: 0 -2px;
    padding: 0 15px;
    vertical-align: middle;
    width: 50%;
}

.tg-comming-sooncounter { padding: 0 13px; }

.tg-counterbox {
    float: left;
    padding: 2px;
    text-align: center;
    width: 50%;
}

.tg-comming-sooncounter .timer_box { padding: 53px 0; }

.tg-comming-sooncounter .timer_box h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 200;
    line-height: 45px;
    margin: 0 0 15px;
}

.tg-comming-sooncounter .timer_box p {
    color: #fff;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 200;
    line-height: 34px;
    margin: 0;
}

.tg-commingsooncontent .tg-logo { padding: 0 0 60px; }

.tg-commingsooncontent .tg-bordertitle {
    margin: 0 0 30px;
    padding: 0 0 30px;
}

.tg-commingsooncontent .tg-bordertitle h2 {
    font-size: 40px;
    line-height: 35px;
    margin: 0 0 12px;
}

.tg-commingsooncontent .tg-bordertitle h3 {
    clear: both;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}

.tg-commingsooncontent .tg-themeform fieldset {
    padding: 0 190px 0 0;
    position: relative;
}

.tg-commingsooncontent .tg-themeform fieldset .form-group { margin: 0; }

.tg-commingsooncontent .tg-themeform fieldset .tg-btn {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 170px;
}

.tg-copyrights {
    background: #333;
    color: #aaa;
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 17px 0;
    text-align: center;
    width: 100%;
    z-index: 3;
}

/*==============================================
		Appointment Style						
==============================================*/

.tg-appointmentsetting,
.tg-appointmenthead {
    float: left;
    padding: 0 0 40px;
    width: 100%;
}

.tg-appointmentheading { float: left; }

.tg-appointmentheading h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    padding: 15px 0;
}

.tg-btnedite {
    border-radius: 50%;
    color: #fff;
    display: block;
    float: right;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    width: 60px;
}

.tg-btnedite:hover { color: #fff; }

.tg-formbookappointment {
    float: left;
    width: 100%;
}

.tg-progressbox {
    background: #f7f7f7;
    border-radius: 5px;
    float: left;
    padding: 0 30px 30px;
    width: 100%;
}

.tg-formprogressbar {
    border-bottom: 1px solid #ddd;
    clear: both;
    color: #999;
    float: none;
    font-size: 13px;
    line-height: 16px;
    margin: 0 -30px 30px -30px;
    overflow: hidden;
    padding: 24px 0 15px;
    position: relative;
    text-align: center;
    width: auto;
}

.tg-formprogressbar:before,
.tg-formprogressbar:after {
    background: #e5e5e5;
    content: '';
    height: 2px;
    left: 180px;
    position: absolute;
    top: 32px;
    width: 68%;
}

.tg-formprogressbar:after {
    background: #fff;
    top: 34px;
}

.tg-formprogressbar li {
    display: inline-block;
    line-height: inherit;
    list-style-type: none;
    margin: 0 -2px;
    padding: 25px 0 0;
    position: relative;
    text-transform: capitalize;
    vertical-align: top;
    width: 17%;
    z-index: 3;
}

.tg-formprogressbar li:before,
.tg-formprogressbar li:after {
    -webkit-box-shadow: inset 2px 2px 2px 0 #e5e5e5;
    background: #fff;
    border-radius: 50%;
    box-shadow: inset 2px 2px 2px 0 #e5e5e5;
    content: '';
    height: 20px;
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
    top: 0;
    width: 20px;
}

.tg-formprogressbar li:after {
    -webkit-box-shadow: inset -2px -2px 2px 0 #4a9e4d;
    box-shadow: inset -2px -2px 2px 0 #4a9e4d;
    height: 10px;
    left: 53%;
    opacity: 0;
    top: 6px;
    visibility: hidden;
    width: 10px;
}

.tg-formprogressbar li.tg-active:after {
    opacity: 1;
    visibility: visible;
}

.tg-formprogressbar li span {
    display: none;
    float: left;
    text-align: center;
    width: 100%;
}

.tg-formprogressbar li.tg-active span { display: block; }

.tg-formbookappointment fieldset {
    border: 0;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.tg-progressbox h3 {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 12px;
}

.tg-btnarea {
    float: left;
    width: 100%;
}

.tg-btndontwant {
    color: #999;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 0 25px;
}

.tg-appointmentinfo {
    float: left;
    width: 100%;
}

.tg-formbookappointment .tg-heading { width: auto; }

.tg-heading h3 {
    font-size: 18px;
    line-height: 21px;
    margin: 0;
}

.tg-reminderemail {
    float: right;
    padding: 3px 0;
}

.tg-reminderemail span {
    color: #333;
    float: left;
    font-size: 13px;
    line-height: 14px;
}

.tg-reminderemail .tg-checkbox {
    margin: 0 0 0 10px;
    width: auto;
}

.tg-reminderemail span,
.tg-reminderemail .tg-checkbox {
    display: inline-block;
    vertical-align: middle;
}

.tg-reminderemail .tg-checkbox label {
    color: #999;
    font-size: 13px;
    line-height: 14px;
}

.tg-reminderemail .tg-radio input[type=radio] + label:before,
.tg-reminderemail .tg-checkbox input[type=checkbox] + label:before {
    color: #999;
    top: 1px;
}

.tg-checkbox input[type=checkbox]:checked + label,
.tg-checkbox input[type=checkbox]:checked + label:before { color: #333; }

.tg-formbookappointment textarea {
    float: left;
    height: 145px;
    resize: none;
    width: 100%;
}

.tg-userdetail {
    border-top: 1px solid #ddd;
    float: left;
    margin: 30px 0 0;
    padding: 30px 0 0;
    width: 100%;
}

.tg-userdetail .tg-heading { width: auto; }

.tg-alreadyhaveaccount { float: right; }

.tg-alreadyhaveaccount span {
    color: #333;
    font-size: 13px;
    line-height: 16px;
}

.tg-btnarea .tg-btn + .tg-btn { float: right; }

.tg-formbookappointment .tg-radio label img { margin: 0 0 0 10px; }

.tg-appointmentsummry {
    float: left;
    font-size: 14px;
    line-height: 18px;
    list-style: none;
    margin: 0 0 20px;
    width: 100%;
}

.tg-appointmentsummry li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 11px 20px;
    width: 100%;
}

.tg-appointmentsummry li:nth-child(odd) { background: #fff; }

.tg-appointmentsummry li strong {
    float: left;
    line-height: inherit;
    width: 25%;
}

.tg-appointmentsummry li span {
    float: left;
    line-height: inherit;
    width: 75%;
}

.tg-appointmentsummry li span .tg-description p { margin: 0; }

.tg-formstepfive .tg-btnarea .tg-btn { float: left; }

.tg-formstepfive .tg-btnarea .tg-btn + .tg-btn { float: right; }

.tg-formsteptwo,
.tg-formstepthree,
.tg-formstepfour,
.tg-formstepfive { display: none; }

.tg-appointmentrejectmodal .tg-modaldialog,
.tg-appointmentapprovemodal .tg-modaldialog { max-width: 630px; }

.tg-appointmentapprovemodal .tg-modalfoot { text-align: center; }

.tg-appointmentapprovemodal .tg-modalfoot .tg-btn { float: none; }

.tg-appointmentapprovemodal .tg-modalfoot .tg-btnreject { margin: 0 0 0 25px; }

.tg-appointmentrejectmodal .tg-modalfoot { text-align: center; }

.tg-appointmentrejectmodal .tg-modalfoot .tg-btn { float: none; }

.tg-formreject textarea {
    color: #999;
    height: 180px;
}

/*==============================================
		Job Listing Style						
==============================================*/

.tg-joblisting {
    float: left;
    width: 100%;
}

.tg-tablejoblidting {
    float: left;
    margin: 0;
    width: 100%;
}

.tg-tablejoblidting tr {
    border-bottom: 1px solid #ddd;
    display: table;
    position: relative;
}

.tg-tablejoblidting tr td {
    border: 0;
    padding: 30px 14px;
    width: 20%;
}

.tg-tablejoblidting tr td:first-child {
    padding: 27px 20px;
    vertical-align: middle;
    width: 40%;
}

.tg-tablejoblidting tr:before {
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.tg-tablejoblidting tr:hover:before { height: 100%; }

.tg-tablejoblidting tr td:nth-child(odd) { background: #fff; }

.tg-tablejoblidting tr td:nth-child(even) { background: #fcfcfc; }

.tg-tablejoblidting tr td span {
    color: #919191;
    font-size: 13px;
    line-height: 16px;
}

.tg-tablejoblidting tr td .tg-companylogo {
    height: 50px;
    margin: 8px 8px 0 0;
    overflow: visible;
    width: 50px;
}

.tg-tablejoblidting tr td .tg-companylogo img { border-radius: 50%; }

.tg-tablejoblidting tr td .tg-companylogo:after { display: none; }

.tg-companylogo img {
    display: block;
    height: auto;
    width: 100%;
}

.tg-tablejoblidting tr .tg-contentbox { width: 80%; }

.tg-tablejoblidting tr .tg-contentbox .tg-tag { font-weight: 400; }

.tg-tablejoblidting tr .tg-contentbox .tg-title {
    padding: 6px 0 4px;
    text-align: left;
}

.tg-tablejoblidting tr .tg-contentbox .tg-title h3 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.tg-tablejoblidting tr .tg-contentbox span {
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/*==============================================
		Blog Grid Style							
==============================================*/

.tg-bloggird {
    float: left;
    width: 100%;
}

.tg-bloggird .tg-post { padding: 15px 0; }

/*==============================================
		Blog List Style							
==============================================*/

.tg-bloglist {
    float: left;
    margin: -15px 0;
    width: 100%;
}

.tg-bloglist .tg-post { padding: 15px 0; }

.tg-bloglist .tg-post .tg-postmatadata { margin: 0 0 10px; }

.tg-widgetcatagories .tg-widgetcontent ul li + li { padding: 8px 0 0; }

.tg-widgetcatagories .tg-widgetcontent ul li a {
    display: block;
    float: none;
}

.tg-widgetcontent .tg-btnviewall {
    clear: both;
    display: block;
    font-size: 13px;
    line-height: 13px;
    padding: 9px 0 0;
}

.tg-adminname {
    float: left;
    width: 100%;
}

.tg-adminname i {
    float: left;
    margin: 0 10px 0 0;
}

.tg-widgetrelatedposts .tg-widgetcontent > a { padding: 27px 0 0; }

.tg-widgetrelatedposts .tg-widgetcontent a.tg-views {
    clear: both;
    display: block;
}

/*==============================================
		Blog Detail Style						
==============================================*/

.tg-postdetail {
    float: left;
    width: 100%;
}

.tg-postdetail figure {
    border-radius: 5px;
    float: left;
    margin: 0 0 20px;
    overflow: hidden;
    width: 100%;
}

.tg-detailpage .tg-postcontent { padding: 0 0 21px; }

.tg-detailpage .tg-postcontent .tg-title h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 27px;
}

.tg-detailpage .tg-description p {
    clear: both;
    margin: 0 0 25px;
}

blockquote {
    border: 0;
    color: #333;
    float: left;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    padding: 55px;
    position: relative;
    text-align: center;
    width: 100%;
}

blockquote:after,
blockquote:before {
    font-family: 'FontAwesome';
    font-size: 30px;
    left: 50%;
    line-height: 30px;
    margin: 0 0 0 -15px;
    position: absolute;
}

blockquote:after {
    content: '\f10d';
    top: 0;
}

blockquote:before {
    bottom: 0;
    content: '\f10e';
}

blockquote q { quotes: none; }

blockquote q span {
    color: #919191;
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin: 8px 0 0;
}

.tg-tagsshare {
    background: #f7f7f7;
    float: left;
    margin: 10px 0 0;
    padding: 20px 30px;
    position: relative;
    width: 100%;
}

.tg-posttags {
    float: left;
    padding: 5px 250px 5px 0;
    width: 100%;
}

.tg-posttags .tg-tag { margin: 0 5px; }

.tg-tagsshare span {
    color: #333;
    float: left;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    margin: 0 5px 0 0;
}

.tg-tagsshare span,
.tg-posttags .tg-tag {
    display: inline-block;
    vertical-align: middle;
}

.tg-postshare {
    margin: -15px 0 0;
    position: absolute;
    right: 30px;
    top: 50%;
}

.tg-postshare span { padding: 6px 0; }

.tg-author {
    float: left;
    padding: 40px 0 0;
    width: 100%;
}

.tg-author figure {
    border-radius: 4px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 80px;
    z-index: 2;
}

.tg-author figure a { display: block; }

.tg-author figure a img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
}

.tg-authorcontent {
    float: left;
    padding: 0 0 0 90px;
    position: relative;
    width: 100%;
}

.tg-authorbox {
    background: #f7f7f7;
    border-radius: 5px;
    float: left;
    padding: 20px;
    width: 100%;
}

.tg-authorhead {
    float: left;
    padding: 0 0 22px;
    width: 100%;
}

.tg-leftbox span {
    display: block;
    font-size: 13px;
    line-height: 15px;
}

.tg-rightbox { float: right; }

.tg-authorbox .tg-description p { margin: 0; }

.tg-rightbox .tg-btnreply {
    color: #999;
    display: block;
    font-size: 13px;
    line-height: 15px;
}

.tg-formleavreview textarea {
    height: 220px;
    resize: none;
}

/*============================================================================================
								Dashboard Style
============================================================================================*/

.tg-dashboard {
    float: left;
    width: 100%;
}

.tg-alertmessages {
    float: left;
    margin: 40px 0 0;
    width: 100%;
}

.tg-alertmessage {
    background: #fcfcfc;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    float: left;
    font-size: 13px;
    line-height: 17px;
    padding: 10px;
    width: 100%;
}

.tg-alertmessage i {
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

.tg-alertmessage span {
    background: none;
    color: #919191;
}

.tg-alertmessage .close {
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 30px;
    opacity: 1;
}

.tg-ceomessage .tg-alertmessage {
    border-radius: 4px;
    margin: 0 0 40px;
    padding: 30px;
}

.tg-ceomessage h2 {
    font-size: 18px;
    line-height: 18px;
}

.tg-ceomessage span {
    display: block;
    margin: 0 0 25px;
}

.tg-ceobottom {
    float: left;
    width: 100%;
}

.tg-ceocontent { float: left; }

.tg-ceocontent figure {
    border-radius: 4px;
    float: left;
    margin: 0 10px 0 0;
}

.tg-ceocontent figure img {
    border-radius: 4px;
    display: block;
    height: auto;
    width: 100%;
}

.tg-ceoinfo {
    overflow: hidden;
    padding: 11px 0;
}

.tg-ceoinfo span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}

.tg-ceoinfo span:first-child { margin: 0 0 10px; }

.tg-ceobottom .tg-logo {
    float: right;
    margin: 0;
    width: 130px;
}

.tg-dashboardnotifications {
    clear: both;
    margin: 0 -15px;
    overflow: hidden;
    padding: 0 0 40px;
}

.tg-dashboardnotificationholder {
    float: left;
    padding: 0 15px;
    width: 33.33%;
}

.tg-dashboardnotofication {
    background: #5c6bc0;
    border-radius: 4px;
    color: #fff;
    float: left;
    padding: 20px;
    width: 100%;
}

.tg-dashboardnotofication i {
    background: #fff;
    border-radius: 50%;
    color: #333;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 0 8px 0 0;
    text-align: center;
    width: 40px;
}

.tg-dashboardinfo {
    overflow: hidden;
    padding: 1px 0;
}

.tg-dashboardinfo h3 {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 6px;
}

.tg-dashboardinfo span {
    display: block;
    font-size: 13px;
    line-height: 15px;
}

.tg-competinggraph {
    float: left;
    margin: 0 0 40px;
    width: 100%;
}

.tg-competinggraph h2 {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

.tg-profilewidgetholder {
    float: left;
    width: 100%;
}

.tg-profilewidget {
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
    float: left;
    padding: 25px 10px 10px 10px;
    width: 100%;
}

.tg-profilewidgethead {
    float: left;
    margin: 0 0 25px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}

.tg-profilewidgethead h2 {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

.tg-btnrefresh {
    background: #eaeaea;
    border-radius: 50%;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 25px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    width: 24px;
}

.tg-btnrefresh i { color: #333; }

.tg-btnrefresh:hover i { color: #fff; }

.tg-box {
    background: #fff;
    border-radius: 3px;
    float: left;
    padding: 20px;
    width: 100%;
}

.tg-reviewarea {
    float: left;
    width: 100%;
}

.tg-reviewarea .tg-reviews { height: 340px; }

.tg-reviewarea .tg-reviews li {
    float: left;
    line-height: normal;
    list-style-type: none;
    width: 100%;
}

.tg-reviewarea .tg-reviews li + li { padding: 23px 0 0; }

.tg-reviews li figure {
    border-radius: 50%;
    float: left;
    margin: 0 10px 0 0;
    width: 40px;
}

.tg-reviews li figure img {
    border-radius: 50%;
    display: block;
    height: auto;
    width: 100%;
}

.tg-reviewcontent { overflow: hidden; }

.tg-reviewhead {
    float: left;
    margin: 0 0 10px;
    width: 100%;
}

.tg-reviewheading { float: left; }

.tg-reviewheading h3 {
    float: left;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}

.tg-reviewheading h3 a { display: block; }

.tg-reviewhead .tg-stars { float: right; }

.tg-reviewcontent .tg-description p { margin: 0; }

.tg-recentcontent {
    float: left;
    width: 100%;
}

.tg-recentcontent h3 {
    color: #999;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px;
}

.tg-recentcontent h3 a { color: #42a5f5; }

.tg-recentcontent span {
    display: block;
    font-size: 13px;
    line-height: 17px;
}

.tg-todolists .tg-reviews { height: 275px; }

.tg-todolists .tg-checkbox label {
    color: #999;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    padding: 0 0 0 16px;
}

.tg-todolists .tg-checkbox label span {
    display: inline-block;
    padding: 0 45px 0 0;
    position: relative;
}

.tg-btndel {
    color: #ef5350;
    font-size: 13px;
    line-height: 17px;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
}

.tg-todolists .tg-checkbox label:hover .tg-btndel {
    opacity: 1;
    visibility: visible;
}

.tg-todolists .tg-reviews li + li { padding: 14px 0 0; }

.tg-checkbox input[type=checkbox]:checked + label:before,
.tg-checkbox input[type=checkbox]:checked + label del { color: #999; }

/*==============================================
			Dashboard Services Style			
==============================================*/

.tg-dashboardhead {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}

.tg-dashboardtitle { float: left; }

.tg-dashboardtitle h2 {
    font-size: 18px;
    line-height: 21px;
    margin: 0;
}

.tg-btnaddservices {
    background: none;
    display: block;
    float: right;
    line-height: 17px;
}

.tg-dashboardservices {
    float: left;
    width: 100%;
}

.tg-dashboardservice {
    border-bottom: 1px solid #ddd;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tg-dashboardservice:nth-child(odd) { background: #fcfcfc; }

.tg-dashboardservice:nth-child(even) { background: #fff; }

.tg-servicetitle {
    float: left;
    padding: 16px 20px;
    text-align: left;
}

.tg-servicetitle h2 {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}

.tg-servicetitle h2 span {
    color: #aaaaaa;
    font-size: 13px;
    line-height: 17px;
}

.tg-btntimeedit {
    float: right;
    text-align: left;
}

.tg-btntimeedit span {
    -moz-transition: all 1000ms ease-out;
    -ms-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    -webkit-transition: all 1000ms ease-out;
    float: left;
    font-size: 13px;
    line-height: 17px;
    margin: 0 20px 0 0;
    padding: 16px 0;
    text-transform: capitalize;
    transition: all 1000ms ease-out;
}

.tg-dashboardservice:hover .tg-btntimeedit span {
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    -webkit-transition: all 400ms ease-in;
    margin: 0 120px 0 0;
    transition: all 400ms ease-in;
}

.tg-btntimeedit .tg-btnedite {
    -moz-transition: all 800ms ease-in;
    -ms-transition: all 800ms ease-in;
    -o-transition: all 800ms ease-in;
    -webkit-transition: all 800ms ease-in;
    background: #333;
    border-radius: 0;
    float: left;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    transition: all 800ms ease-in;
    width: 50px;
}

.tg-btntimeedit .tg-btndel {
    -moz-transition: all 600ms ease-in;
    -ms-transition: all 600ms ease-in;
    -o-transition: all 600ms ease-in;
    -webkit-transition: all 600ms ease-in;
    background: #ef5350;
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    position: relative;
    transition: all 600ms ease-in;
    visibility: visible;
    width: 50px;
}

.tg-btntimeedit .tg-btndel,
.tg-btntimeedit .tg-btnedite {
    position: absolute;
    right: -100px;
}

.tg-dashboardservice:hover .tg-btntimeedit .tg-btnedite {
    -moz-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    -webkit-transition: all 600ms ease-out;
    right: 50px;
    transition: all 600ms ease-out;
}

.tg-dashboardservice:hover .tg-btntimeedit .tg-btndel {
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    right: 0;
    transition: all 300ms ease-out;
}

.tg-updateall {
    float: left;
    margin: 40px 0 0;
    width: 100%;
}

.tg-note {
    color: #919191;
    float: left;
    font-size: 13px;
    line-height: 17px;
    padding: 11px 0;
}

.tg-note strong {
    color: #919191;
    line-height: inherit;
}

.tg-updateall .tg-btn { float: right; }

.tg-servicesmodal .tg-modaldialog { max-width: 630px; }

.tg-servicesmodal .tg-modalfoot { text-align: center; }

.tg-servicesmodal .tg-modalfoot .tg-btn {
    float: none;
    padding: 0 70px;
}

.tg-formaddservices fieldset textarea { height: 180px; }

.tg-formaddservices .tg-checkbox label { color: #999; }

.tg-formaddservices .tg-checkbox + .tg-checkbox { margin: 6px 0 0; }

.tg-servicesmodal .tg-modalcontent .close {
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
}

.tg-invoicemodal .tg-modaldialog { max-width: 620px; }

.tg-invoicemodal .tg-modalhead {
    border: 0;
    margin: 0 0 20px;
    padding: 0;
}

.tg-invoicemodal .tg-modalhead h2 { padding: 13px 0; }

.tg-btnaction {
    float: right;
    font-sipx;
    line-height: 14px;
    line-height: 40px;
    list-style: none;
}

.tg-btnaction li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 0 5px;
}

.tg-btnaction li:last-child { padding-right: 0; }

.tg-btnaction li a {
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 40px;
    line-height: inherit;
    text-align: center;
    width: 40px;
}

.tg-btnaction li.tg-printer a { background: #333; }

.tg-btnaction li.tg-delete a { background: #ef5350; }

.tg-invoicemodal .tg-modalbody { padding: 0; }

.tg-invoicedetail {
    float: left;
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    width: 100%;
}

.tg-invoicedetail li {
    border-bottom: 1px solid #ddd;
    float: left;
    line-height: inherit;
    list-style-type: none;
    width: 100%;
}

.tg-invoicedetail li:nth-child(odd) { background: #fcfcfc; }

.tg-invoicedetail li:nth-child(even) { background: #fff; }

.tg-invoicedetail li span {
    color: #aaaaaa;
    float: left;
    line-height: inherit;
    padding: 15px;
    width: 65%;
}

.tg-invoicedetail li span:first-child {
    color: #333;
    float: left;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    padding-right: 0;
    width: 35%;
}

/*==============================================
			Dashboard manage Jobs Style			
==============================================*/

.tg-dashboardmanagejobs .tg-tablejoblidting tr td { padding: 30px 13px; }

.tg-tablejoblidting .tg-companylogo .tg-btndel {
    background: #ef5350;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
    height: 19px;
    left: 0;
    line-height: 19px;
    right: auto;
    text-align: center;
    top: 0;
    width: 19px;
}

.tg-tablejoblidting tr:hover .tg-companylogo .tg-btndel {
    opacity: 1;
    visibility: visible;
}

.tg-formamanagejobs fieldset h2 {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 20px;
}

.tg-formamanagejobs fieldset textarea { height: 180px; }

.tg-iconinput i {
    font-size: 14px;
    line-height: 14px;
    margin: -7px 0 0;
    position: absolute;
    right: 40px;
    top: 20px;
}

.tg-inputborder { position: relative; }

.tg-inputborder span {
    font-size: 14px;
    left: 15px;
    line-height: 17px;
    margin: -9px 0 0;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.tg-inputborder .tg-select select {
    color: #333;
    padding: 10px 15px 10px 120px;
}

.tg-select.tg-career select { padding: 10px 15px 10px 102px; }

.tg-select.tg-experience select { padding: 10px 15px 10px 95px; }

.tg-select.tg-salary select { padding: 10px 15px 10px 60px; }

.tg-select.tg-jobtype select { padding: 10px 15px 10px 77px; }

.tg-select.tg-travel select { padding: 10px 15px 10px 60px; }

.tg-select.tg-qualifications select { padding: 10px 15px 10px 104px; }

.tg-select.tg-languages select { padding: 10px 15px 10px 92px; }

.tg-addallowances {
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    padding: 20px;
    width: 100%;
}

.tg-addallowance {
    float: left;
    width: 100%;
}

.tg-addallowance .form-group {
    margin: 0 0 30px;
    padding: 0 190px 0 0;
    position: relative;
}

.tg-addallowance .form-group .tg-btn {
    padding: 0 54px;
    position: absolute;
    right: 0;
    top: 0;
}

.tg-allowances {
    color: #333;
    float: left;
    font-size: 13px;
    line-height: 17px;
    list-style: none;
    width: 100%;
}

.tg-allowances li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 5px;
    text-align: center;
    width: 33.33%;
}

.tg-allowances li a {
    background: #eaeaea;
    border-radius: 5px;
    color: #333;
    display: block;
    padding: 7px 12px;
    position: relative;
}

.tg-allowances li a i {
    background: #ef5350;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    height: 19px;
    line-height: 17px;
    position: absolute;
    right: -6px;
    top: -6px;
    width: 19px;
}

/*==============================================
			Dashboard Security Style			
==============================================*/

.tg-dashboardsecuritysetting {
    float: left;
    width: 100%;
}

.tg-formsecuritysetting h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px;
}

.tg-formsecuritysetting fieldset + fieldset { margin: 40px 0 0; }

.tg-formsecuritysetting textarea { height: 260px; }

.tg-btn.tg-btndeactivate:before { background: #ef5350; }

.tg-deactivatemodal .tg-modaldialog { max-width: 630px; }

.tg-deactivatemodal .tg-modalbody { text-align: center; }

.tg-deactivatemodal .tg-modalbody img {
    display: block;
    margin: 0 auto 30px;
    width: auto;
}

.tg-deactivatemodal .tg-modalbody h3 {
    color: #333;
    font-size: 26px;
    font-weight: 300;
    line-height: 29px;
    margin: 0 0 15px;
}

.tg-deactivatemodal .tg-modalbody .tg-description p { margin: 0; }

.tg-deactivatemodal .tg-modalfoot { text-align: center; }

.tg-deactivatemodal .tg-modalfoot .tg-btn { float: none; }

/*==============================================
			Dashboard Widget Style				
==============================================*/

.tg-widgetdashboard {
    float: left;
    margin: 0 0 40px;
    width: 100%;
}

.tg-widgetprofile {
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    float: left;
    width: 100%;
}

.tg-profilebannerimg {
    border-radius: 5px 5px 0 0;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tg-profilebannerimg:before {
    background:
              -moz-linear-gradient(top,
                                   rgba(0, 0, 0, 0.5) 0%,
                                   rgba(0, 0, 0, 0.5) 1%,
                                   rgba(0, 0, 0, 0.5) 100%);
    background:
              -webkit-linear-gradient(top,
                                      rgba(0, 0, 0, 0.5) 0%,
                                      rgba(0, 0, 0, 0.5) 1%,
                                      rgba(0, 0, 0, 0.5) 100%);
    background:
              linear-gradient(to bottom,
                              rgba(0, 0, 0, 0.5) 0%,
                              rgba(0, 0, 0, 0.5) 1%,
                              rgba(0, 0, 0, 0.5) 100%);
    content: '';
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000', GradientType=0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.tg-profilebannerimg img {
    display: block;
    height: auto;
    width: 100%;
}

.tg-widgetprofile .tg-widgetcontent {
    padding: 50px 0 30px 0;
    text-align: center;
}

.tg-widgetprofile .tg-widgetcontent figure {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.20);
    background: #fff;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.20);
    margin: -130px auto 20px;
    position: relative;
    width: 120px;
}

.tg-widgetprofile .tg-widgetcontent figure img {
    border-radius: 50%;
    display: block;
    height: auto;
    width: 100%;
}

.tg-widgetprofile .tg-widgetcontent figure .tg-btnedite {
    font-size: 13px;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
}

.tg-admininfo {
    float: left;
    width: 100%;
}

.tg-admininfo h3 {
    font-size: 18px;
    line-height: 14px;
    margin: 0 0 8px;
}

.tg-admininfo h4 {
    clear: both;
    color: #919191;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 8px;
}

.tg-widgetcontent .tg-admininfo .tg-matadata li {
    display: inline-block;
    float: none;
    width: auto;
}

.tg-dashboardnav {
    float: left;
    width: 100%;
}

.tg-dashboardnav ul {
    color: #919191;
    float: left;
    font-size: 13px;
    line-height: 17px;
    list-style: none;
    margin: 0;
    text-transform: capitalize;
    width: 100%;
}

.tg-dashboardnav ul li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    width: 100%;
}

.tg-dashboardnav > ul > li {
    border-bottom: 1px solid #ddd;
    position: relative;
}

.tg-dashboardnav > ul > li:nth-child(odd) { background: #fff; }

.tg-dashboardnav > ul > li:nth-child(even) { background: #fcfcfc; }

.tg-dashboardnav ul li a span,
.tg-dashboardnav ul li a i {
    display: inline-block;
    vertical-align: middle;
}

.tg-dashboardnav > ul > li > a > span,
.tg-dashboardnav > ul > li > a > i { color: #919191; }

.tg-dashboardnav > ul > li > a {
    color: #919191;
    display: block;
    padding: 16px 20px;
}

.tg-dashboardnav > ul > li > a:before {
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.tg-dashboardnav > ul > li:hover > a,
.tg-dashboardnav > ul > li.tg-active > a { color: #333; }

.tg-dashboardnav > ul > li:hover > a:before,
.tg-dashboardnav > ul > li.tg-active > a:before { height: 100%; }

.tg-dashboardnav ul li a i { margin: 0 10px 0 0; }

.tg-newmessages,
.tg-taginfo {
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    height: 18px;
    line-height: 18px;
    margin: -9px 0 0 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    width: 18px;
}

.tg-invoices,
.tg-totalmessages {
    background: #eaeaea;
    border-radius: 2px !important;
    color: #333;
    font-size: 10px;
    font-style: normal;
    line-height: 15px !important;
    margin: -7px 0 0 0 !important;
    padding: 0 5px !important;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
}

.tg-totalmessages { right: 45px; }

.tg-dashboardnav ul li a .tg-newmessages,
.tg-dashboardnav ul li a.tg-taginfo { color: #fff; }

.tg-banneradd {
    float: left;
    width: 100%;
}

.tg-banneradd figure {
    float: left;
    margin: 0;
    width: 100%;
}

.tg-banneradd figure a { display: block; }

.tg-banneradd figure img {
    display: block;
    height: auto;
    width: 100%;
}

.tg-dashboardnav ul li.tg-hasdropdown,
.tg-dashboardnav ul li.tg-hasdropdown > a { padding-bottom: 8px; }

.tg-emailmenu {
    display: none;
    font: 400 13px/16px 'Work Sans', Arial, Helvetica, sans-serif;
    overflow: hidden;
    padding: 0 0 0 25px;
    position: relative;
}

.tg-emailmenu:before {
    background: #ddd;
    content: '';
    height: 100%;
    left: 25px;
    position: absolute;
    top: -11px;
    width: 1px;
}

.tg-emailmenu li {
    line-height: inherit;
    padding: 3px 0 3px 21px;
    position: relative;
}

.tg-emailmenu li:before {
    background: #ddd;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 15px;
}

.tg-emailmenu li a { color: #919191; }

.tg-emailmenu li.tg-active a,
.tg-emailmenu li a:hover { color: #333; }

.tg-openmenu > a > .tg-totalmessages,
.tg-openmenu > a > .tg-newmessages {
    opacity: 0;
    visibility: hidden;
}

/*==============================================
		Dashboard Profile Setting Style			
==============================================*/

.tg-dashboardbox {
    float: left;
    width: 100%;
}

.tg-dashboardbox + .tg-dashboardbox { padding: 40px 0 0; }

.tg-dashboardbox .tg-dashboardtitle {
    padding: 0 0 16px;
    width: 100%;
}

.tg-dashboardbox .tg-dashboardtitle h2 { float: left; }

.tg-btntext,
.tg-dashboardbox .tg-dashboardtitle span {
    float: right;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 21px;
}

.tg-dashboardbox .tg-dashboardtitle span { color: #333; }

.tg-dashboardbox .tg-dashboardtitle span .tg-btntext { float: none; }

/*==============================================
		Dashboard Manage Teams Style			
==============================================*/

.tg-manageteambox {
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    min-height: 200px;
    padding: 20px;
    width: 100%;
}

.tg-manageteam .form-group {
    padding: 0 190px 0 0;
    position: relative;
}

.tg-manageteam .form-group .tg-btn {
    padding: 0 55px;
    position: absolute;
    right: 0;
    top: 0;
}

.tg-manageteam .tg-teammembers { list-style: none; }

.tg-manageteam .tg-teammembers li { list-style-type: none; }

.tg-manageteam .tg-teammembers li .tg-teammember {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.tg-teammember .tg-btndel {
    background: #ef5350;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    height: 19px;
    line-height: 18px;
    text-align: center;
    top: 0;
    width: 19px;
}

.tg-manageteam .tg-teammembers li:hover .tg-teammember .tg-btndel {
    opacity: 1;
    visibility: visible;
}

.tg-modalmanageteam textarea {
    float: left;
    height: 190px;
}

.tg-modalmanageteam .tg-modaldialog { max-width: 430px; }

.tg-modalmanageteam .tg-modalfoot { text-align: center; }

.tg-modalmanageteam .tg-modalfoot .tg-btn { float: none; }

/*==============================================
		Dashboard Appointment Style				
==============================================*/

.tg-dashboardappointments .tg-datepicker { margin: 0 0 30px; }

.tg-dashboardappointmentbox {
    float: left;
    width: 100%;
}

.tg-dashboardappointment {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tg-dashboardappointment:nth-child(odd) { background: #fcfcfc; }

.tg-dashboardappointment:nth-child(even) { background: #fff; }

.tg-dashboardappointment .tg-servicetitle {
    padding: 20px;
    width: auto;
}

.tg-dashboardappointment .tg-servicetitle figure {
    border-radius: 50%;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
    width: 40px;
}

.tg-clientcontent {
    overflow: hidden;
    padding: 4px 0;
}

.tg-clientcontent span {
    display: block;
    font-size: 13px;
    line-height: 15px;
}

.tg-appointmenttype {
    float: left;
    margin: 0 25px 0 0;
    padding: 23px 0;
}

.tg-appointmenttype h3 {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}

.tg-appointmenttype span { padding: 0; }

.tg-dashboardappointment .tg-btntimeedit .tg-btndel,
.tg-dashboardappointment .tg-btntimeedit .tg-btnedite {
    font-size: 20px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
}

.tg-dashboardappointment:hover .tg-btntimeedit { padding-right: 180px; }

.tg-dashboardappointment:hover .tg-btntimeedit span { }

.tg-dashboardbox .tg-dashboardtitle h2 {
    float: left;
    line-height: 20px;
}

.tg-btnaddnew {
    float: right;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
}

.tg-uploadbox {
    float: left;
    width: 100%;
}

.tg-upload {
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    float: left;
    width: 100%;
}

.tg-uploadhead {
    border-radius: 5px 5px 0 0;
    float: left;
    min-height: 46px;
    padding: 13px 20px;
    position: relative;
    width: 100%;
}

.tg-uploadhead span {
    color: #fff;
    float: left;
}

.tg-uploadhead h3 {
    color: #fff;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin: 0 5px 0 0;
}

.tg-uploadhead > i {
    background: rgba(0, 0, 0, 0.10);
    border-radius: 0 5px 0 0;
    color: #fff;
    display: block;
    height: 46px;
    line-height: 46px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 46px;
}

.tg-upload .tg-box {
    background: transparent;
    border-radius: 0;
    padding: 10px;
}

.tg-fileuploadlabel {
    align-content: center;
    align-items: center;
    background: #f7f7f7;
    border-radius: 5px;
    color: #c6c6c6;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    float: left;
    height: 190px;
    justify-content: center;
    margin: 0 0 10px;
    width: 100%;
}

.tg-fileuploadlabel i {
    display: block;
    font-size: 100px;
    line-height: 60px;
    margin: 0 0 15px;
}

.tg-fileuploadlabel span { display: block; }

input[type=file].tg-fileinput { display: none; }

.tg-box .tg-gallery {
    float: left;
    overflow: hidden;
    width: 100%;
}

.tg-galleryimages {
    float: left;
    width: 700px;
}

.tg-galleryimg {
    float: left;
    margin: 0 0 0;
}

.tg-galleryimg + .tg-galleryimg { margin: 0 0 0 6px; }

.tg-galleryimg figure {
    background: #fff;
    border-radius: 5px;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tg-galleryimg figure img {
    cursor: pointer;
    display: block;
    opacity: 0.30;
}

.tg-galleryimg figure figcaption {
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}

.tg-galleryimg figure figcaption i {
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 10px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    width: 20px;
}

.tg-galleryimg figure figcaption .fa-close {
    background: #ef5350;
    float: right;
}

.tg-galleryimg figure:hover img { opacity: 1; }

.tg-galleryimg figure:hover figcaption {
    opacity: 1;
    visibility: visible;
}

.tg-galleryimg.tg-uploading .tg-loader {
    left: 50%;
    margin: -10px 0 0 -10px;
    position: absolute;
    top: 50%;
}

.tg-loader i {
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-name: spin;
    animation-timing-function: linear;
    color: #999;
    display: block;
    font-size: 20px;
    line-height: 20px;
}

@-webkit-keyframes {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tg-uploadingbar {
    background: #ddd;
    bottom: 5px;
    height: 4px;
    left: 6%;
    position: absolute;
    width: 88%;
    z-index: 3;
}

.tg-uploadingbar {
    background: #ddd;
    bottom: 0;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.tg-uploadingbar:after {
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 80%;
}

.tg-basicinformationbox {
    float: left;
    width: 100%;
}

.tg-socialinformationbox {
    float: left;
    width: 100%;
}

.tg-socialinformationbox > div > div:nth-last-child(1) > div,
.tg-socialinformationbox > div > div:nth-last-child(2) > div { margin: 0; }

.tg-socialinformationbox .tg-inputwithicon .form-control { padding: 10px 18px 10px 50px; }

.tg-socialinformationbox .tg-inputwithicon .tg-icon {
    border-radius: 5px 0 0 5px;
    color: #fff;
    cursor: auto;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: 0;
    right: auto;
    top: 0;
    width: 40px;
}

.tg-socialModal .tg-modaldialog { width: 630px; }

.tg-socialModal .tg-modalbody .tg-themeform { display: block; }

.tg-radiosocials {
    clear: both;
    font-size: 13px;
    line-height: 20px;
    list-style: none;
    margin: -15px;
    overflow: hidden;
}

.tg-radiosocials li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 15px;
    width: 33.33%;
}

.tg-radiosocials li .tg-checkbox {
    border-radius: 5px;
    overflow: hidden;
}

.tg-radiosocials li .tg-checkbox label {
    color: #fff;
    line-height: 20px;
    padding: 10px 10px 10px 50px;
    position: relative;
    text-transform: capitalize;
}

.tg-radiosocials li .tg-checkbox label:before { content: ''; }

.tg-radiosocials li .tg-checkbox input[type="checkbox"]:checked + label:before {
    background: #fff;
    border-radius: 50%;
    content: '';
    height: 6px;
    left: auto;
    line-height: 6px;
    margin: -3px 0 0;
    right: 15px;
    top: 50%;
    width: 6px;
}

.tg-radiosocials li .tg-checkbox i.fa {
    background: rgba(0, 0, 0, 0.20);
    color: #fff;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.tg-radiosocials li .tg-checkbox em {
    color: #fff;
    font-style: normal;
}

.tg-socialModal .tg-modalfoot { text-align: center; }

.tg-socialModal .tg-modalfoot .tg-btn { float: none; }

.tg-locationbox {
    float: left;
    width: 100%;
}

.tg-locationbox .tg-locationmap { height: 400px; }

.tg-introductionbox {
    float: left;
    width: 100%;
}

.tg-introductionbox textarea.form-control {
    float: left;
    height: 260px;
    resize: none;
    width: 100%;
}

.tg-languagesbox,
.tg-amenitiesfeaturesbox {
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    padding: 20px;
    width: 100%;
}

.tg-languagesbox .form-group,
.tg-amenitiesfeaturesbox .form-group {
    padding: 0 172px 0 0;
    position: relative;
    z-index: 1;
}

.tg-languagesbox .form-group .tg-btn,
.tg-amenitiesfeaturesbox .form-group .tg-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.tg-tagdashboardlist {
    clear: both;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    list-style: none;
    margin: -5px;
    overflow: hidden;
    padding: 5px 0 0;
}

.tg-tagdashboardlist li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 5px;
}

.tg-tagdashboard {
    background: #eaeaea;
    border-radius: 5px;
    color: #333;
    display: block;
    position: relative;
}

.tg-tagdashboard i {
    background: #ef5350;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    height: 18px;
    line-height: 17px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 18px;
    z-index: 2;
}

.tg-tagdashboard em {
    display: block;
    font-style: normal;
    padding: 5px 20px;
    position: relative;
    z-index: 1;
}

.tg-tagdashboard:hover i {
    opacity: 1;
    right: -9px;
    top: -9px;
    visibility: visible;
}

.tg-certificatesawardsbox {
    float: left;
    width: 100%;
}

.tg-certificatesaward {
    border-bottom: 1px solid #ddd;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tg-certificatesaward:nth-child(odd) { background: #fcfcfc; }

.tg-certificatesaward:nth-child(even) { background: #fff; }

.tg-imgandtitle {
    float: left;
    padding: 20px;
}

.tg-imgandtitle figure {
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px 0 0;
    overflow: hidden;
    vertical-align: middle;
    width: 40px;
}

.tg-imgandtitle figure a,
.tg-imgandtitle figure a img {
    border-radius: 50%;
    display: block;
}

.tg-imgandtitle h3 {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    vertical-align: middle;
}

.tg-certificatesaward .tg-btntimeedit span {
    line-height: 20px;
    padding: 30px 0;
}

.tg-certificatesaward .tg-btntimeedit .tg-btnedite,
.tg-certificatesaward .tg-btntimeedit .tg-btndel {
    height: 80px;
    line-height: 80px;
    width: 80px;
}

.tg-certificatesaward:hover .tg-btntimeedit span {
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    -webkit-transition: all 400ms ease-in;
    margin: 0 180px 0 0;
    transition: all 400ms ease-in;
}

.tg-dashboardappointment .tg-btntimeedit {
    -moz-transition: all 800ms ease-in;
    -ms-transition: all 800ms ease-in;
    -o-transition: all 800ms ease-in;
    -webkit-transition: all 800ms ease-in;
    transition: all 800ms ease-in;
}

.tg-dashboardappointment:hover .tg-btntimeedit {
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}

.tg-dashboardappointment:hover .tg-btntimeedit .tg-btnedite,
.tg-certificatesaward:hover .tg-btntimeedit .tg-btnedite,
.tg-dashboardappointment:hover .tg-btntimeedit .tg-btnedite {
    -moz-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    -webkit-transition: all 600ms ease-out;
    right: 80px;
    transition: all 600ms ease-out;
}

.tg-dashboardappointment:hover .tg-btntimeedit .tg-btndel,
.tg-certificatesaward:hover .tg-btntimeedit .tg-btndel {
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    right: 0;
    transition: all 300ms ease-out;
}

.tg-dashboardappointment { text-align: right; }

.tg-serviceandservicetype {
    display: inline-block;
    padding: 23px 60px 23px 0;
    text-align: left;
    vertical-align: middle;
}

.tg-serviceandservicetype h3 {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.tg-serviceandservicetype span {
    color: #aaa;
    display: block;
    font-size: 13px;
    line-height: 16px;
}

.tg-imggallery .tg-gallery .tg-galleryimages { width: 1500px; }

/*==============================================
		Dashboard Favorite Listing Style		
==============================================*/

.tg-dashboardappointmentsetting .tg-dashboardappointment { border-bottom: 1px solid #ddd; }

.tg-dashboardfavoritelisting .tg-dashboardappointment .tg-servicetitle { width: auto; }

.tg-dashboardappointmentsetting .tg-clientcontent { padding: 0; }

.tg-dashboardappointmentsetting .tg-clientcontent h2 { margin: 0 0 7px; }

/*==============================================
		Dashboard Privacy Setting Style		
==============================================*/

.tg-privacysettingsbox {
    float: left;
    width: 100%;
}

.tg-privacysetting {
    border-bottom: 1px solid #ddd;
    float: left;
    padding: 14px 20px;
    width: 100%;
}

.tg-privacysetting:nth-child(odd) { background: #fff; }

.tg-privacysetting:nth-child(even) { background: #fcfcfc; }

.tg-privacysetting span {
    float: left;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
}

/*==============================================
		Dashboard Business Hours Style		
==============================================*/

.tg-businesshourssbox {
    float: left;
    width: 100%;
}

.tg-businesshourssbox + .tg-businesshourssbox { margin: 10px 0 0; }

.tg-daychckebox {
    background: #f7f7f7;
    border-radius: 5px;
    float: left;
    padding: 10px 20px;
    width: 100%;
}

.tg-daychckebox .tg-checkbox {
    float: right;
    width: auto;
}

.tg-daychckebox .tg-checkbox label {
    color: #999;
    font-size: 13px;
}

.tg-daychckebox h3 {
    float: left;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}

.tg-startendtime {
    float: left;
    padding: 0 60px 0 0;
    position: relative;
    width: 100%;
}

.tg-startendtime .form-group {
    float: left;
    position: relative;
    width: 50%;
}

.tg-startendtime .form-group:nth-child(even) { padding-left: 20px; }

.tg-addtimeslot {
    background: #f7f7f7;
    border-radius: 5px;
    color: #999;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.tg-addtimeslot:hover { color: #fff; }

.tg-deleteslot {
    color: #fff;
    font-size: 14px;
}

.tg-startendtime .tg-icon i {
    display: block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

.tg-dashboarbusinesshours .tg-updateall { margin: 20px 0 0; }

/*==============================================
		Dashboard Private Messages Style		
==============================================*/

.tg-dashboardmessages {
    float: left;
    width: 100%;
}

.tg-dashboardmessagesbox {
    float: left;
    width: 100%;
}

.tg-messageshead {
    border-bottom: 1px solid #ddd;
    float: left;
    padding: 0 0 27px;
    width: 100%;
}

.tg-actionnav {
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 30px;
    list-style: none;
}

.tg-actionnav li {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    line-height: inherit;
    list-style-type: none;
    margin: 0 10px 0 0;
}

.tg-actionnav li a {
    color: #999;
    display: block;
    padding: 0 10px;
}

.tg-actionnav li:hover a { color: #fff; }

.tg-messageshead .tg-radio input[type=radio] + label:before,
.tg-messageshead .tg-checkbox input[type=checkbox] + label:before {
    margin: -6px 0 0;
    top: 50%;
}

.tg-actionnav li:hover .tg-checkbox label,
.tg-actionnav li:hover .tg-checkbox label:before { color: #fff; }

.tg-messagespagecount {
    float: right;
    font-size: 12px;
    line-height: 30px;
    list-style: none;
}

.tg-messagespagecount li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 0 0 0 10px;
    text-align: center;
}

.tg-messagespagecount li .tg-btn {
    display: block;
    font-size: 18px;
    line-height: inherit;
    padding: 0 12px;
    z-index: inherit;
}

.tg-emailnavbox {
    float: left;
    height: auto;
    width: 270px;
}

.tg-emailnav {
    float: left;
    list-style: none;
    width: 100%;
}

.tg-emailnav li {
    border-bottom: 1px solid #ddd;
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 10px;
    position: relative;
    width: 100%;
}

.tg-emailnav li:before {
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.tg-emailnav li + li { padding: 15px 10px; }

.tg-emailnav li:hover:before { height: 100%; }

.tg-emailnav li:first-child:before { display: none; }

.tg-emailnav li:nth-child(odd) { background: #fcfcfc; }

.tg-emailnav li:nth-child(even) { background: #fff; }

.tg-emailnav li .form-group {
    margin: 0;
    position: relative;
}

.tg-emailnav li .form-group button {
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 32px;
    line-height: 14px;
    margin: -16px 0 0;
    position: absolute;
    right: 3px;
    top: 50%;
    width: 32px;
}

.tg-emailnav li a {
    color: #919191;
    display: block;
}

.tg-emailhead { float: right; }

.tg-emailhead .tg-checkbox { width: auto; }

.tg-timeattachment { float: right; }

.tg-timeattachment i,
.tg-timeattachment span {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    vertical-align: middle;
}

.tg-emailnav li .tg-checkbox label {
    color: #919191;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}

.tg-messageinfo {
    float: left;
    padding: 15px 0 0;
    width: 100%;
}

.tg-messageinfo span {
    display: block;
    font-size: 13px;
    line-height: 15px;
}

.tg-messageinfo .tg-description p {
    font-size: 12px;
    margin: 0;
}

.tg-emailmessage {
    overflow: hidden;
    padding: 40px 0 0 30px;
}

.tg-emailsubjectactions {
    float: left;
    margin: 0 0 30px;
    width: 100%;
}

.tg-emailsubject {
    float: left;
    padding: 3px 0;
}

.tg-emailsubject h2 {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}

.tg-btnactions { float: right; }

.tg-btnactions a {
    background: #f8f8f8;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 0 1px;
    text-align: center;
    width: 26px;
}

.tg-btnactions a i { color: #333; }

.tg-btnactions a:last-child { margin-right: 0; }

.tg-btnactions a:hover i { color: #fff; }

.tg-emailauthor {
    background: #f8f8f8;
    float: left;
    margin: 0 0 30px;
    padding: 15px 20px;
    width: 100%;
}

.tg-emailauthor .tg-attachemtntime { float: right; }

.tg-attachemtntime a,
.tg-attachemtntime a i,
.tg-attachemtntime time {
    display: inline-block;
    vertical-align: middle;
}

.tg-attachemtntime a { color: #333; }

.tg-emailauthor figure {
    border-radius: 50%;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
}

.tg-emailauthorinfo { overflow: hidden; }

.tg-emailauthorinfo h3 {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}

.tg-emailauthorinfo span {
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 16px;
    padding: 0 12px 0 0;
    position: relative;
}

.tg-emailmessagedetail {
    float: left;
    width: 100%;
}

.tg-emailmessagedetail span {
    display: block;
    line-height: 17px;
    margin: 0 0 35px;
}

.tg-senderinfo {
    float: left;
    margin: 0 0 50px;
    width: 100%;
}

.tg-senderinfo span {
    display: block;
    margin: 0 0 10px;
}

.tg-senderinfo em,
.tg-senderinfo a {
    display: inline-block;
    vertical-align: middle;
}

.tg-senderinfo span,
.tg-senderinfo em,
.tg-senderinfo a {
    font-size: 13px;
    line-height: 15px;
}

.tg-senderinfo em {
    font-style: normal;
    margin: 0 5px 0 0;
}

.tg-emailattachemnets,
.tg-attachementhead {
    float: left;
    width: 100%;
}

.tg-attachementhead { margin: 0 0 38px; }

.tg-attachementhead h3 {
    color: #333;
    float: left;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 4px 0;
}

.tg-btndownloadattachment {
    border-radius: 50%;
    color: #fff;
    float: right;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 26px;
}

.tg-imgattachemnet {
    border-bottom: 1px solid #ddd;
    clear: both;
    float: none;
    list-style: none;
    margin: 0 -5px 40px;
    overflow: hidden;
    padding: 0 0 40px;
    width: auto;
}

.tg-imgattachemnet li {
    float: left;
    list-style-type: none;
    padding: 0 5px;
    width: 25%;
}

.tg-imgattachemnet li a {
    border-radius: 5px;
    overflow: hidden;
}

.tg-imgattachemnet li a,
.tg-imgattachemnet li a img { display: block; }

.tg-imgattachemnet li a img {
    height: auto;
    width: 100%;
}

.tg-emailmessagebox {
    border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    margin: 0 0 20px;
    width: 100%;
}

.tg-emailmessagebox .form-group { margin: 0; }

.tg-emailmessagebox .form-group input {
    background: none;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.tg-emailmessagebox .form-group textarea {
    border: 0;
    height: 300px;
    resize: none;
}

.tg-emailmessage .tg-btnarea .tg-btn:first-child { padding: 0 65px; }

.tg-certificatesawardsModal .tg-modaldialog { width: 630px; }

.tg-certificatesawardsModal .tg-modalbody .tg-themeform { display: block; }

.tg-formcertificatesawards textarea {
    height: 180px;
    resize: none;
}

.tg-certificatesawardsModal .tg-modalfoot { text-align: center; }

.tg-certificatesawardsModal .tg-modalfoot .tg-btn { float: none; }

.tg-locationbox {
    float: left;
    width: 100%;
}

.tg-imggallerybox {
    float: left;
    width: 100%;
}

.tg-videogallerybox {
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    padding: 20px;
    width: 100%;
}

.tg-videogallerybox .form-group {
    padding: 0 172px 0 0;
    position: relative;
    z-index: 1;
}

.tg-videogallerybox .form-group .tg-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.tg-videogallerybox ul {
    clear: both;
    list-style: none;
    margin: -15px;
    overflow: hidden;
}

.tg-videogallerybox ul li {
    float: left;
    list-style-type: none;
    padding: 15px;
    width: 33.33%;
}

.tg-videobox {
    border-radius: 5px;
    overflow: hidden;
}

.tg-brochureuploadbox {
    float: left;
    width: 100%;
}

/*==============================================
		Dashboard Appointment Setting			
==============================================*/

.tg-dashboardappointmentsettingbox {
    float: left;
    width: 100%;
}

.tg-row {
    clear: both;
    margin: 0 -10px;
    overflow: hidden;
}

.tg-row + .tg-row { margin: 30px 0 0; }

.tg-col {
    float: left;
    padding: 0 10px;
    width: 30%;
}

.tg-col + .tg-col { width: 70%; }

.tg-daybox {
    align-content: center;
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    float: left;
    justify-content: center;
    min-height: 150px;
    padding: 0 20px;
    width: 100%;
}

.tg-daybox h3 {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 12px;
    margin: 0 0 10px;
    padding: 20px 0 10px;
}

.tg-daybox span {
    float: left;
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 16px;
    width: 100%;
}

.tg-daybox span a {
    float: left;
    margin: 0 12px;
    position: relative;
}

.tg-daybox span a + a:before {
    color: #919191;
    content: '-';
    left: -14px;
    position: absolute;
    top: 0;
}

.tg-daybox span a:first-child { margin-left: 0; }

.tg-daybox span a.tg-btntextdelete {
    color: #ef5350;
    margin-right: 0;
}

.tg-slots {
    align-content: center;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    float: left;
    justify-content: center;
    width: 100%;
}

.tg-slots .tg-description p { margin: 0; }

.tg-paddingminus { margin: 0 -10px; }

.tg-paddingminus:before {
    content: '';
    display: table;
}

.tg-slots .form-group {
    float: left;
    padding: 0 10px;
    width: 50%;
}

.form-group.tg-btnbox {
    margin: 0;
    padding-top: 0;
}

.form-group.tg-btnbox .tg-btn { float: left; }

.tg-slotsbox {
    clear: both;
    margin: -5px;
    overflow: hidden;
}

.tg-radiotimeslot {
    float: left;
    padding: 5px;
    width: 25%;
}

.tg-radiotimeslot span {
    background: #fcfcfc;
    border: 1px solid #fff;
    border-bottom-color: #ddd;
    border-radius: 5px;
    color: #999;
    float: left;
    font-size: 12px;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.tg-radiotimeslot em {
    display: inline-block;
    font-style: normal;
    line-height: inherit;
    padding: 0 10px;
    text-align: left;
    vertical-align: top;
}

.tg-radiotimeslot:hover em { padding: 0 25px 0 10px; }

.tg-radiotimeslot .tg-btndelete {
    opacity: 0;
    visibility: hidden;
}

.tg-radiotimeslot .tg-btndelete:hover { color: #fff; }

.tg-radiotimeslot:hover .tg-btndelete {
    opacity: 1;
    visibility: visible;
}

.tg-btndelete {
    background: #ef5350;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 9px;
    height: 20px;
    line-height: 20px;
    margin: -10px 0 0 0;
    opacity: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 50%;
    visibility: hidden;
    width: 20px;
}

/*==============================================
			Renew Package Style
==============================================*/

.tg-pkgexpireyandcounter {
    background: #333;
    border-radius: 5px;
    float: left;
    margin: 0 0 20px;
    overflow: hidden;
    width: 100%;
}

.tg-pkgexpirey {
    color: #fff;
    float: left;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 30px;
    position: relative;
    width: 25%;
    z-index: 2;
}

.tg-pkgexpirey span { display: block; }

.tg-pkgexpirey h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 36px;
    margin: 20px 0;
}

.tg-pkgexpirey a { text-transform: capitalize; }

.tg-timecounter {
    float: right;
    position: relative;
    width: 75%;
}

.tg-countdown {
    float: left;
    font-size: 40px;
    line-height: 36px;
    width: 100%;
}

.tg-countdown > span {
    float: left;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    line-height: inherit !important;
    min-height: 206px;
    padding: 72px 55px;
    position: relative;
    text-align: center;
    width: 25%;
}

.tg-countdown > span.countDays,
.tg-countdown > span.countMinutes { background: rgba(0, 0, 0, 0.05); }

.tg-countdown > span.countDays:before,
.tg-countdown > span.countHours:before,
.tg-countdown > span.countMinutes:before,
.tg-countdown > span.countSeconds:before {
    color: #fff;
    font-size: 14px;
    left: 20px;
    line-height: 14px;
    position: absolute;
    text-transform: capitalize;
    top: 20px;
}

.tg-countdown > span.countDays:before { content: 'Day:'; }

.tg-countdown > span.countHours:before { content: 'hours:'; }

.tg-countdown > span.countMinutes:before { content: 'minutes:'; }

.tg-countdown > span.countSeconds:before { content: 'seconds'; }

.tg-countdown > span > span {
    color: #fff;
    float: left;
    font-size: 36px;
    font-weight: 300;
    height: 60px;
    line-height: 60px;
    width: 24px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5dc560+0,ffffff+33,ffffff+66,ffffff+66,5dc560+100&0.5+0,0.5+100
	background: -moz-linear-gradient(top, rgba(93,197,96,0.5) 0%, rgba(255,255,255,0.5) 33%, rgba(255,255,255,0.5) 66%, rgba(93,197,96,0.5) 100%); FF3.6-15
	background: -webkit-linear-gradient(top, rgba(93,197,96,0.5) 0%,rgba(255,255,255,0.5) 33%,rgba(255,255,255,0.5) 66%,rgba(93,197,96,0.5) 100%); Chrome10-25,Safari5.1-6
	background: linear-gradient(to bottom, rgba(93,197,96,0.5) 0%,rgba(255,255,255,0.5) 33%,rgba(255,255,255,0.5) 66%,rgba(93,197,96,0.5) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#805dc560', endColorstr='#805dc560',GradientType=0 ); IE6-9 */
}

.tg-countdown .position span,
.tg-countdown .digit.static {
    background: none;
    box-shadow: none;
    display: block;
    width: auto;
}

.tg-countdown span.countDiv { display: none; }

.tg-packagesbox {
    float: left;
    width: 100%;
}

.tg-packagesplanstabs {
    float: left;
    width: 100%;
}

.tg-pkgplans {
    float: left;
    padding: 0 0 30px;
    width: 100%;
}

.tg-pkgplan {
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #484848;
    float: left;
    font-size: 13px;
    line-height: 16px;
    padding: 0 0 30px;
    position: relative;
    text-align: center;
    width: 100%;
}

.tg-pkgplan:hover {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.10);
}

.tg-pkgplanhead {
    float: left;
    padding: 30px 25px;
    width: 100%;
}

.tg-pkgplanhead { border-bottom: 1px solid #ddd; }

.tg-pkgplanhead h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.tg-pkgplanhead h4 {
    color: #919191;
    float: left;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    text-transform: lowercase;
    width: 100%;
}

.tg-pkgplanhead h4 span {
    font-size: 24px;
    line-height: 24px;
}

.tg-pkgplan ul {
    float: left;
    line-height: 20px;
    list-style: none;
    padding: 10px 10px 30px;
    width: 100%;
}

.tg-pkgplan ul li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 20px 0 0;
    width: 100%;
}

.tg-pkgplan ul li span { display: block; }

.tg-pkgplan ul li span + span { color: #919191; }

.tg-pkgplan .tg-btn { padding: 0 50px; }

.tg-summary,
.tg-paymentoption {
    float: left;
    width: 100%;
}

.tg-paymentoption { padding: 40px 0 0; }

.tg-tablescroll {
    color: #484848;
    float: left;
    overflow: auto;
    width: 100%;
}

.tg-dashboardtable {
    color: #484848;
    margin: 0;
    min-width: 640px;
    width: 100%;
}

.tg-paymentoption .table { margin: 0; }

.tg-packagesbox .tg-dashboardtable thead tr th {
    background: #484848 !important;
    border: 0;
    color: #fff;
    font-family: 'Oxygen', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-align: left;
}

.tg-dashboardtable > thead:first-child > tr:first-child > th {
    border: 0;
    padding: 10px 20px;
}

.tg-packagesbox .tg-dashboardtable tbody tr:nth-child(odd) { background: #fff; }

.tg-packagesbox .tg-dashboardtable tbody tr:nth-child(even) { background: #fcfcfc; }

.tg-packagesbox .tg-dashboardtable tbody tr { border-bottom: 1px solid #ddd; }

.tg-packagesbox .tg-dashboardtable tbody tr td {
    border: 0;
    padding: 15px 30px;
    text-align: left;
}

.tg-packagesbox .tg-dashboardtable tbody tr td:nth-child(even) { text-align: right; }

.tg-pkgfoot {
    float: left;
    padding: 20px 0 0;
    width: 100%;
}

.tg-pkgfoot .tg-checkbox {
    float: right;
    padding: 10px 0;
    width: auto;
}

.tg-pkgfoot .tg-checkbox label {
    color: #999;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: lowercase;
}

.tg-pkgfoot .tg-checkbox label strong {
    color: #007bb5;
    font-weight: 400;
}

.tg-pkgfoot .tg-btn {
    float: left;
    padding: 0 50px;
}

.tg-countdown .tg-note {
    bottom: 0;
    color: #fff;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.tg-updateall {
    background: #fff;
    bottom: 0;
    display: none;
    height: 100px;
    left: 0;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.tg-updateall.tg-show .tg-holder {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}












/*==============================================
			Weather Style
==============================================*/

.tg-weathercast .tg-box {
    background: none;
    padding: 0;
}

.tg-weathercast .tg-reviewarea {
    background: #fff;
    padding: 20px;
}

#weather {
    float: left;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.tg-weatherarea {
    float: left;
    width: 100%;
}

.tg-weatherarea i {
    float: left;
    font-size: 100px;
    line-height: 100px;
    margin: 0 20px 0 0;
}

.tg-weathercontent {
    overflow: hidden;
    padding: 12px 0;
    text-align: left;
}

.tg-weathercontent span {
    color: #999;
    font-size: 12px;
    line-height: 15px;
}

.tg-weathercontent h2 {
    color: #333;
    font-size: 40px;
    font-weight: 500;
    line-height: 34px;
    margin: 0;
}

.tg-weatherinfo {
    float: left;
    padding: 20px;
    width: 100%;
}

.tg-weatherinfo h3 {
    font-size: 16px;
    line-height: 18px;
}

.tg-weatherinfo ul {
    float: left;
    font-size: 13px;
    line-height: 15px;
    list-style: none;
    width: 100%;
}

.tg-weatherinfo ul li {
    float: left;
    line-height: inherit;
    list-style-type: inherit;
    width: 100%;
}

.tg-weatherinfo ul li + li { border-top: 1px solid #ddd; }

.tg-weatherinfo ul li:last-child span { padding-bottom: 0; }

.tg-weatherinfo ul li span {
    float: left;
    padding: 17px 0;
    width: 50%;
}

/*=============================================
			Preloader
=============================================*/

.preloader-outer {
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.pin {
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-name: bounce;
    -moz-transform: rotate(-45deg);
    -ms-animation-duration: 1s;
    -ms-animation-fill-mode: both;
    -ms-animation-name: bounce;
    -ms-transform: rotate(-45deg);
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-name: bounce;
    -o-transform: rotate(-45deg);
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: bounce;
    -webkit-border-radius: 50% 50% 50% 0;
    -webkit-transform: rotate(-45deg);
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: bounce;
    border-radius: 50% 50% 50% 0;
    height: 30px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    width: 30px;
}

.pin:after {
    -webkit-border-radius: 50%;
    background: #fff;
    border-radius: 50%;
    content: '';
    height: 14px;
    margin: 8px 0 0 8px;
    position: absolute;
    width: 14px;
}

.preloader-outerv-2 .pin:after { background: #fff; }

.pulse {
    -moz-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -webkit-border-radius: 50%;
    -webkit-transform: rotateX(55deg);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 14px;
    left: 50%;
    margin: 11px 0px 0px -12px;
    position: absolute;
    top: 50%;
    transform: rotateX(55deg);
    width: 14px;
    z-index: -2;
}

.pulse:after {
    -moz-animation: pulsate 1s ease-out;
    -moz-animation-delay: 1.1s;
    -moz-animation-iteration-count: infinite;
    -ms-animation: pulsate 1s ease-out;
    -ms-animation-delay: 1.1s;
    -ms-animation-iteration-count: infinite;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -o-animation: pulsate 1s ease-out;
    -o-animation-delay: 1.1s;
    -o-animation-iteration-count: infinite;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-delay: 1.1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 0 1px 2px #5dc560;
    animation: pulsate 1s ease-out;
    animation-delay: 1.1s;
    animation-iteration-count: infinite;
    border-radius: 50%;
    box-shadow: 0 0 1px 2px #5dc560;
    content: "";
    filter: alpha(opacity=0);
    height: 40px;
    margin: -13px 0 0 -13px;
    opacity: 0;
    position: absolute;
    width: 40px;
}

.preloader-outerv-2 .pulse:after {
    -webkit-box-shadow: 0 0 1px 2px #260c4d;
    box-shadow: 0 0 1px 2px #260c4d;
}

@-moz-keyframes pulsate {
    0% {
        -moz-transform: scale(0.1, 0.1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -ms-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -webkit-transform: scale(0.1, 0.1);
        filter: alpha(opacity=0);
        opacity: 0;
        transform: scale(0.1, 0.1);
    }

    50% {
        -ms-filter: none;
        filter: none;
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1.2, 1.2);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        filter: alpha(opacity=0);
        opacity: 0;
        transform: scale(1.2, 1.2);
    }
}

@-webkit-keyframes pulsate {
    0% {
        -moz-transform: scale(0.1, 0.1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -ms-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -webkit-transform: scale(0.1, 0.1);
        filter: alpha(opacity=0);
        opacity: 0;
        transform: scale(0.1, 0.1);
    }

    50% {
        -ms-filter: none;
        filter: none;
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1.2, 1.2);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        filter: alpha(opacity=0);
        opacity: 0;
        transform: scale(1.2, 1.2);
    }
}

@-o-keyframes pulsate {
    0% {
        -moz-transform: scale(0.1, 0.1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -ms-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -webkit-transform: scale(0.1, 0.1);
        filter: alpha(opacity=0);
        opacity: 0;
        transform: scale(0.1, 0.1);
    }

    50% {
        -ms-filter: none;
        filter: none;
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1.2, 1.2);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        filter: alpha(opacity=0);
        opacity: 0;
        transform: scale(1.2, 1.2);
    }
}

@keyframes pulsate {
    0% {
        -moz-transform: scale(0.1, 0.1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -ms-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -webkit-transform: scale(0.1, 0.1);
        filter: alpha(opacity=0);
        opacity: 0;
        transform: scale(0.1, 0.1);
    }

    50% {
        -ms-filter: none;
        filter: none;
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1.2, 1.2);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        filter: alpha(opacity=0);
        opacity: 0;
        transform: scale(1.2, 1.2);
    }
}

@-moz-keyframes bounce {
    0% {
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -ms-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        filter: alpha(opacity=0);
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        -moz-transform: translateY(30px) rotate(-45deg);
        -ms-filter: none;
        -ms-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -webkit-transform: translateY(30px) rotate(-45deg);
        filter: none;
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -moz-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -moz-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-webkit-keyframes bounce {
    0% {
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -ms-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        filter: alpha(opacity=0);
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        -moz-transform: translateY(30px) rotate(-45deg);
        -ms-filter: none;
        -ms-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -webkit-transform: translateY(30px) rotate(-45deg);
        filter: none;
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -moz-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -moz-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-o-keyframes bounce {
    0% {
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -ms-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        filter: alpha(opacity=0);
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        -moz-transform: translateY(30px) rotate(-45deg);
        -ms-filter: none;
        -ms-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -webkit-transform: translateY(30px) rotate(-45deg);
        filter: none;
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -moz-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -moz-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes bounce {
    0% {
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -ms-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        filter: alpha(opacity=0);
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        -moz-transform: translateY(30px) rotate(-45deg);
        -ms-filter: none;
        -ms-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -webkit-transform: translateY(30px) rotate(-45deg);
        filter: none;
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -moz-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -moz-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}


/*-----Loader---*/

div.provider-loader-wrap {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.provider-loader {
    left: 45%;
    margin: 100px auto 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
}

.provider-loader > div {
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    background-color: #5dc560;

    border-radius: 100%;
    display: inline-block;
    height: 18px;
    width: 18px;
}

.provider-loader .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.provider-loader .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }

    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}