@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
/*************************
*******Typography******
**************************/

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
	line-height: 24px;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
}
h1 {
	font-size: 36px;
	color: #fff;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
	color: #787878;
	font-weight: 400;
	line-height: 24px;
}
h4 {
	font-size: 16px;
}
a {
	color: #c52d2f;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
a:hover, a:focus {
	color: #d43133;
}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
.btn-primary {
	padding: 8px 20px;
	background: #c52d2f;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}
.btn-primary:hover, .btn-primary:focus {
	background: #c52d2f;
	outline: none;
	box-shadow: none;
}
.btn-transparent {
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
}
.btn-transparent:hover {
	border-color: rgba(255, 255, 255, 0.5);
}
a:hover, a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}
.dropdown-menu {
	margin-top: -1px;
	min-width: 181px;
}
.m1 {
	margin-top: -1px;
	min-width: 250px !important;
}
.m2 {
	margin-top: -1px;
	min-width: 215px !important;
}
.center h2 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 20px;
}
.media>.pull-left {
	margin-right: 20px;
}
.media>.pull-right {
	margin-left: 20px;
}
body > main > section {
	padding: 30px 0;
}
.center {
	text-align: center;
	padding-bottom: 55px;
}
.center2 {
	text-align: center;
}
.center2 h2 {
	text-align: center;
	font-size: 36px;
}
.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}
.lead {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #606062;
}
.lead1 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
}
.lead2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #830709;
}
.transparent-bg {
	background-color: transparent !important;
	margin-bottom: 0;
}
@-webkit-keyframes scaleIn {
0% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scaleIn {
0% {
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
/*************************
*******Header******
**************************/

#header .search {
	display: inline-block;
}
.navbar>.container .navbar-brand {
	margin-left: 0;
}
.top-bar {
	padding: 10px 0;
	background: #fff;
	line-height: 28px;
}
.top-number {
	color: #fff;
}
.top-number p {
	margin: 0
}
.social {
	text-align: right;
}
.social-share {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.social-share li {
	display: inline-block;
}
ul.social-share li a {
	display: inline-block;
	color: #0E4F8E;
	background: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
	font-size:16px;
}
ul.social-share li a:hover {
	color: #0E4F8E;
	background:#fff !important;
}
.search i {
	color: #fff;
}
input.search-form {
	background: transparent;
	border: 0 none;
	width: 20px;
	padding: 0 10px;
	color: #FFF;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
input.search-form::-webkit-input-placeholder {
color: transparent;
}
input.search-form:hover::-webkit-input-placeholder {
color: #fff;
}
input.search-form:hover {
	width: 180px;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: #151515;
	padding: 15px 0;
	padding-bottom: 0;
}
.navbar-nav {
	margin-top: 12px;
}
.navbar-nav>li {
	margin-left: 35px;
	padding-bottom: 0px !important;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 5px 12px;
	margin: 0;
	border-radius: 3px;
	color: #fff;
	line-height: 24px;
	display: inline-block;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #c52d2f;
	color: #fff;
}
.navbar-inverse {
	border: none;
}
.navbar-inverse .navbar-brand {
	font-size: 36px;
	line-height: 50px;
	color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #c52d2f;
	color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: rgba(0,0,0,.85);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	border: 0;
	padding: 0;
	margin-top: 0;
	border-top: 0;
	border-radius: 0;
	left: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
	position: absolute;
	top: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
	padding: 8px 15px;
	color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a, .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a, .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	background-color: #c52d2f;
	color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
	border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
	background-color: transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-top: 0;
	padding-bottom: 0;
}
/*************************
*******Home Page******
**************************/


#main-slider {
	position: relative;
}
.no-margin {
	margin: 0;
	padding: 0;
}
#main-slider .carousel .carousel-content {
	margin-top: 150px;
}
#main-slider .carousel .slide-margin {
	margin-top: 80px;
}
#main-slider .carousel h2 {
	color: #fff;
}
#main-slider .carousel .btn-slide {
	padding: 8px 20px;
	background: #c52d2f;
	color: #fff;
	border-radius: 4px;
	margin-top: 25px;
	display: inline-block;
}
#main-slider .carousel .slider-img {
	text-align: right;
	position: absolute;
}
#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	height: 400px !important;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
#main-slider .prev, #main-slider .next {
	position: absolute;
	top: 50%;
	background-color: #c52d2f;
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
}
#main-slider .prev:hover, #main-slider .next:hover {
	background-color: #000;
}
#main-slider .prev {
	left: 10px;
}
#main-slider .next {
	right: 10px;
}
#main-slider .carousel-indicators li {
	width: 20px;
	height: 20px;
	background-color: #fff;
	margin: 0 15px 0 0;
	position: relative;
}
#main-slider .carousel-indicators li:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #FFF;
	left: -3px;
	top: -3px;
}
#main-slider .carousel-indicators .active {
	width: 20px;
	height: 20px;
	background-color: #c52d2f;
	margin: 0 15px 0 0;
	border: 1px solid #c52d2f;
	position: relative;
}
#main-slider .carousel-indicators .active:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: #c52d2f;
	border: 1px solid #c52d2f;
	left: -3px;
	top: -3px;
}
#main-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp 300ms linear 300ms both;
	-moz-animation: fadeInUp 300ms linear 300ms both;
	-o-animation: fadeInUp 300ms linear 300ms both;
	-ms-animation: fadeInUp 300ms linear 300ms both;
	animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
	-webkit-animation: fadeInUp 300ms linear 600ms both;
	-moz-animation: fadeInUp 300ms linear 600ms both;
	-o-animation: fadeInUp 300ms linear 600ms both;
	-ms-animation: fadeInUp 300ms linear 600ms both;
	animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
	-webkit-animation: fadeInUp 300ms linear 900ms both;
	-moz-animation: fadeInUp 300ms linear 900ms both;
	-o-animation: fadeInUp 300ms linear 900ms both;
	-ms-animation: fadeInUp 300ms linear 900ms both;
	animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
	-webkit-animation: fadeInUp 300ms linear 1200ms both;
	-moz-animation: fadeInUp 300ms linear 1200ms both;
	-o-animation: fadeInUp 300ms linear 1200ms both;
	-ms-animation: fadeInUp 300ms linear 1200ms both;
	animation: fadeInUp 300ms linear 1200ms both;
}
#feature {
	background: #fff;
	padding-bottom: 40px;
}
#about_pg {
	background: #fff;
	padding-bottom: 40px;
}
.features {
	padding: 0;
}
.feature-wrap {
	margin-bottom: 35px;
	overflow: hidden;
}
.feature-wrap h2 {
	margin-top: 10px;
}
.feature-wrap .pull-left {
	margin-right: 25px;
}
.feature-wrap svg {
	font-size: 48px;
	height: 100px;
	width: 100px;
	margin: 3px;
	border-radius: 100%;
	line-height: 110px;
	text-align: center;
	background: #ffffff;
	color: #c52d2f;
	border: 3px solid #ffffff;
	box-shadow: inset 0 0 0 5px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	float: left;
	margin-right: 25px;
}
.pad1 {
	padding: 5px 14px 5px 5px;
}
.pad2 {
	padding: 5px 14px 5px 5px;
}
.pad3 {
	padding: 8px 12px 8px 12px;
}
.pad4 {
	padding: 8px 12px 8px 10px;
}
.pad5 {
	padding: 5px 13px 5px 0px;
}
.pad6 {
	padding: 5px 12px 5px 8px;
}
.feature-wrap svg:hover {
	background: #606062 !important;
	color: #fff;
	box-shadow: inset 0 0 0 2px #f6b800 !important;
	-webkit-box-shadow: inset 0 0 0 2px #f6b800 !important;
	border: 3px solid #f6b800 !important;
}
.feature-wrap svg #paycraft {
	fill: #4e4e4e;
}
.feature-wrap svg:hover #paycraft {
	fill: #fff;
}
.feature-wrap svg #payconnect {
	fill: #4e4e4e;
}
.feature-wrap svg:hover #payconnect {
	fill: #fff;
}
.feature-wrap svg:hover #dollar {
	fill: #4e4e4e;
}
.feature-wrap svg #aurum {
	fill: #4e4e4e;
}
.feature-wrap svg:hover #aurum {
	fill: #fff;
}
.feature-wrap svg #metrisk {
	fill: #4e4e4e;
}
.feature-wrap svg:hover #metrisk {
	fill: #fff;
}
.feature-wrap svg #inticraft {
	fill: #4e4e4e;
}
.feature-wrap svg:hover #inticraft {
	fill: #fff;
}
#recent-works .col-xs-12.col-sm-4.col-md-4 {
	padding: 0 !important;
}
#recent-works {
	padding-bottom: 70px;
}
.recent-work-wrap {
	position: relative;
	border: 1px solid #B4B4B4;
	margin: 10px;
}
.recent-work-wrap img {
	width: 100%;
	text-align: center;
}
.recent-work-wrap .recent-work-inner img {
	width: 40%;
}
.recent-work-inner {
	height: 100%;
	padding: 0px;
	text-align: center;
}
.overlay {
	padding: 0!important;
}
.recent-work-wrap .recent-work-inner {
	top: 0;
	background: transparent;
	opacity: 0;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
}
.recent-work-wrap .overlay .recent-work-inner:hover {
	opacity: 1;
	transition: all ease-in 0.5s;
}
.recent-work-wrap .recent-work-inner h3 {
	margin: 10px 0;
	text-align: center;
	opacity: 1 !important;
}
.recent-work-wrap .recent-work-inner p {
	text-align: center;
	opacity: 1 !important;
}
.recent-work-wrap .recent-work-inner h3 a {
	font-size: 24px;
	color: #fff;
}
.recent-work-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	color: #ffffff;
	vertical-align: middle;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	padding: 30px;
}
.recent-work-wrap:hover .overlay {
	background: rgba(246, 184, 0, 0.8);
	color: #ffffff;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.btn-border
{
	border:1px solid #0E4F8E;
	padding:10px 36px;
	border-radius:20px;
	color:#0E4F8E;
	text-transform:capitalize !important;
}

.btn-border:hover
{
	border:1px solid #0E4F8E;
	padding:10px 36px;
	border-radius:20px;
	color:#fff;
	background:#0e4f8e;
}
#services {
	background: rgba(0, 0, 0, 0.77) url(../images/services/header2.jpg);
	background-size: cover;
	background-attachment: fixed;
}
#timeline {
	background: transparent url(../img/bg_timeline.png);
	background-size: cover;
	background-attachment: fixed;
}
#aw {
	background: transparent url(../images/paralax/aw.jpg);
	background-size: cover;
	background-attachment: fixed;
}
#timeline h2 {
	color: #ffffff;
}
#timeline .lead {
	color: #FFFFFF;
}
#services .lead, #services h2 {
	color: #fff;
}
.services-wrap {
	padding: 40px 25px;
	background: #fff;
	border-radius: 4px;
	margin: 0 0 40px;
}
.services-wrap h3 {
	font-size: 20px;
	margin: 10px 0;
}
.services-wrap .pull-left {
	margin-right: 20px;
}
#middle {
	background: #f2f2f2;
}
.skill h2 {
	margin-bottom: 25px;
}
.progress-wrap {
	position: relative;
}
.progress .color1, .progress .color1 .bar-width {
	background: #2d7da4;
}
.progress .color2, .progress .color2 .bar-width {
	background: #6aa42f;
}
.progress .color3, .progress .color3 .bar-width {
	background: #ffcc33;
}
.progress .color4, .progress .color4 .bar-width {
	background: #db3615;
}
.progress, .progress-bar {
	height: 15px;
	line-height: 15px;
	background: #e6e6e6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
	text-align: right;
}
.progress {
	position: relative;
}
.progress .bar-width {
	position: absolute;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	top: -30px;
	border-radius: 2px;
	margin-left: -30px;
}
.progress span {
	position: relative;
}
.progress span:before {
	content: " ";
	position: absolute;
	width: auto;
	height: auto;
	border-width: 8px 5px;
	border-style: solid;
	bottom: -15px;
	right: 8px;
}
.progress .color1 span:before {
	border-color: #2d7da4 transparent transparent transparent;
}
.progress .color2 span:before {
	border-color: #6aa42f transparent transparent transparent;
}
.progress .color3 span:before {
	border-color: #ffcc33 transparent transparent transparent;
}
.progress .color4 span:before {
	border-color: #db3615 transparent transparent transparent;
}
.accordion h2 {
	margin-bottom: 25px;
}
.panel-default {
	border-color: transparent;
}
.panel-default>.panel-heading, .panel {
	background-color: #e6e6e6;
	border: 0 none;
	box-shadow: none;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	background: #fff;
	color: #858586;
}
.panel-body {
	padding: 20px 20px 10px;
}
.panel-group .panel+.panel {
	margin-top: 0;
	border-top: 1px solid #d9d9d9;
}
.panel-group .panel {
	border-radius: 0;
}
.panel-heading {
	border-radius: 0;
}
.panel-title>a {
	color: #4e4e4e;
}
.accordion-inner img {
	border-radius: 4px;
}
.accordion-inner h4 {
	margin-top: 0;
}
.panel-heading.active {
	background: #1f1f20;
}
.panel-heading.active .panel-title>a {
	color: #fff;
}
a.accordion-toggle i {
	width: 45px;
	line-height: 44px;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	margin-right: -15px;
	background: #c9c9c9;
}
.panel-heading.active a.accordion-toggle i {
	background: #c52d2f;
	color: #fff;
}
.panel-heading.active a.accordion-toggle.collapsed i {
	background: #c52d2f;
	color: #fff;
}
.nav-tabs>li {
	margin-bottom: 0px;
	border-bottom: 1px solid #e6e6e6;
}
.nav-tabs {
	border-bottom: transparent;
	border-right: 1px solid #e6e6e6;
}
.nav-tabs>li>a {
	background: #f5f5f5;
	color: #666;
	border-radius: 0;
	border: 0 none;
	line-height: 24px;
	margin-right: 0;
	padding: 13px 15px; text-align:center;
}
.nav-tabs li:last-child {
	border-bottom: 0 none;
}
.nav-stacked>li+li {
	margin-top: 0;
}
.nav-tabs>li>a:hover {
	background: #1f1f20;
	color: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border: 0;
	color: #fff;
	background: #1f1f20;
	position: relative;
}
.nav-tabs>li.active>a:after {
	position: absolute;
    content: "";
    width: auto;
    height: auto;
    border-style: solid;
    border-color: #1f1f20 transparent transparent transparent ;
    border-width: 11px 11px;
    left: 47%;
    top: 100%; 
}
.tab-wrap {
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.tab-content {
	padding: 20px;
}
.tab-content h2 {
	margin-top: 0;
}
.tab-content img {
	border-radius: 4px;
}
.testimonial h2 {
	margin-top: 0;
}
.testimonial-inner {
	color: #858586;
	font-size: 14px;
}
.testimonial-inner .pull-left {
	border-right: 1px solid #e7e7e7;
	padding-right: 15px;
	position: relative;
}
.testimonial-inner .pull-left:after {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	top: 50%;
	margin-top: -5px;
	background: #FFF;
	-webkit-transform: rotate(45deg);
	border: 1px solid #e7e7e7;
	right: -5px;
	border-left: 0 none;
	border-bottom: 0 none;
}
#partner {
	background: url(../images/clients/partner_bg.png) 50% 50% no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#partner {
	color: #fff;
	text-align: center;
}
#partner h2, #partner h3 {
	color: #fff;
}
.partners ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.partners ul li {
	display: inline-block;
	float: left;
	width: 20%;
}
#conatcat-info {
	background: #fff url(../images/contact.html) no-repeat 90% 0;
	padding: 30px 0;
}
.contact-info i {
	width: 60px;
	height: 60px;
	font-size: 40px;
	line-height: 60px;
	color: #fff;
	background: #000;
	text-align: center;
	border-radius: 10px;
}
.contact-info h2 {
	margin-top: 0;
	color: #000;
}
.contact-info {
	color: #000;
}
/*************************
********* About Us Page CSS ******
**************************/

