/*ryaantechsolutions.com*/

h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html,body{
	font-family: 'Open Sans', sans-serif;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 28px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-top.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
}
/*-- //to-top --*/
/*-- header_top --*/
.top_bg{
  background:#090909;
  font-family: 'Open Sans', sans-serif;
}
.header_top-sec{
  padding: 5px 0 8px;
}
.logo img{
	width:100%;
}
.header_top{
	padding:2em 0;
}
.login a{
	font-size:13px;
	font-weight:500;
	border:1px solid #E4E4E4;
	padding:10px 15px;
}
.login a:hover{
	color:#026466;
}
.top_left{
	float: right;
	color:#fff;
}
.top_right{
	float:left;
	color: #ffffff;
	margin-top: 3px;
}
.top_right ul,.top_left ul{
	padding:0;
	list-style:none;
	display: inline-block;
	  vertical-align: middle;
	  font-size:12px;
}
.top_left ul li.top_link{
	margin-right:10px;
}
.top_right ul li,.top_left ul li{
	display: inline-block;		
}
.social {
  display: inline-block;
}
.top_right ul li:last-child{
	margin-right: 0;
}
.top_right ul li a{
	text-align:center;
	padding: 0px 4px;
	font-size:12px;
	display:block;
	color:#ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top_left ul li{
	font-size:13px;
}
.top_left ul li a{
	text-align:center;
	padding: 0px 4px;
	font-size:13px;
	color:#ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top_right ul li a:hover,.top_left ul li a:hover{
	color:#5496ff;
	text-decoration: none;
}

/*header top*/
/*-- //header --*/
.head-nav {
  float: right;
  margin: 3.5em 0;
}
.head-nav ul{
	margin:0;
	padding:0;
}
.head-nav ul li{
	display:inline-block; 
	float:left;	
}
.head-nav ul li a{
	position: relative;
	display: inline-block;
	outline: none;
	color:#1E90FF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 0em 0.8em;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1em;
}
.head-nav a:hover,
.head-nav a:focus {
	outline: #5496ff;
}
.head-nav ul{
	padding:0;
}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.head-nav ul li {
	display: inline-block;
	margin: 0.5em;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 16px;
}
.head-nav ul li.active a{
	color: #FF0000;
}
ul a:hover,
ul a:focus {
	outline: none;
	color:#5496ff;
	text-decoration: none;
}
/* Effect 16: fall down */
.cl-effect-16 a {
	color: #090909;
	text-shadow: 0 0 1px rgba(111,134,134,0.3);
}

