
body{
	margin: 0;
	padding: 0;
	/*background: #e1e1e1;*/
	/*font-family: 'Roboto', sans-serif;*/
    font-family: 'robotoregular';
}

p{
	line-height: 24px;
    font-size: 18px;
    font-family: 'robotoregular';
    /*text-align: center;*/
}
.txtalign{
    text-align: justify;
}
th, table{
    border-color: black grove;
    padding: 20px;
}

/*home-start*/


/*header-top-start*/

.container{
			width: 100%;
}

.hdr-top-wrapper{
					background:#FFA500;
}

.hdr-top{
			width: 90%;
			margin: auto;
			padding: 8px 0;
}

.hdr-top .fa{
				color: #2a0000;
}

.hdr-top p{
			color: #2a0000;
			margin:0;
			padding: 3px 0;
}


.hdr-top ul{
				list-style: none;
				margin: 0;
				padding: 0;
}

.hdr-top ul li{
				float: left;
				margin: 0 5px;
}


/*header-top-end*/


/*header-start*/

.header-wrapper{
 background: #1d1b1b;
					
}

.header{
			width: 90%;
			margin: auto;
}

.hdr-marg{
				margin: 0 -30px;
}

.logo{ width: 100%;}

.navbar-default {
background-color: transparent;
border-color: transparent;
margin: 0;
padding: 10px 0;
}


.navbar-collapse {
padding-right: 0;
padding-left: 0;
}

.navbar-default .navbar-nav>li>a {
font-size: 12px;
color: #d0cac0;
font-weight: 900;
margin-top: 12px;
}

.dropdown-menu {
background-color: #131313;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
color: #ff4800;
background-color: transparent;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
color: #000;
text-decoration: none;
background-color: #FFA500;

}

.dropdown-menu>li>a {
		color: #fffcfb;
		font-weight: 300;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
color: #ffa500;
}


.navbar-default .navbar-toggle {
border-color: #FFA500;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #330c0c;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background: none;
}

ul.nav li.dropdown:hover ul.dropdown-menu { 
	display: block; 
	}

.active > a {
    color:#ffa500;
}
.navbar-toggle{
	z-index: 99;
}

/*header-end*/



/*banner-start*/

        .captionOrange, .captionBlue, .captionBlack, .captionSymbol
        {
            display: block;
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
			font-weight:300;
			color: #c4c4c4;
			font-size: 14px;
        }
        .captionOrange
        {
            /*background: #878787;*/
			background: rgba( 50,50,50,0.6);

        }
        .captionBlue
        {
            background: #878787;
            background-color: rgba(21, 21, 120, 0.6);
        }
        .captionBlack
        {
            background: #000;
            background-color: rgba(0, 0, 0, 0.4);
        }
        .captionSymbol
        {
        	border-radius: 100px !important;
        	font-weight: 400 !important;
        	font-size: 26px !important;
           /* background: #3b3b3b;*/
			background: rgba( 50,50,50,0.6);
        }
        .captionTextBlack
        {
        	display: block;
        	color: #000;
        	font-size: 20px;
        	line-height: 30px;
        }
        .captionTextWhite
        {
        	display: block;
        	color: #fff;
        	font-size: 20px;
        	line-height: 30px;
        }
        a.captionOrange, a.captionOrange:active, a.captionOrange:visited,a.captionTextWhite, a.captionTextWhite:active, a.captionTextWhite:visited
        {
        	color: #fff;
        	text-decoration: none;
        }
        a.captionOrange:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
        a.captionTextBlack, a.captionTextBlack:active, a.captionTextBlack:visited
        {
        	color: #000;
        	text-decoration: none;
        }
        a.captionTextWhite:hover
        {
            color: #eb5100;
            text-decoration: underline;
        }
        a.captionTextBlack:hover
        {
            color: #eb5100;
            text-decoration: underline;
        }
        .bricon
        {
            background: url(../img/browser-icons.html);
        }


        /*
        .jssorb01 div           (normal)
        .jssorb01 div:hover     (normal mouseover)
        .jssorb01 .av           (active)
        .jssorb01 .av:hover     (active mouseover)
        .jssorb01 .dn           (mousedown)
        */
        .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av
        {
            filter: alpha(opacity=70);
            opacity: .7;
            overflow:hidden;
            cursor: pointer;
            border: #000 1px solid;
        }
        .jssorb01 div { background-color: gray; }
        .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
        .jssorb01 .av { background-color: #fff; }
        .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }


        /* jssor slider arrow navigator skin 05 css */
        /*
        .jssora05l              (normal)
        .jssora05r              (normal)
        .jssora05l:hover        (normal mouseover)
        .jssora05r:hover        (normal mouseover)
        .jssora05ldn            (mousedown)
        .jssora05rdn            (mousedown)
        */
        .jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn
        {
            position: absolute;
            cursor: pointer;
            display: block;
            background: url(../img/a17.html) no-repeat;
            overflow:hidden;
        }
        .jssora05l { background-position: -10px -40px; }
        .jssora05r { background-position: -70px -40px; }
        .jssora05l:hover { background-position: -130px -40px; }
        .jssora05r:hover { background-position: -190px -40px; }
        .jssora05ldn { background-position: -250px -40px; }
        .jssora05rdn { background-position: -310px -40px; }

