@charset "utf-8";
/* CSS Document */


@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,900,800);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}
a:link {
	text-decoration: none;
	outline:none;
}
a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a img { border: none; 
}

html {
    width: 100%;
    height: 100%;
	overflow-x:hidden;
}

#menubg  {
	background-image: url(../../images/menubg.png);
	background-repeat:repeat;
	background-position:left top;
}

#greenbox {
	background:#E1EEDF;
	padding:10px 10px 10px 20px;
	margin:0px 0px 1px 0px;
}

#blue {
	background:#76C50F;
	height:6px;
}

#testimonialbg {
	background:#f2f2f2;
	padding:50px 0px 50px 10px;
}


#bluebox {
	background:#CEE2F5;
	padding:10px 10px 10px 20px;
	margin:0px 0px 1px 0px;
	color:#1E68A4;
	font-family: 'Lato';
	font-size:14px;
	line-height:2em;
	font-weight:400;	
}


#leftshadow {
	background-image: url(../../images/leftshadow.png);
	background-repeat:repeat-x;
	background-position:right top;
}

#rightshadow {
	background-image: url(../../images/rightshadow.png);
	background-repeat:repeat-x;
	background-position:left top;
	
}

.description {
	font-family: 'Lato';
	padding: 15% 0px 8px 0px;
	font-size:18x;
	color:#FFFFFF;
	font-weight:300;
	margin:0px 0px 0px 0px;
	line-height:1.5em;
	text-align: center;
}

.subline {
	font-family: 'Lato';
	padding: 10% 0px 8px 0px;
	font-size:14px;
	color:#ffffff;
	font-weight:100;
	margin:0px 0px 10px 0px;
}

.readmore {
background-color:#2e3d52;
color:#ff5a00;
padding:10px 10px 10px 10px;
}

.readmore-news {
background-color:#ffffff;
color:#FF0000;
padding:5px 5px 5px 5px;
}

.headerbg {
background-color:#040f1b;
}

#myCarousel .nav a small {
	display:block;
	color:#FF0000;
}

#myCarousel .nav {
	background:#0b1826;
	}


header {
 	 -webkit-transition: all 0.4s ease;
	 transition: all 0.4s ease;
}
        
header.sticky {
    position: fixed;
	height: 92px; 
	width: 100%;
	z-index:1000;
	top:0px;
	background: rgba(255,255,255,1) !important;
	box-shadow: 0px 1px 5px #1f0504;
}

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

header {
 	 -webkit-transition: all 0.4s ease;
	 transition: all 0.4s ease;
	 
}
        
 header.sticky {
    position: fixed;
	height: 120px;  
	width: 100%;
	z-index:1000;
	top:0px;
	background-color: rgba(255,255,255,1); !important;
	box-shadow: 0px 1px 5px #dddddd;
}
}


/*about menu*/

#aboutheaad {
	font-family: 'Open Sans';
	font-size:15px;
    z-index: 2;
    color: #ffffff;
    /*background-color: #103A24;*/
	background-color: #315e8b;
    border-color: #103A24;
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	border-bottom:thin solid #dddddd;
}

#aboutheaad a{
    color: #ffffff;
	-webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#aboutheaad a:hover{
    color: #cccccc;
	padding:0px 0px 0px 5px;
}

#aboutheaadactive {
	font-family: 'Open Sans';
	font-size:18px;
    z-index: 2;
    color: #ffffff;
    background-color: #03140E;
    border-color: #03140E;
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	border-bottom:thin solid #dddddd;
	/*-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px */
}

.box-header{
	font-family: 'Open Sans', sans-serif;
	padding: 10px 0px 8px 0px;
	font-size:18px;
	color:#25292f;
	font-weight:600;
    margin-top: 5px; 
   /* text-shadow: 1px 1px 3px rgba(0,0,0,0.3);*/
	text-align: left;
}


.news {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#ffffff;
	font-weight:500;
	padding:20px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align:middle;
	text-align:center;
}

.news1  {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#ffffff;
	font-weight:500;
	padding:20px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align:middle;
}

.news1 a{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#2f2f2f;
	font-weight:500;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	line-height:1em;
}

.news1 a:hover{
	color:#60656d;
	-webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}


h1 {
	font-family: 'Lato';
	padding: 25px 0px 15px 0px;
	font-size:28px;
	color:#232e40;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	text-align:left;
	letter-spacing: 1px;
}


.h1 {
	font-family: 'Lato';
	padding: 0px 0px 20px 0px;
	font-size:24px;
	color:#ff4200;
	font-weight:600;
	margin:0px 0px 0px 0px;
	text-align: center;
}

h2 {
	font-family: 'Lato';
	padding: 10px 0px 20px 0px;
	font-size:20px;
	color:#FF4200;
	font-weight:600;
	margin:0px 0px 0px 0px;
}


h3 {
	font-family: 'Lato';
	padding: 20px 0px 20px 0px;
	font-size:22px;
	color:#FF4200;
	font-weight:500;
	margin:0px 0px 0px 0px;
	text-align : center;
}

h4 {
	font-family: 'Lato';
	padding: 0px 0px 5px 0px;
	font-size:18px;
	color:#979797;
	font-weight:600;
	margin:0px 0px 0px 0px;
}

h5 {
	font-family: 'Lato';
	padding: 0px 0px 5px 0px;
	font-size:20px;
	color:#A4A4A4;
	font-weight:600;
	margin:0px 0px 0px 0px;
}


