/*
Project Name: Buildx
File: Construction.css
Version: 1.0
Date: 09/06/2017
Author Name: t3theme
Author URI:themeforest.net/user/t3theme/portfolio
Email:ndktheme@gmail.com

------------------------
NOTE:
PLEASE DO NOT EDIT THIS CSS, IF YOU NEED USE "CUSTOM.CSS" FILE FOR WRITING YOUR CUSTOM CSS.
I WILL RELEASE FUTURE UPDATES SO IT WILL OVERWRITE THIS FILE IT'S BETTER USE "CUSTOM.CSS".	

Content of tables
	01.Header
	02.Menu
	03.Menu-rs
	04.Box-item
	05.Footer
	06.Button
	07.Form
	08.List
	09.Title
	10.Background
	11.Article-heading
	12.Row
	13.Shap
	14.Tag
	15.Line
	16.Thumb
	17.Banner
	18.Post date
	19.Rating
	20. Breadcrumbs
	21. Pagination
	22.Testimonial
	23.Search
	24.Img-hover
	25.Form comment
	26.Comment
	27.Dropdown
	28.Tab
	29.Counter
	30.Owl coursel
	31.Reloader
	32.Media query

------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Roboto:400,500,700,900");
*{
	font-size:16px;
	font-family: 'roboto', sans-serif;
}
li{
	list-style:none;
}
ul{
	margin:0px;
	padding:0px;
}
li a{
	font-size:inherit;
	color:inherit;
}
ul.ln li{
	list-style:circle;
}
a:hover,a:active,a:focus{
	text-decoration:none;
	color:inherit
}
button{
	background:none;
	border:none;
	box-shadow:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:15px 0px;
	font-weight:bold;
}
h1{
	font-size:40px;
}
h2{
	font-size:35px;
}
h3{
	font-size:30px;
}
h4{
	font-size:25px;
}
h5{
	font-size:22px;
}
h6{
	font-size:18px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	color:inherit;
}
section{
	padding-top:60px;
	padding-bottom:60px;
}
.header-absolute+section{
	margin-top:130px;
}
/*01. Header*/
.top-header{
	background:#ff9434;
	position:relative;
	z-index:999;
	border-bottom:1px solid #debb8f;
}
.top-header ul.top-link > li{
	padding:12px 15px;
	font-size:14px;
	float:left;
	color:#333;

}
.header-absolute{
	position:absolute;
	top:0;
	z-index:999;
	width:100%;
}
.header-absolute .main-header{
	padding:20px 0px;
	background:#fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position:relative;
}
.header-absolute.smaller .main-header{
	position: fixed;
	top:0;
	width:100%;
	padding:10px 0px!important;
	box-shadow:1px 1px 1px 0px #ccc;
}
.header-absolute.smaller .bg-pri-f:before{
	transform: SkewY(0deg)!important;
}
.header-absolute.smaller .menu-nav > ul > li >.dropdown-menu{
	margin-top:13px;
}
/*02. Menu*/
.menu-nav > ul > li{
	display:inline-block;
	float:none;
}
.menu-nav > ul > li > a{
	display:inline-block;
	padding:10px 15px;
	font-weight:500;
}
.menu-nav > ul > li >.dropdown-menu{
	border:none;
	left:0;
	margin-top:23px;
	padding:0px;
	right:auto;
	z-index:9999;
	min-width:200px;
	background:#fff;
	box-shadow:1px 1px 1px 0px #ddd;
	border-radius:0px;
}
.menu-nav > ul > li > .dropdown-menu li{
	display:block;
	width:100%;
}
.menu-nav > ul > li > .dropdown-menu li a{
	border-radius:0px;
	font-weight:500;
	display:block;
	background:#fff;
	text-transform:capitalize;
	color:#333;
	position:relative;
}
/*03.Menu-rs*/
.menu-btn{
	display:none!important;
}
.menu-btn i{
	 font-size:18px;
	 text-align:right;
	 height:40px;
	 line-height:40px;
	 width:40px;
}
.menu-rs{
	position:fixed;
	top:0;
	right:-250px;
	bottom:0;
	z-index:9998;
	width:250px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.menu-rs .menu-wrap{
	float:right;
	background:#0c0c0c;
	height:100%;
	box-shadow:0px 0px 0px 0px #000;
	overflow-y: auto;
	overflow-x: hidden;
}
.menu-rs .r-mv{
	margin: 20px;
    float: left;
    padding: 20px 10px;
    cursor: pointer;
    z-index: 9999;
}
.menu-rs .r-mv span{
	width:25px;
	display:block;
	height:3px;
	border-radius:3px;
	background:#888;
}
.menu-rs .r-mv:hover span{
	background:#fff;
}
.menu-rs .r-mv span:first-child{
	-ms-transform: rotate(-135deg); /* IE 9 */
    -webkit-transform: rotate(-135deg); /* Chrome, Safari, Opera */
    transform: rotate(-135deg);
}
.menu-rs .r-mv span:last-child{
	-ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
    transform: rotate(135deg);
	margin-top:-3px;
}
.menu-rs .menu-mb{
	margin-top:80px;
	position:relative;
	width:250px;
}
.menu-rs .menu-mb  li  a{
	display:block;
	padding:12px 0px;
	border-bottom:1px dashed #333;
	text-transform:capitalize;
	margin-left:30px;
	margin-right:30px;
	position:relative;
	color:#fff;
}
.menu-rs .menu-mb li:last-child a::after{
	background:none;
}
.menu-rs .menu-mb li a:hover{
	color:#fff;
}
.menu-rs .dropdown-menu{
	min-width:auto;
	border-radius:0px;
	box-shadow:0px 0px 0px 0px #000;
	border:none;
	top:0;
	left:0px;
	float:none;
	position:relative;
	margin-top:0px;
	background:#0c0c0c;
	margin-bottom:0px;
	padding:5px 0px;
}
.menu-rs .menu-mb  li .dropdown-menu li a{
	color:#999;
	padding:10px 0px;
	background:none;
	border:none;
	font-size:14px;
	border-bottom:1px dashed #444;
}
.menu-rs .menu-mb  li .dropdown-menu li a::after{
	background:none;
}
.menu-rs .menu-mb > li .dropdown-menu  >li a:hover,.menu-rs .menu-mb > li .dropdown-menu  >li a:active,.menu-rs .menu-mb > li .dropdown-menu  >li a:focus{
	color:#fff!important;
	background:none!important;
}
/*04.Box-item*/
.box-item{
	margin-bottom:30px;
	padding:25px;
	border:1px solid #eee;
	background:#fff;
	position:relative;
}
.box-item  h1.heading{
	font-size:60px;
}
.box-item h2.heading{
	font-size:50px;
}
.box-item h3.heading{
	font-size:22px;
}
.box-item  h4.heading{
	font-size:18px;
}
.box-item h5.heading{
	font-size:16px;
}
.box-item h6.heading{
	font-size:16px;
}
.box-item .img{
	display:inline-block;
}
.box-item .img img{
	width:100%;
}
.box-item  .caption{
	margin-top:5px;
}
.box-item img,.box img{
	width:100%;
}
.media  img{
	width:120px;
}
/*05.Footer*/
.footer-top{
	padding-top:20px;
	padding-bottom:20px;
}
.footer-top h4{
	padding-bottom:20px;
	font-size:18px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
}
.footer-bottom  p{
	padding:15px 0px;
	margin-bottom:0px;
}
/*06.Button*/
.btn{
	display:inline-block;
	padding:8px 15px;
	background:#555;
	color:#fff;
	text-transform:capitalize;
	font-weight:500;
	border-radius:3px;
	font-size:16px;
	margin-top:10px;
}
.btn:hover{
	color:#fff;
}
.btn-lg{
	padding:13px 22px!important;
}
/*07.Form*/
.form-item{
	border:1px solid #eee;
	height:46px;
	padding:0px 15px;
	background:#fff;
	outline:none;
	width:100%;
	border-radius:3px;
	box-shadow:none;
	color:#333;
	margin-bottom:15px;
}
.form-item-1x{
	height:40px;
}
.form-item-2x{
	height:46px;
}
.form-item-3x{
	height:52px;
}
.form-item-4x{
	height:60px;
}
.form-item-5x{
	height:67px;
}
textarea.form-item{
	padding:15px;
	min-height:150px;
}
/*08.List*/
.list{
	display:inline-block;
	width:100%;
}
.list li{
	padding:5px 0px;
}
.list li a{
	display:inline-block;
	font-weight:inherit;
	color:inherit;
	font-size:inherit;
}
.list-border li{
	padding:10px 0px;
	border-top:1px dashed #eee;
}
.list-1x li{
	padding:5px;
}
.list-2x li{
	padding:10px;
}
.list-n-bg li{
	padding-left:15px;
	padding-right:15px;
}
.list-n-bg li:nth-child(2n+1) {
    background: #fafafa;
}
.list span{
	display:inline-block;
}
.list-border-8 li{
	padding:10px 0px;
	border-top:1px dashed #888;
}
.list-border-8 li:first-child{
	border:none;
}
/*09.Title*/
.title-group h2,h1,.coursel-large h1,.article-heading h2.banner_inner_page h1,.banner_inner_page h2,.main-font,.banner h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:800;
}
.title-group{
	margin-bottom:40px;
	text-align:center;
}
.title-group .line-default:after{
	left:50%;
	margin-left:-35px;
}
.title-group h1,.title-group h2,.title-group h3,.title-group h4,.title-group h5,.title-group h6{
	padding-top:0px;
}
.title-group h1{
	font-size:50px;
	text-transform:uppercase;
}
.title-group h2{
	font-size:45px;
	text-transform:uppercase;
}
.title-group h3{
	font-size:25px;
}
.title-group h4{
	font-size:20px;
	font-weight:500;
}
.title-group h5{
	font-size:18px;
	font-weight:500;
}
.title-group h6{
	font-size:16px;
	font-weight:500;
}
.title-group p{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
/*10.Background*/
.bg-image-1{
	background-image:url();
	background:#555;
	background-repeat:no-repeat;
	background-size:cover;
}
.bg-image-2{
	background-image:url();
	background:#555;
	background-repeat:no-repeat;
	background-size:cover;
}
.bg-image-3{
	background-image:url('../images/bg_slider.jpg');
	background-repeat:no-repeat;
	background-size:cover;
}
.bg-image-4{
	background-image:url();
	background:#555;
	background-repeat:no-repeat;
	background-size:cover;
}
.bg-image-5{
	background-image:url();
	background:#555;
	background-repeat:no-repeat;
	background-size:cover;
}
.bg-image-6{
	background-image:url();
	background:#555;
	background-repeat:no-repeat;
	background-size:cover;
}
.bg-image-7{
	background-image:url();
	background:#555;
	background-repeat:no-repeat;
	background-size:cover;
}
/*11.Article-heading*/
.article-heading .line-default:after{
	border-color:#ff9434;
}
.article-heading  h2{
	font-size:40px;
	padding-top:0px;
}
.article-heading  h3{
	font-size:30px;
	padding-top:0px;
}
.article-heading  h4{
	font-size:25px;
	padding-top:0px;
}
.article-heading  h5{
	font-size:22px;
	padding-top:0px;
}
.article-heading  h6{
	font-size:18px;
	padding-top:0px;
}
/*12.Row*/
.row-m-0{
	margin:0px;
}
.row-m-0 .col-sm-4, .row-m-0 .col-sm-3,.row-m-0 .col-md-4,.row-m-0 .col-md-3,.row-m-0 .col-sm-5,.row-m-0 .col-sm-6,.row-m-0 .col-sm-7,.row-m-0 .col-sm-8{
	padding:0px;
}
.row-m-5{
	margin-left:-5px;
	margin-right:-5px;
}
.row-m-5 .col-sm-4, .row-m-5 .col-sm-3,.row-m-5 .col-md-4,.row-m-5 .col-md-3,.row-m-5 .col-sm-5,.row-m-5 .col-sm-6,.row-m-5 .col-sm-7,.row-m-5 .col-sm-8{
	padding:5px;
}
.row-m-10{
	margin-left:-10px;
	margin-right:-10px;
}
.row-m-10 .col-sm-4, .row-m-10 .col-sm-3,.row-m-10 .col-md-4,.row-m-10 .col-md-3,.row-m-10 .col-sm-5,.row-m-10 .col-sm-6,.row-m-10 .col-sm-7,.row-m-10 .col-sm-8{
	padding:10px;
}
.row-m-0 img,.row-m-5 img,.row-m-10 img{
	width:100%;
}
.border-left-15{
	border-left:10px solid #ff9434;
}
.border-left-7{
	border-left:7px solid #ff9434;
}
.border-left-5{
	border-left:5px solid #ff9434;
	padding-left:10px;
}
/*13.Shap*/
.fg{
	position:absolute;
	border:1px solid #eee;
	background:#fff;
	padding:15px;
}
.fg-pos-1{
	top:100px;
	left:50px;
	-ms-transform: rotate(185deg); /* IE 9 */
    -webkit-transform: rotate(185deg); /* Chrome, Safari, Opera */
    transform: rotate(185deg);
}
.fg-pos-2{
	top:300px;
	left:160px;
	-ms-transform: rotate(100deg); /* IE 9 */
    -webkit-transform: rotate(100deg); /* Chrome, Safari, Opera */
    transform: rotate(100deg);
}
.fg-pos-3{
	top:190px;
	left:110px;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}
.fg-pos-4{
	top:0px;
	left:0px;
	-ms-transform: rotate(225deg); /* IE 9 */
    -webkit-transform: rotate(2215deg); /* Chrome, Safari, Opera */
    transform: rotate(225deg);
}
.fg-pos-5{
	top:300px;
	left:0px;
	-ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    transform: rotate(-15deg);
}
.fg-pos-6{
	top:400px;
	left:70px;
	-ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2deg);
}
.shap-hexa{
	font-size:30px;
	background:#fff;
	height:52px;
	width:90px;
	display:inline-block;
	position:relative;
	text-align:center;
	line-height:60px;
	margin-bottom:20px;
	z-index:1;
}
.shap-hexa::before,.shap-hexa::after{
	position: absolute;
	left: 0;
    width: 0;
    height: 0;
	content: "";
}
.shap-hexa::before{
    top: -22px;
    border-left: 45px solid rgba(255, 0, 0, 0);
    border-right: 45px solid rgba(255, 0, 0, 0);
    border-bottom: 22px solid #fff;
   
}
.shap-hexa::after{
    bottom: -22px;
    border-left: 45px solid rgba(255, 0, 0, 0);
    border-right:45px solid rgba(255, 0, 0, 0);
    border-top: 22px solid #fff;
}
.shap-hexa-f5{
	background:#f5f5f5;
}
.shap-hexa-f5::before{
	border-bottom-color:#f5f5f5;
}
.shap-hexa-f5::after{
	border-top-color:#f5f5f5;
}
.shap-hexa-e{
	background:#eee;
}
.shap-hexa-e::before{
	border-bottom-color:#eee;
}
.shap-hexa-e::after{
	border-top-color:#eee;
}
.shap-hexa-9{
	background:#999;
	color:#fff;
}
.shap-hexa-9::before{
	border-bottom-color:#999;
}
.shap-hexa-9::after{
	border-top-color:#999;
}
.shap-hexa-line{
	background:#fff;
	transform:scale(0.95);
}
.shap-hexa-line::before,.shap-hexa-line::after{
	position: absolute;
	left: 0;
    width: 0;
    height: 0;
	z-index:2;
	content: "";
}
.shap-hexa-line::before{
    top: -22px;
    border-left: 45px solid rgba(255, 0, 0, 0);
    border-right: 45px solid rgba(255, 0, 0, 0);
    border-bottom: 23px solid #fff;
   
}
.shap-hexa-line::after{
    bottom: -22px;
    border-left: 45px solid rgba(255, 0, 0, 0);
    border-right:45px solid rgba(255, 0, 0, 0);
    border-top: 23px solid #fff;
}
.rotate-45{
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
}
.rotate-45 i{
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
}
.rotate-45 .reset-rotate{
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
}
.bg-pri,.bg-pri-f,.bg-pri-red,.bg-pri-gray,.bg-pri-c{
	position:relative;
}
.border-color-0{
	border:10px double #333;
	box-shadow:0px 0px 0px 15px #f5f5f5;
}
.border-color-5{
	border:5px double #333;
	box-shadow:0px 0px 0px 10px #f5f5f5;
}
.bg-pri:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(0deg);
    background: #ff9434;
    z-index: -1;
}

