html, body {
	font-family: calibri;
	background: #ededed;
}
hr {
	border-color: #f05f40;
	border-width: 3px;
	max-width: 50px;
}
hr.light {
	border-color: white;
}
a {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
a:hover, a:focus {
	color: #eb3812;
}
h1, h2, h3, h4, h5, h6 {
	font-family: calibri;
}
.bg-primary {
	background-color: #f05f40;
}
.bg-dark {
	background-color: #222222;
	color: white;
}
.text-faded {
	color: rgba(255, 255, 255, 0.7);
}
aside {
	padding: 50px 0;
}
.no-padding {
	padding: 0;
}
.navbar-default {
	background-color: white;
	border-color: rgba(34, 34, 34, 0.05);
	font-family: calibri;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
	color: #f05f40;
	font-family: calibri;
	font-weight: 700;
	text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
	color: #eb3812;
}
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	color: #222222;
}
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
	color: #f05f40;
}
.navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:focus {
	color: #f05f40 !important;
	background-color: transparent;
}
.navbar-default .nav > li.active > a:hover, .navbar-default .nav > li.active > a:focus:hover {
	background-color: transparent;
}
@media (min-width: 768px) {
.navbar-default {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.3);
}
.navbar-default .navbar-header .navbar-brand {
	color: rgba(255, 255, 255, 0.7);
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
	color: white;
}
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
	color: rgba(255, 255, 255, 0.7);
}
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
	color: white;
}
.navbar-default.affix {
	background-color: white;
	border-color: rgba(34, 34, 34, 0.05);
}
.navbar-default.affix .navbar-header .navbar-brand {
	color: #f05f40;
	font-size: 14px;
}
.navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus {
	color: #eb3812;
}
.navbar-default.affix .nav > li > a, .navbar-default.affix .nav > li > a:focus {
	color: #222222;
}
.navbar-default.affix .nav > li > a:hover, .navbar-default.affix .nav > li > a:focus:hover {
	color: #f05f40;
}
}
header {
	position: relative;
	width: 100%;
	min-height: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	background-image: url('../img/header.jpg');
	text-align: center;
	color: white;
}
header .header-content {
	position: relative;
	text-align: center;
	padding: 100px 15px 100px;
	width: 100%;
}
header .header-content .header-content-inner h1 {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}
header .header-content .header-content-inner hr {
	margin: 30px auto;
}
header .header-content .header-content-inner p {
	font-weight: 300;
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	margin-bottom: 50px;
}
@media (min-width: 768px) {
header {
	min-height: 100%;
}
header .header-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 50px;
}
header .header-content .header-content-inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
header .header-content .header-content-inner p {
	font-size: 18px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
}
.section-heading {
	margin-top: 0;
}
.service-box {
	max-width: 400px;
	margin: 50px auto 0;
}
@media (min-width: 992px) {
.service-box {
	margin: 20px auto 0;
}
}
.service-box p {
	margin-bottom: 0;
}
.portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
	color: white;
	opacity: 0;
	display: block;
	background: rgba(240, 95, 64, 0.9);
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-family: calibri;
	padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
	opacity: 1;
}
.portfolio-box:focus {
	outline: none;
}
@media (min-width: 768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 16px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 22px;
}
}
.call-to-action h2 {
	margin: 0 auto 20px;
}
.text-primary {
	color: #f05f40;
}
.no-gutter > [class*='col-'] {
 padding-right: 0;
 padding-left: 0;
}
.btn-default {
	color: #222222;
	background-color: #ffffff;
	border-color: #ffffff;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #222222;
	background-color: #f2f2f2;
	border-color: #ededed;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-default .badge {
	color: #ffffff;
	background-color: #222222;
}
.btn-primary {
	color: #ffffff;
	background-color: #f05f40;
	border-color: #f05f40;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #ee4b28;
	border-color: #ed431f;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #f05f40;
	border-color: #f05f40;
}
.btn-primary .badge {
	color: #f05f40;
	background-color: #ffffff;
}
.btn {
	font-family: calibri;
	border: none;
	border-radius: 300px;
	font-weight: 700;
	text-transform: uppercase;
}
.btn-xl {
	padding: 15px 30px;
}
::-moz-selection {
 color: white;
 text-shadow: none;
 background: #222222;
}
::selection {
	color: white;
	text-shadow: none;
	background: #222222;
}
img::selection {
	color: white;
	background: transparent;
}
img::-moz-selection {
 color: white;
 background: transparent;
}
body {
	webkit-tap-highlight-color: #222222;
}
/*
//////////MY COUSTOM CSS//////////
*/