.bckgrd{
color:#ffffff;
padding:5px 5px 5px 0px;
background-color:rgba(0, 0, 0, 0.8);
font-family: 'Conv_Khand-Light';
margin:-110px 5px 0px 40px;
text-align:center;
font-size:35px;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
letter-spacing:0.09em;
min-width:200px;
/*font-style:italic;*/
}

.bckgrd1{
color:#ffffff;
padding:5px 5px 5px 0px;
/*background-color:rgba(255, 255, 255, 0.8);
*/font-family: 'Conv_Khand-Light';
margin:-170px 5px 0px 40px;
text-align:center;
font-size:35px;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
letter-spacing:0.09em;
min-width:200px;
/*font-style:italic;*/
}

.bckgrd1 img{
margin: -600px 0px 0px 0px;
}

.bckgrd1 img:hover{
background-color:#999999;
}

.bckgrd2 img{
margin: -100px 0px 0px 0px;
}

.bckgrd1 img:hover{
background-color:#999999;
}

.boxbg {
background-color:#e6f0ff;
padding:10px 10px 10px 10px;
box-shadow:1px #ffffff;

}

.background{
background-color: #1D232B;

}

#box {
	background: #2E3D52;
	padding:20px;
	text-align:left;
	border-right: 2px solid #F1F1F1;
}

#newsletterbg {
	background: #A6B7CC;
	padding: 25px 0px 60px 50px;
	text-align:left;
}

.newsletter-head {
	color:#1a2335;
	font-size:18px;
	font-weight:600;
	font-family: 'Lato', sans-serif;
	margin:0px 0px;
	text-align:left;
	padding:0px 0px 0px 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.newsletter-head p {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight:700;
	line-height:1.5em;
	padding: 0px 0px 0px 0px;
	color:#1a2335;
}


.box-head {
	color: #ff4200;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	float: right;
	font-weight:700;
	padding: 0px 27px 0px 0px;
	
}

.box-head1 {
	color: #ff4200;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	float: right;
	font-weight:700;
	padding: 0px 0px 0px 0px;	
}


.box-head2 {
	color: #ff4200;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	float: right;
	font-weight:700;
	padding: 0px 55px 0px 0px;
	
}

.box-para {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:500;
	line-height:1.6em;
	padding:0px 0px 20px 70px;
	margin: 0px 0px 0px 0px;
	text-align:left;
}

.para {
	font-family: 'Lato', sans-serif;
	font-size:15px;
	color:#232e40;
	font-weight:normal;
	line-height:1.5em;
	padding:0px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	text-align:center;
}

.wrap {  
    margin: 15px auto;
    display: block;
    width: auto;
    padding:0px;
	/*min-height: 180px;
    background: #e3eef9;
    border: 1px solid #bed4e9;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);*/
}

.box-para{ 
    margin-top: 0px;
    text-align: justify;
	font-size: 14px;
	color: #8d8d8d;
	line-height:1.7em;
}

.box-header{
	font-family: 'Open Sans', sans-serif;
	padding: 10px 0px 8px 0px;
	font-size:18px;
	color:#25292f;
	font-weight:600;
    margin-top: 5px; 
   /* text-shadow: 1px 1px 3px rgba(0,0,0,0.3);*/
	text-align: left;
}

span {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height:1.5em;
	font-weight:700;
	color: #000000;
}

#footerbg {
	background: #242e40;
	padding:20px;
	text-align:left;
}

#footerbg1 {
	background: #1a2332;
	padding:0px;
	text-align:left;
}

.footer-head {
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	font-family: 'Lato', sans-serif;
	margin:0px 0px;
	text-align:left;
	padding:0px 0px 0px 0px;
	letter-spacing: 1px;
}

.footer-head p {
	color:#76889d;
	font-size:12px;
	font-weight:600;
	font-family: 'Lato', sans-serif;
	margin:0px 0px;
	text-align:left;
	padding:10px 0px 10px 0px;
}

.footer-para {
	color:#76889d;
	font-size:12px;
	font-weight:600;
	font-family: 'Lato', sans-serif;
	margin:0px 0px;
	text-align:left;
	border-bottom: 1px solid #76889d;
}

.footer-contact p {
	color:#76889d;
	font-size:12px;
	font-weight:600;
	font-family: 'Lato', sans-serif;
	margin:0px 0px;
	text-align:left;
	padding:10px 0px 10px 0px;
}

.footer-btn {
	background: #2D3649;
    color: #76889d;
    margin-top: 0px;
	font-family: 'Lato';
	font-weight:700;
	text-transform: uppercase;
	border: 1px solid #76889d;
	
}

.footer-btn:hover {
	background: #FFFFFF;
    color: #76889d;
    border: 1px solid #76889d;
    margin-top: 0px;
}

#bodybg {
	background: #e6f0ff;
	padding:20px 0px 0px 0px;
}

#logo-bg {
padding:20px 0px 20px 0px;
background-color:#FFFFFF;
}

.whitebg {
	background: #ffffff;
}

.captionOrange h3 {
	color:#ffffff;
	width:100%;
	font-size:50px;
	font-weight:500;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	font-family: 'Lato';
	margin:0px 0px;
	margin-top:10%;
	border-bottom:none;
	text-align:left;
	padding:20px 0px 10px 200px;
}


.orange {
    color: #ffc392;
	font-weight:700;
	
}