<!-- Arrow Navigator Skin Begin -->

                            /* jssor slider arrow navigator skin 02 css */
                            /*
                            .jssora02l              (normal)
                            .jssora02r              (normal)
                            .jssora02l:hover        (normal mouseover)
                            .jssora02r:hover        (normal mouseover)
                            .jssora02ldn            (mousedown)
                            .jssora02rdn            (mousedown)
                            */
                            .jssora02l, .jssora02r, .jssora02ldn, .jssora02rdn
                            {
            	                position: absolute;
            	                cursor: pointer;
            	                display: block;
                                background: url(../img/a02.html) no-repeat;
                                overflow:hidden;
                            }
                            .jssora02l { background-position: -3px -33px; }
                            .jssora02r { background-position: -63px -33px; }
                            .jssora02l:hover { background-position: -123px -33px; }
                            .jssora02r:hover { background-position: -183px -33px; }
                            .jssora02ldn { background-position: -243px -33px; }
                            .jssora02rdn { background-position: -303px -33px; }


<!-- Bullet Navigator Skin Begin -->

                /* jssor slider bullet navigator skin 03 css */
                /*
                .jssorb03 div           (normal)
                .jssorb03 div:hover     (normal mouseover)
                .jssorb03 .av           (active)
                .jssorb03 .av:hover     (active mouseover)
                .jssorb03 .dn           (mousedown)
                */
                .jssorb03 div, .jssorb03 div:hover, .jssorb03 .av
                {
                    background: url(../img/b03.html) no-repeat;
                    overflow:hidden;
                    cursor: pointer;
                }
                .jssorb03 div { background-position: -5px -4px; }
                .jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
                .jssorb03 .av { background-position: -65px -4px; }
                .jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }

<!-- Arrow Navigator Skin Begin -->

                /* jssor slider arrow navigator skin 20 css */
                /*
                .jssora20l              (normal)
                .jssora20r              (normal)
                .jssora20l:hover        (normal mouseover)
                .jssora20r:hover        (normal mouseover)
                .jssora20ldn            (mousedown)
                .jssora20rdn            (mousedown)
                */
                .jssora20l, .jssora20r, .jssora20ldn, .jssora20rdn
                {
            	    position: absolute;
            	    cursor: pointer;
            	    display: block;
                    background: url(../img/a20.html) no-repeat;
                    overflow:hidden;
                }
                .jssora20l { background-position: -3px -33px; }
                .jssora20r { background-position: -63px -33px; }
                .jssora20l:hover { background-position: -123px -33px; }
                .jssora20r:hover { background-position: -183px -33px; }
                .jssora20ldn { background-position: -243px -33px; }
                .jssora20rdn { background-position: -303px -33px; }

