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

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #063;
}
a:active {
	text-decoration: none;
}
.wrapper {
	max-width:1050px;
	width:98%;
	margin:auto;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.flex {
	overflow:hidden;
}
.split {
	clear:both;
}
header {
	width:100%;
	height:100px;
    background-image:url(imgs/topheader.jpg);
	background-repeat:repeat-x;
	 }
.logo {
	float:left;
	margin: 12px 0 0 0px;
	z-index:9999;
	position:absolute;
}
.textbar {
	background-image:url(imgs/basant-art-slide.jpg);
	background-repeat:repeat-x;
	height:485px;
	box-shadow: 0 2px 10px #000;
	position:relative;
	width:100%;
	z-index:999;

}
.textbar h2 {
	padding:155px 0 25px 0px;
	font-family: 'Oswald', sans-serif;
	text-align:center;
	font-weight:100;
	font-size:60px;
	color:#fff;
	
}
.textbar div {
	padding:10px 0 0 0px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-size:35px !important;

            }

.textbar span { 
	color:#e6e10a;
	font-size:35px !important;
	}
	
.textbar strong { 
	color:#c4c2c2;
	font-size:35px !important;
	font-weight:100;
	}
#typer {
	text-align:center;
}

nav {
	width:786px;
	z-index:9999;
	position:relative;
}
nav ul {
	width:auto;
}
nav ul li {
	list-style:none;
	float:right;
	margin:2px;
}

nav ul li a {
	padding: 10px 18px 10px 18px;
	display:block;
	font-family: 'Titillium Web', sans-serif;
	font-size:15px;
	text-transform:uppercase;
	color:#000;
	 font-weight:300px;
	border-radius:5px;
	
}
nav ul li a:hover {
	text-decoration:none;
	background-color:#333;
	color:#FFF;
}
nav ul li span{
   font-family: 'Titillium Web', sans-serif;
   font-size:12px;
   color:#666;
   text-align:center;
   text-transform:lowercase;
}
}
.active {
	background-color:#333;	
}
.topbar {
	margin: 0px 0 0 0px;
	height:40px;
}
.toplink {
	float:right;
	width:340px;
}
.toplink ul {
	width:auto;
}
.toplink ul li {
	float:right;
}
.toplink ul li a {
	padding:8px 8px 5px 8px;
	display:block;
	color:#ffffff;
	font-size:13px;
}
.mailus {
	float:right;
	color:#ffffff;
	padding: 8px 0 0 12px;
}
.mailus a {
	color:#ffffff;
}
.slider {
	width:100%;
}
.slider img {
	width:100%;
}
.scroll {
	width:100%;
	position:relative;
	max-width:1050px;
	width:98%;
	margin:auto;

}
.scroll h2 {
	font-family: 'Titillium Web', sans-serif;
	color:#666;
	font-size:50px;
	font-weight:100;
	margin: 20px 0 10px 0px;
	text-align:center;
}
.scroll h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#999;
	font-size:16px;
	font-weight:100;
	margin: 0px 0 10px 0px;
	text-align:center;
}
.scroll ul {
	width:auto;}
.scroll ul li {
	list-style:none;
	text-align:center;
}

.scroll ul li:hover {
	animation: 1s fc;
	-webkit-animation: 1s fc;
	-moz-animation: 1s fc;
}

.scroll ul li img {
	width:100%;
	margin: 25px 5px 0 5px;
	border-radius:5%;
	width:250px;
	height:250px;
	
}

@-webkit-keyframes fc {
0% {
    -webkit-transform: scale(1);
}
50% {
    -webkit-transform: scale(0.9);
}
100% {
    -webkit-transform: scale(1);
}
}


@-moz-keyframes fc {
0% {
    transform: scale(1);
}
50% {
    transform: scale(0.9);
}
100% {
    transform: scale(1);
}
}
.scroll ul li p {
	list-style:none;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	padding: 8px 0 10px 0px;
	border-bottom:solid 1px #ddd;
}