.btn-primary2 {
	background: #ff4200;
    color: #FFFFFF;
    border: none;
    margin-top: 0px;
	font-family: 'Lato';
	font-weight:600;
}

.btn-primary2:hover {
	background: #505050;
    color: #FFFFFF;
    border: none;
    margin-top: 0px;
}

.submit-btn {
	background: #505050;
    color: #FFFFFF;
    border: none;
    margin-top: 0px;
	font-family: 'Lato';
	font-weight:600;
	
}

.submit-btn:hover {
	background: #FFFFFF;
    color: #76889d;
    border: none;
    margin-top: 0px;
}

.blueheading {
	font-family: 'Lato';
	padding: 10px 0px 10px 20px;
	font-size:22px;
	color:#24468C;
	font-weight:600;
	margin:0px 0px 0px 0px;
	background-color:#AACDEE;
}

.bluegreen {
	font-family: 'Lato';
	padding: 10px 0px 10px 20px;
	font-size:22px;
	color:#1A6C0E;
	font-weight:600;
	margin:0px 0px 0px 0px;
	background-color:#E1EEDF;
}

.call {
	font-family: 'Lato';
	/*font-family: 'Raleway', sans-serif;*/
	padding: 0px 0px 5px 0px;
	font-size:30px;
	color:#d5af68;
	font-weight:100;
	text-align:center;
	text-transform:uppercase;
	/*letter-spacing:0.1em;*/
}

span {
	font-size:16px;
	font-weight:600;
}

.contact-info {
	font-family: 'Lato';
	/*font-family: 'Raleway', sans-serif;*/
	text-align: right;
	padding: 0px 0px 0px 0px;
	font-size:14px;
	color:#74777c;
	font-weight:500;
}

.contact-info a{
	color:#74777c;
}

.contact-info a:hover{
	text-decoration:underline;
}

p {
	font-family: 'Lato';
	font-size:15px;
	color:#000000;
	font-weight:500;
	line-height:1.5em;
	padding:0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
}

p a{
	font-family: 'Lato';
	font-size:14px;
	color:#398439;
	font-weight:500;
	line-height:1.5em;
	cursor: pointer;
}

p a:hover{
	color:#26292C;
}

.testimonial {
	font-family: 'Lato';
	font-size:15px;
	color:#56565a;
	font-weight:500;
	line-height:1.6em;
	padding:0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	text-align:center;
}



.ulhome li {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#4A4A4A;
	font-weight:400;
	line-height:1.6em;
	padding:0px 0px 0px 18px;
	margin:0px 0px 11px -40px;
	background-image: url(../../images/bullet.png);
	background-repeat:no-repeat;
	/*list-style-type: square;*/
	list-style-type: none;
	font-weight:500;
}

.address {
	font-family: 'Lato';
	font-size:14px;
	color:#EAE2E0;
	font-weight:100;
	line-height:1.6em;
	padding:0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-align:justify;
}


.copyright {
	color:#76889d;
	font-size:12px;
	font-weight:600;
	font-family: 'Lato', sans-serif;
	margin:0px 0px;
	text-align:center;
	padding:10px 0px 10px 0px;
}

.copyright a {
	color:#76889d;
	font-size:12px;
	font-weight:600;
	font-family: 'Lato', sans-serif;
	margin:0px 0px;
	text-align:center;
	padding:10px 0px 10px 0px;
}


.copyright a:hover {
	color:#FF9C00;
}


#submenucontainer {
	background:#1D232B;
	float:none;
	text-align:center;
	margin:0px auto;
}
#submenucontainer img {
	margin-bottom:0px;
}
#submenu {
	margin:0px;
	padding:5px 150px 25px 0px;
	list-style-image: none;
	list-style-type: none;
}
#submenu li {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight:600;
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	float: right;
	text-transform: uppercase;
	color: #fff;
}

#footer-social-icons {

    padding: 10px 0px 0px 0px;
    width: 100%;
    overflow: hidden;
	display:inline;
	margin:0px 0px 10px 0px;
	
}
#footer-social-icons li {
	list-style:none;
	display:inline-block;
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 0px;
}
#footer-social-icons li a {
    width: 25px;
    height: 20px;
    display: block;
    line-height: 20px;
    text-align: center;
	color:#76889d;
	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}
#footer-social-icons li a:hover { color: #EE7816; }
.tooltip {
    z-index: 999;
    letter-spacing: 1px;
}


#submenu li a:link, #submenu li a:visited, #submenu li a:active {
	text-decoration: none;
	margin: 0px;
	/*float: left;
	width: auto;
	height: auto;
	text-align: left;*/
	color: #fff; 
}
#submenu li a:hover {
	color: #64bfe6;
}
#submenu li a.active:link, #submenu li a.active:visited, #submenu li a.active:active, #submenu li a.active:hover {
	color: #64bfe6;
}

#submenu li:nth-child(5) {
	padding-right:10px;
	padding-left:10px;
}
#submenu li:nth-child(1) {
	padding-right:0px;
}
/*#submenu li:nth-child(6) {
	padding:0px 12px 0px 12px;
}
#submenu li:nth-child(7) {
	padding:0px 12px 0px 12px;
}
#submenu li:nth-child(8) {
	padding:0px 12px 0px 12px;
}*/
/* end of submenu */


.logo a img {
    margin: 0px 0px 0px 0px !important;
}

.breaking_image_right_box {
	display:block;
	float:right;
	color:#262626;
	margin:0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: px;
	padding-right: 0px;
	text-align:right;
    align-items: center;
}


