body {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	font-weight: 400;
	background: #fff;
	color: #333
}
body section {
	padding: 0;
}
a:hover {
	outline: none;
	text-decoration: none;
	color: #fec722;
}
a:focus {
	outline: none;
	outline-offset: 0;
}
a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color: #7baed4;
}
p {
	line-height: 26px;
	font-size: 14px;
	color: #333;
}
.text_justify {
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px 0;
	letter-spacing: 0px;
	color: #252525;
	font-weight: 400;
}
.h2, h2 {
	font-size: 28px;
}
.h3, h3 {
	font-size: 22px;
}
.list-unstyled li {
	color: #7b7b7b;
	padding-left: 12px;
	background: url(../images/blue-arrow.png) no-repeat 0 13px;
	line-height: 24px;
}
 @media(min-width:768px) {
#inner_nav .container-fluid, .navbar-main .container-fluid {
	padding-left: 40px;
	padding-right: 40px;
}
}
/*.carousel, .item, .active {
	height: 100%;
}
.carousel-inner {
	height: 100%;
}*/
.btn-info {
	background: #7baed4;
}
.btn-info:hover {
	background: #253746;
	border-color: #253746;
}
.videoBg-block {
	position: relative;
}
.navigation {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 12;
	width: 100%;
	bottom: 0;
}
.navbar-brand > img {
	max-width: 195px;
}
.top-menu {
	margin-top: 16px;
}
.mobile_bnr {
	display: none
}
.learnMore_div {
}
.navbar-nav > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 4px;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background: #7baed4;
	color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background: #7baed4;
	color: #fff;
}
.navbar-right .dropdown-menu-left {
	left: -1px;
}
.dropdown-menu > li > a {
	min-width: 200px;
	padding: 6px 20px;
}
header {
	position: relative;
	width: 100%;
	min-height: auto;
	background-size: cover;
	background-position: center;
	/* fallback for old browsers */
  /*background: url("../images/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);*/
  /* Chrome 10-25, Safari 5.1-6 */
  /*background: url("../images/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);
	overflow-y: hidden;*/

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #443846;
	height: 100%;
}
.innerPage_nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 12;
	background: none;
	padding: 3px 0;
	border-radius: 0;
	border: none;
	margin: 0;
}
.innerPage_nav .black_logo {
	display: none;
}
.innerPage_nav .white_logo {
	display: block;
}
.fixed-nav .black_logo {
	display: block;
}
.fixed-nav .white_logo {
	display: none;
}
@media(min-width:768px) {
.fixed-nav {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 13;
	box-shadow: 0 8px 6px -6px #666;
}
.fixed-nav .navbar-nav > li > a {
	color: #333;
}
.fixed-nav .navbar-nav > li > a:hover {
	color: #333;
}
}
header .header-content {
	text-align: center;
	padding: 50px 0 50px;
	position: relative;
}
header .header-content .header-content-inner {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
}
header .header-content .header-content-inner h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 20px;
	color: #fff;
}
header .header-content .header-content-inner p {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 1px;
	margin: 0 auto;
	max-width: 730px;
	margin-bottom: 30px;
}
header .header-content .header-content-inner .list-badges {
	margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
	height: 50px;
	margin-bottom: 25px;
}
header .device-container {
	max-width: 300px;
	margin: 0 auto 100px;
}
header .device-container .screen img {
	border-radius: 3px;
}
@media (min-width: 768px) {
header {
	min-height: 100%;
}
header .header-content {
	text-align: center;
	padding: 0;
	height: 100vh;
}
header .header-content .header-content-inner {
	max-width: none;
	margin: 0;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	width: 100%;
}
header .header-content .header-content-inner h1 {
	font-size: 35px;
}
header .device-container {
	max-width: none;
	max-height: calc(0vh);
	margin: 100px auto 0;
}
}
@media (min-width: 992px) {
header .header-content .header-content-inner h1 {
	font-size: 50px;
	margin-bottom: 0;
	line-height: 60px;
	font-weight: 400;
	letter-spacing: -1px;
}
}
#background_video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	height: 100%;
	width: 100%;
}
#video_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/video_cover.jpg) no-repeat 0 0;
	background-size: cover;
	background-position: center;
}
#overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7)
}
#video_controls {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
#play img {
	width: 100px;
}
#pause img {
	width: 90px;
}
#pause {
	display: none;
}
 @media (min-width: 768px) {
#video_controls {
	display: none;
}
}
/*----*/
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	left: 0;
	bottom: auto;
}
.navigation {
	background: #183442;
	padding: 3px 0;
	z-index: 999;
}
.navigation .navbar-default {
	background: none;
	border-radius: 0;
	border: none;
	margin: 0;
}
.navbar-brand {
	padding: 0;
	height: auto;
}
.slider-btn {
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0;
	font-size: 18px;
	font-weight: 400;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.slider-btn span.line-readmore {
	background: #ffc024;
	height: 4px;
	width: 60px;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.slider-btn:hover {
	color: #fff;
	text-decoration: none;
}
.readMore-btn {
	color: #666;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.readMore-btn span.line-readmore {
	background: #ffc024;
	height: 4px;
	width: 60px;
	display: inline-block;
}
.readMore-btn:hover {
	background: none;
}
.bnr-text {
	max-width: 600px;
}
/*======================
====Main Slider CSS=====
=======================*/


#home {
	padding: 0;
	overflow: hidden;
	position: relative
}
#main-carousel .carousel-inner .item {
	background-size: cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#main-carousel .carousel-indicators {
	bottom: 15px
}
#main-carousel .carousel-indicators li {
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}
.carousel-indicators .active {
	background-color: #fff !important;
}
.slider-content {
	height: 100%;
}
#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}
#main-carousel .carousel-caption > div {
	vertical-align: middle;
	padding-top: 14%;
	text-align: left;
}
#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 30px;
	text-shadow: none;
	text-transform: uppercase;
}
#main-carousel .carousel-inner h2 span {
	color: #ffc921;
}
#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 39px;
	margin-top: 0;
	text-shadow: none;
}
#main-carousel .carousel-left {
	left: -50px;
}
#main-carousel .carousel-right {
	right: -50px;
}
#main-carousel:hover .carousel-left {
	left: 0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#main-carousel:hover .carousel-right {
	right: 0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#main-carousel .carousel-left, #main-carousel .carousel-right {
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.carousel-right {
	right: 65px
}
.carousel-left {
	left: 65px
}
#main-carousel .carousel-left:hover, #main-carousel .carousel-right:hover {
	color: #F6F6F6;
}
.welcome-block {
	text-align: center;
	padding: 50px 0;
}
.welcome-block h2 {
	margin-bottom: 20px;
}
.welcome-block p {
	max-width: 900px;
	margin: 0 auto;
	line-height: 24px;
	margin-bottom: 10px;
}
.welcome-block a:hover {
	text-decoration: none;
}
.services_block {
	background: #fff;
	padding: 70px 0 0px 0;
}
.services_block h2 {
	color: #253746;
	margin: 0 0 20px 0;
	text-align: center;
}
.services_block .intro_text {
	margin-bottom: 50px;
}
.services_block h2:after {
	content: "";
	background: #7baed4;
	width: 60px;
	height: 1px;
	display: block;
	margin: 10px auto 5px auto;
}
.services_block h4 {
	letter-spacing: 0;
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px;
}
.services_block p {
	color: #333;
	margin-bottom: 20px;
}
.services_block .btn-info {
	margin-top: 15px;
	border-radius: 0;
	border: none;
	font-size: 14px;
	padding: 2px 10px;
}
.services_block .btn-default {
}
.solution_block {
}
.app-serIcon {
	background: url(../images/A-text.jpg) no-repeat 0 0;
}
.other_services {
	margin: 60px 40px;
	max-width: 500px;
}
.other_services .borderLeft {
	border-left: 4px solid #fec722;
	padding: 0 0 15px 25px;
}
.other_services li {
	padding-left: 60px;
	margin-bottom: 30px;
}
.cloud-serIcon {
	background: url(../images/B-text.jpg) no-repeat 0 0;
}
.mobile-serIcon {
	background: url(../images/C-text.jpg) no-repeat 0 0;
}
.success_block {
	background: url(../images/testimoni-bg.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 0;
	color: #fff;
	padding: 60px 0 80px 0;
}
.success_block h2 {
	color: #fff;
	margin-bottom: 30px;
}
.success_block p {
	font-size: 18px;
	max-width: 900px;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
	margin: 0 auto;
}
.testimonials-div {
	background: rgba(255,255,255,0.2);
	padding: 30px;
}
.testimonial-box p {
	color: #fff;
	font-style: italic;
	font-weight: 300italic;
	line-height: 24px;
}
.testimonial-box {
	padding: 20px 0;
	min-height: 230px;
}
.newProjectsDiv {
	padding: 30px;
}
.newProjectsDiv .row {
	padding-top: 30px;
	padding-bottom: 30px;
}
.newProjectsDiv h5 {
	color: #ffc32a;
}
.testi-writer {
	padding: 20px 0 20px 90px;
}
.testi-writer h5 {
	color: #fec722;
	margin: 0;
}
.testi-writer p {
	color: #fff;
	font-style: italic;
	font-weight: 300italic;
}
.writer1 {
	background: url(../images/testimoni-pic.png) no-repeat 0 0;
}
.clients-block {
	padding: 30px 0;
	text-align: center;
}
.clients-block img {
	max-width: 100%;
}
#testimoni-carousel .carousel-indicators {
	left: 50px;
	bottom: 0;
}
#testimoni-carousel .carousel-indicators li {
	width: 30px;
	height: 3px;
	border: 0;
	background: #fff;
	margin: 0;
}
#testimoni-carousel .carousel-indicators li.active {
	background: #fec722 !important;
}
.clients-list {
	border: 1px solid #d5d5d5;
}
.clients-list li {
	border-right: 1px solid #d5d5d5;
	padding: 2px 5px;
}
.clients-list li img {
	max-width: 200px;
}
.tech-list {
	border: 1px solid #d5d5d5;
}
.tech-list li {
	border-right: 1px solid #d5d5d5;
	padding: 25px 5px;
}
.tech-list li:last-child {
	border-right: none;
}
.tech-list li img {
	max-width: 200px;
}
@media(max-width:767px) {
.clients-list li {
	border-right: none;
}
.tech li {
	border-right: none;
}
}
.clients-list li:last-child {
	border-right: none;
}
footer {
	padding: 50px 0px 0 0px;
	background: #f5f5f5;
	border-top: 1px solid #c6dae7;
}
footer p {
	color: #333;
	font-size: 13px;
}
footer a {
	color: #333;
}
footer h3 {
	font-size: 20px;
	letter-spacing: -1px;
}
footer h4 {
	color: #222;
	font-size: 16px;
	margin: 0;
}
footer ul {
	margin-left: 10px;
}
footer li a {
	color: #333;
	font-size: 13px;
}
footer li a:hover {
	color: #7baed4;
	font-weight: bold;
}
.footer_list li {
	background: url(../images/blue-arrow.png) no-repeat 0 12px;
	line-height: 26px;
}
.list-unstyled.noArrow li {
	background: none;
	position: relative;
	margin-bottom: 5px;
	color: #333;
	font-size: 13px;
}
.list-unstyled.noArrow li i {
	margin: 2px 0 0 -20px;
	position: absolute;
	font-size: 15px;
	color: #7baed4;
}
.copyRight {
	background: #7baed4;
	padding-top: 10px;
	margin: 0 -15px;
}
.copyRight p.bottom-links {
	color: #fff;
	padding-top: 10px;
}
.copyRight .bottom-links a {
	font-size: 13px;
	padding: 0 10px;
	color: #fff;
}
.bottom-links a:first-child {
	padding-left: 0
}
.addressBox {
	min-height: 100px;
	padding-bottom: 30px;
	background: url(../images/footer_map.png) no-repeat right 0;
}
.copyRight .fa-3x {
	font-size: 2em;
	color: #fff;
}
.social:hover {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
}
.social {
	-webkit-transform: scale(0.8);
	/* Browser Variations: */
     
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.breadcrumb-sec {
	text-align: center;
	color: #fff;
	padding: 30px 20px 70px 20px;
	background: #ffc024 url(../images/arrow-yellowBg.jpg) no-repeat center bottom;
}
.smallLetter {
	text-transform: inherit;
	font-weight: 300;
	margin-bottom: 20px;
}
.breadcrumb-sec p {
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
}
.intro_block {
	padding: 50px 0 40px 0;
}
.intro_text {
	font-weight: 300;
	color: #333;
	font-size: 16px;
	line-height: 28px;
	padding: 10px 0;
}
ul.intro_list {
}
ul.intro_list li {
	max-width: 1100px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 28px;
	color: #222;
}
ul.intro_list li strong {
	font-weight: 400;
}
ul.product_list {
}
ul.product_list li {
	font-weight: 300;
color: #333;
font-size: 16px;
line-height: 32px;
}
ul.product_list li strong {
	font-weight: 400;
}
.soln-readmoreBtn {
	background: url(../images/right-arrow.png) no-repeat 0 11px;
}
.team_block {
	padding: 40px 0 80px 0;
}
.team_block .intro_text {
	margin-bottom: 30px;
}
.members-row {
	margin-bottom: 30px;
}
.member-box {
	position: relative;
}
.member-box .teamMember-pic {
	width: 100%;
}
.underline {
}
.underline:after {
	content: "";
	background: #ffc024;
	height: 3px;
	width: 60px;
	margin: 20px auto;
	display: block;
}
.view {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}
.view img {
	display: block;
	width: 100%;
	position: relative;
}
.view .mask, .view .content {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
.mask h3 {
	color: #43484E;
	font-family: cabin;
	font-size: 22px;
	font-weight: 700;
	margin-top: 60px;
	text-transform: uppercase;
	transition: height 500ms ease 0s;
}
.mask h4 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 0 35px 5px;
}
.mask i {
	border: 1px solid #333;
	border-radius: 50%;
	color: #333;
	font-size: 17px;
	margin-left: 8px;
	padding: 8px;
}
.mask i:hover {
	background-color: #fec722;
	color: #fff;
}
/*==================================
====== Isotope Recommended CSS=====
====================================*/

/**** 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 */




/*==================================
====== Portfolio Hover effect=======
====================================*/


.efffect img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.efffect .mask {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: zoom-in;
}
.efffect h4 {
	background: transparent;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.efffect h3 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 22px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.mask a i {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all 0.5s linear 0.7s;
	-moz-transition: all 0.5s linear 0.7s;
	-o-transition: all 0.5s linear 0.7s;
	-ms-transition: all 0.5s linear 0.7s;
	transition: all 0.5s linear 0.7s;
}
.efffect:hover img {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.efffect:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.efffect:hover h4, .efffect:hover h3, .efffect:hover a i {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/*====================
======Contact CSS=====
======================*/

#contact {
	overflow: hidden;
	background-color: #f6f6f6;
	position: relative;
	padding-bottom: 85px;
	border-top: 2px solid #ddd
}
#contact .contact-heading {
	padding-bottom: 35px;
	position: relative;
	z-index: 10;
}
.contact-details {
}
.pattern {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
	left: 0;
	bottom: 0;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	opacity: 0.2;
}
.contact-address {
	background: rgba(0,0,0,0.1);
	height: 390px;
	padding-top: 85px
}
.contact-address strong {
	color: #7baed4;
}
.contact-address .social-icons a i {
	border-radius: 0;
	height: 30px;
	line-height: inherit;
	width: 30px;
	border-width: 0;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	margin-right: 10px
}
.contact-address .social-icons i:hover {
	transform: scale(.9);
}
.social-icons a {
	color: #A2A2A2;
	font-size: 20px;
	border: 1px solid #A2A2A2;
	border-radius: 50%;
	text-align: center;
	padding: 6px;
	width: 44px;
	height: 44px;
	display: inline-block;
	margin: 2px;
}
.social-icons a:hover {
	color: #fc7700;
	border: 1px solid #ffc024;
}
.contact-address .social-icons, .contact-address address {
	z-index: 2;
	position: relative
}
.contact-address p {
	font-weight: 800;
	font-size: 24px
}
.contact-address h3:after {
	background: none !important;
}
.contact-address p span {
	color: #fc7700;
}
#contact-form-section {
	padding: 35px;
	background: rgba(0,0,0,0.1);
	height: 390px;
}
#contact-form-section .btn-primary {
	background-color: #ffc024;
	border-color: #f6f6f6;
	border-radius: 0;
	padding: 10px 35px;
	text-transform: uppercase;
	font-weight: 800;
	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;
}
#contact-form-section .btn-primary:hover {
	background-color: #43484E
}
#contact_form input, #contact_form textarea, #contact_form .btn-primary {
	position: relative;
	z-index: 2;
}
#contact_form .btn-info:hover, .about_contactForm .btn-info:hover {
	background: #72a3c7;
}
#contact_form .name-field, #contact_form .mail-field {
/*width: 49%;*/
}
#contact_form .name-field {
	margin-right: 2%;
	float: left
}
#contact_form .mail-field {
}
#contact-form-section .form-control {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f7f7f7;
}
#contact-form-section textarea {
	resize: none
}
#contact-form-section .form-control:focus {
	border-color: #7baed4;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.about_contactForm {
	padding: 0 35px;
}
.about_contactForm p {
	margin-bottom: 25px;
}
.about_contactForm .btn-primary {
	background-color: #ffc024;
	border-color: #f6f6f6;
	border-radius: 0;
	padding: 10px 35px;
	text-transform: uppercase;
	font-weight: 800;
	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;
}
.about_contactForm .btn-primary:hover {
	background-color: #43484E
}
.about_contactForm .name-field {
	margin-right: 2%;
	float: left
}
.about_contactForm .form-control {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f7f7f7;
}
.about_contactForm textarea {
	resize: none
}
.about_contactForm .form-control:focus {
	border-color: #7baed4;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.servicesInfo_block {
	padding: 50px 0 40px 0;
	position: relative;
	background: #f5f5f5;
}
.serviceIcon-box {
	min-height: 300px;
	margin-bottom: 20px;
	padding: 220px 30px 60px 30px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	color: #666;
	text-decoration: none !important;
}
.serviceIcon-box h4 {
	color: #222;
	margin-bottom: 20px;
}
.dataInteSer-icon {
	background: #fff url(../images/dataWare-icon1.png) no-repeat center 60px;
}
.businessInteSer-icon {
	background: #fff url(../images/businessInte-icon1.png) no-repeat center 60px;
}
.webDevSer-icon {
	background: #fff url(../images/webDev-icon1.png) no-repeat center 60px;
}
.dataInteSer-icon:hover {
	background: #fec722 url(../images/dataWare-icon2.png) no-repeat center 60px;
	color: #fff;
}
.businessInteSer-icon:hover {
	background: #fec722 url(../images/businessInte-icon2.png) no-repeat center 60px;
	color: #fff;
}
.webDevSer-icon:hover {
	background: #fec722 url(../images/webDev-icon2.png) no-repeat center 60px;
	color: #fff;
}
.icon-box {
	padding-left: 60px;
	min-height: 100px;
	margin-bottom: 20px;
}
.icon-box p {
	font-weight: 300;
}
.mobileSoln_icon {
	background: url(../images/mobileSoln-icon.png) no-repeat 0 0;
}
.analyticSoln_icon {
	background: url(../images/analyticSol-icon.png) no-repeat 0 0;
}
.bigDataSoln_icon {
	background: url(../images/bigDataSoln-icon.png) no-repeat 0 0;
}
.softwareSoln_icon {
	background: url(../images/softSoln-icon.png) no-repeat 0 0;
}
.UIUXSoln_icon {
	background: url(../images/UIUX-icon.png) no-repeat 0 0;
}
.ourSkills_icon {
	background: url(../images/ourSkills-icon.png) no-repeat 0 0;
}
.softDevelop_icon {
	background: url(../images/customSDev-icon.png) no-repeat 0 0;
}
.webDevlop_icon {
	background: url(../images/softSoln-icon.png) no-repeat 0 0;
}
.mobileAppDev_icon {
	background: url(../images/mobileSoln-icon.png) no-repeat 0 0;
}
.UXdesign_icon {
	background: url(../images/UIUX-icon.png) no-repeat 0 0;
}
.cloudSer_icon {
	background: url(../images/cloudSec-icon.png) no-repeat 0 0;
}
.ourExpertise_icon {
	background: url(../images/ourExpertise-icon.png) no-repeat 0 0;
}
.grayBg_block {
	padding: 30px 0;
	position: relative;
	background: #eae9ea;
}
.whiteBg_block {
	padding: 30px 0;
	position: relative;
}
.dot-list {
}
.dot-list li {
	padding: 5px 0 5px 10px;
	position: relative;
	line-height: 24px;
	font-size: 16px;
	font-weight: 300;
}
.dot-list li i {
	font-size: 10px;
	margin-right: 5px;
	color: #ffc024;
}
div label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
	display: block;
	text-align: left;
	font-weight: normal !important;
}
label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
	display: inline;
	font-weight: normal !important;
}
input.error, select.error {
	color: #666 !important;
}
em {
	font-weight: bold;
	padding-right: 1em;
	vertical-align: top;
}
.input2 {
	width: 208px;
}
.input3 {
	width: 214px;
}
.input4 {
	border: 0;
	margin: 5px;
	z-index: 0;
	background-color: #FFFFFF;
	position: absolute;
	width: 70%;
}
.textarea {
	color: #0033CC;
	width: 208px;
	height: 70px;
}
.input1, .input2, .input3, .textarea {
	border: 0;
	padding: 2px 3px;
	background-color: transparent;
}
.services-rowHome {
	margin-top: 15px;
	margin-bottom: 0;
}
.service-info {
	padding-left: 100px;
	margin-bottom: 40px;
}
.service-info h3 {
	margin-bottom: 10px;
}
.service-info a h3 {
	color: #444;
}
.managed-service {
	background: url(../images/managed-service-icon.png) no-repeat 0 0
}
.ERP-services {
	background: url(../images/ERP-service-icon.png) no-repeat 0 0
}
.staffing-consulting {
	background: url(../images/staff-consulting-icon.png) no-repeat 0 0
}
.e-learning-service {
	background: url(../images/E-learning-icon.png) no-repeat 0 0
}
.ECM-service {
	background: url(../images/ECM-service-icon.png) no-repeat 0 0
}
.onshore-service {
	background: url(../images/patient-monitoring-icon.png) no-repeat 0 0
}
.specIndustry-block {
	padding: 50px 0;
	color: #fff;
	background: url(../images/industry-specificsBg.jpg) no-repeat 0 0;
	background-size: cover;
}
.specIndustry-block h2 {
	margin: 0 0 5px 0;
	color: #183442;
}
.specIndustry-block h2:after {
	content: "";
	background: #253746;
	width: 60px;
	height: 1px;
	display: block;
	margin: 10px auto 25px auto;
}
.specIndustry-block h4 {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0;
	color: #fff;
	font-weight: 300;
	margin-bottom: 30px;
}
.specIndustry-block h3 {
	margin-bottom: 10px;
	color: #253746;
}
.specIndustry-block h3:after {
	content: "";
	background: #7baed4;
	width: 60px;
	height: 1px;
	display: block;
	margin: 10px 0 5px 0;
}
.specIndustry-block .gray-borderBox {
	text-align: center;
	padding: 120px 10px 60px;
	min-height: 265px;
	cursor: pointer;
	border-radius: 50%;
	background: #fff;
	color: #fff;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(161,161,161,.5);
	-moz-box-shadow: 0px 0px 6px 2px rgba(161,161,161,.5);
	box-shadow: 0px 0px 6px 2px rgba(161,161,161,.5);
}
.specIndustry-block .gray-borderBox:hover {
	background: #7baed4;
	cursor: pointer;
	animation-name: bounce;
	-moz-animation-name: bounce;
}
.specIndustry-block .specific1 {
	background: #fff url(../images/healthCare-icon.png) no-repeat center 60px;
}
.specIndustry-block .specific1:hover {
	background: #7baed4 url(../images/healthCare-iconWhite.png) no-repeat center 60px;
}
.specIndustry-block .specific2 {
	background: #fff url(../images/oilGas-icon.png) no-repeat center 60px;
}
.specIndustry-block .specific2:hover {
	background: #7baed4 url(../images/oilGas-iconWhite.png) no-repeat center 60px;
}
.specIndustry-block .specific3 {
	background: #fff url(../images/higherEducation_icon.png) no-repeat center 60px;
}
.specIndustry-block .specific3:hover {
	background: #7baed4 url(../images/higherEducation_iconWhite.png) no-repeat center 60px;
}
.specIndustry-block .specific4 {
	background: #fff url(../images/gov_icon.png) no-repeat center 60px;
}
.specIndustry-block .specific4:hover {
	background: #7baed4 url(../images/gov_iconWhite.png) no-repeat center 60px;
}
.specIndustry-block .gray-borderBox h4 {
	text-align: center;
	font-size: 17px;
	padding-top: 10px;
	margin: 0;
	color: #183442;
	font-weight: 400;
}
.specIndustry-block .gray-borderBox h4 small {
	color: #666;
}
.specIndustry-block .gray-borderBox:hover h4 {
	color: #fff;
}
.specIndustry-block .gray-borderBox:hover h4 small {
	color: #fff;
}
.industry-specificList {
}
.industry-specificList li {
	line-height: 24px;
	background: url(../images/blue-arrow.png) no-repeat 0 8px;
	padding-left: 15px;
	font-weight: 300
}
.testimoni_block {
	padding: 60px 0;
	background: #183442;
}
.testimoni_block h2 {
	color: #fff;
	font-weight: 300;
}
.testimoni_block .testmoni-container {
	background: url(../images/testimoni-img.jpg) no-repeat 0 center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.testimoni_img {
}
.testimoni-div {
	background: #7baed4;
	padding: 40px 60px;
}
.testimoni_block h2:after {
	content: "";
	background: #7baed4;
	width: 60px;
	height: 1px;
	display: block;
	margin: 10px auto 5px auto;
}
.testi-writer {
	padding: 20px 0 20px 90px;
}
.testi-writer h5 {
	color: #253746;
	margin: 0;
}
.testi-writer p {
	color: #fff;
	font-style: italic;
	font-weight: 300italic;
}
.writer1 {
	background: url(../images/testimoni-pic.png) no-repeat 0 0;
}
#navigation .darknavbar {
	background: #332e20;
}
#testimoni-carousel .carousel-indicators {
	left: 50px;
	bottom: 0;
}
#testimoni-carousel .carousel-indicators li {
	width: 30px;
	height: 3px;
	border: 0;
	background: #fff;
	margin: 0;
}
#testimoni-carousel .carousel-indicators li.active {
	background: #253746 !important;
}
.navbar-nav > li > .dropdown-menu {
	padding: 20px 25px;
	background: #fff !important;
	z-index: 9;
}
.navbar-nav > li > .dropdown-menu a {
	line-height: 30px !important;
	font-size: 16px;
	color: #444;
}
.navbar-nav > li > .dropdown-menu a:hover {
	color: #3d7dca;
	text-decoration: none;
}
.navbar-nav li .dropdown-menu:hover {
	animation-name: shake;
	-moz-animation-name: shake;
}
.dropdown-menu .col-sm-6 {
	padding: 0 10px;
}
@media(min-width:767px) {
.navbar-nav > li > .dropdown-menu {
	min-width: 400px;
}
.navbar-nav > li > .dropdown-menu li:last-child {
	border-bottom: none;
}
.navbar-nav > li > .dropdown-menu li {
	padding: 5px 20px;
	background: #f5f5f5;
	margin-bottom: 6px;
	border-left: 1px solid #777;
}
.navbar-nav > li > .dropdown-menu li:hover {
	border-left: 1px solid #3d7dca;
}
}
.innerPage-bnr {
	position: relative;
	border-bottom: 4px solid #7baed4;
}
.innerPage-bnr .bnr-textDiv {
	position: absolute;
	top: 40%;
	left: 8%;
	right: 8%;
	text-align: left;
	max-width: 1050px;
}
.innerPage-bnr .bnr-textDiv h2 {
	color: #f5f5f5;
	font-size: 46px;
	letter-spacing: -1px;
	line-height: 36px;
	padding: 20px 0 0;
	font-weight: 400
}
.innerPage-bnr .bnr-textDiv h4 {
	color: #fff;
	letter-spacing: .5px;
	font-weight: 300;
}
.lead {
	font-size: 18px;
	max-width: 1050px;
	margin: 0 auto;
}
.lead2 {
	font-size: 18px;
	font-weight: 400;
}
.whiteBg_block {
	background: #fff;
	padding: 40px 0;
}
.whiteBg_block .page_icon {
	margin-bottom: 20px;
}
.whiteBg_block h2 {
	color: #253746;
	margin: 0 0 5px 0;
	text-align: center;
}
.whiteBg_block h2 small {
	color: #7baed4;
}
.whiteBg_block h2:after {
	content: "";
	background: #7baed4;
	width: 60px;
	height: 1px;
	display: block;
	margin: 10px auto 20px auto;
}
.whiteBg_block h2.text-left {
	text-align: left;
}
.whiteBg_block h2.text-left:after {
	margin: 10px 0 20px 0;
}
.whiteBg_block h4 {
	letter-spacing: 0;
	margin-bottom: 10px;
	line-height: 30px;
}
.whiteBg_block p {
	margin-bottom: 20px;
	line-height: 28px;
}
.whiteBg_block .btn-info {
	margin-top: 15px;
	border-radius: 0;
	border: none;
	font-size: 14px;
	padding: 2px 10px;
}
.ourExpertise_block {
	background: #003057 url(../images/ourExpertise_bg.jpg) no-repeat center center;
	padding: 40px 0;
}
.ourExpertise_block h2 {
	color: #fff;
	margin: 0 0 5px 0;
	text-align: center;
}
.ourExpertise_block h2:after {
	content: "";
	background: #fff;
	width: 60px;
	height: 1px;
	display: block;
	margin: 10px auto 20px auto;
}
.ourExpertise_block p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 30px;
	color: rgba(255,255,255,0.8);
}
.ourExpertise_block p span {
	background: rgba(0,0,0,0.2);
	padding: 2px 10px;
}
.blueBg_block {
	background: #f5f5f5;
	padding: 40px 0 20px 0;
}
.blueBg_block h2 {
	color: #253746;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	text-align: center
}
.blueBg_block h2:after {
	content: "";
	background: #7baed4;
	width: 60px;
	height: 1px;
	display: block;
	margin: 10px auto 20px auto;
}
.blueBg_block h3 {
	color: #253746;
	margin: 0 0 5px 0;
}
.blueBg_block h3:after {
	content: "";
	background: #7baed4;
	width: 60px;
	height: 1px;
	display: block;
	margin: 10px 0 20px 0;
}
.blueBg_block h3.text-center:after {
	margin: 10px auto 20px auto;
}
.blueBg_block h4 {
	letter-spacing: 0;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #222;
}
.blueBg_block p {
	margin-bottom: 15px;
	line-height: 24px;
}
.whiteStripes_block {
	padding: 40px 0;
	background: #fff url(../images/arrow-yellowBg.jpg) repeat 0 0;
}
.whiteStripes_block h2 { margin-bottom:30px;}
.whiteStripes_block h2:after {
	content: "";
	background: #7baed4;
	width: 60px;
	height: 1px;
	display: block;
	margin: 10px auto 20px auto;
}
@media(min-width:768px) {
.ourStaff_bg {
	background: url(../images/ourStaff_bg.jpg) repeat-y center 0;
}
.about_contactForm {
	background: #003057;
	padding: 10px 30px;
	margin-top: 20px;
}
.about_contactForm p {
	color: #768693;
}
}
.whiteStripes_block h3 {
	margin: 0 0 20px 0;
}
/*.whiteStripes_block h3:after {
	content: "";
	background: #999;
	width: 60px;
	height: 1px;
	display: block;
	margin: 15px 0 20px 0;
}*/
.whiteStripes_block h3.text-center:after {
	margin: 15px auto 20px auto;
}
.nav > li {
	margin-left: 3px;
}
.innerPage_text {
}
.innerPage_text p {
	color: #444;
	line-height: 22px;
	font-size: 15px;
}
.transparent_bg {
	background: rgba(37,55,70,0.6);
	padding: 20px 5px 10px 20px;
	border-radius: 0;
}
.transparent_bg p {
	color: #fff;
}
p.text-justify {
	text-align: justify;
}
.whatWeDo_sec {
}
.whatWeDo_sec h4 {
	color: #7baed4
}
.no-paddng {
	padding: 0;
}
.services-list {
	width: 100%;
	overflow: hidden;
	position: relative
}
.services-list img {
	width: 100%;
}
.serv-overlay {
	top: 0;
	z-index: 1;
	position: absolute;
	left: 0;
	height: 100%;
	width: 70%;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-transform: skew(25deg);
	-moz-transform: skew(25deg);
	-o-transform: skew(25deg);
	transform: skew(25deg)
}
.services-list:hover .serv-overlay {
	width: 100%;
	-webkit-transform: skew(0);
	-moz-transform: skew(0);
	-o-transform: skew(0);
	transform: skew(0)
}
.services-list h3 {
	bottom: 35px;
	color: #fff;
	font-size: 20px;
	left: 35px;
	line-height: 32px;
	position: absolute;
	z-index: 1
}
.services-list:hover h3 {
	display: none
}
.service-content {
	color: #fff;
	left: 0;
	padding: 50px 30px;
	position: absolute;
	top: 0;
	z-index: 1;
	max-width: 420px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	transform: translateX(-30px)
}
.service-content h4 {
	font-size: 20px;
	color: #fff;
}
.service-content p {
	color: #fff;
	line-height: 24px;
}
.services-list:hover .service-content {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px)
}
.services-list a {
	position: absolute;
	bottom: 40px;
	right: 400px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s
}
.services-list:hover a {
	opacity: 1;
	visibility: visible;
	right: 60px
}
.services-list a img {
	max-width: 100%;
	height: auto
}
.serv1 {
	background: rgba(69,153,165,.8)
}
.services-list:hover .serv1 {
	background: #4599a5
}
.serv2 {
	background: rgba(96,46,87,.8)
}
.services-list:hover .serv2 {
	background: #602e57
}
.serv3 {
	background: rgba(47,128,151,.8)
}
.services-list:hover .serv3 {
	background: #2f8097
}
.serv4 {
	background: rgba(197,211,73,.8)
}
.services-list:hover .serv4 {
	background: #c5d349
}
.serv5 {
	background: rgba(227,94,77,.8)
}
.services-list:hover .serv5 {
	background: #e35e4d
}
.serv6 {
	background: rgba(237,212,34,.8)
}
.services-list:hover .serv6 {
	background: #edd422
}
.transform-origin {
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%
}
@media all and (max-width:900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75)
}
.mfp-arrow-left {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px
}
}
.textimonials_sec {
	padding-top: 50px;
}
.textimonials_sec h3:after {
	content: "";
	background: #999;
	width: 60px;
	height: 1px;
	display: block;
	margin: 15px 0 20px 0;
}
.testimoni_div {
	text-align: center;
}
.cd-author img, .cd-author .cd-author-info {
	display: inline-block;
	vertical-align: middle;
}
.cd-author img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 5px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd-author .cd-author-info {
	text-align: left;
	line-height: 1.2;
}
.cd-author .cd-author-info li {
	list-style: none;
}
.cd-author .cd-author-info li:first-child {
	font-size: 14px;
}
.cd-author .cd-author-info li:last-child {
	font-size: 12px;
	font-size: 0.75rem;
	color: #6b6b70;
}
@media only screen and (min-width: 768px) {
.cd-author img {
	width: 50px;
	height: 50px;
}
.cd-author .cd-author-info {
	line-height: 1.4;
	padding-left: 10px;
}
.cd-author .cd-author-info li:first-child {
	font-size: 16px;
}
.cd-author .cd-author-info li:last-child {
	font-size: 14px;
}
}
.enterprise_oracleBlock {
	padding: 50px 0;
	color: #fff;
	background: url(../images/industry-specificsBg.jpg) no-repeat 0 0;
	background-size: cover;
}
.enterprise_oracleBlock h3 {
	color: #183442;
	margin: 0 0 40px 0;
}
.enterprise_oracleBlock h3:after {
	content: "";
	background: #999;
	width: 60px;
	height: 1px;
	display: block;
	margin: 15px 0 20px 0;
}
.enterprise_oracleBlock h3.text-center:after {
	margin: 15px auto 20px auto;
}
.manage_list {
}
.manage_list li {
	width: 260px;
	padding: 10px 5px;
	height: 80px;
	text-align: center;
	background: #f5f5f5;
	margin-right: 10px;
	margin-bottom: 15px;
	text-align: center;
	overflow: hidden;
}
.manage_list li:hover {
	background: #7baed4;
}
.manage_list li h4 {
	margin-top: 18px;
	color: #7b7b7b;
	line-height: 24px;
	font-size: 16px;
}
.manage_list li:hover h4 {
	color: #fff;
}
.manage_list li img {
	float: left
}
.enterprise_help {
	background: rgba(255,255,255,0.8);
	position: relative;
	padding: 30px 20px;
	min-height: 380px;
	text-align: center;/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);*/
}
.enterprise_help:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
	background: #7baed4;
	animation-name: pulse;
	-moz-animation-name: pulse;
}
.enterprise_help h4 {
	margin-bottom: 10px;
}
.enterprise_help img {
	margin-bottom: 10px;
}
.enterprise_help:hover img {
	animation-name: bounce;
	-moz-animation-name: bounce;
}
.enterprise_help p {
	text-align: justify;
	font-size: 14px;
	margin: 0;
}
.enterprise_help:hover h4 {
	color: #fff;
}
.enterprise_help:hover p {
	color: #fff;
}
.enterprise_help .icon_box {
	background: #fff;
	width: 140px;
	margin: 0 auto;
	position: absolute;
	left: 20px;
	right: 20px;
	top: -8px;
	text-align: center;
	padding: 10px 0;
	box-shadow: 1px 2px 1px #eee;
}
.services-eLearning {
	padding-top: 20px;
}
.whyCynosure_sec {
	background: #183442;
	padding: 50px 0;
	color: #768693;
}
.whyCynosure_sec h2 { color:#fff; margin-bottom:30px;}
.whyCynosure_sec h2:after {
	content: "";
	background: #fff;
	width: 60px;
	height: 1px;
	display: block;
	margin: 10px auto 20px auto;
}
.whyCynosure_sec ul.product_list li {
	color:#f5f5f5;
}
.whyCynosure_sec h3 {
	color: #fff;
}
.contact_block {
	background: #183442;
	padding: 30px 0;
	color: #fff;
}
.contact_block h3 {
	color: #fff;
}
.contact_block h3 strong {
	color: #fff;
}
.contact_block span {
	color: #fff;
	font-weight:bold;
}
.lessExpence_serv {
}
.lessExpence_serv .service-content {
	padding-top: 30px;
}
.lessExpence_serv .service-content h4 {
	margin-bottom: 10px;
}
/*page scroll button style start*/
.scrollToTop {
	width: 60px;
	height: 130px;
	padding: 10px;
	text-align: center;
	/*background: whiteSmoke;*/
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 0px;
	right: 25px;
	display: none;
	background: url('../images/scroll_top.png') no-repeat 0px 20px;
}
.scrollToTop:hover {
	text-decoration: none;
}
.center_text {
	max-width: 1150px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 0;
}
.services_block .center_text {
	margin-bottom: 20px;
}
@media(min-width:768px) {
.nav-mega {
}
.nav-mega .dropdown {
	position: static;
}
.nav-mega .dropdown-menu.mega-menu {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	border-top: 3px solid #7baed4;
	min-width: auto;
	width: 96%;
	margin-top: 0;
	padding: 0;
	left: 2%;
	right: 2%;
	padding-bottom: 35px;
}
.nav-mega .dropdown-menu.mega-menu .container {
	padding: 20px;
}
.nav-mega .dropdown-menu.mega-menu:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #7baed4;
	position: absolute;
	top: -14px;
	right: 48%;
}
.nav-mega .dropdown-menu.products_dd:before {
	right: 48%;
}
.nav-mega .dropdown-menu.contracts_dd:before {
	right: 28%;
}
}
.homeHeroDownArrow {
	text-align: center;
	padding: 24px 0 0;
}
.homeHeroDownArrow a {
	width: 70px;
	height: 70px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.homeHeroDownArrow a strong {
	background-position: 50%;
	background-color: rgba(0,0,0,.3);
	background-size: 46px auto;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid #85c3e9;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	transition: border .5s ease-out;
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	left: 10px;
	transform: translate(-50%);
	transform-origin: center center;
	z-index: 10;
}
.homeHeroDownArrow a strong {
	animation: a 2s infinite;
}
.homeHeroDownArrow a span {
	position: absolute;
	width: 26px;
	height: 33px;
	background-size: 24px auto;
	background-image: url(../images/video_linkImg.png);
	background-repeat: no-repeat;
	z-index: 11;
	top: 20px;
	left: 25px;
}
 @keyframes a {
 0% {
 transform:scale(1)
}
 50% {
 transform:scale(1.234)
}
to {
	transform: scale(1)
}
}
.videoPopus_modal {
	width: 800px;
	border-radius: 0;
}
.videoPopus_modal .modal-body {
	padding: 0;
	position: relative;
	background: #7baed4;
	border: 0;
	margin: 0;
}
.videoPopus_modal .close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 30px;
	z-index: 999;
}
.videoPopus_modal .modal-footer {
	border-radius: 0;
	background: #7baed4;
	color: #fff;
	border: 0;
}
.videoPopus_modal .modal-footer span.pull-left {
	font-size: 16px;
	margin-top: 5px;
	color: #fff;
}
.home_clientsSec {
	padding: 50px 0;
}
.home_clientsSec h3 {
	margin: 0 0 20px 0;
	text-align: center;
}
.home_clientsSec h3:after {
	content: "";
	background: #999;
	width: 60px;
	height: 1px;
	display: block;
	margin: 15px auto 20px auto;
}
.clientThumbs_box {
	position: relative;
	background: #f5f5f5;
	text-align: center;
	border: 3px solid #fff;
}
.clientThumbs_box .client_logo {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}
.clientThumbs_box .middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(24,52,66,0.6);
	padding-top: 50px;
}
.clientThumbs_box:hover .client_logo {
	opacity: 0.3;
}
.clientThumbs_box:hover .middle {
	opacity: 1;
}
.clientThumbs_box .middle h3 {
	font-size: 18px;
	margin-bottom: 0;
	color: #fff;
}
.clientThumbs_box .middle:hover h3 {
	animation-name: pulse;
	-moz-animation-name: pulse;
}
.clientThumbs_box .middle h4 {
	font-size: 15px;
	color: #fff;
}
.clientThumbs_box .middle h3:after {
	margin-bottom: 0;
}
.clientThumbs_box .text {
	background-color: #4CAF50;
	color: white;
	font-size: 16px;
	padding: 16px 32px;
}
@media(max-width:767px) {
.top-menu {
	background: #333;
	margin-top: 0px;
}
.mobile_bnr {
	display: block
}
footer {
	padding-top: 30px
}
footer .container-fluid {
	padding: 0;
}
.addressBox {
	background: url(../images/footer_map.png) no-repeat 0 0;
}
.nav > li {
	margin: 2px;
}
.navbar-default .navbar-nav > li > a {
	border-radius: 0;
}
.innerPage-bnr .bnr-textDiv {
	left: 4%;
	right: 4%;
}
.innerPage-bnr .bnr-textDiv h2 {
	font-size: 26px !important;
	line-height: 30px;
	margin-bottom: 10px;
}
.innerPage-bnr .bnr-textDiv h4 {
	font-size: 16px !important;
}
header .header-content .header-content-inner h1 {
	margin-bottom: 0 !important;
}
header .header-content .header-content-inner p {
	font-size: 14px !important;
}
.header-content-inner img {
	max-width: 100px;
}
.learnMore_div {
	height: 80px;
	margin: 0 0 20px 0
}
.about_contactForm {
	padding: 0;
}
.navbar-nav > li > .dropdown-menu {
	padding: 10px;
}
.navbar-nav > li > .dropdown-menu a {
	font-size: 14px;
}
.infoGraph_center {
	width: 100%;
}
.h2, h2 {
	font-size: 24px;
}
.h3, h3 {
	font-size: 20px;
}
.servCont2 {
	padding: 20px 30px;
}
.service-content p.lineHeight20 {
	line-height: 20px;
}
.service-content h4.size16 {
	font-size: 16px;
}
ul.intro_list {
	padding-left: 15px;
}
}