<!-- Arrow Navigator Skin Begin -->

                /* jssor slider arrow navigator skin 20 css */
                /*
                .jssora20l              (normal)
                .jssora20r              (normal)
                .jssora20l:hover        (normal mouseover)
                .jssora20r:hover        (normal mouseover)
                .jssora20ldn            (mousedown)
                .jssora20rdn            (mousedown)
                */
                .jssora20l, .jssora20r, .jssora20ldn, .jssora20rdn
                {
            	    position: absolute;
            	    cursor: pointer;
            	    display: block;
                    background: url(../img/a20.html) no-repeat;
                    overflow:hidden;
                }
                .jssora20l { background-position: -3px -33px; }
                .jssora20r { background-position: -63px -33px; }
                .jssora20l:hover { background-position: -123px -33px; }
                .jssora20r:hover { background-position: -183px -33px; }
                .jssora20ldn { background-position: -243px -33px; }

/*banner-end*/


/*mid-start*/

.mid-wrapper{
	width: 90%;
	margin: auto;

}

.mid-wrapper p{
	line-height: 25px;

}


.box1{
	background: #fffdfd;
	padding: 20px 0;
}


.cuadro_intro_hover img{
	width: 100%;
}


.cuadro_intro_hover p{
	text-align:center; 
	margin-top:0px;
}


.cuadro_intro_hover h3{
	border-top:2px solid #FFA500; 
	border-bottom:2px solid #FFA500; 
	padding:13px;
	color: #fffcf6;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
}
.cuadro_intro_hover{
    	padding: 0px;
		position: relative;
		overflow: hidden;
		height: 200px;
		background-color:#cccccc;
		margin: 15px 0;
		box-shadow: 2px 4px 4px #424242;
		border-radius: 5px;
	}
	.cuadro_intro_hover:hover .caption{
		opacity: 1;
		transform: translateY(-150px);
		-webkit-transform:translateY(-150px);
		-moz-transform:translateY(-150px);
		-ms-transform:translateY(-150px);
		-o-transform:translateY(-150px);
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		top:150px;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		width: 100%;
	}
	.cuadro_intro_hover .blur{
		background-color: rgba(0,0,0,0.6);
		height: 230px;
		z-index: 5;
		position: absolute;
		width: 100%;
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		height: 230px;
		text-align: center;
		top:-20px;
		width: 100%;
	}
	
	
.cuadro_intro_hover	.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #ffa500;
    border-color: #ffd68b;
}

/*mid-end*/


/*testimonials-start*/

.testimonials-wrapper{
	background: #FFA500;
}

.testimonials{
	width: 90%;
	margin: auto;
}

.testimonials h2{
	color: #fff;
	margin-bottom: 0;
	font-weight: 400;
}


.testimonials-wrapper #quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
.testimonials-wrapper #quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
.testimonials-wrapper #quote-carousel .carousel-control.left {
    left: -60px;
}
.testimonials-wrapper #quote-carousel .carousel-control.right {
    right: -60px;
}
.testimonials-wrapper #quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
.testimonials-wrapper #quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}


.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background: orange;
    border: 1px solid #FFF;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0px;
    background: #131313;
}



.testimonials-wrapper #quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.testimonials-wrapper .carousel-inner {
    height: auto ;
}

.testimonials-wrapper .carousel-inner p{
    color: #e8e8e8;;

}
.testimonials-wrapper .item blockquote {
    border-left: none;
    margin: 0;
}
.testimonials-wrapper .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}


/*testimonials-end*/

/*Products pages*/
.boxpd {
    background: #ffa500;
    color: #f7f7f7;
    font-weight: 300;
    font-size: 15px;
    /* opacity: 0.8; */
}
.titledivpd {
    text-align: center;
    color: #000;
    font-weight: 600;
    padding-bottom: 16px;
    font-size: 25px;
}
.title-case-stypd:after {
    content: '';
    width: 60px;
    height: 4px;
    background-color: #f27a13;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: -20px auto;
}
.MBottompd {
    margin-top: 0px;
}

