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

    Template Name: Vocation Blog Template 
    Template URI: http://bootexperts.com
    Description: This is html5 template
    Author: BootExperts
    Author URI: http://bootexperts.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)

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

/*----------------------------------------*/
/*  1.  Theme default CSS
	2. header style start
	3.slider area start
	4. service-area area start
	5. fun-factor-area start
	6. protfolio-area start
	7. client-area start
	8. Newsletter-area start
	9. pricing-table-area start
	10. blog-area start
	11. brand-area start
	12. footer-start
	13. home2 style here
	14. home3 style here
	15. blog style here
	16. Blog Both Sidebar style here
	17. single blog style here 
	18. team-col2 style here
	19. single team style here
	20. single protfolio style here
	21. about style here
	22. contact style here
/*----------------------------------------*/

/*---------1. Theme default CSS start ---------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.clear:before,
.clear:after {content: " ";display: table;}
.clear:after {clear: both;}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
body {
  color:#666;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.floatleft {float:left}
.floatright {float:right}
img {max-width:100%;height:auto;margin:5px;}
.fix {overflow:hidden}
p {
	margin:0 0 10px;
	color:#666;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  color: #171717;
  margin-top:0;
}
a {transition: all 0.5s ease 0s;text-decoration:none;}
a:hover {color: #b82025;text-decoration: none;}
a:active, a:hover, a:focus { outline: none;text-decoration:none;}
ul{list-style: outside none none;margin: 0;padding: 0}

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

.mb-35{margin-bottom:35px;}
.mb-40{margin-bottom:40px;}
.mb-30{margin-bottom:30px;}
.mb-20{margin-bottom:20px;}
.mb-70{margin-bottom:70px;} 
.mb-50{margin-bottom:50px;} 

.mtb-30{margin:30px 0px;}
.mtr-30{margin:30px 30px 0px 0px}
.mtl-30{margin:30px 0px 0px 30px}
.ptb-20{padding:20px 0px;}
.ptb-30{padding:30px 0px;}
.ptb-70{padding:70px 0px;}
.ptb-150{padding:150px 0px;}

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

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

.bg-1{background:#F1F1F1}
.bg-4{background:#FBFBFB}
.bg-2{background:#333333}
.bg-fff{background:#fff}

.slider-bg-1 { background: #ddd url("img/slider/slide1.jpg") no-repeat scroll center center / cover ;}
.slider-bg-2 { background: #ddd url("img/slider/slider2.jpg") no-repeat scroll center center / cover ;}
.slider-bg-6 { background: #ddd url("Images/Referral-Slider.jpeg") no-repeat scroll center center / cover ;}
.slider-bg-3 { background: #ddd url("img/slider/slider3.jpg") no-repeat scroll center center / cover ;}
.slider-bg-4 { background: #ddd url("img/slider/4.jpg") no-repeat scroll center center / cover ;}
.slider-bg-5 { background: #ddd url("img/slider/slider5.jpg") no-repeat scroll center center / cover ;}
.bg-img-1 {background: rgba(0, 0, 0, 0) url("img/bg/1.jpg") no-repeat scroll center center / cover ;}
.bg-img-2{background: rgba(0, 0, 0, 0) url("img/bg/2.jpeg") no-repeat scroll center center / cover ;}
.bg-img-3 {background:#353535;}
.bg-img-4{background: rgba(0, 0, 0, 0) url("img/bg/4.jpg") no-repeat scroll center center / cover ;}
.bg-img-5{background: rgba(0, 0, 0, 0) url("img/t.jpg") no-repeat center center;}


.row-2{  
	margin-left: -10px;
	margin-right: -10px;
} 
.opa{
	position:relative;
	z-index:111;
}
.opa:after{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#000;
	opacity:.4;
	z-index:-1;
}
#sticky-header{
}
.sticky {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1111111;
	animation:500ms ease-in-out 0s normal none 1 running fadeInDown;
	background:#fff;
	box-shadow: 0 2px 5px #ccc;
}
a#scrollUp {
  background: #b82025;
  border: 1px solid #b82025;
  bottom: 35px;
  color: #ffffff;
  cursor: pointer;
  font-size: 24px;
  height: 45px;
  line-height: 42px;
  position: absolute;
  right: 12px;
  text-align: center;
  width: 45px;
  z-index: 999;
  transition:all .5s;
}
a#scrollUp:hover{
	border-color:#b82025;
	background:#fff;
	color:#b82025;
}
/*------2. header style start ------*/
.logo {
  padding: 15px 0;
}
.mainmenu li{display:inline-block;position:relative;}
.mainmenu li a {
  color: #444444;
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding: 30px 15px 29px;
  text-transform: uppercase;
}
.mainmenu li:last-child a {
  padding-right: 0;
}
.mainmenu li:hover > a{color:#b82025;}
.mainmenu li a i.fa {
	font-size: 12px;
	margin-left: 5px;
	opacity: 0.5;
	transition:all .5s;
}
.mainmenu li a:hover i.fa{opacity:1;}
.mainmenu li > ul {
	background-color: #fff;
	border-top:1px solid #b82025;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	top:130%;
	transition: all 0.5s ease-in-out 0s;
	visibility: hidden;
	width: 200px;
	z-index: 2147483647;
	padding: 10px;
}
.mainmenu li:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
}

