body a{
 transition:0.5s all;
 -webkit-transition:0.5s all;
 -moz-transition:0.5s all;
 -o-transition:0.5s all;
 -ms-transition:0.5s all;
    position: relative;
}
a:hover{
 text-decoration:none;
}

input[type="text"],input[type="submit"]{

	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	font-family: 'Questrial', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	padding:0px 0px;
	margin:0px 0px;
	font-family: 'Prompt', sans-serif;

}
  .affix {
      top:0;
      left: 0;
      width: 100%;
      z-index: 9999 !important;
  }
  .navbar {
      margin-bottom: 0px;
  }

  .affix ~ .container {
     position: relative;
     top: 50px;
  }
p{
	padding:0px 0px;
	margin:0px 0px;
	font-size:16px;
	line-height:1.8em;
    font-family: 'Questrial', sans-serif;
}
ul{
	padding:0px 0px;
	margin:0px 0px;
}
body{
	padding:0px 0px;
	margin:0px 0px;
	font-family: 'Questrial', sans-serif;
    background: url(../images/pattern1.jpg) no-repeat 0px 0px;
    background-size: cover;
}
a{
	text-decoration:none;
    	font-family: 'Prompt', sans-serif;

}
a:hover, a:focus {
   text-decoration:none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
/*.loader {
	background: none repeat scroll 0 0 #ffffff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999; 
}

.loader .loader_inner {
    background-image: url(../images/preloader.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 100%;
    width: 100%;
    margin-top: -30px;
    margin-left: -30px;
    left: 0%;
    top: 0%;
    position: absolute;
}*/

/*-- header --*/
.heder-top {
    padding: 1em 0em 2em;
    background: #364d59;
}
.navbar-brand {
    float: left;
    height: 60px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
}
.top-nav {
	width:100%;
	background: transparent;
    position: relative;
}

.ban-grid {
    padding: 0;
}
ul.nav.navbar-nav{
    float: none;
}

div#bs-example-navbar-collapse-1 {
      padding: 0;
    background: none;
    width: 100%;
    text-align: center;
	
}
.navbar.navbar-default {
    background:#222 ;
    border: none;
    margin: 0;
    border-radius: 0px;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
}
.navbar-brand > img {
    display: block;
    height: 70px;
}
.navbar-default .navbar-nav > li > a i {
    font-size: 2em;
    vertical-align: middle;
	 padding: 0 0.5em;
}
.navbar-default .navbar-nav > li > a {
    padding: .5em 2em;
    display: block;
    font-size: 1.2em;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 36px;
    font-family: 'Prompt', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	background: #d9ac00!important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #d9ac00;
}
.nav-right {
    background: #d9ac00;
    padding: 1em;
    text-align: center;
}
.nav-right a {
    font-size: 1.1em;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
   background: #d9ac00;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #d9ac00;
}
.dropdown-menu{
	background: #222222;
	border-bottom: 1px solid #eee;
}
.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    color:#fff;
	font-size: 1.1em;
	text-align: left;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #d9ac00;
    outline: 0;
}
.text-heading-line {
    position: relative;
    content: "";
    height: 1px;
    background: #d9ac00;
    width: 14%;
    margin: 0 auto;
    top: 11px;
}
.text-heading-line:before {
    content: "";
    height: 3px;
    background: #d9ac00;
    position: absolute;
    width: 25%;
    top: -1px;
    left: 61px;
}
.social-icons {
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: 0px;
    top: 415px;
    width: 41px;
    z-index: 1000;
}
.social-icons  li {
    list-style-type: none;
    background-color: #d9ac00;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
   
}
.social-icons  li span {
	position: relative;
    top: 10px;
   color:#fff;
   left: 23px;
}
.social-icons ul li {
    margin: 6px 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #fff;
	
}
.social-icons ul {
    margin-top: 10px;
}
.social-icons ul li i {
    padding-top: 12px;
    color: #fff;
    font-size: 13px;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.social-icons ul li:hover i{
    color: #fff;
	transition: 0.9s;
    transform: rotateY(360deg);
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.social-icons ul li:hover {
    border-color: #fff;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.header-right {
    float: right;
    margin: 2em 0 0;
}
.navi-caption ul li {
    float: left;
    list-style: none;
    padding: 0px 15px;
    border-right: 1px solid #f3f3f3;
}
.navi-circal {
    float: left;
}
.navi-code {
    float: left;
    text-align: left;
}
.navi-circal a i {
    float: left;
    text-align: center;
    width: 45px;
    font-size: 2em;
    color: #d9ac00;
    margin-right: 10px;
}
.navi-code h5 {
    margin: 0px;
    font-size: 13px;
    color: #fff;
    margin-bottom: 7px;
    font-weight: 500;
    line-height: 16px;
}
.navi-code span {
    color: #fff;
}	
.navi-caption ul li:nth-child(3) {
    border: none;
}
/*--------------------------------------------------	CAROUSEL SLIDER---------------------------------------------------*/
#c-slide {
	padding:0px;
	margin-top:-2px;
}
.carouselvshadow {
	margin-top:-30px;
}
.car-highlight1 {
	font-size:20px;
	line-height:20px;
	font-weight:800;
	color:rgb(255,255,255);
	text-decoration:none;
	background-color:#f54828;
	padding:10px;
	border-width:0px;
	border-color:rgb(255,214,88);
	border-style:none;
	display:inline-block;
}
.car-highlight2 {
	font-size:20px;
	line-height:20px;
/*
	font-weight:800;
*/
	color:rgb(255,255,255);
	text-decoration:none;
	background-color:#7f8c8d;
	padding:10px;
	border-width:0px;
	border-color:rgb(255,214,88);
	border-style:none;
	display:inline-block;
	margin-top:10px;
}
.car-highlight3 {
	font-size:20px;
	line-height:20px;
/*
	font-weight:800;
*/
	color:rgb(255,255,255);
	text-decoration:none;
	background-color:#f39c12;
	padding:10px;
	border-width:0px;
	border-color:rgb(255,214,88);
	border-style:none;
	display:inline-block;
	margin-top:10px;
}
.car-highlight4 {
	font-size:20px;
	line-height:20px;
/*
	font-weight:800;
*/
	color:rgb(255,255,255);
	text-decoration:none;
	background-color:#34495e;
	padding:10px;
	border-width:0px;
	border-color:rgb(255,214,88);
	border-style:none;
	display:inline-block;
	margin-top:10px;
}
.car-highlight5 {
	font-size:20px;
	line-height:28px;
/*
	font-weight:800;
*/
	color:#fff;
	text-decoration:none;
	padding:10px;
	border-width:0px;
	border-color:rgb(255,214,88);
	margin-left:-6px;
	border-style:none;
	display:inline-block;
	margin-top:10px;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
}
.car-largetext {
/*
	font-weight:800;
*/
	color:#fff;
	text-decoration:none;
	background-color:transparent;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	margin:0px;
	padding:1px 4px 0px;
	border-width:0px;
	border-color:rgb(255,214,88);
	border-style:none;
	font-size:50px;
}
.car-widecircle {
	background:#222;
	width:130px;
	height:130px;
	color:#fff;
	border-radius:50%;
	display:inline-block;
	position:relative;
	margin-right:20px;
}
.car-widecircle span {
	position:absolute;
	text-align:center;
	vertical-align:middle;
	line-height:130px;
	width:130px;
	margin:0px auto;
	right:0;
	font-weight:100;
	font-size:19px;
}
.car-middlecircle {
	background:#fff;
	width:120px;
	height:120px;
	color:#555;
	border-radius:50%;
	display:inline-block;
	position:relative;
	margin-right:20px;
}
.car-middlecircle span {
	position:absolute;
	text-align:center;
	vertical-align:middle;
	line-height:120px;
	width:120px;
	margin:0px auto;
	right:0;
	font-weight:100;
	font-size:19px;
}
.car-smallcircle {
	background:#d9ac00;
	width:100px;
	height:100px;
	color:#fff;
	border-radius:50%;
	display:inline-block;
	position:relative;
}
.car-smallcircle span {
	position:absolute;
	text-align:center;
	vertical-align:middle;
	line-height:100px;
	width:100px;
	margin:0px auto;
	right:0;
	font-weight:100;
	font-size:19px;
}
.carouseltext1 {
	margin-top:50px;
	margin-bottom:20px;
	font-size:50px;
	background:#333;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	text-transform:capitalize;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border-radius:0;
}
.carouseltext2 {
	font-size:19px;
	background:#143444;
	display:inline-block;
	padding:5px 20px;
	color:#fff;
	border-radius:0;
	margin-bottom:15px;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	font-weight:600;
}
.carouseltext3 {
	font-size:20px;
	display:inline-block;
	padding:0px 10px;
	color:#fff;
	border-radius:5px;
	text-transform:capitalize;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
}
.slide1-1 {
	z-index:0;
	margin-top:-230px;
	position:relative;
	margin-left:0px;
	left:0px;
	max-width:85%;
}
.slide1-2 {
	z-index:1000;
	margin-top:-250px;
	position:relative;
	right:180px;
	max-width:22%;
}
.slide1-3 {
	position:relative;
	z-index:1000;
	float:right;
	top:135px;
	left:10px;
	max-width:35%;
}
.topspace30 {
    margin-top: 3em;
}
.topspace31 {
    margin-top: 13em;
}
.carousel .carousel-control {
	width:10%;
}
.carousel .item {
	padding:30px 0px;
	height:550px;
	overflow:hidden;
	-webkit-background-size:cover !Important;
	-moz-background-size:cover !Important;
	-o-background-size:cover !Important;
	background-size:cover !Important;
}
.carousel {
	position:relative;
}
.carousel p {
	color:#fff;
	line-height:30px;
}
.carousel-inner>.item {
	display:none;
	position:relative;
	-webkit-transition:0.6s ease-in-out left;
	transition:0.6s ease-in-out left;
}
.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	display:block;
	max-width:100%;
	height:auto;
	line-height:1;
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display:block;
}
.carousel-inner>.active {
	left:0;
}
.carousel-inner>.next,.carousel-inner>.prev {
	position:absolute;
	top:0;
	width:100%;
}
.carousel-inner>.next {
	left:100%;
}
.carousel-inner>.prev {
	left:-100%;
}
.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left:0;
}
.carousel-inner>.active.left {
	left:-100%;
}
.carousel-inner>.active.right {
	left:100%;
}
.carousel-control {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:15%;
	opacity:0.5;
	filter:alpha(opacity=50);
	font-size:20px;
	color:#ffffff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,0.6);
}
.carousel-fade .carousel-inner .item {
	opacity:0;
	-webkit-transition-property:opacity;
	-moz-transition-property:opacity;
	-o-transition-property:opacity;
	transition-property:opacity;
}
.carousel-fade .carousel-inner .active {
	opacity:1;
}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {
	left:0;
	opacity:0;
	z-index:1;
}
.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
	opacity:1;
}
.carousel-fade .carousel-control {
	z-index:2;
}
.carousel-control.left {
	background-image:-webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));
	background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0%),color-stop(rgba(0,0,0,0.0001) 100%));
	background-image:-moz-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
	background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