.btnokpd{
    display: inline-block;
    padding: 12px 60px;
    color: #000;
    font-weight: 700;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #f27914;
    font-size: 22px;
    font-family: 'robotobold';
    margin: 5px;
    border-radius: 11px;
    margin-top: 15px;
}
.btnokpd:hover {
    background-color: #000 !important;
    color: #fff !important;
}
.btnokpd1{
    display: inline-block;
    padding: 2px 24px;
    /*color: #000;*/
    font-weight: 700;
    vertical-align: top;
    background-color: #ffa500;
    border: 1px solid #fff;
    font-size: 22px;
    font-family: 'robotobold';
    margin: 5px;
    border-radius: 11px;
    margin-top: 15px;
}
.btnokpd1:hover {
    background-color: #000 !important;
    color: #fff !important;
}
/*Products pages end here*/

/*footer-start*/

.footer-wrapper{
	background: #1d1b1b;
	padding: 15px 0;
}

.footer{
	width: 90%;
	margin: auto;
}

.footer-box{
	padding: 10px;
	color: #817e76;
	height: 126px;
}

.footer-box2{
   /* width: 300px;*/
    display: table;
    box-sizing: content-box;
   /* border-top-right-radius: 23%;
    border-bottom-left-radius: 42%;*/
    border: 0px ;
}

.footer-box h4{
	text-align: center;
    color: #d0cac0;
    font-weight: 600;
    font-size: 22px;
	/*border-bottom: 1px dashed #FFA500;*/
}

.footer-box ul{
	margin: 0;
	padding: 0;
	list-style: circle;
	font-weight: 300;
     
}

.footer-box ul li{
	margin: 7px 0;
    
}

.footer-text-center{
    font-size:14px;
    text-decoration: none;
    color:red;
    box-shadow: 2px;
display: -webkit-inline-box;
    margin: 2 10px;
    margin-right: 10 10px;
    padding: 10px;

    }

.footer-menu ul li{
	width: 110px;
	background: #1e1e1e;
	padding: 2px 0;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	margin-bottom: 7px;
    
}
.footrecolor a:hover{
    color: #f27a13;
}

.footer-box ul a{
	color: #817e76;
}

.footer-box ul a:hover{
	color: #bbb8b2;
}

.contact_section_new{
    margin-left: 9.333333%;
}

.email-phone-color{
	color: #FFA500;
	font-weight: 300;
}

/*footer-end*/

.seo_section_new{
    margin-top: 10px;
}

/*copy-rights-start*/

.copy-wrapper{
	background: #131111;
	padding: 10px;
}

/*copy-rights-end*/

.app_img_section{
        margin-left: 29px;
    margin-bottom: 15px;
    margin-top: 9px;
}

/*enquiry-form-start*/



#sliderWrapper{
				width: 300px;
				position: absolute;
				top : 32%;
				z-index: 99;
			}

			#slider{
				width: 73%;
				min-height: 150px;
				/*background: rgba(255,165,0,0.9);*/
				background: rgba(0,0,0,0.8);
				float: right;
				border-radius: 5px 0 0 5px;
				border: 1px solid #ffa500;
				position: relative;
				padding: 0 25px;
			}

			#slideBtn{
				width: 27%;
				background: #FFA500;
				padding:5px;
				cursor: pointer;
				float: left;
				position: relative;
				top: 50px;
				color: white;
				border-radius: 5px 0 0 5px;
				border-left: 2px solid #fff;
				border-top: 2px solid #fff;
				border-bottom: 2px solid #fff;
				z-index: -999;
			}


#slider .panel-body {
    padding: 0px;
}


#slider .panel-default>.panel-heading {
color: #fff;
background-color: rgba(255,165,0,0.6);
border-color: #ededed;
border-radius: 10px 0px 0 0;

}

#slider .fa{
	color: #ffa500;
}

#slider .panel-group .panel {
margin-bottom: 0;
border-radius: 10px 0px 0 0;
border-color: #ededed;
border-bottom: none;
background-color: rgba(255,165,0,0.6);
}

