html, body{
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	background: #e5e5e5;
}
body a,.grid_1,plan_1,plan_1.one,plan_1.two,i.icon1, i.icon2, i.icon3, i.icon4, i.icon5, i.icon6 {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
@font-face {
   font-family: 'Raleway-Regular';
   src: url(../fonts/Raleway-Regular.ttf)format('truetype');
}
a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"],li.parallelogram{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
     font-family: 'Roboto Condensed', sans-serif;
}	
p{
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
#scroll-to-top{position:fixed; bottom:30px; right:20px; background-color:#F30; border-radius:10px; padding:4px 6px; font-size:16px; color:#FF0; box-shadow:3px 3px 2px #000; cursor:pointer;}
#myTab {
    color: #4e6504;
    background-color: #edeb2e;
    border-color: #5da21c;
}
#myTab li{
    border-right:1px solid #dedc25  !important;
}
#myTab li.active{
    font-weight:530;
}

.header-top {
        padding: 1em 0;
		background:#fff;
}
/*--logo--*/
.logo {
  float: left;
}
.logo img{
	height:95px;
}
.logo img, .logo span{display:inline-block; margin:2px 5px; vertical-align:middle;}
 
.logo h2 {
    font-size: 1.9em;
    font-weight: 700;
   color: #0064af;
    padding: 0.1em 0;
}
.logo h3 {
    font-size: 1.2em;
    font-weight: 700;
    color: #b32d03;; 
  }
.logo h4 {
    font-size: 1em;
    font-weight: 700;
    color: #666; 
 }
.logo  a h2:hover{
 text-decoration:none;
}
/*--logo--*/
/*--social--*/
.social {
    float: right;
    width: 16%;
    padding: 0.32em 0;
}
.social ul{
	padding:0;
	margin:0;
}
.social ul li{
    display: inline-block;
    margin: 0;
}
.social ul li a.home{
    background: url(../images/social.png) no-repeat 0px 0px; 
    width: 32px;
    height: 32px;
    display: block; transition:all ease 0.3s;
}
.social ul li a.home:hover{
    background-position: 0px -32px; 
}
.social ul li a.contcts{
    background: url(../images/social.png) no-repeat -34px 0px ;
}
.social ul li a.contcts:hover{
    background-position: -34px -32px; 
}
.social ul li a.hindi{
    background: url(../images/social.png) no-repeat -68px 0px ;
}
.social ul li a.hindi:hover{
    background-position: -68px -32px; 
}
 
/*.social ul li a.home:hover{
	opacity:.5;
}*/
/*--social--*/
/*--search--*/
 
/*--search--*/
.logo a span {
    font-size: 0.9em;
    margin-left: 5em;
    padding-top: 0.5em;
}
.head-bottom {
    background: #0064af;
    /*background: #FF9800;*/
}
/*--navigation--*/
ul.nav.navbar-nav li.active a {
    background:#464646 ! important;
    color: #fff ! important;
	text-transform: uppercase ! important;
	font-weight:700;
}
ul.nav.navbar-nav li a:hover{
    background:#464646 ! important;
    color: #fff ! important;
}
ul.nav.navbar-nav li a {
    color: #fff ! important;
    text-transform: capitalize ! important;
    font-weight: 500 ! important;
    padding: 10px 31px ! important;
    border-right: 1px solid rgba(255, 255, 255, 0.32) ! important;
    font-size: 15px;
}
ul.nav.navbar-nav li:last-child a {
     border-right: 0px solid rgba(255, 255, 255, 0.32) !important;
 }
