.fixheader{
	position:fixed;
	width:100%;
	z-index: 99;
}
.top-page{
	position: relative;
top: 130px;
}
#tz-menu-wrapper{
	background:#fff
}
.home #tz-breadcrumb-wrapper{
	display:none;
}
#tz-breadcrumb-wrapper {
    background-image: url(images/breadcrums-bg.jpg);
}
.wpcf7-text:first-child {
    margin-left: 0;
}
.gform_fields select, .gform_wrapper select, .gform_wrapper.gf_browser_gecko select
{
    font-size: 15px;
    padding: 7.5px!important;
}
.gform_fields input,
.gform_fields textarea,
.gform_fields select
{
	width: 100%!important;
}
.gform_fields textarea,
.gform_fields select,
.gform_fields input,
.wpcf7-text ,.wpcf7-textarea{
    padding: 10px;
    border: 1px solid #c2c2c2;
    color: #6e6e6e;
    
    margin: 0 0 20px;
}
.wpcf7-textarea {height:150px
}
.gform_button,
.wpcf7-submit{
	    margin: 0;
		padding: 11px 35px;
    font-size: 12px;
	position: relative;
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    background: linear-gradient(to right, #4184d8 0%,#de1b1f 100%);
    border-radius: 3px;
    text-align: center;
    font-weight: 400;
    white-space: inherit;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 0;
    text-shadow: none;
    z-index: 9;
    border: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.gform_button:hover,
.gform_button:focus,
.wpcf7-submit:hover,.wpcf7-submit:focus{
	color: #ffffff;
    text-shadow: none;
    background: #256ac2;
}
.gform_button{
	margin: 0 15px;
}
.tzbt-infomation span{
	font-size: 13px;
}
.sppb-addon-content h4{
	font-size: 25px;
font-weight: 700;
margin: 40px 0 20px;
}
.page-id-12 .wpcf7-text 
{
	width: 31.5%;
	margin: 0 20px 20px 0;
}
.page-id-11 .wpcf7-text
{
	margin: 0 20px 20px 0;
width: 47.2%;
}
.gform_wrapper .datepicker,
.gform_wrapper #input_1_6
 {
    width: 95% !important;
}
.sp-post-carousel-section .sp-pc-post-image img{
	height: auto;
}
.sp-post-carousel-area .sp-pc-post{
	background:#fff;
	padding: 25px 30px 35px;
}
.sp-post-carousel-section .sp-pc-post-image{
	margin:-25px -30px 35px;
}
.sp-post-carousel-section-71 .sp-pc-post-title, .sp-post-carousel-section-71 .sp-pc-post-title a{
	margin-top: 0;
color: #444e52!important;
text-transform: uppercase;
margin-bottom: 28px!important;
position: relative;
padding-bottom: 17px!important;
font-size: 20px!important;
}
.sp-post-carousel-section-71 .sp-pc-post-title a::before{
    width: 90px;
    background: #de1b1f;
    opacity: .7;
	content: "";
position: absolute;
bottom: 0;
left: 0;
height: 2px;
}

.sp-post-carousel-section-71 .sp-pc-post-title a::after{
	width: 50px;
background: #4184d8;
content: "";
position: absolute;
bottom: 0;
left: 0;
height: 2px;
}

.sp-post-carousel-section-71 .sp-pc-content{
	
font-weight: 400;
color: #666666!important;
line-height: 1.846153846153846!important;
margin-bottom: 22px;
}
.post-navigation, #comments, .single .entry-footer, .page .entry-header {
	display:none;
}
.headercontainer {
    width: 500px;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.headercontainer img{
	width:100%;
	max-width:100%;
	height:auto;
}
.sp-page-builder .page-content #section-id-1504251564931 {
    margin: 0px 0px 0px 0px;
    padding: 80px 0px 80px 0px;
}
.footer-nav li{
	line-height: 25px;
}
.footer-nav li a::before {
    content: "";
    font-family: FontAwesome;
    margin-left: -5px;
    margin-right: 7px;
}
.sppb-img-responsive
{
	padding: 5px;
background: #fff;
border-radius: 6px;
}
.sidemenu { 
    width: 100%;
    padding: 8px 0; 
    list-style-type: none;
}


.sidemenu a {
    color: #333;
	display:block;
	border:1px solid #ddd;
	background: #f5f5f5;
	padding: 12px 20px;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    
}
.sidemenu .active a { 
background-color: #4681d2;
color: #fff;
font-size: 120%;
font-weight: 600;
}
.sidemenu .active a:hover {
    background-color: #428bca;   
}
.sidemenu .text-overflow a,
.sidemenu .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

/* Right-aligned sidebar */
.sidemenu.pull-right { 
    border-right: 0; 
    border-left: 1px solid #ddd; 
}
.sidemenu.pull-right a {
    -webkit-border-radius: 0 4px 4px 0; 
    -moz-border-radius: 0 4px 4px 0; 
    border-radius: 0 4px 4px 0; 
}