﻿@font-face{
    font-family:"Roboto-Light";
    src:url("fonts/Roboto-Light.ttf");
}
@font-face{
    font-family:"Roboto-Regular";
    src:url("fonts/Roboto-Regular.ttf");
}
@font-face{
    font-family:"Roboto-Thin";
    src:url("fonts/Roboto-Thin.ttf");
}
button,input{line-height:normal;}button,select{text-transform:none;}button, html input[type=button], input[type=reset], input[type=submit]{-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled]{cursor:default;}input[type=checkbox], input[type=radio]{box-sizing:border-box;padding:0;}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}
*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }
a:hover,
a:focus {
	outline: none;
}
/* ----------- Body style ------------- */

body {
	width: 100%;
	height: 100%;
	color: #494949;
    background: #003665;
    font-family:"Roboto-Light","Roboto-Regular","Roboto-Thin";
    overflow-x: hidden;

}
html {
	width: 100%;
	height: 100%;
}
/* ----------- Anchor style ------------- */
a{
	outline: 0;
	list-style:none;
	text-decoration:none;
	border:none;
	color: #494949;
}
a:hover{
	color:#cf9f56;
	outline: 0;
	list-style:none;
	text-decoration:none;

}
a img {
	border: 0px; 
	text-decoration: none;
	list-style:none;
}
/* ----------- parageraph style ------------- */
p{
	padding:0px;
	margin:0px;
}
*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }
a:hover,
a:focus {
	outline: none;
}
.logo{
	text-align: left;padding-bottom:5px; margin-top:5px;
	margin-left:15px;
}
.navbar-custom {
	margin-bottom: 0;
	border: none;
	border-radius: 0px;
	background-color: #003665;

}

.navbar-custom .navbar-brand {
	font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
	outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 15pt;
	color: #fff;
}
button.navbar-toggle i{color: #fff;font-size: 15pt;}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}

.navbar-custom a {
	color: #fff;
}
.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
	color: #b17718;  /*Sets the text hover color on navbar*/
}

.navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active >
a:hover, .navbar-custom .navbar-nav > .active > a:focus {
	color: white; /*BACKGROUND color for active*/

}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus{
	background: none;
	color: #da9729;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	text-decoration: none;

}


.navbar-custom .navbar-nav > li > a {
	color:#fff;
	font-size:11pt;
	text-align: center;
    outline: none;
    padding: 0px;
    padding-left:12px;
    padding-right:12px;
    overflow: hidden;
    height: 20px;
}
.navbar-custom .navbar-nav a:hover,
.navbar-custom .navbar-nav a:focus {
	outline: none;
	background: none;

}
.navbar-custom .navbar-nav a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.navbar-custom .navbar-nav a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.navbar-custom .navbar-nav a:hover span,
.navbar-custom .navbar-nav a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}


.navbar-custom .navbar-nav>li>a:focus::before
{
	color: #f0ad4e;
}

.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus{
	background: none;

}
.navbar-custom .navbar-nav{
	margin-top: 40px;
    border: none;
}
@media(min-width:768px) {
	.navbar-custom {
		padding: 20px 0;
		border-bottom: 0;
		letter-spacing: 1px;
		background: 0 0;
		-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
		transition: background .5s ease-in-out,padding .5s ease-in-out;
		background-color: #003665;
		padding-top:30px;
		padding-bottom:30px;
	}


	.navbar-custom.top-nav-collapse {
		padding: 10px;
		background-color: #003665;
	}
}

.intro {
	width: 100%;
	height: 100%;
	padding: 100px 0;
	text-align: center;
	color: #fff;
}

.intro .intro-body {

}

.intro .intro-body .brand-heading {

}

.intro .intro-body .intro-text {
	font-size: 18px;
}

@media(min-width:768px) {
	.intro {
		height: 100%;
		padding: 0;
	}

	.intro .intro-body .brand-heading {
		font-size: 100px;
	}

	.intro .intro-body .intro-text {
		font-size: 26px;
	}
}
.about-section {
	min-height: 100%;
	background: #fff url("images/aboutbg.jpg") center center fixed no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	width:100%;
	float:left;
}
.projects-section {
	min-height: 100%;
	padding-top: 90px;
	background: #e7e8e9;
	padding-bottom: 30px;
	width:100%;
	float:left;
}
.services-section {
	min-height: 100%;
	padding-top: 90px;
	background: #fff url("images/servicesbg.jpg") center center fixed no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	width:100%;
	float:left;
}

