/* 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:18px;
	vertical-align:baseline;
	font-family: "Fira Sans Medium";
}
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 */
.overflow{overflow:hidden;}
.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%;}
/*end reset*/
body{
	font-family: 'Open Sans', sans-serif;
	background:#FFF;
}
.wrapper{
	width:100%;
	height:auto;}

/*----start-header----*/
.header{
	
}
.container{
	width:80%;
	margin:0 auto;
}
.top-header{
	background:#1e70a1;
}
.top-header-left{
	float:left;
	font-size: 0.9em;
}
.top-header-left ul li{
	display:inline-block;
	border-left: 1px ridge #36485A;
	border-right: 1px ridge #28323C;
	padding: 0.4em 1em 0.3em 0em;
	float:left;
}
.top-header-left ul li:first-child{
	border-left:none;
	border-right:none;
}
.top-header-left ul li a{
	display: inline-block;
}
.top-header-left ul li span{
	width:28px;
	height:28px;
	display:inline-block;
	vertical-align:middle;
}
.top-header-left ul li  p{
	display:inline-block;
	color:#F0F0F0;
}
.top-header-left ul li:nth-child(1) a,.top-header-left ul li:nth-child(2) a{
	color:#F0F0F0;
}
.top-header-left ul li:nth-child(1) a span,.top-header-left ul li:nth-child(2) a span{
	background:url(../img/agent.html) no-repeat 0px 0px;
}
.top-header-left ul li  p span{
	background:url(../img/01.html) no-repeat 0px 0px;
}
.top-header-right{
	float:right;
}
.reg{
	color:#1DD2AF;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.reg:hover{
	color:#FFF;
}
.top-header-right ul li{
	float: left;
}
.top-header-right ul li a{
	display: block;
	padding: 0.55em;
}
.top-header-right ul li a span{
	height:20px;
	width: 20px;
	display: block;
}
.top-header-right ul li a.face span{
	background: url(../img/social-icons.png) no-repeat 0px 0px;
}
.top-header-right ul li a.face:hover{
	background:#3D5A99;
}
.top-header-right ul li a.twit span{
	background: url(../img/social-icons.png) no-repeat -20px 0px;
}
.top-header-right ul li a.twit:hover{
	background:#359BED;
}
.top-header-right ul li a.thum span{
	background:url(../img/social-icons.png) no-repeat -38px 0px;
}
.top-header-right ul li a.thum:hover{
	background:#3B5876;
}
.top-header-right ul li a.pin span{
	background:url(../img/social-icons.png) no-repeat -56px 0px;
}
.top-header-right ul li a.pin:hover{
	background:#CC1D24;
}
.top-header-right ul li{
	/*border-left: 1px ridge #36485A;*/
	border-right: 1px ridge #fff;
}
.top-header-right ul li:first-child{
	border-left: 1px ridge #fff;
}
.contact-info {
	padding: 0.3em 0;
}
/*----main-header----*/
.logo{
	float: left;
	margin-top: .5em;
}
.top-nav{
	float:right;
	position: relative;
	width: 67%;
}
/*----//main-header----*/
/*----top-nav-----*/
.flexy-menu{
	margin: 0;
	padding: 0;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	list-style: none;
	/*margin-right: 8%;*/
}
.flexy-menu li{
	display:inline;
	font-size:13px;
	margin:0;
	padding:0;
	float:left;
	line-height:20px;
	position:relative;
}
.flexy-menu>li>a{
	padding: 3em 0em 2.5em 2.5em;
	color: #5D6E80;
	font-weight: 600;
	font-size: 1.19em;
	text-decoration: none;
	display: block;
	text-transform: capitalize;
	-webkit-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-o-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
}
.flexy-menu li:hover>a{
	color:#fff;
}
.flexy-menu li.active a{
	color:#fff;
}
.flexy-menu li.right{
	float:right;
}
.flexy-menu ul,.flexy-menu ul li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99999;
	width: 170px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	background-color: #1E70A1;
	background-position: 44;
}
.flexy-menu ul{
	top:60px;
	left:0;
}
.flexy-menu ul li ul{
	top:0;
	left:100%;
}
.flexy-menu ul li{
	clear:both;
	width:100%;
	border:0;
	font-size:12px;
}
.flexy-menu ul li a{
	width:100%;
	color:#dedede;
	font-size:13px;
	text-decoration:none;
	display:inline-block;
	float:left;

	clear:both
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:color .2s linear,background .2s linear;
	-moz-transition:color .2s linear,background .2s linear;
	-o-transition:color .2s linear,background .2s linear;
	transition:color .2s linear,background .2s linear;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	}