.mainmenu li > ul li{display:block;}
.mainmenu li > ul li a{
	text-transform:capitalize;
	border: 0 solid #ddd;
	font-size: 13px;
	font-weight: 300;
	padding: 10px 5px;
}
.mainmenu li > ul li a:hover{padding-left:10px;}

/*------ header style end ------*/
/*----- 3.slider area start ------*/
.single-slider-items{
	height:600px;
}
.slider-items-table{
	display:table;
	width:100%;
	height:100%;
}
.slider-items-tablecell {
	display: table-cell;
	vertical-align: middle;
}
.single-slider-items h2, .single-slider-items h1, .single-slider-items p, .single-slider-items a{
	color:#fff;
}
.single-slider-items h2{
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.single-slider-items h1 {
	font-size: 72px;
	font-weight: 400;
	text-transform: uppercase;
}
.single-slider-items p {
	color: #fff;
	margin-bottom: 40px;
	margin-top: 10px;
	text-transform:capitalize;
}
.vocation-btn a{
	color: #ffffff;
	font-weight: 600;
	padding: 10px 20px 7px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	border: 1px solid #ffffff;
	display:inline-block;
}
.vocation-btn.slider-btn a{
	margin-right: 30px;
	text-align: center;
	width: 200px;
	font-size: 16px;
	font-weight: 500;
	background:#5a5b5b;
	background:rgba(0,0,0,0.15);
}
.vocation-btn.slider-btn a:hover{
	color:#6F6D66;
	background:#FFFFFF;
	border-color:#fff;
}
.slider-active .owl-controls .owl-dots{
	position:absolute;
	bottom:20px;
	left:50%;
	transform:translateX(-50%);
	margin-left:-7px;
	opacity:0;
	transition:all .5s;
}
.slider-active:hover.slider-active .owl-controls .owl-dots{
	bottom:30px;
	opacity:1;
} 
.slider-active .owl-controls .owl-dot{
	width:8px;
	height:8px;
	background:#fff;
	display:inline-block;
	margin:0px 5px;
	border:2px solid transparent;
	transition:all .5s;
	transform:scale(1);
}
.slider-active .owl-controls .owl-dot:hover, .slider-active .owl-controls .owl-dot.active{
	background: transparent;
	border: 2px solid #fff;
	transform: scale(1.5);
}
/*----- slider area end ------*/
/*---------4. service-area area start ---------*/
.section-title{
	position:relative;
}
.section-title h3{
	line-height: 20px;
	margin: 10px;
	text-transform: uppercase;
	font-size:24px;
	 color: rgba(0, 0, 0, 0.85);
}
.section-title h4{
	line-height: 20px;
	margin: 10px;
	text-transform: uppercase;
	font-size:24px;
	 color: #FFFFFF;
}
.section-title p{
	font-family: "Poppins",sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin-bottom:0;
	text-transform:capitalize;
	color:#666;
}
.section-title:before, .section-title:after{
	bottom: 5px;
	height: 3px;
	left: 50%;
	position: absolute;
	content: "";
	right: 0;
}
.section-title:before{
	background: #304099;
	width: 109px;
	transform: translateX(-50%);
}
.section-title:after{
	background: #b82025 none repeat scroll 0 0;
	position: absolute;
	width: 55px;
	z-index: 9;
}
.section-title2{
	position:relative;
}
.section-title2 h3{
	line-height: 20px;
	margin: 10px;
	text-transform: uppercase;
	font-size:24px;
	 color: #FFFFFF;
}

#star-reviews-hoffman{
	background: url('https://hoffmansecurity.com/img/reviews.jpg')no-repeat; background-size: cover;
}


