/** 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: 40px;
  color: #454545;
}
#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: 'Khula', sans-serif;
}
#tl-plumbing-wrapper p{
  font-family: 'Khula', 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: #fff4ec;
}
.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: #454545;
}
.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: #454545;
}
.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/img/index-slider.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: rgba(254,174,113,0.90);
}
.tl-banner-section::after {
  content: '';
  position: absolute;
  left: 0;
  top: -20px;
  width: 45%;
  height: 100%;
  z-index: -1;
  background-color: #454545;
  -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/img/contact-banner.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: #fff;
  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: 26px;
}
.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: url('../images/img/contact-background.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;
}