.about-us {
	margin-top: 110px;
	margin-bottom: -110px;
}
.about-us h2, .skill_text h2 {
	color: #4e4e4e;
	font-size: 30px;
	font-weight: 600;
}
.about-us p {
	color: #4e4e4e;
}
#carousel-slider {
	position: relative;
}
#carousel-slider .carousel-indicators {
	bottom: -25px;
}
#carousel-slider .carousel-indicators li {
	border: 1px solid #ffbd20;
}
#carousel-slider a i {
	border: 1px solid #777;
	border-radius: 50%;
	font-size: 28px;
	height: 50px;
	padding: 8px;
	position: absolute;
	top: 50%;
	width: 50px;
	color: #777;
}
#carousel-slider a i:hover {
	background: #bfbfbf;
	color: #fff;
	border: 1px solid #bfbfbf;
}
#carousel-slider .carousel-control {
	width: inherit;
}
#carousel-slider .carousel-control.left i {
	left: -25px
}
#carousel-slider .carousel-control.right i {
	right: -25px;
}
#carousel-slider .carousel-control.left, #carousel-slider .carousel-control.right {
	background: none;
}
.skill_text {
	display: block;
	margin-bottom: 60px;
	margin-top: 25px;
	overflow: hidden;
}
.sinlge-skill {
	background: #f2f2f2;
	border-radius: 100%;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	height: 200px;
	position: relative;
	width: 200px;
	text-transform: uppercase;
	overflow: hidden;
	margin: 30px 0;
}
.sinlge-skill p em {
	color: #FFFFFF;
	font-size: 38px;
}
.sinlge-skill p {
	line-height: 1;
}
.joomla-skill, .html-skill, .css-skill, .wp-skill {
	position: absolute;
	height: 100%;
	bottom: 0;
	width: 100%;
	border-radius: 100%;
	padding: 70px 0;
	text-align: center;
}
.joomla-skill {
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(28%, rgba(242,242,242,1)), color-stop(28%, rgba(45,125,164,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4', GradientType=0 ); /* IE6-9 */
}
.html-skill {
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(9%, rgba(242,242,242,1)), color-stop(9%, rgba(106,164,47,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f', GradientType=0 ); /* IE6-9 */
}
.css-skill {
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(32%, rgba(242,242,242,1)), color-stop(32%, rgba(255,189,32,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20', GradientType=0 ); /* IE6-9 */
}
.wp-skill {
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(19%, rgba(242,242,242,1)), color-stop(19%, rgba(219,54,21,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615', GradientType=0 ); /* IE6-9 */
}
.skill-wrap {
	display: block;
	overflow: hidden;
	margin: 60px 0;
}
.team h4 {
	margin-top: 0;
	text-transform: uppercase;
}
.team h5 {
	font-weight: 300;
}
.single-profile-top, .single-profile-bottom {
	font-weight: 400;
	line-height: 24px;
}
.single-profile-top, .single-profile-bottom {
	border: 1px solid #ddd;
	padding: 15px;
	position: relative;
}
.media_image {
	margin-bottom: 10px;
}
.team .btn {
	background: transparent;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 3px;
	padding: 1px 5px;
	text-transform: uppercase;
	border: 1px solid#ddd;
	margin-right: 3px;
}
ul.social_icons, ul.tag {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	display: block;
}
ul.social_icons li, ul.tag li {
	display: inline-block;
	margin-right: 5px;
}
ul.social_icons li a i {
	border-radius: 50%;
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	padding: 0;
	text-align: center;
	width: 25px;
	opacity: .8;
}
.team .social_icons .fa-facebook:hover, .team .social_icons .fa-twitter:hover, .team .social_icons .fa-google-plus:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transition-duration: 2s;
	transition-property: all;
	transition-timing-function: ease;
	opacity: 1;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
.team .social_icons .fa-facebook {
	background: #0182c4;
}
.team .social_icons .fa-twitter {
	background: #20B8FF
}
.team .social_icons .fa-google-plus {
	background: #D34836
}
.team-bar .first-one-arrow {
	float: left;
	margin-right: 30px;
	width: 2%;
}
.team-bar .first-arrow {
	float: left;
	margin-left: 5px;
	margin-right: 35px;
	width: 22%;
}
.team-bar .second-arrow {
	float: left;
	margin-left: 5px;
	width: 21%;
}
.team-bar .third-arrow {
	float: left;
	margin-left: 40px;
	margin-right: 12px;
	width: 22%;
}
.team-bar .fourth-arrow {
	float: left;
	margin-left: 25px;
	width: 20%;
}
.team-bar .first-one-arrow hr {
	border-bottom: 1px solid #2D7DA4;
	border-top: 1px solid #2D7DA4;
}
.team-bar .first-arrow hr {
	border-bottom: 1px solid #2D7DA4;
	border-top: 1px solid #2D7DA4;
}
.team-bar .second-arrow hr {
	border-bottom: 1px solid #6aa42f;
	border-top: 1px solid #6aa42f;
}
.team-bar .third-arrow hr {
	border-bottom: 1px solid #FFBD20;
	border-top: 1px solid #FFBD20;
}
.team-bar .fourth-arrow hr {
	border-bottom: 1px solid #db3615;
	border-top: 1px solid #db3615;
}
.team-bar {
	margin-bottom: 15px;
	margin-top: 30px;
	position: relative;
}
.team-bar i {
	border-radius: 50%;
	color: #FFFFFF;
	display: block;
	height: 24px;
	line-height: 24px;
	margin-top: -32px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 24px;
	position: absolute;
}
.team-bar .first-arrow .fa-angle-up {
	background: #2D7DA4;
	margin-left: -33px
}
.team-bar .second-arrow .fa-angle-down {
	background: #6AA42F;
	margin-left: -33px;
}
.team-bar .third-arrow .fa-angle-up {
	background: #FFBD20;
	margin-left: -32px;
}
.team-bar .fourth-arrow .fa-angle-down {
	background: #db3615;
	margin-left: -32px;
}
.team .single-profile-top:before, .team .single-profile-top:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
.team .single-profile-top:before {
	left: 26px;
	bottom: -20px;
	border-width: 10px;
	border-color: #fff transparent transparent transparent;
	z-index: 1;
}
.team .single-profile-top:after {
	left: 25px;
	bottom: -22px;
	border-style: solid;
	border-width: 11px;
	border-color: #ddd transparent transparent transparent;
	z-index: 0;
}
.team .single-profile-bottom:before, .team .single-profile-bottom:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
}
.team .single-profile-bottom:before {
	left: 30px;
	top: -20px;
	border-width: 10px;
	border-color: transparent transparent #fff transparent;
	z-index: 1;
}
.team .single-profile-bottom:after {
	left: 29px;
	top: -22px;
	border-style: solid;
	border-width: 11px;
	border-color: transparent transparent #DDD transparent;
	z-index: 0;
}
/***********************
****Service page css****
***********************/

.services {
	padding: 0;
}
.get-started {
	background: none repeat scroll 0 0 #F3F3F3;
	border-radius: 3px;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 18px;
	margin-top: 60px;
}
.get-started h2 {
	padding-top: 30px;
	margin-bottom: 20px;
}
.request {
	bottom: -15px;
	left: 50%;
	position: absolute;
	margin-left: -110px;
}
.request h4 {
	position: absolute;
	width: 220px;
	position: relative;
}
.request h4 a {
	background: #c52d2f;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	border-radius: 3px;
	padding: 5px 15px;
}
.request h4:after {
	border-color: #c52d2f transparent transparent;
	border-style: solid;
	border-width: 12px;
	bottom: -18px;
	content: "";
	height: 0;
	position: absolute;
	right: 13px;
	z-index: -99999;
}
.request h4:before {
	border-color: #c52d2f transparent transparent;
	border-style: solid;
	border-width: 12px;
	bottom: -18px;
	content: "";
	height: 0;
	left: 13px;
	position: absolute;
	z-index: -99999;
}
.clients-area {
	padding: 60px;
}
.clients-comments {
	background-image: url("../images/image_bg.png");
	background-position: center 118px;
	background-repeat: no-repeat;
	margin-bottom: 100px;
}
.clients-comments img {
	background: #DDDDDD;
	border: 1px solid #DDDDDD;
	height: 182px;
	padding: 3px;
	width: 182px;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
.clients-comments h3 {
	margin-top: 55px;
	font-weight: 300;
	padding: 0 40px;
}
.clients-comments h4 {
	font-weight: 300;
	margin-top: 15px;
}
.clients-comments h4 span {
	font-weight: 700;
	font-style: oblique;
}
.footer {
	background: none repeat scroll 0 0 #2E2E2E;
	border-top: 5px solid #C52D2F;
	height: 84px;
	margin-top: 110px;
}
.footer_left {
	padding: 10px;
}
.text-left {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 15px;
}
/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
	margin-top: 115px;
	padding-bottom: 0;
}
.portfolio-items, .portfolio-filter {
	list-style: none outside none;
	margin: 0 0 40px 0;
	padding: 0;
}
.portfolio-filter > li {
	display: inline-block;
}
.portfolio-filter > li a {
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	margin-right: 20px;
	text-transform: uppercase;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	border: 1px solid #F2F2F2;
	outline: none;
	border-radius: 3px;
}
.portfolio-filter > li a:hover, .portfolio-filter > li a.active {
	color: #fff;
	background: #796b6a;
	background-color: #d2d2f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d2d2f9), to(#a6a6f2));
	background-image: -webkit-linear-gradient(top, #d2d2f9, #a6a6f2);
	background-image: -moz-linear-gradient(top, #d2d2f9, #a6a6f2);
	background-image: -ms-linear-gradient(top, #d2d2f9, #a6a6f2);
	background-image: -o-linear-gradient(top, #d2d2f9, #a6a6f2);
	background-image: linear-gradient(to bottom, #d2d2f9, #a6a6f2);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d2d2f9, endColorstr=#a6a6f2);
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), to(rgba(255, 255, 255, 0.5)));
}
}
.portfolio-filter > li a:hover, .portfolio-filter > li a.active:hover {
	background-color: #a5a5f3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a5a5f3), to(#7a7aeb));
	background-image: -webkit-linear-gradient(top, #a5a5f3, #7a7aeb);
	background-image: -moz-linear-gradient(top, #a5a5f3, #7a7aeb);
	background-image: -ms-linear-gradient(top, #a5a5f3, #7a7aeb);
	background-image: -o-linear-gradient(top, #a5a5f3, #7a7aeb);
	background-image: linear-gradient(to bottom, #a5a5f3, #7a7aeb);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a5a5f3, endColorstr=#7a7aeb);
}
.btn-client .portfolio-items > li {
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.portfolio-item {
	margin: 0;
	padding: 0;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/**************************
********* Pricing Table CSS *
**************************/

.pricing_heading {
	margin-top: 120px
}
.pricing_heading h2, .pricing_heading p {
	color: #4e4e4e;
}
.pricing-area h1 {
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 15px;
}
.pricing-area span {
	font-weight: 700;
	font-size: 18px;
}
.pricing-area h3, .pricing-area span {
	color: #fff;
}
.plan {
	position: relative;
	margin-bottom: 70px;
}
.pricing-area ul {
	background: #FAFAFA;
	padding: 0;
	margin: 0;
}
.pricing-area ul li {
	list-style: none;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 400;
}
.pricing-area ul li:nth-child(even) {
	background: #f5f5f5
}
.pricing-area .price-three img, .pricing-area .price-six img {
	position: absolute;
	right: 15px;
	top: 0;
}
.pricing-area .heading-one, .pricing-area .heading-two, .pricing-area .heading-three {
	padding: 17px 0;
	border-radius: 2px 2px 0 0;
}
.pricing-area .heading-one, .pricing-area .heading-two, .pricing-area .heading-three, .pricing-area .heading-four, .pricing-area .heading-five, .pricing-area .heading-six, .pricing-area .heading-seven {
	margin-left: -10px
}
.pricing-area .heading-one, .pricing-area .price-one .plan-action .btn-primary {
	background: #e24f43
}
.pricing-area .heading-two, .pricing-area .price-two .plan-action .btn-primary {
	background: #27AE60;
}
.pricing-area .heading-three, .pricing-area .price-three .plan-action .btn-primary {
	background: #f39c12;
}
.pricing-area .heading-four, .pricing-area .price-four .plan-action .btn-primary {
	background: #5c5c5c
}
.pricing-area .heading-five, .pricing-area .price-five .plan-action .btn-primary {
	background: #5c5c5c
}
.pricing-area .heading-six, .pricing-area .price-six .plan-action .btn-primary {
	background: #e24f43;
}
.pricing-area .heading-seven, .pricing-area .price-seven .plan-action .btn-primary {
	background: #5c5c5c
}
.pricing-area .bg {
	background: #fafafa
}
.pricing-area .heading-one h3:before {
	border-color: #bf4539 transparent transparent;
}
.pricing-area .heading-two h3:before {
	border-color: #1f8c4d transparent transparent;
}
.pricing-area .heading-three h3:before {
	border-color: #d4880f transparent transparent;
}
.pricing-area .heading-four h3:before {
	border-color: #424242 transparent transparent;
}
.pricing-area .heading-five h3:before {
	border-color: #424242 transparent transparent;
}
.pricing-area .heading-six h3:before {
	border-color: #bf4539 transparent transparent;
}
.pricing-area .heading-seven h3:before {
	border-color: #424242 transparent transparent;
}
.pricing-area h3:before {
	border-color: #D4880F transparent transparent;
	border-radius: 5px 0 0 0px;
	border-style: solid;
	border-width: 12px;
	content: "";
	height: 0;
	left: 4px;
	position: absolute;
	top: 78px;
	width: 0;
	z-index: -999;
}
.small-pricing h3:after {
	height: 94px;
}
.small-pricing h3:before {
	top: 74px;
}
.plan-action {
	height: 40px;
}
.pricing-area .plan-action .btn-primary {
	position: relative;
	padding: 5px 20px;
	color: #fff;
	margin-top: 5px;
}
.pricing-area .plan-action .btn-primary:before {
	border-color: #E24F43 transparent transparent;
	border-radius: 5px 0 0 0;
	border-style: solid;
	border-width: 12px;
	bottom: -12px;
	content: "";
	height: 0;
	left: -9px;
	position: absolute;
	width: 0;
	z-index: -1;
}
.pricing-area .plan-action .btn-primary:after {
	border-color: #E24F43 transparent transparent;
	border-radius: 5px 0 0 0;
	border-style: solid;
	border-width: 12px;
	bottom: -12px;
	content: "";
	height: 0;
	position: absolute;
	right: -9px;
	width: 0;
	z-index: -1;
}
.pricing-area .price-two .plan-action .btn-primary:before, .pricing-area .price-two .plan-action .btn-primary:after {
	border-color: #1f8c4d transparent transparent;
}
.pricing-area .price-three .plan-action .btn-primary:before, .pricing-area .price-three .plan-action .btn-primary:after {
	border-color: #d4880f transparent transparent;
}
.pricing-area .price-four .plan-action .btn-primary:before, .pricing-area .price-four .plan-action .btn-primary:after, .pricing-area .price-five .plan-action .btn-primary:before, .pricing-area .price-five .plan-action .btn-primary:after, .pricing-area .price-seven .plan-action .btn-primary:before, .pricing-area .price-seven .plan-action .btn-primary:after {
	border-color: #424242 transparent transparent;
	right: -9px;
}
.pricing-area .price-six .plan-action .btn-primary:before, .pricing-area .price-six .plan-action .btn-primary:after {
	border-color: #bf4539 transparent transparent;
	right: -9px;
}
/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
	background-image: url("../images/map.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.gmap-area .gmap iframe {
	border-radius: 0% 50% 50% 50%;
	height: 500px;
	width: 500px;
}
.gmap {
	border: 10px solid #f6f5f0;
	border-radius: 0% 50% 50% 50%;
	height: 500px;
	width: 500px;
	box-shadow: 0px 0px 3px 3px #e7e4dc;
	overflow: hidden;
	position: relative;
	margin: 0 -50px;
}
.gmap-area .map-content ul {
	list-style: none;
}
.gmap-area .map-content address h5 {
	font-weight: 700;/* font-size: 16px; */
}
#contact-page {
	padding-top: 0;
}
#contact-page .contact-form .form-group label {
	color: #4E4E4E;
	font-size: 16px;
	font-weight: 300;
}
.form-group .form-control {
	padding: 7px 12px;
	border-color: #f2f2f2;
	box-shadow: none;
}
textarea#message {
	resize: none;
	padding: 10px;
}
#contact-page .contact-wrap {
	margin-top: 20px;
}
/*********************
****blog page css*****
**********************/

.widget {
	margin-bottom: 60px;
	padding-left: 0;
}
.single_comments {
	margin-bottom: 20px;
}
.single_comments img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.single_comments p {
	margin-bottom: 0;
}
.widget .entry-meta span {
	display: inline-block;
	margin-right: 10px;
}
.widget h3 {
	color: #000;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.blog_category {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog_category li {
	float: none;
	margin-bottom: 20px;
}
.blog_category li a {
	background: #f5f5f5;
	border-radius: 4px;
	color: #888;
	display: inline-block;
	padding: 5px 15px;
}
.blog_category li a:hover {
	background: #c52d2f;
	color: #fff;
}
.badge:before {
	border-color: transparent transparent transparent #c52d2f;
	border-style: solid;
	border-width: 10px;
	bottom: -8px;
	content: "";
	height: 0;
	left: 5px;
	position: absolute;
	z-index: -99999;
}
.badge {
	background-color: #c52d2f;
	border-radius: 5px;
	color: #fff;
	padding: 8px;
	position: relative;
	left: 60px;
	top: -18px;
	font-weight: normal;
}
.blog_archieve {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.blog_archieve li {
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
}
.blog_archieve li:first-child {
	padding-top: 0;
}
ul.gallery {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.gallery li {
	display: block;
	width: 60px;
	padding: 0;
	margin: 0 4px 4px 0;
	float: left;
}
ul.faq {
	list-style: none;
	margin: 0;
}
ul.faq li {
	margin-top: 30px;
}
ul.faq li:first-child {
	margin-top: 0;
}
ul.faq li span.number {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #34495e;
	color: #fff;
	font-size: 24px;
}
ul.faq li > div {
	margin-left: 70px;
}
ul.faq li > div h3 {
	margin-top: 0;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blog-item {
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 50px;
}
.blog .blog-item .img-blog {
	border-radius: 5px;
	margin-bottom: 45px;
}
.blog .blog-item .blog-content {
	padding-bottom: 25px;
}
.blog .blog-item .blog-content h2 {
	margin-top: 0;
	font-size: 30px;
}
.readmore {
	margin-top: 0;
}
.blog .blog-item .blog-content h3 {
	color: #858586;
	margin-bottom: 40px;
/* font-weight: 300 */}
.blog .blog-item .blog-content h4 {
	font-size: 14px;
}
.post-tags {
}
.blog .blog-item .entry-meta {
	border-radius: 5px;
	overflow: hidden;
}
.blog .blog-item .entry-meta > span {
	background: #f5f5f5;
	border-top: 1px solid #fff;
	display: block;
	font-size: 12px;
	overflow: hidden;
	padding: 5px;
	text-align: left;
}
#publish_date {
	background: #c52d2f;
	border-bottom: 5px solid #4e4e4e;
	color: #fff;
	padding: 5px 0;
	text-align: center;
}
.blog .blog-item .entry-meta > span {
	color: #ccc;
}
.blog .blog-item .entry-meta > span a {
	font-size: 12px;
	margin-left: 3px;
	font-weight: 300;
	color: #888;
}
ul.pagination > li > a {
	border: 1px solid #F1F1F1;
	margin-right: 5px;
	border-radius: 5px;
	font-size: 16px;
	padding: 5px 14px;
}
ul.pagination > li > a i {
	margin-left: 5px;
	margin-right: 5px;
}
ul.pagination > li.active > a, ul.pagination > li:hover > a {
	background-color: #c52d2f !important;
	border-color: #c52d2f !important;
	color: #fff;
}
.search_box {
	background-image: url("../images/search_icon.png");
	background-position: 314px 15px;
	background-repeat: no-repeat;
	border-color: #DEDEDE;
	height: 48px;
	outline: medium none;
	box-shadow: none;
}
.form-control:focus {
	box-shadow: none;
	outline: 0 none;
}
ul.tag-cloud, ul.sidebar-gallery {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tag-cloud li {
	display: inline-block;
	margin-bottom: 3px;
}
.tag-cloud li a {
	background: #f5f5f5;
	color: #888;
	border: 0;
	border-radius: 4px;
	padding: 8px 15px;
}
.tag-cloud li a:hover {
	background: #c52d2f;
	color: #fff;
}
.sidebar-gallery li {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.sidebar-gallery li a {
	border-radius: 4px;
	display: inline-block;
}
/**********************
**blog single page css*
**********************/

.reply_section {
	background: #f5f5f5;
	border-radius: 5px;
}
.post_reply {
	margin-left: 10px;
	margin-top: 45px;
}
.post_reply img {
	width: 85px;
	height: 85px;
	border: 5px solid #D5D8DD;
}
.post_reply ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
.post_reply ul li {
	float: left;
}
.post_reply ul li a {
	display: block;
}
.post_reply ul li a i {
	border: 1px solid #DDDDDD;
	border-radius: 39px;
	color: #FFFFFF;
	font-size: 20px;
	height: 30px;
	margin-right: 3px;
	padding-top: 7px;
	text-align: center;
	width: 30px;
}
.post_reply ul li a i.fa-facebook {
	background: #0182C4;
}
.post_reply ul li a i.fa-twitter {
	background: none repeat scroll 0 0 #3FC1FE;
}
.post_reply ul li a i.fa-google-plus {
	background: none repeat scroll 0 0 #D34836;
}
.post_reply ul li a i:hover {
	opacity: .5;
}
.post_reply_content {
	margin: 30px;
}
.post_reply_content h1 a:hover {
	color: #FFC800;
}
.post_reply_content h4 {
	margin-bottom: 50px;
}
.reply_section .media-body {
	display: inherit;
}
.comment_section .media-body {
	display: inherit;
}
#comments_title {
	color: #4e4e4e;
	font-weight: 700px;
	font-size: 20px;
	margin-top: 60px;
	margin-bottom: 40px;
}
.comment_section {
	margin-top: 30px;
	position: relative;
}
.post_comments img {
	width: 85px;
	height: 85px;
	margin-top: 35px;
}
.post_reply_comments {
	background: #f5f5f5;
	border-radius: 4px;
	padding: 30px;
}
.post_reply_comments:before {
	border-color: transparent #F0F0F0 transparent transparent;
	border-style: solid;
	border-width: 15px;
	content: " ";
	height: 0;
	left: 75px;
	position: absolute;
	top: 20px;
}
.post_reply_comments h3, .post_reply_content h3 {
	margin-top: 0;
}
.post_reply_comments h1 a:hover {
	color: #c52d2f;
}
.post_reply_comments h4 {
	color: #c4c4c5;
	font-weight: 400;
}
.post_reply_comments p {
	padding-bottom: 30px;
}
.post_reply_comments a {
	bottom: 15px;
	position: absolute;
	right: 30px;
	background: #c52d2f;
	color: #fff;
	border-radius: 5px;
	padding: 8px 20px;
}
.post_reply_comments a:before {
	border-color: #c52d2f transparent transparent;
	border-style: solid;
	border-width: 16px;
	bottom: -11px;
	content: "";
	height: 0;
	left: -12px;
	position: absolute;
	z-index: 99999;
}
.post_reply_comments h2 a {
}
.message_heading {
	margin-bottom: 50px;
	margin-top: 60px;
}
/******************
404 page css
******************/

#error .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success:hover {
	background-color: #EBEBEB;
	border-color: #EBEBEB;
	color: #4E4E4E;
}
#error h1 {
	color: #4e4e4e;
	text-transform: uppercase;
}
/******************
shortcodes page css
******************/

.shortcode-item {
	padding-bottom: 0;
}
.shortcode-item h2 {
	color: #4E4E4E;
	font-size: 24px;
	margin-bottom: 22px;
	margin-top: 0;
	font-weight: 600
}
/***********************
********* Footer ******
************************/
#bottom {
	background: #5886B4;
	border-bottom: none;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top:0px !important;
}
#bottom h3 {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
#bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#bottom ul li {
	display:inline-block;
	padding: 5px 0;
}
#bottom ul li a {
	color: #727272;
}
#bottom ul li a:hover {
	color: #f6b800;
}
#bottom .widget {
	margin-bottom: 0;
}
#footer {
	padding-top: 4px;
	padding-bottom: 0px;
	color: #fff;
	background: #002E5B;
	position:relative;
}
#footer a {
	color: #fff;
	font-size: 13px;
}
#footer a:hover {
/* color: #c52d2f; */
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul > li {
	display: inline-block;
	margin-left: 15px;
}
.search-form .form-group {
	float: right !important;
	transition: all 0.35s, border-radius 0s;
	width: 32px;
	height: 32px;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: 5px;
}
.search-form .form-group input.form-control {
	padding-right: 20px;
	border: 0 none;
	background: transparent;
	box-shadow: none;
	display: block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
/* Firefox 18- */
display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
/* Firefox 19+ */
display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
display: none;
}
.search-form .form-group:hover, .search-form .form-group.hover {
	width: 100%;
	border-radius: 4px 25px 25px 4px;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: 25px;
}
.search-form .form-group span.form-control-feedback {
	position: absolute;
	top: -1px;
	right: -2px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #3596e0;
	left: initial;
	font-size: 14px;
}
.search_color {
	color: #606062 !important;
}
.search_color:hover {
	color: #f6b800 !important;
}
.slide_read {
	color: #FFFFFF !important;
	font-size: 18px;
	margin-top: 25px !important;
}
.cross_icon {
	text-align: center !important;
}
.bg_cross {
	height:576px; background-image:url(../images/index_cross_ind_product_bg.jpg); background-size:cover; background-position:center
}
.abt {
	text-align: justify;
	padding: 0 20px 0 0;
	z-index: 1;
}
/* Counter */

.counter-item {
	position: relative;
	text-align: center;
	z-index: 1 !important;
}
.counter-item h4 {
	text-align: center;
	margin-bottom: 0px;
	color: #4e4e4e;
	margin-top: 0px;
	text-transform: capitalize
}
.counter-item i {
	font-size: 40px;
}
.timer {
	font-size: 2.5em;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
}
.timer1 {
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	line-height: 60px;
	color: #000000;
}
.bg {
	/*background-image: url(../images/monitor.png);
min-height: 480px;
background-size: 100% auto;
background-repeat: no-repeat;
margin-left: 30px;
margin-top: 70px;*/
	background-image: url(../images/monitor.png);
	height: 400px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 530px;
	margin: 0 auto;
}
.corpVid {
	position: absolute;
	top: 35px;
	left: 6px;
	margin: 0 auto;
	right: 0;
}

@media (max-width: 600px) {
.bg {
	background: none;
	width: auto;
	height: 250px;
}
}
.client_slide {
	color: #002E5B !important;
}
#partner h2, #partner h3 {
	color: #830709;
}
.dropdown-menu-p1 {
	position: absolute;
	z-index: 1000;
	display: none;
	float: right;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0;
	font-size: 15px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu-p1 {
	margin-left: 157px;
	margin-top: -33px;
}
.dropdown-menu-p1>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	position: relative;
}
.dropdown-menu-p1>li>a:hover {
	color: #f6b800;
	text-decoration: none;
	background-color: #f5f5f5;
}
.dropdown-menu-p2 {
	position: absolute;
	z-index: 1000;
	display: none;
	float: right;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0;
	font-size: 15px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu-p2 {
	margin-left: 157px;
	margin-top: -33px;
}
.dropdown-menu-p2>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	position: relative;
}
.dropdown-menu-p2>li>a:hover {
	color: #f6b800;
	text-decoration: none;
	background-color: #f5f5f5;
}
/*canvas */

.particles-div {
}
.particles-div canvas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}
.m_org {
	color: #f6b800 !important;
}
/*canvas */

/*About Us */
.heading {
	color: #4e4e4e;
	padding-bottom: 20px;
	text-align: center;
	line-height: 50px;
}
.about-bg {
	background: url(../images/banner/about-us.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 20px;
	-webkit-box-shadow: inset 1px 1px 12px -1px rgba(77,76,72,1);
	-moz-box-shadow: inset 1px 1px 12px -1px rgba(77,76,72,1);
	box-shadow: inset 1px 1px 12px -1px rgba(77,76,72,1);
}
.smallerabout-bg {
	background: url(../images/banner/about-us.jpg);
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 20px;
	-webkit-box-shadow: inset 1px 1px 12px -1px rgba(77,76,72,1);
	-moz-box-shadow: inset 1px 1px 12px -1px rgba(77,76,72,1);
	box-shadow: inset 1px 1px 12px -1px rgba(77,76,72,1);
	height: 50px;
}
.about_count {
	background-color: #606062;
}
.banner_head {
	font-size: 28px;
	color: #FFFFFF;
	padding: 00px 0;
	line-height: 100px;
}
.banner_breadcrumb {
	font-size: 12px;
	color: #FFFFFF;
	padding: 00px 0;
	text-align: right;
	line-height: 100px;
}
.banner_breadcrumb > a {
	color: #FFFFFF !important;
}
.banner_breadcrumb > a:hover {
	color: #f6b800;
}
.parg {
	text-align: justify;
	padding: 2px 0;
	font-size: 14px !important;
}
#grad {
	background: url(../images/banner/counter-bg.jpg);
	width: 100%;
	background-attachment: fixed;
}
.side_text {
	border-left: 2px solid rgba(246, 184, 0, .7);
	padding: 25px 60px 25px 15px;
	font-size: 25px;
	line-height: 42px;
	font-weight: bold;
	color: #989797;
	text-align: left;
}
.vision {
	background-image: url(../images/vision.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 !important;
}
.mission {
	background-image: url(../images/mission.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 !important;
}
.vs1 {
	font-size: 22px;
	line-height: 35px;
	margin-top: 30px;
}
.vs_head {
	font-size: 35px !important;
	font-weight: bold !important;
}
#inner-box1 {
	background-color: rgba(63, 195, 255, 0.3);
	opacity: 0.8;
	padding: 70px 70px;
	text-align: center;
	transition: all 0.7s;
	color: #FFFFFF !important;
}
.vision:hover #inner-box1 {
	background-color: rgba(63, 195, 255, 1);
	opacity: 1;
	transition: opacity 0.7s;
	cursor: pointer;
}
#inner-box2 {
	background-color: rgba(254, 87, 87, 0.3);
	opacity: 0.8;
	padding: 70px 70px;
	text-align: center;
	transition: all 0.7s;
	color: #FFFFFF !important;
}
.mission:hover #inner-box2 {
	background-color: rgba(254, 106, 106, 1);
	opacity: 1;
	transition: opacity .7s;
	cursor: pointer;
}
/*About Us */

/*Services */
.service-bg {
	background: url(../images/banner/services.html);
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 20px;
}
.service-para {
	font-size: 16px;
	line-height: 35px;
	text-align: justify;
}
#service1-bg1 {
	background: url(../images/services/development_bg.png);
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
}
#service1-bg2 {
	background: url(../images/services/business_anaylist_bg.png);
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
}
#service1-bg3 {
	background: url(../images/services/system_software.png);
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
}
#about-bg-values {
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
}
.service_head {
	font-size: 26px;
	padding: 20px 0 10px 0;
}
.service_para {
	font-size: 14px;
	text-align: justify;
	line-height: 30px;
}
.service1_btn1 {
	min-width: 110px;
	background: transparent;
	font-size: 18px;
	border: 2px solid #f6b800;
	color: #f6b800;
	margin: 0 10px 10px 0;
	padding: 15px;
}
.service1_btn1:hover {
	background: #f6b800;
	color: #fff;
}
.service1_btn2 {
	min-width: 110px;
	background: transparent;
	font-size: 18px;
	border: 2px solid #4abdcb;
	color: #4abdcb;
	margin: 0 10px 10px 0;
	padding: 15px;
}
.service1_btn2:hover {
	background: #4abdcb;
	color: #fff;
}
.service1_btn3 {
	min-width: 110px;
	background: transparent;
	font-size: 18px;
	border: 2px solid #f45449;
	color: #f45449;
	margin: 0 10px 10px 0;
	padding: 15px;
}
.service1_btn3:hover {
	background: #f45449;
	color: #fff;
}
/*Services */
.service-bg {
	background: url(../images/banner/services.html);
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 20px;
}
.service-para {
	font-size: 16px;
	line-height: 35px;
	text-align: justify;
}
#service1-bg1 {
	background: url(../images/services/development_bg.png);
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
	padding-bottom: 0;
}
#service1-bg2 {
	background: url(../images/services/business_anaylist_bg.png);
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
}
#service1-bg3 {
	background: url(../images/services/system_software.png);
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
}
#about-bg-values {
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
}
.service_head {
	font-size: 26px;
	padding: 20px 0 10px 0;
}
.service_para {
	font-size: 14px;
	text-align: justify;
	line-height: 30px;
	margin: 5px 0;
}
.service1_btn1 {
	/* min-width: 110px; */
	background: transparent;
	font-size: 18px;
	border: 2px solid #f6b800;
	color: #f6b800;
	margin: 0 10px 10px 0;
	/* padding:15px; */
	padding: 3px 10px;
	transition: 0.5s;
	border-radius: 5px;
	text-align: center;
}
.service1_btn1:hover {
	background: #f6b800;
	color: #fff;
}
.service1_btn2 {
	border: 2px solid #4abdcb;
	color: #4abdcb;
	background: transparent;
	font-size: 18px;
	margin: 0 10px 10px 0;
	padding: 3px 10px;
	transition: 0.5s;
	border-radius: 5px;
	text-align: center;
}
.service1_btn2:hover {
	background: #30BDCA;
	color: white;
}
.service1_btn3 {
	min-width: 110px;
	border: 2px solid #f45449;
	color: #f45449;
	background: transparent;
	font-size: 18px;
	margin: 0 10px 10px 0;
	padding: 3px 10px;
	transition: 0.5s;
	border-radius: 5px;
	TEXT-ALIGN: CENTER;
}
.service1_btn3:hover {
	background: #f45449;
	color: #fff;
}
.subPointsText {
	padding-left: 65px !important;
}
.homepage #about_pg #service1-bg1 {
}
.homepage #about_pg #service1-bg1 {
}
.homepage {
	padding-bottom: 0px;;
}