#slider .btn-primary {
    color: #FFF;
    background-color: #FFA500;
    border-color: #fff;
}

#slider .btn-primary {
    color: #FFF;
    background-color: #FFA500;
    border-color: #fff;
}


#slider .btn-primary:hover {
    background-color: #131313;
	transition: 0.3s;
}

#slider .btn-lg, .btn-group-lg > .btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 6px;
}
/*enquiry-form-end*/

/*home-end*/


.page-heading h2{
	/*color: #FFA500;
	font-weight: 400;
	font-size: 24px;*/
}




/*portfolio-start*/


.portfolio{
	
	padding: 20px;
	padding-bottom: 30px;
	margin: auto;
	/*background: #878787;*/

}


.portfolio .thumb {
		display:block;
		width: 100%;
		height: 220px;
		position:relative;
		margin: 10px 0;
/*		padding: 10px;
		background: #606060;*/
	}
	
.portfolio	.thumb-wrapper {
			display:block;
			width:100%;
			height:100%;
		}
	
.portfolio	.thumb img {
			width:100%;
			height:100%;
			position:absolute;
			display:block;
			/*box-shadow: 2px 2px 2px #474747;		*/	
					
		}
		
.portfolio	.thumb .thumb-detail {
			display:block;
			width:100%;
			height:100%;
			position:absolute;			
			background: rgba(255,165,0,0.7);
			font-size:16px;
			/*box-shadow: 2px 2px 2px #474747;	*/			
		}
		
.portfolio	.thumb .thumb-detail a {
			display:block;
			width:100%;
			height:100%;	
			color:#fff;
			text-decoration:none;	
			letter-spacing: 1px;
			padding:80px 10px;	
			font-size:18px;
			text-align: center;
		}		

	
	/*
	* Without CSS3
	*/
.portfolio .thumb .scroll {
		overflow: hidden;
	}	
	
.portfolio	.thumb .scroll .thumb-detail {
			bottom:-280px;
		}
	
	
	/*
	* CSS3 Flip
	*/	
.portfolio .thumb .flip {
		-webkit-perspective:800px;		
		   -moz-perspective:800px;
		    -ms-perspective:800px;		   		
		     -o-perspective:800px;
  		        perspective:800px;
	}
	
.portfolio	.thumb.flip .thumb-wrapper {
			-webkit-transition: -webkit-transform 1s;
			   -moz-transition: -moz-transform 1s;
			    -ms-transition: -moz-transform 1s;
			     -o-transition: -moz-transform 1s;
			        transition: -moz-transform 1s;
			-webkit-transform-style: preserve-3d;
			   -moz-transform-style: preserve-3d;			
			    -ms-transform-style: preserve-3d;			
			     -o-transform-style: preserve-3d;			
					  transform-style: preserve-3d;			
		}
		
.portfolio	.thumb.flip .thumb-detail {
			-webkit-transform: rotateY(-180deg);
			   -moz-transform: rotateY(-180deg);
			    -ms-transform: rotateY(-180deg);
			     -o-transform: rotateY(-180deg);
			        transform: rotateY(-180deg);			   			
		}
		
.portfolio	.thumb.flip img{
			-webkit-backface-visibility: hidden;
			   -moz-backface-visibility: hidden;
			    -ms-backface-visibility: hidden;
			     -o-backface-visibility: hidden;
			        backface-visibility: hidden;
		}

.portfolio	.thumb.flip .thumb-detail {
			-webkit-backface-visibility: hidden;
			   -moz-backface-visibility: hidden;
			    -ms-backface-visibility: hidden;
			     -o-backface-visibility: hidden;
			        backface-visibility: hidden;
		}
		
.portfolio	.thumb.flip .flipIt {
			-webkit-transform: rotateY(-180deg);
			   -moz-transform: rotateY(-180deg);			
			    -ms-transform: rotateY(-180deg);			
			     -o-transform: rotateY(-180deg);			
			        transform: rotateY(-180deg);			
		}
		
		

