@charset "UTF-8";

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}


@font-face {
  font-family: "aagham";
  src:url("../fonts/aagham.eot");
  src:url("../fonts/aagham.eot?#iefix") format("embedded-opentype"),
    url("../fonts/aagham.woff") format("woff"),
    url("../fonts/aagham.ttf") format("truetype"),
    url("../fonts/aagham.svg#aagham") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "aagham" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "aagham" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-www:before {
  content: "\e000";
}
.icon-testimonials:before {
  content: "\e001";
}
.icon-services:before {
  content: "\e002";
}
.icon-phone:before {
  content: "\e003";
}
.icon-mobile:before {
  content: "\e004";
}
.icon-mail:before {
  content: "\e005";
}
.icon-location:before {
  content: "\e006";
}
.icon-like:before {
  content: "\e007";
}
.icon-home:before {
  content: "\e008";
}
.icon-contact:before {
  content: "\e009";
}
.icon-address:before {
  content: "\e00a";
}
.icon-aboutus:before {
  content: "\e00b";
}
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: rgba(255,255,255,1);
	font-family: Roboto, "Roboto Light";
	font-size: 1.45em;
}
/*
.tooltip {
	font-family: Roboto, "Roboto Light";
	font-size: .85em;
	height: 20px;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #1669b2;
}
*/
/*
.logoContainer {
	width: 400px;
	height: 380px;
	position: relative;
	margin-top: 55px;
}
.logo {
	width: 190px;
	height: 190px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -95px;
	margin-left: -95px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	background-color: #fff;
	border: 2px solid rgba(240,240,240,1) ;
	-moz-box-shadow: 3px 3px 1px rgba(0,15,72,0.45);
	-webkit-box-shadow: 3px 3px 1px rgba(0,15,72,0.45);
	box-shadow: 3px 3px 1px rgba(0,15,72,0.45);
	background: image/svg xml;
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%, rgba(255,255,255,0.5) 100%);
	background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(60%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.5)));
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%, rgba(255,255,255,0.5) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%, rgba(255,255,255,0.5) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%, rgba(255,255,255,0.5) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 60%, rgba(255,255,255,0.5) 100%);
}
.logo img {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}*/
/*
.style-bar-container {
	width: 400px;
	height: 380px;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 123px;
}
.style-header, .style-footer {
	left: 300px;
	position: relative;
	display:block;
	-webkit-filter: drop-shadow(3px 3px 1px rgba(0,15,72,0.45));
	-ms-filter: drop-shadow(3px 3px 1px rgba(0,15,72,0.45));
	-o-filter: drop-shadow(3px 3px 1px rgba(0,15,72,0.45));
	filter: drop-shadow(3px 3px 1px rgba(0,15,72,0.45));

}
.style-header {
	position: relative;
	width: 550px;
	margin-bottom: 9px;
	border-right: 4em solid rgba(255,255,255,0);
	border-bottom: 3.3em solid rgba(255,255,255,0.8);
	background: transparent;
}
.style-header ul li a {
	height: 100%;
	display: block;
}
.style-header ul li a:hover {
	background-color: rgba(255,255,255,1);
	height: 94%;
	display: inline-block;
}
.style-footer {
	position: relative;
	width: 385px;
	margin-bottom: 9px;
	border-right: 4em solid rgba(255,255,255,0);
	border-top: 3em solid rgba(255,255,255,0.8);
	background: transparent;
}
.style-footer ul {
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: -50px;
}
.style-footer ul li {
	display: inline-block;
}
.style-footer ul li span {
	font-size: 1.8em;
	text-align: center;
	margin: 0;
	display: inline-block;
	line-height: 2.5em;
}
.style-footer ul li a {
	display: inline-block;
}
.style-header ul {
	margin: 0;
	padding: 0;
}
.style-header ul li {
	padding: 0;
	display: inline-block;
	height: 50px;
	line-height: 50px;
}
.style-header ul li a {
	display: inline-block;
	width: 100%;
	padding: 0 12px;
	line-height: 50px;
}
.style-header ul li:first-child {
	margin-left: 0;
	text-decoration: none;
}
*/
.normalheader {
	width: 100vw;
	height: 50px;
	background-color: rgba(255,255,255,0.7);
	color: #ccc;
	position: fixed;
	background:rgba(255,255,255,.8);
  -webkit-box-shadow: 0 2px 9px 0 #001394;
  -moz-box-shadow: 0 2px 9px 0 #001394;
  box-shadow: 0 2px 9px 0 #001394;}
.smallLogocontainer {

/*	padding-top: 3px;
	top: -3px;*/
/*	width: 190px;
	width:360px;
	height:300pc;*/
	padding:0 5px;
	width: 140px;
 	height: 77px;
	position: relative;
/*	top:-8px;*/
	z-index: 501;
	/*	background: #103252;	
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-bottom-left-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;
	background-color: #fff;
	border: 3px rgba(240,240,240,1) solid;
	-webkit-animation: movedown .5s linear;
*/

}
.smallLogocontainer:after{
	content: "";
  position: absolute;
  bottom: -30px;
  z-index: -1;
  left: 0;
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 35px solid #E3F6FC;
  -webkit-filter: drop-shadow(0 3px 1px rgba(0,19,148,.5)) ;
  -ms-filter: drop-shadow(0 3px 1px rgba(0,19,148,.5));
  -o-filter: drop-shadow(0 3px 1px rgba(0,19,148,.5));
  filter: drop-shadow(0 3px 1px rgba(0,19,148,.5));

/*  -webkit-box-shadow: 0 2px 9px 0 #001394;
  -moz-box-shadow: 0 2px 9px 0 #001394;
  box-shadow: 0 2px 9px 0 #001394;*/
  }
.smallLogocontainer img{ top:50%;}
.normalheader ul {
	margin: 0;
	padding: 0;
}
.normalheader ul li {
	padding: 0;
	display: block;
	float: left;
	line-height: 50px;
	position: relative;
}
.normalheader ul li:hover, .normalheader ul li:active {
	background-color: rgba(255,255,255,0.5);
}
/*.currentmenu {
	background-color: rgba(255,255,255,1)!important;
}
.currentmenu::after {
	bottom: -13px;
	content: "";
	display: block;
	left: 50%;
	margin-left: -1em;
	position: absolute;
	width: 10px;
	z-index: 99;
	border-top: 1em solid white;
	border-left: 1em solid transparent;
	border-right: 1em solid transparent;
}*/
/*
.normalheader ul li a {
	display: block;
	padding: 0 15px;
	text-decoration: none;
}
footer {
	background-color: rgba(255,255,255,0.7);
	height: 30px;
	width: 100vw;
	position: fixed;
	z-index: 500;
	bottom: 0;
	left: 0;
}
footer span {
	color: #1669b2;
	font-size: .8em;
	line-height: 50px;
	padding-left: 10px!important;
}
.shortContact {
	margin: 0;
	padding: 0;
}
.shortSocialIcon {
	margin: 0;
	padding: 0;
}
.shortContact ul, .shortSocialIcon ul {
	margin: 0;
	padding: 0;
}
.shortSocialIcon ul li, .shortContact ul li {
	margin: 0;
	padding: 0;
}
.shortContact ul li {
	font-size: 1.1em;
	margin-left: 15px;
}
.shortSocialIcon ul li span {
	font-size: 1.75em;
	position: relative;
	vertical-align: middle;
	margin: 0 5px;
}
.shortContact ul li span {
	font-size: 1.55em;
	position: relative;
	vertical-align: middle;
	margin: 0 10px;
}*/
#gallery{ margin:30px 0; }
.recentactivities {
	width: 90%;
	height: auto;
	border: 2px solid rgba(255,255,255,1);
	-moz-box-shadow: 0 1px 1px rgba(0,15,72,0.45);
	-webkit-box-shadow: 0 1px 1px rgba(0,15,72,0.45);
	box-shadow: 0 1px 1px rgba(0,15,72,0.45);
}
.recentactivities img {
	width: 100%;
	height: auto;
}
.clearfix {
	clear: both;
}
#dealswithList:before {
  content: '\e00a';
  font-family: 'aagham';
  position: absolute;
  right: 30%;
  margin-top: 60px;
  font-size: 1.7em;
  color: rgb(50, 167, 224);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
 -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
#dealswithList:hover:before{
opacity:0;
}