.list li{
    font-family: 'Lato';
	font-size:15px;
	color:#000000;
	font-weight:500;
	line-height:1em;
	padding:0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	}

/* form */
.form {
	font-family: 'Lato';
	font-size: 13px;
	color: #000000;
	border: 1px solid #AA8850;
	margin-bottom: 10px;
	padding-left: 10px;
	height: 34px;
	width: 100%;
	background-color:#A18871;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:600;
}

.formaddress {
	font-family: 'Lato';
	font-size: 13px;
	color: #000000;
	border: 1px solid #AA8850;
	margin-bottom: 5px;
	padding-left: 10px;
	height: 60px;
	width: 100%;
	background-color:#A18871;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:600;
}

.formbtn {
	color: #000000;
	font-size:18px;
	font-family: 'Lato';
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0px 10px 8px 10px;
	width:auto;
	text-transform:uppercase;
	padding-bottom: 0px;
	/*background-image: url(images/submitbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	font-weight:600;
	border: 1px solid #FF9C00;
	margin-bottom:3px;
	background-color:#FF9C00;
}

.formbtn:hover {
	color: #FF9C00;
	background-color:#ffffff;
	border: 1px solid #FF9C00;
	cursor:pointer;
	/*background-image: url(images/submitbgo.gif);*/
}

::-webkit-input-placeholder {
   color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}

:-ms-input-placeholder {  
   color: #000000;  
}

.form_address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03000B;
	border: 1px solid #EEEFF1;
	margin-bottom: 20px;
	padding-left: 10px;
	height: 65px;
	width: 90%;
	background-color:#EEEFF1;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.careercontent {
	padding:0px 0px 0px 0px;
	width:90%;
	
}

.buttonform2 {
	color: #ffffff;
	font-size:18px;
	font-family: 'Lato';
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0px 5px 1px 5px;
	width:110px;
	padding-bottom: 0px;
	/*background-image: url(images/submitbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-transform:uppercase;*/
	height:30px;
	font-weight:300;
	border: 1px solid #6ED2E9;
	margin-top:5px;
	background-color:#6ED2E9;
}

.buttonform2:hover {
	color: #6ED2E9;
	background-color:#ffffff;
	border: 1px solid #6ED2E9;
	cursor:pointer;
	/*background-image: url(images/submitbgo.gif);*/
}

.buttonform {
	color: #ffffff;
	font-size:18px;
	font-family: 'Lato';
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0px 5px 1px 5px;
	width:110px;
	padding-bottom: 0px;
	/*background-image: url(images/submitbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-transform:uppercase;*/
	height:30px;
	font-weight:300;
	border: 1px solid #81C240;
	margin-top:5px;
	background-color:#81C240;
}

.buttonform:hover {
	color: #81C240;
	background-color:#ffffff;
	border: 1px solid #81C240;
	cursor:pointer;
	/*background-image: url(images/submitbgo.gif);*/
}

.copyrightinner {
	font-family: 'Lato';
	color:#FFFFFF;
	font-size:11px;
	color: #000000;
	text-align: left;
	font-weight:100;
	padding:10px 0px 0px 0px;
}

.copyrightinner a {
	color:#000000;
}

.copyrightinner a:hover {
	color:#ed2323;
}

/*end of form */


