body {
	color: #e03f44;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Trebuchet MS;
	margin: 0;
	padding: 0;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}
.top_space{
	height:105px;	
}
.hadder_main{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99999;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);	
}
.top_bar{
	background:#fff;
	padding:4px 0;
	min-height:50px;
		
}
.top_bar_ph{
	background:#fff;	
}
.logo {
    display: block;
    position: absolute;
    z-index: 100;
    width: 100px;
    height: 85px;
    top: -9px;
    background:#fff;
}
.logo ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.logo1{
	padding-top: 3px;
}
.logo1 ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.logo1 li{
	display:block;
	padding: 0px 0px 0px 0px;
	z-index:2;
	float:right;	
}
.phone{
	float:right;	
}
.phone ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.phone li{
	display:inline-block;
	padding: 10px 15px 0px 5px;
	vertical-align: middle;	
}
.phone a{
	font-size: 13px;
	color: #606174;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.22s;
	font-family:Trebuchet MS;	
}
.phone a:hover{
	color:#606174;
	text-decoration:none;	
}
.phone a:focus{
	color:#fff;	
}
.phone .fa {
    color: #606174;
    font-size: 17px;
    padding: 0px 7px 0px 0px;
}
.hadder_main .navbar{
	margin-bottom:0px;
	background: #fff;
	border: none;
	border-radius: 0px;
	min-height: 10px;	
}
.hadder_main .navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-top: 2px solid #EF7F1A;	
}
.hadder_main .navbar-default .navbar-nav > li > a{
	color:#606174;
	font-family:Trebuchet MS;
	padding:6px 15px 3px 15px;
	font-size:13px;
	font-weight:bold;	
}
.hadder_main .navbar-default .navbar-nav > li > a:hover{
	color:#EF7F1A;
	text-decoration:none;	
}
.hadder_main .navbar-default .navbar-nav > li > a.active{
	text-decoration:none;	
}
.hadder_main .navbar-default .navbar-nav > li > a:focus{
	outline:none;	
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
	width:100%;	
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
.container_project{
	padding:40px 80px 30px 80px;
	background:#fff;	
}
#portfolio-grid{
	padding:0px 0px 0px 0px;	
}
.thumbnails > li {
    margin-left: 15px;
}
.thumbnails > li .thumbnail {
    width:100%;
    height:100%;
    padding:0px;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: #3a67ab;
	min-height:370px;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 115px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
	color:#fff;
	font-family:Trebuchet MS;
	font-size:17px;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    margin-top:13px;
	font-family:Trebuchet MS;
	font-size:23px;
   
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#181A1C;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
.thumbnail a{
	color:#fff;	
}
.thumbnail a:hover{
	color:#3a67ab;
	text-decoration:none;
}
.single-project {
    margin-bottom: 30px;
    background: #181A1C;
	float:left;
	margin-top:50px;
}
.project-description {
    padding-right: 20px;
}
.span6 {
    width: 48.717948717948715%;
	min-height: 30px;
	margin-right:1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
}
.single-project img{
	width:100%;	
}
.project-info a{
	color:#f7af32;	
}
.project-info a:hover{
	color:#f7af32;
	text-decoration:none;	
}
.project-title h3 {
    color: #f7af32;
    font-family:Trebuchet MS;
    font-size: 24px;
    font-weight: 600;
	display:inline-block;
}
.project-title .close {
    color: #ffce6b;
    margin-top: 18px;
	font-size: 30px;
	opacity: 1;
}
.close {
    float: right;
    width: 40px;
    font-size: 30px;
    height: 40px;
    text-align: center;
}

.project-info span {
    font-family:Trebuchet MS;
    font-size: 20px;
    display: inline-block;
	color:#3a67ab;
	font-weight:bold;
	padding:10px 0px 0px 0px;
}
.project-info p {
    font-family:Trebuchet MS;
    font-size: 17px;
    color: #fff;
    padding: 10px 0;
	font-weight:normal;
}
.project_title{
	padding:40px 0px 10px 0px;	
}
.project_title_txt{
	text-align:center;
	padding: 20px 0px 40px 0px;		
}
.project_title_txt h3{
	color:#3a67ab;	
}
.project_title_txt p{
	color:#000;	
}
.project_title_txt h1{
	margin:0px;	
}
.project_title_txt_wh{
	margin:0px 0px 60px 0px;
	text-align:center;	
}
.project_title_txt_wh h1{
	color:#fff;
	margin:0px;
	padding-bottom:15px;	
}
.project_title_txt_wh h3{
	color:#fff;
	margin:0px;	
}

.product_facilities_main{
	padding:50px 0;	
}

/*Tab*/
.my_tabs ul{
	list-style:none;
	text-align:center;	
}
.my_tabs li{
	display:inline-block;
	border:1px solid #ccc;	
}
.my_tabs a{
	text-transform:uppercase;
	color:#333;
	width:200px;
	width: 275px;
	display: inline-block;
	padding: 12px 0px;
	font-weight:600;	
}
.my_tabs a:hover{
	color:#333;
	text-decoration:none;	
}
.my_tabs li.first{
	border-radius:0px 0px 0px 10px;	
}
.my_tabs li.last{
	border-radius:0px 0px 10px 0px;	
}
.my_tabs li.active{
	background-color: #EEE;
border: 1px solid #CCC;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(204, 204, 204);
-webkit-box-shadow: 0 -1px 5px rgba(0,0,0,.1) inset;
box-shadow: 0 -2px 20px rgba(0,0,0,.2) inset;
border-top: 3px solid #e03f44;	
}
.tab_first{
	padding:0 20px;	
}
.tab_first h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 28px;
	font-family:Trebuchet MS;
	margin-bottom:18px;
	color:#5c5c5c;
}
.tab_first{
	color:#797979;
	margin:0px;
	line-height:22px;
	font-size:14px;	
}
.tab_first .good_resion_btn{
	background-color: transparent;
    border: 2px solid #5b5b5b;
    width: 180px;
    text-transform: uppercase;
    padding: 5px 2px;
    margin-top: 17px;
	display:inline-block;
	font-weight:600;
	font-family:Trebuchet MS;
	color:#e03f44;
	text-align:center;
	border-radius:2px;
}
.tab_first .good_resion_btn:hover{
	text-decoration:none;
	background:#e03f44;
	color:#fff;	
}
.first_babimag img{
	width:100%;	
}