.head-bottom ul.dropdown-menu li a {
    color: #000 ! important;
	padding:8px 15px ! important;
	font-size:17px ! important;
}
.navbar-collapse {
    padding-left: 0px ! important;
	 padding-right: 0px ! important;
}
.collapse {
    display: none;
}
.redo{
    color: #007712;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif; margin-bottom:6px;
}
/*--navigation--*/
/*--banner--*/
.banner{
background: url(../images/banner.jpg) no-repeat 0px 0px;
background-size:cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;
min-height: 550px;
}
.banner a {
    font-size: 1em;
    color: #fff;
    font-weight: 600;
    padding: 0.8em 2em;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.32);
}
.banner a:hover {
    border: 2px solid #464646;
    color: #fff;
    background: rgba(70, 70, 70, 0.67);
}
.banner h2 {
    font-size:2.5em;
    font-weight: 600;
    color: #fff;
}
.banner {
    padding: 10em 0 0;
    text-align: center;
}
.banner p {
    font-size: 1.2em;
    color: rgba(255, 255, 255, 0.46);
    font-weight: 400;
    line-height: 1.8em;
    margin: 1em auto 2em;
    width: 70%;
}
/*--banner--*/
/*--technology-left--*/
.blog-poast-info {
	border-top: 1px solid #aeaeae;
    padding: 1em 0;
    text-align: left;
}
.blog-poast-info ul li {
	display:inline-table;
	margin-right: 1em;
}
.blog-poast-info ul li{
	color: #000;
	font-size:0.8125em;
	vertical-align:middle;
}
.blog-poast-info li i {
    font-size:1.5em;
    color: #aeaeae;
    margin-right: 0.3em;
    margin-top: 0px;
	vertical-align:middle;
}
i.glyphicon.glyphicon-comment {
    vertical-align: middle;
}
.blog-poast-info ul li a {
	    color:#000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	vertical-align:middle;
}
.blog-poast-info ul li a:hover{
	text-decoration:none;
}
.blog-poast-info ul li a:hover {
	color:#007712;
}
.blog-section {
  padding: 4em 0;
  position: relative;
}
.tc-ch h3 a {
    color: #007712;
    font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}