@media only screen and (max-device-width: 480px) {
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 50% !important;
}
}
.meta p {
	color: #FFFFFF;
}
.full_contain {
	z-index: 1;
	position: relative;
	height: auto;
	background-color: #ffffff;
	-webkit-transform: translate3d(auto, auto, 0);
	transform: translate3d(auto, auto, 0);
	white-space: normal;
	box-shadow: 0 10px 10px #000000;
}
.footer_fixed {
	z-index: 0;
	height: auto;
}
.particles-js-canvas-el {
	position: absolute !important;
	height: 500px !important;
	margin-top: -500px !important;
	text-align: center !important;
	width: 44% !important;
	z-index: 0;
}

@media (min-width:1191px) and (max-width:768px) {
.particles-js-canvas-el {
	position: absolute !important;
	height: 500px !important;
	margin-top: -1000px !important;
	text-align: center !important;
	width: 44% !important;
	z-index: 0;
}
}
.polaroid {
	position: relative;
	float: left;
	width: 200px;
	margin: 20px 0 20px 0;
}
.polaroid img {
	border: 12px solid #fff;
	border-bottom: 60px solid #fff;
	-webkit-box-shadow: 3px 3px 3px #777;
	-moz-box-shadow: 3px 3px 3px #777;
	box-shadow: 3px 3px 3px #777;
}
.polaroid p {
	position: absolute;
	text-align: center;
	width: 100% !important;
	bottom: -9px;
	font: 400 18px/1 'Kaushan Script', cursive;
	color: #606062 !important;
	font-size: 12px !important;
}
.polaroid h2 {
	position: absolute;
	text-align: center !important;
	width: 100% !important;
	bottom: 10px;
	font: 400 18px/1 'Kaushan Script', cursive;
	color: #888;
	font-size: 16px !important;
	color: #606062 !important;
}
/* Pallavi CSS */
.text {
	font-size: 16px;
}
.left {
	float: left;
}
.color_box {
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}
.paybg {
	background-color: #e3e3e3;
	padding-bottom: 30px;
}
.paytext > h2 {
	color: #f6b800;
	font-size: 30px;
}
.paytext > p {
	text-align: justify;
	font-size: 16px;
	margin-top: 10px;
}
.first {
	text-align: center;
}
#keyfeature {
	background: rgba(0, 0, 0, 0.77) url(../images/paycraft/light_dark.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.banner_title {
	font-size: 48px;
	color: white;
	font-family: myriad pro;
}
.banner_subtitle {
	font-size: 24px;
	color: white;
	font-family: myriad pro;
}
/****Prakash_lal***/
.service1_btn1:hover > .dniRL, .service1_btn2:hover > .biaRL, .service1_btn3:hover > .ssmRL {
	color: white;
}
.dniRL {
	display: none;
	color: #f6b800;
}
.biaRL {
	display: none;
	color: #4ABDCB;
}
.ssmRL {
	display: none;
	color: #F45449;
}
.dniRM, .biaRM, .ssmRM {
	overflow: initial!important;
}
.dniRL:hover, .dniRM:hover, .biaRM:hover, .biaRL:hover, .ssmRM:hover, .ssmRL:hover {
	color: #fff;
}
.subPointtile {
	cursor: pointer;
}
.minusRM1, .minusRM2, .minusRM3, .minusRM4, .minusRM5, .minusRM6, .minusRM7, .minusRMbia1, .minusRMbia2, .minusRMbia3, .minusRMbia4, .minusRMbia5, .minusRMbia6, .minusRMbia7, .minusRMssm1, .minusRMssm2, .minusRMssm3, .minusRMssm4, .minusRMssm5, .minusRMssm6, .minusRMssm7 {
	display: none;
}
.serviceRM_para {
	font-size: 14px;
	color: #F6B801;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0;
	text-align: center;
	line-height: 30px!important;
	font-size: 19px!important;
	font-weight: normal;
}
.RMHeading {
	text-align: center;
}
.RMHeading > img {
	height: 100px;
	width: 100px;
	margin: 10px 0;
}
.hiddenPanelP {
	padding: 25px 0;
}
.hiddenPaneldni > .container, .hiddenPanelbia > .container, .hiddenPanelssm > .container {
	margin-bottom: 15px;
}
.service_para > i {
	margin: 0 10px;
	color: #F6B801;
}
.subPoints {
	margin-bottom: 0;
	font-weight: bold;
	color: #606062;
}
.subPoints > i {
	margin: 0 5px;
	color: #f6b800;
}
.acdsc > p {
	padding: 0 40px;
}
.subPointtile {
	margin-bottom: 0;
	font-weight: bold;
	color: #606062;
}
.subTitleRM {
	padding: 0 30px!important;
}
.acdsc {
	font-size: 13px;
	line-height: 20px;
	/* padding: 0 55px; */
	margin-bottom: 10px;
	display: none;
}
.hiddenPaneldni, .hiddenPanelbia, .hiddenPanelssm {
	/* background: url(../images/services/dni.png); */
	background-size: cover;
	background-attachment: fixed;
	display: none;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.39) inset;
	background-image: aqua;
}
.dniBtn {
	cursor: pointer;
	width: 21%;
}
/**/