.tab_titles{
	text-align:center;	
}
.tab_titles h3{
	font-size: 220%;
	padding-bottom: 13px;
	color: #5c5c5c;
	font-weight: 500;
	border-bottom: 1px #797979 solid;
	margin: 10px auto;
	width:50%;
	font-family:Trebuchet MS;
}
.tab_titles p {
    color: #797979;
    font-size: 14px;
    line-height: 21px;
    width: 79%;
    margin: 0 auto 40px !important;
	font-family:Trebuchet MS;
	font-weight:normal;
	text-align:justify;
}
.tab_section_main{
	padding:40px 0;
	background:#fff;	
}
.first_babimag{
	width:47%;	
}
.tab_first p{
	text-align:right;
	font-family:Trebuchet MS;
	font-weight: normal;	
}
.tab-content .right_border{
	border-left:2px dashed #ccc;	
}

.tab-content .left_border{
	border-left:2px dashed #ccc;
	min-height:162px;	
}
.first_babimag_left{
	width:47%;
	float:right;	
}
.first_babimag_left img{
	width:100%;	
}
.tab_first_left {
    color: #797979;
    margin: 0px;
    line-height: 22px;
    font-size: 14px;
}
.tab_first_left p {
    text-align: left;
	padding-top:25px;
	font-family:Trebuchet MS;
	font-weight: normal;
}
.productions_facilities{
	margin-bottom:25px;	
}
.quality_assurance_main{
	padding:40px 0;	
}
.quality_assurance_column{
	overflow:hidden;	
}
.quality_assurance_column img{
	width:100%;
	
}

.quality_assurance_column h4{
	font-family:Trebuchet MS;
	padding-top:5px;
}
.space{
	height:30px;	
}
.clients_column {
	text-align:center;	
}
.clients_column ul{
	list-style:nonema
	0px;
	padding:0px;	
}
.clients_column li{
	display:inline-block;
	padding:0px 7px 14px 7px;	
}
.clients_column li img{
	border:0px solid #ccc;	
}

