@charset "utf-8";
/* CSS Document */

body {
	font-family: Open Sans, sans-serif;
    font-family: sans-serif;
	box-sizing:border-box;
	background-image:url(../images/back.png);
}

@font-face {
	font-family: BebasNeue;
	src: url(../fonts/BebasNeue.otf)
}

.font_siz{
	font-size:18px;
}
.profile{
	box-shadow: 5px 10px 9px #888888;
}

[class*='col-']{
//	border: 1px solid gray;
    font-family: Open Sans, sans-serif;
	box-sizing:border-box;
}
/* ------ */

.navbar-fixed-top + .content-container {
	margin-top: 70px;
}
.content-container {
	margin: 0 130px;
}
.mid_pad{
	margin-top: -52px;
}

@font-face{
	font-family:Adobe_Caslon;
	src:url(../fonts/Adobe%20Caslon%20Pro%20Regular.ttf);
}
.s_f{
	font-family:Adobe_Caslon;
}






a:hover, a:focus { text-decoration: none;}






.ga_text{
	color:#FFFFFF;
	padding: 4px;
	background-color:#0A6E9E;
	}
	
.ga_ful{
	border-bottom: 2px solid #0A6E9E;
    font-size: 25px;
	color:#FFFFFF;
	
	}




/* --------------- Header css start ------------------------*/
.main_head{
	width: 100%;
	height:4px;
	background: -moz-linear-gradient(red, #a19c6e);
	background: -webkit-linear-gradient(red, #a19c6e);
}
.main_head2{
	width: 100%;
	height:3px;
	background: -moz-linear-gradient(#a19c6e, black);
	background: -webkit-linear-gradient(#a19c6e, black);
}
.back_color{
	background-color: #a19c6e;
}

.so_logo{
	font-size:25px;
	text-shadow: 1px 1px 15px #805620;}

.ro_logo{
  border-radius: 50%;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;

}
.ro_logo:hover {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	opacity: 0.8;
}

.fac_logo{
	color:#3765a3;
}
.twi_logo{
	color:#00b6f1;
}
.you_logo{
	color:#ec2828;
}

.mal_logo{
	color:#FFFFFF;
	font-size:20px;	
}
.mal_num{
	color:#FFFFFF;
	font-size:15px;
	line-height:16px;
	font-weight: bold;
}

.input-group { 
	z-index:0;	
}
/* --------------- Header css end ------------------------*/

/* --------------- Menu css start ------------------------*/
.navbar {
    border-radius: 0px;
	margin-bottom: 0px;
	opacity: 0.9;
	border-color:transparent;
}

.dropdown-menu>li>a {
    color: #C7C7C7;
}

.navbar-inverse .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.80);
	font-weight:bold;
    background: #222;
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #F72323;
	font-weight:bold;
}

.affix {
	top: 0;
	width: 100%;
	z-index: 01;
}

.affix + .container-fluid {
	padding-top: 20px;
}
.navbar-inverse{
	z-index:50;
}

/* --------------- Menu css end ------------------------*/
/* --------------- mini bannaer start ------------------------*/
.min_ban{
	color:#FFFFFF;
	position:relative;
	display:block;
	z-index: -10;
}
 .min_ban:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	background-color: black;
	z-index: -11;
	opacity: 0.6;
  }
  
  .bb{color:#FF3030;}
/* --------------- mini bannaer end ------------------------*/

.min_ban{
	color:#FFFFFF;
	position:relative;
	display:block;
	z-index: -10;
}
 .min_ban:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	background-color: black;
	z-index: -11;
	opacity: 0.6;
  }
  
  .bb{color:#FF3030;}
/* --------------- mini bannaer end ------------------------*/
/* --------------- slider start ------------------------*/
.main-slider-area .slide-Title h2 {
   /* heading color */
  font-size: 50px; 
  padding: 20px 17px;
  font-weight: bold;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
}


/*.main-slider-area .slide-content h2 {
  font-size:500px;
  font-weight: bold;
}*/

.main-slider-area .slide-Link a {
  color: #fff;
  background-color: #e74b3c;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase;
}


/* --------------- slider end ------------------------*/



/* -------------------------------------------- */


/* --------------- (1) home start ------------------------*/
.img_1{
	background:	url(../images/02.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	color:#FFFFFF;
	height: 500px;
}
.txt_color{
	color:#EBEA2F;	
}
.img_2{
	background:	url(../images/03.jpg) no-repeat;
	background-size: cover;
	height: 500px;
	text-align: -webkit-match-parent;
}
.img_3{
	background:	url(../images/04.jpg) no-repeat;
	background-size: cover;
	height: 500px;
	text-align: -webkit-match-parent;
}
.img_4{
	background:	url(../images/05.jpg) no-repeat;
	background-size: cover;
	height: 500px;
	text-align: -webkit-match-parent;
}
.bar{
	height: 25px;
	line-height:20px;
}

.pro_wel{
	color:#FFFFFF;
	background-color:#a19c6e;
}
.more{
	padding:12px;
	border: 2px solid #944B4D;
}
.more:hover{
	border: 2px solid #E70B11;
	color:#FFFFFF;
	background-color:#D0C4C4;
}

.s_more{
		padding:8px;

	background-color:#D0C4C4;
	}
.s_more:hover{
	color:#C11114;
	background-color:#9AE99A;
}

/* --------------- (1) home end ------------------------*/

/* --------------- (2) ABOUT US start ------------------------*/
.abo_ban{
	background:	url(../images/ABOUT.jpg) no-repeat;
	background-size: cover;
}
/* --------------- (2) ABOUT US end ------------------------*/
/* --------------- (3) COMPANY PROFILE start ------------------------*/
.com_ban{
	background:	url(../images/COMPANY.jpg) no-repeat;
	background-size: cover;
}
.C_sub{
	color:#F67375;
	font-size:18px;
	width:20%;
	font-weight:bold;

}
.C_det{
	color:#7B3F40;
	font-size:18px;
	padding:8px 0px;
	width:80%;
}
.C_bg_img{
    background-image: url(../images/bggg.jpg);	
	}
/* --------------- (3) COMPANY PROFILE end ------------------------*/
/* --------------- (4) CHAIRMAN'S MESSAGE start ------------------------*/
.cha_ban{
	background:	url(../images/chairman.jpg) no-repeat;
	background-size: cover;
}
/* --------------- (4) CHAIRMAN'S MESSAGE end ------------------------*/
/* --------------- (5) MENING DIOKTOR'S MESSAGE start ------------------------*/
.dio_ban{
	background:	url(../images/DIOKTOR.jpg) no-repeat;
	background-size: cover;
}
/* --------------- (5) MENING DIOKTOR'S MESSAGE end ------------------------*/
/* --------------- (6) CONSTRUCTION start ------------------------*/
.cons_ban{
	background:	url(../images/CONSTRUCTION.jpg) no-repeat;
	background-size: cover;
}
/* --------------- (6) CONSTRUCTION end ------------------------*/
/* --------------- (7) MANUFACTURE start ------------------------*/
.man_ban{
	background:	url(../images/MANU.jpg) no-repeat;
	background-size: cover;
}
/* --------------- (7) MANUFACTURE end ------------------------*/
/* --------------- (8) PROJECT MANAGEMENT start ------------------------*/
.pro_m_ban{
	background:	url(../images/PROJ.jpg) no-repeat;
	background-size: cover;
}
/* --------------- (8) PROJECT MANAGEMENT end ------------------------*/
/* --------------- (9) ESTIMATION start ------------------------*/
.est_ban{
	background:	url(../images/ESTI.jpg) no-repeat;
	background-size: cover;
}
/* --------------- (9) ESTIMATION end ------------------------*/
/* --------------- (10) MATERIAL PLANNING start ------------------------*/
.mat_ban{
	background:	url(../images/MAT.jpg) no-repeat;
	background-size: cover;
}
/* --------------- (10) MATERIAL PLANNING end ------------------------*/
/* --------------- (11) QUALITY ASSURANCE start ------------------------*/
.qua_ban{
	background:	url(../images/QUA.jpg) no-repeat;
	background-size: cover;
}
/* --------------- (11) QUALITY ASSURANCE end ------------------------*/
/* --------------- (12) STANDARDS start ------------------------*/
.sta_ban{
	background:	url(../images/stan.jpg) no-repeat;
	background-size: cover;
}
/* --------------- (12) STANDARDS end ------------------------*/









/* --------------- (13) COMPLETE PROJECTS start ------------------------*/
/* ---------------   ---------------------*/
.zo_img{
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.zo_img:hover{
  //-moz-transform: scale(1.1);
  //-webkit-transform: scale(1.1);
  //transform: scale(1.1);
  
  
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	background-color: #D91316;
	z-index: -11;
}




/* ---------------   ---------------------*/



.com_ban{
	background:	url(../images/com.jpg) no-repeat;
	background-size: cover;
}
.info{
	margin-left: 25px;
	font-size: 17px;
}
.info2{
	margin-left: 145px;
	font-size: 17px;
}
.mar_bot{
	border-color:#F3BBBC;
	margin-bottom:25px;
	background-color:#F4FAFC;
	box-shadow: 3px 3px 8px #888888;
}



/* --------------- (13) COMPLETE PROJECTS end ------------------------*/
/* --------------- (14) ON-GOING PROJECTS start ------------------------*/
.on_ban{
	background:	url(../images/on.jpg) no-repeat;
	background-size: cover;
}
/* --------------- (14) ON-GOING PROJECTS end ------------------------*/
/* --------------- (15) UP-COMING PROJECTS start ------------------------*/
.up_ban{
	background:	url(../images/up.jpg) no-repeat;
	background-size: cover;
}
/* --------------- (15) UP-COMING PROJECTS end ------------------------*/








/* ---------------- (16) OUR SERVICES start --------------------- */

.OS_ban{
	background:	url(../images/o_s.jpg) no-repeat;
	background-size: cover;
}
.ser_ico{
	color:#E72124;
	font-size:19px;

}
.ser_ico:hover{
	color:#DF711D;
}

.ser_ico2{
	color:#E72124;
	font-size:19px;

}



.ser_col{
	font-size:18px;
	color:#785A5A;
}
/* ---------------- (16) OUR SERVICES end --------------------- */
/* ---------------- (17) OUR SERVICE SECTOR start --------------------- */
.OSC_ban{
	background:	url(../images/o_s_s.jpg) no-repeat;
	background-size: cover;
}
/* ---------------- (17) OUR SERVICE SECTOR end --------------------- */
/* ---------------- (18) News start --------------------- */
.news_ban{
	background:	url(../images/news.jpg) no-repeat;
	background-size: cover;
}


.date{
	background-color:#3c763d;
	color:#FFFFFF;
}

/* ---------------- (18) News end --------------------- */
/* ---------------- (19) Shop start --------------------- */

.pro_bor:hover {
	border:1px solid #E76264;
}
/* ---------------- (19) Shop end --------------------- */
/* ---------------- (20) contact us start --------------------- */
.c_l{
	font-size:65px;
	color:#E02023;
}
.c_bod{
	border-bottom: 1px solid #E0D3D3;

}
.c_add{
	color:#821314;
	font-size:18px;
	line-height: 18px;
}
.con_ban{
	background:	url(../images/con_us.jpg) no-repeat;
	background-size: cover;
}
/* ---------------- (20) contact us end --------------------- */
/* ---------------- (21) contacr online start --------------------- */
.con_on_ban{
	background:	url(../images/con_on.jpg) no-repeat;
	background-size: cover;
}
/* ---------------- (21) contact online end --------------------- */















/* ---------------- (23) HELP DESK start --------------------- */
.help_ban{
	background:	url(../images/help.jpg) no-repeat;
	background-size: cover;
}
/* ---------------- (23) HELP DESK end --------------------- */

/* fotter css start ----------------------*/
.footer_main{
//	background-image:url(../images/footer-bg.png);
	font-family: Open Sans, sans-serif;
	
background:
linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
background-color: #131313;
background-size: 20px 20px;
	
	
}
.footer_main2{
    color: #D3E9E9;
//	background: -moz-linear-gradient(#bd070e,#bd070e,#bd070e,#bd070e,#bd070e,#bd070e,#bd070e, #D3E9E9);
//	background: -webkit-linear-gradient(#bd070e,#bd070e,#bd070e,#bd070e,#bd070e,#bd070e,#bd070e, #D3E9E9);
	padding: 5px;
	
background:
radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 9%, hsla(0, 100%, 20%, 0) 9%) 0 0,
radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 8%, hsla(0, 100%, 20%, 0) 10%) 50px 50px,
radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 50px 0,
radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 0 50px,
radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 50px 0,
radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 100px 50px,
radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 0 0,
radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 50px 50px,
linear-gradient(45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0,
linear-gradient(-45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0;
background-color: #300;
background-size: 100px 100px;
	
	
}
.footer_pad{
	padding:5px 0px;}
.h_color{
    font-size: 16px;
    color: #E00810;
    font-weight: bold;
}
.h_l_color{
    font-size: 14px;
	color: #309A2B;
}
/* fotter css end ----------------------*/

/* --------------------back to top start --------------------------------------------------*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}
/* ------------------ back to top  end --------------------------------------------------*/
/* ------------------------------------------------------------------------- media quary start ------------------------------- */
@media only screen and (max-width: 767px) {
  .mid_pad{
	margin-top: 0px;
  }
}
/* ------------------------------------------------------------------------- media quary end ------------------------------- */