.tc-ch p {
    color: #777;
    font-size: 0.875em;
    line-height: 1.8em;
    margin: 1em 0;
}
.tc-ch h3 {
    margin: 0.5em 0 0;
	font-size:1.6em;
}
.tc-ch {
    background: #fff;
    padding: 2em;
    margin-bottom: 1em;
	 position: relative;
}
a.blog{
    position: absolute;
    top: 4em;
    background: #386ecf;
    padding: 0.3em 1.8em;
    color: #fff;
}
a.blog.pink{
    background: #d43d7d;
}
a.blog.gren{
    background: #42d948;
}
a.blog.orn{
    background: #c75830;
}
.tech-no {
    position: absolute;
    top: -33px;
}
.technology {
    min-height: 203em;
}
.tc-ch {
    float: left;
    width: 92%;
}
.soci {
    float: left;
    padding-top: 2.025em;
}
.soci li {
    display: block;
}
.soci ul li a.facebook-1{
    background: url(../images/111.png) no-repeat 0px 0px; 
    width: 42px;
    height: 42px;
    display: block;
}
.soci ul li a.twitter{
    background: url(../images/111.png) no-repeat -42px 0px ;
}
.soci ul li a.chrome{
    background: url(../images/111.png) no-repeat -84px 0px ;
}
i.glyphicon.glyphicon-envelope {
    background: #738a8d;
    width: 42px;
    height: 42px;
    top: -1px;
    text-align: center;
    padding: 0.5em 0;
    color: #fff;
    font-size: 1.3em;
}
i.glyphicon.glyphicon-print {
    background: #738a8d;
     width: 42px;
    height: 42px;
    top: -1px;
    text-align: center;
    padding: 0.5em 0;
    color: #fff;
    font-size: 1.3em;
}
i.glyphicon.glyphicon-plus{
    background: #f8694d;
     width: 42px;
    height: 42px;
    top: -1px;
    text-align: center;
    padding: 0.5em 0;
    color: #fff;
    font-size: 1.3em;
}
/*--technology-left--*/
/*--technology-right--*/
 form input[type="text"] {
  width: 100%;
  color: #333333 ! important;
  outline: none;
  font-size: 16px;
  padding: .5em;
 
  -webkit-appearance: none;
}
form input[type="submit"] {
  background:#f53f1a; 
  padding: .3em 1em;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  outline: none;
  border: none;
  width: 100%;
}
 form input[type="submit"]:hover{
	background:#333333;
}
 form input[type="button"] {
  background:#f53f1a; 
  padding: .3em 1em;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  outline: none;
  border: none;
  width: 100%;
}
form input[type="button"]:hover{
	background:#333333;
}
.button {
  margin: 1em 0 0;
  float: left;
}
.blog-grid-left {
    float: left;
    width: 36%;
}
.blog-grid-right {
    float: left;
    width: 60%;
    margin-left: 0.5em;
}
.tech-btm p {
    margin: 1em 0;
    font-size: 0.875em;
    color: #777;
	line-height:1.8em;
}
.tech-btm h4 {
    font-size: 1.5em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 1em;
}
.tech-btm h5 {
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: 700;
}
.blog-grid-right h5 a {
    color: #4A4747;
}
.blo-top {
    border-bottom: 1px solid #aeaeae;
}
.tech-btm {
    padding: 2em;
	background:#fff;
}
.technology-right{
	width:30%
}
.technology-right-1 {
    width: 30%;
}
.technology-left{
	width:70%
}
.blog-grids {
    border-bottom: 1px dotted #aeaeae;
    padding: 1.3em 0;
}
/*--technology-right--*/
/*--footer--*/
.footer {
    background: #121212;
    padding: 0 0;
	padding-top:3em;
}
.footer h6 {
    font-size: 1em;
    background: #007712;
    padding: 0.5em 1em;
    font-weight: 700;
    color: #fff;
}
.footer p {
    font-size: 0.875em;
    color: #fff;
    margin: 1em 0;
    line-height: 1.8em;
}
.footer-middle p {
    margin: 0;
}
.footer-middle a {
    color: #007712;
}
.footer h4 {
    font-size: 1.3em;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 89%;
    margin-bottom: 1em;
}
.mid-btm {
    margin-bottom: 1em;
}
.footer-middle {
    padding-left: 10em;
}
.footer-right li a {
    color: #fff;
    font-size: 0.875em;
    line-height: 1.8em;
}
.footer-right li a:hover{
    color: #007712;
}
.footer-right li {
	display:block;
}
.footer-right {
    padding-left: 8em;
}
/*--footer--*/
/*--footer-bottom--*/
.foot-nav ul li{
	display:inline-block;
	float:left;
}
.foot-nav  li a{
	color:#fff;
	font-size:1em;
	padding:0.5em 1em;
	text-decoration: none;
	font-weight:700;
}
.foot-nav {
    background: #007712;
}
.foot-nav ul {
    padding: 0.65em 0;
}
.foot-nav li a {
    color: #fff;
    font-size: 0.95em;
    padding: 0.7em 1.5em;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    border-right: 1px solid rgba(255, 255, 255, 0.32) ! important;
}
/*--footer-bottom--*/
.copyright {
    background: #fece14;
    padding: 0;
	padding-top:0.3em; padding-bottom:0.9em;
    text-align: center;
}
.banner1{
background: url(../images/banner.jpg) no-repeat 0px 0px;
background-size:cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;
min-height: 300px;
}

.banner2 {
    background: url(../images/page_banner.jpg) repeat center;
    background: #00844a;
    min-height: 60px;
    font-family: arial narrow;
    line-height: 60px;
    text-align: LEFT;
    font-size: 22px;
    color: #000;
    font-weight: bold;
	    padding-left: 48px;
}

