
   .cat-item2 {
   background: #F9F9F9;
   line-height: 1.2;
   width: 100%;
   position: relative;
   border: 1px solid #F1F1F1;
   font-size: 13px;
   font-weight: 400;
   letter-spacing: 0.5px;
   text-align: center;
   margin-bottom:20px;
   }
   .cat-item2 .content {     padding: 10px 10px 20px 10px; }
   .cat-item2 .countb { float: right!important;  padding: 3px;    font-size: 13px;}
   .cat-item1 {
   background: #F9F9F9;
   line-height: 1.2;
   width: 100%;
   position: relative;
   border: 1px solid #F1F1F1;
   font-size: 13px;
   font-weight: 400;
   letter-spacing: 0.5px;
   text-align: center;
   margin-bottom:20px;
   }
   .cat-item1 .icon {
   width: 100% !important;
   height: 160px !important;
   display: block !important;
   overflow: hidden !important;
   margin: auto;
   }
   .cat-item1 .content {     padding: 18px 0px 20px 0px; }
   
   
   
   
   
   
   
   
/**
 * Hero Header
*/

.hero-header {
	position: relative;
	padding: 200px 0 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
}
.hero-header h1 { font-size:60px; }
@media (max-width: 767px) {
	.hero-header {
		padding: 100px 0 40px;
		background-image: none;
	}
	h1 {
		font-size: 31px;
	}
}
@media (max-width: 479px) {
.hero-header {
		padding: 50px 0 40px;
		background-image: none;
	}
	.hero-header h1 { font-size:26px; }
	.hero-header .hero-header-texting p { font-size:16px; }
}

.hero-header::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	content: ""
}

.hero-header .hero-header-texting {
	color: rgba(255, 255, 255, 0.9);
	position: relative;
	z-index: 100;
}

.hero-header .hero-header-texting h1 {
	font-weight: 700;
	letter-spacing: 1.5px;
}

 
.hero-header.windows-height-bg {
	overflow: hidden;
}

 

@media only screen and (max-width: 767px) {
	.hero-header .form-group {
		width: 100%;
	}
}

@media (max-width: 479px) {
	.hero-header .form-group {
		width: 100%;
	}
}


/*
 FEATURE PROPERTY
*/

.location-image-bg-item {
	background-size: cover !important;
	background-repeat: no;
	background-position: center center;
	position: relative;
}

.location-image-bg-item:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.location-image-bg-item:hover:before {
	background: rgba(0, 0, 0, 0.5);
}

.location-image-bg-item a {
	display: block;
	text-align: center;
	color: #FFF;
	width: 100%;
	height: 100%;
}

.location-image-bg-item a h4,
.location-image-bg-item a h5 {
	line-height: 1.2;
	margin: 0;
	color: #FFF;
	position: relative;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.location-image-bg-item a.absolute-href {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.location-image-bg-item a {
	display: block;
	text-align: center;
	color: #FFF;
	width: 100%;
	height: 100%;
}

.vertical-middle {
	display: table-cell;
	vertical-align: middle;
}

.vertical-middle-box {
	display: table;
	width: 100%;
	height: 100%;
}


/*
STEPS
*/

.process-item {
	position: relative;
	padding: 0 20px;
}

.process-item .number {
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 54px;
	font-weight: 700;
	color: #D1D1D1;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-align: right;
}

.process-item .content {
	margin-left: 60px;
}

.process-item .content h4,
.process-item .content h5 {
	margin: 0 0 20px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: #343a40;
}

@media (max-width: 767px) {
	.process-item {
		margin-bottom: 40px;
	}
}


/*
CATEGORY ICONS
*/

.smallcat {
	background: #E7E7E7;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.smallcat.white {
	background: #fff;
}

.smallcat.white a {}

.smallcat a {
	display: block;
	padding: 15px 5px 10px;
}

.smallcat h4,
.smallcat h5,
.smallcat h6 {
	margin: 15px 0;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease-;
	transition: all 0.3s ease;
}

.smallcat:hover h4,
.smallcat:hover h5,
.smallcat:hover h6 {
	color: #0C71ED;
}

.smallcat .icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 34px;
	border-radius: 50%;
	margin: 15px auto;

}

.smallcat .image {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 15px auto;
	-webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3);
	border: 1px solid #FFF;
}

.smallcat .image img {
	border-radius: 50%;
	width: 78px;
	height: 78px;
}

.smallcat span {
	color: #A8A8A8;
	font-weight: 400;
	letter-spacing: 1.5px;
	display: block;
	margin-top: -15px;
	margin-bottom: 10px;
	font-size: 13px;
}


/*
POST HERO COUNTERS
*/

.post-hero {
	border-bottom: 1px solid #E6E6E6;
	padding: 50px 0 35px;
	background: #FFF;
}

.post-hero a {
	text-decoration: none;
}

.post-hero-texting {
	border: 1px solid #33B6CB;
	border-radius: 3px;
	color: #33B6CB;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 10px;
	margin-right: 10px;
}

.post-hero-item {}

.post-hero-item a {
	color: #939393;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
}

.counting-item {
	text-align: center;
	line-height: 1.2;
	border-right: 1px solid #E6E6E6;
	font-size: 15px;
	color: #AAA;
	font-weight: 600;
	margin: 5px 0;
}

.counting-item p {
	margin: 0;
	letter-spacing: 0.5px;
}