#jobs_accordian .panel-group .panel {
        box-shadow: none;
        border-color: #EEEEEE;
		margin-bottom:20px;
    }

 #jobs_accordian .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }
#jobs_accordian .panel-default h4 { padding-left:60px; position:relative; font-size:20px; line-height:35px;}
#jobs_accordian .panel-default .datePosted { display:block; margin:10px 0 0 0; font-size:12px; color:#7baed4;}
#jobs_accordian .panel-title > a:hover { color:#003058}
#jobs_accordian .panel-default h4 .sNo{position: absolute; left:10px; top:20px; font-size:22px;}
#jobs_accordian .panel-title {
        font-size: 14px;
    }

#jobs_accordian .panel-title > a {
        display: block;
        padding: 25px 15px;
        text-decoration: none;
    }

#jobs_accordian .more-less {
        float: right;
        color: #7baed4;
		margin-top:10px;
    }

#jobs_accordian .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
		padding:40px 75px;
    }
	
            div label.error { float: none; color: red; padding-left: .5em; vertical-align: top; display: inline; font-weight: normal !important; }
            label.error { float: none; color: red; padding-left: .5em; vertical-align: top; display: inline; font-weight: normal !important;}
			
			
.download_btn { padding:6px 20px; font-size:15px; font-weight:500; background:#7baed4; border:2px solid #7baed4; color:#fff; border-radius:6px; height:40px; text-transform:uppercase;}
.download_btn:hover { color:#fff; background:#7baed4;}
.sec_padding60 { padding:60px 0;}
.sec_padding40 { padding:40px 0;}

.ITSAC_bnr {
	background: #003057 url(../images/contracts_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 160px 0 80px;
	text-align: left;
}
.ITSAC_bnr2 {
	background: #003057 url(../images/contracts_bg2.jpg) no-repeat center center;
}
.ITSAC_bnr h2 { color:#fff; font-size: 36px; text-align:left;}
.ITSAC_bnr h2 small { color: #7baed4;}
.gray_box {background:#f5f5f5; padding:25px;}
.gray_box ol {padding: 0 0 0 20px;}
.gray_box li { margin-bottom: 15px; line-height: 25px;}
.itsac_page {}
.itsac_page p {margin-bottom:10px; font-size: 15px;}
.services_list { font-size: 18px; line-height: 30px;color: #7baed4}
.services_list a {color: #7baed4;}

.romanNum_list { list-style: none;}
.romanNum_list { list-style: lower-roman; font-size: 15px; line-height: 30px;}