html,
body {
	height: 100%;
}

body {
	background-color: #FFF;
	color: #777;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}

/* Header */
header {
	clear: both;
	 
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f6f6f6 0%,#ffffff 100%);
}

/* Social Icons */
header div.social-icons {
	clear: right;
	float: right;
	margin-top: -2px;
}

header div.container {
	position: relative;
}








/* Search */
header div.search {
	float: right;
	margin: 10px 0 0;
	min-width: 206px;
}

header div.search button {
	background: none;
	border: 0;
	color: #BCBCC4;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 6px;
}

header div.search button:hover {
	color: #000;
}

header div.search div.control-group {
	position: relative;
	text-align: right;
}

header div.search input.search-query {
	-moz-transition-duration: 0.2s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease-in;
	-o-transition-duration: 0.2s;
	-o-transition-property: all;
	-o-transition-timing-function: ease-in;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-in;
	font-size: 0.9em;
	margin: 2px 0 0 10px;
	padding-right: 30px;
	padding-left: 10px;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: ease-in;
	width: 150px;
}

header div.search input:focus {
	width: 180px;
}

/* Logo */
header h1.logo {
	float: left;
	margin: 4px 0;
	padding: 0;
}

/* Navigation */
header nav {
	float: right;
}

header nav select.selectnav {
	display: none;
}

header nav ul.nav-main {
	margin: 15px 10px 20px 0;
}

header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

header nav ul.nav-main ul.dropdown-menu,
header nav ul.nav-main li.dropdown.open a.dropdown-toggle,
header nav ul.nav-main li.active a {
	background-color: #CCC;
}

header nav ul.nav-main ul.dropdown-menu {
	-moz-border-radius: 0 6px 6px 6px;
	-moz-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 0 6px 6px 6px;
	-webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.3);
	border: 0;
	border-radius: 0 6px 6px 6px;
	box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.3);
	margin: 1px 0 0 3px;
	padding: 5px;
}

header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-left: 0;
	margin-top: -5px;
}

header nav ul.nav-main ul.dropdown-menu li:hover > a {
	filter: none;
	background: #999;
}

header nav ul.nav-main ul.dropdown-menu li > a {
	color: #FFF;
	font-weight: 400;
	padding-bottom: 4px;
	padding-top: 4px;
	text-transform: none;
	position: relative;
}

