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

}




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

}




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

}




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

}


@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/opensans-light.eot');
    src: url('../fonts/opensans-light.eot') format('embedded-opentype'),
         url('../fonts/opensans-light.woff') format('woff'),
         url('../fonts/opensans-light.ttf') format('truetype'),
         url('../fonts/opensans-light.svg#OpenSansLight') format('svg');
}

@font-face {
    font-family: 'opensansboldbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#opensansboldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}



* {
	padding:0;
	margin:0;
	list-style:none;
}
p,ul,li,ol,a,img,form,table,tbody,tr,td,th,h2,h1,input,select,div {
	padding:0;
	margin:0;
	list-style:none;
}
img { border:none;}
a {	outline:none; }
.c { clear:both;height:0px; }
.l { float:left; }
.r { float:right; }
/* Getting the new tags to behave */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body{
	font-family: 'century_gothicregular';
	font-size:15px;
	overflow-x: hidden;
    overflow-y: scroll;
	background-color:#f6f6f6;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-collapse:collapse;
}
th,tr,td{
	border-collapse:collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
img	{ border:0 none; max-width:100%; }
.toggler1{
	background: url(../images/menu.png) no-repeat scroll left 6px rgba(0, 0, 0, 0);
    color: #000;
    cursor: pointer;
    display: block;
    float: right;
    font-family: 'century_gothicregular';
    font-size: 20px;
    padding-left: 25px;
    position: relative;
    text-align:right;
    width:auto;
	top:20px;
}
.toggler1:hover{
	background:url(../images/menu-hover.png) no-repeat left 6px rgba(0, 0, 0, 0);
	color:#253D90;
}

.toggle-menu {
	display: none;
	background-color: #fff;
    float: right;
    padding-right: 34px;
    text-align: right;
    width: 100%;
	position: absolute;
	top: 0;
	right:0px;
	 opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
	filter: alpha(opacity=90);	
	 z-index: 1;
	
}
.closetoggle {
    color: #B7096C;
    cursor: pointer;
    float: right;
   font-family: 'droid_sansregular';
    font-size: 20px;
    padding-right: 20px;
    padding-top: 9px;
}
.leftitem{
	background-attachment: scroll;
    background-color: #ebebeb;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    height: 100%;
    margin: 0;
    position: fixed;
    width: 215px;
	margin:0 auto;
    z-index: 9999;
    box-shadow: 6px 0px 20px -14px #000000;
	text-align: center;
}

.disclaimer{margin-top:10px;font-size:13px;line-height:25px;}

.rightitem{
     /*float: left;*/
    margin-left: 199px;
	/*padding-bottom:15px;*/
}
.logo{
	margin: 0 auto;
    padding: 30px 0 0;
    text-align: center;
    width: auto;
}
.navigation{
   padding-top:55px;
    padding-bottom:4px;
	border-bottom:1px solid #ddd;
margin-left:-9px;
margin-right:10px;	
}
.navigation li{
	list-style:none;
	text-decoration:none;
	margin:0px;
	padding: 0 0 14px;
	text-align:left;
	
}
.navigation li a{
	padding-left:62px;
	display:block;
	 font-family: 'OpenSansLight';
	font-size:15px;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	outline:none;
}
.navigation li a:hover , .navigation li.active a:hover , .navigation li.active a.active{
	color:#2c7544 !important;
	outline:none;
}

.active{color:#2c7544 !important;}

.navigation li.fstmenu a{
	background: url("../images/normal-home-icon.png") no-repeat scroll 37px top rgba(0, 0, 0, 0);
}
.navigation li.fstmenu a:hover , .navigation li.fstmenu a.active, 
.page-home .navigation li.fstmenu a:hover , .page-home .navigation li.fstmenu a {
	background:url(../images/hover-home-icon.png) no-repeat scroll 37px top rgba(0, 0, 0, 0);
}



.navigation li.secondmenu a{
	background: url("../images/normal-services-icon.png") no-repeat scroll 37px top rgba(0, 0, 0, 0);
}
.navigation li.secondmenu a:hover , .navigation li.secondmenu a.active, 
.page-services .navigation li.secondmenu a:hover , .page-services .navigation li.secondmenu a {
	background:url(../images/hover-services-icon.png) no-repeat scroll 37px top rgba(0, 0, 0, 0);
}


.navigation li.thirdmenu a{
	background: url("../images/normal-portfolio.png") no-repeat scroll 37px top rgba(0, 0, 0, 0);
}
.navigation li.thirdmenu a:hover , .navigation li.thirdmenu a.active{
	background:url(../images/hover-portfolio.png) no-repeat scroll 37px top rgba(0, 0, 0, 0);
}


.navigation li.fourthmenu a{
	background: url("../images/normal-designideas.png") no-repeat scroll 37px top rgba(0, 0, 0, 0);
}
.navigation li.fourthmenu a:hover , .navigation li.fourthmenu a.active ,
.page-events .navigation li.fourthmenu a:hover , .page-events .navigation li.fourthmenu a {
	background:url(../images/hover-designideas.png) no-repeat scroll 37px top rgba(0, 0, 0, 0);
}


.navigation li.fivthmenu a{
	background: url("../images/normal-portfolio.png") no-repeat scroll 37px top rgba(0, 0, 0, 0);
}
.navigation li.fivthmenu a:hover , .navigation li.fivthmenu a.active ,
.page-projects .navigation li.fivthmenu a:hover , .page-projects .navigation li.fivthmenu a  {
	background:url(../images/projects-hover.png) no-repeat scroll 37px top rgba(0, 0, 0, 0);
}


.navigation li.sixmenu a{
	background: url("../images/normal-contact-icon.png") no-repeat scroll 37px top rgba(0, 0, 0, 0);
}
.navigation li.sixmenu a:hover , .navigation li.sixmenu a.active{
	background:url(../images/hover-contact-icon.png) no-repeat scroll 37px top rgba(0, 0, 0, 0);
}


.navigation li.sevenmenu a{
	background: url("../images/normal-contact-icon.png") no-repeat scroll 37px top rgba(0, 0, 0, 0);
}
.navigation li.sevenmenu a:hover , .navigation li.sevenmenu a.active, 
.page-contact .navigation li.sevenmenu a:hover , .page-contact .navigation li.sevenmenu a {
	background:url(../images/hover-contact-icon.png) no-repeat scroll 37px top rgba(0, 0, 0, 0);
}


.navigation li.blog a{
	background: url("../images/partners-normal.png") no-repeat  37px top rgba(0, 0, 0, 0);
}
.navigation li.blog a:hover , .navigation li.blog a.active , 
.page-partners .navigation li.blog a:hover , .page-partners .navigation li.blog a {
	background:url(../images/partners-hover.png) no-repeat scroll 37px top rgba(0, 0, 0, 0);
}

.navigation li.about a{
	background: url("../images/normal-about-icon.png") no-repeat  37px top rgba(0, 0, 0, 0);
}
.navigation li.about a:hover , .navigation li.about a.active, 
.page-about .navigation li.about a:hover , .page-about .navigation li.about a {
	background:url("../images/hover-about-icon.png") no-repeat scroll 37px top rgba(0, 0, 0, 0);
}

.socialicon{
	background:url(../images/border.png) no-repeat left top;
	width:179px;
	margin:0 auto;
}
.socialicon ul li{
	list-style:none;
	text-decoration:none;
	margin:0px;
	padding:0px 0 0 10px;
	float:left;
}
.socialicon ul li a{
	text-align:inherit;
    display:block;
}
.social-icon{
	padding-top:15px;
	width:130px;
	margin:0 auto;
	
}
.number{
	 font-family: 'opensansboldbold';
	 font-size:22px;
	 color:#000;
	 padding:12px 0 0px 0;
}
.email a{
	 font-family: 'opensansboldbold';
	 font-size:12px;
	 color:#000;
	 text-decoration:none;
}
.email a:hover{
	color: #2c7544;
}
.footernav{
   /*background: url("../images/footerborder.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);*/
    margin: 0 auto;
    padding-bottom: 7px;
   /* padding-top: 28px;*/
    width: 181px;
	
}

.footer{margin-top:20px;}

.footernav ul li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.footernav ul li a {
    color: #000;
    font-family: 'OpenSansRegular';
    font-size: 12px;
    text-decoration: none;
}
.footernav ul li a:hover{
	color: #ac2b0c;
}
.footernav ul li span {
    padding: 0 4px;
}
.copyright{
	 font-family: 'OpenSansRegular';
    font-size: 11px;
	color:#000;
	padding-top:15px;
	padding-bottom:10px;
}
.nexialogo{
	margin: 0 auto;
    padding-top:10px;
    text-align: center;
    width: 151px;
}
.nexialogo a{
    color: #000000;
    display: block;
    font-family: 'century_gothicregular';
    font-size: 12px;
    height: 20px;
}
.nexialogo a:hover{
	color: #ac2b0c;
	text-decoration:none;
}
.inner-cntr{
    max-width: 1061px;
	margin-top:25px;
	text-decoration:none;
}
.tabination .nav-tabs > li.active > a , .tabination .nav-tabs > li.active > a:hover , .tabination .nav-tabs > li.active > a:focus {
	 background-color: #243C90;
    border-radius: 0;
    color: #FFFFFF;
	border:none;
}

.tabination .nav-tabs > li > a {
    background-color: #E4E4E4;
    border-radius: 0;
    color: #000000;
	border:none;
	font-family: 'century_gothicregular';
    font-size: 17px;
	padding:5px 15px;
	text-transform:uppercase;
}

.tabination .nav-tabs > li {
    float: left;
    margin-bottom: 0;
	font-family: 'century_gothicregular';
    font-size: 17px;
}

.tabination .nav-tabs {
    border-bottom: medium none;
}
.tabination .tab-content{
	padding-top:17px;
}
.teambox{
	box-shadow: 0px 0px 4px 1px rgba(119, 119, 119, 0.61);
  -moz-box-shadow: 0px 0px 4px 1px rgba(119, 119, 119, 0.61);
   -webkit-box-shadow: 0px 0px 4px 1px rgba(119, 119, 119, 0.61);
   background-color:#ebebeb;
   padding:7px;
   float:none;
}

.peoplename{
	color: #000000;
    font-family: 'century_gothicregular';
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 18px 0 3px;
    text-transform: uppercase;
}
.peopleposition{
	font-family: 'century_gothicregular';
    font-size:13px;
	color:#000;
	padding:5px 0 0px;
	margin:0px;
	font-weight:normal;
}
.peoplepara{
	font-family: 'century_gothicregular';
    font-size:13px;
	color:#000;
	padding-top:20px;
	line-height:22px;
}
.peoplepara3{
	font-family: 'century_gothicregular';
    font-size:13px;
	color:#000;
	padding-bottom:20px;
	line-height:22px;
}
.smallpara{
	font-family: 'century_gothicregular';
    font-size:13px;
	color:#000;
	line-height:22px;
}
.team1{
	padding-left:0px;
	padding-right:27px;
}
.build{
	color:#303030;
	font-family: 'century_gothicregular';
    font-size:22px;
	 padding-bottom: 32px;
}

.about-img{
	float:left;
}
.about-head{
	 background: url("../images/aboutborder.jpg") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    color: #303030;
    font-family: 'century_gothicregular';
    font-size: 20px;
    line-height: 30px;
    margin-left: 52px;
    padding-left: 0;
}
.about-cnt p{
	color:#363636;
	font-family: 'century_gothicregular';
    font-size:13px;
	padding-bottom:20px;
	line-height:22px;
}
.about-cnt{
	padding-top:10px;
}
.aboutbox{
	padding-left:0px;
}
.footer{
	/*padding-top:20px;*/
}
.navigation li.thirdmenu ul li a , .navigation li.thirdmenu ul li a:hover{
	background:none;
}
.left-all{
	position:relative;
	height:100%;
} 
.navigation ul li ul{
	padding:14px 0 0px 0;
}

.navigation ul li li{
	background: url("../images/grey.png") no-repeat scroll 61px 5px rgba(0, 0, 0, 0);
    padding: 0px 0 7px 74px;
}
.navigation ul li li:hover{
	background:url(../images/blue.png) no-repeat scroll 61px 5px rgba(0, 0, 0, 0);
}
.navigation ul li li a{
	font-family: 'century_gothicregular';
	font-size:13px;
	color:#000;
	text-transform:capitalize;
	text-decoration:none;
	padding-left:0px;
}
.navigation ul li li a:hover{
	color:#263d91;
}

.navigation ul li li li{
	float:none;
	padding:0px;
	width:121px!important;
	height:141px!important;
	 max-width:121px!important; 
	max-height:141px!important;
}
#carousel{
	height:400px!important
}

#carousel1{
	height:400px!important
}

#carousel2{
	height:400px!important
}

