
/*-----------------------------------------------------------------------------------

	Theme Name: Yellow Hats
	Theme URI: #
	Description: The Construction HTML5 Template
	Author: 7roof
	Author URI: http://themeforest.net/user/7roof
	Version: 1.0

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

	1.  Global Styles
	2.  Typography
	3.  Color
	4.  Align
	5.  Background
	6.  Buttons
	7.  Forms
	8.  Icons
	9.  List
	10. Media
	11. Tabs
	12. Accordions
	13. Loading
	14. Header
	15. Heading
	16. Page Title
	17. Hero
	18. About
	19. Team
	20. Testimonial
	21. Services
	22. Projects
	23. Action
	24. Facts
	25. Pricing Tables
	26. Blog
	27. sidebar
	28. Shop
	29. Contact
	30. Footer
	31. 404
	32. Soon
/*------------------------------------*\
#GLOBAL STYLES
\*------------------------------------*/

html {
	font-size: 14px;
}

body {
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #828282;
	line-height: 1.5;
	margin: 0
}

* {
	outline: none;
}

::-moz-selection {
text-shadow:none;
}

::selection {
	background-color: #ffc527;
	color: #fff;
	text-shadow: none;
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #ffc527;
}

a:hover {
	color: #f3b200;
	text-decoration: none;
}

a:focus {
	color: #f3b200;
	outline: none;
	text-decoration: none;
}

a:active {
	color: #f3b200;
	outline: none;
	text-decoration: none;
}

textarea {
	resize: none
}

.form-control {
	background-color: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-top: none;
	border-right: 0;
	border-left: 0;
	border-bottom: 2px solid #e5e5e5;
	font-size: 13px;
	color: #a9a9a9;
	line-height: 49px;
	height: 49px;
	margin-bottom: 50px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding-left: 0;
}

.form-control:focus {
	border-bottom-color: #ffc527;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

button.btn {
	margin-bottom: 0
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none
}

.modal-backdrop {
	z-index: 1020;
	background-color: rgba(34, 34, 34, 0.95);
}

/*------------------------------------*\
#TYPOGRAPHY
\*------------------------------------*/

/* Heading Text */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #2f2f2f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1.5;
}

h1,
.h1 {
	font-size: 32px;
}

h2,
.h2 {
	font-size: 28px;
}

h3,
.h3 {
	font-size: 25px;
}

h4,
.h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	color: #2f2f2f;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 23px;
}

.lead {
	font-size: 16px;
	line-height: 1.8;
}

/* Aligning Text */
.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-just {
	text-align: justify !important;
}

.align-top {
	vertical-align: top;
}

.align-bottom {
	vertical-align: bottom;
}

.align-middle {
	vertical-align: middle;
}

.align-baseline {
	vertical-align: baseline
}

/* Weight Text */
.bold {
	font-weight: bold;
}

.regular {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.break-word {
	word-wrap: break-word;
}

.no-wrap {
	white-space: nowrap;
}

/* Text Color */
.text-white {
	color: #fff !important;
}

.text-black {
	color: #2f2f2f;
}

.text-capitalize {
	text-transform: capitalize
}

.text-uppercase {
	text-transform: uppercase
}

.font-heading {
	font-family: 'Montserrat', sans-serif;
}

.font-body {
	font-family: 'Raleway', sans-serif;
}

.font-18 {
	font-size: 18px;
}

.font-16 {
	font-size: 16px;
}

.font-40 {
	font-size: 40px;
}

.font-secondary {
	font-family: 'Droid Serif', serif
}

/* quotes style */
blockquot,
.blockquote {
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-style: italic;
	line-height: 28px;
	font-weight: 500;
	padding: 30px 0 30px 30px;
}

.quote-author {
	display: block;
	font-size: 13px;
	font-style: normal;
	margin-top: 20px;
	line-height: 28px;
}

.blockquote-1 {
	border-left: 6px solid #222222;
}

.blockquote-3,
.blockquote-4 {
	padding-right: 30px;
}

.blockquote-2,
.blockquote-3,
.blockquote-4 {
	border-left: none;
}

.blockquote-2:before {
	content: "\f10d";
	font-family: fontawesome;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	color: #222222;
	line-height: 1.8;
}

.blockquote-2:after {
	content: "\f10e";
	font-family: fontawesome;
	font-size: 16px;
	color: #222222;
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 1.8;
}

.blockquote-3 {
	color: #ffc527;
	background-color: #f9f9f9;
	border-radius: 5px;
}

.blockquote-3 .quote-author {
	color: #828282
}

.blockquote-4 {
	color: #fff;
	background-color: #222222;
	border-radius: 5px;
}

/* Lists */
ul.list {
	padding: 0;
	font-size: 13px;
	list-style-type: none;
}

ul.list li {
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
}

ul.icon-list li i {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-right: 10px;
	color: #2f2f2f;
}

ul.number-list li span {
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	margin-right: 15px;
	color: #2f2f2f;
}

ul.dot-list li i {
	font-size: 7px;
	font-weight: 400;
	line-height: 30px;
	margin-right: 19px;
	color: #2f2f2f;
}

/*------------------------------------*\
#COLORS
\*------------------------------------*/
.color-heading {
	color: #2f2f2f !important
}

.color-theme {
	color: #ffc527 !important
}

.color-white {
	color: #fff !important
}

.color-gray {
	color: #f9f9f9 !important
}

/*------------------------------------*\
#ALIGN
\*------------------------------------*/
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
	margin-bottom: 20px;
}

section {
	padding-top: 80px;
	padding-bottom: 80px;
	;
	overflow: hidden;
}

footer {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* All margin */
.m-0 {
	margin: 0;
}

.m-xs {
	margin: 10px;
}

.m-sm {
	margin: 20px;
}

.m-md {
	margin: 40px;
}

.m-lg {
	margin: 80px;
}

/* top margin */
.mt-0 {
	margin-top: 0;
}

.mt-xs {
	margin-top: 10px;
}

.mt-sm {
	margin-top: 20px;
}

.mt-md {
	margin-top: 40px;
}

.mt-lg {
	margin-top: 80px;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px;
}

.mt-150 {
	margin-top: 150px;
}

/* bottom margin */
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-xs {
	margin-bottom: 10px;
}

.mb-sm {
	margin-bottom: 20px;
}

.mb-md {
	margin-bottom: 40px !important;
}

.mb-lg {
	margin-bottom: 80px;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-50 {
	margin-bottom: 50px!important;
}

.mb-60 {
	margin-bottom: 60px!important;
}

.mb-150 {
	margin-bottom: 150px!important;
}

/* right margin */
.mr-0 {
	margin-right: 0;
}

.mr-xs {
	margin-right: 10px;
}

.mr-sm {
	margin-right: 20px;
}

.mr-md {
	margin-right: 40px;
}

.mr-lg {
	margin-right: 80px;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-50 {
	margin-right: 50px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-150 {
	margin-right: 150px;
}

/* left margin */
.ml-0 {
	margin-left: 0;
}

.ml-xs {
	margin-left: 10px;
}

.ml-sm {
	margin-left: 20px;
}

.ml-md {
	margin-left: 40px;
}

.ml-lg {
	margin-left: 80px;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-50 {
	margin-left: 50px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-150 {
	margin-left: 150px;
}

/* All padding */
.p-0 {
	padding: 0;
}

.p-xs {
	padding: 10px;
}

.p-sm {
	padding: 20px;
}

.p-md {
	padding: 40px;
}

.p-lg {
	padding: 80px;
}

/* top padding */
.pt-0 {
	padding-top: 0;
}

.pt-xs {
	padding-top: 10px;
}

.pt-sm {
	padding-top: 20px;
}

.pt-md {
	padding-top: 40px;
}

.pt-lg {
	padding-top: 80px;
}

.pt-60 {
	padding-top: 60px;
}

/* bottom padding */
.pb-0 {
	padding-bottom: 0;
}

.pb-xs {
	padding-bottom: 10px;
}

.pb-sm {
	padding-bottom: 20px;
}

.pb-md {
	padding-bottom: 40px;
}

.pb-lg {
	padding-bottom: 80px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-100 {
	padding-bottom: 100px;
}

/* right padding */
.pr-0 {
	padding-right: 0;
}

.pr-xs {
	padding-right: 10px;
}

.pr-sm {
	padding-right: 20px;
}

.pr-md {
	padding-right: 40px;
}

.pr-lg {
	padding-right: 80px;
}

.pr-30 {
	padding-right: 30px !important;
}

.pr-50 {
	padding-right: 50px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-150 {
	padding-right: 150px;
}

/* left padding */
.pl-0 {
	padding-left: 0;
}

.pl-xs {
	padding-left: 10px;
}

.pl-sm {
	padding-left: 20px;
}

.pl-md {
	padding-left: 40px;
}

.pl-lg {
	padding-left: 80px;
}

/* Postions */
.fixed {
	position: fixed;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.static {
	position: static;
}

/* Zindex*/
.zindex-1 {
	z-index: 1;
}

.zindex-2 {
	z-index: 2;
}

.zindex-3 {
	z-index: 3;
}

/* Borders */
.border-all {
	border: 1px solid #ffc527;
}

.border-top {
	border-top: 1px solid #ffc527;
}

.border-bottom {
	border-bottom: 1px solid #ffc527;
}

.border-right {
	border-right: 1px solid #ffc527;
}

.border-left {
	border-left: 1px solid #ffc527;
}

/* Display */
.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.hide {
	display: none;
}

.flex {
	display: flex;
}

@media only screen and (max-width : 767px ) {

section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.text-center-xs {
	text-align: center !important
}

.pull-none-xs {
	float: none !important;
	text-align: center !important
}

.mb-15-xs {
	margin-bottom: 15px;
}

.mb-30-xs {
	margin-bottom: 30px !important;
}

.mb-50-xs {
	margin-bottom: 50px;
}

.mb-60-xs {
	margin-bottom: 60px!important;
}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {

.text-center-sm {
	text-align: center !important
}

.mb-0-sm {
	margin-bottom: 0;
}

.mb-15-sm {
	margin-bottom: 15px;
}

.mb-30-sm {
	margin-bottom: 30px !important;
}

.mb-50-sm {
	margin-bottom: 50px;
}

.mb-60-sm {
	margin-bottom: 60px;
}

.pb-15-sm {
	padding-bottom: 15px;
}

.pb-30-sm {
	padding-bottom: 30px;
}

.pb-50-sm {
	padding-bottom: 50px;
}

.pb-60-sm {
	padding-bottom: 60px;
}
}

.border-b {
	border-bottom: 1px solid #e5e5e5;
}

/*------------------------------------*\
#BACKGROUNDS
\*------------------------------------*/
.bg-theme {
	background-color: #ffc527 !important
}

.bg-gray {
	background-color: #f9f9f9 !important
}

.bg-dark {
	background-color: #232323 !important
}

.bg-white {
	background-color: #fff !important
}

.bg-dark h6 { color:#f6f6f7} 
/* Background Image */
.bg-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}

.bg-overlay:before {
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-overlay-light:before {
	background-color: rgba(255,255,255, 0.6);
}

.bg-overlay-dark:before {
	background-color: rgba(47, 47, 47, 0.95);
}

.bg-overlay-theme:before {
	background-color: rgba(255, 197, 39, 0.9);
}

.bg-overlay-gradient:before {
	background: rgba(25, 23, 23, 0.8); /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, rgba(25, 23, 23, 0.8), rgba(34, 34, 34, 0.2)); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, rgba(25, 23, 23, 0.8), rgba(34, 34, 34, 0.2)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.col-img {
	height: 660px;
	padding: 60px;
	overflow: hidden
}

.col-content {
	padding: 100px 0 50px 100px;
}

.section-img {
	padding: 0
}

.col-bg {
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/*------------------------------------*\
#BUTTONS
\*------------------------------------*/
.btn {
	position: relative;
	z-index: 2;
}

.btn::before,
.btn::after {
	top: 0;
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.btn:before {
	right: 0;
}

.btn:after {
	left: 0;
}

.btn:hover:before,
.btn:hover:after {
	width: 0;
}

.btn-primary,
.btn-secondary {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	line-height: 49px;
	width: 170px;
	height: 51px;
	text-align: center;
	font-family: 'Montserrat', sans-serif
}

.btn-primary {
	background-color: #ffc527;
	color: #fff;
	border: 2px solid #ffc527;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #2f2f2f;
	color: #fff;
	border: 2px solid #2f2f2f
}

.btn-primary:hover::before,
.btn-primary:hover::after {
	background-color: #ffc527;
}

.btn-secondary {
	background-color: transparent;
	color: #2f2f2f;
	border: 2px solid #2f2f2f
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	background-color: #2f2f2f;
	color: #fff;
	border: 2px solid #2f2f2f
}

.btn-secondary:hover::before,
.btn-secondary:hover::after {
	background-color: #ffc527;
}

.btn-primary.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: #2f2f2f;
}

.btn-primary.btn-white:hover::before,
.btn-primary.btn-white:hover::after {
	background-color: #fff;
}

.btn-primary.btn-white:hover,
.btn-primary.btn-white:focus,
.btn-primary.btn-white:active {
	background-color: #2f2f2f;
	color: #fff;
	border: 2px solid #2f2f2f
}

.btn-primary.btn-black {
	background-color:#2b2f88 ;
	border-color: #2b2f88;
	color: #fff;
}

.btn-primary.btn-black:hover::before,
.btn-primary.btn-black:hover::after {
	background-color: #2b2f88;
}

.btn-primary.btn-black:hover {
	background-color: #2b2f88;
}

.bg-overlay-theme .btn-primary.btn-black:hover {
	background-color: #fff;
	color: #2f2f2f;
	border-color: #fff
}

.btn-secondary.btn-filled {
	background-color: #2f2f2f;
	color: #fff;
}

.btn-secondary.btn-white {
	border-color: #fff;
	color: #fff;
}

.btn-secondary.btn-filled:hover,
.btn-secondary.btn-white:hover {
	background-color: #ffc527;
	color: #fff;
	border-color: #ffc527;
}

.bg-overlay-theme .btn-secondary.btn-filled:hover,
.bg-overlay-theme .btn-secondary.btn-white:hover {
	background-color: #fff;
	color: #2f2f2f;
	border-color: #fff;
}

.btn.btn-block {
	width: 100%;
}

.btn-auto {
	width: auto
}

.bg-theme .btn-primary.btn-black:hover::before,
.bg-theme .btn-primary.btn-black:hover::after {
	background-color: #fff;
}

.bg-theme .btn-primary.btn-black:hover {
	background-color: #fff;
	color: #2f2f2f;
	border-color: #fff;
}

/*------------------------------------*\
#ACCORDION
\*------------------------------------*/
.accordion .panel {
	border-color: rgba(49, 49, 49, 0.1);
	padding: 23px 23px 0 23px;
	margin-bottom: 20px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.accordion .panel .panel-heading {
	background-color: transparent;
	padding: 0 0 23px 0;
}

.accordion .panel .panel-heading h4 {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #313131;
	line-height: 1;
	font-weight: 700;
}

.accordion .panel-heading {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.accordion .panel-heading a {
	line-height: 30px;
}

.accordion .panel-heading a:hover,
.accordion .panel-heading a:focus,
.accordion .panel-heading a:active {
	text-decoration: none
}

.accordion .panel-heading .accordion-toggle:after {
	content: "\f068";   		/* symbol for "opening" panels */
	float: right;
	font-family: fontawesome;
	font-size: 10px;
	color: #fff;
	background-color: #ffc527;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.accordion .panel-heading .accordion-toggle.collapsed:after {
	content: "\f067";    /* symbol for "collapsed" panels */
	color: #ffc527;
	background-color: transparent;
}

.accordion .panel .panel-body {
	border-top-color: rgba(49, 49, 49, 0.1);
	padding: 20px 0;
	color: #9e9e9e;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
}

/*------------------------------------*\
#LOADING-SECTION
\*------------------------------------*/
.preloader {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 99999;
	background-color: #fff;
	overflow: hidden;
}

.spinner {
	margin: -40px 0 0 -40px;
	width: 70px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #ffc527;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .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);
}
}

/*------------------------------------*\
#HEADER
\*------------------------------------*/
.transparent-header {
	background-color: transparent;
	height: 94px;
}

.transparent-header + section {
	margin-top: -94px; /*padding-top:210px;*/
}

.transparent-header .navbar {
	background-color: transparent;
	height: 94px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.navbar {
	margin-bottom: 0
}

.navbar.affix {
	background-color: rgba(0,0,0,0.7);
	padding-top: 0
}

.navbar .logo {
	height: 94px;
	line-height: 94px;
}

.navbar-nav {
	margin-right: 0
}

.navbar-nav >li {
	margin-right: 30px;
	height: 94px;
}

.navbar-nav li a {
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-nav >li >a {
	color: #000000;
	line-height: 94px;
	padding: 0;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: transparent;
	border: none;
}

.navbar-nav > li.active {
	border-bottom: 2px solid #1ea8ed;
}

.navbar-nav > li.active > ul {
	margin-top: 0;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	background-color: transparent
}

/* Menu Level #1 */
.navbar-nav > li:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #1ea8ed;
	content: '';
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
}

.navbar-nav >li:hover::after {
	height: 2px;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	margin-top: -2px
}

.navbar-nav > li.active:hover::after {
	opacity: 0;
}

.module {
	display: inline-block;
	position: relative
}

.module span.title {
	display: none
}

.module-search .search-icon {
	line-height: 94px;
	cursor: pointer;
}

.module-search .search-icon i {
	font-size: 14px;
	color: #fff;
	border-left: 1px solid #fff;
	padding-left: 30px;
	padding-right: 20px;
	line-height: 23px;
}

.module-search .search-icon:hover i {
	color: #ffc527;
}

.module-search .search-box .search-form {
	margin-bottom: 0
}

.module-search .search-box .search-form .input-group {
	height: 100%;
}

.module-search .search-box .search-form .btn {
	background-color: #ffc527;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff
}

.module-search .search-box .search-form input {
	border: none;
	font-size: 13px;
	text-transform: capitalize;
	margin-bottom: 0;
	color: #9e9e9e;
	height: 100%;
	padding-right: 0;
	padding-top: 11px;
	padding-bottom: 11px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.module-cart .cart-icon {
	line-height: 94px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.module-cart .cart-label {
	background-color: #ffc527;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px
}

.cart-box .cart-overview li {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
	position: relative
}

.cart-box .cart-overview li:last-child {
	margin-bottom: 0
}

.cart-box .cart-overview li a {
	font-size: 0
}

.cart-box .cart-overview li a:after {
	font-family: fontawesome;
	content: "\f00d";
	font-size: 12px;
	position: absolute;
	text-align: center;
	right: 0;
	top: 0;
	width: 19px;
	height: 19px;
	line-height: 19px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #000000;
	color: #fff
}

.cart-box .cart-overview img {
	width: 70px;
	height: 70px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 15px;
	position: absolute
}

.cart-box .cart-overview .product-meta {
	padding-left: 90px;
}

.cart-box .cart-overview h5 {
	font-size: 13px;
	text-transform: uppercase;
	color: #313131;
	margin-bottom: 0;
	line-height: 23px;
}

.cart-box .cart-overview p {
	font-size: 12px;
	line-height: 22px;
	color: #a9a9a9;
	margin-bottom: 0;
}

.cart-total {
	margin-top: 30px;
	margin-bottom: 30px;
}

.cart-total .total-desc {
	float: left;
	text-align: left
}

.cart-total .total-desc h5,
.cart-total .total-price h5 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5e5e5e
}

.cart-total .total-price {
	float: right;
	text-align: right;
}

.cart-box .cart-control .btn {
	width: 150px;
}

/* Header #2 */
.full-header {
	height: 143px;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(39, 41, 48, 0.03);
	-moz-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.03);
	-webkit-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.03);
}

.top-bar {
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid rgba(49, 49, 49, 0.1);
}

.top-bar .list-inline > li {
	padding-left: 0;
	padding-right: 0
}

.top-bar ul,
.top-bar p {
	margin-bottom: 0
}

.top-bar .top-contact p {
	font-size: 13px;
	font-weight: 500;
	line-height: 49px;
	color: #5a5a5a;
	margin-right: 15px;
}

.top-bar .top-contact span {
	color: #9e9e9e;
}

.top-bar ul.top-contact li {
	border-right: 1px solid rgba(49, 49, 49, 0.1);
}

.top-bar ul.top-contact li:first-child {
	padding-right: 15px;
	padding-left: 0
}

.top-bar ul.top-contact li:last-child {
	border-right: none;
	padding-left: 15px;
}

.top-bar ul.top-widget li {
	border-left: 1px solid rgba(49, 49, 49, 0.1)
}

.top-bar ul.top-widget .top-social {
	padding-right: 0;
	padding-left: 0;
	text-align: center
}

.top-bar ul.top-widget .top-social a i {
	border-right: 1px solid rgba(49, 49, 49, 0.1);
	color: #9e9e9e;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	padding-left: 18px;
	padding-right: 18px;
}

.top-bar ul.top-widget .top-social a:hover i {
	color: #ffc527
}

.top-bar ul.top-widget .top-social a:last-child i {
	border-right: none
}

.top-bar .button-quote {
	background-color: #ffc527;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 10px 9px;
	margin-left: 10px;
}

.top-bar .button-quote:hover {
	background-color: #2f2f2f;
}

.full-header .navbar-fixed-top {
	top: 49px;
	height: 94px;
}

.full-header .navbar-nav > li > a {
	color: #313131;
}

.full-header .module-search .search-icon i,
.full-header .module-cart .cart-icon {
	color: #313131;
}

.full-header .module-search .search-icon i {
	border-left-color: rgba(49, 49, 49, 0.1);
}

.full-header .navbar.affix {
	background-color: #fff
}

.full-header .navbar-fixed-top.affix {
	top: 0
}

/* Header #3 */
.header-3 {
	background-color: transparent;
	height: 118px;
}

.header-3 + section {
	margin-top: -118px; /*padding-top:210px;*/
}

.header-3 .navbar-fixed-top {
	top: 0;
	height: 118px;
}

.header-3 .top-bar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 25px;
}

.header-3 .top-bar ul.top-widget li {
	border-left: none
}

.header-3 .top-bar ul.top-widget .top-social a:first-child i {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.header-3 .top-bar ul.top-widget .top-social a i {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header-3 .top-bar ul.top-contact li {
	border-right: none
}

.header-3 .top-bar .top-contact p {
	padding-right: 15px;
	padding-left: 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.header-3 .navbar-nav > li {
	height: 43px;
}

.header-3 .navbar .logo {
	line-height: 43px;
	height: 43px;
}

.header-3 .navbar-nav > li > a,
.header-3 .module-search .search-icon,
.header-3 .module-cart .cart-icon {
	line-height: 43px;
	color: #fff
}

.header-3 .module-search .search-icon i {
	color: #fff
}

.header-3 .navbar-fixed-top.affix .top-bar {
	display: none
}

.header-3 .navbar-fixed-top.affix {
	background-color: rgba(0, 0, 0, 0.7);
}

.header-3 .navbar-fixed-top.affix,
.header-3 .navbar-fixed-top.affix .navbar-nav > li,
.header-3 .navbar-fixed-top.affix .navbar-header {
	height: 70px;
}

.header-3 .navbar-fixed-top.affix .navbar-header,
.header-3 .navbar-fixed-top.affix .navbar-nav > li > a,
.header-3 .navbar-fixed-top.affix .module-cart .cart-icon,
.header-3 .navbar-fixed-top.affix .module-search .search-icon {
	line-height: 70px;
}

/* header #3-2*/
.header-3.style-2 + section {
	margin-top: -70px;
}

.header-3.style-2 {
	height: 70px;
}

.header-3.style-2 .navbar-fixed-top {
	padding-top: 25px;
	height: 70px;
}

.header-3.style-2 .navbar-fixed-top.affix {
	padding-top: 0
}

/* Header #5 */
.header-5 {
	height: 113px;
}

.header-5 .navbar-nav > li > a,
.header-5 .module-search .search-icon,
.header-5 .module-cart .cart-icon {
	line-height: 73px;
}

.header-5 .navbar-fixed-top {
	height: 73px;
	top: 40px;
}

.header-5 .navbar-nav > li {
	height: 73px;
}

.header-5 .navbar .logo {
	height: 43px;
	line-height: 1;
	top: 0px;
	position: absolute;
}

.header-5 .affix .logo {
	position: relative;
	line-height: 73px;
}

.header-5 .top-bar {
	border-bottom: none;
	height: 39px;
	line-height: 39px;
}

.header-5 .top-bar ul.top-contact li {
	border-right: none
}

.header-5 .top-bar ul {
	border-bottom: 1px solid rgba(49, 49, 49, 0.1);
	width: 95%;
	float: right;
}

.top-bar ul.top-contact li:first-child {
	padding-right: 0
}

.header-5 .top-bar ul li p {
	line-height: 20px;
	margin-right: 0
}

.header-5 .top-bar ul li:first-child p {
	padding-right: 15px;
	border-right: 1px solid rgba(49, 49, 49, 0.1);
}

.header-5 .module-search .search-icon i {
	border-left: none;
	width: 35px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	border: 1px solid rgba(49, 49, 49, 0.1);
	padding-left: 0;
	padding-right: 0
}

.header-5 .module-cart .cart-icon i {
	width: 35px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	border: 1px solid rgba(49, 49, 49, 0.1);
}

/* Header #6 */
.header-5.style-2 + section {
	margin-top: -73px;
}

.header-5.style-2 {
	height: 73px;
}

.header-5.style-2 .navbar-fixed-top {
	padding-top: 0;
	height: 73px;
	top: 0
}

.header-5.style-2 .navbar-fixed-top.affix {
	padding-top: 0
}

.header-5.style-2 .navbar .logo {
	top: auto
}

.header-5.style-2 .navbar-nav > li > a,
.header-5.style-2 .module-search .search-icon i,
.header-5.style-2 .module-cart .cart-icon {
	color: #fff;
}

.header-5.style-2 .module-search .search-icon i,
.header-5.style-2 .module-cart .cart-icon i {
	border: 2px solid #fff
}

.header-5.style-2 .top-bar .top-contact p {
	color: #f9f9f9;
}

.header-5.style-2 .top-bar .top-contact span {
	color: #c5c5c5;
}

.header-5.style-2 .affix .top-bar {
	display: none
}

.header-5.style-2 .navbar.affix {
	background-color: rgba(0, 0, 0, 0.7);
}

/* Header #7 */
.header-7 {
	background-color: transparent
}

.header-7 .navbar-fixed-top {
	top: 0;
}

.header-7 + section {
	margin-top: -143px;
	padding-top: 143px;
}

.header-7 .outer {
	background-color: #fff
}

.header-7 .top-bar .top-bar-inner {
	height: 50px;
	border-bottom: 1px solid rgba(49, 49, 49, 0.1);
}

.header-7 .top-bar {
	margin-bottom: 0
}

.header-7 .top-bar .list-inline {
	margin-left: 0
}

.header-7 .affix .top-bar {
	display: none
}

.header-7 .affix .outer {
	background-color: transparent
}

.header-7 .navbar-nav > li,
.header-7 .navbar.affix {
	height: 93px;
}

.header-7 .navbar .logo {
	height: 94px;
	line-height: 94px;
}

.header-7 .module-search .search-icon {
	line-height: 94px;
}

.header-7 .container.outer {
	height: 94px;
}

/* header #8 */
.header-8 {
	background-color: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.header-8 .navbar-fixed-top {
	top: 0;
}

.header-8 + section {
	margin-top: 23px;
}

.header-8 .outer {
	background-color: #fff
}

.header-8 .outer-2 {
	background-color: #ffc527
}

.header-8 .top-bar {
	height: 139px;
	border-bottom: none
}

.header-8 .top-bar .top-bar-inner {
	height: 139px;
}

.header-8 .navbar-nav > li,
.header-8 .affix {
	height: 59px;
}

.header-8 .affix {
	background-color: #ffc527 !important
}

.header-8 .navbar-nav > li > a,
.header-8 .module-search .search-icon,
.header-8 .module-cart .cart-icon {
	line-height: 57px;
}

.header-8 .navbar-nav > li > a {
	color: #fff
}

.header-8 .affix .top-bar {
	display: none
}

.header-8 .navbar-nav > li:after {
	background-color: #313131;
}

.header-8 .navbar-nav > li.active {
	border-bottom-color: #313131;
}

.header-8 .module-cart .cart-box,
.header-8 .module-search .search-box {
	border-top-color: #313131;
	margin-top: -1px;
}

.header-8 .navbar .logo {
	height: 94px;
	line-height: 139px;
}

.header-8 .module-search .search-icon i {
	border-left: none;
	padding-right: 20px;
	padding-left: 0;
}

.header-8 .module-cart .cart-label {
	background-color: #313131;
	color: #ffc527
}

.header-8 .top-bar-contact {
	margin-top: 30px;
}

.header-8 .top-bar-contact ul {
	margin-right: -15px;
}

.header-8 .top-bar-contact li.widget {
	width: 280px;
	height: 79px;
	border: 1px solid rgba(49, 49, 49, 0.08);
	line-height: 79px;
}

.header-8 .top-bar-contact li:first-child {
	margin-right: 30px
}

.header-8 .top-bar-contact li {
	padding-left: 20px;
}

.header-8 .top-bar-contact li i {
	color: #828282;
	font-size: 40px;
	line-height: 70px;
}

.header-8 .top-bar-contact .widget-contact-icon:after {
	content: "";
	width: 2px;
	height: 22px;
	margin-left: 20px;
	background-color: #ffc527;
	display: inline-block
}

.header-8 .widget-contact-info {
	margin-top: 16px;
	padding-left: 85px;
}

.header-8 .widget-contact-info p:first-of-type {
	color: #828282;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 500;
}

.header-8 .widget-contact-info p:last-of-type {
	color: #5a5a5a;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
}

/* Header #9 */
.header-9 .module-quote {
	line-height: 94px;
}

.header-9 .button-quote {
	background-color: #ffc527;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	text-transform: capitalize;
	padding: 10px 9px;
	margin-left: 20px;
}

.header-9 .module-quote:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 23px;
	background-color: rgba(255, 255, 255, 0.1);
	left: 0;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.header-9 .navbar-nav > li:last-child {
	margin-right: 20px;
}

/* Header #10 */
.header-10 .navbar {
	background-color: rgba(255, 255, 255, 0.05);
}

.header-10 .navbar.affix {
	background-color: rgba(0, 0, 0, 0.7);
}

/* Header #11 */
.header-7.style-3 {
	height: 94px;
}

.header-7.style-3 +section {
	margin-top: -94px;
	padding-top: 94px
}

.header-7.style-3 .navbar-nav > li,
.header-7.style-3 .navbar.affix {
	height: 94px;
}

/* Header #12 */
.header-7.style-4 {
	height: 124px;
}

.header-7.style-4 +section {
	margin-top: -124px;
	padding-top: 124px
}

.header-7.style-4 .navbar-nav > li,
.header-7.style-4 .navbar.affix {
	height: 94px;
}

.header-7.style-4 .container.outer {
	margin-top: 30px
}

.header-7.style-4 .affix .container.outer {
	margin-top: 0
}

.header-7.style-4.dark .navbar.affix {
	background-color: transparent;
}

.header-7.style-4.dark .container.outer {
	background-color: #313131;
}

.header-7.style-4.dark .navbar-nav > li > a,
.header-7.style-4.dark .module-search .search-icon i,
.header-7.style-4.dark .module-cart .cart-icon {
	color: #fff
}

.header-7.style-4.dark .module-search .search-icon i {
	border-left-color: rgba(255, 255, 255, 0.1);
}

/* model */
.modal-open .modal {
	background-color: rgba(34, 34, 34, 0.95);
}

.modal-header .model-icon {
	font-size: 40px;
	line-height: 41px;
	color: #fff
}

.model-title p {
	color: #f9f9f9 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 30px !important;
	margin-bottom: 0;
	padding-left: 0 !important
}

.model-title h6 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1 !important;
	text-transform: uppercase;
	margin-bottom: 0
}

.modal-header span {
	font-size: 24px !important;
	font-weight: 400 !important;
	line-height: 28px;
	color: #fff !important
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 767px) {

.navbar-nav {
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-toggle {
	border-color: #1ea8ed;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 35px;
}

.navbar-toggle .icon-bar {
	background-color: #1ea8ed
}

.container > .navbar-header {
	margin-left: 0
}

.container > .navbar-collapse {
	width: 100%;
	background-color: #fff;
	margin-right: 0
}

.navbar-nav > li {
	height: auto !important;
	margin-right: 0
}

.navbar-nav > li.pull-left {
	float: none !important
}

.navbar-nav > li > a {
	line-height: 36px;
	color: #000000;
	padding-right: 0;
	padding-left: 0
}

.navbar-nav > li:after {
	display: none
}

.navbar-nav > li.active {
	border-bottom: none
}

.navbar-nav > li.has-dropdown > ul.dropdown-menu,
ul.mega-menu {
	background-color: transparent;
	position: relative;
	padding-left: 0;
}

.navbar-nav > li.has-dropdown > a:after,
li.dropdown-submenu > a:after {
	font-family: fontawesome;
	content: "\f105";
	font-size: 13px;
	position: absolute;
	right: 0;
}

.navbar-nav > li.has-dropdown.open > a,
.navbar-nav > li.has-dropdown.open > a:hover,
.navbar-nav > li.has-dropdown.open > a:focus {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

li.open a,
li.open a:hover,
li.open a:focus {
	color: #fff;
	line-height: 21px;
}

li.dropdown-submenu.open > ul > li > a {
	padding-left: 50px !important;
}

.navbar-nav > li.has-dropdown.open > a:after,
.navbar-nav > li.has-dropdown.open > a:hover:after,
.navbar-nav > li.has-dropdown.open > a:focus:after,
li.dropdown-submenu.open > a:after,
li.dropdown-submenu.open > a:hover:after,
li.dropdown-submenu.open > a:focus:after {
	font-family: fontawesome;
	content: "\f107";
	font-size: 13px;
	position: absolute;
	right: 0px;
}

li.dropdown-submenu > a:after,
li.dropdown-submenu.open > a:hover:after,
li.dropdown-submenu.open > a:focus:after {
	right: 10px;
}

.nav > li > a:hover,
.nav > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.mega-menu li a:hover,
.mega-menu li a:focus {
	background-color: transparent
}

.dropdown-menu > li > a,
.mega-menu > li > a {
	color: #fff
}

.mega-menu ul {
	list-style: none;
	padding-left: 25px;
}

.mega-menu ul li {
	padding-top: 5px
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.mega-menu li a:hover,
.mega-menu li a:focus {
	color: #fff
}

ul.mega-menu {
	list-style: none;
	display: none;
}

.has-dropdown.open > .mega-menu,
.dropdown-submenu.open > .mega-menu {
	display: block
}

.dropdown-submenu.open > .mega-menu ul {
	padding-left: 50px;
}

.module {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.module span.title {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.module .search-box,
.module .cart-box {
	display: none
}

.module-search .search-icon,
.module-cart .cart-icon {
	line-height: 36px !important;
}

.module-search .search-icon i {
	border-left: none;
	padding-left: 0;
	padding-right: 5px;
}

.module.toggle-module .search-box,
.module.toggle-module .cart-box {
	display: block !important
}

.module-search.toggle-module .search-box .search-form {
	margin-bottom: 10px;
}

.module-search.toggle-module .search-box .search-form input {
	background-color: #fff;
	margin-bottom: 0;
	height: 35px;
	line-height: 35px;
	padding-left: 10px
}

.module-cart.toggle-module .cart-box {
	background-color: #fff;
	padding: 30px 20px;
	margin-bottom: 10px;
}

.module-cart.toggle-module .cart-box .cart-control {
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.module-cart.toggle-module .cart-box .cart-control .pull-right {
	float: none !important
}

/* Header #2 */
.full-header .top-bar .top-contact p {
	font-size: 11px;
}

.full-header .text-right {
	text-align: center !important
}

.top-bar ul.top-widget .top-social:first-child {
	border-left: none
}

.top-bar ul.top-widget .top-social a i {
	padding-right: 10px;
	padding-left: 10px
}

.full-header .navbar-nav > li > a,
.full-header .module-search .search-icon i,
.full-header .module-cart .cart-icon {
	color: #fff
}

.full-header .navbar-header {
	margin-left: 15px;
	margin-right: 0
}

.full-header .list-inline {
	margin-left: 0
}

.full-header .top-bar .button-quote {
	margin-left: 15px;
}

/* Header #3 */
.header-3 .navbar-fixed-top.affix .navbar-nav > li > a,
.header-3 .navbar-fixed-top.affix .module-cart .cart-icon,
.header-3 .navbar-fixed-top.affix .module-search .search-icon {
	line-height: 43px;
}

.header-3 .navbar-fixed-top.affix,
.header-3 .navbar-fixed-top.affix .navbar-header {
	height: 94px;
}

.header-3 .navbar .logo,
.header-3 .navbar-fixed-top.affix .navbar-header {
	line-height: 94px;
}

.header-3 .navbar-fixed-top.affix .navbar-nav > li {
	height: auto !important
}

.header-3.style-2 .navbar-fixed-top {
	padding-top: 0;
	height: 70px;
}

.header-3.style-2 .affix .navbar-header {
	height: 70px !important;
	line-height: 70px;
}

.header-3.style-2 .affix,
.header-3.style-2 .logo,
.header-3.style-2 .navbar-header {
	line-height: 70px;
}

.header-3.style-2 .navbar-toggle {
	margin-top: 20px !important
}

/* Header #5 */

.header-5 .top-bar ul {
	float: none;
	width: auto
}

.header-5 .top-bar ul li:first-child p {
	padding-right: 10px;
}

.header-5 .navbar .logo {
	line-height: 60px
}

.header-5 .navbar-toggle {
	margin-top: 20px;
}

.header-5 .navbar-nav > li > a {
	line-height: 36px;
}

/* Header #8 */
.header-8 {
	height: 94px
}

.header-8 .outer-2 {
	background-color: transparent
}

.header-8 .navbar-nav > li > a {
	line-height: 39px
}

.header-8 .affix {
	height: auto
}

.header-8 .container > .navbar-collapse {
	margin-left: 0
}

.header-8 .module-right {
	float: none !important
}

.header-8 .top-bar {
	height: 49px;
	line-height: 49px
}

.header-8 .top-bar .top-bar-inner {
	height: auto
}

.header-8 .navbar .logo {
	line-height: 94px
}

.header-8 + section {
	margin-top: 0;
	padding-top: 0
}

.header-8 .affix {
	opacity: 0;
	visibility: hidden;
}

.header-8 .navbar-toggle {
	margin-right: 0
}

/* Header #9 */
.header-9 .module-quote:before {
	opacity: 0;
	visibility: hidden
}

.header-9 .button-quote {
	margin-left: 0;
}

.header-9 .navbar-nav > li:last-child {
	margin-right: 0
}

.header-9 .module-quote {
	line-height: 40px;
}

.header-7.style-3 .navbar.affix {
	height: auto
}

.header-7.style-4 .container.outer {
	margin-top: 0
}
}

@media only screen and (min-width : 320px) and (max-width : 479px) {

.module-cart.toggle-module .cart-box .cart-control .btn {
	margin-bottom: 5px
}

.header-5 .navbar .logo {
	position: relative
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.navbar-header {
	float: none !important;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.navbar-toggle {
	border-color: #ffc527;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 35px;
	display: block;
	float: left;
}

.navbar-toggle .icon-bar {
	background-color: #ffc527
}

.navbar-fixed-top .navbar-collapse {
	overflow: scroll !important;
}

.navbar-collapse.collapse {
	display: none!important;
}

.collapse.in {
	display: block !important;
}

.navbar-nav {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.navbar-nav>li {
	float: none;
}

.container > .navbar-collapse {
	width: 100%;
	background-color: #fff;
    color:#050505;
	margin-right: 0
}

.navbar-nav > li {
	height: auto !important;
	margin-right: 0
}

.affix .navbar-nav > li {
	height: auto !important;
}

.navbar-nav > li.pull-left {
	float: none !important
}

.navbar-nav > li > a {
	line-height: 36px !important;
	color: #fff !important;
	padding-right: 0;
	padding-left: 0
}

.navbar-nav > li:after {
	display: none
}

.navbar-nav > li.active {
	border-bottom: none
}

.navbar-nav .dropdown-menu {
	background-color: transparent;
	position: relative;
	width: 100%;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.navbar-nav > li.has-dropdown > a:after,
.navbar-nav > li.has-dropdown > a:after,
li.dropdown-submenu > a:after {
	font-family: fontawesome;
	content: "\f105";
	font-size: 13px;
	position: absolute;
	right: 0;
}

.navbar-nav > li.has-dropdown.open > a,
.navbar-nav > li.has-dropdown.open > a:hover,
.navbar-nav > li.has-dropdown.open > a:focus {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

li.dropdown-submenu.open > a,
li a:hover,
li.open > a:focus,
.mega-menu > li > a {
	color: #fff
}

li.dropdown-submenu.open > ul > li > a {
	padding-left: 50px !important;
}

.navbar-nav > li.has-dropdown.open > a:after,
.navbar-nav > li.has-dropdown.open > a:hover:after,
.navbar-nav > li.has-dropdown.open > a:focus:after,
li.dropdown-submenu.open > a:after,
li.dropdown-submenu.open > a:hover:after,
li.dropdown-submenu.open > a:focus:after {
	font-family: fontawesome;
	content: "\f107";
	font-size: 13px;
	position: absolute;
	right: 0px;
}

li.dropdown-submenu > a:after,
li.dropdown-submenu.open > a:hover:after,
li.dropdown-submenu.open > a:focus:after {
	right: 10px;
}

.nav > li > a:hover,
.nav > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: transparent
}

.dropdown-menu > li > a,
.mega-menu a {
	color: #fff
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #fff
}

.mega-menu ul {
	list-style: none;
	padding-left: 0;
}

.mega-menu ul li {
	padding-top: 5px
}

.mega-menu ul ul {
	padding-left: 0
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.mega-menu li a:hover,
.mega-menu li a:focus {
	color: #fff
}

ul.mega-menu {
	list-style: none;
	display: none;
}

.has-dropdown.open > .mega-menu,
.dropdown-submenu.open > .mega-menu {
	display: block;
	padding-left: 25px;
}

.dropdown-submenu.open > .mega-menu ul {
	padding-left: 25px;
}

.module {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 5px 15px
}

.module span.title {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.module .search-box,
.module .cart-box {
	display: none
}

.module-search .search-icon,
.module-cart .cart-icon {
	line-height: 36px !important;
}

.module-search .search-icon i {
	border-left: none;
	padding-left: 0;
	padding-right: 5px;
}

.module.toggle-module .search-box,
.module.toggle-module .cart-box {
	display: block !important
}

.module-search.toggle-module .search-box .search-form {
	margin-bottom: 10px;
}

.module-search.toggle-module .search-box .search-form input {
	background-color: #fff;
	margin-bottom: 0;
	height: 35px;
	line-height: 35px;
	padding-left: 10px
}

.module-cart.toggle-module .cart-box {
	background-color: #fff;
	padding: 30px 20px;
	margin-bottom: 10px;
}

.module-cart.toggle-module .cart-box .cart-control {
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.module-cart.toggle-module .cart-box .cart-control .pull-right {
	float: none !important
}

/* Header #2 */
.full-header .top-bar .top-contact p {
	font-size: 11px;
}

.top-bar ul.top-widget .top-social a i {
	padding-right: 10px;
	padding-left: 10px
}

.full-header .module-search .search-icon i,
.full-header .module-cart .cart-icon {
	color: #fff
}

/* Header #3 */
.header-3 .navbar-fixed-top {
	height: 118px;
}

.header-3 .navbar-toggle {
	margin-top: 0 !important
}

.header-3 .affix .navbar-toggle {
	margin-top: 15px !important;
}

.header-3 .navbar-fixed-top.affix .navbar-nav > li > a,
.header-3 .navbar-fixed-top.affix .module-cart .cart-icon,
.header-3 .navbar-fixed-top.affix .module-search .search-icon {
	line-height: 43px;
}

.header-3 .navbar-fixed-top.affix,
.header-3 .navbar-fixed-top.affix .navbar-header {
	height: 70px;
}
.header-3 .navbar .logo, .header-3 .navbar-fixed-top.affix .navbar-header, {
line-height:94px;
}

.header-3.style-2 .navbar-fixed-top {
	padding-top: 0;
	height: 70px;
}

.header-3.style-2 .affix .navbar-header {
	height: 70px !important;
	line-height: 70px;
}

.header-3.style-2 .affix,
.header-3.style-2 .logo,
.header-3.style-2 .navbar-header {
	line-height: 70px;
}

.header-3.style-2 .navbar-toggle {
	margin-top: 20px !important
}

/* Header #5 */
.header-5 .top-bar ul {
	float: right;
	width: 86%
}

.header-5 .navbar .logo {
	line-height: 60px;
	position: relative
}

.header-5 .navbar-toggle {
	margin-top: 20px;
}

.header-5 .navbar-fixed-top {
	top: 51px
}

/* Header #8 */
.header-8 {
	height: 94px
}

.header-8 .outer-2 {
	background-color: transparent
}

.header-8 .container > .navbar-collapse {
	margin-left: 0
}

.header-8 .module-right {
	float: none !important
}

.header-8 .top-bar {
	height: 49px;
	line-height: 49px
}

.header-8 .top-bar .top-bar-inner {
	height: auto
}

.header-8 .navbar .logo {
	line-height: 94px
}

.header-8 + section {
	margin-top: 0;
	padding-top: 0
}

.header-8 .affix {
	opacity: 0;
	visibility: hidden;
}

.header-8 .navbar-toggle {
	margin-right: 0;
	float: right;
}

.header-8 .navbar-header {
	text-align: left;
	margin-left: 0
}
}

@media only screen and (min-width : 992px) {

/* Menu with Dropdown */
.navbar-nav > li.has-dropdown > ul.dropdown-menu,
.navbar-nav > li.has-dropdown > ul.mega-menu,
li.dropdown-submenu > ul.mega-menu {
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translateY(10%);
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-o-transform: translateY(10%);
	-ms-transform: translateY(10%);
	opacity: 0;
	position: absolute;
	left: 0;
	right: auto;
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	visibility: hidden;
}

.navbar-nav > li.has-dropdown > ul.dropdown-menu {
	width: 220px;
	padding: 16px 30px
}

.navbar-nav > li.has-dropdown > ul.mega-menu,
li.dropdown-submenu > ul.mega-menu {
	width: 460px!important;
	padding: 16px 30px
}

li.has-dropdown:hover > ul.dropdown-menu,
li.has-dropdown:hover > ul.mega-menu,
li.dropdown-submenu:hover > ul.mega-menu {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	opacity: 1;
	display: block;
	visibility: visible;
}

ul.dropdown-menu > li,
ul.mega-menu > li {
	padding-right: 0;
	height: 39px;
	line-height: 39px;
	position: relative;
	vertical-align: top;
}

ul.mega-menu > li {
	width: 190px !important;
	height: auto;
	overflow: hidden;
	display: inline-block
}

ul.mega-menu > li:first-child {
	margin-right: 15px;
}

ul.mega-menu > li > ul {
	width: 190px;
	list-style: none;
	background-color: #fff;
	padding-left: 0;
	position: relative !important;
	left: auto !important;
}

ul.mega-menu li ul li {
	height: 39px;
	line-height: 39px;
}

ul.dropdown-menu li a,
ul.mega-menu li ul li a {
	line-height: 39px;
	color: #5e5e5e;
	padding: 0;
	border-bottom: 1px solid #ececec;
	display: block;
}

ul.mega-menu li ul li span {
	color: #ffc527;
	padding: 0;
	display: block;
	font-size: 13px;
	line-height: 39px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

ul.dropdown-menu li:last-child > a {
	border-bottom: none
}

ul.dropdown-menu li > a:hover,
ul.dropdown-menu li > a:focus,
ul.mega-menu li a:hover,
ul.mega-menu li a:focus {
	background-color: transparent;
	color: #ffc527
}

ul.dropdown-menu.left {
	left: -220px !important;
	margin-left: 0 !important
}

ul.mega-menu.left {
	left: -520px!important;
}

/* Menu Level #2 */
li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:after {
	font-family: fontawesome;
	content: "\f105";
	font-size: 13px;
	position: absolute;
	right: 0;
}

li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu,
li.dropdown-submenu > ul.mega-menu {
	background-color: #fff;
	padding: 16px 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translateX(10%);
	-webkit-transform: translateX(10%);
	-moz-transform: translateX(10%);
	-o-transform: translateX(10%);
	-ms-transform: translateX(10%);
	opacity: 0;
	display: block;
	position: absolute;
	left: 100%;
	right: auto;
	top: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-left: 30px;
	z-index: 1
}

li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
	z-index: 3;
}

li.dropdown-submenu.pull-left > ul.dropdown-menu {
	left: auto;
	right: 0;
	margin-right: 0;
}

.module-search .search-box {
	position: absolute;
	display: block;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-top: 2px solid #ffc527;
	right: 0;
	width: 270px;
	padding: 20px;
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	z-index: 99;
	margin-top: -2px;
	transform: translateY(10%);
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-o-transform: translateY(10%);
	-ms-transform: translateY(10%);
}

.module-search:hover .search-box {
	opacity: 1;
	visibility: visible;
	display: block;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.module-cart .cart-box {
	position: absolute;
	display: block;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-top: 2px solid #ffc527;
	right: 0;
	width: 370px;
	padding: 30px;
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	z-index: 99;
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	transform: translateY(10%);
	margin-top: -4px;
}

.module-cart:hover .cart-box {
	opacity: 1;
	visibility: visible;
	display: block;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 992px) and (max-width : 1200px) {

.navbar-nav > li {
	margin-right: 16px
}

.module-search .search-icon i {
	padding-left: 16px;
	padding-right: 16px;
}

.header-5 .top-bar .top-contact p {
	font-size: 11px;
}

.header-5 .top-bar ul {
	float: none;
	width: auto
}
}

/*------------------------------------*\
#HEADING
\*------------------------------------*/
.heading {
	margin-bottom: 50px;
}

.heading h2 {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	padding-bottom: 19px;
}

./*heading h2:after {
	content: ".";
	color: #ffc527;
	font-size: 35px;
	display: inline-block;
}*/

.heading p {
	margin-bottom: 0
}

.heading p:first-child {
	font-size: 14px;
	text-transform: capitalize;
	color: #5a5a5a;
	font-weight: 500;
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 10px;
}

.heading p:last-child,
.heading-p {
	font-size: 14px;
	font-weight: normal;
	color: #828282;
	font-family: 'Droid Serif', serif;
	font-style: italic;
	line-height: 23px;
}

.heading-bg {
	margin-bottom: 20px;
}

/*.heading-bg:before {
	content: "";
	width: 70px;
	height: 96px;
	border: 2px solid #ffc527;
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -35px;
	text-align: center;
}*/

.heading-bg h2,
.heading-bg p {
	z-index: 3;
	position: relative
}

.heading-1 p:first-child {
	padding-top: 0
}

.heading-3 .heading-bg,
.heading-4 .heading-bg,
.heading-5 .heading-bg {
	margin-bottom: 0
}

.heading-bg.heading-right:before {
	left: auto;
	margin-left: 0
}

.heading-bg.heading-right h2,
.heading-bg.heading-right p {
	padding-left: 0px;
}

.heading-bg.heading-left:before {
	left: auto;
	right: 0;
	margin-right: 0
}

.heading-bg.heading-left h2,
.heading-bg.heading-left p {
	text-align: right;
	padding-right: 20px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {

.heading {
	text-align: center
}

.heading h2 {
	font-size: 30px
}

.heading-bg.heading-right:before,
.heading-bg.heading-left:before {
	left: 50%;
	margin-left: -35px;
}

.heading-bg.heading-left h2,
.heading-bg.heading-left p {
	text-align: center;
	padding-right: 0;
}

.heading-bg.heading-right h2,
.heading-bg.heading-right p {
	text-align: center;
	padding-left: 0
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px)and (max-width : 767px ) {

.heading-bg.heading-right h2,
.heading-bg.heading-right p {
	text-align: left;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.heading-bg.heading-right:before,
.heading-bg.heading-left:before {
	left: 50%;
	margin-left: -5px;
}

.heading-bg.heading-right h2,
.heading-bg.heading-right p {
	text-align: center;
	padding-left: 0
}
}

/*------------------------------------*\
#PAGE-TTILE
\*------------------------------------*/
.page-title {
	padding-top: 120px;
	padding-bottom: 120px;
}

.page-title h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 700;
	line-height: 34px;
	position: relative;
	z-index: 3;
	padding-top: 31px;
	padding-bottom: 31px;
	margin-bottom: 0
}

.page-title .breadcrumb {
	background-color: transparent;
	padding-top: 30px;
	padding-bottom: 0;
	margin-bottom: 0
}

.page-title .breadcrumb a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	line-height: 24px;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
}

.page-title .breadcrumb a:hover {
	color: #ffc527
}

.page-title .breadcrumb .active {
	color: #ffc527;
	font-family: 'Montserrat', sans-serif;
	line-height: 24px;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
}

.page-title .title-bg:before {
	content: "";
	width: 70px;
	height: 96px;
	background-color: #ffc527;
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -35px;
	text-align: center;
}

.page-title.title-2 .title-bg:before {
	background-color: #2f2f2f;
	height: 116px;
}

.page-title.title-2 h2 {
	margin-bottom: 0;
	padding-top: 26px;
	padding-bottom: 18px;
}

.page-title.title-2 .breadcrumb {
	position: relative;
	z-index: 3;
	padding-top: 0;
	line-height: 1
}

.page-title.title-3 h2 {
	margin-bottom: 18px;
	padding-top: 0;
	padding-bottom: 0;
}

.page-title.title-3 .breadcrumb {
	padding-top: 0
}

.page-title.title-4 h2 {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0
}

.page-title.title-4 .breadcrumb {
	padding-top: 0;
	line-height: 34px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {

.page-title h2 {
	font-size: 30px;
}

.page-title .breadcrumb {
	padding-top: 20px;
}

.page-title.title-4 {
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.page-title.title-4 .pull-left {
	float: none !important
}

.page-title.title-4 .breadcrumb {
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px)and (max-width : 767px ) {

.page-title h2 {
	font-size: 36px;
}

.page-title .breadcrumb {
	padding-top: 25px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.page-title h2 {
	font-size: 40px;
}
}

/*------------------------------------*\
#HERO-SECTION
\*------------------------------------*/
.hero {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.hero:before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	display: inline-block;
	position: absolute;
	background-color: rgba(34, 34, 34, 0.3);
	background-image: linear-gradient(180deg, rgba(25, 23, 23, 0.64) 0%, transparent 49%, transparent 82%, transparent 100%);
}

.hero .slides {
	padding-right: 0;
	padding-left: 0;
	overflow: hidden
}

.hero .slides li {
	height: 100%
}

.hero h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	text-transform: capitalize;
	color: #e5e4e4;
	font-weight: 600;
	line-height: 45px;
}

.hero h2 {
	font-size: 55px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}

.hero p {
	font-size: 17px;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
}

.rev_slider:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	pointer-events: none;
	background: rgba(25, 23, 23, 0.8); /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, rgba(25, 23, 23, 0.8), rgba(34, 34, 34, 0.2)); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, rgba(25, 23, 23, 0.8), rgba(34, 34, 34, 0.2)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.rev_slider .arrow {
	width: 27px !important;
	height: 71px;
	line-height: 71px;
	opacity: 1;
	background-color: #2f2f2f !important
}

.rev_slider .arrow:before {
	line-height: 71px;
}

.rev_slider .arrow {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.rev_slider .arrow:hover {
	width: 71px!important;
	background-color: #ffc527!important;
	z-index: 9999;
}

/* home 2 */
.hero-2 {
	padding-top: 0;
	padding-bottom: 0;
	position: relative
}

.hero-slider .item {
	height: 650px;
	position: relative
}

.hero-slider .item .item-bg {
	position: absolute;
	background-attachment: inherit
}

.hero-slider .item .item-bg:before {
	background-color: rgba(34, 34, 34, 0.15);
}

.hero-slider .item .container {
	z-index: 4;
	position: relative
}

.hero-slide {
	position: absolute;
	width: 370px;
	height: 235px;
	background-color: #fff;
	margin-top: 211px;
	padding: 30px;
}

.hero-slide .slide-heading {
	border-bottom: 1px solid rgba(49, 49, 49, 0.1);
	margin-bottom: 20px;
	text-transform: capitalize
}

.hero-slide .slide-heading p {
	color: #5a5a5a;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 17px;
}

.hero-slide .slide-title h2 {
	color: #ffc527;
	font-size: 20px;
	font-weight: 700;
	line-height: 29px;
	text-transform: uppercase;
}

.hero-slide .slide-action a {
	width: 145px;
}

.hero-slider .owl-controls {
	position: absolute;
	left: 100px;
	bottom: 35px;
}

.hero-slider .owl-controls .owl-nav div {
	width: 27px;
	height: 71px;
	line-height: 71px;
	background-color: #2f2f2f !important;
	border-radius: 0 !important;
	opacity: 1;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.hero-slider .owl-controls .owl-nav div:hover {
	background-color: #ffc527 !important;
	width: 71px;
}

.hero-slider .owl-controls .owl-nav div i {
	color: #fff;
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
}

/* Hero #3 */
.hero-3 .cta-form {
	width: 370px;
	height: 106px;
	float: right;
	margin-top: -128px;
}

/* Hero #4 */
.hero-4 .widget-bottom {
	position: absolute;
	width: 100%;
	height: 141px;
	margin-top: -141px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	z-index: 900
}

.hero-4 .widgets-contact {
	background-color: transparent !important;
	padding-top: 0;
	padding-bottom: 0
}

.hero-4 .widgets-contact .widget {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	height: 141px;
	padding-top: 45px;
}

.hero-4 .widgets-contact .widget:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/* Hero #5 */
.about-home-2 {
	overflow: visible;
}

.about-home-2 .cta-form {
	width: 370px;
	height: 280px;
	float: right;
	margin-top: -214px;
}

.about-home-2 .cta-form .cta {
	border-bottom: 2px solid #fff;
}

.about-home-2 .cta-form .cta-model {
	padding: 50px;
	text-align: center;
}

.about-home-2 .btn-block {
	width: 100% !important;
}

/* Hero #7 */
.header-7 + .hero {
	padding-top: 0
}

.header-7 .top-bar {
	border-bottom: none
}

/* Slider Bullet */
.slider-bullet {
	width: 12px !important;
	height: 12px !important;
}

.slider-bullet .tp-bullet {
	width: 12px !important;
	height: 12px !important;
	background-color: transparent !important
}

.slider-bullet .tp-bullet span {
	width: 8px;
	height: 8px;
	opacity: 1;
	display: block;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7) !important;
	margin: 2px;
}

.slider-bullet .tp-bullet.selected span,
.slider-bullet .tp-bullet:hover span {
	background-color: #ffc527 !important;
}

.slider-bullet .tp-bullet.selected,
.slider-bullet .tp-bullet:hover {
	outline: 2px solid #ffc527 !important
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {

.rev_slider h1 {
	font-size: 17px !important
}

.rev_slider .arrow {
	display: none
}

.rev_slider .btn {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

.hero-slider .item {
	height: 500px;
	text-align: center
}

.hero-slide {
	width: 300px;
	height: auto;
	margin-top: 100px;
	padding: 30px 15px;
}

.hero-slide .slide-action a {
	width: 110px;
}

.slide-action .pull-right {
	float: none !important
}

.hero-3 .cta-form {
	margin-top: 0;
	width: 100%;
	height: auto
}

.hero-3 .cta-form .cta {
	padding-top: 20px;
	padding-bottom: 20px;
}

.hero-3 .cta-form .cta .cta-desc p {
	text-align: center !important
}

.hero-3 .cta-form .cta .cta-desc h5 {
	margin-bottom: 0
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px)and (max-width : 767px ) {

.rev_slider h1 {
	font-size: 17px !important
}

.rev_slider .arrow {
	display: none
}

.rev_slider .btn {
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}

.hero-slider .item {
	height: 550px;
	text-align: center
}

.hero-slide {
	margin-top: 100px;
}

.hero-3 .cta-form {
	margin-top: 0;
	width: 100%;
	height: auto
}

.hero-3 .cta-form .cta {
	padding-top: 20px;
	padding-bottom: 20px;
}

.hero-3 .cta-form .cta .cta-desc p {
	text-align: center !important
}

.hero-3 .cta-form .cta .cta-desc h5 {
	margin-bottom: 0
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.rev_slider .arrow {
	height: 51px
}

.rev_slider .arrow:hover {
	height: 51px!important;
}

.rev_slider .arrow:before {
	line-height: 51px;
}

.hero-4 .arrow {
	display: none
}

.hero-4 .widgets-contact .widget {
	padding-left: 20px;
}

.hero-4 .widgets-contact .widget-contact-icon {
	margin-left: 0
}

.hero-4 .widget-contact-info {
	padding-left: 86px;
}

.hero-4 .widgets-contact p {
	font-size: 12px;
}

.hero-4 .widgets-contact p:last-child {
	font-size: 13px !important;
}

.hero-3 .cta-form {
	margin-top: 0;
	width: 300px;
	height: auto;
	margin-top: -116px;
}

.hero-3 .cta-form .cta {
	padding-top: 20px;
	padding-bottom: 20px;
}

.hero-3 .cta-form .cta i {
	font-size: 30px;
}

.hero-3 .cta-form .cta .cta-desc {
	margin-bottom: 0
}

.hero-3 .cta-form .cta .cta-desc p {
	text-align: center !important
}

.hero-3 .cta-form .cta .cta-desc h5 {
	margin-bottom: 0;
	font-size: 17px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 991px) and (max-width : 1200px) {

.hero-4 .widgets-contact .widget {
	padding-left: 20px;
}

.hero-4 .widgets-contact .widget-contact-icon {
	margin-left: 0
}

.hero-4 .widget-contact-info {
	padding-left: 86px;
}

.hero-4 .widgets-contact p {
	font-size: 13px;
}

.hero-4 .widgets-contact p:last-child {
	font-size: 14px !important;
}

.hero-3 .cta-form {
	margin-top: -124px;
}
}

/*------------------------------------*\
#ABOUT-SECTION
\*------------------------------------*/

/* Shortcode #1 */

.shotcode-1 h3 {
	color: #5a5a5a;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 30px;
	line-height: 26px;
}

.shotcode-1 p {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.shotcode-1 .btn {
	width: 170px;
}

.shotcode-1 .feature .feature-icon {
	color: #434343;
	font-size: 40px;
	margin-bottom: 0
}

.shotcode-1 .feature h4 {
	color: #434343;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
}

.shotcode-1 .feature p {
	color: #9e9e9e;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
}

/* Shortcode #2 */
.shortcode-2 .feature,
.shortcode-6 .feature {
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	padding: 16px 0 16px 20px;
	margin-bottom: 0;
}

.shortcode-2 .feature .feature-icon,
.shortcode-6 .feature .feature-icon {
	margin-bottom: 10px
}

.shortcode-2 .feature h4,
.shortcode-6 .feature h4 {
	color: #434343;
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 0
}

.shortcode-2 p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

/* Shortcode #3 */
.shortcode-3 .feature p {
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	margin-bottom: 0
}

.shortcode-3 h4 {
	color: #434343;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

/* Shortcode #4 */

/* Shortcode #5 */
.shortcode-5 .feature {
	margin-bottom: 50px;
}

.shortcode-5 .feature.last {
	margin-bottom: 0
}

.shortcode-5 .feature h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.shortcode-5 .feature p {
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	margin-bottom: 0;
}

.shortcode-5 .feature img {
	height: 415px;
}

.shortcode-5 .accordion .panel .panel-body {
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
}

/* Shortcode #6 */
.shortcode-6 p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0
}

.shortcode-6 .feature-2 {
	margin-bottom: 0
}

/* Shortcode #7 */
.shortcode-7 {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}

.shortcode-7 .col-img {
	height: 510px;
	padding-top: 100px
}

.shortcode-7 .col-img .col-divider {
	display: block;
	width: 385px;
	height: 308px;
	opacity: 0.5;
	border: 4px solid #fff;
}

.shortcode-7 .col-heading {
	height: 510px;
	overflow: hidden;
	padding: 90px 60px;
}

.shortcode-7 .col-heading h2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 34px;
	text-transform: uppercase;
}

.shortcode-7 .col-progress {
	height: 510px;
	padding: 120px 110px 120px 70px;
}

.shortcode-7 .progressbar {
	margin-bottom: 30px;
}

.shortcode-7 .progress {
	height: 4px;
	background-color: #e5e5e5;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.shortcode-7 .progress-bar {
	background-color: #ffc527;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.shortcode-7 .progress-title {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 8px;
}

.shortcode-7 .progress-title .title {
	color: #434343;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.shortcode-7 .progress-title .value {
	float: right;
	color: #9e9e9e;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

/* Shortcode #8 */
.shortcode-8 .feature {
	margin-bottom: 50px
}

.shortcode-8 .feature-img {
	position: relative;
	height: 488px;
}

.shortcode-8 .feature-img img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.shortcode-8 .feature-icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: block;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background-color: #434343;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
	font-size: 40px;
	line-height: 70px;
}

.shortcode-8 .feature-icon i {
	line-height: 70px;
}

.shortcode-8 .feature-icon.right {
	float: right
}

.shortcode-8 .feature-icon.right + h4 {
	padding-top: 100px;
}

.shortcode-8 .feature h4 {
	color: #434343;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 6px;
}

.shortcode-8 .feature p {
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	margin-bottom: 0
}

/* Shortcode #9 */
.shortcode-9 .brand img {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.shortcode-9 .brand img:hover {
	opacity: 1
}

.shortcode-2.about-home {
	overflow: visible;
	padding-top: 100px;
	padding-bottom: 100px;
}

.shortcode-2.about-home p {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.shortcode-2.about-home .feature {
	background-color: #f9f9f9
}

.shortcode-2.about-home .cta-form {
	margin-top: -211px;
	z-index: 999;
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	position: absolute
}

.shortcode-2.about-home .cta-form .cta.cta-2 {
	padding: 30px
}

.shortcode-2.about-home .cta-icon {
	float: left;
	margin-right: 20px;
	padding-top: 6px;
}

.shortcode-2.about-home .cta-devider {
	padding-left: 60px;
	margin-left: 0
}

.shortcode-2.about-home .cta-form .form {
	background-color: #f9f9f9;
	padding: 50px;
}

.shortcode-2.about-home .cta-form .form form {
	margin-bottom: 0
}

.shortcode-2.about-home .cta-form .form .form-control {
	margin-bottom: 20px;
}

.shortcode-2.about-home .cta-form .form textarea {
	margin-bottom: 30px !important;
}

.shortcode-2.about-home .cta-form p {
	color: #f9f9f9;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 15px;
}

.shortcode-2.about-home .cta-form h5 {
	color: #fff;
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1
}

.feature-bordered {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border: 1px solid rgba(49, 49, 49, 0.1);
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {

.shotcode-1 .feature .feature-icon {
	margin-bottom: 0
}

.shortcode-2 .feature {
	padding-left: 0
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 320px)and (max-width : 767px ) {

.shortcode-3 .pr-50 {
	padding-right: 0
}

.shortcode-3 .col-content {
	padding: 15px;
}

.shortcode-3 .col-content .feature {
	text-align: center
}

.shortcode-4 .facts-box {
	margin-bottom: 30px;
}

.shortcode-5 .feature {
	text-align: center
}

.shortcode-6 .feature {
	padding-left: 0;
	margin-bottom: 15px;
}

.shortcode-6 p {
	margin-bottom: 20px;
	text-align: center
}

.shortcode-8 {
	text-align: center
}

.shortcode-8 .feature-icon {
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.shortcode-8 .feature-icon.right {
	float: none;
}

.shortcode-8 .feature-icon.right + h4 {
	padding-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.shortcode-8 .feature p {
	text-align: center
}

.shortcode-9 .brand {
	margin-bottom: 30px;
}

.shortcode-9 .brand:after {
	width: 0;
	height: 0;
	opacity: 0
}

.shortcode-7 .col-heading {
	height: auto
}

.shortcode-7 .col-img .col-divider {
	width: 100%
}

.shortcode-7 .col-progress {
	padding: 80px 15px;
	height: auto
}

.shortcode-2.about-home .cta-form {
	margin-top: 0;
	z-index: 1;
	position: relative;
}

.shortcode-2.about-home .cta-icon,
.shortcode-2.about-home .cta .cta-devider:before {
	display: none
}

.shortcode-2.about-home .cta.cta-2 .cta-desc,
.shortcode-2.about-home .cta-devider {
	padding-left: 0
}

.shortcode-2.about-home .cta-form .form {
	padding: 30px 15px;
}

.about-home-2 .heading {
	margin-top: 0
}

.about-home-2 .cta-form {
	margin-top: 0;
	float: none;
	width: auto;
	height: auto;
	text-align: center !important;
	margin-bottom: 20px;
}

.about-home-2 .cta-form .cta,
.about-home-2 .cta-form .cta-model {
	padding-top: 20px;
	padding-bottom: 20px;
}

.about-home-2 .cta-form .cta-icon {
	display: none
}

.about-home-2 .cta-form h5 {
	margin-bottom: 0 !important
}

.about-home-2 .cta-form p {
	text-align: center !important
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.shortcode-9 .brand {
	margin-bottom: 30px;
}

.shortcode-8 img {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.shortcode-6 .feature-2 {
	padding-left: 0;
}

.shortcode-6 p {
	margin-bottom: 20px;
	text-align: center;
}

.shortcode-2.about-home .feature {
	padding-left: 0
}

.shortcode-2.about-home .cta-icon,
.shortcode-2.about-home .cta .cta-devider:before {
	display: none
}

.shortcode-2.about-home .cta-form {
	margin-top: 0;
}

.shortcode-2.about-home .cta.cta-2 .cta-desc,
.shortcode-2.about-home .cta-devider {
	padding-left: 0
}

.shortcode-2.about-home .cta-form .form {
	padding: 30px 15px;
}

.about-home-2 .cta-form {
	width: 270px;
	height: auto;
	margin-top: -207px;
}

.about-home-2 .cta-form .cta,
.about-home-2 .cta-form .cta-model {
	padding-top: 20px;
	padding-bottom: 20px;
}

.about-home-2 .cta-form .cta-icon {
	display: none
}

.about-home-2 .cta-form .cta-desc h5 {
	font-size: 20px;
}

.shortcode-7 .col-heading {
	height: auto
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 991px) and (max-width : 1200px) {

.col-content {
	padding: 90px 0 50px 50px;
}

.shortcode-7 .col-img .col-divider {
	width: 100%
}

.shortcode-7 .col-progress {
	padding-right: 50px
}

.shortcode-7 .col-heading {
	padding: 80px 50px;
}

.shortcode-7 .col-heading h2 {
	font-size: 20px;
}

.shortcode-8 .feature-img img {
	bottom: -50px
}

.shortcode-2.about-home .cta-form {
	margin-top: -207px;
}

.shortcode-2.about-home .cta-form h5 {
	font-size: 17px;
}

.about-home-2 .cta-form {
	margin-top: -224px;
}
}

/*------------------------------------*\
#TEAM-SECTION
\*------------------------------------*/
.member {
	margin-bottom: 60px;
	overflow: hidden;
	position: relative
}

.member .member-bio {
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.member .member-bio h3 {
	color: #313131;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
}

.member .member-bio p {
	color: #5a5a5a;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 500;
	line-height: 1px;
	text-transform: capitalize
}

.member .member-img {
	position: relative;
	margin-bottom: 29px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.member .member-img img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.member .member-overlay {
	text-align: center;
	padding-top: 32px;
	padding-bottom: 32px;
	width: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.member .member-bg {
	position: absolute;
	width: 100%;
	height: 60%;
	top: 76px;
	background-image: -webkit-linear-gradient(180deg, #ffc527 0%, transparent 49%, transparent 82%, transparent 100%);
	background-image: -o-linear-gradient(180deg, #ffc527 0%, transparent 49%, transparent 82%, transparent 100%);
	background-image: -moz-linear-gradient(180deg, #ffc527 0%, transparent 49%, transparent 82%, transparent 100%);
	background-image: linear-gradient(180deg, #ffc527 0%, transparent 49%, transparent 82%, transparent 100%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.member .member-bg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 76px;
	background-color: #ffc527;
	height: 76px;
	top: -76px;
}

.member .member-overlay a {
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
	margin-right: 35px;
}

.member .member-overlay a:hover {
	color: #2f2f2f
}

.member.member-overlay a:last-child {
	margin-right: 0
}

/* hover */

.member:hover .member-bio {
	transform: translateY(76px);
	-webkit-transform: translateY(76px);
	-moz-transform: translateY(76px);
	-o-transform: translateY(76px);
	-ms-transform: translateY(76px);
}

.member:hover .member-img img {
	transform: translateY(76px);
	-webkit-transform: translateY(76px);
	-moz-transform: translateY(76px);
	-o-transform: translateY(76px);
	-ms-transform: translateY(76px);
}

.member:hover .member-overlay {
	opacity: 1;
	visibility: visible;
}

.member:hover .member-bg {
	opacity: 1;
	visibility: visible;
}

/* member #2 */
.member-2 {
	padding-right: 0;
	padding-left: 0
}

.member-2 .member-img {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.member-2 .member-img img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.member-2 .member-overlay {
	padding: 50px 30px;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	left: -200px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.member-2:hover .member-overlay {
	opacity: 1;
	visibility: visible;
	left: 0
}

.member-2 .member-info {
	padding: 50px 30px;
	background-color: #ffc527;
}

.member-2 .member-bio h3 {
	color: #313131;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
}

.member-2 .member-bio p {
	color: #5a5a5a;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 500;
	line-height: 1px;
	text-transform: capitalize;
	font-style: italic;
	margin-bottom: 30px;
}

.member-2 .member-social i {
	width: 42px;
	height: 42px;
	background-color: #161616;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	color: white;
	font-size: 15px;
	font-weight: 400;
	line-height: 42px;
}

.member-2 .member-social i:hover {
	background-color: #fff;
	color: #ffc527
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px)and (max-width : 767px ) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.member .member-img img {
	text-align: center;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/*------------------------------------*\
#TESTIMONIAL-SECTION
\*------------------------------------*/

.testimonial .testimonial-content {
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.14);
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.14);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.14);
	padding: 30px;
	margin-top: 30px;
	height: 220px;/*position:relative*/
}

.testimonial .testimonial-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0
}

.testimonial .owl-controls {
	margin-top: 50px
}

.testimonial .owl-controls .owl-dot {
	margin-left: 5px;
}

.testimonial .owl-controls .owl-dot span {
	background-color: #808080;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 6px;
	width: 6px;
	opacity: 1;
	margin: 2px;
}

.testimonial .owl-controls .owl-dot.active {
	outline: 2px solid #2f2f2f;
}

.testimonial .owl-controls .owl-dot.active span,
.testimonial .owl-controls.clickable .owl-dot:hover span {
	background-color: #2f2f2f;
}

.testimonial .testimonial-img {
	width: 50px;
	height: 50px;
	z-index: 99;
}

.testimonial .testimonial-divider {
	position: relative;
	height: 10px;
	width: 12px;
	font-size: 0;
}

.testimonial .testimonial-meta {
	padding-left: 30px;
	padding-top: 15px;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
}

.testimonial .testimonial-meta h6 {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	font-family: 'Raleway', sans-serif;
	color: #828282;
	text-transform: capitalize;
	margin-bottom: 0;
}

.testimonial .testimonial-meta h6 strong {
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #313131
}

.testimonial .testimonial-divider:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0px;
	left: -1px;
	z-index: 0;
	width: 13px;
	height: 11px;
	background-image: url(../../assets/images/testimonial/divider.png);
}

.testimonial-img {
	position: relative;
	margin-left: 30px;
	margin-top: -50px;
	margin-bottom: 30px;
}

.testimonial-img i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #ffc527;
	color: #fff;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	margin-left: -30px;
	-moz-border-radius: 0 0 0 2px;
	-webkit-border-radius: 0 0 0 2px;
	border-radius: 0 0 0 2px;
}

.testimonial-img img {
	-moz-border-radius: 0 0 2px 0;
	-webkit-border-radius: 0 0 2px 0;
	border-radius: 0 0 2px 0;
}

/* Testimonial Style 2 */
.testimonial-2 .testimonial-content {
	margin-right: 0;
	height: 360px;
	margin-top: 20px;
}

.testimonial-2 .owl-controls {
	margin-top: -19px;
	position: absolute;
	float: right;
	right: 0;
}

/* Testimonial #4 */
.testimonial-4 .testimonial-content {
	background-color: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0;
	height: auto;
	text-align: center;
	margin-right: 0;
}

/* Testimonial #3*/
.testimonial-3 .testimonial-content {
	background-color: #ffc527;
	margin-right: 0;
	height: 358px;
	margin-top: 0
}

.testimonial-3 .testimonial-content p {
	color: #fff;
	padding-top: 90px;
	font-size: 19px;
	font-weight: 400;
	line-height: 29px;
	font-style: italic;
}

.testimonial-3 .testimonial-content:before {
	position: absolute;
	content: "\f10d";
	font-family: fontawesome;
	line-height: 30px;
	color: #ff8600;
	font-size: 80px;
	text-align: center;
	padding-top: 20px;
}

.testimonial-3 .testimonial-img {
	margin: 27px 20px 0 0;
	position: absolute;
	bottom: 5px
}

.testimonial-3 .testimonial-meta {
	padding-left: 100px;
	padding-top: 14px;
}

.testimonial-3 .owl-controls {
	position: absolute;
	float: right;
	right: 0;
	right: 30px;
	top: 30px;
	margin-top: 0
}

.testimonial-3 .owl-controls .owl-dot span {
	background-color: #fff !important;
}

.testimonial-3 .owl-controls .owl-dot.active span,
.testimonial-3 .owl-controls.clickable .owl-dot:hover span {
	background-color: #2f2f2f !important;
}

.testimonial-4 .testimonial-content:before {
	position: absolute;
	content: "\f10d";
	font-family: fontawesome;
	line-height: 30px;
	color: #ffc527;
	font-size: 80px;
	opacity: 0.5;
	text-align: center;
	margin-left: -30px;
}

.testimonial-4 .testimonial-content p {
	font-size: 20px;
}

.testimonial-4 .testimonial-meta {
	padding-left: 0;
	padding-top: 30px;
	text-align: center;
}

.testimonial-2 .panel-group {
	margin-top: 20px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {

.testimonial .testimonial-content {
	height: 250px
}

.testimonial-3 .testimonial-content {
	overflow: hidden
}

.testimonial-4 .testimonial-content {
	height: auto
}

.testimonial-3 .testimonial-content:before {
	font-size: 40px;
	padding-top: 2px;
}

.testimonial-3 .testimonial-content p {
	padding-top: 50px;
	font-size: 14px;
	line-height: 23px;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px)and (max-width : 767px ) {

.testimonial-3 .testimonial-content:before {
	font-size: 60px;
	padding-top: 16px;
}

.testimonial-3 .testimonial-content p {
	padding-top: 70px;
	font-size: 17px;
	line-height: 29px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/*------------------------------------*\
#Services
\*------------------------------------*/
.service .service-img {
	margin-bottom: 30px;
}

.service .service-desc h4 {
	margin-bottom: 20px;
	color: #313131;
	font-size: 17px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
}

.service-3 h4,
.service-4 .service-content h4,
.service-5 h4,
.service-6 h4 {
	position: relative;
	padding-bottom: 10px;
}

.service .service-desc p {
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
}

.service .service-desc a.read-more {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2f2f2f;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service .service-desc a.read-more i {
	margin-right: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service .service-desc a.read-more:hover {
	color: #ffc527
}

/* service #1 */
.service-1 .service-content > img {
	position: absolute;
	left: 0;
	padding-top: 30px;
	padding-left: 20px;
}

.service-1 .service-desc {
	padding-left: 70px;
}

.service-block .service-desc a.read-more span {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-block:hover .service-desc a.read-more span {
	opacity: 1;
	visibility: visible
}

/* service #2 */
.service-2 .nav-tabs {
	border-bottom: none;
	margin-bottom: 50px;
}

.service-2 .nav-tabs li {
	text-align: center;
	padding-right: 0;
	padding-left: 0
}

.service-2 .nav-tabs li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2f2f2f;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	padding: 0
}

.service-2 .nav-tabs li a:hover {
	border-color: transparent
}

.service-2 .nav-tabs li.active a,
.service-2 .nav-tabs li.active a:hover,
.service-2 .nav-tabs li.active a:focus,
.service-2 .nav-tabs li a:hover,
.service-2 .nav-tabs li a:focus {
	background-color: transparent;
	border: none;
	color: #ffc527 !important;
	background-color: transparent;
}

.service-2 .nav-tabs li .service-icon {
	margin-bottom: 20px;
	height: 50px;
	overflow: hidden
}

.service-2 .nav-tabs li .service-icon img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.service-2 .nav-tabs li .service-icon img:first-of-type {
	margin-top: -48px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-2 .nav-tabs li .service-icon img:last-of-type {
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-2 .nav-tabs li.active img:first-of-type,
.service-2 .nav-tabs li a:hover img:first-of-type {
	margin-top: 0;
}

.service-2 .nav-tabs li.active img:last-of-type,
.service-2 .nav-tabs li a:hover img:last-of-type {
	margin-top: 48px;
}

.service-2 .col-img {
	height: 716px;
}

.service-2 .tab-pane h3 {
	font-size: 37px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 50px;
}

.service-2 .tab-pane p {
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 45px;
}

.service-2 .tab-pane .tab-count {
	position: absolute;
	right: 0;
	font-size: 67px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #ffc527
}

.service-2 .col-content {
	padding: 100px;
}

/* service #3 */
/*.service-3 .service-block h4:before {
	content: "";
	height: 2px;
	width: 20px;
	position: absolute;
	bottom: 0;
	display: inline-block;
	background-color: #ffc527;
}*/

.service-3 .service-block:hover h4,
.service-4 .service-block:hover h4,
.service-5 .service-block:hover h4 {
	color: #ffc527
}

.service-3 .service-block .service-img {
	width: 48px;
	height: 48px;
	overflow: hidden
}

.service-3 .service-block .service-img img {
	display: block;
}

.service-3 .service-block .service-img img:first-of-type {
	margin-left: -48px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-3 .service-block .service-img img:last-of-type {
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin-top: -48px;
}

.service-3 .service-block:hover .service-img img:first-of-type {
	margin-left: 0;
}

.service-3 .service-block:hover .service-img img:last-of-type {
	margin-left: 48px;
}

/* service #4 */

.service-4 .service-content {
	margin-bottom: 60px;
}

.service-4 .service-content2 {
	padding-left: 100px;
}

.service-4 .service-content2 h4 {
	padding-bottom: 0;
	margin-bottom: 10px;
}

.service-4 .service-content2 .service-desc {
	padding-left: 0
}

.service-4 .service-block:hover h4:before,
.service-5 .service-block:hover h4:before {
	background-color: #ffc527;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.service-4 .service-icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #313131;
	position: relative;
	margin-left: 30px;
	margin-top: -70px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 13px;
	padding-bottom: 13px;
}

.service-4 .service-block .service-icon img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.service-4 .service-block .service-icon img:first-of-type {
	margin-left: -70px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.service-4 .service-block .service-icon img:last-of-type {
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin-top: -48px;
}

.service-4 .service-block:hover .service-icon img:first-of-type {
	margin-left: 13px;
}

.service-4 .service-block:hover .service-icon img:last-of-type {
	margin-left: 70px;
}

.service-4 .service-block:hover .service-icon {
	background-color: #ffc527;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* service #5 */
/*.service-4 .service-content h4:before,
.service-5 h4:before,
.service-6 h4:before {
	content: "";
	height: 2px;
	width: 20px;
	position: absolute;
	bottom: 0;
	display: inline-block;
	background-color: #2f2f2f;
}*/

.service-4 .service-desc,
.service-5 .service-desc {
	padding-left: 30px;
}

/* service #6 */
.service-6 .col-img {
	height: 761px;
}

.service-6 .heading {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.service-6 .heading .heading-bg {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.service-6 .heading h2,
.service-6 .heading p {
	color: #fff
}

.service-6 .service-icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #313131;
	position: relative;
	margin-bottom: 20px;
}

.service-6 .col-content {
	padding: 0;
}

.service-6 .service-block {
	padding: 50px 20px 50px 40px;
	border-left: 1px solid #e5e5e5
}

.service-6 .service-block:nth-child(3),
.service-6 .service-block:nth-child(4) {
	border-top: 1px solid #e5e5e5
}

.service-6 p {
	margin-bottom: 10px;
}

.service-6 {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
}

.service-6 .service-block:hover {
	background-color: #ffc527
}

.service-6 .service-block:hover h4,
.service-6 .service-block:hover p {
	color: #fff
}

.service-6 .service-block:hover h4:before {
	background-color: #fff
}

.service-6 .service-block:hover .service-icon {
	background-color: #ffc527
}

.service-6 .service-desc a.read-more:hover {
	color: #fff;
}

/* service #7 */
.service-7 .service-block h4 {
	margin-bottom: 10px;
}

/* service #8 */

.service-8 .col-content {
	background-color: rgba(255,197,39,.9);
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 100px;
}

.service-8 .tab-content > .tab-pane {
	height: 720px;
}

.service-8 .tab-pane h3 .service .service-img2 {
	position: relative
}

.service .service-img2 >img {
	position: absolute;
	left: 0;
	top: 0
}

.service2 .service-block {
	margin-bottom: 50px;
}

/* Single Services */
.single-service .service-img {
	margin-bottom: 70px;
}

.single-service .service-title h3 {
	position: relative;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase
}

.single-service .service-title h3:before {
	content: "";
	height: 3px;
	width: 20px;
	position: absolute;
	bottom: 0;
	display: inline-block;
	background-color: #ffc527;
}

.single-service .feature h4 {
	font-size: 16px;
	line-height: 1;
}

.single-service .feature p {
	margin-bottom: 50px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {

.service-1 .service-img img,
.service-4 .service-img img,
.service-5 .service-img img,
.single-service .service-img img {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

.service-1 .service-block,
.service-3 .service-block,
.service-5 .service-block,
.service-7 .service-block {
	margin-bottom: 30px;
}

.service-1 .service-block:last-of-type,
.service-3 .service-block:last-of-type,
.service-5 .service-block:last-of-type,
.service-7 .service-block:last-of-type {
	margin-bottom: 0
}

.service-2 .nav-tabs li {
	float: none;
	margin-bottom: 10px;
}

.service-2 .tab-pane h3 {
	font-size: 30px;
}

.service-2 .col-content {
	padding-right: 15px;
	padding-top: 70px;
	padding-left: 15px;
	text-align: center;
}

.service .service-img2 > img {
	position: relative;
	display: block;
	left: 0;
	top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.service-4 .service-content2 {
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.service-6 .service-block:nth-child(3),
.service-6 .service-block:nth-child(4) {
	border-top: none;
}

.service-6 .service-block {
	padding-bottom: 0
}

.service-6 .service-block:last-of-type {
	padding-bottom: 50px;
}

.service-6 .col-img,
.service-2 .col-img {
	height: 461px;
}

.service-8 .tab-content > .tab-pane {
	height: auto;
}

.single-service .sidebar-services {
	margin-bottom: 50px;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px)and (max-width : 767px ) {

.single-service .service-img img {
	width: 100%;
}

.service-1 .service-block,
.service-3 .service-block,
.service-5 .service-block,
.service-7 .service-block {
	margin-bottom: 30px;
}

.service-2 .nav-tabs {
	padding-left: 30px;
}

.service-2 .nav-tabs li {
	margin-right: 15px;
	margin-bottom: 15px;
}

.service-6 .col-img,
.service-2 .col-img {
	height: 561px;
}

.service-2 .col-content {
	padding-right: 15px;
	padding-top: 70px;
	padding-left: 15px;
	text-align: center;
}

.service .service-img2 > img {
	left: auto
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.service-1 .service-img img,
.service-4 .service-img img,
.service-5 .service-img img {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

.service-2 .nav-tabs li {
	margin-right: 15px;
	margin-bottom: 15px;
}

.service-2 .col-content {
	padding: 50px 15px 50px 50px;
}

.service .service-img2 > img {
	left: auto
}

.service-6 .col-img {
	height: 461px;
}

.service-7 .service-block {
	margin-bottom: 30px;
}

.service-7 .service-block:nth-child(3),
.service-7 .service-block:nth-child(4) {
	margin-bottom: 0;
}

.service-8 .tab-content > .tab-pane {
	height: auto;
}

.single-service .service-img img {
	width: 100%;
}

.service2 .service-block:nth-child(3),
.service2 .service-block:nth-child(4) {
	margin-bottom: 50px;
}

.service-2 .nav-tabs li a {
	font-size: 13px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1200px) {

.service-1 .service-img img,
.service-4 .service-img img,
.service-5 .service-img img,
.service-7 .service-img img {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

.service-2 .col-content {
	padding-right: 90px;
	padding-top: 70px;
}

.service .service-img2 > img {
	left: auto
}

.service-6 .service-block {
	padding-top: 30px;
	padding-bottom: 30px;
}

.service-6 .col-img {
	height: 772px;
}

.service-8 .tab-content > .tab-pane {
	height: auto;
}

.single-service .service-img img {
	width: 100%;
}

.sidebar-services .download {
	padding: 24px 12px;
}

.sidebar-services .download .download-icon i {
	padding-left: 12px;
}
}

/*------------------------------------*\
#PROJECTS-SECTION
\*------------------------------------*/
.projects-filter {
	margin-top: 50px;
	margin-bottom: 40px;
	text-align: center
}

.projects-filter ul {
	text-align: center;
	margin-bottom: 0
}

.projects-filter ul li {
	margin-right: 30px;
}

.projects-filter ul li:last-child {
	margin-right: 0
}

.projects-filter ul li a {
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #2f2f2f;
	padding-bottom: 8px;
	border-bottom: 2px solid transparent;
	font-weight: bold
}

.projects-filter ul li a:hover,
.projects-filter ul li a.active-filter {
	color: #ffc527;
	border-bottom: 2px solid #ffc527
}

.project-item {
	margin-bottom: 30px;
}

.project-img {
	position: relative;
	overflow: hidden;
}

.project-img img {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.project-img .project-hover {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 49px;
	opacity: 0;
	background-color: rgba(47,47,47, 0.95);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.project-hover .project-meta {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.project-hover h6 {
	color: #a9a9a9;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1;
}

.project-hover h4 {
	color: #fff;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	text-transform: uppercase
}

.project-hover .project-zoom {
	position: absolute;
	bottom: 49px;
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.project-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.project-img:hover .project-hover {
	opacity: 1
}

.project-img:hover .project-meta {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
}

.project-img:hover .project-meta h6 {
	transition-delay: 0.2s;
}

.project-img:hover .project-meta h2 {
	transition-delay: 0.2s;
}

.project-img:hover .project-zoom {
	transition-delay: 0.2s;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
}

.project-meta a {
	color: #fff
}

.project-meta a:hover {
	color: #ffc527
}

/* Projects Full Width*/
.projects-fullwidth .project-item {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0
}

/* Project Single */
.project-carousel {
	margin-bottom: 70px;
}

.project-carousel .owl-controls {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.project-carousel .owl-controls .owl-nav div {
	width: 27px;
	height: 71px;
	line-height: 71px;
	background-color: #2f2f2f !important;
	border-radius: 0 !important;
	opacity: 1;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.project-carousel .owl-controls .owl-nav div:hover {
	background-color: #ffc527 !important;
	width: 71px;
}

.project-carousel .owl-controls .owl-nav div i {
	color: #fff;
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
}

.single-project .project-title {
	position: relative
}

.single-project .project-block {
	padding: 30px;
	background-color: #f9f9f9;
}

.single-project .project-block .project-title:before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	display: inline-block;
	background-color: #efefef;
}

.single-project .project-title:after {
	content: "";
	height: 3px;
	width: 30px;
	position: absolute;
	bottom: 0;
	display: inline-block;
	background-color: #ffc527;
}

.single-project .project-title h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	text-transform: capitalize;
	margin-bottom: 28px;
	padding-bottom: 9px;
	text-transform: uppercase
}

.single-project .project-block .project-title h3 {
	font-family: Raleway;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 15px;
}

.single-project .project-desc p {
	color: #9e9e9e;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
}

.single-project .project-block li {
	font-family: Raleway;
	font-size: 14px;
	line-height: 29px;
	color: #313131;
	font-weight: 700;
}

.single-project .project-block li span {
	color: #9e9e9e;
	font-weight: 500;
	margin-left: 10px;
}

.single-project .project-block ul {
	margin-bottom: 0
}

/* pager */
.pager {
	margin: 0
}

.pager div {
	display: inline-block;
	margin: 0 10px;
}

.pager div a {
	width: 51px;
	height: 51px;
	line-height: 51px;
	border: 2px solid #2f2f2f;
	color: #2f2f2f;
	font-size: 16px;
	font-weight: 400;
	display: block;
}

.pager div:hover a {
	color: #fff;
	border-color: #ffc527;
	background-color: #ffc527;
}

.project-widget {
	margin-bottom: 70px;
}

.pager-2 div {
	display: inline-block;
}

.pager-2 .page-next {
	float: right;
}

.pager-2 div a {
	width: 51px;
	height: 51px;
	line-height: 49px;
	border: 2px solid #2f2f2f;
	color: #2f2f2f;
	font-size: 16px;
	font-weight: 400;
	display: block;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.pager-2 .page-prev a span {
	margin-left: 8px;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 49px;
	text-transform: uppercase;
	transform: translateX(-60px);
	-webkit-transform: translateX(-60px);
	-moz-transform: translateX(-60px);
	-o-transform: translateX(-60px);
	-ms-transform: translateX(-60px);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.pager-2 .page-prev:hover a span {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}

.pager-2 .page-next a span {
	margin-right: 8px;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 49px;
	text-transform: uppercase;
	transform: translateX(100px);
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-o-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	display: none
}

.pager-2 .page-next:hover a span {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	display: inline-block
}

.pager-2 div:hover a {
	color: #fff;
	border-color: #ffc527;
	background-color: #ffc527;
	width: auto;
	padding-right: 50px;
	padding-left: 50px;
}

.projects-more {
	width: auto;
	margin-top: 50px
}

.projects-more i {
	margin-left: 8px;
}

#infscr-loading {
	position: absolute;
	bottom: -60px;
	width: 100%;
	text-align: center;
}

/* projects #2 */
.projects2 .heading p:first-child {
	color: #a9a9a9
}

.projects2 .heading h2 {
	color: #fff
}

.projects2 .projects-filter ul li a {
	color: #807f7f;
}

.projects2 .projects-filter ul li a:hover,
.projects2 .projects-filter ul li a.active-filter {
	color: #ffc527
}

.projects2 .project-img .project-hover {
	background-color: rgba(255,197,39, 0.9)
}

.projects2 .project-hover h6 {
	color: #f9f9f9;
}

.projects2 .project-zoom a {
	color: #2f2f2f;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {

.projects-filter ul li {
	margin-bottom: 15px;
	margin-right: 0
}

.project-img img {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

.project-carousel .owl-controls {
	bottom: 10px;
	left: 10px;
}

.project-carousel .owl-controls .owl-nav div {
	height: 40px;
	line-height: 45px;
	padding: 0 !important;
}

.project-carousel .owl-controls .owl-nav div:hover {
	width: 51px
}

.pager-2 .page-prev:hover a span,
.pager-2 .page-next:hover a span {
	display: none;
	opacity: 0;
	visibility: hidden
}

.projects-fullwidth.home-3-custom .projects-filter ul {
	text-align: center !important
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px)and (max-width : 767px ) {

.projects-filter ul li {
	margin-bottom: 15px;
	margin-right: 0
}

.project-img img {
	margin-right: auto;
	margin-left: auto
}

.project-carousel .owl-controls {
	bottom: 10px;
	left: 10px;
}

.pager-2 .page-prev:hover a span,
.pager-2 .page-next:hover a span {
	display: none;
	opacity: 0;
	visibility: hidden
}

.projects-fullwidth.home-3-custom .projects-filter ul {
	text-align: center !important
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.projects-filter ul li {
	margin-bottom: 15px;
	margin-right: 0
}
}

.projects-fullwidth.home-3-custom .projects-filter ul {
	text-align: right
}

.projects-fullwidth.home-3-custom .projects-filter ul li {
	margin-right: 10px;
}

/*------------------------------------*\
#ACTION-SECTION
\*------------------------------------*/
.cta-desc p {
	margin-bottom: 0;
	font-size: 14px;
	color: #f9f9f9;
	font-weight: 500;
	text-transform: capitalize;
}

.cta-desc h5 {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 1
}

.cta-devider {
	margin-left: 55px;
}

.cta-devider:before {
	content: "";
	width: 2px;
	height: 23px;
	background-color: #ff8600;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/* Call To action #1 */
.cta-1,
.cta-2 {
	padding: 40px 35px;
	position: relative
}

.cta-1 .cta-img {
	position: relative
}

.cta-1 .cta-img img {
	position: absolute;
	top: -84px;
}

.cta-1 .cta-desc {
	padding-left: 20px;
}

.cta-1 .cta-desc p,
.cta-2 .cta-desc p {
	margin-bottom: 5px;
}

.cta-1 .cta-action {
	float: right
}

/* Call To action #2 */
.cta-2 i,
.cta-3,
.cta-4 i {
	font-size: 40px;
	color: #fff;
	text-align: center;
	line-height: 1;
}

.cta-2 .cta-desc {
	padding-left: 80px;
}

.cta-2 .cta-icon {
	position: absolute
}

/* Call To action #3 */
.cta-3,
.cta-4 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.cta-3 h2,
.cta-4 h2 {
	font-size: 55px;
	font-weight: 700;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.cta-3 p,
.cta-4 p {
	color: #f9f9f9;
	font-family: 'Droid Serif', serif;
	font-size: 17px;
	font-weight: 700;
	font-style: italic;
	line-height: 26px;
	margin-bottom: 26px;
}

.cta-3 p:first-child,
.cta-4 p:first-child {
	line-height: 1
}

/* Call To action #4 */
.cta-4 h2 {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0
}

.cta-p {
	color: #2f2f2f !important;
	font-size: 17px;
	font-weight: 600;
	line-height: 45px;
	margin-bottom: 30px;
}

/* Call To action #5 */
.cta-5 {
	padding: 40px 0px;
}

.cta-5 .cta-2 {
	padding: 0
}

/* Call To action #6 */
.cta-6 {
	padding-top: 134px;
	padding-bottom: 134px;
	overflow: inherit
}

.cta-6 h2 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 39px;
	font-weight: 700;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.cta-6 p {
	color: #f9f9f9;
	font-size: 17px;
	font-weight: 600;
	line-height: 45px;
}

.cta-6 .cta-img {
	position: absolute;
	right: 0;
	top: 70px;
}

/* Module POPUP */
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
	padding-right: 17px;
}

.modal-dialog {
	margin-top: 40px;
	width: 360px;
}

.modal-content {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #f9f9f9;
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	border: none
}

.modal-body {
	padding: 30px 50px 50px;
}

.modal-body form {
	margin-bottom: 0
}

.modal-body .form-control {
	margin-bottom: 20px;
}

.modal-body .btn {
	text-align: center;
	margin-right: auto;
	margin-left: auto
}

.modal-header .close {
	position: absolute;
	font-size: 24px;
	top: -24px;
	right: 0;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: 1
}

.modal-header {
	border-bottom: none;
	background-color: #ffc527;
	padding: 33px;
}

.modal-header .model-icon {
	position: absolute
}

.modal-header .model-title {
	text-align: left;
	padding-left: 80px;
	position: relative;
}

.modal-header .model-divider {
	position: relative;
}

.modal-header .model-divider:before {
	content: "";
	width: 2px;
	height: 23px;
	background-color: #ff8600;
	position: absolute;
	top: 50%;
	left: 55px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.modal-header .model-title p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.modal-header .model-title h6 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1px;
	text-transform: uppercase;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 767px ) {

.cta {
	text-align: center
}

.cta-devider {
	margin-left: 0
}

.cta-devider:before {
	display: none
}

.cta-1 .cta-desc,
.cta-2 .cta-desc {
	padding-left: 0
}

.cta-1 .cta-action {
	float: none !important
}

.cta-desc p {
	margin-bottom: 10px;
}

.cta-desc h5 {
	margin-bottom: 20px;
}

.cta-2 .cta-icon {
	position: relative;
}

.cta-2 .btn-primary {
	margin-right: 0;
	margin-bottom: 10px;
}

.cta-2 .btn-secondary {
	margin-bottom: 10px;
}

.cta-4 h2 {
	font-size: 50px;
}

.cta-6 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.cta-6 h2 {
	font-size: 30px;
}

.modal-dialog {
	margin-right: auto;
	margin-left: auto
}

.modal-dialog {
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.modal-header .model-title h6 {
	font-size: 17px;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px)and (max-width : 767px ) {

.cta-2 .btn-primary {
	margin-right: 10px;
	margin-bottom: 0;
}

.cta-2 .btn-secondary {
	margin-bottom: 0;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.cta-1 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.cta-1 .cta-devider {
	margin-left: 137px;
}

.cta-1 .cta-action {
	float: none;
	margin-left: 137px;
	margin-top: 10px;
}

.cta-1 .cta-img img {
	top: -50px;
}

.cta-2 {
	text-align: center
}

.cta-2 .cta-icon {
	position: relative;
	margin-right: auto;
	margin-left: auto
}

.cta-2 .cta-devider:before {
	display: none
}

.cta-2 .cta-desc {
	padding-left: 0;
	margin-bottom: 20px;
}

.cta-2 .cta-action {
	float: none !important;
	text-align: center !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width:1200px) {

.cta-desc h5 {
	font-size: 18px;
}

.cta-2 .btn {
	width: 150px;
}

.cta-6 .cta-img {
	top: 125px;
}
}

/*------------------------------------*\
#FACTS-SECTION
\*------------------------------------*/
.shortcode-4 .counter {
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	color: #2f2f2f;
	font-weight: bold;
	margin-bottom: 0;
}

.shortcode-4 h4 {
	font-size: 13px;
	color: #5a5a5a;
	font-weight: 300;
	margin-bottom: 0
}

.shortcode-4 .facts-box:after,
.shortcode-9 .brand:after {
	content: "";
	width: 2px;
	height: 30px;
	background-color: #e5e5e5;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 0
}

.shortcode-4 .facts-box.last:after,
.shortcode-9 .brand.last:after {
	width: 0;
	height: 0;
	opacity: 0
}

/*------------------------------------*\
#PRICING-SECTION
\*------------------------------------*/
.pricing .panel {
	text-align: center;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.pricing .panel-body {
	background-color: #ffc527;
	padding-top: 100px;
	padding-bottom: 100px;
}

.pricing .panel-body h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 46px;
	font-size: 100px;
	margin-bottom: 32px;
}

.pricing .panel-body .symbol {
	font-size: 30px;
}

.pricing .panel-body .time {
	font-size: 13px;
	color: #f6f6f6;
}

.pricing .panel-body p {
	color: #313131;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 0;
}

.pricing .list-group {
	padding: 50px;
	background-color: #f9f9f9
}

.pricing .list-group li.list-group-item {
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	padding: 0;
	border-bottom-color: #e9e8e8;
	color: #9e9e9e;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 40px;
}

.pricing .list-group li.list-group-item:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.pricing .list-group li.list-group-item:first-child {
	padding-top: 0
}

.pricing .panel-footer {
	background-color: #f9f9f9;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0 50px 50px 50px;
}

.pricing .panel-footer .btn {
	margin-bottom: 0;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.pricing .panel-body {
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 30px;
}

.pricing .panel-body h4 {
	font-size: 70px;
}

.pricing .list-group {
	padding: 25px;
}

.pricing .panel-footer {
	padding: 0 25px 25px 25px;
}

.pricing .panel-footer .btn {
	font-size: 11px;
	padding: 0 16px;
}

.pricing .panel-footer .btn i {
	margin-left: 5px
}
}

/*------------------------------------*\
#BLOG-SECTION
\*------------------------------------*/
.entry {
	margin-bottom: 50px;
}

.single-post .entry {
	margin-bottom: 0
}

.entry-img { /*margin-bottom:20px;*/
}

.entry-img img {
	width: 100%;
	height: auto
}

.entry-img img {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	opacity: 1
}

.entry-img:hover img {
	opacity: 0.8
}

.entry-meta {
	margin-bottom: 30px;
	height: 30px;
	color: #a9a9a9;
}

.entry-meta ul {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}

.entry-meta ul li {
	display: inline-block
}

.entry-meta ul li.entry-cat {
	font-family: 'Droid Serif', serif;
	font-size: 13px;
	font-style: italic;
	line-height: 26px;
	font-weight: 600
}

.entry-meta ul.pull-right {
	padding-top: 13px;
}

.entry-format {
	background-color: #2f2f2f;
	color: #fff;
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	border-radius: 0 0 0 2px;
}

.entry-date {
	background-color: #ffc527;
	padding: 8px 0;
	position: absolute;
	left: 45px;
	margin-top: -30px;
	z-index: 6;
	border-radius: 2px 2px 2px 0;
	font-family: 'Droid Serif', serif;
	color: #fdfdfd;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	width: 50px;
}

.entry-date span {
	font-size: 13px;
	display: block;
}

.entry-cat {
	position: absolute;
	left: 110px;
}

.entry-cat span a {
	color: #2f2f2f;
	text-transform: capitalize;
	font-size: 13px;
}

.entry-no-comments {
	margin-right: 16px;
}

.entry-title,
.entry-content {
	margin-left: 30px;
}

.entry-title h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.entry-title a {
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #2f2f2f;
}

.entry-title a:hover {
	color: #ffc527;
}

.entry-content p {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 30px;
	color: #9e9e9e;
}

.entry-content a.entry-more {
	color: #ffc527;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.entry-content a.entry-more:hover {
	color: #2f2f2f
}

.entry-content a.entry-more i {
	margin-right: 8px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.entry-content a.entry-more span {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.entry:hover a.entry-more span {
	opacity: 1;
	visibility: visible
}

.single-post .entry-title h3 {
	font-size: 22px;
	font-weight: bold;
}

.single-post .entry-author {
	padding-left: 20px;
}

.entry-share {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.entry-share span {
	font-size: 14px;
	font-weight: bold;
	color: #313131;
	text-transform: capitalize
}

.entry-share a {
	color: #5e5e5e;
	font-size: 14px;
	margin-left: 20px;
}

.entry-prev-next {
	position: relative;
	margin-bottom: 70px;
}

.entry-next,
.entry-prev {
	width: 50%;
	float: left;
}

.entry-prev-content,
.entry-next-content {
	padding: 20px;
	border: 1px solid #ececec
}

.entry-prev-next .entry-prev {
	padding-right: 15px;
}

.entry-prev-next .entry-next {
	padding-left: 15px;
	text-align: right;
}

.entry-prev-next .entry-prev img {
	position: absolute;
	left: 20px;
	top: 20px
}

.entry-prev-next .entry-next img {
	position: absolute;
	right: 20px;
	top: 20xp
}

.entry-prev-next .entry-prev .entry-desc {
	position: relative;
	margin-left: 85px;
}

.entry-prev-next .entry-next .entry-desc {
	position: relative;
	margin-right: 85px;
}

.entry-prev-next a {
	font-size: 14px;
	font-weight: bold;
	color: #2f2f2f;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	margin-top: 20px;
}

.entry-prev-next p {
	font-size: 13px;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-top: -6px;
}

.entry-widget {
	margin-bottom: 70px;
}

.entry-widget:last-of-type {
	margin-bottom: 0
}

.entry-widget .entry-widget-title {
	position: relative;
	margin-bottom: 30px
}

.entry-widget .entry-widget-content {
	position: relative
}

.entry-widget .entry-widget-title:before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	display: inline-block;
	background-color: #efefef;
}

.entry-widget .entry-widget-title:after {
	content: "";
	height: 3px;
	width: 30px;
	position: absolute;
	bottom: 0;
	display: inline-block;
	background-color: #ffc527;
}

.entry-widget .entry-widget-title h4 {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 30px;
	padding-bottom: 20px;
	line-height: 1;
}

.entry-bio img {
	position: absolute;
	left: 0;
	top: 0
}

.entry-bio .entry-bio-desc {
	padding-left: 110px;
}

.entry-bio .entry-bio-desc p {
	font-size: 15px;
	margin-bottom: 5px;
}

.entry-bio .entry-bio-desc a {
	color: #5e5e5e;
	font-size: 15px;
	margin-right: 25px;
}

.entry-bio .entry-bio-desc a:hover,
.entry-share a:hover,
.entry-prev:hover a,
.entry-next:hover a,
.entry-related .entry:hover .entry-title h5,
.entry-meta a:hover {
	color: #ffc527
}

.entry-related img {
	margin-bottom: 20px;
}

.entry-related .entry-cat {
	position: relative;
	left: 0;
	margin-bottom: 20px;
	font-family: 'Droid Serif', serif;
	font-size: 13px;
	font-style: italic;
	line-height: 1;
	font-weight: 600
}

.entry-related .entry-title {
	margin-left: 0;
}

.entry-related .entry-title h5 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 25px;
	color: #313131;
	margin-bottom: 0;
}

ul.comments-list {
	width: 100%;
	list-style: none;
	overflow: hidden;
	padding-left: 0
}

ul.comments-list li {
	position: relative;
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

ul.comments-list li:last-child {
	border-bottom: none;
}

ul.comments-list .comment-body .avatar {
	position: absolute;
	left: 0;
	top: 0
}

ul.comments-list .comment-body .comment {
	padding-left: 90px;
}

ul.comments-list .comment-body .comment h6 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #313131;
	line-height: 23px;
}

ul.comments-list .comment-body .comment .date {
	color: #a9a9a9;
	margin-bottom: 18px;
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	font-style: italic;
	line-height: 24px;
}

ul.comments-list .comment-body .comment p {
	font-size: 15px;
	font-weight: 500;
	color: #9e9e9e;
	line-height: 22px;
	margin-bottom: 0;
}

ul.comments-list .comment-body .comment a.reply {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffc527;
	line-height: 49px;
}

ul.comments-list .comment a.reply:hover {
	color: #2f2f2f
}

ul.comments-list ul.comment-children {
	list-style: none;
	margin: 20px 0 0 90px;
	padding-top: 30px;
	padding-left: 0;
	border-top: 1px solid #ececec;
}

ul.comments-list ul.comment-children .comment-body .comment {
	padding-left: 90px;
}

ul.comments-list ul.comment-children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0
}

ul.comments-list ul.comment-children ul .comment-body .comment {
	padding-left: 90px;
}

.entry-widget.comments-form .entry-widget-title h4 {
	margin-bottom: 60px;
}

.comments-form .form-control {
	margin-bottom: 30px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 767px) {

.entry-next,
.entry-prev {
	width: 100%;
}

.entry-prev {
	margin-bottom: 30px
}

.entry-prev-next .entry-next {
	padding-left: 0
}

.entry-prev-next .entry-prev {
	padding-right: 0
}

.entry-related .entry {
	margin-bottom: 30px;
}

ul.comments-list ul.comment-children {
	margin: 20px 0 0 0;
}

.entry-cat,
.entry-no-comments,
.entry-views {
	font-size: 12px !important
}

.entry-no-comments {
	margin-right: 8px;
}

.entry-bio .entry-bio-desc a {
	margin-right: 20px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.entry-related img {
	width: 100%;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1200px) {

.entry-related img {
	width: 100%;
}
}

/*------------------------------------*\
#SIDEBAR-SECTION
\*------------------------------------*/
.sidebar {
	padding: 50px;
	border: 1px solid #ececec;
}

.sidebar .widget {
	margin-bottom: 70px;
}

.sidebar .widget:last-of-type {
	margin-bottom: 0;
}

.sidebar .widget-search .form-search {
	border: 2px solid #ececec;
	padding: 0 10px;
	height: 51px;
}

.sidebar .widget-search .form-search .form-control {
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #9e9e9e;
	font-size: 13px;
	font-weight: 600;
	line-height: 22px;
	text-transform: capitalize
}

.sidebar .widget-search .form-search .btn {
	background-color: #ffc527;
	color: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 35px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	font-size: 14px;
	margin-left: 0;
	padding: 0
}

.sidebar .widget-search .form-search .btn:hover {
	background-color: #2f2f2f;
	border-color: #2f2f2f;
}

.sidebar .widget .widget-title {
	position: relative;
	margin-bottom: 30px
}

.sidebar .widget .widget-title:before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	display: inline-block;
	background-color: #efefef;
}

.sidebar .widget .widget-title:after {
	content: "";
	height: 3px;
	width: 30px;
	position: absolute;
	bottom: 0;
	display: inline-block;
	background-color: #ffc527;
}

.sidebar .widget .widget-title h3 {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.widget-categories li {
	background-color: #f4f4f4;
	padding: 20px;
	margin-bottom: 5px;
}

.widget-categories li a {
	color: #5e5e5e;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.widget-categories li.active {
	background-color: #ffc527;
}

.widget-categories li.active a {
	color: #fff
}

.widget-categories li a:before {
	content: "\f067";
	font-family: fontawesome;
	margin-right: 8px;
}

.widget-categories li:hover {
	background-color: #ffc527;
}

.widget-categories li:hover a {
	color: #fff
}

.widget-tags ul {
	margin-bottom: 0;
	margin-left: 0
}

.widget-tags ul li {
	padding-left: 0;
	padding-right: 0
}

.widget-tags a {
	font-size: 12px;
	color: #a9a9a9;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 2px solid #ececec;
	margin-right: 10px;
	margin-bottom: 10px;
	text-transform: capitalize
}

.widget-tags a:hover {
	background-color: #ffc527;
	color: #fff;
	border: 2px solid #ffc527
}

.widget-recent .recent-entry,
.widget-best-product .best-product {
	position: relative;
	margin-bottom: 20px;
}
.widget-recent .recent-entry:last-of-type, .widget-best-product .best-product:last-of-type, {
margin-bottom: 0
}

.widget-recent .recent-entry img,
.widget-best-product .best-product .product-img {
	position: absolute;
	left: 0;
	top: 0
}

.widget-recent .recent-entry .recent-desc,
.widget-best-product .best-product .product-bio {
	position: relative;
	margin-left: 85px;
}

.widget-recent .recent-entry .recent-desc .entry-category {
	margin-bottom: 10px;
	font-family: 'Droid Serif', serif;
	font-size: 13px;
	font-style: italic;
	line-height: 1;
	font-weight: 600
}

.widget-recent .recent-entry .recent-desc .entry-category a {
	font-family: 'Droid Serif', serif;
	color: #2f2f2f;
	text-transform: capitalize;
	font-size: 13px;
}

.widget-recent .recent-entry .recent-desc a,
.widget-best-product .best-product a {
	color: #313131;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.widget-recent .recent-entry .recent-desc .recent-statics {
	padding-bottom: 17px;
}

.widget-recent .recent-entry .recent-desc .recent-statics,
.widget-best-product .best-product .product-bio {
	border-bottom: 1px solid #efefef;
	padding-top: 6px;
}

.widget-recent .recent-entry:last-of-type .recent-statics,
.widget-best-product .best-product:last-of-type .product-bio {
	border-bottom: none;
	padding-bottom: 0
}

.single-post .sidebar,
.single-service .sidebar,
.sidebar.sidebar-full {
	border: none;
	padding: 0 15px;
}

.sidebar .download {
	background-color: #ffc527;
	padding: 24px;
	position: relative;
	height: 74px;
}

.sidebar .download .download-desc {
	position: absolute;
	top: 0
}

.sidebar .download .download-desc h4 {
	font-size: 13px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 0
}

.sidebar .download .download-icon {
	float: right;
}

.sidebar .download .download-icon i {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	border-left: 2px solid #ff8600;
	padding-left: 24px;
}

.sidebar .download.download-pdf {
	margin-bottom: 20px;
}

.widget-best-product .best-product .product-img {
	width: 70px;
	height: 70px;
	background-color: #f4f4f4;
	-moz-border-radius: 1px 1px 0;
	-webkit-border-radius: 1px 1px 0;
	border-radius: 1px 1px 0;
	text-align: center;
	padding: 4px;
}

.widget-best-product .best-product .product-bio {
	padding-top: 0
}

.widget-best-product .best-product .product-bio .product-price {
	font-size: 13px;
	font-weight: 600;
	line-height: 23px;
}

.widget-best-product .best-product a {
	text-transform: uppercase
}

/* fiter product */
.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.widget-filter .ui-slider {
	height: 4px;
	background-color: rgba(49, 49, 49, 0.1);
	margin-bottom: 20px;
}

.widget-filter .ui-slider-handle {/* Style for "Line" */
	width: 8px;
	height: 8px;
	background-color: #313131;
	top: -2px;
	margin-left: 0
}

.widget-filter .ui-slider-range {
	height: 4px;
	background-color: #ffc527;
	margin-bottom: 20px;
}

.widget-filter p {
	font-family: Raleway;
	font-size: 13px;
	font-weight: 500;
	line-height: 36px;
}

.widget-filter label {
	color: #9e9e9e;
}

.widget-filter input {
	color: #ffc527;
	border: none;
}

.widget-filter .btn {
	font-size: 13px;
	font-weight: 700;
	line-height: 49px;
	text-transform: uppercase;
	border: 2px solid #2f2f2f;
	padding: 0 14px;
	width: auto
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {

.sidebar {
	padding: 15px;
}

.sidebar .widget:last-of-type {
	margin-bottom: 0
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px)and (max-width : 767px ) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/*------------------------------------*\
#SHOP
\*------------------------------------*/
.product-num {
	padding-top: 12px;
	padding-bottom: 12px;
}

.product-num h3 {
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	color: #5e5e5e;
}

.product-options {
	margin-bottom: 30px;
}

.product-options select {
	width: 230px;
	height: 35px;
	border: 1px solid #ececec;
	color: #9e9e9e;
	font-family: Raleway;
	font-size: 13px;
	font-weight: 500;
	line-height: 49px;
	padding-left: 10px;
}

.product-item {
	text-align: center;
	margin-bottom: 80px;
}

.product-item .product-img {
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.product-item .product-img img {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.product-img .product-hover .product-cart {
	width: 100%;
	position: absolute;
	bottom: 30px;
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding-right: 30px;
	padding-left: 30px;
}

.product-img:hover .product-hover .product-cart {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
}

.product-item .product-cart .btn {
	background-color: #2f2f2f;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 49px;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.product-item .product-img .product-hover {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(255, 197, 39, 0.75);
	background-image: linear-gradient(to top, #ffc527 0%, transparent 49%, transparent 82%, transparent 100%);
	background-image: -webkit-linear-gradient(to top, #ffc527 0%, transparent 49%, transparent 82%, transparent 100%);
	background-image: -moz-linear-gradient(to top, #ffc527 0%, transparent 49%, transparent 82%, transparent 100%);
	background-image: -o-linear-gradient(to top, #ffc527 0%, transparent 49%, transparent 82%, transparent 100%);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/* product hover */
.product-item .product-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.product-item .product-img:hover .product-item {
	opacity: 1;
	transform: translateY(-80px);
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	-o-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
}

.product-item .btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #2f2f2f
}

.product-item .product-img:hover .product-hover {
	opacity: 1
}

.product-item h4 {
	margin-bottom: 10px;
	line-height: 1px;
}

.product-item h4 a {
	color: #313131;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
}

.product-item h4 a:hover {
	color: #ffc527
}

.product-item p.product-price {
	color: #ffc527;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 0
}

.product-item p.product-price span {
	color: #a9a9a9;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 21px;
	text-decoration: line-through;
	margin-right: 9px;
}

.product-item .product-img .product-sale,
.product-item .product-img .product-new {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 2px 2px 2px 0;
	-moz-border-radius: 2px 2px 2px 0;
	-webkit-border-radius: 2px 2px 1px 0;
	color: #fdfdfd;
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.product-item .product-img .product-sale {
	background-color: #ffc527;
}

.product-item .product-img .product-new {
	background-color: #2f2f2f;
}

.shop-options {
	padding: 20px;
	border: 1px solid #ececec;
	margin-bottom: 30px;
	height: 70px;
}

.shop-options .product-options2 select {
	width: 134px;
	height: 30px;
	border: 1px solid #ececec;
	color: #9e9e9e;
	font-family: Raleway;
	font-size: 13px;
	font-weight: 500;
	line-height: 49px;
	padding-left: 10px;
	margin-right: 30px;
	margin-left: 10px;
}

.shop-options .product-options2 span,
.shop-options .product-view-mode span {
	color: #5e5e5e;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}

.product-view-mode {
	line-height: 30px;
}

.product-view-mode a {
	border: 1px solid #ececec;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #9e9e9e;
	font-size: 14px;
	font-weight: 400;
	padding: 9px;
	margin-left: 10px
}

.product-view-mode a.active,
.product-view-mode a:hover {
	color: #ffc527;
}

/* related product*/
.widget-related-product {
	position: relative;
	margin-top: 80px
}

.widget-related-product .widget-title {
	position: relative
}

.widget-related-product .widget-title:before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	display: inline-block;
	background-color: #efefef;
}

.widget-related-product .widget-title:after {
	content: "";
	height: 3px;
	width: 30px;
	position: absolute;
	bottom: 0;
	display: inline-block;
	background-color: #ffc527;
}

.widget-related-product .widget-title h4 {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 30px;
	padding-bottom: 20px;
	line-height: 1px;
}

.widget-related-product .product-item {
	margin-bottom: 0
}

.alert {
	background-color: #f9f9f9;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	padding: 20px;
	margin-bottom: 30px
}

.alert .alert-icon {
	width: 46px;
	height: 46px;
	line-height: 46px;
	background-color: #ffc527;
	border-radius: 2px 1px 1px 2px;
	-moz-border-radius: 2px 1px 1px 2px;
	-webkit-border-radius: 2px 1px 1px 2px;
	text-align: center;
	position: absolute
}

.alert .alert-icon i {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
}

.alert .alert-content {
	padding-left: 68px
}

.alert .alert-content h4 {
	color: #ffc527;
	font-size: 15px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: -6px
}

.alert .alert-content p {
	color: #9e9e9e;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 0
}

.product-img img {
	width: 100%;
	height: auto
}

.product-content .product-title h3 {
	color: #313131;
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	text-transform: uppercase;
	margin-bottom: 13px;
}

.product-price p {
	font-size: 16px;
	font-weight: 700;
	color: #a9a9a9;
	margin-bottom: 0;
	line-height: 30px;
}

.product-review span {
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
	color: #a9a9a9;
	text-transform: capitalize
}

.product-review i {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	color: #ffc527
}

.product-review a {
	color: #a9a9a9
}

.product-review a:hover {
	color: #ffc527
}

.product-review .product-rating {
	margin-right: 30px;
}

.product-desc p {
	color: #9e9e9e;
	font-family: Raleway;
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
}

.product-details h5 {
	color: #313131;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: capitalize;
	line-height: 1;
}

.product-details ul li {
	line-height: 26px;
	color: #ffc527;
	font-size: 13px;
	font-weight: 700;
	text-transform: capitalize
}

.product-details ul li span {
	color: #9e9e9e;
	font-size: 13px;
	font-weight: 500;
}

.product-quantity {
	line-height: 49px;
}

.product-quantity .qua {
	color: #313131;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	margin-right: 10px
}

.product-quantity a i {
	width: 25px;
	height: 25px;
	line-height: 22px;
	border: 1px solid #ececec;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	color: #ffc527;
	text-align: center;
}

.product-quantity input {
	width: 30px;
	height: 25px;
	border: 1px solid #ececec;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #2f2f2f;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	text-align: center
}

.product-cta .btn {
	margin-left: 20px;
}

.product-cta .btn-secondary {
	background-color: #2f2f2f;
	color: #fff
}

.product-cta .btn-secondary:hover {
	background-color: #ffc527;
	border-color: #ffc527;
	color: #fff
}

.product-share {
	margin-bottom: 70px;
}

.product-share h5 {
	color: #313131;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize;
	line-height: 16px;
}

.product-share a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 1px 2px 2px 1px;
	-moz-border-radius: 1px 2px 2px 1px;
	-webkit-border-radius: 1px 2px 2px 1px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	display: inline-block;
	background-color: #ffc527;
	margin-right: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.product-share a:hover {
	background-color: #2f2f2f
}

.product-tabs {
	background-color: #fff;
	border: 1px solid #ececec;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	color: #9e9e9e;
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
}

.product-tabs .nav-tabs {
	background-color: #f9f9f9;
}

.product-tabs .nav-tabs > li {
	margin-bottom: -1px
}

.product-tabs .nav-tabs > li > a {
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
	color: #313131;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0 20px;
	border-right: 1px solid #ececec;
	margin-right: 0;
	line-height: 60px;
	height: 60px
}

.product-tabs .nav-tabs > li:last-child > a {
	border-right: none
}

.product-tabs .nav-tabs > li > a:hover,
.product-tabs .nav-tabs > li > a:focus {
	background-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	color: #ffc527;
}

.product-tabs .nav-tabs > li.active > a,
.product-tabs .nav-tabs > li.active > a:hover,
.product-tabs .nav-tabs > li.active > a:focus {
	color: #ffc527;
	border: none;
	border-right: 1px solid #ececec;
	background-color: #fff;
}

.product-tabs .tab-content {
	padding: 20px;
}

.product-review li {
	background-color: #f9f9f9;
	padding: 20px;
	margin-bottom: 30px
}

.product-review li h6 {
	margin-bottom: 0;
	text-transform: uppercase;
}

.product-review li .review-date {
	margin-bottom: 0;
}

.product-review li .product-rating {
	color: #ffc527;
	margin-bottom: 10px
}

.product-review li .product-comment p {
	margin-bottom: 0;
}

.cart-table {
	margin-bottom: 50px
}

.cart-table .table {
	border-color: #ececec
}

.cart-table thead {
	background-color: #f9f9f9;
}

.cart-table thead tr th {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
	color: #222222;
	line-height: 49px !important;
	border-bottom-width: 0 !important;
	border-color: #ececec;
}

.cart-table tbody tr td {
	padding: 20px;
	border-color: #ececec
}

.cart-table tbody tr td.cart-product-price,
.cart-table tbody tr td.cart-product-total {
	font-family: Raleway;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	color: #a9a9a9
}

.cart-table tbody tr td.cart-product-quantity .product-quantity {
	line-height: 1px
}

.cart-table tbody tr td.cart-product-price,
.cart-table tbody tr td.cart-product-total,
td.cart-product-quantity {
	text-align: center
}

.cart-table .cart-product-action td {
	padding: 30px 20px;
}

.cart-table .cart-product-action form {
	margin-bottom: 0
}

.cart-table .cart-product-action .form-control {
	border: 1px solid #ececec;
	color: #9e9e9e;
	font-family: Raleway;
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
	padding: 0 15px;
	width: 250px;
	height: 42px;
	line-height: 42px;
	margin-bottom: 0
}

.cart-table .cart-product-action .btn {
	margin-left: 10px;
	line-height: 40px;
	height: 42px;
}

.cart-product-img {
	float: left;
	padding-right: 20px;
}

.cart-product-name h6 {
	color: #313131;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}

.cart-product-remove {
	float: right;
	width: 19px;
	height: 19px;
	line-height: 19px;
	background-color: #000000;
	color: #fff;
	text-align: center
}

.cart-shiping,
.cart-total-amount {
	border: 1px solid #ececec;
	padding: 30px 20px;
}

.cart-shiping h6,
.cart-total-amount h6 {
	color: #313131;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1px;
	margin-bottom: 45px;
	text-transform: capitalize
}

.cart-total-amount ul li {
	color: #ffc527;
	font-size: 13px;
	font-weight: 700;
	line-height: 36px;
	text-transform: capitalize
}

.cart-total-amount ul li span {
	color: #9e9e9e;
}

.cart-shiping .form-control {
	border: 1px solid #ececec;
	color: #9e9e9e;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	margin-bottom: 20px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.cart-shiping .btn {
	line-height: 42px;
	height: 42px;
}

.shop-filter {
	margin-top: 50px;
	margin-bottom: 40px;
	text-align: center
}

.shop-filter ul {
	text-align: center;
}

.shop-filter ul li {
	margin-right: 30px;
}

.shop-filter ul li:last-child {
	margin-right: 0
}

.shop-filter ul li a {
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #2f2f2f;
	padding-bottom: 8px;
	border-bottom: 2px solid transparent;
	font-weight: bold
}

.shop-filter ul li a:hover,
.shop-filter ul li a.active-filter {
	color: #ffc527;
	border-bottom: 2px solid #ffc527
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 767px) {

.product-img img {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.product-feature-img img {
	width: 100%
}

.product-item .product-img .product-sale,
.product-item .product-img .product-new {
	right: 50%;
	margin-right: -25px;
}

.product-num {
	margin-bottom: 0
}

.shop-options {
	height: auto
}

.product-options2,
.product-view-mode {
	text-align: left
}

.product-item {
	margin-bottom: 60px;
}

.alert {
	text-align: center
}

.alert .alert-icon {
	position: relative;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto
}

.alert .alert-content {
	padding-left: 0
}

.product-rating {
	display: block;
	text-align: center;
	margin-right: 0
}

.product-cta .btn {
	margin-bottom: 16px;
}

.product-review li {
	text-align: center
}

.cart-product-remove {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.cart-product-img {
	float: none;
	padding-right: 0;
	margin: 10px auto;
	text-align: center
}

.cart-product-name h6 {
	text-align: center;
}

.cart-table .cart-product-action .form-control {
	margin-bottom: 10px;
}

.cart-table .cart-product-action .btn {
	margin-left: 0;
	margin-bottom: 10px;
}

.cart-product-action .text-right {
	text-align: left;
}

.cart-shiping {
	margin-bottom: 50px;
}

.shop-filter ul li {
	margin-bottom: 15px;
	margin-right: 0
}

.widget-related-product .product-item {
	margin-bottom: 30px;
}

.shop .pager {
	margin-top: 30px;
	margin-bottom: 30px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.product-item .product-img .product-sale,
.product-item .product-img .product-new {
	right: 50%;
	margin-right: -25px;
}

.cart-shiping {
	margin-bottom: 50px;
}

.cart-table .cart-product-action .form-control {
	width: 150px;
}

.cart-table .cart-product-action .btn {
	width: 150px
}

.widget-related-product {
	margin-bottom: 50px;
}

.shop .pager {
	margin-top: 30px;
	margin-bottom: 30px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width: 1200px) {

.product-action .product-cta .btn {
	width: 150px;
}
}

/*------------------------------------*\
#CONTACT-PAGE
\*------------------------------------*/
.contact {
	padding-top: 60px;
}

.contact .widgets-contact {
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 0
}

.contact .widgets-contact .widget {
	margin-bottom: 70px;
	padding-left: 0;
	border-left: none
}

.contact .widgets-contact .widget-contact-icon {
	margin-left: 0;
}

.contact .widgets-contact .widget-contact-icon i {
	color:#23b1e6
}

.contact .widgets-contact .widget-contact-icon:after {
	background-color:#23b1e6;
}

.contact form {
	margin-bottom: 0
}

button.btn:hover {
	background-color: #ffc527;
	border-color: #ffc527;
}

#contact-form label.error {
	position: absolute;
	top: -14px;
	font-size: 11px;
	color: #a94442
}

#quote-form label.error,
#pop-quote-form label.error,
#pop-quote-form2 label.error,
#head-quote-form label.error {
	top: -14px;
	font-size: 11px;
	color: #a94442
}

input[aria-invalid="true"] {
	border-bottom: 2px solid #a94442 !important
}

#quote-result .alert {
	padding: 10px;
	font-size: 12px;
	margin-bottom: 0;
}

#pop-quote-result,
#pop-quote-result,
#head-quote-result {
	text-align: left !important;
	font-size: 14px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {

.contact .widgets-contact .widget {
	margin-bottom: 30px;
}
}

/*------------------------------------*\
#FOOTER-SECTION
\*------------------------------------*/
footer {
	background-color: #1f1f1f;
	padding-top: 0;
	padding-bottom: 0;
}

footer hr {
	border-top-color: rgba(47, 47, 47, 0.2);
	margin-top: 0;
	margin-bottom: 0
}

.widgets-contact {
	background-color: #161616;
	padding-top: 40px;
	padding-bottom: 40px;
}

.widgets-contact p {
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 0;
}

.widgets-contact .widget-contact-icon {
	margin-right: 20px;
	margin-left: 20px;
}

.widgets-contact .widget-contact-icon i {
	font-size: 40px;
	color: #f9f9f9
}

.widgets-contact .widget-contact-icon:after {
	content: "";
	width: 2px;
	height: 22px;
	margin-left: 20px;
	background-color: #ffc527;
	display: inline-block
}

.widgets-contact .widget-contact-info p:last-child {
	color: #828282;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
}

.widgets-contact .widget {
	padding-left: 40px;
	border-left: 2px solid #1f1f1f
}

.widgets-contact .widget:first-child {
	border-left: none
}

.widgets-contact.bg-theme {
	background-color: #ffc527;
}

.widgets-contact.bg-theme .widget-contact-icon:after {
	background-color: #fff;
}

.widgets-contact.bg-theme .widget-contact-icon i {
	color: #fff
}

.widgets-contact.bg-theme .widget-contact-info p:last-child {
	color: #1f1f1f;
}

.widgets-links {
	padding-top: 80px;
	padding-bottom: 80px;
}

.widgets-links h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 10px;
}

.widgets-links p {
	color: #9e9e9e;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}

.widgets-links .widget-about {
	padding-left: 0
}

.widgets-links .widget-about .widget-about-logo {
	padding-top: 47px
}

.widgets-links .widget-about .widget-about-info {
	padding-left: 76px;
}

.widgets-links ul li {
	margin-bottom: 0;
}

.widgets-links ul li a {
	color: #7f7f7f !important;
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
}

.widgets-links ul li a:hover {
	color: #ffc527 !important
}

.widget-social {
	background-color: #1c1c1c;
	padding-top: 34px;
	padding-bottom: 34px;
	padding-left: 0
}

.widget-social p {
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	color: #f9f9f9;
}

.copyrights {
	padding-top: 40px;
	padding-bottom: 40px;
}

.widget-social-icon a {
	margin-left: 8px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background-color: #161616;
	font-size: 15px;
	font-weight: 400;
	color: #9e9e9e;
	display: block;
	float: left;
	text-align: center;
	margin-top: 2px;
	overflow: hidden
}

.widget-social-icon a i {
	display: block;
	position: relative;
	line-height: 42px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.widget-social-icon a:hover {
	background-color: #ffc527;
	color: #222222
}

.widget-social-icon a:hover i:first-child {
	margin-top: -42px;
}

.widget-social-icon a i:last-child {
	color: #222222
}

.widget-newsletter-form form {
	margin-bottom: 0;
	height: 42px;
	line-height: 42px;
}

.widget-newsletter-form form .input-group {
	width: 390px;
}

.widget-newsletter-form form .form-control {
	background-color: transparent;
	color: #9e9e9e;
	border: 2px solid #292929;
	border-radius: 0;
	font-size: 12px;
	font-style: italic;
	width: 320px;
	height: 42px;
	line-height: 42px;
	padding-left: 16px;
	font-weight: 400;
}

.widget-newsletter-form form .form-control:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.widget-newsletter-form form .btn {
	background-color: #292929;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
	text-align: center
}

.widget-newsletter-form form .btn:hover,
.widget-newsletter-form form .btn:focus {
	border-color: transparent;
	color: #ffc527
}

.copyrights p {
	color: #9b9b9b;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 13px;
}

.copyrights a {
	color: #ffc527
}

.copyrights a:hover,
.copyrights a:focus,
.copyrights a:active {
	color: #fff !important
}

/* footer #5 */
.footer-5 .widget-social {
	background-color: transparent;
	border-bottom: 1px solid rgba(47, 47, 47, 0.2);
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 767px) {

.widgets-links {
	padding-top: 30px;
	padding-bottom: 30px;
}

.widgets-contact .widget-contact-info p:last-child {
	font-size: 12px;
}

.widgets-contact .widget {
	margin-bottom: 24px;
}

.widgets-contact .widget:last-of-type {
	margin-bottom: 0
}

.widgets-links .widget-about .widget-about-logo {
	padding-right: 0;
	padding-top: 0;
	margin-bottom: 12px;
}

.widgets-links .widget-about .widget-about-info {
	padding: 0
}

.widget-social-icon a {
	margin-bottom: 15px;
	text-align: center
}

.widget-newsletter-form form .input-group {
	width: 100%;
}

.widget-newsletter-form form .form-control {
	width: 100%
}

.widgets-links ul li {
	margin-bottom: 10px;
}

.widget-social-icon {
	margin: auto;
	margin-left: auto;
}

.widget-social-icon a {
	display: inline-block;
	float: none
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.widgets-contact .widget,
.widget-about {
	margin-bottom: 24px;
}

.widgets-links {
	padding-top: 40px;
	padding-bottom: 40px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and ( max-width:1200px) {

.widget-social-icon,
.widget-social-info,
.widget-newsletter-info,
.widget-newsletter-form {
	float: none !important
}

.widget-social-info,
.widget-newsletter-info {
	width: 100%;
	margin-bottom: 10px;
}

.widget-social-icon a:first-of-type {
	margin-left: 0
}
}

/*------------------------------------*\
#404
\*------------------------------------*/
.error-page {
	padding-top: 150px;
	padding-bottom: 150px;
}

.error-page h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 135px;
	font-weight: 700;
	line-height: 99px;
	text-transform: uppercase;
	color: #2f2f2f;
	position: relative;
	z-index: 99;
	padding-top: 50px;
	margin-bottom: 0
}

.error-page h1:after {
	content: ".";
	color: #ffc527;
	font-size: 135px;
	display: inline-block
}

.error-page .error-title:before {
	content: "404";
	color: rgba(47, 47, 47, 0.07);
	font-size: 200px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	margin-top: -80px;
	margin-left: -220px;
}

.error-page p {
	color: #828282;
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	font-style: italic;
	line-height: 23px;
	margin-bottom: 50px;
}

.error-page .btn-primary {
	margin-right: 30px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {

.error-page .btn-primary {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
}

@media only screen and (min-width : 320px) and (max-width : 767px) {

.error-page h1 {
	font-size: 100px
}

.error-page .error-title:before {
	font-size: 150px;
	margin-top: 18px;
	margin-left: -155px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.error-page .error-title:before {
	margin-top: 0px;
	margin-left: -214px;
}
}

/*------------------------------------*\
#SOON
\*------------------------------------*/
.soon-page {
	padding-top: 184px;
	padding-bottom: 184px;
}

.soon-page h1 {
	font-size: 65px;
	font-weight: 700;
	text-transform: uppercase;
}

.soon-page h1:after {
	content: ".";
	color: #ffc527;
	font-size: 65px;
	display: inline-block
}

.soon-page p {
	color: #828282;
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	font-style: italic;
	line-height: 23px;
	margin-bottom: 70px;
}

/* jQuery Countdown styles 2.0.0. */
.is-countdown {
}

.countdown-rtl {
	direction: rtl;
}

.countdown-holding span {
	color: #e9e8e8;
}

.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}

.countdown-show1 .countdown-section {
	width: 98%;
}

.countdown-show2 .countdown-section {
	width: 48%;
}

.countdown-show3 .countdown-section {
	width: 32.5%;
}

.countdown-show4 .countdown-section {
	width: 24.5%;
}

.countdown-show5 .countdown-section {
	width: 19.5%;
}

.countdown-show6 .countdown-section {
	width: 16.25%;
}

.countdown-show7 .countdown-section {
	width: 14%;
}

.countdown-section {
	display: block;
	float: right;
	text-align: center;
	position: relative
}

.countdown-section:after {
	content: "";
	width: 2px;
	height: 30px;
	background-color: #e5e5e5;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0
}

.countdown-row span:nth-of-type(1):after {
	width: 0;
	height: 0;
	opacity: 0
}

.countdown-amount {
	font-size: 30px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	color: #2f2f2f;
	margin-bottom: 20px;
}

.countdown-period {
	display: block;
	color: #5a5a5a;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.countdown-descr {
	display: block;
	width: 100%;
}

/*------------------------------------*\
#MAINTENACE
\*------------------------------------*/
.mainten-page {
	padding-top: 188px;
	padding-bottom: 188px;
}

.mainten-page h1 {
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.mainten-page h1:after {
	content: ".";
	color: #ffc527;
	font-size: 65px;
	display: inline-block
}

.mainten-page p {
	color: #828282;
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	font-style: italic;
	line-height: 23px;
	margin-bottom: 47px
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {

.mainten-page h1,
.soon-title h1 {
	font-size: 34px;
}

.mainten-page,
.soon-page {
	padding-top: 80px;
	padding-bottom: 80px;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px)and (max-width : 767px ) {

.mainten-page h1,
.soon-title h1 {
	font-size: 54px;
}

.mainten-page,
.soon-page {
	padding-top: 120px;
	padding-bottom: 120px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.mainten-page h1,
.soon-title h1 {
	font-size: 84px;
	line-height: 1
}

.mainten-page,
.soon-page {
	padding-top: 120px;
	padding-bottom: 120px;
}
}









/*******************Copied Styles***************************/
@import url('https://fonts.googleapis.com/css?family=Architects+Daughter|Khula:400,600,700|Montserrat:300,400,500,600,700,900');

body{
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
  background-color: #f5f5f5;
}
.tl-wrapper,.tl-main-content{
	float: left;
	width: 100%;
}
.pd-tb-100{
	padding-top: 98px;
	padding-bottom: 98px;
}
.pd-t-100{
	padding-top: 98px;
}
.pd-b-100{
	padding-bottom: 98px;
}
.tl-wrapper figure{
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}
.tl-wrapper figure img{
	max-width: 100%;
	height: auto;
}
.tl-wrapper ul{
	padding: 0;
	margin: 0;
}
.tl-wrapper ul li{
	list-style: none;
}
.tl-wrapper a,.tl-wrapper a:focus{
  text-decoration: none;
  outline: none;
}
.tl-wrapper a:hover{
  text-decoration: none;
}
.tl-wrapper h1,.tl-wrapper h2,.tl-wrapper h3,.tl-wrapper h4,.tl-wrapper h5,.tl-wrapper h6,.tl-wrapper strong {
	font-family: 'Montserrat', sans-serif;
  font-weight: 500;
	font-weight: normal;
	color: #454545;
	margin: 0;
}
.tl-wrapper h1 a,.tl-wrapper h2 a,.tl-wrapper h3 a,.tl-wrapper h4 a,.tl-wrapper h5 a,.tl-wrapper h6 a{
	color: #454545;
}
.tl-wrapper h2{
	font-weight: 500;
	font-size: 40px;
	line-height: 40px;
}
.tl-wrapper h3{
	font-weight: 500;
	font-size: 30px;
	margin: 0 0 16px;
}
.tl-wrapper h4{
	font-size: 24px;
}
.tl-wrapper h5{
  font-size: 18px;
}
.tl-wrapper p{
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  color: #1d1919;
}
#tl-plumbing-wrapper h1,#tl-plumbing-wrapper h2,.tl-wrapper h3,#tl-plumbing-wrapper h4,.tl-wrapper h5,#tl-plumbing-wrapper h6,.tl-wrapper strong {
  font-family: 'Montserrat', sans-serif;
}
#tl-plumbing-wrapper p{
  font-family: 'Montserrat', sans-serif;
}
.tl-heading-outer{
  float: left;
  width: 100%;
  text-align: center;
}
.tl-heading-outer h2,.tl-heading-outer h3{
  font-size: 40px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  margin: 0 0 37px;
  padding-bottom: 28px;
}
.tl-heading-outer h2:before,.tl-heading-outer h3:before{
  font-size: 30px;
  content: '...';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
}
.tl-heading-outer h3{
  font-size: 30px;
}
.tl-heading-outer p{
  font-size: 18px;
  line-height: 30px;
  color: #454545;
  padding: 0 130px;
}
.tl-heading-outer_v2 h2{
  color: #fff;
}
.tl-heading-outer_v3{
  float: left;
  width: 100%;
  padding: 0 220px;
  text-align: center;
  margin: 0 0 50px;
}
.tl-heading-outer_v3 h3{
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 33px;
}
.tl-heading-outer_v3 p{
  font-size: 18px;
  margin: 0;
}
.tl-btn-style1,.tl-btn-style3{
  font-size: 18px;
  line-height: 18px;
  padding: 18px 30px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #454545;
}
.tl-btn-style1:hover,.tl-btn-style1:focus,.tl-btn-style3:focus,.tl-btn-style3:hover{
  color: #fff;
}
.tl-btn-style1:before,.tl-btn-style3:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background-color: #454545;
  z-index: -1;
}
.tl-btn-style1:hover:before,.tl-btn-style3:hover:before{
  height: 100%;
}
.tl-btn-style1 .icomoon,.tl-btn-style3 .icomoon{
  display: inline-block;
  margin: 2px 0 0 18px;
  float: right;
}
.tl-btn-style1:hover .icomoon,.tl-btn-style3:hover .icomoon{
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-animation: toRightFromLeft 0.4s ease-in-out alternate;
     -moz-animation: toRightFromLeft 0.4s ease-in-out alternate;
      -ms-animation: toRightFromLeft 0.4s ease-in-out alternate;
       -o-animation: toRightFromLeft 0.4s ease-in-out alternate;
          animation: toRightFromLeft 0.4s ease-in-out alternate;
}
.tl-btn-style3{
  border-radius: 5px;
  border: 2px solid;
  padding: 13px 35px;
  text-align: center;
}

.tl-thumb{
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 11;
}
.tl-thumb img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
figure{
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
figure figcaption{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
/*===============================================================*/
  /*Header Css Start*/
/*===============================================================*/
.tl-header{
  width: 100%;
  float: left;
  position: relative;
  z-index: 9999;
}
.tl-header .container-fluid{
  padding: 0 80px;
}
#tl-header_v2 .tl-navigation-row .container-fluid{
  padding-left: 30px;
  padding-right: 30px;
}
/*-----------------Top Row CSS-----------------------*/
.tl-top-row{
  float: left;
  width: 100%;
  padding: 13px 0 0;
  background-color: #2b2f88;
}
.tl-top-row_v2{
  background-color: transparent;
  padding: 18px 0 14px;
}
#tl-header_v2 .tl-top-row_v2 .container-fluid{
  padding-left: 0;
  padding-right: 0;
}
.tp-info-box{
  float: left;
  width: 100%;
  margin-bottom: 13px;
}
.tp-info-box .iconbox{
  font-size: 16px;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid;
  border-radius: 100%;
  text-align: center;
  margin-right: 18px;
  position: relative;
  z-index: 1;
}
.tp-info-box .iconbox::before {
  content: '';
  width: 100%;
  border-radius: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.tp-info-box .iconbox:hover .icomoon{
  color: #fff;
}
.tp-info-box .iconbox:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.tp-info-box .icomoon{
  width: 16px;
}
.tp-info-box .text{
  font-size: 14px;
  overflow: hidden;
  color: #009fee;
}
.tp-info-box .text span{
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.tp-info-box .text p{
  margin: 0;
}
.tp-info-box .text a{
  color: #f5f5f5;
}
.tl-signup-btns{
  position: relative;
  padding: 16px 20px;
  z-index: 11;
  background-color: #25bd57;
}
.tl-signup-btns:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
}
.tl-signup-btns:hover:before{
  height: 100%;
}
.tl-signup-btns a{
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin: 0 2px;
}
.tl-signup-btns a:hover{
  color: #fff;
}
.tl-signup-btns a .fa{
  margin-right: 8px;
}
.tl-top-right .top-social-links{
  margin-top: 15px;
  margin-left: 28px;
}
.top-social-links{
  padding: 0;
  margin: 0;
}
.top-social-links li{
  display: inline-block;
  list-style: none;
  padding: 0 8px;
}
.top-social-links li:first-child{
  margin-left: 0;
}
.top-social-links li a{
  font-size: 15px;
  font-weight: 700;
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.top-social-links li:hover .fa{
  -webkit-animation: ZoomIn 0.5s forwards;
  -moz-animation: ZoomIn 0.5s forwards;
  -ms-animation: ZoomIn 0.5s forwards;
  animation: ZoomIn 0.5s forwards;
}
.tl-top-row_v2 .tp-info-box{
  margin: 5px 0;
}
.tl-top-row_v2 .tp-info-box .iconbox{
  font-family: 'Khula', sans-serif;
  width: auto;
  height: auto;
  line-height: 30px;
  margin-right: 10px;
  border: none;
}
.tl-top-row_v2 .tp-info-box .iconbox:before{
  display: none;
}
.tl-top-row_v2 .tp-info-box .text p{
  font-size: 14px;
  font-family: 'Khula', sans-serif;
  color: #fff;
}
.tl-top-row_v2 .tp-info-box .text,.tl-top-row_v2 .tp-info-box .text a{
  color: #fff;
}
/*-----------------Navigation Row CSS-----------------------*/
.tl-navigation-row {
  width: 100%;
  float: left;
  padding: 30px 0 35px;
  background-color: #fff;
  position: relative;
}
#tl-header_v2 .tl-navigation-row{
  border-radius: 5px;
  padding: 25px 0;
}
.tl-nav-holder{
  float: left;
  width: 100%;
}
.tl-nav-holder .tl-logo{
  float: left;
  margin: 0;
}
.tl-logo img{
  max-width: 100%;
  height: auto;
}
.tl-nav-holder .navbar{
  float: left;
  display: inline-block;
  margin: 0;
}
.tl-nav-holder .navbar-default {
  background: transparent;
  border: 0px;
  min-height: 0;
  border-radius: 0px;
  margin: 10px 0 0;
}
.tl-nav-holder .navbar-collapse {
  padding: 0px;
  margin: 0;
  float: left;
  width: 100%;
}
.navbar-nav li{
  position: relative;
  list-style: none;
  z-index: 11;
}
.tl-nav-holder .navbar-default .navbar-nav > li{
  padding: 0 18px;
}
.tl-nav-holder .navbar-default .navbar-nav li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 25px;
  color: #454545;
  text-transform: uppercase;
  position: relative;
}
.tl-nav-holder .navbar-default .navbar-nav > li{
  padding: 0 19px;
}
.tl-nav-holder .navbar-default .navbar-nav > li:before{
  font-family: 'icomoon';
  content: "\e910";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -5px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.tl-nav-holder .navbar-default .navbar-nav > li:hover:before{
  top: 8px;
  opacity: 1;
  visibility: visible;
}
.tl-nav-holder .navbar-default .navbar-nav > li > a{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 0;
  color: #454545;
}
.tl-nav-holder .dropdown-menu > li > a:hover,.tl-nav-holder .dropdown-menu > li > a:focus{
  background-color: transparent;
}
.navbar-nav li a .caret{
  display: none;
}
.tl-nav-holder .navbar-default .navbar-nav > li:hover > ul,.tl-nav-holder .navbar-default .navbar-nav > li:hover .dropdown-menu,.tl-nav-holder .navbar-default .navbar-nav > li:hover .tl-mega-menu{
  opacity: 1;
  visibility: visible;
  top: 150%;
}
.tl-nav-holder .navbar-nav li ul ,.tl-nav-holder .dropdown-menu ul {
  min-width: 210px;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
  background-color: #fff;
  display: block;
  opacity: 0;
  padding: 0;
  visibility: hidden;
/*  border-left: 3px solid;*/
  top: 200%;
  margin: 0;
  box-shadow: transparent;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.tl-nav-holder .navbar-nav li ul li{
  border-bottom: 1px solid #ccc;
}
.tl-nav-holder .navbar-nav li ul li:last-child{
  border-bottom: none;
}
.tl-nav-holder .navbar-nav li ul li a{
  color: #fff;
}
.tl-nav-holder .dropdown-menu ul{
  position: absolute;
  left: 110%;
  top: 120%;
  opacity: 0;
  visibility: hidden;
}
.tl-nav-holder .dropdown-menu li:hover ul{
  left: 100%;
  top: 110%;
  opacity: 1;
  visibility: visible;
}
.tl-nav-holder .navbar-nav li ul li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 0;
}
.tl-nav-holder .navbar-nav li ul li:hover:before{
  width: 100%;
}
.tl-nav-holder .navbar-nav li ul li:hover a{
  color: #fff;
}
.tl-nav-holder .tl-cart-holder{
  float: right;
}
.tl-cart-holder .inner-cart{
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid;
  border-radius: 100%;
  position: relative;
  text-align: center;
}
.inner-cart .icomoon{
  font-size: 20px;
}
.tl-cart-holder .inner-cart .number-selected{
  font-size: 8px;
  position: absolute;
  top: -5px;
  right: 0px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  display: inline-block;
  border-radius: 100%;
  background-color: #454545;
}
.tl-modal-holder{
  background-color: rgba(0,0,0,0.50);
  padding-top: 120px;
}
.tl-modal-holder .modal-content{
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.tl-modal-holder.in .modal-content{
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.tl-modal-holder .modal-dialog{
  width: 370px;
  background-color: #fff;
}
.tl-modal-holder .modal-content .modal-header{
  text-align: center;
}
.tl-modal-holder .modal-content .modal-header h4{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.tl-modal-holder .modal-content .close{
  color: #fff;
  opacity: 0.9;
}
.tl-modal-holder .modal-content{
  float: left;
  width: 100%;
}
.tl-modal-holder .modal-content .modal-body{
  padding: 30px 25px;
  float: left;
  width: 100%;
}
.tl-modal-tabs-outer .nav-tabs {
  text-align: center;
  margin-bottom: 20px;
  border: none;
}
.tl-modal-tabs-outer .nav-tabs > li{
  margin: 0 3px;
  border: none;
  border-bottom: 2px solid #fff;
  display: inline-block;
  float: none;
}
.tl-modal-tabs-outer .nav-tabs > li.active > a,.tl-modal-tabs-outer .nav-tabs > li.active > a:hover,.tl-modal-tabs-outer .nav-tabs > li.active > a:focus{
  border: none;
}
.tl-modal-tabs-outer .nav-tabs > li a{
  font-size: 15px;
  font-weight: 600;
  color: #2c2c2c;
  padding: 8px 3px;
}
.tl-tabs-inner .btn-login-fb{
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  float: left;
  display: block;
  padding: 13px 20px;
  border-radius: 5px;
  background-color: #3b5998;
  margin-bottom: 20px;
  text-align: center;
}
.tl-modal-tabs-outer .tl-tabs-inner .btn-option{
  display: block;
  font-size: 13px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}
.tl-modal-tabs-outer .tl-tabs-inner .btn-option:before,
.tl-modal-tabs-outer .tl-tabs-inner .btn-option:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 45%;
  border-bottom: 1px solid #e8e8e8;
}
.tl-modal-tabs-outer .tl-tabs-inner .btn-option:after{
  left: inherit;
  right: 0;
}
.tl-modal-form input[type="text"],.tl-modal-form input[type="phone"],.tl-modal-form input[type="email"],
.tl-modal-form input[type="password"],.tl-modal-form input[type="tel"]{
   font-size: 14px;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #a0a0a0;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  margin-bottom: 7px;
  background-color: transparent;
  padding: 0 15px;
}
.tl-modal-form button[type="submit"],.tl-modal-form .create-account{
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 12px 20px;
  min-width: 150px;
  border-radius: 5px;
  text-align: center;
  border: none;
  margin-right: 25px;
}
.tl-modal-form .password-lost{
  font-size: 13px;
  display: inline-block;
}
.tl-modal-form .create-account{
  display: block;
  float: left;
  width: 100%;
}
/*================================================================*/
/*Header Variation 2 Css*/
/*================================================================*/
#tl-header_v2{
  float: left;
  width: 100%;
  padding: 0 50px;
  position: absolute;
  top: 0;
  left: 0;
}
#tl-header_v2 .container-fluid{
  padding-left: 15px;
  padding-right: 15px;
}
#tl-header_v2 .tl-nav-holder .navbar-default .navbar-nav > li > a{
  text-transform: none;
}
.tl-top-row_v2 .tl-social-links_v3{
  float: right;
}
.tl-social-links.tl-social-links_v3 li{
  padding: 0 4px;
}
.tl-social-links_v3 li a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid;
  display: inline-block;
  border-radius: 100%;
}
.tl-social-links_v3 li a .icomoon{
  font-size: 14px;
}
.tl-social-links_v3 li p,#tl-plumbing-wrapper .tl-social-links_v3 li p{
  font-family: 'Architects Daughter', cursive;
  text-transform: uppercase;
  color: #fff;
}
.tl-nav-holder .tl-search-holder{
  float: left;
  margin: 20px 0 0 20px;
}
.tl-search-holder a .icomoon{
  color: #454545;
}
.tl-search-holder{
  position: relative;
}
.tl-search-holder .tl-search-inner{
  width: 250px;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  right: 0;
  top: 65px;
  opacity: 0;
  visibility: hidden;
}
.tl-search-holder:hover .tl-search-inner{
  opacity: 1;
  visibility: visible;
  top: 55px;
}
.tl-search-holder .tl-search-inner input{
  border: none;
  width: 82%;
  float: left;
  height: 44px;
  line-height: 44px;
  padding: 0 12px;
  font-size: 14px;
}
.tl-search-holder .tl-search-inner .btn-submit{
  float: right;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  color: #fff;
  border: none;
  background-color: #58c4a7;
}
.tl-cart-holder_v2{
  position: relative;
  z-index: 11;
}
.tl-cart-holder_v2:before{
  content: '';
  position: absolute;
  left: -10px;
  width: 90px;
  height: 100px;
  top: -25px;
  z-index: -1;
  border-radius: 0 5px 5px 0;
}
.tl-cart-holder_v2 .inner-cart{
  border: none;
  z-index: 99;
  top: 10px;
}
#tl-plumbing-wrapper .tl-cart-holder_v2 .inner-cart .icomoon{
  color: #fff;
}
.tl-cart-holder_v2 .inner-cart .number-selected{
  background-color: #fff;
}
/*================================================================*/
/*Banner Section Css*/
/*================================================================*/
.tl-banner-section{
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;
/*  height: 700px;*/
  background: url('../images/banner-bg-img1.jpg') top left no-repeat;
  background-size: cover;
  background-color: rgba(254,174,113,0.90);
  overflow: hidden;
}
.tl-banner-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgb(30, 168, 237);
}
.tl-banner-section::after {
  content: '';
  position: absolute;
  left: 0;
  top: -20px;
  width: 45%;
  height: 100%;
  z-index: -1;
  background-color: #2b2f88;
  -webkit-transform: rotate(20deg) scale(1.40) translateX(-90px);
  -moz-transform: rotate(20deg) scale(1.40) translateX(-90px);
  -ms-transform: rotate(20deg) scale(1.40) translateX(-90px);
  -o-transform: rotate(20deg) scale(1.40) translateX(-90px);
  transform: rotate(20deg) scale(1.40) translateX(-90px);
}
.tl-banner-section .container-fluid:before{

}
.tl-banner-section .container-fluid{
  padding: 110px 100px 100px;
}
#tl-banner-slider{
  float: left;
  width: 100%;
  position: relative;
}
#tl-banner-slider .owl-controls{
  margin: 0;
}
.tl-sider-item{
  float: left;
  width: 100%;
}
.tl-sider-item img{
  max-width: 100%;
}
.banner-text h2{
  font-size: 20px;
  line-height: 50px;
  margin:50px 0 25px;
  color: #fff;
}
.banner-text p{
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 30px;
  color: #929292;
}
.banner-text .tl-btn-style1:before{
  background: #525252;
}
.banner-text .tl-plan-listed{
  margin-bottom: 47px;
}
.banner-text .tl-plan-listed li{
  color: #fff;
}
.tl-banner-section .tl-banner-tabs-holder{
  padding-top: 90px;
}
.tl-banner-tabs-holder .nav-tabs{
  float: left;
  width: 100%;
  border: none;
  border-bottom: 5px solid #454545;
  margin: 0px 0 40px;
}
.tl-banner-tabs-holder .nav-tabs > li{
  border: none;
  padding: 0 20px;
  width: 24%;
  margin: 0 0 0 5px;
}
.tl-banner-tabs-holder .nav-tabs > li > a{
  font-size: 24px;
  border: none;
  padding: 0;
  color: #454545;
  text-align: center;
}
.tl-banner-tabs-holder .nav-tabs > li > a .fa{

}
.tl-banner-tabs-holder .nav-tabs > li > a .icomoon{
  display: block;
  margin-top: 20px;
  font-size: 80px;
  padding: 15px 3px 0;
  background-color: rgba(255,255,255,0);
}
.tl-banner-tabs-holder .nav-tabs > li.active a,.tl-banner-tabs-holder .nav-tabs > li.active a:hover,
.tl-banner-tabs-holder .nav-tabs > li a:focus,.tl-banner-tabs-holder .nav-tabs > li.active,.tl-banner-tabs-holder .nav-tabs > li.active a:focus{
  border: none;
  color: #454545;
  background-color: transparent;
}
.tl-banner-tabs-holder .nav-tabs > li.active a .fa-circle-o:before,.tl-banner-tabs-holder .nav-tabs > li.active a:hover .fa-circle-o:before,
.tl-banner-tabs-holder .nav-tabs > li a:focus .fa-circle-o:before{
  content: '\f058';
  color: #fff;
}
.tl-banner-tabs-holder .nav-tabs > li.active a .icomoon,.tl-banner-tabs-holder .nav-tabs > li.active a:hover .icomoon,
.tl-banner-tabs-holder .nav-tabs > li a:focus .icomoon{
  background-color: rgba(255,255,255,0.3);
}
.tl-banner-tabs-holder .nav-tabs > li a:hover,.tl-banner-tabs-holder .nav-tabs > li:hover a{
  background-color: transparent;
}
.tl-banner-tabs-holder .tab-content > .tab-pane{
  opacity: 0;
  visibility: hidden;
  display: block;
  overflow: hidden;
  height: 0;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
}
.tl-banner-tabs-holder .tab-content > .tab-pane.active{
  opacity: 1;
  visibility: visible;
  display: block;
  height: auto;
  overflow: visible;
  -webkit-transform: translateX(0px) scale(1);
  -moz-transform: translateX(0px) scale(1);
  -ms-transform: translateX(0px) scale(1);
  -o-transform: translateX(0px) scale(1);
  transform: translateX(0px) scale(1);
}
.tabs-text{
  float: left;
  width: 100%;
}
.tabs-text .left{
  float: left;
  width: 60%;
}
.tabs-text .left h3{
  font-size: 30px;
  float: left;
  color: #fff;
}
.tabs-text .left h3 span{
  font-weight: 400;
  font-size: 18px;
  display: block; 
  margin-top: 10px;
}
.tabs-text .left .tabs-price{
  font-size: 18px;
  float: right;
  color: #fff;
}
.tabs-text .tabs-price span{
  font-size: 24px;
  color: #fff;
  display: block;
}
.tabs-text .tl-btn-style1{
  float: right;
  background-color: #454545;
  color: #fff;
}
.tabs-text .tl-btn-style1:before{
  background-color: #525552;
}
/*================================================================*/
/*Banner Section Css*/
/*================================================================*/
.tl-banner-section_v2{
  float: left;
  width: 100%;
  background: url('../images/banner-img-01.jpg') top center no-repeat;
  background-size: cover;
  padding: 260px 0 70px;
}
.tl-banner-info{
  padding-top: 110px;
}
.tl-banner-info h2{
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  margin: 0 0 30px;
}
.tl-banner-info p{
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin: 0 0 55px;
}
.tl-quote-holder{
  float: left;
  width: 100%;
}
.tl-quote-holder h4{
  color: #fff;
  padding: 20px 37px 16px;
  margin: 0 0 -1px;
  display: inline-block;
  border-radius: 5px 5px 0 0;
}
.tl-quote-form{
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 30px 30px 10px;
  border-radius: 5px;
}
.tl-quote-form .inner-holder{
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.tl-quote-form .inner-holder label{
  font-size: 15px;
  color: #454545;
  display: block;
  text-align: left;
  margin: 0 0 13px;
}
.tl-quote-form input[type="text"],.tl-quote-form input[type="email"],
.tl-quote-form input[type="tel"],.tl-quote-form input[type="password"],.tl-quote-form select,.tl-quote-form textarea{
  float: left;
  width: 100%;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: none;
  background-color: #f0f0f0;
}
.tl-quote-form select option{
  padding: 8px 10px;
}
.tl-quote-form textarea{
  min-height: 80px;
}
.tl-quote-form .btn-submit{
  background-color: #1e3953;
  min-width: 210px;
  padding: 18px 30px;
  color: #fff;
  border: none;
}
.tl-quote-form .btn-submit:before{
  display: none;
}
/*================================================================*/
/*Inner Banner Css*/
/*================================================================*/
.tl-inner-banner{
  float: left;
  width: 100%;
  background: url('../images/CP11.jpg') left center  no-repeat  ;
  background-size: cover;
  padding: 38px 0 78px;

}
.tl-inner-banner1{
  float: left;
  width: 100%;
  background: url('../images/CP7.jpg') left center no-repeat;
  background-size: cover;
  padding: 38px 0 78px;

}
.tl-inner-banner2{
  float: left;
  width: 100%;
  background: url('../images/carrier3.jpg') left center no-repeat;
  background-size: cover;
  padding: 38px 0 78px;

}
.tl-inner-banner3{
  float: left;
  width: 100%;
  background: url('../images/cp5.jpg') left center no-repeat;
  background-size: cover;
  padding: 38px 0 78px;

}

.tl-inner-banner h3{
  font-size: 14px;
  float: left;
  font-weight: 700;
  margin: 0 0 5px;
}
.tl-inner-banner .tl-breadcrumb-listed{
  float: left;
}
.tl-breadcrumb-listed{
  padding: 0;
}
.tl-breadcrumb-listed li{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}
.tl-breadcrumb-listed li:first-child{
  padding-left: 0;
}
.tl-breadcrumb-listed li a{
  color: #fff;
}
.tl-breadcrumb-listed li:before{
  font-family: 'icomoon';
  content: '\e90b';
  font-size: 10px;
  margin-right: 10px;
}
.tl-breadcrumb-listed li:first-child:before{
  display: none;
}
/*=============================================================*/
/*Booking Section Css*/
/*=============================================================*/
.tl-booking-section{
  float: left;
  width: 100%;
}
.tl-booking-form-outer{
  float: left;
  width: 100%;
  margin-top: -60px;
  background-color:#ccc9c9;
  box-shadow: 0 0 4px rgba(0,0,0,0.10);
  padding: 48px 40px 20px;
  position: relative;
  z-index: 99;
}
.tl-booking-form-outer1{
  float: left;
  width: 100%;
  margin-top:-60px;
  background-color: #ccc9c9;
  box-shadow: 0 0 4px rgba(0,0,0,0.10);
  padding: 48px 40px 20px;
  position: relative;
  z-index: 99;
}
.tl-booking-form-outer h3{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  float: left;
}
.tl-booking-form-outer .top{
  margin-bottom: 27px;
}
.tl-booking-form-outer .tl-ribbon-holder{
  margin-right: -60px;
}
.tl-booking-form{
  clear: both;
  margin: 0 -15px;
}
.tl-ribbon-holder{
  font-size: 18px;
  float: right;
  padding: 15px 28px;
  margin-bottom: 27px;
  background-color: #454545;
  color: #ffffff;
  position: relative;
}
.tl-ribbon-holder:after{
  content: '';
  position: absolute;
  right: -20px;
  top: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid #292929;
}
.tl-ribbon-holder .icomoon{
  font-size: 24px;
  color: #afafaf;
  margin-right: 10px;
  float: left;
  margin-top: 2px;
}
.tl-booking-form .inner-holder{
  float: left;
  width: 20%;
  margin-bottom: 30px;
  padding: 0 15px;
}
.tl-booking-form .inner-holder input[type="text"],.tl-booking-form .inner-holder input[type="tel"],.tl-booking-form .inner-holder input[type="email"],
.tl-booking-form .inner-holder select{
  float: left;
  width: 100%;
  font-size: 15px;
  color: #939393;
  background-color: transparent;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  border: 2px solid #e4e4e4;
}
.tl-booking-form .inner-holder select option{
  padding: 10px;
}
.tl-booking-form .inner-holder label{
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
.tl-btn-booking{
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  border: none;
  padding: 14px 28px;
  color: #454545;
  text-align: left;
}
.tl-btn-booking .icomoon{
  float: right;
}
/*=============================================================*/
/*About Us Css*/
/*=============================================================*/
.tl-about-section{
  float: left;
  width: 100%;
}
.tl-about-section .tl-heading-outer{
  margin-bottom: 50px;
}
.tl-about-video-outer{
  float: left;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  position: relative;
}
.tl-about-video-outer .tl-caption{
  text-align: center;
  top: 40%;
}
.tl-about-video-outer .icomoon{
  font-size: 108px;
  color: #fff;
}
/*=============================================================*/
/*About Section 2 Css*/
/*=============================================================*/
.tl-about-section_v2{
  float: left;
  width: 100%;
}
.tl-about-section_v2 .tl-heading-outer h2{
  margin-bottom: 0;
}
.about-img-lrg{
  margin-top: -20px;
}
.tl-about-thumb img{
  max-width: 100%;
  height: auto;
}
.tl-about-text{
  float: left;
  width: 100%;
  padding-top: 80px;
}
.tl-about-text p{
  font-size: 18px;
  margin: 0 0 26px;
}
.tl-about-text .tl-plan-listed{
  padding-left: 20px;
  margin-bottom: 34px;
}
ul.tl-about-info-listed{
  float: left;
  width: 100%;
  padding: 28px 0 0;
  border-top: 2px solid #f1f1f1;
  text-align: center;
  margin: 0;
}
.tl-about-info-listed li{
  display: inline-flex;
  -webkit-display: inline-flex;
  display: -moz-inline-flex;
  width: 49%;
  padding-left: 60px;
}
.tl-about-info-listed .icomoon{
  display: inline-block;
  font-size: 18px;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  line-height: 50px;
  border: 2px solid;
  border-radius: 100%;
  text-align: center;
}
.tl-about-info-listed .text{
  font-size: 15px;
  overflow: hidden;
  color: #454545;
  text-align: left;
}
.tl-about-info-listed .text span{
  display: block;
  text-transform: uppercase;
}
/*=============================================================*/
/*Services Section Css*/
/*=============================================================*/
.tl-services-section{
  float: left;
  width: 100%;
}
.extraSpace{
  margin-top: -350px;
  padding-top: 430px;
  padding-bottom: 25px
}
.tl-services-item{
  float: left;
  width: 100%;
  margin-bottom: 70px;
  padding: 0 10px;
  text-align: center;
}
.tl-services-item .icomoon{
  font-size: 85px;
  display: inline-block;
  margin-bottom: 20px;
}
.tl-services-item h4{
  margin: 0 0 30px;
}
.th-bgColor .tl-services-item h4:hover,.th-bgColor .tl-services-item h4:hover a,.th-bgColor .tl-services-item h4 a:hover,
.th-bgColor .tl-services-item:hover h4{
  color: #454545;
}
.extraSpace .tl-services-item .icomoon{
  color: #fff;
}
.tl-services-item:hover .icomoon{
  -webkit-animation: toTopFromBottom 0.5s alternate;
     -moz-animation: toTopFromBottom 0.5s alternate;
      -ms-animation: toTopFromBottom 0.5s alternate;
       -o-animation: toTopFromBottom 0.5s alternate;
          animation: toTopFromBottom 0.5s alternate;
}
/*=============================================================*/
/*Services Section Variation 2 Css*/
/*=============================================================*/
.tl-services-section_v2{
  float: left;
  width: 100%;
  background-color: #fff4ec;
  padding-bottom: 15px;
}
.tl-services-section_v2 .tl-heading-outer_v3{
  padding-bottom: 55px;
  border-bottom: 2px solid #f8e5d8;
}
.tl-services-section_v2 .tl-services-item p{
  line-height: 30px;
}
/*=============================================================*/
/*Services Section Variation 3 Css*/
/*=============================================================*/
.tl-services-section_v3{
  float: left;
  width: 100%;
}
.tl-services-section.tl-services-section_v3{
  padding-bottom: 0;
}
.tl-services-listed{
  float: left;
  width: 100%;
  border-bottom: 2px solid #f6f6f6;
}
.tl-services-listed .row > [class*="col-"]{
  border-right: 2px solid #f6f6f6;
  margin-bottom: 70px;
}
.tl-services-listed .row > [class*="col-"]:last-child{
  border-right: none;
}
.tl-services-listed .row > [class*="col-"] .tl-services-item{
  margin-bottom: 0;
}
.tl-services-listed .tl-services-item .icomoon{
  margin-bottom: 30px;
}
/*==============================================================*/
/*Additional Section Css*/
/*==============================================================*/
.tl-additional-section{
  float: left;
  width: 100%;
  background-color: #f5f5f5;
}
.tl-additional-section .tl-heading-outer{
  margin-bottom: 75px;
}
.tl-additional-section .tl-services-item{
  padding: 40px 35px 45px;
  background-color: #fff;
}
.tl-additional-section .tl-services-item h4{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}
.tl-additional-section .tl-services-item p{
  font-weight: 500;
}
.tl-additional-section .tl-services-item .icomoon{
  font-size: 60px;
  margin-bottom: 35px;
}
/*==============================================================*/
/*Customer Section Css*/
/*==============================================================*/
.tl-advantages-item{
  float: left;
  width: 100%;
}
.tl-advantages-item h4{
  padding: 26px 30px 18px;
  line-height: 24px;
  color: #fff;
  background-color: #1e3953;
  border-radius: 5px 5px 0 0;
}
.tl-advantages-listed{
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tl-advantages-listed li{
  font-size: 18px;
  line-height: 18px;
  color: #1e3953;
  padding: 20px 28px;
  margin-top: 5px;
  background-color: #f2f2f2;
}
.tl-advantages-listed li:before{
  font-family: 'icomoon';
  font-size: 14px;
  content: '\e91c';
  margin-right: 10px;
}
.tl-customer-item{
  float: left;
  width: 100%;
}
.tl-customer-item .tl-thumb{
  margin-bottom: 40px;
}
.tl-customer-item h4{
  margin: 0;
}
.tl-customer-item .title{
  font-size: 50px;
  font-weight: 600;
  color: #1e3953;
  display: block;
  margin: 0px;
}
.tl-customer-item .title a{
  color: #1e3953;
}
.tl-customer-item p{
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
/*==============================================================*/
/*Price Section Css*/
/*==============================================================*/
.tl-price-section{
  float: left;
  width: 100%;
}
.tl-price-table{
  float: left;
  width: 100%;
}
.tl-price-table tr th{
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  background-color: #454545;
}
.tl-price-table tr td{
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #454545;
}
.tl-price-table tr th,.tl-price-table tr td{
  padding: 16px 35px;
}
.tl-price-table tr{
  border: none;
  border-bottom: 1px solid #eaeaea;
}
.tl-price-table tr:last-child{
  border-bottom: none;
}
.tl-price-table tr:last-child td{
  padding-bottom: 0;
}
.tl-price-table td .price{
  font-weight: 500;
  float: left;
  margin-top: 7px;
}
.tl-price-table td .btn-order{
  float: right;
}
.btn-order{
  font-size: 14px;
  line-height: 14px;
  padding: 10px 15px;
  color: #454545;
  display: inline-block;
}
.btn-order .icomoon{
  float: right;
  margin-left: 12px;
}
/*==============================================================*/
/*Price Action Section Css*/
/*==============================================================*/
.tl-price-action-section{
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;
}
.tl-price-action-section:before{
  content: '';
  height: 60%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  background-color: #f2f2f2;
}
.tl-price-action-section .tl-heading-outer_v3{
  margin-bottom: 100px;
}
.tl-price-action-section .tl-heading-outer_v3 h2{
  color: #1e3953;
  margin: 0 0 20px;
  padding: 0;
}
.tl-price-action-section .tl-heading-outer_v3 h2:before{
  display: none;
}
.tl-price-action-section .tl-heading-outer_v3 p{
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.tl-prices-item{
  float: left;
  width: 100%;
  background-color: #1e3953;
  border-radius: 5px;
  padding-bottom: 45px;
  text-align: center;
}
.tl-prices-item:hover{
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.tl-prices-item .icomoon{
  font-size: 44px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  display: inline-block;
  margin: -40px 0 45px;
  border-radius: 5px;
}
.tl-prices-item .icomoon.icon-house{
  font-size: 60px;
}
.tl-prices-item h3{
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px;
}
.tl-prices-item .choose{
  font-size: 18px;
  display: block;
  padding: 15px 20px;
  background-color: #24415c;
  color: #fff;
}
.tl-prices-listed{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tl-prices-listed li{
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-top: 38px;
  cursor: pointer;
}
.tl-prices-listed li .fa{
  font-size: 6px;
  margin-right: 10px;
}
.btn-holder .tl-btn-style3{
  min-width: 165px;
}
/*==============================================================*/
/*Repairs Section Css*/
/*==============================================================*/
.tl-repairs-section{
  float: left;
  width: 100%;
}
.tl-repairs-listed{
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tl-repair-item{
  float: left;
  width: 100%;
  margin-bottom: 100px;
}
.tl-repair-info{
  float: left;
  width: 100%;
}
.tl-repair-info h3{
  font-size: 35px;
  font-weight: 600;
  color: #1e3953;
  margin: 0 0 30px;
}
.tl-repair-listed{
  float: left;
  width: 100%;
}
.tl-repair-listed li{
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  margin-bottom: 22px;
}
.tl-repair-listed li:last-child{
  margin-bottom: 0;
}
.tl-repair-listed li:before{
  font-family: 'icomoon';
  font-size: 14px;
  content: '\e91c';
  margin-right: 10px;
  display: inline-block;
  height: 30px;
}
/*==============================================================*/
/*Section Css*/
/*==============================================================*/
.tl-section{
  float: left;
  width: 100%;
}
.tl-section.pd-tb-100{
  padding-bottom: 60px;
}
.tl-pricing-outer,.tl-faq-outer,.tl-blog-outer{
  float: left;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f5f5f5;
}
.tl-pricing-outer .tl-text-holder,.tl-faq-outer .tl-text-holder,.tl-blog-outer .tl-text-holder{
  padding: 50px 30px 20px 60px;
}
.tl-text-holder{
  float: left;
  width: 100%;
}
.tl-text-holder h4{
  margin: 0 0 27px;
}
.tl-faq-outer .tl-text-holder h4{
  font-weight: 500;
}
.tl-text-holder .tl-plan-listed{
  padding-left: 20px;
  margin-bottom: 30px;
}
.tl-plan-listed{
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tl-plan-listed li{
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 13px;
  position: relative;
}
.tl-plan-listed li:last-child{
  margin-bottom: 0;
}
.tl-plan-listed li::before {
  font-family:'FontAwesome';
  content:"\f105";
  font-size: 12px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  margin-right: 16px;
  color: #222;
  display: inline-block;
}
/*==============================================================*/
/*Faq Section Css*/
/*==============================================================*/
.tl-faq-section{
  float: left;
  width: 100%;
  padding-bottom: 60px;
}
.tl-accordian-item{
  float: left;
  width: 100%;
  margin: 0 0 30px
}
.tl-accordian-item h3{
  font-weight: 300;
  margin: 0 0 26px;
}
.tl-accordian-item .panel-default{
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.tl-accordian-item .panel-heading {
  border: none;
  line-height: 50px;
  padding: 0;
  border-radius: 0;
  border: 2px solid #e4e4e4;
  background-color: #fff;
}
.tl-accordian-item .panel-default > .panel-heading{
    border: 2px solid #e4e4e4;
    background-color: transparent;
}
.tl-accordian-item .panel-heading .panel-title > a{
  font-size: 16px;
  font-weight: 500;
  color: #454545;
  padding-left: 20px;
  display: block;
  position: relative;
}
.tl-accordian-item .panel-heading .panel-title > a:focus{
  outline: none;
  text-decoration: none;
}
.tl-accordian-item .panel-heading .panel-title > a:after{
  content:"\e92a";
  font-family: 'icomoon';
  font-size: 12px;
  color: #fff;
  float: right;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 46px;
  height: 52px;
  text-align: center;
  background-color: #454545;
}
.tl-accordian-item .panel-heading .panel-title > a:before{
  height: 52px;
  width: 12px;
  top: -1px;
  right: 39px;
  position: absolute;
  content: '';
  background-color: #454545;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
}
.tl-accordian-item .panel-body{
  padding: 20px 22px;
  line-height: 22px;
  background-color: transparent;
  border: 2px solid #e4e4e4;
}
.tl-accordian-item .panel-body .tl-text{
  overflow: hidden;
}
.tl-accordian-item .panel-body .tl-text h4{
  margin: 0 0 10px;
}
.tl-accordian-item .panel-body .tl-text p{
  margin: 0;
  font-size: 16px;
  color: #939393;
}
.tl-accordian-item .panel-default > .panel-heading + .panel-collapse > .panel-body{
  border-top: none;
  margin: 0 0 5px;
}
.tl-accordian-item .panel-heading .panel-title > a.collapsed:after{
  content:"\e92b";
}
/*==============================================================*/
/*Tabs Holder Css*/
/*==============================================================*/
.tl-right-listed .nav-tabs{
  float: right;
  border: none;
  margin: 4px 0 0 10px;
}
.tl-right-listed .nav-tabs > li{
  border: none;
  margin: 0 0 0 5px;
}
.tl-right-listed .nav-tabs > li > a{
  font-size: 16px;
  border: none;
  padding: 3px 5px;
  color: #999999;
}
.tl-right-listed .nav-tabs > li.active a,.tl-right-listed .nav-tabs > li.active a:hover,
.tl-right-listed .nav-tabs > li a:focus,.tl-right-listed .nav-tabs > li.active,.tl-right-listed .nav-tabs > li.active a:focus{
  border: none;
  color: #a4a4a4;
  background-color: transparent;
}
/*================================================================*/
/*Parallax Section Css*/
/*================================================================*/
.tl-parallax-section{
  float: left;
  width: 100%;
  padding: 120px 0 0;
  background: url(../images/parallax-bg-img-01.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 11;
}
.tl-parallax-section:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(28,51,86,0.90);
}
/*================================================================*/
/*Blog Section Css*/
/*================================================================*/
.tl-blog-section{
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.tl-blog-section .tl-heading-outer{
  margin-bottom: 20px;
}
.tl-blog-box{
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-color: transparent;
}
.tl-blog-box:after{
  display: none;
}
.tl-blog-box .tl-thumb{
  margin-bottom: 30px;
}
.tl-thumb:hover img{
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.tl-blog-box .tl-text-holder{
  float: left;
  width: 100%;
  padding: 0;
  background: transparent;
}
.tl-blog-box .tl-text-holder h2{
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
  margin: 0 0 30px;
}
.tl-blog-box .tl-text-holder p{
  color: #939393;
  margin: 0 0 35px;
}
.tl-blog-box .tl-text-holder p::selection{
  color: #454545;
}
.tl-blog-outer.tl-blog-box .bottom-text {
  margin-bottom: 20px;
}
.tl-blog-outer.tl-blog-box .bottom-text .tl-sm-thumb{
  float: left;
  margin-right: 20px;
}
.tl-blog-outer.tl-blog-box .bottom-text .listed{
  float: left;
}
.tl-testimonial-info{
  float: left;
  width: 100%;
  margin: 0 0 42px;
  padding: 0 50px 0 75px;
  position: relative;
}
.tl-testimonial-info:before{
  content: '';
  position: absolute;
  left: 45px;
  top: 0;
  width: 4px;
  height: 80px;
  border-radius: 2px;
}
.tl-testimonial-info h3{
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 12px;
}
.tl-testimonial-info span{
  font-size: 16px;
  color: #939393;
  display: block;
}
.tl-list-info{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.tl-list-info h4{
  font-size: 24px;
  color: #454545;
  margin: 0 0 26px;
}
.tl-list-info ul{
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tl-list-info ul li{
  font-size: 16px;
  color: #939393;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 13px;
}
.tl-list-info ul li:last-child{
  margin-bottom: 0;
}
.tl-list-info ul li:before{
  content: '';
  position: absolute;
  left: 10px;
  top: 7px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #939393;
}
.tl-list-info_v2{
  margin-bottom: 45px;
}
.tl-list-info_v2 ul li{
  padding-left: 0;
}
.tl-list-info_v2 ul li:before{
  display: none;
}
.tl-blog-box .tl-text-holder .tl-meta-listed{
  margin-bottom: 18px;
}
.tl-blog-box .tl-text-holder .tl-readmore{
  margin-bottom: 15px;
}
.tl-readmore{
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
.tl-blog-box .tl-text-holder p{
  color: #656565;
  margin-bottom: 20px;
}
.tl-blog-item{
  float: left;
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #eaeaea;
}
.tl-blog-item .tl-text-holder h3{
  font-size: 24px;
  font-weight: 600;
}
#tl-blog-slider,#tl-blog-slider_v2{
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;
}
.tl-blog-outer .tl-text-holder{
  position: relative;
  padding-bottom: 10px;
  z-index: 11;
}
.tl-blog-outer .tl-text-holder h4{
  margin: 0 0 15px;
}
.tl-blog-outer .tl-text-holder .work{
  display: block;
  font-size: 16px;f
  font-weight: 500;
  color: #939393;
  margin-bottom: 13px;
}
.tl-blog-outer .tl-text-holder p{
  color: #939393;
  line-height: 30px;
  margin-bottom: 30px;
}
.tl-blog-outer .tl-text-holder .tl-btn-style1{
  float: left;
}
.tl-blog-outer:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 110px;
  width: 100%;
  background-color: #eaeaea;
  z-index: 1;
}
.tl-blog-outer .tl-text-holder .bottom-text{
  float: left;
  width: 100%;
}
.tl-blog-outer .bottom-text .tl-sm-thumb{
  float: right;
  margin-bottom: 0;
}
.tl-blog-outer .bottom-text .listed{
  float: right;
  margin-top: 25px;
}
.bottom-text .listed li{
  font-size: 16px;
  color: #939393;
  padding-right: 26px;
  display: inline-block;
}
.bottom-text .listed li .icomoon{
  color: #939393;
  margin-right: 5px;
}

#tl-blog-slider .owl-controls{
  margin: 0;
  position: absolute;
  z-index: 11;
  float: left;
  width: 100%;
  padding: 25px 20px;
  bottom: 0;
  left: 0;
}
#tl-blog-slider .owl-dots .owl-dot span{
  margin: 0 4px;
  font-size: 12px;
}
#tl-blog-slider .owl-controls .owl-nav [class*=owl-]{
  background-color: transparent;
  padding: 0;
}
#tl-blog-slider .owl-controls .owl-nav .owl-prev{
  float: left;
}
#tl-blog-slider .owl-controls .owl-nav .owl-next{
  float: right;
}
#tl-blog-slider .owl-controls .owl-nav .owl-prev:before{
  font-family: 'FontAwesome', 'Montserrat';
  font-size: 16px;
  line-height: 30px;
  content: '\f177  Prev';
  color: #fff;
}
#tl-blog-slider .owl-controls .owl-nav .owl-next:before{
  font-family: 'FontAwesome', 'Montserrat';
  font-size: 16px;
  content: 'Next  \f178';
  color: #fff;
}
#tl-blog-slider_v2 .owl-controls{
  margin: 0;
  position: absolute;
  z-index: 11;
  float: left;
  width: 100%;
  padding: 25px 20px;
  bottom: 0;
  left: 0;
}
#tl-blog-slider_v2 .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  margin: 0 4px;
  background-color: transparent;
}
/*=============================================================*/
/*Blog Detail Section Css*/
/*=============================================================*/
.tl-blog-detail-info{
  float: left;
  width: 100%;
  border: none;
}
.tl-blog-detail-info .tl-top-holder{
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.tl-blog-detail-info .tl-thumb{
  margin-bottom: 30px;
}
.tl-blog-detail-info .tl-text-holder{
  padding: 0;
}
.tl-blog-detail-info .tl-text-holder > p{
  margin-bottom: 18px;
}
.tl-blog-detail-info .tl-text-holder h4{
  font-size: 20px;
  margin: 0 0 25px;
}
ul.tl-blog-listed{
  float: left;
  width: 100%;
  padding-left: 35px;
  margin-bottom: 25px;
}
ul.tl-blog-listed li{
  font-size: 15px;
  font-weight: 400;
  color: #2c2c2c;
  margin-bottom: 7px;
  list-style: decimal;
}
.tl-blog-listed li:last-child{
  margin-bottom: 0;
}
.tl-bottom-holder{
  float: left;
  width: 100%;
  margin-bottom: 45px;
}
.tl-tags-listed span{
  font-size: 14px;
  margin-right: 14px;
  color: #2c2c2c;
}
.tl-tags-listed a{
  font-size: 12px;
  color: #a5a5a5;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #eaeaea;
  margin-right: 8px;
}
.tl-share-holder{
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 18px;
  border-bottom: 2px solid #f5f5f5;
}
.tl-share-holder h5{
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
  float: left;
}
.tl-share-holder .share-images{
  float: right;
}
.share-images li{
  display: inline-block;
  list-style: none;
}
.tl-share-holder .tl-social-links{
  display: inline-block;
}
.tl-share-holder .tl-social-links li{
  margin: 0 4px;
}
.tl-share-holder .tl-social-links li a{
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 100%;
  border: none;
  color: #fff;
}
.tl-social-links li .icomoon{
  display: inline-block;
}
.tl-share-holder .tl-social-links li a:before{
  border-radius: 100%;
}
.tl-fb-icon a{
  background-color: #3b5998;
}
.tl-tw-icon a{
  background-color: #55acee;
}
.tl-gp-icon a{
  background-color: #dd4b39;
}
.tl-author-holder{
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 65px;
}
.tl-author-holder .tl-thumb:hover img{
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.tl-author-info{
  float: left;
  width: 100%;
}
.tl-author-info h3{
  font-size: 20px;
  margin: 0 0 17px;
}
.tl-author-holder .tl-author-info p{
  margin-bottom: 8px;
  color: #939393;
}
.tl-social-links_v2 li{
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
}
.tl-social-links_v2 li a{
  color: #a5a5a5;
}
.tl-comments-holder{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.tl-comments-holder h3{
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 12px;
  border-bottom: 3px dotted;
  margin: 0 0 27px;
}
.tl-comments-listed{
  float: left;
  width: 100%;
}
.tl-comments-listed > li ul{
  padding-left: 65px;
}
.tl-comments-listed > li{
  float: left;
  width: 100%;
}
.tl-comments-listed > li ul{
  padding-left: 100px;
}
.tl-comments-listed > li:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tl-comments-info{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.tl-comments-info .tl-iconbox{
  float: left;
  font-size: 26px;
  width: 67px;
  height: 67px;
  line-height: 67px;
  background-color: #f0f0f0;
  border-radius: 100%;
  margin-right: 27px;
  color: #d8d8d8;
  text-align: center;
}
.tl-comments-info .text-holder{
  overflow: hidden;
}
.tl-comments-info .text-holder .top{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.tl-comments-info .text-holder .top h5{
  float: left;
}
.tl-comments-info .text-holder .top .reply{
  float: right;
}
.tl-comments-info .text-holder h5{
  font-size: 16px;
  font-weight: 700;
}
.tl-comments-info .reply{
  font-size: 16px;
  font-weight: 600;
  color: #454545;
}
.tl-comments-info .reply .icomoon{
  display: inline-block;
  margin-right: 5px;
}
.tl-video-box{
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;
}
.tl-video-box .tl-caption{
  float: left;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.70);
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 145px;
}
.tl-video-box .tl-caption .icomoon{
  font-size: 110px;
  color: #fff;
  display: inline-block;
}
.tl-video-box .tl-caption:hover .icomoon{
  -webkit-animation: toTopFromBottom 0.5s ease-in-out;
     -moz-animation: toTopFromBottom 0.5s ease-in-out;
      -ms-animation: toTopFromBottom 0.5s ease-in-out;
       -o-animation: toTopFromBottom 0.5s ease-in-out;
          animation: toTopFromBottom 0.5s ease-in-out;
}
.tl-blog-outer_v2 .tl-text-holder{
  padding-left: 90px;
  padding-right: 90px;
}
/*================================================================*/
/*Pagination Section Css*/
/*================================================================*/
.tl-pagination-row{
  float: left;
  width: 100%;
  padding: 23px 30px;
  background: #f5f5f5;
  text-align: center;
}
.tl-pagination-row .pagination{
  border: none;
}
.tl-pagination-row .pagination li{
  display: inline-block;
}
.tl-pagination-row .pagination li a{
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #454545;
  border: none;
  border-radius: 0;
  background-color: transparent;
  display: inline-block;
  padding: 8px 13px;
}
.tl-pagination-row .pagination li .fa{
  margin: 0 2px;
}
.tl-pagination-row .pagination li:first-child{
  margin-right: 40px;
}
.tl-pagination-row .pagination li:last-child{
  margin-left: 40px;
}
/*================================================================*/
/*Services Section Css*/
/*================================================================*/
.tl-services-section{
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.tl-service-item{
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.tl-service-item .icon-box{
  font-size: 30px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  color: #fff;
  border-radius: 100%;
  z-index: 11;
}
.tl-service-item .icon-box:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-radius: 100%;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.tl-service-item h4{
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 17px;
}
.tl-service-item p{
  font-size: 14px;
  line-height: 24px;
  color: #656565;
  margin: 0;
}
.tl-service-item:hover .icon-box:before{
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*================================================================*/
/*Call To Action Section Css*/
/*================================================================*/
.tl-call-to-action-section{
  float: left;
  width: 100%;
  padding-top: 80px;
  background-color: #fff4ec;
}
.tl-call-to-action-text{
  width: 700px;
  margin: 0 auto 50px;
  text-align: center;
}
.tl-call-to-action-text h3{
  margin: 0 0 26px;
}
.tl-call-to-action-text p{
  font-size: 18px;
}
.tl-call-action-listed{
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tl-call-action-listed li{
  font-size: 18px;
  float: left;
  width: 50%;
  list-style: none;
  text-align: center;
  background-color: #454545;
  padding: 20px 20px;
  color: #fff;
}
.tl-call-action-listed .btn-call a{
  color: #454545;
}
.tl-call-action-listed li a{
  color: #fff;
}
.tl-call-action-listed li .icomoon{
  margin-left: 35px;
  display: inline-block;
}
/*================================================================*/
/*Call To Action Section Variation 2 Css*/
/*================================================================*/
.tl-call-to-action-section_v2{
  float: left;
  width: 100%;
  background-color: #f5f5f5;
}
.tl-call-to-action-section_v2 .tl-heading-outer p{
  margin-bottom: 48px;
}
.tl-call-to-action-section_v3{
  padding: 0;
}
.tl-call-action-listed_v2 li{
  padding-top: 30px;
  padding-bottom: 26px;
}
.tl-call-action-listed_v2 .btn-call{
  width: 70%;
}
.tl-call-action-listed_v2 .btn-call a{
  color: #fff;
  text-decoration: underline #5ac4a7;
}
#tl-plumbing-wrapper .tl-call-action-listed_v2 li.btn-call{
  background-color: #1e3953;
}
.tl-call-action-listed_v2 .btn-appointment{
  width: 30%;
  text-align: left;
  text-transform: uppercase;
  color: #1e3953;
}
.tl-call-action-listed_v2 .btn-appointment a{
  color: #1e3953;
}
/*================================================================*/
/*Testimonial Section Css*/
/*================================================================*/
.tl-testimonial-section{
  float: left;
  width: 100%;
  background-color: #fff;
}
.tl-testimonial-inner{
  float: left;
  width: 100%;
  margin-bottom: -100px;
}
.tl-testimonial-inner .tl--test-thumb{
  float: right;
  width: 40%;
}
#tl-testimonial-slider{
  float: left;
  width: 60%;
  background-color: #f5f5f5;
  text-align: center;
  padding: 100px 70px 78px;
  position: relative;
}
#tl-testimonial-slider:before{
  content: '“';
  font-size: 600px;
  line-height: 460px;
  color: #ededed;
  position: absolute;
  top: 0;
  left: 30px;
}
#tl-testimonial-slider:after{
  content: '';
  position: absolute;
  right: 35%;
  bottom: -50px;
  width: 0;
  height: 0;
  border-right: 75px solid #f5f5f5;
  border-left: 75px solid transparent;
  border-bottom: 50px solid transparent;
}
.tl-sm-thumb{
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  border-radius: 100%;
  display: inline-block;
}
.tl-sm-thumb img{
  border-radius: 100%;
}
#tl-testimonial-slider p{
  font-size: 18px;
  color: #454545;
  margin-bottom: 27px;
}
#tl-testimonial-slider h3{
  font-weight: 500;
  margin-bottom: 30px;
}
#tl-testimonial-slider .item span{
  font-size: 16px;
  color: #454545;
  display: block;
}
#tl-testimonial-slider .item span a{
  color: #454545;
  text-decoration: underline;
}
#tl-testimonial-slider .owl-controls{
  margin: 0;
}
#tl-testimonial-slider .owl-dots .owl-dot span{
  margin: 0 4px;
  font-size: 12px;
}
/*============================================================*/
/*Pagination Row Css*/
/*============================================================*/
.tl-pagination-row{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.tl-pagination-listed{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.tl-pagination-listed li{
  display: inline-block;
  margin: 0 3px;
}
.tl-pagination-listed li a{
  font-size: 14px;
  color: #2c2c2c;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
}
.tl-pagination-listed li a:hover,.tl-pagination-listed li.active a{
  color: #fff;
}
/*============================================================*/
/*Social Section Css*/
/*============================================================*/
.tl-social-section{
  float: left;
  width: 100%;
  padding-top: 195px;
  background-color: #454545;
}
.tl-social-innner{
  float: left;
  width: 100%;
  padding: 0 130px;
  text-align: center;
}
.tl-social-innner h2{
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  margin: 0 0 28px;
  color: #fff;
}
.tl-social-innner p{
  font-size: 18px;
  color: #929292;
  margin: 0 0 45px;
}
.tl-social-innner p a{
  color: #fff;
}
.tl-social-innner .tl-social-links li{
  margin: 0;
  padding: 0 20px;
}
.tl-social-innner .tl-social-links li a{
  font-size: 40px;
  border: none;
  padding: 0;
}
.tl-social-innner .tl-social-links li a:before{
  display: none;
}
.tl-wrapper .tl-social-innner .tl-social-links li a:hover,.tl-wrapper .tl-social-innner .tl-social-links li a:hover .icomoon,.tl-wrapper .tl-social-innner .tl-social-links li:hover a,
.tl-wrapper .tl-social-innner .tl-social-links li:hover a .icomoon{
  color: #fff;
}
/*============================================================*/
/*Partners Section Css*/
/*============================================================*/
.tl-partners-section{
  float: left;
  width: 100%;
  background-color: #fff;
}
#tl-partners-listed{
  float: left;
  width: 100%;
  padding: 64px 0;
  border-bottom: 2px solid #f5f5f5;
  margin: 0;
}
#tl-partners-listed .item{
  text-align: center;
}
#tl-partners-listed .item img{
  max-width: 100%;
  width: auto;
  opacity: 0.2;
  display: inline-flex;
}
#tl-partners-listed .item:hover img{
  opacity: 0.8;
}
/*============================================================*/
/*Exclusive Section Css*/
/*============================================================*/
.tl-exclusive-section{
  float: left;
  width: 100%;
  background: url('../images/price-bg-img.png') top center no-repeat;
  background-size: cover;
}
.tl-exclusive-section .row{
  margin-left: 0;
  margin-right: 0;
}
.tl-exclusive-section .row [class*="col-"]{
  padding-left: 0;
  padding-right: 0;
}
.tl-featured-holder{
  clear: both;
  background-color: #fff;
}
.tl-price-thumb{
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tl-price-thumb img{
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: all 0.6s ease-in-out;
}
.tl-price-thumb:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tl-price-thumb .tl-caption{
  float: left;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.tl-price-thumb .btn-price{
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}
.tl-price-info{
  float: left;
  width: 100%;
  padding: 45px 40px 30px;
  background-color: #fff;
}
.tl-price-info h3{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.tl-price-info span{
  font-size: 14px;
  color: #a8b1b7;
  display: block;
  margin-bottom: 15px;
}
.tl-price-info .tl-meta-listed{
  margin-bottom: 25px;
}
.tl-price-info p{
  color: #656565;
  margin-bottom: 20px;
}
.tl-price-info h5{
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 17px;
}
ul.tl-featured-listed{
  float: left;
  width: 100%;
  padding: 0 0 0 14px;
}
ul.tl-featured-listed li{
  font-size: 13px;
  font-weight: 600;
  color: #656565;
  width: 33.33%;
  float: left;
  margin-bottom: 13px;
  list-style: outside;
}
/*============================================================*/
/*Team Section Css*/
/*============================================================*/
.tl-team-section{
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.tl-team-section .tl-heading-outer{
  margin-bottom: 30px;
}
.tl-team-item{
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 50px;
  position: relative;
  z-index: 11;
}
.tl-team-item:before{
  content: '';
  position: absolute;
  height: 100%;
  width: 90%;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.tl-team-item > img{
  position: relative;
  z-index: 11;
}
.tl-team-item .tl-caption{
  top: inherit;
  bottom: 20px;
  z-index: 11;
  height: 105px;
  overflow: hidden;
  padding: 32px 20px;
  text-align: center;
  background-color: rgba(0,0,0,0.80);
}
.tl-team-item:hover .tl-caption{
  height: 150px;
}
.tl-team-item .tl-caption h3{
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 8px;
}
.tl-team-item .tl-caption h3 a{
  color: #fff;
}
.tl-team-item .tl-caption .desination{
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-bottom: 22px;
}
.tl-team-item .tl-caption .tl-social-links{
    -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
}
.tl-team-item:hover .tl-caption .tl-social-links{
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.tl-team-item .tl-caption .tl-social-links li a{
  color: #fff;
}
.tl-team-item .tl-text-holder{
  float: left;
  width: 100%;
  padding: 17px 20px;
}
.tl-team-item .tl-text-holder h3{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.tl-text-holder .desination{
  font-size: 12px;
  color: #a5a5a5;
  display: block;
  margin-bottom: 12px;
}
.tl-text-holder .phone{
  font-size: 15px;
  font-weight: 600;
}
.tl-text-holder .ft-listed{
  margin-bottom: 20px;
}
.tl-text-holder .ft-listed li{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.tl-text-holder .phone .fa{
  margin-right: 8px;
}
.tl-team-services-info{
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 60px 30px 40px;
  position: relative;
  border-left: 1px solid #eaeaea;
}
.tl-team-services-info strong{
  font-size: 13px;
  font-weight: 700;
  display: block;
  margin-bottom: 13px;
  color: #0b2b5a;
}
.tl-team-services-info p{
  font-size: 15px;
  color: #2c2c2c;
  line-height: 26px;
  margin: 0;
}
.tl-team-services-info .btn-more {
    background-color: #f7f7f7;
    color: #a5a5a5;
    font-size: 18px;
    height: 110%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    z-index: 99;
}
.tl-team-services-info .btn-more .fa {
    position: absolute;
    top: 49%;
}
.tl-team-list-item{
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.tl-team-list-item .tl-text-holder p{
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0px;
}
/*============================================================*/
/*Team Detail Css*/
/*============================================================*/
.tl-listing-outer{
  float: left;
  width: 100%;
}
.tl-team-info-holder{
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.tl-team-info-holder p{
  margin-bottom: 25px;
}
.tl-social-links li{
  padding: 0 7px;
  display: inline-block;
}
.tl-social-links li a{
  font-size: 16px;
  color: #454545;
  text-align: center;
  position: relative;
  z-index: 11;
}
.tl-social-links li a:hover .icomoon,.tl-social-links li a:hover .fa{
  -webkit-animation: toRightFromLeft 0.4s ease-in-out;
     -moz-animation: toRightFromLeft 0.4s ease-in-out;
      -ms-animation: toRightFromLeft 0.4s ease-in-out;
       -o-animation: toRightFromLeft 0.4s ease-in-out;
          animation: toRightFromLeft 0.4s ease-in-out;
}
/*=============================================================*/
/*Features Section Css*/
/*=============================================================*/
.tl-features-section{
  float: left;
  width: 100%;
  background-color: #f5f5f5;
}
.tl-plan-listed_v2{
  padding: 0;
  margin: 0 -15px;
}
.tl-plan-listed_v2 li{
  width: 33.33%;
  float: left;
  padding: 0 15px;
  margin-bottom: 13px;
}

/*=============================================================*/
/*Advantages Section Css*/
/*=============================================================*/
.tl-advantages-section{
  float: left;
  width: 100%;
  padding: 80px 0;
  background-color: #454545;
  text-align: center;
}
.tl-advantages-section h3{
  color: #fff;
  font-weight: 400;
  margin: 0 0 25px;
}
.tl-wrapper .tl-clients-listed{
  margin: 0 auto;
}
.tl-clients-listed{
  padding: 0;
  margin: 0 auto;
  clear: both;
  display: inline-block;
  width: 700px;
}
.tl-clients-listed li{
  display: inline-block;
  padding: 0 35px;
  border-right: 1px solid #545454;
}
.tl-clients-listed li:first-child{
  padding-left: 0;
  text-align: right;
}
.tl-clients-listed li:last-child{
  border-right: none;
  text-align: left;
}
.tl-clients-listed li strong{
  font-size: 50px;
  line-height: 4p4x;
  color: #fff;
  margin: 0;
  display: block;
}
.tl-clients-listed li span{
  font-size: 24px;
  display: block;
}
/*=============================================================*/
/*Product Section Css*/
/*=============================================================*/
.tl-product-section{
  float: left;
  width: 100%;
  padding-bottom: 60px;
}
.tl-product-section_v2{
  padding-bottom: 100px;
}
.bg-grey{
  background-color: #f2f2f2;

}
.tl-pro-item{
  float: left;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
.tl-pro-item .tl-thumb{
  margin: 0 0 15px;
  border: 2px solid #f3f3f3;
}
.tl-pro-item .tl-thumb .caption{
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.tl-pro-item .tl-thumb:after,.tl-pro-item .tl-thumb:before{
  display: none;
  opacity: 0;
  visibility: hidden;
}
.tl-pro-item .tl-thumb:hover .caption{
  float: left;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.50);
}
.tl-pro-item .tl-thumb .caption_v2{
  background-color: rgba(255,255,255,0.50);
}
.tl-pro-item .tl-thumb:hover .caption h3{
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.tl-pro-item .caption h3{
  font-size: 24px;
  color: #939393;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tl-pro-item .caption .new{
  font-size: 14px;
  line-height: 14px;
  padding: 10px 15px;
  background-color: #0cbe2d;
  color: #fff;
  display: inline-block;
  float: right;
  margin: 20px 20px 0 0;
}
.tl-pro-item .caption .redbg{
  background-color: #dc0303;
}
.tl-pro-item .tl-thumb:hover img{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tl-pro-item .tl-thumb:hover .cart-hold .icomoon,.tl-pro-item .tl-thumb:hover .readmore-hold .icomoon{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.tl-pro-item .tl-thumb:hover .cart-hold .icomoon,.tl-pro-item .tl-thumb:hover .cart-hold span,.tl-pro-item .tl-thumb:hover .readmore-hold .icomoon,.tl-pro-item .tl-thumb:hover .readmore-hold span{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.tl-pro-item .tl-thumb .cart-hold .icomoon{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
}
.tl-pro-item .tl-thumb .readmore-hold .icomoon{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
}
.tl-pro-item .tl-thumb .caption_v2 .readmore-hold span{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-90px) translateY(0);
  -moz-transform: translateX(-90px) translateY(0);
  -ms-transform: translateX(-90px) translateY(0);
  -o-transform: translateX(-90px) translateY(0);
  transform: translateX(-90px) translateY(0);
}
.tl-pro-item .tl-thumb .readmore-hold span{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-90px);
  -moz-transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  -o-transform: translateX(-90px);
  transform: translateX(-90px);
}
.tl-pro-item .tl-thumb .cart-hold span{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(90px);
  -moz-transform: translateX(90px);
  -ms-transform: translateX(90px);
  -o-transform: translateX(90px);
  transform: translateX(90px);
}
.tl-pro-item .caption .icons-holder{
  position: absolute;
  top: 42%;
  float: left;
  width: 100%;
}
.tl-pro-item .caption .icons-holder li{
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  padding: 0 4px;
  color: #fff;
}
.tl-pro-item .caption .icons-holder li a{
  color: #fff;
}
.tl-pro-item .caption .icons-holder li .icomoon{
  font-size: 22px;
  line-height: 55px;
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #454545;
  margin: 0;
}
.tl-pro-item .caption .icons-holder li span{
  display: block;
}
.tl-pro-item .text-holder{
  float: left;
  width: 100%;
}
.tl-pro-item .text-holder .pro-title{
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin: 0 0 10px;
}
.tl-pro-item .text-holder .pro-title span{
  font-style: italic;
  color: #939393;
}
.tl-pro-item .text-holder .pro-price{
  font-size: 20px;
  line-height: 20px;
  font-style: inherit;
}
.tl-pro-item .text-holder .pro-price span{
  font-size: 15px;
  color: #939393;
  margin-left: 3px;
  text-decoration: line-through;
}
.tl-pro-topholder{
  float: left;
  width: 100%;
  padding: 38px 35px;
  background-color: #f5f5f5;
  margin: 0 0 48px;
  display: block;
}
.tl-pro-topholder h4{
  font-weight: 500;
  margin: 0 0 22px;
}
.tl-pro-topholder h4 span{
  font-size: 16px;
  color: #939393;
  margin-left: 15px;
}
.tl-pro-topholder .select-inner-holder{
  float: left;
  margin-right: 48px;
}
.select-inner-holder span{
  font-size: 16px;
  color: #454545;
  padding-right: 30px
}
.select-inner-holder select{
  font-size: 15px;
  color: #939393;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  background-color: #fff;
  min-width: 270px;
  border: 2px solid #e4e4e4;
}
.select-inner-holder_v2 select{
  min-width: 115px;
}
.tl-pro-topholder .tl-sort,.tl-pro-topholder .found-pages{
  font-size: 15px;
  font-weight: 600;
  color: #2c2c2c;
  display: inline-block;
  padding-right: 10px;
}
.tl-pro-topholder .found-pages{
  float: right;
  margin-top: 5px;
}
.tl-product-inner-outer .tl-pagination-row{
  margin-top: 30px;
}
.tl-product-inner-outer .tl-pagination-row .product-list{
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  float: left;
}
.tl-product-inner-outer .tl-pagination-row .pagination{
  float: right;
}
.tl-pro-list-row .tl-pro-item .tl-thumb{
  float: left;
  width: auto;
}
.tl-pro-list-row .tl-pro-item .text-holder{
  overflow: hidden;
  width: auto;
  float: none;
  padding: 37px 0 0 30px;
}
.tl-pro-list-row .tl-pro-item .text-holder .pro-title{
  font-size: 24px;
  margin: 0 0 24px;
}
.tl-pro-list-row .tl-pro-item .text-holder .pro-price{
  margin-bottom: 32px;
  display: block;
}
.tl-pro-list-row .tl-pro-item .text-holder p{
  line-height: 30px;
}
.tl-product-slider-outer{
  float: left;
  width: 100%;
}
.tl-product-slider-outer h3,.tl-review-holder h3,.tl-product-slider-outer h3.pro-heading{
  font-weight: 600;
  margin: 0 0 25px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e9e9e9;
  color: #1e3953;
}
#tl-product-slider{
  float: left;
  width: 100%;
  position: relative;
}
#tl-product-slider .owl-controls{
  position: absolute;
  right: 0;
  top: -70px;
  width: auto;
}
#tl-product-slider .owl-controls .owl-nav [class*=owl-]{
  background-color: transparent;
  padding: 0;
  margin: 0 0 0 20px;
}
#tl-product-slider .owl-controls .owl-nav .owl-prev:before{
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 30px;
  content: '\f177';
  color: #454545;
}
#tl-product-slider .owl-controls .owl-nav .owl-next:before{
  font-family: 'FontAwesome';
  font-size: 16px;
  content: '\f178';
  color: #454545;
}
#tl-product-slider .tl-pro-item .tl-thumb{
  border: none;
  background-color: #fff;
}

/*===========================================================================*/
  /*Product Detail Section Css Satrt*/
/*===========================================================================*/
.product{
  float: left;
  width: 100%;
}
.product .product-slider-holder{
  float: left;
  width: 100%;
  margin: 0 0 50px;
}
.product .product-slider-holder .tl-pro-item{
  margin-bottom: 0;
}
.product-slider-holder .bx-wrapper{
  margin: 0 0 5px;
}
.product-slider-holder .bx-wrapper .bx-viewport{
  border: none;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  left: inherit;
  background-color: transparent;
}
.product-slider-holder .bx-wrapper .bx-controls{
  display: none;
}
.product-slider-holder #bx-pager > a{
  float: left;
  width: 22.5%;
  border: 2px solid #f3f3f3;
  display: block;
  margin-right: 10px;
}
.product-slider-holder #bx-pager > a:last-child{
  margin-right: 0;
}
.product-slider-holder #bx-pager img{
  width: 100%;
}
.product .summary{
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.product .summary .tl-contact-form{
  margin-bottom: 60px;
}
.product .summary h2{
  margin: 0 0 27px;
}
.product .summary p{
  margin: 0 0 20px;
}
.product .summary .price .amount{
  font-size: 30px;
  line-height: 30px;
  color: #282828;
  display: block;
}
.product .summary .price .small-amount{
  font-size: 14px;
  color: #828282;
}
.product .summary .pro-title{
  margin: 25px 0 20px;
  font-weight: 600;
}
.product .summary .cart{
  float: left;
  width: 100%;
  margin: 10px 0 25px;
}
.product .summary .product-quantity{
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.product .summary .product-quantity strong{
  font-size: 15px;
  float: left;
  font-weight: 600;
  color: #454545;
  line-height: 45px;
  margin-right: 40px;
}
.product-quantity .input-append.spinner{
  float: left;
  border: 2px solid #e4e4e4;
  width: 170px;
  padding: 0 15px;
  height: 45px;
}
.product-quantity .input-append.spinner input{
  display: inline-block;
  width: 98px;
  height: 40px;
  border: none;
  text-align: center;
}
.summary .pro-price{
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 14px;
}
.summary .pro-price span{
  font-size: 18px;
   color: #939393;
   text-decoration: line-through;
}
.summary .pro-price
.product_meta{
  float: left;
  width: 100%;
}
.summary .bottom .tl-rating{
  float: left;
}
.summary .bottom .review-list{
  float: left;
  padding-left: 10px;
}
.review-list{
  margin: 0;
}
.review-list li{
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  color: #454545;
  padding: 0 8px;
  border-right: 1px solid #454545;
  display: inline-block;
}
.review-list li:first-child{
  border-right: none;
}
.product_meta > li{
  margin-bottom: 16px;
  font-weight: 600;
}
.product_meta > li a
.product_meta > li{
  display: block;
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
  color: #383838;
}
.product_meta > li a,.product_meta > li span{
  font-size: 15px;
  font-weight: 400;
  color: #939393;
}
.btn-cart .wocommerace-button{
  border: none;
}
.tl-cart-listed li{
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  color: #454545;
}
.tl-cart-listed li a{
  padding: 18px 30px;
  color: #454545;
  display: block;
}
.tl-cart-listed li .icomoon{
  float: left;
  margin-top: 4px;
  margin-left: 0;
  margin-right: 6px;
}
.btn-wishist a{
  color: #454545;
}
.tl_tabs-box2{
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.tl_tabs-box2 .nav-tabs{
  float: left;
  width: 100%;
  margin: 0 0 30px;
  border-bottom: 1px solid #e1e1e1;
}
.tl_tabs-box2 .nav-tabs > li{
  float: left;
  padding: 0 1px 0 0;
  margin: 0;
  border: none;
}
.tl_tabs-box2 .nav-tabs > li:last-child{
  padding: 0;
}
.tl_tabs-box2 .nav-tabs > li > a{
  font-size: 16px;
  background-color: transparent;
  color: #282828;
    border-radius:0;
    line-height: 14px;
    margin: 0;
    padding: 12px 20px;
    display: block;
    border: none;
    cursor: pointer;
    position: relative;
}
.tl_tabs-box2 .nav-tabs > li > a:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  border-bottom: 2px solid;
  opacity: 0;
}
.tl_tabs-box2 .nav-tabs > li.active > a,.tl_tabs-box2 .nav-tabs > li.active > a:hover,.tl_tabs-box2 .nav-tabs > li.active > a:focus,.tl_tabs-box2 .nav-tabs > li a:hover{
    background-color: #f7f7f7;
    border: none;
}
.tl_tabs-box2 .nav-tabs > li.active > a:after,.tl_tabs-box2 .nav-tabs > li.active > a:hover:after,.tl_tabs-box2 .nav-tabs > li.active > a:focus:after,.tl_tabs-box2 .nav-tabs > li a:hover:after{
  bottom: 0;
  opacity: 1;
}
.tl_tabs-box2 .tab-inner-holder{
  float: left;
  width: 100%;
}
.tl_tabs-box2 .tab-inner-holder .thumb{
  float: left;
  margin: 0 20px 0 0;
  width: 90px;
  height: 90px;
}
.tl_tabs-box2 .tab-inner-holder .thumb img{
  border-radius: 100%;
}
.tl_tabs-box2 .tab-inner-holder .text-holder{
  overflow: hidden;
}
.tl_tabs-box2 .tab-inner-holder .text-holder strong{
  display: block;
  margin: 0 0 5px;
}
.tl_tabs-box2 .tab-inner-holder .text-holder strong a{
  font-size: 14px;
  text-transform: uppercase;
  color: #111111;
}
.tl_tabs-box2 .tab-inner-holder .text-holder .tl_meta-listed li{
  color: #9e9e9e;
}
.pro-form textarea{
  min-height: 200px;
}
.rating-holder{
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #282828;
  margin: 0 0 20px;
}
.rating-holder span{
  font-size: 14px;
}
.rating-holder ul > li{
  display: inline-block;
  margin: 0 28px 0 0;
}
.product .tl-contact-form_v2{
  margin-bottom: 60px;
}
.product .review-text{
  margin: 20px 0 30px;
}
.product .review-text > span{
  font-size: 15px;
  font-weight: 600;
  color: #454545;
  margin-right: 15px;
}
.tl-captcha{
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.tl-captcha span{
  float: left;
  font-size: 15px;
  font-weight: 600;
  padding-top: 10px;
  margin-right: 20px;
}
.tl-contact-form .tl-captcha input[type="text"]{
  font-size: 24px;
  width: 140px;
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  color: #454545;
  border: 2px solid #e4e4e4;
  background-color: transparent;
  margin-right: 20px;
  border-radius: 0;
  margin: 0 20px 15px 0;
  text-align: center;
}
.product .tl_tabs-box2 .nav-tabs > li.active > a,.product .tl_tabs-box2 .nav-tabs > li.active > a:hover,.product .tl_tabs-box2 .nav-tabs > li.active > a:focus,.product 
.tl_tabs-box2 .nav-tabs > li a:hover{
  background-color: transparent;
}
.product #tl-product-slider .tl-pro-item .tl-thumb{
  border: 2px solid #e4e4e4;
}
/*=============================================================*/
/*Sidebar Outer Css*/
/*=============================================================*/
.tl-sidebar-outer{
  float: left;
  width: 100%;
}
.tl-sidebar-outer .widget h3,.tl-product-slider-outer h3{
  padding-bottom: 10px;
  margin-bottom: 28px;
  border-bottom: 4px dotted;
}
.tl-search-form{
  float: left;
  width: 100%;
  position: relative;
}
.tl-search-form input[type="text"],.tl-search-form input[type="email"],.tl-search-form input[type="password"]{
  float: left;
  font-size: 15px;
  font-weight: 400;
  color: #939393;
  width: 100%;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border: 2px solid #e4e4e4;
}
.tl-search-form input[type="text"]:focus,.tl-search-form input[type="email"]:focus,.tl-search-form input[type="password"]:focus{
  border-color: #e4e4e4;
}
.tl-search-form .btn-submit{
  font-size: 16px;
  color: #939393;
  background-color: transparent;
  border:none;
  position: absolute;
  height: 50px;
  line-height: 50px;
  right: 20px;
}
.widget-newsletter p{
  line-height: 30px;
  margin-bottom: 20px;
}
/*
<------Widgets CSS----->
*/
.widget{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.widget h3{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 36px;
}
.widget h4{
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.widget-about h3{
  font-size: 25px;
  color: #fff;
}
.widget-about p{
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.widget-about .ft-listed li,.widget-get .ft-listed li{
  color: #fff;
}
.widget-about .ft-listed li span{
  display: block;
  margin-bottom: 12px;
}
.widget-get .ft-listed li .icomoon{
  display: inline-block;
  font-size: 12px;
  width: 30px;
  height: 30px;
  float: left;
  border: 1px solid;
  border-radius: 100%;
  line-height: 30px;
  margin-right: 17px;
  text-align: center;
}
.widget-about .ft-listed li a,.widget-get .ft-listed li a{
  color: #fff;
  display: block;
}
.widget-get p,.widget-get .ft-listed li p a,.tl-footer-middle-section .widget-get .ft-listed li a{
  color: #7695b2;
}
.widget-get .ft-listed li{
  margin-bottom: 26px;
}
.widget-get .ft-listed li:last-child{
  margin-bottom: 0;
}
.ft-listed{
  float: left;
  width: 100%;
  margin: 0;
}
.ft-listed li{
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  margin-bottom: 20px;
  color: #454545;
}
.ft-listed li a{
  color: #454545;
}
.ft-listed li:last-child{
  margin-bottom: 0;
}
.ft-listed li .icomoon{
  font-size: 14px;
  color: #454545;
  margin-right: 24px;
}
.tl-tags{
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 -4px;
}
.tl-tags li{
  display: inline-block;
  padding: 0 4px;
  margin-bottom: 9px;
}
.tl-tags li a{
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  padding: 9px 24px;
  border-radius: 20px;
  color: #454545;
  text-decoration: none;
  display: inline-block;
}
.tl-recent-listed{
  padding: 0;
  width: 100%;
  margin: 0;
}
.tl-recent-listed > li{
  width: 50%;
  float: left;
  padding: 0 3px;
}
.tl-recent-listed  .tl-properties-item{
  border: none;
  margin-bottom: 15px;
}
.tl-properties-thumb:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tl-recent-listed .tl-properties-thumb .tl-caption .bottom-text{
  padding: 8px 10px;
}
.tl-recent-listed  .tl-properties-item .tl-text-holder{
  padding: 0;
  padding-top: 10px;
}
.tl-recent-listed  .tl-properties-item .tl-text-holder h4{
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.tl-recent-listed  .tl-properties-item .tl-caption h5{
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.tl-recent-listed  .tl-properties-item .tl-meta-listed li{
  margin: 0;
  color: #a8b1b7;
  width: 100%;
}
.tl-widget-listed{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tl-widget-listed li{
  font-size: 16px;
  font-weight: 500;
  color: #454545;
  position: relative;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}
.tl-widget-listed li:before{
  content: '\e917';
  font-family: 'icomoon';
  font-size: 10px;
  color: #454545;
  position: absolute;
  left: 0;
  top: 5px;
}
.tl-widget-listed li:last-child{
  margin-bottom: 0;
}
.tl-widget-listed li a span{
  color: #939393;
}
.tl-widget-listed li a{
  color: #454545;
}
.tl-widget-listed li:hover:before{
  left: 5px;
}
.widget-checkbox .tl-widget-listed li:before{
  display: none;
}
.widget-checkbox .tl-widget-listed li{
  padding-left: 0;
}
.widget-checkbox .tl-widget-listed li input[type="checkbox"]{
  float: left;
  margin-right: 20px;
}

.tl-range-slider-holder{
  float: left;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
}
.tl-range-slider-holder .ui-widget-content{
  background-color: #909090;
  border: none;
  height: 6px;
  border-radius: 0px;
}
.tl-range-slider-holder .ui-widget-header{
  background-color: #454545;
}
.tl-range-slider-holder .ui-widget-content .ui-state-default{
  border: none;
}
.tl-range-slider-holder .ui-slider .ui-slider-handle{
  width: 18px;
  height: 18px;
  border-radius: 100%;
  top: -5px;
}
.tl-range-slider-holder p{
  font-size: 16px;
  color: #454545;
  float: left;
  width: 100%;
  margin: 15px 0 10px;
}
.tl-range-slider-holder p span{
  float: left;
}
.tl-range-slider-holder input#amount{
  font-weight: 700;
  float: right;
  border: none;
  width: 100px;
  margin-left: 5px;
}
.tl-btn-style1.tl-filter{
  padding: 8px 15px;
  float: right;
}
.tl-btn-style1:hover .icomoon{
  color: #fff;
}
.tl-subscribe-form{
  float: left;
  width: 100%;
}
.tl-subscribe-form .inner-holder{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.tl-subscribe-form .inner-holder input[type="text"],.tl-subscribe-form .inner-holder input[type="email"],
.tl-subscribe-form .inner-holder input[type="tel"],.tl-subscribe-form .inner-holder input[type="password"]{
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0 20px;
  color: #7695b2;
  background-color: #233f5a;
  border: none;
  border-radius: 5px;
  font-size: 14px;
}
.tl-subscribe-form .btn-submit{
  background-color: ;
  border: none;
  color: #fff;
}
.tl-subscribe-form .btn-submit::before {
  content: '';
  border-radius: 5px;
}
#tl-plumbing-wrapper .tl-subscribe-form .btn-submit{
  color: #fff;
  padding: 16px 35px;
}
.tl-review-holder{
  float: left;
  width: 100%;
}
.tl-review-listed{
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tl-review-listed > li{
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.tl-review-listed > li:last-child{
  margin-bottom: 0;
}
.tl-review-item{
  float: left;
  width: 100%;
}
.tl-review-item .tl-sm-thumb{
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 30px;
}
.tl-review-item .tl-text{
  overflow: hidden;
}
.tl-review-item .tl-text h5{
  margin: 0 0 10px;
  font-weight: 600;
  color: #1e3953;
}
.tl-review-item  h5 .tl-rating{
  padding-left: 15px;
}
.tl-rating .fa{
  font-size: 12px;
}
.tl-review-item .tl-text .purchased{
  font-weight: 600;
  color: #1e3953;
  display: block;
  margin: 0 0 13px;
}
.tl-review-item .tl-text .purchased a{
  text-decoration: underline;
}
#tl-review-slider{
  float: left;
  width: 100%;
  position: relative;
}
#tl-review-slider .owl-controls{
  margin: 0;
  position: absolute;
  z-index: 11;
  top: -60px;
  right: 0;
}
#tl-review-slider .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
  border: 2px solid #c8c8c8;
  margin: 0 4px;
  background-color: transparent;
}
.tl-mobile-widget{
  display: none;
}
/*=============================================================*/
/*Contact Section Css*/
/*=============================================================*/
.tl-contact-section{
  float: left;
  width: 100%;
}
.tl-contact-section .tl-heading-outer{
  margin-bottom: 70px;
}
.tl-contact-section .tl-heading-outer h2{
  margin-bottom: 60px;
}
.tl-contact-info{
  float: left;
  width: 100%;
  padding: 0 70px;
}
.tl-contact-info .widget h3{
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
}
.tl-contact-info .widget p{
  color: #939393;
  margin: 0 0 10px;
}
.tl-contact-info .widget p a{
  color: #939393;
}
.tl-contact-info .tl-social-links li:first-child{
  padding-left: 0;
}
.tl-contact-info .tl-social-links li{
  padding: 0 15px;
}
.tl-contact-info .tl-social-links li .icomoon{
  font-size: 36px;
}
.tl-contact-form{
  float: left;
  width: 100%;
}
.tl-contact-form h4{
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 15px;
  color: #0b2b5a;
}
.tl-contact-form_v2 h4{
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.tl-contact-form .inner-holder{
  margin-bottom: 10px;
}
.tl-contact-form input[type="text"],.tl-contact-form input[type="email"],.tl-contact-form input[type="password"],
.tl-contact-form input[type="phone"],.tl-contact-form input[type="tel"],.tl-contact-form textarea{
  font-size: 14px;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #a0a0a0;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background-color: transparent;
  padding: 0 15px;
}
.tl-contact-form textarea{
  height: 80px;
  resize:none;
  -webkit-resize: none;
}
.tl-contact-form .btn-submit{
  font-size: 14px;
  color: #fff;
  float: left;
  min-width: 130px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: none;
  border-radius: 5px;
}
ul.tl-listed_v2{
  text-align: center;
}
ul.tl-listed_v2 li{
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-right: 25px;
}
ul.tl-listed_v2 li:last-child{
  margin-right: 0;
}
ul.tl-listed_v2 li a{
  color: #2c2c2c;
}
/*============================================================*/
/*Footer Css*/
/*============================================================*/
.tl-footer{
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;
}
.tl-footer_v2:after{
  content: '';
  position: absolute;
  height: 80%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #fff4ec;
  z-index: -1;
}
.tl-footer_v3{
  background-color: #fff4ec;
}
.tl-copyight-section{
  float: left;
  width: 100%;
  background-color: #183047;
  padding: 28px 0;
}
.tl-copyight-section .tl-social-links_v3{
  float: right;
}
.tl-copyight-section p{
  font-size: 15px;
  color: #466583;
  margin: 10px 0 0;
}
.tl-footer_v4 .widget h3,.tl-footer_v4 .widget h4{
  color: #fff;
  font-weight: 600;
}
.tl-ft-top-section{
  float: left;
  width: 100%;
  padding: 90px 0 50px;
  border-bottom: 1px solid #233f5a;
  position: relative;
  text-align: center;
}
.tl-ft-top-section:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: 0 auto;
  width: 75px;
  height: 75px;
  background: url('../images/speaker-img.png') top center no-repeat;
}
.tl-ft-top-section h2{
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.tl-quote-inner-holder{
  float: left;
  width: 100%;
  padding: 98px 100px 80px;
  background-color: #999;
  /*background: url('../images/contact-bg-img.jpg') top left no-repeat;*/
  /*background-size: cover;*/
  
}
.tl-quote-inner-holder .tl-heading-outer h3{
  color: #fff;
}
.tl-contact-form,.tl-contact-form-holder{
  float: left;
  width: 100%;
}
.tl-contact-form .inner-holder{
  float: left;
  width: 100%;
  margin-bottom: 18px;
}
.tl-contact-form .inner-holder span,.tl-contact-form .inner-holder label{
  display: block;
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}
.tl-contact-form .inner-holder input[type="text"],.tl-contact-form .inner-holder input[type="tel"],.tl-contact-form .inner-holder input[type="email"],
.tl-contact-form .inner-holder input[type="password"],.tl-contact-form .inner-holder select,.tl-contact-form .inner-holder textarea{
  float: left;
  width: 100%;
  font-size: 15px;
  color: #939393;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  background-color: transparent;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 0;
}
.tl-contact-form_v2 .inner-holder input[type="text"],.tl-contact-form_v2 .inner-holder input[type="tel"],.tl-contact-form_v2 .inner-holder input[type="email"],
.tl-contact-form_v2 .inner-holder input[type="password"],.tl-contact-form_v2 .inner-holder select,.tl-contact-form_v2 .inner-holder textarea{
  border-color: #e4e4e4;
}
.tl-contact-form.tl-contact-form_v2 .inner-holder textarea{
  min-height: 100px;
}
.tl-contact-form_v2 .inner-holder label{
  color: #454545;
}
.tl-contact-form .inner-holder select option{
  display: block;
  padding: 10px;
}
.tl-contact-form .inner-holder button{
  border: none;
  line-height: 20px;
  padding-bottom: 10px;
}
.tl-contact-form .inner-holder button .icomoon{
  color: #454545;
}
.tl-contact-form .inner-holder button:hover .icomoon{
  color: #fff;
}
.tl-contact-form .inner-holder textarea{
  min-height: 80px;
}
.tl-footer-middle-section{
  float: left;
  width: 100%;
  padding-bottom: 60px;
}
.tl-footer-middle-section .ft-listed li,.tl-footer-middle-section .ft-listed li a{
  color:#454545;
}
.widget .ft-logo{
  display: block;
  margin-bottom: 25px;
}
.widget-about_v2 p{
  margin: 0  0 30px;
}
#widget-map{
  float: left;
  width: 100%;
  height: 210px;
}
.widget.widget-links{
  padding-left: 60px;
}
.widget .copyright{
  font-size: 14px;
  color: #929292;
  margin: 0;
}
.tl-footer_v4{
  float: left;
  width: 100%;
  background-color: #1e3953;
}
/*================================================================*/
/*Transition And Animation Css*/
/*================================================================*/
a,ul li,img,.tl-signup-btns:before,.tl-signup-btns,.tl-nav-holder .navbar-nav li ul ,.tl-nav-holder .dropdown-menu ul,.tl-nav-holder .navbar-nav li ul li:before,.tl-btn-style1:before,.tl-btn-style1,
.tp-info-box .iconbox::before,.tp-info-box .iconbox,.icomoon,.tl-nav-holder .navbar-default .navbar-nav > li:before,.icomoon,.tl-social li a,.tl-team-item .tl-caption,.tl-social-links,.tl-services-item h4,
.tl-caption .icomoon,.tl-widget-listed li:before,.tl-pro-item .caption h3,.nav-tabs a .fa:before,.tl-banner-tabs-holder .tab-content > .tab-pane,.tl-btn-style3:before,.tl-search-holder .tl-search-inner,.tl-prices-item{
    -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

/***Bottm Form Top***/
@-webkit-keyframes toTopFromBottom {
   49% {
   -webkit-transform: translateY(50%);
  }
   50% {
   opacity: 0;
   -webkit-transform: translateY(-50%);
  }
   51% {
   opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
   49% {
   -moz-transform: translateY(50%);
  }
   50% {
   opacity: 0;
   -moz-transform: translateY(-50%);
  }
   51% {
   opacity: 1;
  }
}
@-ms-keyframes toTopFromBottom {
   49% {
   -ms-transform: translateY(50%);
  }
   50% {
   opacity: 0;
   -ms-transform: translateY(-50%);
  }
   51% {
   opacity: 1;
  }
}
@keyframes toTopFromBottom {
   49% {
   transform: translateY(50%);
  }
   50% {
   opacity: 0;
   transform: translateY(-50%);
  }
   51% {
   opacity: 1;
  }
}


/***Right From left***/
@-webkit-keyframes toRightFromLeft {
   49% {
   -webkit-transform: translateX(50px);
  }
   50% {
   opacity: 0;
   -webkit-transform: translateX(100px);
  }
   51% {
   opacity: 1;
   -webkit-transform: translateX(-100px);
  }
}
@-moz-keyframes toRightFromLeft {
   49% {
   -moz-transform: translateX(50px);
  }
   50% {
   opacity: 0;
   -moz-transform: translateX(100px);
  }
   51% {
   opacity: 1;
   -moz-transform: translateX(-100px);
  }: 1;

}
@-ms-keyframes toRightFromLeft {
   49% {
   -ms-transform: translateX(50px);
  }
   50% {
   opacity: 0;
   -ms-transform: translateX(100px);
  }
   51% {
   opacity: 1;
   -ms-transform: translateX(-100px);
  }
}
@keyframes toRightFromLeft {
   49% {
   transform: translateX(50px);
  }
   50% {
   opacity: 0;
   transform: translateX(100px);
  }
   51% {
    transform: translateX(-100px);
   opacity: 1;
  }
}

/***ZoomIn Form ZoomOut***/
@-webkit-keyframes ZoomIn {
   49% {
   -webkit-transform: scale(0);
  }
   50% {
   opacity: 0;
   -webkit-transform: scale(1);
  }
   51% {
   opacity: 1;
   -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes ZoomIn {
   49% {
   -moz-transform: scale(0);
  }
   50% {
   opacity: 0;
   -moz-transform: scale(1);
  }
   51% {
   opacity: 1;
   -moz-transform: scale(1.2);
  }
}
@-ms-keyframes ZoomIn {
   49% {
   -ms-transform: scale(0);
  }
   50% {
   opacity: 0;
   -ms-transform: scale(1);
  }
   51% {
   opacity: 1;
   -ms-transform: scale(1.2);
  }
}
@keyframes ZoomIn {
   49% {
   transform: scale(0);
  }
   50% {
   opacity: 0;
   transform: scale(1);
  }
   51% {
   opacity: 1;
   transform: scale(1.2);
  }
}



/*================================================================*/
/*Font Family Css*/
/*================================================================*/
.Montserrat{
  font-family: 'Montserrat', sans-serif;
}
.Khula{
  font-family: 'Khula', sans-serif;
}
.Architects{
  font-family: 'Architects Daughter', cursive;
}
/* Module POPUP */
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
	padding-right: 17px;
}

.modal-dialog {
	margin-top: 40px;
	width: 360px;
}

.modal-content {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #f9f9f9;
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	border: none
}

.modal-body {
	padding: 30px 50px 50px;
}

.modal-body form {
	margin-bottom: 0
}

.modal-body .form-control {
	margin-bottom: 20px;
}

.modal-body .btn {
	text-align: center;
	margin-right: auto;
	margin-left: auto
}

.modal-header .close {
	position: absolute;
	font-size: 24px;
	top: -24px;
	right: 0;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: 1
}

.modal-header {
	border-bottom: none;
	background-color: #23b1e6;
	padding: 33px;
}

.modal-header .model-icon {
	position: absolute
}

.modal-header .model-title {
	text-align: left;
	padding-left: 80px;
	position: relative;
}

.modal-header .model-divider {
	position: relative;
}

.modal-header .model-divider:before {
	content: "";
	width: 2px;
	height: 23px;
	background-color:#2b2f88;
	position: absolute;
	top: 50%;
	left: 55px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.modal-header .model-title p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.modal-header .model-title h6 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1px;
	text-transform: uppercase;
}
* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 767px ) {

.cta {
	text-align: center
}

.cta-devider {
	margin-left: 0
}

.cta-devider:before {
	display: none
}

.cta-1 .cta-desc,
.cta-2 .cta-desc {
	padding-left: 0
}

.cta-1 .cta-action {
	float: none !important
}

.cta-desc p {
	margin-bottom: 10px;
}

.cta-desc h5 {
	margin-bottom: 20px;
}

.cta-2 .cta-icon {
	position: relative;
}

.cta-2 .btn-primary {
	margin-right: 0;
	margin-bottom: 10px;
}

.cta-2 .btn-secondary {
	margin-bottom: 10px;
}

.cta-4 h2 {
	font-size: 50px;
}

.cta-6 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.cta-6 h2 {
	font-size: 30px;
}

.modal-dialog {
	margin-right: auto;
	margin-left: auto
}

.modal-dialog {
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.modal-header .model-title h6 {
	font-size: 17px;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px)and (max-width : 767px ) {

.cta-2 .btn-primary {
	margin-right: 10px;
	margin-bottom: 0;
}

.cta-2 .btn-secondary {
	margin-bottom: 0;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.cta-1 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.cta-1 .cta-devider {
	margin-left: 137px;
}

.cta-1 .cta-action {
	float: none;
	margin-left: 137px;
	margin-top: 10px;
}

.cta-1 .cta-img img {
	top: -50px;
}

.cta-2 {
	text-align: center
}

.cta-2 .cta-icon {
	position: relative;
	margin-right: auto;
	margin-left: auto
}

.cta-2 .cta-devider:before {
	display: none
}

.cta-2 .cta-desc {
	padding-left: 0;
	margin-bottom: 20px;
}

.cta-2 .cta-action {
	float: none !important;
	text-align: center !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width:1200px) {

.cta-desc h5 {
	font-size: 18px;
}

.cta-2 .btn {
	width: 150px;
}

.cta-6 .cta-img {
	top: 125px;
}
}
/** Table of Content  Css

Project:  HandyMen
Version:  1.0
Last change:  21/08/2017 [fixed Table Content]
Author: Themelocation
Primary use:  construction, contractor, electrical, electrician, handyman, maintenance, renovation, repairman

[Layout]

--> body
--> Header /// .tl-header
--> Content / .tl-main-content
--> Left column / .tl-left-asidebar
--> Right column / .tl-right-asidebar
--> Sidebar / .tl-sidebar-outer
--> Search / .tl-search-side-box
--> Footer / .tl-footer

Navigation   #navbar
Content header   h2


[Color Codes]

Background: #ffffff (White)
Content:  ##454545 (Light Dark)
Header H1:  ##454545 (Light Dark)
Header H2:  #454545 (Light Dark)
Footer:   #454545 (Light Dark)


[Typography]

Body:   font:16px/16px 'Montserrat', sans-serif;
Headers:  font:16px/16px 'Roboto', sans-serif;
Input, textarea:  font:14px/14px 'Montserrat', sans-serif;
Sidebar heading:  font:24px/24px 'Montserrat', sans-serif;



1) RESET    
2) Wrapper   
3) HEADER
4) Banner
5) Inner Banner
6) About
  a)About Section Variation One
  b)About Section Variation Two

7) Services
  a)Services Section Variation One
  b)AServices Section Variation Two

8)  Additional Section
9)  Customer Section
10) Price Section
11) Repairs Section
12) Parallax Section
13) Blog
  a)Blog Section
  b)Blog Detail Section

14) Pagination Section
15) Call To Action Section
16) Testimonail Section
17) Partners Section
18) Exclusive Section
19) Features Section
20) Team
  a)Team Section
  b)Team Detail

21) Advangtes Section
22) Product
  a)Product Section
  b)Product Detail

23) Sidebar
24) Footer


End of Table of Content Css End **/

/*===========================================================================*/
/*Default Css Start*/
/*===========================================================================*/
@import url('https://fonts.googleapis.com/css?family=Architects+Daughter|Khula:400,600,700|Montserrat:300,400,500,600,700,900');

body{
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
  background-color: #f5f5f5;
}
.tl-wrapper,.tl-main-content{
	float: left;
	width: 100%;
}
.pd-tb-100{
	padding-top: 98px;
	padding-bottom: 98px;
}
.pd-t-100{
	padding-top: 98px;
}
.pd-b-100{
	padding-bottom: 98px;
}
.tl-wrapper figure{
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}
.tl-wrapper figure img{
	max-width: 100%;
	height: auto;
}
.tl-wrapper ul{
	padding: 0;
	margin: 0;
}
.tl-wrapper ul li{
	list-style: none;
}
.tl-wrapper a,.tl-wrapper a:focus{
  text-decoration: none;
  outline: none;
}
.tl-wrapper a:hover{
  text-decoration: none;
}
.tl-wrapper h1,.tl-wrapper h2,.tl-wrapper h3,.tl-wrapper h4,.tl-wrapper h5,.tl-wrapper h6,.tl-wrapper strong {
	font-family: 'Montserrat', sans-serif;
  font-weight: 500;
	font-weight: normal;
	color: #454545;
	margin: 0;
}
.tl-wrapper h1 a,.tl-wrapper h2 a,.tl-wrapper h3 a,.tl-wrapper h4 a,.tl-wrapper h5 a,.tl-wrapper h6 a{
	color: #454545;
}
.tl-wrapper h2{
	font-weight: 500;
	font-size: 40px;
	line-height: 40px;
}
.tl-wrapper h3{
	font-weight: 500;
	font-size: 30px;
	margin: 0 0 16px;
}
.tl-wrapper h4{
	font-size: 24px;
}
.tl-wrapper h5{
  font-size: 18px;
}
.tl-wrapper p{
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  color: #1d1919;
}
#tl-plumbing-wrapper h1,#tl-plumbing-wrapper h2,.tl-wrapper h3,#tl-plumbing-wrapper h4,.tl-wrapper h5,#tl-plumbing-wrapper h6,.tl-wrapper strong {
  font-family: 'Montserrat', sans-serif;
}
#tl-plumbing-wrapper p{
  font-family: 'Montserrat', sans-serif;
}
.tl-heading-outer{
  float: left;
  width: 100%;
  text-align: center;
}
.tl-heading-outer h2,.tl-heading-outer h3{
  font-size: 40px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  margin: 0 0 37px;
  padding-bottom: 28px;
}
.tl-heading-outer h2:before,.tl-heading-outer h3:before{
  font-size: 30px;
  content: '...';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
}
.tl-heading-outer h3{
  font-size: 30px;
}
.tl-heading-outer p{
  font-size: 18px;
  line-height: 30px;
  color: #454545;
  padding: 0 130px;
}
.tl-heading-outer_v2 h2{
  color: #fff;
}
.tl-heading-outer_v3{
  float: left;
  width: 100%;
  padding: 0 220px;
  text-align: center;
  margin: 0 0 50px;
}
.tl-heading-outer_v3 h3{
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 33px;
}
.tl-heading-outer_v3 p{
  font-size: 18px;
  margin: 0;
  font-family:'Montserrat', sans-serif;
}
.tl-btn-style1,.tl-btn-style3{
  font-size: 18px;
  line-height: 18px;
  padding: 18px 30px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #454545;
}
.tl-btn-style1:hover,.tl-btn-style1:focus,.tl-btn-style3:focus,.tl-btn-style3:hover{
  color: #fff;
}
.tl-btn-style1:before,.tl-btn-style3:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background-color: #454545;
  z-index: -1;
}
.tl-btn-style1:hover:before,.tl-btn-style3:hover:before{
  height: 100%;
}
.tl-btn-style1 .icomoon,.tl-btn-style3 .icomoon{
  display: inline-block;
  margin: 2px 0 0 18px;
  float: right;
}
.tl-btn-style1:hover .icomoon,.tl-btn-style3:hover .icomoon{
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-animation: toRightFromLeft 0.4s ease-in-out alternate;
     -moz-animation: toRightFromLeft 0.4s ease-in-out alternate;
      -ms-animation: toRightFromLeft 0.4s ease-in-out alternate;
       -o-animation: toRightFromLeft 0.4s ease-in-out alternate;
          animation: toRightFromLeft 0.4s ease-in-out alternate;
}
.tl-btn-style3{
  border-radius: 5px;
  border: 2px solid;
  padding: 13px 35px;
  text-align: center;
}

.tl-thumb{
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 11;
}
.tl-thumb img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
figure{
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
figure figcaption{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
/*===============================================================*/
  /*Header Css Start*/
/*===============================================================*/
.tl-header{
  width: 100%;
  float: left;
  position: relative;
  z-index: 9999;
}
.tl-header .container-fluid{
  padding: 0 80px;
}
#tl-header_v2 .tl-navigation-row .container-fluid{
  padding-left: 30px;
  padding-right: 30px;
}
/*-----------------Top Row CSS-----------------------*/
.tl-top-row{
  float: left;
  width: 100%;
  padding: 13px 0 0;
  background-color: #2b2f88;
}
.tl-top-row_v2{
  background-color: transparent;
  padding: 18px 0 14px;
}
#tl-header_v2 .tl-top-row_v2 .container-fluid{
  padding-left: 0;
  padding-right: 0;
}
.tp-info-box{
  float: left;
  width: 100%;
  margin-bottom: 13px;
}
.tp-info-box .iconbox{
  font-size: 16px;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid;
  border-radius: 100%;
  text-align: center;
  margin-right: 18px;
  position: relative;
  z-index: 1;
}
.tp-info-box .iconbox::before {
  content: '';
  width: 100%;
  border-radius: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.tp-info-box .iconbox:hover .icomoon{
  color: #fff;
}
.tp-info-box .iconbox:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.tp-info-box .icomoon{
  width: 16px;
}
.tp-info-box .text{
  font-size: 14px;
  overflow: hidden;
  color: #009fee;
}
.tp-info-box .text span{
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.tp-info-box .text p{
  margin: 0;
}
.tp-info-box .text a{
  color: #f5f5f5;
}
.tl-signup-btns{
  position: relative;
  padding: 16px 20px;
  z-index: 11;
  background-color: #25bd57;
}
.tl-signup-btns:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
}
.tl-signup-btns:hover:before{
  height: 100%;
}
.tl-signup-btns a{
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin: 0 2px;
}
.tl-signup-btns a:hover{
  color: #fff;
}
.tl-signup-btns a .fa{
  margin-right: 8px;
}
.tl-top-right .top-social-links{
  margin-top: 15px;
  margin-left: 28px;
}
.top-social-links{
  padding: 0;
  margin: 0;
}
.top-social-links li{
  display: inline-block;
  list-style: none;
  padding: 0 8px;
}
.top-social-links li:first-child{
  margin-left: 0;
}
.top-social-links li a{
  font-size: 15px;
  font-weight: 700;
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.top-social-links li:hover .fa{
  -webkit-animation: ZoomIn 0.5s forwards;
  -moz-animation: ZoomIn 0.5s forwards;
  -ms-animation: ZoomIn 0.5s forwards;
  animation: ZoomIn 0.5s forwards;
}
.tl-top-row_v2 .tp-info-box{
  margin: 5px 0;
}
.tl-top-row_v2 .tp-info-box .iconbox{
  font-family: 'Montserrat', sans-serif;
  width: auto;
  height: auto;
  line-height: 30px;
  margin-right: 10px;
  border: none;
}
.tl-top-row_v2 .tp-info-box .iconbox:before{
  display: none;
}
.tl-top-row_v2 .tp-info-box .text p{
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}
.tl-top-row_v2 .tp-info-box .text,.tl-top-row_v2 .tp-info-box .text a{
  color: #fff;
}
/*-----------------Navigation Row CSS-----------------------*/
.tl-navigation-row {
  width: 100%;
  float: left;
  padding: 30px 0 35px;
  background-color: #fff;
  position: relative;
}
#tl-header_v2 .tl-navigation-row{
  border-radius: 5px;
  padding: 25px 0;
}
.tl-nav-holder{
  float: left;
  width: 100%;
}
.tl-nav-holder .tl-logo{
  float: left;
  margin: 0;
}
.tl-logo img{
  max-width: 100%;
  height: auto;
}
.tl-nav-holder .navbar{
  float: left;
  display: inline-block;
  margin: 0;
}
.tl-nav-holder .navbar-default {
  background: transparent;
  border: 0px;
  min-height: 0;
  border-radius: 0px;
  margin: 10px 0 0;
}
.tl-nav-holder .navbar-collapse {
  padding: 0px;
  margin: 0;
  float: left;
  width: 100%;
}
.navbar-nav li{
  position: relative;
  list-style: none;
  z-index: 11;
}
.tl-nav-holder .navbar-default .navbar-nav > li{
  padding: 0 18px;
}
.tl-nav-holder .navbar-default .navbar-nav li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 25px;
  color: #454545;
  text-transform: uppercase;
  position: relative;
}
.tl-nav-holder .navbar-default .navbar-nav > li{
  padding: 0 19px;
}
.tl-nav-holder .navbar-default .navbar-nav > li:before{
  font-family: 'icomoon';
  content: "\e910";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -5px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.tl-nav-holder .navbar-default .navbar-nav > li:hover:before{
  top: 8px;
  opacity: 1;
  visibility: visible;
}
.tl-nav-holder .navbar-default .navbar-nav > li > a{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 0;
  color: #454545;
}
.tl-nav-holder .dropdown-menu > li > a:hover,.tl-nav-holder .dropdown-menu > li > a:focus{
  background-color: transparent;
}
.navbar-nav li a .caret{
  display: none;
}
.tl-nav-holder .navbar-default .navbar-nav > li:hover > ul,.tl-nav-holder .navbar-default .navbar-nav > li:hover .dropdown-menu,.tl-nav-holder .navbar-default .navbar-nav > li:hover .tl-mega-menu{
  opacity: 1;
  visibility: visible;
  top: 150%;
}
.tl-nav-holder .navbar-nav li ul ,.tl-nav-holder .dropdown-menu ul {
  min-width: 210px;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
  background-color: #fff;
  display: block;
  opacity: 0;
  padding: 0;
  visibility: hidden;
/*  border-left: 3px solid;*/
  top: 200%;
  margin: 0;
  box-shadow: transparent;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.tl-nav-holder .navbar-nav li ul li{
  border-bottom: 1px solid #ccc;
}
.tl-nav-holder .navbar-nav li ul li:last-child{
  border-bottom: none;
}
.tl-nav-holder .navbar-nav li ul li a{
  color: #fff;
}
.tl-nav-holder .dropdown-menu ul{
  position: absolute;
  left: 110%;
  top: 120%;
  opacity: 0;
  visibility: hidden;
}
.tl-nav-holder .dropdown-menu li:hover ul{
  left: 100%;
  top: 110%;
  opacity: 1;
  visibility: visible;
}
.tl-nav-holder .navbar-nav li ul li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 0;
}
.tl-nav-holder .navbar-nav li ul li:hover:before{
  width: 100%;
}
.tl-nav-holder .navbar-nav li ul li:hover a{
  color: #fff;
}
.tl-nav-holder .tl-cart-holder{
  float: right;
}
.tl-cart-holder .inner-cart{
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid;
  border-radius: 100%;
  position: relative;
  text-align: center;
}
.inner-cart .icomoon{
  font-size: 20px;
}
.tl-cart-holder .inner-cart .number-selected{
  font-size: 8px;
  position: absolute;
  top: -5px;
  right: 0px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  display: inline-block;
  border-radius: 100%;
  background-color: #454545;
}
.tl-modal-holder{
  background-color: rgba(0,0,0,0.50);
  padding-top: 120px;
}
.tl-modal-holder .modal-content{
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.tl-modal-holder.in .modal-content{
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.tl-modal-holder .modal-dialog{
  width: 370px;
  background-color: #fff;
}
.tl-modal-holder .modal-content .modal-header{
  text-align: center;
}
.tl-modal-holder .modal-content .modal-header h4{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.tl-modal-holder .modal-content .close{
  color: #fff;
  opacity: 0.9;
}
.tl-modal-holder .modal-content{
  float: left;
  width: 100%;
}
.tl-modal-holder .modal-content .modal-body{
  padding: 30px 25px;
  float: left;
  width: 100%;
}
.tl-modal-tabs-outer .nav-tabs {
  text-align: center;
  margin-bottom: 20px;
  border: none;
}
.tl-modal-tabs-outer .nav-tabs > li{
  margin: 0 3px;
  border: none;
  border-bottom: 2px solid #fff;
  display: inline-block;
  float: none;
}
.tl-modal-tabs-outer .nav-tabs > li.active > a,.tl-modal-tabs-outer .nav-tabs > li.active > a:hover,.tl-modal-tabs-outer .nav-tabs > li.active > a:focus{
  border: none;
}
.tl-modal-tabs-outer .nav-tabs > li a{
  font-size: 15px;
  font-weight: 600;
  color: #2c2c2c;
  padding: 8px 3px;
}
.tl-tabs-inner .btn-login-fb{
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  float: left;
  display: block;
  padding: 13px 20px;
  border-radius: 5px;
  background-color: #3b5998;
  margin-bottom: 20px;
  text-align: center;
}
.tl-modal-tabs-outer .tl-tabs-inner .btn-option{
  display: block;
  font-size: 13px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}
.tl-modal-tabs-outer .tl-tabs-inner .btn-option:before,
.tl-modal-tabs-outer .tl-tabs-inner .btn-option:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 45%;
  border-bottom: 1px solid #e8e8e8;
}
.tl-modal-tabs-outer .tl-tabs-inner .btn-option:after{
  left: inherit;
  right: 0;
}
.tl-modal-form input[type="text"],.tl-modal-form input[type="phone"],.tl-modal-form input[type="email"],
.tl-modal-form input[type="password"],.tl-modal-form input[type="tel"]{
   font-size: 14px;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #a0a0a0;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  margin-bottom: 7px;
  background-color: transparent;
  padding: 0 15px;
}
.tl-modal-form button[type="submit"],.tl-modal-form .create-account{
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 12px 20px;
  min-width: 150px;
  border-radius: 5px;
  text-align: center;
  border: none;
  margin-right: 25px;
}
.tl-modal-form .password-lost{
  font-size: 13px;
  display: inline-block;
}
.tl-modal-form .create-account{
  display: block;
  float: left;
  width: 100%;
}
/*================================================================*/
/*Header Variation 2 Css*/
/*================================================================*/
#tl-header_v2{
  float: left;
  width: 100%;
  padding: 0 50px;
  position: absolute;
  top: 0;
  left: 0;
}
#tl-header_v2 .container-fluid{
  padding-left: 15px;
  padding-right: 15px;
}
#tl-header_v2 .tl-nav-holder .navbar-default .navbar-nav > li > a{
  text-transform: none;
}
.tl-top-row_v2 .tl-social-links_v3{
  float: right;
}
.tl-social-links.tl-social-links_v3 li{
  padding: 0 4px;
}
.tl-social-links_v3 li a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid;
  display: inline-block;
  border-radius: 100%;
}
.tl-social-links_v3 li a .icomoon{
  font-size: 14px;
}
.tl-social-links_v3 li p,#tl-plumbing-wrapper .tl-social-links_v3 li p{
  font-family: 'Architects Daughter', cursive;
  text-transform: uppercase;
  color: #fff;
}
.tl-nav-holder .tl-search-holder{
  float: left;
  margin: 20px 0 0 20px;
}
.tl-search-holder a .icomoon{
  color: #454545;
}
.tl-search-holder{
  position: relative;
}
.tl-search-holder .tl-search-inner{
  width: 250px;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  right: 0;
  top: 65px;
  opacity: 0;
  visibility: hidden;
}
.tl-search-holder:hover .tl-search-inner{
  opacity: 1;
  visibility: visible;
  top: 55px;
}
.tl-search-holder .tl-search-inner input{
  border: none;
  width: 82%;
  float: left;
  height: 44px;
  line-height: 44px;
  padding: 0 12px;
  font-size: 14px;
}
.tl-search-holder .tl-search-inner .btn-submit{
  float: right;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  color: #fff;
  border: none;
  background-color: #58c4a7;
}
.tl-cart-holder_v2{
  position: relative;
  z-index: 11;
}
.tl-cart-holder_v2:before{
  content: '';
  position: absolute;
  left: -10px;
  width: 90px;
  height: 100px;
  top: -25px;
  z-index: -1;
  border-radius: 0 5px 5px 0;
}
.tl-cart-holder_v2 .inner-cart{
  border: none;
  z-index: 99;
  top: 10px;
}
#tl-plumbing-wrapper .tl-cart-holder_v2 .inner-cart .icomoon{
  color: #fff;
}
.tl-cart-holder_v2 .inner-cart .number-selected{
  background-color: #fff;
}
/*================================================================*/
/*Banner Section Css*/
/*================================================================*/
.tl-banner-section{
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;
/*  height: 700px;*/
  background: url('../images/banner-bg-img1.jpg') top left no-repeat;
  background-size: cover;
  background-color: rgba(254,174,113,0.90);
  overflow: hidden;
}
.tl-banner-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgb(30, 168, 237);
}
.tl-banner-section::after {
  content: '';
  position: absolute;
  left: 0;
  top: -20px;
  width: 45%;
  height: 100%;
  z-index: -1;
  background-color: #2b2f88;
  -webkit-transform: rotate(20deg) scale(1.40) translateX(-90px);
  -moz-transform: rotate(20deg) scale(1.40) translateX(-90px);
  -ms-transform: rotate(20deg) scale(1.40) translateX(-90px);
  -o-transform: rotate(20deg) scale(1.40) translateX(-90px);
  transform: rotate(20deg) scale(1.40) translateX(-90px);
}
.tl-banner-section .container-fluid:before{

}
.tl-banner-section .container-fluid{
  padding: 70px 100px 100px;
}
#tl-banner-slider{
  float: left;
  width: 100%;
  position: relative;
}
#tl-banner-slider .owl-controls{
  margin: 0;
}
.tl-sider-item{
  float: left;
  width: 100%;
}
.tl-sider-item img{
  max-width: 100%;
}
.banner-text h2{
  font-size: 44px;
  line-height: 50px;
  margin: 0 0 25px;
  color: #fff;
}
.banner-text p{
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 30px;
  color: #929292;
}
.banner-text .tl-btn-style1:before{
  background: #525252;
}
.banner-text .tl-plan-listed{
  margin-bottom: 47px;
}
.banner-text .tl-plan-listed li{
  color: #fff;
}
.tl-banner-section .tl-banner-tabs-holder{
  padding-top: 90px;
}
.tl-banner-tabs-holder .nav-tabs{
  float: left;
  width: 100%;
  border: none;
  border-bottom: 5px solid #454545;
  margin: 0px 0 40px;
}
.tl-banner-tabs-holder .nav-tabs > li{
  border: none;
  padding: 0 20px;
  width: 24%;
  margin: 0 0 0 5px;
}
.tl-banner-tabs-holder .nav-tabs > li > a{
  font-size: 24px;
  border: none;
  padding: 0;
  color: #454545;
  text-align: center;
}
.tl-banner-tabs-holder .nav-tabs > li > a .fa{

}
.tl-banner-tabs-holder .nav-tabs > li > a .icomoon{
  display: block;
  margin-top: 20px;
  font-size: 80px;
  padding: 15px 3px 0;
  background-color: rgba(255,255,255,0);
}
.tl-banner-tabs-holder .nav-tabs > li.active a,.tl-banner-tabs-holder .nav-tabs > li.active a:hover,
.tl-banner-tabs-holder .nav-tabs > li a:focus,.tl-banner-tabs-holder .nav-tabs > li.active,.tl-banner-tabs-holder .nav-tabs > li.active a:focus{
  border: none;
  color: #454545;
  background-color: transparent;
}
.tl-banner-tabs-holder .nav-tabs > li.active a .fa-circle-o:before,.tl-banner-tabs-holder .nav-tabs > li.active a:hover .fa-circle-o:before,
.tl-banner-tabs-holder .nav-tabs > li a:focus .fa-circle-o:before{
  content: '\f058';
  color: #fff;
}
.tl-banner-tabs-holder .nav-tabs > li.active a .icomoon,.tl-banner-tabs-holder .nav-tabs > li.active a:hover .icomoon,
.tl-banner-tabs-holder .nav-tabs > li a:focus .icomoon{
  background-color: rgba(255,255,255,0.3);
}
.tl-banner-tabs-holder .nav-tabs > li a:hover,.tl-banner-tabs-holder .nav-tabs > li:hover a{
  background-color: transparent;
}
.tl-banner-tabs-holder .tab-content > .tab-pane{
  opacity: 0;
  visibility: hidden;
  display: block;
  overflow: hidden;
  height: 0;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
}
.tl-banner-tabs-holder .tab-content > .tab-pane.active{
  opacity: 1;
  visibility: visible;
  display: block;
  height: auto;
  overflow: visible;
  -webkit-transform: translateX(0px) scale(1);
  -moz-transform: translateX(0px) scale(1);
  -ms-transform: translateX(0px) scale(1);
  -o-transform: translateX(0px) scale(1);
  transform: translateX(0px) scale(1);
}
.tabs-text{
  float: left;
  width: 100%;
}
.tabs-text .left{
  float: left;
  width: 60%;
}
.tabs-text .left h3{
  font-size: 30px;
  float: left;
  color: #fff;
}
.tabs-text .left h3 span{
  font-weight: 400;
  font-size: 18px;
  display: block; 
  margin-top: 10px;
}
.tabs-text .left .tabs-price{
  font-size: 18px;
  float: right;
  color: #fff;
}
.tabs-text .tabs-price span{
  font-size: 24px;
  color: #fff;
  display: block;
}
.tabs-text .tl-btn-style1{
  float: right;
  background-color: #454545;
  color: #fff;
}
.tabs-text .tl-btn-style1:before{
  background-color: #525552;
}
/*================================================================*/
/*Banner Section Css*/
/*================================================================*/
.tl-banner-section_v2{
  float: left;
  width: 100%;
  background: url('../images/banner-img-01.jpg') top center no-repeat;
  background-size: cover;
  padding: 260px 0 70px;
}
.tl-banner-info{
  padding-top: 110px;
}
.tl-banner-info h2{
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  margin: 0 0 30px;
}
.tl-banner-info p{
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin: 0 0 55px;
}
.tl-quote-holder{
  float: left;
  width: 100%;
}
.tl-quote-holder h4{
  color: #fff;
  padding: 20px 37px 16px;
  margin: 0 0 -1px;
  display: inline-block;
  border-radius: 5px 5px 0 0;
}
.tl-quote-form{
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 30px 30px 10px;
  border-radius: 5px;
}
.tl-quote-form .inner-holder{
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.tl-quote-form .inner-holder label{
  font-size: 15px;
  color: #454545;
  display: block;
  text-align: left;
  margin: 0 0 13px;
}
.tl-quote-form input[type="text"],.tl-quote-form input[type="email"],
.tl-quote-form input[type="tel"],.tl-quote-form input[type="password"],.tl-quote-form select,.tl-quote-form textarea{
  float: left;
  width: 100%;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: none;
  background-color: #f0f0f0;
}
.tl-quote-form select option{
  padding: 8px 10px;
}
.tl-quote-form textarea{
  min-height: 80px;
}
.tl-quote-form .btn-submit{
  background-color: #1e3953;
  min-width: 210px;
  padding: 18px 30px;
  color: #fff;
  border: none;
}
.tl-quote-form .btn-submit:before{
  display: none;
}
/*================================================================*/
/*Inner Banner Css*/
/*================================================================*/
.tl-inner-banner{
  float: left;
  width: 100%;
  background: url('../images/43779164_s.jpg') left center  no-repeat  ;
  background-size: cover;
  padding: 38px 0 78px;

}
.tl-inner-banner1{
  float: left;
  width: 100%;
  background: url('../images/CP7.jpg') left center no-repeat;
  background-size: cover;
  padding: 38px 0 78px;

}
.tl-inner-banner2{
  float: left;
  width: 100%;
  background: url('../images/carrier3.jpg') left center no-repeat;
  background-size: cover;
  padding: 38px 0 78px;

}
/*.tl-inner-banner3{
  float: left;
  width: 100%;
  background: url('../images/cp5.jpg') left center no-repeat;
  background-size: cover;
  padding: 38px 0 78px;

}*/

.tl-inner-banner h3{
  font-size: 14px;
  float: left;
  font-weight: 700;
  margin: 0 0 5px;
}
.tl-inner-banner .tl-breadcrumb-listed{
  float: left;
}
.tl-breadcrumb-listed{
  padding: 0;
}
.tl-breadcrumb-listed li{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}
.tl-breadcrumb-listed li:first-child{
  padding-left: 0;
}
.tl-breadcrumb-listed li a{
  color: #fff;
}
.tl-breadcrumb-listed li:before{
  font-family: 'icomoon';
  content: '\e90b';
  font-size: 10px;
  margin-right: 10px;
}
.tl-breadcrumb-listed li:first-child:before{
  display: none;
}
/*=============================================================*/
/*Booking Section Css*/
/*=============================================================*/
.tl-booking-section{
  float: left;
  width: 100%;
}
.tl-booking-form-outer{
  float: left;
  width: 100%;
  margin-top: -60px;
  background-color:#ccc9c9;
  box-shadow: 0 0 4px rgba(0,0,0,0.10);
  padding: 48px 40px 20px;
  position: relative;
  z-index: 99;
}
.tl-booking-form-outer1{
  float: left;
  width: 100%;
  margin-top:-60px;
  background-color: #ccc9c9;
  box-shadow: 0 0 4px rgba(0,0,0,0.10);
  padding: 48px 40px 20px;
  position: relative;
  z-index: 99;
}
.tl-booking-form-outer h3{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  float: left;
}
.tl-booking-form-outer .top{
  margin-bottom: 27px;
}
.tl-booking-form-outer .tl-ribbon-holder{
  margin-right: -60px;
}
.tl-booking-form{
  clear: both;
  margin: 0 -15px;
}
.tl-ribbon-holder{
  font-size: 18px;
  float: right;
  padding: 15px 28px;
  margin-bottom: 27px;
  background-color: #454545;
  color: #ffffff;
  position: relative;
}
.tl-ribbon-holder:after{
  content: '';
  position: absolute;
  right: -20px;
  top: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid #292929;
}
.tl-ribbon-holder .icomoon{
  font-size: 24px;
  color: #afafaf;
  margin-right: 10px;
  float: left;
  margin-top: 2px;
}
.tl-booking-form .inner-holder{
  float: left;
  width: 20%;
  margin-bottom: 30px;
  padding: 0 15px;
}
.tl-booking-form .inner-holder input[type="text"],.tl-booking-form .inner-holder input[type="tel"],.tl-booking-form .inner-holder input[type="email"],
.tl-booking-form .inner-holder select{
  float: left;
  width: 100%;
  font-size: 15px;
  color: #939393;
  background-color: transparent;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  border: 2px solid #e4e4e4;
}
.tl-booking-form .inner-holder select option{
  padding: 10px;
}
.tl-booking-form .inner-holder label{
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
.tl-btn-booking{
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  border: none;
  padding: 14px 28px;
  color: #454545;
  text-align: left;
}
.tl-btn-booking .icomoon{
  float: right;
}
/*=============================================================*/
/*About Us Css*/
/*=============================================================*/
.tl-about-section{
  float: left;
  width: 100%;
}
.tl-about-section .tl-heading-outer{
  margin-bottom: 50px;
}
.tl-about-video-outer{
  float: left;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  position: relative;
}
.tl-about-video-outer .tl-caption{
  text-align: center;
  top: 40%;
}
.tl-about-video-outer .icomoon{
  font-size: 108px;
  color: #fff;
}
/*=============================================================*/
/*About Section 2 Css*/
/*=============================================================*/
.tl-about-section_v2{
  float: left;
  width: 100%;
}
.tl-about-section_v2 .tl-heading-outer h2{
  margin-bottom: 0;
}
.about-img-lrg{
  margin-top: -20px;
}
.tl-about-thumb img{
  max-width: 100%;
  height: auto;
}
.tl-about-text{
  float: left;
  width: 100%;
  padding-top: 80px;
}
.tl-about-text p{
  font-size: 18px;
  margin: 0 0 26px;
}
.tl-about-text .tl-plan-listed{
  padding-left: 20px;
  margin-bottom: 34px;
}
ul.tl-about-info-listed{
  float: left;
  width: 100%;
  padding: 28px 0 0;
  border-top: 2px solid #f1f1f1;
  text-align: center;
  margin: 0;
}
.tl-about-info-listed li{
  display: inline-flex;
  -webkit-display: inline-flex;
  display: -moz-inline-flex;
  width: 49%;
  padding-left: 60px;
}
.tl-about-info-listed .icomoon{
  display: inline-block;
  font-size: 18px;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  line-height: 50px;
  border: 2px solid;
  border-radius: 100%;
  text-align: center;
}
.tl-about-info-listed .text{
  font-size: 15px;
  overflow: hidden;
  color: #454545;
  text-align: left;
}
.tl-about-info-listed .text span{
  display: block;
  text-transform: uppercase;
}
/*=============================================================*/
/*Services Section Css*/
/*=============================================================*/
.tl-services-section{
  float: left;
  width: 100%;
}
.extraSpace{
  margin-top: -350px;
  padding-top: 430px;
  padding-bottom: 25px
}
.tl-services-item{
  float: left;
  width: 100%;
  margin-bottom: 70px;
  padding: 0 10px;
  text-align: center;
}
.tl-services-item .icomoon{
  font-size: 85px;
  display: inline-block;
  margin-bottom: 20px;
}
.tl-services-item h4{
  margin: 0 0 30px;
}
.th-bgColor .tl-services-item h4:hover,.th-bgColor .tl-services-item h4:hover a,.th-bgColor .tl-services-item h4 a:hover,
.th-bgColor .tl-services-item:hover h4{
  color: #454545;
}
.extraSpace .tl-services-item .icomoon{
  color: #fff;
}
.tl-services-item:hover .icomoon{
  -webkit-animation: toTopFromBottom 0.5s alternate;
     -moz-animation: toTopFromBottom 0.5s alternate;
      -ms-animation: toTopFromBottom 0.5s alternate;
       -o-animation: toTopFromBottom 0.5s alternate;
          animation: toTopFromBottom 0.5s alternate;
}
/*=============================================================*/
/*Services Section Variation 2 Css*/
/*=============================================================*/
.tl-services-section_v2{
  float: left;
  width: 100%;
  background-color: #fff4ec;
  padding-bottom: 15px;
}
.tl-services-section_v2 .tl-heading-outer_v3{
  padding-bottom: 55px;
  border-bottom: 2px solid #f8e5d8;
}
.tl-services-section_v2 .tl-services-item p{
  line-height: 30px;
  font-family:'Montserrat', sans-serif;
}
/*=============================================================*/
/*Services Section Variation 3 Css*/
/*=============================================================*/
.tl-services-section_v3{
  float: left;
  width: 100%;
}
.tl-services-section.tl-services-section_v3{
  padding-bottom: 0;
}
.tl-services-listed{
  float: left;
  width: 100%;
  border-bottom: 2px solid #f6f6f6;
}
.tl-services-listed .row > [class*="col-"]{
  border-right: 2px solid #f6f6f6;
  margin-bottom: 70px;
}
.tl-services-listed .row > [class*="col-"]:last-child{
  border-right: none;
}
.tl-services-listed .row > [class*="col-"] .tl-services-item{
  margin-bottom: 0;
}
.tl-services-listed .tl-services-item .icomoon{
  margin-bottom: 30px;
}
/*==============================================================*/
/*Additional Section Css*/
/*==============================================================*/
.tl-additional-section{
  float: left;
  width: 100%;
  background-color: #f5f5f5;
}
.tl-additional-section .tl-heading-outer{
  margin-bottom: 75px;
}
.tl-additional-section .tl-services-item{
  padding: 40px 35px 45px;
  background-color: #fff;
}
.tl-additional-section .tl-services-item h4{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}
.tl-additional-section .tl-services-item p{
  font-weight: 500;
}
.tl-additional-section .tl-services-item .icomoon{
  font-size: 60px;
  margin-bottom: 35px;
}
/*==============================================================*/
/*Customer Section Css*/
/*==============================================================*/
.tl-advantages-item{
  float: left;
  width: 100%;
}
.tl-advantages-item h4{
  padding: 26px 30px 18px;
  line-height: 24px;
  color: #fff;
  background-color: #1e3953;
  border-radius: 5px 5px 0 0;
}
.tl-advantages-listed{
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tl-advantages-listed li{
  font-size: 18px;
  line-height: 18px;
  color: #1e3953;
  padding: 20px 28px;
  margin-top: 5px;
  background-color: #f2f2f2;
}
.tl-advantages-listed li:before{
  font-family: 'icomoon';
  font-size: 14px;
  content: '\e91c';
  margin-right: 10px;
}
.tl-customer-item{
  float: left;
  width: 100%;
}
.tl-customer-item .tl-thumb{
  margin-bottom: 40px;
}
.tl-customer-item h4{
  margin: 0;
}
.tl-customer-item .title{
  font-size: 50px;
  font-weight: 600;
  color: #1e3953;
  display: block;
  margin: 0px;
}
.tl-customer-item .title a{
  color: #1e3953;
}
.tl-customer-item p{
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
/*==============================================================*/
/*Price Section Css*/
/*==============================================================*/
.tl-price-section{
  float: left;
  width: 100%;
}
.tl-price-table{
  float: left;
  width: 100%;
}
.tl-price-table tr th{
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  background-color: #454545;
}
.tl-price-table tr td{
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #454545;
}
.tl-price-table tr th,.tl-price-table tr td{
  padding: 16px 35px;
}
.tl-price-table tr{
  border: none;
  border-bottom: 1px solid #eaeaea;
}
.tl-price-table tr:last-child{
  border-bottom: none;
}
.tl-price-table tr:last-child td{
  padding-bottom: 0;
}
.tl-price-table td .price{
  font-weight: 500;
  float: left;
  margin-top: 7px;
}
.tl-price-table td .btn-order{
  float: right;
}
.btn-order{
  font-size: 14px;
  line-height: 14px;
  padding: 10px 15px;
  color: #454545;
  display: inline-block;
}
.btn-order .icomoon{
  float: right;
  margin-left: 12px;
}
/*==============================================================*/
/*Price Action Section Css*/
/*==============================================================*/
.tl-price-action-section{
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;
}
.tl-price-action-section:before{
  content: '';
  height: 60%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  background-color: #f2f2f2;
}
.tl-price-action-section .tl-heading-outer_v3{
  margin-bottom: 100px;
}
.tl-price-action-section .tl-heading-outer_v3 h2{
  color: #1e3953;
  margin: 0 0 20px;
  padding: 0;
}
.tl-price-action-section .tl-heading-outer_v3 h2:before{
  display: none;
}
.tl-price-action-section .tl-heading-outer_v3 p{
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.tl-prices-item{
  float: left;
  width: 100%;
  background-color: #1e3953;
  border-radius: 5px;
  padding-bottom: 45px;
  text-align: center;
}
.tl-prices-item:hover{
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.tl-prices-item .icomoon{
  font-size: 44px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  display: inline-block;
  margin: -40px 0 45px;
  border-radius: 5px;
}
.tl-prices-item .icomoon.icon-house{
  font-size: 60px;
}
.tl-prices-item h3{
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px;
}
.tl-prices-item .choose{
  font-size: 18px;
  display: block;
  padding: 15px 20px;
  background-color: #24415c;
  color: #fff;
}
.tl-prices-listed{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tl-prices-listed li{
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-top: 38px;
  cursor: pointer;
}
.tl-prices-listed li .fa{
  font-size: 6px;
  margin-right: 10px;
}
.btn-holder .tl-btn-style3{
  min-width: 165px;
}
/*==============================================================*/
/*Repairs Section Css*/
/*==============================================================*/
.tl-repairs-section{
  float: left;
  width: 100%;
}
.tl-repairs-listed{
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tl-repair-item{
  float: left;
  width: 100%;
  margin-bottom: 100px;
}
.tl-repair-info{
  float: left;
  width: 100%;
}
.tl-repair-info h3{
  font-size: 35px;
  font-weight: 600;
  color: #1e3953;
  margin: 0 0 30px;
}
.tl-repair-listed{
  float: left;
  width: 100%;
}
.tl-repair-listed li{
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  margin-bottom: 22px;
}
.tl-repair-listed li:last-child{
  margin-bottom: 0;
}
.tl-repair-listed li:before{
  font-family: 'icomoon';
  font-size: 14px;
  content: '\e91c';
  margin-right: 10px;
  display: inline-block;
  height: 30px;
}
/*==============================================================*/
/*Section Css*/
/*==============================================================*/
.tl-section{
  float: left;
  width: 100%;
}
.tl-section.pd-tb-100{
  padding-bottom: 60px;
}
.tl-pricing-outer,.tl-faq-outer,.tl-blog-outer{
  float: left;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #f5f5f5;
}
.tl-pricing-outer .tl-text-holder,.tl-faq-outer .tl-text-holder,.tl-blog-outer .tl-text-holder{
  padding: 50px 30px 20px 60px;
}
.tl-text-holder{
  float: left;
  width: 100%;
}
.tl-text-holder h4{
  margin: 0 0 27px;
}
.tl-faq-outer .tl-text-holder h4{
  font-weight: 500;
}
.tl-text-holder .tl-plan-listed{
  padding-left: 20px;
  margin-bottom: 30px;
}
.tl-plan-listed{
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tl-plan-listed li{
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 13px;
  position: relative;
}
.tl-plan-listed li:last-child{
  margin-bottom: 0;
}
.tl-plan-listed li::before {
  font-family:'FontAwesome';
  /*content:"\f105";*/
  font-size: 12px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  margin-right: 16px;
  color: #222;
  display: inline-block;
}
/*==============================================================*/
/*Faq Section Css*/
/*==============================================================*/
.tl-faq-section{
  float: left;
  width: 100%;
  padding-bottom: 60px;
}
.tl-accordian-item{
  float: left;
  width: 100%;
  margin: 0 0 30px
}
.tl-accordian-item h3{
  font-weight: 300;
  margin: 0 0 26px;
}
.tl-accordian-item .panel-default{
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.tl-accordian-item .panel-heading {
  border: none;
  line-height: 50px;
  padding: 0;
  border-radius: 0;
  border: 2px solid #e4e4e4;
  background-color: #fff;
}
.tl-accordian-item .panel-default > .panel-heading{
    border: 2px solid #e4e4e4;
    background-color: transparent;
}
.tl-accordian-item .panel-heading .panel-title > a{
  font-size: 16px;
  font-weight: 500;
  color: #454545;
  padding-left: 20px;
  display: block;
  position: relative;
}
.tl-accordian-item .panel-heading .panel-title > a:focus{
  outline: none;
  text-decoration: none;
}
.tl-accordian-item .panel-heading .panel-title > a:after{
  content:"\e92a";
  font-family: 'icomoon';
  font-size: 12px;
  color: #fff;
  float: right;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 46px;
  height: 52px;
  text-align: center;
  background-color: #454545;
}
.tl-accordian-item .panel-heading .panel-title > a:before{
  height: 52px;
  width: 12px;
  top: -1px;
  right: 39px;
  position: absolute;
  content: '';
  background-color: #454545;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
}
.tl-accordian-item .panel-body{
  padding: 20px 22px;
  line-height: 22px;
  background-color: transparent;
  border: 2px solid #e4e4e4;
}
.tl-accordian-item .panel-body .tl-text{
  overflow: hidden;
}
.tl-accordian-item .panel-body .tl-text h4{
  margin: 0 0 10px;
}
.tl-accordian-item .panel-body .tl-text p{
  margin: 0;
  font-size: 16px;
  color: #939393;
}
.tl-accordian-item .panel-default > .panel-heading + .panel-collapse > .panel-body{
  border-top: none;
  margin: 0 0 5px;
}
.tl-accordian-item .panel-heading .panel-title > a.collapsed:after{
  content:"\e92b";
}
/*==============================================================*/
/*Tabs Holder Css*/
/*==============================================================*/
.tl-right-listed .nav-tabs{
  float: right;
  border: none;
  margin: 4px 0 0 10px;
}
.tl-right-listed .nav-tabs > li{
  border: none;
  margin: 0 0 0 5px;
}
.tl-right-listed .nav-tabs > li > a{
  font-size: 16px;
  border: none;
  padding: 3px 5px;
  color: #999999;
}
.tl-right-listed .nav-tabs > li.active a,.tl-right-listed .nav-tabs > li.active a:hover,
.tl-right-listed .nav-tabs > li a:focus,.tl-right-listed .nav-tabs > li.active,.tl-right-listed .nav-tabs > li.active a:focus{
  border: none;
  color: #a4a4a4;
  background-color: transparent;
}
/*================================================================*/
/*Parallax Section Css*/
/*================================================================*/
.tl-parallax-section{
  float: left;
  width: 100%;
  padding: 120px 0 0;
  background: url(../images/parallax-bg-img-01.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 11;
}
.tl-parallax-section:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(28,51,86,0.90);
}
/*================================================================*/
/*Blog Section Css*/
/*================================================================*/
.tl-blog-section{
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.tl-blog-section .tl-heading-outer{
  margin-bottom: 20px;
}
.tl-blog-box{
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-color: transparent;
}
.tl-blog-box:after{
  display: none;
}
.tl-blog-box .tl-thumb{
  margin-bottom: 30px;
}
.tl-thumb:hover img{
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.tl-blog-box .tl-text-holder{
  float: left;
  width: 100%;
  padding: 0;
  background: transparent;
}
.tl-blog-box .tl-text-holder h2{
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
  margin: 0 0 30px;
}
.tl-blog-box .tl-text-holder p{
  color: #939393;
  margin: 0 0 35px;
}
.tl-blog-box .tl-text-holder p::selection{
  color: #454545;
}
.tl-blog-outer.tl-blog-box .bottom-text {
  margin-bottom: 20px;
}
.tl-blog-outer.tl-blog-box .bottom-text .tl-sm-thumb{
  float: left;
  margin-right: 20px;
}
.tl-blog-outer.tl-blog-box .bottom-text .listed{
  float: left;
}
.tl-testimonial-info{
  float: left;
  width: 100%;
  margin: 0 0 42px;
  padding: 0 50px 0 75px;
  position: relative;
}
.tl-testimonial-info:before{
  content: '';
  position: absolute;
  left: 45px;
  top: 0;
  width: 4px;
  height: 80px;
  border-radius: 2px;
}
.tl-testimonial-info h3{
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 12px;
}
.tl-testimonial-info span{
  font-size: 16px;
  color: #939393;
  display: block;
}
.tl-list-info{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.tl-list-info h4{
  font-size: 24px;
  color: #454545;
  margin: 0 0 26px;
}
.tl-list-info ul{
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tl-list-info ul li{
  font-size: 16px;
  color: #939393;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 13px;
}
.tl-list-info ul li:last-child{
  margin-bottom: 0;
}
.tl-list-info ul li:before{
  content: '';
  position: absolute;
  left: 10px;
  top: 7px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #939393;
}
.tl-list-info_v2{
  margin-bottom: 45px;
}
.tl-list-info_v2 ul li{
  padding-left: 0;
}
.tl-list-info_v2 ul li:before{
  display: none;
}
.tl-blog-box .tl-text-holder .tl-meta-listed{
  margin-bottom: 18px;
}
.tl-blog-box .tl-text-holder .tl-readmore{
  margin-bottom: 15px;
}
.tl-readmore{
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
.tl-blog-box .tl-text-holder p{
  color: #656565;
  margin-bottom: 20px;
}
.tl-blog-item{
  float: left;
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #eaeaea;
}
.tl-blog-item .tl-text-holder h3{
  font-size: 24px;
  font-weight: 600;
}
#tl-blog-slider,#tl-blog-slider_v2{
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;
}
.tl-blog-outer .tl-text-holder{
  position: relative;
  padding-bottom: 10px;
  z-index: 11;
}
.tl-blog-outer .tl-text-holder h4{
  margin: 0 0 15px;
}
.tl-blog-outer .tl-text-holder .work{
  display: block;
  font-size: 16px;f
  font-weight: 500;
  color: #939393;
  margin-bottom: 13px;
}
.tl-blog-outer .tl-text-holder p{
  color: #939393;
  line-height: 30px;
  margin-bottom: 30px;
}
.tl-blog-outer .tl-text-holder .tl-btn-style1{
  float: left;
}
.tl-blog-outer:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 110px;
  width: 100%;
  background-color: #eaeaea;
  z-index: 1;
}
.tl-blog-outer .tl-text-holder .bottom-text{
  float: left;
  width: 100%;
}
.tl-blog-outer .bottom-text .tl-sm-thumb{
  float: right;
  margin-bottom: 0;
}
.tl-blog-outer .bottom-text .listed{
  float: right;
  margin-top: 25px;
}
.bottom-text .listed li{
  font-size: 16px;
  color: #939393;
  padding-right: 26px;
  display: inline-block;
}
.bottom-text .listed li .icomoon{
  color: #939393;
  margin-right: 5px;
}

#tl-blog-slider .owl-controls{
  margin: 0;
  position: absolute;
  z-index: 11;
  float: left;
  width: 100%;
  padding: 25px 20px;
  bottom: 0;
  left: 0;
}
#tl-blog-slider .owl-dots .owl-dot span{
  margin: 0 4px;
  font-size: 12px;
}
#tl-blog-slider .owl-controls .owl-nav [class*=owl-]{
  background-color: transparent;
  padding: 0;
}
#tl-blog-slider .owl-controls .owl-nav .owl-prev{
  float: left;
}
#tl-blog-slider .owl-controls .owl-nav .owl-next{
  float: right;
}
#tl-blog-slider .owl-controls .owl-nav .owl-prev:before{
  font-family: 'FontAwesome', 'Montserrat';
  font-size: 16px;
  line-height: 30px;
  content: '\f177  Prev';
  color: #fff;
}
#tl-blog-slider .owl-controls .owl-nav .owl-next:before{
  font-family: 'FontAwesome', 'Montserrat';
  font-size: 16px;
  content: 'Next  \f178';
  color: #fff;
}
#tl-blog-slider_v2 .owl-controls{
  margin: 0;
  position: absolute;
  z-index: 11;
  float: left;
  width: 100%;
  padding: 25px 20px;
  bottom: 0;
  left: 0;
}
#tl-blog-slider_v2 .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  margin: 0 4px;
  background-color: transparent;
}
/*=============================================================*/
/*Blog Detail Section Css*/
/*=============================================================*/
.tl-blog-detail-info{
  float: left;
  width: 100%;
  border: none;
}
.tl-blog-detail-info .tl-top-holder{
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.tl-blog-detail-info .tl-thumb{
  margin-bottom: 30px;
}
.tl-blog-detail-info .tl-text-holder{
  padding: 0;
}
.tl-blog-detail-info .tl-text-holder > p{
  margin-bottom: 18px;
}
.tl-blog-detail-info .tl-text-holder h4{
  font-size: 20px;
  margin: 0 0 25px;
}
ul.tl-blog-listed{
  float: left;
  width: 100%;
  padding-left: 35px;
  margin-bottom: 25px;
}
ul.tl-blog-listed li{
  font-size: 15px;
  font-weight: 400;
  color: #2c2c2c;
  margin-bottom: 7px;
  list-style: decimal;
}
.tl-blog-listed li:last-child{
  margin-bottom: 0;
}
.tl-bottom-holder{
  float: left;
  width: 100%;
  margin-bottom: 45px;
}
.tl-tags-listed span{
  font-size: 14px;
  margin-right: 14px;
  color: #2c2c2c;
}
.tl-tags-listed a{
  font-size: 12px;
  color: #a5a5a5;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #eaeaea;
  margin-right: 8px;
}
.tl-share-holder{
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 18px;
  border-bottom: 2px solid #f5f5f5;
}
.tl-share-holder h5{
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
  float: left;
}
.tl-share-holder .share-images{
  float: right;
}
.share-images li{
  display: inline-block;
  list-style: none;
}
.tl-share-holder .tl-social-links{
  display: inline-block;
}
.tl-share-holder .tl-social-links li{
  margin: 0 4px;
}
.tl-share-holder .tl-social-links li a{
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 100%;
  border: none;
  color: #fff;
}
.tl-social-links li .icomoon{
  display: inline-block;
}
.tl-share-holder .tl-social-links li a:before{
  border-radius: 100%;
}
.tl-fb-icon a{
  background-color: #3b5998;
}
.tl-tw-icon a{
  background-color: #55acee;
}
.tl-gp-icon a{
  background-color: #dd4b39;
}
.tl-author-holder{
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 65px;
}
.tl-author-holder .tl-thumb:hover img{
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.tl-author-info{
  float: left;
  width: 100%;
}
.tl-author-info h3{
  font-size: 20px;
  margin: 0 0 17px;
}
.tl-author-holder .tl-author-info p{
  margin-bottom: 8px;
  color: #939393;
}
.tl-social-links_v2 li{
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
}
.tl-social-links_v2 li a{
  color: #a5a5a5;
}
.tl-comments-holder{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.tl-comments-holder h3{
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 12px;
  border-bottom: 3px dotted;
  margin: 0 0 27px;
}
.tl-comments-listed{
  float: left;
  width: 100%;
}
.tl-comments-listed > li ul{
  padding-left: 65px;
}
.tl-comments-listed > li{
  float: left;
  width: 100%;
}
.tl-comments-listed > li ul{
  padding-left: 100px;
}
.tl-comments-listed > li:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tl-comments-info{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.tl-comments-info .tl-iconbox{
  float: left;
  font-size: 26px;
  width: 67px;
  height: 67px;
  line-height: 67px;
  background-color: #f0f0f0;
  border-radius: 100%;
  margin-right: 27px;
  color: #d8d8d8;
  text-align: center;
}
.tl-comments-info .text-holder{
  overflow: hidden;
}
.tl-comments-info .text-holder .top{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.tl-comments-info .text-holder .top h5{
  float: left;
}
.tl-comments-info .text-holder .top .reply{
  float: right;
}
.tl-comments-info .text-holder h5{
  font-size: 16px;
  font-weight: 700;
}
.tl-comments-info .reply{
  font-size: 16px;
  font-weight: 600;
  color: #454545;
}
.tl-comments-info .reply .icomoon{
  display: inline-block;
  margin-right: 5px;
}
.tl-video-box{
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;
}
.tl-video-box .tl-caption{
  float: left;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.70);
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 145px;
}
.tl-video-box .tl-caption .icomoon{
  font-size: 110px;
  color: #fff;
  display: inline-block;
}
.tl-video-box .tl-caption:hover .icomoon{
  -webkit-animation: toTopFromBottom 0.5s ease-in-out;
     -moz-animation: toTopFromBottom 0.5s ease-in-out;
      -ms-animation: toTopFromBottom 0.5s ease-in-out;
       -o-animation: toTopFromBottom 0.5s ease-in-out;
          animation: toTopFromBottom 0.5s ease-in-out;
}
.tl-blog-outer_v2 .tl-text-holder{
  padding-left: 90px;
  padding-right: 90px;
}
/*================================================================*/
/*Pagination Section Css*/
/*================================================================*/
.tl-pagination-row{
  float: left;
  width: 100%;
  padding: 23px 30px;
  background: #f5f5f5;
  text-align: center;
}
.tl-pagination-row .pagination{
  border: none;
}
.tl-pagination-row .pagination li{
  display: inline-block;
}
.tl-pagination-row .pagination li a{
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #454545;
  border: none;
  border-radius: 0;
  background-color: transparent;
  display: inline-block;
  padding: 8px 13px;
}
.tl-pagination-row .pagination li .fa{
  margin: 0 2px;
}
.tl-pagination-row .pagination li:first-child{
  margin-right: 40px;
}
.tl-pagination-row .pagination li:last-child{
  margin-left: 40px;
}
/*================================================================*/
/*Services Section Css*/
/*================================================================*/
.tl-services-section{
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.tl-service-item{
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.tl-service-item .icon-box{
  font-size: 30px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  color: #fff;
  border-radius: 100%;
  z-index: 11;
}
.tl-service-item .icon-box:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-radius: 100%;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.tl-service-item h4{
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 17px;
}
.tl-service-item p{
  font-size: 14px;
  line-height: 24px;
  color: #656565;
  margin: 0;
}
.tl-service-item:hover .icon-box:before{
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*================================================================*/
/*Call To Action Section Css*/
/*================================================================*/
.tl-call-to-action-section{
  float: left;
  width: 100%;
  padding-top: 80px;
  background-color: #fff4ec;
}
.tl-call-to-action-text{
  width: 700px;
  margin: 0 auto 50px;
  text-align: center;
}
.tl-call-to-action-text h3{
  margin: 0 0 26px;
}
.tl-call-to-action-text p{
  font-size: 18px;
}
.tl-call-action-listed{
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tl-call-action-listed li{
  font-size: 18px;
  float: left;
  width: 50%;
  list-style: none;
  text-align: center;
  background-color: #454545;
  padding: 20px 20px;
  color: #fff;
}
.tl-call-action-listed .btn-call a{
  color: #454545;
}
.tl-call-action-listed li a{
  color: #fff;
}
.tl-call-action-listed li .icomoon{
  margin-left: 35px;
  display: inline-block;
}
/*================================================================*/
/*Call To Action Section Variation 2 Css*/
/*================================================================*/
.tl-call-to-action-section_v2{
  float: left;
  width: 100%;
  background-color: #f5f5f5;
}
.tl-call-to-action-section_v2 .tl-heading-outer p{
  margin-bottom: 48px;
}
.tl-call-to-action-section_v3{
  padding: 0;
}
.tl-call-action-listed_v2 li{
  padding-top: 30px;
  padding-bottom: 26px;
}
.tl-call-action-listed_v2 .btn-call{
  width: 70%;
}
.tl-call-action-listed_v2 .btn-call a{
  color: #fff;
  text-decoration: underline #5ac4a7;
}
#tl-plumbing-wrapper .tl-call-action-listed_v2 li.btn-call{
  background-color: #1e3953;
}
.tl-call-action-listed_v2 .btn-appointment{
  width: 30%;
  text-align: left;
  text-transform: uppercase;
  color: #1e3953;
}
.tl-call-action-listed_v2 .btn-appointment a{
  color: #1e3953;
}
/*================================================================*/
/*Testimonial Section Css*/
/*================================================================*/
.tl-testimonial-section{
  float: left;
  width: 100%;
  background-color: #fff;
}
.tl-testimonial-inner{
  float: left;
  width: 100%;
  margin-bottom: -100px;
}
.tl-testimonial-inner .tl--test-thumb{
  float: right;
  width: 40%;
}
#tl-testimonial-slider{
  float: left;
  width: 60%;
  background-color: #f5f5f5;
  text-align: center;
  padding: 100px 70px 78px;
  position: relative;
}
#tl-testimonial-slider:before{
  content: '“';
  font-size: 600px;
  line-height: 460px;
  color: #ededed;
  position: absolute;
  top: 0;
  left: 30px;
}
#tl-testimonial-slider:after{
  content: '';
  position: absolute;
  right: 35%;
  bottom: -50px;
  width: 0;
  height: 0;
  border-right: 75px solid #f5f5f5;
  border-left: 75px solid transparent;
  border-bottom: 50px solid transparent;
}
.tl-sm-thumb{
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  border-radius: 100%;
  display: inline-block;
}
.tl-sm-thumb img{
  border-radius: 100%;
}
#tl-testimonial-slider p{
  font-size: 18px;
  color: #454545;
  margin-bottom: 27px;
}
#tl-testimonial-slider h3{
  font-weight: 500;
  margin-bottom: 30px;
}
#tl-testimonial-slider .item span{
  font-size: 16px;
  color: #454545;
  display: block;
}
#tl-testimonial-slider .item span a{
  color: #454545;
  text-decoration: underline;
}
#tl-testimonial-slider .owl-controls{
  margin: 0;
}
#tl-testimonial-slider .owl-dots .owl-dot span{
  margin: 0 4px;
  font-size: 12px;
}
/*============================================================*/
/*Pagination Row Css*/
/*============================================================*/
.tl-pagination-row{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.tl-pagination-listed{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.tl-pagination-listed li{
  display: inline-block;
  margin: 0 3px;
}
.tl-pagination-listed li a{
  font-size: 14px;
  color: #2c2c2c;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
}
.tl-pagination-listed li a:hover,.tl-pagination-listed li.active a{
  color: #fff;
}
/*============================================================*/
/*Social Section Css*/
/*============================================================*/
.tl-social-section{
  float: left;
  width: 100%;
  padding-top: 195px;
  background-color: #454545;
}
.tl-social-innner{
  float: left;
  width: 100%;
  padding: 0 130px;
  text-align: center;
}
.tl-social-innner h2{
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  margin: 0 0 28px;
  color: #fff;
}
.tl-social-innner p{
  font-size: 18px;
  color: #929292;
  margin: 0 0 45px;
}
.tl-social-innner p a{
  color: #fff;
}
.tl-social-innner .tl-social-links li{
  margin: 0;
  padding: 0 20px;
}
.tl-social-innner .tl-social-links li a{
  font-size: 40px;
  border: none;
  padding: 0;
}
.tl-social-innner .tl-social-links li a:before{
  display: none;
}
.tl-wrapper .tl-social-innner .tl-social-links li a:hover,.tl-wrapper .tl-social-innner .tl-social-links li a:hover .icomoon,.tl-wrapper .tl-social-innner .tl-social-links li:hover a,
.tl-wrapper .tl-social-innner .tl-social-links li:hover a .icomoon{
  color: #fff;
}
/*============================================================*/
/*Partners Section Css*/
/*============================================================*/
.tl-partners-section{
  float: left;
  width: 100%;
  background-color: #fff;
}
#tl-partners-listed{
  float: left;
  width: 100%;
  padding: 64px 0;
  border-bottom: 2px solid #f5f5f5;
  margin: 0;
}
#tl-partners-listed .item{
  text-align: center;
}
#tl-partners-listed .item img{
  max-width: 100%;
  width: auto;
  opacity: 0.2;
  display: inline-flex;
}
#tl-partners-listed .item:hover img{
  opacity: 0.8;
}
/*============================================================*/
/*Exclusive Section Css*/
/*============================================================*/
.tl-exclusive-section{
  float: left;
  width: 100%;
  background: url('../images/price-bg-img.png') top center no-repeat;
  background-size: cover;
}
.tl-exclusive-section .row{
  margin-left: 0;
  margin-right: 0;
}
.tl-exclusive-section .row [class*="col-"]{
  padding-left: 0;
  padding-right: 0;
}
.tl-featured-holder{
  clear: both;
  background-color: #fff;
}
.tl-price-thumb{
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tl-price-thumb img{
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: all 0.6s ease-in-out;
}
.tl-price-thumb:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tl-price-thumb .tl-caption{
  float: left;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.tl-price-thumb .btn-price{
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}
.tl-price-info{
  float: left;
  width: 100%;
  padding: 45px 40px 30px;
  background-color: #fff;
}
.tl-price-info h3{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.tl-price-info span{
  font-size: 14px;
  color: #a8b1b7;
  display: block;
  margin-bottom: 15px;
}
.tl-price-info .tl-meta-listed{
  margin-bottom: 25px;
}
.tl-price-info p{
  color: #656565;
  margin-bottom: 20px;
}
.tl-price-info h5{
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 17px;
}
ul.tl-featured-listed{
  float: left;
  width: 100%;
  padding: 0 0 0 14px;
}
ul.tl-featured-listed li{
  font-size: 13px;
  font-weight: 600;
  color: #656565;
  width: 33.33%;
  float: left;
  margin-bottom: 13px;
  list-style: outside;
}
/*============================================================*/
/*Team Section Css*/
/*============================================================*/
.tl-team-section{
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.tl-team-section .tl-heading-outer{
  margin-bottom: 30px;
}
.tl-team-item{
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 50px;
  position: relative;
  z-index: 11;
}
.tl-team-item:before{
  content: '';
  position: absolute;
  height: 100%;
  width: 90%;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.tl-team-item > img{
  position: relative;
  z-index: 11;
}
.tl-team-item .tl-caption{
  top: inherit;
  bottom: 20px;
  z-index: 11;
  height: 105px;
  overflow: hidden;
  padding: 32px 20px;
  text-align: center;
  background-color: rgba(0,0,0,0.80);
}
.tl-team-item:hover .tl-caption{
  height: 150px;
}
.tl-team-item .tl-caption h3{
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 8px;
}
.tl-team-item .tl-caption h3 a{
  color: #fff;
}
.tl-team-item .tl-caption .desination{
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-bottom: 22px;
}
.tl-team-item .tl-caption .tl-social-links{
    -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
}
.tl-team-item:hover .tl-caption .tl-social-links{
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.tl-team-item .tl-caption .tl-social-links li a{
  color: #fff;
}
.tl-team-item .tl-text-holder{
  float: left;
  width: 100%;
  padding: 17px 20px;
}
.tl-team-item .tl-text-holder h3{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.tl-text-holder .desination{
  font-size: 12px;
  color: #a5a5a5;
  display: block;
  margin-bottom: 12px;
}
.tl-text-holder .phone{
  font-size: 15px;
  font-weight: 600;
}
.tl-text-holder .ft-listed{
  margin-bottom: 20px;
}
.tl-text-holder .ft-listed li{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.tl-text-holder .phone .fa{
  margin-right: 8px;
}
.tl-team-services-info{
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 60px 30px 40px;
  position: relative;
  border-left: 1px solid #eaeaea;
}
.tl-team-services-info strong{
  font-size: 13px;
  font-weight: 700;
  display: block;
  margin-bottom: 13px;
  color: #0b2b5a;
}
.tl-team-services-info p{
  font-size: 15px;
  color: #2c2c2c;
  line-height: 26px;
  margin: 0;
}
.tl-team-services-info .btn-more {
    background-color: #f7f7f7;
    color: #a5a5a5;
    font-size: 18px;
    height: 110%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    z-index: 99;
}
.tl-team-services-info .btn-more .fa {
    position: absolute;
    top: 49%;
}
.tl-team-list-item{
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.tl-team-list-item .tl-text-holder p{
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0px;
}
/*============================================================*/
/*Team Detail Css*/
/*============================================================*/
.tl-listing-outer{
  float: left;
  width: 100%;
}
.tl-team-info-holder{
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.tl-team-info-holder p{
  margin-bottom: 25px;
}
.tl-social-links li{
  padding: 0 7px;
  display: inline-block;
}
.tl-social-links li a{
  font-size: 16px;
  color: #454545;
  text-align: center;
  position: relative;
  z-index: 11;
}
.tl-social-links li a:hover .icomoon,.tl-social-links li a:hover .fa{
  -webkit-animation: toRightFromLeft 0.4s ease-in-out;
     -moz-animation: toRightFromLeft 0.4s ease-in-out;
      -ms-animation: toRightFromLeft 0.4s ease-in-out;
       -o-animation: toRightFromLeft 0.4s ease-in-out;
          animation: toRightFromLeft 0.4s ease-in-out;
}
/*=============================================================*/
/*Features Section Css*/
/*=============================================================*/
.tl-features-section{
  float: left;
  width: 100%;
  background-color: #f5f5f5;
}
.tl-plan-listed_v2{
  padding: 0;
  margin: 0 -15px;
}
.tl-plan-listed_v2 li{
  width: 33.33%;
  float: left;
  padding: 0 15px;
  margin-bottom: 13px;
}

/*=============================================================*/
/*Advantages Section Css*/
/*=============================================================*/
.tl-advantages-section{
  float: left;
  width: 100%;
  padding: 80px 0;
  background-color: #454545;
  text-align: center;
}
.tl-advantages-section h3{
  color: #fff;
  font-weight: 400;
  margin: 0 0 25px;
}
.tl-wrapper .tl-clients-listed{
  margin: 0 auto;
}
.tl-clients-listed{
  padding: 0;
  margin: 0 auto;
  clear: both;
  display: inline-block;
  width: 700px;
}
.tl-clients-listed li{
  display: inline-block;
  padding: 0 35px;
  border-right: 1px solid #545454;
}
.tl-clients-listed li:first-child{
  padding-left: 0;
  text-align: right;
}
.tl-clients-listed li:last-child{
  border-right: none;
  text-align: left;
}
.tl-clients-listed li strong{
  font-size: 50px;
  line-height: 4p4x;
  color: #fff;
  margin: 0;
  display: block;
}
.tl-clients-listed li span{
  font-size: 24px;
  display: block;
}
/*=============================================================*/
/*Product Section Css*/
/*=============================================================*/
.tl-product-section{
  float: left;
  width: 100%;
  padding-bottom: 60px;
}
.tl-product-section_v2{
  padding-bottom: 100px;
}
.bg-grey{
  background-color: #f2f2f2;

}
.tl-pro-item{
  float: left;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
.tl-pro-item .tl-thumb{
  margin: 0 0 15px;
  border: 2px solid #f3f3f3;
}
.tl-pro-item .tl-thumb .caption{
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.tl-pro-item .tl-thumb:after,.tl-pro-item .tl-thumb:before{
  display: none;
  opacity: 0;
  visibility: hidden;
}
.tl-pro-item .tl-thumb:hover .caption{
  float: left;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.50);
}
.tl-pro-item .tl-thumb .caption_v2{
  background-color: rgba(255,255,255,0.50);
}
.tl-pro-item .tl-thumb:hover .caption h3{
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.tl-pro-item .caption h3{
  font-size: 24px;
  color: #939393;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tl-pro-item .caption .new{
  font-size: 14px;
  line-height: 14px;
  padding: 10px 15px;
  background-color: #0cbe2d;
  color: #fff;
  display: inline-block;
  float: right;
  margin: 20px 20px 0 0;
}
.tl-pro-item .caption .redbg{
  background-color: #dc0303;
}
.tl-pro-item .tl-thumb:hover img{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tl-pro-item .tl-thumb:hover .cart-hold .icomoon,.tl-pro-item .tl-thumb:hover .readmore-hold .icomoon{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.tl-pro-item .tl-thumb:hover .cart-hold .icomoon,.tl-pro-item .tl-thumb:hover .cart-hold span,.tl-pro-item .tl-thumb:hover .readmore-hold .icomoon,.tl-pro-item .tl-thumb:hover .readmore-hold span{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.tl-pro-item .tl-thumb .cart-hold .icomoon{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
}
.tl-pro-item .tl-thumb .readmore-hold .icomoon{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
}
.tl-pro-item .tl-thumb .caption_v2 .readmore-hold span{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-90px) translateY(0);
  -moz-transform: translateX(-90px) translateY(0);
  -ms-transform: translateX(-90px) translateY(0);
  -o-transform: translateX(-90px) translateY(0);
  transform: translateX(-90px) translateY(0);
}
.tl-pro-item .tl-thumb .readmore-hold span{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-90px);
  -moz-transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  -o-transform: translateX(-90px);
  transform: translateX(-90px);
}
.tl-pro-item .tl-thumb .cart-hold span{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(90px);
  -moz-transform: translateX(90px);
  -ms-transform: translateX(90px);
  -o-transform: translateX(90px);
  transform: translateX(90px);
}
.tl-pro-item .caption .icons-holder{
  position: absolute;
  top: 42%;
  float: left;
  width: 100%;
}
.tl-pro-item .caption .icons-holder li{
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  padding: 0 4px;
  color: #fff;
}
.tl-pro-item .caption .icons-holder li a{
  color: #fff;
}
.tl-pro-item .caption .icons-holder li .icomoon{
  font-size: 22px;
  line-height: 55px;
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #454545;
  margin: 0;
}
.tl-pro-item .caption .icons-holder li span{
  display: block;
}
.tl-pro-item .text-holder{
  float: left;
  width: 100%;
}
.tl-pro-item .text-holder .pro-title{
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin: 0 0 10px;
}
.tl-pro-item .text-holder .pro-title span{
  font-style: italic;
  color: #939393;
}
.tl-pro-item .text-holder .pro-price{
  font-size: 20px;
  line-height: 20px;
  font-style: inherit;
}
.tl-pro-item .text-holder .pro-price span{
  font-size: 15px;
  color: #939393;
  margin-left: 3px;
  text-decoration: line-through;
}
.tl-pro-topholder{
  float: left;
  width: 100%;
  padding: 38px 35px;
  background-color: #f5f5f5;
  margin: 0 0 48px;
  display: block;
}
.tl-pro-topholder h4{
  font-weight: 500;
  margin: 0 0 22px;
}
.tl-pro-topholder h4 span{
  font-size: 16px;
  color: #939393;
  margin-left: 15px;
}
.tl-pro-topholder .select-inner-holder{
  float: left;
  margin-right: 48px;
}
.select-inner-holder span{
  font-size: 16px;
  color: #454545;
  padding-right: 30px
}
.select-inner-holder select{
  font-size: 15px;
  color: #939393;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  background-color: #fff;
  min-width: 270px;
  border: 2px solid #e4e4e4;
}
.select-inner-holder_v2 select{
  min-width: 115px;
}
.tl-pro-topholder .tl-sort,.tl-pro-topholder .found-pages{
  font-size: 15px;
  font-weight: 600;
  color: #2c2c2c;
  display: inline-block;
  padding-right: 10px;
}
.tl-pro-topholder .found-pages{
  float: right;
  margin-top: 5px;
}
.tl-product-inner-outer .tl-pagination-row{
  margin-top: 30px;
}
.tl-product-inner-outer .tl-pagination-row .product-list{
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  float: left;
}
.tl-product-inner-outer .tl-pagination-row .pagination{
  float: right;
}
.tl-pro-list-row .tl-pro-item .tl-thumb{
  float: left;
  width: auto;
}
.tl-pro-list-row .tl-pro-item .text-holder{
  overflow: hidden;
  width: auto;
  float: none;
  padding: 37px 0 0 30px;
}
.tl-pro-list-row .tl-pro-item .text-holder .pro-title{
  font-size: 24px;
  margin: 0 0 24px;
}
.tl-pro-list-row .tl-pro-item .text-holder .pro-price{
  margin-bottom: 32px;
  display: block;
}
.tl-pro-list-row .tl-pro-item .text-holder p{
  line-height: 30px;
}
.tl-product-slider-outer{
  float: left;
  width: 100%;
}
.tl-product-slider-outer h3,.tl-review-holder h3,.tl-product-slider-outer h3.pro-heading{
  font-weight: 600;
  margin: 0 0 25px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e9e9e9;
  color: #1e3953;
}
#tl-product-slider{
  float: left;
  width: 100%;
  position: relative;
}
#tl-product-slider .owl-controls{
  position: absolute;
  right: 0;
  top: -70px;
  width: auto;
}
#tl-product-slider .owl-controls .owl-nav [class*=owl-]{
  background-color: transparent;
  padding: 0;
  margin: 0 0 0 20px;
}
#tl-product-slider .owl-controls .owl-nav .owl-prev:before{
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 30px;
  content: '\f177';
  color: #454545;
}
#tl-product-slider .owl-controls .owl-nav .owl-next:before{
  font-family: 'FontAwesome';
  font-size: 16px;
  content: '\f178';
  color: #454545;
}
#tl-product-slider .tl-pro-item .tl-thumb{
  border: none;
  background-color: #fff;
}

/*===========================================================================*/
  /*Product Detail Section Css Satrt*/
/*===========================================================================*/
.product{
  float: left;
  width: 100%;
}
.product .product-slider-holder{
  float: left;
  width: 100%;
  margin: 0 0 50px;
}
.product .product-slider-holder .tl-pro-item{
  margin-bottom: 0;
}
.product-slider-holder .bx-wrapper{
  margin: 0 0 5px;
}
.product-slider-holder .bx-wrapper .bx-viewport{
  border: none;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  left: inherit;
  background-color: transparent;
}
.product-slider-holder .bx-wrapper .bx-controls{
  display: none;
}
.product-slider-holder #bx-pager > a{
  float: left;
  width: 22.5%;
  border: 2px solid #f3f3f3;
  display: block;
  margin-right: 10px;
}
.product-slider-holder #bx-pager > a:last-child{
  margin-right: 0;
}
.product-slider-holder #bx-pager img{
  width: 100%;
}
.product .summary{
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.product .summary .tl-contact-form{
  margin-bottom: 60px;
}
.product .summary h2{
  margin: 0 0 27px;
}
.product .summary p{
  margin: 0 0 20px;
}
.product .summary .price .amount{
  font-size: 30px;
  line-height: 30px;
  color: #282828;
  display: block;
}
.product .summary .price .small-amount{
  font-size: 14px;
  color: #828282;
}
.product .summary .pro-title{
  margin: 25px 0 20px;
  font-weight: 600;
}
.product .summary .cart{
  float: left;
  width: 100%;
  margin: 10px 0 25px;
}
.product .summary .product-quantity{
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.product .summary .product-quantity strong{
  font-size: 15px;
  float: left;
  font-weight: 600;
  color: #454545;
  line-height: 45px;
  margin-right: 40px;
}
.product-quantity .input-append.spinner{
  float: left;
  border: 2px solid #e4e4e4;
  width: 170px;
  padding: 0 15px;
  height: 45px;
}
.product-quantity .input-append.spinner input{
  display: inline-block;
  width: 98px;
  height: 40px;
  border: none;
  text-align: center;
}
.summary .pro-price{
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 14px;
}
.summary .pro-price span{
  font-size: 18px;
   color: #939393;
   text-decoration: line-through;
}
.summary .pro-price
.product_meta{
  float: left;
  width: 100%;
}
.summary .bottom .tl-rating{
  float: left;
}
.summary .bottom .review-list{
  float: left;
  padding-left: 10px;
}
.review-list{
  margin: 0;
}
.review-list li{
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  color: #454545;
  padding: 0 8px;
  border-right: 1px solid #454545;
  display: inline-block;
}
.review-list li:first-child{
  border-right: none;
}
.product_meta > li{
  margin-bottom: 16px;
  font-weight: 600;
}
.product_meta > li a
.product_meta > li{
  display: block;
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
  color: #383838;
}
.product_meta > li a,.product_meta > li span{
  font-size: 15px;
  font-weight: 400;
  color: #939393;
}
.btn-cart .wocommerace-button{
  border: none;
}
.tl-cart-listed li{
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  color: #454545;
}
.tl-cart-listed li a{
  padding: 18px 30px;
  color: #454545;
  display: block;
}
.tl-cart-listed li .icomoon{
  float: left;
  margin-top: 4px;
  margin-left: 0;
  margin-right: 6px;
}
.btn-wishist a{
  color: #454545;
}
.tl_tabs-box2{
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.tl_tabs-box2 .nav-tabs{
  float: left;
  width: 100%;
  margin: 0 0 30px;
  border-bottom: 1px solid #e1e1e1;
}
.tl_tabs-box2 .nav-tabs > li{
  float: left;
  padding: 0 1px 0 0;
  margin: 0;
  border: none;
}
.tl_tabs-box2 .nav-tabs > li:last-child{
  padding: 0;
}
.tl_tabs-box2 .nav-tabs > li > a{
  font-size: 16px;
  background-color: transparent;
  color: #282828;
    border-radius:0;
    line-height: 14px;
    margin: 0;
    padding: 12px 20px;
    display: block;
    border: none;
    cursor: pointer;
    position: relative;
}
.tl_tabs-box2 .nav-tabs > li > a:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  border-bottom: 2px solid;
  opacity: 0;
}
.tl_tabs-box2 .nav-tabs > li.active > a,.tl_tabs-box2 .nav-tabs > li.active > a:hover,.tl_tabs-box2 .nav-tabs > li.active > a:focus,.tl_tabs-box2 .nav-tabs > li a:hover{
    background-color: #f7f7f7;
    border: none;
}
.tl_tabs-box2 .nav-tabs > li.active > a:after,.tl_tabs-box2 .nav-tabs > li.active > a:hover:after,.tl_tabs-box2 .nav-tabs > li.active > a:focus:after,.tl_tabs-box2 .nav-tabs > li a:hover:after{
  bottom: 0;
  opacity: 1;
}
.tl_tabs-box2 .tab-inner-holder{
  float: left;
  width: 100%;
}
.tl_tabs-box2 .tab-inner-holder .thumb{
  float: left;
  margin: 0 20px 0 0;
  width: 90px;
  height: 90px;
}
.tl_tabs-box2 .tab-inner-holder .thumb img{
  border-radius: 100%;
}
.tl_tabs-box2 .tab-inner-holder .text-holder{
  overflow: hidden;
}
.tl_tabs-box2 .tab-inner-holder .text-holder strong{
  display: block;
  margin: 0 0 5px;
}
.tl_tabs-box2 .tab-inner-holder .text-holder strong a{
  font-size: 14px;
  text-transform: uppercase;
  color: #111111;
}
.tl_tabs-box2 .tab-inner-holder .text-holder .tl_meta-listed li{
  color: #9e9e9e;
}
.pro-form textarea{
  min-height: 200px;
}
.rating-holder{
  float: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #282828;
  margin: 0 0 20px;
}
.rating-holder span{
  font-size: 14px;
}
.rating-holder ul > li{
  display: inline-block;
  margin: 0 28px 0 0;
}
.product .tl-contact-form_v2{
  margin-bottom: 60px;
}
.product .review-text{
  margin: 20px 0 30px;
}
.product .review-text > span{
  font-size: 15px;
  font-weight: 600;
  color: #454545;
  margin-right: 15px;
}
.tl-captcha{
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.tl-captcha span{
  float: left;
  font-size: 15px;
  font-weight: 600;
  padding-top: 10px;
  margin-right: 20px;
}
.tl-contact-form .tl-captcha input[type="text"]{
  font-size: 24px;
  width: 140px;
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  color: #454545;
  border: 2px solid #e4e4e4;
  background-color: transparent;
  margin-right: 20px;
  border-radius: 0;
  margin: 0 20px 15px 0;
  text-align: center;
}
.product .tl_tabs-box2 .nav-tabs > li.active > a,.product .tl_tabs-box2 .nav-tabs > li.active > a:hover,.product .tl_tabs-box2 .nav-tabs > li.active > a:focus,.product 
.tl_tabs-box2 .nav-tabs > li a:hover{
  background-color: transparent;
}
.product #tl-product-slider .tl-pro-item .tl-thumb{
  border: 2px solid #e4e4e4;
}
/*=============================================================*/
/*Sidebar Outer Css*/
/*=============================================================*/
.tl-sidebar-outer{
  float: left;
  width: 100%;
}
.tl-sidebar-outer .widget h3,.tl-product-slider-outer h3{
  padding-bottom: 10px;
  margin-bottom: 28px;
  border-bottom: 4px dotted;
}
.tl-search-form{
  float: left;
  width: 100%;
  position: relative;
}
.tl-search-form input[type="text"],.tl-search-form input[type="email"],.tl-search-form input[type="password"]{
  float: left;
  font-size: 15px;
  font-weight: 400;
  color: #939393;
  width: 100%;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border: 2px solid #e4e4e4;
}
.tl-search-form input[type="text"]:focus,.tl-search-form input[type="email"]:focus,.tl-search-form input[type="password"]:focus{
  border-color: #e4e4e4;
}
.tl-search-form .btn-submit{
  font-size: 16px;
  color: #939393;
  background-color: transparent;
  border:none;
  position: absolute;
  height: 50px;
  line-height: 50px;
  right: 20px;
}
.widget-newsletter p{
  line-height: 30px;
  margin-bottom: 20px;
}
/*
<------Widgets CSS----->
*/
.widget{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.widget h3{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 36px;
}
.widget h4{
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.widget-about h3{
  font-size: 25px;
  color: #fff;
}
.widget-about p{
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.widget-about .ft-listed li,.widget-get .ft-listed li{
  color: #fff;
}
.widget-about .ft-listed li span{
  display: block;
  margin-bottom: 12px;
}
.widget-get .ft-listed li .icomoon{
  display: inline-block;
  font-size: 12px;
  width: 30px;
  height: 30px;
  float: left;
  border: 1px solid;
  border-radius: 100%;
  line-height: 30px;
  margin-right: 17px;
  text-align: center;
}
.widget-about .ft-listed li a,.widget-get .ft-listed li a{
  color: #fff;
  display: block;
}
.widget-get p,.widget-get .ft-listed li p a,.tl-footer-middle-section .widget-get .ft-listed li a{
  color: #7695b2;
}
.widget-get .ft-listed li{
  margin-bottom: 26px;
}
.widget-get .ft-listed li:last-child{
  margin-bottom: 0;
}
.ft-listed{
  float: left;
  width: 100%;
  margin: 0;
}
.ft-listed li{
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  margin-bottom: 20px;
  color: #454545;
}
.ft-listed li a{
  color: #454545;
}
.ft-listed li:last-child{
  margin-bottom: 0;
}
.ft-listed li .icomoon{
  font-size: 14px;
  color: #454545;
  margin-right: 24px;
}
.tl-tags{
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 -4px;
}
.tl-tags li{
  display: inline-block;
  padding: 0 4px;
  margin-bottom: 9px;
}
.tl-tags li a{
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  padding: 9px 24px;
  border-radius: 20px;
  color: #454545;
  text-decoration: none;
  display: inline-block;
}
.tl-recent-listed{
  padding: 0;
  width: 100%;
  margin: 0;
}
.tl-recent-listed > li{
  width: 50%;
  float: left;
  padding: 0 3px;
}
.tl-recent-listed  .tl-properties-item{
  border: none;
  margin-bottom: 15px;
}
.tl-properties-thumb:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tl-recent-listed .tl-properties-thumb .tl-caption .bottom-text{
  padding: 8px 10px;
}
.tl-recent-listed  .tl-properties-item .tl-text-holder{
  padding: 0;
  padding-top: 10px;
}
.tl-recent-listed  .tl-properties-item .tl-text-holder h4{
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.tl-recent-listed  .tl-properties-item .tl-caption h5{
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.tl-recent-listed  .tl-properties-item .tl-meta-listed li{
  margin: 0;
  color: #a8b1b7;
  width: 100%;
}
.tl-widget-listed{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tl-widget-listed li{
  font-size: 16px;
  font-weight: 500;
  color: #454545;
  position: relative;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}
.tl-widget-listed li:before{
  content: '\e917';
  font-family: 'icomoon';
  font-size: 10px;
  color: #454545;
  position: absolute;
  left: 0;
  top: 5px;
}
.tl-widget-listed li:last-child{
  margin-bottom: 0;
}
.tl-widget-listed li a span{
  color: #939393;
}
.tl-widget-listed li a{
  color: #454545;
}
.tl-widget-listed li:hover:before{
  left: 5px;
}
.widget-checkbox .tl-widget-listed li:before{
  display: none;
}
.widget-checkbox .tl-widget-listed li{
  padding-left: 0;
}
.widget-checkbox .tl-widget-listed li input[type="checkbox"]{
  float: left;
  margin-right: 20px;
}

.tl-range-slider-holder{
  float: left;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
}
.tl-range-slider-holder .ui-widget-content{
  background-color: #909090;
  border: none;
  height: 6px;
  border-radius: 0px;
}
.tl-range-slider-holder .ui-widget-header{
  background-color: #454545;
}
.tl-range-slider-holder .ui-widget-content .ui-state-default{
  border: none;
}
.tl-range-slider-holder .ui-slider .ui-slider-handle{
  width: 18px;
  height: 18px;
  border-radius: 100%;
  top: -5px;
}
.tl-range-slider-holder p{
  font-size: 16px;
  color: #454545;
  float: left;
  width: 100%;
  margin: 15px 0 10px;
}
.tl-range-slider-holder p span{
  float: left;
}
.tl-range-slider-holder input#amount{
  font-weight: 700;
  float: right;
  border: none;
  width: 100px;
  margin-left: 5px;
}
.tl-btn-style1.tl-filter{
  padding: 8px 15px;
  float: right;
}
.tl-btn-style1:hover .icomoon{
  color: #fff;
}
.tl-subscribe-form{
  float: left;
  width: 100%;
}
.tl-subscribe-form .inner-holder{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.tl-subscribe-form .inner-holder input[type="text"],.tl-subscribe-form .inner-holder input[type="email"],
.tl-subscribe-form .inner-holder input[type="tel"],.tl-subscribe-form .inner-holder input[type="password"]{
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0 20px;
  color: #7695b2;
  background-color: #233f5a;
  border: none;
  border-radius: 5px;
  font-size: 14px;
}
.tl-subscribe-form .btn-submit{
  background-color: ;
  border: none;
  color: #fff;
}
.tl-subscribe-form .btn-submit::before {
  content: '';
  border-radius: 5px;
}
#tl-plumbing-wrapper .tl-subscribe-form .btn-submit{
  color: #fff;
  padding: 16px 35px;
}
.tl-review-holder{
  float: left;
  width: 100%;
}
.tl-review-listed{
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tl-review-listed > li{
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.tl-review-listed > li:last-child{
  margin-bottom: 0;
}
.tl-review-item{
  float: left;
  width: 100%;
}
.tl-review-item .tl-sm-thumb{
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 30px;
}
.tl-review-item .tl-text{
  overflow: hidden;
}
.tl-review-item .tl-text h5{
  margin: 0 0 10px;
  font-weight: 600;
  color: #1e3953;
}
.tl-review-item  h5 .tl-rating{
  padding-left: 15px;
}
.tl-rating .fa{
  font-size: 12px;
}
.tl-review-item .tl-text .purchased{
  font-weight: 600;
  color: #1e3953;
  display: block;
  margin: 0 0 13px;
}
.tl-review-item .tl-text .purchased a{
  text-decoration: underline;
}
#tl-review-slider{
  float: left;
  width: 100%;
  position: relative;
}
#tl-review-slider .owl-controls{
  margin: 0;
  position: absolute;
  z-index: 11;
  top: -60px;
  right: 0;
}
#tl-review-slider .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
  border: 2px solid #c8c8c8;
  margin: 0 4px;
  background-color: transparent;
}
.tl-mobile-widget{
  display: none;
}
/*=============================================================*/
/*Contact Section Css*/
/*=============================================================*/
.tl-contact-section{
  float: left;
  width: 100%;
}
.tl-contact-section .tl-heading-outer{
  margin-bottom: 70px;
}
.tl-contact-section .tl-heading-outer h2{
  margin-bottom: 60px;
}
.tl-contact-info{
  float: left;
  width: 100%;
  padding: 0 70px;
}
.tl-contact-info .widget h3{
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
}
.tl-contact-info .widget p{
  color: #939393;
  margin: 0 0 10px;
}
.tl-contact-info .widget p a{
  color: #939393;
}
.tl-contact-info .tl-social-links li:first-child{
  padding-left: 0;
}
.tl-contact-info .tl-social-links li{
  padding: 0 15px;
}
.tl-contact-info .tl-social-links li .icomoon{
  font-size: 36px;
}
.tl-contact-form{
  float: left;
  width: 100%;
}
.tl-contact-form h4{
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 15px;
  color: #0b2b5a;
}
.tl-contact-form_v2 h4{
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.tl-contact-form .inner-holder{
  margin-bottom: 10px;
}
.tl-contact-form input[type="text"],.tl-contact-form input[type="email"],.tl-contact-form input[type="password"],
.tl-contact-form input[type="phone"],.tl-contact-form input[type="tel"],.tl-contact-form textarea{
  font-size: 14px;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #a0a0a0;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background-color: transparent;
  padding: 0 15px;
}
.tl-contact-form textarea{
  height: 80px;
  resize:none;
  -webkit-resize: none;
}
.tl-contact-form .btn-submit{
  font-size: 14px;
  color: #fff;
  float: left;
  min-width: 130px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: none;
  border-radius: 5px;
}
ul.tl-listed_v2{
  text-align: center;
}
ul.tl-listed_v2 li{
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-right: 25px;
}
ul.tl-listed_v2 li:last-child{
  margin-right: 0;
}
ul.tl-listed_v2 li a{
  color: #2c2c2c;
}
/*============================================================*/
/*Footer Css*/
/*============================================================*/
.tl-footer{
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;
}
.tl-footer_v2:after{
  content: '';
  position: absolute;
  height: 80%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #fff4ec;
  z-index: -1;
}
.tl-footer_v3{
  background-color: #fff4ec;
}
.tl-copyight-section{
  float: left;
  width: 100%;
  background-color: #183047;
  padding: 28px 0;
}
.tl-copyight-section .tl-social-links_v3{
  float: right;
}
.tl-copyight-section p{
  font-size: 15px;
  color: #466583;
  margin: 10px 0 0;
}
.tl-footer_v4 .widget h3,.tl-footer_v4 .widget h4{
  color: #fff;
  font-weight: 600;
}
.tl-ft-top-section{
  float: left;
  width: 100%;
  padding: 90px 0 50px;
  border-bottom: 1px solid #233f5a;
  position: relative;
  text-align: center;
}
.tl-ft-top-section:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: 0 auto;
  width: 75px;
  height: 75px;
  background: url('../images/speaker-img.png') top center no-repeat;
}
.tl-ft-top-section h2{
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.tl-quote-inner-holder{
  float: left;
  width: 100%;
  padding: 98px 100px 80px;
  background-color: #999;
  /*background: url('../images/contact-bg-img.jpg') top left no-repeat;*/
  /*background-size: cover;*/
  
}
.tl-quote-inner-holder .tl-heading-outer h3{
  color: #fff;
}
.tl-contact-form,.tl-contact-form-holder{
  float: left;
  width: 100%;
}
.tl-contact-form .inner-holder{
  float: left;
  width: 100%;
  margin-bottom: 18px;
}
.tl-contact-form .inner-holder span,.tl-contact-form .inner-holder label{
  display: block;
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}
.tl-contact-form .inner-holder input[type="text"],.tl-contact-form .inner-holder input[type="tel"],.tl-contact-form .inner-holder input[type="email"],
.tl-contact-form .inner-holder input[type="password"],.tl-contact-form .inner-holder select,.tl-contact-form .inner-holder textarea{
  float: left;
  width: 100%;
  font-size: 15px;
  color: #ffff;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  background-color: transparent;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 0;
}
.tl-contact-form_v2 .inner-holder input[type="text"],.tl-contact-form_v2 .inner-holder input[type="tel"],.tl-contact-form_v2 .inner-holder input[type="email"],
.tl-contact-form_v2 .inner-holder input[type="password"],.tl-contact-form_v2 .inner-holder select,.tl-contact-form_v2 .inner-holder textarea{
  border-color: #e4e4e4;
}
.tl-contact-form.tl-contact-form_v2 .inner-holder textarea{
  min-height: 100px;
}
.tl-contact-form_v2 .inner-holder label{
  color: #454545;
}
.tl-contact-form .inner-holder select option{
  display: block;
  padding: 10px;
}
.tl-contact-form .inner-holder button{
  border: none;
  line-height: 20px;
  padding-bottom: 10px;
}
.tl-contact-form .inner-holder button .icomoon{
  color: #454545;
}
.tl-contact-form .inner-holder button:hover .icomoon{
  color: #fff;
}
.tl-contact-form .inner-holder textarea{
  min-height: 80px;
}
.tl-footer-middle-section{
  float: left;
  width: 100%;
  padding-bottom: 60px;
}
.tl-footer-middle-section .ft-listed li,.tl-footer-middle-section .ft-listed li a{
  color:#454545;
}
.widget .ft-logo{
  display: block;
  margin-bottom: 25px;
}
.widget-about_v2 p{
  margin: 0  0 30px;
}
#widget-map{
  float: left;
  width: 100%;
  height: 210px;
}
.widget.widget-links{
  padding-left: 60px;
}
.widget .copyright{
  font-size: 14px;
  color: #929292;
  margin: 0;
}
.tl-footer_v4{
  float: left;
  width: 100%;
  background-color: #1e3953;
}
/*================================================================*/
/*Transition And Animation Css*/
/*================================================================*/
a,ul li,img,.tl-signup-btns:before,.tl-signup-btns,.tl-nav-holder .navbar-nav li ul ,.tl-nav-holder .dropdown-menu ul,.tl-nav-holder .navbar-nav li ul li:before,.tl-btn-style1:before,.tl-btn-style1,
.tp-info-box .iconbox::before,.tp-info-box .iconbox,.icomoon,.tl-nav-holder .navbar-default .navbar-nav > li:before,.icomoon,.tl-social li a,.tl-team-item .tl-caption,.tl-social-links,.tl-services-item h4,
.tl-caption .icomoon,.tl-widget-listed li:before,.tl-pro-item .caption h3,.nav-tabs a .fa:before,.tl-banner-tabs-holder .tab-content > .tab-pane,.tl-btn-style3:before,.tl-search-holder .tl-search-inner,.tl-prices-item{
    -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

/***Bottm Form Top***/
@-webkit-keyframes toTopFromBottom {
   49% {
   -webkit-transform: translateY(50%);
  }
   50% {
   opacity: 0;
   -webkit-transform: translateY(-50%);
  }
   51% {
   opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
   49% {
   -moz-transform: translateY(50%);
  }
   50% {
   opacity: 0;
   -moz-transform: translateY(-50%);
  }
   51% {
   opacity: 1;
  }
}
@-ms-keyframes toTopFromBottom {
   49% {
   -ms-transform: translateY(50%);
  }
   50% {
   opacity: 0;
   -ms-transform: translateY(-50%);
  }
   51% {
   opacity: 1;
  }
}
@keyframes toTopFromBottom {
   49% {
   transform: translateY(50%);
  }
   50% {
   opacity: 0;
   transform: translateY(-50%);
  }
   51% {
   opacity: 1;
  }
}


/***Right From left***/
@-webkit-keyframes toRightFromLeft {
   49% {
   -webkit-transform: translateX(50px);
  }
   50% {
   opacity: 0;
   -webkit-transform: translateX(100px);
  }
   51% {
   opacity: 1;
   -webkit-transform: translateX(-100px);
  }
}
@-moz-keyframes toRightFromLeft {
   49% {
   -moz-transform: translateX(50px);
  }
   50% {
   opacity: 0;
   -moz-transform: translateX(100px);
  }
   51% {
   opacity: 1;
   -moz-transform: translateX(-100px);
  }: 1;

}
@-ms-keyframes toRightFromLeft {
   49% {
   -ms-transform: translateX(50px);
  }
   50% {
   opacity: 0;
   -ms-transform: translateX(100px);
  }
   51% {
   opacity: 1;
   -ms-transform: translateX(-100px);
  }
}
@keyframes toRightFromLeft {
   49% {
   transform: translateX(50px);
  }
   50% {
   opacity: 0;
   transform: translateX(100px);
  }
   51% {
    transform: translateX(-100px);
   opacity: 1;
  }
}

/***ZoomIn Form ZoomOut***/
@-webkit-keyframes ZoomIn {
   49% {
   -webkit-transform: scale(0);
  }
   50% {
   opacity: 0;
   -webkit-transform: scale(1);
  }
   51% {
   opacity: 1;
   -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes ZoomIn {
   49% {
   -moz-transform: scale(0);
  }
   50% {
   opacity: 0;
   -moz-transform: scale(1);
  }
   51% {
   opacity: 1;
   -moz-transform: scale(1.2);
  }
}
@-ms-keyframes ZoomIn {
   49% {
   -ms-transform: scale(0);
  }
   50% {
   opacity: 0;
   -ms-transform: scale(1);
  }
   51% {
   opacity: 1;
   -ms-transform: scale(1.2);
  }
}
@keyframes ZoomIn {
   49% {
   transform: scale(0);
  }
   50% {
   opacity: 0;
   transform: scale(1);
  }
   51% {
   opacity: 1;
   transform: scale(1.2);
  }
}



/*================================================================*/
/*Font Family Css*/
/*================================================================*/
.Montserrat{
  font-family: 'Montserrat', sans-serif;
}
.Khula{
  font-family: 'Khula', sans-serif;
}
.Architects{
  font-family: 'Architects Daughter', cursive;
}
/* Module POPUP */
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
	padding-right: 17px;
}

.modal-dialog {
	margin-top: 40px;
	width: 360px;
}

.modal-content {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #f9f9f9;
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
	border: none
}

.modal-body {
	padding: 30px 50px 50px;
}

.modal-body form {
	margin-bottom: 0
}

.modal-body .form-control {
	margin-bottom: 20px;
}

.modal-body .btn {
	text-align: center;
	margin-right: auto;
	margin-left: auto
}

.modal-header .close {
	position: absolute;
	font-size: 24px;
	top: -24px;
	right: 0;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: 1
}

.modal-header {
	border-bottom: none;
	background-color: #23b1e6;
	padding: 33px;
}

.modal-header .model-icon {
	position: absolute
}

.modal-header .model-title {
	text-align: left;
	padding-left: 80px;
	position: relative;
}

.modal-header .model-divider {
	position: relative;
}

.modal-header .model-divider:before {
	content: "";
	width: 2px;
	height: 23px;
	background-color:#2b2f88;
	position: absolute;
	top: 50%;
	left: 55px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.modal-header .model-title p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.modal-header .model-title h6 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1px;
	text-transform: uppercase;
}
* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 767px ) {

.cta {
	text-align: center
}

.cta-devider {
	margin-left: 0
}

.cta-devider:before {
	display: none
}

.cta-1 .cta-desc,
.cta-2 .cta-desc {
	padding-left: 0
}

.cta-1 .cta-action {
	float: none !important
}

.cta-desc p {
	margin-bottom: 10px;
}

.cta-desc h5 {
	margin-bottom: 20px;
}

.cta-2 .cta-icon {
	position: relative;
}

.cta-2 .btn-primary {
	margin-right: 0;
	margin-bottom: 10px;
}

.cta-2 .btn-secondary {
	margin-bottom: 10px;
}

.cta-4 h2 {
	font-size: 50px;
}

.cta-6 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.cta-6 h2 {
	font-size: 30px;
}

.modal-dialog {
	margin-right: auto;
	margin-left: auto
}

.modal-dialog {
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.modal-header .model-title h6 {
	font-size: 17px;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px)and (max-width : 767px ) {

.cta-2 .btn-primary {
	margin-right: 10px;
	margin-bottom: 0;
}

.cta-2 .btn-secondary {
	margin-bottom: 0;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.cta-1 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.cta-1 .cta-devider {
	margin-left: 137px;
}

.cta-1 .cta-action {
	float: none;
	margin-left: 137px;
	margin-top: 10px;
}

.cta-1 .cta-img img {
	top: -50px;
}

.cta-2 {
	text-align: center
}

.cta-2 .cta-icon {
	position: relative;
	margin-right: auto;
	margin-left: auto
}

.cta-2 .cta-devider:before {
	display: none
}

.cta-2 .cta-desc {
	padding-left: 0;
	margin-bottom: 20px;
}

.cta-2 .cta-action {
	float: none !important;
	text-align: center !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width:1200px) {

.cta-desc h5 {
	font-size: 18px;
}

.cta-2 .btn {
	width: 150px;
}

.cta-6 .cta-img {
	top: 125px;
}
}






