/*
HEADER
*/

.header {
	background: rgba(252,252,252,1);
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(228,227,224,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(228,227,224,1)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(228,227,224,1) 100%);
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(228,227,224,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(228,227,224,1) 100%);
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(228,227,224,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e4e3e0', GradientType=0 );
	height: 100px;
}
.logo img {
	float: left;
}
.headerCall {
	height: 52px;
	border: 2px #d5d5d5 solid;
	background: #fff;
	border-radius: 50px;
	padding: 2px;
	text-align: center;
	margin-top: 12px;
	width: 170px;
	margin-right: 15px;
}
.headerCall p {
	font-size: 18px;
	color: #de332c;
	text-align: center;
	padding: 0px;
	line-height: 20px;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.headerCall a {
	font-size: 16px;
	color: #242424;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.headerSale {
	border-left: 1px #d5d5d5 solid;
	border-right: 1px #d5d5d5 solid;
	text-align: center;
	margin-top: 10px;
}
.headerSale p {
	font-size: 16px;
	color: #242424;
	text-align: center;
	padding: 0px;
	line-height: 12px;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.headerSale a {
	font-size: 14px;
	color: #242424;
	text-align: center;
	text-decoration: none;
}
.headerSale a:hover {
	color: #de332c;
}
.headerService {
	text-align: center;
	margin-top: 10px;
	border-right: 1px #d5d5d5 solid;
}
.headerService p {
	font-size: 16px;
	color: #242424;
	text-align: center;
	padding: 0px;
	line-height: 12px;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.headerService a {
	font-size: 14px;
	color: #242424;
	text-align: center;
	text-decoration: none;
}
.headerService a:hover {
	color: #de332c;
}
.headerProfile {
	color: #fff;
	padding: 20px 0px;
	text-align: center;
	left: 15px;
}
.headerProfile img {
	margin: 0px auto;
}
/*
BANNER AND NAV
*/

.bannerNav {
	background: #7aa9db;
	margin-bottom: 5px;
}
.banner {
	padding: 50px 0px;
}
.banner img {
	border-radius: 10px;
	border: 5px #fff solid;
}
/*
MAIN MID
*/

.mainMid {
	background: #ededed;
	padding: 4px 0px;
}
.mainMid h1 {
	width: 100%;
	background: rgba(67,67,67,1);
	background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(31,31,31,1)));
	background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -o-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: linear-gradient(to bottom, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#1f1f1f', GradientType=0 );
	font-size: 20px !important;
	color: #fff;
	border-radius: 0px 5px 0px 5px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 8px;
	margin: 0px;
}
.mainMidSer a {
	background: rgba(67,67,67,1);
	background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(31,31,31,1)));
	background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -o-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: linear-gradient(to bottom, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#1f1f1f', GradientType=0 );
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px;
	width: 100%;
	float: left;
}
.mainMidSerBox {
	background: #fff;
	padding: 5px 15px;
	min-height: 310px;
}
.mainMidSerBox ul {
	margin: 0px;
	padding: 0px;
}
.mainMidSerBox ul li {
	list-style: url(../img/ulli.png);
	margin-left: 15px;
	font-size: 16px;
	color: #242424;
	margin-bottom: 7px;
}
.mainMidPro a {
	background: rgba(67,67,67,1);
	background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(31,31,31,1)));
	background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -o-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: linear-gradient(to bottom, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#1f1f1f', GradientType=0 );
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px;
	width: 100%;
	float: left;
}
.mainMidPro .col-md-6 {
	border: 5px #7aa9db solid;
	background: #fff;
	padding: 0px;
	margin: 5px;
	width: 47%;
	border-bottom: 0px;
}
.mainMidPro .col-md-6 img {
	text-align: center;
	margin: 0px auto;
}
.mainMidProBox {
	background: #fff;
}
.mainMidProBox h2 {
	font-size: 13px;
	color: #fff;
	background: #7aa9db;
	margin: 0px;
	padding: 5px;
	text-transform: uppercase;
	text-align: center;
	min-height: 41px;
}
.mainMidProject a {
	background: rgba(67,67,67,1);
	background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(31,31,31,1)));
	background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -o-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: linear-gradient(to bottom, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#1f1f1f', GradientType=0 );
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px;
	width: 100%;
	float: left;
}
.mainMidProBox .theme-default .nivoSlider {
	border: 0px;
	border-radius: 0px;
	margin: 0px;
}
.mainMidProjectBox .theme-default .nivoSlider {
	border: 0px;
	border-radius: 0px;
	margin: 0px;
}
.mainMidProject .col-md-6 {
	border: 5px #7aa9db solid;
	background: #fff;
	padding: 0px;
	margin: 5px;
	width: 47%;
	border-bottom: 0px;
}
.mainMidProject .col-md-6 img {
	text-align: center;
	margin: 0px auto;
}
.mainMidProjectBox {
	background: #fff;
}
.mainMidProjectBox h2 {
	font-size: 14px;
	color: #fff;
	background: #7aa9db;
	margin: 0px;
	padding: 5px;
	text-transform: uppercase;
	text-align: center;
	min-height: 41px;
}
/*
FOOTER
*/