.clickhere {
	font-family: 'Lato';
	font-size:15px;
	color:#1A6C0E;
	font-weight:500;
	line-height:1.5em;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.clickhere a{
	font-family: 'Lato';
	font-size:18px;
	color:#1A6C0E;
	font-weight:600;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height:2em;
}

.clickhere a:hover{
	color:#1A6C0E;
	padding:0px 0px 0px 2px;
	
}

.quote {
	font-family: 'Lato';
	padding: 0px 0px 5px 0px;
	font-size:14px;
	color:#E2F1FF;
	font-weight:100;
	line-height:1.5em;
	margin:0px 0px 0px 0px;
	font-style:italic;
}

.name {
	font-family: 'Lato';
	padding: 20px 0px 0px 0px;
	font-size:13px;
	color:#7A7A7B;
	font-weight:100;
	line-height:1.5em;
	margin:0px 0px 0px 0px;
	font-style: italic;
}

.designation {
	font-family: 'Lato';
	padding: 0px 0px 5px 10px;
	font-size:12px;
	color:#E2F1FF;
	font-weight:100;
	line-height:1.5em;
	margin:0px 0px 0px 0px;
	font-style:italic;
}

.headingwhite {
	font-family: 'Lato';
	padding: 0px 0px 5px 0px;
	font-size:24px;
	color:#FFFFFF;
	font-weight:600;
	margin:0px 0px 0px 0px;
}

.headingwhitesmall {
	font-family: 'Lato';
	padding: 0px 0px 5px 0px;
	font-size:20px;
	color:#FFFFFF;
	font-weight:600;
	margin:40px 0px 0px 0px;
}

.parawhite {
	font-family: 'Lato';
	padding: 0px 0px 5px 0px;
	font-size:14px;
	color:#B7C7DC;
	font-weight:500;
	margin:0px 0px 0px 0px;
}

.parawhite a{
	color:#B7C7DC;
}

.parawhite a:hover{
	text-decoration:underline;
}

.border {
  border: 4px solid #E1EEDF;
  padding:0px 0px 10px 0px;
}

.sub {
	font-family: 'Lato';
	font-size: 25px;
	padding: 10px 20px 10px 20px;
	margin:0px 0px 0px 0px;
	font-weight:500;
	color:#2B59B1;
}

.text {
	font-family: 'Lato';
	font-size: 14px;
	padding: 0px 10px 10px 20px;
	margin:0px 0px 0px 0px;
	font-weight:100;
	color:#000000;
}

.projectname {
	font-family: 'Lato';
	padding: 20px 0px 5px 0px;
	font-size:18px;
	color:#000000;
	font-weight:500;
	margin:0px 0px 0px 0px;
}

.project {
	font-family: 'Lato';
	font-size: 14px;
	padding: 0px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	color:#777777;
	font-weight:normal;
}

.propertyamenities li {
	font-family: 'Lato';
	font-size:14px;
	color:#222222;
	line-height:1.6em;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px -40px;
	list-style-type: none;
}

li.enabled:before {
	content:"\f00c";
	font-family:FontAwesome;
	color:#595959;
	display: inline-block;
    font-weight: 400;
    line-height: 1;
    margin-right: 8px;
}

.container-gal {
      max-width: 800px;
      margin: 0 auto;
    }
    .gallery {
      list-style: none;
      overflow: hidden;
      padding: 0;
      margin: 0;
    }
    .gallery li {
      float: left;
      margin: 4px;
    }

.border {
	border: 1px solid #DDDDDD;
	padding:5px 5px 5px 5px;
	background-color:#FFFFFF;
	/*moz-box-shadow: 1px 3px 5px 2px #E3E2DF;
  	-webkit-box-shadow: 1px 3px 5px 2px #E3E2DF;
  	box-shadow: 1px 3px 5px 2px #E3E2DF;*/
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0px 10px 12px 0px;
}

.border:hover {
	border: 1px solid #cccccc;
	moz-box-shadow: 1px 3px 5px 2px #ffffff;
  	-webkit-box-shadow: 1px 3px 5px 2px #ffffff;
  	box-shadow: 1px 3px 5px 2px #ffffff;
}	

.formborder {
	/*moz-box-shadow: 1px 1px 8px 0px #9F6500;
  	-webkit-box-shadow: 1px 1px 8px 0px #9F6500;
	box-shadow: 2px 3px 10px 0px #cccccc;*/
	background-color:#E5E5E5;
	padding:30px 0px 30px 0px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
}

/*header */

            .jssorb21 {
                position: absolute;
            }
            .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
                position: absolute;
                /* size of bullet elment */
                width: 19px;
                height: 19px;
                text-align: center;
                line-height: 19px;
                color: white;
                font-size: 12px;
                background: url(../../images/b21.png) no-repeat;
                overflow: hidden;
                cursor: pointer;
            }
            .jssorb21 div { background-position: -5px -5px; }
            .jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
            .jssorb21 .av { background-position: -65px -5px; }
            .jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }

            /* jssor slider arrow navigator skin 21 css */
            /*
            .jssora21l                  (normal)
            .jssora21r                  (normal)
            .jssora21l:hover            (normal mouseover)
            .jssora21r:hover            (normal mouseover)
            .jssora21l.jssora21ldn      (mousedown)
            .jssora21r.jssora21rdn      (mousedown)
            */
            .jssora21l, .jssora21r {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 55px;
                height: 55px;
                cursor: pointer;
                background: url(../../images/a21.png) center center no-repeat;
                overflow: hidden;
            }
            .jssora21l { background-position: -3px -33px; }
            .jssora21r { background-position: -63px -33px; }
            .jssora21l:hover { background-position: -123px -33px; }
            .jssora21r:hover { background-position: -183px -33px; }
            .jssora21l.jssora21ldn { background-position: -243px -33px; }
            .jssora21r.jssora21rdn { background-position: -303px -33px; }
   
 /* end of header */
 
 /* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

@media only screen and (max-width: 480px) {
.navbar-wrapper {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


#footer-social-icons { float: left; }
#footer-social-icons ul {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    list-style: none;
    text-align: left;
}
#footer-social-icons ul li {
   padding: 0;
    margin-left: 1px;
    display: inline-block;

    -webkit-border-left: 0px solid #333;
       -moz-border-left: 0px solid #333;
         -o-border-left: 0px solid #333;
            border-left: 0px solid #333;
}
#footer-social-icons ul li:last-child {
    -webkit-border-right: 0px solid #333;
       -moz-border-right: 0px solid #333;
         -o-border-right: 0px solid #333;
            border-right: 0px solid #333;
}
#footer-social-icons ul li a {
    width: 35px;
    height: 35px;
    display: block;
    font-size: 33px;
    line-height: 35px;
    text-align: center;
	color:#ffffff;
	
	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}
#footer-social-icons ul li a:hover { color: #ffffff; }
.tooltip {
    z-index: 999;
    letter-spacing: 1px;
}

a.twitter:hover { background: url("../../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #46C0fb; }
a.facebook:hover { background: url("../../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #4863ae; }
a.google-plus:hover { background: url("../../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #dd4b39; }
a.youtube-play:hover { background: url("../../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #cc181e; }
a.linkedin:hover { background: url("../../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #0083a8; }
a.skype:hover { background: url("../../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #36c4f3; }


.featured-image-container{
      background: #000 none repeat scroll 0 0;
    overflow: hidden;
     position: relative;
     width:263px;
}


.product-title{
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight:100;
}

.product-details{
    background: rgba(133, 39, 6, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    text-align:left;
    padding: 8px;    
    position: absolute;
    width: 100%;
    z-index: 10;
    color: #FFF;
    }


.title-box {
  float:left;
  width:100%;
  position:relative;
  display:inline-block;
  padding-bottom:20px;
  margin:22px 0px 0px 0px;
}
.title-box h3 {
  font-family: 'Lato';
  font-size: 24px;
  color: #ffffff;
  font-weight:500;
  border:1px solid #FF9C00;
  position:absolute;
  padding:10px 10px 10px 10px;
  left:0;
  top:-22px;
  background-color:#FF9C00;
  text-transform:capitalize;
}
.title-box .bordered {
  border-bottom:1px solid #FF9C00;
  margin:0px 0px 40px 0px;
}



.header-leadership {
	background:url(../../images/image.jpg) no-repeat;
	background-position:center bottom;
	width:100%;
	min-height:675px;
}

.carousel-caption3 {
  right: 0;
  top: 0;
  left: 10%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel-caption3 h1 {
	color:#FFFFFF;
	width:100%;
	font-size:32px;
	font-weight:100;
	text-shadow: 0 1px 2px #000;
	font-family: 'Lato';
	margin:0px auto;
	margin-top:0;
	text-transform:uppercase;
	padding:5% 0px 0px 0px;
}

.carousel-caption3 p {
	margin:0px auto;
	width:100%;
	color:#FFFFFF;
	margin-top:20px;
	font-size:16px;
	font-family: 'Lato';
	text-align: center;
	font-weight:100;
	line-height:1.8em;
	padding:0px 100px 0px 100px;
}


@media screen and (max-width: 480px){
.carousel-caption3 {
  right: 0;
  top: 0;
  left: 10%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel-caption3 h1 {
	color:#FFFFFF;
	width:100%;
	font-size:16px;
	line-height:1.5em;
	font-weight:100;
	text-shadow: 0 1px 2px #000;
	font-family: 'Lato';
	margin:0px auto;
	margin-top:5%;
	text-transform:uppercase;
}

.carousel-caption3 p {
	margin:0px auto;
	width:100%;
	color:#FFFFFF;
	margin-top:20px;
	font-size:12px;
	font-family: 'Lato';
	text-align: center;
	font-weight:100;
	line-height:1.8em;
}

.call {
	font-family: 'Lato';
	/*font-family: 'Raleway', sans-serif;*/
	padding: 0px 0px 5px 0px;
	font-size:20px;
	color:#ffffff;
	font-weight:100;
	text-align:center;
	text-transform:uppercase;
	/*letter-spacing:0.1em;*/
}

}