/*Industry Page*/

.boxg1 {
	background: #a2d7d8;
	width: 360px;
	height: 290px;
	margin: 0 10px;
	box-shadow: 2px 2px 3px 1px #CFCFCF;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 700ms linear;
	-moz-transition: all 700ms linear;
	-ms-transition: all 700ms linear;
	-o-transition: all 700ms linear;
	transition: all 700ms linear;
}
.boxg1:hover {
	background: url('../images/Industries_images/banking%26finance.jpg');
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
}
#overlay {
	background-color: #606062;
	opacity: .0;
	position: absolute; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 361px;
	height: 100%;
}
#indtext {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
}
#box:hover > #indtext {
	z-index: 2 !important;
	position: relative;
	color: #f6b800;
	text-shadow: 1px 1px 3px black;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-size: 20px!important;
	font-weight: bold;
}
#box:hover > #Capa_1 {
	fill: white;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 5 !important;
	position: relative;
}
#box:hover > #overlay {
	opacity: 0.5;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: inset 2px 2px 20px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 2px 2px 20px -4px rgba(0,0,0,0.75);
	box-shadow: inset 2px 2px 20px -4px rgba(0,0,0,0.75);
}
.dp1, .dp2 {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.dp2 {
	display: none;
	background: rgba(65, 0, 255, 0.43);
	color: white;
	font-size: 30px;
	padding: 75px 0;
}
.boxg2 {
	background: #bfe1bf;
	width: 360px;
	height: 290px;
	margin: 0 10px;
	box-shadow: 2px 2px 3px 1px #CFCFCF;
	text-align: center;
	vertical-align: middle;
	transition: 2s;
}
.boxg2:hover {
	background: url('../images/Industries_images/life_insurance2.jpg')
}
.boxg3 {
	background: #6991ac;
	width: 360px;
	height: 290px;
	margin: 0 10px;
	box-shadow: 2px 2px 3px 1px #CFCFCF;
	text-align: center;
	vertical-align: middle;
	transition: 2s;
}
.boxg3:hover {
	background: url('../images/Industries_images/Mutual_funds.jpg');
}
.boxg4 {
	background: #98dafc;
	width: 360px;
	height: 290px;
	margin: 0 10px;
	box-shadow: 2px 2px 3px 1px #CFCFCF;
	text-align: center;
	vertical-align: middle;
	transition: 2s;
}
.boxg4:hover {
	background: url('../images/Industries_images/Pharmaceuticals.jpg');
}
.boxg5 {
	background: #daad86;
	width: 360px;
	height: 290px;
	margin: 0 10px;
	box-shadow: 2px 2px 3px 1px #CFCFCF;
	text-align: center;
	vertical-align: middle;
	transition: 2s;
}
.boxg5:hover {
	background: url('../images/Industries_images/Other_industries.jpg');
}
.boxg6 {
	background: White;
	width: 360px;
	height: 290px;
	margin: 0 10px;
	box-shadow: 2px 2px 3px 1px #CFCFCF;
	text-align: center;
	vertical-align: middle;
	transition: 2s;
}
.boxg6:hover {
	background: url('../images/Industries_images/SMEs.jpg');
}
/**/

#soft_resel {
	background: rgba(0, 0, 0, 0.77) url(../images/services/bg_services.png);
	background-size: cover;
	background-attachment: fixed;
}
#boxsoft {
	padding: 0px;
	background-color: rgba(241, 241, 241, 0.75);
	height: 190px;
	border-radius: 7px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	vertical-align: middle;
	padding-top: 20px;
	-webkit-transition-delay: 2s; /* Safari */
	transition-delay: 2s;
	-webkit-transition: all 1s; /* Safari */
	transition: all 1s;
	z-index: 100;
}
#boxsoft:hover {
	background-color: rgba(241, 241, 241, 1);
	-webkit-box-shadow: 0px 44px 52px -20px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 44px 52px -20px rgba(0,0,0,0.75);
	box-shadow: 0px 44px 52px -20px rgba(0,0,0,0.75);
	transform: translate(-0px, -11px);
	-webkit-transform: translate(-0px, -11px);
	-moz-transform: translate(-0px, -11px);
	-o-transform: translate(-0px, -11px);
	-ms-transform: translate(-0px, -11px);
	-webkit-transition-delay: 100ms; /* Safari */
	transition-delay: 100ms;
	-webkit-transition: all 1s; /* Safari */
	transition: all 1s
}
#bottomsoft {
	bottom: 0;
	background-color: #414141;
	height: 50px;
	position: absolute;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 0;
	text-align: center;
	width: 100%;
}
#bottomsoft p {
	color: #FFFFFF;
	font-size: 18px;
	top: 0;
	line-height: 00px;
	margin-top: -10px;
}
#bottomsoft:hover > #halfcircle_top {
	width: 0px;
	height: 0px;
	margin: 0 auto;
	background-color: #F1F1F1;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #414141;
	position: relative;
	transition-delay: 100ms;
	-webkit-transition: all 600ms; /* Safari */
	transition: all 600ms;
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	bottom: 34px;
	background: transparent;
	animation: animationFrames linear 1s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: animationFrames linear 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: animationFrames linear 1s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation: animationFrames linear 1s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation: animationFrames linear 1s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
}
 @keyframes animationFrames {
0% {
transform:  translate(0px, 0px) rotate(0deg);
}
15% {
transform:  translate(-25px, 0px) rotate(-5deg);
}
30% {
transform:  translate(20px, 0px) rotate(3deg);
}
45% {
transform:  translate(-15px, 0px) rotate(-3deg);
}
60% {
transform:  translate(10px, 0px) rotate(2deg);
}
75% {
transform:  translate(-5px, 0px) rotate(-1deg);
}
100% {
transform:  translate(0px, 0px) rotate(0deg);
}
}
 @-moz-keyframes animationFrames {
0% {
-moz-transform:  translate(0px, 0px) rotate(0deg);
}
15% {
-moz-transform:  translate(-25px, 0px) rotate(-5deg);
}
30% {
-moz-transform:  translate(20px, 0px) rotate(3deg);
}
45% {
-moz-transform:  translate(-15px, 0px) rotate(-3deg);
}
60% {
-moz-transform:  translate(10px, 0px) rotate(2deg);
}
75% {
-moz-transform:  translate(-5px, 0px) rotate(-1deg);
}
100% {
-moz-transform:  translate(0px, 0px) rotate(0deg);
}
}
 @-webkit-keyframes animationFrames {
0% {
-webkit-transform:  translate(0px, 0px) rotate(0deg);
}
 15% {
-webkit-transform:  translate(-25px, 0px) rotate(-5deg);
}
30% {
-webkit-transform:  translate(20px, 0px) rotate(3deg);
}
45% {
-webkit-transform:  translate(-15px, 0px) rotate(-3deg);
}
60% {
-webkit-transform:  translate(10px, 0px) rotate(2deg);
}
75% {
-webkit-transform:  translate(-5px, 0px) rotate(-1deg);
}
100% {
-webkit-transform:  translate(0px, 0px) rotate(0deg);
}
}
 @-o-keyframes animationFrames {
0% {
-o-transform:  translate(0px, 0px) rotate(0deg);
}
15% {
-o-transform:  translate(-25px, 0px) rotate(-5deg);
}
30% {
-o-transform:  translate(20px, 0px) rotate(3deg);
}
45% {
-o-transform:  translate(-15px, 0px) rotate(-3deg);
}
60% {
-o-transform:  translate(10px, 0px) rotate(2deg);
}
75% {
-o-transform:  translate(-5px, 0px) rotate(-1deg);
}
100% {
-o-transform:  translate(0px, 0px) rotate(0deg);
}
}
 @-ms-keyframes animationFrames {
0% {
-ms-transform:  translate(0px, 0px) rotate(0deg);
}
15% {
-ms-transform:  translate(-25px, 0px) rotate(-5deg);
}
30% {
-ms-transform:  translate(20px, 0px) rotate(3deg);
}
45% {
-ms-transform:  translate(-15px, 0px) rotate(-3deg);
}
60% {
-ms-transform:  translate(10px, 0px) rotate(2deg);
}
75% {
-ms-transform:  translate(-5px, 0px) rotate(-1deg);
}
100% {
-ms-transform:  translate(0px, 0px) rotate(0deg);
}
}
#halfcircle_bottom {
	width: 50px;
	height: 25px;
	margin: 0 auto;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	bottom: 0px;
	position: relative;
}
#halfcircle_top {
	width: 0px;
	height: 0px;
	margin: 0 auto;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #414141;
	transform: translate(100px, 0px);
	-webkit-transform: translate(100px, 0px);
	-moz-transform: translate(100px, 0px);
	-o-transform: translate(100px, 0px);
	-ms-transform: translate(100px, 0px);
	bottom: 35px;
	position: relative;
	-webkit-transition: all 600ms; /* Safari */
	transition: all 600ms;
}
#soft_res {
	background: url(../images/soft_res/bg_soft.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.tag_soft {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 50px;
	position: relative;
	background-color: #1a7da2;
	color: #fafafa;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-left: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
	zoom: 1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#ff123852, Positive=true);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#33000000, Positive=true);
}
.tag_soft:hover {
	color: #fff;
}
.tag_soft span {
	position: absolute;
	left: 0;
	width: 40px;
	background-color: rgba(0,0,0,0.3);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 1px solid rgba(0,0,0,0.15);
	text-align: center;
}
.tag_soft:hover span, .button.active span {
	background-color: rgba(0,0,0,0.5);
	border-right: 1px solid #bbdefa;
	color: white;
	transition: all 600ms;
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
}
.button:active {
	margin-top: 2px;
	margin-bottom: 13px;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#ccffffff, Positive=true);
}
.tag_soft.orange {
	background: #FF7F00;
}
.tag_soft.purple {
	background: #8e44ad;
}
.tag_soft.turquoise {
	background: #1abc9c;
}
.tag_soft.red {
	background: #e74c3c;
}
/*BFS CSS*/

.arrow-left {
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	border-right: 60px solid #3498db;
	position: absolute;
	right: 20px;
	vertical-align: middle;
	margin-top: 150px;
	color: white;
	z-index: 1;
}
.ind_button {
	display: block;
	position: relative;
	padding: 0;
	border-radius: .25em;
	margin-bottom: .5em;
	background: #fff;
	box-shadow:
/* regular bottom */
0 .0625em .125em rgba(0, 0, 0, .125), /* inset bottom */ inset 0 -.25em 0 -.125em rgba(0, 0, 0, .125), /* category color (left) */ inset 1em 0 0 -.7em rgba(200, 0, 120, .5), /* arrow background (right) */ inset -2em 0 0 -.3em rgba(0, 0, 0, .05);
}
.teach-me {
	box-shadow: 0 .0625em .125em rgba(0, 0, 0, .125), inset 0 -.25em 0 -.125em rgba(0, 0, 0, .125), inset 1em 0 0 -.7em rgba(0, 95, 210, .5), inset -2em 0 0 -.3em rgba(0, 0, 0, .05);
}
.handyman {
	box-shadow: 0 .0625em .125em rgba(0, 0, 0, .125), inset 0 -.25em 0 -.125em rgba(0, 0, 0, .125), inset 1em 0 0 -.7em rgba(20, 160, 0, .5), inset -2em 0 0 -.3em rgba(0, 0, 0, .05);
}
.pick-up-delivery {
	box-shadow: 0 .0625em .125em rgba(0, 0, 0, .125), inset 0 -.25em 0 -.125em rgba(0, 0, 0, .125), inset 1em 0 0 -.7em rgba(210, 15, 0, .5), inset -2em 0 0 -.3em rgba(0, 0, 0, .05);
}
.ind_item {
	font-weight: bold;
	color: #000;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 10px;
	line-height: 30px;
	margin: 10px;
}
.item:after {
	content: '';
	display: block;
	height: 0;
	width: 100%;
}
.meta {
	margin-left: .25em;
}
.category, .expiry, i {
}
.expiry {
	font-weight: bold;
}
.expiry:before {
	content: 'ext: ';
	font-weight: normal;
}
.cost {
	position: absolute;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 2em;
	right: 1.125em;
	top: 0;
	line-height: 2.083; /* 50 "px", should be same as button height */
}
.clock {
	display: inline-block;
	position: relative;
	width: 1.333em;
	height: 1.333em;
	margin-left: .333em;
	border: .25em solid #95979d;
	border-radius: 50%;
	vertical-align: middle;
}
.clock:before, .clock:after {
	content: '';
	display: block;
	position: absolute;
	width: .125em;
	height: .25em;
	background: #95979d;
}
.clock:before {
	left: 50%;
	bottom: 47%;
	margin-left: -.0625em;
}
.clock:after {
	transform: rotate( 135deg );
	left: 63%;
	top: 47%;
}
.chevron {
	display: block;
	width: 1em;
	height: 1em;
	font-size: .75em;
	position: absolute;
	right: .667em;
	top: 50%;
	margin-top: -.6em; /* just eyeballing it */
}
.chevron:before, .chevron:after {
	content: '';
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, .125);
	width: .5em;
	height: .5em;
	right: .25em;
	top: 50%;
}
.chevron:before {
	transform: skewX( 45deg );
	top: 0;
	box-shadow: inset -.125em .125em .125em rgba(0, 0, 0, .25);
}
.chevron:after {
	transform: skewX( -45deg );
	bottom: 0;
	box-shadow: inset .25em .125em .125em -.125em rgba(0, 0, 0, .25);
}
/*END BFS*/