.footer {
	background: url(../img/footerBG.jpg) center;
	padding-bottom: 100px;
}
.footer .col-md-3 {
	background: rgba(18, 18, 18, 0.7);
	min-height: 240px;
	margin: 5px;
	width: 24%;
}
.footer .col-md-3 h2 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	margin-bottom: 5px;
}
.footerCont ul {
	margin: 0px;
	padding: 0px;
}
.footerCont ul li {
	list-style: none;
	font-size: 14px;
	color: #fff;
	padding-bottom: 5px;
}
.footerCont ul li a {
	text-decoration: none;
	color: #fff;
}
.footerCont ul li.pdTop {
	padding-bottom: 0px;
}
/*
*/

.footerStr {
	text-align: center;
}
.footerStr img {
	text-align: center;
	margin: 0px auto;
	padding-top: 8px;
}
/*
*/

.footerClient p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0px;
}
.footerClient p strong {
	color: #7aa9db;
	text-transform: uppercase;
}
.footerClient span {
	color: #7aa9db;
	font-style: italic;
	font-size: 12px;
}
/*
*/

.footerForm input[type="text"] {
	width: 45%;
	float: left;
	margin: 5px;
	font-size: 12px;
	color: #fff;
	padding: 12px 6px;
	height: 10px;
	background: none;
	border: 1px #7aa9db solid;
	outline: 0px;
}
.footerForm select {
	width: 98%;
	float: left;
	margin: 5px;
	font-size: 12px;
	color: #7d7979;
	background: none;
	height: 30px;
	border: 1px #7aa9db solid;
	outline: 0px;
}
.footerForm textarea {
	width: 94%;
	float: left;
	margin: 5px;
	font-size: 12px;
	color: #fff;
	padding: 5px;
	height: 60px;
	background: none;
	border: 1px #7aa9db solid;
	outline: 0px;
}
.footerForm input[type="submit"] {
	float: left;
	margin: 5px;
	font-size: 12px;
	color: #242424;
	height: 25px;
	background: #7aa9db;
	border-radius: 3px;
	outline: 0px;
	border: 0px;
}
.mappopup {
	padding-top: 5px;
}
.mappopup a {
	background: #7aa9db;
	color: #fff;
	padding: 4px 12px;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
}
.mappopup a i {
	padding-left: 8px;
	color: #fff;
	font-size: 18px;
}
/*
//////////ABOUT US//////////
*/