.carousel-caption1 {
  right: 0;
  top: 10%;
  left: 8%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #fff;
  position: absolute;
  overflow: hidden;
}

.carousel-caption1 h1 {
	color:#FFFFFF;
	width:100%;
	font-size:40px;
	font-weight:100;
	text-shadow: 0 1px 2px #000;
	font-family: 'Lato';
	margin:0px auto;
	margin-top:5%;
	padding: 0px 0px 0px 0px;
}

.carousel-caption1 p {
	margin:0px auto;
	width:100%;
	color:#FFFFFF;
	font-size:20px;
	font-family: 'Lato';
	font-weight:100;
	line-height:1.8em;
	margin:0px 0px 10px 0px;
}


#transparentbg {
 	margin:10% 0px 0px 0px;
  	background: rgba(48, 30, 6, 0.7);
  	padding:10px 0px 10px 0px;
}

span.rollover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(../../images/mag.png) center center no-repeat #000;
	cursor: pointer;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
	opacity: 0;
}

span.rollover:hover {
	opacity: 0.9;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	background-color:rgba(15,106,173,0.7);
}


.btn-default {
	font-family: 'Lato';
    color: #CACACA;
    background-color: #2B2B2D;
    border-color: #2B2B2D;
	size:15px;
	letter-spacing:0.2em;
}

.btn-warning {
	font-family: 'Lato';
	size:15px;
	letter-spacing:0.2em;
}


/*menu stats*/


#navbar {
  max-width: 1000px;
  margin: 0 auto;
}

.menubtn {
  /* needs positioning for z-index http://stackoverflow.com/a/10600930/477958 */
  position: relative; 
  z-index: 101;
  color: #000000;
  text-decoration: none;
  font-size: 0em;
  line-height: 0em;
  top: -20px;
  padding: 15px;
  background-image: url('hamburger.png');
  background-position: 50% 50%;
  background-size: 25px 16px;
  background-repeat: no-repeat;
}
.menubtn:hover, .openmenu .menubtn {
  color: #bdd43e;
  background-image: url('hamburger-active.png');
}

/** toggle menu **/
/*body.openmenu {
  position: fixed;
  overflow: hidden;
}*/

#pgcontainer {
  padding: 45px 0;
  margin: 0;
}

.overlay {
  position: fixed;
  z-index: 99;
 /* background-color: rgba(0,0,0,0.5);*/
  bottom: 0;
  right: 0;
  left: 0;
}

.openmenu .overlay {
  top: 0;
}


#hamburgermenu {
  height: 100%;
  width: 0;
  background: #2D3649;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  overflow: hidden;
  -webkit-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  -moz-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  margin:0px 0px 0px -40px;
  padding:0px 0px;
}
#hamburgermenu ul {
  margin-top: 45px;
  z-index: 101;
  overflow-y: auto;
  overflow-x: hidden;
}
#hamburgermenu ul li {
  display: block;
}
#hamburgermenu ul li a {
  display: block;
  min-width: 175px;
  padding: 18px 8px;
  color: #ffffff;
  font-family: 'Lato';
  font-size:15px;
  text-decoration: none;
  text-align: left;
  margin:0px 0px;
}
#hamburgermenu li a:hover {
  color: #e5c37b;
  background: #7b5a31;
}

