/*
 @Author: ThemoGraphics
 @URL: http://ThemoGraphics.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|Oswald:300,400,700|Yanone+Kaffeesatz);
* {
    margin: 0px;
    padding: 0px;
}
html,
body{
    height: 100%;
    position: relative;
}
body {
    color: #2e2e2e;
    background: #f7f7f7;
    font:400 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #080b1a;
    margin: 0 0 8px;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    text-transform:uppercase;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
h1 {font-size: 100px;}
h2 { font-size: 24px;}
h3 { font-size: 20px;}
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: #080b1a;}
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%; }
/* =============================================
                        Custom Select
============================================= */
.select{
    width: 100%;
    display: block;
    position: relative;
}
.select:after{
    content: '\f107';
    top: 50%;
    right: 15px;
    z-index: 2;
    width: 13px;
    color: #999;
    display: block;
    position: absolute;
    text-align: center;
    font-size: 22px;
    margin-top: -5px;
    line-height: 10px;
    font-family: 'FontAwesome';
}
.select select {
    width: 100%;
    z-index: 1;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
/* =============================================
                        Custom Checkboxes
============================================= */
.tg-checkbox{
    width: 46%;
    height: 140px;
    float: left;
    text-align: center;
    position: relative;
    margin: 0 10px 10px 0;
}
.tg-checkbox label{
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #e1e1e1;
}
.tg-checkbox input[type=checkbox] { display:none; }
.tg-checkbox input[type=checkbox] + label:before {
    right: 9px;
    bottom: 9px;
    color: #e1e1e1;
    font-size: 18px;
    line-height: 19px;
    content: "\f058";
    position: absolute;
    font-family: 'FontAwesome';
}
.tg-checkbox input[type=checkbox]:checked + label:before {color: #000;}
label {
    color: #414141;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
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 {
    outline: none;
    color: #666;
    height: 30px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"] {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
input[type="text"].error {
    border-color: red;
}
.form-control::-moz-placeholder{
    color: #fff;
    text-transform: capitalize;
}
.form-control:focus::-moz-placeholder,
input:focus,
.select select:focus,
.form-control:focus{box-shadow:none !important;}
.today-img {
    background-size: 40px 40px;
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
form p {
    float: left;
    width: 100%;
    position: relative;
}
form p span i {
    top: 13px;
    left: 16px;
    color: #474747;
    position: absolute;
}
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-top: 1px solid #d2d2d2;
    border: 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{
    width:100%;
    float:left;
}
.tg-main-section{padding: 80px 0;}
.tg-location-map{
    width: 100%;
    float: left;
    height: 500px;
}
.tg-btn{
    color: #fff;
    padding: 0 60px;
    text-align:center;
    border-radius: 40px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #fff;
    background: transparent;
    text-transform: uppercase;
    font: 14px/38px 'Oswald', Arial, Helvetica, sans-serif;
}
.tg-btn-sm{
    padding: 0 20px;
    line-height: 30px;
}
.tg-btn-lg{ width: 100%;}
.tg-btn:hover,
.tg-btn.active{
    background: #fff;
    border-color: #fff;
}
.tg-btn:hover{color: #080b1a;}
.tg-socialicons{
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}
.tg-socialicons li {
    width: 40px;
    height: 40px;
    float:left;
    margin:0 5px;
    font-size:inherit;
    list-style-type:none;
    line-height:inherit;
}
.tg-socialicons li a{
    display:block;
    width:inherit;
    height:inherit;
    font-size:inherit;
    line-height:inherit;
}
.tg-socialicons li a i {
    color: #fff;
    width: inherit;
    height: inherit;
    font-size: inherit;
    line-height: inherit;
    background: #333;
    border-radius: 50%;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
.tg-socialicons li a i:after{
    z-index: -1;
    content: "";
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin:-2px 0 0 -2px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    background-clip: padding-box;
    transform: scale(0.8);
    transition: all 0.2s ease-out 0s;
}
.tg-socialicons li:hover a i {
    background:#fff;
    color: #333;
    transform: scale(0.8);
}
.tg-socialicons li:hover a i:after{
    border: 40px solid #fff;
    opacity: 0.3;
    margin:-40px 0 0 -40px;
}
.tg-displaytable{
    width: 100%;
    height: 100%;
    display: table;
}
.tg-displaytablecell{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}
.tg-verticalmiddle{
    margin: 0 -2px;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}
.tg-breadcrumb {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    overflow: hidden;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    font: 14px/14px 'Oswald', Arial, Helvetica, sans-serif;
}
.tg-breadcrumb li{
    width: auto;
    padding:0 30px;
    position:relative;
    line-height:inherit;
    list-style-type:none;
    display: inline-block;
    vertical-align: middle;
}
.tg-breadcrumb li:after{
    top:1px;
    left:-15px;
    font-size: 30px;
    content:'\e92a';
    position:absolute;
    font-family: 'icomoon';
}
.tg-breadcrumb li:first-child:after{display: none;}
.tg-breadcrumb li a{
    display:block;
    color: #080b1a;
}
.tg-img-hover{
    top: 70%;
    left: 70%;
    opacity: 0;
    z-index: 2;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 20px;
    visibility: hidden;
    position: absolute;
}
.tg-img-hover .tg-box{
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.70);
}
.tg-img-hover .tg-box.tg-displayblock{display: block;}
.tg-img-hover .tg-box.tg-displayblock .tg-socialicons.tg-large{
    left: 20px;
    bottom: 20px;
    position: absolute;
}
.tg-description {
    width: 100%;
    float: left;
}
.tg-border-heading{
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
}
.tg-border-heading:after{
    left: 0;
    bottom: 0;
    height: 1px;
    content: '';
    width: 110px;
    position: absolute;
    background: #e1e1e1;
}
.tg-border-heading h2{
    margin: 0;
    line-height: 24px;
}
.tg-darkgray{
    background: #3e3e3e;
    color: #fff;
}
.tg-lightgray{ background: #f7f7f7;}
.tg-relativepostion{position: relative;}
.tg-paddingzero{ padding: 0 !important;}
.row.no-gutters{
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*=" col-"],
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"]{
    padding-right: 0;
    padding-left: 0;
}
.tg-tag{
    padding: 0 20px;
    line-height: 38px;
    font-size: 14px;
    border: 1px solid #ccc;
    display: block;
    color: #3e3e3e;
}
.tg-tag:hover{
    color: #fff;
    background: #3e3e3e;
    border-color: #3e3e3e;
}
.tg-section-head {
    width: 95%;
    float: left;
    margin: 0 2.5%;
    overflow: hidden;
    text-align: center;
}
.tg-section-heading {
    position: relative;
    margin: 0 0 30px;
}
.tg-section-heading h2 {
    margin: 0;
    padding: 0 30px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.tg-section-heading h2:after,
.tg-section-heading h2:before{
    top: 50%;
    height: 1px;
    content: '';
    width: 9999px;
    position: absolute;
    background: #f4f4f4;
}
.tg-section-heading h2:after{left: 100%;}
.tg-section-heading h2:before{right: 100%;}
.tg-section-head .tg-description{padding: 0 0 40px;}
.tg-section-head .tg-description p {margin: 0;}
.tg-stars{
    float: left;
    width: 100%;
    padding: 0 0 10px;
    text-align: center;
}
.tg-stars .fa{color: #fff;}
.tg-parallax-window{
    margin: 30px 0;
    overflow: hidden;
}
.tg-parallax-window > div{
    z-index: 4;
    position: relative;
}
.tg-displayflex {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
/* =============================================
                Pagination Style
============================================= */
.tg-pagination{
    width: 100%;
    float: left;
    font-size:14px;
    line-height:34px;
    padding: 30px 0 80px 0;
}
.tg-pagination ul{
    width: 100%;
    float:right;
    margin:0;
    padding:0;
    list-style:none;
    text-align: center;
    line-height: inherit;
}
.tg-pagination ul li{
    width: 34px;
    line-height: inherit;
    display:inline-block;
    vertical-align:middle;
    list-style-type:none;
}
.tg-pagination ul li.tg-previous,
.tg-pagination ul li.tg-next{width: 43px;}
.tg-pagination ul li a{
    display:block;
    color:#080b1a;
    text-align:center;
    padding:0;
    position:relative;
    line-height: inherit;
    border: 1px solid #080b1a;
}
.tg-pagination ul li.tg-next a,
.tg-pagination ul li.tg-previous a{
    border-color:#3e3e3e;
    color: #3e3e3e;
    font-size: 25px;
    line-height: 34px;
}
.tg-pagination ul li a i{
    line-height:inherit;
    display: block;
}
.tg-pagination ul li:hover a,
.tg-pagination ul li.tg-next a:hover,
.tg-pagination ul li.tg-previous a:hover{color: #fff;}
.tg-bgwhite {background: #fff;}
.tg-bglightgrey{background: #f4f4f4;}
/* =============================================
                        Theme Style
============================================= */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullet {
    opacity: 1;
    float: left;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
    position: relative;
    background: #000;
    margin: 0 10px 0 0;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
}
.swiper-pagination-bullet a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    text-indent: -999em;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.swiper-pagination-bullet a:hover,
.swiper-pagination-bullet a:focus,
.swiper-pagination-bullet.swiper-pagination-bullet-active a {
    outline: none;
    background-color: white;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active a {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {box-shadow: 0 0 0 2px white;}
#wrapper{overflow: hidden;}
#main{
    position: relative;
    z-index: 2;
}
/* =============================================
                        Header
============================================= */
.tg-header{
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    position: absolute;
}
.tg-header.affix{
    position: fixed;
    top: 0;
    z-index: 9999;
}
.tg-header-box{
    width: 100%;
    float: left;
    background: #fff;
    padding: 17px 15px;
    border-radius:0 0 10px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.tg-header-box h3 {
    font-size: 16px;
}
.tg-logo {float: left;width:200px;}
.tg-logo a {display: block;}
.tg-logo a img {display: block;}
.tg-scrolling{
    position:relative;
    width:1200px;
    height:100%;
    margin:0 auto;
}
.nicescroll-rails{border-radius:4px !important;}
.tg-nav{
    float: right;
    padding: 9px 0 0;
    line-height: 20px;
}
.tg-nav ul{
    float: left;
    list-style: none;
    line-height: inherit;
}
.tg-nav ul li{
    float: left;
    padding: 0 15px;
    line-height: inherit;
    list-style-type: none;
}
.tg-nav ul li + li{border-left: 1px solid #ddd;}
.tg-nav ul li:last-child{padding-right: 0;}
.tg-nav ul li a{display: block;}
.tg-nav ul li a i{
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #080b1a;
}
.tg-nav ul li a.navbar-toggle i{
    font-size: 57px;
    line-height: 22px;
}
.tg-close-nav{
    color: #fff;
    float: right;
    margin: 0 0 20px;
}
.tg-close-nav:hover{color: #fff;}
.tg-close-nav span{
    display: block;
    font-size: 30px;
    line-height: 30px;
}
.navbar-toggle {
    margin: 0;
    padding: 0;
    display: block;
}
.navbar-collapse {
    border: 0;
    box-shadow: 0;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 3;
    width: 100%;
    float: none;
    position: fixed;
    visibility: visible;
    height: 100% !important;
    display: block !important;
    -webkit-transform: translateY(-210%);
    -moz-transform: translateY(-210%);
    -ms-transform: translateY(-210%);
    -o-transform: translateY(-210%);
    transform: translateY(-210%);
}
#tg-navigation.navbar-collapse {
    padding:60px 0;
    height: 100% !important;
    z-index: 99999;
}
#tg-navigation.navbar-collapse.collapse.in {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.tg-navigation .tg-navbar {
    float: left;
    list-style: none;
    font-size: 30px;
    line-height: 20px;
    text-transform: uppercase;
}
.tg-navigation .tg-navbar li {
    float:left;
    width:100%;
    padding: 15px 0;
    position:relative;
    list-style-type: none;
}
.tg-navigation .tg-navbar li ul li {
    font-size: 20px;
    list-style: square outside;
    color: #fff;
    padding-left: 15px;
}
.tg-navigation .tg-navbar li a {
    color: #fff;
    float:left;
}
.tg-navigation .tg-navbar li ul li a strong,
.tg-navigation .tg-navbar > li > a > strong{
    color:#fff;
    display:block;
    overflow:hidden;
    position:relative;
    font-weight:normal;
}
.tg-navigation .tg-navbar > li > ul > li > a > strong:after,
.tg-navigation .tg-navbar > li > a > strong:after {
    content: '';
    position: absolute;
    height: 16px;
    width: 100%;
    top: 50%;
    margin-top: -8px;
    right: 0;
    background: #F9F9F9;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.tg-navigation .tg-navbar > li > ul > li.active > a > strong:after,
.tg-navigation .tg-navbar > li > ul > li > a:hover > strong:after,
.tg-navigation .tg-navbar > li.active > a > strong:after,
.tg-navigation .tg-navbar > li:hover > a > strong:after,
.tg-navigation .tg-navbar > li > a > strong:hover:after {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
.tg-navigation .tg-navbar > li > ul > li > a > strong:before,
.tg-navigation .tg-navbar > li > a > strong:before {
    content: attr(data-letters);
    position: absolute;
    z-index: 2;
    overflow: hidden;
    color: #424242;
    white-space: nowrap;
    width: 0%;
    -webkit-transition: width 0.4s 0.3s;
    transition: width 0.4s 0.3s;
}
.tg-navigation .tg-navbar > li > ul > li.active > a > strong:before,
.tg-navigation .tg-navbar > li > ul > li > a:hover > strong:before,
.tg-navigation .tg-navbar > li.active > a > strong:before,
.tg-navigation .tg-navbar > li:hover > a > strong:before,
.tg-navigation .tg-navbar > li > a > strong:hover:before {width: 100%;}
.tg-navigation .tg-navbar li a span{
    display: block;
    font-size: 14px;
    line-height: 14px;
}
.tg-navigation .tg-navbar li ul{
    top:0;
    left:0;
    margin:0;
    opacity:0;
    z-index:99;
    width:100%;
    padding:10px 0 0;
    position:absolute;
    visibility:hidden;
}
.tg-navigation .tg-navbar li:hover ul{
    position:relative;
    top:auto;
    float:left;
    opacity:1;
    visibility:visible;
}
.tg-navigation .tg-navbar li:hover ul li{ padding:10px 0;}
.tg-info-area {
    width: 100%;
    float: left;
    color: #fff;
    padding: 0 50% 0 0;
}
.tg-info-area .tg-logo {
    float: left;
    padding: 0 0 30px;
}
.tg-info-area .tg-logo a {display: block;}
.tg-info-area .tg-logo a img {display: block;}
.tg-info-area .tg-description{padding: 0 0 25px;}
.tg-info-area .tg-description p{margin: 0;}
.tg-info-area .tg-socialicons {
    float: left;
    width: 100%;
    padding: 0 0 30px;
}
.tg-info-area .tg-socialicons li{padding: 0 20px 0 0;}
.tg-contact-info{
    width: 100%;
    float: left;
    list-style: none;
}
.tg-contact-info li{list-style-type: none;}
.tg-contact-info li + li{padding: 15px 0 0;}
.tg-newsletter strong,
.tg-contact-info li strong{
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    text-transform: capitalize;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    padding: 0 0 8px;
}
.tg-contact-info li span,
.tg-contact-info li address{
    margin: 0;
    display: block;
    font-style: normal;
}
.tg-border-right{border-right:1px solid #fff;}
.tg-contact-info li address{padding: 0 50% 0 0;}
.tg-contact-info li a{color: #fff;}
.tg-newsletter{
    width: 100%;
    float: left;
}
.tg-newsletter strong{padding: 0 0 20px;}
.tg-form-newsletter{
    width: 100%;
    float: left;
}
.tg-form-newsletter fieldset{
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    border: 0;
}
.tg-form-newsletter fieldset .form-group {margin: 0 0 30px;}
.tg-form-newsletter fieldset .form-group .form-control {border-color: #fff;}
.tg-form-newsletter fieldset .form-group .form-control::-moz-placeholder{color: #fff;}
.tg-form-newsletter fieldset .tg-btn {float: right;}
/* =============================================
                        Search
============================================= */
.tg-searchbox{
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: 4;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    position: fixed;
}
.tg-searchbox.in{
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}
.tg-close-search{
    color: #fff;
    top: 50px;
    right: 50px;
    z-index: 5;
    position: absolute;
}
.tg-close-search:hover{color: #fff;}
.tg-close-search span{
    display: block;
    font-size: 30px;
    line-height: 30px;
}
.tg-searcharea{
    width: 100%;
    height: 100%;
    float: left;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.tg-form-search{
    width: 100%;
    float: left;
    margin: 0 0 30px;
}
.tg-commingsoon-content .tg-newsletter fieldset,
.tg-form-search fieldset{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}
.tg-form-search fieldset .form-control{
    z-index: 1;
    height: 60px;
    padding: 10px 0;
    font-size: 36px;
    line-height: 40px;
    position: relative;
    border-color: #fff;
}
.tg-form-search fieldset .form-control::-moz-placeholder{color: #fff;}
.tg-searcharea form fieldset i{
    right: 0;
    z-index: 5;
    bottom: 10px;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
}
/* =============================================
                        Home Slider
============================================= */
.tg-home-slider{
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    background: #070a13;
}
.tg-home-slider .swiper-slide {
    width: 100%;
    float: left;
}
.tg-home-slider figure{
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
}
.tg-home-slider figure img{
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.tg-home-slider figcaption{
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    padding: 130px 0 0;
}
.tg-home-slider figcaption .tg-slide-title{
    width: 94%;
    float: left;
    margin: 0 3%;
    overflow: hidden;
    padding: 0 0 100px;
}
.header-scale {
    transform: scale(.9);
}
/*.tg-home-slider figcaption .tg-slide-title strong{
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
.tg-home-slider figcaption .tg-slide-title strong:after,
.tg-home-slider figcaption .tg-slide-title strong:before{
    top: 50%;
    content: '';
    height: 1px;
    width: 42%;
    background: #fff;
    position: absolute;
}*/
.tg-home-slider figcaption .tg-slide-title strong:after{left: 58%;}
.tg-home-slider figcaption .tg-slide-title strong:before{right: 58%;}
.tg-home-slider figcaption h1{
    color: #fff;
    margin: 0 0 50px;
    font-size: 100px;
    font-weight: 300;
    line-height: 100px;
    text-align: center;
    letter-spacing: 6px;
}
.header-other-font {
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.tg-home-slider figcaption h1 span{
    display: block;
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
}
.tg-home-slider .swiper-pagination{bottom: 120px;}
.tg-home-slider .swiper-pagination .swiper-pagination-bullet{
    float: none;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}
/* =============================================
                        Kenburn Slider
============================================= */
.tg-home-kenburn{
    width: 100%;
    float: left;
    z-index: -1;
}
.tg-home-kenburn ul{
    list-style: none;
    width: 100%;
    float: left;
    z-index: -1;
}
.tg-home-kenburn ul li{
    width: 100;
    float: left;
    list-style-type: none;
    display: inline-block;
}
/* =============================================
                        Parallax Slider
============================================= */
.tg-home-parallaxslider{}
.tg-home-parallaxslider .outer-container {
    width: 100%;
    min-height: 900px;
}
.tg-home-parallaxslider .banner {
    width: 100%;
    height: 900px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translatez(0);
    transform: translatez(0);
}
.tg-home-parallaxslider .banner h1 {
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    margin: 0;
}
.tg-home-parallaxslider .banner p {
    font-size: 20px;
    line-height: 20px;
    margin-top: 0;
    color: #fff;
}
.tg-home-parallaxslider .banner__image{
    width: 100%;
    float: left;
    height: 900px;
    position: absolute;
    z-index: -1;
    background: url(../images/slider/parallax.jpg);
    background-size: cover;
}
/* =============================================
                        Flux Lider
============================================= */
.tg-home-blockslider{
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
.tg-home-blockslider figure{
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    text-align: center;
}
.tg-home-blockslider figure figcaption{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
}
.tg-home-blockslider figure img{
    width: 100%;
    height: auto;
    display: block;
}
.tg-home-blockslider figure figcaption h1{
    font-size: 80px;
    line-height: 80px;
    margin: 0;
    color: #fff;
}
.tg-home-blockslider figure figcaption p{
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    color: #fff;
}
/* =============================================
                        Plax Banner
============================================= */
.tg-home-plaxbanner{
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/slider/banner-bg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.tg-home-plaxbanner h2{
    width: 100%;
    position: absolute;
    /*	left: 40%;*/
    text-align: center;
    top: 40%;
    color: #fff;
    font-size: 30px;
    margin: 0;
}
.tg-home-plaxbanner h2 span{
    display: block;
    font-size: 60px;
}
.morphext > .animated {display: inline-block;}
.tg-home-plaxbanner2{background:none;}
.tg-home-plaxbanner2 img{
    width: 3200px;
    height: 800px;
}
/* =============================================
                        What We Do
============================================= */
.tg-whatwedo{
    position: relative;
    border-top: 1px solid #e8e8e8;
}
.tg-next-prev-buttons{
    width: 100%;
    float: left;
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #e8e8e8;
}
.tg-btn-prev{float: left;}
.tg-btn-next{float: right;}
.tg-btn-prev span,
.tg-btn-next span{
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50%;
}
.tg-next-prev-buttons .swiper-button-disabled{color: #e8e8e8;}
.tg-service{
    width: 100%;
    float: left;
    height: 165px;
    padding: 15px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.tg-service:after{
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    content: '';
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    position: absolute;
    margin: -3px 0 0 -3px;
    border: 1px solid #e8e8e8;
}
.tg-service h3{
    font-size: 14px;
    line-height: 14px;
    position: relative;
    z-index: 5;
    color: #080b1a;
}
.tg-service h3 a{color: #080b1a;}
.tg-service .tg-service-icon {
    display: block;
    font-size: 40px;
    line-height: 40px;
    padding: 0 0 10px;
}
.tg-service .tg-plus-icon {
    left: 50%;
    z-index: 2;
    bottom: -30px;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 0 -15px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    color: #080b1a;
}
.tg-service:hover:after{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    margin: 0;
    visibility: visible;
}
.tg-service:hover .tg-plus-icon {
    bottom: -12px;
    opacity: 1;
    visibility: visible;
    color: #080b1a;
}
.tg-service .tg-plus-icon:hover{
    transform: rotate(270deg);
    transition: all 500ms ease-in-out 0s;
    color: #080b1a;
}
.tg-service:hover h3{}
.tg-services-lg{margin: -30px 0 0;}
.tg-services-lg .tg-service {
    height: auto;
    padding:40px 60px;
    position: relative;
    border: 1px solid #e1e1e1;
}
.tg-services-lg .tg-service {margin: 70px 0 0;}
.tg-services-lg .tg-service .tg-description {}
.tg-services-lg .tg-service .tg-description p {
    margin: 0 0 20px;
    line-height: 26px;
}
.tg-services-lg .tg-service:after{display: none;}
.tg-services-lg .tg-service .tg-service-icon{
    top: 0;
    left: 50%;
    padding: 0;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    margin: -40px 0 0 -40px;
}
.tg-services-lg .tg-service .tg-service-icon span{
    display: block;
    line-height: 80px;
}
.tg-services-lg .tg-service:hover .tg-service-icon span{color: #fff;}
.tg-services-lg .tg-service .tg-border-heading{padding: 30px 0 20px;}
.tg-services-lg .tg-service .tg-border-heading h3{
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}
.tg-services-lg .tg-service .tg-border-heading:after {
    left: 50%;
    margin: 0 0 0 -55px;
}
.tg-services-lg .tg-service .tg-btn{color: #080b1a;}
.tg-services-lg .tg-btn:hover{color: #fff;}
/* =============================================
                        Counter
============================================= */
.tg-counter{
    width: 25%;
    float: left;
    padding: 0 15px;
    text-align: center;
}
.tg-counter h2{
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 20px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-counter h3{
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
/* =============================================
                        What We Did
============================================= */
.tg-whatwedid{}
.tg-portfolio {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 0 15px;
}
.tg-portfolio .swiper-slide{
    float: left;
    width: 100%;
}
.portfolio-item figure,
.tg-portfolio .swiper-slide figure{
    margin: 0;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.portfolio-item figure img,
.tg-portfolio .swiper-slide figure img{
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.portfolio-item figure:hover img,
.tg-portfolio .swiper-slide figure:hover img{opacity: 0.20;}
.portfolio-item figure figcaption,
.tg-portfolio .swiper-slide figcaption{
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
}
.portfolio-item figure figcaption a,
.tg-portfolio .swiper-slide figcaption a{
    top:50%;
    left:50%;
    opacity: 0;
    color: #fff;
    width:28px;
    height:28px;
    text-align:center;
    position: absolute;
    visibility: hidden;
    margin:-14px 0 0 -14px;
}
.portfolio-item figure figcaption a:before,
.tg-portfolio .swiper-slide figcaption a:before{
    position:absolute;
    right:0;
    bottom:1px;
    font-size:29px;
    content:'\e9e9';
    font-family: 'icomoon' !important;
}
.portfolio-item figure:hover figcaption a,
.tg-portfolio .swiper-slide figure:hover figcaption a{
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
/* =============================================
                        Testimonials
============================================= */
.tg-testimonials-slider{
    width: 100%;
    float: left;
    overflow: hidden;
}
/*.tg-testimonials-slider .swiper-wrapper{overflow:hidden;}*/
.tg-testimonial-slide{
    width: 100%;
    float: left;
    padding: 0 0 15px;
}
.tg-testimonial-slide figure{
    margin: 0;
    z-index: 1;
    float: left;
    padding: 0 15px;
    position: relative;
    border: 1px solid #fff;
}
.tg-testimonial-slide figure img{
    top: 15px;
    z-index: 2;
    display: block;
    position: relative;
    border: 1px solid #fff;
}
.tg-testimonial-slide .tg-slide-content{
    color: #fff;
    overflow: hidden;
    padding: 46px 0 46px 30px;
}
.tg-testimonial-slide .tg-slide-content h2{
    color: #fff;
    margin: 0 0 9px;
    font-size: 18px;
    line-height: 18px;
}
.tg-testimonial-slide .tg-slide-content h3{
    color: #fff;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 14px;
}
.tg-testimonial-slide .tg-slide-content .tg-description p{ margin: 0;}
.tg-testimonials-slider .swiper-pagination{padding: 0 0 0 235px;}
/* =============================================
                        Our Team
============================================= */
.tg-team{
    width: 100%;
    float: left;
    padding: 0 15px;
    overflow: hidden;
}
.tg-team-member{
    width: 100%;
    float: left;
    /*	overflow: hidden;*/
    position: relative;
}
.tg-team-member figure{
    width: 100%;
    float: left;
    z-index: 1;
    padding: 0 15px;
    margin: 0 0 15px;
    position: relative;
    border: 1px solid #e8e8e8;
}
.tg-team-member figure .tg-bgdark{
    top: 15px;
    z-index: 2;
    width: 100%;
    display: block;
    position: relative;
}
.tg-team-member figure img{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.tg-team-member-info{
    width: 100%;
    float: left;
    padding: 15px 15px 0;
    text-align: center;
}
.tg-team-member-info h3{
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 8px;
}
.tg-team-member-info h4 a,
.tg-team-member-info h3 a{
    display: inline-block;
    vertical-align: middle;
    color: #080b1a;
}
.tg-team-member-info h4{
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    margin: 0 0 20px;
    letter-spacing: 1px;
}
.tg-team-member-info .tg-socialicons {text-align: center;}
.tg-team-member-info .tg-socialicons li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.tg-team-member-info .tg-socialicons li a{background: none;}
.tg-team-member-info .tg-socialicons li:hover a i{color: #fff;}
.tg-team-member figure:hover img{ opacity:0.20;}
.tg-team-member figure img{position: relative;}
.tg-team-member figure figcaption{
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 0 30px;
}
.tg-team-member figure figcaption a{
    top:50%;
    left:50%;
    opacity: 0;
    color: #fff;
    width:28px;
    height:28px;
    text-align:center;
    position: absolute;
    visibility: hidden;
    margin:2px 0 0 -14px;
}
.tg-team-member figure figcaption a:before{
    position:absolute;
    right:0;
    bottom:1px;
    font-size:29px;
    content:'\e9e9';
    font-family: 'icomoon' !important;
}
.tg-team-member figure:hover figcaption a{
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
/* =============================================
                        Pricing Packages
============================================= */
.tg-packages > div + div {border-left: 1px solid #fff;}
.tg-package{
    width: 100%;
    float: left;
    color: #fff;
    padding: 0 60px;
}
.tg-package h2{
    color: #fff;
    margin: 0 0 20px;
    font:300 80px/56px 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-package h2 sup{
    top: -0.8em;
    font-size: 40px;
    line-height: 40px
}
.tg-package h3{
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.tg-package ul{
    width: 100%;
    float: left;
    list-style: none;
    line-height: 20px;
    padding: 0 0 30px;
}
.tg-package ul li{
    width: 100%;
    float: left;
    list-style-type: none;
    line-height: inherit;
}
/* =============================================
                        Blog Post
============================================= */
.tg-blogpost-slider{overflow: hidden;}
.tg-blogpost{
    width: 100%;
    float: left;
    padding: 0 15px;
}
.tg-post{
    width: 100%;
    float: left;
    overflow:hidden;
}
.tg-post figure{
    width: 100%;
    float: left;
    overflow:hidden;
    margin: 0 0 30px;
}
.tg-post figure a{display: block;}
.tg-post figure a img{
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
.tg-post figure:hover a img{
    -webkit-transform: scale(1.20);
    -moz-transform: scale(1.20);
    -ms-transform: scale(1.20);
    -o-transform: scale(1.20);
    transform: scale(1.20);
}
.tg-post-content {
    width: 100%;
    float: left;
}
.tg-post-content h3 {
    text-align: center;
}
.tg-post-metadata{
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 15px;
    list-style: none;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.tg-post-metadata li:first-child{padding-left: 0;}
.tg-post-metadata li{
    float: left;
    padding: 0 15px;
    position: relative;
    line-height: inherit;
    list-style-type: none;
}
.tg-post-metadata li + li:after{
    top: -1px;
    left: -3px;
    color: #000;
    content: '/';
    font-size: 16px;
    line-height: 15px;
    position: absolute;
}
.tg-post-metadata li a{
    display: block;
    color: #080b1a;
}
.tg-post h3 {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 16px;
}
.tg-post h3 a:hover{color: #080b1a;}
.tg-post .tg-description p {margin: 0;}
.tg-blogpost .swiper-wrapper{}
/*=============================================
                        Contact
=============================================*/
.tg-contactarea {
    width: 100%;
    float: left;
    margin: -30px 0 0;
}
.tg-form-contact {
    width: 100%;
    float: left;
}
.tg-form-contact fieldset{
    margin: 0;
    border: 0;
    width: 100%;
    float: left;
}
.tg-form-contact fieldset .form-group {margin: 0 0 30px;}
.tg-form-contact fieldset textarea.form-control {
    height: 100px;
    resize: none;
}
.tg-form-contact fieldset > div:last-child{text-align: center;}
.tg-form-contact fieldset .tg-btn{
    margin: 0 auto;
    color: #080b1a;
}
.tg-form-contact fieldset .tg-btn:hover{color: #fff;}


.tg-form-contact fieldset .tg-btn:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    animation: 1s btn-disabled linear infinite;
}

.tg-form-contact fieldset .tg-btn:disabled {
    background-color: #666;
}

.tg-form-contact fieldset .tg-btn:disabled:before {
    opacity: 1;
}

.tg-form-contact .js-val {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.tg-form-contact .js-val.error {
    border-color: red;
}
/*=============================================
                        Footer
=============================================*/
.tg-five-columns > div + div .tg-column{padding: 58px 0 0;}
.tg-column {
    width: 100%;
    float: left;
    color: #fff;
}
.tg-column .tg-logo{margin: 0 0 20px;}
.tg-column .tg-socialicons li:hover a{background: none;}
.tg-column .tg-socialicons li:hover a i{
    transform:none;
    background: #fff;
}
.tg-column .tg-socialicons li:hover a i:after{display: none;}
.tg-column h3{
    color: #fff;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
}
.tg-column address{
    margin: 0;
    padding: 0 20px 0 0;
    font-style: normal;
}
.tg-column span{
    display: block;
    padding: 0 0 10px;
}
.tg-column span a{
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.tg-column .tg-form-newsletter .form-control::-moz-placeholder{color: #fff;}
.tg-footerbar{padding: 20px 0;}
.tg-footerbar .tg-copyright{
    float: left;
    text-transform: uppercase;
}
.tg-footer-nav{
    float: right;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}
.tg-footer-nav ul{
    float: left;
    list-style: none;
    line-height: inherit;
}
.tg-footer-nav ul li{
    float: left;
    padding: 0 0 0 50px;
    line-height: inherit;
    list-style-type: inherit;
}
.tg-footer-nav ul li a{
    display: block;
    color: #080b1a;
}
/*=============================================
                        Featured Products
=============================================*/
.tg-overlap{
    margin: -100px 0 0;
    position: relative;
}
.tg-products{
    width: 100%;
    float: left;
    padding: 0 15px;
    overflow: hidden;
}
.tg-product{
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.tg-product figure{
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
}
.tg-product figure a{
    display: block;
    position: relative;
}
.tg-product figure a img{
    width: 100%;
    height: auto;
    display: block;
}
.tg-product-info{
    width: 100%;
    float: left;
    padding: 15px 15px 0;
    text-align: left;
}
.tg-product-info h3{
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 8px;
}
.tg-product-info h4 a,
.tg-product-info h3 a{
    display: inline-block;
    vertical-align: middle;
    color: #080b1a;
}
.tg-product-info h4{
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}
.tg-cart-price{
    width:100%;
    float:left;
    padding:15px 0 0;
    margin:15px 0 0;
    text-transform:uppercase;
    border-top:1px solid #e8e8e8;
}
.tg-cart-price a{
    font-size:14px;
    line-height:17px;
    color: #080b1a;
}
.tg-cart-price a i,
.tg-cart-price a em{
    font-style:normal;
    display:inline-block;
    vertical-align:middle;
}
.tg-cart-price .tg-addtocart{float:left;}
.tg-cart-price .tg-price{float:right;}
.tg-products .tg-next-prev-buttons{margin:15px 0 0;}
/*=============================================
                        Categories Style
=============================================*/
.tg-categories{
    width:100%;
    float:left;
    margin:-15px 0;
}
.tg-category{
    width:100%;
    float:left;
    margin:15px 0;
    overflow:hidden;
    position:relative;
}
.tg-category:before{
    top:50%;
    left:50%;
    z-index:-1;
    content:'';
    width:200%;
    height:200%;
    border-radius:50%;
    position:absolute;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.tg-category:hover:before{
    width:0;
    height:0;
    margin:0;
}
.tg-category img{
    z-index:1;
    width:100%;
    height:auto;
    display:block;
    opacity:0.20;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}
.tg-category:hover img{opacity: 1;}
.tg-category figcaption{
    left:0;
    bottom:0;
    z-index:2;
    color:#fff;
    padding:30px;
    position:absolute;
}
.tg-category figcaption h2,
.tg-category figcaption h3{
    margin:0;
    color:#fff;
    font-size:18px;
    line-height:18px;
}
.tg-category figcaption h2 span{
    display:block;
    padding: 8px 0 0;
}
.tg-category figcaption h3{margin:8px 0 0;}
.tg-category figcaption h2 a,
.tg-category figcaption h3 a{color:#fff;}
/*=============================================
                        Photo Gallery Style
=============================================*/
.tg-photoshoots{margin: 0 0 30px;}
.tg-photo-gallery{
    width:100%;
    float:left;
    margin: -15px 0;
}
.tg-grid-item {padding: 15px;}
.tg-photo-gallery figure{
    margin:0;
    width:100%;
    float:left;
    overflow: hidden;
}
.tg-photo-gallery figure img{
    width:100%;
    height:auto;
    display:block;
}
.tg-photo-gallery figure:hover img{ opacity:0.20;}
.tg-photo-gallery figure figcaption{
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
}
.tg-photo-gallery figure figcaption a{
    top:50%;
    left:50%;
    opacity: 0;
    color: #fff;
    width:28px;
    height:28px;
    text-align:center;
    position: absolute;
    visibility: hidden;
    margin:-14px 0 0 -14px;
}
.tg-photo-gallery figure figcaption a:before{
    position:absolute;
    right:0;
    bottom:1px;
    font-size:29px;
    content:'\e9e9';
    font-family: 'icomoon' !important;
}
.tg-photo-gallery figure:hover figcaption a{
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
/*=============================================
                        Categories Tabs Style
=============================================*/
.tg-nav-tabs{
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 24px;
    list-style: none;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
.tg-nav-tabs li{
    padding: 0 30px;
    line-height: inherit;
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
}
.tg-nav-tabs li a{
    display: block;
    color: #aaa5a5;
    padding: 10px 0;
    position: relative;
}
.tg-nav-tabs li a:after{
    left: 0;
    bottom: 100%;
    content: '';
    width: 100%;
    height: 2px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #aaa5a5;
}
.tg-nav-tabs li.active a:after,
.tg-nav-tabs li a:hover:after{
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.tg-tabs-content{
    width: 100%;
    float: left;
    padding: 30px 0 0;
}
.tg-tabs-content .tg-product-info{text-align: center;}
/*=============================================
                        Categories Tabs Style
=============================================*/
.tg-after-before{
    z-index: 1;
    position: relative;
    background: rgba(8, 11, 26, 0.60);
}
.tg-after-before:before,
.tg-after-before:after{
    content: '';
    left: 0;
    z-index: -1;
    width: 100%;
    height: 999px;
    position: absolute;
    background: rgba(8, 11, 26, 0.60);
}
.tg-after-before:before{top: 100%}
.tg-after-before:after{bottom: 100%;}
.tg-news-event{
    width: 100%;
    float: left;
    padding: 0 15px;
}
.tg-news-event h2{
    width: 100%;
    float: left;
    color: #fff;
    margin: 0 0 30px;
}
.tg-news-event ul{
    width: 100%;
    float: left;
    list-style: none;
    line-height: 20px;
    padding: 0 0 30px;
}
.tg-news-event ul li{
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    line-height: inherit;
    list-style-type: none;
}
.tg-news-event ul li + li{margin: 20px 0 0;}
.tg-news-event ul li .tg-event{
    overflow: hidden;
    height: 140px;
    display: flex;
    padding: 0 30px;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: left;
}
.tg-news-event ul li .tg-event h3{
    float: left;
    width: 100%;
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
}
.tg-news-event ul li .tg-event h3 a{}
.tg-news-event ul li .tg-event .tg-description {}
.tg-news-event ul li .tg-event .tg-description p {margin: 0;}
.tg-news-event ul li .tg-date{
    color: #fff;
    width: 140px;
    float: right;
    height: 140px;
    font-size: 24px;
    line-height: 27px;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
.tg-news-event ul li .tg-date span{
    display: block;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 0 0;
}
.tg-news-event .tg-btn{float: right;}
/*=============================================
                        Brands Style
=============================================*/
.tg-brands{
    width: 100%;
    float: left;
    padding: 30px;
    margin: 0 0 30px;
    position: relative;
    border: 1px solid #e1e1e1;
}
.tg-brands-slider {overflow: hidden;}
.tg-brands figure{
    width: 100%;
    float: left;
    margin: 0;
}
.tg-brands figure a{
    height: 115px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}
.tg-brands figure a img{
    max-width: 100%;
    display: block;
    height: auto;
}
.tg-brands .tg-next-prev-buttons{
    border: 0;
    margin: 0;
    padding: 0;
}
.tg-brands .tg-next-prev-buttons .tg-btn-prev,
.tg-brands .tg-next-prev-buttons .tg-btn-next{
    position: absolute;
    left:0;
    top: 50%;
    margin: -10px 0 0 -15px;
}
.tg-brands .tg-next-prev-buttons .tg-btn-next{
    left: auto;
    right: 0;
    margin: -10px -15px 0 0;
}
/*=============================================
                        Delivery Style
=============================================*/
.tg-three-columns{
    width: 100%;
    float: left;
    margin: 0 0 30px;
}
.tg-three-columns .tg-column{
    width: 100%;
    float: left;
    padding: 30px;
    margin: 0 0 30px;
    background: #fff;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
}
.tg-three-columns .tg-column h3{
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.tg-three-columns .tg-column .tg-description {}
.tg-three-columns .tg-column .tg-description p {margin: 0;}
/*=============================================
                        Inner Banner Style
=============================================*/
.tg-inner-banner{
    height: 350px;
    z-index: 1;
    overflow: hidden;
    margin: 80px 0 0;
    position: relative;
    padding: 0 0 100px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}
.tg-inner-banner:after{
    top: 0;
    left: 0;
    z-index: 2;
    content:'';
    width: 100%;
    height: 100%;
    opacity: 0.50;
    position: absolute;
    background: url(../images/pattran.jpg);
}
.tg-banner-content{
    width: 100%;
    float: left;
}
.tg-page-heading{
    width: 90%;
    float: left;
    margin: 0 5%;
    overflow: hidden;
    padding: 0 0 30px;
    text-align: center;
}
.tg-page-heading h1{
    margin: 0;
    padding: 0 30px;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.tg-page-heading h1:after,
.tg-page-heading h1:before{
    top: 50%;
    content: '';
    height: 1px;
    width: 9999px;
    position: absolute;
}
.tg-page-heading h1:after{left: 100%;}
.tg-page-heading h1:before{right: 100%;}
/*=============================================
                        About us & Skills
=============================================*/
.tg-about-skills{
    width: 100%;
    float: left;
}
.tg-aboutus {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 26px;
}
.tg-aboutus .tg-description {line-height: inherit;}
.tg-aboutus .tg-description p {
    margin: 0 0 20px;
    line-height: inherit;
}
.tg-aboutus .tg-btn {
    float: right;
    color: #080b1a;
}
.tg-aboutus .tg-btn:hover{color: #fff;}
/* =============================================
                        Skills Start
============================================= */
.tg-skill-box{
    width: 100%;
    float: left;
}
.tg-skill-group{
    float:left;
    width:100%;
}
.tg-skill{
    margin:0 0 20px;
    float:left;
    width:100%;
    cursor: pointer;
}
.tg-skill-name{
    display:block;
    font-size:14px;
    line-height:14px;
    padding:0 0 5px;
    text-transform: uppercase;
}
.tg-skill-box{
    width: 100%;
    float: left;
    padding: 4px;
    background: #e1e1e1;
}
.tg-skill-holder{
    float:left;
    width:100%;
    position:relative;
    background: #aca9a9;
}
.tg-skill-bar{
    height:12px;
    float:left;
    transition:none;
    position:relative;
}
.tg-skill-holder span{
    position: absolute;
    right: 0;
    bottom: 100%;
}
/* =============================================
                        Blog Grid
============================================= */
.tg-blog-grid{margin: -15px 0 0;}
.tg-blog-grid .tg-post {margin: 15px 0;}
/* =============================================
                        Blog Detail
============================================= */
.tg-post-detail {}
.tg-post h2 {
    margin: 0 0 5px;
    line-height: 24px;
}
.tg-post-detail .tg-post-metadata {
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 30px;
    text-transform: uppercase;
}
.tg-post-detail .tg-post-metadata li + li:after{
    left: -3px;
    content: '|';
    font-size: 14px;
}
.tg-post-detail .tg-description blockquote,
.tg-post-detail .tg-description p {
    width: 100%;
    float: left;
    margin: 0 0 25px;
}
.tg-post-detail .tg-description p:last-child {margin: 0;}
.tg-post-detail .tg-description blockquote{
    width: 100%;
    float: left;
    quotes: none;
    font-size: 16px;
    padding: 2px 40% 2px 20px;
    border-left: 3px solid #e1e1e1;
}
.tg-post-detail .tg-description blockquote q{
    width: 100%;
    float: left;
    padding: 0 0 10px;
}
.tg-post-detail .tg-description blockquote .tg-author-name{
    display: block;
    font-size: 11px;
    line-height: 14px;
    text-transform: capitalize;
}
.tg-post-author{
    width: 100%;
    float: left;
}
.tg-post-author figure{
    z-index: 1;
    float: left;
    padding: 0 15px;
    margin: 0 50px 15px 0;
    position: relative;
    border: 1px solid;
}
.tg-post-author figure a{
    top: 15px;
    z-index: 2;
    display: block;
    position: relative;
}
.tg-post-author figure a img{
    width: 100%;
    height: auto;
    display: block;
}
.tg-post-author .tg-author-detail{
    padding: 49px 0;
    overflow: hidden;
}
.tg-post-author .tg-author-detail h2{
    margin: 0 0 15px;
    padding: 0 0 10px;
    line-height: 24px;
    position: relative;
}
.tg-post-author .tg-author-detail h2 a{
    letter-spacing: 4px;
    color: #080b1a;
}
.tg-post-author .tg-author-detail h2:after{
    left: 0;
    width: 30px;
    bottom: 0;
    height: 2px;
    content: '';
    position: absolute;
    background: #d7d7d7;
}
.tg-post-author .tg-author-detail h2 span{
    display: block;
    font-size: 14px;
    padding: 0 0 5px;
    line-height: 17px;
    word-spacing: 5px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-post-author .tg-author-detail .tg-description  p{margin: 0;}
.tg-comment-commentform{ margin: 0 0 30px;}
.tg-comments{
    width: 100%;
    float: left;
    padding: 0 0 50px;
}
.tg-comments h2{
    margin: 0 0 30px;
    line-height: 24px;
}
.tg-comments ul{
    width: 100%;
    float: left;
    list-style: none;
    line-height: 20px;
    padding: 0 30px 0 0;
}
.tg-comments ul li{
    width: 100%;
    float: left;
    line-height: inherit;
    list-style-type: none;
}
.tg-comments ul li ul.child {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 0 120px;
}
.tg-comments ul li .tg-comment{
    width: 100%;
    float: left;
    padding: 20px 0;
}
.tg-comment figure{
    float: left;
    overflow: hidden;
    margin: 0 30px 0 0;
    border-radius: 50%;
}
.tg-comment figure a{display: block;}
.tg-comment figure a img{
    width: 100%;
    height: auto;
    display: block;
}
.tg-comment .tg-comment-data{
    overflow: hidden;
    padding: 15px 0 0;
}
.tg-comment-data .tg-comment-head {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0 0 20px;
}
.tg-comment-head h3,
.tg-comment-head time,
.tg-comment-head .tg-reply {
    margin: 0 30px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.tg-comment-head .tg-reply{color: #080b1a;}
.tg-comment-head h3{
    font-size: 18px;
    line-height: 18px;
}
.tg-comment-head h3 a{color: #080b1a;}
.tg-comment-data .tg-description p {margin: 0;}
.tg-comment-form{
    width: 100%;
    float: left;
}
.tg-comment-form .tg-form-contact fieldset{padding: 0;}
/* =============================================
                        Contact Us
============================================= */
.tg-contact-head{
    float:left;
    width:100%;
    overflow:hidden;
    text-align:center;
}
.tg-contact-head address{
    width:100%;
    float:left;
    text-align:center;
    font-style: normal;
}
.tg-contact-head address a{color: #080b1a;}
.tg-contact-head .tg-socialicons{
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 10px;
}
.tg-contact-head .tg-socialicons li{
    float: none;
    display: inline-block;
}
/*
.tg-contact-head .tg-socialicons li{
        float:none;
        padding:0 8px;
        display:inline-block;
        vertical-align:middle;
}
*/
.tg-contact-head .tg-socialicons li a{background: none;}
.tg-contact-head .tg-socialicons li:hover a i{color: #fff;}
/* =============================================
                        Gallery Style
============================================= */
.tg-gallery-grid,
.tg-gallery-masonry{
    width: 100%;
    float: left;
}
.tg-filter-nav{
    width: 100%;
    float: left;
    padding: 0 0 15px;
    line-height: 17px;
}
.tg-filter-nav ul{
    float: right;
    list-style: none;
    text-align: right;
    line-height: inherit;
}
.home .tg-filter-nav ul{
    text-align: center;
    float: none;
}
.tg-filter-nav ul li{
    padding: 0 0 0 12px;
    line-height: inherit;
    display: inline-block;
    vertical-align: middle;
}
.tg-filter-nav ul li a{color: #080b1a;}
.tg-filter-nav ul li a.active,
.tg-filter-nav ul li a:hover{color: #fff;}
.portfolio-content figure{
    width: 100%;
    float: left;
    margin: 15px 0;
    overflow: hidden;
    position: relative;
}
.portfolio-content figure img{
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
/* =============================================
                        404 Style
============================================= */
.tg-404-page{
    width:100%;
    float:left;
    padding: 100px 100px 100px 50px;
}
.tg-404-page h1{
    font-size:80px;
    line-height:70px;
    margin: 0 0 025px;
    font-weight: bold;
}
.tg-404-page h1 > span{
    font-size:30px;
    line-height:33px;
    font-weight: normal;
    display:inline-block;
    vertical-align: top;
    padding: 2px 0 2px 20px;
}
.tg-404-page h1 > span > span{display:block;}
.tg-404-page .tg-description {
    padding: 0 0 25px;
    text-transform: uppercase;
}
.tg-404-page .tg-description p {margin: 0;}
.tg-404-page .tg-description p strong {
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
}
.tg-commingsoon-content .tg-newsletter,
.tg-form-search{
    width: 100%;
    float: left;
}
.tg-commingsoon-content .tg-newsletter fieldset,
.tg-form-search fieldset{
    width: 100%;
    float: left;
}
.tg-commingsoon-content .tg-newsletter fieldset .form-control,
.tg-404-page .tg-form-search fieldset .form-control{
    width: 60%;
    float: left;
    height: 46px;
    font-size: 16px;
    padding: 0 15px;
    line-height: 44px;
    margin: 0 25px 0 0;
    border-radius: 22px;
    border: 1px solid #c9cacd;
}
.tg-404-page .tg-form-search fieldset .tg-btn{
    width:32%;
    height: 46px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 44px;
    color: #080b1a;
}
.tg-404-page .tg-form-search fieldset .tg-btn:hover{color: #fff;}
/* =============================================
                        Project Detail
============================================= */
.tg-project-columns{
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 0 15px;
}
.tg-column{
    width: 100%;
    float: left;
}
.tg-column .tg-socialicons li a i{
    background: none;
    border: 1px solid #fff;
}
.tg-column .tg-socialicons li:hover a i:after{
    background: #fff;
}
.tg-column figure{
    width: 100%;
    float: left;
    margin: 0 0 30px;
}
.tg-column figure a{display: block;}
.tg-column figure a img{
    width: 100%;
    height: auto;
    display: block;
}
.tg-column .tg-column-data{
    width: 100%;
    float: left;
}
.tg-column .tg-column-data h2{
    margin: 0 0 20px;
    line-height: 24px;
}
.tg-column .tg-column-data h2 a{color: #080b1a;}
.tg-column .tg-column-data .tg-description {}
.tg-column .tg-column-data .tg-description p {
    margin: 0;
    color: #080b1a;
}
.tg-about-project{
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}
.tg-about-project h2{
    color: #fff;
    margin: 0 0 25px;
    line-height: 24px;
}
/* =============================================
                        Shop Grid
============================================= */
.tg-shop-grid {
    width: 100%;
    float: left;
    margin: -40px 0;
}
.tg-shop-grid .tg-product{margin: 40px 0;}
.tg-product figure{
    position: relative;
    overflow: hidden;
}
.tg-product figure img{
    display:block;
    width:100%;
    height:auto;
}
.tg-product:hover figure img{opacity:0.20;}
.tg-product .tg-img-hover{
    left: 0;
    top: 100%;
}
.tg-product .tg-img-hover .tg-btn{
    margin: 0 0 25px;
    position:relative;
    top: 120%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.tg-product .tg-img-hover .tg-stars{
    position: absolute;
    top: 120%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.tg-product:hover .tg-img-hover{
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
}
.tg-product:hover .tg-img-hover .tg-btn{
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.tg-product:hover .tg-img-hover .tg-stars{top: 70%;}
/* =============================================
                        Side Bar
============================================= */
.tg-sidebar {}
.tg-widget {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    padding: 20px;
    background: #fff;
}
.tg-widget h3{
    font-size: 14px;
    line-height: 17px;
    margin: 0 -20px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 20px 20px;
}
.tg-widget ul{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
.tg-widget ul li{
    width: 100%;
    float: left;
    list-style-type: none;
    border: none;
}
.tg-searchwidget{padding: 35px 15px;}
.tg-searchwidget fieldset{
    margin: 0;
    padding: 0;
    border-radius: 50px;
    border-color: #e8e8e8;
    position: relative;
}
.tg-searchwidget fieldset input{
    border: none;
    padding: 0 15px;
}
.tg-searchwidget fieldset button{
    font-size: 13px;
    line-height: 30px;
    background: none;
    position: absolute;
    right: 12px;
}
.tg-accordionwidget{
    background: none;
    padding: 0;
}
.tg-accordionwidget .panel-group .tg-accordioncontent li a{color: #080b1a;}
.tg-accordionwidget .panel-group .panel{
    border-radius: 0;
    padding: 20px;
    box-shadow: none;
}
.tg-accordionwidget .panel-group .panel + .panel{margin-top: 1px;}
.tg-accordionwidget .panel-group .panel.active{background: none !important;}
.tg-accordionwidget .panel-group .panel .panel-title{
    position: relative;
    padding-bottom: 0;
    border: none;
}
.tg-accordionwidget .panel-group .panel .panel-title:after{
    position: absolute;
    content: '\f105';
    font-family: 'FontAwesome';
    right: 10px;
    top: 0;
}
.tg-accordionwidget .panel-group .panel.active .panel-title:after{content: '\f107';}
.tg-accordionwidget .panel-group .panel .panel-title a{display: block;}
.tg-price-widget p{
    width: 100%;
    float: left;
    line-height: 14px;
    margin-top:20px;
}
.tg-price-widget p input{
    height: auto;
    line-height: 10px;
}
.tg-pricerange .ui-widget-header{
    background: #080b14;
    border-radius: 0;
}
.tg-pricerange {
    width: 100%;
    float: left;
    border-radius: 0 !important;
}
.tg-pricerange span{
    width: 20px !important;
    height: 20px !important;
    background: #080b14 !important;
    border: 7px solid #007fff !important;
    border-radius: 50%;
}
.tg-recentwidget ul li{
    width: 100%;
    float: left;
    padding: 20px 0;
}
.tg-recentwidget ul li + li{border-top: 1px solid #f2f2f2;}
.tg-recentwidget ul li figure{
    width:40px;
    float: left;
    margin: 0 20px 0 0;
}
.tg-recentwidget ul li figure img {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}
.tg-recentwidget ul li figure figcaption {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.tg-recentwidget ul li figure figcaption a{
    width: 20px;
    height: 20px;
    color: #fff;
    display: block;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}
.tg-recentwidget ul li figure figcaption a i{
    display: block;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 0 -1px;
}
.tg-recentwidget ul li:hover figure img{opacity: 0.2;}
.tg-recentwidget ul li:hover figure figcaption a{
    visibility: visible;
    opacity: 1;
}
.tg-recentwidget ul li .tg-product-info {
    float:none;
    width:auto;
    overflow:hidden;
    padding: 0;
    margin: 0;
}
.tg-recentwidget ul li .tg-product-info h4{
    font-size: 14px;
    line-height: 14px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}
.tg-recentwidget ul li .tg-product-info span{line-height: 14px;}
/* =============================================
                Shop Detail Page
============================================= */
.tg-product-gallery--info{
    width: 100%;
    float: left;
    padding:0 0 60px;
}
.tg-product-gallery--info .tg-btn{color: #080b1a;}
.tg-view-slider{
    float: left;
    margin:0 0 30px;
    border: 1px solid #e8e8e8;
}
.tg-view-slider .item{
    width: 100%;
    float: left;
}
.tg-view-slider .item figure{
    margin: 0;
    width: 100%;
    float: left;
}
.tg-view-slider .item figure img{
    display: block;
    margin:0 auto;
}
.tg-thumbnail-slider{
    padding: 0 35px;
    float: left;
    width: 100%;
}
.tg-thumbnail-slider .owl-item .item{
    width: 94%;
    float: left;
    margin: 0 3%;
    cursor: pointer;
    border: 1px solid #e8e8e8;
}
.tg-thumbnail-slider .item figure{
    margin: 0;
    float: left;
    width: 100%;
}
.tg-thumbnail-slider .item figure img{
    display: block;
    width: 100%;
    height: auto;
}
.tg-thumbnail-slider .owl-item .item:hover figure,
.tg-thumbnail-slider .owl-item.active .item figure{ opacity: 0.50;}
.tg-thumbnail-slider .owl-controls {margin:0;}
.tg-thumbnail-slider .owl-controls .owl-prev{left: 0;}
.tg-thumbnail-slider .owl-controls .owl-next{right: 0;}
.tg-thumbnail-slider .owl-controls .owl-next,
.tg-thumbnail-slider .owl-controls .owl-prev{
    position: absolute !important;
    margin:-15px 0 0 !important;
    top: 50% !important;
    display: block;
    line-height: 28px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    color: #080b1a !important;
    background: transparent !important;
}
.tg-thumbnail-slider .owl-controls .owl-next:hover,
.tg-thumbnail-slider .owl-controls .owl-prev:hover{
    color: #fff !important;
    background: #080b1a !important;
}
.quantity-addtocart{
    width: 100%;
    float:left;
    margin:0 0 30px;
}
.quantity-sapn {
    float: left;
    width: 100px;
    position:relative;
}
.quantity-addtocart input{
    width:100%;
    height:46px;
    font-size:14px;
    padding: 0 30px;
    line-height:46px;
    text-align:center;
    border-radius: 3px;
    border:1px solid #e0e0e0 !important;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
}
.quantity-addtocart em{
    font-size:16px;
    line-height:19px;
    font-style:normal;
    font-weight:700;
    cursor:pointer;
}
.quantity-addtocart .minus,
.quantity-addtocart .plus{
    top: 0;
    width: 25px;
    display: block;
    line-height: 46px;
    position:absolute;
    text-align: center;
}
.quantity-addtocart .minus {
    left:0;
    border-right:1px solid #e0e0e0;
}
.quantity-addtocart .plus {
    right: 0;
    border-left:1px solid #e0e0e0;
}
.add-tocart{
    float:left;
    margin-right:10px;
}
.share-icon{
    float:right;
    padding: 13px 0;
}
.share-icon h3{
    float:left;
    margin: 1px 0;
    font-size:14px;
    line-height:17px;
}
.share-icon ul{
    list-style:none;
    line-height: 17px;
    display: inline-block;
    vertical-align:middle;
}
.share-icon ul li{
    float:left;
    padding:0 12px;
    line-height: inherit;
    list-style-type:none;
}
.share-icon ul li a{
    display:block;
    line-height:17px;
}
.share-icon ul li a i{
    color:#999;
    font-size:14px;
    line-height:17px;
    font-family:'FontAwesome';
}
.tg-rating{margin:0 0 8px;}
.tg-product-price{
    float:left;
    width:100%;
    margin:0 0 20px;
}
.tg-product-data .tg-description{
    padding:30px 0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.tg-product-data .tg-description p{margin:0;}
.tg-product-price > span, 
.tg-product-price > em {
    font-size:24px;
    font-style: normal;
    line-height:27px;
}
.product-size{
    width:100%;
    float:left;
    padding:20px 0;
    margin:0 0 30px;
    border-bottom:1px solid #ddd;
}
.product-size ul{display:inline-block;}
.product-size ul li{
    display:inline-block;
    list-style:none;
    border-radius:50%;
    background:#e8e8e8;
    padding:2px 10px;
    margin:0 3px;
    font-size:10px;
}
.product-size ul li:last-child,
.product-size ul li:first-child{padding:2px 6px;}
.product-size ul li:hover{color:#fff;}
.tg-product-data .tg-btn:hover{color:#fff;}
.tg-product-tabs{
    width: 100%;
    float: left;
}
.tg-product-tabs figure{
    float: left;
    margin: 0 60px 0 0;
    border: 1px solid #f2f2f2;
}
.tg-product-tabarea{overflow: hidden;}
.tg-product-tabarea .tg-nav-tabs{
    font-size: 14px;
    margin: 0 0 30px;
    line-height: 14px;
    overflow: visible;
    text-transform: capitalize;
    border-bottom:2px solid #e0e0e0;
}
.tg-product-tabarea .tg-nav-tabs li:first-child{padding-left: 0;}
.tg-product-tabarea .tg-nav-tabs li{
    float: left;
    display: block;
    padding: 0 20px;
}
.tg-product-tabarea .tg-nav-tabs li.active a:after,
.tg-product-tabarea .tg-nav-tabs li a:hover:after {bottom: -2px;}
.tg-review-content{
    float: left;
    width: 100%;
}
/* =============================================
                Team Style
============================================= */
.tg-ourteam {margin: -20px 0;}
.tg-ourteam .tg-team-member{margin: 20px 0;}
/* =============================================
                Team Detail Style
============================================= */
.tg-member-detail {}
.tg-member-detail figure{
    float: left;
    margin: 0 105px 0 0;
}
.tg-member-detail img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
}
.tg-teaminfo {
    min-height: 400px;
    overflow: hidden;
    text-align: left;
}
.tg-teaminfo h3{
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0 0 30px;
    text-align: left;
}
.tg-teaminfo a{color: #080b1a;}
.tg-teaminfo > span{
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 10px;
    text-align: left;
}
.tg-teaminfo ul{
    width: 100%;
    float: left;
    list-style: none;
}
.tg-teaminfo ul li{
    width: 100%;
    float: left;
    list-style-type: none;
    line-height: normal;
    margin: 15px 0;
}
.tg-teaminfo ul li i{
    float: left;
    margin: 0 20px 0 0;
}
.tg-teaminfo ul li address{
    float: left;
    font-family: 14px;
    line-height: 14px;
    font-style: normal;
    margin: 0;
}
.tg-teaminfo ul li span{margin: 0;}
.tg-memberprofile{}
.tg-memberprofile h2{
    line-height: 27px;
    margin: 0 0 60px;
}
.tg-memberprofile .tg-description{margin: 0 0 40px;}
.tg-memberprofile .tg-description p{margin: 0;}
/* =============================================
        Comming-Soon Page Style
============================================= */
body.tg-comingsoon-page{
    background:url(../images/bg-comming-soon.jpg) no-repeat;
    background-size:cover;
    height:100%;
}
body.tg-comingsoon-page #wrapper{ height:100%;}
.tg-comingsoon-page #main{
    padding:0;
    text-align:center;
    height:100%;
}
body.comingsoon-page .comming-soon{height:100%;}
.tg-comming-soon{
    width: 100%;
    height: 100%;
}
.tg-comming-soon .tg-logo {width: 100%;}
.tg-comming-soon .tg-section-heading h2{color: #fff;}
.tg-comming-soon .tg-description{
    padding:0 0 50px;
    font-size:14px;
    line-height:17px;
    color:#434343;
}
.tg-comming-soon .tg-description p{
    color: #fff;
    margin:0;
    line-height:inherit;
}
.tg-comming-soon img{
    width:auto;
    height:auto;
    margin:0 0 30px;
}
.tg-coming-soon-counter{
    text-align:center;
    padding:0 0 30px;
}
.timer_box{
    width: 100px;
    margin: 0 7px;
    display: inline-block;
    vertical-align:top;
    text-align: center;
    padding:15px 0;
    background:none;
    color:#fff;
    font-size:16px;
    line-height:19px;
    text-transform:capitalize;
}
.timer_box h1{
    font-size:36px;
    line-height:36px;
    font-weight:bold;
    color: #fff;
    margin:0 0 30px;
    padding:0;
}
.timer_box p{margin:0;}
.timer_box.tg-border-topleft{border:none;}
.timer_box.tg-border-topleft:after{
    width:1px;
    height:30px;
    top:3px;
}
.tg-commingsoon-content span {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin: 0 0 30px;
}
.tg-commingsoon-content .tg-newsletter fieldset .form-control{
    border-color:rgba(217, 217, 217, 0.20);
    width:60%;
    margin:0;
}
.tg-commingsoon-content .tg-newsletter fieldset .form-control::-moz-placeholder{ color:rgba(225, 225, 255, 0.30) !important;}
.tg-commingsoon-content .tg-newsletter fieldset .tg-btn{
    width:35%;
    line-height:42px;
    float:right;
}

/*Preloader CSS*/
#status{
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}
.m-preloader-3 {
    position: absolute;
    top: 35%;
    margin-top: 72px;
    left: 0;
    width: 100%;
    height: 24px;
    -webkit-perspective: 1000;
    perspective: 1000;
    z-index: 999;
}
.m-preloader-3__circle {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    background: transparent;
    border-radius: 100px;
    -webkit-animation: rotate-simple 1s linear infinite;
    animation: rotate-simple 1s linear infinite;
    background: #fff;
}
.m-preloader-3__circle:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    border-radius: 100px;
    background: #080b1a;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.m-preloader-3__circle:last-child {
    margin-left: 28px;
}
.m-preloader-3__circle:first-child {
    margin-left: -52px;
}
@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 196px;
}
.now-desc {
    text-align: justify;
    text-indent: 20px;
}
.tg-btn-in {
    background-color: #e6e6e6;
    display: block;
    width: 270px;
    margin: 0 auto;
    margin-top: 20px;
    color: #484848;
    border: 2px solid #000;
}
.tg-btn-in:hover {
    border: 2px solid #5a5a5a;
}
.notransition {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#afterform {
    display: none;
}
.grecaptcha-badge {
    display: none;
}

.our-offer-img {
    max-width: 100%;
}

.our-offer-img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 50%;
}