.about h1 {
	background: rgba(67,67,67,1);
	background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(31,31,31,1)));
	background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -o-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: linear-gradient(to bottom, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#1f1f1f', GradientType=0 );
	font-size: 24px !important;
	color: #fff;
	font-weight: bold;
	padding: 2px 10px;
	width: 100%;
	border-radius: 0px 5px 0px 5px;
	text-transform: uppercase;
	margin: 0px;
	margin-top: 5px;
}
.about .col-md-12 {
	background: #fff;
}
.about h2 {
	font-size: 18px;
	color: #242424;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
.about p {
	font-size: 14px;
	color: #242424;
	text-align: justify;
}
.aboutBanner {
	padding: 5px 0px;
	margin-top: 5px;
	width: auto;
	height: auto;
}
.aboutBanner p {
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.aboutBanner img {
	border-radius: 15px;
	border: 5px #fff solid;
}
.about .carousel-inner>.item>img {
	border-radius: 10px;
	border: 2px #7aa9db solid;
}
/*
MD ATUL
*/

.mdAtul .col-md-12 {
	background: #7aa9db;
	padding: 15px;
}
.mdAtul h2 {
	font-size: 18px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
}
.mdAtul p {
	font-size: 14px;
	color: #fff;
	text-align: justify;
	margin: 0;
}
.mdAtul img {
	float: left;
	border-radius: 5px;
	border: 2px #fff solid;
	margin: 5px 15px 5px 0px;
	height: 200px;
}
/*
OUR TEAM
*/

.ourTeam .col-md-12 {
	background: #fff;
}
.ourTeam h2 {
	font-size: 18px;
	color: #242424;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px 0px 5px 0px;
	margin: 0px;
}
.ourTeam p {
	font-size: 14px;
	color: #242424;
	text-align: justify;
}
.aboutGrup {
	text-align: center;
	margin-top: 0px;
}
.aboutGrup img {
	text-align: center;
	margin: 0px auto;
}
.aboutGrup p {
	font-size: 18px;
	color: #7f7f7f;
	text-align: center;
	font-weight: bold;
}
.aboutGrup .carousel-control {
	top: 58px;
	color: #242424;
	font-size: 35px;
	width: 8%;
}
/*
Setup
*/

.setup {
	margin-bottom: 90px;
}
.setup .col-md-12 {
	background: url(../img/footerBG.jpg) no-repeat;
	padding: 10px 0px;
}
.setup h2 {
	font-size: 18px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px 0px 5px 0px;
	margin: 0px;
}
.setup p {
	font-size: 14px;
	color: #fff;
	text-align: justify;
}
/*.setup .carousel-control {
	top: 38%;
    color: #242424;
    font-size: 35px;
    width: 18%;
	}

.setup .carousel-inner>.item>img {
	border-radius:10px;
	border:2px #7aa9db solid;
	}
*/

/*.setup img {
	float:right;
	border-radius:5px;
	border:2px #7aa9db solid;
	margin:15px 0px 15px 15px;
	}*/

.setup .theme-default .nivoSlider {
	margin: 0px;
	border-radius: 10px;
	border: 2px #7aa9db solid;
	padding: 0px;
}
.ourTeamGrup {
	text-align: center !important;
}
.ourTeamGrup .col-md-6 img {
	text-align: center;
	margin: 0px auto;
}
.ourTeamGrup .col-md-6 p {
}
/*
INNER PAGE FOOTER
*/

/*.endBorder {
	background: url(../img/border.jpg) repeat center;
	height: 21px;
	width: 1170px;
	text-align: center;
	margin: 0px auto;
}*/
.innerFooter {
	background: #7aa9db;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 20px;
}
.footernav ul {
	margin: 0px;
	padding: 0px;
}
.footernav ul li {
	list-style: none;
	border-left: 1px #fff solid;
	float: left;
}
.footernav ul li a {
	font-size: 16px;
	color: #fff;
	padding: 0px 34px;
	text-decoration: none;
	text-transform: uppercase;
}
.footernav ul li.borderNone {
	border-left: 0px;
}
.footerLst {
	background: #000;
	padding: 8px 0px;
}
.footerLst p {
	font-size: 14px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
/*
//////////Strategic Partner//////////
*/

.strategicPartnerTab {
	padding-top: 0px;
	margin-bottom: 30px;
}
.strategicPartnerTab h1 {
	background: rgba(67,67,67,1);
	background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(31,31,31,1)));
	background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -o-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: linear-gradient(to bottom, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#1f1f1f', GradientType=0 );
	font-size: 24px !important;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px;
	width: 100%;
	border-radius: 0px 5px 0px 5px;
	text-transform: uppercase;
}
.strategicPartner .col-md-12 {
	background: #fff;
	padding: 50px 15px;
}
.strategicPartner img {
	text-align: center;
	margin: 0px auto;
}
.strategicPartner p {
	font-size: 18px;
	color: #242424;
	padding-top: 15px;
	width: 320px;
	margin: 0px auto;
	text-align: center;
}
.strategicPartner .blue {
	color: #00a0e4;
	font-weight: bold;
}
.strategicPartner .red {
	color: #ed1b34;
	font-weight: bold;
}
/*
Architects dealt with
*/

.architectsDealt h1 {
	background: rgba(67,67,67,1);
	background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(31,31,31,1)));
	background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -o-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: linear-gradient(to bottom, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#1f1f1f', GradientType=0 );
	font-size: 24px !important;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px;
	width: 100%;
	border-radius: 0px 5px 0px 5px;
	text-transform: uppercase;
	margin-top: 0px;
}
.architectsDealt .col-md-12 {
	background: #fff;
	padding: 8px 15px;
}
.architectsBox {
	width: 213.5px;
	float: left;
	margin: 5px 8px;
	text-align: center;
	border: 1px #d7d7d7 solid;
	background: #f8f8f8;
	min-height: 196px;
	padding: 0 8px;
}
.architectsBox h2 {
	color: #7aa9db;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
}
.architectsBox img {
	text-align: center;
	margin: 0px auto;
	border-radius: 50%;
	padding: 5px 0px;
}
/*
PMC Sealt With
*/
.pmcDealt {
	padding-top: 0px;
}
.pmcDealt h1 {
	background: rgba(67,67,67,1);
	background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(31,31,31,1)));
	background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -o-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: linear-gradient(to bottom, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#1f1f1f', GradientType=0 );
	font-size: 24px !important;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px;
	width: 100%;
	border-radius: 0px 5px 0px 5px;
	text-transform: uppercase;
	margin-top: 0px;
}
.pmcDealt .col-md-12 {
	background: #fff;
	padding: 8px 15px;
}
.pmcDealtBox {
	width: 212px;
	float: left;
	margin: 5px 8px;
	text-align: center;
	border: 1px #d7d7d7 solid;
	background: #f8f8f8;
	min-height: 196px;
	padding: 0 8px;
}
.pmcDealtBox h2 {
	color: #7aa9db;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
}
.pmcDealtBox img {
	text-align: center;
	margin: 0px auto;
	border-radius: 50%;
	padding: 5px 0px;
}
/*
HVAC consultants dealt with
*/