#carousel3{
	height:400px!important
}

.navigation ul li li .submenu2{
	background-color: #FF0000;
    height: 100%;
    position: absolute;
    right: -94px;
    top: 0;
}
.menulevel2{
	 background-color: #EBEBEB;
    border: medium none;
    border-radius: 0;
    left: 214px;
    padding-top: 15px;
     top: -1095%;
}
.menulevel3{
	background-color: #EBEBEB;
    border: medium none;
    border-radius: 0;
    left: 214px;
    padding-top: 15px;
    top: -1183%;
}
.viewgallery{
	position:absolute;
	bottom:0px;
	background-color:#757575;
	height:33px;
	width:100%;
	line-height:33px;
	text-align:center;
}
.submenugallery{
	width:123px;
     margin: 0 auto 66px;
}
.navigation .dropdown:hover div.menulevel2{
 display: block;
}
.navigation .dropdown:hover div.menulevel3{
 display: block;
}
.gallerytext{
	color: #000000;
    font-family: 'century_gothicregular';
    font-size: 12px;
    padding-top: 6px;
    text-align: center;
}
.navigation ul li li .viewgallery a{
	font-family: 'century_gothicregular';
    font-size: 13px;
	color:#fff;
	text-decoration:none;
}
.rightlogo{
	float:left;
}
.toggle-menu .logo{
	padding:3px 0 7px 34px;
}
.ndlBannaeCaption{ font-family: 'OpenSansLight';
font-size:18px;
line-height:25px;
margin-top:15px;
margin-bottom:15px;
}