/*Start Product*/
.text {
	font-size: 14px;
	font-weight: 600;
}
.left {
	float: left;
}
.color_box {
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.paybg {
	background-color: #e3e3e3;
	padding-bottom: 15px;
}
.paytext {
	padding: 5px 0;
}
.paytext > h2 {
	color: #f6b800;
	font-size: 30px;
}
.paytext > p {
	text-align: justify;
	font-size: 14px;
	margin-top: 10px;
	color: #fff;
}
.first {
	text-align: center;
}
.click {
	background-color: #ff7200;
	border: none;
	width: 185px;
	padding: 15px;
	line-height: 10px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
}
.ban {
	background: url(../images/noisy.png) repeat;
}
.newsec {
	background-color: #fff;
	border-radius: 8px 8px;
	margin-bottom: 20px;
}
/*<!--.media{ background-color: #454545; width: 120px; padding: 10px; border-radius: 30px; text-align: center; margin-bottom: 20px;}-->*/
.circle {
	width: 50px;
	height: 50px;
	border: #000000 thin solid;
	border-radius: 50px;
	margin-left: 30px;
}
.pay-bg {
	background: url(../images/banner/about-us.jpg) no-repeat;
}
.cir {
	background-image: url(../images/paycraft/pay_2.jpg);
	background-repeat: no-repeat;
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	-webkit-box-shadow: -5px 22px 41px 0px rgba(209,209,209,1);
	-moz-box-shadow: -5px 22px 41px 0px rgba(209,209,209,1);
	box-shadow: -5px 22px 41px 0px rgba(209,209,209,1);
	width: 300px;
	height: 300px;
}
.small-cir {
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border: 1px solid #fff;
	width: 60px;
	height: 60px;
	color: #f6b800;
	background-color: #fff;
	border: #e3e3e3 solid 1px;
	position: absolute;
	left: 219px;
}
.hr_line {
	border-left: 1px dashed #333;
	width: 0px;
	height: 28px;
	position: relative;
	left: 33px;
	top: -9px;
}
.sub-button {
	margin-top: 20px;
	outline: none !important;
	border: none;
	box-shadow: 2px 2px 2px #A0A0A0;
	background-color: #969696;
	color: #fff;
}
.form-group p button:hover {
	background-color: transparent;
	color: #969696;
	font-weight: 600;
}
.rotatingcircle {
	border-radius: 50%;
	border: 2px solid #000;
	position: fixed;
}
#center {
	width: 300px;
	height: 300px;
	left: 100px;
	top: 100px;
}
#sat0, #sat1, #sat2, #sat3, #sat4 {
	width: 50px;
	height: 50px;
}