.shareof_column {
	text-align:center;	
}
.shareof_column ul{
	list-style:nonema
	0px;
	padding:0px;	
}
.shareof_column li{
	display:inline-block;
	padding: 0px 5px 6px 5px;
	width: 275px;	
}
.shareof_column h3{
	font-family: Trebuchet MS;	
}
.shareof_column p{
	font-family: Trebuchet MS;	
}
.shareof_column li img{
	border:0px solid #ccc;
	width:100%;	
}
.applicition_column td{
	padding:5px 10px 5px 10px;
	font-weight:normal;
	font-family:Trebuchet MS;
	font-size:10px;	
}
.applicition_column{
	font-family:Trebuchet MS;
}
.contact_form h3{
	margin:0px;
	font-family:Trebuchet MS;
	padding:0px 0px 10px 0px;
	color: #fff;
	font-weight: bold;	
}
.contact_info_main{
	background:#f9f9f9;
	padding:40px 0px 0px 0px;
	position:relative;	
}
.contact_form .gold_btn{
	width:100%;	
	background:#5299ec;
	color:#fff;
}
.contact_form .gold_btn:hover{
	width:100%;	
	background:#418ce5;
	color:#fff;
}
.footer_last span{
	opacity:0.7;	
}
.footer_last{
	padding-top:25px;	
}
.footer_last p{
	font-weight:normal;
	font-family:Trebuchet MS;
}
.footer_last a{
	
}
.footer_last a:hover{
	
}
.contact_info_main .footer_border{
	height:5px;
	background:#000;
}
.socical_icons{
	float:right;
	margin-top:20px;
}
.socical_icons p{
	margin:0px;
	font-family:Trebuchet MS;
}
.socical_icons ul{
	
}
.socical_icons li{
	display:inline-block;
	width:75px;
	height:35px;	
}
.socical_icons img{
	width:100%;	
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 44px;
    right: 20px;
    display:none;
	background: #000;
	padding: 10px 10px 10px 10px;
	color: #fff;
}
.back-to-top:hover{
	color:#fff;	
}
.back-to-top:focus{
	color:#fff;	
	outline:none;
}
.contact_form{
	position: absolute;
	top: 40%;
	margin-left: 60%;
	width: 425px;
	padding:35px 20px 35px 20px;
	background:rgba(0,0,0,0.7);
	border-radius: 4px;	
}
.about_us p{
	font-family:Trebuchet MS;
	font-weight:normal;
	text-align:justify;
}
.about_img img{
	width:100%;	
}
.about_img h3{
	color: #EF7F1A;
	font-weight: bold;
	font-size: 30px;
	padding-left:5px;
	font-family: Trebuchet MS;
}
.about_img span{
	color: #223d4e;
	margin-left: 32%;	
}
.about_main{
	padding:40px 0;	
}
.left_img img{
	width:100%;	
}
.right_txt{}
.right_txt h3{
	margin:0px;
	padding:0px 0px 12px 0px;
	font-family:Trebuchet MS;
	color: #EF7F1A;
	font-weight: bold;	
}
.right_txt ul{
	margin:0px 0px 0px 10px;
	padding:0px;
	list-style:none;
}
.right_txt li{
	font-family:Trebuchet MS;
}
.right_txt p{
	margin:0px;
	padding:0px 0px 10px 0px;
	font-family:Trebuchet MS;
	text-align:justify;	
}
.right_txt .fa{
	color:#EF7F1A;
}
.short_hading h3{
	color: #EF7F1A;
	text-decoration:underline;
	padding-bottom: 15px;
	font-family:Trebuchet MS;	
}
.quality_hading h3{
	padding-left:15px;
	font-family:Trebuchet MS;
	display: inline-block;
	text-decoration: underline;	
}

svg:not(:root) {
    overflow: hidden;
}

