@font-face {
	font-family: "OpenSans-Light";
	src: url("../fonts/OpenSans-Light.html") format("EOT"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg") format("svg"), url("../fonts/OpenSans-Light-2.html") format("woff2");
}
@font-face {
	font-family: "opensans-regular";
	src: url("../fonts/opensans-regular.eot") format("EOT"), url("../fonts/opensans-regular.html") format("woff"), url("../fonts/opensans-regular-2.html") format("truetype"), url("../fonts/opensans-regular-3.html") format("svg"), url("../fonts/opensans-regular.woff2") format("woff2");
}
@font-face {
	font-family: "OpenSans-Bold";
	src: url("../fonts/OpenSans-Bold.html") format("EOT"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg") format("svg"), url("../fonts/OpenSans-Bold-2.html") format("woff2");
}
@font-face {
	font-family: "Oxygen-Light";
	src: url("../fonts/Oxygen-Light.html") format("EOT"), url("../fonts/Oxygen-Light.woff") format("woff"), url("../fonts/Oxygen-Light.ttf") format("truetype"), url("../fonts/Oxygen-Light.svg") format("svg"), url("../fonts/Oxygen-Light-2.html") format("woff2");
}
/*************************
*******Typography******
**************************/
body {
	background: #fff;
	font-family: 'opensans-regular', sans-serif!important;
	color: #494848;
	font-size: 14px;
	line-height: 17px;
}
h1 {
	font-size: 56px;
	line-height: 59px;
	font-family: "Oxygen-Light";
}
h2 {
	font-size: 34px;
	line-height: 37px;
	font-family: "Oxygen-Light";

}
h3 {
	font-size: 20px;
	line-height: 23px;

}
h4 {
	font-size: 24px;
	line-height: 27px;
	font-family: "opensans-semibold"!important;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
sup, sub {
	font-size: 75%;
	line-height: 0;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
pre {
	display: block;
	overflow: auto;
}
code {
	font-family: 'Courier New', Courier, monospace;
}
table {
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: hide;
}
img {
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	-webkit-appearance: none;
}
button, input, select, textarea {
	vertical-align: baseline;
 *vertical-align: middle;
	-webkit-border-radius: 0;
}
button, input {
	line-height: normal;
 *overflow: visible;
}
a {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
a, a:hover {
	text-decoration: none;
}
section {
	padding: 50px 0;
}
#wrapper {
	overflow: hidden;
	border-top: 5px solid #076eaa;
}
/*************************
********* Header *********
**************************/
header {
	text-align: center;
	color: #fff;
	position: fixed;
	width: 100%;
	z-index: 1;
	height: 88%;
	top: 0;
	left: 0;
}
.mega-dropdown {
	position: static !important;
}
.mega-dropdown-menu {
	padding: 0;
	width: 60%;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
}
.mega-dropdown-menu > li > ul > li {
	list-style: none;
	border-bottom:1px solid #f2f2f2;
	padding:0 0 0 18px;
}
.mega-dropdown-menu > li > ul > li > a {
	display: block;
	color: #222;
	padding: 0;
	line-height: 34px;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none;
	color: #fff;
}
.dropdown-menu li ul > li:hover {
	background:#2c97de;
	color:#fff;
}
.mega-dropdown-menu .dropdown-header {
	font-size: 18px;
	color: #2c97de;
	padding: 5px 0 5px 15px;
	line-height: 30px;
}
.custom-nav {
	margin: 20px 0 0;
}
.menu-custom-padding{padding:0;}
.custom-nav li a {
	color: #212121;
	text-transform: uppercase;
	padding-bottom: 27px;
}
.navbar {
	margin: 0;
}
.nav > li > a:focus, .nav > li > a:hover {
	background: ##f2f2f2;
	border-bottom: 5px solid #2c97de;
}
.dropdown:hover ul {
	display: block;
}
.sr-only, .icon-bar {
	border: 1px solid #d2d2d2;
	left: 6px;
	width: 32px;
}
.navbar-toggle {
	background: #212121;
}
.logo {
	float: left;
	display: block;
	height: auto;
	margin: 5px 0 0;
}
.custom-border {
	border-right: 1px solid #f2f2f2;
}
/*************************
********* slider *********
**************************/
.main-text {
	color: #fff;
	position: absolute;
	top: 140px;
}
.slider-description {
}
.slider-description h1 {
	font-size: 50px;
	line-height: 58px;
	text-align: left;
}
.slider-description p {
	text-align: left;
}
.btn-min-block {
	min-width: 170px;
	line-height: 26px;
}
.btn-clear {
	color: #2c98de;
	background: #fff;
	border-color: #FFF;
	margin-right: 15px;
	font-family: "Lato-Bold";
	font-size: 19px;
	line-height: 22px;
	padding: 16px 0;
}
.btn-clear:hover {
	color: #fff;
	background-color: #2c98de;
}
.custom-carousel .item img {
	width: 100%;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control {
	opacity: 1;
	width: 11%;
}
/*************************
******** Services ********
**************************/
.services-inner h1 {
	color: #e87e04;
	text-align: center;
}
.services-inner h2 {
	color: #333333;
	text-align: center;
}
.services-inner p {
}
#services {
	background-color: #fff;
	top: 87%;
	min-height: 12%;
	position: absolute;
	z-index: 2;
	width: 100%;
	padding-bottom: 0;
}
.application-development {
	background: #e87e04;
	padding: 22px 40px;
	color: #fff;
	height: 305px;
}
.application-development > p {
	font-size: 14px;
	line-height: 21px;
	font-family: "OpenSans-Light";
}
.application-development a {
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-family: "Lato-Regular";
	font-size: 16px;
	line-height: 17px;
	margin: 26px auto 23px;
	padding: 17px 0;
	text-align: center;
	width: 45%;
}
.application-development a i {
	margin: -3px 0 0 30px;
}
.application-development a:hover, .application-development a i:hover {
	background: #fff;
	color: #2c97de
}
.web-development {
	background: #d55400;
}
.business-process-outsourcing {
	background: #2c97de;
}
.seo {
	background: #227fbb;
}
.custom-padding {
	padding: 0;
}
.why-choose-features-description h4{
}
.why-choose-inner {
	text-align: center;
	margin: 0 0 65px;
}
.why-choose-features-icon i {
	border: 1px solid #2c97de;
	border-radius: 52px;
	color: #2c97de;
	font-size: 40px;
	padding: 30px;
}
.why-choose-features-icon {
	float: right;
	margin: 0 0 33px;
}
.nextage-achievements {
	padding-bottom: 0;
}
.nextage-achievements {
	padding-top: 45px;
}
.nextage-achievements_counter {
	padding: 28px 0;
	margin: 18px 0;
}
.main_counter_area {
	background: url("../images/achievements-background.jpg") no-repeat top center;
	background-size: cover;
	overflow: hidden;
}
.main_counter_area .nextage-achievements_counter {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.nextage-achievements_counter i {
	font-size: 70px;
}
.nextage-achievements_counter span {
	float: right;
	font-size: 30px;
	margin: -39px 130px 0 0;
}
.custom-counter>span {
	margin: -39px 119px 0 0;
}
.nextage-achievements-title {
	color: #fff;
	margin: 93px 0 88px;
	text-align: center;
}
.nextage-achievements-inner {
	padding: 0 0 137px;
}
.portfolio {
	background: #2c97de;
	padding: 0 0 62px;
}
.portfolio-title {
	color: #fff;
	text-align: center;
	padding: 60px 0 70px
}
.portfolio-center {
	left: -20px;
	position: absolute;
	z-index: 1;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor:pointer;
}
.portfolio-inner {
	position: relative;
	top: 62px;
	cursor:pointer;
}
.Our-client-title {
	text-align: center;
	padding: 20px 0;
}
/***********************
********* Footer ******
************************/
#bottom {
	background: #181818;
	padding: 50px 0
}
#bottom h3 {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	font-family: "Lato-Bold";
}
.widget-line {
	border-bottom: 1px solid #000;
	margin: 0 0 15px;
	padding: 0 0 10px;
}
.widget > p {
	color: #797979;
}
#bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#bottom ul li {
	display: block;
	padding: 5px 0;
}
#bottom ul li a {
	color: #808080;
}
#bottom ul li a:hover {
	color: #2c97de;
}
.footer-address li a i, .widget-line-social li a i {
	background: #000 none repeat scroll 0 0;
	font-size: 16px;
	margin: 0 6px 0 0;
	padding: 5px;
}
.footer-address li a i:hover, .widget-line-social li a i:hover {
	background: #2c97de;
	color: #fff;
}
#bottom .widget {
	margin-bottom: 0;
}
.widget-line-social {
}
.widget-line-social li {
	float: left;
	display: inline;
}
.widget-line-social a {
	padding: 0 5px;
}
.widget-line-social a:first-child {
	padding-left: 0;
}
.widget-line-social a img {
}
.widget img {
	margin: 0 8px 0 0;
}
#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #797979;
	background: #131313;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #2c97de;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul > li {
	display: inline-block;
	margin-left: 15px;
}
.usr {
	background: #181818;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #fff;
}
.usr:hover, .usr:focus {
	border-bottom: 1px solid #2c97de;
	box-shadow: none;
}
.footer-button {
	background: #2c97de;
	padding: 7px 35px;
	font-size: 15px;
	font-family: "Lato-Bold";
}
.custom-footer-btn{color:#fff; border-radius:4px;}
/*************************
******** Portfolio ********
**************************/
#recent-works .col-xs-12.col-sm-4.col-md-3 {
	padding: 0;
}
#recent-works {
	padding-bottom: 70px;
}
.recent-work-wrap {
	position: relative;
}
.recent-work-inner > a img {
	display: block;
	margin: 21px 0 0 83px;
}
.preview > h5 {
	margin: -24px 0 0 85px;
	text-align: center;
}
.recent-work-wrap .recent-work-inner {
	top: 0;
	background: transparent;
	opacity: .8;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
}
.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%;
	opacity: 0;
	border-radius: 0;
	background: #2f3846;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 30px;
}
.recent-work-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
}
.recent-work-wrap:hover .overlay {
	opacity: 1;
}
.close {
	opacity: 1;
	color: #ffffff;
	margin: -9px -20px 0 18px;
}
.close:hover {
	opacity: 1;
	color: #ffffff;
}
.portfolio-inner-title {
	text-align: center;
}
.nav-tabs {
	border-bottom: medium none;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.nav-tabs {
	border-bottom: none;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: none;
	border-color: 0;
}
.nav-tabs > li > a {
	border: none;
	color: #a9a9aa;
	font-weight: bold;
}
.nav-tabs > li > a:hover {
	color: #3b3b3d;
}
#light_box {
	width: 100%;
	margin: 10px auto;
	clear: both;
}
#light_box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#light_box ul li img {
	display: block;
	margin: 0 auto;
}
#light_box ul li {
	float: left;
	width: 32%;
	margin: 5px 7px;
	cursor: pointer;
	position: relative;
}
.img_title {
	background: #e87e04 none repeat scroll 0 0;
	bottom: 0;
	color: #ffffff;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: all 0.7s ease 0s;
}
.title {
	color: #ffffff;
	margin-top: 25%;
	transform: scale(0.2);
	transition: all 0.25s ease 0s;
}
.title i {
	font-size: 35px;
	line-height: 40px;
	color: #fff;
}
.title a>i{color: #ffffff;}
#light_box li:hover .img_title {
	box-shadow: inset 0px 0px 30px #222;
	opacity: 1;
}
.example-image {
	margin: 10px 5px;
}
#light_box li:hover .title {
	transform: scale(1);
}
.lightBox {
	display: none;
}
button:hover {
	background: #bd583e;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
	border: 1px solid #f2f2f2;
	color: #e0603e;
}
.nav-tabs > li {
	display: inline-block !important;
	float: none;
}
.banner {
	padding: 0;
	border-bottom: 4px solid #e87e04;
}
.banner>img {
	background-size: cover;
	width: 100%;
}
.custom-tab {
	margin: 30px 0 30px;
}
.custom-tab li {
	background: #e87e04;
}
.custom-tab li a {
	color: #fff;
}
.custom-tab li a:hover, .custom-tab li a:focus {
	border: none;
}
/*************************
******** About Us ********
**************************/
.about-us-inner-page-why ul li>i{
	color: #e87e04;
}
/*************************
******** Contact Us *******
**************************/
.contact-form {
	background: #f2f2f2;
}
.contact-inner-page-description {
	margin: 0 0 30px;
}
.contact-address {
	border:1px solid #f2f2f2;
	margin:40px 0 0;
	position:relative;
	padding:0 10px;
	height:210px;
}
.contact-address > img {
	display: block;
	left: 91px;
	position: absolute;
	top: -33px;
}
.contact-address > h3 {
	margin: 51px 0 20px;
}
.contact-form-inner h2 {
	margin: 0 0 30px;
}
/*************************
******** SErvices *******
**************************/
.service-inner-frame {
	margin: 0 0 30px;
}
.services-inner-page-features a {
	color: #212121;
}
.services-inner-page-features a i {
	color: #e87e04;
}
.service-feature-inner h1 {
    border-left: 7px solid #e87e04;
    line-height: 51px;
    margin: 0 0 20px;
    padding: 0 0 0 7px;
}
.service-feature-inner ul li i{color:#e87e04; padding:0 4px 0 0;}
.pormotion-content{background:#f2f2f2;}
.pormotion-content-inner{}
.pormotion-content-inner h1{ color:#e87e04; margin:0 50px 0 0; display:inline;}
.pormotion-content-inner > a {
    background: #2c97de none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px;
	float:right;
}
/*************************
******** Processes *******
**************************/
.processes-imge > img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.contact-inner-page-description h3 i {
    border: 1px solid #212121;
    border-radius: 66px;
    color: #e87e04;
    font-size: 35px;
    padding: 10px 12px;
	cursor: pointer;
}
.contact-inner-page-description h3 i:hover{
	background: #e87e04;
	color: #fff;
}

.privacypolicy{}
.privacypolicy h1{font-size:32px!important; font-weight: 600 }
.privacypolicy p{font-size:18px!important; font-weight:normal; line-height: 160%; }


















