@charset "utf-8";
/* CSS Document */

*html {
	margin: 0px;
	padding: 0px;  font-style:normal;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Titillium Web', sans-serif;
}

@font-face
		{ src: url(../Titillium/TitilliumText22L002.otf);font-family: 'Titillium Web', sans-serif;
		}
		
/* header css start here */
#topheader {
	width: 100%;
	height: 100px;
	background: #e4e4e6; z-index:9; position:relative;
}
#topheader .logo {
	width: 15%;
	margin: 0px 2%;
	float: left;
}

#topheader .topheaderright {
	width: 75%;
	float: right;
	height: 100px;
}
#topheader .topheaderright .navigation {
	width: 100%;
	height: 50px;
}
#topheader .topheaderright .navigation .nav {
	width: 80%;
	float: left;
	background: #0074b9;
	height: 50px;
}
.socialnet {
	width: 20%;
	background: #f91d00;
	float: left;
	height: 35px;
	text-align: center;
	color: #fff;
	padding: 15px 0px 0px 0px;
}
.socialnet a{ text-decoration:none; color:#fff; }
.socialnet:hover {
	background: #80c83d;
	color: #fff;
	cursor: pointer;
}
#topheader .topheaderright .fromdiv {
	width: 87%;
	height: 35px;
	font-size: 13px;
	text-align: left;
	background: url(../images/LATEST-NEWS.jpg) LEFT center no-repeat;
	padding: 15PX 0% 0PX 13%;
}
/* header css end here */

/* banner css */
.banner {
	width: 100%; 
	
	background: #0095d4;
	/*border-bottom: 5px solid #0074b9;*/
}
.fluid_container {
			margin: 0 auto; 
			
			width: 100%;
		}

.hoverDot {
	
	height: 150px; width:100%; background-color:#70a200; padding:50px 0px 0px 0px; text-align:center;   font-size: 40px;
	color: #fff;
	/*margin: 0 5px 5px 0;*/
}

.hoverDot span {
	display: inline;
	margin: auto;
	color: #fff;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
}
.hoverDot span a {
	text-decoration: none;
	color: #fff;
}


#slidingDoorsVert {
	
	/*Applying the Background Images*/
	background-image: url('../images/abt-bg.jpg');
	background-repeat: no-repeat;
	margin-right: 0;
	
	/*Positioning the Background Images*/
	background-position: 0px 0px, 0px 0px, 0px 0px;
	
	/*Transition Parameters*/
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

#slidingDoorsVert:hover {
	background-position: 0px -200px, 0px 200px, 0px 0px; cursor:pointer; color:#fff;
}


#buyerguide {
	
	/*Applying the Background Images*/
	background-image: url('../images/buyer-guide-banner.jpg');
	background-repeat: no-repeat;
	margin-right: 0;
	
	/*Positioning the Background Images*/
	background-position: 0px 0px, 0px 0px, 0px 0px;
	
	/*Transition Parameters*/
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

#buyerguide:hover {
	background-position: 0px -200px, 0px 200px, 0px 0px; cursor:pointer; color:#fff;
}



#slidingDoorsVertc {
	
	/*Applying the Background Images*/
	background-image: url('../images/cont-bg.jpg');
	background-repeat: no-repeat;
	margin-right: 0;
	
	/*Positioning the Background Images*/
	background-position: 0px 0px, 0px 0px, 0px 0px;
	
	/*Transition Parameters*/
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

#slidingDoorsVertc:hover {
	background-position: 0px -200px, 0px 200px, 0px 0px; cursor:pointer; color:#fff;
}



#slidingDoorsVertcsr {
	
	/*Applying the Background Images*/
	background-image: url('../images/csr.jpg');
	background-repeat: no-repeat;
	margin-right: 0;
	
	/*Positioning the Background Images*/
	background-position: 0px 0px, 0px 0px, 0px 0px;
	
	/*Transition Parameters*/
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

#slidingDoorsVertcsr:hover {
	background-position: 0px -200px, 0px 200px, 0px 0px; cursor:pointer; color:#fff;
}

#careersbanner {
	
	/*Applying the Background Images*/
	background-image: url('../images/carerer-banner.jpg');
	background-repeat: no-repeat;
	margin-right: 0;
	
	/*Positioning the Background Images*/
	background-position: 0px 0px, 0px 0px, 0px 0px;
	
	/*Transition Parameters*/
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

#careersbanner:hover {
	background-position: 0px -200px, 0px 200px, 0px 0px; cursor:pointer; color:#fff;
}





.banner2 {
	width: 100%;
	height: 150px;
	background: url(../images/abt-bg.jpg) left top no-repeat;
	text-align: center;
	padding: 20px 0px 0px 0px;
	font-size: 35px;
	color: #fff;
}
.banner2 span {
	display: inline;
	margin: auto;
	color: #aaadaf;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
}
.banner2 span a {
	text-decoration: none;
	color: #aaadaf;
}