.hvacConsultants {
	padding-top: 0px;
}
.hvacConsultants h1 {
	background: rgba(67,67,67,1);
	background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(31,31,31,1)));
	background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -o-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: linear-gradient(to bottom, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#1f1f1f', GradientType=0 );
	font-size: 24px !important;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px;
	width: 100%;
	border-radius: 0px 5px 0px 5px;
	text-transform: uppercase;
	margin-top: 0px;
}
.hvacConsultants .col-md-12 {
	background: #fff;
	padding: 8px 15px;
}
.hvacConsultantsBox {
	width: 212px;
	float: left;
	margin: 5px 8px;
	text-align: center;
	border: 1px #d7d7d7 solid;
	background: #f8f8f8;
	min-height: 196px;
	padding: 0 8px;
}
.hvacConsultantsBox h2 {
	color: #7aa9db;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
}
.hvacConsultantsBox img {
	text-align: center;
	margin: 0px auto;
	border-radius: 50%;
	padding: 5px 0px;
}
/*
//////////CLIENT//////////
*/

.client-section {
	width: 100%;
	height: auto;
	padding-top: 5px;
	margin-top: 5px;
}
.client-section h1 {
	background: rgba(67,67,67,1);
	background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(31,31,31,1)));
	background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -o-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: linear-gradient(to bottom, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#1f1f1f', GradientType=0 );
	font-size: 24px !important;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px;
	width: 100%;
	border-radius: 0px 5px 0px 5px;
	text-transform: uppercase;
	margin: 18px 0px 40px 0px;
}
.client-section h2 {
	background: rgba(67,67,67,1);
	background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(31,31,31,1)));
	background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -o-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: linear-gradient(to bottom, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#1f1f1f', GradientType=0 );
	font-size: 24px !important;
	color: #fff;
	font-weight: bold;
	padding: 2px 10px;
	width: 100%;
	border-radius: 0px 5px 0px 5px;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 7px;
}
.client-section1 {
	margin-bottom: 0px !important;
}
.client-section .client-box {
	background: #fff;
	margin: 0px auto;
}
.client-section .theme-default .nivoSlider {
	margin-top: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
}
.client-section .col-md-3 {
	width: 20%;
	padding: 0px 8px;
	position: relative;
}
.client-section h3 {
	line-height: 16px;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
	color: #fff;
	font-size: 12px;
	position: absolute;
	z-index: 66666;
	width: 93%;
	margin: 0px;
	bottom: 5px;
	padding: 5px;
	text-transform: uppercase;
}
.client-section .divider-sect {
	padding: 16px;
}
.client-section .divider-section {
	margin-bottom: 27px;
}
/*
//////////CONTACT US//////////
*/