header nav ul.nav-main ul.dropdown-menu li > a {
	padding: 8px 10px 8px 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

header nav ul.nav-main ul.dropdown-menu li:last-child > a {
	border-bottom: 0;
}

header nav ul.nav-main li a {
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	margin-left: 3px;
	margin-right: 3px;
	font-family:"Open Sans";
	text-transform:uppercase;
	font-weight: 700;
}

header nav ul.nav-main li.dropdown:hover > a {
	padding-bottom:11px;
	margin-bottom:-1px;
}

header nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

header nav ul.nav-main li.dropdown:hover > ul {
	display: block;
}

header nav ul.nav-top {
	margin: 10px 0 -10px;
	min-height: 33px;
	background: #24446b;
}

header nav ul.nav-top li span {
	display: block;
	line-height: 14px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-top: 2px;
	padding: 8px 2px 8px 12px;
}

header nav ul.nav-top li a,
header nav ul.nav-top li span {
	color: #ffffff;
	font-size: 0.9em;
}

header nav ul.nav-top li i {
	margin-right: 6px;
	position: relative;
	top: 1px;
}

/* Sticky Menu */
body.sticky-menu-active header {
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
	background: #FFF;
	border-bottom: 1px solid #E9E9E9;
	position: fixed;
	top: -50px;
	width: 100%;
	z-index: 201;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
	filter: none;
}

body.sticky-menu-active header h1.logo {
	position: absolute;
	bottom: 8px;
}

body.sticky-menu-active header nav ul.nav-main {
	margin-bottom: 12px;
}

body.sticky-menu-active div.main {
	margin-top: 65px;
}

/* Map */
div.map-section {
/*	background: transparent url(../img/map-top.png) center 0 no-repeat;
*/		margin-top:0px;
}

/* Section Featured */
section.featured {
	background: #20404b;
	border-top: 5px solid #ECECE8;
	margin: 35px 0;
	padding: 50px 0;
}

section.featured.footer {
	margin: 30px 0 -70px;
}

section.featured.map {
	background-image: url(../img/map-bottom.png);
	background-position: center 0;
	background-repeat: no-repeat;
	margin-top: 0;
	border-top: 0;
}

/* Section Highlight */
section.highlight {
	background: #CCC;
	boder-left: 0;
	boder-right: 0;
	border: 3px solid #CCC;
	margin: 35px 0 45px;
	padding: 40px 0;
}

section.highlight div.thumbnail {
	background-color: #FFF;
}

section.highlight,
section.highlight p,
section.highlight h1,
section.highlight h2,
section.highlight h3,
section.highlight h4,
section.highlight h5 {
	color: #FFF;
}

section.highlight.footer {
	margin: 45px 0 -70px;
}

/* Sidebar */
aside ul.nav-list > li > a {
	color: #666;
	font-size: 0.9em;
}

/* Home Slider - Revolution Slider */
div.slider-container {
	background: #666;
	max-height: 500px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

div.slider-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.slider {
	max-height: 650px;
	position: relative;
}

div.slider div.tp-bannertimer {
	background-color: #CCC;
	background-position: 0 -13px;
	top: 0;
	height: 7px;
}

div.slider-container {
	background: #171717;
}

div.slider-container div.caption {
	filter: alpha(opacity=0);
	opacity: 0;
}

div.slider-container div.top-label {
	color: #FFF;
	font-size: 24px;
	font-weight: 300;
}

div.slider-container div.main-label {
	color: #FFF;
	font-size: 62px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}

div.slider-container div.bottom-label {
	color: #FFF;
	font-size: 20px;
	font-weight: 300;
}

div.slider-container div.caption a,
div.slider-container div.caption a:hover {
	color: #FFF;
}

/* Home Slider - Nivo Slider */
div.nivo-slider  {
	position: relative;
}

div.nivo-slider .theme-default .nivoSlider {
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 10px;
}

div.nivo-slider .theme-default .nivoSlider img {
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

div.nivo-slider .theme-default .nivo-controlNav {
	margin-top: -72px;
	position: absolute;
	z-index: 100;
	right: 5px;
	bottom: -17px;
}

div.nivo-slider .theme-default .nivo-caption {
	padding-left: 20px;
}

/* Home Intro */
div.home-intro {
	background-color: #24446b;
	margin-bottom: 60px;
	overflow: hidden;
	padding: 20px 0 10px 0;
	position: relative;
	text-align: left;
}

div.home-intro div.get-started {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	text-align: right;
}

div.home-intro div.get-started a.btn {
	position: relative;
	z-index: 1;
}

div.home-intro div.get-started a.btn i {
	font-size: 1.1em;
	font-weight: normal;
	margin-left: 5px;
}

div.home-intro div.get-started a {
	color: #FFF;
}

div.home-intro div.learn-more {
	margin-left: 15px;
}

div.home-intro p {
	color: #FFF;
	display: inline-block;
	font-size: 1.4em;
	font-weight: 300;
	max-width: 800px;
	padding-top: 5px;
}

div.home-intro p span {
	color: #999;
	display: block;
	font-size: 0.8em;
	padding-top: 5px;
}

div.home-intro p em {
	font-family: "Shadows Into Light", cursive;
	font-size: 1.6em;
}

div.home-intro-compact {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	margin-top: -10px;
}

div.home-intro-compact p {
	padding-left: 20px;
}

div.home-intro-compact div.get-started {
	padding-right: 20px;
}

/* Home Concept */
div.home-concept {
	background: transparent url(../img/home-concept.png) no-repeat center 0;
	width: 100%;
	overflow: hidden;
}

div.home-concept div.row {
	position: relative;
}

div.home-concept div.process-image {
	-moz-transition: all 0.3s ease-out 0.3s;
	-o-transition: all 0.3s ease-out 0.3s;
	-webkit-transition: all 0.3s ease-out 0.3s;
	transition: all 0.3s ease-out 0.3s;
	background: transparent url(../img/home-concept-item.png) no-repeat 0 0;
	width: 160px;
	height: 175px;
	margin: 135px 0 0 0;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

div.home-concept div.process-image img {
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	margin: 7px 8px;
}

div.home-concept strong {
	display: block;
	font-family: "Shadows Into Light", cursive;
	font-size: 1.8em;
	font-weight: normal;
	position: relative;
	margin-top: 25px;
}

div.home-concept strong.our-work {
	margin-top: 48px;
}

div.home-concept div.project-image {
	background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
	width: 350px;
	height: 376px;
	margin: 15px 0 0 -30px;
	padding-bottom: 45px;
	position: relative;
	z-index: 1;
}

div.home-concept span.sun {
	background: transparent url(../img/home-concept-icons.png) no-repeat 0 0;
	width: 60px;
	height: 56px;
	display: block;
	position: absolute;
	left: 10%;
	top: 35px;
}

div.home-concept span.cloud {
	background: transparent url(../img/home-concept-icons.png) no-repeat 100% 0;
	width: 116px;
	height: 56px;
	display: block;
	position: absolute;
	left: 57%;
	top: 35px;
}

/* Page Top */
section.page-top {
	background-color: #171717;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #384045;
	margin-bottom: 35px;
	margin-top: 15px;
	min-height: 50px;
	padding: 0;
	padding: 20px;
	position: relative;
	text-align: left;
}

section.page-top ul.breadcrumb {
	background: none;
	margin: -3px 0 0;
	padding: 0;
}

section.page-top ul.breadcrumb > li {
	text-shadow: none;
}

section.page-top h2 {
	border-bottom: 5px solid #CCC;
	color: #FFF;
	display: inline-block;
	font-weight: 200;
	margin: 0 0 -25px;
	min-height: 37px;
	padding: 0 0 17px;
	position: relative;
}

/* Page Top Custom - Create your Own */
section.page-top.custom-product {
	background: #999;
	border-top: 5px solid #888;
}

section.page-top.custom-product div.row {
	position: relative;
}

section.page-top.custom-product p.lead {
	color: #CCC;
}

section.page-top.custom-product img {
	bottom: -20px;
	position: absolute;
	right: 0;
}

section.page-top.custom-product h1 {
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 30px;
}

/* Page 404 */
section.page-not-found {
	margin: 50px 0;
}

section.page-not-found h2 {
	font-size: 140px;
	font-weight: 600;
	letter-spacing: -10px;
	line-height: 140px;
}

section.page-not-found h4 {
	color: #777;
}

section.page-not-found p {
	font-size: 1.4em;
	line-height: 36px;
}

div.page-not-found-main {
	margin-top: 25px;
	text-align: center;
}

/* Sitemap */
ul.sitemap > li > a {
	font-weight: bold;
}

ul.sitemap.list li {
	margin: 0 0 3px 0;
}

ul.sitemap.list ul {
	margin-bottom: 5px;
	margin-top: 5px;
}

/* Footer */
footer {
	background: #121214;
	border-top: 4px solid #1F1F1F;
	font-size: 0.9em;
	margin-top: 70px;
	padding: 80px 0 0;
	position: relative;
}

footer div.footer-ribon {
	background: #999;
	position: absolute;
	margin: -100px 0 0 30px;
	padding: 10px 20px 6px 20px;
}

footer div.footer-ribon::before {
	border-right: 10px solid #646464;
	border-top: 16px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: -17px;
	position: absolute;
	top: 0;
	width: 7px;
}

footer div.footer-ribon span {
	color: #FFF;
	font-family: "Shadows Into Light", cursive;
	font-size: 1.6em;
}

/* footer div.container div.row > div {
	margin-bottom: 25px;
} */

footer div.container input:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

footer div.social-icons li:hover {
	background-color: transparent;
}

footer div.twitter a.time {
	color: #999;
	display: block;
	font-size: 0.9em;
	padding-top: 3px;
}

footer div.twitter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul.contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul.contact i {
	float: left;
	margin: 4px 5px 10px 0;
}

footer ul.contact p {
	margin-bottom: 10px;
	color: #fff;
}

footer a.logo {
	display: block;
}

footer form {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer a {
	color: #FFF !important;
}

footer a:hover {
	color: #CCC;
}

footer h4 {
	font-size: 1.8em;
	font-weight: 200;
	text-shadow: 1px 1px 1px #000;
}

div.footer-copyright {
	background: #0C0C0C;
	border-top: 4px solid #111;
	/* margin-top: 40px;
	padding: 30px 0 10px; */
}

div.footer-copyright nav {
	float: right;
}

div.footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.footer-copyright nav ul li {
	border-left: 1px solid #505050;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 8px;
}

div.footer-copyright nav ul li:first-child {
	border: medium none;
	padding-left: 0;
}

div.footer-copyright p {
	color: #555;
	margin: 0;
	padding: 0;
}

footer div.alert a {
	color: #222 !important;
}

footer div.alert a:hover {
	color: #666 !important;
}

/* Boxed Layout */
body.boxed {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat;
}

body.boxed div.body {
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	background-color: #FFFFFF;
	border-bottom: 5px solid #121214;
	border-radius: 5px;
	border-top: 5px solid #CCC;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	margin: 25px auto;
	max-width: 100%;
	width: 1040px;
}

body.boxed header {
	padding: 15px 0;
}

/* Scroll to Top*/
a.scroll-to-top {
	-moz-border-radius: 50px 50px 0 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-border-radius: 50px 50px 0 0;
	-webkit-transition: all 0.3s;
	background: #404040;
	border-radius: 50px 50px 0 0;
	bottom: 0px;
	color: #FFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 13px 0 27px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
	width: 49px;
	z-index: 9999;
}

a.scroll-to-top:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

a.scroll-to-top.visible {
	filter: alpha(opacity=75);
	opacity: 0.75;
}
/*--================================
		New Section
==================================--*/
#latest-work{
	padding:50px 0;
	background-image:url(../img/latest-work/bg-latest.jpg);
	text-align: center;

}
#latest-work h1{
	color:#222222;
	font-size:38px;
	text-align:center;
	margin-bottom:10px;	
}
#latest-work p{
	color:#0088cc;
	font-size:16px;
	text-align:center;
	margin-bottom:50px;	
	
}
.client-logo{
	background-image:url(../img/comp-bg.png);
	text-align: center;
	padding:70px 0;
		}
.padding-10{
	padding:10px 0;
}
.padding-20{
	padding:20px 0;
}
.margin-top-40{
	margin-top:40px !important;
}

.margin-top-30{
	margin-top:30px;
}

.margin-top-20{
	margin-top:20px;
}

.margin-top-10{
	margin-top:10px;
}		
.white{
	color:#fff;
}	
.span2 img{
	transition: all ease .3s;
	
}
.bottom-border{
	border-bottom:1px solid #02385c;
}
.border-right{
	border-right:1px solid #fff;
}
.img-hover{
    width:100%;
    overflow:hidden;
    }
.img-hover img{
    transition: all .6s;
}    
.img-hover img:hover{
    transform: scale(1.2,1.2) rotate(-2deg);    
     transition: all .6s;
}  
.tall-1{
	margin:44px 0 0 0;
} 
.btn-view{
	padding:10px 45px;
	background-color:transparent;
	border:2px solid #fff;
	color:#fff;
	font-size:18px;
	transition:all .3s;
	border-radius:2px;
}
.btn-view:hover{
	background-color:#fff;
	border:2px solid #fff;
	color:#0088cc;
}

.btn-view1{
	padding:10px 25px;
	background-color:transparent;
	border:2px solid #24446b;
	color:#24446b;
	font-size:16px;
	transition:all .3s;
	border-radius:2px;
}
.btn-view1:hover{
	background-color:#24446b;
	border:2px solid #24446b;
	color:#fff;
}




.carousel-indicators1{
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 5;
	margin: 0;
	list-style: none;
}


/********************techcentrica pricing*****************/

.box-price {
  
	border:1px solid #d6d6d6!important;
    padding: 10px;
	box-shadow: 0 3px 13.86px 0.14px rgba(0,0,0,.2);
	height:580px;
	margin:0!important;
	padding:0!important;
	transition: box-shadow 0.5s;
}

.box-price:hover {
	 box-shadow: 5px 0px 50px rgba(0,0,0, .5);
	
}
.box-price h2{
	color:#fff;
	
}
.box-price .btn {

border-radius:0!important;
margin-top:30px;	
	
}
.top-box-section1{
background-color:#30343a;
padding:5px;	
}
.top-box-section2{
background-color:#0088cc;
padding:5px;	
}
.top-box-section-2{
background-color:#ccc;
padding:25px 0;		
}
.top-box-section-2 p{
	color:#000000;
	font-size:18px;
	text-transform:uppercase;
}

.small-box-border{
	
	border-bottom:1px solid #d6d6d6!important;
	padding:15px 0;
}
.font-16{
font-size:16px;	
color:#000000;
}
.box-price-5 {
background-color:#2e74a7;	
	
}

.span-box {
  width: 210px;
}

.tech-pricing p{
	margin:10px !important;
	padding:0px 10px !important;
	/*font-weight:600;*/
}
.tech-pricing li{
	margin:5px!important;
	padding:0!important;
	font-weight:600!important;
	font-size:12px!important;
	color:#333;
}


.a_demo_four {
	background-color:#ce7808;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	text-decoration:none;
	position:relative;
	top:30px;
	padding:10px 40px;
	padding-top:8px!important;
	padding-right:20px;
/*	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	); */
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50x;
	border-radius: 50px;
-webkit-box-shadow: inset 0px 1px 0px #fff26b, 0px 5px 0px 0px #fff26b, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #fff26b, 0px 5px 0px 0px #fff26b, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #fff26b, 0px 5px 0px 0px #fff26b, 0px 10px 5px #999;
	box-shadow: inset 1px 1px 1px #fff26b, 1px 1px 1px 1px #fff26b, 0px 10px 5px #999; 
	
}
.a_demo_four:hover {
text-decoration:none;	
	color:yellow;
	
	
}

.a_demo_four:active {
	top:30px;
/*	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	); */
/*	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999; 
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;*/ 
	color:#fff;
	text-decoration:none;
}

.a_demo_four::before {
	background-color:#302e27;
	background-image:url(../img/right_arrow.png);
	background-repeat:no-repeat;
	
	background-position:center center;
	content:"";
	width:33px;
	height:33px;
	position:absolute;
	left:1px;
	top:50%;
	margin-top:-17px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
/*	-webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;*/
	box-shadow: inset 1px 1px 1px #fff, 1px 1px 1px #fff;
}

/*.a_demo_four:active::before {
	top:50%;
	margin-top:-16px;
	-webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
}*/
.a_demo_four:visited {
text-decoration:none!important;	
	color:#fff;
	
}


.box-industry {
  
	border:1px solid #d6d6d6!important;
    padding: 10px;
	box-shadow: 0 3px 6.86px -0.86px rgba(0,0,0,.2);
	height:300px;
	margin:0!important;
	padding:0!important;
	transition: box-shadow 0.5s;
}

.box-industry:hover {
	 box-shadow: 5px 0px 50px rgba(0,0,0, .5);
	
}







/****************************case studies************************/


  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  
   .case-list{
	 /*
	position:fixed;   
  
 top:300px;
 left:50!important;

    -webkit-transform: translateX(-50%) translatey(-50%);
    -moz-transform: translateX(-50%) translatey(-50%);
    transform: translateX(-50%) translatey(-50%);
  border:1px solid black;
  padding:20px;
   background:#ccc;  
  
  */
  z-index:999;
   }
   
   
  .case-list li{
	list-style-type:none; 
	display:inline;
	  
  }
  
  .case-list-btn{
	padding:15px;
	background:#fff;
	color:#000;  
	border:1px solid #000;
	border-radius:0px;
	transition:0.8s all ease;
	width:150px;
  }
  
  .case-list-btn:hover{
	
	background:#000;
	color:#fff;  
	
  }
  
  
  
/****************case-study-blog-industry-we-serve-showcase**********/
 

.showcase-box {
  
	border:1px solid #d6d6d6!important;
    padding: 10px;
	height:300px;
	margin:0!important;
	padding:10px!important;
	transition: box-shadow 0.5s;
}

.showcase-box p{
 color:#707172!important;

}

.showcase-section a{
	text-decoration:none;
}
  
  
 
  
  .draw {
  background:#fff!important;
  border: 0!important;
  box-sizing: border-box!important;
  box-shadow: #f45e61!important;
  height:100%;
  position: relative!important;
  vertical-align: middle!important;
}

 /*
.draw::before, .draw::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.draw {
  transition: color 0.25s;
}
.draw::before, .draw::after {
  border:2px outset transparent;
  width: 0;
  height: 0;
}
.draw::before {
  top: 0;
  left: 0;
}
.draw::after {
  bottom: 0;
  right: 0;
}
.draw:hover {
  color: #60daaa;
}
.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100%;
}
.draw:hover::before {
  border-top-color: #5edfe5;
  border-right-color: #5edfe5;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
  border-bottom-color: #5edfe5;
  border-left-color: #5edfe5;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

*/
/****************Our Team**********/


.team-container{
 font-family: 'Roboto', sans-serif!important;
  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;	
	
}

/*

.at-section__title {
  margin: 0 0 70px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 2.625rem;
  text-align: center;
}*/
.at-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFF;
  border: 1px solid #E2E9ED;
}
.at-grid[data-column="1"] .at-column {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.at-grid[data-column="2"] .at-column {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.at-grid[data-column="3"] .at-column {
  width: 33.33333%;
  max-width: 33.33333%;
  min-width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
}
.at-grid[data-column="4"] .at-column {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.at-grid[data-column="5"] .at-column {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.at-grid[data-column="6"] .at-column {
  width: 16.66667%;
  max-width: 16.66667%;
  min-width: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
}
.at-grid[data-column="7"] .at-column {
  width: 14.28571%;
  max-width: 14.28571%;
  min-width: 14.28571%;
  -ms-flex-preferred-size: 14.28571%;
      flex-basis: 14.28571%;
}
.at-grid[data-column="8"] .at-column {
  width: 12.5%;
  max-width: 12.5%;
  min-width: 12.5%;
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
}
.at-grid[data-column="9"] .at-column {
  width: 11.11111%;
  max-width: 11.11111%;
  min-width: 11.11111%;
  -ms-flex-preferred-size: 11.11111%;
      flex-basis: 11.11111%;
}
.at-column {
  z-index: 0;
  position: relative;
  background: #FFF;
  box-shadow: 0 0 0 1px #E2E9ED;
  padding: 10px;
  box-sizing: border-box;
  -webkit-transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
}
.at-column:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.at-column:hover {
  z-index: 1;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
}
.at-column:hover .at-social {
  margin: 16px 0 0;
  opacity: 1;
}
@media (max-width: 800px) {
  .at-column {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}
@media (max-width: 600px) {
  .at-column {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
.at-user {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}
.at-user__avatar {
  width: 98px;
  height: 98px;
  border-radius: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
}
.at-user__avatar img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.at-user__name {
  color: #313435;
 
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.625rem;
  text-transform:uppercase;
}
.at-user__title {
  color: #6F808A;
 
 font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 2.375rem;
  text-transform:uppercase;
}
.at-social {
  margin: 0 0 -18px;
 /* opacity: 0;
  -webkit-transition: margin 0.2s ease, opacity 0.2s ease;
  transition: margin 0.2s ease, opacity 0.2s ease;*/
}
.at-social__item {
  display: inline-block;
  margin: 10px 10px;
}
.at-social__item a {
  display: block;
}
.at-social__item svg {
  fill: #515F65;
  display: block;
  height: 18px;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.at-social__item svg:hover {
  fill: #788D96;
}




/*Press Release*/


.press-release h3{

font-size:18px; 
line-height:1.7;
text-align:left;

}

 

.border-col{

               

position:relative;

 

 

}

.border-col:after{

border:1.5px solid #999!important;

border-left-color:#eee!important;

 bottom: 100px;

    color: #ffffff;

    content: "";

  width:1.5px;

    position: absolute;

    height: 105px;

    margin-left:0px;

                left:98%;

}

 

 

 

 

.press-release .span4{

transition:0.6s all ease;

padding:10px;

margin:5px;

position:relative;

}

 

.press-release .span4:hover{

background:#f7f9fc;

                 box-shadow: 5px 0px 50px rgba(0,0,0, .5);

               

}

 

 

.press-release .read-more{

position:absolute;right:25px;bottom:3px;           

 

}

 

.press-release .read-more a{

font-size:12px; font-weight:bold; text-transform:uppercase;color:#5A5858 !important;

                transition:0.6s all ease;

}

 

 

.read-more a:hover{

text-decoration:none;

color:#0088cc!important;

}

 

 

@media (max-width: 767px) {

  .border-col:after{

display:none;

}

}

/*Press Relaease End*/

#with-form1 .modal-body{
margin-top:-20px;	
}

#with-form1 .modal-header .close {
  margin: 0;
  position: absolute;
  top: -50px;
  right: -13px;
  width: 40px;
  height: 45px;
  border-radius:2px;
  background-color: #24446b;
  color: #fff!important;
  font-size:25px;
  opacity: 1;
  z-index: 10;
}

.contact-one {
   
    position: relative;
    max-width:  75.2rem;

}
.p-r150 {
   
}

.p-a40 {
    padding:20px 40px;
}

.contact-one .form-control {
   
}
.contact-one .form-control {
    border-color: #e1e6eb!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    height: 20px;
    font-size: 15px!important;
    line-height: 20px!important;
    padding: 5px 8px!important;
width:100%;
    border-radius:0!important;
	margin-top:5px!important;

  
}

	
#with-form1 ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#with-form1 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    
}
 
/* Handle */
#with-form1 ::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 50px;
}

/* Handle on hover */
#with-form1 ::-webkit-scrollbar-thumb:hover {
    background: #ccc; 
}

.contact-one span2{
width:100%!important;	
}

#with-form1 ::placeholder{
	
	color:#000;
}


#with-form1{
 border: 0.8rem solid #24446b;	
 border-radius:0;
}

#with-form1 .form-group{
margin-top:12px;
	
}

#with-form1 select{
   box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
	outline:none;
	font-family: "Open Sans", Arial, sans-serif!important;
	}
	
	
	

.pop-up-btn{
	background:#24446b;
	color:#fff;
	border:1px solid #24446b;
	transition:all ease 0.6s;
	width:100%!important;
	padding:10px;
	border-radius:0;
	margin:15px 0;
	font-family:lighter!important;
	font-family: "Open Sans", Arial, sans-serif!important;
letter-spacing:1.2px;
	font-size:20px;
}
.pop-up-btn:hover{
	
background:#000;
color:#fac900;	
	
}

.modal-fom-label{
color:#000;	
font-size:18px;	
text-transform:uppercase;
letter-spacing:1.2px;
}



.modal-fom-label1{
color:#000;	
font-size:25px;	
text-transform:uppercase;
letter-spacing:1.2px;
font-weight:bold;
}


#with-form1::-webkit-scrollbar {
    width: 0px;
}

/* Track */
#with-form1::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    
}
 
/* Handle */
#with-form1::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 10px;
}

/* Handle on hover */
#with-form1::-webkit-scrollbar-thumb:hover {
    background: #ccc; 
}


@media (max-width: 768px) {

  .mob-banner{

display:inline-block!important;

}

 .desktop-banner{

display:none!important;

}

}
@media (max-width: 768px) {
                div.slider {
width:80%!important;
                }
}