.banner2 em{font-size:18px; color:#FFF; font-weight:bold; margin:3px;}
.banner2 strong{font-size:20px; color:#fff; font-weight:bold;}
.technology-1 {
    margin: 2em 0;
}
.vide {
    padding: 2em;
    background: #fff;
    margin-bottom: 1em;
}
.vide-1 {
    padding: 2em 2em 1.6em;
    background: #fff;
}
.rev-img {
    float: left;
    width: 40%;
}
.rev-info {
    float: right;
    width: 57%;
}
.rev h3 {
    margin: 0 ! important;
}
.rev {
    margin-bottom: 1.6em;
}
.technology-1 h3 {
    margin: 0.5em 0 0;
    font-size: 1.7em;
}
.technology-1 h3 a {
    color: #007712;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}
.technology-1 p {
    color: #000;
    font-size: 0.875em;
    line-height: 1.8em;
    margin: 1em 0;
}
/*--business--*/
.business {
    padding: 30px 30px !important;
    height: auto;
}
.business li {
    display: block;
}
.business li a {
    color: #0983e4;
    font-size: 15px;
    line-height: 2em;
    text-decoration: underline;
}
.business li a:hover {
	 color: #0027ff;
	 text-decoration:none;
}
.business h3 {
    color: #f53f1a;
    font-size: 1.6em;
    font-weight: 700;
    margin: 0 0 0.5em;
}
.business h2 {
    color: #f53f1a;
    font-size: 1.7em;
    font-weight: 700;
    margin: 0.5em 0;
} 
.business h2  a{
    color: #f53f1a;
}
.business h4{
    color: #f53f1a;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0.5em 0;
	text-align: center;
}
.business-bottom {
    margin-top: 3em;
}
.business-top {
    padding-bottom: 3em;
    border-bottom: 1px solid #aeaeae;
}
/*--business--*/
.design-left {
    margin-top: 2em;
}
.design-top {
    margin-top: 3.7em;
}
.rev-1 {
    padding-bottom: 2em;
    margin-bottom: 1.55em;
    border-bottom: 1px solid #aeaeae;
}
/*--contact--*/
.map iframe {
    width: 100%;
    height: 400px;
}
.contact-grids h2{
	color: #ed645c;
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 2.1em;
  margin-top: 1.5em;
  font-family: 'Audiowide', cursive;
}
.contact-grids p.design{
	margin: .2em 0 0 0;
	color: #999999;
	font-size: 25px;
	text-align: center;
	font-weight: 300;
	}
.contact-grid{
	float:left;
	width:25%;
	text-align:center;
	}
.contact-grid p{
	color:#898888;
	font-size:15px;
	margin:1em 0 0;
	}
.contact-grid p span{
	display:block;
	margin:.3em 0 0;
	}
.glyphicon-phone-alt:before,.glyphicon-map-marker:before  {
   color:#C2C4C5;
   font-size:22px;
}
.glyphicon-envelope2:before {
    content: "\2709";
	color:#C2C4C5;
   font-size:22px;
}
.contact-grid p a{
	color:#898888;
	font-size:15px;
	}
.contact-grid p a:hover{
	text-decoration:none;
	color:#7EC259;
	}
.contact-grid:nth-child(2){
	margin:0 4em;
	}
.contact-grids input[type="text"],.contact-grids textarea{
	outline:none;
	border:1px solid #a1a1a1;
	background:none;
	padding:15px 10px;
	font-size:15px;
	}
.contact-grids input[type="text"] {
    width: 32%;
    float: left;
}
.contact-grids input[type="text"]:nth-child(2){
	margin:0 0.8em;
	}
.contact-grids textarea{
	width:100%;
	height:285px;
	margin:1.5em 0;
	resize:none;
	}
.contact-grids input[type="submit"]{
	outline:none;
	border:none;
	background:#f53f1a;
	width: 16%;
	display: block;
	padding: 8px 0px;
	border:2px solid #f53f1a;
	color:#fff;
	font-size:16px;
	font-weight:700;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.contact-grids input[type="submit"]:hover{
	background:#fff;
	color:#333333;
	border:2px solid #333333;
	}
.contact-icons{
	padding:3em 0 4em;
}
.map{
	margin-top:3em;
}
span.glyphicon.glyphicon-download-alt,span.glyphicon.glyphicon-file,span.glyphicon.glyphicon-qrcode,span.glyphicon.glyphicon-globe,span.glyphicon.glyphicon-screenshot,span.glyphicon.glyphicon-link,span.glyphicon.glyphicon-share,span.glyphicon.glyphicon-record{
    font-size: 4em;
	padding-top:0.25em;
}
.servc-grid-right h4 {
    text-align: left;
	margin:0;
}
.servc-grid {
    margin-bottom: 2.22em;
}
.grid_3.grid_5 {
    margin-top: 2em;
}
/*--single--*/
h4.media-heading {
	font-size: 1.5em;
  color: #333333;
 text-align:left;
 margin:0;
 font-weight:400;
}
.media-body p {
	color: #9E9E9E;
  	font-size: 0.875em;
  	line-height: 1.8em;
}
.comment-bottom input[type="text"],.comment-bottom textarea {
  background: none;
  width: 100%;
  outline: none;
  border: 1px solid #e2e2e2;
  padding:1em 0.8em;
  font-size: 1em;
  color: #e2e2e2;
  margin:0 0 0.7em ;
  float:left;  
}
.comment-bottom textarea{
 	resize:none;
  	margin: 0em 0 0.5em;
      min-height: 180px;
      -webkit-appearance: none;
}
.comment-bottom input[type="submit"] {
  width: 11%;
  font-size: 1.1em;
  background: #007712;
  padding: 0.5em 1em;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  margin: 0 auto;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  cursor:pointer;
}
.comment-bottom input[type="submit"]:hover {
	background:#333333;
}
.comment h3, .comment-top h2 {
    color: #f53f1a;
    font-size: 2.5em;
    text-align: left;
    padding: 0 0 0.5em;
	font-weight:400;
}
.comment {
  padding: 3em 0 0;
}
.blog-text h5 {
    font-size: 1.7em;
    margin: 0.6em 0;
	color:#f53f1a;
	font-weight:700;
}
/*--//single--*/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color:#464646 ! important;
}
.copyright p {
    font-size: 0.875em;
    color: #000;
    line-height: 1.8em;
}
.copyright p a{
    color: #000;
	font-weight:700;
}
.copyright p a:hover{
    color:#007712;
}


/*--------------------------*/
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
}
#accordion .panel-title a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    background: #5f62ba;
    border: 2px solid #5f62ba;
    padding: 15px 20px 15px 47px;
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: #fff;
    border-color: #ddd;
    color: #888;
}
#accordion .panel-title a:before{
    content: "\f106";
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    top: 30%;
    left: 20px;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    content: "\f107	";
}
#accordion .panel-body{
    font-size: 16px;
    color: #888;
    line-height: 25px;
    border: 2px solid #5f62ba;
    border-top: none;
    padding: 14px 20px;
	    margin-top: -13px;
}
.panel-body p{
	    font-size: 16px;
    color: #000;
}