.contact-us {
	padding-top: 5px;
	margin-top: 5px;
}
.content {
	overflow: auto;
	position: relative;
	padding: 0px;
	margin: 10px;
	width: 740px;
	max-width: 97%;
	height: 255px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content.hidden {
	display: none;
}
.contact-us h1 {
	background: rgba(67,67,67,1);
	background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(31,31,31,1)));
	background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -o-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: linear-gradient(to bottom, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#1f1f1f', GradientType=0 );
	font-size: 24px !important;
	color: #fff;
	font-weight: bold;
	padding: 2px 10px;
	width: 100%;
	border-radius: 0px 5px 0px 5px;
	text-transform: uppercase;
	margin: 0px;
}
.contact-us .contact-section {
	background: #fff;
	padding: 0px;
}
.contact-us .contact-section h2 {
	font-family: Calibri;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px;
	line-height: 20px;
	margin: 6px 0 0 0;
}
.contact {
	background: #7aa9db;
}
.contact input[type="text"] {
	width: 80%;
	float: left;
	margin: 6px 0px 0px 48px;
	font-size: 18px;
	color: #666666;
	padding: 6px;
	border: 1px #7aa9db solid;
	outline: 0px;
	height: 35px;
	background: #fff;
}
.contact input[type="file"] {
	width: 80%;
	float: left;
	margin: 6px 0px 0px 48px;
	font-size: 12px;
	color: #fff;
	padding: 6px 6px;
	border: 1px #7aa9db solid;
	outline: 0px;
	height: 35px;
	background: #fff;
}
.contact select {
	width: 80%;
	float: left;
	margin: 6px 0px 0px 48px;
	font-size: 18px;
	color: #7d7979;
	background: none;
	height: 35px;
	border: 1px #7aa9db solid;
	outline: 0px;
	background: #fff;
}
.contact textarea {
	width: 80%;
	float: left;
	margin: 6px 0px 0px 48px;
	font-size: 18px;
	color: #666666;
	padding: 5px;
	height: 85px;
	background: none;
	border: 1px #7aa9db solid;
	outline: 0px;
	background: #fff;
	font-family: Calibri;
}
.contact input[type="submit"] {
	float: left;
	margin: 18px 0px 95px 110px;
	font-size: 19px;
	color: #fff;
	background: #282828;
	border-radius: 3px;
	outline: 0px;
	border: 0px;
	width: 45%;
	padding: 7px 0px 7px 0px;
}
.contact h2 {
	color: #fff;
	text-align: center;
	font-size: 30px;
	margin: 9px 0px 0px 0px;
	padding: 12px 0px 12px 0px;
}
.map {
	width: 100%;
	height: 309px;
}
.map iframe {
	width: 100%;
	height: 309px;
}
.arrow {
	position: absolute;
	left: 0px;
	top: 52px;
}
.contact h2 {
	font-size: 28px !important;
	color: #fff;
	padding-top: 15px !important;
	margin-bottom: 8px !important;
}
.contact-section a {
	font-size: 17px;
	color: #7aa9db;
	padding: 0px;
	float: left;
	line-height: 25px;
	text-decoration: underline;
	margin-bottom: 10px;
}
/*
//////////Projects//////////
*/

