@font-face {
    font-family: "OratorStd";  
    src: url('font/OratorStd.otf') format("truetype");
}
@font-face {
    font-family: "Square721_BT";  
    src: url('font/Square721_BT.ttf') format("truetype");
}
@font-face {
    font-family: "Square721_lite";  
    src: url('font/Square721_lite.ttf') format("truetype");
}
*{ margin:0; padding:0;}
body{ background:#F0F9FD;}

.top{
	width:100%; 
	height:25px; 
	margin:0 auto; 
	background:url(../images/top.png) repeat-x;
	font-family: "Square721_lite";
	color:#FFF;
	font-size:14px;
	}
.sign-login{
	float:right; 
	width:300px;
	}
.sign-login .pan{
	float:left; 
	margin:3px; 
	padding:0 10px 0 10px;
	}
.sign-login .pan a{
	text-decoration:none; 
	color:#FFF;
	}
.section{
	width:100%; 
	margin:0 auto;
	}
.section .inner-section{
	width:100%; 
	float:left; 
	padding:25px 0 25px 0;
	}
.section .inner-section .inner-body{
	width:85%; 
	margin:0 auto;
	}

.section .inner-section .inner-body h1,h4{
	width:100%; 
	float:left; 
	padding:25px 0 25px 0; 
	text-align:center; 
	font-family:OratorStd;
	font-size:36px;
	color:#090816;
	}
.section .inner-section .inner-body a{
	text-decoration:none;
	float:left;}
.section .inner-section .inner-body a:hover{
	padding:20px 0 0 0;}
		
.section .inner-section .inner-body a .box{
	width:270px; 
	height:100px; 
	float:left; 
	background:url(../images/services-bar.png) no-repeat;
	}
.section .inner-section .inner-body a .box span{
}

	
.section .inner-section .inner-body a  .box .text-heading{
	width:90%; 
	padding:5px 0 0 5px; 
	float:left;
	font-family:Square721_BT;
	font-size:25px;
	color:#090816;
	font-weight:bolder;
	margin:0 0 0 25px;

	}
.section .inner-section .inner-body a .box p{
	width:80%; 
	padding:5px 0 0 5px; 
	float:left;
	font-family:Square721_lite;
	font-size:12px;
	color:#090816;
	/*font-weight:bolder;*/
	margin:0 0 0 15px;
	text-align:center;
	}
.section .inner-section .inner-body a .box p span{
	font-size:10px;}
.bg{ 
	background:url(../images/we-are.png) no-repeat;
	background-size:cover;
	background-position: center center;
	}
h4{
	color:#FFF;}
	
.box-2{
	width:210px;
	height:300px; 
	float:left; 
	padding:0;}
	
.box-2 img{
	float:left; 
	margin:0 0 0 20px;
	} 
	
.hed{
	width:100%; 
	padding:5px 0 0 5px; 
	float:left;
	font-family:Square721_BT;
	font-size:25px;
	color:#C2DAE8;
	font-weight:bolder;
	margin:0 0 0 25px;}
.para{
	width:80%; 
	padding:5px 0 0 5px; 
	float:left;
	font-family:Square721_lite;
	font-size:12px;
	color:#F3FBFE;
	/*font-weight:bolder;*/
	margin:0 0 0 15px;
	text-align:center;}
.indo-form{
	font: 95%;
	max-width:100%;
	margin: 10px auto;
	padding: 16px;
	
}

.indo-form input[type="text"],
.indo-form input[type="date"],
.indo-form input[type="datetime"],
.indo-form input[type="email"],
.indo-form input[type="number"],
.indo-form input[type="search"],
.indo-form input[type="time"],
.indo-form input[type="url"],
.indo-form textarea,
.indo-form select 
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	background: #fff;
	margin-bottom: 2%;
	border: 1px solid #A6B9C6;
	padding:15px;
	color: #555;
	font: 95%;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.indo-form input[type="text"]:focus,
.indo-form input[type="date"]:focus,
.indo-form input[type="datetime"]:focus,
.indo-form input[type="email"]:focus,
.indo-form input[type="number"]:focus,
.indo-form input[type="search"]:focus,
.indo-form input[type="time"]:focus,
.indo-form input[type="url"]:focus,
.indo-form textarea:focus,
.indo-form select:focus
{
	box-shadow: 0 0 5px  #24455C;
	padding: 15px;
	border: 1px solid  #24455C;
}

.indo-form input[type="submit"],
.indo-form input[type="button"]{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 1.5%;
	background:#090816;
	border-bottom: 2px solid  #24455C;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	
	color: #fff;
	font-size:24px;
}
.indo-form input[type="submit"]:hover,
.indo-form input[type="button"]:hover{
	background:#24455C;
}

.foot-top{
	width:100%; 
	float:left;
	font-family:Square721_lite;
	font-size:12px;
}
.foot-top .foot-logo{
	width:153px; 
	height:50px; 
	float:left; 
	background:url(../images/E-taxindia-com.png) no-repeat; 
    margin:20px 25px 0px 18px;
	}
.rst{
	font-size:12px;
	line-height:20px;
	}
.pra{
	margin-top:0px 0 0 0; 
	padding:5px 15px 0 15px; 
	font-size:12px; 
	line-height:20px; 
	text-align:justify;
	}
.anchor{
	padding:0 0 0 0;
	margin:0 0 0 0;
	color:#003;
	}
.anchor:hover{
	color:#900;
}
.pa{
	font-family: "Square721_lite";
	font-size:18px;
	line-height:35px;
	color:#090816;}
.b1{
	height:300px; background: url(../images/slider-4.jpg) no-repeat; background-size:cover; background-position:center center;}
.b2{
	height:300px; background: url(../images/slider-6.jpg) no-repeat; background-size:cover; background-position:center center;}
.b3{
	height:300px; background: url(../images/slider-5.jpg) no-repeat; background-size:cover; background-position:center center;}
.b4{
	height:300px; background: url(../images/why-e-india-tax.jpg) no-repeat; background-size:cover; background-position:center center;}
.b5{
	height:300px; background: url(../images/contact-us.png) no-repeat; background-size:cover; background-position:center center;}
.b6{
	background:url(../images/parsh-tecnical-support-login.jpg) no-repeat; background-size:cover; background-position:center center;}

.cont-para{
	width:65%;
	margin:0 auto;
	font-family: "Square721_lite";
	font-size:18px;
	line-height:35px;
	color:#090816;
	line-height:36px;
	text-align:center;}
.indo-frd{
	font: 95% Arial, Helvetica, sans-serif;
	max-width: 300px;
	margin:120px auto;
	position:relative;
	padding: 16px;
	background: url(../images/bckg.png) repeat 0;
	border:1px solid #036;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	border-radius:5px;
	color:#FFF;
}


.indo-frd input[type="text"],
.indo-frd input[type="password"],
.indo-frd input[type="date"],
.indo-frd input[type="datetime"],
.indo-frd input[type="email"],
.indo-frd input[type="number"],
.indo-frd input[type="search"],
.indo-frd input[type="time"],
.indo-frd input[type="url"],
.indo-frd textarea,
.indo-frd select 
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	background:url(../images/input.png) repeat 0;
	margin-bottom: 4%;
	border:1px solid #999;
	padding: 3%;
	font: 95% Arial, Helvetica, sans-serif;
	color:#FFF;
	
}
.indo-frd input[type="text"]:focus,
.indo-frd input[type="password"]:focus,
.indo-frd input[type="date"]:focus,
.indo-frd input[type="datetime"]:focus,
.indo-frd input[type="email"]:focus,
.indo-frd input[type="number"]:focus,
.indo-frd input[type="search"]:focus,
.indo-frd input[type="time"]:focus,
.indo-frd input[type="url"]:focus,
.indo-frd textarea:focus,
.indo-frd select:focus
{
	box-shadow: 0 0 5px #003366;
	padding: 3%;
	border: 1px solid #003366;
	color: #FFF;
}

.indo-frd input[type="submit"],
.indo-frd input[type="button"]{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 50%;
	padding: 3%;
	background:#043154;
	border-bottom: 2px solid  #003;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	
	color: #FFF;
	cursor:pointer;
	
}
.indo-frd input[type="submit"]:hover,
.indo-frd input[type="button"]:hover{
	background: #066;
}
.text{
	color:#FFF;
	}
	
.indo-frm {
	margin:70px auto;
	width:80%;
	background:#FFF;
	/*max-width: 400px;*/
	padding: 20px 12px 20px 20px;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	border-radius:5px;
}
.indo-frm li {
	padding: 0;
	display: block;
	list-style: none;
	margin: 10px 0 0 0;
}
.indo-frm label{
	margin:0 0 3px 0;
	padding:0px;
	display:block;
	font-weight: bold;
}
.indo-frm input[type=text],
.indo-frm input[type=password],
.indo-frm input[type=date],
.indo-frm input[type=datetime],
.indo-frm input[type=number],
.indo-frm input[type=search],
.indo-frm input[type=time],
.indo-frm input[type=url],
.indo-frm input[type=email],
textarea, 
select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #BEBEBE;
	padding: 1%;
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	border-radius:5px;	
}

.indo-frm input[type=text]:focus,
.indo-frm input[type=password]:focus, 
.indo-frm input[type=date]:focus,
.indo-frm input[type=datetime]:focus,
.indo-frm input[type=number]:focus,
.indo-frm input[type=search]:focus,
.indo-frm input[type=time]:focus,
.indo-frm input[type=url]:focus,
.indo-frm input[type=email]:focus,
.indo-frm textarea:focus, 
.indo-frm select:focus{
	-moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
	border: 1px solid #88D5E9;
}
.indo-frm .field-divided{
	width: 49%;
}

.indo-frm .field-long{
	width: 100%;
}
.indo-frm .field-select{
	width: 100%;
}
.indo-frm .field-textarea{
	height: 100px;
}
.indo-frm input[type=submit], .indo-frm input[type=button]{
	background: #4B99AD;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.indo-frm input[type=submit]:hover, .indo-frm input[type=button]:hover{
	background: #4691A4;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.indo-frm .required{
	color:red;
}

.indo-frd1{
	font: 95% Arial, Helvetica, sans-serif;
	max-width: 500px;
	margin:120px auto;
	position:relative;
	padding: 16px;
	background: #000000 url('../images/bckg.png') 0 0;
	border:1px solid #036;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	border-radius:5px;
	color:#000000;
}
.indo-frd1 input[type="text"],
.indo-frd1 input[type="date"],
.indo-frd1 input[type="datetime"],
.indo-frd1 input[type="email"],
.indo-frd1 input[type="number"],
.indo-frd1 input[type="search"],
.indo-frd1 input[type="time"],
.indo-frd1 input[type="url"],
.indo-frd1 textarea,
.indo-frd1 select 
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	background:url(../images/input.png) repeat 0;
	margin-bottom: 4%;
	border:1px solid #999;
	padding: 3%;
	font: 95% Arial, Helvetica, sans-serif;
	color:#FFF;
	
}
.indo-frd1 input[type="text"]:focus,
.indo-frd1 input[type="date"]:focus,
.indo-frd1 input[type="datetime"]:focus,
.indo-frd1 input[type="email"]:focus,
.indo-frd1 input[type="number"]:focus,
.indo-frd1 input[type="search"]:focus,
.indo-frd1 input[type="time"]:focus,
.indo-frd1 input[type="url"]:focus,
.indo-frd1 textarea:focus,
.indo-frd1 select:focus
{
	box-shadow: 0 0 5px #003366;
	padding: 3%;
	border: 1px solid #003366;
	color: #FFF;
}

.indo-frd1 input[type="submit"],
.indo-frd1 input[type="button"]{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 50%;
	padding: 3%;
	background:#043154;
	border-bottom: 2px solid  #003;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	
	color: #FFF;
	cursor:pointer;
	
}
.indo-frd1 input[type="submit"]:hover,
.indo-frd1 input[type="button"]:hover{
	background: #066;
}