/* baner css end here */
.readmore {
	padding: 10px 20px;
	background: #0074b9;
	font-size: 12px;
	float: right;
	color: #000;
}
.readmore a {
	text-decoration: none;
	color: #fff;
}
.readmore:hover {
	background: #f51b21;
}
.socialnetwrk {
	width: 100%; text-align:right;
	height: 30px; background:#3d464e;
}
.welcomediv {
	width: 90%;
	background: url(../images/welcome-text.png) left top repeat;/*url(../images/About_ImpressAtEveryAngle.jpg) left top repeat;*/
	padding: 520px 5% 40px 5%;
}
.welcomediv h1 {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20PX; color:#fff;
}
.welcomediv p {
	text-align: center; font-style:normal;
	line-height: 26px;
	font-size: 14px;
	padding: 0px 5% 20px 5%; color:#000;
}
.welcomediv p strong {
	padding: 10px 10%;
	font-size: 20px;
	color: #fff; color:#fff;
}
.welcomediv p span {
	font-size: 20px;
}
.moreread {
	padding: 10px 30px;
	margin: 0px 45%;
	border: 1px solid #fff;
	font-size: 15px;
	color: #fff;
}
.moreread a{text-decoration:none;
	color: #fff;
}
.moreread:hover {
	background: #96ce17;
	cursor: pointer;
}
#projects {
	width: 100%;
	height: 320px; padding:5px 0px 0px 0px;
	background: #fff url(../images/project-texture.png) left top repeat;
}
#projects h1 {
	text-align: center;
	padding: 15px 0px 5px 0px;
	font-family: 'Titillium Web', sans-serif; font-style:normal;
	font-size: 12PX;
	color: #fff;
}
.fter {
	width: 90%; font-style:normal;
	background: #0068ad;
	padding: 5px 5%;
	height: 25px;
}
.copyright {
	width: 30%;
	font-size: 12px;
	padding: 5px 0px;
	color: #CCC;
	float: left;
	text-align: left;
}
.btmlink {
	width: 40%;
	font-size: 12px;
	padding: 5px 0px;
	color: #CCC;
	float: left;
	text-align: center;
}
.btmlink a {
	text-decoration: none;
	color: #ccc;
}
.btmlink a:hover {
	text-decoration: none;
	color: #000;
}
.poweredby {
	/*width: 30%;*/  float:right;
	font-size: 12px;
	padding: 5px 0px;
	color: #CCC;
	
	text-align: right;
}
.poweredby a {
	color: #fff;
	text-decoration: none;
}
.formtxt {
	font-family: 'Titillium Web', sans-serif;
	padding: 10px 0px;
	font-size: 14px;
	color: #333;
}
.activelink {
	background: #0074b9;
}
.keymanegmentbox {
	width: 77%;
	padding: 20px; border-radius:5px; -webkit-border-radius:5px; -moz- -webkit-border-radius:5px;
	background: #fff; margin:2% 10%; height:350px; }
	
	.latestnews {
	width: 90%; background:url(../images/About_BringBrandsToAction.jpg) left top repeat;
	padding: 20px 5%; min-height:700px; 
}
.latestnews .weltxt{float:left; width:100%; line-height:22px; font-size:15px; margin:0px 2%; color:#fff;}
	

	

.discla {
	width: 90%; background:url(../images/About_BringBrandsToAction.jpg) left top repeat;
	padding: 20px 5%; min-height:230px; 
}
.discla .weltxt{float:left; width:100%; font-family: 'Titillium Web', sans-serif; line-height:22px; font-size:15px; margin:0px 2%; color:#fff;}
.redevelopemtnt {
	width: 90%; background:url(../images/About_BringBrandsToAction.jpg) left top repeat;
	padding: 20px 5%; min-height:1050px; 
}
.redevelopemtnt .weltxt{float:left; width:100%; font-family: 'Titillium Web', sans-serif; line-height:22px; font-size:15px; margin:0px 2%; color:#fff;}


.welcomediv2 {
	width: 90%; background:url(../images/About_BringBrandsToAction.jpg) left top repeat;
	padding: 20px 5%; min-height:430px; 
}
.welcomediv2 h1 {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20PX;
}
.welcomediv2 p {
	text-align: justify;
	line-height: 26px;
	font-size: 15px;
	padding: 20px 5%; float:left; 
}
.welcomediv2 p strong {
	padding: 10px 10%;
	font-size: 20px;
	color: #fff;
}
.welcomediv2 p span {
	font-size: 20px;
}

.welcomediv2 .points{ float:left; width:20%; margin-top:10%; color:#fff; font-family: 'Titillium Web', sans-serif; font-size:30px; line-height:40px; }
.welcomediv2 .weltxt{float:left; width:36%; margin:0px 2%; color:#fff;}

.people{width:50%; float:left; height:350px;}

.peopletxt{width:50%; float:left; height:350px;}

.peopletxt p{ padding:20px; font-size:15px; line-height:35px; text-align: justify;}
.peopletxt h2{ padding:10px 0px 0px 20px; font-size:20px;}







.visionmission {
	width: 90%; background:url(../images/About_BringBrandsToAction.jpg) left top repeat;
	padding: 20px 5%; min-height:570px; 
}
.visionmission h1 {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20PX;
}
.visionmission p {
	text-align: justify;
	line-height: 26px;
	font-size: 15px;
	padding: 20px 5%; float:left; 
}
.visionmission p strong {
	padding: 10px 10%;
	font-size: 20px;
	color: #fff;
}
.visionmission p span {
	font-size: 20px; border-bottom:1px solid #666; width:100%; padding:5px;
}

.visionmission .points{ float:left; width:20%; margin-top:10%; color:#fff; font-family: 'Titillium Web', sans-serif; font-size:30px; line-height:40px; }
.visionmission .weltxt{float:left; width:36%; margin:0px 2%; color:#fff;}

.contactustitle {
	width: 100%; background:#fff;
	padding: 5px 0px; min-height:80px;padding-top:50px; text-align:center; font-size:25px; 
}
.contactusadd {
	width: 100%; background:#0486d3;
	padding: 5px 0px; min-height:200px; 
}
.contactusfrom {
	width: 100%; background:#231f20;
	padding: 5px 0px; min-height:350px; 
}
.emicalc {
	width: 60%; text-align:center; padding:50px 20% 5px 20%; background:#fff;
	 min-height:250px; 
}
.contactusadd .registered{ float:left; width:30%; padding:3% 9% 0px 9%; border-right:1px solid #373536; color:#fff; line-height:30px; }
.contactusadd .admin{  width:20%; margin:auto; padding:3% 9%; text-align:center;  color:#fff; line-height:30px; }
.contactus {
	width: 100%; background:#fff;
	padding: 5px 0px; min-height:350px; 
}
.contactus h1 {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20PX;
}
.contactus p {
	text-align: justify;
	line-height: 26px;
	font-size: 15px;
	padding: 20px 5%; float:left; 
}
.contactus p strong {
	padding: 10px 10%;
	font-size: 20px;
	color: #fff;
}
.contactus p span {
	font-size: 20px; border-bottom:1px solid #666; width:100%; padding:5px;
}


.contactus .weltxt{ width:50%; height:350px; float:left; margin:0px; color:#fff;}






.philosophy {
	width: 90%; background:url(../images/About_ImpressAtEveryAngle.jpg) left top repeat;
	padding: 20px 5%; min-height:550px; 
}
.philosophy h1 {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20PX;
}
.philosophy p {
	text-align: justify;
	line-height: 26px;
	font-size: 15px;
	/*padding: 20px 5%;*/ float:left; 
}
.philosophy p strong {
	padding: 10px 10%;
	font-size: 20px;
	color: #fff;
}
.philosophy p span {
	font-size: 20px; border-bottom:1px solid #666; width:100%; padding:5px;
}

.philosophy .points{ float:left; width:20%; margin-top:10%; color:#fff; font-family: 'Titillium Web', sans-serif; font-size:30px; line-height:40px; }
.philosophy .weltxt{float:left; width:36%; margin:0px 2%; color:#fff;}



.key {
	width: 90%; background:url(../images/About_ImpressAtEveryAngle.jpg) left top repeat;
	padding: 20px 5%; min-height:700px; 
}
.key h1 {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20PX;
}
.key p {
	text-align: justify;
	line-height: 26px;
	font-size: 15px;
	padding: 20px 5%; float:left; 
}
.key p strong {
	padding: 10px 10%;
	font-size: 20px;
	color: #fff;
}
.key p span {
	font-size: 20px; border-bottom:1px solid #666; width:100%; padding:5px;
}

.key .points{ float:left; width:20%; margin-top:10%; color:#fff; font-family: 'Titillium Web', sans-serif; font-size:30px; line-height:40px; }
.key .weltxt{float:left; width:75%; margin:0px 2%; color:#fff;}









#loremdiv {
	margin:0px 5px 5px 10px; float:left;
	height: 120px; width: 120px;   text-align:center;
	background: #fe1f00;
	-webkit-transition: -webkit-border-radius 0.5s ease-in;
	-moz-transition: -moz-border-radius 0.5s ease-in;
	-o-transition: border-radius 0.5s ease-in;
	-ms-transition: border-radius 0.5s ease-in;
	transition: border-radius 0.5s ease-in;

}

#loremdiv:hover {
	background:#0068ad; cursor:pointer;
	
	-webkit-transform: rotate(1080deg);
	-moz-transform: rotate(1080deg);
	-o-transform: rotate(1080deg);
	-ms-transform: rotate(1080deg);
	transform: rotate(1080deg);

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;

}

.team_member {
  width:100%;
  position:relative;
  overflow:hidden;
  height:250px;
}

.info {
  height:100%;
}

.info img {
  width:100%;
  transition: all .4s ease-out .1s;
   -moz-transition: all .4s ease-out .1s;
   -webkit-transition: all .4s ease-out .1s;
}

.info h5 {
  padding: 10px 10px 0 0;
  margin: 0 0 10px 3px;
  line-height: 1em;
  opacity: 1;
  transition: all .2s ease-out .1s;
   -moz-transition: all .2s ease-out .1s;
   -webkit-transition: all .2s ease-out .1s;
  font-size:13px;
}

.info h6 {
  padding:0 10px 0 0;
  font-size:12px;
  margin:0 0 0 3px;
  line-height:1em;
  text-transform:uppercase;
  color:#999;
  opacity:1;
  transition: all .2s ease-out .1s;
   -moz-transition: all .2s ease-out .1s;
   -webkit-transition: all .2s ease-out .1s;
}

.info_reveal {
  height:100%; 
  transition: all .3s ease-in 0s;
   -moz-transition: all .3s ease-in 0s;
   -webkit-transition: all .23s ease-in 0s;
  position:absolute;
  width:100%;
  left:0;
  top:-100%;
  background: rgba(255,31,0,0.9);
}

.info_reveal h6 {
  padding: 20px 8px 5px 8px;
  line-height: 1.1em;
		margin-bottom: 20px;
		color: #fff;
  font-size: 1em;
}

.info_reveal p {
  padding:0 8px;
  font-size:15px;
  line-height: 1.2em;
  color: #073a2e;
  font-weight:400;  
}

.info_reveal a {
  color: #073a2e;
		word-break: break-word;
  text-decoration:none;
}

.info_reveal a:hover {
  color: #073a2e;
}

.responsive_grid {
 display:block;
 margin:0;
 padding:0;
 list-style:none;
}

.responsive_grid li {
 cursor:pointer;
 width: 20.66667%;
 padding: 0 10px 10px;
 display:block;
 height:auto;
 float:left;
 margin-bottom:10px;
}

.responsive_grid li:hover .info_reveal,
.responsive_grid li:focus .info_reveal{
 left: 0;
 top:0;
 transition: all .3s ease-out .1s;
   -moz-transition: all .3s ease-out .1s;
   -webkit-transition: all .3s ease-out .1s;
}

.responsive_grid li:hover .info img,
.responsive_grid li:focus .info img {
  width:210%;
  margin-left:-50%;
  transition: all .4s ease-in 0s;
   -moz-transition: all .4s ease-in 0s;
   -webkit-transition: all .4s ease-in 0s;
}

.responsive_grid li:hover .info h5,
.responsive_grid li:focus .info h5,
.responsive_grid li:hover .info h6,
.responsive_grid li:focus .info h6 {
  opacity: 0;
  transition: opacity .2s linear 0s;
   -moz-transition: opacity .2s linear 0s;
   -webkit-transition: opacity .2s linear 0s;}
/*.peopletxt{ height:250px;}*/





.Director {
	width: 90%; background:url(../images/About_ImpressAtEveryAngle.jpg) left top repeat;
	padding: 20px 5%; min-height:650px; 
}
.Director h1 {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20PX;
}
.Director p {
	text-align: justify;
	line-height: 26px;
	font-size: 15px;
	padding: 20px 5%; float:left; 
}
.Director p strong {
	padding: 10px 10%;
	font-size: 20px;
	color: #fff;
}
.Director p span {
	font-size: 20px; border-bottom:1px solid #666; width:100%; padding:5px;
}

.Director .points{ float:left; width:20%; margin-top:10%; color:#fff; font-family: 'Titillium Web', sans-serif; font-size:30px; line-height:40px; }
.Director .weltxt{float:left; width:75%; margin:0px 2%; color:#fff;}





.upcoming {
	width: 100%; background:#fff;
	padding: 5px 0px; min-height:70%; overflow:hidden; 
}
.upcoming h1 {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20PX;
}
.upcoming p {
	text-align: justify;
	line-height: 26px;
	font-size: 15px;
	padding: 20px 5%; float:left; 
}
.upcoming p strong {
	padding: 10px 10%;
	font-size: 20px;
	color: #fff;
}
.upcoming p span {
	font-size: 20px; border-bottom:1px solid #666; width:100%; padding:5px;
}


.upcoming .weltxt{ width:50%; height:350px; float:left; margin:0px; color:#fff;}






.vakra {
	width: 100%; background:url(../images/About_ImpressAtEveryAngle.jpg) left top repeat;
	padding: 5px 0px; min-height:50%; overflow:hidden; 
}
.vakra h1 {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20PX;
}
.vakra p {
	text-align: justify;
	line-height: 26px;
	font-size: 15px;
	padding: 20px 5%; float:left; 
}
.vakra p strong {
	padding: 10px 10%;
	font-size: 20px;
	color: #fff;
}
.vakra p span {
	font-size: 20px; border-bottom:1px solid #666; width:100%; padding:5px;
}


.vakra .weltxt{ width:50%; height:350px; float:left; margin:0px; color:#fff;}

.projectslink{ width:100%; margin:5px 0px 10px 0px; font-size:13px; color:#fff; height:30px; padding:0px 0px 0px 0px; background:#0074b9; }
.projectslink em{ font-size:13px;}
.projectslink a{ color:#fff; text-decoration:none;}
.projectslink span {  float:left; padding:8px 0px 0px 10px;}
.projectslink span a:hover{ color:#000;}

.bulletpoint{ text-align:left; font-size:13px; padding:10px 0px;}

.gallerycont{ width:100%; text-align:left;  padding:5px; }




.csr {
	width: 90%; background:url(../images/About_BringBrandsToAction.jpg) left top repeat;
	padding: 20px 5%; min-height:500px; 
}
.csr h1 {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20PX;
}
.csr p {
	text-align: justify;
	line-height: 26px;
	font-size: 15px;
	padding: 20px 5%; float:left; 
}
.csr p strong {
	padding: 10px 10%;
	font-size: 20px;
	color: #fff;
}
.csr p span {
	font-size: 20px;
}

.csr .points{ float:left; width:20%; margin-top:10%; color:#fff; font-family: 'Titillium Web', sans-serif; font-size:25px; line-height:40px; }
.csr .weltxt{float:left; width:36%; margin:0px 2%; color:#fff;}


.driving-direction{ padding:5px; margin:15px 5px 0px 5px; width:50%; text-align:center; cursor:pointer; font-size:12px; border:1px solid #FFF; color:#FFF;}
.driving-direction:hover{ background:#034c77;}
.driving-direction a{ text-decoration:none; color:#fff;}

.toggletxt{ color:#fff; padding:10px 0px; background:#f6381e;  font-family: 'Titillium Web', sans-serif; font-size:15px; }

.toggletxtt{  font-family: 'Titillium Web', sans-serif; line-height:23px; text-align:justify; font-size:14px; }

.generalinfo {
	width: 90%; background:url(../images/About_ImpressAtEveryAngle.jpg) left top repeat;
	padding: 20px 5%; height:auto; overflow:hidden;
}
.generalinfo h1 {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20PX;
}
.generalinfo p {
	text-align: justify;
	line-height: 26px;
	font-size: 15px;
	padding: 20px 5%; float:left; 
}

.generalinfo .points{ float:left; width:20%; margin-top:10%; color:#fff; font-family: 'Titillium Web', sans-serif; font-size:30px; line-height:40px; }
.generalinfo .weltxt{float:left; width:75%; margin:0px 2%; color:#fff;}
.generalinfo p span {
	font-size: 20px; border-bottom:1px solid #666; width:100%; padding:5px;
}

.social-bullet{
	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left:20px;
	margin:5px 0px 5px 60px ;
	font-size: 12px;
	color: #e5e6e6;
	line-height: 18px; height:auto; background:url(../images/arrow.png) left 10px  no-repeat; overflow:hidden; cursor:pointer;  border-bottom:1px solid #2c2c2c;
}
.social-bullet:hover{ background:#f6381e; padding:5px;}

.social-bullett{
	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left:20px;
	margin:5px 0px 5px 5px ;
	font-size: 15px;
	color: #000; text-align:left;
	line-height: 18px; height:auto; background:url(../images/arrow.png) left 10px  no-repeat; overflow:hidden; cursor:pointer;  
}
.social-bullett:hover{ background:#f6381e; padding:5px;}

.social-bullettt{
	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left:20px;
	margin:5px 0px 5px 5px ;
	font-size: 15px;
	color: #fff;
	line-height: 18px; height:auto; background:url(../images/arrow.png) left 10px  no-repeat; overflow:hidden; cursor:pointer;  
}
.social-bullettt:hover{ background:#f6381e; padding:5px;}

.locationdiv{float:left; width:100%; text-align:justify;}
/*.locationmap{float:left; width:25%; text-align:justify;}*/

.vakra .projectslink  ul {
	margin: 0px;
	padding: 0px;
}
.vakra .projectslink  ul li {
	display: inline;
	float: left;
	padding: 9px 5px 8px 5px; font-size:11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #095c8d;
}

.vakra .projectslink  ul li:hover{background-color: #900; color:#fff;}
.linkactive{ background-color: #ff000a; color:#000;}


 #makeMeScrollable
    {
        width:100%;
        height: 330px;
        position: relative;
    }

    #makeMeScrollable div.scrollableArea *
    {
        position: relative;
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        /* If you don't want the images in the scroller to be selectable, try the following
           block of code. It's just a nice feature that prevent the images from
           accidentally becoming selected/inverted when the user interacts with the scroller. */
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
    }
    /* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */

    /* Invisible left hotspot */
    div.scrollingHotSpotLeft
    {
        /* The hotspots have a minimum width of 100 pixels and if there is room the will grow
        and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
        min-width: 75px;
        width: 10%;
        height: 100%;
        /* There is a big background image and it's used to solve some problems I experienced
        in Internet Explorer 6. */
        background-image: url(http://smoothdivscroll.com/images/big_transparent.gif);
        background-repeat: repeat;
        background-position: center center;
        position: absolute;
        z-index: 200;
        left: 0;
        /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
        cursor: url(http://smoothdivscroll.com/images/cursors/cursor_arrow_left.png), url(http://smoothdivscroll.com/images/cursors/cursor_arrow_left.cur),w-resize;
    }

    /* Visible left hotspot */
    div.scrollingHotSpotLeftVisible
    {
        background-image: url(../images/arrow_left.gif);                
        background-color: #fff;
        background-repeat: no-repeat;
        opacity: 0.35; /* Standard CSS3 opacity setting */
        -moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
        filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
        zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
    }

    /* Invisible right hotspot */
    div.scrollingHotSpotRight
    {
        min-width: 75px;
        width: 10%;
        height: 100%;
        background-image: url(http://smoothdivscroll.com/images/big_transparent.gif);
        background-repeat: repeat;
        background-position: center center;
        position: absolute;
        z-index: 200;
        right: 0;
        cursor: url(http://smoothdivscroll.com/images/cursors/cursor_arrow_right.png), url(http://smoothdivscroll.com/images/cursors/cursor_arrow_right.cur),e-resize;
    }

    /* Visible right hotspot */
    div.scrollingHotSpotRightVisible
    {
        background-image: url(http://smoothdivscroll.com/images/arrow_right.gif);
        background-color: #fff;
        background-repeat: no-repeat;
        opacity: 0.35;
        filter: alpha(opacity = 35);
        -moz-opacity: 0.35;
        zoom: 1;
    }

    /* The scroll wrapper is always the same width and height as the containing element (div).
       Overflow is hidden because you don't want to show all of the scrollable area.
    */
    div.scrollWrapper
    {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    div.scrollableArea
    {
        position: relative;
        width: auto;
        height: 100%;
    }   
	
	.projectheader{ padding:10px 0px ; text-align:center; color:#fff; background:#0074b9;}
	.projectheaderr h2{ padding:10px 0px ; text-align:center; margin:0 auto; color:#fff; background:#0074b9;}
	
	
.Associate  {
	width: 90%; background:url(../images/About_BringBrandsToAction.jpg) left top repeat;
	padding: 20px 5%; min-height:760px; 
}
.Associate h1 {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20PX;
}
.Associate p {
	text-align: justify;
	line-height: 26px;
	font-size: 15px;
	padding: 20px 5%; float:left; 
}
.Associate p strong {
	padding: 10px 10%;
	font-size: 20px;
	color: #fff;
}
.Associate p span {
	font-size: 20px;
}

.Associate .points{ float:left; width:20%; margin-top:10%; color:#fff; font-family: 'Titillium Web', sans-serif;font-size:30px; line-height:40px; }
.Associate .weltxt{float:left; width:45%; box-shadow:1px 2px 3px #3b2a28;  border-radius:5px; margin:0px 2%; color:#f72c11; border:1px solid #666; }	
.newsscroller{ width:100%; padding:5px 0px; margin:0px 0px 10px 0px; border-bottom:1px solid #554843;}
.newsscroller h3{ color:#fb4830; font-size:15px;}
.newsscroller p{ color:#fff; font-size:13px; padding:10px 0px;}
.newsscroller p span{ color:#fff; background:#fb4830; padding:5px; border-radius:5px;}
.newsscroller p span a{ text-decoration:none; color:#fff;}
.newsscroller p span:hover{  background:#2a211c; cursor:pointer;}


.viewmoewbtn{ background:#fff; padding:3px 8px; color:#000; font-size:12px; margin-top:5px;}
.viewmoewbtn a{ text-decoration:none; color:#000;}
.viewmoewbtn a:hover{ color:#0169c1;}
.keydetails{width:65%; height:250px;}
.weltxtt-r{float:right; width:40%; font-family: 'Titillium Web', sans-serif; line-height:22px; font-size:15px; background:#7a7471; padding:10px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; margin:0px 2%; color:#fff;}
.weltxtt-l{float:left; width:45%; font-family: 'Titillium Web', sans-serif; line-height:22px; font-size:15px; margin:0px 2%; color:#fff;}
.mobilenav{display:none; }

 @media only screen and (min-width: 320px) and (max-width: 768px) { 
 
 .mobilenav{ display:block; width:100%; height:30px; background:#039; padding:5px 0px;}
 .contactusadd .admin{  width:80%; margin:auto; padding:3% 9%; text-align:center;  color:#fff; line-height:30px; }
 .welcomediv2 {
	width: 96%; background:url(../images/About_BringBrandsToAction.jpg) left top repeat;
	padding: 20px 2%; height:100%; overflow:auto;
}
.welcomediv2 .points{ float:left; width:100%; margin-top:10%; text-align:center; color:#fff; font-family: 'Titillium Web', sans-serif; font-size:20px; line-height:40px; }
.welcomediv2 .weltxt{float:left; width:96%; margin:0px 2%; color:#fff;}

.visionmission {
	width: 96%; background:url(../images/About_BringBrandsToAction.jpg) left top repeat;
	padding: 20px 2%;  height:100%; overflow:auto;
}
.visionmission .points{ float:left; width:100%; margin-top:10%; color:#fff; text-align:center; font-family: 'Titillium Web', sans-serif; font-size:20px; line-height:40px; }
.visionmission .weltxt{float:left; width:96%; margin:0px 2%; color:#fff;}
.hoverDot {
	
	height: 150px; width:100%; background-color:#70a200; padding:50px 0px 0px 0px; text-align:center;   font-size:20px;
	color: #fff;
	/*margin: 0 5px 5px 0;*/
}

.philosophy {
	width: 96%; background:url(../images/About_ImpressAtEveryAngle.jpg) left top repeat;
	padding: 20px 2%; height:100%; overflow:auto;
}

.philosophy .points{ float:left; width:100%; margin-top:10%; color:#fff; text-align:center;  font-family: 'Titillium Web', sans-serif; font-size:20px; line-height:40px; }
.philosophy .weltxt{float:left; width:96%; margin:0px 2%; color:#fff;}

.Director {
	width: 96%; background:url(../images/About_ImpressAtEveryAngle.jpg) left top repeat;
	padding: 20px 2%; height:100%; overflow:auto; 
}
.Director .points{ float:left; width:100%; margin-top:10%; color:#fff; text-align:center;  font-family: 'Titillium Web', sans-serif; font-size:20px; line-height:40px; }
.Director .weltxt{float:left; width:96%; margin:0px 2%; color:#fff;}

.key {
	width: 96%; background:url(../images/About_ImpressAtEveryAngle.jpg) left top repeat;
	padding: 20px 2%; height:100%; overflow:auto; 
}
.key .points{ float:left; width:100%; margin-top:10%; color:#fff; text-align:center;font-family: 'Titillium Web', sans-serif; font-size:20px; line-height:40px; }
.key .weltxt{float:left; width:96%; margin:0px 2%; color:#fff;}
.gallerycont img{ width:96%; height:auto; margin:0px ; padding:0px; }
.responsive_grid li {
 cursor:pointer;
 width: 100%;
 padding: 0 10px 10px;
 display:block;
 height:auto;
 float:left;
 margin-bottom:10px;
}
.keydetails{width:100%; height:100%; overflow:hidden;}
.csr {
	width: 96%; background:url(../images/About_BringBrandsToAction.jpg) left top repeat;
	padding: 20px 2%; height:100%; overflow:auto;  
}
.csr .points{ float:left; width:100%; margin-top:10%; color:#fff; text-align:center;font-family: 'Titillium Web', sans-serif; font-size:20px; line-height:40px; }
.csr .weltxt{float:left; width:96%; margin:0px 2%; color:#fff;}

.redevelopemtnt {
	width: 96%; background:url(../images/About_BringBrandsToAction.jpg) left top repeat;
	padding: 20px 2%; height:100%; overflow:auto;  
}
.redevelopemtnt .weltxtt{float:left; width:100%;font-family: 'Titillium Web', sans-serif; line-height:22px; font-size:15px; margin:0px 2%; color:#fff;}

.weltxtt-r{float:left; width:90%;font-family: 'Titillium Web', sans-serif; line-height:22px; font-size:15px; background:#7a7471; padding:10px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; margin:0px 2%; color:#fff;}
.weltxtt-l{float:left; width:96%;font-family: 'Titillium Web', sans-serif; line-height:22px; font-size:15px; margin:0px 2%; color:#fff;}


.generalinfo {
	width: 96%; background:url(../images/About_ImpressAtEveryAngle.jpg) left top repeat;
	padding: 20px 2%; height:auto; overflow:hidden;
}
.generalinfo .points{ float:left; width:100%; margin-top:10%; color:#fff;  text-align:center;font-family: 'Titillium Web', sans-serif; font-size:20px; line-height:40px; }
.generalinfo .weltxt{float:left; width:96%; margin:0px 2%; color:#fff;}

.Associate  {
	width: 96%; background:url(../images/About_BringBrandsToAction.jpg) left top repeat;
	padding: 20px 2%; height:auto; overflow:hidden;
}
.Associate .points{ float:left; width:100%; margin-top:10%; text-align:center; color:#fff;font-family: 'Titillium Web', sans-serif; font-size:20px; line-height:40px; }
.Associate .weltxt{float:left; width:96%; box-shadow:1px 2px 3px #3b2a28;  border-radius:5px; margin:0px 2% 5% 0px; color:#f72c11; border:1px solid #666; }
.vakra {
	width: 100%; background:url(../images/About_ImpressAtEveryAngle.jpg) left top repeat;
	padding: 5px 0px; height:auto; overflow:hidden; 
}
.projectslink{ width:100%; margin:5px 0px 10px 0px; height:auto; overflow:hidden;  font-size:11px; color:#fff; padding:0px 0px 0px 0px; background:#0074b9; }
.projectslink em{ font-size:11px;}

.vakra .projectslink  ul {
	margin: 0px;
	padding: 0px;
}
.vakra .projectslink  ul li {
	display: block; width:100%;
	float: left;
	padding: 9px 5px 8px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #095c8d; 
}

.vakra .projectslink  ul li:hover{background-color: #900; color:#fff;}

.vakra p {
	text-align: justify;
	line-height: 26px;
	font-size: 15px;
	padding: 20px 5%; float:left; 
}


  .moreread {
	padding: 10px 30px;
	margin: 0px 30%;
	border: 1px solid #fff;
	font-size: 15px;
	color: #fff;
}
	#topheader {
	width: 100%;
	/*height:15%;*/
	background: #e4e4e6;
}
	#topheader .logo {

	width: 100%;
	margin: 0px; text-align:center;
	float: left;
}
#topheader .topheaderright {
	width: 100%;
	float: left;
	height: 100px; display:none;}
	

#projects {
	width: 100%;
	height: auto; padding:5px 0px 0px 0px;
	background: #fff url(../images/project-texture.png) left top repeat;
}
.fter {
	width: 90%;
	background:#0068ad;
	padding: 5px 5%; height:13%;
}


.copyright {
	width: 100%;
	font-size: 12px;
	padding: 5px 0px;
	color: #CCC;
	float: left;
	text-align: center;
}
.btmlink {
	width: 100%;
	font-size: 12px;
	padding: 5px 0px;
	color: #CCC;
	float: left;
	text-align: center;
}
.btmlink a {
	text-decoration: none;
	color: #ccc;
}
.btmlink a:hover {
	text-decoration: none;
	color: #000;
}
.poweredby {
	width: 100%;
	font-size: 12px;
	padding: 0px 0px;
	color: #CCC;
	float: left;
	text-align: center;
}
.poweredby a {
	color: #fff;
	text-decoration: none;
}
	}
	
	.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: #efefef;
}

/** 
* Nav container 
* 1. Ensure this slides in below parent
* 2. Hide by default
* 3. Smoother scrolling experience on iOS
*/

.nav-container {
  position: fixed;
  top:45px; /* 1 */
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  visibility: hidden; /* 2 */
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); /* 2 */
  background-color: #c0c0c0;
  -webkit-overflow-scrolling: touch; /* 3 */
}

/* 1. Show when `.is-visible` class is added */

.nav-container.is-visible {
  visibility: visible; /* 1 */
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); /* 1 */
}

/* Nav toggle */

.nav-toggle {
  line-height: 1;
  display: inline-block;
  padding: 0.8rem 0.5rem;
  border: 0;
  background-color: #0074b9;
}

/* Nav toggle icon */

.nav-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 20px;
  vertical-align: middle;
  fill: none;
}

/* Nav toggle icon lines */

.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  background-color: #fff;
}

/* Nav toggle icon line 1 */

.icon-menu .line-1 { top: 0; }

/* When active, rotate line 1 to be lefthand part of X */

.is-active .icon-menu .line-1 {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
}

/* Nav toggle icon line 2 */

.icon-menu .line-2 {
  top: 50%;
  margin-top: -2px;
}

/* When active, hide line 2 */

.is-active .icon-menu .line-2 { opacity: 0; }

/* Nav toggle icon line 3 */

.icon-menu .line-3 { bottom: 0; }

/* When active, rotate line 3 to be righthand part of X */

.is-active .icon-menu .line-3 {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

/* Remove default list styles for menus */

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** 
* 1. Give menu a lighter background than its container 
* 2. Prevent menu text from being accidentally highlighted
*/

.nav-menu {
  background-color: #dedede; /* 1 */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;         /* 2 */
}

/* Give menu items a top border */

.nav-menu .menu-item { border-top: 1px solid #bbb; }

/* Give last menu item a bottom border */

.nav-menu > .menu-item:last-child { border-bottom: 1px solid #bbb; }

/* Darker background color on hover, and when toggled */

.nav-menu > .menu-item:hover,
.nav-menu > .menu-item.is-active { background-color: #d0d0d0; }

/* 1. Menu links are block level, by default */

.nav-menu .menu-link {
  display: block; /* 1 */
  text-decoration: none;
  color: #444;
  padding: 0.75rem 1rem;
}

/* 1. Menu items with dropdowns appear clickable */

.has-dropdown {
  position: relative;
  cursor: pointer; /* 1 */
}

/* 1. Parent menu links inlined so you can toggle the dropdown */

.has-dropdown > .menu-link { display: inline-block; }

/* 1. Add an icon to menu items that have sub menus */

.has-dropdown:after {
  font-size: 32px;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  content: "+"; /* 1 */
  color: #222;
}

/* 1. Switch icon to n-dash when toggled */

.has-dropdown.is-active:after { content: "\2013"; /* 1 */ }

/**
 * Dropdowns
 * 1. Hide dropdowns by default
 */

.nav-dropdown {
  display: none; /* 1 */
  background-color: #c0c0c0;
}

/* 1. Show dropdown when toggled */

.has-dropdown.is-active > .nav-dropdown { display: block; /* 1 */ }

/* 2nd level dropdown */

.nav-dropdown .nav-dropdown { background-color: #aaa; }

.nav-dropdown .menu-item { border-color: #a0a0a0; }

.nav-dropdown .nav-dropdown .menu-item {
  background-color: #b0b0b0;
  border-color: #909090;
}


 @media (min-width: 960px) {

.nav { background-color: #dedede; }

.nav,
 .nav-container,
 .nav-container.is-visible {
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nav-container,
 .nav-container.is-visible {
  visibility: visible;
  height: auto;
  min-height: 0;
  overflow-y: visible;
}

.nav-toggle { display: none; }

/* 1. Display menu items inline */

.nav-menu > .menu-item,
 .nav-menu > .menu-item.is-active {
  display: inline-block; /* 1 */
  background-color: transparent;
  border: 0;
}

/* Remove bottom border on last child */

.nav-menu > .menu-item:last-child { border: 0; }

.nav-menu .menu-item {
  -webkit-transition: background-color 0.15s ease-in-out,  color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out,  color 0.15s ease-in-out;
}

/* Remove +/- icons */

.has-dropdown:after { content: "" !important; }

/* Add a caret to top-level menu items that have dropdowns */

.nav-menu > .has-dropdown:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  content: "";
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #444 transparent transparent transparent;
}

/* Increase padding to compensate for caret */

.has-dropdown > .menu-link { padding-right: 2rem; }

/* Re-style dropdowns for larger screens */

.nav-dropdown {
  display: block;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 200px;
  margin: 0;
  padding: 0.5rem 0;
  background-color: #dedede;
  box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.25s,  opacity 0.25s linear;
  transition: visibility 0s linear 0.25s,  opacity 0.25s linear;
}

.has-dropdown:hover > .nav-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-dropdown .menu-item { border: 0; }

.nav-dropdown .menu-item:hover,
 .nav-dropdown .nav-dropdown .menu-item:hover { background-color: #d0d0d0; }

.nav-dropdown .nav-dropdown,
 .nav-dropdown .nav-dropdown .menu-item { background-color: #dedede; }

.nav-dropdown .nav-dropdown {
  z-index: 9998;
  top: 0;
  left: 100%;
}

}