.projects {
	margin-bottom: 30px;
}
.projects h1 {
	background: rgba(67,67,67,1);
	background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(31,31,31,1)));
	background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -o-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: linear-gradient(to bottom, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#1f1f1f', GradientType=0 );
	font-size: 24px !important;
	color: #fff;
	font-weight: bold;
	padding: 2px 10px;
	width: 100%;
	border-radius: 0px 5px 0px 5px;
	text-transform: uppercase;
	margin: 0px;
	margin-top: 5px;
}
.projects .col-md-12 {
	background: #fff;
}
.projects p {
	font-size: 16px;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
}
.projCorpBox {
	width: 233px;
	padding: 5px;
	float: left;
}
.projects .tab_wrapper .content_wrapper .tab_content {
	padding: 0px;
}
.projects li {
	width: 25%;
}
.projectsBox {
	padding: 10px 0px;
}
.projectsBox img {
	min-height:180px !important;
	max-height:180px !important;} 
/*
//////////Services//////////
*/

.services {
	margin-bottom: 90px;
}
.services h1 {
	background: rgba(67,67,67,1);
	background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(31,31,31,1)));
	background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -o-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: linear-gradient(to bottom, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#1f1f1f', GradientType=0 );
	font-size: 24px !important;
	color: #fff;
	font-weight: bold;
	padding: 2px 10px;
	width: 100%;
	border-radius: 0px 5px 0px 5px;
	text-transform: uppercase;
	margin: 0px;
	margin-top: 5px;
}
.services .col-md-12 {
	background: #fff;
}
.services p {
	font-size: 16px;
	text-align: left;
	padding-top: 5px;
	margin-bottom: 0px;
}
.services img {
	float: right;
	height: 240px;
	padding: 5px 0px 5px 15px;
}
.services .tab_wrapper {
	margin: 0px;
	margin: 10px 0px;
}
.services h2 {
	margin: 0px;
	font-size: 22px;
	font-weight: bold;
}
.services li {
	width: 25%;
}
.servicesbox ul {
	margin: 0px;
	padding: 0px;
	padding-left: 7px;
	padding-top: 8px;
}
.servicesbox ul li {
	list-style: url(../img/ulli.png);
	font-size: 14px;
	color: #242424;
	width: 100%;
}
/*
//////////PROJECT//////////
*/