.portfolio-categ {
	margin-bottom: 30px;
	margin-top: 1em;
}
.portfolio-categ li {
	margin-bottom: 10px;
	margin-left: 15px;
	height: 1.7em;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-moz-transform: all .2s ease;
	-ms-transform: all .2s ease;
	-o-transform: all .2s ease;
	-webkit-transform: all .2s ease;
	transform: all .2s ease;
}
.portfolio-categ li a {
	text-decoration: none;
}
.portfolio-categ li:hover {
	padding-left: 25px;
	border-bottom: 1px dotted #32a7e0;
}
.image-block {
	display: block;
	position: relative;
}
.image-block img {
	border: 1px solid #d5d5d5;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	background: #FFF;
}
.image-block img:hover {
	border: 1px solid rgba(200,200,200,1);
	-moz-box-shadow: 0 0 5px rgba(200,200,200,1);
	-webkit-box-shadow: 0 0 5px rgba(200,200,200,1);
	box-shadow: 0 0 5px rgba(200,200,200,1);
}
.portfolio-area {
	padding: 1em 0 0 0;
}
.portfolio-area ul {
	width: 100%;
}
.portfolio-area li {
	float: left;
	margin: 0 5px;
	overflow: hidden;
	width: 245px;
}
.home-portfolio-text {
	padding: 0 5px;
	position: absolute;
	width: 110%;
	height: 30px;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(255,255,255,0.5);
	border-top: 1px rgba(255,255,255,0.5) solid;
}
.portfolio-area ul li div {
	overflow: hidden;
}
.portfolio-area h4 {
	margin: 0;
	padding: 0;
	line-height: 30px;
}
#to-scroll, #mygallery {
	overflow: auto;
	height: 70vh;
}
.vertical-track {
	width: .45em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.4);
	position: absolute;
	left: 15px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.vertical-handle {
	width: 100%;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background-color: rgba(255,255,255,0.8);
}
#contactus h4 {
	text-align: center;
	margin-bottom: 25px;
}
#My_geolocation {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid rgba(255,255,255,1);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
}
#contactBox, #address-box {
	background-color: rgba(255,255,255,0.95);
	height: 95%;
	margin: 15px;
	margin-right: 0;
	padding: 10px 25px 0 25px;
	position: relative;
