/*
Theme Name:Bryjen Services
Theme URI: #
Author: Sanjoy Kayal
Version: 1.0
*/
@charset "utf-8";
/* CSS Document */
/*
----------------------------------
01. DEFAULT ELEMENTS
----------------------------------
*/







body {
	margin:0px;
	padding:0px;
}
* {
	border:none;
	outline:none;
	text-decoration:none;
}
.clear {
	clear:both;
}
p, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0px;
}
 @font-face {
 font-family:'Roboto-Medium';
 src: url('css/Roboto-Medium_latin+latin-ext_gdi.eot');
 src: url('css/Roboto-Medium_latin+latin-ext_gdi.eot?#iefix') format('embedded-opentype'),  url('css/Roboto-Medium_latin+latin-ext_gdi.woff') format('woff'),  url('css/Roboto-Medium_latin+latin-ext_gdi.ttf') format('truetype'),  url('css/Roboto-Medium_latin+latin-ext_gdi.otf') format('opentype'),  url('css/Roboto-Medium_latin+latin-ext_gdi.svg#Roboto-Medium') format('svg');
 font-weight: 500;
 font-style: normal;
 font-stretch: normal;
 unicode-range: U+000D-F6C3;
}
 @font-face {
 font-family:'Roboto-Bold';
 src: url('css/Roboto-Bold_latin+latin-ext_gdi.eot');
 src: url('css/Roboto-Bold_latin+latin-ext_gdi.eot?#iefix') format('embedded-opentype'),  url('css/Roboto-Bold_latin+latin-ext_gdi.woff') format('woff'),  url('css/Roboto-Bold_latin+latin-ext_gdi.ttf') format('truetype'),  url('css/Roboto-Bold_latin+latin-ext_gdi.otf') format('opentype'),  url('css/Roboto-Bold_latin+latin-ext_gdi.svg#Roboto-Bold') format('svg');
 font-weight: 700;
 font-style: normal;
 font-stretch: normal;
 unicode-range: U+000D-F6C3;
}
 @font-face {
 font-family: 'open_sansregular';
 src: url('css/opensans-regular-webfont.eot');
 src: url('css/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('css/opensans-regular-webfont.woff') format('woff'),  url('css/opensans-regular-webfont.ttf') format('truetype'),  url('css/opensans-regular-webfont.svg#open_sansregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family:'Roboto-Thin';
 src: url('css/Roboto-Thin_gdi.eot');
 src: url('css/Roboto-Thin_gdi.eot?#iefix') format('embedded-opentype'),  url('css/Roboto-Thin_gdi.woff') format('woff'),  url('css/Roboto-Thin_gdi.ttf') format('truetype'),  url('css/Roboto-Thin_gdi.otf') format('opentype'),  url('css/Roboto-Thin_gdi.svg#Roboto-Thin') format('svg');
 font-weight: 250;
 font-style: normal;
 font-stretch: normal;
 unicode-range: U+000D-25CA;
}
 @font-face {
 font-family: 'OpenSansBold';
 src: url('css/opensans-bold.eot');
 src: url('css/opensans-bold.eot') format('embedded-opentype'),  url('css/opensans-bold.woff2') format('woff2'),  url('css/opensans-bold.woff') format('woff'),  url('css/opensans-bold.ttf') format('truetype'),  url('css/opensans-bold.svg#OpenSansBold') format('svg');
}
 @font-face {
 font-family: 'robotolight';
 src: url('css/roboto-light-webfont.eot');
 src: url('css/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),  url('css/roboto-light-webfont.woff') format('woff'),  url('css/roboto-light-webfont.ttf') format('truetype'),  url('css/roboto-light-webfont.svg#robotolight') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'OpenSansSemibold';
 src: url('css/opensans-semibold.eot');
 src: url('css/opensans-semibold.eot') format('embedded-opentype'),  url('css/opensans-semibold.woff') format('woff'),  url('css/opensans-semibold.ttf') format('truetype'),  url('css/opensans-semibold.svg#OpenSansSemibold') format('svg');
}
 @font-face {
 font-family: 'open_sansitalic';
 src: url('css/opensans-italic-webfont.eot');
 src: url('css/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),  url('css/opensans-italic-webfont.woff') format('woff'),  url('css/opensans-italic-webfont.ttf') format('truetype'),  url('css/opensans-italic-webfont.svg#open_sansitalic') format('svg');
 font-weight: normal;
 font-style: normal;
}
/*



----------------------------------



02. CONTAINER, WRAPPER



----------------------------------



*/







#container {
	width:100%;
}
#wrapper {
	width:100%;
}
.main {
	max-width:1206px;
	margin:0 auto;
}
 @media(max-width:1025px) {
 .main {
padding:0% 2%;
}
}
img {
	max-width: 100%;
}
 @media \0screen {
img {
	width: auto; /* for ie 8 */
}
}
/*



----------------------------------



03. HEADER



----------------------------------



*/



#header {
	width:100%;
}
.menu_sec {
	background:#000;
	position:relative;
	padding:6px 0 0;
}
.logo_sec {
	position:absolute;
	z-index:9;
	width:100%;
	top:0;
}
.logo_sec img {
	width:15%;
}
.menu_sec ul {
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	z-index:9;
}
.menu_sec {
	text-align:right;
}
.header_top ul li {
	font:normal 23px 'Roboto-Bold';
	color:#fff;
	display:inline-block;
	margin:0 0 0 1%;
	text-transform:uppercase;
}
.header_top ul li a {
	color:#f4811f;
}
.header_top ul li a img {
	vertical-align:middle;
}
.header_top ul li:first-child {
	margin:0;
}
.slider_sec img {
	width:100%;
}
.banner_img {
	min-height:517px;
}
.slider_info {
	position:absolute;
	bottom:5px;
	right:0;
	width: 100%;
}
.slider_inner {
	background:url(images/slider_bg.png);
	width:526px;
	position:relative;
	float:right;
	padding:23px 1.91% 80px;
	text-align:center;
}
.slider_inner h1 {
	font:normal 22px 'robotolight';
	color:#fff;
}
.slider_inner h2 {
	font:normal 44px 'Roboto-Bold';
	color:#fff;
	text-transform:uppercase;
}
.slider_inner h2 span {
	color:#ff7f12
}
.slider_inner h1 span {
	font:normal 22px 'Roboto-Medium';
	color:#fff;
}
.slider_sec_home {
	position:relative;
}
.slider_sec_home img {
	width:100%;
}
/*



-----------------------------------



04. CONTENT 



-----------------------------------



*/



