/*--------global css----------*/

*{margin: 0; padding: 0;}
li{list-style: none;}
a{text-decoration: none;}
a:hover, a:focus{text-decoration: none; outline: none;}


.no-padding{
	padding: 0;
}


@font-face {
    font-family: 'vijayaregular';
    src: url('../fonts/vijaya-webfont.woff2') format('woff2'),
         url('../fonts/vijaya-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rechargebold';
    src: url('../fonts/recharge_bd-webfont.woff2') format('woff2'),
         url('../fonts/recharge_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*--45-*/
@font-face {
	font-family: 'Conv_AvenirLTStd-Book';
	src: url('../fonts/AvenirLTStd-Book.eot');
	src: local('☺'), url('../fonts/AvenirLTStd-Book.woff') format('woff'), 
	 url('../fonts/AvenirLTStd-Book.ttf') format('truetype'),
	 url('../fonts/AvenirLTStd-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*--55-*/
@font-face {
	font-family: 'Conv_AvenirLTStd-Roman';
	src: url('../fonts/AvenirLTStd-Roman.eot');
	src: local('☺'), url('../fonts/AvenirLTStd-Roman.woff') format('woff'), 
	url('../fonts/AvenirLTStd-Roman.ttf') format('truetype'), 
	url('../fonts/AvenirLTStd-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*--65--*/
@font-face {
	font-family: 'Conv_AvenirLTStd-Medium';
	src: url('../fonts/AvenirLTStd-Medium.eot');
	src: local('☺'), url('../fonts/AvenirLTStd-Medium.woff') format('woff'), 
	url('../fonts/AvenirLTStd-Medium.ttf') format('truetype'), 
	url('../fonts/AvenirLTStd-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.container{
	width: 1200px;
}


.btn-primary{
	background: #cb8600;
	border: none;
	height: 40px;
    padding: 7px 8px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.btn-hero.btn-lg.slide{
    background-color: hsla(0, 0%, 0%, 0);
    border: medium none;
    display: inline-block;
    height: 39px;
    left: 33%;
    position: absolute;
    top: 0;
    width: 14%;
}

.btn-hero.btn-lg.slide_two{
    background-color: hsla(0, 0%, 0%, 0);
    border: medium none;
    display: inline-block;
    height: 66px;
    left: 48%;
    position: absolute;
    top: -6px;
    width: 156px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.header_top{
	background: #060608;
}

.header_mid{
	background:url('../images/mid_head_bg.jpg')no-repeat;
	padding:0 0;
	background-size:100%; 
}

.txt p{
	font-size: 14px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.form-control {
    display: block;
    width: 96%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 14px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    font-size: 17px;
    background: #bb0000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: none;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    width: 130px;
    padding: 7px 0;
    margin-bottom: 60px;
    margin-top: 20px;
}


.btn{
	float: right;
	font-size: 17px;
	background: #bb0000;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border: none;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0;
	width: 250px;
	padding: 10px 0;
}

.social li{
	float: left;
    border: 2px solid #bb0000;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 31px 0 0 13px;
}

.panel_rght {
    width: 83%;
    float: right;
}

.panel_rght .social li a {
    color: #bb0000;
    font-size: 13px;
    margin: 0;
}

.affix {
	top: 0;
	width: 100%;
	z-index: 99999 !important;
	background: url('../images/black_bg.jpg')no-repeat;
	background-size: cover;
}

.navbar-default{
	 background-color: transparent;
	 border-color:transparent;
	 border:none;
}

.navbar{ margin-bottom:0px;}

.navbar-default .navbar-nav > li > a:hover{ color:#bb0000;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
   background-color: transparent;
    color: #bb0000;
    font-family: 'Conv_AvenirLTStd-Book';
}

.navbar-default .navbar-nav > li > a{
	padding: 17px 45px;
	color: #fff;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border-left: 1px solid #2e2e2e;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li:last-child a{
	border-right: 1px solid #2e2e2e;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	padding: 0;
}

.navbar {
    float: left;
    margin-bottom: 0;
    width: 100%;
}

.panel_rght a{
	color: #0b0e14;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin: 30px 0 20px;
	text-align: center;
	display: inline-block;
}

.logo {
    padding: 14px 0 0;
}

.header_end{
	background: url('../images/black_bg.jpg')no-repeat;
	background-size: cover;
}

.dropdown-menu{
	border-radius: 0;
	background: #000;
	text-transform: uppercase; 
	z-index: 99999;
}

.dropdown-menu li a{
	color:#fff;
	padding: 8px 16px;
}

.header_top .dropdown-menu{
	right: 86px;
    text-align: left;
    top: 42px;
    width: 19%;
    z-index: 99999;
    left: auto;
}

.header_top .dropdown-menu .form-control{
	margin: 0 0 24px;
    border-radius: 0;
}


/*---------- banner css ---------*/
.baner_panel {
	width: 100%;
	float: left;
}


.carousel-caption h3 {
    color: #fff;
	font-size: 30px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin: 204px 0 0;
	text-transform: uppercase;
	background: #000;
    text-align: center;
    padding: 20px 0;
    width: 100%;
}

.carousel-caption h4 {
    color: #fff;
	font-size: 30px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin: 0 0 40px ;
	text-transform: uppercase;
}

.carousel-caption p{
	color: #fff;
	font-size: 20px;
	font-family: 'Conv_AvenirLTStd-Book';
	margin: 41px 0 47px;
	width: 93%;
	text-align: left;
}


.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.item.full-screen{
	height: 544px !important;
}

.carousel-caption {
    right: 0%;
    left: 0px;
    padding: 0;
    bottom: 0px;
    width: 100%;
}

.carousel-control.left{
	background-repeat: no-repeat;
	top:41%;
	left: 17px;
}

.carousel-control.right{
	background-repeat: no-repeat;
	right: 0;
	top: 41%;
	z-index: 99;
}
.carousel-control{
	width: 5%;
}

.frm_area {
    background: hsla(0, 0%, 0%, 0.8) none repeat scroll 0 0;
    display: inline-block;
    float: right;
    height: 593px;
    margin-top: -593px;
    padding: 26px;
    position: relative;
    width: 29%;
    z-index: 9999;
}

.frm_area > h2{
	font-size: 25px;
	font-family: 'Conv_AvenirLTStd-Roman';
	color: #fff;
	border-bottom: 1px dashed #808080;
	padding-bottom: 10px;
	margin-top: 0; 
        margin-bottom: 12px;
}

.frm_area p {
    font-size: 12px !important;
    margin: 0px 0 15px;
    padding: 0 !important;
    font-family: 'Conv_AvenirLTStd-Roman';
    color: #fff;
}

.frm_area span{
	width: 100%;
	display: inline-block;
	text-align: left;
	border-bottom: 1px dashed #808080;
	padding: 0 0 12px;
	margin-bottom: 17px;
	color: #fff;
}

.frm_area label span{
	border: none;
	margin: 0;
	font-size: 16px;
	color: #fff;
	font-family: 'Conv_AvenirLTStd-Book';
}

.frm_area label .form-control{
	background: transparent;
	border: 1px solid #fff;
	height: 40px;
	padding: 0 8px;
	border-radius: 0;
	margin-bottom: 21px;
	color: #fff;
}

.frm_area button{
	background: #bb0000;
	border: none;
	width: 100%;
	display: inline-block;
	margin: 20px 0 0;
	padding: 10px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	font-family: 'Conv_AvenirLTStd-Book';
}

.carousel-control.left{
	opacity: 1;
}

.carousel-control.right{
	opacity: 1;
}

label{
	width: 100%;
}

.frm_area p{
	
}

.txtt{
	background: #bb0000;
	display: inline-block;
	width: 99%;
	color: #fff;
	padding: 10px 0;
}

.txtt p{
	margin: 0;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	text-align: center;
}

/*----------- inspection start -------*/
.inspectn{
	margin: 37px auto 43px;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.sec1{
	box-shadow: 1px 1px 5px 1px #847e7e;
	height: 330px;
    padding: 27px 0 41px;
}

.sec1 h3{
	color: #080a0f;
	font-size: 27px;
	font-family: 'Conv_AvenirLTStd-Medium';
}

.sec1 p{
	color: #080a0f;
	font-size: 18px;
	font-family: 'Conv_AvenirLTStd-Roman';
	padding: 0 20px;
	margin-bottom: 31px;
}

.sec1 a{
	background: #bb0000;
	color: #fff;
	font-size: 18px;
	font-family: 'Conv_AvenirLTStd-Medium';
	text-align: center;
	padding: 8px 0;
	width: 159px;
	display: inline-block;
}

/*----------- blue bg css ----------*/
.blue_bg{
	background: url('../images/home_blue_bg2.jpg')repeat-y;
	padding: 56px 0 49px;
	margin-bottom: 36px;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.textt {
    width: 81%;
}

.textt h3{
	font-size: 30px;
	font-family: 'Conv_AvenirLTStd-Medium';
	color: #f1c737;
}

.textt p{
	font-size: 16px;
    color: #fff;
   	margin-top: 16px;
    margin-bottom: 11px;
}

.textt a{
	color: #120e0e;
	background: #fff;
	border-radius: 11px;
    display: inline-block;
    font-size: 17px;
    padding: 8px 0;
    text-align: center;
    width: 160px;
}

.textt ul{
	margin-left: 44px;
	display: inline-block;
}

.textt h4{
	font-size: 16px;
    color: #fff;
   	margin-top: 16px;
    margin-bottom: 11px;
}


.textt ul li{
	list-style: inherit;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

/*------ about hme css ---------*/
.abtt_sec_hme h2{
	text-align: center;
	color: hsl(350, 94%, 33%);
    font-family: "Open Sans",sans-serif;
    font-size: 38px;
    font-weight: 400;
    margin: 10px 0 38px;
}

.abtt_sec_hme hr{
	border: 1px solid hsl(359, 89%, 38%);
    margin: 15px auto 22px;
    width: 35px;
}

.abtt_sec_hme .image img{
	margin: 5px 0 32px;
}

.abtt_sec_hme{
	margin-bottom: 60px;
}

.abtt_sec_hme a{
	background: #bb0000;
	text-align: center;
	display: inline-block;
	width: 130px;
	font-size: 15px;
	font-weight: 400;
	font-family: "Open Sans",sans-serif;
	color: #fff;
	padding: 8px 0;
}

/*----------- tools css --------*/
.tools{
	text-align: center;
	margin-bottom: 59px;
}

.tools h2{
	font-size: 38px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #a50520;
	text-align: center;
	margin-bottom: 18px;
}

.tools img{
	margin-bottom: 50px;
}

.tool_area{
	box-shadow: 2px 4px 2px 2px #aaa6a6;
}

.tool_area img{
	width: 100%;
	margin-bottom: 20px;
}

.tool_area h4{
	font-size: 27px;
	color: #585757;
	font-family: 'Conv_AvenirLTStd-Medium';
	text-align: center;
}

.tool_area p {
    font-size: 14px;
    font-weight: 400;
    padding: 7px 28px;
    font-family: 'Open Sans', sans-serif;
    color: #585757;
}

.tool_area a{
	background: #bb0000;
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	width: 100%;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	padding: 9px 0;
}

/*--------- red css ----------*/
.red_bg{
	background:url('../images/toronto.jpg')no-repeat;
	padding: 59px 0 0px;
	border-bottom: 20px solid #020202;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-position: -15px 0;
}

.float_area {
    width: 46%;
    float: right;
}

.float_area h2{
	font-size: 35px;
	color: #fff;
	font-family: 'Conv_AvenirLTStd-Book';
}

.float_area p{
	font-size: 17px;
	font-family: 'Conv_AvenirLTStd-Book';
	color: #fff;
	width: 90%;
    float: right;
}

.float_area span img{
	float: left;
}

.float_area ul{
	display: inline-block;
	width: 100%;
}

.float_area ul li{
	font-family: 'Conv_AvenirLTStd-Book';
	font-size: 15px;
	color: #fff;
	list-style: inherit;
	padding: 14px 0 5px;
    margin-left: 67px;
}

.float_area a{
	background: #fff;
    width: 194px;
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    color: #000;
    margin-bottom: 56px;
    margin-top: 27px;
}

.tools{
	text-align: center;
}

.tools h2{
	font-size: 38px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #a50520;
	text-align: center;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#carousel{
	background: url('../images/tesztimonial.jpg')no-repeat;
	background-position: center center;
	background-attachment: fixed;
	padding: 45px 0 59px;
	background-size: cover;
}

#carousel h2{
	font-size: 36px;
	color: #fff;
	font-family: 'Conv_AvenirLTStd-Roman';
	text-align: center;
}

#carousel .item.full-screen{
	height: auto !important;
}

.item.full-screen p{
	color: #fff;
	font-size: 18px;
	font-family: 'Conv_AvenirLTStd-Book';
	padding: 0 139px;
}

.item blockquote span{
	font-size: 22px;
	color: #fff;
	font-family: 'Conv_AvenirLTStd-Roman';
	margin: 10px 0;
	display: inline-block;
}

#fade-quote-carousel.carousel {
  padding-bottom: 0px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 64px;
    height: 64px;
    margin: 0 auto 29px;
    border-radius: 100px;
}

/*------- inspection css -------*/
.panel_txt a{
	background: #bb0000;
    text-align: center;
    display: inline-block;
    width: 130px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans",sans-serif;
    color: #fff;
    padding: 8px 0;
}

.panel_txt img{
	width: 100%;
}

.inspection_check .panel_txt img{
	width: 100%;
}

.inspection_check .panel_txt{
	margin: 9px auto;
    width: 89%;
    border: 1px solid #e0e0e0;
    padding: 10px;
    box-shadow: 0px 3px 11px -1px #d2d2d2;
}

.inspection_check .panel_txt2{
	margin: 9px auto;
    width: 89%;
    border: none;
    padding: 10px;
    box-shadow: none;
}

.panel_txt.panel_txt2 ul {
    float: left;
    width: 100%;
}

.inspection_check .panel_txt ul li{
	font-size: 15px;
    list-style: inherit;
    margin-left: 19px;
    padding: 3px 1px 15px;
    text-align: left;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    float: left;
    width: 43%;
}

.inspection_check h2{
	text-align: center;
    color: hsl(350, 94%, 33%);
    font-family: "Open Sans",sans-serif;
    font-size: 38px;
    font-weight: 400;
    margin: 10px 0 28px;
}

.inspection_check hr{
	border: 1px solid hsl(359, 89%, 38%);
    margin: 15px auto 22px;
    width: 35px;
}

/*------- resale home page css ------*/
.new_inspection a{
	background: #bb0000;
    text-align: center;
    display: inline-block;
    width: 130px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans",sans-serif;
    color: #fff;
    padding: 8px 0;
}

.new_inspection hr{
	border: 1px solid hsl(359, 89%, 38%);
    margin: -14px auto 36px;
    width: 35px;
}
	




/*-------- footer css ----------*/

.ftr_bg{
	background:url('../images/footer.jpg')no-repeat;
	background-position: center center;
	background-attachment: fixed;
	padding: 0 0 31px;
	background-size: cover;	
}

.area h2{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Conv_AvenirLTStd-Book';
}

.area hr{
	border: 1px solid #b50c0e;
    width: 35px;
    margin: 15px 0;
}

.area img{
}

.area p{
	color: #b4aaaa;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	margin: 13px 0 0;
}

.area ul li a{
	color: #fff;
	font-size: 17px;
	font-family: 'Conv_AvenirLTStd-Book';
}

.area ul li{
	padding: 0 40px 18px 0;
        float: left;
}

.area span{
	width: 175px;
	color: #fff;
	font-size: 17px;
	font-family: 'Conv_AvenirLTStd-Book';
	display: inline-block;
	margin-bottom: 13px;
        float: left;
}

.area a{
	width: auto;
	color: #fff;
	font-size: 17px;
	font-family: 'Conv_AvenirLTStd-Book';
	display: inline-block;
}

.area2{
	padding-left: 116px;
}

.copy{
	background: #0e0808;
	padding: 16px 0 14px;
}

.copy p{
	font-size: 18px;
	color: #fff;
	font-family: 'Conv_AvenirLTStd-Book';
	text-align: center;
	margin: 0;
}

.footerbottom {
	padding: 32px 0 52px;
}

.margin-top{
	display: inline-block;
    margin: 46px 0 0;
}

.copy a{
	color: #fff;
}


/*----- gallery css ------*/

.portfolio{
	margin-bottom: 60px;
}

.filter-button{
    font-size: 16px;
    border: 1px solid #bb0000;
	padding:5px 10px;
    text-align: center;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
	background:transparent;
}
.filter-button:hover,
.filter-button:focus,
.filter-button.active{
    color: #ffffff;
    background-color:#bb0000;
	outline:none;
}
.gallery_product{
    margin: 0px;
	padding:0;
	position:relative;
}
.gallery_product .img-info{
	position: absolute;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
	overflow:hidden;
	color:#fff;
	top:0;
	display:none;
	   -webkit-transition: 2s;
    transition: 2s;
}

.gallery_product:hover .img-info{
	display:block;
   -webkit-transition: 2s;
    transition: 2s;
}

.gallery-title {
    font-size: 38px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #a50520;
    text-align: center;
    margin: 35px 0;
}

.inner_frm .form-control{
	background-color: hsl(0, 0%, 100%);
    background-image: none;
    border: 1px solid hsl(0, 0%, 80%);
    border-radius: 4px;
    box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.075) inset;
    color: hsl(0, 0%, 33%);
    display: block;
    font-size: 14px;
    height: 45px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    border-radius: 0;
    margin-bottom: 15px;
    width: 96%;
}

textarea.form-control {
    height: auto !important;
}

.contact_area h2{
	font-size: 25px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #a50520;
    text-align: left;
    text-transform: uppercase;
    margin: 50px 0 0;
}

.contact_area hr {
    margin: 13px 0 23px;
    width: 50px;
    border-bottom: 5px solid #bb0000;
}

.inner_frm button{
    font-size: 17px;
    background: #bb0000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: none;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    width: 130px;
    padding: 7px 0;
    margin-bottom: 60px;
}

.add_area p{
	font-size: 14px;
    color: #202020;
    margin-top: 30px;
    margin-bottom: 45px;
    text-align: justify;
}

.add_area a {
    color: #bb0000;
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    width: 100%;
}

.footerbottom {
    padding: 49px 0 52px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.footerbottom P{
    font-size: 13px;
    margin-top: 9px;
    color: #202020;
}

/*.fancybox img {
    width: 80px;
    height: 66px;
    margin-bottom: 20px;
}*/

/*----------- about css ------------*/
.question{
	background: hsl(0, 0%, 93%) none repeat;
	padding: 30px 0;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f055";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f056";
}

.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.text p {
    color: #202020;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.text h2{
	color: hsl(350, 94%, 33%);
    font-family: "Open Sans",sans-serif;
    font-size: 38px;
    font-weight: 400;
    margin: 35px 0 0;
    text-align: left;
}

.text hr{
	border: 1px solid hsl(359, 88%, 38%);
    margin: 15px 0 22px;
    width: 35px;
}

.image img {
    margin: 113px 0 32px;
}

.member h2{
	color: hsl(350, 94%, 33%);
    font-family: "Open Sans",sans-serif;
    font-size: 38px;
    font-weight: 400;
    margin: 35px 0 0;
    text-align: left;
}

.member hr{
	border: 1px solid hsl(359, 88%, 38%);
    margin: 15px 0 22px;
    width: 35px
}

.member li{
	color: #202020;
    font-family: "Conv_AvenirLTStd-Book";
    font-size: 15px;
    margin-left: 67px;
    padding: 14px 0 5px;
}

.question {
	text-align: center;
	margin: 50px 0 0;
}

.question h2{
	color: hsl(350, 94%, 33%);
    font-family: "Open Sans",sans-serif;
    font-size: 38px;
    font-weight: 400;
    margin: 17px 0 9px;
    text-align: center;
}

.panel-title a{
	text-align: left;
	color: #fff;
}

.panel-default > .panel-heading{
	text-align: left;
	background: hsl(0, 100%, 37%) none repeat scroll 0 0;
	padding: 17px 26px;
}

.panel-body{
	text-align: left;
}

.panel-group {
    margin: 0 auto 20px;
    width: 74%;
}

.panel-group .panel{
	margin-top: 31px;
}

/*--------- inspection css ---------------*/
.inspec{
	text-align: center;
}

.inspec h2{
	color: hsl(350, 94%, 33%);
    font-family: "Open Sans",sans-serif;
    font-size: 38px;
    font-weight: 400;
    margin: 35px 0 9px;
    text-align: center;
}

.ins_panel img{
	float: left;
	width: 100%;
	margin: 66px 0 0;
	box-shadow: 2px 2px 4px 3px #ccc;
}

.panel_txt h3{
	text-align: left;
}

.panel_txt ul li{
	font-size: 14px;
	list-style: inherit;
	margin-left: 37px;
    padding: 3px 1px;
    text-align: left;
}

.panel_txt {
    margin: 76px 0;
    padding: 0 0 0 46px;
}

.panel_txt > hr {
    border-bottom: 1px solid #bb0000;
    margin: 0 27px 18px;
    width: 10%;
}

.panel_txt h3{
	color: hsl(223, 30%, 5%);
    font-family: "Conv_AvenirLTStd-Medium";
    font-size: 24px;
}

/*----- new inspection css -----------*/
.new_inspection h2{
	color: hsl(350, 94%, 33%);
    font-family: "Open Sans",sans-serif;
    font-size: 38px;
    font-weight: 400;
    margin: 35px 0;
    text-align: center;
}

.right li{
	list-style: inherit;
	padding: 9px 7px;
	font-size: 14px;
	margin-left: 37px;
	font-family: "Conv_AvenirLTStd-Medium";
}

.right p{
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
    font-weight: 400;
    margin: 0 0 20px;
    line-height: 26px;
}


.lft{
	margin-bottom: 30px;
}

.area .buttn_re li{
	float: left;
	padding: 16px 17px 0 0;
}

.ftr_bg .logo {
    padding: 14px 0 11px;
    text-align: center;
}

.testimo{
    height: 425px;
    text-align: center;
}

.highh{
     height: 250px;
}

.testimo .botn{
    background: #000;
    color: hsl(0, 0%, 100%);
    display: inline-block;
    font-size: 17px;
    padding: 8px 31px;
    text-align: center;
}

.modal-dialog{
   width: 850px;
}

.modal-content{
   margin: 96px 0 0;
}

.item2 p {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
}

.item2 span {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.item2 blockquote{
    border: none;
}


/*--------- responsive start here ------------*/
@media only screen and (min-width: 992px) and (max-width: 1024px)  {
	.container{
		width: 100%;
	}
	.header_mid{
		background-size: cover;
	}
	.panel_rght{
		width: 100%;
	}
	.navbar-default .navbar-nav > li > a{
		padding: 17px 33px;
		font-size: 15px;
	}
	.txtt{
		width: 721px;
	}
	.txtt p{
		width: 733px;
	}
	.frm_area > h2{
		font-size: 21px;
	}
	.frm_area p{
		font-size: 14px !important;
	}
	.carousel-caption h3{
		width: 721px;
		font-size: 22px;
	}
	.abtt_sec_hme .image img{
		width: 100%;
	}
	.textt {
    	width: 96%;
	}
	.lft img{
		width: 100%;
	}
	.red_bg{
		padding: 31px 0 0px;
		background-position: top;
		background-attachment: unset;
		margin: 42px 0 0;
	}
	.float_area{
		width: 67%;
	}
	.header_top .dropdown-menu{
		right: 17px;
		width: 24%;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.container{
		width: 100%;
	}
	.header_mid{
		background-size: cover;
	}
	.panel_rght{
		width: 100%;
	}
	.navbar-default .navbar-nav > li > a{
		padding: 17px 33px;
		font-size: 15px;
	}
	.txtt{
		width: 721px;
	}
	.txtt p{
		width: 733px;
	}
	.frm_area > h2{
		font-size: 21px;
	}
	.frm_area p{
		font-size: 14px !important;
	}
	.carousel-caption h3{
		width: 721px;
		font-size: 22px;
	}
	.abtt_sec_hme .image img{
		width: 100%;
	}
	.textt {
    	width: 96%;
	}
	.lft img{
		width: 100%;
	}
	.red_bg{
		padding: 31px 0 0px;
		background-position: top;
		background-attachment: unset;
	}
	.float_area{
		width: 67%;
	}
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
	.container{
		width: 100%;
	}
	.header_mid{
		background-size: cover;
	}
	.panel_rght{
		width: 100%;
	}
	.navbar-default .navbar-nav > li > a{
		padding: 17px 33px;
		font-size: 15px;
	}
	.txtt{
		width: 100%;
	}
	.txtt p{
		width: 100%;
	}
	.frm_area > h2{
		font-size: 21px;
	}
	.frm_area p{
		font-size: 14px !important;
	}
	.carousel-caption h3{
		width: 100%;
		font-size: 14px;
    	padding: 15px 0;
	}
	.abtt_sec_hme .image img{
		width: 100%;
	}
	.textt {
    	width: 100%;
    	text-align: left;
    	padding: 0 30px;
	}
	.lft img{
		width: 100%;
	}
	.red_bg{
    	padding: 31px 0 0px;
    	background-position: bottom;
    	background-attachment: fixed;
    	margin-top: 37px;
	}
	.float_area{
		width: 100%;
		text-align: center;
	}
	.header_top{
		text-align: center;
	}
	.btn{
		float: none;
	}
	.header_top .dropdown-menu{
		right: 0;
	    width: 79%;
	    left: 0;
	    margin: 0 auto;
	}
	.header_mid{
		text-align: center;
	}
	.panel_rght a{
		margin: 25px 0 0;
	}
	.social li{
		margin: 25px 14px 0 0;
	}
	ul.social{
		display: inline-block;
	}
	.affix {
    	position: relative;
	}
	.item.full-screen {
    	height: 160px !important;
	}
	.carousel-control.left{
		display: none;
	}
	.carousel-control.right{
		display: none;
	}
	.carousel-caption {
	    right: 0;
	    left: 0;
    	width: 100%;
	}
	.frm_area{
		background: #000;
	    height: auto;
	    margin-top: 32px;
	    position: relative;
	    width: 100%;
	}
	.margin-top{
		margin: 11px 0 17px;
	}
	.blue_bg{
		text-align: center;
	}
	.buttn_re{
		display: inline-block;
	}
	.item.full-screen p{
		padding: 0;
	}
	.area2 {
    	padding-left: 0;
	}
	.image text img{
		width: 100%;
		margin: 10px 0 32px
	}
	.panel-group{
		width: 100%;
	}
	.member li{
		margin-left: 7px;
	}
	.panel_txt {
	    margin: 8px 0 0;
	    padding: 0 0 0 0px;
	}
	.panel_txt h3{
		margin: 27px 0 0;
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	.right p{
		padding: 0 20px;
	}
	.pad_lft{
		padding: 0;
	}
	.logo img{
		width: 100%;
	}
	.area .buttn_re li{
		float: none;
	}
	.inspection_check .panel_txt{
		width: 100%;
	}
	.float_area h2{
		font-size: 26px;
	}
	.image img{
		width: 100%;
		margin: 19px 0 32px;
	}
	.testimo{
		height: 600px;
	}
	.highh{
		height: auto;
	}
	.modal-dialog{
		width: auto;
	}
	.area ul li{
		width: 100%;
		float: none;
	}
	.area span{
		width: 100%;
		float: none;
	}
        .btn-hero.btn-lg.slide{
             left: 5%;
             top: -112px;
             width: 51%;
        }
        .btn-hero.btn-lg.slide_two{
             left: 6%;
             top: -69px;
             width: 156px;
        }
	
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
	.container{
		width: 100%;
	}
	.header_mid{
		background-size: cover;
	}
	.panel_rght{
		width: 100%;
	}
	.navbar-default .navbar-nav > li > a{
		padding: 17px 33px;
		font-size: 15px;
	}
	.txtt{
		width: 100%;
	}
	.txtt p{
		width: 100%;
	}
	.frm_area > h2{
		font-size: 21px;
	}
	.frm_area p{
		font-size: 14px !important;
	}
	.carousel-caption h3{
		width: 100%;
		font-size: 14px;
    	padding: 15px 0;
	}
	.abtt_sec_hme .image img{
		width: 100%;
	}
	.textt {
    	width: 100%;
    	text-align: left;
    	padding: 0 30px;
	}
	.lft img{
		width: 100%;
	}
	.red_bg{
    	padding: 31px 0 0px;
    	background-position: bottom;
    	background-attachment: fixed;
    	margin-top: 37px;
	}
	.float_area{
		width: 100%;
		text-align: center;
	}
	.header_top{
		text-align: center;
	}
	.btn{
		float: none;
	}
	.header_top .dropdown-menu{
		right: 0;
	    width: 79%;
	    left: 0;
	    margin: 0 auto;
	}
	.header_mid{
		text-align: center;
	}
	.panel_rght a{
		margin: 25px 0 0;
	}
	.social li{
		margin: 25px 14px 0 0;
	}
	ul.social{
		display: inline-block;
	}
	.affix {
    	position: relative;
	}
	.item.full-screen {
    	height: 160px !important;
	}
	.carousel-control.left{
		display: none;
	}
	.carousel-control.right{
		display: none;
	}
	.carousel-caption {
	    right: 0;
	    left: 0;
    	width: 100%;
	}
	.frm_area{
		background: #000;
	    height: auto;
	    margin-top: 32px;
	    position: relative;
	    width: 100%;
	}
	.margin-top{
		margin: 11px 0 17px;
	}
	.blue_bg{
		text-align: center;
	}
	.buttn_re{
		display: inline-block;
	}
	.item.full-screen p{
		padding: 0;
		font-size: 14px;
	}
	.area2 {
    	padding-left: 0;
	}
	.image text img{
		width: 100%;
		margin: 10px 0 32px
	}
	.panel-group{
		width: 100%;
	}
	.member li{
		margin-left: 7px;
	}
	.panel_txt {
	    margin: 8px 0 0;
	    padding: 0 0 0 0px;
	}
	.panel_txt h3{
		margin: 27px 0 0;
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	.right p{
		padding: 0 20px;
	}
	.pad_lft{
		padding: 0;
	}
	.logo img{
		width: 100%;
	}
	.area .buttn_re li{
		float: none;
	}
	.inspection_check .panel_txt{
		width: 100%;
	}
	.float_area h2{
		font-size: 26px;
	}
	.image img{
		width: 100%;
		margin: 19px 0 32px;
	}
}

@media only screen and (min-width: 300px) and (max-width: 479px) {
	.float_area p{
		font-size: 15px;
		width: 83%;
		text-align: left;
	}
	.float_area ul li{
		text-align: left;
		margin-left: 29px;
	}
	.logo img{
		width: 100%;
	}
	
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
}

@media only screen and (min-width: 300px) and (max-width: 419px) {

}

@media only screen and (min-width: 360px) and (max-width: 640px) {
	

}