section.module.parallax {
  height: 500px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 50px 0 0 0px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax h4 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0 50px 0px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  letter-spacing:8.5px;
}
section.module.parallax-2 {
	background-image:url("imgs/matterbg.jpg");
}
section.module.parallax-3 {
  background-image: url("imgs/bottombg.jpg");
}

.matters {
	width:100%;
}
.matters ul {
	width:auto;
	
}
.matters ul li {
	list-style:none;
	float:left;
	text-align:center;
	width:25%;
	
	 
}
.matters ul li div {
	padding:20px 12px;
	min-height:220px;
	
	
}
.matters ul li img {
    border-radius: 50%;
    height: 190px;
    margin-bottom: 10px;
    width: 190px;
}
.matters ul li h2 {
	font-family: 'Titillium Web', sans-serif;
	color:#FFF;
	font-size:30px;
	font-weight:100;
	margin: 20px 0 10px 0px;
}
.matters ul li h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#ebe209;
	font-size:14px;
	font-weight:100;
	margin: 0px 0 20px 0px;
}
.matters ul li p {
	font-family: 'Titillium Web', sans-serif;
	color:#ccc;
	font-size:13px;
	line-height:18px;
	margin: 0px 0 25px 0px;


}
.matters ul li ul {
    clear: both !important;
    min-height: 120px;
    margin-top: 0;
    width: auto;
}
.matters ul li ul li {
	font-family: 'Titillium Web', sans-serif;
	color:#ccc;
	font-size:13px;
	line-height:18px;
	margin: 0px 0 0px 0px;
	list-style:none;
	float:left;
	text-align:center;
	width:100%;

}

.link {
	padding:6px 20px 6px 20px;
	background-color:#990;
	color:#fff;
	font-family:Calibri;
	text-transform:uppercase;
	border-radius:5px;
}
:hover.link {
	background-color:#666;
	color:#fff;
	text-decoration:none;
}

.link1 {
	padding:6px 20px 6px 20px;
	background-color:#d60a0b;
	color:#fff;
	font-family:Calibri;
	text-transform:uppercase;
	border-radius:5px;
}
:hover.link1 {
	background-color:#666;
	color:#fff;
	text-decoration:none;
}


.home_stuff {
	width:100%;
	background-color:#FFF;
	position:relative;
	z-index:9999;
	min-height:350px;
}

.clients {
	width:100%;
}
.clients h2 {
	font-family: 'Titillium Web', sans-serif;
	color:#666;
	font-size:50px;
	font-weight:100;
	margin: 30px 0 10px 0px;
	text-align:center;
}
.clients h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#999;
	font-size:16px;
	font-weight:100;
	margin: 0px 0 20px 0px;
	text-align:center;
}
.clients ul {
	width:100%;
}
.clients ul li {
	list-style:none;
	float:left;
	width:13.5%;
	margin-bottom:12px;
	box-shadow: 0 0 3px #aeaeae;
	margin:1px;
}
.clients ul li:hover {
	box-shadow: 0 0 3px #444;

}
.clients ul li img {
	width:100%;
	
/* -webkit-filter: grayscale(100%);
-webkit-transition: .5s ease-in-out;
-moz-filter: grayscale(100%);
-moz-transition: .5s ease-in-out;
-o-filter: grayscale(100%);
-o-transition: .5s ease-in-out;*/
}

.clients ul li img:hover {
	width:100%;
-webkit-filter: grayscale(0%);
-webkit-transition: .5s ease-in-out;
-moz-filter: grayscale(0%);
-moz-transition: .5s ease-in-out;
-o-filter: grayscale(0%);
-o-transition: .5s ease-in-out;
}