.portfolio .carousel-control.left {
    background: none;
}
	
.portfolio .carousel-control.right {
    background: none;
}

.portfolio .carousel-indicators {
    bottom: 0px;
    background: none;
    margin-bottom: -20px;
}

.portfolio .carousel-indicators li {
    margin: 1px 5px;
}


/*portfolio-end*/




/*about-start*/

.about{
	
}

.about-boxes{
    padding: 20px;
	margin: auto;
    margin-top: 5px;
	width:100%;
}

.about-boxes2{
    background: #000;
    border-radius: 5px;
    display: table;
    box-sizing: content-box;
    border-top-right-radius: 0%;
    border-top-left-radius: 0%;
      border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
    margin-top: 18px;
    border: 2px solid #715B5B;
    
}

.fcolor{
    color: #fff;
}

.about-boxes:hover{
}

.about-boxes h3{
	color: #FFA500;
	text-align: center;
	font-weight: 300;
	font-size: 30px;
}

/*.about-boxes p{
	color: #131313;
	font-weight: 300;
}*/

iframe{
	border-radius: 0px;
}

.about ul{
	margin-left: 10px;
	padding: 0;
	font-weight: 300;
}

.about ul li{
	margin: 10px 0;
}


.box2{
	/*background: #878787;*/
	color: #fff;
	font-weight: 300;
	opacity: 0.8;
}


.box3{
	background: none;
	color: #606060;
	font-weight: 300;
}

.box4{
    background: #f1efed;
    color: #f7f7f7;
    font-weight: 300;
    font-size: 15px;
    opacity: 0.8;
}
.box5{
    background: #ffa500;
    color: #f7f7f7;
    font-weight: 300;
    font-size: 15px;
    /*opacity: 0.8;*/
}
/*about-end*/



/*contact-start*/


.box3 .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: 28px;
	color:#FFA500;
    text-rendering: auto;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    color: #FFA500;
}

.contact .btn-primary {
    color: #FFF;
    background-color: #FFA500;
    border-color: #c1c1c1;
}

.contact .btn-lg, .btn-group-lg > .btn {
    font-size: 14px;
    border-radius: 6px;
        margin-top: 10px;
}

.address p{
	text-align: center !important;
	line-height: 24px;
}


.form-control:focus {
    border-color: #FFA500;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 165, 0, 0.6);
}

.contact .form-control {
    background-color: #e7e7e7;
	color: #5c5c5c;
	font-weight: 300;
}



/*contact-end*/

..feature-4 .feature-icon i{
        border: 1px solid #333;
    border-radius: 50%;
    padding: 15px;
    display: inline-table;
    font-size: 36px;
    width: 78px;
    background: #fff;
    line-height: 45px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.feature-4 .feature-icon {
    position: relative;
}
/*services-start*/

.services-nav{
	margin: auto;
	margin-top: 25px;
}

.services-nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.services-nav li{
	display: inline-block;
	margin: 0 10px;
}

.services-nav ul li a{
	color: #fff;
	font-weight: 400;
}

.services-nav ul li a:hover, .services-nav ul li .live{
	color: #FFA500;
}

/*services-end*/






/*desktop-start*/


.desktop p{
	margin-top: 20px;
	font-weight: 300;	
}

.desktop img{
	width: 50%;	
}

/*desktop-end*/


/*quality-start*/

.quality {
	
}

.quality ul{
	font-weight: 300;
	margin-top: 20px;
}

.quality ul li{
	margin: 5px 0;
}

.quality p{
	margin-top: 20px;
	font-weight: 300;	
}

.quality img{
	width: 100%;
		
}
	


/*quality-end*/

/*sms-service-start*/

.features ul{
	list-style: disc;
}

.features li{
}

/*sms-service-end*/

/*form code start from here*/


.red{
    color:red;
    }
.form-area
{
    background-color: #e4dbdb;
    padding: 0px 53px 20px;
    margin: -16px 33px 60px;
    border: 8px solid #797676;
}

.help-block{
        display: block;
    margin-top: 5px;
    margin-bottom: 10px;
        color: #000;
}

.form_btn{
        color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-top: -30px;
}

/*form code end here*/

/*portfilio gallery code start from here*/

/*portfilio code end here*/
/*media screen start*/

@media(min-width:768px)
{
.testimonials-wrapper .carousel-inner {
    min-height: 280px;
}

.navbar-default .navbar-nav>li>a {
font-size: 14px;
}

.page-heading h2{
	color: #FFA500;
	text-align: center;
	font-weight: 300;
	font-size: 30px;
}

.about-boxes{
	width:90%;
}


#sliderWrapper{
				position: fixed;
			}
			
#slider{
				padding: 0;
			}