.ndlKnowmore{margin-top:30px;}

.ndlKnowmore a{font-size:16px; 
font-family: 'OpenSansRegular';
color:#fff;
border:1px solid #fff;
padding:5px 20px;

}

.ndlKnowmore a:hover{text-decoration:none;background:#2c7544;border:1px solid #fff;color:#fff;}

.carousel-caption{
background: url(../images/captionbg.png) repeat;

position: absolute;
text-align: left;
font-family: 'century_gothicregular';
color: #fff;
font-weight: normal;
top:50%;
}

/*.content {
    border:none;
    height:630px;
    margin:0;
    overflow: auto;
    padding:0px;
    width: auto;
}*/

.slider-main .glyphicon-chevron-left:before {
    content: "";
}
.slider-main .glyphicon-chevron-right:before {
    content: "";
}
.slider-main .carousel-control.left {
    outline: medium none;
}

.slider-main .carousel-control.right {
    outline: medium none;
}

.captionbg{


	
    text-align: left;
	font-family: 'century_gothicregular';
	font-size:39px;
	color:#fff;
	text-transform:capitalize;
	font-weight:normal;
}
.slider-main .carousel-indicators{
	display:none;
}
.slider-main .carousel-caption {
 /*bottom: 30%;*/
  left: 10%;
  padding-bottom: 0;
  right: 0;
  width:600px;
  padding:20px 30px;

}

.slider-main .left{
	left:1%;
	opacity: 1;
}

.slider-main .right{
	right: 18px;
	opacity: 1;
}

.slider-main .carousel-control .icon-next,.slider-main .carousel-control .glyphicon-chevron-right {
	top: 41%;
  /*  right:0%;
    top: 41%;
	left:0px;*/
	width:20px!important;
	height:73px!important;
}

.slider-main .carousel-control .icon-prev ,.slider-main .carousel-control .glyphicon-chevron-left{
     left: 1.3%;
    top: 41%;
	width:20px!important;
	height:73px!important;
}
.padhide{
	padding-bottom:0px!important;
	/*float:right;*/
}

.slider-main .carousel-control {
    width:auto;
}

.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}