.cl-effect-16 a::before {
	color:#090909;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}
.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
.logo {
  float: left;
}
.logo a {
	display: block;
}
.header {
  padding: 0 0;
  border-bottom: 1px solid #5d5d5d;
}
.banner {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 380px;
  height:430px;
  padding: 2em 0 0;
}
.ban-left{
  width: 51%;
  padding: 3em 0em 0em 2em;
}
.banner h1 {
  padding-top:3em;
  color: #090909;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
}
a.view {
  position: relative;
}
a.view {
  background: none;
  color: #5496ff;
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  padding: 0.8em 1em 0.8em 0.5em;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
}
a.view:hover{
color:#FFF;
}
i.arrw {
  width: 25px;
  height: 18px;
  background: url(../images/arrw.png)no-repeat -0px -1px;
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 26px;
}
i.arw {
  width: 25px;
  height: 18px;
  background: url(../images/arrw1.png)no-repeat -0px -3px;
  display: inline-block;
  padding-right: 2.5em;
  vertical-align: middle;
}
.b-info {
  font-size:0.7em;
  width:100%;
}
.b-left {
  background: #090909;
  float: left;
}
.b-right {
  float: right;
}
.banner h6 {
  color: #999898;
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 0.8em;
  margin: 0;
}
.ban-right {
  text-align: right;
  padding-right: 0;
}
.benefts h3 {
  color: #090909;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.7em;
  padding-bottom: 0.5em;
  margin: 0 0 1em;
  border-bottom: 6px solid #090909;
  vertical-align: middle;
}
.benefts {
  padding: 2em 0;
  border-bottom: 1px solid #5d5d5d;
  border-top: 1px solid #5d5d5d;
}
.benefts p {
  color: #5d5d5d;
  font-size: 1em;
  line-height: 1.8em;
  margin: 1em 0;
  font-weight: 400;
}
.portf  h3 {
  color: #090909;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.7em;
  margin: 0 0 1em;
  vertical-align: middle;
}
.portf {
  padding: 2em 0;
  border-bottom: 1px solid #5d5d5d;
  position: relative;
}
.bglow h4 {
  color: #090909;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3em;
  margin: 0 0 1em;
  vertical-align: middle;
}
.bglow {
  padding: 2em 0;
}
i.twt{
width: 32px;
  height: 32px;
  background: url(../images/img-sprite.png)no-repeat -49px -44px;
  display: inline-block;
}
i.twt:hover {
  background: url(../images/img-sprite.png)no-repeat -48px -4px ;
}
i.fb{
 width: 32px;
  height: 32px;
 background: url(../images/img-sprite.png)no-repeat -6px -44px;
  display: inline-block;
}
i.fb:hover{
 background: url(../images/img-sprite.png)no-repeat -6px -4px;
}
i.in{
width: 32px;
  height: 32px;
  background: url(../images/img-sprite.png)no-repeat -89px -44px;
   display: inline-block;
}
i.in:hover {
  background: url(../images/img-sprite.png)no-repeat -89px -4px;
}
i.rss{
 width: 32px;
  height: 32px;
  background: url(../images/img-sprite.png)no-repeat -128px -44px;
   display: inline-block;
}
i.rss:hover {
  background: url(../images/img-sprite.png)no-repeat -128px -4px;
}

.bglow-right ul {
  padding: 0;
}
.bglow-right li {
  display: inline-block;
  margin: 0 0.5em;
}
.bglow p {
  color: #5d5d5d;
  font-size: 1em;
  line-height: 1.8em;
  margin: 1em 0;
}
.benefts-1 ul li {
  background: url(../images/tick.png) 0 8px no-repeat;
  padding: 0px 0px 0px 26px;
}
.benefts-1 li {
 display:block;
}
.benefts-1 ul {
 padding:0;
}
a.read {
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  color: #5496ff;
  text-decoration:none;
}
a.read:hover{
	color:#5d5d5d;
}
.billon.benefts-1 h6 {
  color: #090909;
  font-size: 1.1em;
  font-style: italic;
}
.billon.benefts-1 h6 a {
  color: #090909;
  font-size: 1em;
  font-style: italic;
  text-decoration:none;
}
.billon.benefts-1 h6 a:hover{
color: #fe9b00;
}
a.vew {
  background: #fe9b00;
  color: #090909;
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  padding: 0.3em 0.5em 0.3em 0.5em;
  display: inline-block;
  text-decoration: none;
  border-radius: 0px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 15px;
}
a.vew:hover{
	color:#090909;
	background:#FFFC00;
}
i.arws {
  width: 25px;
  height: 18px;
  background: url(../images/arrw1.png)no-repeat -0px -3px;
  display: inline-block;
  vertical-align: middle;
}
/*-- error-page --*/
.main {
	padding: 12em 0px;
	  border-bottom: 1px solid #5d5d5d;
}
.error-404 h1 {
  font-size: 12em;
  font-weight: 700;
  color: #FE9B00;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.error-404 p{
	color: #090909;
	margin: 0;
	font-size: 1.2em;
	text-transform: uppercase;
} 
a.b-home{
	background:#FE9B00;
	padding:0.8em 3em;
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	margin-top:1em;
}
a.b-home:hover{
	background:#833000;
	color:#fff;
}
.contact {
  padding: 3em 0;
  border-bottom: 1px solid #5d5d5d;
}
.contact h2 {
  color: #5496ff;
  font-size: 2em;
  margin: 0;
  padding-bottom: 1em;
  text-align:center;
  font-weight:600;
}
.contact h3 {
  color: #5496ff;
  font-size: 1.7em;
  margin-bottom: 1em;
  font-family: 'bediz';
}
.contact p {
  color:#5d5d5d;
  font-size: 1em;
  line-height: 1.8em;
  margin: 1em 0;
  font-weight: 400;
}
.contact a:hover{text-decoration:none; color:#5496ff;}
.map {
  margin-bottom: 2em;
}
.contact-left-text input[type="text"] {
  width: 100%;
  color: #5d5d5d;
  outline: none;
  font-size: 1em;
  padding: 0.7em 1em;
  margin-bottom: 1em;
  border: solid 1px #D5D4D4;
  -webkit-appearance: none;
  letter-spacing: 1px;
}
.contact-left-text textarea {
  resize: none;
  width: 100%;
  margin: 0 auto;
  color: #5d5d5d;
  font-size: 1em;
  outline: none;
  padding: 0.6em 1em;
  border: solid 1px #D5D4D4;
  min-height: 11em;
  -webkit-appearance: none;
  letter-spacing: 1px;
}
.contact-left-text input[type="submit"] {
  border: none;
  outline: none;
  color: #fff;
  background:#5496ff;
  padding: 0.5em 1.5em;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 1.5em;
  letter-spacing: 1px;
  -webkit-appearance: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.contact-left-text input[type="submit"]:hover{
  background:#FF0000;
}
.contact-left-text input[type="submit"]:focus{
  background:#FF0000;
}
/*login*/
.login {
  padding: 3em 0;
  border-bottom: 1px solid #5d5d5d;
}
.login h2 {
  color: #5496ff;
  font-size: 1.5em;
  margin: 0;
  padding-bottom: 1em;
  padding-left:0.7em;
  text-align:center;
  font-weight:600;
}
.login h3 {
  color: #5496ff;
  font-size: 1.7em;
  margin-bottom: 1em;
  font-family: 'bediz';
}
.login p {
  color:#5d5d5d;
  font-size: 1em;
  line-height: 1.8em;
  margin: 1em 0;
  font-weight: 400;
}
.login a:hover{text-decoration:none; color:#5496ff;}
.login-left-text input[type="text"] {
  width: 60%;
  color: #5d5d5d;
  outline: none;
  font-size: 1em;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border: solid 1px #D5D4D4;
  -webkit-appearance: none;
  letter-spacing: 1px;
}
.login-left-text input[type="text"]:hover {
  width: 60%;
  color: #5d5d5d;
  outline: none;
  font-size: 1em;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border: solid 1px #5496ff;
  -webkit-appearance: none;
  letter-spacing: 1px;
}
.login-left-text input[type="text"]:focus {
  width: 60%;
  color: #5d5d5d;
  outline: none;
  font-size: 1em;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border: solid 1px #5496ff;
  -webkit-appearance: none;
  letter-spacing: 1px;
}

.login-left-text input[type="txtfname"] {
  width: 30%;
  color: #5d5d5d;
  outline: none;
  font-size: 1em;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border: solid 1px #D5D4D4;
  -webkit-appearance: none;
  letter-spacing: 1px;
}
.login-left-text input[type="txtfname"]:hover {
  width: 30%;
  color: #5d5d5d;
  outline: none;
  font-size: 1em;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border: solid 1px #5496ff;
  -webkit-appearance: none;
  letter-spacing: 1px;
}
.login-left-text input[type="txtfname"]:focus {
  width: 30%;
  color: #5d5d5d;
  outline: none;
  font-size: 1em;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border: solid 1px #5496ff;
  -webkit-appearance: none;
  letter-spacing: 1px;
}

.login-left-text input[type="password"] {
  width: 60%;
  color: #5d5d5d;
  outline: none;
  font-size: 1em;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border: solid 1px #D5D4D4;
  -webkit-appearance: none;
  letter-spacing: 1px;
}
.login-left-text input[type="password"]:hover {
  width: 60%;
  color: #5d5d5d;
  outline: none;
  font-size: 1em;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border: solid 1px #5496ff;
  -webkit-appearance: none;
  letter-spacing: 1px;
}
.login-left-text input[type="password"]:focus {
  width: 60%;
  color: #5d5d5d;
  outline: none;
  font-size: 1em;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border: solid 1px #5496ff;
  -webkit-appearance: none;
  letter-spacing: 1px;
}
.login-left-text input[type="submit"] {
  border: none;
  outline: none;
  color: #fff;
  background:#5496ff;
  padding: 0.5em 1.5em;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0.5em;
  letter-spacing: 1px;
  -webkit-appearance: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.login-left-text input[type="submit"]:hover{
  background:#FF0000;
}
.login-left-text input[type="submit"]:focus{
background:#FF0000;
}
/*login*/
/*--gallery-Part-starts-Here--*/
/*-- portfolio --*/
.port {
  padding: 3em 0;
}
.portfolio {
	padding: 0.5em 0em;
}
.project-section-head h3{
	text-transform: uppercase;
	color: #FFF;
	font-weight: 500;
	font-size: 3.2em;
}	
.project-section-head p{
	color: #FFF;
	font-weight: 400;
	font-size: 1.3em;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 23.75%;
	display: none;
	float: left;
	overflow: hidden;
	margin: 0em 0.5em;
}
div#portfoliolist {
  padding: 0em 0 3em;
  border-bottom: 1px solid #5d5d5d;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio img {
	width:100%;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #22B4B8;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}
.portfolio .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
}
.row:after,
.clearfix:after {
  clear: both; 
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.zoom-icon {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	display: block;
	left: 0;
	top: -152px;
	width: 290px;
	height: 219px;
	background: url(../images/zoom.png) center center no-repeat rgba(77, 78, 98, 0.45);
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.grid_box .zoom-icon {
	top: -5px;
	width: 100%;
	height: 177px;
}
.grid_box a:hover .zoom-icon {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=99); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
.entertain_box{
	margin-bottom:3em;
}
.portfolio h3 {
  color: #FE9B00;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}
/*--gallery-Part-Ends-Here--*/
/*--about-starts-here--*/
.about{
	padding:5em 0px;
	border-bottom: 1px solid #090909;
}
.about-main h3,.choose-main h3,
.contact-main h3,.services-main h3,
.feature-main h3,.price-main h3,.service-det-main h3,
.contact h2{
	text-align:center;
	color:#5496ff;
	font-size:2em;
	font-weight:700;
	padding-bottom:0.5em;		 
}
.services h4{}
.about-top{
	margin-top:3%;
}
.about-left img{
	width:100%;
}
.about-right h4 {
  color: #090909;
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
}
.about-right p {
  color: #5d5d5d;
  font-size: 1em;
  font-weight: 400;
  margin: 1em 0;
  line-height: 1.8em;
  text-align:justify;
}
.about-right a{
	text-align:center;
	color:#5496ff;
	font-size:1em;
	font-weight:700;
	margin:-30px 0 ;
}
.about-right a:hover{
text-decoration:none;
}
/*--about-ends-here--*/
/*right menu*/
.single-right h4{
  	color: #090909;
  	font-size: 27px;
  	font-weight: 400;
  	margin-bottom: 1em;
	text-align:right;
}
.Categories ul, .archives ul {
  	padding: 0px;
}
.Categories ul li, .archives ul li {
  	list-style-image: url(../images/arw.png);
  	margin: 8px 0px 0 22px;
	border-bottom:1px solid #5d5d5d;
}
.Categories ul li a, .archives ul li a {
  	font-size: 15px;
  	color: #090909;
  	font-weight:400;
}
.Categories ul li a:hover, .archives ul li a:hover{
  	color: #177bbb;
  	margin-left:7px;
  	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-ms-transition: 0.5s all;
  	-o-transition: 0.5s all;
  	text-decoration: none;
}
/*right menu*/
/*--team-starts-here--*/
.team {
  padding: 2em 0;
}
.team-main h3{
	text-align:center;
	color:#5496ff;
	font-size:2.5em;
	font-weight:700;
	margin:0;
}
.team-top{
	margin-top:3%;
}
.team-left img{
	width:100%;
}
.team-bottom{
	border:1px solid #090909;
	padding:15px 0px;
	text-align:center;
	border-top:none;
}
.team-bottom h4 {
  font-size: 1.3em;
  font-weight: 600;
  color: #090909;
  margin: 0;
}
.team-bottom p {
  color: #5d5d5d;
  font-size: 1em;
  font-weight: 400;
  margin: 1em 0.5em 0 0.5em;
  line-height: 1.8em;
  word-spacing:1px;
  text-align:justify;
}
.team-bottom span{
	color: #5d5d5d;
  font-size: 1em;
  font-weight: 400;
  margin: 1em 0.5em 0 0.5em;
  line-height: 1.8em;
  word-spacing:2px;
  text-align:justify;
}
/*--team-ends-here--*/
/*--choose-starts-here--*/
.choose {
  padding: 1em;
  border-bottom: 1px solid #5d5d5d;
}
.choose-top{
	margin-top:1%;
}
.choose-main h3{padding-top:1em;}
.choose-left img{
	width:100%;
}
.choose-left p {
  color: #5d5d5d;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8em;
  margin: 1em 0;
}
.choose-right p{
	color: #5d5d5d;
  font-size: 1em;
  line-height: 1.8em;
  margin: 1em 0;
  font-weight: 400;}
.choose-left img{padding-top:1.2em;}
.choose-left ul{
	padding:0.4em;
}
.choose-left ul li {
	list-style-image: url(../images/arw.png);
  	margin: 8px 0px 0 10px;
	border-bottom:1px solid #B3B3B3;
}
.choose-left ul li a {
  color: #5d5d5d;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 2.2em;
}
.choose-left ul li a:hover{
	color: #177bbb;
  	margin-left:7px;
  	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-ms-transition: 0.5s all;
  	-o-transition: 0.5s all;
  	text-decoration: none;}
.benefts-2 ul li {
  background: url(../images/tick.png) 0 8px no-repeat;
  padding: 0px 0px 0px 26px;
}
.benefts-2 li {
 display:block;
}
.benefts-2 ul {
 padding:0;
}

/*--choose-ends-here--*/
/*--services-starts-here--*/
.services{
	padding:5em 0px;
}
.services-top{
	margin-top:4%;
}
.services-left img{
	width:100%;
}
.services-left h4 {
  color: #090909;
  font-size: 1.4em;
  font-weight: 400;
  margin:0;
}
.services-left p {
  color: #5d5d5d;
  font-size: 1em;
  font-weight: 400;
  margin: 1em 0;
  line-height: 1.8em;
}
.services-top-main:nth-child(2) {
	margin-top: 3em;
}
/*service details*/
.service-det{
 width:100%;
}
.service-det-main{

}

.service-det-top{
 padding:1em 1em 1em 1em;
 text-align:justify;
 background:#fff;
 line-height:1.8em;
 border:1px solid #d0d0d0;
}
.service-det-sub p{margin-left:3em;}
.service-det-top h4 {
  font-size: 1.4em;
  color: #090909;
  font-weight: 600;
  line-height: 1.4em;
  margin: 10px 0 15px 0;
  text-transform: uppercase;
  background:#d0d0d0;
}
.service-det-top h5:hover{color:#5496FF;}
.service-det-top h5 {
  font-size: 1.1em;
  color: #090909;
  font-weight: 600;
  line-height: 1.4em;
  margin: 10px 0 15px 0;
  text-transform: uppercase;
}
.service-det-top h6 {
  font-size: 1em;
  color: #666666;
  font-weight: 600;
  line-height: 1.4em;
  margin: 10px 0 15px 0;
  text-transform: uppercase;
  padding-left:1em;
}
.service-det-top h6:hover{color:#000;}
.service-det p {
  color: #5d5d5d;
  font-size: 1em;
  line-height: 1.8em;
  margin: 0.7em 0;
  padding: 0;
  font-weight: 400;
  text-align:justify;
}
.service-det h3 {
  text-align:center;
	color:#5496ff;
	font-size:2em;
	font-weight:700;
	padding:1.5em;
}
.service-det ul li {
  background: url(../images/arrw-serv.png) 0 8px no-repeat;
  padding: 2px 0px 0px 15px;
  margin-left:1em;
  text-align:justify;
}
.service-det li {
 display:block;
 line-height:1.6em;
}
.service-det ul {
 padding:0 0 1em 2em;
}
/*service details*/
/*--services-ends-here--*/
/*--feature-starts-here--*/
.feature {
  padding: 1.5em 0px 2em 0px;
  border-bottom: 1px solid #5d5d5d;
}
.feature-top{
	margin-top:4%;
}
.feature-left ul{
	padding:0;
}
.feature-left ul li{
	list-style: initial;
	margin: 3px 0px;
	font-size: 22px;
	color: #dc1c1f;
}
.feature-left ul li a {
  color: #5d5d5d;
  font-size: 0.650em;
  font-weight: 400;
  line-height: 2.2em;
  text-decoration:none;
}
.feature-left ul li a:hover,.choose-left ul li a:hover{
	color: #5496FF;/*dc1c1f;*/
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.benefts-3 ul li {
  background: url(../images/tick.png) 0 8px no-repeat;
  padding: 0px 0px 0px 26px;
  width:100%;
  line-height:2em;
}
.benefts-3 li {
 display:block;
}
.benefts-3 ul {
 padding:0;
}
.benefts-3 p {
  color: #5d5d5d;
  font-size: 1em;
  line-height: 1.8em;
  margin: 1em 0;
}
/*--feature-ends-here--*/
/*-- responsive-mediaquries --*/
@media(max-width:1440px){
}
/*-- responsive-mediaquries --*/
@media(max-width:1366px){
}
/*-- responsive-mediaquries --*/
@media(max-width:1280px){
}
/*-- responsive-mediaquries --*/
@media(max-width:1024px){
.header {
  padding: 0.5em 0;
}
.banner h1 {
  font-size: 4em;
}
a.view {
  font-size: 1.2em;
}
.banner h6 {
  font-size: 1.2em;
    padding: 0.95em;
}
i.arrw {
  top: 15px;
  right: 21px;
}
.banner {
  min-height: 377px;
}
.banner h1 {
  font-size: 5.7em;
}
.benefts h3 {
  font-size: 1.5em;
}
.portf h3 {
  font-size: 1.5em;
}
.bglow h4 {
  font-size: 1.2em;
}
.about-main h3, .choose-main h3, .contact-main h3, .services-main h3, .feature-main h3, .price-main h3{
  font-size: 0.7em;
}
.about-right h4 {
  font-size: 1.3em;
}
.about-right p {
  font-size: 1em;
  overflow: hidden;
  height: 54px;
}
.about {
  padding: 2em 0px 3em;
}
.team-main h3 {
  font-size: 2em;
}
.team-bottom h4 {
  font-size: 1.2em;
}
.choose-left ul li a {
  font-size: 0.6em;
  line-height: 1.5em;
}
.choose-left p {
  overflow: hidden;
  height: 79px;
}
.choose-left ul li {
  margin: 0px 0px;
  font-size: 21px;
}
.choose {
  padding: 2em 0px;
}
#portfoliolist .portfolio {
  width: 23.5%;
  margin: 0em 0.5em;
}
.grid_box .zoom-icon {
  height: 145px;
}
.services-left h4 {
  font-size: 1.15em;
}
.services-left p {
  font-size: 1em;
  margin: 0.5em 0;
  overflow: hidden;
  height: 99px;
}
.services {
  padding: 2em 0px;
}
.txt1 {
		width: 46%;
	}
.feature-left ul li a {
  color: #5d5d5d;
  font-size: 0.6em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}
.contact h2 {
  font-size: 2em;
}
.contact h3 {
  font-size: 1.5em;
}
.error-404 h1 {
	font-size: 9em;
}
.main {
	padding: 10em 0px;
}
}
/*-- responsive-mediaquries --*/
@media(max-width:768px){
.head-nav ul li{
	display:block;
	float:none;
}
.head-nav ul li a{
	border-right:none;
	color:#fff;
}
.head-nav ul{
	position:absolute;
	margin: 0;
	padding: 2% 0;
	z-index: 999;
	width: 100%;
	display: none;
	text-align: center;
	background:#FE9B00;
	left:0em;
	top:10em;
}
.head-nav span.menu {
	display: block;
	background: none;
	position: absolute;
	top: 115px;
	right: 20px;
}
.head-nav span.menu:before{
	content:url(../images/menu.png);
	color:#FFF;
	text-align:right;
	cursor:pointer;
}
.head-nav ul li a {
	padding:0.5em 1.5em;
	display:block;
	font-size:0.875em;
	font-weight:500;
	margin:0;
}
.ban-left {
  width: 60%;
  padding: 0em 0em 0em 2em;
  float: left;
}
.ban-right {
  text-align: right;
  padding-right: 0;
  width: 30%;
  float: right;
}
i.arrw {
  top: 12px;
  right: 1px;
}
a.view {
  font-size: 1em;
    padding: 0.8em 2em 0.8em 0;
}
.banner h6 {
  font-size: 1em;
  padding: 0.95em 0.5em;
}
.banner h1 {
  font-size: 2em;
}
.banner {
  min-height: 292px;
}
.benefts h3 {
  font-size: 1.4em;
}
.portf-1 {
  float: left;
  width: 25%;
}
.benefts-1 {
  float: left;
  width: 33.33%;
}
p.nunu {
  display: none;
}


.mission h3 {
  font-size: 1.7em;
  padding:0;
}
.vission-gride1 {
  padding: 0;
}
.visson-text {
  float: right;
  width: 88%;
}
.vission-lef {
  float: left;
  width: 12%;
}
.mission-grids {
  margin-top: 1em;
}
.about-main h3 {
  font-size: 1.5em;
  padding: 2em;
}
.visson-text h4 {
  font-size: 1em;
  padding-left:1.5em;
}
.visson-text p {
  font-size: 0.9em;
}
.bglow-left {
  float: left;
  width: 66%;
  padding: 0 1em 0 0;
}
.bglow-right {
  float: right;
  width: 34%;
}
.bglow {
  padding: 2em 0 1em;
}
.about-left {
  width: 44%;
  float: left;
  padding:3em;
}
.about-right {
  float: right;
  width: 56%;
}
.about-main h3, .choose-main h3, .contact-main h3, .services-main h3, .feature-main h3, .price-main h3 {
  font-size: 1em;
}
.team-main h3 {
  font-size: 1.7em;
}
.team-left {
  float: left;
  width: 25%;
}
.team-bottom h4 {
  font-size: 1.1em;
}
.choose-left {
  width: 39%;
  float: left;
}
.choose-right {
  display: none;
}
.choose-left {
  width: 45%;
  float: left;
  padding-right: 3em;
}
#portfoliolist .portfolio {
  width: 23%;
  margin: 0em 0.5em;
}
.portfolio h3 {
  font-size: 1.7em;
}
.grid_box .zoom-icon {
  height: 109px;
}
div#portfoliolist {
  padding: 0em 0 1em;
}
.services-top-left {
  float: left;
  width: 50%;
}
.services-left h4 {
  font-size: 1.2em;
  padding-top: 1em;
}
.services-top-main:nth-child(2) {
  margin-top: 1em;
}
.txt1 {
		width: 46%;
	}
.contact h2 {
  font-size: 1.7em;
}
.contact h3 {
  font-size: 1.4em;
}
.main {
	padding: 10em 0px;
}
.error-404 h1 {
	font-size: 7em;
}
.error-404 p {
	font-size: 1.1em;
}
}
/*-- responsive-mediaquries --*/
@media(max-width:640px){
a.view {
  font-size: 0.8125em;
  padding: 0.8em 2.4em 0.8em 0;
}
.banner h6 {
  font-size: 0.8125em;
  padding: 0.95em 0.3em;
}
i.arrw {
  top: 8px;
  right: 1px;
}
.banner h1 {
  font-size: 3.3em;
}
.banner {
  min-height: 244px;
}
.benefts h3 {
  font-size: 1.2em;
  border-bottom: 3px solid #090909;
}
.benefts p {
  font-size: 0.875em;
}
.billon.benefts-1 h6 a {
  font-size: 0.875em;
}
.billon.benefts-1 h6 {
  font-size: 0.875em;
}
a.read {
  font-size: 0.875em;
}
.benefts {
  padding: 2em 0 1em;
}
.portf h3 {
  font-size: 1.2em;
}
a.vew {
  font-size: 0.8125em;
  padding: 0.3em 0.3em 0.3em 0.3em;
  bottom: -1px;
}
i.arws {
  background: url(../images/arrw1.png)no-repeat -0px -2px;
}
.bglow h4 {
  font-size: 1em;
}
.bglow p {
  font-size: 0.875em;
}
.bglow-right li {
  margin: 0 0.2em;
}
.foot-nav li a {
  font-size: 0.875em;
}
.foot-left {
  text-align: center;
  float: none;
}
.foot-right {
  float: none;
  text-align: center;
}
.about-right h4 {
  font-size: 1.2em;
}
.about-right p {
  font-size: 0.875em;
  overflow: hidden;
  height: 49px;
}
.about-left {
  width: 50%;
  float: left;
}
.about-right {
  float: right;
  width: 50%;
}
.team-left {
  float: left;
  width: 50%;
}
.choose-left {
  width: 50%;
  float: left;
  padding-right: 1em;
}
.about-main h3, .choose-main h3, .contact-main h3, .services-main h3, .feature-main h3, .price-main h3 {
  font-size: 1em;
}
.team-main h3 {
  font-size: 1.6em;
}
#portfoliolist .portfolio {
  width: 30.9%;
  margin: 0em 0.5em;
}
.grid_box .zoom-icon {
  height: 119px;
}
.portfolio h3 {
  font-size: 1.6em;
}
.services-left p {
  font-size: 0.875em;
  margin: 0.5em 0;
  overflow: hidden;
  height: 106px;
}
.contact {
  padding: 1em 0;
  border-bottom: 1px solid #5d5d5d;
}
.contact p {
  font-size: 0.875em;
}
.contact-left-text input[type="text"] {
  font-size: 0.875em;
}
.contact-left-text textarea {
  font-size: 0.875em;
}
.contact-left-text input[type="submit"] {
  font-size: 0.875em;
}
.error-404 h1 {
	font-size: 6em;
}
.main {
	padding: 7em 0px;
}
.txt1 {
		width: 46%;
	}
}
/*-- responsive-mediaquries --*/
@media(max-width:480px){
.b-left {
  background:#090909;
  float: none;
  text-align: center;
}
.b-right{
  float: none;
  text-align: center;
}
.banner h6 {
  font-size: 0.8125em;
  padding: 0.95em 0.3em;
  display: none;
}
.b-info {
  background: #090909;
  width: 73%;
}
a.view {
  font-size: 0.8125em;
  padding: 0.8em 2.3em 0.8em 0;
}
i.arrw {
  top: 8px;
  right: -2px;
}
.b-info {
  width: 73%;
}
.ban-right {
  padding: 0;
}
.banner h1 {
  font-size: 2.3em;
}
.ban-left {
  padding: 0 0em 0em 1em;
}
.banner {
  min-height: 194px;
}
.benefts-1 {
  float: none;
  width: 100%;
}
a.read {
  margin-bottom: 2em;
}
.benefts-1 ul {
  margin-bottom: 2em;
}
.portf-1 {
  float: left;
  width: 50%;
  margin: 0.5em 0;
}
a.vew {
  font-size: 0.8125em;
  padding: 0.5em 0.3em 0.3em 0.5em;
  bottom: 0px;
}
.portf {
  padding: 1em 0;
}
.benefts {
  padding: 1em 0 1em;
}
.bglow-left {
  float: none;
  width: 100%;
  padding: 0 1em 0 0;
}
.bglow-right {
  float: none;
  width: 100%;
}
.about-left {
  width: 100%;
  float: none;
  margin-bottom: 1em;
}
.about-right {
  float: none;
  width: 100%;
}
.choose-left {
  width: 100%;
  float: none;
  padding-right: 0em;
  margin: 1em 0;
}
.team-main h3 {
  font-size: 1.5em;
}
.about-main h3, .choose-main h3, .contact-main h3, .services-main h3, .feature-main h3, .price-main h3 {
  font-size: 2em;
}
.about {
  padding: 1em 0px 1em;
}
#portfoliolist .portfolio {
  width: 46.75%;
  margin: 0em 0.5em;
}
.grid_box .zoom-icon {
  height: 132px;
}
.portfolio h3 {
  font-size: 1.5em;
}
.services-left {
  padding: 0;
}
.services-left h4 {
  font-size: 1.1em;
  padding-top: 1em;
}
.map iframe {
  width: 100%;
  height: 200px;
}
.contact h2 {
  font-size: 1.5em;
}
.contact h3 {
  font-size: 1.3em;
}
a.b-home {
	padding: 0.6em 2em;
	font-size: 0.875em;
}
.error-404 p {
	font-size: 1em;
}
.error-404 h1 {
	font-size: 5em;
}
.main {
	padding: 6em 0px;
}
.port {
  padding: 2em 0;
}
.txt1 {
		width: 46%;
	}
}
/*-- responsive-mediaquries --*/
@media(max-width:320px){
.txt1 {
		width: 46%;
	}
.logo {
  float: left;
  width: 40%;
}
.header-top {
  padding: 0.8em;
}
.head-nav span.menu {
  top: 48px;
}
.banner h1 {
  font-size: 1.3em;
}
.b-info {
  width: 100%;
}
a.view {
  font-size: 0.750em;
  padding: 0.5em 2.3em 0.5em 0;
}
i.arrw {
  top: 3px;
  right: -3px;
}
.banner {
  min-height: 133px;
  margin: 1em 0;
}
.benefts h3 {
  font-size: 1.1em;
}
.portf h3 {
  font-size: 1.1em;
}
.foot-right img {
  width: 30%;
}
.about-main h3, .choose-main h3, .contact-main h3, .services-main h3, .feature-main h3, .price-main h3 {
  font-size: 1em;
}
.about-right h4 {
  font-size: 1.15em;
}
.about-right p {
  height: 40px;
}
.team-main h3 {
  font-size: 1.4em;
}
.team-bottom h4 {
  font-size: 1em;
}
.team-bottom p {
  font-size: 0.875em;
}
.team-left {
  margin: 1em 0;
}
.team {
  padding: 1em 0;
}
.team-top {
  margin-top: 0%;
}
#portfoliolist .portfolio {
  width: 44.5%;
  margin: 0em 0.5em;
}
.grid_box .zoom-icon {
  height: 80px;
}
.portfolio h3 {
  font-size: 1.4em;
}
.services-left h4 {
  font-size: 1em;
  padding-top: 1em;
}
.feature-left ul li a {
  font-size: 0.575em;
}
.services {
  padding: 1em 0px;
}
.feature {
  padding: 1em 0px 1em 0px;
}
.contact h2 {
  font-size: 1.4em;
}
.map iframe {
  width: 100%;
  height: 152px;
}
.contact-left-text {
  padding: 0;
}
.head-nav ul {
  top: 6.5em;
}
.map {
  margin-bottom: 1em;
}
.contact-left-text textarea {
  min-height: 8em;
}
.main {
	padding: 4em 0px;
}
.error-404 h1 {
	font-size: 4em;
}
a.b-home {
	font-size: 0.8125em;
}
.port {
  padding: 1em 0;
}
.portf-1 {
  float: left;
  width: 50%;
  margin: 0.2em 0;
  padding: 0 0.2em;
}
.foot-nav li a {
  font-size: 0.7em;
}
.foot-nav li {
  display: inline-block;
  margin: 0em;
}
a.vew {
  right: 3px;
  bottom: 0px;
}
.team-left {
  padding: 0 0.3em;
}
.portfolio {
  padding: 0.2em 0em;
  margin:0 0.2em;
}
.services-top-left {
  padding: 0 0.4em;
}
}
/*testimonials*/
section.slider {
	background-color: #e2e2e2 !important;
	padding: 3em 0em !i	mportant;
	text-align: justify;
	box-shadow: 0px 0px 7px 2px;
	width:120px;
}
.banner-info h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 3em;
	text-transform: capitalize;
	margin: 0px 0px 15px 0px;
}
.banner-info h4{
	color: #fff;
	font-weight: 100;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 22px;
	padding: 0 !important;
	font-family: 'Open Sans', sans-serif;
}
.banner-info p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	color: #000;
	font-size: 1em;
	line-height: 1.8em;
	margin-bottom: 1.2em;
	margin-right:1.7em;
	text-align:justify;
}
.banner-info h5 a{
	color: #5496ff;
	text-decoration: none;
	font-style:italic;
}
.banner-info h5 a:hover{
	color: #FF0000;
	text-decoration: none;
}
.flex-viewport {
	padding-bottom: 4em;
}
.flex-control-nav {
	bottom: 0% !important;
	right: 47% !important;
}
.flex-control-paging li a.flex-active {
	background: #57BCD9;
	cursor: default;
}
.flex-control-paging li a:hover {
	background: #fff;
}
.flex-control-paging li a {
	background: #FFFFFF;
}
}
/*testimonials*/
/* Footer */
#footer{
	background:#111;
	}