.project {
	margin-bottom: 110px;
}
.project h1 {
	background: rgba(67,67,67,1);
	background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(31,31,31,1)));
	background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -o-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: linear-gradient(to bottom, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#1f1f1f', GradientType=0 );
	font-size: 24px !important;
	color: #fff;
	font-weight: bold;
	padding: 2px 10px;
	width: 100%;
	border-radius: 0px 5px 0px 5px;
	text-transform: uppercase;
	margin: 0px;
	margin-top: 5px;
}
.project .col-md-3 {
	background: #fff;
	padding: 5px;
	border: 1px #f0f0f0 solid;
	min-height: 400px;
}
.project p {
	color: #7aa9db;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
}
.project .theme-default .nivoSlider {
	border-radius: 0px;
	border: 0px;
	margin-top: 70px;
}
/*
//////////Testimonial//////////
*/

.testimonial {
	margin-bottom: 110px;
}
.testimonial h1 {
	background: rgba(67,67,67,1);
	background: -moz-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(31,31,31,1)));
	background: -webkit-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -o-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: -ms-linear-gradient(top, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
	background: linear-gradient(to bottom, rgba(67,67,67,1) 0%, rgba(31,31,31,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#1f1f1f', GradientType=0 );
	font-size: 24px !important;
	color: #fff;
	font-weight: bold;
	padding: 2px 10px;
	width: 100%;
	border-radius: 0px 5px 0px 5px;
	text-transform: uppercase;
	margin: 0px;
	margin-top: 5px;
}
.testimonial .col-md-12 {
	background: #fff;
}
.testiBox {
	width: 234px;
	padding: 5px;
	float: left;
	border: 1px #f0f0f0 solid;
}
.paddingBox {
	padding: 50px;
}
/* Carousel Styles */
.carousel-indicators .active {
	background-color: #2980b9;
}
.carousel-inner img {
	/*width: 100%;*/
	min-height: 400px;
	max-height: 400px;
	text-align: center;
}
.footerClient .carousel-inner img {
	min-height: auto;
	max-height: auto;
	text-align: center;
}
.about .carousel-inner img {
	min-height: auto;
	max-height: auto;
	text-align: center;
}
.carousel-control {
	width: 0;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	line-height: 1;
	text-align: center !important;
}
.carousel-control.left, .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}
.carousel-control.left span {
	padding: 15px;
}
.carousel-control.right span {
	padding: 15px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 0;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 0;
}
.carousel-control.left span, .carousel-control.right span {
	background-color: #000;
}
.carousel-control.left span:hover, .carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}
.carousel-control.left .fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 36px;
	color: #a8ac94;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	top: 47%;
	position: relative;
	padding-left: 20px;
}
.carousel-control.right .fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 36px;
	color: #a8ac94;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	top: 47%;
	position: relative;
	right: 40px;
}
.carousel-control.left .fa:hover {
	color: #000;
	transition: all ease-in-out 0.2s;
}
.carousel-control.right .fa:hover {
	color: #000;
	transition: all ease-in-out 0.2s;
}
.radio-1 {
	border: 1px solid #7aa9db;
	padding-left: 6px;
	padding-right: 4px;
	width: 113px;
	float: left;
	margin-left: 15px;
}
.radio-2 {
	border: 1px solid #7aa9db;
	padding-left: 7px;
	padding-right: 4px;
	left: 0px;
	float: right;
	width: 113px;
}
.per-red {
	margin-left: -10px;
	padding: 0px;
}
.testimonial .nivoSlider img {
	min-height: 400px;
	width: auto;
}
.left {
	text-align: left !important;
}
.projCorp .img-height img {
	min-height: 180px;
	max-height:180px;
}
.headerIso img {
text-align: center !important;
margin: 0px auto;
}