.imagesitem ,.imagesitem1{
	position:absolute;
	top:10px;
}
#carousel{	  
   width:200px;
}
#carousel1{
	  width:200px;
}
#carousel2{	  
    width:200px;
}
  
#carousel3{
	  width:200px;
}
  
 
.selected img {
	opacity:0.5;
}
.description{
	padding-bottom:0px;
}
.description .row{
	margin-left:0px;
	margin-right:0px;
}
.description{
	float:none;
}
.rg-view{
	display:none;
}
.rg-gallery{
	position:relative;
}
.description .rg-image-wrapper {
	padding:0px;
}
.description .rg-image-nav{
	display:none;
}
.rg-image img {
    display: block;
}

.rg-thumbs {
    position: relative;
    z-index: 1;
}
.div1{
	margin-top: -81px;
}

.rg-gallery .selected img {
    opacity: 1;
}
.projectname{
	font-family: 'century_gothicregular';
	font-size:22px;
	font-weight:normal;
	color:#000;
	 background: url("../images/desbdr.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
	padding-bottom:7px;
	text-transform:uppercase;
}
.despara{
	font-family: 'century_gothicregular';
	font-size:13px;
	color:#000;
	line-height:20px;
	padding-top:7px;
}
.quickfact{
	 background-color:#e5e4e4;
	 border:1px solid #d6d6d6;
	 margin-top:25px;
    padding: 7px 17px 10px;
}
.facthead{
	font-family: 'century_gothicregular';
	font-size:16px;
	color:#000;
	text-transform:uppercase;
	 background: url("../images/desbdr.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
	 padding-bottom:8px;
}
.qkl{
	float:left;   
	width: 250px;
}
.qkr{
	float:left;
}
.loc{
	background: url("../images/loc.png") no-repeat scroll left 1px rgba(0, 0, 0, 0);
    color: #000000;
    font-family: 'century_gothicregular';
    font-size: 13px;
    padding-left: 18px;
}
.size{
	 background: url("../images/size.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    color: #000000;
    font-family: 'century_gothicregular';
    font-size: 13px;
    padding-left: 19px;
}
.type {
    background: url("../images/door.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    color: #000000;
    font-family: 'century_gothicregular';
    font-size: 13px;
    padding-left: 18px;
}
.unit{
	background: url("../images/door2.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    color: #000000;
    font-family: 'century_gothicregular';
    font-size: 13px;
    padding-left: 20px;
}
.desgallery{
	width:46%;
}
.desproject{
	padding-right:0px;
}
.quickcol1{
	padding-top:10px;
}
.quickcol2{
	padding-top:20px;
}
.des-tab{
	margin-top:20px;
}

.des-tab .nav-tabs > li.active > a, 
.des-tab .nav-tabs > li.active > a:hover, 
.des-tab .nav-tabs > li.active > a:focus {
   /* -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;*/
    background-color: #243c90;
   /* border-color: #DDDDDD #DDDDDD rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 1px;*/
	border:none;
    color: #fff;
    cursor: default;
	text-decoration:none;
	border-radius:0px;
}

.des-tab .nav-tabs > li > a {
   /* border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 2px;*/
	background-color: #e4e4e4;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'century_gothicregular';
	font-size:14px;
	color:#000;
	border:none;
	line-height:normal;
	margin-right:3px;
	border-radius:0px;
}
.des-tab .nav > li > a {
    display: block;
    padding:8px 13px;
    position: relative;
}
.des-tab .tab-content{
	margin-top:10px;
	font-family: 'century_gothicregular';
	font-size:13px;
	color:#000;
}

.des-tab .nav-tabs {
    border-bottom:none;
}

.desproject{
	padding-top:30px;
}

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 39.25%;
    padding-top: 31px;
    position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hidediv{
	display:none;
}
.hidediv1{
	display:none;
}
.pbox{
	background-color:#fff;
	padding:11px;
	cursor:pointer;
}
.pbox:hover{
 box-shadow: 0 2px 9px #000000;
}
.pr-head{
	color:#010000;
	font-family: 'century_gothicregular';
	font-weight:normal;
	text-decoration:none;
	 padding-bottom: 8px;
    padding-top: 16px;
}
.pr-para{
	color:#010000;
	font-family: 'century_gothicregular';
	font-size:13px;
	line-height:20px;
}

.projecttab .tab-content{
	padding-top:20px;
	background:url(../images/desbdr.png) repeat-x left top;
	margin-top: 15px;
}

.pbox {
    margin-bottom: 20px;
	border:1px solid #ebebeb;
}
.nomar{
	margin-bottom:0px;
}
.title{
	background:url(../images/desbdr.png) repeat-x left bottom;
	font-family: 'century_gothicregular';
	font-size:22px;
	color:#000;
	text-transform:uppercase;
	font-weight:normal;
	padding-bottom:12px;
}
.innerpara{
	font-family: 'century_gothicregular';
	font-size:13px;
	color:#000;
	line-height:22px;
	padding-top:10px;
}
.visionrow{
  padding-top:30px;
}
.title2{
    background:url(../images/desbdr.png) repeat-x left bottom;
	font-family: 'century_gothicregular';
	font-size:20px;
	color:#000;
	font-weight:normal;
	padding-bottom: 8px;
    padding-top: 4px;
	margin-left:40px;
}
.leftspan{
	float:left;
}
.visionpara{
	font-family: 'century_gothicregular';
	font-size:13px;
	color:#000;
	line-height:22px;
	padding: 9px 5px 0 6px;
}
.supprtdiv {
    padding: 10px 0 0 10px;
}
.supportp .leftspan{
	padding-right:10px;
}
.supportp{
	font-family: 'century_gothicregular';
	font-size:21px;
	color:#000;
	padding-bottom:10px;
}

.supportp a{
	text-decoration:none;
	color:#000;
}
.number{
	padding-top:10px;
	text-align:center;
}
.email{
	text-align:center;
}

.supportp a:hover{
	  color: #253D90;
}
.fld{
	width:238px;
	border:1px solid #c2c2c2;
	height:27px;
	line-height:27px;
}
.fld input{
	background:none;
	border:medium none;
	 width: 100%;
	line-height:26px;
	height:26px;
	padding-left:3px; 
	font-family: 'century_gothicregular';
	font-size:13px;
	color:#000;
	display:block;
}
.frmfld .col-md-6{
	padding-left:0px;
	padding-right:0px;
}
.frmfld{
	padding-left:0px;
	padding-right:0px;
}
.contactrow{
	padding-top:20px;
	  padding-left: 15px;
}

.contactrow .col-md-6{
	padding-left:0px;
}
.fldr{
	margin-left:10px;
}
.frmfld{
	padding-bottom:15px;
}


.frmright .conloc1 {
float: left;
width: 15px;
padding-top: 0px;
}

.textareafld{
	border:1px solid #c2c2c2;
	height:77px;
	width:90%;
}
.textareafld textarea{
	background:none;
	border:medium none;
	height:inherit;
	padding:5px;
	   width: 100%;
	font-family: 'century_gothicregular';
	font-size:13px;
	color:#000;
}
.submit{
	/*background:url(../images/submit.png) no-repeat;*/
	width:71px;
	height:27px;
	background:#2c7544;
}
.submit input{
	background:none;
	border:medium none;
	font-family: 'century_gothicregular';
	font-size:14px;
	color:#fff;
	text-align:center;
	padding-top:3px;
}
.submit:hover{
	/*background:url(../images/submit_hover.png) no-repeat;*/
	opacity:0.9;
}
.frmfld .col-md-9{
	padding-left:0px;
}
.conloc{
	float:left;
	width:15px;
}
.conadress{
	padding-left:8px;
}
.conp{
	font-family: 'century_gothicregular';
	font-size:15px;
	color:#000;
	padding-bottom:7px;
}
.conadress , .conadress a{
	font-family: 'century_gothicregular';
	font-size:15px;
	color:#000;
	text-decoration:none;
}

.conadress a:hover{
	 color: #ac2b0c;
}
.conloc1{
	float:left;
	width:15px;
	padding-top:8px;
}
.conloc2{
	float:left;
	width:15px;
	padding-top:4px;
}
.phonecontact{
	padding-top:15px;
}

.messagecontact{
	padding-top:20px;
}
.contactrow .frmright{
	width: 50%;
	float:left;
}
.contactrow .frmleft{
	width: 50%;
	float:left;
}
.captcha{
  float:left;
  border-top:1px solid #c2c2c2;
  border-bottom:1px solid #c2c2c2;
  border-left:1px solid #c2c2c2;
}
.secuitydiv{
	float:left;
	margin-left:0px;
	width:129px;
	border-top:1px solid #c2c2c2;
	border-bottom:1px solid #c2c2c2;
	border-right:1px solid #c2c2c2;
	height:32px;
	line-height:27px;
	border-radius:0px;
}

.secuitydiv input{
	background:none;
	border:medium none;
	 width:129px;
	line-height:26px;
	height:26px;
	padding-left:3px; 
	font-family: 'century_gothicregular';
	font-size:13px;
	color:#000;
	display:block;
}

.main{
	  position:relative;
	  width:auto;
}
.leftside{
 position:absolute;
 left:0px;
 width:220px;
 display:none;
 z-index: 999;
 top:0px;
  float:left;
  height:100%;
  background-color: #EBEBEB;
 }
.popupopen .stream-ghost:after {
    height: 100%;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    width: 100%;
}
.stream-ghost:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    width: 0;
}
.stream-ghost {
    height: 0;
    left: 0;
    transition: transform 0.5s ease 0s;
    width: 0;
    z-index: 99;
}
.mobilemenu{
	display:none;
	position:relative;
	padding:8px 0;
	background-color:#E4E4E4;
}
.mobilelogo{
	width:160px;
	margin:0 auto;
}
.menu{
	background:url(../images/menu-icon.png) no-repeat;
	width:32px;
	height:25px;
	position:absolute;
	top:35px;
	left:10px;
	cursor:pointer;
}
.menu:hover{
	background:url(../images/hover-menu-icon.png) no-repeat;
}
.popupopen{
	overflow:hidden;
	width:100%;
	height:100%;
}
.logoleft{
	float:left;
}
.leftside .navigation{
	padding-top:24px;
}
.leftside .footer {
    bottom: 0;
    left: 9px;
    margin: 0 auto;
    position: fixed;
    text-align: center;
    width:auto;
}

.leftside .menulevel2 {
    left: 213px;
    top: -529%;
}

.leftside .menulevel3 {
    left: 213px;
    top: -638%;
}

.about-cnt1 p{
	color:#363636;
	font-family: 'century_gothicregular';
    font-size:17px;
	padding-bottom:20px;
	line-height:23px;
}
.about-cnt1 ul li{
	background:url(../images/blue.png) no-repeat left 7px;
	padding-left:18px;
	list-style:none;
	text-decoration:none;
	color:#363636;
	font-family: 'century_gothicregular';
    font-size:15px;
	padding-bottom:20px;
}
.navigation li ul{
	display:none;
}

.navigation li:hover ul{
	display:block;
}
.nw-cntr{
	width:100%;
	max-width: 100%;
	margin-left:10px;
}
.innerbanner img{
	width:100%;
}
.teambox img{
	width:100%;
}
.innerrow{
	margin:0 11px;
}
.tabination{
	margin-bottom:12px;
}



.peoplehead1{
	font-family: 'century_gothicbold';
	font-size:13px;
	color:#000;
	padding-top:20px;
	padding-bottom:20px;
}
.expdet ul{
	padding-left:15px;
}
.expdet ul li {
    list-style: disc outside none;
    margin: 0;
    padding: 0 0 8px 4px;
	font-family: 'century_gothicregular';
    font-size:13px;
	color:#000;
	line-height:22px;
}
.visionhead{
	color: #000000;
    font-family: 'century_gothicregular';
    font-size: 18px;
    font-weight: normal;
	line-height: normal;
    text-transform:uppercase;
	padding-top:10px;
}
.visionhead2{
	color: #000000;
    font-family: 'century_gothicregular';
    font-size:15px;
    font-weight: normal;
    padding-bottom: 8px;
	padding-top:10px;
	  line-height: normal;
}
.visionul ul{
	padding-left:0px;
}
.visionul{
	padding-top:10px;
	padding-bottom:5px;
}
.visionul ul li{
	background: url("../images/blue.png") no-repeat scroll left 7px rgba(0, 0, 0, 0);
    color: #000;
    font-family: 'century_gothicregular';
    font-size: 15px;
    list-style: none outside none;
    padding-bottom:10px;
    padding-left: 18px;
    text-decoration: none;
}
.pr-image img{
	width:100%;
}

.leftbtm-fix{
	position:fixed;
}

.leftbtm-fix {
    bottom: 0;
    position: absolute;
    width: 100%;
}
.rg-image img{
	width: 100%;
}

.padleft{
	padding-left:15px;
}
.padleft ul li{
	font-weight:bold;
}
.padleft1{
	padding-left:7px;
}
.modal .teambox{
	 width:100%;
	 margin:0 auto;
}
.modal .peoplename{
	text-align:center;
}
.modal .peopleposition{
	text-align:center;
}
.aboutmodal{
	padding:0px 20px 20px 20px;
}
#meetourteam a{
	text-decoration:none;
}
.readmore{
	background-color: #253D90;
    -webkit-border-radius: 3px;
-moz-border-radius:3px;
border-radius:3px;
    clear: both;
    color: #FFFFFF;
    float: left;
    font-family: 'century_gothicregular';
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
	margin-top:10px;
	cursor:pointer;
}
.viewprofile{
	background-color: #253D90;
    -webkit-border-radius: 3px;
-moz-border-radius:3px;
border-radius:3px;
    color: #FFFFFF;
    float:right;
    font-family: 'century_gothicregular';
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
	margin-top:10px;
	cursor:pointer;
}
.readmore:hover ,.viewprofile:hover{
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	color:#fff;
}
.aboutclose{
	color: #253D90;
	background-color:transparent;
	font-size:30px;
	opacity:1;
	
}

.aboutclose:hover{
	color: #253D90;
	opacity:1;
}

.boxleft{
	float:left;
	width:40%;
    padding-top: 22px;
}
.boxright {
    float: left;
    padding-left: 5%;
    width: 55%;
}
#myModal .boxright {
	padding-top:35px;
}

#myModal2 .boxright {
	padding-top:23px;
}

#myModal3 .boxright {
	padding-top:27px;
}
.messagep{
	color: #253D90;
    font-family: 'century_gothicregular';
    font-size: 16px;
    padding-bottom: 0;
    padding-top: 17px;
}
.bold{
	font-weight:bold;
}
.emaila{
	font-family: 'century_gothicregular';
	font-size:13px;
	color:#253D90;
	text-decoration:none;
}
.emaila:hover{
	color:#000;
}
.padtop1{
	padding-top:10px;
}
.padtop2{
	padding-top:10px;
}
.servicetab{
	margin-top:15px;
}