.quality img{
	width: 50%;	
}

}


@media (max-width: 768px){

.testimonials-wrapper #quote-carousel .carousel-indicators {

	display: none;
}
	
}

@media (max-width: 767px){

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color: #FFA500;
}


.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
color: #ffa500;
/*background-color: transparent;*/
}

}



@media(max-width:360px)
{
	
	.logo img{
			width: 70%;
	}
	
}

/*media screen end*/
.stages{
margin:5px;
padding:5px;
float:left;

}
.stages h5{
	text-align:center;
	color:black;
	font-size:16px;
	}
	
.stages li{
	margin:5px;
	padding:10px;
	list-style:none;
	float:left;
	display:block;
	min-width:200px;
	border-right:1px solid #FFA500;
	border-bottom:1px solid #FFA500;
	text-align:center;
	font-size:14px;	
}
.stages li:hover{background:#FFA500;}

.stages li a{color:#000;}
.info{background:#F9F9F9;
margin:5px 0;
padding:0px;
min-height:230px;
}

.info ul{
padding: 0;
width: 90%;
margin : auto;
}
.info li{border-bottom:1px dashed #c6c6c6; 
		padding: 15px 0;  
		font-size:16px;
		list-style:none;
		margin: 0}
.info img{
text-align: center;
margin-bottom:10px;
width: 30%;}
.info h4{ font-size:20px;
padding:10px;
color:#414141;}
.training{
background:#EEEEEE;
margin:10px 0;
padding:5px;
text-align:center;
color:#013A7B;
}

.training h4 {
	color:#013A7B}

/*suresh Css*/
.box2{
    /*background: #878787;*/
    padding: 20px 0;
}
.titlediv{
    text-align: center;
    color: #000;
    font-weight: 600;
    padding-bottom: 16px;
    font-size: 25px;
    /*border-bottom: 1px dashed #FFA500;*/
}
/*.titlediv11{
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-bottom: 16px;
}*/
.title-case-sty:after {
    content: '';
    width: 60px;
    height: 4px;
    background-color: #f27a13;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.titlediv2 a h4{
    color: #1d1b1b;
    font-weight: 600;
}
.title-case-sty2:after {
content: '';
    width: 58px;
    height: 4px;
    background-color: #f27a13;
    position: absolute;
    left: -140px;
    right: 0px;
    margin: -12px auto;
}
/*para*/
.titlediv3{
    text-align:left; 
    color: #000;
    font-weight: 600;
    padding-bottom: 16px;
    font-size: 25px;
}
.title-case-sty3:after {
    content: '';
    width: 73px;
    height: 4px;
    background-color: #f27a13;
    position: absolute;
    left: 0;
    right: 765px;
    top: 59px;
    margin: 0 auto;
}
.title-case-styaboutus:after {
    content: '';
    width: 73px;
    height: 4px;
    background-color: #f27a13;
    position: absolute;
    left: 0;
    right: 765px;
    top: 71px;
    margin: 0 auto;
}
.title-case-styhome:after {
    content: '';
    width: 73px;
    height: 4px;
    background-color: #f27a13;
    position: absolute;
    left: 0;
    right: 765px;
    top: 71px;
    margin: 0 auto;
}
/*para*/
.btnok {
    display: inline-block;
    padding: 12px 60px;
    color: #ffffff;
    font-weight: 700;
    vertical-align: top;
    background-color: #1d1b1b;
    border: 1px solid #f27914;
    font-size: 22px;
    font-family: 'robotobold';
    margin: 5px;
    border-radius: 11px;
    margin-top: 15px;
}
.btnok:hover{
    background-color: #fff !important;
    color: #1d1b1b !important;
}

/*Slider Now End*/
.btn-warning {
    color: #fff;
    background-color: #f27913;
    border-color: #ea8e40;
}


.warning hover{
    /*color: #fff;*/
    background-color: #fff;
    /*border-color: #ea8e40;*/
}

.btn-warning:hover {
    color: #ffffff !important;
    background-color: #1d1b1b !important;
    border-color: #1d1b1b !important;
    font-weight: 900 !important;
}

.mgimages{margin-left: 30px;}

.mgleft {margin-left: -7px;}
.footer-menu{display: -webkit-box; margin-right: 12px;}
.footer-menu li a{color: #fff;
    text-decoration: none;
    margin: 0px 3px;}

.footer-menu li a:hover{color: #FFA500;}
.footer-para p{line-height:19px;}
.MBottom{margin-top: 0px;}


/*Suresh Css End here*/

/*Table Css*/
/*body{
      background-color:#fcfcfc !important;
    }*/
/*.table{
      margin:50px 0px;
       box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
      transition: all 0.2s ease-in-out;
      padding:20px;
    }    */

/*.table tr:hover{background-color: #000;}*/
.table-hover>tbody>tr:hover {
    background-color: #989696;

}
.thclass{background-color: #000; text-align: center;}
.thcenter{ text-align: center;}


/*End Table Css*/

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 4px;
}

.brand a:hover{background-color: #000;}
.fusion-panel{text-align: center;}
.panel-heading{ background-color: #ffa500;}
.my{background-color: #101010;}

.newcolor{
    color: #fff;
    text-align: justify;
}
.newcolor2 {
    font-size: 19px;
    color: #272727;
    text-align: justify;
}

.footrecolor a{
    color:#b5b5b5;
}
.seocolor{
    color:#ffa500;
}

.aboutfound {
    color: crimson;
}
.deskcolor{
    color: orange;
}

.deskfeature{
    color: white;
}
.gallery
{
    display: inline-block;
    margin-top: 20px;
}
/*My New Code*/

.sidebar ul li{
    color: #ffa500;
    line-height: 33px;
    text-decoration: none;
    background-color: #1d1b1b;
    margin: 15px;
    list-style-type: none;
}
.sidebar ul li a{color: #ffa500;
    margin: 5px;
    }
.career-div
{
    /*width: 26%;*/
    /*height: 215px;*/
    min-height: 215px;
    border:2px solid orange;
    display: inline-block;
    padding: 15px 12px;
    margin:39px;

}

.titlediv22{
    text-align: center;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 22px;
    /*border-bottom: 1px dashed #FFA500;*/
}
.title-case-sty22:after {
    content: '';
    width: 60px;
    height: 4px;
    background-color: #f27a13;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.bgtitle1{
background-color: #1d1b1b;
}
.bgtitle2{
 background-color: #1d1b1b;    
}



/*portfolio image effect*/

    #myImg {
  border-radius: 5px;
  cursor: pointer;
 }

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/*portfolio image effect end*/


.fran-box{
    background: #878787;
    border-radius: 25px !important;
    height: 250px;
    margin-right: 10px !important;
    width: 24% !important;
}

@media only screen and (max-width: 600px){
    .fran-box{
    background: #878787;
    border-radius: 25px !important;
    height: 250px;
    margin-right: 15px;
    width: 100% !important;
}    
} 

.gallery  
{
    display: inline-block;
    margin-top: 20px;
    margin-left: 110px;
}

@media only screen and (max-width: 900px){
    .gallery  
{
    display: inline-block;
    margin-top: 20px;
    margin-left: 0px !important;
}
}

.img-resp{
    margin: 0px !important;
    height: 125px !important;
    width: 225px;
}