@media only screen and (max-device-width: 480px) {
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 50% !important;
}
}
#keyfeature {
	background: rgba(0, 0, 0, 0.77) url(../images/paycraft/paycraft.jpg);
	background-size: cover;
}
#connect {
	background: rgba(0, 0, 0, 0.77) url(../images/payconnect/keyconnect.jpg);
	background-size: cover;
}
#aurum {
	background: rgba(0, 0, 0, 0.77) url(../images/aurum/keybanner.jpg);
	background-size: cover;
}
#trak {
	background: rgba(0, 0, 0, 0.77) url(../images/comtrak/comtrak.jpg);
	background-size: cover;
}
#risk {
	background: rgba(0, 0, 0, 0.77) url(../images/metrisk/metrisk.jpg);
	background-size: cover;
}
#inti {
	background: rgba(0, 0, 0, 0.77) url(../images/inticraft/inticraft.jpg);
	background-size: cover;
}
#ignite {
	background: rgba(0, 0, 0, 0.77) url(../images/ignite/ignite1.html);
	background-size: cover;
}
#prowiz {
	background: rgba(0, 0, 0, 0.77) url(../images/prowiz/wiz.html);
	background-size: cover;
}
#loop {
	background: rgba(0, 0, 0, 0.77) url(../images/loopin/loopin.jpg);
	background-size: cover;
}
#sales {
	background: rgba(0, 0, 0, 0.77) url(../images/salesctrl/sales.jpg);
	background-size: cover;
}
/*End Product*/


