
/* reset */
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,dl,dt,dd,ol,nav ul,nav 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%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*---start-wrap----*/
@font-face {
    font-family: 'gandhi_sansregular';
    src: url('../fonts/GandhiSans-Regular-webfont.eot');
    src: url('../fonts/GandhiSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GandhiSans-Regular-webfont.woff') format('woff'),
         url('../fonts/GandhiSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/GandhiSans-Regular-webfont.svg#gandhi_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.wrap{
	width:80%;
	margin:0 auto;
}
.hrader-part{
	background: url(../images/bg.jpg) no-repeat #E7E7E7;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	padding-bottom: 2em;
}
/*---start-header----*/
.logo{
	float:left;
}
.logo a{
	color: #FFF;
	font-size: 3em;
	font-family: 'gandhi_sansregular';
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.logo a span{
	font-family: 'gandhi_sansregular';
	color:#02adea;
}
.top-nav{
	float:right;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.top-nav ul li{
	display:inline-block;
}
.top-nav ul li a{
	color: #FFF;
	font-size: 1em;
	font-family: 'gandhi_sansregular';
	padding: 24px;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.top-nav ul li a:hover{
	color:#02adea;
}
.header {
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.36);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
}
.top-nav li.active> a, .top-nav li> a:hover {
	color: #02adea;
}
/*---start-banner----*/
.banner {
	padding-top: 9.5em;
}
.banner-left-pic{
	float:left;
	width: 40%;
	text-align: right;
}
.banner-left-pic img{
	display:inline-block;
}
.banner-left-info{
	float: right;
	width: 57%;
	padding-top: 5em;
}
.banner-left-info h2{
	color: #FFF;
	font-family: 'gandhi_sansregular';
	font-size: 2.5em;
	padding: 0.5em 0 0 0;
}
.banner-left-info h1{
	color: #FFF;
	font-family: 'gandhi_sansregular';
	font-size: 4em;
	text-transform: uppercase;
}
.banner-left-info p{
	color: #FFF;
	font-family: 'gandhi_sansregular';
	font-size: 1em;
	padding: 1em 0;
	line-height: 1.5em;
	width: 70%;
}
.button a{
	display:block;
}
.button{
	float:left;
}
.button  img{
	display: block;
	margin: 0 2em 0em 0;
}
.banner-left-info span{
	color: #FFF;
	font-family: 'gandhi_sansregular';
	font-size: 1em;
	padding: 0.6em 0;
	display:block;
}
.banner-left-info span a{
	color:#FFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding: 0px 3px;
}
.banner-left-info span a:hover{
	color:#02adea
}
/*---start-content----*/
.features{
	background:#FFF;
}
.features-grids {
	padding: 3.5em 0 3em 0;
}
.Features-grid{
	float: left;
	width: 31.33%;
	margin-right: 3%;
	margin-bottom: 0.5em;
}
.Features-grid h3{
	color: #000;
	font-family: 'gandhi_sansregular';
	font-size: 1.8em;
}
.Features-grid p{
	color: #777;
	font-family: 'gandhi_sansregular';
	font-size: 1em;
	padding: 0.5em 0;
	line-height: 1.5em;
}
.last{
	margin:0;
}
/*---start-videos----*/
.videos{
	background:url(../images/vid-bg.png);
	padding:3em 0;
	text-align:center;
}
.videos h3{
	color: #FFF;
	font-family: 'gandhi_sansregular';
	font-size: 1.8em;
	padding: 0 0 1.44em 0;
}
.videos a img{
	display: inline-block;
}
/*---start-my-team----*/
/*---start-abub-about-grids----*/
.sub-about-grid{
	float: left;
	width: 25%;
	text-align: center;
}
.sub-about-grid img{
	background:#020107;
	padding:10px;
	border-radius: 50%;
}
.sub-about-grid h4{
	font-family: 'gandhi_sansregular';
	font-size: 1.2em;
	color: #000000;
	text-transform: uppercase;
	padding: 0.4em 0 0 0;
}
.sub-about-grid span{
	font-family: 'gandhi_sansregular';
	font-size: 0.75em;
	color: #000000;
	text-transform: uppercase;
	display: block;
	padding: 1em 0 0 0;
	width: 80%;
	margin: 0 auto;
}
.sub-about-grid-social ul li{
	display:inline-block;
}
.sub-about-grid-social {
	padding: 1em 0;
}
.sub-about-grid-social ul li img{
	background:#fff;
	padding:5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sub-about-grid-social ul li img:hover{
	background:#000;
}
.sub-about-grids {
	padding: 2em 0 2.5em 0;
	text-align: center;
	width: 87%;
	margin: 0 auto;
}
.sub-about-grids h3{
	text-align:center;
	color: #000;
	font-family: 'gandhi_sansregular';
	font-size: 1.8em;
	padding: 1em 0 1.5em 0;
}
/*---start-Testimonials----*/
.Testimonials{
	text-align:center;
	background: url(../images/test-bg.jpg) no-repeat #E7E7E7;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	padding: 2em 0 3em 0;
	-webkit-filter: grayscale(100%);
	opacity: 1;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.Testimonials h3{
	text-align: center;
	color: #FFF;
	font-family: 'gandhi_sansregular';
	font-size: 1.8em;
	padding: 1em 0 0 0;
}
.Testimonials p,.Testimonials span{
	color: #000;
	font-family: 'gandhi_sansregular';
	font-size: 1em;
	padding: 0.8em 0 1em 0;
	line-height: 1.5em;
	width: 70%;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.Testimonials span label{
	color:#777;
}
.Testimonials span:hover{
	cursor:pointer;
	color:#FFF;
}
/*----start-contact----*/
.contact {
	padding: 2em 0 3em 0;
}
.contact h3{
	text-align: center;
	color: #000;
	font-family: 'gandhi_sansregular';
	font-size: 1.8em;
	padding: 1em 0 1.5em 0;
}
.contact-form{
	float:left;
	width:50%;
}
.contact-form input[type="text"],.contact-form textarea{
	width:90%;
	padding:12px;
	font-family: 'gandhi_sansregular';
	font-size:1em;
	color:#777;
	border: 1px solid rgba(119, 119, 119, 0.19);
	outline:none;
	margin: 9px 0;
}
.contact-form textarea{
	height:150px;
}
.contact-form input[type="submit"]{
	cursor:pointer;
	padding:12px;
	border:none;
	outline:none;
	background:#02adea;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color:#FFF;
	font-family: 'gandhi_sansregular';
	font-size:1em;
	padding: 10px 20px;
}
.contact-form input[type="submit"]:hover{
	background:#000;
}
.contact-left{
	float:right;
	width:50%;
}
.contact-left p{
	font-family: 'gandhi_sansregular';
	color: #AAAAAA;
	display: block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5em;
	padding: 0.5em 0;
}
.contact-left-grid-pic{
	width: 8%;
	float: left;
	padding: 9px 0px 0px 0px;
}
.contact-left-grid-info{
	float: right;
	width: 91%;
}
.contact-left-grid-info h5{
	color: #AFAFAF;
	font-family: 'gandhi_sansregular';
	display: block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5em;
}
.contact-left-grid {
	padding: 7px 0px;
}
.contact-social ul li{
	display:inline-block;
}
.contact-social ul li a{
	display:block;
}
.contact-social ul li img{
	display:block;
}
.contact-social ul li a{
	background: #FFF;
	padding:15px;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.contact-social ul li a:hover{
	background:#000;
}
.contact-social {
	margin-top: 10px;
}
/*----start-copy-right----*/
.copy-right{
	text-align:center;
	background:#000;
	padding:1em 0;
	font-family: 'gandhi_sansregular';
}
.copy-right p{
	text-align:center;
	color:#FFF;
	font-size:1em;
	font-family: 'gandhi_sansregular';
}
.copy-right p a{
		color:#FFF;
		padding-left:5px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
}
.copy-right p a:hover{
		color:#777;
}
/*** move top **/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow_up.png) no-repeat right top;
}
#toTopHover {
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*----start-responsive-design-----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:95%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:95%;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.sub-about-grid img {
		width: 80%;
	}
	.banner-left-info h2 {
		font-size: 2.3em;
	}
	.banner-left-info h1 {
		font-size: 3.5em;
	}
	.button img {
		width: 76%;
	}
	.Features-grid h3 {
		font-size: 1.6em;
	}
}
@media only screen and (max-width: 991px) {
	.banner-left-info h1 {
		font-size: 3.3em;
	}
	.banner-left-info h2 {
		font-size: 2.1em;
	}
	.banner-left-info {
		width: 58%;
	}
	.button img {
		width: 69%;
	}
	.Features-grid h3 {
		font-size: 1.5em;
	}
}
@media only screen and (max-width: 991px) {
	.banner-left-pic {
		width: 27%;
	}
	.banner-left-info {
		width: 67%;
		padding-top: 2em;
	}
}
@media only screen and (max-width: 900px) {
	.sub-about-grid-social ul li img {
		padding: 4px;
	}
	.sub-about-grid span {
	width: 83%;
	}
	.banner-left-info h1 {
		font-size: 3.1em;
	}
}
@media only screen and (max-width: 800px) {
	.sub-about-grid span {
		width: 100%;
	}
	.banner-left-info {
		width: 73%;
	}
	.banner-left-info h2 {
		font-size: 2em;
	}
	.banner-left-info h1 {
		font-size: 2.8em;
	}
	.top-nav li.active> a, .top-nav li> a:hover {
		color: #02adea;
	}
	.top-nav ul li a {
		padding: 16px;
	}
}
@media only screen and (max-width: 768px)  {
	.wrap{
		width:95%;
	}
	.banner-left-pic {
		width: 26%;
	}
	.banner-left-info {
		padding-top: 0em;
		width:74%
	}
	.top-nav ul li a {
		padding:12px;
	}
	.sub-about-grid img {
		width: 80%;
	}
	.sub-about-grids {
		width: 100%;
	}
	.banner-left-info h1 {
		font-size: 2.7em;
	}
	.banner-left-info p {
		width: 90%;
	}
	.button img {
		width: 26%;
		margin: 0 1em 0 0;
		float: left;
	}
	.button {
		float: none;
	}
	.Features-grid h3 {
		font-size: 1.4em;
	}
	.banner-left-info h1 {
		font-size: 2.5em;
	}
	.contact-form, .contact-left {
		width: 88%;
		float: none;
		margin: 1em auto;
	}
	.contact-form input[type="text"], .contact-form textarea {
		width: 96%;
	}
	.top-nav {
		margin: 0.5em 0;
	}
	.contact-left-grid-pic {
		width: 4%;
	}
}
@media only screen and (max-width: 736px)  {
	.Features-grid h3 {
		font-size: 1.3em;
	}
	.contact-social ul li a {
		padding: 10px 8px;
	}
	.Testimonials p, .Testimonials span {
		width: 87%;
	}
	.contact h3 {
		padding: 0.5em 0;
	}
}
@media only screen and (max-width: 667px)  {
	.logo a {
		font-size: 2.7em;
	}
	.logo {
		float: none;
		text-align: center;
	}
	.top-nav {
		float: none;
	}
	.Features-grid {
		width: 45%;
		margin-right: 5%;
	}
	.videos h3 {
		font-size: 1.7em;
	}
	.top-nav ul li a {
		padding: 14px 23px;
	}
}
@media only screen and (max-width: 640px)  {
	.banner-left-info h1 {
		font-size: 2.3em;
	}
	.top-nav ul li a {
		padding: 14px 21px;
	}
	banner-left-pic {
		width: 23%;
	}
	.banner-left-info h2 {
		font-size: 1.8em;
	}
	.banner-left-info {
		width: 68%;
	}
	.sub-about-grid {
		width: 50%;
	}
	.sub-about-grid img {
		width: 52%;
	}
	.button img {
		width: 32%;
	}
}
@media only screen and (max-width: 600px)  {
	.top-nav ul li a {
		padding: 14px 18px;
	}
	.contact {
		padding: 2em 0 1em 0;
	}
	.button img {
		width: 32%;
	}
	.banner-left-info h2 {
		font-size: 1.7em;
	}
}
@media only screen and (max-width: 568px)  {
	.top-nav ul li a {
		padding: 14px 15px;
	}
	.Features-grid {
		width: 48%;
		margin-right: 2%;
	}
	.Features-grid p {
		font-size: 0.95em;
	}
	.videos h3 {
		font-size: 1.6em;
	}
}

@media only screen and (max-width: 480px)  {
	.top-nav ul li a {
		padding: 14px 8px;
	}
	banner-left-info h1 {
		font-size: 2.2em;
	}
	.banner-left-info h2 {
		font-size: 1.5em;
	}
	.videos h3 {
		font-size: 1.5em;
	}
	.Testimonials p, .Testimonials span {
		width: 95%;
	}
	.button img {
		width: 38%;
	}
}

@media only screen and (max-width:414px){
	.top-nav ul li {
		display: block;
		text-align: center;
	}
	.top-nav ul li a {
		padding: 11px 8px;
	}
	.logo a {
		font-size: 2.5em;
	}
	.banner {
		padding-top: 21.5em;
	}
	.header {
		background: rgba(0, 0, 0, 0.75);
	}
	.banner-left-info h1 {
		font-size: 2.1em;
	}
	.banner-left-info p {
		font-size: 0.9em;
	}
	.button img {
		width: 41%;
		float: none;
		margin: 0.5em 0;
	}
	.Features-grid {
		width: 100%;
		margin-top: 2%;
	}
	.videos h3 {
		font-size: 1.4em;
	}
	.sub-about-grids h3,.contact h3 {
		font-size: 1.6em;
	}
	.contact-left-grid-pic {
		width: 5%;
	}
	.videos h3 {
		font-size: 1.3em;
		line-height: 1.2;
	}
}
@media only screen and (max-width: 384px)  {
	.banner-left-info h1 {
		font-size: 1.8em;
	}
	.banner-left-info h2 {
		font-size: 1.4em;
	}
	.button img {
		width: 48%;
	}
	.sub-about-grids h3, .contact h3 {
		font-size: 1.4em;
	}
	.Testimonials p, .Testimonials span {
		width: 100%;
	}
	.copy-right p {
		line-height: 1.5;
		padding: 0.5em;
	}
}
@media only screen and (max-width: 375px)  {
	.features-grids,.Testimonials {
		padding: 2em 0;
	}
	.sub-about-grid {
		width: 100%;
	}
	.Testimonials h3{
		padding:0;
	}
}
@media only screen and (max-width: 320px)  {
	.banner-left-info h1 {
		font-size: 1.6em;
	}
	.banner-left-info h2 {
		font-size: 1.2em;
	}
	.banner-left-info span {
		font-size: 0.9em;
	}
	.Testimonials h3 {
		font-size: 1.6em;
	}
	.Features-grid h3 {
		font-size: 1.2em;
	}
	.sub-about-grids h3, .contact h3 {
		font-size: 1.3em;
	}
}