/*end of menu*/


/*tab*/

.nav-tabs {
	border-bottom:1px solid transparent;
	background-color:#424242;
}

.nav-tabs>li {
	float:left;margin-bottom:-1px;
}

.nav-tabs>li>a {
	margin-right:0px; 
	line-height:1.42857143;
	border:1px solid transparent;
	border-radius:0px 0px 0 0;
	font-family: 'Open Sans';
	color:#ffffff;
	font-size:19px;
	font-weight:500;
}

.nav-tabs>li>a:hover { 
	border-color:transparent;
	background-color:#ffffff;
	border-bottom-color:#424242;
	color:#2f2f2f;
	
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover { 
	font-family: 'Open Sans';
	color:#2f2f2f;
	cursor:default;
	background-color:#ffffff;
	border:1px solid transparent;
	border-bottom-color:#424242;	
	font-size:19px;
	font-weight:500;
}

.nav-tabs.nav-justified { 
	width:100%;
	border-bottom:0;
}

.nav-tabs.nav-justified>li{ 
	float:none;
	
}.nav-tabs.nav-justified>li>a { 
	/*margin-bottom:5px;text-align:center;*/
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top:auto;left:auto;
}


.nav-tabs.nav-justified { 
  width:100%;border-bottom:0;
 }

.nav-tabs.nav-justified>li{
	float:none;
}

.nav-tabs.nav-justified>li>a { 
	margin-bottom:1px;text-align:center;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu { 
	top:auto;left:auto;
}

@media (min-width:768px){
.nav-tabs.nav-justified>li{ 
	display:table-cell;width:1%;
}

.nav-tabs.nav-justified>li>a{ 
	margin-bottom:0;
}
}

.nav-tabs.nav-justified>li>a{ 
	margin-right:0;border-radius:0px;
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
	background-color:#ffffff;
	border:1px solid transparent;
	border-bottom-color:#424242;	
}

@media (min-width:768px){
.nav-tabs.nav-justified>li>a {
	border:1px solid transparent;
	border-radius:0px 0px 0 0;
	border-bottom-color:#532E76;
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
	border-bottom-color:#532E76;
}
}


.kalambg {
 border: 1px solid #cdcdcd;
	moz-box-shadow: 1px 3px 5px 2px #e3e3e3;
  	-webkit-box-shadow: 1px 3px 5px 2px #e3e3e3;
	padding:0px 0px 0px 0px;
}

.kalambg img {
 text-align:center;
	padding:10px 0px 0px 20px;
}

.kalambg caption p{

text-align:center;
}

/*end of tabs*/

.img-border {
	padding:5px 20px 0px 0px;
}


/*PIC*/
.pic {
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  border: 2px solid white;
  float: left;
  width:100%;
}

.pic:hover {
  cursor: pointer;
}

/*GROW*/
.grow img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  background-color:#000000;
  
}
.grow img:hover {
  opacity:0.5;
  zoom:100%;
  -moz-transform:scale(1.3); 
  -webkit-transform:scale(1.3);
  -o-transform:scale(1.3);	
}


.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #e9eef4;
    border: 1px solid #cdcdcd;
	moz-box-shadow: 1px 3px 5px 2px #e3e3e3;
  	-webkit-box-shadow: 1px 3px 5px 2px #e3e3e3;
  	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15) !important;
    border-radius: 0px;
	transition: all 0.5s ease 0s;
    transform: scale(1);
}

.thumbnail:hover {
	border: 1px solid #e3e3e3;
	moz-box-shadow: 1px 3px 5px 2px #e3e3e3;
  	-webkit-box-shadow: 1px 3px 5px 2px #e3e3e3;
  	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
	transform: scale(1.05);
}



.caption h3 {
	font-family: 'Lato';
	padding: 10px 10px 10px 10px;
	font-size:15px;
	color:#444444;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	text-align:center;
	/*text-transform:uppercase;*/
}
/*.caption p {
	font-family: 'Lato';
	padding: 30px 10px 10px 10px;
	font-size:15px;
	color:#444444;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	text-align:center;
	text-transform:uppercase;
}*/


.gray {
	color:#d2d2d2;
}

/*clients */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  border:thin solid #e6e6e6;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  /*filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');*/
  filter: brightness(0.1);
  -webkit-filter: brightness(0.1);
}

.hovereffect h2 {
  font-family: 'Open Sans';	
  line-height:1.5em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 15px;
  background-color: transparent;
  color: #ffffff;
  font-weight:300;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

#sidebar ul { 
	padding: 0px; 
}

#sidebar li { 
	margin: 0px 0px; 
	font-family: 'Open Sans';
	list-style:none;
}

#sidebar li a:link, #sidebar li a:visited, #sidebar li a:active{
	display:block;
	float:left;
	width:300px;
	color:#777777;
	font-family: 'Open Sans';
	font-size: 15px;
	padding:10px 10px 10px 20px;
	font-weight: 500;
	border-left:thin solid #dfdfdf;
	border-bottom:thin solid #dfdfdf;
	border-right:thin solid #dfdfdf; 
	background: #ffffff; 
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15)
}

