﻿html{
	width:100%;
	height:100%;
	min-height:100%;
	max-width:100%;
	margin:0px;
	padding:0px;
	font-family: 'Lato', sans-serif;
}
body{
	width:100%;
	height:100%;
	min-height:100%;
	max-width:100%;
	margin:0px;
	padding:0px;
	font-family: 'Lato', sans-serif;
}

.nav-link{
	color: #f6951f;
    position: relative;
    transition: all 300ms ease-in-out;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
	padding-right:15px;
}
.nav-link a{
	color: #f6951f;
}
@media (max-width: 479px) {
	.nav-link{
		display:block;
		clear:both;
		font-size:24px;	
		padding-top:5px;
		padding-bottom:5px;
		border-bottom:1px solid #999;
	}
}
.copyright{
	font-size: 12px;
}
.text-color-orange{
	color: #f6951f;
}
.text-bold{
	font-weight: 700;
}

.post-slider{
	background-color: rgba(255,255,255,0.7) !important;
}
.testimonials .intro-wrapper{
	width:100%;
	margin-bottom:30px;
	clear:both;
	text-align:center;
}
.testimonials .intro-wrapper .text{
	background-color:rgba(38,38,38,0.4);
	color:#fff;
	width:100%;
	text-align:center;
	max-width:700px;
	clear:both;
	padding:15px;
	display:inline-block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.ll-menu{
	position: absolute;
    background-color: rgba(0,0,0,0.7);
    width: 200px;
	display:none;
}
.navbar-nav li:hover{
	background-color:rgba(0,0,0,0.5);
}
.navbar-nav li:hover .ll-menu{
	display:block;
}
.ll-menu li{
	display:block;
	clear:both;
	padding:5px;
	text-align:left;
	border-bottom:1px solid #aaa;
}
.ll-menu li a{
	padding: 15px;
    text-align: center;
    border-bottom: 0px solid #333;
}
.ll-menu li:first-child a{
	padding: 15px;
    text-align: center;
    border-top: 0px solid #333;
}

@media (max-width: 1199px) {
	.ll-menu{
		position: relative;
		width: 100%;
		display:none;
	}
	.ll-menu li a{
		display:inline-block;
		width:100%;
	}
}

.subTheme{
	background: no-repeat scroll center center/cover #ffffff;
	color:#040404;
}

.subTheme p{
	color:#040404;
}
.bg-color-lg{
	background-color:#f4f3f3;
}
.quote{
	font-size:28px;
	padding:30px;
	font-weight:700;
	position:relative;
	text-align:left;
}
.quote:before {
    content: "\201C";
	position:absolute;
	left:0px;
	top:0px;
	font-size:60px;
	line-height:60px;
}
.quote:after {
    content: "\201D";
	position:absolute;
	right:0px;
	bottom:0px;
	font-size:60px;
	line-height:60px;
}
.newListStyle{
	
}
.newListStyle li{
	padding-bottom:15px;
	padding-left:15px;
	overflow:hidden;
	position:relative;
}

.newListStyle li:before{
	content:"\2022";
	color:#f6951f;
	padding-left:0px;
	margin-left:0px;
	position:absolute;
	left:0px;
	top:-3px;
	font-size:18px;
	light-height:18px;
}

.max-w-800{
	max-width:800px;
	margin:0px auto;
}
.noEdge{
	max-height:initial !important;
	padding:0px !important;
}
.boxBrand {
	width:100%;
	height:auto;
	overflow:hidden;
	
}
.boxBrand .frame-outter{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:15px;
}
.boxBrand .frame-inner{
	width:100%;
	height:auto;
	overflow:hidden;
}
.boxBrand .photo{
	width:100%;
	height:auto;
	overflow:hidden;
	border:1px solid #d2d3d5;
}
.boxBrand .photo img{
	width:100%;
	height:auto;
}
.boxBrand .details{
	width:100%;
	height:135px;
	overflow:hidden;
	padding:15px;
	text-align:center;
}


.boxTeam {
	width:100%;
	height:auto;
	overflow:hidden;
	cursor:pointer;
}
.boxTeam:hover .photo{
	background-color:#f6951f;
	transition: all 300ms ease-in-out;
}
.boxTeam .frame-outter{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:30px;
}
.boxTeam .frame-inner{
	width:100%;
	height:auto;
	overflow:hidden;
}
.boxTeam .photo{
	width:100%;
	height:auto;
	overflow:hidden;
	border:1px solid #d2d3d5;
	padding:10px;
	transition: all 300ms ease-in-out;
}
.boxTeam .photo img{
	width:100%;
	height:auto;
}
.boxTeam .details{
	width:100%;
	height:85px;
	overflow:hidden;
	padding-top:10px;
	text-align:left;
}
.boxTeam .designation{
	color:#f6951f;
	font-size:14px;
}
.boxTeam .name{
	font-size:18px;
	text-transform:uppercase;
}
.google-maps > div {
    width: 100%;
    height: 500px;
}


.boxProject {
	width:100%;
	height:auto;
	overflow:hidden;
	cursor:pointer;
}
.boxProject:hover .photo{
	background-color:#f6951f;
	transition: all 300ms ease-in-out;
}
.boxProject .frame-outter{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:15px;
}
.boxProject .frame-inner{
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#f6951f;
}
.boxProject .photo{
	width:100%;
	height:auto;
	overflow:hidden;
	border:0px solid #d2d3d5;
	padding:10px;
	transition: all 300ms ease-in-out;
	background-position: center center;
	background-size: cover;
}
.boxProject .photo img{
	width:100%;
	height:auto;

}
.boxProject .details{
	width:100%;
	height:160px;
	overflow:hidden;
	padding:15px;
	text-align:left;
}
.boxProject .title{
	color:#ffffff;
	font-size:18px;
	line-height: 20px;
	text-transform:uppercase;
}
.boxProject .scope{
	font-size:14px;
}
.boxProject .location{
	font-size:14px;
}

.boxProject .size{
	font-size:14px;
}

.boxProject .period{
	font-size:14px;
}

.boxProject .photoGallery{
	position: relative;
}
.boxProject .photoGallery .ti-arrow-left {
    content: "\e64a";
    position: absolute;
    top:45%;
    left: 0%;
	z-index: 10;
    width: 60px;
    height: 60px;
    font-family: 'themify';
    font-size: 42px;
    color: #f6951f;
    cursor: pointer;
}
.boxProject .photoGallery .ti-arrow-left:hover {
    color: #bbb;
}
.boxProject .photoGallery .ti-arrow-right {
    content: "\e649";
    position: absolute;
    top:45%;
    right: 0%;
    width: 60px;
    height: 60px;
    font-family: 'themify';
    font-size: 42px;
    color: #f6951f;
    cursor: pointer;
}
.boxProject .photoGallery .ti-arrow-right:hover {
    color: #bbb;
}
.boxProject .photoGallery img{
	display: none;
}

.boxProject .photoGallery img:first-child{
	display: block;
}

.boldText {
	font-weight: bold;
}
@media (max-height: 700px) {

}

@media (min-width: 1366px) {

}

@media (min-width: 1600px) {

}