/*	-moz-box-shadow: 3px 3px 1px rgba(0,15,72,0.45);
	-webkit-box-shadow: 3px 3px 1px rgba(0,15,72,0.45);
	box-shadow: 3px 3px 1px rgba(0,15,72,0.45);*/
  -webkit-box-shadow: 2px 2px 9px 0 #001394;
  -moz-box-shadow: 2px 2px 9px 0 #001394;
  box-shadow: 2px 2px 9px 0 #001394;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	z-index: 5;
}
#address-box {
	z-index: 100;
}
.form-box input, .form-box textarea, .form-box select {
	width: 100%;
	background-color: #fff;
	height: 2.4em;
	font-size: .9em;
line-height:.9sem;
	margin: 0 10% 15px 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 2px rgba(106,106,106,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(106,106,106,0.3);
	box-shadow: 2px 2px 2px rgba(106,106,106,0.3);
	padding: .2em .5em;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.form-box input:focus, .form-box textarea:focus, .form-box select:focus, .form-box input:hover, .form-box textarea:hover, .form-box select:hover {
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	outline: 0;
	border-bottom: 2px solid #32a7e0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.form-box input[type=submit], .form-box input[type=reset] {
	width: 6em;
	height: 2.5em;
	text-align: center;
	float: right;
	margin: 0 0 0 .8em;
	padding: 0;
}
.form-box textarea {
	height: 4em;
	resize: vertical;
	display: block;
	margin-bottom: 1em;
}
#address-box {
	height: 95%;
	margin: 15px;
	margin-left: 0;
  padding: 19px 25px;
  	-ms-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: relative;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4em;
	line-height: 1.4em;
	background-color: rgba(255,255,255,0.95);
	z-index: 5;
}
#address-box p {
	position: relative;
	font-size: .625em;
	text-align: left;
	line-height: 1.6em;
	padding: 0 0 0 2.5em;
	margin: 0 0 1.2em 0;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#address-box p span {
	font-size: 1.4em;
	/*margin-left: 1.3em;*/
	position: absolute;
	left: 0;
	vertical-align: text-top;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	vertical-align: -0.2em;
}
#address-box p:hover>span {
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#products {
	width: 100%!important;
}
#mandatory {
	font-size: .82em
}
#success, #error {
	display: none;
	font-size: .9em;
	padding-left: 5px;
}
#success {
	background-color: rgba(77,207,16,1);
}
#error {
	bcakground-color: rgba(216,28,28,1);
}
#formh4, #address-box center {
	margin-bottom: 15px;
}
#workfilter h4, #formh4 h4, #address-box h4 {
	position: relative;
}
#workfilter h4 span, #formh4 h4 span, #address-box h4 span {
	position: relative;
}
#workfilter h4::before, #formh4 h4::before, #address-box h4::before {
	content: "";
	width: 20%;
	border-bottom: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	height: 4px;
}
#workfilter h4::after, #formh4 h4::after, #address-box h4::after {
	content: "";
	width: 20%;
	border-bottom: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	height: 4px;
}
#formh4 h4::before, #formh4 h4::after, #address-box h4::before, #address-box h4::after {
	width: 13%;
}
#btn {
	margin-top: 20px;
}
.tooltipClass {
	position: absolute;
	right: 10px;
	top: 4px;
	margin-top: 10px;
	font-size: .7em!important;
	display: inline-block;
	font-style: italic;
}
.tooltip {
	background:rgba(255,255,255,.8);
  -webkit-box-shadow: 0 2px 9px 0 #001394;
  -moz-box-shadow: 0 2px 9px 0 #001394;
  box-shadow: 0 2px 9px 0 #001394;}
.bottomFooter * {
	color: #333!important;
}

.bottomFooter{	/*-moz-box-shadow: 0 -3px 1px rgba(0,15,72,0.45);
	-webkit-box-shadow: 0 -3px 1px rgba(0,15,72,0.45);
	box-shadow: 0 -3px 1px rgba(0,15,72,0.45);*/
}
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      /*margin: auto;*/}