.bg-pri-f:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #fff;
    z-index: -1;
}
.bg-pri-gray:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #333;
    z-index: -1;
}
.bg-pri-c:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #f5f5f5;
    z-index: -1;
}
.bg-pri-red:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #dc4c46;
    z-index: -1;
}
.bg-pri-0:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #000;
    z-index: -1;
}
.bg-pri-t:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #fff;
    z-index: -1;
}
.bg-pri-r:before{
	transform: SkewY(5deg)!important;
}
/*14.Tag*/
.tags li{
	display:inline;
}
.tags li a{
	display:inline-block;
	padding:7px 10px;
	font-size:13px;
	color:#888;
	margin-bottom:5px;
	margin-right:5px;
	background:#fafafa;
}
/*15.Line*/
.line-default{
	position:relative;
	margin-bottom:20px;
	padding-bottom:20px;
}
.line-default:after{
	position:absolute;
	bottom:0px;
	left:0;
	content:'';
	margin-left:0px;
	border-bottom:2px solid #333;
	width:70px;
}
.line-default-center:after{
	left:50%;
	margin-left:-35px;
}
.line-mix{
	position:relative;
	display:inline-block;
	margin-bottom:15px;	
}
.line-mix::before,.line-mix::after{
	position:absolute;
	top:45%;
	content:'';
	width:50px;
	border-bottom:1px solid #333;
}
.line-mix::before{
	left:-55px;
}
.line-mix::after{
	right:-55px;
}
.line-mix-left::before{
	left:0px;
}
.line-mix-left::after{
	left:55px;
}
.line-default-feda00:after,.line-mix-feda00::before,.line-mix-feda00::after{
	border-color:#ff9434;
}
.line-default-c:after,.line-mix-c::before,.line-mix-c::after{
	border-color:#ccc;
}
.line-default-f:after,.line-mix-f::before,.line-mix-f::after{
	border-color:#fff;
}
/*16.Thumb*/
.thumb-item{
	padding:20px 5px 20px 5px;
	text-align:center;
	margin-bottom:30px;
	background:#fff;
	color:#333;
	display:block;
	position:relative;
}
.thumb-item i{
	font-size:35px;
}
.thumb-item h4.heading{
	font-size:20px;
	font-weight::600;
}
.thumb-item h3.heading{
	font-size:22px;
	font-weight::600;
}
.thumb-item .ht-btn{
	margin-top:20px;
}
/*17.Banner*/
.banner{
	position:relative;
	background-repeat:no-repeat;
	color:#fff;
	width:100%;
	height:500px;
	background-size:cover;
}
.banner .caption{
	position:absolute;
	top: 50%;
	left:0;
	width:100%;
	text-align:center;
	z-index:0;
	padding:0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner .caption h1,.banner .caption h2,.banner .caption h3,.banner .caption h4,.banner .caption h5,.banner .caption h6{
	padding-top:0px;
}
.banner .caption h3,.banner .caption h4,.banner .caption h5,.banner .caption h6{
	font-weight:400;
}
.banner  .txt{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
.banner .caption .btn{
	margin-top:25px;
	padding:12px 20px;
}
.banner  img{
	width:100%;
}
.banner_inner_page{
	background-image:url();
	background:#555;
	background-repeat:no-repeat;
	background-size:cover;
	height:300px;
	padding:0px;
}
.banner_inner_page h1{
	font-size:50px;
	margin-top:40px;
	border-left:7px solid #ff9434;
	text-transform:uppercase;
	padding:0px 0px 0px 20px;
}
.banner_inner_page  .caption{
	text-align:left;
}
/*18.Post date*/
.post-date{
	margin-bottom:10px;
}
.post-date li{
	display:inline;
	padding-right:10px;
	font-size:14px;
	color:#999;
}
.post-date li a{
	color:#dc4c46;
}
.post-date li i{
	margin-right:5px;
}
.post-date li span{
	color:#999
}
/*19.Rating*/
.rating{}
.rating li{
	display:inline;
	font-size:14px;
	padding:0px 2px;
	color:#ffda4b;
}
.rating li i{
	color:#999;
}
/*20. Breadcrumbs--*/
.breadcrumbs{
	margin-top:15px;
}
.breadcrumbs li{
	font-weight:500;
	float:left;
	margin-right:5px;
}
.breadcrumbs li:after{
	content:'/';
	margin-left:5px;
}
.breadcrumbs li:last-child:after{
	content:'';
}
/*21. Pagination--*/
.ht-pagination {
	margin:20px 0px 0px 0px;
}
.ht-pagination li a{
	margin-right:5px;
	padding:8px 10px;
	border:1px solid #eee;
}
.ht-pagination li a,.ht-pagination li span{
	text-align:center;
	color:#333;
	border-radius:0px;
}
.ht-pagination li a{
	padding-left:15px;
	padding-right:15px;
	min-width:40px;
}
.ht-pagination li a:hover span,.ht-pagination li a:active span,.ht-pagination li a:focus span{
	color:#fff;
}
.ht-pagination li.active a,.ht-pagination li.active a:hover,.ht-pagination li.active a:active,.ht-pagination li.active a:focus,.pagination li a:hover,.pagination li a:focus{
	background:none;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
/*22.Testimonial */
.testimonial-1{
	padding:60px 0px;
}
.testimonial-1 .testimonial-item .img{
	width:180px;
	height:180px;
	border-radius:180px;
	overflow:hidden;
}
.testimonial-1 .testimonial-item .img img{
	width:100%;
}
.testimonial-1 .testimonial-txt{
	font-size:16px;
}
.testimonial-1 .testimonial-footer strong{
	color:#ff9434;
}
/*23.Search*/
.main-header .container{
	position:relative;
}
.search-box{
	position:absolute;
	width:100%;
	top:0px;
    right:0;
	width:300px;
	display:none;
	z-index:999;
}
.search-box .form-item{
	border:none;
	padding:0px 40px 0px 20px;
	border-radius:0px;
	height:50px;
	width:100%;
	margin-bottom:0px;
	background:#f5f5f5;
}
.search-box .form-item:focus,.search-box .form-item:active{
	border:inherit;
}
.search-box .container{
	position:relative;
}
.search-box button{
	border:none;
	position:absolute;
	background:none;
	left:0px;
	top:0px;
	z-index:999;
	padding:0px;
	font-size:18px;
	height:75px;
	width:50px;
	text-align:center;
}
.search-box button:hover{
	color:#333;
}
.icon-search{
	cursor:pointer;
	position:relative;
	z-index:1000;
	font-size:18px;
	text-align:center;
	height:40px;
	line-height:40px;
}
.icon-search.fa-remove{
	color:#333;
}
.search-adv{}
/*24.Img-hover---*/
.img-hover{
	position:relative;
	overflow:hidden;
	background:#000;
}
.img-hover .img-hover-caption{
	position:absolute;
	bottom:-100px;
	left:0px;
	opacity:0;
	padding:20px;
	z-index:999;
	background:#fff;
	width:100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.img-hover:hover .img-hover-caption{
	opacity:1;
	bottom:0px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.img-hover img{
	
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	width:100%;
}
.img-hover:hover img{
	opacity:0.5;
	transform: scale(1.1);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.img-hover .img-hover-caption h4.heading{
	font-size:20px;
	padding-top:0px;
	padding-bottom:10px;
}
.img-hover .img-hover-caption p{
	margin-bottom:0px;
	font-size:15px;
}
.img-hover-static{
	background:#fff;
}
.img-hover-static .img-hover-caption{
	opacity:1;
	background:#fff;
	padding:25px;
	color:#333;
	bottom:0;
}
.img-hover-static .img-hover-caption h4{
	padding:0px;
}
/*25.Form comment*/
.form-comment{
	margin-top:30px;
}
.form-comment .form-item{
	border:1px solid #eee;
}
.list-comment{
	text-align:left;
	padding:30px 0px;
}
/*26.Comment*/
.list-comment .comment-item{
	display:inline-block;
	margin-bottom:20px;
	position:relative;
}
.list-comment h4,.form-comment h4{
	margin-bottom:5px;
	font-size:25px;
} 
.list-comment .comment-item .comment-img{
	width:80px;
	height:80px;
	border:1px solid #f5f5f5;
	padding:10px;
	display:block;
	float:left;
	border-radius:4px;
	top:25px;
	position:absolute;
	left:0px;
	z-index:9;
	margin-right:20px;
	overflow:hidden;
}
.list-comment .comment-item .comment-item .comment-img{
	left:-35px;
}
.list-comment .comment-item .comment-img img{
	width:100%;
}
.list-comment .auth .comment-heading{
	float:left;
	margin-bottom:10px;
	width:100%;
}
.list-comment .comment-item .auth .comment-heading > h5{
	text-transform:none;
	padding-bottom:10px;
	font-size:16px;
	font-weight:500;
}
.list-comment .comment-item .auth .comment-heading > h5 a{
	color:#333;
}
.list-comment .comment-item  span{
	color:#999;
	font-size:14px;
	border-bottom:1px solid #eee;
	padding-bottom:15px;
}
.list-comment .comment-item .auth .comment-heading h5 a:hover,.list-comment .comment-item .auth .comment-heading h5 a:focus,.list-comment .comment-item .auth .comment-heading h5 a:active{
	text-decoration:underline;
}
.list-comment .more-comment{
	padding:12px;
	display:block;
	color:#777;
	font-size:13px;
	text-align:center;
	background:#f5f5f5;
}
.list-comment .more-comment:hover{
	text-decoration:underline;
}
.list-comment .comment-item .comment-item .comment-img{
	height:70px;
	width:70px;
}
.list-comment .comment-item .comment-txt .comment-item{
	margin-bottom:0px;
	margin-top:20px;
}
.list-comment .comment-item .comment-txt .reply{
	font-size:14px;
	margin-top:20px;
	display:block;
	color:#888;
}
.list-comment .comment-item .comment-txt .reply:hover{
	text-decoration:underline;
}
.list-comment .comment-item .comment-txt > hr{
	margin-bottom:20px;
}
.list-comment .comment-item .comment-txt{
	margin-top:15px;
	margin-bottom:15px;
	position:relative;
	display:inline-block;
	padding:0px 20px 0px 100px;
	float:left;
}
.list-comment .comment-item .comment-txt .comment-item .comment-txt{
	padding:0px 20px 0px 60px;
}
.list-comment .comment-item .comment-txt p{
	margin-bottom:0px;
	display:inline-block;
	margin-top:15px;
}
/*27.Dropdown*/
.dropdown-menu{
	border-radius:0px;
	background:#fff;
	padding:0px;
	left:0px;
	border:0px solid #eee;
	margin-right:15px;
	margin-top:2px;
	box-shadow: 1px 1px 2px 0px #ddd;
	
}
.dropdown-menu > li > a,.dropdown-menu > li > a:focus{
	border-bottom:1px solid #eee;
	padding:10px 15px;
	display:block;
}
.dropdown-menu > li:last-child a{
	border-bottom:0px;
}
.dropdown-menu > li > a:hover{
	background:none;
}
/*28.Tab*/
.ht-tabs ul{
	border:none;
}
.ht-tabs ul li{
	float:none;
	display:inline-block;
	cursor:pointer;
	margin-right:0px;
	text-align:center;
}
.ht-tabs ul li p{
	height:90px;
	width:90px;
	border:2px solid #eee;
	overflow:hidden;
	border-radius:100px;
	margin:15px auto;
}
.ht-tabs ul li p img{
	width:100%;
}
.ht-tabs ul li a{
	display:inline-block;
	padding:12px 25px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	position:relative;
	color:#444;
	font-weight:600;
	font-size:18px;
	border:0px;
	background:#fff;
	font-family:inherit;
	border-radius:5px;
}
.ht-tabs ul li a:hover,.ht-tabs ul li a:focus,.ht-tabs .nav-tabs>li.active>a,.ht-tabs .nav-tabs>li.active>a:focus,.ht-tabs .nav-tabs>li.active>a:hover{
	background:#dc4c46!important;
	border:none;
	color:#fff;
}
.ht-tabs-product ul{
	border:none;
	margin-bottom:30px;
}
.ht-tabs-product ul li a{

	border:none;
	color:#555;
}
.ht-tabs-product .nav-tabs li.active a,.ht-tabs-product  .nav-tabs>li.active>a:hover,.ht-tabs-product ul .nav-tabs li.active a:hover,.ht-tabs-product .nav-tabs li.active a:focus,.ht-tabs-product .nav-tabs li a:hover{
	Background:none;
	color:#82e629;
}
.ht-tabs-product .nav-tabs li.active p,.ht-tabs-product .nav-tabs li:hover p{
	border-color:#82e629;
}
.team .box-item{
	border:1px solid #333;
	box-shadow:0px 0px 0px 0px #fff;
}
/*29.Counter*/
.counter-item{
	text-align:center;
}
.counter-item h4{
	font-size:40px;
	font-weight:600;
	padding-top:0px;
}
.counter-item p{
	font-size:18px;
}
.coursel-large{
	padding:0px;
}
.coursel-large .banner{
	height:440px;
}
/*30.Owl coursel*/
.owl-theme .owl-controls{
	margin:0px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,.owl-theme .owl-controls .owl-buttons .owl-next{
	background:none;
	border-radius:0px;
	position:absolute;
	opacity:1;
	padding:5px 12px;
	top:-50px;
	right:15px;
	font-family:FontAwesome;
	text-transform:uppercase;
	color:#999;
	font-size:14px;
	background:#fff;
	border:1px solid #eee;
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	background:#fafafa;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
	right:50px;
}
.owl-theme .owl-controls .owl-buttons  .owl-prev::before{
	content:'\f053';
}
.owl-theme .owl-controls .owl-buttons  .owl-next::before{
	content:'\f054';
}
.overl .owl-item{
	padding:1px;
	margin-right:-1px;
}
.owl-pagination .owl-page, .owl-pagination .owl-buttons div {
    cursor: pointer;
    float: left;
}
.owl-pagination{
	display:inline-block;
	margin-top:10px;
	float:left;
	margin-left:7px;
}
.owl-pagination .owl-page.active{
}
/*31.Reloader--*/
.preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:9999;
	background:#fff;
}
.preloader i{
    position: absolute;
    top: 50%;
    left: 50%;
    margin:-40px 0 0 -40px;
	font-size:30px;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	} 
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg); 
	} 
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg); 
	} 
}
/*32.Media query*/
@media (max-width:768px){
	.banner_inner_page h1,.article-heading  h2,.coursel-large h1,.counter-item  h4{
		font-size:35px;
	}
	.article-heading h5,.article-heading h4,.thumb-item h4{
		font-size:18px;
	}
	.title-group h2,.article-heading  h3{
		font-size:30px;
	}
	.thumb-item{
		text-align:center!important;
	}
	.coursel-large .sw-item{
		height:350px;
	}
	.box-item{
		padding:20px;
	}
	.search-box{
		width:auto;
	}
	.menu-btn{
		display:inline-block!important;
	}
}