/*---------------About---------------------*/
.ndlInnerBanner{position:relative;}
.ndlInnerBannerContent{position:absolute;background:url(../images/captionbg.png) repeat;
bottom:0;
width:100%;
padding: 5px 35px;
color:#fff;
font-size:45px;
font-family: 'century_gothicregular';
}

.ndlTitle{font-size:26px;}
.ndlPageContent{margin-top:15px;padding-bottom:20px;}
.ndlPara{margin-top:15px;line-height:25px;}
.ndlparaTitle{margin-bottom:25px;line-height:23px;font-family: 'century_gothicregular';}

/*------------------------------------*/



/*----------------Services--------------*/
.ndlServicesUl ul li img{margin-right:10px;margin-top:-3px;}
.ndlServicesUl ul li{margin-bottom:8px;margin-top:8px; text-transform:capitalize;}
.ndlColLeft{
width: 50%!important;
float: left!important;
border:1px solid #d1d1d1;
background-repeat: repeat;
background-size: cover;
display: block;

padding: 10px!important;
color: #000;
background-color: transparent;
font-size:16px;
height:100%;
padding-left:15px;
}

.ndlColRight{
left: 50%;
border:1px solid #d1d1d1;
background-repeat: repeat;
background-size: cover;
display: block;
padding: 10px!important;
color: #000;
background-color: transparent;
position: absolute!important;
width:50%;
height:100%;

}