.mission ul li {
	background:url('../img/4.gif');
	color:#000;
	font-size:16px;
	background-repeat: no-repeat;
    padding: 0 25px;
}

.farul ul li {
	background:url('../img/3.gif')!important;
	color:#000 !important;
	font-size:15px !important;
	background-repeat: no-repeat !important;
    padding: 5px 25px !important;
}
.farul ul li span{
	    position: relative;
    top: -15px;
}
.faq ul li {
	background:url('../img/1.gif');
	color:#000;
	font-size:16px;
	background-repeat: no-repeat;
    padding: 5px 25px;
}
.faq ul li span{
	position: relative;
    top: -12px;
}
.faq ul li p{
	color:#000;
}
.faq ul li p span{
	color: #b10505;
    font-size: 16px;
    font-weight: 600;
}
.six ul li {
	/*background:url('../img/4.gif');*/
	color:#000;
	font-size:16px;
	background-repeat: no-repeat;
    /*padding: 5px 25px;*/
}
.six ul li span{
	position: relative;
    top: -15px;
}
.profile img{
	    position: relative;
    top: 25px;
    border-radius: 4px;
}
.member_pro h4{
	    color: #00844a;
    font-size: 18px;
}
.member_quali ul li{
	font-size:14px;
}
.judgement_image .list-inline > li {
    display: inline-block !important;
       padding-right: 10px;
    padding-left: 5px;
    margin: 5px;
}
.hd{
	margin-top:35px;
}
#reg_frm_otp{
	margin-top: -17px; 
	text-align:left;    
	width: 70%;
    margin: auto;
}
#otp_frm{
	margin-top: -17px; 
	text-align:left;    
	width: 70%;
    margin: auto;
}
#reg_frm_otp form{
	width:60%;
}
#otp_frm form{
	width:60%;
}
.reg_form ,.upload_reg_form{
	width: 60%; background:#e8e8e8;display: inline-block;padding: 20px 10px; border-radius: 4px;
}
