/* Proxima Nova Family */
@font-face {
	font-family: 'proxima_nova_rgbold';
	src: url('../fonts/proxima/proximanova-bold-webfont.eot');
	src: url('../fonts/proxima/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/proxima/proximanova-bold-webfont.woff2') format('woff2'),  url('../fonts/proxima/proximanova-bold-webfont.woff') format('woff'),  url('../fonts/proxima/proximanova-bold-webfont.ttf') format('truetype'),  url('../fonts/proxima/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novalight';
	src: url('../fonts/proxima/proximanova-light-webfont.eot');
	src: url('../fonts/proxima/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/proxima/proximanova-light-webfont.woff2') format('woff2'),  url('../fonts/proxima/proximanova-light-webfont.woff') format('woff'),  url('../fonts/proxima/proximanova-light-webfont.ttf') format('truetype'),  url('../fonts/proxima/proximanova-light-webfont.svg#proxima_novalight') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_nova_rgregular';
	src: url('../fonts/proxima/proximanova-regular-webfont.eot');
	src: url('../fonts/proxima/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/proxima/proximanova-regular-webfont.woff2') format('woff2'),  url('../fonts/proxima/proximanova-regular-webfont.woff') format('woff'),  url('../fonts/proxima/proximanova-regular-webfont.ttf') format('truetype'),  url('../fonts/proxima/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novasemibold';
	src: url('../fonts/proxima/proximanova-semibold-webfont.eot');
	src: url('../fonts/proxima/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/proxima/proximanova-semibold-webfont.woff2') format('woff2'),  url('../fonts/proxima/proximanova-semibold-webfont.woff') format('woff'),  url('../fonts/proxima/proximanova-semibold-webfont.ttf') format('truetype'),  url('../fonts/proxima/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
	font-weight: 600;
	font-style: normal;
}
body, html {
	font-family: 'proxima_nova_rgregular', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #1a1a1a;
}
h1 {
	font-family: 'proxima_novasemibold';
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 36px;
	margin: 0;
}
h3 {
	font-size: 24px;
}
h5 {
	text-transform: uppercase;
	line-height: 20px;
}
p {
	font-weight: 300;
	font-size: 13px;
	font-family: 'proxima_novalight';
}
a {
	color: #1A1A1A;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #dd463f;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
}
hr {
	height: 3px;
	width: 60px;
	position: relative;
	background: #626a29;
	border: 0;
	margin-bottom: 30px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.margin-top15 {
	margin-top: 15px;
}
.margin-bottom15 {
	margin-bottom: 15px;
}
.margin-top30 {
	margin-top: 30px;
}
.margin-bottom20 {
	margin-bottom: 20px;
}
.margin-bottom30 {
	margin-bottom: 30px;
}
.margin-bottom50 {
	margin-bottom: 50px;
}
.paddding-bottom0 {
	padding-bottom: 0px!important;
}
.section-title {
	padding: 0px 0 30px 0;
}
.section-title h2 {
	font-weight: 400;
	margin-bottom: 10px;
	color: #1a1a1a;
	margin-top: 0px;
	font-size: 48px;
	font-family: 'proxima_novalight';
}
.section-title {
	font-size: 18px;
}
.inner-content .section-title {
	padding: 0px 15px!important;
}
/* Peloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100%;
	background: url(../img/preloader.png) no-repeat center center rgba(238, 238, 238, 0.95);
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
/* Navigation */
#menu {
	padding: 20px 0px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #d9e0e2;
	font-weight: 700;
	letter-spacing: 1px;
}
.navbar-fixed-top.on .navbar-brand > img {
	width: 78%;
	margin-top: -3px;
}
#menu a.navbar-brand i.fa {
	color: #dd463f;
}
#menu.navbar-default .navbar-nav > li.contact-nav {
	margin-top: 8px;
	margin-left: 15px;
}
#menu.navbar-default .navbar-nav > li.contact-nav > a {
	border: 2px solid #dd463f;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 10px 20px 7px 20px;
	color: #dd463f;
}
.caret {
	margin-top: -4px;
}
.dropdown-menu {
	border: none;
	box-shadow: none;
	padding: 12px 0px;
	min-width: 200px;
	border-radius: 0px 0px 5px 5px;
}
.dropdown-menu > li > a {
	padding: 8px 20px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #dd463f;
	color: #fff;
}
#menu.navbar-default .navbar-nav > li.contact-nav > a:hover {
	background: #dd463f;
	color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fff;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 17px;
	padding-top: 20px;
}
.navbar-default .navbar-nav > .open > a {
	background: white!important;
	color: #DD463F!important;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #dd463f;
}
.on {
	background-color: #02253A !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #dd463f !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #02253A;
	border-color: #02253A;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
/* Home Style */
header {
	background: url(../img/header-img.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;/*min-height: 780px;*/
}
header.cognotus-lms {
	background: url(../img/cognotus-lms.jpg) no-repeat bottom center;
}
header.cognotus-mis {
	background: url(../img/congnotus-mis-img.jpg) no-repeat bottom center;
}
header.cloud-paltfrom {
	background: url(../img/cloud-platform.jpg) no-repeat bottom center;
}
header.secure-communication {
	background: url(../img/secure-communication.jpg) no-repeat bottom center;
}
header.powerbi {
	background: url(../img/powerbi-img.jpg) no-repeat bottom center;
}
header.office {
	background: url(../img/office-365.jpg) no-repeat bottom center;
}
header.contact {
	background: url(../img/contact-us.jpg) no-repeat bottom center;
}
header.inner-page {
	min-height: 620px;
	background-size: cover;
}
header p {
	color: #fff;
	font-size: 48px;
	margin-bottom: 0px;
	letter-spacing: 0px;
}
/* General */
.intro-text {
	position: relative;
	padding-top: 315px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 72px;
	color: #fff;
	letter-spacing: 0px;
	margin-bottom: 50px;
	margin-top: 0px;
}
.intro-text .btn-default:hover {
	background: #fff;
	color: #dd463f;
}
.color {
	color: #dd463f;
}
.btn-default {
	color: #fff;
	background-color: #dd463f;
	border: 0;
	margin: 0 8px;
	font-size: 14px;
	transition: all 0.5s;
	text-transform: uppercase;
	font-family: 'proxima_nova_rgbold';
	padding: 14px 35px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #0a354c;
	color: #fff;
}
.section {
	padding: 60px 0;
}
.background-gray {
	background: #eee !important;
}
a.more {
	text-transform: uppercase;
	color: #b5b5b5;
	position: relative;
}
a.more:before {
	color: #b5b5b5!important;
	border: 2px solid #b5b5b5;
	position: absolute;
	right: 0em;
	top: -2px;
	height: 21px;
	width: 21px;
	line-height: 17px;
}
.space {
	margin-top: 20px;
}
.help-block {
	position: relative;
	top: -13px;
	margin-bottom: 0px;
	color: #EF4D45;
}
.help-block ul {
	padding: 0px;
	margin: 0px;
}
/* Services Section */
#services-section {
	background: #fff;
	color: #6e6d73;
}
#services-section h4 {
	color: #1a1a1a;
	font-size: 27px;
}
#services-section h4, #services-section p {
	font-family: 'proxima_novalight';
}
#services-section p {
	font-size: 18px;
}
#services-section img, #services-section p {
	margin-bottom: 20px;
}
#services-section .owl-theme .owl-controls {
	margin-top: 40px;
}
#services-section i.fa, #works-section i.fa {
	font-size: 20px;
	border: 0;
	margin-bottom: 6px;
	color: #4386eb;
	transition: all 0.5s;
	display: inline-block;
	vertical-align: top;
}
#services-section .owl-item .item {
	margin: 0px 30px;
}
#services-section .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	border-radius: 0px;
	top: 30%;
	vertical-align: middle;
	font-size: 0px;
	background: none;
	opacity: 0.9;
}
#services-section .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 0px;
}
#services-section .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 0px;
}
.service-auto {
	float: none!important;
	display: inline-block;
	vertical-align: top;
}
#services-section .owl-theme .owl-controls i {
	color: #666666;
	font-size: 40px;
}
/* Works Section 
==============================*/
#works-section {
	background: url(../img/work-bg.jpg) repeat 0 0;
}
#works-section .section-title h2, #work h4, #work .more:hover, #work .more:hover i, #works-section p, #works-section i.fa, #work .more, #work .more.flatbtn:before {
	color: #fff;
}
#work .more.flatbtn:before {
	color: #fff !important;
	border-color: #fff;
}
/*#work .more.flatbtn:hover:before	{ color:#dd463f !important; border-color:#dd463f;}*/