.ndlServiceTitle{font-size:21px;padding-left:10px; text-transform:capitalize;}
.ndlServicesDiv ul li{font-size:15px;background:url(../images/green-dot.png) no-repeat left 7px;padding-left:15px;}
.ndlServicesDiv ul {padding-left:10px;margin-top:10px;}
.ndlServicePara{margin-bottom:15px;}
.ndlServicePara{position:relative;}

.flexslider{margin-top:-5px;}
/*--------------------------------------*/


/*------------Projects-------------*/
.ndlProjectRightArw{  position: relative !important; left:-13px !important;}
.ndlProjectTitle{font-size:17px; 
font-family: 'century_gothicbold';
color:#000;margin-left:15px;
border-bottom:1px solid #ccc;
margin-right:15px;
margin-bottom:15px;
padding-bottom:10px;
margin-top:5px;
}
.fancybox-prev{background: transparent url('left-arrow-white.png') no-repeat!important; width:25px; height:35px;}
/*---------------------------------*/
#myimage{float:left;width:74%;}
#thumbnails li{float:none!important;}
#myimage1{float:left;width:74%;}
#thumbnails1 li{float:none!important;}
#myimage2{float:left;width:74%;}
#thumbnails2 li{float:none!important;}
#myimage3{float:left;width:74%;}
#thumbnails3 li{float:none!important;}
#myimage4{float:left;width:74%;}
#thumbnails4 li{float:none!important;}
#myimage5{float:left;width:74%;}
#thumbnails5 li{float:none!important;}
#myimage6{float:left;width:74%;}
#thumbnails6 li{float:none!important;}
#myimage7{float:left;width:74%;}
#thumbnails7 li{float:none!important;}