.star-reviews h4{
	line-height: 140px;
	text-transform: uppercase;
	font-size: 60px;
	margin-top: -10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
}
.star-reviews-img{
	line-height: 20px;
	text-transform: uppercase;
	font-size:60px;
	margin-top: 10px;
	margin-bottom: -10px;
	color: #FFFFFF;
}
.section-title2:before, .section-title2:after{
	bottom: 5px;
	height: 3px;
	left: 50%;
	position: absolute;
	content: "";
	right: 0;
}
.section-title2:before{
	background: #FFF;
	width: 109px;
	transform: translateX(-50%);
}
.section-title2:after{
	background: #FFF none repeat scroll 0 0;
	position: absolute;
	width: 55px;
	z-index: 9;
}
.template-features-icon i{
	font-size:80px;
	color:#b82025;
}
.template-features-icon i.fa-css3{color:#33a9dc}
.template-features-icon i.fa-wordpress{color:#2bcdc1}
.template-features-wrap h5 {
	color: #222;
	font-size: 20px;
}
.template-features-wrap p {
  margin-bottom: 0;
}
/*--------- service-area area end ---------*/
.our-theme h5 {
  color: #fff;
  font-size: 28px;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}
.our-theme p {
  color: #fff;
  font-size: 14px;
  margin: 25px 0 60px;
  padding: 0 100px;
  text-transform: capitalize;
}
.theme-btn.vocation-btn a:hover{
	background:#b82025;
	border-color:#b82025;
}
.service-icon, .service-icon a {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #b82025;
	color: #b82025;
	display: inline-table;
	font-size: 30px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	transition: all 0.5s ease-in 0s;
	width: 19%;
}
.single-service:hover .service-icon {
	color:#fff;
	background:#b82025;
}
.service-info {
  padding-left: 20px;
  width: 80%;
}
.service-info h4 {
  color: #222222;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 7px;
}
.service-info p {
  margin-bottom: 0;
}
.single-service.mtb-30 {
  margin-bottom: 50px;
}
/*---------5. fun-factor-area start--------------- */
.fun-factor-icon{
	color: #f0f0f0;
	font-size: 24px;
	margin: 10px 0 40px;
}
.fun-factor-icon i{
	background: #b82025;
	font-size: 30px;
	height: 70px;
	line-height: 70px;
	outline: 1px solid #b82025;
	outline-offset: 5px;
	width: 70px;
}
.fun-factor-wrap h2 span{
	color: #ffffff;
	font-size: 50px;
	font-weight: 300;
}
.fun-factor-wrap span{
	color: #ffffff;
	font-size: 16px;
}
.section-title span {
  font-size: 18px;
}
/*--------- fun-factor-area end--------------- */
/*---------6. protfolio-area start--------------- */
.col-3 {
	padding: 0 10px;
	width: 33.33%;
	float:left;
}
.protfolio-wrap {
	border: 1px solid #eeeeee;
	overflow: hidden;
}
.protfolio-img, .team-img a{position:relative;}
.protfolio-img a {
	background: #b82025 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 20px;
	height: 50px;
	left: 50%;
	line-height: 50px;
	opacity: 0;
	outline: 1px solid #b82025;
	outline-offset: 5px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(3);
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 50px;
	z-index: 9999;
}
.protfolio-img:hover a{
	opacity: 1;
	transform: translateX(-50%) translateY(-50%) scale(1);
	visibility: visible;
}
.protfolio-img:before, .team-img > a:before{
	animation-duration: 0.5s;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 0;
	opacity:0;
	z-index:9;
}
.protfolio-img:hover:before{
	opacity:1;
	width:100%;
	left:0;
}
.protfolio-menu ul li {
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #282828;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-right: 6px;
  padding: 8px 20px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.protfolio-menu ul li.active, .protfolio-menu ul li:hover{
	background:#b82025;
	color:#fff;
	border-color:#b82025;
}
.protfolio-info{padding: 0 15px 10px;}
.protfolio-info h3{
	display:block;
	font-size: 14px;
	margin-top: 10px;
	text-transform: capitalize;
}
.protfolio-info h3 a{color: rgba(0, 0, 0, 0.85);}
.protfolio-info h3 a:hover{color:#b82025}
.protfolio-info span{text-transform:capitalize;}
#Container .mix{
	display: none;
}
.vbox-overlay {
  z-index: 2147483647;
}
.vbox-close {
	background: #b82025 url("close.gif") no-repeat scroll 10px center;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: 600;
	height: 40px;
	position: fixed;
	right: 30px;
	text-indent: 19px;
	top: 4px;
	width: 46px;
	border-radius: 2px;
}
.vbox-next, .vbox-prev {
  border: medium solid transparent;
  box-sizing: content-box;
  color: #fff;
  cursor: pointer;
  height: 170px;
  margin-top: -85px;
  overflow: hidden;
  position: fixed;
  text-indent: -100px;
  top: 50%;
  width: 30px;
}
.vbox-next {
  background: rgba(0, 0, 0, 0) url("img/next.gif") no-repeat scroll center center;
  border-width: 0 10px 0 30px;
  right: 0;
}
.vbox-prev {
  background: rgba(0, 0, 0, 0) url("img/prev.gif") no-repeat scroll center center;
  border-width: 0 30px 0 10px;
  left: 0;
}
/*--------- protfolio-area end--------------- */
/*---------7. client-area start -------------*/
.client-wrap{
	display: inline-block;
	padding: 20px 0 56px;
	position: relative;
	width: 100%;
}
.client-img{
	height: 120px;
	margin-left: 22px;
	overflow: hidden;
	position: relative;
	width: 120px;
	z-index: 99;
}
.client-img:before{
	border: 6px solid rgba(0, 0, 0, 0.15);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	border-radius:50%;
	z-index:9999;
}
.client-img img{
	border-radius:50%;
}
.client-info {
	left: 14%;
	margin-top: 0;
	overflow: hidden;
	padding: 27px 75px 35px 78px;
	position: absolute;
	top: 0;
}
.client-info h3{
	color: #303030;
	display: inline;
	font-size: 18px;
}
.client-info span{}
.client-info p{
	color: #606060;
	margin: 12px 0 0;
	position: relative;
}
.client-info p:before{
	bottom: -5px;
	color: #dadada;
	content: "";
	font-family: "FontAwesome";
	font-size: 22px;
	position: absolute;
	right: -14px;
}
.dotet-style .owl-dots {
	position:absolute;
	left:0;
	right:0;
	text-align:center;
	bottom:-20px;
}
.dotet-style .owl-dot {
	background: #ddd none repeat scroll 0 0;
	border-radius: 3px;
	display: inline-block;
	height: 3px;
	margin: 0 5px;
	width: 20px;
	transition:all .5s;
}
.dotet-style .owl-dot:hover, .dotet-style .owl-dot.active{
	background:#b82025;
}
/*--------- client-area end -------------*/
/*--------- our-team-area start-------------*/
.team-img{position:relative;}
.team-img a{display:block;}
.team-img a:before{
	width:100%;
	left:0;
}
.team-wrap:hover .team-img a:before{
	opacity:.5;
}
.team-img a span, .blog-img a span{
	background: #b82025 none repeat scroll 0 0;
	border-radius: 30px;
	bottom: 0;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	height: 50px;
	left: 0;
	line-height: 50px;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: all .5s ease 0s;
	width: 50px;
	z-index: 999;
	opacity:0;
	transform:scale(0);
}
.team-img a span:hover{
	color:#b82025;
	background:#fff;
}
.team-wrap:hover .team-img a span{
	opacity:1;
	transform:scale(1);
}
.team-icon {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	width: 100%;
	z-index: 999999;
}
.team-icon ul li{display:inline-block;}
.team-icon ul li a{
	margin-right:22px;
	color:#fff;
}
.team-icon ul li a:hover{color:#b82025}
.team-info{
	padding:30px 0px 25px 0;
	position:relative;
}
.team-info:before{
	background: #f0f0f0 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 60px;
}
.team-wrap:hover .team-info:before{
	background: #b82025;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.team-info h4 {
	font-size: 15px;
	line-height: 13px;
	margin-bottom: 14px;
	text-transform: uppercase;
	margin-top: 0;
}
.team-info span{
	color: #909090;
	font-style: italic;
	line-height: 12px;
}
.team-active.dotet-style .owl-dots{
	display:none;
}
.team-active .owl-nav div {
  border: 1px solid #eeeeee;
  color: #eeeeee;
  height: 50px;
  left: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition:all .5s;
  font-size:20px;
}
.team-active .owl-nav div:hover{
	background:#b82025;
	color:#fff;
	border-color:#b82025;
}
.team-active .owl-nav div.owl-next{
	left:auto;
	right:-50px;
}
/*--------- our-team-area end -------------*/
/*---------8. Newsletter-area start -------------*/
.news-title h2 {
	font-size: 25px;
	margin-bottom: 0;
	margin-top: 15px;
}
.newsletter form{position:relative;}
.newsletter input {
	border: 1px solid #fff;
	font-size: 15px;
	height: 50px;
	padding: 0 20px 0 10px;
	width: 100%;
}
.newsletter button {
	background: #454545 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-weight: 700;
	height: 50px;
	padding: 0 20px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.5s ease 0s;
}
.newsletter button:hover{
	background-color:#b82025;
}
*::-moz-placeholder {
    opacity: 1 !important;
}
*::-moz-selection {
    background: #b3d4fc none repeat scroll 0 0;
    text-shadow: none;
}
/*--------- Newsletter-area end -------------*/
/*---------9. pricing-table-area start -------------*/
.pricing-wrap{transition:all .5s;}
.pricing-wrap:hover{
	box-shadow: 0 1px 1px 2px #eeeeee;
}
.col-4 {
	float: left;
	padding: 0 10px;
	width: 25%;
}
.price-head h4 {
	color: #565656;
	font-size: 24px;
	margin: 0;
	padding: 40px 0 30px;
	transition:all .5s;
	background:transparent;
}
.pricing-wrap:hover .price-head h4, .price-head h4.active {
	background:#b82025;
	color:#fff;
}
.price-body{padding-bottom:20px;}
.price-body h5 {
	background: #304099 none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 8px 18px;
}
.price-body li{
	border-bottom: 1px solid #eeeeee;
	color: #565656;
	font-size: 14px;
	padding: 10px 0 6px;
}
.price-body a.order{
	border: 1px solid #cccccc;
	color: #304099;
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	margin-top: 20px;
	padding: 9px 25px 6px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.price-body a.order:hover{
	background:#b82025;
	border-color:#b82025;
	color:#fff;
}
/*--------- pricing-table-area end -------------*/
/*---------10. blog-area start -------------*/
.blog-wrap {border: 1px solid #eee;}
.blog-img {
	overflow: hidden;
	position:relative;
}
.blog-img img {
  width: 100%;
}
.blog-img a {
	display: block;
	position: relative;
}
.blog-img a::after, .blog-img a::before {
	background: #b82025 none repeat scroll 0 0;
	content: "";
	height: 200%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.6s ease 0s;
	width: 200%;
	opacity:.3;
}
.blog-img a::after{
	transform: skew(45deg) translateX(100%);
	z-index: 9;
}
.blog-img a::before{
	transform: skew(45deg) translateX(-100%);
}
.blog-img a:hover:before, .blog-img a:hover:after{transform: skew(45deg) translateX(0%);}
.blog-img a span {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 30px;
	top: -100%;
}
.blog-img:hover a span {
	opacity:1;
	transform:scale(1);
	top:0;
}
.blog-info{padding: 25px 15px 22px;}
.blog-info h4 {margin-top: 0;}
.blog-info h4 a {
	font-size: 15px;
	color:#333;
}
.blog-info h4 a:hover{color:#b82025}
.blog-info > span {
  font-size: 12px;
  margin-right: 10px;
}
.blog-info span a{
	color:#666;
}
.blog-info span a:hover{color:#000;}
.blog-info span i{
	font-size: 14px;
	margin-right: 8px;
}
.blog-info p {
	margin-bottom: 12px;
	margin-top: 3px;
	word-spacing: 1px;
}
.blog-info a.read-more{  color: #b82025;}
.blog-info a.read-more:hover{color:#333;}
/*--------- blog-area end -------------*/
/*---------11. brand-area start -------------*/
.single-brand{
	padding:20px 30px;
	background:#fff;
	position:relative;
	border:1px solid #ccc;
	overflow:hidden;
}
.single-brand:before{
	right: 100%;
	top: 0;
}
.single-brand:before, .single-brand:after{
	height: 1px;
	width: 100%;	
}
.single-brand:before, .single-brand:after, .brand-item:before, .brand-item:after{
	background-color: #b82025;
	content: "";
	position: absolute;
	transition:all .5s;
}
.single-brand:after{
  bottom: 0;
  left: 100%;
}	
.brand-item:before, .brand-item:after{
	height:100%;
	width:1px;
}
.brand-item:before{
	bottom:100%;
	left:0;
}
.brand-item:after{
	top:100%;
	right:0;
}
.single-brand:hover:before{
	right:0;
}
.single-brand:hover:after{
	left:0;
}
.single-brand:hover .brand-item:before{
	bottom:0;
}
.single-brand:hover .brand-item:after{
	top:0;
}
/*--------- brand-area end -------------*/
/*---------12. footer-start -------------*/
.footer-top-area.opa::after {
  background: #2b2b2b;
  opacity: 0.9;
}
.footer-logo{}
.footer-logo img{
	padding-bottom:10px;
}
.footer-widget p {
	color: #fff;
	margin-bottom:0px;
}
.footer-address span{
	display:inline-block;
	color: #fff;
}
.footer-address {
	color:#fff;	
}
.footer-address span.footer-icon {
	float: left;
	color: #fff;
	font-size: 25px;
	height: 40px;
	line-height: 50px;
	padding-right: 15px;
}
.footer-widget h3 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight:700;
}
.footer-widget ul li a {
	color: #fff;
	display: inline-block;
	line-height: 30px;
	margin-bottom: 8px;
}
.footer-widget ul li a:hover {
	padding-left:5px;
	color:#b82025;
}
.footer-widget input, .footer-widget textarea, .footer-widget button{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #a5acb2;
	font-size: 12px;
	margin-bottom: 0px;
	width: 100%;
	padding-left:0px;
	color: #fff;
}
.footer-widget input{
	height:35px;
}
.footer-widget textarea{
	height:100px;
}
.footer-widget button{
	font-weight:600;
	height:35px;
	margin-bottom:0;
	transition:all .5s;
}
.footer-widget button:hover{
	background:#b82025;
	border:1px solid #b82025;
}
.footer-widget span.footer-form {
	margin:0;
}
.footer-icon a {
	border: 1px solid #ffffff;
	color: #fff;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin-left: 15px;
	text-align: center;
	width: 35px;
}
.footer-icon a:hover {
  background: #b82025 none repeat scroll 0 0;
  border-color: #b82025;
  color: #fff;
}
.copyright  p {
	color: #fff;
	margin-bottom: 0;
	margin-top: 10px;
}
.copyright  p a{
	color:#fff;
}
.copyright  p a:hover{color:#b82025}
/*--------- footer end -------------*/
/*------------------------------------
		  13. home2 style here 
 -------------------------------------*/
.home2-service-info.service-info {
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  width: 75%;
}
/*------------------------------------
			14. home3 style here 
 -------------------------------------*/
.home3-service-info{overflow:hidden;}
.home3-service-info h4{
	position:relative;
	top:25px;
	transition:all .5s;
	margin-top:0;
}
.home3-service-info  p {
  bottom: -50px;
  opacity: 0;
  position: relative;
  transition:all .5s;
  visibility:hidden;
  color:#666;
}
.single-service:hover .home3-service-info h4{
	top:0;
}
.single-service:hover .home3-service-info  p{
	opacity:1;
	bottom:0;
	visibility:visible;
}
.col-2{
	width:50%;
	padding:0px 10px;
	float:left;
}

/*------------------------------------
		14.5. reviews
 -------------------------------------*/
.reviews {
	font-color: #FFFFFF;
	
}


/*------------------------------------
		15. blog style here 
 -------------------------------------*/
.breadcrumb-text h1 {
	color: #fefefe;
	font-size: 36px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.breadcrumb-text  ul li{
	display:inline-block;
	margin-right:5px;
	color:#fff;
}
.breadcrumb-text  ul li a{color:#fff;}
.section-title2.section-title::before, .section-title2.section-title::after {
  left: 54px;
}
.page-numbers{padding-top:15px;}
.page-numbers ul li{
	display:inline-block;
	margin:0px 5px;
}
.page-numbers li:last-child {
  margin-right: 0;
}
.page-numbers li a, .page-numbers li span{
  background: #666666;
  color: #ffffff;
  text-align: center;
  display:block;
  width:30px;
  height:30px;
  line-height:30px;
}
.page-numbers li a:hover, .page-numbers li span{background:#b82025;}
.col-1{
	width:100%;
	padding:0px 10px;
	float:left;
}
.blog-blog-wrap .blog-img a::after, .blog-blog-wrap .blog-img a::before {
  background: #000;
}
.blog-blog-wrap .blog-img a span {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
}
/*------------------------------------
	16. Blog Both Sidebar style here 
 -------------------------------------*/
.section-title3 h5 {
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 17px;
	margin-bottom: 30px;
	margin-top: 0;
	padding-bottom: 13px;
	position: relative;
	text-transform: capitalize;
}
.section-title3 h5:before{
	background: #b82025;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 50%;
	bottom:-1px;
}
.widget_categories ul li:not(:last-child){
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	margin: 0 0 6px;
	padding: 0 0 6px;
}
.widget_categories ul li a{
	color:#666;
}
.widget_categories ul li a:hover{color:#000}
.widget_search input {
	border: 2px solid #b82025;
	float: left;
	height: 35px;
	padding-left: 5px;
	width: 65%;
}
.widget_search button{
	width:35%;
	font-weight:700;
	height:35px;
	background:#454545;
	border:none;
	color:#fff;
	transition:all .5s;
}
.widget_search button:hover{
	color:#666;
	background-color:#ccc;
}
/*------------------------------------
		17. single blog style here 
 -------------------------------------*/
.single-blog-info h1 {
	font-size: 3rem;
	margin: 25px 0;
	line-height: 24px;
	color:rgba(0, 0, 0, 0.85);
}
.single-blog-info p{
	color: #666;
	font-family: "Poppins",sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom:20px;
}
.single-blog-info h3{
	text-transform:uppercase;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 17px;
}
.single-blog-meta span{
	margin-right:15px;
	color:#555;
}
.single-blog-meta span i{margin-right:5px;}
.single-blog-meta span a{color:#555;}
.single-blog-meta span a:hover{color:rgba(0, 0, 0, 1)}
.single-blog-form h3{
	color: #323232;
	font-size: 2.5rem;
}
.single-blog-form p{
	margin-bottom:20px;
	color:#666;
}
.single-blog-form p label {
	display: block;
	font-weight: 500;
}
.single-blog-form p label span{color:#900;}
.single-blog-form textarea{
	width:100%;
	height:200px;
	margin-bottom: 20px;
}
.single-blog-form textarea, .single-blog-form input{
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	padding-left:10px;
}
.single-blog-form input {
  height: 36px;
  width: 75%;
}
.single-blog-form button{
	background: #323232;
	padding: 10px 20px;
	border:none;
	color:#fff;
	font-weight:500;
	transition:all .5s;
}
.single-blog-form button:hover{background:#b82025}
/*------------------------------------
		18. team-col2 style here 
 -------------------------------------*/
.col2-team-wrap .team-icon {
  opacity: 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  transform:scaleY(0);
  transform-origin: bottom;
}
.col2-team-wrap:hover .team-icon{
	opacity:1;
	visibility:visible;
	transform:scaleY(1);
}
.col2-team-wrap .team-info::before {
  display: none;
}
.col2-team-wrap .team-info {
  padding: 20px 25px 10px;
}
/*------------------------------------
		19. single team style here 
 -------------------------------------*/
 .single-team-img > img {
  width: 100%;
}
.single-team-img .team-icon.text-center {
  background: #f1f1f1 none repeat scroll 0 0;
  margin-top: 10px;
  position: inherit;
}
.single-team-img .team-icon.text-center a {
  color: #333;
}
.single-team-img .team-icon.text-center a:hover{color:#b82025;}
.personal-info{
	border:1px solid #f1f1f1;
	padding:15px;
}
.personal-info h4{
	font-size:16px;
	font-weight:700;
}
.personal-info p i, .single-team-info li i{
	margin-right:8px;
	color:#bebebe;
	width:18px;
}
.single-team-info .section-title3 h5::before {
  width: 8%;
}
.single-team-info ul{
	margin-bottom:15px;
}
.single-team-info li{
	padding:3px 0;
}
.progressbar-area{margin-top:30px;}
.progress {
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 6px;
  margin-bottom: 20px;
  overflow: hidden;
}
.orange{position:relative}
.progress-bar {
  width: 60%;
  background:#b82025;
}
.progress-bar > span {
  position: absolute;
  color: #222;
  right: 0;
  top: 0;
}
/*------------------------------------
	20. single protfolio style here 
 -------------------------------------*/
.banner-info h1{
	color: #282828;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.banner-info p{margin-bottom:25px;}
.single-portfolio-ctg {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 30px 15px 10px;
}
.banner-info ul li {
  color: #565656;
  margin-bottom: 20px;
}
.banner-info ul li span {
  color: #282828;
  font-weight: 500;
  text-transform: uppercase;
}
.recent-project-area h3{
	margin-bottom:20px;
	color:#282828;
	text-transform:uppercase;
	font-size:18px;
}
.recent-project-area .protfolio-img::before, .team-img > a::before, .recent-project-area .protfolio-img a {
  display: none;
}
.recent-project-area .protfolio-info {
  padding: 0;
}
.recent-project-area .protfolio-wrap {
  border: 0 none;
}
/*------------------------------------
	21. about style here 
 -------------------------------------*/
.media-body{
	padding:50px;
}
.media-body h4{
	font-size:24px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.media-body h4 a{
	color:#222;
}
.media-body p{
	margin-bottom:30px;
}
.media-body > a{
	border: 1px solid #454545;
	padding:5px 25px;
	text-transform: uppercase;
	display:inline-block;
	background:#454545;
	color:#fff;
	font-weight:700;
}
.media-body > a:hover{
	background:#b82025;
	border-color:#b82025;
}
.barfiller {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px solid #f1f1f1;
	box-shadow: 1px 4px 9px -6px rgba(0, 0, 0, 0.5) inset;
	height: 6px;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
}
.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}
.barfiller .tip {
	background: #b82025 none repeat scroll 0 0;
	border-radius: 3px;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	left: 0;
	margin-top: -42px;
	padding: 2px 15px;
	position: absolute;
	z-index: 2;
}
.barfiller .tip::after {
	border: 5px solid #b82025;
	content: "";
	position: absolute;
	right: 0;
	top: 77%;
	transform: skewY(45deg);
	z-index: 9;
}
.tipWrap {
  position: relative;
  left: -30px;
  top: 2px;
}
.progressbar > p {
  color: #222;
  font-size: 12px;
  margin-bottom: 0;
}
.skill-img{
	height:260px;
	width:100%;
}
/*------------------------------------
	22. contact style here 
-------------------------------------*/
#googleMap{
	width:100%;
	height:500px;
}
.contact-form{
	padding:100px 0px;
}
.contact-form h4{
	font-size: 13px;
	line-height: 24px;
	margin-top: 57px;
	text-align: center;
}
.contact-form input, .contact-form textarea{
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #ccc;
	color: #909090;
	font-size: 13px !important;
	height: 42px;
	margin-bottom: 20px;
	padding: 0 14px;
	width: 100%;
}
.contact-form textarea{
	height:167px;
	padding-top:10px;
}
.contact-form button{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	color: #555;
	height: 40px;
	margin-bottom: 0;
	width: 120px;
	transition:all .5s;
}
.contact-form button:hover{
	background:#b82025;
	border-color:#b82025;
	color:#fff;
}

/*------------------------------------
	23. custom style here 
-------------------------------------*/
.page-info {
  padding: 10px;
  width: 100%;
}
.page-info p {
  margin-bottom: 10px;
}
.page-info ul{
	margin-bottom:15px;
}
.page-info li{
	margin-left: 10px;
	padding:3px 0;
}
.page-info h1,h2,h3{
	clear:both;
}