.carousel-control.right {
	left:auto;
	right:0;
	background-image:-webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));
	background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0%),color-stop(rgba(0,0,0,0.5) 100%));
	background-image:-moz-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
	background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}
.carousel-control:hover,.carousel-control:focus {
	color:#ffffff;
	text-decoration:none;
	opacity:0.9;
	filter:alpha(opacity=90);
}
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
	position:absolute;
	top:50%;
	left:50%;
	z-index:5;
	display:inline-block;
}
.carousel-control .icon-prev,.carousel-control .icon-next {
	width:20px;
	height:20px;
	margin-top:-10px;
	margin-left:-10px;
	font-family:serif;
}
.carousel-control .icon-prev:before {
	content:'\2039';
}
.carousel-control .icon-next:before {
	content:'\203a';
}
.carousel-indicators {
	position:absolute;
	left:50%;
	z-index:999;
	width:60%;
	margin-left:-30%;
	padding-left:0;
	list-style:none;
	text-align:center;
}
.carousel-indicators li {
	display:inline-block;
	width:10px;
	height:10px;
	margin:1px;
	text-indent:-999px;
	border:1px solid #ffffff;
	border-radius:10px;
	cursor:pointer;
}
.carousel-indicators .active {
	margin:0;
	width:12px;
	height:12px;
	background-color:#ffffff;
}
.carousel-caption {
	position:absolute;
	left:15%;
	right:15%;
	bottom:20px;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#ffffff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption .btn {
	text-shadow:none;
}
.carousel-control {
	width:40px;
	color:#fff;
	text-shadow:none;
	opacity:1;
	margin-left:40px;
	margin-right:40px;
}
.carousel-control:hover,.carousel-control:focus {
	color:#ccc;
	text-decoration:none;
	opacity:0.9;
	filter:alpha(opacity=90);
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
    filter: none;
    background: rgba(54, 77, 89, 0.85);
    height: 80px;
    width: 50px;
    margin-top: 25%;
    margin-left: 0px;
    margin-right: 0;
}
.carousel:hover .carousel-control.left,.carousel:hover .carousel-control.right {
}
.carousel-control.left {
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.carousel-control.right {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.carousel-control i {
	position:absolute;
	top:30px;
	left:0;
	z-index:5;
	display:inline-block;
	width:50px;
	height:80px;
	margin-left:0px;
}
.carousel-indicators.out {
	bottom:-5px;
}
.carousel-control.left,.carousel-control.right {
	margin-top: 11%;
}
/*--------------------------------------------------	CAROUSEL FEATURED WORK---------------------------------------------------*/
#carousel-featuredwork .item {
	padding:0;
	height:410px;
}
#carousel-featuredwork .carousel-indicators {
	margin-left: -31%;
}
/* Sweep To Top */
.hvr-sweep-to-top {
  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-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #364d59;
    border-radius: 50%;
	-webkit-border-radius: 60%;
	-moz-border-radius: 60%;
	-o-border-radius: 60%;
	-ms-border-radius: 60%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -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-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before,.services-grid:hover .hvr-sweep-to-top:before{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
h1.title {
    text-align: center;
    color: #fff;
    font-size: 2.8em;
}
h2.title {
    font-size: 2.8em;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    text-align: center;
}

h2.title span:before {
    content: url(../images/title-logo.png);
    position: absolute;
    top: -10px;
    right: -23px;
}
h2.title span {
    color: #d9ac00;
    position: relative;
}
.welcome-section {
    padding: 4em 0;
}
.services-section,.investigation {
    padding:2em 0 4em  0;
}
.wel-grid p {
    color: #eee;
    text-align: justify;
}
.wel-grid p:nth-child(2){
    margin-top: .5em;
}
.row-grids{
    margin-top: 3em;
}
a.button1 {
    font-size: 1.1em;
    padding: .5em 2em;
    color: #fff;
    background: #364d59;
    text-decoration: none;
    margin-top: 2em;
    display: block;
    text-align: center;
    width: 27%;
    background-image: repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(255,255,255,0.1) 35px,rgba(255,255,255,0.1) 70px);
}
.ser-left{
    float: left;
    width: 50%;
	overflow: hidden;
}
.ser-right {
    float: left;
    width: 50%;
    padding: 0em 1em 0em;
}
.ser-right h4 {
    font-size: 1.5em;
    color: #d9ac00;
}
.ser-right p {
    line-height: 1.8em;
    padding-top: 0.5em;
    color: #c8c7c7;
}
img.zoom-img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 750ms;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 750ms;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    overflow: hidden;
}
img.zoom-img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.investigation h4 {
    font-size: 1.7em;
    color: #fff;
    background: #d9ac00;
    padding: .5em;
    text-align: center;
}
ul.grid-par li i {
    font-size: 1.2em;
    margin-right: 0.5em;
    color: #d9ac00;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
ul.grid-par li {
    list-style: none;
    font-size: 1.1em;
    color: #777;
    line-height: 2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
ul.grid-par li a {
    moz-box-shadow: 0 5px 1px -4px #292929;
    -webkit-box-shadow: 0 5px 1px -4px #292929;
    box-shadow: 0 5px 1px -4px #292929;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#424242),color-stop(1,#333333));
    background: -moz-linear-gradient(top,#424242 5%,#333333 100%);
    background: -webkit-linear-gradient(top,#424242 5%,#333333 100%);
    background: -o-linear-gradient(top,#424242 5%,#333333 100%);
    background: -ms-linear-gradient(top,#424242 5%,#333333 100%);
    background: linear-gradient(to bottom,#424242 5%,#333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242',endColorstr='#333333',GradientType=0);
    background-color: #424242;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #171717;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 #292929;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}
.banner-form input[type="text"], .banner-form input[type="tel"], .banner-form textarea,.banner-form .form-control {
    border: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    margin-bottom: 15px;
    outline: none;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
}

.banner-form input[type="text"]:focus, .banner-form input[type="tel"]:focus, .banner-form textarea {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.banner-form span {
    color: #23B684;
}
.banner-form h3 {
    font-size: 1.9em;
    color: #fff;
    margin-bottom: 1em;
}
.banner-form input[type="submit"] {
    width: 100%;
    margin-top: 0px;
    padding: 12px 0px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    background: #d9ac00;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.banner-form input[type="submit"]:hover {
    background: #000;
}
.banner-form {
    background: rgba(190, 172, 172, 0.13);
    padding: 3em 1em;
    margin-top: 3em;
}
.form-control {
    height: 35px;
    border-radius: 0px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
::-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
::-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    padding: 14px 30px 14px 70px;
    font-size: 20px;
    color: #fff;
    background: #222;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
        text-transform: capitalize;
    text-decoration: none;
}
#accordion .panel-title a.collapsed {
    background: #d9ac00;
    color: #fff;
}
#accordion .panel-title a.collapsed:hover{
    color: #fff;
}
#accordion .panel-title a:before{
    content: "";
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:hover:before{
    background: #c57b0e;
}
#accordion .panel-title a:after{
    content: "\f047";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
#accordion .panel-title a.collapsed:after{
    color: #fff;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
    font-size: 14px;
    color: #5a3245;
    line-height: 25px;
    padding: 20px 15px 20px 40px;
    position: relative;
    border: none;
    transition: all 0.5s ease 0s;
}
#accordion .panel-body:before{
    content: "";
    width: 5px;
    height: 40px;
    background: #d9ac00;
    position: absolute;
    top: 30px;
    left: 0;
}
.panel-body p {
    color: #000 !important;
}
#accordion .panel-body p{
    margin-bottom: 0;
}
/*footer*/
.footer-section {
    padding: 4em 0 0;
    width: 100%;
    background-color: #1e2e62;
    background-size: cover;
    position: relative;
        background: url(../images/pattern.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.footer-section:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.68);
    z-index: 0;
}
.footer-grid h4 {
    font-size: 1.4em;
    color: #fff;
    margin: 14px 0;
}
.footer-grid ul li {
    list-style: none;
    color: #fff;
    line-height: 2em;
    font-size: 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.footer-grid ul li i {
    color: #fff;
    line-height: 2em;
    font-size: 1em;
	    margin-right: 1em;
		transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;

}
.add i {
    padding-right: 10px;
}
.footer-grid ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-section a {
    color: #fff;
}
.footer-grid p {
    color: #fff;
}
.footer-grid span {
    display: block;
    margin-left: 2em;
    color: #fff;
}
.copy-section {
    padding: 1em 0;
     background: rgba(23, 23, 23, 0.7) none repeat scroll 0 0;
    border-top: 1px solid #484848;
    text-align: center;
        margin-top: 2em;
}
.copy-section p {
    font-size: 1.2em;
    color: #eee;
    font-weight: 400;
}
.copy-section a {
    font-size: 1em;
    color: #eee;
    font-weight: 400;
    text-transform: capitalize;
}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #a28100;
	color: #eeeeee;
	width: 50px;
	height: 50px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	    padding-top: 0px;
    border-radius: 50px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #a28100;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
/*copy*/
/*about*/
.heder-bottom {
    padding: 1em 0px;
    border-top: 5px solid #222222;
    text-align: left;
    background: #222222;
    border-bottom: 10px solid #2f2e2e;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 1px 3px #A9A9A9;
}
.header-rights ul li {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
}
.header-rights ul li a {
    color: #fff;
    text-decoration: none;
}
.header-rights ul li i {
    padding: 0 1em;
    color: #fff;
}
.about-banner {
    background: url(../images/2.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 350px;
}
.cont {
    background: url(../images/contact.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 350px;
}
.faq {
    background: url(../images/faq.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 350px;
}
.about-section {
    padding: 4em 0;
}
.about-section h4 {
    font-size: 1.8em;
    color: #d9ac00;
    margin-bottom: 0.5em;
}
.about-section p {
    color: #d2d0d0;
    margin-bottom: 0.8em;
    text-align: justify;
}
a.link {
    color: #d9ac00;
}
.nav-tabs {
  float: left;
  border-bottom: 0;
  width: 100%;
}
.nav-tabs li {
    float: none;
    margin: 1px 0 0;
}
.nav-tabs li a {
    margin-right: 0;
    border: 0;
    background-color: #a28100;
    color: #fff;
    padding: 1em 1em;
    font-size: 1.15em;
    border-radius: 0;
    text-transform: capitalize;
}
.nav-tabs li a:hover {
    background-color:#000 ;
}
.nav-tabs li a:hover {
    background: #000;
}
.nav-tabs .active .glyphicon {
  color: #333;
}
.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
    border: 0;
    background-color:#222 ;
    color: #fff;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .active {
  display: block;
}
.tab-grid-left {
    padding: 0;
	clip-path: 0;
}
.tab-grid-right {
    padding:0em 2em;
}

.tab-content-sub {
    padding: 0em;
}
.text-rights{
	text-align:left;
}
.text h5 {
    font-size: 1.4em;
    color: #fff;
    margin-bottom: 1em;
}
ol.grid-par {
    font-size: 1.1em;
    color: #e2e2e2;
    line-height: 1.8em;
}
.contact-grid input[type="text"], .contact-grid input[type="email"], .contact-grid input[type="number"], .contact-grids textarea {
    font-size: 1em;
    width: 100%;
    padding: 1em;
    outline: none;
    border: 1px solid #E4E4E4;
    background: #fff;
}
.contact-grids textarea {
    margin: 0 1em;
    min-height: 207px;
}
.contact-grid input[type="email"]:nth-child(2) {
    margin: 2em 0;
}
.contact-grid input[type="submit"] {
    outline: none;
    border: none;
    background: #222;
    padding: 1em 0;
    width: 35%;
    font-size: 1em;
    color: #fff;
    margin: 1em 0 0 18em;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-grid input[type="submit"]:hover {
	 background: #d9ac00;
}

.contact-grid1 ul li {
    font-size: 1.1em;
    line-height: 1.8em;
    color: #eee;
    list-style: none;
}
.contact-grid1 span {
    display: block;
    margin-left: 3.5em;
}
.contact-grid1 i {
        color: #eee;
    border: 3px solid #d9ac00;
    padding: .5em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-right: 1em;
    margin-top: 1em;
    vertical-align: sub;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-grid1 a {
    color: #fff;
}
.sitmap-section ul li {
    list-style: none;
}
.sitmap-section ul li i {
    font-size: 21px;
    line-height: 1.8em;
    color: #d9ac00;
    margin-right: 0.5em;
}
.sitmap-section ul li a {
    color: #fff;
    line-height: 1.8em;
    font-size: 18px;
    font-weight: 600;
}
ul.ser-grid {
    margin-left: 2em;
}
ul.grid-pars li {
    list-style-type: circle;
    font-size: 16px;
    color: #eee;
    line-height: 2em;
    text-align: justify;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
ul.grid-pars {
    margin-left: 2em;
}
/*contact*/
/*responsive*/

@media (max-width:1080px){
   .navi-caption ul li {
    padding: 0px 10px;
} 
.navbar-brand > img {
    display: block;
    height: 47px;
}
.header-right {
    margin: 1em 0 0;
}
a.button1 {
    width: 35%;
}
.ser-right h4 {
    font-size: 1.41em;
}
p {
    font-size: 14px
}
ul.grid-par li a {
    font-size: 15px;
    padding: 7px 8px;
}
.banner-form h3 {
    font-size: 1.5em;
}
.about-section h4 {
    font-size: 1.6em;
}
.contact-grid1 ul li {
    font-size: .91em;
}
.footer-grid ul li {
    font-size: 14px
}
.cont {
    min-height: 280px;
}
.navbar-brand > img {
    display: block;
    height: 65px;
}
}

@media (max-width:1024px){
.carousel .item {
    height: 500px;
}
.carouseltext1,.car-largetext {
    font-size: 35px;
}
    .carousel-control.left, .carousel-control.right {
    margin-top: 21%;
}
h2.title {
    font-size: 2.5em;
}
.navi-caption ul li:nth-child(1) {
    display: none;
}
    .navi-caption ul li {
    padding: 0px 25px;
}
}
@media (max-width:991px){
.navi-caption ul li:nth-child(1) {
    display: none;
}
.navbar-brand > img {
       display: block;
    height: 55px;
}
.navbar-default .navbar-nav > li > a {
    padding: .5em 1.2em;
}
.heder-top {
    padding: 1em 0em 1em;
    }
a.button1 {
    width: 23%;
}
.navi-caption ul li {
    padding: 0px 14px;
}
.ser-grid:nth-child(2) {
    margin-top: 2em;
}
h2.title {
    font-size: 2.2em;
}
.client-logo {
    width: 25%;
    float: left;
}
.cont-grid {
    float: left;
    width: 50%;
}
.cont {
    min-height: 215px;
}
.wel-grid:nth-child(2) {
    margin-top: 2em;
}
.banner-form {
    margin-bottom: 3em;
}
}
@media (max-width:768px){
.cont,.faq,.about-banner {
    min-height: 215px;
}
.row-grids {
    margin-top: 2em;
}
.carousel-control.left, .carousel-control.right {
    margin-top: 21%;
    display: none;
}
.carousel .item {
    height: 450px;
}
.tab-grid-left {
    width: 100%;
}
.tab-grid-right {
    width: 100%;
    margin-top: 2em;
}
}
@media (max-width:736px){
.navbar-nav > li {
    float: none;
    display: block;
}
.navbar-default .navbar-toggle {
    border-color: #302f2f;
}
.navbar-toggle {
    color: #fff;
    background-color: #d9ac00;
    background-image: none;
    border: 1px solid #302f2f;
    border-radius: 4px;
}
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #d9ac00;
}
}
@media (max-width: 667px){
.navbar-brand > img {
    display: block;
    height: 55px;
}
.navi-caption ul li:nth-child(3) {
    display: none;
}
.navi-caption ul li {
    border: none;
}
.carousel .item {
    height: 400px;
}
a.button1 {
    width: 24%;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    text-align: center;
}
h2.title {
    font-size: 2em;
}
#accordion .panel-title a {
    font-size: 18px;
}
.footer-section {
    padding: 2em 0 0;
}
.contact-grid1 ul li {
    font-size: 1em;
}
}
@media (max-width: 640px){
/*.navi-caption ul li:nth-child(3) {
    display: none;
}*/
.navbar-brand > img {
    display: block;
    height: 60px;
}
a.button1 {
    width: 27%;
}
.welcome-section,.about-section {
    padding: 2em 0;
}
.services-section, .investigation {
    padding: 2em 0 2em 0;
}
h2.title {
    font-size: 1.8em;
}
}
@media (max-width: 600px){

.navi-caption ul li {
    border: none;
}
.carousel .item {
    height: 380px;
}
.client-logo {
    width: 50%;
    float: left;
}
.c-logo {
    margin-top: 2em;
}
}
@media (max-width: 568px){
.carouseltext1, .car-largetext {
    font-size: 32px;
}
.heder-top {
    padding: 1em 0em .5em;
}
    .header-right {
    margin: .2em 0 0;
}
a.button1 {
    width: 30%;
}
#accordion .panel-title a {
    font-size: 17px;
    line-height: 1.8em;
}
.social-icons {
    left: 0px;
    top: 330px;
    
}
}
@media (max-width: 480px){
a.button1 {
    width: 34%;
}
    .navi-caption ul li:nth-child(3) {
    display: none;
}
.navbar-brand > img {
    display: block;
    height: 46px;
}
.ser-left {
    width: 100%;
}
.ser-right {
    width: 100%;
    padding: 1em 1em 0em;
}
.cont-grid {
    float: left;
    width: 100%;
    padding: 0
}
.contact-grids textarea {
    margin: 1em 0;
    min-height: 207px;
}
.tab-grid-right {
    padding: 0em 0em;
}
.wel-grid p {
    text-align: left;
}
}
@media (max-width: 475px){
a.button1 {
    width: 36%;
}
.carouseltext1, .car-largetext {
    font-size: 26px;
}
}
@media (max-width: 414px){
.navbar-brand > img {
    display: block;
    height: 43px;
}
a.button1 {
    width: 42%;
}
.carousel .item {
    height: 320px;
}
.topspace31 {
    margin-top: 6em;
}
.contact-grid input[type="submit"] {
    margin: 1em 0 2em 11em; 
}
}
@media (max-width: 384px){
.navbar-brand > img {
    display: block;
    height: 38px;
}
h2.title {
    font-size: 1.8em;
    line-height: 1.8em;
}
a.button1 {
    width: 46%;
}
.c-logo {
    margin-top: 0em;
}
.navi-caption ul li:nth-child(3) {
    display: block;
}
.navi-caption ul li:nth-child(2) {
    margin: 1em 0;
}
.navi-caption ul li:nth-child(1) {
    display: inline-block;
     margin: 1em 0 0;
}
}
@media (max-width: 375px){
.navbar-brand > img {
    display: block;
    height: 57px;
}
.row-grids {
    margin-top: 1em;
}
.navi-circal a i {
    width: 44px;
}
}
@media (max-width: 320px){
.navi-caption ul li:nth-child(1) {
    display: inline-block;
    margin: 1em 0 0;
    display: none;
}
}
/*responsive*/

h1.title8 {
    color: #fff;
    font-size: 25px;
    color: #d9ac00;
    font-weight: 500;
    margin-bottom: 17px;
}