#content {
	width:100%;
}
.wel_sec {
	text-align:center;
	padding:110px 0;
}
.wel_sec h2 {
	font:normal 42px 'Roboto-Bold';
	color:#393838;
	margin:0 0 21px;
}
.wel_sec h2 span {
	color:#f4811f;
}
.wel_sec p {
	font:normal 15px 'open_sansregular';
	color:#757373;
	margin:0 0 24px;
}
.maintenance_sec {
	padding-bottom:29px;
}
.maintenance_sec h2 {
	background:#f58220;
	text-align:center;
	padding:40px 0;
	font:normal 42px 'Roboto-Bold';
	color:#fff;
	margin:0 0 58px;
}
.maintenance_sec h2 span {
	font:normal 42px 'Roboto-Thin';
	color:#fff;
}
.mainten_boxes {
	width:/*1000px*/80%;
	margin:0 auto;
}
.mainten_box {
	width:/*328px*/24%;
	display:inline-block;
	vertical-align:top;
	margin:0 0.5% 54px 0;
}
.mainten_box h3 {
	font:normal 15px 'OpenSansBold';
	color:#000;
	margin:12px 0 8px;
	text-transform:uppercase;
}
.mainten_box h3 span {
	display:block;
}
.mainten_box ul {
	padding:0;
	margin:0;
	list-style:none;
}
.mainten_box ul li {
	background:url(images/li_bg.jpg) no-repeat left 6px;
	font:normal 15px 'open_sansregular';
	margin:0 0 5px;
	color:#757373;
	padding:0 0 0 15px;
}
.img_center {
	text-align:center;
	padding:29px 0 0;
}
.testimonial_sec {
	background:url(images/testi_bg.jpg) no-repeat;
	background-size:cover;
	padding:80px 0 25px;
}
.test_inn {
	width:/*964px*/80.33%;
	margin:0 auto;
	text-align:center;
}
.testimonial_sec h2 {
	font:normal 42px 'Roboto-Bold';
	color:#fff;
	text-transform:uppercase;
	margin:0 0 30px;
	text-align:center;
}
.testimonial_sec p {
	font:normal 15px 'open_sansregular';
	color:#fff;
	padding:0 0 10px;
	line-height:25px;
}
.testimonial_sec p span {
	color:#f4811f;
}
.slide_testi {
	padding:0 0 75px;
}
.slide_testi a {
	color:#f4811f;
}
.contact_sec {
	background:#f58220;
	padding:50px 0 60px;
}
.contact_sec h2 {
	font:normal 42px 'Roboto-Bold';
	color:#fff;
	text-transform:uppercase;
	margin:0 0 24px;
}
.contact_sec h2 span {
	font:normal 42px 'robotolight';
}
.contact_left {
	width:/*749px*/62.41%;
	float:left;
	margin:0 4% 0 0;
}
.frm_text {
	width:96.66%;
	display:block;
	font:normal 15px 'open_sansregular';
	color:#fff;
	height:33px;
	line-height:33px;
	border-bottom:1px solid #fff;
	margin:0 0 20px;
	padding:0 0 0 25px;
}
.frm_textarea {
	width:96.66%;
	display:block;
	font:normal 15px 'open_sansregular';
	color:#fff;
	height:90px;
	resize:none;
	padding:0 0 0 25px;
	border-bottom:1px solid #fff;
}
.name_ph {
	background:url(images/name.png) no-repeat left;
}
.email_ph {
	background:url(images/mail.png) no-repeat left;
}
.phone_ph {
	background:url(images/phone.png) no-repeat left;
}
.comments_ph {
	background:url(images/comment.png) no-repeat left top;
}
.sub_frm {
	width:100%;
	font:normal 23px 'Roboto-Bold';
	color:#000;
	height:36px;
	margin:23px 0 0;
	border-bottom:1px solid #000;
	background:none;
	text-transform:uppercase;
	cursor:pointer;
}
.contact_right {
	overflow:hidden;
}
.contact_right ul {
	padding:0;
	margin:0;
	list-style:none;
}
.contact_right ul li.phone_c {
	background:url(images/phone.jpg) no-repeat;
	height:23px;
	padding:0 0 30px 35px;
}
.contact_right ul li.mail_c {
	background:url(images/mail.jpg) no-repeat;
	height:23px;
	padding:0 0 30px 35px;
}
.contact_right ul li.loca {
	background:url(images/loca.jpg) no-repeat;
	height:26px;
	padding:0 0 30px 35px;
}
.contact_right ul li {
	font:normal 15px 'open_sansregular';
	color:#fff;
}
.contact_right ul li a {
	font:normal 15px 'open_sansregular';
	color:#fff;
}
.contact_right ul li span {
	font:normal 15px 'OpenSansSemibold';
	color:#fff;
}
.content_inner h4 {
	text-align:center;
	font:normal 42px 'Roboto-Bold';
	color:#393838;
	padding:50px 0 0;
	margin:0 0 55px;
}
.content_inner h4 span {
	color:#f4811f;
}
.maintenance_sec h5 {
	text-align:center;
	font:normal 24px 'open_sansregular';
	color:#000;
	margin:0 0 50px;
}
.test_left {
	width:/*213px*/17.75%;
	float:left;
	margin:0 2% 0 0;
}
.test_left img {
	display:block;
	margin:40px 0 0;
}
.testi_right p {
	font:normal 15px 'open_sansregular';
	color:#757373;
}
.testi_right p span {
	color:#f4811f;
	display:block;
	margin:20px 0 10px;
}
.testi_right p img {
	display:inline-block;
	margin-top:10px;
	vertical-align:middle;
}
.img_hold {
	margin:0 0 4px;
}
.testi_inner {
	padding:0 0 88px;
}
.testi_right {
	overflow:hidden;
}
.testi_box {
	margin:0 0 50px 0;
}
.frm_text {
	width:96.66%;
	display:block;
	font:normal 15px 'open_sansregular';
	color:#616161;
	height:33px;
	line-height:33px;
	border-bottom:1px solid #616161;
	margin:0 0 20px;
	padding:0 0 0 25px;
}
.frm_textarea {
	width:96.66%;
	display:block;
	font:normal 15px 'open_sansregular';
	color:#616161;
	height:90px;
	resize:none;
	padding:0 0 0 25px;
	border-bottom:1px solid #616161;
}
.name_ph1 {
	background:url(images/name1.jpg) no-repeat left;
}
.email_ph1 {
	background:url(images/mail1.jpg) no-repeat left;
}
.phone_ph1 {
	background:url(images/phone1.jpg) no-repeat left;
}
.comments_ph1 {
	background:url(images/comment1.jpg) no-repeat left top;
}
.sub_frm1 {
	width:100%;
	font:normal 23px 'Roboto-Bold';
	color:#f4811f;
	height:36px;
	margin:23px 0 0;
	border-bottom:1px solid #f4811f;
	background:none;
	text-transform:uppercase;
	cursor:pointer;
}
.contact_sec_inner {
	padding:80px 0 60px;
}
.contact_sec_inner h2 {
	font:normal 42px 'Roboto-Bold';
	color:#333333;
	text-transform:uppercase;
	margin:0 0 24px;
}
.contact_sec_inner h2 span {
	color:#f4811f;
}
.contact_inner ul li.phone_c1 {
	background:url(images/phone2.jpg) no-repeat;
	height:23px;
	padding:0 0 30px 35px;
}
.contact_inner ul li.mail_c1 {
	background:url(images/mail2.jpg) no-repeat;
	height:23px;
	padding:0 0 30px 35px;
}
.contact_inner ul li.loca1 {
	background:url(images/loca2.jpg) no-repeat;
	height:26px;
	padding:0 0 30px 35px;
}
.contact_inner ul li {
	font:normal 15px 'open_sansregular';
	color:#333333;
}
.contact_inner ul li a {
	font:normal 15px 'open_sansregular';
	color:#333333;
}
.contact_inner ul li span {
	font:normal 15px 'OpenSansSemibold';
	color:#333333;
}
.gallery_box {
	width:/*515px*/46%;
	float:left;
	margin:0 1.2% 20px 0;
	border:1px solid #C2C2C2;
	padding:14px 14px 40px;
}
.gallery_img {
	width:48%;
}
.gallery_box img {
	width:100%;
}
.gallery_box p {
	font:normal 15px 'open_sansregular';
	color:#757373;
	padding:15px 0 0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.gap {
	padding:0 0 37px
}
.about_sec p {
	padding:0 0 10px !important;
	font:normal 15px 'open_sansregular';
	color:#757373;
	margin:0 0 22px;
}
.about_sec ul {
	padding:0;
	list-style:none;
	margin:0 0 22px;
}
.about_sec ul li {
	font:normal 15px 'open_sansregular';
	color:#767373;
	background:url(images/li_bg2.jpg) no-repeat 0 6px;
	padding:0 0 10px 15px;
}
.content_italic {
	text-align:center;
	padding:20px 0 0;
}
.content_italic h4 {
	font: normal 16px 'open_sansitalic';
	color:#767373;
	margin:0 0 24px;
}
.content_italic h4 span {
	display:block;
}
.content_italic p {
	font: normal 16px 'open_sansitalic';
	color:#767373;
}
.content_italic p span {
	color:#f4811f;
	display:block;
}
.faq-ans {
	display:none;
}
.toggle_center {
	text-align:center;
}
.toggle_center p {
	font: bold 16px 'open_sansitalic';
	color:#767373;
}
.sl-counter {
	display:none !important;
}
.thank_u {
	text-align:center;
	padding:20px 0;
}
.thank_u h2 {
	font:normal 40px 'Roboto-Bold';
	color:#393838;
	margin:0 0 21px;
}
.thank_u h2 span {
	color:#f4811f;
}
.imagesize {
	width:16%;
}
.mainten_boxes h4 {
	font:normal 15px 'OpenSansBold';
	color:#000;
	margin: 0 0 54px 0;
	text-transform:uppercase;
	text-align: center;
}
/*



------------------------------------



05. FOOTER 



------------------------------------



*/



#footer {
	width:100%;
	background:#000;
	padding:20px 0;
	text-align:center;
}
#footer p {
	font:normal 14px 'robotolight';
	color:#686868;
}
#footer p span {
	color:#f4811f;
}
#footer img {
	vertical-align: top;
	margin: 0 0 0 6px;
}
#footer p a {
	font:normal 14px 'robotolight';
	color:#686868;
}