footer {
	min-height:234px;
	background-color:#eee;
	width:100%;
}
.botlinks {
	width:1249px;
}
.botlinks ul {
	width:25%;
	float:left;
}
.botlinks ul h3 {
	font-family: 'Titillium Web', sans-serif;
	color:#000;
	font-size:25px;
	font-weight:100;
	margin: 25px 0 10px 0px;
}
.botlinks ul li {
	list-style:none;
	line-height:22px;
}
.botlinks ul li a {
	font-size:12px;
	color:#666;
}
.botlinks ul li a:hover {
	color:#333;
}
.copyright {
	background-color:#f61f29;
	color:#f5a9ad;
	font-size:11px;
	padding:10px 0 10px 0px;
}
nav ul li:hover ul {
                display:block;
}
nav ul ul {
                display:none;
                position:absolute;
                background-color:#fff;
                width:450px;
                /*min-height:100px;*/
                z-index:9999;
                padding:4px;
}
nav ul ul li {
                list-style:none;
                float:left;
                width:49%;
}
nav ul ul li a {
                padding: 7px;
                display:block;
                font-family: 'Gafata', sans-serif;
                text-transform:none;
                font-size:13px;
                color:#333;
                background-color:#f7f7f7;
                margin-bottom:2px;
}
nav ul ul li a:hover {
                color:#fff;
                border:none;
                margin: 0 0 2px 0;
                background-color:#333;
}

.header_pic img{
	background-repeat:repeat-x;
	box-shadow: 0 2px 10px #000;
	position:relative;
	width:100%;
	z-index:999;
	}
.main_area{
		max-width:1050px;
	    width:98%;
	    margin:auto;
	 	font-family: 'Titillium Web', sans-serif;
	    text-align:justify;
		line-height:25px;
		padding:0 0 0px 0;
	  }
.main_area p{
	font-size:16px;
	padding: 8px 0px 11px 0px;
    color:#999;
 }
 .main_area a{
	 text-decoration:none;
	font-size:16px;
	padding: 8px 0 10px 0px;
    color:#999;
 }
 .main_area h2{
	font-family: 'Titillium Web', sans-serif;
	color:#666;
	font-size:50px;
	font-weight:100;
	margin: 40px 0 40px 0px;
    text-transform:capitalize;
 }
.gallery_photo ul li{
	  float:left;
	  padding:15px 10px;
	  }
.gallery_photo ul li img {
	height:120px;
	width:160px;
 border-radius:0px; 
 }
.gallery ul li{
    float: left;
    margin: 0 5px;
    padding: 5px;
    width: 330px;
}
.gallery ul li img {
    border: 2px solid #ccc;
    border-radius: 0;
    height: 222px;
    width: 100%;	 
 }
.product{ 
 float:left;
  width:60%;
 }
.product ul li{
float:left;
width:50%;
list-style: inside circle;
 }
.product_image{
 float:right;
  width:40%;
}
.product_inf ul{
 margin-left:10px;
}
.product_inf ul li{
list-style:circle;
  }
 .product_why{
	  float:left;
	  width:60%;
	  }
.product_why ul{
 margin-left:10px;
}
.product_why ul li{
list-style:inside circle;
  }
 .product_pic{
	  float:right
	   width:40%;
	}
.product_pic img{
	
	  marginb:0px;
}
.clients ul li{
 float:left;
 margin:4px !important;
 padding:0px !important;
 line-height:25px;
}
.modalDialog {
		position: fixed;
		font-family: 'Titillium Web', sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}
.modalDialog > div {
		width:550px;
		position: relative;
		margin: 10% auto;
		padding: 25px 20px 25px 20px;
		border-radius: 10px;
		background: #fff;
	}
	 