#thumbnails li{margin-bottom:10px;}
#thumbnails1 li{margin-bottom:10px;}
#thumbnails2 li{margin-bottom:10px;}
#thumbnails3 li{margin-bottom:10px;}
#thumbnails4 li{margin-bottom:10px;}
#thumbnails5 li{margin-bottom:10px;}
#thumbnails6 li{margin-bottom:10px;}
#thumbnails7 li{margin-bottom:10px;}

#myModalLabel{text-transform:uppercase;}

.ideasul li{list-style:disc;}
.ideasul{margin-left:20px;margin-bottom:10px;}
.flexslider{width:24%; float:left;}
.flex-viewport { height: 290px !important;}
.pbox a:hover{text-decoration:none;}
.ndlClear{clear:both;}

iframe{
border: 1px solid #999!important;
padding-right: 2px;
}

.edit-iamge {border:1px solid #ececec;}
.edit-iamge img{padding:3px;}
/*#item1{
	
	background-attachment:		fixed;
	background-color:			#333;
	background-image:			url(../images/image1.jpg); 
	background-position:		top center; 
	background-repeat:			no-repeat; 
	
	margin:						0;
	padding:					0;

	background-size:			cover;
	-moz-background-size:		cover;
	-webkit-background-size:	cover;
	
	
}

#item2{
	
	background-attachment:		fixed;
	background-color:			#333;
	background-image:			url(../images/image2.jpg); 
	background-position:		top center; 
	background-repeat:			no-repeat; 
	
	margin:						0;
	padding:					0;

	background-size:			cover;
	-moz-background-size:		cover;
	-webkit-background-size:	cover;
}

*/
.ndlprodescription{
margin-left:15px;
margin-bottom:25px;
color:#000;
}

/*Partner inner page file*/
.ndl-innerpartnerContent{margin-top: 30px; margin-left: 40px;}
.ndl-Innerpartner1{/*border: 1px solid #cbcbcb;*/ padding: 15px; }

.borderimg2{
	margin-bottom:20px;
}

/*.borderimg2{border: 1px solid #cbcbcb;}*/
.ndl-partnerLogoCon1{margin-top: 0; color: #000; font-size: 24px; font-family: 'century_gothicregular';}
.clear{clear: both;}
.ndl-partnerReirText{font-size: 15px; color: #000;font-family: 'century_gothicregular';  margin-top: 3px;}
.ndl-partnerWebLinks{margin-top: 12px;}
.ndl-partnerWebLinks1{  margin-top: 12px;}
.ndl-partnerWebLinks1 p a{color: #276c3f; font-size: 15px; font-family: 'century_gothicregular'; text-decoration: none;}
.ndl-partnerWebLinks1 p a:hover{color:#3e4a53; font-size: 15px; font-family: 'century_gothicregular';}
.ndl-partnerWebLinks p a{color: #276c3f; font-size: 15px; font-family: 'century_gothicregular'; text-decoration: none;}
.ndl-partnerWebLinks p a:hover{color:#3e4a53; font-size: 15px; font-family: 'century_gothicregular';}

/*partner flowcrete*/
.ndl-Innerpartner2{ /*border: 1px solid #cbcbcb;*/ padding: 15px;}
.ndl-partnerWebLinksFlowcrete{margin-top: 12px;}
.ndl-partnerWebLinksFlowcrete p a{color: #276c3f; font-size: 15px; font-family: 'century_gothicregular'; text-decoration: none;}
.ndl-partnerWebLinksFlowcrete p a:hover{color:#3e4a53; font-size: 15px; font-family: 'century_gothicregular';}
.ndl-innerPartnerWidth{/*margin-top: 30px; */ /*margin-bottom: 20px;*/}
.ndl-partnerWebLinksAdcos {  margin-bottom: 3px;  margin-top: 12px;}
.ndl-partnerWebLinksAdcos p a{color:#276c3f; font-size: 15px; font-family: 'century_gothicregular'; text-decoration: none;}
.ndl-partnerWebLinksAdcos p a:hover {color:#3e4a53; font-size: 15px; font-family: 'century_gothicregular';}


.ndlSpecialLogo{margin-bottom: 15px;}




@media screen and (min-width: 992px) {

		.ndl-Innerpartner2{ /*border: 1px solid #cbcbcb;*/ padding: 15px;/*width: 46%;*/ /*position: relative; left: 19px;*/ }
		

	}
@media screen and (max-width: 1297px){
	.col-lg-offset-1 {
					  margin-left: -0.666667% !important;
					}
	.col-lg-11 {
				  width: 101.666667% !important;
				}
}
@media screen and (max-width: 1100px){
		.ndl-innerpartnerContent {
		  margin-top: 30px;
		  margin-left: 18px;
		}
	}

@media screen and (max-width: 992px) {

		.ndl-Innerpartner2{/* border: 1px solid #cbcbcb;*/ padding: 15px; margin-top: 20px;}
		.ndlSpecialLogo{margin-bottom: 15px;}
		.ndl-innerPartnerWidth {
								   margin-top: 30px; 
								  margin-bottom: 20px;
								}
	}

@media screen and (max-width: 802px){
		
		.ndlSpecialLogo {
						  margin-bottom: 15px;
						  margin-left: 90px !important;
						}
}


@media screen and (max-width: 815px){
		.borderimg2 {
					  border: 1px solid #cbcbcb;
					    margin-bottom: 11px;

 					}
}

@media screen and (max-width: 700px){
		
		.ndlSpecialLogo {
						  margin-bottom: 15px;
						  margin-left: 30px !important;
						}
}

@media screen and (max-width: 700px){
		
		.ndlSpecialLogo {
						  margin-bottom: 15px;
						  margin-left: 20px !important;
						}
}



@media screen and (max-width: 600px){
		
		.ndlSpecialLogo {
						  margin-bottom: 15px;
						  margin-left: 90px !important;
						}
}

@media screen and (max-width: 506px){
		.ndlSpecialLogo {
						  margin-bottom: 15px;
						  margin-left: 42px !important;
						}
}

@media screen and (max-width: 456px){
		.ndlSpecialLogo {
						  margin-bottom: 15px;
						  margin-left: 6px !important;
						}
}


@media screen and (max-width: 429px){
	.ndlSpecialLogo {
					  margin-bottom: 15px;
					  margin-left: 90px !important;
					}
}

@media screen and (max-width: 383px){

		.ndl-partnerLogoCon1 {
						  float: left;
						  margin-top: 20px !important;
						  color: #000;
						  margin-left: 8px;
						  font-size: 24px;
						  font-family: 'century_gothicregular';
						}

		.ndl-partnerReirText {
						  font-size: 15px;
						  color: #000;
						  font-family: 'century_gothicregular';
						  margin-top: 12px;
						}
		.borderimg2 {
					  border: 1px solid #cbcbcb;
					    margin-bottom: 11px;

 					}
	}

	@media screen and (max-width: 326px){
	.ndlSpecialLogo {
					  margin-bottom: 15px;
					  margin-left: 35px !important;
					}
}


.page-home .navigation li.fstmenu a ,
.page-about .navigation li.about a ,
.page-projects .navigation li.fivthmenu a ,
.page-partners .navigation li.blog a ,
.page-services .navigation li.secondmenu a ,
.page-events .navigation li.fourthmenu a ,
.page-contact .navigation li.sevenmenu a {
	color: #2c7544;
}

h5.event-desc {
	min-height:32px;
	font-weight: 500;
    line-height: 1.2em;
    font-size: 14px;
}

.simpletab {
	position:relative;
	border:none;
	margin-bottom:15px;
}
.simpletab tr td{
	padding: 0 10px 10px 0;
	border:none;
	color: #000;
}

.full-width{width:100% !important;}

.h5{
	padding-left:8px;
	font-size:16px;
	color:#156a07;
	padding-top:7px;
}