#sidebar li a:hover{ 
	color:#180E02;
	background: #f1f1f1;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	padding:10px 10px 10px 30px;
}


.menuhead {
    font-family: 'Open Sans';
    font-size: 20px;
    color: #ffffff;
    background: #180E02;
    width: 300px;
    padding: 10px 20px;
}

/*form section*/

.formbg {
background-color:#F1F1F1;
padding:30px 70px 30px 70px;
margin:0px 0px 0px 0px
}

.dropLineForm {
margin:10px 0px 0px 0px;
padding:0px 0px 0px 0px;

}

.dropLineForm input.reqError[type="text"], .dropLineForm input.reqError[type="email"], .dropLineForm input[type="phone"], .dropLineForm textarea.reqError {
    border-color: #BEBABA;
	margin:0px 0px 0px 0px;
}
.dropLineForm textarea {
    color: #464141;
    height: 160px;
    resize: none;
}
.dropLineForm input[type="text"], .dropLineForm input[type="email"], .dropLineForm input[type="phone"], .dropLineForm textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #BEBABA;
    color: #464141;
    font-style: italic;
    font-weight: 400;
    padding: 5px 20px;
}

.dropLineForm input, .dropLineForm textarea {
    width: 100%;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
textarea {
    overflow: auto;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
* {
    box-sizing: border-box;
}
.dropLineForm input::-moz-placeholder, .dropLineForm textarea::-moz-placeholder {
    color: #464141;
    opacity: 1;
}

.sButton {
    text-align: center;
}

.defaultButton {
    background: #595454 !important;
    border: medium none;
    display: inline-block;
    line-height: 0.8;
    margin: auto;
    max-height: 60px;
    max-width: 200px;
    min-width: 170px;
    overflow: hidden;
    padding: 26px;
    position: relative;
    text-transform: uppercase;
    transition: color 0.3s ease 0s;
    vertical-align: middle;
    z-index: 1;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.defaultButton::before,
.defaultButton::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.defaultButton::before {
    background: #595454;
}
.defaultButton::after {
    background: #B8B2B2;
}
.defaultButton:hover {
    color: #fff;
}
.defaultButton:hover::before,
.defaultButton:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.defaultButton:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

::-webkit-input-placeholder {
color: #808080;
}

:-moz-placeholder { /* Firefox 18- */
color: #808080; 
}

::-moz-placeholder { /* Firefox 19+ */
color: #808080; 
}

:-ms-input-placeholder { 
color: #808080; 
}

/*
new n event
*/

.thumbnail-2 {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
	moz-box-shadow: 1px 3px 5px 2px #e3e3e3;
  	-webkit-box-shadow: 1px 3px 5px 2px #e3e3e3;
  	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15) !important;
    border-radius: 0px;
	transition: all 0.5s ease 0s;
    transform: scale(1);
}

.thumbnail-2:hover {
	border: 1px solid #e3e3e3;
	moz-box-shadow: 1px 3px 5px 2px #e3e3e3;
  	-webkit-box-shadow: 1px 3px 5px 2px #e3e3e3;
  	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
	transform: scale(1.05);
}


.thumbnail-1 {
    display: block;
    padding: 0px;
	margin-left:0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
	moz-box-shadow: 1px 3px 5px 2px #e3e3e3;
  	-webkit-box-shadow: 1px 3px 5px 2px #e3e3e3;
  	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15) !important;
    border-radius: 0px;
	transition: all 0.5s ease 0s;
    transform: scale(1);
}

.thumbnail-1:hover {
	border: 1px solid #e3e3e3;
	moz-box-shadow: 1px 3px 5px 2px #e3e3e3;
  	-webkit-box-shadow: 1px 3px 5px 2px #e3e3e3;
  	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
	transform: scale(1.05);
}

span.rollover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(../../images/mag.png) center center no-repeat !important;
	cursor: pointer;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
	opacity: 0;
}

span.rollover:hover {
	opacity: 0.9;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 4px #000000;
	-moz-box-shadow: 0px 0px 4px #000000;
	box-shadow: 0px 0px 4px #000000;
	
}

.caption h3 {
	font-family: 'Open Sans';
	padding: 10px 10px 10px 10px;
	font-size:16px;
	color:#444444;
	font-weight:400;
	margin:0px -10px 0px 0px;
	text-align:center;
	/*text-transform:uppercase;*/
}​



/*case studies style*/

.thumbnail1 {
    display: block;
    padding: 40px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #e9eef4;
    border: 1px solid #cdcdcd;
	moz-box-shadow: 1px 3px 5px 2px #e3e3e3;
  	-webkit-box-shadow: 1px 3px 5px 2px #e3e3e3;
  	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15) !important;
    border-radius: 0px;
	transition: all 0.5s ease 0s;
    transform: scale(1);
}

.thumbnail1:hover {
	border: 1px solid #e3e3e3;
	moz-box-shadow: 1px 3px 5px 2px #e3e3e3;
  	-webkit-box-shadow: 1px 3px 5px 2px #e3e3e3;
  	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
	transform: scale(1.05);
}


.join {
background-color:#999999;
font-size:14px;
padding:10px 50px 10px 50px;
color:#000000;
font-weight:600;
}


.join:hover {
background-color:#999999;
font-size:14px;
padding:10px 50px 10px 50px;
color:#FF0000;
font-weight:600;
}

#leadership img{padding-bottom: 20px}