#works-section p {
	font-size: 18px;
}
#work p {
	font-size: 24px;
}
#work h3 {
	margin-bottom: 10%;
	margin-top: 30px;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
}
#work h4 {
	font-size: 42px;
	font-family: 'proxima_novalight';
}
#work .more {
	font-family: 'proxima_nova_rgregular';
	text-transform: uppercase;
}
#works-section .owl-carousel .owl-item {
	text-align: left;
	padding: 0px;
	box-sizing: content-box;
}
#works-section .owl-carousel .owl-item img, .product-sec img {
	width: 100%;
}
#works-section .owl-carousel .owl-item:first-child {
	margin-left: 0px;
}
#works-section .owl-carousel .owl-wrapper {
	margin-left: 0px;
}
#works-section .owl-carousel .owl-wrapper-outer {
	width: initial;
}
#works-section .owl-theme .owl-controls .owl-page span {
	background: transparent !important;
	border: 2px solid #fff;
}
#works-section .owl-theme .owl-controls .owl-page.active span {
	background: #fff !important;
}
#works-section .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	border-radius: 0px;
	height: 998px;
	top: -214px;
	vertical-align: middle;
	font-size: 0px;
	opacity: 0;
	transition: all 0.5s;
}
#works-section .owl-carousel:hover .owl-buttons div {
	opacity: 1;
}
#works-section .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -5px;
	width: 80px;
	background: rgba(255, 255, 255, 0.4);
}
#works-section .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -5px;
	width: 80px;
	background: rgba(255, 255, 255, 0.4);
}
#works-section .owl-theme .owl-controls {
	margin-top: -45px;
	margin-left: 280px;
	position: relative;
	z-index: 100;
}
#works-section .owl-theme .owl-controls .owl-pagination {
	padding-bottom: 20px;
}
#works-section .owl-theme .owl-controls .owl-next i, #works-section .owl-theme .owl-controls .owl-prev i {
	vertical-align: middle;
	font-size: 38px;
	position: absolute;
	top: 45%;
	color: #fff;
}
#works-section .owl-theme .owl-controls .owl-prev i {
	left: 40%;
}
/* Contnet Section 
==============================*/
#content-section p {
	font-size: 17px;
	margin-bottom: 18px;
}
/* Client Section */
#client-section {
	padding: 50px 0 30px 0;
	background: #fff; /* Old browsers */
	color: #5b777f;
}
#client-section p {
	font-size: 18px;
	padding: 0 15px;
	box-sizing: border-box;
}
#client-section h4 {
	color: #fff;
	font-size: 20px;
}
#client-section li {
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}
#client-section li:before {
	content: "✓";
	color: #dd463f;
	padding-right: 5px;
}
#client-section .owl-carousel .owl-item {
	text-align: center;
}
#client-section .owl-theme .owl-pagination {
	display: none !important;
}
#client-section .owl-theme .owl-controls .owl-buttons div {
	background: none;
	color: #6e6d73;
	font-size: 40px;
}
#client-section .owl-prev, #client-section .owl-next {
	position: absolute;
	top: 18%;
}
#client-section .owl-prev {
	left: -35px;
}
#client-section .owl-next {
	right: -35px;
}
/* Product Section */
.product-sec {
	text-align: left;
}
.product-sec h2 {
	color: #fff;
	font-size: 42px;
	margin-bottom: 30px;
}
#product-section {
	background: #323232;
}
#product-section .dark {
	background: #383838;
	min-height: 582px;
}
#product-section .pro-sec {
	padding: 60px 150px;
	box-sizing: border-box;
}
#product-section .pro-sec.business {
	background: url(../img/business-img.jpg) no-repeat center center;
}
#product-section .pro-sec.education {
	background: url(../img/education-img.jpg) no-repeat center center;
}
#product-section .pro-sec.cognotus-sec1 {
	background: url(../img/cognotus-img-1.jpg) no-repeat center center;
}
#product-section .pro-sec.cognotus-sec2 {
	background: url(../img/cognotus-img-2.jpg) no-repeat center center;
}
#product-section .pro-sec.cognotus-sec3 {
	background: url(../img/cognotus-img-3.jpg) no-repeat center center;
}
#product-section .pro-sec.cognotus-sec4 {
	background: url(../img/cognotus-img-4.jpg) no-repeat center center;
}
#product-section .pro-sec.cognotus-sec1, #product-section .pro-sec.cognotus-sec2, #product-section .pro-sec.cognotus-sec3, #product-section .pro-sec.cognotus-sec4 {
	height: 610px;
}
#product-section .pro-sec.cover {
	background-size: cover;
}
.cognotus-sec h3 {
	font-size: 42px!important;
	margin-bottom: 45px;
}
/*.cognotus-sec p 				{ height: auto !important;  text-overflow: inherit!important; font-size: 20px!important;  -webkit-line-clamp: inherit!important;}*/
.cognotus-sec .more {
	position: absolute;
	bottom: 10%;
	width: 100%;
	width: 120px;
	left: 40%;
}
#product-section h3 {
	color: #fff;
}
#product-section h3 {
	font-size: 48px;
	font-family: 'proxima_novalight';
}
#product-section h3 span {
	display: block;
	font-size: 30px;
}
#product-section p, #product-section ul li {
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
	display: block;
	display: -webkit-box;
	max-width: 100%;
}
.product-info, .product-info2, .product-info3, .product-info4 {
	overflow: hidden;
	height: 240px;
}
#product-section .pro-icon i {
	font-size: 120px;
	color: #e94b43;
	margin: 20px 0px;
}
#product-section .more:hover {
	color: #4178be;
}
#product-section .more i {
	color: #4178be;
}
#product-section .more, #product-section .flatbtn:before {
	color: #fff!important;
}
#product-section .more:before {
	border: 2px solid #FFFFFF;
}
/* Contact Section*/
#contactForm .form-control {
	margin-bottom: 25px;
}
 #contactForm .form-control::-webkit-input-placeholder {