/*



-------------------------------------



06. RESPONSIVE



-------------------------------------



*/







@media(min-width:768px) {
 #navigation ul {
padding:0;
margin:0;
list-style:none;
text-align:right;
}
 #navigation ul li {
display:inline-block;
padding:0 0 0 3%;
line-height:60px;
position:relative;
}
 #navigation ul li a {
display:inline-block;
font:normal 14px 'Roboto-Medium';
color:#FFF;
line-height:52px;
}
 #navigation ul li:hover a, #navigation ul li.current-menu-item a {
color:#f4811f;
border-bottom:3px solid #F2821C;
}
}
 @media(max-width:1075px) {
 .gallery_box {
width:43%;
margin: 0 1.3% 20px;
}
 .logo_sec img {
width:20%;
}
}
 @media(max-width:999px) {
 #navigation ul li {
 padding: 0 0 0 2%;
}
 .contact_sec h2, .contact_sec h2 span {
font-size:30px;
}
 .mainten_box {
 width: 48%;
}
 .contact_right ul li {
font:normal 14px 'open_sansregular';
}
.contact_right ul li a {
font:normal 14px 'open_sansregular';
}
.contact_right ul li span {
font:normal 14px 'OpenSansSemibold';
}
 .slider_inner {
background: rgba(0, 0, 0, 0) url("images/slider_bg.png") repeat scroll 0 0;
float: right;
height: 80px;
padding: 23px 1.91% 80px;
position: relative;
text-align: center;
width: 350px;
}
 .slider_inner h2 {
color: #fff;
font: 30px "Roboto-Bold";
text-transform: uppercase;
}
.gallery_box {
height: 230px;
margin: 0 1.3% 20px;
width: 43%;
}
}
 @media(max-width:767px) {
.slider_inner h1 span{ font:normal 18px 'Roboto-Medium'; color:#fff;}
.slider_inner h2{font:normal 40px 'Roboto-Bold'; color:#fff; text-transform:uppercase;}	
 .logo_sec {
 position: relative;
 text-align: center;
 top: 0;
 width: 100%;
 z-index: 9;
}
 .header_top {
margin:0 0 15px;
text-align:center;
}
 .slider_info {
 bottom: 0;
 position: relative;
 right: 0;
 top:0;
 width: 100%;
}
 .banner_img {
min-height:450px;
}
 .slider_inner {
 float: none;
 width: 96%;
 height: 85px;
}
.slider_inner h2 {
 font-size: 38px;
}
 .contact_left {
 float: none;
 margin: 0 0 20px;
 width: 100%;
}
 .test_left {
width:100%;
float:none;
margin:0 0 20px 0;
}
 .gallery_box {
 float: none;
 margin: 0 0 20px;
 width: 93.5%;
}
 .wel_sec {
 padding: 42px 0 34px;
}
 .thank_u {
padding: 42px 0 34px;
}
 .imagesize {
width:50%;
}
	
}
 @media(max-width:479px) {
 .banner_img {
min-height:350px;
}
 .mainten_box {
 float: none;
 width: 100%;
}
 .gallery_box {
 width: 90%;
}
 .slider_inner h2 {
 font-size: 33px;
}
 .frm_text, .frm_textarea {
 width: 93%;
}
 .maintenance_sec h2, .maintenance_sec h2 span {
 font-size: 30px;
}
 .wel_sec h2 {
 font-size: 30px;
}

.slider_inner .controls { width: 100%;  display: inline-block; position: absolute;
bottom: -36px!important; text-align: center; right: 0;}

	 .same2 { height:auto !important;}
}
 @media(max-width:319px) {
}
.wpcf7-not-valid-tip {
	margin-bottom: 85px;
	margin-top: -70px;
	font: 14px "open_sansregular" !important;
}
.wpcf7-validation-errors {
	font: 14px "open_sansregular" !important;
}
.wpcf7-response-output {
	margin:20px 0!important;
}