#footer {
	font-weight: 100 !important;
}
/* Pallavi CSS */
.abc {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding-top: 15px;
	text-align: center;
}
.text {
	font-size: 14px;
	font-weight: 600;
}
.left {
	float: left;
}
.color_box {
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.paybg {
	background-color: #e3e3e3;
	padding-bottom: 15px;
}
.paytext {
	padding: 5px 0;
}
.paytext > h2 {
	color: #f6b800;
	font-size: 30px;
}
.paytext > p {
	text-align: justify;
	font-size: 14px;
	margin-top: 10px;
	color: #fff;
}
.first {
	text-align: center;
}
.click {
	background-color: #ff7200;
	border: none;
	width: 185px;
	padding: 15px;
	line-height: 10px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
}
.ban {
	background: url(../images/noisy.png) repeat;
}
.newsec {
	background-color: #fff;
	border-radius: 8px 8px;
	margin-bottom: 20px;
}
/*<!--.media{ background-color: #454545; width: 120px; padding: 10px; border-radius: 30px; text-align: center; margin-bottom: 20px;}-->*/
.circle {
	width: 50px;
	height: 50px;
	border: #000000 thin solid;
	border-radius: 50px;
	margin-left: 30px;
}
.pay-bg {
	background: url(../images/banner/about-us.jpg) no-repeat;
}
.small-cir {
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border: 1px solid #fff;
	width: 60px;
	height: 60px;
	color: #f6b800;
	background-color: #fff;
	border: #e3e3e3 solid 1px;
	position: absolute;
	left: 219px;
}
.hr_line {
	    border-left: 1px dashed #333;
    width: 0px;
    height: 26px;
    position: relative;
    left: 32px;
    top: -9px;
}
.sub-button {
	margin-top: 20px;
	outline: none !important;
	border: none;
	box-shadow: 2px 2px 2px #A0A0A0;
	background-color: #969696;
	color: #fff;
}
.small_box {
	width: 210px;
	height: 100px;
	text-align: center;
	background: radial-gradient(#8bb2c1, #0180b2);
	position: absolute;
	left: 370px;
	top: -40px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	z-index:1;
	 -webkit-box-shadow: 0px 24px 32px -20px rgba(0,0,0,0.75);
	    -moz-box-shadow: 0px 24px 32px -20px rgba(0,0,0,0.75);
	         box-shadow: 0px 24px 32px -20px rgba(0,0,0,0.75);
	
	
}

.small_box1 {
	width: 210px;
	height: 100px;
	text-align: center;
	background: radial-gradient(#8bb2c1, #0180b2);
	position: absolute;
	left: 0px;
	top: -40px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	z-index:1;
	 -webkit-box-shadow: 0px 24px 32px -20px rgba(0,0,0,0.75);
	    -moz-box-shadow: 0px 24px 32px -20px rgba(0,0,0,0.75);
	         box-shadow: 0px 24px 32px -20px rgba(0,0,0,0.75);
	
	
}

.small_box, .small_box1{
  animation: small ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: small ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: small ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: small ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: small ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
  display: flex;
	justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
}

@keyframes small{
  0% {
    opacity:0;
    transform:  translate(-1500px,0px)  ;
  }
  60% {
    opacity:1;
    transform:  translate(30px,0px)  ;
  }
  80% {
    transform:  translate(-10px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes small{
  0% {
    opacity:0;
    -moz-transform:  translate(-1500px,0px)  ;
  }
  60% {
    opacity:1;
    -moz-transform:  translate(30px,0px)  ;
  }
  80% {
    -moz-transform:  translate(-10px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes small {
  0% {
    opacity:0;
    -webkit-transform:  translate(-1500px,0px)  ;
  }
  60% {
    opacity:1;
    -webkit-transform:  translate(30px,0px)  ;
  }
  80% {
    -webkit-transform:  translate(-10px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes small {
  0% {
    opacity:0;
    -o-transform:  translate(-1500px,0px)  ;
  }
  60% {
    opacity:1;
    -o-transform:  translate(30px,0px)  ;
  }
  80% {
    -o-transform:  translate(-10px,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes small {
  0% {
    opacity:0;
    -ms-transform:  translate(-1500px,0px)  ;
  }
  60% {
    opacity:1;
    -ms-transform:  translate(30px,0px)  ;
  }
  80% {
    -ms-transform:  translate(-10px,0px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}



.small_box2 {
	width: 210px;
	height: 100px;
	text-align: center;
	background: radial-gradient(#8bb2c1, #0180b2);
	position: relative;
	top: 50px;
	box-shadow: 5px 5px 2px #5f5f5f;
}
.abc:hover {
	animation: bounce 1s;
}
.f6 {
	color: #FFFFFF;
	font-size: 12px;
	padding: 0;
	text-align: left;
	text-decoration: none;
}
.f6 > a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.f6 > a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.f6 > a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.gpmodal {
	border: none !important;
}
.gppage-header {
	padding-bottom: 9px;
	margin: 40px 0 0px !important;
	border-bottom: 1px solid #eee
}


.tp-bullets.hidebullets {bottom: 165px !important;}