@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);



body {
  background: #e8eaeb;
  font-family: 'Noto Sans', sans-serif;
  line-height: 22px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,4b4a4a+50,000000+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(left,  #000000 0%, #4b4a4a 50%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #000000 0%,#4b4a4a 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #000000 0%,#4b4a4a 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}


img {
	max-width:100%;
	height:0 auto;
}

hr {
	width:100%;
	float:left;
	padding-bottom:10px;
	border-color:#CCC;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color:#CCC;
}


a {
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}




.top_fixed_header {
	width:100%;
	float:left;
	position:absolute;
	z-index:99;
	position:fixed;
	top:0;
}
.top-bar {
  padding: 10px 0;
  background:#ffffff;
}
.top-bar .full_width {
	width:100%;
	float:left;
	text-align:right;
}
.top-bar .full_width .btn-default {
  color: #ffffff;
  background-color:#02a6f8;
  border-radius:0px;
  font-size:13px;
  border:2px solid #02a6f8;
  margin-top:6px;
}
.top-bar .full_width .btn-default:hover,
.top-bar .full_width .btn-default:focus,
.top-bar .full_width .btn-default.focus,
.top-bar .full_width .btn-default:active,
.top-bar .full_width .btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #02a6f8;
  background-color: transparent;
  border:2px solid #02a6f8;
}
.top-bar .full_width .contactno {
	width:100%;
	font-family: 'Lato', sans-serif;
	float:left;
	font-size:30px;
	color:#333;
	margin-top:10px;
}






.header_navi {
	width:100%;
	float:left;
	position:fixed;
	z-index:9999;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b1b1b+0,5b5b5b+23,383838+35,5b5b5b+50,1b1b1b+100 */
background: rgb(27,27,27); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(27,27,27,1) 0%, rgba(91,91,91,1) 23%, rgba(56,56,56,1) 35%, rgba(91,91,91,1) 50%, rgba(27,27,27,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(27,27,27,1) 0%,rgba(91,91,91,1) 23%,rgba(56,56,56,1) 35%,rgba(91,91,91,1) 50%,rgba(27,27,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(27,27,27,1) 0%,rgba(91,91,91,1) 23%,rgba(56,56,56,1) 35%,rgba(91,91,91,1) 50%,rgba(27,27,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


-moz-box-shadow: -1px 2px 5px #000000;
-webkit-box-shadow: -1px 2px 5px #000000;
box-shadow: -1px 2px 5px #000000;
}
.dropdown-menu {
  margin-top: 2px;
  min-width: 210px;
  padding:0px;
}
.navbar-collapse{
	padding-right:0px;
	padding-left:0px;
}

.navbar-inverse {
	background-color: transparent;
  border:none;
  border-radius:0px;
  margin-bottom:0px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  font-size:14px;
  padding:26px 20px;
  text-transform:uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  box-shadow: 1px 1px 5px #000000;
  border-bottom:3px solid #af4451;
 /* background-color: #d10000;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ea4945), color-stop(1.00, #9f0000));
background: -webkit-linear-gradient(#ea4945, #9f0000);
background: -moz-linear-gradient(#ea4945, #9f0000);
background: -o-linear-gradient(#ea4945, #9f0000);
background: -ms-linear-gradient(#ea4945, #9f0000);
background: linear-gradient(#ea4945, #9f0000);*/
background: rgba(198,56,52,1);
background: -moz-linear-gradient(top, rgba(198,56,52,1) 0%, rgba(247,65,52,1) 51%, rgba(198,57,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(198,56,52,1)), color-stop(51%, rgba(247,65,52,1)), color-stop(100%, rgba(198,57,52,1)));
background: -webkit-linear-gradient(top, rgba(198,56,52,1) 0%, rgba(247,65,52,1) 51%, rgba(198,57,52,1) 100%);
background: -o-linear-gradient(top, rgba(198,56,52,1) 0%, rgba(247,65,52,1) 51%, rgba(198,57,52,1) 100%);
background: -ms-linear-gradient(top, rgba(198,56,52,1) 0%, rgba(247,65,52,1) 51%, rgba(198,57,52,1) 100%);
background: linear-gradient(to bottom, rgba(198,56,52,1) 0%, rgba(247,65,52,1) 51%, rgba(198,57,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c63834', endColorstr='#c63934', GradientType=0 );
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  
  box-shadow: 1px 1px 5px #000000;
  border-bottom:3px solid #af4451;
 /* background-color: #d10000;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ea4945), color-stop(1.00, #9f0000));
background: -webkit-linear-gradient(#ea4945, #9f0000);
background: -moz-linear-gradient(#ea4945, #9f0000);
background: -o-linear-gradient(#ea4945, #9f0000);
background: -ms-linear-gradient(#ea4945, #9f0000);
background: linear-gradient(#ea4945, #9f0000);*/
background: rgba(198,56,52,1);
background: -moz-linear-gradient(top, rgba(198,56,52,1) 0%, rgba(247,65,52,1) 51%, rgba(198,57,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(198,56,52,1)), color-stop(51%, rgba(247,65,52,1)), color-stop(100%, rgba(198,57,52,1)));
background: -webkit-linear-gradient(top, rgba(198,56,52,1) 0%, rgba(247,65,52,1) 51%, rgba(198,57,52,1) 100%);
background: -o-linear-gradient(top, rgba(198,56,52,1) 0%, rgba(247,65,52,1) 51%, rgba(198,57,52,1) 100%);
background: -ms-linear-gradient(top, rgba(198,56,52,1) 0%, rgba(247,65,52,1) 51%, rgba(198,57,52,1) 100%);
background: linear-gradient(to bottom, rgba(198,56,52,1) 0%, rgba(247,65,52,1) 51%, rgba(198,57,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c63834', endColorstr='#c63934', GradientType=0 );
}
.navbar>.container .navbar-brand{
  margin-left: 0;
}
.navbar-brand {
    float: left;
    padding: 2px 0px;
}
.navbar-inverse .navbar-toggle{
	border:none;
}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{
	background:none;
}
.dropdown-menu>li>a {
	padding:13px 20px;
	color:#CCC;
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{
	color:#ffffff;
	text-decoration:none;
	background: rgba(198,56,52,1);
background: -moz-linear-gradient(top, rgba(198,56,52,1) 0%, rgba(247,65,52,1) 51%, rgba(198,57,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(198,56,52,1)), color-stop(51%, rgba(247,65,52,1)), color-stop(100%, rgba(198,57,52,1)));
background: -webkit-linear-gradient(top, rgba(198,56,52,1) 0%, rgba(247,65,52,1) 51%, rgba(198,57,52,1) 100%);
background: -o-linear-gradient(top, rgba(198,56,52,1) 0%, rgba(247,65,52,1) 51%, rgba(198,57,52,1) 100%);
background: -ms-linear-gradient(top, rgba(198,56,52,1) 0%, rgba(247,65,52,1) 51%, rgba(198,57,52,1) 100%);
background: linear-gradient(to bottom, rgba(198,56,52,1) 0%, rgba(247,65,52,1) 51%, rgba(198,57,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c63834', endColorstr='#c63934', GradientType=0 );
}
.dropdown-menu .divider {
    height: 1px;
    margin: 0px 0;
    overflow: hidden;
    background-color: #666;
}


.dropdown-menu {
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    font-size: 14px;
    margin: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b1b1b+0,3d3d3d+46,1b1b1b+100 */
background: rgb(27,27,27); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(27,27,27,1) 0%, rgba(61,61,61,1) 46%, rgba(27,27,27,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(27,27,27,1) 0%,rgba(61,61,61,1) 46%,rgba(27,27,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(27,27,27,1) 0%,rgba(61,61,61,1) 46%,rgba(27,27,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
	  margin-top:-1px;
}








.banner_panel_main {
	width:100%;
	float:left;
}
.banner_panel_main .carousel-inner>.item>img, .carousel-inner>.item>a>img {
	min-width:100%;
	margin-top:60px;
}



.service_panel_main {
	width:100%;
	float:left;
	padding:50px 0px 30px 0px;
}

.service_panel_main .service1 {
	width:100%;
	float:left;
	padding:40px 0px;
	margin-bottom:20px;
	border:3px solid #CCC;
	border-radius:17px;
		background: rgba(92,6,3,1);
background: -moz-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(92,6,3,1)), color-stop(54%, rgba(250,75,63,1)), color-stop(100%, rgba(92,6,3,1)));
background: -webkit-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -o-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: linear-gradient(135deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0603', endColorstr='#5c0603', GradientType=1 );
}
.service_panel_main .service1:hover {background: rgba(51,51,51,1);
background: -moz-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(53%, rgba(153,153,153,1)), color-stop(100%, rgba(51,51,51,1)));
background: -webkit-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
background: -o-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
background: linear-gradient(135deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333', GradientType=1 );
	
}
.service_panel_main .service1 i {
	width:100%;
	float:left;
	font-size:50px;
	text-align:center;
	color:#ffffff;
	transition: all .2s ease-in-out;
}
.service_panel_main .service1:hover i {
	transform: scale(1.1);
}
.service_panel_main .service1 h1 {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	line-height:25px;
	min-height:50px;
	font-size:17px;
	text-transform:uppercase;
	text-align:center;
	color:#ffffff;
}

.service_panel_main .service2 {
	width:100%;
	float:left;
	padding:40px 0px;
	margin-bottom:20px;
	border:3px solid #CCC;
	border-radius:17px;
	background: rgba(92,6,3,1);
background: -moz-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(92,6,3,1)), color-stop(54%, rgba(250,75,63,1)), color-stop(100%, rgba(92,6,3,1)));
background: -webkit-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -o-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: linear-gradient(135deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0603', endColorstr='#5c0603', GradientType=1 );
}
.service_panel_main .service2:hover {background: rgba(51,51,51,1);
background: -moz-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(53%, rgba(153,153,153,1)), color-stop(100%, rgba(51,51,51,1)));
background: -webkit-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
background: -o-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
background: linear-gradient(135deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333', GradientType=1 );
	
}
.service_panel_main .service2 i {
	width:100%;
	float:left;
	font-size:50px;
	text-align:center;
	color:#ffffff;
	transition: all .2s ease-in-out;
}
.service_panel_main .service2:hover i {
	transform: scale(1.1);
}
.service_panel_main .service2 h1 {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	line-height:25px;
	min-height:50px;
	font-size:17px;
	text-transform:uppercase;
	text-align:center;
	color:#ffffff;
}


.service_panel_main .service3 {
	width:100%;
	float:left;
	padding:40px 0px;
	margin-bottom:20px;
	border:3px solid #CCC;
	border-radius:17px;
	background: rgba(92,6,3,1);
background: -moz-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(92,6,3,1)), color-stop(54%, rgba(250,75,63,1)), color-stop(100%, rgba(92,6,3,1)));
background: -webkit-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -o-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: linear-gradient(135deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0603', endColorstr='#5c0603', GradientType=1 );

}
.service_panel_main .service3:hover {background: rgba(51,51,51,1);
background: -moz-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(53%, rgba(153,153,153,1)), color-stop(100%, rgba(51,51,51,1)));
background: -webkit-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
background: -o-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
background: linear-gradient(135deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333', GradientType=1 );
	
}
.service_panel_main .service3 i {
	width:100%;
	float:left;
	font-size:50px;
	text-align:center;
	color:#ffffff;
	transition: all .2s ease-in-out;
}
.service_panel_main .service3:hover i {
	transform: scale(1.1);
}
.service_panel_main .service3 h1 {
	width:100%;
	float:left;
	line-height:25px;
	font-family: 'Lato', sans-serif;
	font-size:17px;
	min-height:50px;
	text-transform:uppercase;
	text-align:center;
	color:#ffffff;
}


.service_panel_main .service4 {
	width:100%;
	float:left;
	padding:40px 0px;
	margin-bottom:20px;
	border:3px solid #CCC;
	border-radius:17px;
	background: rgba(92,6,3,1);
background: -moz-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(92,6,3,1)), color-stop(54%, rgba(250,75,63,1)), color-stop(100%, rgba(92,6,3,1)));
background: -webkit-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -o-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: linear-gradient(135deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0603', endColorstr='#5c0603', GradientType=1 );

}
.service_panel_main .service4:hover {background: rgba(51,51,51,1);
background: -moz-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(53%, rgba(153,153,153,1)), color-stop(100%, rgba(51,51,51,1)));
background: -webkit-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
background: -o-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
background: linear-gradient(135deg, rgba(51,51,51,1) 0%, rgba(153,153,153,1) 53%, rgba(51,51,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333', GradientType=1 );
	
}

.service_panel_main .service4 i {
	width:100%;
	float:left;
	font-size:50px;
	text-align:center;
	color:#ffffff;
	transition: all .2s ease-in-out;
}
.service_panel_main .service4:hover i {
	transform: scale(1.1);
}
.service_panel_main .service4 h1 {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	line-height:25px;
	min-height:50px;
	font-size:17px;
	text-transform:uppercase;
	text-align:center;
	color:#ffffff;
}


.about_panel_main {
	width:100%;
	float:left;
	background:url(../images/about_bg.jpg) no-repeat center;
	background-size:cover;
	padding:70px 0px;
	text-align:center;
}
.about_panel_main h1 {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:28px;
	margin-top:0px;
	margin-bottom:0px;
	text-transform:uppercase;
	color:#ffffff;
}
.about_panel_main h2 {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:12px;
	margin-top:15px;
	margin-bottom:15px;
	text-transform:uppercase;
	color:#ffffff;
}
.about_panel_main p {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	margin-top:25px;
	margin-bottom:15px;
	color:#ffffff;
}
.about_panel_main .btn-default {
  color: #d10000;
  font-size:16px;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius:0px;
  margin-top:15px;
  padding:10px 20px;
}
.about_panel_main .btn-default:hover,
.about_panel_main .btn-default:focus,
.about_panel_main .btn-default.focus,
.about_panel_main .btn-default:active,
.about_panel_main .btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}




.skill_panel_main {
	width:100%;
	float:left;
	padding:60px 0px 40px 0px;
}
.skill_panel_main h1 {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:28px;
	margin-top:0px;
	margin-bottom:0px;
	text-transform:uppercase;
	color:#ffffff;
}
.skill_panel_main h2 {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:12px;
	margin-top:15px;
	margin-bottom:15px;
	text-transform:uppercase;
	color:#8f8e8e;
}
.skill_panel_main .skill1 {
	width:100%;
	float:left;
	margin-bottom:20px;
}
.skill_panel_main .skill1 i {
	width:80px;
	height:80px;
	font-size:30px;
	text-align:center;
	color:#ffffff;
	line-height:70px;
	border-radius:50px;
	-webkit-transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  
  border:3px solid #CCC;
	background: rgba(92,6,3,1);
background: -moz-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(92,6,3,1)), color-stop(54%, rgba(250,75,63,1)), color-stop(100%, rgba(92,6,3,1)));
background: -webkit-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -o-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: linear-gradient(135deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0603', endColorstr='#5c0603', GradientType=1 );
}
.skill_panel_main .skill1:hover i {
	-webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.skill_panel_main .skill1 h3 {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:17px;
	margin-top:20px;
	margin-bottom:0px;
	text-transform:uppercase;
	color:#ffffff;
}
.skill_panel_main .skill1 p {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	margin-top:10px;
	margin-bottom:0px;
	color:#d7d6d6;
}


.skill_panel_main .skill2 {
	width:100%;
	float:left;
	margin-bottom:20px;
}
.skill_panel_main .skill2 i {
	width:80px;
	height:80px;
	font-size:35px;
	text-align:center;
	color:#ffffff;
	line-height:73px;
	border-radius:50px;
	-webkit-transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  
  border:3px solid #CCC;
	background: rgba(92,6,3,1);
background: -moz-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(92,6,3,1)), color-stop(54%, rgba(250,75,63,1)), color-stop(100%, rgba(92,6,3,1)));
background: -webkit-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -o-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: linear-gradient(135deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0603', endColorstr='#5c0603', GradientType=1 );

}
.skill_panel_main .skill2:hover i {
	-webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.skill_panel_main .skill2 h3 {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:17px;
	margin-top:20px;
	margin-bottom:0px;
	text-transform:uppercase;
	color:#ffffff;
}
.skill_panel_main .skill2 p {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	margin-top:10px;
	margin-bottom:0px;
	color:#d7d6d6;
}


.skill_panel_main .skill3 {
	width:100%;
	float:left;
	margin-bottom:20px;
}
.skill_panel_main .skill3 i {
	width:80px;
	height:80px;
	font-size:30px;
	text-align:center;
	color:#ffffff;
	line-height:70px;
	border-radius:50px;
	-webkit-transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  
   border:3px solid #CCC;
	background: rgba(92,6,3,1);
background: -moz-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(92,6,3,1)), color-stop(54%, rgba(250,75,63,1)), color-stop(100%, rgba(92,6,3,1)));
background: -webkit-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -o-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: linear-gradient(135deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0603', endColorstr='#5c0603', GradientType=1 );
}
.skill_panel_main .skill3:hover i {
	-webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.skill_panel_main .skill3 h3 {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:17px;
	margin-top:20px;
	margin-bottom:0px;
	text-transform:uppercase;
	color:#ffffff;
}
.skill_panel_main .skill3 p {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	margin-top:10px;
	margin-bottom:0px;
	color:#d7d6d6;
}


.skill_panel_main .skill4 {
	width:100%;
	float:left;
	margin-bottom:20px;
}
.skill_panel_main .skill4 i {
	width:80px;
	height:80px;
	font-size:30px;
	text-align:center;
	color:#ffffff;
	line-height:70px;
	border-radius:50px;
	-webkit-transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  
   border:3px solid #CCC;
	background: rgba(92,6,3,1);
background: -moz-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(92,6,3,1)), color-stop(54%, rgba(250,75,63,1)), color-stop(100%, rgba(92,6,3,1)));
background: -webkit-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -o-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
background: linear-gradient(135deg, rgba(92,6,3,1) 0%, rgba(250,75,63,1) 54%, rgba(92,6,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0603', endColorstr='#5c0603', GradientType=1 );
}
.skill_panel_main .skill4:hover i {
	-webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.skill_panel_main .skill4 h3 {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:17px;
	margin-top:20px;
	margin-bottom:0px;
	text-transform:uppercase;
	color:#ffffff;
}
.skill_panel_main .skill4 p {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	margin-top:10px;
	margin-bottom:0px;
	color:#d7d6d6;
}


.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #400000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}













.client_line {
	width:100%;
	float:left;
	height:2px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e1e1e+0,cdcdcd+50,1e1e1e+100 */
background: #1e1e1e; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #1e1e1e 0%, #cdcdcd 50%, #1e1e1e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #1e1e1e 0%,#cdcdcd 50%,#1e1e1e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #1e1e1e 0%,#cdcdcd 50%,#1e1e1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#1e1e1e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.client_panel_main {
	width:100%;
	float:left;
	background:url(../images/client_bg.jpg) no-repeat center;
	background-size: cover;
	padding:60px 0px;
}
.client_panel_main h1 {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:28px;
	margin-top:0px;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#ffffff;
}
.client_panel_main .client_image {
	width:100px;
	height:100px;
	margin-top:0px;
	border:5px solid #fffffd;
	margin-top:30px;
}
.client_panel_main p {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	margin-top:15px;
	margin-bottom:10px;
	color:#e6e5e5;
}
.client_panel_main p span {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	color:#fdb9ae;
}


.blog_panel_main {
	width:100%;
	float:left;
	padding:60px 0px 50px 0px;
}
.blog_panel_main h1 {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:28px;
	margin-top:0px;
	margin-bottom:0px;
	text-transform:uppercase;
	color:#ffffff;
}
.blog_panel_main h2 {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:12px;
	margin-top:15px;
	margin-bottom:15px;
	text-transform:uppercase;
	color:#8f8e8e;
}
.blog_panel_main h3 {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:15px;
	margin-top:5px;
	margin-bottom:0px;
	text-transform:uppercase;
	color:#ffffff;
}
.blog_panel_main p {
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	margin-top:15px;
	line-height:20px;
	color:#bbbbbb;
}
.blog_panel_main .btn-default {
  color: #ffffff;
  font-size:14px;
  background-color: #e44137;
  border-color: #d10000;
  border-radius:0px;
  margin-top:10px;
  padding:6px 18px;
  margin-bottom:20px;
}
.blog_panel_main .btn-default:hover,
.blog_panel_main .btn-default:focus,
.blog_panel_main .btn-default.focus,
.blog_panel_main .btn-default:active,
.blog_panel_main .btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}














.footer_panel_main_old {
	width:100%;
	float:left;
	padding:50px 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363636+0,848484+51,363636+100 */
background: rgb(54,54,54); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(54,54,54,1) 0%, rgba(132,132,132,1) 51%, rgba(54,54,54,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(54,54,54,1) 0%,rgba(132,132,132,1) 51%,rgba(54,54,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(54,54,54,1) 0%,rgba(132,132,132,1) 51%,rgba(54,54,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#363636',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.footer_panel_main {
	width:100%;
	float:left;
	padding:50px 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea4945+0,9f0000+47,ea4945+100 */
background: #ea4945; /* Old browsers */
background: -moz-linear-gradient(top,  #ea4945 0%, #9f0000 47%, #ea4945 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ea4945 0%,#9f0000 47%,#ea4945 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ea4945 0%,#9f0000 47%,#ea4945 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4945', endColorstr='#ea4945',GradientType=0 ); /* IE6-9 */
}

.footer_panel_main .media {
    width: 100%;
    float: left;
}
.footer_panel_main .media-left {
    width: 30%;
    float: left;
}
.footer_panel_main .media-body {
    width: 70%;
    float: left;
}
.footer_panel_main .media-body p {
	color:#282828;
	font-size:13px;
	margin-top:0px;
	padding-left:5px;
}

.footer_panel_main h1 {
	font-size:16px;
	font-family: 'Noto Sans', sans-serif;
	color:#ffffff;
	text-transform:uppercase;
	margin-top:0px;
	padding-bottom:7px;
	border-bottom:1px solid #ccc;
}
.footer_nav {
	width:100%;
	float:left;
	margin-top:10px;
}
.footer_nav .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.footer_nav .nav > li {
  position: relative;
  display: block;
}
.footer_nav .nav > li > a {
  position: relative;
  display: block;
  font-family: 'Noto Sans', sans-serif;
  padding: 2px 0px;
  font-size:14px;
  color:#e2e2e2;
}
.footer_nav .nav > li > a:hover,
.footer_nav .nav > li > a:focus {
  text-decoration: none;
  background:none;
  color:#ffffff;
}
.footer_nav .btn-default {
  color: #ffffff;
  background-color: transparent;
  border-radius:0px;
  border:2px solid #ffffff;
  margin-top:20px;
}
.footer_nav .btn-default:hover,
.footer_nav .btn-default:focus,
.footer_nav .btn-default.focus,
.footer_nav .btn-default:active,
.footer_nav .btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #017fbe;
  background-color: #ffffff;
  border-color: #ffffff;
}
.footer_address {
	width:100%;
	float:left;
	font-size:14px;
	color:#e2e2e2;
	margin-top:1px;
}
.footer_address span {
	margin-left:15px;
}
.social_icon {
	width:50px;
	height:50px;
	float:left;
	border:1px solid #000;
	line-height:46px;
	border-radius:40px;
	font-size:25px;
	text-align:center;
	color:#e3e3e3;
	margin-right:6px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#020202+0,494949+51,000000+100 */
background: #020202; /* Old browsers */
background: -moz-linear-gradient(top,  #020202 0%, #494949 51%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #020202 0%,#494949 51%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #020202 0%,#494949 51%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020202', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
.social_icon:hover {
	width:50px;
	height:50px;
	float:left;
	border:1px solid #ffffff;
	line-height:46px;
	border-radius:40px;
	font-size:25px;
	background: none;
	color:#ffffff;
}

.footer_second {
	width:100%;
	float:left;
	background:#101010;
	padding:12px 0px;
	color:#666;
	font-size:13px;
	text-align:center;
}
.footer_second .copyright {
	font-size:13px;
	color:#999;
}


/*=========== footer end ==============*/

.inner_page_title {
	margin-top:60px;
	width:100%;
	float:left;
	background:url(../images/heading.jpg) no-repeat center;
	background-size:cover;
	padding:50px 0px;
}
.inner_page_title h1 {
	font-size:35px;
	color:#ffffff;
	margin-top:0px;
	margin-bottom:0px;
	font-family: 'Noto Sans', sans-serif;
	text-transform:uppercase;
	text-shadow:3px 4px 5px #000000;
}

.inner_page_container {
	width:100%;
	float:left;
	min-height:700px;
	padding:50px 0px;
}

.inner_page_container .panel {
    margin-bottom: 20px;
    background-color: #666;
    border: 1px solid #CCC;
    border-radius: 0px;
    box-shadow: none;
	font-family: 'Noto Sans', sans-serif;
}
.inner_page_container .panel p {
	font-family: 'Noto Sans', sans-serif;
	color:#ffffff;
}
.panel-default>.panel-heading {
    color: #ffffff;
    background-color: #5bd999;
    border-color: #5bd999;
	text-transform:uppercase;
	font-family: 'Noto Sans', sans-serif;
}
.panel-default>.panel-body {
    color: #ffffff;
}
.panel-default>.panel-heading a {
	text-decoration:none;
}

.inner_page_container img {
	margin-top:15px;
}
.inner_page_container h1 {
	font-size:20px;
	color:#ffffff;
	margin-top:15px;
	margin-bottom:0px;
	font-family: 'Noto Sans', sans-serif;
	text-transform:uppercase;
	text-shadow:3px 4px 5px #000000;
}
.inner_page_container h2 {
	font-size:15px;
	line-height:23px;
	color:#ffffff;
	margin-top:4px;
	margin-bottom:0px;
	font-family: 'Noto Sans', sans-serif;
}
.inner_page_container p {
	font-size:14px;
	color:#CCC;
	margin-top:14px;
	margin-bottom:25px;
	font-family: 'Noto Sans', sans-serif;
}
.inner_page_container p i {
	color:#fff;
	font-size:17px;
	padding-right:5px;
}
.inner_page_container .thumbnail {
  display: block;
  width:100%;
  float:left;
  min-height:325px;
  padding:20px 5px;
  margin-bottom: 10px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 2px solid #ffffff;
  border-radius: 0px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.inner_page_container .thumbnail .name {
	font-size:14px;
	color:#000000;
	text-transform:uppercase;
	margin-top:15px;
	text-align:center;
	font-weight:bold;
	font-family: 'Noto Sans', sans-serif;
}
.inner_page_container .thumbnail .designation {
	font-size:13px;
	color:#999;
	margin-top:5px;
	text-align:center;
	margin-bottom:25px;
	font-family: 'Noto Sans', sans-serif;
}
.inner_page_container h5 {
	font-size:14px;
	width:100%;
	float:left;
	color:#ffffff;
	margin-top:0px;
	margin-bottom:0px;
	border:1px solid #ccc;
	padding:13px 0px;
	text-align:center;
	font-family: 'Noto Sans', sans-serif;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363636+0,848484+51,363636+100 */
background: rgb(54,54,54); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(54,54,54,1) 0%, rgba(132,132,132,1) 51%, rgba(54,54,54,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(54,54,54,1) 0%,rgba(132,132,132,1) 51%,rgba(54,54,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(54,54,54,1) 0%,rgba(132,132,132,1) 51%,rgba(54,54,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#363636',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.inner_page_container .foot {
	font-size:14px;
	color:#ffffff;
	margin-top:0px;
	margin-bottom:20px;
	background:#5bd999;
	padding:10px;
	text-align:center;
	font-family: 'Noto Sans', sans-serif;
}
.inner_page_container .thumbnail .bodered_img {
	border:5px solid #da3e37;
	border-radius: 50%;
  
}
.inner_page_container .thumbnail:hover .bodered_img {
	-webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}



/*============ blog page start ==============*/

.blog_page {
	float:left;
}

.blog_page .btn-default {
  color: #ffffff;
  font-size:14px;
  background-color: #d10000;
  border-color: #d10000;
  border-radius:0px;
  margin-top:10px;
  padding:6px 18px;
  margin-bottom:20px;
}
.blog_page .btn-default:hover,
.blog_page .btn-default:focus,
.blog_page .btn-default.focus,
.blog_page .btn-default:active,
.blog_page .btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.sidepanel {
    width: 100%;
    float: left;
}
.sidepanel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 15px;
}
.sidepanel ul li {
    display: inline-block;
    margin: 0 5px 7px 0;
}
.sidepanel ul li a {
    display: block;
    padding: 9px 19px;
    font-size: 14px;
    color: #e9e9e9;
    text-decoration: none;
    border: 2px solid #e9e9e9;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}


.contact_page {
	float:left;
}
.contact_page .btn-default {
  color: #ffffff;
  font-size:14px;
  background-color: #d10000;
  border-color: #d10000;
  border-radius:0px;
  padding:6px 18px;
}
.contact_page .btn-default:hover,
.contact_page .btn-default:focus,
.contact_page .btn-default.focus,
.contact_page .btn-default:active,
.contact_page .btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}



.gallery_image {
	border:4px solid #ccc;
	margin-bottom:20px;
}


.join_us{
	     width:100%;
		 float:left;
		 padding:40px 0px;
}

.forms{
	   width:100%;
	float:left;
	font-family: 'Roboto', sans-serif;
	background:#666;
	padding:15px;
	color:#FFF;
}
.forms .btn-default {
  color: #ffffff;
  font-size:14px;
  background-color: #e44137;
  border-color: #d10000;
  border-radius:0px;
  margin-top:10px;
  padding:6px 18px;
  margin-bottom:20px;
}
.forms .btn-default:hover,
.forms .btn-default:focus,
.forms .btn-default.focus,
.forms .btn-default:active,
.forms .btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.forms .form-control {
	margin-bottom:15px;
	min-height:40px;
}
.forms label {
	width:100%;
}


.box_yellow {
	width:100%;
	float:left;
	 min-height:503px;
	 border:#ccc 1px solid;
	 border-radius:5px;
	 padding:5px;
	 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363636+0,848484+51,363636+100 */
background: rgb(54,54,54); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(54,54,54,1) 0%, rgba(132,132,132,1) 51%, rgba(54,54,54,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(54,54,54,1) 0%,rgba(132,132,132,1) 51%,rgba(54,54,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(54,54,54,1) 0%,rgba(132,132,132,1) 51%,rgba(54,54,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#363636',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.box_yellow .first {
	width:100%;
	float:left;
	 background-color:#2e2e2e;
	 border:1px solid #ccc;
	 border-radius:5px;
	 font-size:13px;
	 padding:10px 5px;
	 margin-bottom:10px;
	 color:#ffffff;
	 text-align:center;
}
.box_yellow .second {
	width:100%;
	float:left;
	 border-radius:5px;
	 font-size:13px;
	 padding:10px 5px;
	 border:1px solid #ccc;
	 margin-bottom:5px;
	 color:#ffffff;
	 text-align:center;
	 	 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363636+0,848484+51,363636+100 */
background: rgb(54,54,54); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(54,54,54,1) 0%, rgba(132,132,132,1) 51%, rgba(54,54,54,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(54,54,54,1) 0%,rgba(132,132,132,1) 51%,rgba(54,54,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(54,54,54,1) 0%,rgba(132,132,132,1) 51%,rgba(54,54,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#363636',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.box_yellow .arrow {
	width:100%;
	float:left;
	text-align:center;
	margin-top:-10px;
}
.service{
	     min-height:30px;
		 background:#FF6;
		 border:#FC6 1px solid;
		 border-radius:10px;
		 text-align:center;
		 padding:5px;
		 margin-bottom:5px;
		 font-size:12px;
}
.text{
	  color:#FFF;
	  width:100%;
	  float:left;
	  border:#FC0 2px dashed;
	  padding:5px;
	  margin-top:20px;
}

#tbl{
     background:#CCC;
}
.BOUTIQUE{
	      color:#FFF;
}



.fancy-collapse-panel .panel-default > .panel-heading {
padding: 0;

}
.fancy-collapse-panel .panel-heading a {
padding: 12px 35px 12px 15px;
display: inline-block;
width: 100%;
color: #ffffff;
position: relative;
text-decoration: none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363636+0,848484+51,363636+100 */
background: rgb(54,54,54); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(54,54,54,1) 0%, rgba(132,132,132,1) 51%, rgba(54,54,54,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(54,54,54,1) 0%,rgba(132,132,132,1) 51%,rgba(54,54,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(54,54,54,1) 0%,rgba(132,132,132,1) 51%,rgba(54,54,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#363636',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.fancy-collapse-panel .panel-heading a:after {
font-family: "FontAwesome";
content: "\f147";
position: absolute;
right: 20px;
font-size: 20px;
font-weight: 400;
top: 50%;
line-height: 1;
margin-top: -10px;
}

.fancy-collapse-panel .panel-heading a.collapsed:after {
content: "\f196";
}



.talent_hireing {
    color: #000000;
    background-color: #fbb011;
	border:2px solid #ffffff;
	text-align:center;
	padding:10px 0px;
	margin:5px 0px;
	text-transform:uppercase;
	font-family: 'Noto Sans', sans-serif;
}

.operation_bord {
	width:100%;
	float:left;
	border:1px dashed #ccc;
	padding:10px;
	font-size:16px;
	text-align:center;
	margin-top:20px;
	text-transform:uppercase;
	color:#ccc;
}
.modal-body {
	padding:4px;
}

.gray{color:#e2e2e2 !important;}