color:    #1a1a1a
}
#contactForm .form-control:-moz-placeholder {
color:    #1a1a1a;
opacity:  1;
}
#contactForm .form-control::-moz-placeholder {
color:    #1a1a1a;
opacity:  1;
}
#contactForm .form-control:-ms-input-placeholder {
color:    #1a1a1a;
}
.location ul li {
	display: block;
	font-size: 25px;
	margin-top: 60px;
}
.location ul li:first-child {
	margin-top: 0px;
}
.location ul li img {
	display: inline-block;
	overflow: hidden;
	margin-right: 25px;
}
.location ul li span {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}
#contactForm .btn {
	border-radius: 0px;
	padding: 15px 50px;
}
/* Footer */
#footer {
	background: #dc453e;
	padding: 40px 0 10px 0;
}
#footer, #footer p {
	font-size: 16px;
	color: #fff;
}
#footer address p {
	margin-top: 0px;
}
#footer p {
	margin-top: 15px;
	font-size: 16px;
}
#footer h4 {
	margin-bottom: 15px;
	font-size: 18px;
	color: #fff;
	font-family: 'proxima_novasemibold';
	text-transform: uppercase;
}
#footer address i {
	font-size: 22px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#footer ul.list-group li {
	margin-bottom: 8px;
}
#footer ul.list-group li a, #footer p a {
	color: #fff;
}
#footer .form-control, #footer .btn-danger {
	border: none;
}
#footer .form-control, #footer .input-group-btn {
	box-shadow: none;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0px;
	width: 240px;
	font-size: 18px;
	color: #fff;
}
#footer .input-group-btn {
	border-left: 0px;
	color: #fff;
	padding: 0px 10px;
	width: 50px;
}
#footer .input-group-btn:hover {
	background: #fff;
	color: #dc453e;
}
#footer .input-group-btn:hover .btn-danger {
	color: #dc453e;
}
#footer .btn-danger {
	background: transparent;
	color: #fff;
	font-size: 18px;
}
#footer .btn-danger i {
	font-size: 20px;
	margin-top: 3px;
}
#footer .form-control::-webkit-input-placeholder {
color:    #fff
}
#footer .form-control:-moz-placeholder {
color:    #fff;
opacity:  1;
}
#footer .form-control::-moz-placeholder {
color:    #fff;
opacity:  1;
}
#footer .form-control:-ms-input-placeholder {
color:    #fff;
}
.copyright {
	text-transform: uppercase;
	padding-top: 40px;
}
.copyright p {
	font-size: 14px !important;
	margin-left: 15px;
}
.copyright .social {
	margin-top: 15px;
	margin-right: 15px;
}
.copyright .social i {
	font-size: 26px;
}
.copyright .social i:hover {
	opacity: 0.8;
}
.copyright .social ul li {
	padding: 0px 2px;
}
.copyright .social ul li a, #footer address p a {
	color: #fff;
}
/* General Css */
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}
.more {
	text-transform: uppercase;
	font-size: 14px;
}
.more, .more i {
	color: #4178be;
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.more i {
	font-size: 22px;
}
/*.more:hover,
.more:hover i 			{ color:#dd463f !important; }*/

.flatbtn:before {
	border: 2px solid #4386EB;
	border-radius: 50%;
	padding: 1px;
	font-size: 15px !important;
	color: #4386eb !important;
	margin-right: 3px;
}
/*.flatbtn:hover:before	{ color:#dd463f !important; border:2px solid #dd463f;}*/

.noPadding {
	padding: 0px;
}
.noMargin {
	margin: 0px;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-size: 30px;
	font-style: normal;
	color: #333;
}
.form-control {
	border-radius: 0px;
	box-shadow: none;
	font-size: 19px;
	height: 55px;
}
.btn-default {
	letter-spacing: 2px;
}
/* Customize Radio */
input[type="radio"] {
	display: none;
}
input[type="radio"] + label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background: url(../img/check-radio.png) left top no-repeat;
	cursor: pointer;
}
input[type="radio"]:checked + label span {
	background: url(../img/check-radio.png) -23px top no-repeat;
}
.custom-radio {
	margin: 0px;
	padding: 0px;
}
.custom-radio li {
	display: inline-block;
	margin: 10px 20px 0px 0px;
}
.custom-radio li label {
	padding: 0px;
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
 0%,  50%,  100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 25%,  75% {
 -webkit-transform: translateY(6px);
 transform: translateY(6px);
}
}
 @keyframes hvr-icon-down {
 0%,  50%,  100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 25%,  75% {
 -webkit-transform: translateY(6px);
 transform: translateY(6px);
}
}
/* Icon Down */
.hvr-icon-down {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}
.hvr-icon-down:before {
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
	-webkit-animation-name: hvr-icon-down;
	animation-name: hvr-icon-down;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
 16.65% {
 -webkit-transform: translateX(6px);
 transform: translateX(6px);
}
 33.3% {
 -webkit-transform: translateX(-5px);
 transform: translateX(-5px);
}
 49.95% {
 -webkit-transform: translateX(4px);
 transform: translateX(4px);
}
 66.6% {
 -webkit-transform: translateX(-2px);
 transform: translateX(-2px);
}
 83.25% {
 -webkit-transform: translateX(1px);
 transform: translateX(1px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes hvr-icon-wobble-horizontal {
 16.65% {
 -webkit-transform: translateX(6px);
 transform: translateX(6px);
}
 33.3% {
 -webkit-transform: translateX(-5px);
 transform: translateX(-5px);
}
 49.95% {
 -webkit-transform: translateX(4px);
 transform: translateX(4px);
}
 66.6% {
 -webkit-transform: translateX(-2px);
 transform: translateX(-2px);
}
 83.25% {
 -webkit-transform: translateX(1px);
 transform: translateX(1px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
.hvr-icon-wobble-horizontal {
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	/*-webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;*/
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
	content: "\f061";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	/*-webkit-transform: translateZ(0);
  transform: translateZ(0);*/
	position: absolute;
	right: 0em;
	top: -1px;
	height: 21px;
	width: 21px;
	line-height: 17px;
}
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
	-webkit-animation-name: hvr-icon-wobble-horizontal;
	animation-name: hvr-icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.unique ul li {
	font-weight: 300;
	font-size: 17px;
	padding-bottom: 20px;
	font-family: "proxima_novalight";
}
.unique {
	margin: 70px auto;
}
.unique p {
	font-size: 17px;
}
.couting {
	background: #008641 none repeat scroll 0 0;
	border-radius: 100%;
	color: #ffffff;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	margin: 15px auto;
	text-align: center;
	width: 60px;
}
.ehr-icon img {
	clear: both;
	display: table;
	margin: 30px auto 15px;
	max-width: 75px;
	text-align: center;
}
.mb-30 {
	padding-bottom: 30px;
}
.ehr-icon h2 {
	font-size: 22px !important;
}
.couting2 {
	background: #019CDC
}
.couting3 {
	background: #79A301
}
.b-r-l {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	min-height: 265px;
}
.ul-style{margin:0; margin-top:20px;}
.ul-style li{ font-family: "proxima_novalight"; font-size:17px; padding-bottom:10px; position:relative;}
.ul-style li::before {
  background: rgba(0, 0, 0, 0) url("../img/right.png") no-repeat scroll 0 0 / 50% auto;
  content: "";
  height: 30px;
  left: -33px;
  position: absolute;
  top: 3px;
  width: 30px;
}
.ehr .section-title h2 {
  color: #1a1a1a;
  font-family: "proxima_novalight";
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
}

.mt-40{margin-top:40px !important;}
.mb-40{margin-bottom:40px;}
.ul-style li.noPadding:before{left:-29px;}
.bg-be{background:url(../img/be.jpg) no-repeat; width:100%; background-size:cover; padding:30px 0;}

.bg-be .section-title{padding-bottom:0 !important;}

.secure-communication h2 {
  font-size: 25px;
  margin-bottom: 17px;
    font-family: "proxima_novalight";
	color:#333;
}

.secure-communication p{ font-family: "proxima_novalight";color:#6e6d73;font-size:17px;}
.background-gray-ligt{background:#f1f1f1; padding:50px; width:100%; display:table;}
	
.ptb-50{padding-bottom:50px; padding-top:50px;}

.health_sector a{font-size:17px; color:#888; display:table; width:100%;}

/* Responsive CSS  */
@media (max-width: 1380px) {
#product-section .pro-sec {
	padding: 60px 100px;
}
}
 @media (min-width: 1200px) {
#services-section .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 0;
}
#services-section .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 0;
}
}
 @media (max-width: 1199px) {
#work p {
	font-size: 20px;
}
#works-section .owl-theme .owl-controls {
	margin-left: 252px;
}
#works-section .owl-theme .owl-controls .owl-buttons div {
	top: -244px;
}
#product-section .pro-sec {
	padding: 60px 50px;
}
#works-section p {
	font-size: 16px;
}
.product-sec h2 {
	font-size: 28px;
}
}
 @media (max-width: 1024px) {
.owl-prev, .owl-next {
	display: none !important;
}
.navbar-brand {
	padding: 12px 10px;
}
#services-section .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 0px;
}
#services-section .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 0px;
}
#works-section .owl-theme .owl-controls .owl-buttons div {
	top: -237px;
}
#services-section h4 {
	font-size: 25px;
}
#services-section p {
	font-size: 16px;
}
#work .work-content {
	margin-bottom: 25px;
}
}
 @media (max-width: 991px) {
.intro-text p {
	font-size: 40px;
}
.intro-text {
	padding-top: 25%;
	padding-bottom: 10%;
}
.section-title h2 {
	font-size: 42px!important;
}
#work .pull-right,  #work .pull-left {
	float: none!important;
	text-align: center;
}
#works-section .owl-carousel .owl-wrapper-outer {
	margin-left: 0px;
}
#work h3 {
	margin-bottom: 5%;
	margin-top: 0px;
}
#works-section .owl-theme .owl-controls {
	margin-left: 0px;
}
.intro-text {
	padding-top: 260px;
	padding-bottom: 135px;
}
header.inner-page {
	min-height: 450px;
}
.align-center-mob,  .product-sec {
	text-align: center!important;
}
.product-sec h2 {
	font-size: 42px;
}
header.inner-page {
	min-height: 350px;
}
.inner-page .intro-text {
	padding-top: 140px;
	padding-bottom: 80px;
}
#services-section {
	text-align: center;
}
address ul {
	padding: 0px;
}
.service,  .service-auto {
	margin-bottom: 30px;
}
#services-section img, #services-section p {
	margin-bottom: 10px;
}
.product-sec .service,  #work .service {
	margin-bottom: 0px;
}
}
 @media (max-width: 768px) {
#menu.navbar-default .navbar-nav > li.contact-nav {
	margin-left: 0px;
}
#menu.navbar-default .navbar-nav > li > a {
	padding-top: 12px;
	padding-right: 8px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.caret {
	float: right;
	margin: 5px;
}
.navbar-right {
	margin-right: 0px;
	margin: 0px;
	padding: 12px 0px;
}
.intro-text p {
	font-size: 38px;
}
.section-title h2 {
	font-size: 42px;
}
.inner-section .section-title {
	padding-bottom: 0px 15px!important;
}
#work p {
	font-size: 19px;
}
#footer ul.list-group {
	padding: 0px;
}
#footer ul.list-group li {
	margin-bottom: 14px;
}
}
@media (max-width: 767px) {
.intro-text {
	padding-top: 160px;
	padding-bottom: 80px;
}
#menu.navbar-default .navbar-nav > li.contact-nav a {
	border: none;
	padding: 10px 15px;
}
.navbar-default .navbar-collapse {
	margin-right: -5px;
	margin-left: -5px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
	background: rgba(2,37,58,0.9);
}
.navbar-toggle {
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 10px;
}
#menu.navbar-default .navbar-nav > li.contact-nav > a {
	color: #fff;
}
#menu.navbar-default .navbar-nav > li.contact-nav {
	margin-top: 8px;
}
#menu.navbar-default .navbar-nav > li.contact-nav > a:hover {
	background: none;
}
}
@media (max-width: 736px) {
#services-section .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -5px;
}
#services-section .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -5px;
}
}
 @media (max-width: 667px) {
.intro-text p {
	font-size: 35px;
}
.intro-text H1 {
	font-size: 66px;
}
#work h4 {
	font-size: 30px;
}
#work p {
	font-size: 17px;
}
#contactForm .btn {
	margin: 0px auto;
	display: inherit;
}
}
 @media (max-width: 620px) {
.container {
	width: 550px;
}
.intro-text p {
	font-size: 30px;
}
.intro-text H1 {
	font-size: 58px;
}
#works-section .owl-carousel .owl-item img {
	width: 100%;
}
#works-section .owl-theme .owl-controls .owl-buttons div.owl-next {
	width: 50px;
}
header.inner-page {
	min-height: inherit;
}
#product-section .pro-icon {
	display: none;
}
#services-section {
	text-align: center;
}
.cognotus-sec h3 {
	font-size: 33px!important;
}
.product-sec h2 {
	font-size: 30px;
}
}
 @media (max-width: 567px) {
.container {
	width: 470px;
}
.intro-text p {
	font-size: 25px;
}
.intro-text H1 {
	font-size: 45px;
	margin-bottom: 10px;
}
#footer .form-control, #footer .input-group-btn {
	width: 176px;
}
#product-section p {
	font-size: 20px;
}
}
 @media (max-width: 479px) {
.container {
	width: 300px;
}
.intro-text H1 {
	font-size: 54px;
}
.intro-text {
	padding-top: 120px;
	padding-bottom: 40px;
}
#works-section .owl-theme .owl-controls .owl-buttons div {
	top: -303px;
	height: 788px;
}
#services-section .owl-item .item {
	margin: 0px;
}
.custom-radio li {
	margin: 10px 0px 0px 20px !important;
}
#footer .col-xs-6 {
	width: 100%;
}
#footer ul.list-group {
	margin-top: 24px;
}
#footer h4,  #footer ul.list-group,  #footer p,  .copyright .social {
	text-align: center!important;
}
#footer p {
	margin: 0px;
}
.copyright {
	padding-top: 0px;
}
#footer .form-control {
	width: 172px;
}
#footer .input-group-btn {
	padding: 0px 10px;
	width: 50px;
}
#footer ul.list-group li {
	margin-bottom: 0px;
}
.section-title h2 {
	font-size: 28px!important;
}
.copyright .pull-left,  .copyright .pull-right {
	float: none!important;
	text-align: left;
}
.copyright .social {
	margin: 5px 0px 40px 0px;
}
.align-center-mob img {
	width: 100%;
}
.intro-text p {
	font-size: 17px;
}
.intro-text H1 {
	font-size: 30px;
}
.section-title h2 {
	font-size: 30px;
}
#work p {
	font-size: 15px;
}
#product-section .pro-sec {
	padding: 40px 20px;
}
.btn-default {
	font-size: 13px;
	padding: 12px 30px;
}
.location ul li img {
	margin: 10px auto
}
.location ul li img,  .location ul li span {
	display: block;
	text-align: center;
}
}
 @media (max-width: 319px) {
body {
	width: 320px;
}
}
 @media (min-width:991px) {
.flex {
  display: flex;
  align-items: center;
}
 }
