img{width:100%;}
.footer-top img.wp-image-76{width:auto;}
*{
	font-size:16px;
	font-family: 'Lora', 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:35px;
}
h2{
	font-size:30px;
}
h3{
	font-size:25px;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}
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;
}
/*01. Header*/
}
section#about-us{ padding-bottom:60px; }
.top-header{
	background:#f15f21;
	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:#fff;

}
.header-absolute{
	position:relative;
	top:0;
	z-index:999;
	width:100%;
}
.header-absolute .main-header{
	padding:0px 0px;
	background:#fff;
	position:relative;
		width:100%;
}
.header-absolute.smaller .main-header{
	position: fixed;
	top:0;

	padding:10px 0px!important;
	box-shadow:1px 1px 1px 0px #ccc;

	transition: all 0.3s;
}
.header-absolute.smaller .bg-pri-f:before{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.header-absolute.smaller .menu-nav > ul > li >.dropdown-menu{
	margin-top:13px;
}
.logo img { width:170px; height:auto;}
/*02. Menu*/
.menu-nav > ul > li{
	display:inline-block;
	float:none;
 vertical-align:top;
 position:relative;
}
.menu-nav > ul > li > a{
	display:inline-block;
	text-transform:capitalize;
	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 #f15f21;
	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:#f15f21;
	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:#f15f21;
}
.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:#f15f21;
	margin-bottom:0px;
	padding:5px 0px;
}
.menu-rs .menu-mb  li .dropdown-menu li a{
	color:#fff;
	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;
}
/*06.Button*/
.btn{
	display:inline-block;
	padding:8px 15px;
	background:#f15f21;
	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: #f15f21;
}
.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: 'Lora', serif;
	font-weight:800;
}
.title-group{
	margin-bottom:40px;
	text-align:center;
	color:#fff;
}
.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:35px;
	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;
	color:#000;
}
/*10.Background*/
.bg-image-1{
	background-image:url(../images/ban1.jpg);
	background-repeat:no-repeat;
}
.bg-image-2{
	background-image:url(../images/architecture-2179108_1920.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.bg-image-3{
	background-image:url(../images/1154.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.bg-image-4{
	background-image:url(../images/dawn-2178296_1920.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.bg-image-5{
	background-image:url(../images/2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.bg-image-6{
	background-image:url(../images/samuel-zeller-34751.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.bg-image-7{
	background-image:url(../images/samuel-zeller-34751.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
/*11.Article-heading*/
.article-heading .line-default:after{
	border-color:#155eab;
}
.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 #155eab;
}
.border-left-7{
	border-left:7px solid #155eab;
}
.border-left-5{
	border-left:5px solid #155eab;
	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;
    background: #155eab;
    z-index: -1;
}

.bg-pri-f:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    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;
    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;
    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;
    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;
    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;
    background: #fff;
    z-index: -1;
}
/*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:#155eab;
}
.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:50px 20px 40px 20px;
	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;
}
.banner .caption{
	position:absolute;
	top: 50%;
	left:0;
	width:100%;
	text-align:center;
	z-index:0;
	padding:20px;
	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(../images/pexels-photo-230872.jpg);
	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 #155eab;
	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:#155eab;
}
/*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:#f15f21!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:#f15f21;
}
.ht-tabs-product .nav-tabs li.active p,.ht-tabs-product .nav-tabs li:hover p{
	border-color:#f15f21;
}
.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:auto;
}
/*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:#f15f21;
}
.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); 
	} 
}

.main-header .current-menu-item > a{
background-color:#f15f21;
color: #fff;
}
.main-header .current-menu-item:hover{
background-color:#155eab;
color: #fff;
}
.entry-content h4 { font-size:20px;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{border: none;color:#ff0000;}
blockquote .avatar {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
}
.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
}
.owl-carousel blockquote {
    margin-top: 0;
    margin-bottom: 0;
}
.text-center {
    text-align: center;
}
blockquote {
    position: relative;
    margin: 40px 0;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
    border: none;
    font-size: 20px;
    font-weight: 300;
    color: #333333;
}
blockquote .avatar img {
    margin-bottom: 0;
    border-radius: 50%;
    max-width: 140px;
}
.footer-section{ background:#000; padding:40px 0; border-top:14px solid #f15f21;}
.footer-section p, .footer-section a{ color:#d0d0d0;}
.footer-section a:hover{ color:#ea2127; }
.footer-section b{ font-weight:bold; font-family: 'Lora', serif;, sans-serif; color:#d0d0d0; text-transform:uppercase; margin-bottom:15px; display:block;}
.footer-col address i:before{ margin-right:8px; }
.footer-col address{ color:#fff; }
.footer-title{ font-family: 'Lora', serif;, sans-serif; margin-bottom:8px; text-transform:uppercase; letter-spacing:1.5px; font-size:25px; color:#fff;  }
.footer-title:after{ display:block; height:2px; width:40px; background:#f15f21; margin-top:15px; margin-bottom:15px; content:"";}
.foo-about p{ padding-right:15px;}
.footer-col ul.menu li{ margin-bottom:15px; }
.footer-col ul.menu li:before{ display:inline-block; content:"\203A"; margin-right:10px; color:#f15f21; font-size:19px;}
.footer-col ul.menu li{ margin-bottom:8px; }
.foo-social li { margin-bottom: 15px; }
.foo-social li i { margin-right: 8px; font-size: 22px; vertical-align: bottom; }
.footer-col ul.menu i{ margin-right:8px; font-size:22px; vertical-align:bottom; }
footer{ margin-top:25px; }
.copyright{ padding:12px 0; border-top:1px solid #f15f21; background:#222;}
.copyright a, .copyright p, .copyright{ color:#fff; font-size:14px; margin-bottom:0px; }
.copy-left{ float:left; }
.copy-right{ float:right; }
.fa.fa-chevron-circle-left, .fa.fa-chevron-circle-right{ color:#fff;}
.owl-theme .owl-nav [class*="owl-"]:hover{ background:none !important;}
.owl-prev{ font-size:26px !important; position:absolute; left:0; top:45%; }
.owl-next{ font-size:26px !important; position:absolute; right:0; top:45%; }
.slide-content h1{ display:inline-block; padding:25px !important; background:rgba(0,0,0,0.7);}
.header-absolute.smaller .logo img{ width:130px; margin-top:0px !important; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; }
.header-absolute.smaller nav.menu-nav.m-t-5{ margin-top:12px !important; }
.contact_detail ul { margin: 0; padding: 0;}
.contact_detail li { color: #555555; font-size: 16px; line-height: 24px; list-style: outside none none; margin: 20px 0; padding: 0 150px 0 0; }
.contact_detail .icon_wrap { display: table-cell; }
.icon_wrap .fa { background: #ffffff none repeat scroll 0 0; border: 1px solid #e6e5e5; border-radius: 50%; color: #555555; display: inline-block; font-size: 22px; height: 44px; line-height: 44px; margin-right: 15px; text-align: center; vertical-align: middle; width: 44px; }
.contact_info_m { display: table-cell; vertical-align: middle; }

nav.menu-nav.m-t-5{ margin-top:30px !important;}
@media (min-width:768px){
ul.sub-menu{ display:none; }
.menu-nav ul li:hover ul.sub-menu{ display:block; }
ul.sub-menu{ position:absolute; top:100%; left:0; background:#fff; min-width:280px; padding:10px; border: 1px solid #f0f0f0; }   
.menu-nav ul li ul.sub-menu li a{ color:#f15f21; } 
}


@media (max-width:767px){
	.main-header .m-t-10{margin-top:0 !important;}
	.mobile-menu .slicknav_nav .menu-item a:hover{color:#fff !important; border-radius:0px !important;}
	.mobile-menu .slicknav_menu{background:#fff !important; padding: 0 5px !important;}
	.mobile-menu .slicknav_menu .slicknav-flex{float:right;}
	.mobile-menu .slicknav_menu ul.slicknav_nav{background: #f15f21 !important;}
	.header-absolute .main-header{padding-bottom: 0 !important;}
	.header-absolute .main-header:before{content:none !important;}
	.bg-f1f1{margin-bottom:15px;}
}
@media only screen 
  and (min-width: 481px) 
  and (max-width: 767px){
	.main-header .m-t-10{margin-top:0 !important;}
	.mobile-menu .slicknav_menu{background:#fff !important; padding: 0 5px !important;}
	.mobile-menu .slicknav_menu .slicknav-flex{float:right;}
	.mobile-menu .slicknav_menu ul.slicknav_nav{background: #4c4c4c !important;}
	.header-absolute .main-header{padding-bottom: 0 !important;}
	.header-absolute .main-header:before{content:none !important;}
	#home-slider{margin-top: 98px !important;}
	#home-slider .caption .slide-content{position: absolute;top: 0;left: 0;right: 0;}
	#home-slider .caption .slide-content h5.f-25{position: absolute;top: -65px;font-size: 20px !important;left: 0;right: 0;
    margin: 0 auto; padding:0 !important;}
	#home-slider .caption .slide-content h1.f-50{font-size: 22px !important;}
	#home-slider .caption .slide-content a.btn{padding: 11px 22px!important;}
	.bg-feda00 h4.f-xs-20{text-align: center;}
	.bg-feda00 .pull-left-xs{float:none !important; text-align:center;}
	.bg-feda00 .pull-right{float:none !important;}
	.bg-feda00 .pull-right a.bg-f{margin-top: 20px !important;}
}

@media (max-width:480px){
	.main-header .m-t-10{margin-top:0 !important;}
	.mobile-menu .slicknav_menu{background:#fff !important; padding: 0 5px !important;}
	.mobile-menu .slicknav_menu .slicknav-flex{float:right;}
	.mobile-menu .slicknav_menu ul.slicknav_nav{background: #f15f21 !important;}
	.header-absolute .main-header{padding-bottom: 0 !important;}
	.header-absolute .main-header:before{content:none !important;}
	#home-slider .caption .slide-content{position: absolute;top: 0;left: 0;right: 0;}
	#home-slider .caption .slide-content h5.f-25{position: absolute;top: -36px;font-size: 17px !important;left: 0;right: 0;
    margin: 0 auto; padding:0 !important;}
	#home-slider .caption .slide-content h1.f-50{font-size: 22px !important;}
	#home-slider .caption .slide-content a.btn{font-size: 14px !important;margin-top: 0 !important;padding: 4px 18px!important;}
	.bg-feda00{padding: 20px 0 !important;}
	.bg-feda00 h4.f-xs-20{font-size: 18px !important;text-align: center;}
	.bg-feda00 .pull-left-xs{float:none !important; text-align:center;}
	.bg-feda00 .pull-right{float:none !important;}
	.bg-feda00 .pull-right a.bg-f{padding: 10px 22px!important;font-size: 15px !important;}
	.p-xs-15 .article-heading h3.line-default{font-size: 24px !important;}
	section#home-slider{ padding-top:90px !important;}
} 
@media(max-width:680px){
.copyright{ text-align:center; }
.copy-left{ margin-bottom:5px; float:none;}
.copy-right{ float:none;} }

/*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;
	}
    .contact_detail li{ padding-right:10px; }
}
ul.dw li{margin-bottom: 20px;}
ul.dw li a{font-size: 18px; line-height: 22px;}
ul.dw li i{font-size: 22px; vertical-align: middle; margin-right: 10px; line-height: 22px;}
.btn{font-size: 15px; line-height: 18px;}
ul.dw li {margin-bottom: 0;}
#our-services .box-item img{min-height: 305px; height: auto;}