.counting-item p.number {
	font-size: 40px;
	color: #454545;
	font-weight: 700;
	line-height: 1;
	margin: 5px 0 3px;
	color: #666;
}

.counting-item .icon {
	font-size: 26px;
	margin-bottom: -3px;
}

.post-hero .row .row>div:last-child .counting-item {
	border-right: 1px solid transparent;
}


/**
 * Category Item
 */

.category-image-bg-item {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    line-height: 1.2;
    color: #FFF;
}

.category-image-bg-item a {
    color: #FFF;
    font-weight: 600;
}

.category-image-bg-item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.category-image-bg-item .heading {
    position: relative;
    padding: 12px 15px 15px;
    border-bottom: 2px solid #FFF;
}

.category-image-bg-item .heading .pre-heading,
.category-image-bg-item .heading .post-heading {
    background: #292929;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    line-height: 1;
    margin-bottom: 7px;
    border-radius: 3px;
}

.category-image-bg-item .heading .post-heading {
    margin: 7px 0 0;
}

.category-image-bg-item .heading h3,
.category-image-bg-item .heading h4 {
    margin: 0;
    line-height: 1.2;
    position: relative;
    letter-spacing: 0.5px;
}
  
.cat-item {
    background: #F9F9F9;
    line-height: 1.2;
    width: 100%;
    position: relative;
    border: 1px solid #F1F1F1;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
	
}

.cat-item > a {
    display: block;
    padding: 15px;
    
    font-weight: 400;
    position: relative;
}

@media (min-width: 992px) {
.cat-item {
text-align:left;
}
.cat-item > a {
padding-right: 30px;
}
.cat-item > a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    position: absolute;
    top: 25px;
    right: 0;
    color: #CCC;
    font-size: 15px;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    display: block;
    margin-left: 10px;
    width: 25px;
}

}



.cat-item > a:hover::after {
    padding-left: 5px;
    color: #292929;
}

.cat-item .icon {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.cat-item .image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3);
    border: 1px solid #FFF;
}

.cat-item .image img {
    border-radius: 50%;
}

.cat-item h6 {
    margin: 2px 0 5px;
    line-height: 1.2;
 
    letter-spacing: 0.7px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease-;
    transition: all 0.3s ease;
}

.cat-item .content {
    display: inline-block;
    vertical-align: middle;
}

.cat-item .content span {
    color: #A8A8A8
}

.cat-item:hover h4,
.cat-item:hover h5,
.cat-item:hover h6 {
    color: #292929;
}
.cat-item a { text-decoration:none }


/**
 * Main Search Form
*/

.main-search-form-wrapper .main-search-form-inner {
    width: 80%;
    margin: 0 auto;
    position: relative;
    border: 8px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.24);
}

.main-search-form-wrapper .main-search-form-inner.alt-width {
    width: 65%;
}

.main-search-form-wrapper .form-holder {
    margin-right: 120px;
}

.main-search-form-wrapper .form-group {
    margin-bottom: 0;
    background: #FFF;
 
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 65px;
}

.main-search-form-wrapper .form-group.focus,
.main-search-form-wrapper .form-group:hover {
    background-color: #efefef;
}

.main-search-form-wrapper .form-holder label {
    font-size: 10px;
    line-height: 1;
    display: block;
    margin: 0 0 5px;
    letter-spacing: 0.5px;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	text-align:left;
}
.row.gap-1 {
    margin-right: -1px;
    margin-left: 0px;
}
.gap-1 > div { padding:0px; padding-right:1px; }
.main-search-form-wrapper .form-holder .form-control {
    border-radius: 0;
    border: 0;
    padding: 0;
    height: 100%;
	padding-left:20px;
    font-weight: 400;
    font-size: 16px;
    background: transparent;
}

.main-search-form-wrapper .form-holder .bootstrap-select {
    margin-top: -6px;
}

.main-search-form-wrapper .form-holder .bootstrap-select .dropdown-toggle {
    font-size: 16px;
    height: auto;
    border-radius: 0;
    border: 0;
    padding: 0;
    padding-right: 15px;
    margin: 0;
	background:transparent;
}

.main-search-form-wrapper .form-holder .bootstrap-select .dropdown-menu .form-control {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    margin: 5px 0 0;
}

.main-search-form-wrapper .form-holder .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 0;
}

.main-search-form-wrapper .btn-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 119px;
}

.main-search-form-wrapper .btn-holder .btn {
    border-radius: 0;
    margin: 0;
    height: 65px;
    line-height: 65px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    border: 0;
}

@media only screen and (max-width: 1199px) {
    .main-search-form-wrapper .main-search-form-inner {
        width: 90%;
    }
}

@media only screen and (max-width: 991px) {
    .main-search-form-wrapper .main-search-form-inner {
        width: 96%;
    }
    .main-search-form-wrapper .form-holder .form-control {
        font-size: 13px;
    }
    .main-search-form-wrapper .form-holder .bootstrap-select {
        margin-top: -11px;
    }
    .main-search-form-wrapper .form-holder .bootstrap-select .dropdown-toggle {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .main-search-form-wrapper .form-holder {
        margin-right: 0;
    }
    .main-search-form-wrapper .btn-holder {
        position: relative;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
    }
    .main-search-form-wrapper .btn-holder .btn {
        height: 45px;
        line-height: 45px;
        font-size: 12px;
    }
    .main-search-form-wrapper .form-group-main {
        margin-bottom: 1px;
    }
}