.clients-section {
	min-height: 100%;
	padding-top: 200px;
	background: #fff url("images/clientbg.jpg") center center fixed no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	width:100%;
	float:left;
}
.contact-section {
	min-height: 100%;
	background: #003665;
	padding-bottom: 30px;
	width:100%;
	float:left;

}
@media (min-width: 320px)  and (max-width: 480px) {
	.about-section {
		
        padding-top:0px;
	}
	.projects-section {
		
		padding-top: 70px;
	}
	.services-section {
		padding-top: 70px;
		
background-attachment:scroll
	}
	.clients-section {
		padding-top: 100px;
		
background-attachment:scroll
	}
	.contact-section {
	padding-top:70px;
}

}
@media (min-width: 481px)  and (max-width: 768px) {
    .about-section {
        padding-top:0px;
    }
    .projects-section {
        padding-top: 70px;
    }
    .services-section {
        padding-top: 70px;
    }
    .clients-section {
        padding-top: 100px;
    }
    	.contact-section {
	padding-top:70px;
}

}
@media (min-width: 769px)  and (max-width: 1024px) {
	.about-section {

	}
	.projects-section {

		padding-top: 110px;
	}
	.services-section {
		padding-top: 110px;

	}
	.clients-section {
		padding-top: 150px;

	}
	    	.contact-section {
	padding-top:100px;
}

}
.about-title{
	color:#000;
	height: 190px;
	background-color: #fff;
	font-size:9pt;
	font-family:"Roboto-Light";
	padding-top: 90px;
	padding-bottom: 20px;
	text-align: left;
}
h2{padding-bottom: 0px;margin-bottom: 0px;}
.abouticon{
	background: url("images/abouticon.png") center top no-repeat;
	height: 13px;
	float: left;
	width:100%;

}
.aboutcont-box{
	background: rgba(231,231,231,0.8);
	min-height: 500px;
	width:95%;
    float: left;
	margin-left: 2.5%;
	margin-top:70px;
    padding-bottom: 15px;
}
.about-content{
	padding:6% 3%;
	font-size: 12pt;
	line-height: 27px;
	color:#000
}
.aboutshaddow{
	background: url("images/about-shadow.png") center top no-repeat;
	height: 27px;
	float: left;
	width:100%;

}
.container-full {
  margin: 0 auto;
  width: 100%;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.navbar-collapse.in{
	overflow:hidden
}
.proj-title{
	color:#000;
	height: 68px;
	font-size:9pt;
	font-family:"Roboto-Light";
	text-align: left;
}
.proj-contbox{
	min-height: 500px;
}

.proj{
	background-color:#fff;
	margin-top:10px;
	padding-top:30px;
	padding-bottom:15px;
    width:100%;
    float: left;
}
.projbox{
	padding-bottom: 30px;
	width:23%;

	position: relative;
	float:left;
	overflow: hidden;
	cursor:pointer;
	margin: 1%;
}
.projbox .image{
	width:100%;
	min-width: 100%;
	max-width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.projbox .image img{
	position: relative;
	min-width: 100%;
	max-width: 100%;
	display: block;
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.projbox:hover img{
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);

}
.projbox .proj-name{
	height:66px;
	background-color: #21252d;
	float: left;
	width:100%;
	padding-top: 13px;
	color:#fff;
	overflow: hidden;
	padding-left:5% ;
}
.projbox .proj-name p{
	font-size: 12pt;
}
.projbox .proj-name p+p{
	font-size: 8pt;
}
.projbox:hover .proj-name{
	background-color: #a8a6a6;
	color:#000;
}
.projbox .redline{
	width:100%;
	float: left;
	height: 12px;
	background: #7b3117;
}

.projbox .hover {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.projbox .hover::before,
.projbox .hover::after {
	pointer-events: none;
}
.projbox:hover .hover::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}
.projbox .hover p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	color: #7b3117;
}
.projbox .hover p{
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.projbox:hover .hover p{
	opacity: 1;

}

.signintitle{
	width:49%;
	float:left;
	text-align:left;
	font-size:32pt;
	font-family:"Roboto-Thin";
	margin-top:22px;
}
.projbox .hover::before{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border: 2px solid #7b3117;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;

}
.page{
	width:100%;
	float: left;
	text-align: center;
	background: #fff;
}

.w {
	/* [disabled]width: 735px; */
	position:relative;
	overflow: hidden;
}
.w ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: none;
	height:500px;
}
.w ul li{
	float: left;
	position: relative;
	overflow: hidden;
	display: inline-block;

}

.clearfix {
	float: none;
	clear: both;
}
.w .prev, #carousel .next {
	background: transparent url(../images/carousel_control.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 15px;
	height: 21px;
	margin-left: 10px;
	position: absolute;
	top: 70px;
}
.w .prev {
	background-position: 0 0;
	left: -30px;
}
.w .prev:hover {
	left: -31px;
}
.w .next {
	background-position: -18px 0;
	right: -20px;
}
#carousel .next:hover {
	right: -21px;
}
.w .pager {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.w .pager a {
	background: transparent url(images/carousel_control.png) no-repeat -2px -32px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
}
.w .pager a.selected {
	background: transparent url(images/carousel_control.png) no-repeat -12px -32px;
	text-decoration: underline;
}
.signup{
	width:49%;
	float:right;
	text-align:right;
	font-size:12pt;
	margin-top:22px;
	padding-top:25px
}
.emptyrow{
	width:100%;
	float:left
}
.form-inline{
	margin-top:10px;
	padding:0;
}
.form-inline .btn-default{color:#fff;background: #746036;
border-color:#ccc;
margin-top:10px;
padding-left:10%;
padding-right:10%}
.form-inline .form-control{
	width:100%
}
.form-inline .form-group{
	width:48.5%;
	margin:0.5%;
}

.google-map{
	margin-top:0px;
	height:500px;
	float: left;
	width:100%
}
.google-map img{
	width:100%;
	height:100%;
}
.feedback{
	background:white;
	height:405px;
	margin-top:-450px;
	padding-top:10px;
}
.footer{
	min-height: 110px;
	background:#e4e4e4;
	padding-top: 30px;
	margin-top: -1px;
}
.graybox{
	background: #dcdddf;
	height: 360px;
	width: 100%;
	float:left;
	margin-top: 30px;
}
.services-title{
	color:#fff;
	height: 68px;
	font-size:9pt;
	font-family:"Roboto-Light";
	text-align: left;
}
.serv-box{
	display: block;
}

.serv-box:hover .serviceimg{opacity: 0.8}
.serv-box:hover .servicename{color:#0881c1}
.serviceimg{
	width:100%;
	text-align: center;
	float: left;
	margin-bottom:10px;
	height: 120px;
	overflow: hidden;
}
.servicename{
	width:100%;
	padding: 2px;
	float: left;
	color:#5c6064;
	font-size: 17pt;
	height: 60px;
	overflow: hidden;
	text-align: center;
}


.whitebox{
	background: #fff;
	min-height: 260px;
	width: 100%;
	float:left;
}
.clients-title{
	color:#000;
	height: 68px;
	font-size:9pt;
	font-family:"Roboto-Light";
	text-align: left;
	margin-left: -15px;
	margin-top: 50px;
}
.clients-title h2{
	padding-left: 30px;
}
.clients-title p{
	padding-left: 30px;
}
.client-shad-up{
	height: 19px;
	float: left;
	text-align: right;
	padding: 0;
	margin-top: -2px;
}
.client-bgcolor-up{
	background: #444090;
	height: 19px;
	float: left;
	padding: 0;
}
.client-shadow{
	background:url("images/client-shadow.png")center top no-repeat;
	height: 19px;
	float: left;
	padding: 0;
}
/* content slider */
.list_carousel {

}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	text-align: center;
	min-width:65px;
	min-height:150px;
	margin: 1%;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}

.prev {
	width:34px;
	height: 34px;
	float: right;
	background: #81809f url("images/left.png") center center no-repeat;
	margin-right: 5px;

}
.prev:hover{background: #525171 url("images/left.png") center center no-repeat;}
.next:hover{background: #525171 url("images/right.png") center center no-repeat;}
.next {
	width:34px;
	height: 34px;
	float: right;
	background: #81809f url("images/right.png") center center no-repeat;
}
.colored-line{
	width:3%;
	float: left;
	position: absolute;
	height: 100%;
	background: #b18032;
}
.client-txt{
	width:97%;
	float: left;
	min-height: 80px;
	padding: 3%;
	background: #525171;
	margin-left: 3%;
	color: #fff;
	font-size: 17pt;
}
.contact-title{
	color:#000;
	height:158px;
	font-size:9pt;
	font-family:"Roboto-Light";
	text-align: left;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-top:80px ;
}
.contact-shad{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100,000000+101&amp;0.65+0,0+63 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 63%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 101%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(63%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)), color-stop(101%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 63%,rgba(0,0,0,0) 100%,rgba(0,0,0,0) 101%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 63%,rgba(0,0,0,0) 100%,rgba(0,0,0,0) 101%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 63%,rgba(0,0,0,0) 100%,rgba(0,0,0,0) 101%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 63%,rgba(0,0,0,0) 100%,rgba(0,0,0,0) 101%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	position: absolute;
	height: 30px;
	z-index: 60;
}
.contact-shad-bt{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100,000000+101&amp;0.65+0,0+63 */
	background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 63%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 101%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(63%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)), color-stop(101%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 63%,rgba(0,0,0,0) 100%,rgba(0,0,0,0) 101%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 63%,rgba(0,0,0,0) 100%,rgba(0,0,0,0) 101%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 63%,rgba(0,0,0,0) 100%,rgba(0,0,0,0) 101%); /* IE10+ */
	background: linear-gradient(to top0,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 63%,rgba(0,0,0,0) 100%,rgba(0,0,0,0) 101%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


	position: absolute;
	height: 30px;
	z-index: 60;
}
.btn-danger{float: right;
background:#4e61a3;border:none;padding: 2px 20px;}
.address{
	font-size: 11pt;
}
.address i{
	font-size: 25pt;
	color: #49679d;
	margin-right: 10px;
	float: left;
	margin-top: 5px;

}
.feed-title{
	color: #4e61a3;font-size: 15pt;padding-bottom: 15px;
}
.whiteback{background: #fff}
.brand-icon{
	padding: 20px 0;
}
.brand-icon a{margin: 3px;}
.brand-icon a i{background:none;color: #003665;padding: 0;line-height:0.71;-webkit-box-shadow: 0px 4px 11px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 4px 11px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 4px 11px 0px rgba(50, 50, 50, 0.75);}
.brand-icon a:hover i{color: #4c99dc;}
.copyright{color:#fff;
font-size: 10pt;
padding: 20px 0;  }
.foot-slogan{
	color:#fff;
	font-size:15pt;
	padding: 10px 0;
	text-align: right;
}
.foot-slogan i{color:#ff0000}
.navbar-default .navbar-toggle {
	border-color: #ddd;
	margin-top: 20px;}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.about-content h3 span{color:red}
.about-brand{
	width:10.2%;
	float: left;
	margin: 1%;
	text-align: center;
	padding-left: 9%;
}
.process{
    width:100%;
    float:left;
    margin-top: 20px;
    font-size: 22pt;
    text-align: left;
    color:#645492;
    margin-bottom:15px;
}
.process-part{
    text-align: center;
    font-size: 15pt;
    color:#000;
    padding-bottom: 10px;
    display: inline-block;
    margin: 1.5%;
    cursor: pointer;
}

.process-part p{padding-top: 10px;}
.process-arrow{
    height:147px;
    width:13px;
    display: inline-block;
    background: center center url("images/process-arrow.png")no-repeat;
    margin: 1.5%;
}

.process-part:hover{-webkit-animation-name: bounce;
    animation-name: bounce;}
.modal{
	margin-top: 15%;
}
.aboutus{
	width:23%;
	margin: 1%;
	float:left;
	text-align: center;
	font-size: 15pt;
	color:#000;
	padding-bottom: 10px;
}
.aboutus img{
	margin-bottom: 10px;
}