.down_bg{
	position:relative;	
}
.parallax1 {
    /* The image used */
    background-image:url(../img/bcg_slide-2.jpg);

    /* Set a specific height */
    height:400px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
.parallax2 {
    /* The image used */
    background-image:url(../img/bcg_slide-1.jpg);

    /* Set a specific height */
    height:400px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
.parallax3 {
    /* The image used */
    background-image:url(../img/bcg_slide-4.jpg);

    /* Set a specific height */
    height:400px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
.parallax4 {
    /* The image used */
    background-image:url(../images/slider/slide1.jpg);

    /* Set a specific height */
    height:400px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}

.brosher_main{
	position:absolute;
	top:30%;
	left:0;
	right:0;
	margin:0 auto;
	width:1170px;
	/*margin:0px 0px 0px 62px;*/
	/*padding:0px 30px 30px 30px;*/
	border-radius:3px;
}
.brosher_main p {
	color:#fff;
	font-size:55px;
	font-family: Trebuchet MS;
	line-height: 75px;
}

.brosher_main .pre_1{
	font-size: 100px;
	font-weight: bold;
	font-style: italic;
	color: #EF7F1A;
	margin-left: 400px;
	font-family: Trebuchet MS;
}

.brosher_main .pre_2{
	margin-left: 14%;	
}
.product_left_column{
	margin-right:35px;	
}
.product_left_column h3{
	margin: 0px;
	padding: 0px 0px 12px 0px;
	font-family: Trebuchet MS;
	color: #EF7F1A;
	font-weight: bold;
	text-align:right;	
}
.product_left_column ul {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    list-style: none;
}
.product_left_column li {
    font-family: Trebuchet MS;
	text-align:right;
	margin-right: 21px;
	line-height: 23px;
}
.product_left_column .fa {
    color: #EF7F1A;
	position: absolute;
	right: 50px;
	line-height: 22px;
}
.left_img_column{
	width: 50%;
	margin:25px 35px 40px 0px;
	float:right;
}
.left_img_column img{
	width:100%;	
}
.left_colum_border{
	border-right: 2px dashed #ccc;
}
/*RIGHT*/
.product_right_column{
	float:left;
	margin-left:35px;	
}
.product_right_column h3{
	margin: 0px;
	padding: 0px 0px 12px 0px;
	font-family: Trebuchet MS;
	color: #EF7F1A;
	font-weight: bold;
	text-align:left;	
}
.product_right_column ul {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    list-style: none;
}
.product_right_column li {
    font-family: Trebuchet MS;
	text-align:left;
	margin-left: 20px;
	line-height: 23px;
}
.product_right_column .fa {
    color: #EF7F1A;
	position: absolute;
	left: 55px;
	line-height:22px;
}
.right_img{
	width: 50%;
	margin-top: 25px;
	float:left;
	margin-left:35px;	
}
.right_img img{
	width:100%;	
}
.pra_h{
	color: #fff;
	font-size: 45px;
	text-align: right;
	margin-left: 4%;
	display: inline-block;
	width: 44%;
	font-family:Trebuchet MS;	
}

.pra_p{
	font-size: 30px !important;
	margin-left: 2%;
	border-left: 2px solid #fff;
	padding-left: 20px;
	display: inline-block;
	width: 45%;
	line-height: 35px !important;
	vertical-align: top;
	margin-top: 18px;	
}
.pra_hh{
	color: #fff; font-size: 45px;
	text-align: right;
	margin-left: 4%;
	display: inline-block;
	width: 44%;	
	font-family:Trebuchet MS;
}
.pra_pp{
	font-size: 30px !important;
	margin-left: 2%;
	border-left: 2px solid #fff;
	padding-left: 20px;
	display: inline-block;
	width: 45%;
	line-height: 35px !important;
	vertical-align: top;
	padding-top: 28px;
	margin-top: 10px;
	padding-bottom: 34px;	
}
.contact_imfo{
	padding-bottom:26px;	
}
.contact_imfo img{
	position:absolute;
	left:32px;
	width:20px;	
}
.contact_imfo p{
	margin-left:55px;
	font-family:Trebuchet MS;
}
.contact_imfo h3{
	font-family:Trebuchet MS;
}




/*///////////////////////////////////////////////////////
					Responsive Phone
//////////////////////////////////////////////////////*/

@media only screen and (min-width:290px) and (max-width:766px){
.logo{
	position:relative;
	width:100%;
	height:auto;
	text-align:center;
	top:0;
}
.logo li a img{
	width:100%;	
}	
.logo1 li a img{
	width:100%;	
}
.logo1 li {
    padding: 14px 0px 0px 0px;
}

.hadder_main .nav > li{
	display:inline-block;	
}
.hadder_main .navbar-default .navbar-nav > li > a{
	padding:5px 12px;	
}
.container_project {
    padding: 40px 15px 30px 15px;
}
.thumbnails > li{
	margin-right:15px;	
}
.phone li {
    display: inline-block;
    padding: 5px 7px 5px 5px;
    vertical-align: middle;
}
.applicition_column{
	overflow-x: auto;
	display:none;	
}
.shareof_column li{
	width:160px;
	float:left;	
}
.shareof_column p{
	font-size:12px;	
}
.contact_form{
	position: relative;
	margin:0px;
	width:100%;	
}
.socical_icons{
	float:none;
	text-align:center;	
}
.top_space{
	height:150px;	
}
.brosher_main{
	width:100%;	
}
.brosher_main p{
	font-size:25px;
	line-height:35px;
	text-align:center;
	margin-top:0px;	
}
.brosher_main .pre_1{
	font-size:43px;
	margin-left:165px;	
}
.parallax4 {
    background-image: url(../images/slider/slide1.jpg);
	height:200px;
}
.parallax3{
	height:200px;	
}
.respons{
	margin-top:65px;	
}
.quality_assurance_column h4{
	font-size:12px;
	margin-bottom:20px;	
}
.left_colum_border{
	border:none;	
}
.quality_hading h3{
	font-size:20px;	
}
.pra_h{
	font-size:28px;
	width:auto;	
}
.contact_imfo h3{
	font-size:20px;	
}
.short_hading h3{
	font-size:20px;	
}
.tab_titles h3{
	width:60%;
	font-size:22px;	
}
.pra_p {
    font-size: 15px !important;
    margin-left: 2%;
    border-left: 0px solid #fff;
	border-top: 2px solid #fff;
    padding-left: 3px;
    display: inline-block;
    width:auto;
    line-height: 18px !important;
    vertical-align: top;
    margin-top: 18px;
	padding:10px;
}
.pra_hh{
	color: #fff;
	font-size: 28px;
	text-align: right;
	margin-left: 4%;
	display: inline-block;
	width:auto;	
}
.pra_pp{
	font-size: 18px !important;
	margin-left: 2%;
	border-left: 0px solid #fff;
	border-top: 2px solid #fff;
	padding-left: 20px;
	display: inline-block;
	width:auto;
	line-height: 35px !important;
	vertical-align: top;
	padding-top: 28px;
	margin-top: 10px;
	padding-bottom: 34px;
	padding:10px;	
}
.about_img h3{
	font-size:20px;
	margin-left:13px;	
}
.clients_column li{
	padding:0px;
	width:120px;	
}
.clients_column li img{
	width:100%;	
}
.left_img_column{
	width:65%;	
}
.clients_column h3{
	font-size:14px;	
}
.right_img{
	width:65%;	
}
.product_left_column h3{
	font-size:19px;	
}
.product_right_column{
	margin-bottom:40px;	
}
.parallax2{
	height:191px;	
}
.brosher_main{
	top:1% !important;	
}
.parallax1{
	height:208px;	
}
.navigation_main .navbar-toggle{
	padding:5px 6px;
	margin-top: -19px;	
}
}
/*///////////////////////////////////////////////////////
					Responsive Phone
//////////////////////////////////////////////////////*/

@media only screen and (min-width:767px) and (max-width:990px){
.logo1{
	width:400px;
	float:right;	
}
.logo1 img{
	width:100%;	
}
.hadder_main .navbar-default .navbar-nav > li > a{
	padding: 6px 5px 3px 13px;	
}
.logo{
	top:-16px;	
}
.applicition_column {
    overflow-x: auto;
}
.brosher_main{
	width:100%;	
}
.contact_form{
	right:30px;	
}
.container_project{
	padding:0px;	
}
.about_img h3{
	font-size:20px;	
}
.shareof_column ul{
	list-style:none;	
}
.shareof_column li {
    padding: 0px 5px 6px 5px;
    width: 170px;
    float: left;
}
	
}
@media only screen and (min-width:991px) and (max-width:1224px){
.brosher_main{
	width:100%;
}	
.applicition_column{
	 overflow-y: hidden;	
}
.container_project{
	padding:40px 0;	
}
.contact_form{
	right:20px;	
}
}