.footer1 {
	background: #111;
	padding: 30px 0 0 0;
	font-size: 12px;
	color: #999;
}
.footer1 a {
	color: #ccc;
}
.footer1 a:hover {
	color: #fff;
}
.footer1 .panel {
	margin-bottom: 30px;
}
.footer1 .panel-title {
	font-size: 17px;
	font-weight: bold;
	color: #ccc;
	margin: 0 0 20px;
}
.footer1 .entry-meta {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 35px 0;
	padding: 2px 0;
	color: #888888;
	font-size: 12px;
	font-size: 0.75rem;
}
.footer1 .entry-meta a {
	color: #333333;
}
.footer1 .entry-meta .meta-in {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.follow-me-icons {
	font-size: 30px;
}
.follow-me-icons i {
	float: left;
	margin: 0 10px 0 0;
	font-size: 25px;
}
.footer2 {
	background: #000;
	padding: 15px 0;
	color: #777;
	font-size: 13px;
}
.footer2 a {
	color: #aaa;
	padding: 0px 10px;
	font-size: 13px;
}
.footer1 p {
	font-size: 14px;
	color: #666;
}
.footer2 a:hover {
	color: #fff;
	text-decoration:none;
}
.footer2 p {
	margin: 0;
	color: #666;
	font-size: 13px;
}
.panel-simplenav {
	margin-left: -5px;
}
.panel-simplenav a {
	margin: 0 5px;
}
.top-space {
	margin-top: 35px;
}
.panel {
	margin-bottom: 0px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-body {
	padding: 0px;
}
.contact ul {
	padding: 0px;
}
.contact ul li {
	margin-bottom: 10px;
	list-style: none;
}
footer ul li {
	list-style: none;
}
/*footer*/
i.mail {
  width: 21px;
  height: 18px;
  display: inline-block;
  background: url(../images/img-sprite.png) no-repeat -59px -12px;
  margin-right: 0.3em;
  vertical-align: middle;
}
i.phone {
  width: 21px;
  height: 22px;
  display: inline-block;
  background: url(../images/img-sprite.png) no-repeat -18px -10px;
  vertical-align: middle;
  margin-right: 0.1em;
}
ul.number {
  padding: 0em;
}
ul.number li {
  list-style: none;
  display: inline-block;
  margin: 0 1em;
}
ul.number li a, ul.number li span {
  color: #758594;
  padding: 0.4em 0;
  display: block;
  font-size: 1.2em;
  font-weight: 300;
}
.footer2-left {
  float: left;
}
.footer2-right li {
  display: inline-block;
  margin: 0 ;
}
.footer2-right ul {
  padding:0;
  margin: 0;
}
.footer2-right {
  float: left;
  margin-left:  -5spx;
}
.footer2-top {
  padding: 1em 0;
  border-bottom: 1px solid #b8b8b8;
}
i.fb {
  width: 20px;
  height: 18px;
  background: url(../images/img-sprite.png)no-repeat -102px -6px;
  float: left;
  vertical-align: middle;
}
i.fb:hover{
	background: url(../images/img-sprite.png)no-repeat -102px -6px;
}
i.twt {
  width: 20px;
   height: 18px;
  background: url(../images/img-sprite.png)no-repeat -129px -26px;
  float: left;
  vertical-align: middle;
}
i.twt:hover{
  background: url(../images/img-sprite.png)no-repeat -129px -6px;
}
i.ttt {
  width: 20px;
  height: 18px;
  background: url(../images/img-sprite.png)no-repeat -154px -27px;
  float: left;
  vertical-align: middle;
}
i.ttt:hover{
  background: url(../images/img-sprite.png)no-repeat -154px -6px;
}
i.ve {
  width: 20px;
   height: 18px;
  background: url(../images/img-sprite.png)no-repeat -179px -27px;
  float: left;
  vertical-align: middle;
}
i.ve:hover{
  background: url(../images/img-sprite.png)no-repeat -179px -6px;
}
i.in {
  width: 20px;
   height: 18px;
  background: url(../images/img-sprite.png)no-repeat -203px -28px;
  float: left;
  vertical-align: middle;
}
i.in:hover{
  background: url(../images/img-sprite.png)no-repeat -203px -6px;
}
i.dib {
  width: 20px;
   height: 18px;
  background: url(../images/img-sprite.png)no-repeat -229px -26px;
  float: left;
  vertical-align: middle;
}
i.dib:hover{
  background: url(../images/img-sprite.png)no-repeat -229px -5px;
}
i.fli {
  width: 20px;
   height: 15px;
  background: url(../images/img-sprite.png)no-repeat -254px -29px;
  float: left;
  vertical-align: middle;
}
i.fli:hover{
  background: url(../images/img-sprite.png)no-repeat -254px -9px;
}
i.rss {
  width: 20px;
   height: 18px;
  background: url(../images/img-sprite.png)no-repeat -279px -27px;
  float: left;
  vertical-align: middle;
}
i.rss:hover{
  background: url(../images/img-sprite.png)no-repeat -279px -6px;
}

/*mission*/
.mission {
padding:0em 0 2em;
border-bottom: 1px solid #090909;
}
.data-index {
  top: 2px;
  left: 0;
  width: 50px;
  height: 50px;
  font: 300 50px/29px 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #5496FF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
}
.data-index span {
left: 15px;
font-weight: 400;
font-size: 23px;
top: 0px;
}
.visson-text h4 {
  font-size: 1.1em;
  color: #666666;
  font-weight: 600;
  line-height: 1.4em;
  margin: 10px 0 15px 0;
  text-transform: uppercase;
}
.vission-gride1 a:hover{text-decoration:none;color:#5496ff;}
.vission-gride1 a:{
	text-decoration:none;
	font-size: 1.1em;
  color: #666666;
  font-weight: 600;
  line-height: 1.4em;
  margin: 10px 0 15px 0;
  text-transform: uppercase;}
.visson-text p {
  color: #5d5d5d;
  font-size: 1em;
  line-height: 1.8em;
  margin: 0.7em 0;
  padding: 0;
  font-weight: 400;
  text-align:justify;
}
.mission h3 {
  text-align:center;
	color:#5496ff;
	font-size:2em;
	font-weight:700;
	padding:1em 0 0.5em;
}
.mission-grids {
margin-top: 3em;
}
.feature-left ul{
	padding:0;
}
.feature-left ul li{
	list-style: initial;
	margin: 3px 0px;
	font-size: 22px;
	color: #dc1c1f;
}
.mission-grids a {
  font-size: 1.1em;
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration:none;
}
.mission-grids a:hover{
	color: #5496FF;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
/*mission*/
.news-index {
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  font: 200 0px/25px 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #5496ff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
}
.news-index span {
left: 15px;
font-weight: 400;
font-size: 15px;
top: 0px;
}
.news-text h4 {
  font-size: 0.9em;
  color: #666666;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0.4em 0 0 -25px;
  text-transform: uppercase;
}
.news-text p {
  color: #5d5d5d;
  font-size: 1em;
  line-height: 1.8em;
  margin: 0.2em 0 0 -1.6em;
  font-weight: 400;
  text-align:justify;
  width:100%;
}
.news-text a {
  font-size: 1em;
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration:none;
}
.news-text a:hover{
	color: #5496FF;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

/*service toggle menu*/
div.sepContainer1 {
	height: 4px;
	background:#e1e8ed;
	border-left:20px solid #bfd6e4;
	display: block;
	margin: 10px 0 30px 0;
}
/* TOGGLE -------------------------------------------------*/
.toggle-trigger {
	text-decoration: none;
	color: #090909;
	font-weight: 600;
	padding: 7px 10px 10px 25px;
	cursor: pointer;
	/*border: 1px solid #e8e8e8;*/
	background: #f8f8f8 url(../images/toggle.png) no-repeat 5px 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.toggle-trigger.active {
	border-bottom:1px solid #b7c7d1;
	background:#e8e8e8 url(../images/toggle.png) no-repeat 5px -75px;
}
.toggle-trigger:hover {
	background-color:#e8e8e8;
	color:#5496ff;
}
.toggle-container {
	margin-bottom: 0px;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
div.blankSeparator1 {
	height: 1px;
	margin:25px 0;
	display: block;
}
/*service toggle menu*/
/*service box*/
.test-monials{width:100%;padding-left:20px;}
.txt1{
	border: 1px solid #B3B3B3;
	padding: 20px 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 48%;
}
.txt1 h4 {
	font-size: 1.1em;
  color: #090909;
  font-weight: 600;
  line-height: 1.4em;
  margin: 10px 0 15px 0;
  text-transform: uppercase;
	padding: 0 !important;
	/*font-family: 'OpenSans-Regular';*/
}
.txt1 a{font-weight:600;}
.txt1 a:hover{text-decoration:none;color:#5496ff;font-weight:600;}
.txt1 p {
	color: #5d5d5d;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: 400;
}
.test-monials h3  {
	/*font-family: 'Jockey One', sans-serif;*/
	font-weight: 100;
	color: #0B0354;
	font-size: 3em;
	text-transform: capitalize;
	margin: 0px 0px 30px 0px;
}
/*service box*/