.modalDialog0 {
		position: fixed;
		font-family: 'Titillium Web', sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalDialog0:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog0 > div {
		width:450px;
		position: relative;
		margin: 10% auto;
		padding: 25px 20px 25px 20px;
		border-radius: 10px;
		background: #fff;
		}
.close {
		background-color:#f61f29;
	    color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

.modalDialog h1 {
	font-family: 'Titillium Web', sans-serif;
	font-weight:100;
	font-size:24px;
	margin:0px 0 10px 0px;
	text-transform:uppercase;
	color:#666;
    border-bottom:1px solid #CCC;
	padding:10px 0;
	text-align:center;
}
.modalDialog0 h1 {
	font-family: 'Titillium Web', sans-serif;
	font-weight:100;
	font-size:24px;
	margin:0px 0 10px 0px;
	text-transform:uppercase;
	color:#666;
	border-bottom:1px solid #CCC;
	padding:10px 0;
	text-align:center;
}

.close:hover {
     background:#606061;
    color:#fff;
  }
  .request_form{
	 margin:20px;
    min-height:370px;
}	 
.request_form label{
	float:left;
	display:block;
    width:80px;
  	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
   line-height:30px;
  color:#666;
  margin:10px 0;
  text-transform:capitalize;
}
 .fieldr{
float: right;
display:block;
width:360px;
line-height:30px;
background:#e9e9e9;
border:1px dashed #ddd;
box-shadow: 1px 1px 4px rgba(221, 221, 221, 0.3);
margin:10px 0;
} 
.submit{
	 float:right !important;
	 margin:10px 0px 0 100px; 
	 background-color:#f61f29;
	 color:#ffffff;
	 padding:5px 10px;
	 border:none;
	border-radius:5px;
	}
.submit:hover{
 background:#666;
}
.slider {
	box-shadow: 0 2px 4px #333;
    height:350px;
	position:relative;
	width:100%;
	z-index:999;

}
.slider img {
	width:100%;
}
.matter_heading {
	width:100%;
}
.matter_heading h2 {
	color: #666;
    font-family: "Titillium Web",sans-serif;
    font-size: 50px;
    font-weight: 100;
    margin: 20px 0 10px;
    text-align: center;
}
.matter_heading h3 {
	color: #999;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 100;
    margin: 0 0 15px;
    text-align: center;
}
.main_container {
	width:100%;
}
.itext {
	width:100%;
	margin: auto auto 10px;
}
.tabs {
	width:100%;
	background-color:#eee;
	
}
.tabs h3 {
	color: #fff;
    font-family: "Titillium Web",sans-serif;
    font-size: 25px;
    font-weight: 100;
    margin: 20px 0 10px;
	background-color:#f61f29;
	padding:10px;
	border-radius:5px;
}
.tabs ul {
	width:100%;
	margin:auto;
}
.tabs ul li {
	float:left;
	width:227px;
    margin: 7px 5px 15px 7px;	
	background:#fff;
	border:1px solid #f61f29;
	border-radius:10px 0;
}
.tabs ul li:hover {
	animation:1s ease 0s normal none 1 pcthumb;
    -webkit-animation: 1s pcthumb;
	-moz-animation: 1s pcthumb;
}
.tabs ul li img {
    border: 1px solid #fff;
    border-radius: 10%;
    height: 185px;
    margin: 21px;
    width: 185px;
}
.tabs ul li h2 {
	color: #fff;
    font-family: "Titillium Web",sans-serif;
    font-size: 16px;
    font-weight: 100;
	margin: 5px 10px;
	background-color:#f61f29;
	padding:2px 10px;
	border-radius:5px;
	text-align:center
	
}
.tabs ul li h2:hover {
	background-color:#666;
	color:#fff;
}

@keyframes pcthumb {
  0% {
    transform: scale(1) rotateY(0deg);
  }
  50% {
    transform: scale(0.8) rotateY(0deg);
  }
  100% {
    transform: scale(1) rotateY(0deg);
  }
}
@-webkit-keyframes pcthumb {
  0% {
    -webkit-transform: scale(1) rotateY(0deg);
  }
  50% {
    -webkit-transform: scale(0.8) rotateY(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0deg);
  }
}