.flexy-menu>li .arrow{
	position:absolute;
	color:#dedede;
	top:20px;
	right:8px;
	font-size:17px;
}
.flexy-menu ul>li .arrow{
	top:10px;
	right:8px;
}
.thin>li>a{
	padding:10px 22px;
}
.thin ul{
	top:40px;
}
.thin>li .arrow{
	top:10px;
}
.thick>li>a{
}
.thick ul{
	top:110px;
}
.thick>li .arrow{
	top:40px;
}
.flexy-menu i{
	line-height:20px!important;
	margin-right:6px;
	font-size:18px;
	float:left;
}
.flexy-menu>li.showhide{
	display:none;
	width:100%;
	height:50px;
	cursor:pointer;
	color:#dedede;
	background:#333;
}
.flexy-menu>li.showhide span.title{
	margin:16px 0 0 25px;
	float:left;
}
.flexy-menu>li.showhide span.icon{
	margin:17px 20px;
	float:right;
}
.flexy-menu>li.showhide .icon em{
	margin-bottom:3px;
	display:block;
	width:20px;
	height:2px;
	background:#ccc;
}
.light{
	background:#fff;
	border:solid 1px #dfdfdf;
}
.light a{
	color:#626262!important;
}
.light li:hover>a,.light li.active a{
	background:#5D6E80;
	color:#fff!important;
}
.light ul,.light ul li ul{
	background:#fff;
}
.light>li.showhide{
	background:#fff;
	color:#626262!important;
}
.light>li.showhide .icon em{
	background:#626262;
}
.light li .arrow{
	color:#626262;
}
.light li:hover>.arrow{
	color:#fff;
}
.blue li:hover>a,.blue li.active a{
	background:#02b8fa;
	color:#fff!important;
}
.green li:hover>a,.green li.active a{
	background:#88c425;
	color:#fff!important;
}
.red li:hover>a,.red li.active a{
	background:#cf0404;
	color:#fff!important;
}
.orange li:hover>a,.orange li.active a{
	color:#1abc9c!important;
}
.yellow li:hover>a,.yellow li.active a{
	background:#febf01;
	color:#444!important;
}
.yellow li .arrow{
	color:#dedede;
}
.yellow li:hover>.arrow{
	color:#444;
}
.yellow.light li .arrow{
	color:#626262;
}
.purple li:hover>a,.purple li.active a{
	background:#a737fa;
	color:#fff!important;
}
.pink li:hover>a,.pink li.active a{
	background:#f82b4c;
	color:#fff!important;
}
.flexy-menu.vertical{
	width:200px;
}
.flexy-menu.vertical li{
	width:100%;
}
.flexy-menu.vertical li a{
	display:inline-block!important;
	width:100%;
	padding:18px 20px 16px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.flexy-menu.vertical ul li{
	width:100%;
}
.flexy-menu.vertical ul,.flexy-menu.vertical ul li ul{
	width:150px;
}
.flexy-menu.vertical ul{
	top:0;
	left:100%;
}
.flexy-menu.vertical ul li ul{
	top:0;
}
.flexy-menu.vertical.right{
	float:right!important;
}
.flexy-menu.vertical.right ul{
	left:-150px!important;
}
.flexy-menu.vertical>li .arrow{
	top:17px;
	right:15px;
	font-size:17px;
}
.flexy-menu.vertical ul>li .arrow{
	top:18px;
	right:15px;
}
.about{
	width:100%;
	background-size:100%;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.about-head {
text-align: center;
padding: 3em 0;
}
.about-head h3 {
color: #1e70a1;
text-transform: uppercase;
font-size: 1.5em;
font-weight: 600;
}
.about-head p {
color: #626262;
font-size: 0.9em;
margin-top: 0.4em;
}

/*----start-footer----*/
.footer{
	background:#1e70a1;
}
.footer-grid{
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
.footer-grid:nth-child(4){
	margin-right:0;
}
.footer-grid h3{
	font-size: 1.3em;
	color: #1DD2AF;
	font-weight: normal;
}
.footer-grid p{
	color: #FFF;
	font-size: 0.875em;
	line-height: 1.5em;
	font-weight: 600;
	margin: 1em 0;
}
.news a{
	color: #FFF;
	font-size: 0.875em;
	line-height: 1.5em;
	font-weight: 600;
	margin: 1em 0;
	display: block;
}
.footer-grid input[type="text"]{
	background: #FFF;
	padding: 0.7em;
	font-size: 0.875em;
	outline: none;
	border-radius: 0.2em;
	border: none;
	font-family: 'Open Sans', sans-serif;
	width: 71%;
}
.footer-grid input[type="submit"]{
	background: #1DD2AF;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	padding: 0.55em;
	border: none;
	border-radius: 0.2em;
	font-size: 1em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	outline:none;
	cursor:pointer;
}
.footer-grid input[type="submit"]:hover{
	background:#1BB194;
}
.footer-grids{
	padding: 3em 0;
}
.news-pic{
	float: left;
	width: 15%;
	margin-top: 1.2em;
}
.news-pic img{
	border: 1px solid #FFF;
	padding: 0.2em;
	border-radius: 0.15em;
}
.news-info{
	float:right;
	width:80%;
}
.news-info span{
	color: #1DD2AF;
	font-size: 0.8em;
	margin-top: -7px;
	display: block;
}
.tags ul{
	margin-top:1em;
}
.tags ul li{
	display:inline-block;
}
.tags ul li a{
	color: #FFF;
	border: 1px solid #FFF;
	padding: 7px;
	margin: 0 0.2em 0.5em 0;
	font-size: 0.87em;
	display: block;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.tags ul li a:hover{
	color:#1DD2AF;
	border:1px solid #1DD2AF;
}
.address{
	
}
.address-info{
	padding-top:1em;
}
.address-info span{
	color:#FFF;
	line-height:1.5em;
}
.address-info span i{
	color: #1DD2AF;
	display: inline-block;
}
.address-info span a{
	color:#FFF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.address-info span a:hover{
	color:#1DD2AF;
}
.footer-social-icons ul li{
	display: inline-block;
	margin: 1em 1em 0 0;
}
.footer-social-icons ul li a span{
	width: 24px;
	height: 24px;
	display: inline-block;
}
.face1 span{
	background: url(../img/footer-social-isons.png) no-repeat 5px 0px;
}
.twit1 span{
	background: url(../img/footer-social-isons.png) no-repeat -43px 0px;
}
.tub1 span{
	background: url(../img/footer-social-isons.png) no-repeat -92px 0px;
}
.pin1 span{
	background: url(../img/footer-social-isons.png) no-repeat -141px 0px;
}
/*--------social simptip--------*/
[data-tooltip] {
	position: relative;
	display: inline-block;
}
[data-tooltip].simptip-position-bottom:before {
	border-bottom-color: #EEE;
}
[data-tooltip].simptip-position-bottom:after {
	background-color: #EEE;
	color: #777;
}
[data-tooltip]:before {
	content: '';
	position: absolute;
	border-width: 6px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0);
}
[data-tooltip]:before, [data-tooltip]:after {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 999999;
}
[data-tooltip]:after {
	height: 22px;
	padding: 11px 11px 0;
	font-size: 13px;
	line-height: 11px;
	content: attr(data-tooltip);
	white-space: nowrap;
}
[data-tooltip]:hover, [data-tooltip]:focus {
	background-color: rgba(0, 0, 0, 0);
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
	visibility: visible;
	opacity: 1;
}
.simptip-position-bottom.simptip-movable:before {
	margin-top: -15px;
}
.simptip-position-bottom.simptip-movable:after {
	margin-top: -3px;
}
.simptip-position-bottom:before, .simptip-position-bottom:after, .simptip-position-top:before, .simptip-position-top:after {
	left: 32%;
}
.simptip-position-bottom:before, .simptip-position-bottom:after {
	top: 110%;
}
.simptip-position-bottom:after, .simptip-position-top:after {
	margin-left: -18px;
}
.simptip-position-right.simptip-movable:before, .simptip-position-right.simptip-movable:after, .simptip-position-left.simptip-movable:before, .simptip-position-left.simptip-movable:after, .simptip-position-top.simptip-movable:before, .simptip-position-top.simptip-movable:after, .simptip-position-bottom.simptip-movable:before, .simptip-position-bottom.simptip-movable:after {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}
.simptip-position-bottom.simptip-movable:hover:before, .simptip-position-bottom.simptip-movable:hover:after {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}
/*----start-subfooter----*/
.subfooter{
	background: #1e70a1;
	border-top: 1px solid #394C5F;
	text-align: center;
	padding: 1.5em 0 2em;
	position:relative;
}
.subfooter ul li{
	display:inline-block;
}
.subfooter ul li span{
	color: #FFF;
	margin: 0 0.5em 0;
}
.subfooter ul li a{
	color: #FFF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-size: 1em;
}
.subfooter ul li a:hover{
	color:#1DD2AF;
}
/*----start-copy-right-----*/
.copy-right{
	padding: 0.5em 0 1em;
}
.copy-right,.copy-right a{
	color:#FFFFFF;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.copy-right a:hover{
	color:#FFF;
}
.to-top span{
	width: 64px;
	height: 32px;
	background: url(../img/to-top.png) no-repeat 0px 0px;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	z-index: 999;
	left: 48%;
}
/*----//End-copy-right-----*/
/*----//End-footer----*/

.services{
	padding:1.5em 0;
	text-align:center;
	color: #626262;
    font-size: 0.9em;}
.services figure{
	align-content:center;}

.services h2 {
    color: #1e70a1;
    font-size: 1.5em;
	margin:0.4em 0;
    font-weight: 600;
    text-transform: uppercase;
}
.services p {
	color: #626262;
    font-size: 0.8em;
	padding:0 1em;}
.latest{
	background:#f7f7f7;
	width:100%;
	padding-bottom: 1.5em;}
.latest-head {
text-align: center;
padding: 1.5em 0;
}
.latest h3 {
color: #1e70a1;
text-transform: uppercase;
font-size: 1.5em;
font-weight: 600;
}
.latest hr {
    background-color: #999;
    border: medium none;
    height: 3px;
    width: 100px;
}

.krown-column-container, .clearfix, .column_container{
    transition: border-color 150ms linear 0s, background-color 150ms linear 0s, color 150ms linear 0s, opacity 150ms linear 0s;
}

.krown-column-row [class*="span"]:first-child {
    margin-left: 0;
}
.portfolio-item.classic h3 {
    font-size: 18px;
    line-height: 21px;
    margin: 32px 0 0;
}
.portfolio-item.classic .caption > a {
    color: #000;
	font-weight:700;
}
.krown-latest-portfolio.classic.col-4 .caption {
    max-width: 255px;
}
#top:hover, .author-avatar .caption, .portfolio-item.classic > a .hover, .alt-hover {
    background-color: rgba(229, 73, 58, 0.9);
}
.portfolio-item.classic > a .hover {
    background: url("images/cross.html") no-repeat scroll center center rgba(229, 73, 57, 0.9);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.portfolio-item.classic {
    text-align: center;
}

.portfolio-item.classic {
    float: left;
    margin: 0 10px 20px;
    text-align: center;
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.5s;
}
.isotope-item {
    z-index: 2;
}

.global-button {
    background-color: #1dd2af;
    border-radius: 5px;
    color: #ffffff !important;
    display: inline-block;
    font-weight: 700;
	padding:10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 100ms linear 0s !important;
}
.global {
text-align: center;
padding: 1.5em 0;
}
.global h3 {
color: #1e70a1;
text-transform: uppercase;
font-size: 1.5em;
font-weight: 600;
}
.global h5 {
color: #1e70a1;
text-align:left;
text-transform: capitalize;
font-size:1em;
font-weight: 600;
}
.global hr {
    background-color: #999;
    border: medium none;
    height: 3px;
    width: 200px;
}
.list3{
	text-align:left;}
	.extra-wrap {
    overflow: hidden;
}
.extra-wrap p {
    color: #626262;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.85em;
    line-height: 1.8em;
    margin-bottom: 5px;
}
.list3 li > img {
    float: left;
    margin-right: 10px;
}
.contact {
	margin-bottom: 2em;
}
.map {
    margin-bottom: 2em;
}
.input{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid rgba(192, 192, 192, 0.61);
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    color: #626262;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.85em;
    margin: 12px 5px 12px 0;
    outline: medium none;
    padding: 12px 10px;
    transition: border-color 0.3s ease 0s;
    width: 30.66%;
}
.input2 {
    border: 1px solid rgba(192, 192, 192, 0.61);
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    color: #626262;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.85em;
    height: 100px;
    margin: 12px 0 6px;
    outline: medium none;
    padding: 12px 10px;
    transition: border-color 0.3s ease 0s;
    width: 97.7%;
}
.page-heading {
    background: url("../img/head-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 2em 0 ;
}
.page-heading h3 {
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    padding: 0 ;
    text-transform: uppercase;
}
.txt p {
    color: #626262;
    font-size: 0.875em;
    line-height: 1.5em;
    margin: 1em 0 1.5em;
}
/*----client----*/
.client{
	background:#fff;
	width:100%;
	padding-bottom:1.5em;}

/*----Blog----*/
.blog-grids{
	margin-top: 2em;
	margin-bottom: 2em;
}
.blog-grid{
	float: left;
	width: 48.5%;
	margin-right: 3%;
	border-bottom: 1px solid #EEE;
	margin-bottom: 2.5em;
}
.blog-poast-admin{
	position: absolute;
	bottom: 0.6em;
	left: 1.2em;
}
.blog-poast-head{
	position:relative;
	box-shadow: 0px 0px 1px #E0E0E0;
	-webkit-box-shadow: 0px 0px 1px #E0E0E0;
	-moz-box-shadow: 0px 0px 1px #E0E0E0;
	-o-box-shadow: 0px 0px 1px #E0E0E0;
}
.blog-poast-admin img{
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	border: 4px solid #FFF;
}
.post-pic img{
	width:100%;
	display:block;
}
.blog-poast-info{
	background: #1DD2AF;
	padding: 0.8em 1em;
	text-align: center;
}
.blog-poast-info ul li{
	display: inline-block;
	margin-right: 1em;
}
.blog-poast-info ul li a{
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.875em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.blog-poast-info ul li a:hover{
	color:#1e70a1;
}
.blog-poast-info ul li a span{
	width: 12px;
	height: 12px;
	display: inline-block;
	padding: 0 0.2em;
}
.admin span{
	background:url(../img/admin-icon.html) no-repeat 0px 0px;
}
.p-date span{
	background:url(../img/cal-icon1.html) no-repeat 0px 0px;
}
.p-blog span{
	background:url(../img/blog-icon.html) no-repeat 0px 0px;
}
.blog-info h3 a{
	color: #1e70a1;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2em;
}
.blog-info p{
	font-size: 0.875em;
	color: #626262;
	line-height: 1.5em;
	margin: 0.5em 0 1.5em;
}
.blog-info{
	padding:1em 0;
}
.blog-grid:nth-child(2),.blog-grid:nth-child(4){
	margin-right:0;
}
/*----//End-blog----*/
.btn {
    background: none repeat scroll 0 0 #1e70a1;
    border-bottom: 4px solid #2a323a;
    border-radius: 0.3em;
    color: #fff;
    display: inline-block;
    font-size: 0.875em;
    padding: 0.7em 2.2em;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.btn:hover {
    background: none repeat scroll 0 0 #1dd2af;
    border-bottom: 4px solid #279c86;
}

/*Share Button Styles*/

.share-icon {
                    display: inline-block;
                    float: left;
                    margin: 4px;
                    width: 32px;
                    height: 32px;
                    cursor: pointer;
                    vertical-align: middle;
                    background-image: url(../img/share-icons.png);
                }

                .share-facebook {
                    background-position: 0px 0px;
                }

                    .share-facebook:hover {
                        background-position: 0px -40px;
                    }

        .share-twitter {
            background-position: -40px 0px;
        }

            .share-twitter:hover {
                background-position: -40px -40px;
            }

        .share-pinterest {
            background-position: -80px 0px;
        }

            .share-pinterest:hover {
                background-position: -80px -40px;
            }

                .share-linkedin {
                    background-position: -240px 0px;
                }

                    .share-linkedin:hover {
                        background-position: -240px -40px;
                    }


                .share-googleplus {
                    background-position: -120px 0px;
                }

                    .share-googleplus:hover {
                        background-position: -120px -40px;
                    }


        .share-stumbleupon {
            background-position: -360px 0px;
        }

            .share-stumbleupon:hover {
                background-position: -360px -40px;
            }

                .share-email {
                    background-position: -320px 0px;
                }

                    .share-email:hover {
                        background-position: -320px -40px;
                    }
 .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av
            {
                background: url(../img/b21.png) no-repeat;
                overflow:hidden;
                cursor: pointer;
            }
            .jssorb21 div { background-position: -5px -5px; }
            .jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
            .jssorb21 .av { background-position: -65px -5px; }
            .jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }
			
 .jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn
            {
            	position: absolute;
            	cursor: pointer;
            	display: block;
                background:url(../img/a21.png) center center no-repeat;
                overflow: hidden;
            }
            .jssora21l { background-position: -3px -33px; }
            .jssora21r { background-position: -63px -33px; }
            .jssora21l:hover { background-position: -123px -33px; }
            .jssora21r:hover { background-position: -183px -33px; }
            .jssora21ldn { background-position: -243px -33px; }
            .jssora21rdn { background-position: -303px -33px; }
			

.technology {
    background: url("../img/type-bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding: 7em 0;
}

.technology-head {
    text-align: center;
}
.technology-head h3 {
    color: #fff;
    font-size: 1.6em;
    font-weight: 600;
    text-transform: uppercase;
}

.technology-head span {
    color: #fff;
}
.technology-grids {
    margin: 0 auto;
    padding: 3em 0 1em;
    width: 90%;
}
.technology-grid {
    cursor: pointer;
    float: left;
    text-align: center;
    width: 16%;
}
.technology-grid span {
    display: inline-block;
    height: 126px;
    width: 126px;
}
.icon1{
	background: url(../img/big-icons.png) no-repeat 0px -126px;
}
.icon1:hover{
	background: url(../img/big-icons.png) no-repeat 0px 2.2px;
}
.icon2{
	background: url(../img/big-icons.png) no-repeat -155px -126px;
}
.icon2:hover{
	background: url(../img/big-icons.png) no-repeat -155px 2.2px;
}
.icon3{
	background: url(../img/big-icons.png) no-repeat -309px -126px;
}
.icon3:hover{
	background: url(../img/big-icons.png) no-repeat -309px 2.2px;
}
.icon4{
	background: url(../img/big-icons.png) no-repeat -464px -126px;
}
.icon4:hover{
	background: url(../img/big-icons.png) no-repeat -464px 2.2px;
}
.icon5{
	background: url(../img/big-icons.png) no-repeat -620px -126px;
}
.icon5:hover{
	background: url(../img/big-icons.png) no-repeat -620px 2.2px;
}
.icon6{
	background: url(../img/big-icons.png) no-repeat -775px -126px;
}
.icon6:hover{
	background: url(../img/big-icons.png) no-repeat -775px 2.2px;
}
.technology-grid a {
    color: #fff;
    display: block;
    font-size: 1.2em;
    padding: 0.3em 0;
    text-align: center;
    transition: all 0.5s ease 0s;
}

/*-----*/
.caption-info-head{
	padding:0.5em;
}
.carousel li:hover .caption-info-head{
	background:#1e70a1;
}
.carousel li:hover .caption-info-head-right span{
	background:url(../img/arrows.png) no-repeat 0px -26px;
}
.caption-info-head-left{
	float:left;
	width:90%;
}
.caption-info-head-left h4 a{
	color: #747474;
	font-size: 0.95em;
	font-weight: 400;
}
.caption-info-head-left span{
	color:#747474;
	font-size:0.875em;
}
.carousel li:hover {
	box-shadow: 0 0 0px 2px #fff;
	-webkit-transform: scale(1.04) translateY(-5px);
	z-index: 1;
	border-bottom: 0 none;
}
.carousel li:hover .caption-info-head-left h4 a{
	color:#FFF;
	font-size:1em;
}
.carousel li:hover .caption-info-head-left span{
	color:#8899A8;
	font-size:0.875em;
}
.caption-info-head-right{
	float:right;
	width:10%;
	margin-top: 1em;
}
.caption-info-head-right span{
	width:20px;
	height:16px;
	background:url(../img/arrows.png) no-repeat 0px 0px;
	display:inline-block;
	}
